01KMGVFCS41W6H09DQQ8P3HM63: clippy (helios)

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

Buildomat Job: 01KMGVG01T40K3JX85GRN7VYC5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T21:21:35.991Zjob assigned to worker 01KMGVGACMKJBCEW4923VPJNNF [factory aws, i-0106e674f536e5b10] (queued for 1 m 35 s)
 
22026-03-24T21:21:43.945Zstarting task 0: "setup"
32026-03-24T21:21:43.952Z++ uname -s
42026-03-24T21:21:43.955Z+ kern=SunOS
52026-03-24T21:21:43.955Z+ build_user=build
62026-03-24T21:21:43.955Z+ build_uid=12345
72026-03-24T21:21:43.955Z+ work_dir=/work
82026-03-24T21:21:43.955Z+ input_dir=/input
92026-03-24T21:21:43.955Z+ [[ 0 == 12345 ]]
102026-03-24T21:21:43.955Z+ case "$kern" in
112026-03-24T21:21:43.955Z+ groupadd -g 12345 build
122026-03-24T21:21:43.960Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T21:21:45.962Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T21:21:46.082Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T21:21:46.086Z+ home_fs=zfs
162026-03-24T21:21:46.086Z+ [[ zfs == autofs ]]
172026-03-24T21:21:46.086Z+ mkdir -p /home/build
182026-03-24T21:21:46.089Z+ chown build:build /home/build /work
192026-03-24T21:21:47.088Z+ chmod 0700 /home/build /work
202026-03-24T21:21:47.091Zprocess exited: duration 3145 ms, exit code 0
 
212026-03-24T21:21:47.097Zstarting task 1: "rust-toolchain"
222026-03-24T21:21:47.101Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T21:21:47.102Z * rust toolchain channel = "1.94.0"
242026-03-24T21:21:47.102Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T21:21:47.102Z * rust toolchain profile = "default"
262026-03-24T21:21:47.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T21:21:47.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T21:21:47.105Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T21:21:47.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T21:21:47.213Zinfo: downloading installer
312026-03-24T21:21:49.362Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T21:21:49.362Zwarn: /opt/ooce/bin
332026-03-24T21:21:49.362Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T21:21:49.362Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T21:21:49.362Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T21:21:49.362Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T21:21:49.362Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T21:21:49.362Zerror: cannot install while Rust is installed
392026-03-24T21:21:49.362Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T21:21:49.362Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T21:21:49.362Zwarn: /home/build/.rustup/settings.toml
422026-03-24T21:21:49.362Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T21:21:49.362Zwarn: instead of the one inferred from the default host triple.
442026-03-24T21:21:49.390Zinfo: profile set to default
452026-03-24T21:21:49.390Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T21:21:49.390Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T21:21:49.558Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T21:21:49.563Zinfo: downloading 6 components
492026-03-24T21:22:07.378Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T21:22:07.378Z
512026-03-24T21:22:07.411Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T21:22:07.411Z
532026-03-24T21:22:07.414Z
542026-03-24T21:22:07.414ZRust is installed now. Great!
552026-03-24T21:22:07.414Z
562026-03-24T21:22:07.415ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T21:22:07.415Zenvironment variable. This has not been done automatically.
582026-03-24T21:22:07.415Z
592026-03-24T21:22:07.415ZTo configure your current shell, you need to source
602026-03-24T21:22:07.415Zthe corresponding env file under $HOME/.cargo.
612026-03-24T21:22:07.415Z
622026-03-24T21:22:07.415ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T21:22:07.415Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T21:22:07.415Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T21:22:07.415Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T21:22:07.415Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T21:22:07.415Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T21:22:07.415Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T21:22:07.415Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T21:22:07.415Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T21:22:07.520Z+ rustup --version
722026-03-24T21:22:07.531Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T21:22:07.534Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T21:22:07.557Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T21:22:07.560Z+ cargo --version
762026-03-24T21:22:07.576Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T21:22:07.579Z+ rustc --version
782026-03-24T21:22:07.603Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T21:22:07.606Zprocess exited: duration 20510 ms, exit code 0
 
802026-03-24T21:22:07.614Zstarting task 2: "authentication"
812026-03-24T21:22:07.632Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T21:22:07.638Zstarting task 3: "clone repository"
832026-03-24T21:22:07.642Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T21:22:07.645Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T21:22:07.682ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T21:22:19.246Z+ cd /work/oxidecomputer/omicron
872026-03-24T21:22:19.246Z+ git fetch origin ece960315eb5db62523ca0082df68380b327a745
882026-03-24T21:22:19.558ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T21:22:19.558Z * branch ece960315eb5db62523ca0082df68380b327a745 -> FETCH_HEAD
902026-03-24T21:22:19.568Z+ [[ -n gh-concurrency ]]
912026-03-24T21:22:19.572Z++ git branch --show-current
922026-03-24T21:22:19.575Z+ current=main
932026-03-24T21:22:19.575Z+ [[ main != gh-concurrency ]]
942026-03-24T21:22:19.575Z+ git branch -f gh-concurrency ece960315eb5db62523ca0082df68380b327a745
952026-03-24T21:22:19.579Z+ git checkout -f gh-concurrency
962026-03-24T21:22:19.793ZSwitched to branch 'gh-concurrency'
972026-03-24T21:22:19.796Z+ git reset --hard ece960315eb5db62523ca0082df68380b327a745
982026-03-24T21:22:20.022ZHEAD is now at ece960315 Github concurrency option to cancel old jobs
992026-03-24T21:22:20.026Zprocess exited: duration 12387 ms, exit code 0
 
1002026-03-24T21:22:20.032Zstarting task 4: "build"
1012026-03-24T21:22:20.038Z+ source ./env.sh
1022026-03-24T21:22:20.041Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T21:22:20.041Z++ set -o xtrace
1042026-03-24T21:22:20.041Z++++ dirname ./env.sh
1052026-03-24T21:22:20.044Z+++ readlink -f .
1062026-03-24T21:22:20.044Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ 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-24T21:22:20.044Z++ case $OLD_SHELL_OPTS in
1162026-03-24T21:22:20.044Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T21:22:20.044Z+ source .github/buildomat/ci-env.sh
1182026-03-24T21:22:20.044Z++ export CARGO_TERM_COLOR=always
1192026-03-24T21:22:20.044Z++ CARGO_TERM_COLOR=always
1202026-03-24T21:22:20.044Z+ cargo --version
1212026-03-24T21:22:20.057Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T21:22:20.060Z+ rustc --version
1232026-03-24T21:22:20.083Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T21:22:20.086Z+ banner prerequisites
1252026-03-24T21:22:20.089Z
1262026-03-24T21:22:20.089Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T21:22:20.090Z # # # # # # # # # # # # # # #
1282026-03-24T21:22:20.090Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T21:22:20.090Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T21:22:20.090Z # # # # # # # # # # # # # # #
1312026-03-24T21:22:20.090Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T21:22:20.090Z
1332026-03-24T21:22:20.090Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T21:22:30.513Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T21:22:40.329Z Startup: Caching catalogs ... Done
1362026-03-24T21:23:02.735ZPlanning: Solver setup ... Done (21.004s)
1372026-03-24T21:23:02.893ZPlanning: Running solver ... Done (0.157s)
1382026-03-24T21:23:03.074ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T21:23:03.087ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T21:23:03.212ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T21:23:03.255ZPlanning: Package planning ... Done (0.043s)
1422026-03-24T21:23:03.295ZPlanning: Merging actions ... Done (0.040s)
1432026-03-24T21:23:03.536ZPlanning: Checking for conflicting actions ... Done (0.241s)
1442026-03-24T21:23:03.546ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T21:23:04.383ZPlanning: Evaluating mediators ... Done (0.837s)
1462026-03-24T21:23:04.392ZPlanning: Planning completed in 23.92 seconds
1472026-03-24T21:23:04.405Z Packages to install: 4
1482026-03-24T21:23:04.408Z Mediators to change: 2
1492026-03-24T21:23:04.408Z Services to change: 1
1502026-03-24T21:23:04.408Z Estimated space available: 155.43 GB
1512026-03-24T21:23:04.408ZEstimated space to be consumed: 1.83 GB
1522026-03-24T21:23:04.408Z Create boot environment: No
1532026-03-24T21:23:04.408ZCreate backup boot environment: No
1542026-03-24T21:23:04.408Z Rebuild boot archive: No
1552026-03-24T21:23:04.408Z
1562026-03-24T21:23:04.408ZChanged mediators:
1572026-03-24T21:23:04.408Z mediator clang:
1582026-03-24T21:23:04.408Z version: None -> 15 (system default)
1592026-03-24T21:23:04.408Z
1602026-03-24T21:23:04.408Z mediator llvm:
1612026-03-24T21:23:04.408Z version: 14 (system default) -> 15 (system default)
1622026-03-24T21:23:04.408Z
1632026-03-24T21:23:04.408ZChanged packages:
1642026-03-24T21:23:04.409Zhelios-dev
1652026-03-24T21:23:04.409Z developer/build-essential
1662026-03-24T21:23:04.409Z None -> 11-2.0
1672026-03-24T21:23:04.409Z library/libxmlsec1
1682026-03-24T21:23:04.409Z None -> 1.2.35-2.0
1692026-03-24T21:23:04.409Z ooce/developer/clang-15
1702026-03-24T21:23:04.409Z None -> 15.0.7-2.0
1712026-03-24T21:23:04.409Z ooce/developer/llvm-15
1722026-03-24T21:23:04.409Z None -> 15.0.7-2.0
1732026-03-24T21:23:04.409Z
1742026-03-24T21:23:04.409ZServices:
1752026-03-24T21:23:04.409Z restart_fmri:
1762026-03-24T21:23:04.409Z svc:/system/update-man-index:default
1772026-03-24T21:23:04.454Z
1782026-03-24T21:23:04.454ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T21:23:09.729ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (31.9M/s)
1802026-03-24T21:23:12.201ZDownload: Completed 212.60 MB in 7.75 seconds (27.4M/s)
1812026-03-24T21:23:12.532Z Actions: 1/3689 actions (Installing new actions)
1822026-03-24T21:23:16.617Z Actions: Completed 3689 actions in 4.08 seconds.
1832026-03-24T21:23:17.368Z Done (0.747s)
1842026-03-24T21:23:17.368Z Done (0.000s)
1852026-03-24T21:23:18.381Z Done (1.011s)
1862026-03-24T21:23:22.136Z Done (3.401s)
1872026-03-24T21:23:22.221Z Done (0.017s)
1882026-03-24T21:23:22.224Z Done (0.000s)
1892026-03-24T21:23:22.375Z Done (0.000s)
1902026-03-24T21:23:23.346ZPlanning: Evaluating mediator changes ... Done
1912026-03-24T21:23:23.490ZPlanning: Checking for conflicting actions ... Done
1922026-03-24T21:23:23.494ZPlanning: Consolidating action changes ... Done
1932026-03-24T21:23:23.717ZPlanning: Evaluating mediators ... Done
1942026-03-24T21:23:23.722ZPlanning: Planning completed in 0.37 seconds
1952026-03-24T21:23:23.747Z Mediators to change: 2
1962026-03-24T21:23:23.747Z Create boot environment: No
1972026-03-24T21:23:23.751ZCreate backup boot environment: No
1982026-03-24T21:23:23.833Z Done
1992026-03-24T21:23:23.833Z Done
2002026-03-24T21:23:24.592Z Done
2012026-03-24T21:23:27.881Z Done
2022026-03-24T21:23:27.963Z Done
2032026-03-24T21:23:27.968Z Done
2042026-03-24T21:23:28.114Z Done
2052026-03-24T21:23:28.648ZPlanning: Evaluating mediator changes ... Done
2062026-03-24T21:23:28.652ZPlanning: Merging actions ... Done
2072026-03-24T21:23:28.816ZPlanning: Checking for conflicting actions ... Done
2082026-03-24T21:23:28.821ZPlanning: Consolidating action changes ... Done
2092026-03-24T21:23:29.036ZPlanning: Evaluating mediators ... Done
2102026-03-24T21:23:29.079ZPlanning: Planning completed in 0.63 seconds
2112026-03-24T21:23:29.112Z Packages to change: 1
2122026-03-24T21:23:29.112Z Mediators to change: 1
2132026-03-24T21:23:29.116Z Services to change: 1
2142026-03-24T21:23:29.116Z Create boot environment: No
2152026-03-24T21:23:29.116ZCreate backup boot environment: Yes
2162026-03-24T21:23:31.501Z Actions: 1/6 actions (Updating modified actions)
2172026-03-24T21:23:31.505Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-24T21:23:31.505Z Done
2192026-03-24T21:23:31.505Z Done
2202026-03-24T21:23:31.692Z Done
2212026-03-24T21:23:34.975Z Done
2222026-03-24T21:23:35.061Z Done
2232026-03-24T21:23:35.065Z Done
2242026-03-24T21:23:35.337Z Done
2252026-03-24T21:23:35.712ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-24T21:23:35.712Zclang system 15 system
2272026-03-24T21:23:35.712Zcsh system system illumos
2282026-03-24T21:23:35.712Zctags system system illumos
2292026-03-24T21:23:35.712Zfile system system illumos
2302026-03-24T21:23:35.712Zgcc vendor 12 vendor
2312026-03-24T21:23:35.712Zgcc system 10 system
2322026-03-24T21:23:35.712Zgcc system 7 system
2332026-03-24T21:23:35.712Zgo system 1.20 system
2342026-03-24T21:23:35.712Zgo system 1.19 system
2352026-03-24T21:23:35.712Zllvm system 15 system
2362026-03-24T21:23:35.712Zllvm system 14 system
2372026-03-24T21:23:35.712Zmariadb system 10.6 system
2382026-03-24T21:23:35.712Zmta vendor vendor dma
2392026-03-24T21:23:35.712Zopenjdk system 17 system
2402026-03-24T21:23:35.712Zopenjdk system 11 system
2412026-03-24T21:23:35.712Zopenjdk system 1.8 system
2422026-03-24T21:23:35.712Zopenssl vendor 3 vendor
2432026-03-24T21:23:35.712Zperl system 5.36 system
2442026-03-24T21:23:35.712Zpostgresql system 15 system
2452026-03-24T21:23:35.712Zpostgresql system 13 system
2462026-03-24T21:23:35.712Zpython vendor 3 vendor
2472026-03-24T21:23:35.712Zpython system 2 system
2482026-03-24T21:23:35.712Zpython3 system 3.11 system
2492026-03-24T21:23:35.713Zruby system 3.0 system
2502026-03-24T21:23:35.713Zwords vendor vendor american-english
2512026-03-24T21:23:35.713Zwords system system australian-english
2522026-03-24T21:23:35.713Zwords system system british-english
2532026-03-24T21:23:35.713Zwords system system canadian-english
2542026-03-24T21:23:35.713Zwords system system french
2552026-03-24T21:23:35.713Zwords system system italian
2562026-03-24T21:23:35.713Zwords system system ngerman
2572026-03-24T21:23:35.713Zwords system system ogerman
2582026-03-24T21:23:35.713Zwords system system spanish
2592026-03-24T21:23:36.014ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-24T21:23:36.014Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-24T21:23:42.015ZFMRI IFO
2622026-03-24T21:23:42.015Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-24T21:23:42.015Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-24T21:23:42.015Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-24T21:23:42.015Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-24T21:23:42.016Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-24T21:23:42.016Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-24T21:23:42.016Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-24T21:23:42.016Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-24T21:23:42.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-24T21:23:42.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-24T21:23:42.016Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-24T21:23:42.016Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-24T21:23:42.016Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-24T21:23:42.016Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-24T21:23:42.017Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-24T21:23:42.017Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-24T21:23:43.250Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-24T21:23:43.545Z Updating crates.io index
2802026-03-24T21:23:43.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-24T21:23:43.866Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-24T21:23:44.956Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-24T21:23:45.449Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-24T21:23:46.730Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-24T21:23:47.264Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-24T21:23:48.793Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-24T21:23:50.494Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-24T21:23:51.546Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-24T21:23:51.794Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-24T21:23:52.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-24T21:23:53.207Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-24T21:23:53.811Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-24T21:23:54.183Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-24T21:23:55.321Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-24T21:23:55.823Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-24T21:23:56.323Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-24T21:23:56.623Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-24T21:23:57.131Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-24T21:23:57.601Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-24T21:23:57.838Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-24T21:23:58.136Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-24T21:23:58.551Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-24T21:23:58.981Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-24T21:23:59.875Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-24T21:24:00.131Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-24T21:24:00.478Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-24T21:24:00.803Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-24T21:24:02.402Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-24T21:24:03.258Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-24T21:24:03.969Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-24T21:24:08.074Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-24T21:24:08.484Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-24T21:24:08.858Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-24T21:24:09.622Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-24T21:24:09.919Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-24T21:24:10.189Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-24T21:24:10.447Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-24T21:24:11.024Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-24T21:24:26.395Z Downloading crates ...
3202026-03-24T21:24:26.461Z Downloaded byteorder v1.5.0
3212026-03-24T21:24:26.473Z Downloaded semver v1.0.27
3222026-03-24T21:24:26.473Z Downloaded strsim v0.11.1
3232026-03-24T21:24:26.473Z Downloaded scroll_derive v0.12.1
3242026-03-24T21:24:26.473Z Downloaded yoke-derive v0.8.1
3252026-03-24T21:24:26.473Z Downloaded plain v0.2.3
3262026-03-24T21:24:26.473Z Downloaded itoa v1.0.17
3272026-03-24T21:24:26.479Z Downloaded pretty-hex v0.4.1
3282026-03-24T21:24:26.479Z Downloaded litemap v0.8.1
3292026-03-24T21:24:26.479Z Downloaded log v0.4.29
3302026-03-24T21:24:26.486Z Downloaded textwrap v0.16.2
3312026-03-24T21:24:26.486Z Downloaded memmap v0.7.0
3322026-03-24T21:24:26.486Z Downloaded macaddr v1.0.1
3332026-03-24T21:24:26.486Z Downloaded heck v0.4.1
3342026-03-24T21:24:26.490Z Downloaded ucd-trie v0.1.7
3352026-03-24T21:24:26.490Z Downloaded ordered-float v2.10.1
3362026-03-24T21:24:26.490Z Downloaded version_check v0.9.5
3372026-03-24T21:24:26.493Z Downloaded unicode-linebreak v0.1.5
3382026-03-24T21:24:26.493Z Downloaded colorchoice v1.0.4
3392026-03-24T21:24:26.493Z Downloaded usdt-macro v0.5.0
3402026-03-24T21:24:26.493Z Downloaded cargo-platform v0.2.0
3412026-03-24T21:24:26.496Z Downloaded zerovec-derive v0.11.2
3422026-03-24T21:24:26.496Z Downloaded zmij v1.0.21
3432026-03-24T21:24:26.496Z Downloaded usdt-attr-macro v0.5.0
3442026-03-24T21:24:26.499Z Downloaded unicode-xid v0.2.6
3452026-03-24T21:24:26.502Z Downloaded zerofrom v0.1.6
3462026-03-24T21:24:26.502Z Downloaded utf8_iter v1.0.4
3472026-03-24T21:24:26.505Z Downloaded toml_write v0.1.2
3482026-03-24T21:24:26.505Z Downloaded utf8parse v0.2.2
3492026-03-24T21:24:26.509Z Downloaded anstyle-parse v0.2.7
3502026-03-24T21:24:26.509Z Downloaded toml_datetime v0.6.11
3512026-03-24T21:24:26.514Z Downloaded typeid v1.0.3
3522026-03-24T21:24:26.514Z Downloaded proc-macro-error-attr v1.0.4
3532026-03-24T21:24:26.518Z Downloaded zerofrom-derive v0.1.6
3542026-03-24T21:24:26.518Z Downloaded tinystr v0.8.2
3552026-03-24T21:24:26.523Z Downloaded serde-value v0.7.0
3562026-03-24T21:24:26.523Z Downloaded thread-id v4.2.2
3572026-03-24T21:24:26.523Z Downloaded potential_utf v0.1.4
3582026-03-24T21:24:26.523Z Downloaded anstyle-query v1.1.5
3592026-03-24T21:24:26.528Z Downloaded fastrand v2.3.0
3602026-03-24T21:24:26.528Z Downloaded clap_lex v1.0.0
3612026-03-24T21:24:26.528Z Downloaded thiserror-impl v2.0.18
3622026-03-24T21:24:26.532Z Downloaded yoke v0.8.1
3632026-03-24T21:24:26.532Z Downloaded form_urlencoded v1.2.2
3642026-03-24T21:24:26.532Z Downloaded tabled_derive v0.7.0
3652026-03-24T21:24:26.537Z Downloaded serde_spanned v0.6.9
3662026-03-24T21:24:26.537Z Downloaded zerotrie v0.2.3
3672026-03-24T21:24:26.542Z Downloaded usdt v0.5.0
3682026-03-24T21:24:26.542Z Downloaded toml v0.8.23
3692026-03-24T21:24:26.542Z Downloaded thiserror-impl v1.0.69
3702026-03-24T21:24:26.542Z Downloaded smawk v0.3.2
3712026-03-24T21:24:26.547Z Downloaded thiserror v2.0.18
3722026-03-24T21:24:26.547Z Downloaded generic-array v0.14.7
3732026-03-24T21:24:26.550Z Downloaded idna_adapter v1.2.1
3742026-03-24T21:24:26.550Z Downloaded equivalent v1.0.2
3752026-03-24T21:24:26.551Z Downloaded unicode-ident v1.0.24
3762026-03-24T21:24:26.554Z Downloaded crypto-common v0.1.7
3772026-03-24T21:24:26.554Z Downloaded zerocopy-derive v0.7.35
3782026-03-24T21:24:26.561Z Downloaded heck v0.5.0
3792026-03-24T21:24:26.561Z Downloaded stable_deref_trait v1.2.1
3802026-03-24T21:24:26.561Z Downloaded usdt-impl v0.5.0
3812026-03-24T21:24:26.566Z Downloaded thiserror v1.0.69
3822026-03-24T21:24:26.566Z Downloaded swrite v0.1.0
3832026-03-24T21:24:26.570Z Downloaded cpufeatures v0.2.17
3842026-03-24T21:24:26.570Z Downloaded cfg-if v1.0.4
3852026-03-24T21:24:26.570Z Downloaded fnv v1.0.7
3862026-03-24T21:24:26.570Z Downloaded dof v0.3.0
3872026-03-24T21:24:26.570Z Downloaded writeable v0.6.2
3882026-03-24T21:24:26.575Z Downloaded terminal_size v0.4.3
3892026-03-24T21:24:26.575Z Downloaded percent-encoding v2.3.2
3902026-03-24T21:24:26.578Z Downloaded url v2.5.8
3912026-03-24T21:24:26.581Z Downloaded is_terminal_polyfill v1.70.2
3922026-03-24T21:24:26.581Z Downloaded autocfg v1.5.0
3932026-03-24T21:24:26.581Z Downloaded serde-untagged v0.1.9
3942026-03-24T21:24:26.584Z Downloaded camino-tempfile v1.4.1
3952026-03-24T21:24:26.584Z Downloaded bytecount v0.6.9
3962026-03-24T21:24:26.592Z Downloaded toml_edit v0.22.27
3972026-03-24T21:24:26.596Z Downloaded scroll v0.12.0
3982026-03-24T21:24:26.596Z Downloaded digest v0.10.7
3992026-03-24T21:24:26.596Z Downloaded quote v1.0.44
4002026-03-24T21:24:26.596Z Downloaded block-buffer v0.10.4
4012026-03-24T21:24:26.596Z Downloaded typenum v1.19.0
4022026-03-24T21:24:26.600Z Downloaded zerovec v0.11.5
4032026-03-24T21:24:26.600Z Downloaded synstructure v0.13.2
4042026-03-24T21:24:26.604Z Downloaded errno v0.3.14
4052026-03-24T21:24:26.604Z Downloaded cargo_toml v0.21.0
4062026-03-24T21:24:26.604Z Downloaded fs-err v3.3.0
4072026-03-24T21:24:26.608Z Downloaded proc-macro-error v1.0.4
4082026-03-24T21:24:26.608Z Downloaded displaydoc v0.2.5
4092026-03-24T21:24:26.612Z Downloaded serde_tokenstream v0.2.3
4102026-03-24T21:24:26.612Z Downloaded cargo_metadata v0.21.0
4112026-03-24T21:24:26.618Z Downloaded dtrace-parser v0.2.0
4122026-03-24T21:24:26.621Z Downloaded winnow v0.7.14
4132026-03-24T21:24:26.625Z Downloaded zerocopy v0.7.35
4142026-03-24T21:24:26.636Z Downloaded pest_generator v2.8.6
4152026-03-24T21:24:26.641Z Downloaded anstream v0.6.21
4162026-03-24T21:24:26.641Z Downloaded unicode-width v0.2.0
4172026-03-24T21:24:26.647Z Downloaded camino v1.2.2
4182026-03-24T21:24:26.647Z Downloaded unicode-width v0.1.14
4192026-03-24T21:24:26.655Z Downloaded bitflags v2.11.0
4202026-03-24T21:24:26.659Z Downloaded anstyle v1.0.13
4212026-03-24T21:24:26.659Z Downloaded tempfile v3.25.0
4222026-03-24T21:24:26.659Z Downloaded clap_derive v4.5.55
4232026-03-24T21:24:26.664Z Downloaded anyhow v1.0.102
4242026-03-24T21:24:26.674Z Downloaded smallvec v1.15.1
4252026-03-24T21:24:26.680Z Downloaded sha2 v0.10.9
4262026-03-24T21:24:26.680Z Downloaded once_cell v1.21.3
4272026-03-24T21:24:26.680Z Downloaded erased-serde v0.4.9
4282026-03-24T21:24:26.680Z Downloaded proc-macro2 v1.0.106
4292026-03-24T21:24:26.684Z Downloaded icu_normalizer v2.1.1
4302026-03-24T21:24:26.684Z Downloaded num-traits v0.2.19
4312026-03-24T21:24:26.688Z Downloaded pest_derive v2.8.6
4322026-03-24T21:24:26.693Z Downloaded icu_properties v2.1.2
4332026-03-24T21:24:26.693Z Downloaded icu_provider v2.1.1
4342026-03-24T21:24:26.696Z Downloaded serde_core v1.0.228
4352026-03-24T21:24:26.701Z Downloaded papergrid v0.11.0
4362026-03-24T21:24:26.706Z Downloaded serde_derive v1.0.228
4372026-03-24T21:24:26.706Z Downloaded getrandom v0.4.1
4382026-03-24T21:24:26.710Z Downloaded icu_locale_core v2.1.1
4392026-03-24T21:24:26.713Z Downloaded icu_normalizer_data v2.1.1
4402026-03-24T21:24:26.713Z Downloaded clap v4.5.60
4412026-03-24T21:24:26.720Z Downloaded cargo-util-schemas v0.8.2
4422026-03-24T21:24:26.724Z Downloaded pest_meta v2.8.6
4432026-03-24T21:24:26.727Z Downloaded icu_collections v2.1.1
4442026-03-24T21:24:26.731Z Downloaded serde v1.0.228
4452026-03-24T21:24:26.734Z Downloaded memchr v2.8.0
4462026-03-24T21:24:26.757Z Downloaded indexmap v2.13.0
4472026-03-24T21:24:26.774Z Downloaded pest v2.8.6
4482026-03-24T21:24:26.788Z Downloaded idna v1.1.0
4492026-03-24T21:24:26.799Z Downloaded icu_properties_data v2.1.2
4502026-03-24T21:24:26.806Z Downloaded serde_json v1.0.149
4512026-03-24T21:24:26.811Z Downloaded clap_builder v4.5.60
4522026-03-24T21:24:26.815Z Downloaded goblin v0.8.2
4532026-03-24T21:24:26.818Z Downloaded hashbrown v0.16.1
4542026-03-24T21:24:26.822Z Downloaded tabled v0.15.0
4552026-03-24T21:24:26.835Z Downloaded syn v1.0.109
4562026-03-24T21:24:26.846Z Downloaded syn v2.0.117
4572026-03-24T21:24:26.874Z Downloaded rustix v1.1.3
4582026-03-24T21:24:26.896Z Downloaded libc v0.2.180
4592026-03-24T21:24:26.982Z Compiling proc-macro2 v1.0.106
4602026-03-24T21:24:26.986Z Compiling unicode-ident v1.0.24
4612026-03-24T21:24:26.986Z Compiling quote v1.0.44
4622026-03-24T21:24:26.986Z Compiling serde_core v1.0.228
4632026-03-24T21:24:26.986Z Compiling libc v0.2.180
4642026-03-24T21:24:26.986Z Compiling version_check v0.9.5
4652026-03-24T21:24:26.986Z Compiling memchr v2.8.0
4662026-03-24T21:24:26.986Z Compiling serde v1.0.228
4672026-03-24T21:24:27.410Z Compiling stable_deref_trait v1.2.1
4682026-03-24T21:24:27.501Z Compiling zmij v1.0.21
4692026-03-24T21:24:27.696Z Compiling autocfg v1.5.0
4702026-03-24T21:24:27.814Z Compiling itoa v1.0.17
4712026-03-24T21:24:28.043Z Compiling thiserror v1.0.69
4722026-03-24T21:24:28.159Z Compiling ucd-trie v0.1.7
4732026-03-24T21:24:28.259Z Compiling litemap v0.8.1
4742026-03-24T21:24:28.281Z Compiling writeable v0.6.2
4752026-03-24T21:24:28.329Z Compiling icu_properties_data v2.1.2
4762026-03-24T21:24:28.499Z Compiling pest v2.8.6
4772026-03-24T21:24:28.521Z Compiling byteorder v1.5.0
4782026-03-24T21:24:28.545Z Compiling rustix v1.1.3
4792026-03-24T21:24:28.818Z Compiling icu_normalizer_data v2.1.1
4802026-03-24T21:24:28.955Z Compiling syn v2.0.117
4812026-03-24T21:24:29.057Z Compiling errno v0.3.14
4822026-03-24T21:24:29.102Z Compiling bitflags v2.11.0
4832026-03-24T21:24:29.125Z Compiling serde_json v1.0.149
4842026-03-24T21:24:29.405Z Compiling num-traits v0.2.19
4852026-03-24T21:24:29.432Z Compiling equivalent v1.0.2
4862026-03-24T21:24:29.457Z Compiling typeid v1.0.3
4872026-03-24T21:24:29.546Z Compiling smallvec v1.15.1
4882026-03-24T21:24:29.791Z Compiling hashbrown v0.16.1
4892026-03-24T21:24:29.909Z Compiling thread-id v4.2.2
4902026-03-24T21:24:30.011Z Compiling pest_meta v2.8.6
4912026-03-24T21:24:30.078Z Compiling proc-macro-error-attr v1.0.4
4922026-03-24T21:24:30.207Z Compiling usdt-impl v0.5.0
4932026-03-24T21:24:30.344Z Compiling erased-serde v0.4.9
4942026-03-24T21:24:30.385Z Compiling toml_write v0.1.2
4952026-03-24T21:24:30.477Z Compiling indexmap v2.13.0
4962026-03-24T21:24:30.541Z Compiling winnow v0.7.14
4972026-03-24T21:24:30.662Z Compiling syn v1.0.109
4982026-03-24T21:24:31.294Z Compiling proc-macro-error v1.0.4
4992026-03-24T21:24:31.365Z Compiling utf8parse v0.2.2
5002026-03-24T21:24:31.511Z Compiling thiserror v2.0.18
5012026-03-24T21:24:31.534Z Compiling percent-encoding v2.3.2
5022026-03-24T21:24:31.772Z Compiling plain v0.2.3
5032026-03-24T21:24:31.916Z Compiling getrandom v0.4.1
5042026-03-24T21:24:31.939Z Compiling utf8_iter v1.0.4
5052026-03-24T21:24:32.006Z Compiling camino v1.2.2
5062026-03-24T21:24:32.128Z Compiling log v0.4.29
5072026-03-24T21:24:32.373Z Compiling ordered-float v2.10.1
5082026-03-24T21:24:32.397Z Compiling form_urlencoded v1.2.2
5092026-03-24T21:24:32.468Z Compiling anstyle-parse v0.2.7
5102026-03-24T21:24:32.600Z Compiling terminal_size v0.4.3
5112026-03-24T21:24:32.698Z Compiling synstructure v0.13.2
5122026-03-24T21:24:32.737Z Compiling pest_generator v2.8.6
5132026-03-24T21:24:32.770Z Compiling anstyle-query v1.1.5
5142026-03-24T21:24:32.880Z Compiling pretty-hex v0.4.1
5152026-03-24T21:24:32.907Z Compiling anstyle v1.0.13
5162026-03-24T21:24:33.057Z Compiling is_terminal_polyfill v1.70.2
5172026-03-24T21:24:33.081Z Compiling cfg-if v1.0.4
5182026-03-24T21:24:33.156Z Compiling colorchoice v1.0.4
5192026-03-24T21:24:33.182Z Compiling serde-untagged v0.1.9
5202026-03-24T21:24:33.301Z Compiling anstream v0.6.21
5212026-03-24T21:24:33.399Z Compiling semver v1.0.27
5222026-03-24T21:24:33.538Z Compiling fs-err v3.3.0
5232026-03-24T21:24:33.670Z Compiling strsim v0.11.1
5242026-03-24T21:24:33.708Z Compiling fnv v1.0.7
5252026-03-24T21:24:33.771Z Compiling anyhow v1.0.102
5262026-03-24T21:24:33.827Z Compiling heck v0.4.1
5272026-03-24T21:24:33.852Z Compiling fastrand v2.3.0
5282026-03-24T21:24:33.890Z Compiling unicode-xid v0.2.6
5292026-03-24T21:24:34.122Z Compiling once_cell v1.21.3
5302026-03-24T21:24:34.125Z Compiling heck v0.5.0
5312026-03-24T21:24:34.172Z Compiling clap_lex v1.0.0
5322026-03-24T21:24:34.195Z Compiling bytecount v0.6.9
5332026-03-24T21:24:34.382Z Compiling unicode-width v0.1.14
5342026-03-24T21:24:34.428Z Compiling clap_builder v4.5.60
5352026-03-24T21:24:34.452Z Compiling tempfile v3.25.0
5362026-03-24T21:24:34.629Z Compiling memmap v0.7.0
5372026-03-24T21:24:34.722Z Compiling papergrid v0.11.0
5382026-03-24T21:24:34.750Z Compiling unicode-width v0.2.0
5392026-03-24T21:24:34.858Z Compiling unicode-linebreak v0.1.5
5402026-03-24T21:24:34.958Z Compiling smawk v0.3.2
5412026-03-24T21:24:35.182Z Compiling textwrap v0.16.2
5422026-03-24T21:24:35.206Z Compiling camino-tempfile v1.4.1
5432026-03-24T21:24:35.251Z Compiling serde_derive v1.0.228
5442026-03-24T21:24:35.504Z Compiling zerofrom-derive v0.1.6
5452026-03-24T21:24:35.529Z Compiling yoke-derive v0.8.1
5462026-03-24T21:24:35.592Z Compiling zerovec-derive v0.11.2
5472026-03-24T21:24:35.812Z Compiling displaydoc v0.2.5
5482026-03-24T21:24:36.751Z Compiling thiserror-impl v1.0.69
5492026-03-24T21:24:36.784Z Compiling zerocopy-derive v0.7.35
5502026-03-24T21:24:37.084Z Compiling pest_derive v2.8.6
5512026-03-24T21:24:37.110Z Compiling scroll_derive v0.12.1
5522026-03-24T21:24:37.452Z Compiling zerofrom v0.1.6
5532026-03-24T21:24:37.614Z Compiling yoke v0.8.1
5542026-03-24T21:24:37.618Z Compiling thiserror-impl v2.0.18
5552026-03-24T21:24:37.887Z Compiling zerovec v0.11.5
5562026-03-24T21:24:37.926Z Compiling zerotrie v0.2.3
5572026-03-24T21:24:37.966Z Compiling zerocopy v0.7.35
5582026-03-24T21:24:38.331Z Compiling scroll v0.12.0
5592026-03-24T21:24:38.569Z Compiling tinystr v0.8.2
5602026-03-24T21:24:38.592Z Compiling potential_utf v0.1.4
5612026-03-24T21:24:38.682Z Compiling dtrace-parser v0.2.0
5622026-03-24T21:24:38.748Z Compiling icu_collections v2.1.1
5632026-03-24T21:24:38.773Z Compiling goblin v0.8.2
5642026-03-24T21:24:38.813Z Compiling icu_locale_core v2.1.1
5652026-03-24T21:24:38.842Z Compiling tabled_derive v0.7.0
5662026-03-24T21:24:39.403Z Compiling clap_derive v4.5.55
5672026-03-24T21:24:39.734Z Compiling icu_provider v2.1.1
5682026-03-24T21:24:39.954Z Compiling toml_datetime v0.6.11
5692026-03-24T21:24:39.982Z Compiling serde_spanned v0.6.9
5702026-03-24T21:24:40.014Z Compiling dof v0.3.0
5712026-03-24T21:24:40.064Z Compiling icu_normalizer v2.1.1
5722026-03-24T21:24:40.108Z Compiling icu_properties v2.1.2
5732026-03-24T21:24:40.183Z Compiling serde_tokenstream v0.2.3
5742026-03-24T21:24:40.220Z Compiling serde-value v0.7.0
5752026-03-24T21:24:40.373Z Compiling toml_edit v0.22.27
5762026-03-24T21:24:40.620Z Compiling cargo-platform v0.2.0
5772026-03-24T21:24:40.715Z Compiling tabled v0.15.0
5782026-03-24T21:24:40.846Z Compiling macaddr v1.0.1
5792026-03-24T21:24:40.989Z Compiling swrite v0.1.0
5802026-03-24T21:24:41.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-24T21:24:41.383Z Compiling idna_adapter v1.2.1
5822026-03-24T21:24:41.409Z Compiling usdt-attr-macro v0.5.0
5832026-03-24T21:24:41.532Z Compiling idna v1.1.0
5842026-03-24T21:24:41.567Z Compiling usdt-macro v0.5.0
5852026-03-24T21:24:41.691Z Compiling clap v4.5.60
5862026-03-24T21:24:41.890Z Compiling url v2.5.8
5872026-03-24T21:24:42.315Z Compiling toml v0.8.23
5882026-03-24T21:24:42.966Z Compiling cargo-util-schemas v0.8.2
5892026-03-24T21:24:43.058Z Compiling cargo_toml v0.21.0
5902026-03-24T21:24:43.211Z Compiling usdt v0.5.0
5912026-03-24T21:24:44.179Z Compiling cargo_metadata v0.21.0
5922026-03-24T21:24:45.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-24T21:24:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
5942026-03-24T21:24:48.564Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-24T21:24:49.322Z Downloading crates ...
5962026-03-24T21:24:49.449Z Downloaded base64ct v1.8.3
5972026-03-24T21:24:49.455Z Downloaded assert_matches v1.5.0
5982026-03-24T21:24:49.463Z Downloaded base16ct v0.2.0
5992026-03-24T21:24:49.466Z Downloaded base16ct v1.0.0
6002026-03-24T21:24:49.469Z Downloaded dunce v1.0.5
6012026-03-24T21:24:49.469Z Downloaded arrayvec v0.7.6
6022026-03-24T21:24:49.472Z Downloaded convert_case v0.4.0
6032026-03-24T21:24:49.472Z Downloaded crossbeam-utils v0.8.21
6042026-03-24T21:24:49.475Z Downloaded float-cmp v0.10.0
6052026-03-24T21:24:49.475Z Downloaded embedded-io v0.6.1
6062026-03-24T21:24:49.478Z Downloaded block-padding v0.3.3
6072026-03-24T21:24:49.478Z Downloaded atomic-waker v1.1.2
6082026-03-24T21:24:49.478Z Downloaded bitfield-macros v0.19.4
6092026-03-24T21:24:49.481Z Downloaded atty v0.2.14
6102026-03-24T21:24:49.481Z Downloaded async-recursion v1.1.1
6112026-03-24T21:24:49.487Z Downloaded difflib v0.4.0
6122026-03-24T21:24:49.487Z Downloaded der_derive v0.7.3
6132026-03-24T21:24:49.490Z Downloaded defmt v0.3.100
6142026-03-24T21:24:49.490Z Downloaded foldhash v0.2.0
6152026-03-24T21:24:49.490Z Downloaded data-encoding v2.10.0
6162026-03-24T21:24:49.493Z Downloaded deranged v0.5.8
6172026-03-24T21:24:49.493Z Downloaded bit-set v0.5.3
6182026-03-24T21:24:49.496Z Downloaded adler2 v2.0.1
6192026-03-24T21:24:49.496Z Downloaded async-stream-impl v0.3.6
6202026-03-24T21:24:49.500Z Downloaded async-stream v0.3.6
6212026-03-24T21:24:49.503Z Downloaded darling v0.21.3
6222026-03-24T21:24:49.507Z Downloaded crc-catalog v2.4.0
6232026-03-24T21:24:49.507Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-03-24T21:24:49.511Z Downloaded defmt-macros v1.0.1
6252026-03-24T21:24:49.511Z Downloaded defmt-parser v1.0.0
6262026-03-24T21:24:49.511Z Downloaded bit-set v0.8.0
6272026-03-24T21:24:49.514Z Downloaded aead v0.5.2
6282026-03-24T21:24:49.514Z Downloaded dtrace-parser v0.3.0
6292026-03-24T21:24:49.517Z Downloaded diff v0.1.13
6302026-03-24T21:24:49.517Z Downloaded dropshot-api-manager-types v0.6.0
6312026-03-24T21:24:49.520Z Downloaded derive_more v0.99.20
6322026-03-24T21:24:49.523Z Downloaded dsl_auto_type v0.2.0
6332026-03-24T21:24:49.527Z Downloaded des v0.8.1
6342026-03-24T21:24:49.527Z Downloaded dyn-clone v1.0.20
6352026-03-24T21:24:49.530Z Downloaded crypto-bigint v0.5.5
6362026-03-24T21:24:49.533Z Downloaded document-features v0.2.12
6372026-03-24T21:24:49.536Z Downloaded display-error-chain v0.2.2
6382026-03-24T21:24:49.536Z Downloaded dirs-sys-next v0.1.2
6392026-03-24T21:24:49.539Z Downloaded cfg_aliases v0.2.1
6402026-03-24T21:24:49.539Z Downloaded bcrypt-pbkdf v0.10.0
6412026-03-24T21:24:49.542Z Downloaded defmt v1.0.1
6422026-03-24T21:24:49.545Z Downloaded crc8 v0.1.1
6432026-03-24T21:24:49.545Z Downloaded dof v0.4.0
6442026-03-24T21:24:49.545Z Downloaded foreign-types-shared v0.1.1
6452026-03-24T21:24:49.548Z Downloaded cobs v0.3.0
6462026-03-24T21:24:49.548Z Downloaded downcast-rs v2.0.2
6472026-03-24T21:24:49.552Z Downloaded darling_macro v0.20.11
6482026-03-24T21:24:49.552Z Downloaded crucible-workspace-hack v0.1.0
6492026-03-24T21:24:49.552Z Downloaded foreign-types-macros v0.2.3
6502026-03-24T21:24:49.552Z Downloaded flagset v0.4.7
6512026-03-24T21:24:49.555Z Downloaded futures-task v0.3.32
6522026-03-24T21:24:49.558Z Downloaded dirs-next v2.0.0
6532026-03-24T21:24:49.558Z Downloaded cargo-platform v0.1.9
6542026-03-24T21:24:49.558Z Downloaded foreign-types v0.3.2
6552026-03-24T21:24:49.561Z Downloaded darling_macro v0.23.0
6562026-03-24T21:24:49.561Z Downloaded bb8 v0.8.6
6572026-03-24T21:24:49.561Z Downloaded crossbeam-deque v0.8.6
6582026-03-24T21:24:49.564Z Downloaded cstr-argument v0.1.2
6592026-03-24T21:24:49.564Z Downloaded bitfield-struct v0.6.2
6602026-03-24T21:24:49.567Z Downloaded array-init v0.0.4
6612026-03-24T21:24:49.567Z Downloaded ciborium-ll v0.2.2
6622026-03-24T21:24:49.567Z Downloaded enum-as-inner v0.6.1
6632026-03-24T21:24:49.570Z Downloaded derive_builder_macro v0.20.2
6642026-03-24T21:24:49.570Z Downloaded endian-type v0.1.2
6652026-03-24T21:24:49.570Z Downloaded cfg_aliases v0.1.1
6662026-03-24T21:24:49.573Z Downloaded futures-macro v0.3.32
6672026-03-24T21:24:49.573Z Downloaded funty v2.0.0
6682026-03-24T21:24:49.576Z Downloaded arrayref v0.3.9
6692026-03-24T21:24:49.576Z Downloaded crc v3.4.0
6702026-03-24T21:24:49.576Z Downloaded crunchy v0.2.4
6712026-03-24T21:24:49.579Z Downloaded foreign-types-shared v0.3.1
6722026-03-24T21:24:49.579Z Downloaded foreign-types v0.5.0
6732026-03-24T21:24:49.579Z Downloaded env_filter v1.0.0
6742026-03-24T21:24:49.583Z Downloaded curve25519-dalek-derive v0.1.1
6752026-03-24T21:24:49.583Z Downloaded bit-vec v0.8.0
6762026-03-24T21:24:49.587Z Downloaded darling_macro v0.21.3
6772026-03-24T21:24:49.587Z Downloaded bit-vec v0.6.3
6782026-03-24T21:24:49.587Z Downloaded backoff v0.4.0
6792026-03-24T21:24:49.590Z Downloaded futures-sink v0.3.32
6802026-03-24T21:24:49.590Z Downloaded fd-lock v4.0.4
6812026-03-24T21:24:49.593Z Downloaded chacha20 v0.9.1
6822026-03-24T21:24:49.593Z Downloaded float-ord v0.3.2
6832026-03-24T21:24:49.598Z Downloaded embedded-io v0.4.0
6842026-03-24T21:24:49.598Z Downloaded gethostname v0.5.0
6852026-03-24T21:24:49.601Z Downloaded argon2 v0.5.3
6862026-03-24T21:24:49.601Z Downloaded futures-io v0.3.32
6872026-03-24T21:24:49.601Z Downloaded ghash v0.5.1
6882026-03-24T21:24:49.604Z Downloaded backon v1.6.0
6892026-03-24T21:24:49.607Z Downloaded constant_time_eq v0.4.2
6902026-03-24T21:24:49.607Z Downloaded either v1.15.0
6912026-03-24T21:24:49.610Z Downloaded globwalk v0.9.1
6922026-03-24T21:24:49.610Z Downloaded fixedbitset v0.4.2
6932026-03-24T21:24:49.613Z Downloaded drift v0.1.3
6942026-03-24T21:24:49.617Z Downloaded find-msvc-tools v0.1.9
6952026-03-24T21:24:49.620Z Downloaded hash32 v0.2.1
6962026-03-24T21:24:49.621Z Downloaded foldhash v0.1.5
6972026-03-24T21:24:49.621Z Downloaded erased-serde v0.3.31
6982026-03-24T21:24:49.624Z Downloaded env_logger v0.11.9
6992026-03-24T21:24:49.627Z Downloaded headers-core v0.3.0
7002026-03-24T21:24:49.627Z Downloaded hex-literal v0.4.1
7012026-03-24T21:24:49.630Z Downloaded cassowary v0.3.0
7022026-03-24T21:24:49.630Z Downloaded blowfish v0.9.1
7032026-03-24T21:24:49.630Z Downloaded hex v0.4.3
7042026-03-24T21:24:49.633Z Downloaded hash32 v0.3.1
7052026-03-24T21:24:49.636Z Downloaded daft-derive v0.1.5
7062026-03-24T21:24:49.639Z Downloaded fixedbitset v0.5.7
7072026-03-24T21:24:49.658Z Downloaded httpdate v1.0.3
7082026-03-24T21:24:49.664Z Downloaded darling v0.23.0
7092026-03-24T21:24:49.667Z Downloaded hubpack_derive v0.1.1
7102026-03-24T21:24:49.667Z Downloaded http-body v1.0.1
7112026-03-24T21:24:49.667Z Downloaded git-stub v1.0.0
7122026-03-24T21:24:49.667Z Downloaded git-stub-vcs v0.1.0
7132026-03-24T21:24:49.670Z Downloaded fs_extra v1.3.0
7142026-03-24T21:24:49.670Z Downloaded fs-err v2.11.0
7152026-03-24T21:24:49.676Z Downloaded csv-core v0.1.13
7162026-03-24T21:24:49.676Z Downloaded ident_case v1.0.1
7172026-03-24T21:24:49.680Z Downloaded colored v3.1.1
7182026-03-24T21:24:49.680Z Downloaded cbc v0.1.2
7192026-03-24T21:24:49.680Z Downloaded async-trait v0.1.89
7202026-03-24T21:24:49.685Z Downloaded indent_write v2.2.0
7212026-03-24T21:24:49.685Z Downloaded hubpack v0.1.2
7222026-03-24T21:24:49.685Z Downloaded camino-tempfile-ext v0.3.3
7232026-03-24T21:24:49.691Z Downloaded instant v0.1.13
7242026-03-24T21:24:49.692Z Downloaded derive-where v1.6.0
7252026-03-24T21:24:49.696Z Downloaded globset v0.4.18
7262026-03-24T21:24:49.696Z Downloaded glob v0.3.3
7272026-03-24T21:24:49.696Z Downloaded instability v0.3.11
7282026-03-24T21:24:49.702Z Downloaded bzip2 v0.6.1
7292026-03-24T21:24:49.702Z Downloaded inout v0.1.4
7302026-03-24T21:24:49.702Z Downloaded bzip2 v0.4.4
7312026-03-24T21:24:49.705Z Downloaded lazy_static v1.5.0
7322026-03-24T21:24:49.705Z Downloaded kstat-rs v0.2.4
7332026-03-24T21:24:49.705Z Downloaded derive_builder v0.20.2
7342026-03-24T21:24:49.708Z Downloaded is_ci v1.2.0
7352026-03-24T21:24:49.708Z Downloaded keccak v0.1.6
7362026-03-24T21:24:49.711Z Downloaded hostname v0.3.1
7372026-03-24T21:24:49.714Z Downloaded highway v1.3.0
7382026-03-24T21:24:49.714Z Downloaded ciborium v0.2.2
7392026-03-24T21:24:49.717Z Downloaded async-bb8-diesel v0.2.1
7402026-03-24T21:24:49.720Z Downloaded linked-hash-map v0.5.6
7412026-03-24T21:24:49.720Z Downloaded lalrpop-util v0.19.12
7422026-03-24T21:24:49.720Z Downloaded cookie v0.18.1
7432026-03-24T21:24:49.723Z Downloaded console v0.15.11
7442026-03-24T21:24:49.726Z Downloaded maybe-uninit v2.0.0
7452026-03-24T21:24:49.726Z Downloaded cookie_store v0.22.1
7462026-03-24T21:24:49.730Z Downloaded console v0.16.2
7472026-03-24T21:24:49.733Z Downloaded lru-slab v0.1.2
7482026-03-24T21:24:49.733Z Downloaded lru v0.12.5
7492026-03-24T21:24:49.733Z Downloaded getrandom v0.2.17
7502026-03-24T21:24:49.736Z Downloaded crc32fast v1.5.0
7512026-03-24T21:24:49.740Z Downloaded bcs v0.1.6
7522026-03-24T21:24:49.740Z Downloaded hyper-staticfile v0.10.1
7532026-03-24T21:24:49.743Z Downloaded match_cfg v0.1.0
7542026-03-24T21:24:49.743Z Downloaded maplit v1.0.2
7552026-03-24T21:24:49.746Z Downloaded memoffset v0.9.1
7562026-03-24T21:24:49.746Z Downloaded futures-channel v0.3.32
7572026-03-24T21:24:49.749Z Downloaded md5 v0.7.0
7582026-03-24T21:24:49.749Z Downloaded md-5 v0.10.6
7592026-03-24T21:24:49.752Z Downloaded ingot v0.1.1
7602026-03-24T21:24:49.752Z Downloaded indoc v2.0.7
7612026-03-24T21:24:49.755Z Downloaded chacha20 v0.10.0
7622026-03-24T21:24:49.758Z Downloaded is-terminal v0.4.17
7632026-03-24T21:24:49.758Z Downloaded half v1.8.3
7642026-03-24T21:24:49.761Z Downloaded mime v0.3.17
7652026-03-24T21:24:49.764Z Downloaded managed v0.8.0
7662026-03-24T21:24:49.764Z Downloaded clang-sys v1.8.1
7672026-03-24T21:24:49.767Z Downloaded newtype_derive v0.1.6
7682026-03-24T21:24:49.767Z Downloaded newtype-uuid-macros v0.1.0
7692026-03-24T21:24:49.770Z Downloaded jobserver v0.1.34
7702026-03-24T21:24:49.770Z Downloaded newline-converter v0.3.0
7712026-03-24T21:24:49.773Z Downloaded nodrop v0.1.14
7722026-03-24T21:24:49.773Z Downloaded fatfs v0.3.6
7732026-03-24T21:24:49.776Z Downloaded ipnetwork v0.21.1
7742026-03-24T21:24:49.776Z Downloaded ipnet v2.11.0
7752026-03-24T21:24:49.779Z Downloaded new_debug_unreachable v1.0.6
7762026-03-24T21:24:49.783Z Downloaded nonempty v0.12.0
7772026-03-24T21:24:49.783Z Downloaded ingot-types v0.1.2
7782026-03-24T21:24:49.783Z Downloaded normalize-line-endings v0.3.0
7792026-03-24T21:24:49.786Z Downloaded group v0.13.0
7802026-03-24T21:24:49.786Z Downloaded lru-cache v0.1.2
7812026-03-24T21:24:49.789Z Downloaded num v0.4.3
7822026-03-24T21:24:49.789Z Downloaded num-derive v0.4.2
7832026-03-24T21:24:49.792Z Downloaded num_enum_derive v0.5.11
7842026-03-24T21:24:49.792Z Downloaded libsw-core v0.3.2
7852026-03-24T21:24:49.795Z Downloaded libsw v3.5.0
7862026-03-24T21:24:49.795Z Downloaded num-iter v0.1.45
7872026-03-24T21:24:49.795Z Downloaded libefi-sys v0.1.0
7882026-03-24T21:24:49.798Z Downloaded blake2 v0.10.6
7892026-03-24T21:24:49.801Z Downloaded num-derive v0.3.3
7902026-03-24T21:24:49.801Z Downloaded num-conv v0.2.0
7912026-03-24T21:24:49.806Z Downloaded linear-map v1.2.0
7922026-03-24T21:24:49.806Z Downloaded httparse v1.10.1
7932026-03-24T21:24:49.809Z Downloaded crc-any v2.5.0
7942026-03-24T21:24:49.809Z Downloaded iana-time-zone v0.1.65
7952026-03-24T21:24:49.812Z Downloaded hickory-client v0.25.2
7962026-03-24T21:24:49.815Z Downloaded hmac v0.12.1
7972026-03-24T21:24:49.815Z Downloaded num_threads v0.1.7
7982026-03-24T21:24:49.818Z Downloaded hyper-rustls v0.27.7
7992026-03-24T21:24:49.821Z Downloaded openssl-probe v0.1.6
8002026-03-24T21:24:49.821Z Downloaded oso-derive v0.27.3
8012026-03-24T21:24:49.821Z Downloaded futures v0.3.32
8022026-03-24T21:24:49.825Z Downloaded mime_guess v2.0.5
8032026-03-24T21:24:49.829Z Downloaded arc-swap v1.8.2
8042026-03-24T21:24:49.832Z Downloaded half v2.7.1
8052026-03-24T21:24:49.836Z Downloaded nibble_vec v0.1.0
8062026-03-24T21:24:49.836Z Downloaded packed_struct_codegen v0.10.1
8072026-03-24T21:24:49.839Z Downloaded parse-display v0.10.0
8082026-03-24T21:24:49.839Z Downloaded openssl-macros v0.1.1
8092026-03-24T21:24:49.839Z Downloaded newtype-uuid v1.3.2
8102026-03-24T21:24:49.842Z Downloaded parse-size v1.1.0
8112026-03-24T21:24:49.842Z Downloaded openssl-probe v0.2.1
8122026-03-24T21:24:49.842Z Downloaded phf_shared v0.12.1
8132026-03-24T21:24:49.845Z Downloaded darling_core v0.21.3
8142026-03-24T21:24:49.848Z Downloaded pbkdf2 v0.12.2
8152026-03-24T21:24:49.851Z Downloaded native-tls v0.2.18
8162026-03-24T21:24:49.854Z Downloaded dropshot-api-manager v0.6.0
8172026-03-24T21:24:49.858Z Downloaded ingot-macros v0.1.1
8182026-03-24T21:24:49.858Z Downloaded diesel_derives v2.3.7
8192026-03-24T21:24:49.862Z Downloaded nanorand v0.7.0
8202026-03-24T21:24:49.865Z Downloaded num-complex v0.4.6
8212026-03-24T21:24:49.865Z Downloaded multimap v0.10.1
8222026-03-24T21:24:49.873Z Downloaded multer v3.1.0
8232026-03-24T21:24:49.873Z Downloaded phf_shared v0.13.1
8242026-03-24T21:24:49.878Z Downloaded pbkdf2 v0.11.0
8252026-03-24T21:24:49.878Z Downloaded peg-runtime v0.8.5
8262026-03-24T21:24:49.878Z Downloaded path-slash v0.1.5
8272026-03-24T21:24:49.878Z Downloaded phf_shared v0.11.3
8282026-03-24T21:24:49.878Z Downloaded litrs v1.0.0
8292026-03-24T21:24:49.883Z Downloaded memmap2 v0.9.10
8302026-03-24T21:24:49.883Z Downloaded pin-utils v0.1.0
8312026-03-24T21:24:49.883Z Downloaded flume v0.11.1
8322026-03-24T21:24:49.887Z Downloaded num-rational v0.4.2
8332026-03-24T21:24:49.891Z Downloaded nu-ansi-term v0.50.3
8342026-03-24T21:24:49.891Z Downloaded powerfmt v0.2.0
8352026-03-24T21:24:49.891Z Downloaded darling_core v0.23.0
8362026-03-24T21:24:49.894Z Downloaded owo-colors v4.3.0
8372026-03-24T21:24:49.897Z Downloaded ed25519-dalek v2.2.0
8382026-03-24T21:24:49.900Z Downloaded allocator-api2 v0.2.21
8392026-03-24T21:24:49.903Z Downloaded chacha20poly1305 v0.10.1
8402026-03-24T21:24:49.906Z Downloaded olpc-cjson v0.1.4
8412026-03-24T21:24:49.906Z Downloaded heapless v0.7.17
8422026-03-24T21:24:49.909Z Downloaded der v0.7.10
8432026-03-24T21:24:49.913Z Downloaded packed_struct v0.10.1
8442026-03-24T21:24:49.917Z Downloaded const_format v0.2.35
8452026-03-24T21:24:49.920Z Downloaded progenitor-client v0.10.0
8462026-03-24T21:24:49.923Z Downloaded cc v1.2.56
8472026-03-24T21:24:49.923Z Downloaded progenitor-macro v0.10.0
8482026-03-24T21:24:49.926Z Downloaded progenitor-client v0.11.2
8492026-03-24T21:24:49.926Z Downloaded predicates-core v1.0.10
8502026-03-24T21:24:49.926Z Downloaded peg v0.8.5
8512026-03-24T21:24:49.929Z Downloaded proc-macro-crate v3.4.0
8522026-03-24T21:24:49.932Z Downloaded proc-macro-crate v1.3.1
8532026-03-24T21:24:49.932Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-03-24T21:24:49.935Z Downloaded predicates-tree v1.0.13
8552026-03-24T21:24:49.935Z Downloaded paste v1.0.15
8562026-03-24T21:24:49.938Z Downloaded progenitor-macro v0.11.2
8572026-03-24T21:24:49.938Z Downloaded parse-display-derive v0.10.0
8582026-03-24T21:24:49.941Z Downloaded precomputed-hash v0.1.1
8592026-03-24T21:24:49.941Z Downloaded ignore v0.4.25
8602026-03-24T21:24:49.941Z Downloaded bytes v1.11.1
8612026-03-24T21:24:49.944Z Downloaded oxnet v0.1.4
8622026-03-24T21:24:49.948Z Downloaded headers v0.4.1
8632026-03-24T21:24:49.952Z Downloaded psl-types v2.0.11
8642026-03-24T21:24:49.955Z Downloaded quick-error v1.2.3
8652026-03-24T21:24:49.955Z Downloaded pin-project-internal v1.1.11
8662026-03-24T21:24:49.955Z Downloaded num-integer v0.1.46
8672026-03-24T21:24:49.958Z Downloaded radium v0.7.0
8682026-03-24T21:24:49.958Z Downloaded password-hash v0.5.0
8692026-03-24T21:24:49.963Z Downloaded parking_lot_core v0.8.6
8702026-03-24T21:24:49.963Z Downloaded flate2 v1.1.9
8712026-03-24T21:24:49.967Z Downloaded progenitor-macro v0.13.0
8722026-03-24T21:24:49.967Z Downloaded pem-rfc7468 v0.7.0
8732026-03-24T21:24:49.970Z Downloaded pem v3.0.6
8742026-03-24T21:24:49.970Z Downloaded password-hash v0.4.2
8752026-03-24T21:24:49.973Z Downloaded rand_chacha v0.3.1
8762026-03-24T21:24:49.973Z Downloaded oxide-tokio-rt v0.1.3
8772026-03-24T21:24:49.973Z Downloaded pkcs8 v0.10.2
8782026-03-24T21:24:49.977Z Downloaded ar_archive_writer v0.5.1
8792026-03-24T21:24:50.001Z Downloaded compact_str v0.8.1
8802026-03-24T21:24:50.001Z Downloaded postgres-protocol v0.6.10
8812026-03-24T21:24:50.001Z Downloaded colored v2.2.0
8822026-03-24T21:24:50.001Z Downloaded bumpalo v3.20.2
8832026-03-24T21:24:50.001Z Downloaded pkg-config v0.3.32
8842026-03-24T21:24:50.001Z Downloaded phf v0.13.1
8852026-03-24T21:24:50.001Z Downloaded phf v0.12.1
8862026-03-24T21:24:50.002Z Downloaded libbz2-rs-sys v0.2.2
8872026-03-24T21:24:50.002Z Downloaded rand_xorshift v0.4.0
8882026-03-24T21:24:50.002Z Downloaded ppv-lite86 v0.2.21
8892026-03-24T21:24:50.002Z Downloaded heapless v0.8.0
8902026-03-24T21:24:50.002Z Downloaded base64 v0.22.1
8912026-03-24T21:24:50.005Z Downloaded ref-cast-impl v1.0.25
8922026-03-24T21:24:50.005Z Downloaded progenitor-client v0.13.0
8932026-03-24T21:24:50.005Z Downloaded predicates v3.1.4
8942026-03-24T21:24:50.008Z Downloaded primeorder v0.13.6
8952026-03-24T21:24:50.009Z Downloaded indicatif v0.18.4
8962026-03-24T21:24:50.012Z Downloaded rfc6979 v0.4.0
8972026-03-24T21:24:50.015Z Downloaded progenitor v0.13.0
8982026-03-24T21:24:50.015Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-03-24T21:24:50.018Z Downloaded rtoolbox v0.0.3
9002026-03-24T21:24:50.018Z Downloaded psm v0.1.30
9012026-03-24T21:24:50.021Z Downloaded progenitor v0.10.0
9022026-03-24T21:24:50.021Z Downloaded hickory-resolver v0.24.4
9032026-03-24T21:24:50.025Z Downloaded progenitor-extras v0.1.1
9042026-03-24T21:24:50.030Z Downloaded progenitor v0.11.2
9052026-03-24T21:24:50.030Z Downloaded proc-macro-error2 v2.0.1
9062026-03-24T21:24:50.034Z Downloaded derive_more-impl v2.1.1
9072026-03-24T21:24:50.037Z Downloaded russh-cryptovec v0.7.3
9082026-03-24T21:24:50.037Z Downloaded parking_lot_core v0.9.12
9092026-03-24T21:24:50.037Z Downloaded parking_lot v0.12.5
9102026-03-24T21:24:50.041Z Downloaded parking_lot v0.11.2
9112026-03-24T21:24:50.041Z Downloaded pkcs1 v0.7.5
9122026-03-24T21:24:50.044Z Downloaded peg-macros v0.8.5
9132026-03-24T21:24:50.047Z Downloaded rustc-hash v2.1.1
9142026-03-24T21:24:50.047Z Downloaded expectorate v1.2.0
9152026-03-24T21:24:50.050Z Downloaded pkcs5 v0.7.1
9162026-03-24T21:24:50.053Z Downloaded rustc_version v0.1.7
9172026-03-24T21:24:50.053Z Downloaded rustc_version v0.4.1
9182026-03-24T21:24:50.053Z Downloaded polyval v0.6.2
9192026-03-24T21:24:50.057Z Downloaded r2d2 v0.8.10
9202026-03-24T21:24:50.057Z Downloaded pin-project-lite v0.2.17
9212026-03-24T21:24:50.060Z Downloaded base64 v0.21.7
9222026-03-24T21:24:50.063Z Downloaded postgres-types v0.2.12
9232026-03-24T21:24:50.070Z Downloaded rand_core v0.6.4
9242026-03-24T21:24:50.073Z Downloaded recursive v0.1.1
9252026-03-24T21:24:50.073Z Downloaded rand_core v0.10.0
9262026-03-24T21:24:50.073Z Downloaded scheduled-thread-pool v0.2.7
9272026-03-24T21:24:50.073Z Downloaded sapling-renderdag v0.1.0
9282026-03-24T21:24:50.074Z Downloaded rand_core v0.9.5
9292026-03-24T21:24:50.074Z Downloaded rand_chacha v0.9.0
9302026-03-24T21:24:50.078Z Downloaded salsa20 v0.10.2
9312026-03-24T21:24:50.078Z Downloaded indexmap v1.9.3
9322026-03-24T21:24:50.081Z Downloaded crossterm v0.28.1
9332026-03-24T21:24:50.090Z Downloaded same-file v1.0.6
9342026-03-24T21:24:50.090Z Downloaded rand_seeder v0.4.0
9352026-03-24T21:24:50.090Z Downloaded ref-cast v1.0.25
9362026-03-24T21:24:50.093Z Downloaded omicron-zone-package v0.12.2
9372026-03-24T21:24:50.097Z Downloaded secrecy v0.8.0
9382026-03-24T21:24:50.101Z Downloaded resolv-conf v0.7.6
9392026-03-24T21:24:50.101Z Downloaded hickory-resolver v0.25.2
9402026-03-24T21:24:50.104Z Downloaded scrypt v0.11.0
9412026-03-24T21:24:50.107Z Downloaded serde-big-array v0.5.1
9422026-03-24T21:24:50.107Z Downloaded seq-macro v0.3.6
9432026-03-24T21:24:50.110Z Downloaded serde_bytes v0.11.19
9442026-03-24T21:24:50.113Z Downloaded semver v0.1.20
9452026-03-24T21:24:50.113Z Downloaded scroll_derive v0.13.1
9462026-03-24T21:24:50.113Z Downloaded serde_plain v1.0.2
9472026-03-24T21:24:50.117Z Downloaded serde_repr v0.1.20
9482026-03-24T21:24:50.117Z Downloaded scopeguard v1.2.0
9492026-03-24T21:24:50.119Z Downloaded serde_urlencoded v0.7.1
9502026-03-24T21:24:50.120Z Downloaded serde_spanned v1.0.4
9512026-03-24T21:24:50.123Z Downloaded poly1305 v0.8.0
9522026-03-24T21:24:50.126Z Downloaded miniz_oxide v0.8.9
9532026-03-24T21:24:50.126Z Downloaded jiff-static v0.2.21
9542026-03-24T21:24:50.129Z Downloaded pin-project v1.1.11
9552026-03-24T21:24:50.137Z Downloaded sigpipe v0.1.3
9562026-03-24T21:24:50.140Z Downloaded rustls-pemfile v1.0.4
9572026-03-24T21:24:50.140Z Downloaded signal-hook-mio v0.2.5
9582026-03-24T21:24:50.144Z Downloaded p256 v0.13.2
9592026-03-24T21:24:50.147Z Downloaded signature v2.2.0
9602026-03-24T21:24:50.147Z Downloaded shell-words v1.1.1
9612026-03-24T21:24:50.150Z Downloaded sha1 v0.10.6
9622026-03-24T21:24:50.150Z Downloaded signal-hook-tokio v0.3.1
9632026-03-24T21:24:50.153Z Downloaded num_enum_derive v0.7.5
9642026-03-24T21:24:50.153Z Downloaded num_enum v0.7.5
9652026-03-24T21:24:50.156Z Downloaded num_enum v0.5.11
9662026-03-24T21:24:50.160Z Downloaded rusty-fork v0.3.1
9672026-03-24T21:24:50.163Z Downloaded rustversion v1.0.22
9682026-03-24T21:24:50.166Z Downloaded rustls-pemfile v2.2.0
9692026-03-24T21:24:50.166Z Downloaded slog-envlogger v2.2.0
9702026-03-24T21:24:50.170Z Downloaded siphasher v1.0.2
9712026-03-24T21:24:50.170Z Downloaded postcard v1.1.3
9722026-03-24T21:24:50.173Z Downloaded aes v0.8.4
9732026-03-24T21:24:50.176Z Downloaded sqlparser_derive v0.5.0
9742026-03-24T21:24:50.176Z Downloaded prefix-trie v0.7.0
9752026-03-24T21:24:50.179Z Downloaded slog-bunyan v2.5.0
9762026-03-24T21:24:50.179Z Downloaded ssh-encoding v0.2.0
9772026-03-24T21:24:50.182Z Downloaded scroll v0.13.0
9782026-03-24T21:24:50.182Z Downloaded minimal-lexical v0.2.1
9792026-03-24T21:24:50.186Z Downloaded serde-hex v0.1.0
9802026-03-24T21:24:50.189Z Downloaded secrecy v0.10.3
9812026-03-24T21:24:50.189Z Downloaded sec1 v0.7.3
9822026-03-24T21:24:50.192Z Downloaded sct v0.7.1
9832026-03-24T21:24:50.195Z Downloaded serde_path_to_error v0.1.20
9842026-03-24T21:24:50.195Z Downloaded schemars_derive v0.8.22
9852026-03-24T21:24:50.198Z Downloaded oso v0.27.3
9862026-03-24T21:24:50.201Z Downloaded russh-keys v0.45.0
9872026-03-24T21:24:50.201Z Downloaded hashbrown v0.12.3
9882026-03-24T21:24:50.205Z Downloaded ssh-cipher v0.2.0
9892026-03-24T21:24:50.208Z Downloaded serde_derive_internals v0.29.1
9902026-03-24T21:24:50.208Z Downloaded darling_core v0.20.11
9912026-03-24T21:24:50.211Z Downloaded quinn-udp v0.5.14
9922026-03-24T21:24:50.214Z Downloaded progenitor-impl v0.13.0
9932026-03-24T21:24:50.220Z Downloaded rustls-pki-types v1.14.0
9942026-03-24T21:24:50.220Z Downloaded hyper-util v0.1.20
9952026-03-24T21:24:50.224Z Downloaded openssl-sys v0.9.111
9962026-03-24T21:24:50.227Z Downloaded signal-hook-registry v1.4.8
9972026-03-24T21:24:50.230Z Downloaded strum v0.26.3
9982026-03-24T21:24:50.230Z Downloaded structmeta v0.3.0
9992026-03-24T21:24:50.233Z Downloaded strip-ansi-escapes v0.2.1
10002026-03-24T21:24:50.233Z Downloaded shlex v1.3.0
10012026-03-24T21:24:50.233Z Downloaded rustls-native-certs v0.8.3
10022026-03-24T21:24:50.237Z Downloaded slab v0.4.12
10032026-03-24T21:24:50.240Z Downloaded hashbrown v0.13.2
10042026-03-24T21:24:50.243Z Downloaded prettyplease v0.2.37
10052026-03-24T21:24:50.246Z Downloaded pretty_assertions v1.4.1
10062026-03-24T21:24:50.246Z Downloaded opaque-debug v0.3.1
10072026-03-24T21:24:50.246Z Downloaded lock_api v0.4.14
10082026-03-24T21:24:50.249Z Downloaded elliptic-curve v0.13.8
10092026-03-24T21:24:50.252Z Downloaded strum v0.27.2
10102026-03-24T21:24:50.252Z Downloaded spki v0.7.3
10112026-03-24T21:24:50.255Z Downloaded smallvec v0.6.14
10122026-03-24T21:24:50.255Z Downloaded tagptr v0.2.0
10132026-03-24T21:24:50.255Z Downloaded supports-color v3.0.2
10142026-03-24T21:24:50.258Z Downloaded subtle v2.6.1
10152026-03-24T21:24:50.258Z Downloaded progenitor-impl v0.10.0
10162026-03-24T21:24:50.261Z Downloaded sqlformat v0.3.5
10172026-03-24T21:24:50.261Z Downloaded crossterm v0.29.0
10182026-03-24T21:24:50.266Z Downloaded http v1.4.0
10192026-03-24T21:24:50.269Z Downloaded sync_wrapper v1.0.2
10202026-03-24T21:24:50.272Z Downloaded slog-dtrace v0.3.0
10212026-03-24T21:24:50.272Z Downloaded hickory-server v0.25.2
10222026-03-24T21:24:50.275Z Downloaded thiserror-impl-no-std v2.0.2
10232026-03-24T21:24:50.278Z Downloaded testing_table v0.3.0
10242026-03-24T21:24:50.278Z Downloaded slog-term v2.9.2
10252026-03-24T21:24:50.281Z Downloaded rustls-platform-verifier v0.6.2
10262026-03-24T21:24:50.284Z Downloaded tabwriter v1.4.1
10272026-03-24T21:24:50.284Z Downloaded tap v1.0.1
10282026-03-24T21:24:50.287Z Downloaded tabled_derive v0.11.0
10292026-03-24T21:24:50.288Z Downloaded smf v0.2.3
10302026-03-24T21:24:50.288Z Downloaded slog-stdlog v4.1.1
10312026-03-24T21:24:50.291Z Downloaded slog-scope v4.4.1
10322026-03-24T21:24:50.291Z Downloaded slog-json v2.6.1
10332026-03-24T21:24:50.294Z Downloaded termtree v0.5.1
10342026-03-24T21:24:50.294Z Downloaded time-core v0.1.8
10352026-03-24T21:24:50.297Z Downloaded progenitor-impl v0.11.2
10362026-03-24T21:24:50.297Z Downloaded thread-id v5.1.0
10372026-03-24T21:24:50.300Z Downloaded stacker v0.1.23
10382026-03-24T21:24:50.300Z Downloaded serde_cbor v0.11.2
10392026-03-24T21:24:50.303Z Downloaded papergrid v0.17.0
10402026-03-24T21:24:50.306Z Downloaded sync-ptr v0.1.4
10412026-03-24T21:24:50.309Z Downloaded stringprep v0.1.5
10422026-03-24T21:24:50.309Z Downloaded simd-adler32 v0.3.8
10432026-03-24T21:24:50.313Z Downloaded rcgen v0.12.1
10442026-03-24T21:24:50.316Z Downloaded getrandom v0.3.4
10452026-03-24T21:24:50.319Z Downloaded tinyvec_macros v0.1.1
10462026-03-24T21:24:50.319Z Downloaded structmeta-derive v0.3.0
10472026-03-24T21:24:50.322Z Downloaded string_cache v0.8.9
10482026-03-24T21:24:50.322Z Downloaded static_assertions v1.1.0
10492026-03-24T21:24:50.325Z Downloaded libloading v0.8.9
10502026-03-24T21:24:50.325Z Downloaded lzss v0.8.2
10512026-03-24T21:24:50.328Z Downloaded snafu-derive v0.8.9
10522026-03-24T21:24:50.328Z Downloaded libscf-sys v1.1.0
10532026-03-24T21:24:50.331Z Downloaded indoc v1.0.9
10542026-03-24T21:24:50.334Z Downloaded topological-sort v0.2.2
10552026-03-24T21:24:50.334Z Downloaded take_mut v0.2.2
10562026-03-24T21:24:50.334Z Downloaded spin v0.9.8
10572026-03-24T21:24:50.337Z Downloaded strum_macros v0.26.4
10582026-03-24T21:24:50.340Z Downloaded strum_macros v0.24.3
10592026-03-24T21:24:50.340Z Downloaded ryu v1.0.23
10602026-03-24T21:24:50.346Z Downloaded impl-trait-for-tuples v0.2.3
10612026-03-24T21:24:50.349Z Downloaded http-body-util v0.1.3
10622026-03-24T21:24:50.349Z Downloaded nom v7.1.3
10632026-03-24T21:24:50.352Z Downloaded num-bigint v0.4.6
10642026-03-24T21:24:50.355Z Downloaded support-bundle-viewer v0.1.2
10652026-03-24T21:24:50.358Z Downloaded serde_with_macros v3.17.0
10662026-03-24T21:24:50.361Z Downloaded iddqd v0.3.17
10672026-03-24T21:24:50.365Z Downloaded thiserror-no-std v2.0.2
10682026-03-24T21:24:50.368Z Downloaded tower-service v0.3.3
10692026-03-24T21:24:50.371Z Downloaded slog-async v2.8.0
10702026-03-24T21:24:50.371Z Downloaded signal-hook v0.3.18
10712026-03-24T21:24:50.375Z Downloaded tiny-keccak v2.0.2
10722026-03-24T21:24:50.378Z Downloaded rayon-core v1.13.0
10732026-03-24T21:24:50.381Z Downloaded try-lock v0.2.5
10742026-03-24T21:24:50.381Z Downloaded trait-variant v0.1.2
10752026-03-24T21:24:50.381Z Downloaded humantime v2.3.0
10762026-03-24T21:24:50.384Z Downloaded corncobs v0.1.4
10772026-03-24T21:24:50.384Z Downloaded termios v0.3.3
10782026-03-24T21:24:50.388Z Downloaded publicsuffix v2.3.0
10792026-03-24T21:24:50.391Z Downloaded unarray v0.1.4
10802026-03-24T21:24:50.392Z Downloaded typify-macro v0.6.1
10812026-03-24T21:24:50.392Z Downloaded schemars v0.9.0
10822026-03-24T21:24:50.400Z Downloaded mio v1.1.1
10832026-03-24T21:24:50.405Z Downloaded typify-macro v0.4.3
10842026-03-24T21:24:50.408Z Downloaded tower-layer v0.3.3
10852026-03-24T21:24:50.408Z Downloaded time-macros v0.2.27
10862026-03-24T21:24:50.411Z Downloaded socket2 v0.6.2
10872026-03-24T21:24:50.414Z Downloaded itertools v0.10.5
10882026-03-24T21:24:50.418Z Downloaded thread_local v1.1.9
10892026-03-24T21:24:50.418Z Downloaded itertools v0.13.0
10902026-03-24T21:24:50.423Z Downloaded iri-string v0.7.10
10912026-03-24T21:24:50.430Z Downloaded tokio-macros v2.6.0
10922026-03-24T21:24:50.433Z Downloaded num-bigint-dig v0.8.6
10932026-03-24T21:24:50.436Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-03-24T21:24:50.436Z Downloaded unit-prefix v0.5.2
10952026-03-24T21:24:50.439Z Downloaded unicode-truncate v1.1.0
10962026-03-24T21:24:50.439Z Downloaded usdt-attr-macro v0.6.0
10972026-03-24T21:24:50.439Z Downloaded usdt-macro v0.6.0
10982026-03-24T21:24:50.442Z Downloaded tls_codec v0.4.2
10992026-03-24T21:24:50.442Z Downloaded tokio-dtrace v0.1.1
11002026-03-24T21:24:50.445Z Downloaded tls_codec_derive v0.4.2
11012026-03-24T21:24:50.445Z Downloaded strum_macros v0.27.2
11022026-03-24T21:24:50.448Z Downloaded rand v0.9.2
11032026-03-24T21:24:50.451Z Downloaded tokio-tungstenite v0.21.0
11042026-03-24T21:24:50.451Z Downloaded untrusted v0.9.0
11052026-03-24T21:24:50.455Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-03-24T21:24:50.455Z Downloaded ron v0.8.1
11072026-03-24T21:24:50.458Z Downloaded socket2 v0.5.10
11082026-03-24T21:24:50.461Z Downloaded rustls-webpki v0.103.9
11092026-03-24T21:24:50.464Z Downloaded universal-hash v0.5.1
11102026-03-24T21:24:50.464Z Downloaded similar v2.7.0
11112026-03-24T21:24:50.467Z Downloaded utf-8 v0.7.6
11122026-03-24T21:24:50.471Z Downloaded tui-tree-widget v0.23.1
11132026-03-24T21:24:50.471Z Downloaded void v1.0.2
11142026-03-24T21:24:50.475Z Downloaded wait-timeout v0.2.1
11152026-03-24T21:24:50.475Z Downloaded tokio-rustls v0.26.4
11162026-03-24T21:24:50.475Z Downloaded tokio-rustls v0.24.1
11172026-03-24T21:24:50.478Z Downloaded tokio-tungstenite v0.23.1
11182026-03-24T21:24:50.478Z Downloaded term v1.2.1
11192026-03-24T21:24:50.481Z Downloaded slog v2.8.2
11202026-03-24T21:24:50.484Z Downloaded hashbrown v0.15.5
11212026-03-24T21:24:50.488Z Downloaded tokio-rustls v0.25.0
11222026-03-24T21:24:50.491Z Downloaded rsa v0.9.10
11232026-03-24T21:24:50.494Z Downloaded want v0.3.1
11242026-03-24T21:24:50.494Z Downloaded waitgroup v0.1.2
11252026-03-24T21:24:50.494Z Downloaded itertools v0.14.0
11262026-03-24T21:24:50.499Z Downloaded schemars v1.2.1
11272026-03-24T21:24:50.510Z Downloaded rand v0.8.5
11282026-03-24T21:24:50.516Z Downloaded aes-gcm v0.10.3
11292026-03-24T21:24:50.519Z Downloaded usdt v0.6.0
11302026-03-24T21:24:50.519Z Downloaded aho-corasick v1.1.4
11312026-03-24T21:24:50.522Z Downloaded zeroize_derive v1.4.3
11322026-03-24T21:24:50.522Z Downloaded tokio-native-tls v0.3.1
11332026-03-24T21:24:50.525Z Downloaded xshell-macros v0.2.7
11342026-03-24T21:24:50.525Z Downloaded xattr v1.6.1
11352026-03-24T21:24:50.525Z Downloaded serde_yaml v0.9.34+deprecated
11362026-03-24T21:24:50.528Z Downloaded hyper v1.8.1
11372026-03-24T21:24:50.533Z Downloaded subprocess v0.2.15
11382026-03-24T21:24:50.536Z Downloaded zone_cfg_derive v0.3.1
11392026-03-24T21:24:50.539Z Downloaded untrusted v0.7.1
11402026-03-24T21:24:50.539Z Downloaded tracing-attributes v0.1.31
11412026-03-24T21:24:50.542Z Downloaded tinyvec v1.10.0
11422026-03-24T21:24:50.542Z Downloaded tokio-stream v0.1.18
11432026-03-24T21:24:50.545Z Downloaded zone v0.3.1
11442026-03-24T21:24:50.548Z Downloaded vergen-lib v0.1.6
11452026-03-24T21:24:50.548Z Downloaded twox-hash v2.1.2
11462026-03-24T21:24:50.552Z Downloaded vergen-gitcl v1.0.8
11472026-03-24T21:24:50.552Z Downloaded samael v0.0.19
11482026-03-24T21:24:50.555Z Downloaded vergen-git2 v1.0.7
11492026-03-24T21:24:50.558Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-03-24T21:24:50.562Z Downloaded test-strategy v0.4.5
11512026-03-24T21:24:50.562Z Downloaded vsss-rs v3.3.4
11522026-03-24T21:24:50.565Z Downloaded whoami v2.1.0
11532026-03-24T21:24:50.565Z Downloaded toml v0.7.8
11542026-03-24T21:24:50.568Z Downloaded xshell v0.2.7
11552026-03-24T21:24:50.571Z Downloaded h2 v0.4.13
11562026-03-24T21:24:50.574Z Downloaded toml v0.9.12+spec-1.1.0
11572026-03-24T21:24:50.577Z Downloaded itertools v0.12.1
11582026-03-24T21:24:50.581Z Downloaded wyz v0.5.1
11592026-03-24T21:24:50.584Z Downloaded whoami v1.6.1
11602026-03-24T21:24:50.584Z Downloaded futures-util v0.3.32
11612026-03-24T21:24:50.593Z Downloaded walkdir v2.5.0
11622026-03-24T21:24:50.596Z Downloaded bindgen v0.71.1
11632026-03-24T21:24:50.600Z Downloaded unicode-properties v0.1.4
11642026-03-24T21:24:50.603Z Downloaded usdt-impl v0.6.0
11652026-03-24T21:24:50.606Z Downloaded unicase v2.9.0
11662026-03-24T21:24:50.606Z Downloaded snafu v0.8.9
11672026-03-24T21:24:50.609Z Downloaded zeroize v1.8.2
11682026-03-24T21:24:50.612Z Downloaded term v0.7.0
11692026-03-24T21:24:50.615Z Downloaded tar v0.4.44
11702026-03-24T21:24:50.615Z Downloaded libm v0.2.16
11712026-03-24T21:24:50.622Z Downloaded xz2 v0.1.7
11722026-03-24T21:24:50.624Z Downloaded p521 v0.13.3
11732026-03-24T21:24:50.628Z Downloaded tungstenite v0.23.0
11742026-03-24T21:24:50.631Z Downloaded hkdf v0.12.4
11752026-03-24T21:24:50.631Z Downloaded qorb v0.4.1
11762026-03-24T21:24:50.634Z Downloaded libxml v0.3.3
11772026-03-24T21:24:50.638Z Downloaded uzers v0.12.2
11782026-03-24T21:24:50.641Z Downloaded zstd-safe v7.2.4
11792026-03-24T21:24:50.641Z Downloaded schemars v0.8.22
11802026-03-24T21:24:50.649Z Downloaded rand v0.10.0
11812026-03-24T21:24:50.652Z Downloaded zerocopy v0.6.6
11822026-03-24T21:24:50.655Z Downloaded yasna v0.5.2
11832026-03-24T21:24:50.655Z Downloaded steno v0.4.1
11842026-03-24T21:24:50.658Z Downloaded typify v0.6.1
11852026-03-24T21:24:50.661Z Downloaded typify v0.4.3
11862026-03-24T21:24:50.665Z Downloaded quinn v0.11.9
11872026-03-24T21:24:50.668Z Downloaded vergen v9.0.6
11882026-03-24T21:24:50.671Z Downloaded const-oid v0.9.6
11892026-03-24T21:24:50.671Z Downloaded tungstenite v0.21.0
11902026-03-24T21:24:50.674Z Downloaded rustyline v14.0.0
11912026-03-24T21:24:50.677Z Downloaded tracing-core v0.1.36
11922026-03-24T21:24:50.680Z Downloaded bitflags v1.3.2
11932026-03-24T21:24:50.684Z Downloaded unicode-bidi v0.3.18
11942026-03-24T21:24:50.689Z Downloaded cargo_toml v0.22.3
11952026-03-24T21:24:50.689Z Downloaded ff v0.13.1
11962026-03-24T21:24:50.689Z Downloaded darling v0.20.11
11972026-03-24T21:24:50.692Z Downloaded internet-checksum v0.2.1
11982026-03-24T21:24:50.692Z Downloaded ahash v0.8.12
11992026-03-24T21:24:50.692Z Downloaded ecdsa v0.16.9
12002026-03-24T21:24:50.695Z Downloaded dropshot_endpoint v0.16.7
12012026-03-24T21:24:50.698Z Downloaded hyper-tls v0.6.0
12022026-03-24T21:24:50.698Z Downloaded cancel-safe-futures v0.1.5
12032026-03-24T21:24:50.701Z Downloaded unsafe-libyaml v0.2.11
12042026-03-24T21:24:50.704Z Downloaded filetime v0.2.27
12052026-03-24T21:24:50.704Z Downloaded uuid v1.21.0
12062026-03-24T21:24:50.709Z Downloaded zstd v0.13.3
12072026-03-24T21:24:50.712Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-03-24T21:24:50.712Z Downloaded ena v0.14.4
12092026-03-24T21:24:50.712Z Downloaded daft v0.1.5
12102026-03-24T21:24:50.715Z Downloaded http-range v0.1.5
12112026-03-24T21:24:50.715Z Downloaded russh v0.45.0
12122026-03-24T21:24:50.718Z Downloaded rpassword v7.4.0
12132026-03-24T21:24:50.721Z Downloaded ron v0.12.0
12142026-03-24T21:24:50.725Z Downloaded p384 v0.13.1
12152026-03-24T21:24:50.729Z Downloaded regex v1.12.3
12162026-03-24T21:24:50.734Z Downloaded blake3 v1.8.3
12172026-03-24T21:24:50.740Z Downloaded tokio-postgres v0.7.16
12182026-03-24T21:24:50.744Z Downloaded aws-lc-rs v1.16.0
12192026-03-24T21:24:50.752Z Downloaded zopfli v0.8.3
12202026-03-24T21:24:50.755Z Downloaded ssh-key v0.6.7
12212026-03-24T21:24:50.759Z Downloaded vte v0.14.1
12222026-03-24T21:24:50.762Z Downloaded reedline v0.40.0
12232026-03-24T21:24:50.767Z Downloaded hostname v0.4.2
12242026-03-24T21:24:50.770Z Downloaded home v0.5.12
12252026-03-24T21:24:50.770Z Downloaded reqwest v0.13.2
12262026-03-24T21:24:50.773Z Downloaded futures-executor v0.3.32
12272026-03-24T21:24:50.776Z Downloaded diesel-dtrace v0.5.0
12282026-03-24T21:24:50.777Z Downloaded const_format_proc_macros v0.2.34
12292026-03-24T21:24:50.780Z Downloaded byte-wrapper v0.1.0
12302026-03-24T21:24:50.780Z Downloaded bitfield v0.19.4
12312026-03-24T21:24:50.783Z Downloaded ed25519 v2.2.3
12322026-03-24T21:24:50.783Z Downloaded cipher v0.4.4
12332026-03-24T21:24:50.786Z Downloaded buf-list v1.1.2
12342026-03-24T21:24:50.786Z Downloaded convert_case v0.10.0
12352026-03-24T21:24:50.789Z Downloaded cmake v0.1.57
12362026-03-24T21:24:50.789Z Downloaded cexpr v0.6.0
12372026-03-24T21:24:50.792Z Downloaded cargo_metadata v0.19.2
12382026-03-24T21:24:50.792Z Downloaded yansi v1.0.1
12392026-03-24T21:24:50.795Z Downloaded unicode_categories v0.1.1
12402026-03-24T21:24:50.795Z Downloaded toml_edit v0.19.15
12412026-03-24T21:24:50.806Z Downloaded zip v0.6.6
12422026-03-24T21:24:50.809Z Downloaded zerocopy-derive v0.8.40
12432026-03-24T21:24:50.815Z Downloaded typed-path v0.9.3
12442026-03-24T21:24:50.820Z Downloaded x509-cert v0.2.5
12452026-03-24T21:24:50.825Z Downloaded lalrpop v0.19.12
12462026-03-24T21:24:50.834Z Downloaded rayon v1.11.0
12472026-03-24T21:24:50.841Z Downloaded quick-xml v0.37.5
12482026-03-24T21:24:50.845Z Downloaded git2 v0.20.4
12492026-03-24T21:24:50.852Z Downloaded chrono v0.4.44
12502026-03-24T21:24:50.858Z Downloaded bitvec v1.0.1
12512026-03-24T21:24:50.870Z Downloaded unicode-segmentation v1.12.0
12522026-03-24T21:24:50.873Z Downloaded proptest v1.10.0
12532026-03-24T21:24:50.880Z Downloaded tower-http v0.6.8
12542026-03-24T21:24:50.887Z Downloaded tough v0.20.0
12552026-03-24T21:24:50.893Z Downloaded salty v0.3.0
12562026-03-24T21:24:50.900Z Downloaded rustls-webpki v0.102.8
12572026-03-24T21:24:50.913Z Downloaded zip v4.6.1
12582026-03-24T21:24:50.916Z Downloaded serde_with v3.17.0
12592026-03-24T21:24:50.926Z Downloaded petname v2.0.2
12602026-03-24T21:24:50.930Z Downloaded curve25519-dalek v4.1.3
12612026-03-24T21:24:50.938Z Downloaded goblin v0.10.5
12622026-03-24T21:24:50.944Z Downloaded quinn-proto v0.11.13
12632026-03-24T21:24:50.949Z Downloaded tokio-util v0.7.18
12642026-03-24T21:24:50.955Z Downloaded portable-atomic v1.13.1
12652026-03-24T21:24:50.961Z Downloaded winnow v0.6.26
12662026-03-24T21:24:50.969Z Downloaded unicode-normalization v0.1.25
12672026-03-24T21:24:50.972Z Downloaded moka v0.12.13
12682026-03-24T21:24:50.977Z Downloaded radix_trie v0.2.1
12692026-03-24T21:24:50.981Z Downloaded object v0.30.4
12702026-03-24T21:24:50.989Z Downloaded tower v0.5.3
12712026-03-24T21:24:50.996Z Downloaded winnow v0.5.40
12722026-03-24T21:24:51.002Z Downloaded nix v0.27.1
12732026-03-24T21:24:51.010Z Downloaded dropshot v0.16.7
12742026-03-24T21:24:51.028Z Downloaded polar-core v0.27.3
12752026-03-24T21:24:51.033Z Downloaded bstr v1.12.1
12762026-03-24T21:24:51.040Z Downloaded openssl v0.10.75
12772026-03-24T21:24:51.048Z Downloaded tabled v0.20.0
12782026-03-24T21:24:51.061Z Downloaded time v0.3.47
12792026-03-24T21:24:51.073Z Downloaded object v0.37.3
12802026-03-24T21:24:51.080Z Downloaded zlib-rs v0.6.2
12812026-03-24T21:24:51.084Z Downloaded nix v0.31.1
12822026-03-24T21:24:51.094Z Downloaded vcpkg v0.2.15
12832026-03-24T21:24:51.125Z Downloaded webpki-roots v1.0.6
12842026-03-24T21:24:51.128Z Downloaded smoltcp v0.11.0
12852026-03-24T21:24:51.138Z Downloaded hickory-proto v0.24.4
12862026-03-24T21:24:51.150Z Downloaded zerocopy v0.8.40
12872026-03-24T21:24:51.157Z Downloaded openapiv3 v2.2.0
12882026-03-24T21:24:51.166Z Downloaded hickory-proto v0.25.2
12892026-03-24T21:24:51.178Z Downloaded rustix v0.38.44
12902026-03-24T21:24:51.194Z Downloaded regress v0.10.5
12912026-03-24T21:24:51.224Z Downloaded diesel v2.3.7
12922026-03-24T21:24:51.231Z Downloaded rustls v0.23.37
12932026-03-24T21:24:51.231Z Downloaded rustls v0.22.4
12942026-03-24T21:24:51.236Z Downloaded regex-syntax v0.8.10
12952026-03-24T21:24:51.242Z Downloaded smoltcp v0.9.1
12962026-03-24T21:24:51.250Z Downloaded rustls v0.21.12
12972026-03-24T21:24:51.258Z Downloaded regex-syntax v0.6.29
12982026-03-24T21:24:51.263Z Downloaded nix v0.28.0
12992026-03-24T21:24:51.271Z Downloaded nix v0.29.0
13002026-03-24T21:24:51.279Z Downloaded typify-impl v0.6.1
13012026-03-24T21:24:51.290Z Downloaded rustls-webpki v0.101.7
13022026-03-24T21:24:51.301Z Downloaded sqlparser v0.61.0
13032026-03-24T21:24:51.308Z Downloaded typify-impl v0.4.3
13042026-03-24T21:24:51.319Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-24T21:24:51.328Z Downloaded sled v0.34.7
13062026-03-24T21:24:51.336Z Downloaded ratatui v0.29.0
13072026-03-24T21:24:51.352Z Downloaded tracing v0.1.44
13082026-03-24T21:24:51.367Z Downloaded reqwest v0.12.28
13092026-03-24T21:24:51.371Z Downloaded derive_more v2.1.1
13102026-03-24T21:24:51.379Z Downloaded fallible-iterator v0.2.0
13112026-03-24T21:24:51.382Z Downloaded derive_builder_core v0.20.2
13122026-03-24T21:24:51.382Z Downloaded fxhash v0.2.1
13132026-03-24T21:24:51.383Z Downloaded futures-core v0.3.32
13142026-03-24T21:24:51.386Z Downloaded derive-ex v0.1.8
13152026-03-24T21:24:51.386Z Downloaded cpufeatures v0.3.0
13162026-03-24T21:24:51.386Z Downloaded critical-section v1.2.0
13172026-03-24T21:24:51.389Z Downloaded debug-ignore v1.0.5
13182026-03-24T21:24:51.389Z Downloaded castaway v0.2.4
13192026-03-24T21:24:51.389Z Downloaded ascii-canvas v3.0.0
13202026-03-24T21:24:51.389Z Downloaded crossbeam-epoch v0.9.18
13212026-03-24T21:24:51.392Z Downloaded atomicwrites v0.4.4
13222026-03-24T21:24:51.392Z Downloaded ctr v0.9.2
13232026-03-24T21:24:51.395Z Downloaded crossbeam-channel v0.5.15
13242026-03-24T21:24:51.398Z Downloaded ciborium-io v0.2.2
13252026-03-24T21:24:51.398Z Downloaded regex-automata v0.4.14
13262026-03-24T21:24:51.409Z Downloaded zerocopy-derive v0.6.6
13272026-03-24T21:24:51.416Z Downloaded chrono-tz v0.10.4
13282026-03-24T21:24:51.437Z Downloaded petgraph v0.6.5
13292026-03-24T21:24:51.459Z Downloaded jiff v0.2.21
13302026-03-24T21:24:51.474Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-24T21:24:51.486Z Downloaded sha3 v0.10.8
13322026-03-24T21:24:51.490Z Downloaded tokio v1.49.0
13332026-03-24T21:24:51.519Z Downloaded lzma-sys v0.1.20
13342026-03-24T21:24:51.540Z Downloaded petgraph v0.8.3
13352026-03-24T21:24:51.556Z Downloaded csv v1.4.0
13362026-03-24T21:24:51.571Z Downloaded libz-sys v1.1.24
13372026-03-24T21:24:51.653Z Downloaded encoding_rs v0.8.35
13382026-03-24T21:24:51.695Z Downloaded ring v0.17.14
13392026-03-24T21:24:51.723Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-24T21:24:52.234Z Downloaded aws-lc-sys v0.37.1
13412026-03-24T21:24:52.557Z Compiling libc v0.2.180
13422026-03-24T21:24:52.557Z Compiling serde v1.0.228
13432026-03-24T21:24:52.560Z Compiling log v0.4.29
13442026-03-24T21:24:52.560Z Compiling shlex v1.3.0
13452026-03-24T21:24:52.560Z Compiling find-msvc-tools v0.1.9
13462026-03-24T21:24:52.560Z Compiling smallvec v1.15.1
13472026-03-24T21:24:52.741Z Compiling syn v2.0.117
13482026-03-24T21:24:52.790Z Compiling typenum v1.19.0
13492026-03-24T21:24:52.997Z Compiling generic-array v0.14.7
13502026-03-24T21:24:53.023Z Compiling subtle v2.6.1
13512026-03-24T21:24:53.063Z Compiling scopeguard v1.2.0
13522026-03-24T21:24:53.154Z Compiling portable-atomic v1.13.1
13532026-03-24T21:24:53.174Z Compiling const-oid v0.9.6
13542026-03-24T21:24:53.194Z Compiling lock_api v0.4.14
13552026-03-24T21:24:53.249Z Compiling critical-section v1.2.0
13562026-03-24T21:24:53.307Z Compiling zerocopy v0.8.40
13572026-03-24T21:24:53.374Z Compiling serde_json v1.0.149
13582026-03-24T21:24:53.506Z Compiling pin-project-lite v0.2.17
13592026-03-24T21:24:53.608Z Compiling parking_lot_core v0.9.12
13602026-03-24T21:24:53.860Z Compiling pkg-config v0.3.32
13612026-03-24T21:24:53.893Z Compiling getrandom v0.2.17
13622026-03-24T21:24:53.960Z Compiling jobserver v0.1.34
13632026-03-24T21:24:54.074Z Compiling rand_core v0.6.4
13642026-03-24T21:24:54.169Z Compiling errno v0.3.14
13652026-03-24T21:24:54.235Z Compiling cc v1.2.56
13662026-03-24T21:24:54.417Z Compiling once_cell v1.21.3
13672026-03-24T21:24:54.448Z Compiling signal-hook-registry v1.4.8
13682026-03-24T21:24:54.521Z Compiling mio v1.1.1
13692026-03-24T21:24:54.602Z Compiling bitflags v2.11.0
13702026-03-24T21:24:54.677Z Compiling parking_lot v0.12.5
13712026-03-24T21:24:54.748Z Compiling libm v0.2.16
13722026-03-24T21:24:54.802Z Compiling num-traits v0.2.19
13732026-03-24T21:24:54.898Z Compiling futures-core v0.3.32
13742026-03-24T21:24:55.201Z Compiling socket2 v0.6.2
13752026-03-24T21:24:55.239Z Compiling percent-encoding v2.3.2
13762026-03-24T21:24:55.261Z Compiling allocator-api2 v0.2.21
13772026-03-24T21:24:55.300Z Compiling cpufeatures v0.2.17
13782026-03-24T21:24:55.344Z Compiling foldhash v0.2.0
13792026-03-24T21:24:55.396Z Compiling futures-sink v0.3.32
13802026-03-24T21:24:55.494Z Compiling slab v0.4.12
13812026-03-24T21:24:55.533Z Compiling futures-channel v0.3.32
13822026-03-24T21:24:55.640Z Compiling futures-task v0.3.32
13832026-03-24T21:24:55.733Z Compiling hashbrown v0.16.1
13842026-03-24T21:24:55.751Z Compiling getrandom v0.4.1
13852026-03-24T21:24:55.796Z Compiling futures-io v0.3.32
13862026-03-24T21:24:55.834Z Compiling rand_core v0.10.0
13872026-03-24T21:24:55.872Z Compiling getrandom v0.3.4
13882026-03-24T21:24:55.998Z Compiling rustversion v1.0.22
13892026-03-24T21:24:56.055Z Compiling form_urlencoded v1.2.2
13902026-03-24T21:24:56.286Z Compiling cmake v0.1.57
13912026-03-24T21:24:56.484Z Compiling indexmap v2.13.0
13922026-03-24T21:24:56.560Z Compiling fs_extra v1.3.0
13932026-03-24T21:24:56.856Z Compiling base64ct v1.8.3
13942026-03-24T21:24:56.918Z Compiling synstructure v0.13.2
13952026-03-24T21:24:56.990Z Compiling ident_case v1.0.1
13962026-03-24T21:24:57.116Z Compiling dunce v1.0.5
13972026-03-24T21:24:57.154Z Compiling flagset v0.4.7
13982026-03-24T21:24:57.239Z Compiling aws-lc-sys v0.37.1
13992026-03-24T21:24:57.259Z Compiling pem-rfc7468 v0.7.0
14002026-03-24T21:24:57.329Z Compiling rand_core v0.9.5
14012026-03-24T21:24:57.365Z Compiling iana-time-zone v0.1.65
14022026-03-24T21:24:57.438Z Compiling rustix v1.1.3
14032026-03-24T21:24:57.458Z Compiling ring v0.17.14
14042026-03-24T21:24:57.630Z Compiling uuid v1.21.0
14052026-03-24T21:24:57.670Z Compiling rustc_version v0.4.1
14062026-03-24T21:24:57.688Z Compiling aws-lc-rs v1.16.0
14072026-03-24T21:24:57.797Z Compiling vcpkg v0.2.15
14082026-03-24T21:24:58.059Z Compiling regex-syntax v0.8.10
14092026-03-24T21:24:58.106Z Compiling tracing-core v0.1.36
14102026-03-24T21:24:58.557Z Compiling crossbeam-utils v0.8.21
14112026-03-24T21:24:58.828Z Compiling openssl-sys v0.9.111
14122026-03-24T21:24:58.880Z Compiling pest_generator v2.8.6
14132026-03-24T21:24:58.950Z Compiling serde_derive_internals v0.29.1
14142026-03-24T21:24:59.537Z Compiling serde_derive v1.0.228
14152026-03-24T21:24:59.577Z Compiling zeroize_derive v1.4.3
14162026-03-24T21:24:59.825Z Compiling zerofrom-derive v0.1.6
14172026-03-24T21:24:59.847Z Compiling yoke-derive v0.8.1
14182026-03-24T21:25:00.245Z Compiling zerocopy-derive v0.8.40
14192026-03-24T21:25:00.416Z Compiling zeroize v1.8.2
14202026-03-24T21:25:01.377Z Compiling zerovec-derive v0.11.2
14212026-03-24T21:25:01.450Z Compiling crypto-common v0.1.7
14222026-03-24T21:25:01.469Z Compiling block-buffer v0.10.4
14232026-03-24T21:25:01.629Z Compiling digest v0.10.7
14242026-03-24T21:25:01.678Z Compiling displaydoc v0.2.5
14252026-03-24T21:25:01.777Z Compiling zerofrom v0.1.6
14262026-03-24T21:25:01.935Z Compiling yoke v0.8.1
14272026-03-24T21:25:01.954Z Compiling tokio-macros v2.6.0
14282026-03-24T21:25:02.174Z Compiling hmac v0.12.1
14292026-03-24T21:25:02.349Z Compiling futures-macro v0.3.32
14302026-03-24T21:25:02.373Z Compiling block-padding v0.3.3
14312026-03-24T21:25:02.580Z Compiling inout v0.1.4
14322026-03-24T21:25:02.628Z Compiling zerotrie v0.2.3
14332026-03-24T21:25:02.795Z Compiling cipher v0.4.4
14342026-03-24T21:25:02.841Z Compiling zerovec v0.11.5
14352026-03-24T21:25:02.913Z Compiling sha2 v0.10.9
14362026-03-24T21:25:03.038Z Compiling der_derive v0.7.3
14372026-03-24T21:25:03.145Z Compiling salsa20 v0.10.2
14382026-03-24T21:25:03.322Z Compiling pbkdf2 v0.12.2
14392026-03-24T21:25:03.410Z Compiling futures-util v0.3.32
14402026-03-24T21:25:03.471Z Compiling tinystr v0.8.2
14412026-03-24T21:25:03.535Z Compiling potential_utf v0.1.4
14422026-03-24T21:25:03.731Z Compiling icu_locale_core v2.1.1
14432026-03-24T21:25:03.750Z Compiling icu_collections v2.1.1
14442026-03-24T21:25:04.315Z Compiling bytes v1.11.1
14452026-03-24T21:25:04.331Z Compiling der v0.7.10
14462026-03-24T21:25:04.382Z Compiling chrono v0.4.44
14472026-03-24T21:25:04.755Z Compiling icu_provider v2.1.1
14482026-03-24T21:25:04.950Z Compiling tokio v1.49.0
14492026-03-24T21:25:05.151Z Compiling icu_properties v2.1.2
14502026-03-24T21:25:05.187Z Compiling icu_normalizer v2.1.1
14512026-03-24T21:25:05.907Z Compiling spki v0.7.3
14522026-03-24T21:25:05.999Z Compiling http v1.4.0
14532026-03-24T21:25:06.174Z Compiling thiserror-impl v2.0.18
14542026-03-24T21:25:06.323Z Compiling scrypt v0.11.0
14552026-03-24T21:25:06.568Z Compiling idna_adapter v1.2.1
14562026-03-24T21:25:06.588Z Compiling ppv-lite86 v0.2.21
14572026-03-24T21:25:06.651Z Compiling aes v0.8.4
14582026-03-24T21:25:06.720Z Compiling idna v1.1.0
14592026-03-24T21:25:06.741Z Compiling cbc v0.1.2
14602026-03-24T21:25:06.920Z Compiling rustls-pki-types v1.14.0
14612026-03-24T21:25:07.023Z Compiling rand_chacha v0.9.0
14622026-03-24T21:25:07.242Z Compiling url v2.5.8
14632026-03-24T21:25:07.516Z Compiling tracing-attributes v0.1.31
14642026-03-24T21:25:07.588Z Compiling rand v0.9.2
14652026-03-24T21:25:07.904Z Compiling pkcs5 v0.7.1
14662026-03-24T21:25:07.946Z Compiling thiserror v2.0.18
14672026-03-24T21:25:08.032Z Compiling http-body v1.0.1
14682026-03-24T21:25:08.079Z Compiling openssl-probe v0.2.1
14692026-03-24T21:25:08.225Z Compiling httparse v1.10.1
14702026-03-24T21:25:08.300Z Compiling base64 v0.22.1
14712026-03-24T21:25:08.315Z Compiling untrusted v0.9.0
14722026-03-24T21:25:08.468Z Compiling untrusted v0.7.1
14732026-03-24T21:25:08.531Z Compiling schemars v0.8.22
14742026-03-24T21:25:08.626Z Compiling syn v1.0.109
14752026-03-24T21:25:08.716Z Compiling pkcs8 v0.10.2
14762026-03-24T21:25:08.733Z Compiling schemars_derive v0.8.22
14772026-03-24T21:25:08.802Z Compiling pest_derive v2.8.6
14782026-03-24T21:25:09.066Z Compiling scroll_derive v0.13.1
14792026-03-24T21:25:09.310Z Compiling tracing v0.1.44
14802026-03-24T21:25:09.336Z Compiling darling_core v0.20.11
14812026-03-24T21:25:09.657Z Compiling try-lock v0.2.5
14822026-03-24T21:25:09.759Z Compiling tinyvec_macros v0.1.1
14832026-03-24T21:25:09.792Z Compiling atomic-waker v1.1.2
14842026-03-24T21:25:09.848Z Compiling dyn-clone v1.0.20
14852026-03-24T21:25:09.947Z Compiling tower-layer v0.3.3
14862026-03-24T21:25:10.022Z Compiling tokio-util v0.7.18
14872026-03-24T21:25:10.121Z Compiling rustls v0.23.37
14882026-03-24T21:25:10.200Z Compiling tower-service v0.3.3
14892026-03-24T21:25:10.324Z Compiling scroll v0.13.0
14902026-03-24T21:25:10.356Z Compiling tinyvec v1.10.0
14912026-03-24T21:25:10.678Z Compiling want v0.3.1
14922026-03-24T21:25:11.143Z Compiling h2 v0.4.13
14932026-03-24T21:25:11.301Z Compiling ipnet v2.11.0
14942026-03-24T21:25:11.512Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-24T21:25:11.966Z Compiling spin v0.9.8
14962026-03-24T21:25:12.007Z Compiling aho-corasick v1.1.4
14972026-03-24T21:25:12.216Z Compiling powerfmt v0.2.0
14982026-03-24T21:25:12.239Z Compiling num-conv v0.2.0
14992026-03-24T21:25:12.413Z Compiling crc32fast v1.5.0
15002026-03-24T21:25:12.483Z Compiling httpdate v1.0.3
15012026-03-24T21:25:12.615Z Compiling darling_macro v0.20.11
15022026-03-24T21:25:12.758Z Compiling pin-utils v0.1.0
15032026-03-24T21:25:12.772Z Compiling foreign-types-shared v0.1.1
15042026-03-24T21:25:12.843Z Compiling openssl v0.10.75
15052026-03-24T21:25:12.877Z Compiling time-core v0.1.8
15062026-03-24T21:25:12.931Z Compiling foreign-types v0.3.2
15072026-03-24T21:25:13.063Z Compiling time-macros v0.2.27
15082026-03-24T21:25:13.088Z Compiling tempfile v3.25.0
15092026-03-24T21:25:13.157Z Compiling regex-automata v0.4.14
15102026-03-24T21:25:13.209Z Compiling darling v0.20.11
15112026-03-24T21:25:13.316Z Compiling deranged v0.5.8
15122026-03-24T21:25:14.337Z Compiling goblin v0.10.5
15132026-03-24T21:25:14.644Z Compiling thiserror-impl v1.0.69
15142026-03-24T21:25:15.216Z Compiling hyper v1.8.1
15152026-03-24T21:25:16.370Z Compiling openssl-macros v0.1.1
15162026-03-24T21:25:16.467Z Compiling wait-timeout v0.2.1
15172026-03-24T21:25:16.634Z Compiling bit-vec v0.8.0
15182026-03-24T21:25:16.806Z Compiling simd-adler32 v0.3.8
15192026-03-24T21:25:16.856Z Compiling native-tls v0.2.18
15202026-03-24T21:25:16.940Z Compiling quick-error v1.2.3
15212026-03-24T21:25:17.074Z Compiling usdt-impl v0.6.0
15222026-03-24T21:25:17.109Z Compiling num_threads v0.1.7
15232026-03-24T21:25:17.133Z Compiling siphasher v1.0.2
15242026-03-24T21:25:17.232Z Compiling either v1.15.0
15252026-03-24T21:25:17.350Z Compiling time v0.3.47
15262026-03-24T21:25:17.392Z Compiling rusty-fork v0.3.1
15272026-03-24T21:25:17.418Z Compiling bit-set v0.8.0
15282026-03-24T21:25:17.621Z Compiling hyper-util v0.1.20
15292026-03-24T21:25:17.809Z Compiling thiserror v1.0.69
15302026-03-24T21:25:17.938Z Compiling derive_builder_core v0.20.2
15312026-03-24T21:25:18.920Z Compiling dof v0.4.0
15322026-03-24T21:25:19.331Z Compiling unicode-normalization v0.1.25
15332026-03-24T21:25:19.489Z Compiling crossbeam-epoch v0.9.18
15342026-03-24T21:25:19.922Z Compiling dtrace-parser v0.3.0
15352026-03-24T21:25:19.942Z Compiling rustls-native-certs v0.8.3
15362026-03-24T21:25:19.961Z Compiling signature v2.2.0
15372026-03-24T21:25:20.218Z Compiling scroll_derive v0.12.1
15382026-03-24T21:25:20.328Z Compiling heapless v0.7.17
15392026-03-24T21:25:20.354Z Compiling rand_xorshift v0.4.0
15402026-03-24T21:25:20.557Z Compiling slog v2.8.2
15412026-03-24T21:25:20.577Z Compiling darling_core v0.21.3
15422026-03-24T21:25:20.626Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-24T21:25:20.789Z Compiling sync_wrapper v1.0.2
15442026-03-24T21:25:20.926Z Compiling thread-id v5.1.0
15452026-03-24T21:25:20.977Z Compiling cookie v0.18.1
15462026-03-24T21:25:21.003Z Compiling rayon-core v1.13.0
15472026-03-24T21:25:21.028Z Compiling unarray v0.1.4
15482026-03-24T21:25:21.085Z Compiling unicode-properties v0.1.4
15492026-03-24T21:25:21.164Z Compiling adler2 v2.0.1
15502026-03-24T21:25:21.202Z Compiling paste v1.0.15
15512026-03-24T21:25:21.221Z Compiling unicode-bidi v0.3.18
15522026-03-24T21:25:21.329Z Compiling unicode-segmentation v1.12.0
15532026-03-24T21:25:21.354Z Compiling zstd-safe v7.2.4
15542026-03-24T21:25:21.539Z Compiling anyhow v1.0.102
15552026-03-24T21:25:21.594Z Compiling signal-hook v0.3.18
15562026-03-24T21:25:21.667Z Compiling stringprep v0.1.5
15572026-03-24T21:25:21.865Z Compiling miniz_oxide v0.8.9
15582026-03-24T21:25:21.941Z Compiling proptest v1.10.0
15592026-03-24T21:25:21.944Z Compiling scroll v0.12.0
15602026-03-24T21:25:22.259Z Compiling tower v0.5.3
15612026-03-24T21:25:22.679Z Compiling crossbeam-deque v0.8.6
15622026-03-24T21:25:22.751Z Compiling derive_builder_macro v0.20.2
15632026-03-24T21:25:22.803Z Compiling ipnetwork v0.21.1
15642026-03-24T21:25:22.886Z Compiling http-body-util v0.1.3
15652026-03-24T21:25:22.914Z Compiling webpki-roots v1.0.6
15662026-03-24T21:25:22.956Z Compiling rand_chacha v0.3.1
15672026-03-24T21:25:23.065Z Compiling toml_datetime v0.6.11
15682026-03-24T21:25:23.203Z Compiling erased-serde v0.3.31
15692026-03-24T21:25:23.320Z Compiling serde_spanned v0.6.9
15702026-03-24T21:25:23.339Z Compiling serde_tokenstream v0.2.3
15712026-03-24T21:25:23.407Z Compiling md-5 v0.10.6
15722026-03-24T21:25:23.500Z Compiling zerocopy-derive v0.7.35
15732026-03-24T21:25:23.611Z Compiling curve25519-dalek v4.1.3
15742026-03-24T21:25:23.742Z Compiling vergen-lib v0.1.6
15752026-03-24T21:25:23.938Z Compiling num-integer v0.1.46
15762026-03-24T21:25:23.971Z Compiling hash32 v0.2.1
15772026-03-24T21:25:23.989Z Compiling ff v0.13.1
15782026-03-24T21:25:24.030Z Compiling memoffset v0.9.1
15792026-03-24T21:25:24.139Z Compiling darling_macro v0.21.3
15802026-03-24T21:25:24.159Z Compiling ryu v1.0.23
15812026-03-24T21:25:24.215Z Compiling cfg_aliases v0.2.1
15822026-03-24T21:25:24.269Z Compiling iri-string v0.7.10
15832026-03-24T21:25:24.309Z Compiling litrs v1.0.0
15842026-03-24T21:25:24.364Z Compiling smoltcp v0.9.1
15852026-03-24T21:25:24.385Z Compiling num-bigint-dig v0.8.6
15862026-03-24T21:25:24.622Z Compiling ref-cast v1.0.25
15872026-03-24T21:25:24.655Z Compiling psl-types v2.0.11
15882026-03-24T21:25:24.742Z Compiling zlib-rs v0.6.2
15892026-03-24T21:25:24.789Z Compiling rustix v0.38.44
15902026-03-24T21:25:24.811Z Compiling fallible-iterator v0.2.0
15912026-03-24T21:25:25.005Z Compiling base16ct v0.2.0
15922026-03-24T21:25:25.025Z Compiling document-features v0.2.12
15932026-03-24T21:25:25.256Z Compiling newtype-uuid v1.3.2
15942026-03-24T21:25:25.275Z Compiling postgres-protocol v0.6.10
15952026-03-24T21:25:25.406Z Compiling sec1 v0.7.3
15962026-03-24T21:25:25.772Z Compiling publicsuffix v2.3.0
15972026-03-24T21:25:25.797Z Compiling darling v0.21.3
15982026-03-24T21:25:25.869Z Compiling zerocopy v0.7.35
15992026-03-24T21:25:25.904Z Compiling tower-http v0.6.8
16002026-03-24T21:25:26.013Z Compiling serde_urlencoded v0.7.1
16012026-03-24T21:25:26.036Z Compiling nix v0.31.1
16022026-03-24T21:25:26.424Z Compiling num-iter v0.1.45
16032026-03-24T21:25:26.464Z Compiling group v0.13.0
16042026-03-24T21:25:26.623Z Compiling derive_builder v0.20.2
16052026-03-24T21:25:26.654Z Compiling rand v0.8.5
16062026-03-24T21:25:26.688Z Compiling oxnet v0.1.4
16072026-03-24T21:25:27.070Z Compiling proc-macro-error v1.0.4
16082026-03-24T21:25:27.116Z Compiling tokio-native-tls v0.3.1
16092026-03-24T21:25:27.191Z Compiling goblin v0.8.2
16102026-03-24T21:25:28.050Z Compiling heck v0.4.1
16112026-03-24T21:25:28.164Z Compiling phf_shared v0.13.1
16122026-03-24T21:25:28.183Z Compiling hubpack_derive v0.1.1
16132026-03-24T21:25:28.342Z Compiling regex v1.12.3
16142026-03-24T21:25:28.444Z Compiling lazy_static v1.5.0
16152026-03-24T21:25:28.485Z Compiling cargo-platform v0.1.9
16162026-03-24T21:25:28.533Z Compiling hkdf v0.12.4
16172026-03-24T21:25:28.728Z Compiling crypto-bigint v0.5.5
16182026-03-24T21:25:28.747Z Compiling ref-cast-impl v1.0.25
16192026-03-24T21:25:28.813Z Compiling strum_macros v0.27.2
16202026-03-24T21:25:28.922Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-24T21:25:29.445Z Compiling flate2 v1.1.9
16222026-03-24T21:25:29.562Z Compiling daft-derive v0.1.5
16232026-03-24T21:25:29.776Z Compiling async-trait v0.1.89
16242026-03-24T21:25:30.014Z Compiling terminal_size v0.4.3
16252026-03-24T21:25:30.230Z Compiling vergen v9.0.6
16262026-03-24T21:25:30.458Z Compiling fs-err v3.3.0
16272026-03-24T21:25:30.568Z Compiling ahash v0.8.12
16282026-03-24T21:25:30.688Z Compiling libbz2-rs-sys v0.2.2
16292026-03-24T21:25:30.823Z Compiling managed v0.8.0
16302026-03-24T21:25:31.101Z Compiling bitflags v1.3.2
16312026-03-24T21:25:31.198Z Compiling winnow v0.5.40
16322026-03-24T21:25:31.260Z Compiling foldhash v0.1.5
16332026-03-24T21:25:31.487Z Compiling object v0.37.3
16342026-03-24T21:25:31.586Z Compiling bumpalo v3.20.2
16352026-03-24T21:25:31.606Z Compiling strum v0.27.2
16362026-03-24T21:25:31.657Z Compiling hashbrown v0.15.5
16372026-03-24T21:25:31.764Z Compiling bzip2 v0.6.1
16382026-03-24T21:25:31.883Z Compiling zopfli v0.8.3
16392026-03-24T21:25:32.027Z Compiling console v0.16.2
16402026-03-24T21:25:32.084Z Compiling clap_builder v4.5.60
16412026-03-24T21:25:32.594Z Compiling daft v0.1.5
16422026-03-24T21:25:32.756Z Compiling dof v0.3.0
16432026-03-24T21:25:32.800Z Compiling elliptic-curve v0.13.8
16442026-03-24T21:25:32.957Z Compiling toml_edit v0.19.15
16452026-03-24T21:25:33.249Z Compiling hubpack v0.1.2
16462026-03-24T21:25:33.328Z Compiling cargo_metadata v0.19.2
16472026-03-24T21:25:33.732Z Compiling phf v0.13.1
16482026-03-24T21:25:33.939Z Compiling zone_cfg_derive v0.3.1
16492026-03-24T21:25:34.759Z Compiling signal-hook-mio v0.2.5
16502026-03-24T21:25:34.904Z Compiling zstd v0.13.3
16512026-03-24T21:25:35.216Z Compiling cookie_store v0.22.1
16522026-03-24T21:25:35.792Z Compiling rayon v1.11.0
16532026-03-24T21:25:36.119Z Compiling hyper-tls v0.6.0
16542026-03-24T21:25:36.268Z Compiling bzip2 v0.4.4
16552026-03-24T21:25:36.427Z Compiling serde_with_macros v3.17.0
16562026-03-24T21:25:36.515Z Compiling postgres-types v0.2.12
16572026-03-24T21:25:36.717Z Compiling usdt-macro v0.6.0
16582026-03-24T21:25:36.998Z Compiling usdt-attr-macro v0.6.0
16592026-03-24T21:25:37.290Z Compiling ed25519 v2.2.3
16602026-03-24T21:25:37.667Z Compiling dtrace-parser v0.2.0
16612026-03-24T21:25:37.944Z Compiling itertools v0.12.1
16622026-03-24T21:25:38.019Z Compiling phf_shared v0.11.3
16632026-03-24T21:25:38.140Z Compiling bstr v1.12.1
16642026-03-24T21:25:38.268Z Compiling pkcs1 v0.7.5
16652026-03-24T21:25:38.271Z Compiling serde-big-array v0.5.1
16662026-03-24T21:25:38.451Z Compiling hex v0.4.3
16672026-03-24T21:25:38.472Z Compiling rfc6979 v0.4.0
16682026-03-24T21:25:38.628Z Compiling clap_derive v4.5.55
16692026-03-24T21:25:38.734Z Compiling strum_macros v0.26.4
16702026-03-24T21:25:38.808Z Compiling serde_repr v0.1.20
16712026-03-24T21:25:38.811Z Compiling enum-as-inner v0.6.1
16722026-03-24T21:25:39.045Z Compiling float-cmp v0.10.0
16732026-03-24T21:25:39.232Z Compiling thread-id v4.2.2
16742026-03-24T21:25:39.343Z Compiling memmap2 v0.9.10
16752026-03-24T21:25:39.488Z Compiling env_filter v1.0.0
16762026-03-24T21:25:39.508Z Compiling encoding_rs v0.8.35
16772026-03-24T21:25:39.580Z Compiling normalize-line-endings v0.3.0
16782026-03-24T21:25:39.622Z Compiling unit-prefix v0.5.2
16792026-03-24T21:25:39.701Z Compiling fixedbitset v0.5.7
16802026-03-24T21:25:39.805Z Compiling jiff v0.2.21
16812026-03-24T21:25:39.886Z Compiling whoami v2.1.0
16822026-03-24T21:25:40.111Z Compiling predicates-core v1.0.10
16832026-03-24T21:25:40.370Z Compiling rustc-hash v2.1.1
16842026-03-24T21:25:40.425Z Compiling precomputed-hash v0.1.1
16852026-03-24T21:25:40.532Z Compiling static_assertions v1.1.0
16862026-03-24T21:25:40.551Z Compiling new_debug_unreachable v1.0.6
16872026-03-24T21:25:40.632Z Compiling difflib v0.4.0
16882026-03-24T21:25:40.652Z Compiling keccak v0.1.6
16892026-03-24T21:25:41.023Z Compiling data-encoding v2.10.0
16902026-03-24T21:25:41.091Z Compiling fixedbitset v0.4.2
16912026-03-24T21:25:41.172Z Compiling mime v0.3.17
16922026-03-24T21:25:41.383Z Compiling petgraph v0.6.5
16932026-03-24T21:25:41.405Z Compiling toml_edit v0.22.27
16942026-03-24T21:25:41.513Z Compiling hickory-proto v0.25.2
16952026-03-24T21:25:41.637Z Compiling strum v0.26.3
16962026-03-24T21:25:41.800Z Compiling clap v4.5.60
16972026-03-24T21:25:41.819Z Compiling predicates v3.1.4
16982026-03-24T21:25:41.902Z Compiling sha3 v0.10.8
16992026-03-24T21:25:41.989Z Compiling string_cache v0.8.9
17002026-03-24T21:25:42.285Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T21:25:42.504Z Compiling iddqd v0.3.17
17022026-03-24T21:25:42.687Z Compiling tokio-postgres v0.7.16
17032026-03-24T21:25:43.416Z Compiling petgraph v0.8.3
17042026-03-24T21:25:44.057Z Compiling zip v4.6.1
17052026-03-24T21:25:45.292Z Compiling indicatif v0.18.4
17062026-03-24T21:25:45.374Z Compiling env_logger v0.11.9
17072026-03-24T21:25:45.647Z Compiling usdt v0.6.0
17082026-03-24T21:25:45.802Z Compiling zone v0.3.1
17092026-03-24T21:25:45.853Z Compiling usdt-impl v0.5.0
17102026-03-24T21:25:45.973Z Compiling serde_with v3.17.0
17112026-03-24T21:25:46.050Z Compiling similar v2.7.0
17122026-03-24T21:25:46.099Z Compiling ecdsa v0.16.9
17132026-03-24T21:25:46.460Z Compiling rsa v0.9.10
17142026-03-24T21:25:46.626Z Compiling crossterm v0.28.1
17152026-03-24T21:25:46.646Z Compiling ed25519-dalek v2.2.0
17162026-03-24T21:25:47.224Z Compiling zip v0.6.6
17172026-03-24T21:25:47.987Z Compiling toml v0.7.8
17182026-03-24T21:25:48.368Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-24T21:25:48.428Z Compiling itertools v0.13.0
17202026-03-24T21:25:48.555Z Compiling tokio-stream v0.1.18
17212026-03-24T21:25:48.780Z Compiling buf-list v1.1.2
17222026-03-24T21:25:48.852Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-24T21:25:49.170Z Compiling x509-cert v0.2.5
17242026-03-24T21:25:49.190Z Compiling openapiv3 v2.2.0
17252026-03-24T21:25:49.237Z Compiling sha1 v0.10.6
17262026-03-24T21:25:49.262Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-24T21:25:49.521Z Compiling lalrpop-util v0.19.12
17282026-03-24T21:25:49.650Z Compiling peg-runtime v0.8.5
17292026-03-24T21:25:49.766Z Compiling thread_local v1.1.9
17302026-03-24T21:25:50.017Z Compiling slog-async v2.8.0
17312026-03-24T21:25:50.093Z Compiling crossbeam-channel v0.5.15
17322026-03-24T21:25:50.156Z Compiling futures-executor v0.3.32
17332026-03-24T21:25:50.476Z Compiling filetime v0.2.27
17342026-03-24T21:25:50.498Z Compiling is-terminal v0.4.17
17352026-03-24T21:25:50.620Z Compiling term v1.2.1
17362026-03-24T21:25:50.671Z Compiling xattr v1.6.1
17372026-03-24T21:25:50.704Z Compiling take_mut v0.2.2
17382026-03-24T21:25:50.750Z Compiling futures v0.3.32
17392026-03-24T21:25:50.848Z Compiling tar v0.4.44
17402026-03-24T21:25:51.411Z Compiling slog-term v2.9.2
17412026-03-24T21:25:58.078Z Compiling rustls-webpki v0.103.9
17422026-03-24T21:26:02.095Z Compiling tokio-rustls v0.26.4
17432026-03-24T21:26:02.095Z Compiling rustls-platform-verifier v0.6.2
17442026-03-24T21:26:02.371Z Compiling hyper-rustls v0.27.7
17452026-03-24T21:26:02.633Z Compiling reqwest v0.12.28
17462026-03-24T21:26:02.636Z Compiling reqwest v0.13.2
17472026-03-24T21:26:05.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-24T21:26:05.970Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-24T21:26:09.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-24T21:26:09.958Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-24T21:26:10.020ZMar 24 21:26:09.014 INFO Starting download, target: MaghemiteMgd
17522026-03-24T21:26:10.020ZMar 24 21:26:09.014 INFO Starting download, target: Clickhouse
17532026-03-24T21:26:10.020ZMar 24 21:26:09.014 INFO Starting download, target: DendriteStub
17542026-03-24T21:26:10.020ZMar 24 21:26:09.014 INFO Starting download, target: TransceiverControl
17552026-03-24T21:26:10.020ZMar 24 21:26:09.014 INFO Starting download, target: Console
17562026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Starting download, target: Cockroach
17572026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-24T21:26:10.023ZMar 24 21:26:09.014 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-24T21:26:10.324ZMar 24 21:26:09.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-24T21:26:10.660ZMar 24 21:26:09.653 INFO Download complete, target: TransceiverControl
17652026-03-24T21:26:11.098ZMar 24 21:26:10.083 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T21:26:11.465ZMar 24 21:26:10.455 INFO Download complete, target: Console
17672026-03-24T21:26:11.671ZMar 24 21:26:10.664 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-24T21:26:11.703ZMar 24 21:26:10.696 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-24T21:26:12.392ZMar 24 21:26:11.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-24T21:26:12.422ZMar 24 21:26:11.416 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-24T21:26:12.422ZMar 24 21:26:11.416 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-24T21:26:15.276ZMar 24 21:26:14.270 INFO Download complete, target: MaghemiteMgd
17732026-03-24T21:26:15.345ZMar 24 21:26:14.340 INFO Download complete, target: DendriteStub
17742026-03-24T21:26:20.009ZMar 24 21:26:19.003 INFO Checking that binary works, target: Cockroach
17752026-03-24T21:26:20.128ZMar 24 21:26:19.122 INFO Download complete, target: Cockroach
17762026-03-24T21:26:23.605ZMar 24 21:26:22.600 INFO Checking that binary works, target: Clickhouse
17772026-03-24T21:26:23.767ZMar 24 21:26:22.762 INFO Download complete, target: Clickhouse
17782026-03-24T21:26:23.785ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-24T21:26:23.789Z
17802026-03-24T21:26:23.789Zreal 4:03.711364425
17812026-03-24T21:26:23.789Zuser 10:24.035910213
17822026-03-24T21:26:23.789Zsys 1:48.460385863
17832026-03-24T21:26:23.789Ztrap 0.319398598
17842026-03-24T21:26:23.789Ztflt 0.645219850
17852026-03-24T21:26:23.789Zdflt 0.679179187
17862026-03-24T21:26:23.789Zkflt 0.024282445
17872026-03-24T21:26:23.789Zlock 30:34.696566104
17882026-03-24T21:26:23.789Zslp 29:18.787807658
17892026-03-24T21:26:23.789Zlat 55.430295295
17902026-03-24T21:26:23.789Zstop 2:45.793033565
17912026-03-24T21:26:23.789Z+ banner clippy
17922026-03-24T21:26:23.789Z
17932026-03-24T21:26:23.789Z #### # # ##### ##### # #
17942026-03-24T21:26:23.789Z # # # # # # # # # #
17952026-03-24T21:26:23.789Z # # # # # # # #
17962026-03-24T21:26:23.789Z # # # ##### ##### #
17972026-03-24T21:26:23.789Z # # # # # # #
17982026-03-24T21:26:23.789Z #### ###### # # # #
17992026-03-24T21:26:23.789Z
18002026-03-24T21:26:23.789Z+ export CARGO_INCREMENTAL=0
18012026-03-24T21:26:23.789Z+ CARGO_INCREMENTAL=0
18022026-03-24T21:26:23.789Z+ ptime -m cargo xtask clippy
18032026-03-24T21:26:24.497Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-24T21:26:24.775Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-24T21:26:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18062026-03-24T21:26:27.355Z Running `target/debug/xtask clippy`
18072026-03-24T21:26:27.384Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-24T21:26:28.179Z Downloading crates ...
18092026-03-24T21:26:28.442Z Downloaded cargo_metadata v0.23.1
18102026-03-24T21:26:28.462Z Downloaded terminal_size v0.1.17
18112026-03-24T21:26:28.465Z Downloaded backtrace-ext v0.2.1
18122026-03-24T21:26:28.465Z Downloaded async-object-pool v0.2.0
18132026-03-24T21:26:28.465Z Downloaded assert-json-diff v2.0.2
18142026-03-24T21:26:28.496Z Downloaded approx v0.5.1
18152026-03-24T21:26:28.496Z Downloaded addr2line v0.25.1
18162026-03-24T21:26:28.497Z Downloaded rstest_macros v0.25.0
18172026-03-24T21:26:28.497Z Downloaded escape8259 v0.5.3
18182026-03-24T21:26:28.497Z Downloaded cargo-platform v0.3.2
18192026-03-24T21:26:28.497Z Downloaded blake2b_simd v1.0.4
18202026-03-24T21:26:28.497Z Downloaded nested v0.1.1
18212026-03-24T21:26:28.497Z Downloaded knuffel-derive v3.2.0
18222026-03-24T21:26:28.497Z Downloaded httptest v0.16.4
18232026-03-24T21:26:28.497Z Downloaded constant_time_eq v0.3.1
18242026-03-24T21:26:28.497Z Downloaded pathdiff v0.2.3
18252026-03-24T21:26:28.497Z Downloaded futures-timer v3.0.3
18262026-03-24T21:26:28.497Z Downloaded guppy-workspace-hack v0.1.0
18272026-03-24T21:26:28.497Z Downloaded serde_regex v1.1.0
18282026-03-24T21:26:28.500Z Downloaded plotters-svg v0.3.7
18292026-03-24T21:26:28.500Z Downloaded parking v2.2.1
18302026-03-24T21:26:28.500Z Downloaded similar-asserts v1.7.0
18312026-03-24T21:26:28.503Z Downloaded supports-color v2.1.0
18322026-03-24T21:26:28.503Z Downloaded assert_cmd v2.1.2
18332026-03-24T21:26:28.503Z Downloaded anes v0.1.6
18342026-03-24T21:26:28.506Z Downloaded oorandom v11.1.5
18352026-03-24T21:26:28.506Z Downloaded concurrent-queue v2.5.0
18362026-03-24T21:26:28.510Z Downloaded plotters-backend v0.3.7
18372026-03-24T21:26:28.510Z Downloaded supports-unicode v2.1.0
18382026-03-24T21:26:28.515Z Downloaded cast v0.3.0
18392026-03-24T21:26:28.518Z Downloaded target-triple v1.0.0
18402026-03-24T21:26:28.518Z Downloaded linkme-impl v0.3.35
18412026-03-24T21:26:28.521Z Downloaded supports-hyperlinks v2.1.0
18422026-03-24T21:26:28.521Z Downloaded event-listener-strategy v0.5.4
18432026-03-24T21:26:28.524Z Downloaded rustc-demangle v0.1.27
18442026-03-24T21:26:28.527Z Downloaded rust-argon2 v2.1.0
18452026-03-24T21:26:28.530Z Downloaded partial-io v0.5.4
18462026-03-24T21:26:28.530Z Downloaded stringmetrics v2.2.2
18472026-03-24T21:26:28.533Z Downloaded criterion-plot v0.6.0
18482026-03-24T21:26:28.538Z Downloaded target-lexicon v0.13.3
18492026-03-24T21:26:28.541Z Downloaded knuffel v3.2.0
18502026-03-24T21:26:28.543Z Downloaded relative-path v1.9.3
18512026-03-24T21:26:28.544Z Downloaded libtest-mimic v0.8.1
18522026-03-24T21:26:28.546Z Downloaded tinytemplate v1.2.1
18532026-03-24T21:26:28.549Z Downloaded target-spec v3.5.7
18542026-03-24T21:26:28.552Z Downloaded linkme v0.3.35
18552026-03-24T21:26:28.552Z Downloaded event-listener v5.4.1
18562026-03-24T21:26:28.555Z Downloaded termcolor v1.4.1
18572026-03-24T21:26:28.558Z Downloaded path-tree v0.8.3
18582026-03-24T21:26:28.563Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18592026-03-24T21:26:28.565Z Downloaded async-lock v3.4.2
18602026-03-24T21:26:28.565Z Downloaded owo-colors v3.5.0
18612026-03-24T21:26:28.568Z Downloaded toml v1.0.3+spec-1.1.0
18622026-03-24T21:26:28.571Z Downloaded datatest-stable v0.3.3
18632026-03-24T21:26:28.574Z Downloaded miette-derive v5.10.0
18642026-03-24T21:26:28.574Z Downloaded cfg-expr v0.20.6
18652026-03-24T21:26:28.577Z Downloaded textwrap v0.15.2
18662026-03-24T21:26:28.581Z Downloaded chumsky v0.9.3
18672026-03-24T21:26:28.584Z Downloaded rstest v0.25.0
18682026-03-24T21:26:28.587Z Downloaded trybuild v1.0.116
18692026-03-24T21:26:28.590Z Downloaded miette v5.10.0
18702026-03-24T21:26:28.595Z Downloaded backtrace v0.3.76
18712026-03-24T21:26:28.599Z Downloaded rand_distr v0.5.1
18722026-03-24T21:26:28.603Z Downloaded fancy-regex v0.14.0
18732026-03-24T21:26:28.612Z Downloaded criterion v0.7.0
18742026-03-24T21:26:28.618Z Downloaded guppy v0.17.25
18752026-03-24T21:26:28.626Z Downloaded plotters v0.3.7
18762026-03-24T21:26:28.631Z Downloaded hashbrown v0.14.5
18772026-03-24T21:26:28.642Z Downloaded gimli v0.32.3
18782026-03-24T21:26:28.741Z Downloaded httpmock v0.8.3
18792026-03-24T21:26:30.922Z Checking cfg-if v1.0.4
18802026-03-24T21:26:31.339Z Checking libc v0.2.180
18812026-03-24T21:26:31.344Z Checking serde_core v1.0.228
18822026-03-24T21:26:31.436Z Checking memchr v2.8.0
18832026-03-24T21:26:31.485Z Checking smallvec v1.15.1
18842026-03-24T21:26:31.536Z Checking itoa v1.0.17
18852026-03-24T21:26:31.598Z Checking log v0.4.29
18862026-03-24T21:26:31.649Z Checking zeroize v1.8.2
18872026-03-24T21:26:31.699Z Checking libm v0.2.16
18882026-03-24T21:26:31.771Z Checking stable_deref_trait v1.2.1
18892026-03-24T21:26:31.822Z Checking scopeguard v1.2.0
18902026-03-24T21:26:31.879Z Checking zmij v1.0.21
18912026-03-24T21:26:31.925Z Checking zerofrom v0.1.6
18922026-03-24T21:26:31.978Z Checking errno v0.3.14
18932026-03-24T21:26:31.978Z Checking getrandom v0.2.17
18942026-03-24T21:26:32.075Z Checking lock_api v0.4.14
18952026-03-24T21:26:32.118Z Checking yoke v0.8.1
18962026-03-24T21:26:32.172Z Checking percent-encoding v2.3.2
18972026-03-24T21:26:32.222Z Checking litemap v0.8.1
18982026-03-24T21:26:32.230Z Checking writeable v0.6.2
18992026-03-24T21:26:32.319Z Checking icu_properties_data v2.1.2
19002026-03-24T21:26:32.372Z Checking icu_normalizer_data v2.1.1
19012026-03-24T21:26:32.392Z Checking zerovec v0.11.5
19022026-03-24T21:26:32.463Z Checking zerotrie v0.2.3
19032026-03-24T21:26:32.516Z Checking form_urlencoded v1.2.2
19042026-03-24T21:26:32.566Z Checking utf8_iter v1.0.4
19052026-03-24T21:26:32.566Z Checking subtle v2.6.1
19062026-03-24T21:26:32.654Z Checking rand_core v0.10.0
19072026-03-24T21:26:32.709Z Checking num-traits v0.2.19
19082026-03-24T21:26:32.713Z Checking rand_core v0.6.4
19092026-03-24T21:26:32.749Z Checking portable-atomic v1.13.1
19102026-03-24T21:26:32.843Z Checking pin-project-lite v0.2.17
19112026-03-24T21:26:32.846Z Checking zerocopy v0.8.40
19122026-03-24T21:26:32.931Z Checking getrandom v0.4.1
19132026-03-24T21:26:32.991Z Checking tinystr v0.8.2
19142026-03-24T21:26:33.042Z Checking potential_utf v0.1.4
19152026-03-24T21:26:33.090Z Checking critical-section v1.2.0
19162026-03-24T21:26:33.153Z Checking parking_lot_core v0.9.12
19172026-03-24T21:26:33.238Z Checking icu_collections v2.1.1
19182026-03-24T21:26:33.287Z Checking icu_locale_core v2.1.1
19192026-03-24T21:26:33.339Z Checking signal-hook-registry v1.4.8
19202026-03-24T21:26:33.398Z Checking once_cell v1.21.3
19212026-03-24T21:26:33.446Z Checking parking_lot v0.12.5
19222026-03-24T21:26:33.525Z Checking mio v1.1.1
19232026-03-24T21:26:33.576Z Checking serde v1.0.228
19242026-03-24T21:26:33.624Z Checking serde_json v1.0.149
19252026-03-24T21:26:33.672Z Checking bitflags v2.11.0
19262026-03-24T21:26:33.723Z Checking typenum v1.19.0
19272026-03-24T21:26:33.773Z Checking iana-time-zone v0.1.65
19282026-03-24T21:26:33.923Z Checking socket2 v0.6.2
19292026-03-24T21:26:33.984Z Checking semver v1.0.27
19302026-03-24T21:26:33.985Z Checking uuid v1.21.0
19312026-03-24T21:26:34.086Z Checking icu_provider v2.1.1
19322026-03-24T21:26:34.181Z Checking bytes v1.11.1
19332026-03-24T21:26:34.286Z Checking chrono v0.4.44
19342026-03-24T21:26:34.340Z Checking thiserror v2.0.18
19352026-03-24T21:26:34.430Z Checking icu_properties v2.1.2
19362026-03-24T21:26:34.476Z Checking icu_normalizer v2.1.1
19372026-03-24T21:26:34.523Z Checking generic-array v0.14.7
19382026-03-24T21:26:34.585Z Checking allocator-api2 v0.2.21
19392026-03-24T21:26:34.639Z Checking futures-core v0.3.32
19402026-03-24T21:26:34.829Z Checking tokio v1.49.0
19412026-03-24T21:26:34.887Z Checking dyn-clone v1.0.20
19422026-03-24T21:26:34.941Z Checking equivalent v1.0.2
19432026-03-24T21:26:35.025Z Checking const-oid v0.9.6
19442026-03-24T21:26:35.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-24T21:26:35.086Z Checking foldhash v0.2.0
19462026-03-24T21:26:35.193Z Checking crypto-common v0.1.7
19472026-03-24T21:26:35.313Z Checking hashbrown v0.16.1
19482026-03-24T21:26:35.386Z Checking block-buffer v0.10.4
19492026-03-24T21:26:35.490Z Checking futures-sink v0.3.32
19502026-03-24T21:26:35.554Z Checking byteorder v1.5.0
19512026-03-24T21:26:35.603Z Checking rustix v1.1.3
19522026-03-24T21:26:35.650Z Checking idna_adapter v1.2.1
19532026-03-24T21:26:35.650Z Checking futures-channel v0.3.32
19542026-03-24T21:26:35.850Z Checking futures-task v0.3.32
19552026-03-24T21:26:35.897Z Checking idna v1.1.0
19562026-03-24T21:26:35.945Z Checking futures-io v0.3.32
19572026-03-24T21:26:36.026Z Checking slab v0.4.12
19582026-03-24T21:26:36.076Z Checking cpufeatures v0.2.17
19592026-03-24T21:26:36.079Z Checking digest v0.10.7
19602026-03-24T21:26:36.167Z Checking indexmap v2.13.0
19612026-03-24T21:26:36.214Z Checking thiserror v1.0.69
19622026-03-24T21:26:36.263Z Checking url v2.5.8
19632026-03-24T21:26:36.266Z Checking futures-util v0.3.32
19642026-03-24T21:26:36.375Z Checking getrandom v0.3.4
19652026-03-24T21:26:36.425Z Checking fnv v1.0.7
19662026-03-24T21:26:36.588Z Checking regex-syntax v0.8.10
19672026-03-24T21:26:36.635Z Checking base64 v0.22.1
19682026-03-24T21:26:36.856Z Checking http v1.4.0
19692026-03-24T21:26:36.907Z Checking schemars v0.8.22
19702026-03-24T21:26:36.911Z Checking ppv-lite86 v0.2.21
19712026-03-24T21:26:37.002Z Checking tracing-core v0.1.36
19722026-03-24T21:26:37.006Z Checking unicode-ident v1.0.24
19732026-03-24T21:26:37.223Z Checking ipnet v2.11.0
19742026-03-24T21:26:37.398Z Checking proc-macro2 v1.0.106
19752026-03-24T21:26:37.452Z Checking tracing v0.1.44
19762026-03-24T21:26:37.600Z Checking utf8parse v0.2.2
19772026-03-24T21:26:37.659Z Checking untrusted v0.9.0
19782026-03-24T21:26:37.755Z Checking anstyle v1.0.13
19792026-03-24T21:26:37.802Z Checking aho-corasick v1.1.4
19802026-03-24T21:26:37.851Z Checking ring v0.17.14
19812026-03-24T21:26:37.854Z Checking anstyle-parse v0.2.7
19822026-03-24T21:26:37.899Z Checking quote v1.0.44
19832026-03-24T21:26:38.025Z Checking base64ct v1.8.3
19842026-03-24T21:26:38.130Z Checking is_terminal_polyfill v1.70.2
19852026-03-24T21:26:38.210Z Checking syn v2.0.117
19862026-03-24T21:26:38.275Z Checking anstyle-query v1.1.5
19872026-03-24T21:26:38.373Z Checking colorchoice v1.0.4
19882026-03-24T21:26:38.431Z Checking block-padding v0.3.3
19892026-03-24T21:26:38.434Z Checking rustls-pki-types v1.14.0
19902026-03-24T21:26:38.567Z Checking anstream v0.6.21
19912026-03-24T21:26:38.679Z Checking httparse v1.10.1
19922026-03-24T21:26:38.762Z Checking regex-automata v0.4.14
19932026-03-24T21:26:38.878Z Checking inout v0.1.4
19942026-03-24T21:26:38.939Z Checking terminal_size v0.4.3
19952026-03-24T21:26:38.984Z Checking crossbeam-utils v0.8.21
19962026-03-24T21:26:39.036Z Checking clap_lex v1.0.0
19972026-03-24T21:26:39.096Z Checking cipher v0.4.4
19982026-03-24T21:26:39.103Z Checking strsim v0.11.1
19992026-03-24T21:26:39.206Z Checking http-body v1.0.1
20002026-03-24T21:26:39.210Z Checking tokio-util v0.7.18
20012026-03-24T21:26:39.303Z Checking rand_core v0.9.5
20022026-03-24T21:26:39.350Z Checking clap_builder v4.5.60
20032026-03-24T21:26:39.408Z Checking sha2 v0.10.9
20042026-03-24T21:26:39.461Z Checking atomic-waker v1.1.2
20052026-03-24T21:26:39.464Z Checking pem-rfc7468 v0.7.0
20062026-03-24T21:26:39.568Z Checking try-lock v0.2.5
20072026-03-24T21:26:39.620Z Checking httpdate v1.0.3
20082026-03-24T21:26:39.729Z Checking want v0.3.1
20092026-03-24T21:26:39.776Z Checking hmac v0.12.1
20102026-03-24T21:26:39.824Z Checking pin-utils v0.1.0
20112026-03-24T21:26:39.871Z Checking ryu v1.0.23
20122026-03-24T21:26:39.918Z Checking tower-layer v0.3.3
20132026-03-24T21:26:39.964Z Checking tower-service v0.3.3
20142026-03-24T21:26:40.012Z Checking rand_chacha v0.9.0
20152026-03-24T21:26:40.077Z Checking erased-serde v0.3.31
20162026-03-24T21:26:40.127Z Checking flagset v0.4.7
20172026-03-24T21:26:40.130Z Checking h2 v0.4.13
20182026-03-24T21:26:40.217Z Checking powerfmt v0.2.0
20192026-03-24T21:26:40.302Z Checking rand v0.9.2
20202026-03-24T21:26:40.351Z Checking der v0.7.10
20212026-03-24T21:26:40.449Z Checking deranged v0.5.8
20222026-03-24T21:26:40.679Z Checking slog v2.8.2
20232026-03-24T21:26:40.970Z Checking spin v0.9.8
20242026-03-24T21:26:41.068Z Checking anyhow v1.0.102
20252026-03-24T21:26:41.118Z Checking clap v4.5.60
20262026-03-24T21:26:41.247Z Checking time-core v0.1.8
20272026-03-24T21:26:41.296Z Checking num-conv v0.2.0
20282026-03-24T21:26:41.363Z Checking num_threads v0.1.7
20292026-03-24T21:26:41.416Z Checking http-body-util v0.1.3
20302026-03-24T21:26:41.419Z Checking aws-lc-sys v0.37.1
20312026-03-24T21:26:41.512Z Checking untrusted v0.7.1
20322026-03-24T21:26:41.515Z Checking openssl-probe v0.2.1
20332026-03-24T21:26:41.515Z Checking regex v1.12.3
20342026-03-24T21:26:41.654Z Checking serde_urlencoded v0.7.1
20352026-03-24T21:26:41.704Z Checking rand_chacha v0.3.1
20362026-03-24T21:26:41.760Z Checking fastrand v2.3.0
20372026-03-24T21:26:41.760Z Checking spki v0.7.3
20382026-03-24T21:26:41.845Z Checking time v0.3.47
20392026-03-24T21:26:41.966Z Checking pbkdf2 v0.12.2
20402026-03-24T21:26:42.021Z Checking rand v0.8.5
20412026-03-24T21:26:42.024Z Checking aes v0.8.4
20422026-03-24T21:26:42.114Z Checking pretty-hex v0.4.1
20432026-03-24T21:26:42.117Z Checking unicode-width v0.2.0
20442026-03-24T21:26:42.208Z Checking cbc v0.1.2
20452026-03-24T21:26:42.259Z Checking aws-lc-rs v1.16.0
20462026-03-24T21:26:42.305Z Checking salsa20 v0.10.2
20472026-03-24T21:26:42.403Z Checking ipnetwork v0.21.1
20482026-03-24T21:26:42.507Z Checking hex v0.4.3
20492026-03-24T21:26:42.556Z Checking scrypt v0.11.0
20502026-03-24T21:26:42.629Z Checking tempfile v3.25.0
20512026-03-24T21:26:42.716Z Checking rustls-native-certs v0.8.3
20522026-03-24T21:26:42.767Z Checking sync_wrapper v1.0.2
20532026-03-24T21:26:42.770Z Checking plain v0.2.3
20542026-03-24T21:26:42.859Z Checking pkcs5 v0.7.1
20552026-03-24T21:26:42.914Z Checking webpki-roots v1.0.6
20562026-03-24T21:26:42.917Z Checking camino v1.2.2
20572026-03-24T21:26:43.007Z Checking tower v0.5.3
20582026-03-24T21:26:43.010Z Checking iri-string v0.7.10
20592026-03-24T21:26:43.099Z Checking ucd-trie v0.1.7
20602026-03-24T21:26:43.225Z Checking pkcs8 v0.10.2
20612026-03-24T21:26:43.303Z Checking pest v2.8.6
20622026-03-24T21:26:43.354Z Checking openapiv3 v2.2.0
20632026-03-24T21:26:43.429Z Checking either v1.15.0
20642026-03-24T21:26:43.480Z Checking rustls-webpki v0.103.9
20652026-03-24T21:26:43.568Z Checking mime v0.3.17
20662026-03-24T21:26:43.576Z Checking winnow v0.7.14
20672026-03-24T21:26:43.717Z Checking oxnet v0.1.4
20682026-03-24T21:26:43.792Z Checking lazy_static v1.5.0
20692026-03-24T21:26:43.841Z Checking hyper v1.8.1
20702026-03-24T21:26:43.941Z Checking static_assertions v1.1.0
20712026-03-24T21:26:44.059Z Checking signature v2.2.0
20722026-03-24T21:26:44.106Z Checking encoding_rs v0.8.35
20732026-03-24T21:26:44.109Z Checking rustls v0.23.37
20742026-03-24T21:26:44.257Z Checking foreign-types-shared v0.1.1
20752026-03-24T21:26:44.398Z Checking simd-adler32 v0.3.8
20762026-03-24T21:26:44.530Z Checking tower-http v0.6.8
20772026-03-24T21:26:44.661Z Checking foreign-types v0.3.2
20782026-03-24T21:26:44.791Z Checking hubpack v0.1.2
20792026-03-24T21:26:44.838Z Checking openssl-sys v0.9.111
20802026-03-24T21:26:44.934Z Checking adler2 v2.0.1
20812026-03-24T21:26:45.042Z Checking sha1 v0.10.6
20822026-03-24T21:26:45.111Z Checking miniz_oxide v0.8.9
20832026-03-24T21:26:45.114Z Checking hyper-util v0.1.20
20842026-03-24T21:26:45.207Z Checking strum v0.26.3
20852026-03-24T21:26:45.266Z Checking data-encoding v2.10.0
20862026-03-24T21:26:45.316Z Checking tinyvec_macros v0.1.1
20872026-03-24T21:26:45.381Z Checking toml_datetime v0.6.11
20882026-03-24T21:26:45.431Z Checking serde_spanned v0.6.9
20892026-03-24T21:26:45.435Z Checking tinyvec v1.10.0
20902026-03-24T21:26:45.524Z Checking openssl v0.10.75
20912026-03-24T21:26:45.621Z Checking num-integer v0.1.46
20922026-03-24T21:26:45.624Z Checking scroll v0.13.0
20932026-03-24T21:26:45.714Z Checking memmap2 v0.9.10
20942026-03-24T21:26:45.717Z Checking bit-vec v0.8.0
20952026-03-24T21:26:45.925Z Checking base16ct v0.2.0
20962026-03-24T21:26:45.975Z Checking dtrace-parser v0.3.0
20972026-03-24T21:26:45.978Z Checking goblin v0.10.5
20982026-03-24T21:26:46.067Z Checking crossbeam-epoch v0.9.18
20992026-03-24T21:26:46.071Z Checking bit-set v0.8.0
21002026-03-24T21:26:46.160Z Checking sec1 v0.7.3
21012026-03-24T21:26:46.320Z Checking crc32fast v1.5.0
21022026-03-24T21:26:46.367Z Checking ff v0.13.1
21032026-03-24T21:26:46.415Z Checking wait-timeout v0.2.1
21042026-03-24T21:26:46.463Z Checking thread-id v5.1.0
21052026-03-24T21:26:46.536Z Checking num-iter v0.1.45
21062026-03-24T21:26:46.585Z Checking group v0.13.0
21072026-03-24T21:26:46.633Z Checking bstr v1.12.1
21082026-03-24T21:26:46.636Z Checking hkdf v0.12.4
21092026-03-24T21:26:46.724Z Checking ahash v0.8.12
21102026-03-24T21:26:46.807Z Checking crypto-bigint v0.5.5
21112026-03-24T21:26:46.857Z Checking psl-types v2.0.11
21122026-03-24T21:26:46.906Z Checking quick-error v1.2.3
21132026-03-24T21:26:47.022Z Checking cookie v0.18.1
21142026-03-24T21:26:47.069Z Checking publicsuffix v2.3.0
21152026-03-24T21:26:47.117Z Checking rusty-fork v0.3.1
21162026-03-24T21:26:47.252Z Checking rand_xorshift v0.4.0
21172026-03-24T21:26:47.311Z Checking scroll v0.12.0
21182026-03-24T21:26:47.360Z Checking unarray v0.1.4
21192026-03-24T21:26:47.407Z Checking cookie_store v0.22.1
21202026-03-24T21:26:47.456Z Checking num-bigint-dig v0.8.6
21212026-03-24T21:26:47.459Z Checking tokio-rustls v0.26.4
21222026-03-24T21:26:47.549Z Checking proptest v1.10.0
21232026-03-24T21:26:47.645Z Checking goblin v0.8.2
21242026-03-24T21:26:47.833Z Checking hyper-rustls v0.27.7
21252026-03-24T21:26:47.882Z Checking rustls-platform-verifier v0.6.2
21262026-03-24T21:26:48.097Z Checking pkcs1 v0.7.5
21272026-03-24T21:26:48.148Z Checking x509-cert v0.2.5
21282026-03-24T21:26:48.195Z Checking elliptic-curve v0.13.8
21292026-03-24T21:26:48.393Z Checking native-tls v0.2.18
21302026-03-24T21:26:48.441Z Checking zerocopy v0.7.35
21312026-03-24T21:26:48.615Z Checking unicode-segmentation v1.12.0
21322026-03-24T21:26:48.664Z Checking tokio-native-tls v0.3.1
21332026-03-24T21:26:48.668Z Checking zlib-rs v0.6.2
21342026-03-24T21:26:48.893Z Checking hyper-tls v0.6.0
21352026-03-24T21:26:49.074Z Checking rsa v0.9.10
21362026-03-24T21:26:49.077Z Checking reqwest v0.13.2
21372026-03-24T21:26:49.169Z Checking crossbeam-deque v0.8.6
21382026-03-24T21:26:49.218Z Checking reqwest v0.12.28
21392026-03-24T21:26:49.320Z Checking dof v0.4.0
21402026-03-24T21:26:49.430Z Checking dtrace-parser v0.2.0
21412026-03-24T21:26:49.725Z Checking rfc6979 v0.4.0
21422026-03-24T21:26:49.786Z Checking thread-id v4.2.2
21432026-03-24T21:26:49.911Z Checking toml_write v0.1.2
21442026-03-24T21:26:49.959Z Checking ecdsa v0.16.9
21452026-03-24T21:26:50.007Z Checking flate2 v1.1.9
21462026-03-24T21:26:50.089Z Checking newtype-uuid v1.3.2
21472026-03-24T21:26:50.168Z Checking toml_edit v0.22.27
21482026-03-24T21:26:50.218Z Checking usdt-impl v0.6.0
21492026-03-24T21:26:50.265Z Checking dof v0.3.0
21502026-03-24T21:26:50.315Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-24T21:26:50.382Z Checking curve25519-dalek v4.1.3
21522026-03-24T21:26:50.433Z Checking memoffset v0.9.1
21532026-03-24T21:26:50.484Z Checking rustix v0.38.44
21542026-03-24T21:26:50.487Z Checking env_filter v1.0.0
21552026-03-24T21:26:50.590Z Checking keccak v0.1.6
21562026-03-24T21:26:50.639Z Checking usdt v0.6.0
21572026-03-24T21:26:50.687Z Checking usdt-impl v0.5.0
21582026-03-24T21:26:50.746Z Checking env_logger v0.11.9
21592026-03-24T21:26:50.797Z Checking daft v0.1.5
21602026-03-24T21:26:50.845Z Checking sha3 v0.10.8
21612026-03-24T21:26:50.893Z Checking ed25519 v2.2.3
21622026-03-24T21:26:51.025Z Checking itertools v0.13.0
21632026-03-24T21:26:51.074Z Checking serde_with v3.17.0
21642026-03-24T21:26:51.147Z Checking siphasher v1.0.2
21652026-03-24T21:26:51.151Z Checking bitflags v1.3.2
21662026-03-24T21:26:51.240Z Checking unicode-normalization v0.1.25
21672026-03-24T21:26:51.321Z Checking signal-hook v0.3.18
21682026-03-24T21:26:51.392Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-24T21:26:51.455Z Checking ed25519-dalek v2.2.0
21702026-03-24T21:26:51.612Z Checking winnow v0.5.40
21712026-03-24T21:26:51.667Z Checking managed v0.8.0
21722026-03-24T21:26:51.715Z Checking nix v0.31.1
21732026-03-24T21:26:51.764Z Checking rayon-core v1.13.0
21742026-03-24T21:26:51.812Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-24T21:26:51.815Z Checking object v0.37.3
21762026-03-24T21:26:51.953Z Checking foldhash v0.1.5
21772026-03-24T21:26:51.956Z Checking bzip2 v0.4.4
21782026-03-24T21:26:52.162Z Checking hashbrown v0.15.5
21792026-03-24T21:26:52.229Z Checking signal-hook-mio v0.2.5
21802026-03-24T21:26:52.277Z Checking ref-cast v1.0.25
21812026-03-24T21:26:52.393Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-24T21:26:52.441Z Checking zip v0.6.6
21832026-03-24T21:26:52.517Z Checking libbz2-rs-sys v0.2.2
21842026-03-24T21:26:52.573Z Checking zstd-safe v7.2.4
21852026-03-24T21:26:52.821Z Checking bumpalo v3.20.2
21862026-03-24T21:26:52.868Z Checking zstd v0.13.3
21872026-03-24T21:26:52.916Z Checking crossterm v0.28.1
21882026-03-24T21:26:53.082Z Checking bzip2 v0.6.1
21892026-03-24T21:26:53.131Z Checking zopfli v0.8.3
21902026-03-24T21:26:53.180Z Checking rayon v1.11.0
21912026-03-24T21:26:53.184Z Checking similar v2.7.0
21922026-03-24T21:26:53.223Z Checking fs-err v3.3.0
21932026-03-24T21:26:53.318Z Checking toml_edit v0.19.15
21942026-03-24T21:26:53.367Z Checking hash32 v0.2.1
21952026-03-24T21:26:53.590Z Checking serde-big-array v0.5.1
21962026-03-24T21:26:53.640Z Checking unicode-properties v0.1.4
21972026-03-24T21:26:53.686Z Checking predicates-core v1.0.10
21982026-03-24T21:26:53.796Z Checking unicode-bidi v0.3.18
21992026-03-24T21:26:53.845Z Checking jiff v0.2.21
22002026-03-24T21:26:53.893Z Checking heapless v0.7.17
22012026-03-24T21:26:53.941Z Checking hickory-proto v0.25.2
22022026-03-24T21:26:53.945Z Checking tokio-stream v0.1.18
22032026-03-24T21:26:54.220Z Checking stringprep v0.1.5
22042026-03-24T21:26:54.459Z Checking md-5 v0.10.6
22052026-03-24T21:26:54.508Z Checking float-cmp v0.10.0
22062026-03-24T21:26:54.555Z Checking difflib v0.4.0
22072026-03-24T21:26:54.671Z Checking rustc-hash v2.1.1
22082026-03-24T21:26:54.720Z Checking fallible-iterator v0.2.0
22092026-03-24T21:26:54.796Z Checking toml v0.7.8
22102026-03-24T21:26:54.845Z Checking normalize-line-endings v0.3.0
22112026-03-24T21:26:54.891Z Checking iddqd v0.3.17
22122026-03-24T21:26:54.995Z Checking predicates v3.1.4
22132026-03-24T21:26:55.122Z Checking postgres-protocol v0.6.10
22142026-03-24T21:26:55.183Z Checking smoltcp v0.9.1
22152026-03-24T21:26:55.241Z Checking phf_shared v0.11.3
22162026-03-24T21:26:55.288Z Checking phf_shared v0.13.1
22172026-03-24T21:26:55.437Z Checking itertools v0.12.1
22182026-03-24T21:26:55.483Z Checking console v0.16.2
22192026-03-24T21:26:55.572Z Checking buf-list v1.1.2
22202026-03-24T21:26:55.620Z Checking strum v0.27.2
22212026-03-24T21:26:55.801Z Checking fixedbitset v0.5.7
22222026-03-24T21:26:55.850Z Checking precomputed-hash v0.1.1
22232026-03-24T21:26:55.912Z Checking new_debug_unreachable v1.0.6
22242026-03-24T21:26:55.995Z Checking lalrpop-util v0.19.12
22252026-03-24T21:26:56.046Z Checking unit-prefix v0.5.2
22262026-03-24T21:26:56.050Z Checking fixedbitset v0.4.2
22272026-03-24T21:26:56.139Z Checking petgraph v0.8.3
22282026-03-24T21:26:56.143Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-24T21:26:56.237Z Checking string_cache v0.8.9
22302026-03-24T21:26:56.286Z Checking petgraph v0.6.5
22312026-03-24T21:26:56.290Z Checking indicatif v0.18.4
22322026-03-24T21:26:56.488Z Checking phf v0.13.1
22332026-03-24T21:26:56.731Z Checking postgres-types v0.2.12
22342026-03-24T21:26:56.870Z Checking zone v0.3.1
22352026-03-24T21:26:56.920Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-24T21:26:57.026Z Checking zip v4.6.1
22372026-03-24T21:26:57.195Z Checking whoami v2.1.0
22382026-03-24T21:26:57.302Z Checking peg-runtime v0.8.5
22392026-03-24T21:26:57.487Z Checking tokio-postgres v0.7.16
22402026-03-24T21:26:57.540Z Checking futures-executor v0.3.32
22412026-03-24T21:26:57.543Z Checking is-terminal v0.4.17
22422026-03-24T21:26:57.688Z Checking crossbeam-channel v0.5.15
22432026-03-24T21:26:57.738Z Compiling structmeta-derive v0.3.0
22442026-03-24T21:26:57.811Z Checking futures v0.3.32
22452026-03-24T21:26:57.859Z Checking thread_local v1.1.9
22462026-03-24T21:26:57.946Z Checking term v1.2.1
22472026-03-24T21:26:58.083Z Checking take_mut v0.2.2
22482026-03-24T21:26:58.130Z Compiling newtype-uuid-macros v0.1.0
22492026-03-24T21:26:58.177Z Checking regress v0.10.5
22502026-03-24T21:26:58.248Z Checking slog-async v2.8.0
22512026-03-24T21:26:58.296Z Checking slog-term v2.9.2
22522026-03-24T21:26:58.385Z Compiling rustls v0.22.4
22532026-03-24T21:26:58.510Z Compiling multer v3.1.0
22542026-03-24T21:26:58.696Z Compiling async-stream-impl v0.3.6
22552026-03-24T21:26:58.759Z Compiling dropshot v0.16.7
22562026-03-24T21:26:58.906Z Compiling dropshot_endpoint v0.16.7
22572026-03-24T21:26:59.134Z Checking match_cfg v0.1.0
22582026-03-24T21:26:59.184Z Checking slog-json v2.6.1
22592026-03-24T21:26:59.236Z Compiling structmeta v0.3.0
22602026-03-24T21:26:59.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-24T21:26:59.285Z Checking hostname v0.3.1
22622026-03-24T21:26:59.427Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-24T21:26:59.488Z Checking slog-bunyan v2.5.0
22642026-03-24T21:26:59.539Z Checking debug-ignore v1.0.5
22652026-03-24T21:26:59.543Z Compiling derive-ex v0.1.8
22662026-03-24T21:26:59.634Z Checking serde_spanned v1.0.4
22672026-03-24T21:26:59.685Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-24T21:26:59.732Z Checking progenitor-client v0.13.0
22692026-03-24T21:26:59.806Z Checking rustls-webpki v0.102.8
22702026-03-24T21:26:59.855Z Checking serde_path_to_error v0.1.20
22712026-03-24T21:26:59.955Z Checking toml v0.9.12+spec-1.1.0
22722026-03-24T21:27:00.004Z Checking async-stream v0.3.6
22732026-03-24T21:27:00.155Z Checking waitgroup v0.1.2
22742026-03-24T21:27:00.205Z Checking rustls-pemfile v2.2.0
22752026-03-24T21:27:00.263Z Checking hostname v0.4.2
22762026-03-24T21:27:00.367Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-24T21:27:00.416Z Compiling parse-display-derive v0.10.0
22782026-03-24T21:27:00.420Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-24T21:27:00.420Z Checking itertools v0.14.0
22802026-03-24T21:27:00.553Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-24T21:27:00.676Z Checking macaddr v1.0.1
22822026-03-24T21:27:00.819Z Checking progenitor-client v0.10.0
22832026-03-24T21:27:00.946Z Checking instant v0.1.13
22842026-03-24T21:27:01.095Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-24T21:27:01.147Z Checking backoff v0.4.0
22862026-03-24T21:27:01.151Z Checking backon v1.6.0
22872026-03-24T21:27:01.315Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-24T21:27:01.457Z Checking progenitor-extras v0.1.1
22892026-03-24T21:27:01.460Z Checking heck v0.5.0
22902026-03-24T21:27:01.701Z Checking camino-tempfile v1.4.1
22912026-03-24T21:27:01.817Z Checking toml v0.8.23
22922026-03-24T21:27:01.918Z Compiling test-strategy v0.4.5
22932026-03-24T21:27:02.024Z Compiling unsafe-libyaml v0.2.11
22942026-03-24T21:27:02.073Z Compiling convert_case v0.4.0
22952026-03-24T21:27:02.319Z Checking secrecy v0.10.3
22962026-03-24T21:27:02.372Z Checking tokio-rustls v0.25.0
22972026-03-24T21:27:02.512Z Compiling crucible-workspace-hack v0.1.0
22982026-03-24T21:27:02.617Z Compiling derive_more v0.99.20
22992026-03-24T21:27:02.820Z Checking parse-display v0.10.0
23002026-03-24T21:27:02.880Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-24T21:27:03.087Z Checking typify-impl v0.6.1
23022026-03-24T21:27:03.165Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-24T21:27:03.997Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-24T21:27:04.524Z Compiling proc-macro-crate v3.4.0
23052026-03-24T21:27:04.644Z Checking half v2.7.1
23062026-03-24T21:27:04.692Z Checking glob v0.3.3
23072026-03-24T21:27:04.951Z Checking ciborium-io v0.2.2
23082026-03-24T21:27:05.000Z Compiling heapless v0.8.0
23092026-03-24T21:27:05.046Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-24T21:27:05.104Z Checking ciborium-ll v0.2.2
23112026-03-24T21:27:05.233Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-24T21:27:05.294Z Compiling ingot-macros v0.1.1
23132026-03-24T21:27:05.389Z Checking ciborium v0.2.2
23142026-03-24T21:27:05.480Z Checking tabwriter v1.4.1
23152026-03-24T21:27:05.691Z Checking hash32 v0.3.1
23162026-03-24T21:27:05.740Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-24T21:27:05.744Z Compiling smoltcp v0.11.0
23182026-03-24T21:27:06.005Z Compiling num_enum_derive v0.7.5
23192026-03-24T21:27:06.114Z Checking cobs v0.3.0
23202026-03-24T21:27:06.161Z Compiling foreign-types-macros v0.2.3
23212026-03-24T21:27:06.330Z Checking foreign-types-shared v0.3.1
23222026-03-24T21:27:06.376Z Checking cpufeatures v0.3.0
23232026-03-24T21:27:06.505Z Checking postcard v1.1.3
23242026-03-24T21:27:06.582Z Checking chacha20 v0.10.0
23252026-03-24T21:27:07.009Z Checking foreign-types v0.5.0
23262026-03-24T21:27:07.077Z Compiling proc-macro-crate v1.3.1
23272026-03-24T21:27:07.136Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-24T21:27:07.184Z Checking cstr-argument v0.1.2
23292026-03-24T21:27:07.381Z Checking sigpipe v0.1.3
23302026-03-24T21:27:07.463Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-24T21:27:07.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-24T21:27:07.568Z Checking num_enum v0.7.5
23332026-03-24T21:27:07.675Z Checking colored v3.1.1
23342026-03-24T21:27:07.752Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-24T21:27:07.924Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-24T21:27:07.982Z Compiling num_enum_derive v0.5.11
23372026-03-24T21:27:08.031Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-24T21:27:08.145Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-24T21:27:08.150Z Checking rand v0.10.0
23402026-03-24T21:27:08.235Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-24T21:27:08.238Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-24T21:27:08.412Z Checking indent_write v2.2.0
23432026-03-24T21:27:08.602Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-24T21:27:08.671Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-24T21:27:08.862Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-24T21:27:08.912Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-24T21:27:08.916Z Checking smf v0.2.3
23482026-03-24T21:27:09.154Z Checking ingot-types v0.1.2
23492026-03-24T21:27:09.202Z Compiling num-derive v0.4.2
23502026-03-24T21:27:09.304Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-24T21:27:09.368Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23522026-03-24T21:27:09.419Z Checking num_enum v0.5.11
23532026-03-24T21:27:09.633Z Checking whoami v1.6.1
23542026-03-24T21:27:09.637Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-24T21:27:09.726Z Checking ingot v0.1.1
23562026-03-24T21:27:09.731Z Checking universal-hash v0.5.1
23572026-03-24T21:27:09.892Z Checking opaque-debug v0.3.1
23582026-03-24T21:27:09.988Z Checking aead v0.5.2
23592026-03-24T21:27:10.033Z Checking swrite v0.1.0
23602026-03-24T21:27:10.140Z Checking poly1305 v0.8.0
23612026-03-24T21:27:10.187Z Checking chacha20 v0.9.1
23622026-03-24T21:27:10.231Z Compiling typify-macro v0.6.1
23632026-03-24T21:27:10.236Z Checking unicode-width v0.1.14
23642026-03-24T21:27:10.236Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-24T21:27:10.425Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-24T21:27:10.555Z Checking password-hash v0.5.0
23672026-03-24T21:27:10.571Z Checking blake2 v0.10.6
23682026-03-24T21:27:10.682Z Checking chacha20poly1305 v0.10.1
23692026-03-24T21:27:10.748Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-24T21:27:10.804Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-24T21:27:10.867Z Checking argon2 v0.5.3
23722026-03-24T21:27:10.922Z Checking byte-wrapper v0.1.0
23732026-03-24T21:27:11.170Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23742026-03-24T21:27:11.212Z Compiling usdt-attr-macro v0.5.0
23752026-03-24T21:27:11.220Z Compiling usdt-macro v0.5.0
23762026-03-24T21:27:11.371Z Checking memmap v0.7.0
23772026-03-24T21:27:11.500Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-03-24T21:27:11.616Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-24T21:27:11.908Z Checking thiserror-no-std v2.0.2
23802026-03-24T21:27:11.966Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-03-24T21:27:12.079Z Checking vsss-rs v3.3.4
23822026-03-24T21:27:12.137Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-24T21:27:12.210Z Compiling derive-where v1.6.0
23842026-03-24T21:27:12.270Z Checking atomicwrites v0.4.4
23852026-03-24T21:27:12.275Z Checking usdt v0.5.0
23862026-03-24T21:27:12.468Z Checking console v0.15.11
23872026-03-24T21:27:12.561Z Checking tokio-dtrace v0.1.1
23882026-03-24T21:27:12.626Z Compiling typify v0.6.1
23892026-03-24T21:27:12.803Z Compiling progenitor-impl v0.13.0
23902026-03-24T21:27:12.890Z Checking oxide-tokio-rt v0.1.3
23912026-03-24T21:27:12.953Z Checking newline-converter v0.3.0
23922026-03-24T21:27:13.129Z Checking expectorate v1.2.0
23932026-03-24T21:27:13.133Z Checking bytecount v0.6.9
23942026-03-24T21:27:13.328Z Compiling prettyplease v0.2.37
23952026-03-24T21:27:13.378Z Compiling owo-colors v4.3.0
23962026-03-24T21:27:13.550Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-24T21:27:13.679Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-24T21:27:13.728Z Compiling cancel-safe-futures v0.1.5
23992026-03-24T21:27:13.742Z Checking libsw-core v0.3.2
24002026-03-24T21:27:13.819Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-24T21:27:14.017Z Checking libsw v3.5.0
24022026-03-24T21:27:14.063Z Checking same-file v1.0.6
24032026-03-24T21:27:14.217Z Checking linear-map v1.2.0
24042026-03-24T21:27:14.272Z Checking num-rational v0.4.2
24052026-03-24T21:27:14.313Z Checking walkdir v2.5.0
24062026-03-24T21:27:14.474Z Checking num-complex v0.4.6
24072026-03-24T21:27:14.526Z Checking float-ord v0.3.2
24082026-03-24T21:27:14.568Z Checking gethostname v0.5.0
24092026-03-24T21:27:14.726Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-24T21:27:14.818Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-24T21:27:14.900Z Compiling async-recursion v1.1.1
24122026-03-24T21:27:14.990Z Checking num v0.4.3
24132026-03-24T21:27:15.038Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-24T21:27:15.130Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-24T21:27:16.460Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-24T21:27:16.513Z Compiling progenitor-macro v0.13.0
24172026-03-24T21:27:17.249Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-24T21:27:18.310Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-24T21:27:18.967Z Checking smawk v0.3.2
24202026-03-24T21:27:19.261Z Checking unicode-linebreak v0.1.5
24212026-03-24T21:27:19.267Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-24T21:27:19.357Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-24T21:27:19.531Z Checking globset v0.4.18
24242026-03-24T21:27:20.018Z Compiling convert_case v0.10.0
24252026-03-24T21:27:20.782Z Compiling slog-dtrace v0.3.0
24262026-03-24T21:27:20.836Z Checking resolv-conf v0.7.6
24272026-03-24T21:27:21.156Z Compiling derive_more-impl v2.1.1
24282026-03-24T21:27:21.389Z Compiling pin-project-internal v1.1.11
24292026-03-24T21:27:21.466Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-24T21:27:21.640Z Checking pem v3.0.6
24312026-03-24T21:27:21.786Z Checking fd-lock v4.0.4
24322026-03-24T21:27:21.883Z Checking vte v0.14.1
24332026-03-24T21:27:21.985Z Checking display-error-chain v0.2.2
24342026-03-24T21:27:22.132Z Checking strip-ansi-escapes v0.2.1
24352026-03-24T21:27:22.183Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-24T21:27:22.189Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-24T21:27:22.295Z Checking derive_more v2.1.1
24382026-03-24T21:27:22.340Z Compiling snafu-derive v0.8.9
24392026-03-24T21:27:22.387Z Checking termtree v0.5.1
24402026-03-24T21:27:22.438Z Checking crossterm v0.29.0
24412026-03-24T21:27:22.609Z Checking nu-ansi-term v0.50.3
24422026-03-24T21:27:22.967Z Checking pin-project v1.1.11
24432026-03-24T21:27:23.047Z Checking linked-hash-map v0.5.6
24442026-03-24T21:27:23.135Z Checking reedline v0.40.0
24452026-03-24T21:27:23.243Z Checking textwrap v0.16.2
24462026-03-24T21:27:23.314Z Checking lru-cache v0.1.2
24472026-03-24T21:27:23.507Z Checking olpc-cjson v0.1.4
24482026-03-24T21:27:23.560Z Checking hickory-proto v0.24.4
24492026-03-24T21:27:23.631Z Checking progenitor v0.13.0
24502026-03-24T21:27:23.729Z Checking serde_plain v1.0.2
24512026-03-24T21:27:23.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-03-24T21:27:23.970Z Checking typed-path v0.9.3
24532026-03-24T21:27:24.731Z Compiling minimal-lexical v0.2.1
24542026-03-24T21:27:25.069Z Checking snafu v0.8.9
24552026-03-24T21:27:25.115Z Compiling nom v7.1.3
24562026-03-24T21:27:25.128Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-24T21:27:25.428Z Checking tough v0.20.0
24582026-03-24T21:27:25.887Z Checking nibble_vec v0.1.0
24592026-03-24T21:27:25.995Z Checking endian-type v0.1.2
24602026-03-24T21:27:26.083Z Checking hickory-resolver v0.24.4
24612026-03-24T21:27:26.197Z Checking radix_trie v0.2.1
24622026-03-24T21:27:26.443Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-24T21:27:26.505Z Compiling ar_archive_writer v0.5.1
24642026-03-24T21:27:27.008Z Checking humantime v2.3.0
24652026-03-24T21:27:27.108Z Checking base64 v0.21.7
24662026-03-24T21:27:27.249Z Checking qorb v0.4.1
24672026-03-24T21:27:27.294Z Checking csv-core v0.1.13
24682026-03-24T21:27:27.343Z Compiling stacker v0.1.23
24692026-03-24T21:27:27.482Z Compiling cfg_aliases v0.1.1
24702026-03-24T21:27:27.568Z Checking csv v1.4.0
24712026-03-24T21:27:27.616Z Checking highway v1.3.0
24722026-03-24T21:27:27.761Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-24T21:27:27.806Z Compiling psm v0.1.30
24742026-03-24T21:27:27.852Z Compiling nix v0.28.0
24752026-03-24T21:27:27.953Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-24T21:27:28.098Z Checking papergrid v0.11.0
24772026-03-24T21:27:28.200Z Compiling tabled_derive v0.7.0
24782026-03-24T21:27:28.364Z Checking home v0.5.12
24792026-03-24T21:27:28.583Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-24T21:27:28.672Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-24T21:27:28.861Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-24T21:27:28.970Z Checking phf_shared v0.12.1
24832026-03-24T21:27:29.019Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-24T21:27:29.066Z Compiling chrono-tz v0.10.4
24852026-03-24T21:27:29.199Z Compiling semver v0.1.20
24862026-03-24T21:27:29.248Z Checking phf v0.12.1
24872026-03-24T21:27:29.469Z Compiling rustc_version v0.1.7
24882026-03-24T21:27:29.517Z Checking tabled v0.15.0
24892026-03-24T21:27:29.567Z Checking recursive v0.1.1
24902026-03-24T21:27:29.613Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-24T21:27:29.617Z Compiling const_format_proc_macros v0.2.34
24922026-03-24T21:27:29.720Z Compiling peg-macros v0.8.5
24932026-03-24T21:27:29.794Z Checking winnow v0.6.26
24942026-03-24T21:27:29.842Z Compiling sqlparser_derive v0.5.0
24952026-03-24T21:27:30.291Z Checking unicode_categories v0.1.1
24962026-03-24T21:27:30.805Z Checking const_format v0.2.35
24972026-03-24T21:27:30.870Z Checking sqlparser v0.61.0
24982026-03-24T21:27:31.138Z Checking rustyline v14.0.0
24992026-03-24T21:27:31.395Z Compiling newtype_derive v0.1.6
25002026-03-24T21:27:31.442Z Checking sqlformat v0.3.5
25012026-03-24T21:27:31.570Z Checking peg v0.8.5
25022026-03-24T21:27:31.761Z Checking bcs v0.1.6
25032026-03-24T21:27:32.158Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-24T21:27:32.204Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-24T21:27:32.386Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-24T21:27:32.434Z Checking steno v0.4.1
25072026-03-24T21:27:32.627Z Checking utf-8 v0.7.6
25082026-03-24T21:27:32.764Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-24T21:27:32.837Z Checking filetime v0.2.27
25102026-03-24T21:27:33.056Z Checking arc-swap v1.8.2
25112026-03-24T21:27:33.391Z Checking xattr v1.6.1
25122026-03-24T21:27:33.468Z Checking slog-scope v4.4.1
25132026-03-24T21:27:33.583Z Checking tungstenite v0.21.0
25142026-03-24T21:27:33.600Z Checking tar v0.4.44
25152026-03-24T21:27:33.679Z Checking slog-stdlog v4.1.1
25162026-03-24T21:27:33.871Z Checking slog-envlogger v2.2.0
25172026-03-24T21:27:34.096Z Compiling typify-impl v0.4.3
25182026-03-24T21:27:34.154Z Checking tokio-tungstenite v0.21.0
25192026-03-24T21:27:34.157Z Checking typeid v1.0.3
25202026-03-24T21:27:34.548Z Checking subprocess v0.2.15
25212026-03-24T21:27:34.962Z Checking headers-core v0.3.0
25222026-03-24T21:27:35.133Z Checking headers v0.4.1
25232026-03-24T21:27:35.207Z Compiling lzma-sys v0.1.20
25242026-03-24T21:27:35.804Z Compiling cargo_toml v0.22.3
25252026-03-24T21:27:35.849Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-24T21:27:35.931Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25272026-03-24T21:27:35.981Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-03-24T21:27:36.303Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-24T21:27:36.430Z Checking yasna v0.5.2
25302026-03-24T21:27:37.028Z Checking rcgen v0.12.1
25312026-03-24T21:27:37.489Z Checking xz2 v0.1.7
25322026-03-24T21:27:37.724Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-24T21:27:37.772Z Checking ron v0.12.0
25342026-03-24T21:27:37.776Z Checking base16ct v1.0.0
25352026-03-24T21:27:37.975Z Checking dropshot-api-manager-types v0.6.0
25362026-03-24T21:27:38.071Z Checking tagptr v0.2.0
25372026-03-24T21:27:38.230Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-24T21:27:38.294Z Checking moka v0.12.13
25392026-03-24T21:27:38.485Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-24T21:27:38.712Z Compiling radium v0.7.0
25412026-03-24T21:27:38.883Z Compiling libefi-sys v0.1.0
25422026-03-24T21:27:39.210Z Compiling bitfield-struct v0.6.2
25432026-03-24T21:27:39.214Z Checking hickory-resolver v0.25.2
25442026-03-24T21:27:39.370Z Checking tap v1.0.1
25452026-03-24T21:27:39.593Z Compiling maybe-uninit v2.0.0
25462026-03-24T21:27:39.832Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-24T21:27:39.977Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-24T21:27:40.037Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25492026-03-24T21:27:40.145Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-24T21:27:40.241Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25512026-03-24T21:27:40.421Z Checking wyz v0.5.1
25522026-03-24T21:27:40.470Z Compiling typify-macro v0.4.3
25532026-03-24T21:27:40.699Z Compiling zerocopy-derive v0.6.6
25542026-03-24T21:27:40.785Z Checking crc-catalog v2.4.0
25552026-03-24T21:27:40.841Z Compiling packed_struct v0.10.1
25562026-03-24T21:27:40.928Z Checking funty v2.0.0
25572026-03-24T21:27:40.978Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-24T21:27:41.086Z Checking crc v3.4.0
25592026-03-24T21:27:41.134Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T21:27:41.262Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-03-24T21:27:41.421Z Checking bitvec v1.0.1
25622026-03-24T21:27:41.475Z Compiling packed_struct_codegen v0.10.1
25632026-03-24T21:27:41.522Z Compiling bitfield-macros v0.19.4
25642026-03-24T21:27:41.522Z Compiling indexmap v1.9.3
25652026-03-24T21:27:41.895Z Checking zerocopy v0.6.6
25662026-03-24T21:27:41.942Z Checking nodrop v0.1.14
25672026-03-24T21:27:42.095Z Checking array-init v0.0.4
25682026-03-24T21:27:42.413Z Checking smallvec v0.6.14
25692026-03-24T21:27:42.563Z Checking bitfield v0.19.4
25702026-03-24T21:27:42.614Z Checking hashbrown v0.12.3
25712026-03-24T21:27:42.716Z Checking serde-hex v0.1.0
25722026-03-24T21:27:42.844Z Compiling typify v0.4.3
25732026-03-24T21:27:43.027Z Compiling progenitor-impl v0.10.0
25742026-03-24T21:27:43.031Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-24T21:27:43.314Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762026-03-24T21:27:43.708Z Checking ron v0.8.1
25772026-03-24T21:27:44.304Z Checking hashbrown v0.13.2
25782026-03-24T21:27:44.468Z Checking crc-any v2.5.0
25792026-03-24T21:27:44.560Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-24T21:27:44.741Z Checking path-slash v0.1.5
25812026-03-24T21:27:44.803Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25822026-03-24T21:27:44.849Z Compiling xshell-macros v0.2.7
25832026-03-24T21:27:44.914Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25842026-03-24T21:27:44.917Z Checking object v0.30.4
25852026-03-24T21:27:45.006Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-03-24T21:27:45.376Z Checking xshell v0.2.7
25872026-03-24T21:27:45.424Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-24T21:27:45.659Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-24T21:27:46.320Z Checking half v1.8.3
25902026-03-24T21:27:46.649Z Checking serde_cbor v0.11.2
25912026-03-24T21:27:46.696Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25922026-03-24T21:27:46.741Z Compiling progenitor-macro v0.10.0
25932026-03-24T21:27:46.967Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-24T21:27:47.012Z Compiling num-derive v0.3.3
25952026-03-24T21:27:47.234Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-24T21:27:47.766Z Compiling proc-macro-error2 v2.0.1
25972026-03-24T21:27:48.024Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-24T21:27:48.206Z Compiling tabled_derive v0.11.0
25992026-03-24T21:27:48.254Z Checking libscf-sys v1.1.0
26002026-03-24T21:27:48.459Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-24T21:27:48.520Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-03-24T21:27:48.763Z Checking papergrid v0.17.0
26032026-03-24T21:27:49.189Z Checking testing_table v0.3.0
26042026-03-24T21:27:49.308Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-24T21:27:49.357Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-24T21:27:49.761Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-24T21:27:49.829Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-24T21:27:49.877Z Checking maplit v1.0.2
26092026-03-24T21:27:49.922Z Checking tabled v0.20.0
26102026-03-24T21:27:50.020Z Checking crc8 v0.1.1
26112026-03-24T21:27:50.179Z Checking fxhash v0.2.1
26122026-03-24T21:27:50.223Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-24T21:27:50.369Z Checking unicase v2.9.0
26142026-03-24T21:27:50.605Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26152026-03-24T21:27:50.690Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-24T21:27:50.842Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-24T21:27:51.154Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-24T21:27:51.199Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-24T21:27:51.401Z Checking kstat-rs v0.2.4
26202026-03-24T21:27:51.734Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26212026-03-24T21:27:51.739Z Compiling parking_lot_core v0.8.6
26222026-03-24T21:27:51.855Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26232026-03-24T21:27:52.137Z Compiling diesel_derives v2.3.7
26242026-03-24T21:27:52.197Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-24T21:27:52.464Z Compiling git-stub v1.0.0
26262026-03-24T21:27:52.609Z Checking scheduled-thread-pool v0.2.7
26272026-03-24T21:27:52.831Z Compiling dsl_auto_type v0.2.0
26282026-03-24T21:27:52.877Z Compiling vergen-gitcl v1.0.8
26292026-03-24T21:27:52.925Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-24T21:27:52.975Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-24T21:27:53.138Z Checking r2d2 v0.8.10
26322026-03-24T21:27:53.254Z Compiling git-stub-vcs v0.1.0
26332026-03-24T21:27:53.417Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26342026-03-24T21:27:53.598Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-03-24T21:27:53.780Z Checking downcast-rs v2.0.2
26362026-03-24T21:27:53.829Z Checking progenitor v0.10.0
26372026-03-24T21:27:53.829Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382026-03-24T21:27:53.926Z Checking parking_lot v0.11.2
26392026-03-24T21:27:54.024Z Checking prefix-trie v0.7.0
26402026-03-24T21:27:54.083Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26412026-03-24T21:27:54.204Z Checking nanorand v0.7.0
26422026-03-24T21:27:54.423Z Compiling dirs-sys-next v0.1.2
26432026-03-24T21:27:54.494Z Compiling crunchy v0.2.4
26442026-03-24T21:27:54.540Z Checking flume v0.11.1
26452026-03-24T21:27:54.786Z Compiling dirs-next v2.0.0
26462026-03-24T21:27:54.833Z Checking hickory-server v0.25.2
26472026-03-24T21:27:54.978Z Checking sled v0.34.7
26482026-03-24T21:27:55.021Z Compiling clang-sys v1.8.1
26492026-03-24T21:27:55.066Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-24T21:27:55.342Z Checking hickory-client v0.25.2
26512026-03-24T21:27:55.517Z Compiling tiny-keccak v2.0.2
26522026-03-24T21:27:55.935Z Compiling term v0.7.0
26532026-03-24T21:27:56.031Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-24T21:27:56.220Z Compiling bit-vec v0.6.3
26552026-03-24T21:27:56.268Z Compiling salty v0.3.0
26562026-03-24T21:27:56.508Z Compiling bit-set v0.5.3
26572026-03-24T21:27:56.601Z Compiling ascii-canvas v3.0.0
26582026-03-24T21:27:56.790Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-24T21:27:56.793Z Checking primeorder v0.13.6
26602026-03-24T21:27:56.951Z Compiling itertools v0.10.5
26612026-03-24T21:27:57.202Z Compiling ena v0.14.4
26622026-03-24T21:27:57.350Z Compiling libloading v0.8.9
26632026-03-24T21:27:57.483Z Compiling fs-err v2.11.0
26642026-03-24T21:27:57.529Z Compiling diff v0.1.13
26652026-03-24T21:27:57.670Z Compiling regex-syntax v0.6.29
26662026-03-24T21:27:57.762Z Compiling bindgen v0.71.1
26672026-03-24T21:27:58.223Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-24T21:27:58.388Z Compiling cexpr v0.6.0
26692026-03-24T21:27:58.431Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-03-24T21:27:58.477Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-24T21:27:58.886Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-24T21:27:59.261Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-24T21:27:59.370Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-24T21:27:59.595Z Compiling lalrpop v0.19.12
26752026-03-24T21:27:59.853Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-24T21:28:00.168Z Compiling libxml v0.3.3
26772026-03-24T21:28:00.172Z Checking parse-size v1.1.0
26782026-03-24T21:28:00.351Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-03-24T21:28:00.639Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-24T21:28:00.700Z Checking p384 v0.13.1
26812026-03-24T21:28:01.056Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-03-24T21:28:01.100Z Checking diesel v2.3.7
26832026-03-24T21:28:01.293Z Compiling strum_macros v0.24.3
26842026-03-24T21:28:01.489Z Compiling indoc v1.0.9
26852026-03-24T21:28:02.952Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26862026-03-24T21:28:03.209Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T21:28:03.487Z Checking predicates-tree v1.0.13
26882026-03-24T21:28:03.541Z Checking derive_builder v0.20.2
26892026-03-24T21:28:03.683Z Checking quick-xml v0.37.5
26902026-03-24T21:28:03.732Z Compiling oso-derive v0.27.3
26912026-03-24T21:28:04.136Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26922026-03-24T21:28:04.256Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932026-03-24T21:28:04.388Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942026-03-24T21:28:04.436Z Compiling impl-trait-for-tuples v0.2.3
26952026-03-24T21:28:04.941Z Compiling trait-variant v0.1.2
26962026-03-24T21:28:05.694Z Checking openssl-probe v0.1.6
26972026-03-24T21:28:05.878Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-03-24T21:28:06.639Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26992026-03-24T21:28:06.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27002026-03-24T21:28:06.735Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27012026-03-24T21:28:07.029Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-03-24T21:28:07.076Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-24T21:28:07.402Z Compiling progenitor-impl v0.11.2
27042026-03-24T21:28:08.108Z Checking assert_matches v1.5.0
27052026-03-24T21:28:08.347Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27062026-03-24T21:28:08.394Z Compiling mime_guess v2.0.5
27072026-03-24T21:28:08.747Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-24T21:28:09.139Z Checking progenitor-client v0.11.2
27092026-03-24T21:28:09.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27102026-03-24T21:28:09.511Z Checking http-range v0.1.5
27112026-03-24T21:28:09.514Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-24T21:28:09.819Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-24T21:28:09.866Z Checking ignore v0.4.25
27142026-03-24T21:28:10.625Z Checking atty v0.2.14
27152026-03-24T21:28:10.791Z Checking globwalk v0.9.1
27162026-03-24T21:28:11.146Z Compiling progenitor-macro v0.11.2
27172026-03-24T21:28:11.779Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-24T21:28:12.888Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-24T21:28:13.176Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-24T21:28:13.417Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-24T21:28:13.695Z Checking bb8 v0.8.6
27222026-03-24T21:28:13.774Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-24T21:28:13.893Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-24T21:28:14.073Z Checking corncobs v0.1.4
27252026-03-24T21:28:14.119Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-24T21:28:14.307Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-24T21:28:14.370Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-24T21:28:14.863Z Checking hyper-staticfile v0.10.1
27292026-03-24T21:28:15.244Z Checking camino-tempfile-ext v0.3.3
27302026-03-24T21:28:15.347Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-24T21:28:15.381Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-24T21:28:15.539Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-24T21:28:15.682Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-24T21:28:15.816Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-24T21:28:16.558Z Checking signal-hook-tokio v0.3.1
27362026-03-24T21:28:16.767Z Checking secrecy v0.8.0
27372026-03-24T21:28:16.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-24T21:28:17.386Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-24T21:28:17.946Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27402026-03-24T21:28:17.993Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-24T21:28:18.050Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27422026-03-24T21:28:18.188Z Checking progenitor v0.11.2
27432026-03-24T21:28:18.347Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-24T21:28:18.401Z Checking nonempty v0.12.0
27452026-03-24T21:28:18.640Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-24T21:28:18.746Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-24T21:28:18.909Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-24T21:28:18.950Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-24T21:28:19.330Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-24T21:28:19.446Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-24T21:28:19.855Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-24T21:28:19.927Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-03-24T21:28:20.470Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-03-24T21:28:20.572Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-24T21:28:20.829Z Checking tungstenite v0.23.0
27562026-03-24T21:28:21.430Z Checking async-bb8-diesel v0.2.1
27572026-03-24T21:28:21.476Z Checking diesel-dtrace v0.5.0
27582026-03-24T21:28:21.866Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-24T21:28:21.957Z Checking tokio-tungstenite v0.23.1
27602026-03-24T21:28:22.003Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-24T21:28:22.342Z Checking rand_seeder v0.4.0
27622026-03-24T21:28:22.486Z Checking void v1.0.2
27632026-03-24T21:28:22.574Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T21:28:22.663Z Checking lzss v0.8.2
27652026-03-24T21:28:22.960Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-24T21:28:23.101Z Checking nix v0.27.1
27672026-03-24T21:28:23.214Z Checking serde_bytes v0.11.19
27682026-03-24T21:28:23.480Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-24T21:28:23.526Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-24T21:28:23.737Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-24T21:28:23.844Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-24T21:28:24.524Z Checking is_ci v1.2.0
27732026-03-24T21:28:24.696Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-24T21:28:24.864Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-24T21:28:25.061Z Checking yansi v1.0.1
27762026-03-24T21:28:25.322Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-24T21:28:25.469Z Checking pretty_assertions v1.4.1
27782026-03-24T21:28:25.648Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-03-24T21:28:25.693Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-03-24T21:28:25.740Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-03-24T21:28:25.996Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-24T21:28:26.326Z Compiling darling_core v0.23.0
27832026-03-24T21:28:27.495Z Compiling indoc v2.0.7
27842026-03-24T21:28:27.660Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-24T21:28:27.951Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-24T21:28:28.070Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27872026-03-24T21:28:28.127Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-24T21:28:28.411Z Compiling instability v0.3.11
27892026-03-24T21:28:28.730Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-24T21:28:28.976Z Compiling libz-sys v1.1.24
27912026-03-24T21:28:29.035Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-24T21:28:29.487Z Checking castaway v0.2.4
27932026-03-24T21:28:29.673Z Checking compact_str v0.8.1
27942026-03-24T21:28:30.027Z Compiling darling_macro v0.23.0
27952026-03-24T21:28:30.236Z Checking supports-color v3.0.2
27962026-03-24T21:28:30.443Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-03-24T21:28:30.641Z Checking unicode-truncate v1.1.0
27982026-03-24T21:28:30.703Z Compiling darling v0.23.0
27992026-03-24T21:28:30.750Z Checking lru v0.12.5
28002026-03-24T21:28:30.898Z Checking cassowary v0.3.0
28012026-03-24T21:28:31.073Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-24T21:28:31.388Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-24T21:28:31.411Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-03-24T21:28:31.846Z Checking ratatui v0.29.0
28052026-03-24T21:28:33.013Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-24T21:28:33.293Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-24T21:28:33.440Z Compiling vergen-git2 v1.0.7
28082026-03-24T21:28:33.635Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-03-24T21:28:33.704Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-24T21:28:33.812Z Checking colored v2.2.0
28112026-03-24T21:28:33.911Z Checking plotters-backend v0.3.7
28122026-03-24T21:28:33.980Z Compiling rustls v0.21.12
28132026-03-24T21:28:34.117Z Checking shell-words v1.1.1
28142026-03-24T21:28:34.207Z Checking plotters-svg v0.3.7
28152026-03-24T21:28:34.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-24T21:28:34.456Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-03-24T21:28:34.501Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-03-24T21:28:34.734Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-03-24T21:28:34.788Z Checking rustls-webpki v0.101.7
28202026-03-24T21:28:35.276Z Checking sct v0.7.1
28212026-03-24T21:28:35.323Z Compiling nix v0.29.0
28222026-03-24T21:28:35.486Z Checking hex-literal v0.4.1
28232026-03-24T21:28:35.648Z Checking cast v0.3.0
28242026-03-24T21:28:35.702Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-03-24T21:28:35.913Z Checking criterion-plot v0.6.0
28262026-03-24T21:28:36.410Z Checking plotters v0.3.7
28272026-03-24T21:28:37.490Z Checking erased-serde v0.4.9
28282026-03-24T21:28:37.854Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-03-24T21:28:38.056Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-03-24T21:28:39.031Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28312026-03-24T21:28:40.040Z Checking tinytemplate v1.2.1
28322026-03-24T21:28:40.367Z Checking ordered-float v2.10.1
28332026-03-24T21:28:40.770Z Checking oorandom v11.1.5
28342026-03-24T21:28:40.959Z Checking anes v0.1.6
28352026-03-24T21:28:41.243Z Checking criterion v0.7.0
28362026-03-24T21:28:41.535Z Checking serde-value v0.7.0
28372026-03-24T21:28:41.853Z Checking serde-untagged v0.1.9
28382026-03-24T21:28:42.144Z Checking tokio-rustls v0.24.1
28392026-03-24T21:28:42.785Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-24T21:28:42.910Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-24T21:28:43.205Z Checking rustls-pemfile v1.0.4
28422026-03-24T21:28:43.397Z Checking twox-hash v2.1.2
28432026-03-24T21:28:43.837Z Checking unicode-xid v0.2.6
28442026-03-24T21:28:43.952Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-24T21:28:44.013Z Checking cargo-util-schemas v0.8.2
28462026-03-24T21:28:44.172Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-24T21:28:44.394Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-24T21:28:45.240Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-24T21:28:45.473Z Checking fatfs v0.3.6
28502026-03-24T21:28:46.134Z Checking cargo-platform v0.2.0
28512026-03-24T21:28:46.183Z Compiling petname v2.0.2
28522026-03-24T21:28:46.417Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-03-24T21:28:46.879Z Compiling seq-macro v0.3.6
28542026-03-24T21:28:47.787Z Checking cargo_metadata v0.21.0
28552026-03-24T21:28:48.475Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-24T21:28:48.871Z Checking concurrent-queue v2.5.0
28572026-03-24T21:28:48.955Z Checking rtoolbox v0.0.3
28582026-03-24T21:28:49.147Z Checking parking v2.2.1
28592026-03-24T21:28:49.186Z Checking futures-timer v3.0.3
28602026-03-24T21:28:49.328Z Checking event-listener v5.4.1
28612026-03-24T21:28:49.454Z Checking rpassword v7.4.0
28622026-03-24T21:28:49.676Z Checking tui-tree-widget v0.23.1
28632026-03-24T21:28:49.727Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-24T21:28:49.956Z Checking polyval v0.6.2
28652026-03-24T21:28:50.003Z Checking sapling-renderdag v0.1.0
28662026-03-24T21:28:50.177Z Checking sync-ptr v0.1.4
28672026-03-24T21:28:50.223Z Checking ghash v0.5.1
28682026-03-24T21:28:50.362Z Checking event-listener-strategy v0.5.4
28692026-03-24T21:28:50.407Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-24T21:28:50.453Z Checking ctr v0.9.2
28712026-03-24T21:28:50.570Z Checking constant_time_eq v0.4.2
28722026-03-24T21:28:50.683Z Checking arrayref v0.3.9
28732026-03-24T21:28:50.728Z Checking arrayvec v0.7.6
28742026-03-24T21:28:50.791Z Checking aes-gcm v0.10.3
28752026-03-24T21:28:50.917Z Checking async-lock v3.4.2
28762026-03-24T21:28:51.013Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-24T21:28:51.068Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-24T21:28:51.524Z Checking ssh-encoding v0.2.0
28792026-03-24T21:28:51.824Z Checking blowfish v0.9.1
28802026-03-24T21:28:52.062Z Checking bcrypt-pbkdf v0.10.0
28812026-03-24T21:28:52.304Z Checking ssh-cipher v0.2.0
28822026-03-24T21:28:52.350Z Checking async-object-pool v0.2.0
28832026-03-24T21:28:52.534Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28842026-03-24T21:28:52.578Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-24T21:28:52.977Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-24T21:28:53.362Z Checking serde_regex v1.1.0
28872026-03-24T21:28:53.605Z Checking password-hash v0.4.2
28882026-03-24T21:28:53.863Z Checking assert-json-diff v2.0.2
28892026-03-24T21:28:53.944Z Checking path-tree v0.8.3
28902026-03-24T21:28:54.118Z Checking gimli v0.32.3
28912026-03-24T21:28:54.222Z Compiling target-lexicon v0.13.3
28922026-03-24T21:28:54.327Z Compiling samael v0.0.19
28932026-03-24T21:28:54.699Z Checking stringmetrics v2.2.2
28942026-03-24T21:28:54.936Z Checking httpmock v0.8.3
28952026-03-24T21:28:54.998Z Checking pbkdf2 v0.11.0
28962026-03-24T21:28:55.262Z Checking ssh-key v0.6.7
28972026-03-24T21:28:56.376Z Checking addr2line v0.25.1
28982026-03-24T21:28:56.809Z Checking p256 v0.13.2
28992026-03-24T21:28:57.190Z Checking p521 v0.13.3
29002026-03-24T21:28:57.987Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-24T21:28:58.035Z Checking russh-cryptovec v0.7.3
29022026-03-24T21:28:58.241Z Checking rustc-demangle v0.1.27
29032026-03-24T21:28:58.288Z Compiling guppy-workspace-hack v0.1.0
29042026-03-24T21:28:58.557Z Checking md5 v0.7.0
29052026-03-24T21:28:58.600Z Checking backtrace v0.3.76
29062026-03-24T21:28:58.812Z Checking russh-keys v0.45.0
29072026-03-24T21:28:59.029Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-24T21:28:59.265Z Checking num-bigint v0.4.6
29092026-03-24T21:28:59.687Z Checking des v0.8.1
29102026-03-24T21:29:00.124Z Compiling blake3 v1.8.3
29112026-03-24T21:29:00.358Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-24T21:29:00.620Z Compiling target-spec v3.5.7
29132026-03-24T21:29:00.676Z Checking russh v0.45.0
29142026-03-24T21:29:00.929Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-24T21:29:01.245Z Checking cfg-expr v0.20.6
29162026-03-24T21:29:01.512Z Checking backtrace-ext v0.2.1
29172026-03-24T21:29:01.835Z Checking supports-color v2.1.0
29182026-03-24T21:29:01.865Z Checking textwrap v0.15.2
29192026-03-24T21:29:01.869Z Checking supports-unicode v2.1.0
29202026-03-24T21:29:02.024Z Checking supports-hyperlinks v2.1.0
29212026-03-24T21:29:02.090Z Checking hashbrown v0.14.5
29222026-03-24T21:29:02.162Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-24T21:29:02.207Z Checking cargo-platform v0.3.2
29242026-03-24T21:29:02.454Z Checking terminal_size v0.1.17
29252026-03-24T21:29:02.498Z Checking socket2 v0.5.10
29262026-03-24T21:29:02.623Z Compiling miette-derive v5.10.0
29272026-03-24T21:29:02.772Z Checking internet-checksum v0.2.1
29282026-03-24T21:29:02.863Z Checking owo-colors v3.5.0
29292026-03-24T21:29:02.957Z Checking chumsky v0.9.3
29302026-03-24T21:29:03.273Z Checking cargo_metadata v0.23.1
29312026-03-24T21:29:04.155Z Checking miette v5.10.0
29322026-03-24T21:29:04.371Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-03-24T21:29:04.475Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-24T21:29:04.657Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-03-24T21:29:04.839Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-03-24T21:29:05.062Z Compiling git2 v0.20.4
29372026-03-24T21:29:05.120Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-24T21:29:05.181Z Checking httptest v0.16.4
29392026-03-24T21:29:05.450Z Checking pathdiff v0.2.3
29402026-03-24T21:29:05.564Z Compiling knuffel-derive v3.2.0
29412026-03-24T21:29:05.621Z Checking topological-sort v0.2.2
29422026-03-24T21:29:05.707Z Checking nested v0.1.1
29432026-03-24T21:29:05.830Z Checking omicron-zone-package v0.12.2
29442026-03-24T21:29:05.919Z Checking guppy v0.17.25
29452026-03-24T21:29:06.267Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-24T21:29:06.567Z Checking similar-asserts v1.7.0
29472026-03-24T21:29:06.804Z Compiling rstest_macros v0.25.0
29482026-03-24T21:29:07.065Z Compiling target-triple v1.0.0
29492026-03-24T21:29:07.204Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-03-24T21:29:07.384Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-24T21:29:07.429Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-24T21:29:07.540Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29532026-03-24T21:29:07.672Z Checking knuffel v3.2.0
29542026-03-24T21:29:08.293Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-24T21:29:08.543Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-24T21:29:09.073Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-24T21:29:09.382Z Checking escape8259 v0.5.3
29582026-03-24T21:29:09.426Z Compiling assert_cmd v2.1.2
29592026-03-24T21:29:09.612Z Compiling relative-path v1.9.3
29602026-03-24T21:29:09.771Z Checking libtest-mimic v0.8.1
29612026-03-24T21:29:09.887Z Checking toml v1.0.3+spec-1.1.0
29622026-03-24T21:29:09.969Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-24T21:29:10.332Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-24T21:29:10.508Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-24T21:29:10.747Z Checking blake2b_simd v1.0.4
29662026-03-24T21:29:11.315Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-24T21:29:11.408Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-24T21:29:11.863Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-24T21:29:12.007Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-03-24T21:29:12.305Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29712026-03-24T21:29:12.577Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-24T21:29:12.836Z Checking fancy-regex v0.14.0
29732026-03-24T21:29:13.137Z Checking serde_tokenstream v0.2.3
29742026-03-24T21:29:13.378Z Checking uzers v0.12.2
29752026-03-24T21:29:13.482Z Checking constant_time_eq v0.3.1
29762026-03-24T21:29:13.654Z Checking termcolor v1.4.1
29772026-03-24T21:29:13.712Z Compiling linkme-impl v0.3.35
29782026-03-24T21:29:13.835Z Compiling polar-core v0.27.3
29792026-03-24T21:29:13.977Z Checking trybuild v1.0.116
29802026-03-24T21:29:14.212Z Checking rust-argon2 v2.1.0
29812026-03-24T21:29:14.565Z Checking datatest-stable v0.3.3
29822026-03-24T21:29:15.215Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-03-24T21:29:15.332Z Checking rstest v0.25.0
29842026-03-24T21:29:15.560Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-24T21:29:15.638Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-24T21:29:15.684Z Checking support-bundle-viewer v0.1.2
29872026-03-24T21:29:16.046Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-03-24T21:29:16.407Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29892026-03-24T21:29:16.661Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-24T21:29:16.707Z Checking drift v0.1.3
29912026-03-24T21:29:16.958Z Checking rand_distr v0.5.1
29922026-03-24T21:29:17.155Z Checking multimap v0.10.1
29932026-03-24T21:29:17.433Z Checking approx v0.5.1
29942026-03-24T21:29:17.591Z Compiling linkme v0.3.35
29952026-03-24T21:29:17.658Z Checking dropshot-api-manager v0.6.0
29962026-03-24T21:29:19.056Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-03-24T21:29:19.449Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-03-24T21:29:19.531Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-03-24T21:29:20.100Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-03-24T21:29:20.369Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-03-24T21:29:20.418Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-03-24T21:29:20.421Z Checking partial-io v0.5.4
30032026-03-24T21:29:20.621Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-03-24T21:29:20.751Z Checking oso v0.27.3
30052026-03-24T21:29:20.797Z Checking cargo_toml v0.21.0
30062026-03-24T21:29:20.894Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30072026-03-24T21:29:21.031Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-24T21:29:21.323Z Checking termios v0.3.3
30092026-03-24T21:29:21.549Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-24T21:29:21.639Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-03-24T21:29:22.023Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-03-24T21:29:23.696Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30132026-03-24T21:29:26.312Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-24T21:29:31.424Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-24T21:29:34.224Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-24T21:29:39.308Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-03-24T21:29:42.152Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-24T21:29:46.134Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-24T21:29:53.543Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-24T21:29:54.436Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-03-24T21:29:55.186Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-24T21:30:06.887Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-24T21:32:04.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s
30242026-03-24T21:32:04.920Z
30252026-03-24T21:32:04.920Zreal 5:41.149312649
30262026-03-24T21:32:04.923Zuser 28:24.966849842
30272026-03-24T21:32:04.923Zsys 5:56.227418019
30282026-03-24T21:32:04.923Ztrap 0.719758124
30292026-03-24T21:32:04.923Ztflt 0.108460897
30302026-03-24T21:32:04.923Zdflt 0.192449847
30312026-03-24T21:32:04.923Zkflt 0.000928118
30322026-03-24T21:32:04.923Zlock 1:20:01.291476001
30332026-03-24T21:32:04.923Zslp 1:16:52.216325624
30342026-03-24T21:32:04.923Zlat 1:56.817695945
30352026-03-24T21:32:04.924Zstop 14:10.577066303
30362026-03-24T21:32:04.924Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-24T21:32:04.924Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-24T21:32:06.140Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-24T21:32:06.140Z |
30402026-03-24T21:32:06.140Z = 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)`
30412026-03-24T21:32:06.140Z = 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>
30422026-03-24T21:32:07.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-24T21:32:07.744Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-24T21:32:07.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-24T21:32:07.879Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-24T21:32:08.054Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-03-24T21:32:08.054Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30482026-03-24T21:32:08.112Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30492026-03-24T21:32:08.146Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-24T21:32:08.223Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-24T21:32:08.266Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-03-24T21:32:08.305Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-24T21:32:08.374Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-24T21:32:08.405Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-24T21:32:08.476Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-24T21:32:08.509Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-24T21:32:08.538Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-24T21:32:08.648Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-24T21:32:08.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-24T21:32:08.715Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-03-24T21:32:08.772Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-03-24T21:32:08.990Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-24T21:32:09.378Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-03-24T21:32:09.554Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-03-24T21:32:09.584Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-03-24T21:32:09.615Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-03-24T21:32:09.785Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-24T21:32:09.817Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692026-03-24T21:32:10.099Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30702026-03-24T21:32:10.281Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-03-24T21:32:10.343Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30722026-03-24T21:32:10.407Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-24T21:32:10.583Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-03-24T21:32:10.718Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-03-24T21:32:10.784Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-03-24T21:32:10.821Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-24T21:32:11.006Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-03-24T21:32:11.082Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30792026-03-24T21:32:11.121Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802026-03-24T21:32:11.409Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30812026-03-24T21:32:11.448Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30822026-03-24T21:32:11.807Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-24T21:32:11.982Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-24T21:32:12.020Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-03-24T21:32:12.079Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-24T21:32:12.111Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-24T21:32:12.311Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-24T21:32:12.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-24T21:32:12.439Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-24T21:32:12.603Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30912026-03-24T21:32:12.703Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-24T21:32:12.748Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-03-24T21:32:12.783Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-03-24T21:32:12.882Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30952026-03-24T21:32:13.120Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-24T21:32:13.147Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-24T21:32:13.176Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-24T21:32:13.244Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-24T21:32:13.434Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31002026-03-24T21:32:13.462Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-03-24T21:32:13.491Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-24T21:32:13.679Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-24T21:32:13.768Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-03-24T21:32:13.806Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31052026-03-24T21:32:13.845Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-24T21:32:14.014Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-03-24T21:32:14.017Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-03-24T21:32:14.108Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31092026-03-24T21:32:14.358Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31102026-03-24T21:32:14.416Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-24T21:32:14.419Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31122026-03-24T21:32:14.479Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132026-03-24T21:32:14.599Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-24T21:32:15.199Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-03-24T21:32:15.231Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-03-24T21:32:16.259Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-03-24T21:32:16.767Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-24T21:32:16.993Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-24T21:32:17.043Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-03-24T21:32:17.087Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-24T21:32:17.122Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-03-24T21:32:17.503Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-24T21:32:17.536Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-03-24T21:32:17.821Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31252026-03-24T21:32:18.101Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-03-24T21:32:18.282Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-03-24T21:32:18.517Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-24T21:32:18.548Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31292026-03-24T21:32:18.635Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-03-24T21:32:18.956Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-03-24T21:32:19.338Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-24T21:32:19.841Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-24T21:32:19.873Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-03-24T21:32:20.077Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-24T21:32:20.433Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-03-24T21:32:20.591Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31372026-03-24T21:32:21.176Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-03-24T21:32:21.240Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-24T21:32:22.150Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31402026-03-24T21:32:22.288Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-24T21:32:22.512Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422026-03-24T21:32:23.227Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-03-24T21:32:23.685Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-24T21:32:24.034Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-03-24T21:32:24.122Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-03-24T21:32:24.153Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472026-03-24T21:32:24.285Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31482026-03-24T21:32:24.337Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31492026-03-24T21:32:24.458Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502026-03-24T21:32:24.668Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-24T21:32:24.884Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-24T21:32:24.991Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31532026-03-24T21:32:25.024Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-03-24T21:32:25.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31552026-03-24T21:32:25.516Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-03-24T21:32:25.936Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-03-24T21:32:26.160Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-24T21:32:26.623Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-24T21:32:27.319Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-24T21:32:27.956Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-24T21:32:28.223Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-24T21:32:28.567Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-24T21:32:28.786Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-24T21:32:28.888Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-03-24T21:32:29.111Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31662026-03-24T21:32:29.514Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31672026-03-24T21:32:29.663Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-03-24T21:32:30.043Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-24T21:32:30.116Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31702026-03-24T21:32:30.196Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-03-24T21:32:31.865Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-03-24T21:32:31.918Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-24T21:32:31.928Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-24T21:32:32.581Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-03-24T21:32:32.956Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-24T21:32:33.174Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-03-24T21:32:34.658Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782026-03-24T21:32:35.192Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-03-24T21:32:35.641Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-03-24T21:32:35.976Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-03-24T21:32:36.292Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-03-24T21:32:36.556Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-24T21:32:36.747Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-24T21:32:37.298Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31852026-03-24T21:32:38.555Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-03-24T21:32:39.971Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-03-24T21:32:40.799Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-24T21:32:40.829Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-03-24T21:32:41.153Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-03-24T21:32:41.950Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31912026-03-24T21:32:41.984Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-03-24T21:32:42.435Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-24T21:32:45.132Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31942026-03-24T21:32:45.732Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952026-03-24T21:32:46.459Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31962026-03-24T21:32:46.658Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31972026-03-24T21:32:48.626Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31982026-03-24T21:32:48.832Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31992026-03-24T21:32:49.009Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-03-24T21:32:49.220Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32012026-03-24T21:32:49.996Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-03-24T21:32:50.815Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-03-24T21:32:50.909Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-03-24T21:32:51.247Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32052026-03-24T21:32:51.888Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-03-24T21:32:52.228Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-24T21:32:52.259Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082026-03-24T21:32:52.471Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-24T21:32:52.503Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-24T21:32:52.882Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-03-24T21:32:53.379Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-03-24T21:32:53.670Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-24T21:32:53.808Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-03-24T21:32:54.115Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-03-24T21:32:54.267Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-03-24T21:32:54.942Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-24T21:32:55.162Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-03-24T21:32:55.819Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-03-24T21:32:56.771Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-03-24T21:32:57.375Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32212026-03-24T21:32:57.635Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-24T21:32:59.340Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-24T21:33:03.668Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-03-24T21:33:04.189Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-03-24T21:33:05.711Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-03-24T21:33:06.595Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-03-24T21:33:07.442Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-03-24T21:33:09.529Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32292026-03-24T21:33:11.154Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-03-24T21:33:12.107Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-24T21:33:13.098Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-24T21:33:14.069Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-03-24T21:33:14.902Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-03-24T21:33:16.566Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32352026-03-24T21:33:17.155Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-24T21:33:17.226Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-24T21:33:18.170Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32382026-03-24T21:33:18.204Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32392026-03-24T21:33:22.634Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-03-24T21:33:25.933Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-03-24T21:33:26.984Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-24T21:33:27.996Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-24T21:33:29.208Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32442026-03-24T21:33:30.483Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-03-24T21:33:31.441Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-03-24T21:33:32.341Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32472026-03-24T21:33:33.377Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32482026-03-24T21:33:34.356Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-03-24T21:33:35.393Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-03-24T21:33:36.443Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-03-24T21:33:37.652Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-03-24T21:33:38.490Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-24T21:33:39.467Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-03-24T21:33:40.892Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-24T21:33:44.965Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-03-24T21:33:47.924Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32572026-03-24T21:33:48.457Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-24T21:33:50.138Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32592026-03-24T21:33:51.287Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-03-24T21:33:56.037Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32612026-03-24T21:33:56.052Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-03-24T21:33:56.052Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-03-24T21:33:57.968Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32642026-03-24T21:33:59.464Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32652026-03-24T21:34:01.515Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32662026-03-24T21:34:04.458Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-03-24T21:34:05.355Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-03-24T21:34:07.328Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-03-24T21:34:09.358Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32702026-03-24T21:34:11.286Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-24T21:34:13.410Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-03-24T21:34:16.311Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32732026-03-24T21:34:17.737Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-03-24T21:34:20.390Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32752026-03-24T21:34:22.497Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32762026-03-24T21:34:27.419Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-24T21:34:29.700Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-03-24T21:34:29.932Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-03-24T21:34:32.148Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32802026-03-24T21:34:34.502Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-03-24T21:34:36.990Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32822026-03-24T21:34:39.462Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832026-03-24T21:34:42.174Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842026-03-24T21:34:44.573Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-03-24T21:34:47.373Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32862026-03-24T21:34:49.446Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32872026-03-24T21:34:51.893Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-03-24T21:34:54.297Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32892026-03-24T21:34:56.736Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-03-24T21:34:59.095Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-03-24T21:35:01.211Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-03-24T21:35:04.056Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-03-24T21:35:06.233Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-24T21:35:08.672Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32952026-03-24T21:35:11.118Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32962026-03-24T21:35:13.637Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32972026-03-24T21:35:16.136Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32982026-03-24T21:35:18.643Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32992026-03-24T21:35:21.217Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-24T21:35:23.709Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-24T21:35:26.075Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-24T21:35:29.207Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-24T21:35:31.487Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-03-24T21:35:34.067Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-24T21:35:39.756Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33062026-03-24T21:35:42.555Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33072026-03-24T21:35:45.380Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-24T21:35:48.177Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-03-24T21:35:51.007Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33102026-03-24T21:35:53.753Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33112026-03-24T21:35:56.484Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33122026-03-24T21:35:59.496Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33132026-03-24T21:36:02.239Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-24T21:36:05.006Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-03-24T21:36:08.092Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-03-24T21:36:10.495Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-03-24T21:36:13.365Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-03-24T21:36:19.228Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33192026-03-24T21:36:19.325Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-03-24T21:36:21.945Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33212026-03-24T21:36:25.031Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-03-24T21:36:27.581Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-03-24T21:36:30.644Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33242026-03-24T21:36:33.544Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33252026-03-24T21:36:36.392Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262026-03-24T21:36:39.374Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33272026-03-24T21:36:42.338Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33282026-03-24T21:36:45.349Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-03-24T21:36:48.215Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-03-24T21:36:51.392Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33312026-03-24T21:36:54.338Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33322026-03-24T21:36:57.255Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-03-24T21:37:00.519Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-03-24T21:37:03.227Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-03-24T21:37:06.263Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-03-24T21:37:09.326Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-03-24T21:37:12.426Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-03-24T21:37:15.460Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-03-24T21:37:18.561Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-03-24T21:37:21.768Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-03-24T21:37:24.819Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33422026-03-24T21:37:27.876Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-03-24T21:37:30.942Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33442026-03-24T21:37:34.051Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-03-24T21:37:37.217Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33462026-03-24T21:37:40.441Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472026-03-24T21:37:43.507Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-24T21:37:47.212Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-24T21:37:55.951Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33502026-03-24T21:37:56.081Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-03-24T21:37:59.946Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33522026-03-24T21:38:05.845Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-03-24T21:38:09.451Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33542026-03-24T21:38:13.997Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33552026-03-24T21:38:18.413Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33562026-03-24T21:38:23.027Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33572026-03-24T21:38:27.468Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33582026-03-24T21:38:32.160Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-24T21:38:36.633Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602026-03-24T21:38:41.149Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33612026-03-24T21:38:45.689Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33622026-03-24T21:38:50.315Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-03-24T21:38:55.116Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33642026-03-24T21:38:59.533Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33652026-03-24T21:39:04.090Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33662026-03-24T21:39:08.777Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33672026-03-24T21:39:13.273Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33682026-03-24T21:39:18.003Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33692026-03-24T21:39:22.548Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-24T21:39:27.110Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-24T21:39:31.703Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-24T21:40:08.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 03s
33732026-03-24T21:40:08.659Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-24T21:40:08.781Z
33752026-03-24T21:40:08.785Zreal 8:03.800590521
33762026-03-24T21:40:08.785Zuser 23:27.664213721
33772026-03-24T21:40:08.785Zsys 4:23.402700099
33782026-03-24T21:40:08.785Ztrap 0.422440368
33792026-03-24T21:40:08.785Ztflt 0.053501549
33802026-03-24T21:40:08.785Zdflt 0.045220013
33812026-03-24T21:40:08.785Zkflt 0.000016601
33822026-03-24T21:40:08.785Zlock 7:18:24.008610409
33832026-03-24T21:40:08.785Zslp 2:40:52.337898518
33842026-03-24T21:40:08.785Zlat 37.577961166
33852026-03-24T21:40:08.785Zstop 1:57.258167049
33862026-03-24T21:40:08.785Zprocess exited: duration 1068824 ms, exit code 0
 
33872026-03-24T21:40:08.793Zfound 0 output files