01KP73D55Q01VQZCNTSE1F5ZP0: clippy (helios)

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

Buildomat Job: 01KP73DGEM2TK1ASQ7PN3H2VFX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T22:58:21.957Zjob assigned to worker 01KP73DJ3DZFEC2PJCN56WRF3G [factory aws, i-0a1a5bc6c16765b82] (queued for 55 s)
 
22026-04-14T22:58:29.209Zstarting task 0: "setup"
32026-04-14T22:58:29.213Z++ uname -s
42026-04-14T22:58:29.216Z+ kern=SunOS
52026-04-14T22:58:29.216Z+ build_user=build
62026-04-14T22:58:29.216Z+ build_uid=12345
72026-04-14T22:58:29.216Z+ work_dir=/work
82026-04-14T22:58:29.217Z+ input_dir=/input
92026-04-14T22:58:29.217Z+ [[ 0 == 12345 ]]
102026-04-14T22:58:29.217Z+ case "$kern" in
112026-04-14T22:58:29.217Z+ groupadd -g 12345 build
122026-04-14T22:58:29.220Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T22:58:31.223Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T22:58:31.338Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T22:58:31.341Z+ home_fs=zfs
162026-04-14T22:58:31.341Z+ [[ zfs == autofs ]]
172026-04-14T22:58:31.341Z+ mkdir -p /home/build
182026-04-14T22:58:31.341Z+ chown build:build /home/build /work
192026-04-14T22:58:33.343Z+ chmod 0700 /home/build /work
202026-04-14T22:58:33.346Zprocess exited: duration 4137 ms, exit code 0
 
212026-04-14T22:58:33.353Zstarting task 1: "rust-toolchain"
222026-04-14T22:58:33.357Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T22:58:33.357Z * rust toolchain channel = "1.94.0"
242026-04-14T22:58:33.357Z * rust toolchain profile = "default"
252026-04-14T22:58:33.357Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-14T22:58:33.357Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T22:58:33.357Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T22:58:33.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T22:58:33.360Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T22:58:33.476Zinfo: downloading installer
312026-04-14T22:58:34.986Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T22:58:34.986Zwarn: /opt/ooce/bin
332026-04-14T22:58:34.986Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T22:58:34.986Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T22:58:34.986Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T22:58:34.986Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T22:58:34.986Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T22:58:34.986Zerror: cannot install while Rust is installed
392026-04-14T22:58:34.986Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T22:58:34.986Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T22:58:34.986Zwarn: /home/build/.rustup/settings.toml
422026-04-14T22:58:34.986Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T22:58:34.986Zwarn: instead of the one inferred from the default host triple.
442026-04-14T22:58:35.000Zinfo: profile set to default
452026-04-14T22:58:35.000Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T22:58:35.003Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T22:58:35.143Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T22:58:35.146Zinfo: downloading 6 components
492026-04-14T22:58:50.086Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T22:58:50.086Z
512026-04-14T22:58:50.115Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T22:58:50.115Z
532026-04-14T22:58:50.115Z
542026-04-14T22:58:50.115ZRust is installed now. Great!
552026-04-14T22:58:50.115Z
562026-04-14T22:58:50.118ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T22:58:50.118Zenvironment variable. This has not been done automatically.
582026-04-14T22:58:50.118Z
592026-04-14T22:58:50.118ZTo configure your current shell, you need to source
602026-04-14T22:58:50.118Zthe corresponding env file under $HOME/.cargo.
612026-04-14T22:58:50.118Z
622026-04-14T22:58:50.118ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T22:58:50.118Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T22:58:50.119Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T22:58:50.119Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T22:58:50.119Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T22:58:50.119Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T22:58:50.119Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T22:58:50.119Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T22:58:50.119Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T22:58:50.215Z+ rustup --version
722026-04-14T22:58:50.224Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T22:58:50.228Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T22:58:50.246Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T22:58:50.249Z+ cargo --version
762026-04-14T22:58:50.261Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T22:58:50.264Z+ rustc --version
782026-04-14T22:58:50.284Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T22:58:50.287Zprocess exited: duration 16932 ms, exit code 0
 
802026-04-14T22:58:50.294Zstarting task 2: "authentication"
812026-04-14T22:58:50.311Zprocess exited: duration 16 ms, exit code 0
 
822026-04-14T22:58:50.317Zstarting task 3: "clone repository"
832026-04-14T22:58:50.321Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T22:58:50.324Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T22:58:50.424ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T22:59:01.206Z+ cd /work/oxidecomputer/omicron
872026-04-14T22:59:01.210Z+ git fetch origin 96f2fef77b09182603b51c5382be964e82ba6c7d
882026-04-14T22:59:01.503ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T22:59:01.503Z * branch 96f2fef77b09182603b51c5382be964e82ba6c7d -> FETCH_HEAD
902026-04-14T22:59:01.514Z+ [[ -n sitrep-delete-better ]]
912026-04-14T22:59:01.518Z++ git branch --show-current
922026-04-14T22:59:01.518Z+ current=main
932026-04-14T22:59:01.518Z+ [[ main != sitrep-delete-better ]]
942026-04-14T22:59:01.518Z+ git branch -f sitrep-delete-better 96f2fef77b09182603b51c5382be964e82ba6c7d
952026-04-14T22:59:01.523Z+ git checkout -f sitrep-delete-better
962026-04-14T22:59:01.747ZSwitched to branch 'sitrep-delete-better'
972026-04-14T22:59:01.753Z+ git reset --hard 96f2fef77b09182603b51c5382be964e82ba6c7d
982026-04-14T22:59:01.818ZHEAD is now at 96f2fef77 put comment back
992026-04-14T22:59:01.821Zprocess exited: duration 11499 ms, exit code 0
 
1002026-04-14T22:59:01.829Zstarting task 4: "build"
1012026-04-14T22:59:01.833Z+ source ./env.sh
1022026-04-14T22:59:01.833Z++ OLD_SHELL_OPTS=ehxB
1032026-04-14T22:59:01.833Z++ set -o xtrace
1042026-04-14T22:59:01.836Z++++ dirname ./env.sh
1052026-04-14T22:59:01.840Z+++ readlink -f .
1062026-04-14T22:59:01.840Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ 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-04-14T22:59:01.840Z++ 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-04-14T22:59:01.841Z++ case $OLD_SHELL_OPTS in
1162026-04-14T22:59:01.841Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-14T22:59:01.841Z+ source .github/buildomat/ci-env.sh
1182026-04-14T22:59:01.841Z++ export CARGO_TERM_COLOR=always
1192026-04-14T22:59:01.841Z++ CARGO_TERM_COLOR=always
1202026-04-14T22:59:01.841Z+ cargo --version
1212026-04-14T22:59:01.849Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-14T22:59:01.852Z+ rustc --version
1232026-04-14T22:59:01.872Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-14T22:59:01.875Z+ banner prerequisites
1252026-04-14T22:59:01.878Z
1262026-04-14T22:59:01.878Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-14T22:59:01.878Z # # # # # # # # # # # # # # #
1282026-04-14T22:59:01.878Z # # # # ##### # # ##### # # # # # #### #
1292026-04-14T22:59:01.878Z ##### ##### # ##### # # # # # # # # #
1302026-04-14T22:59:01.878Z # # # # # # # # # # # # # # #
1312026-04-14T22:59:01.878Z # # # ###### # # ###### ### # #### # #### #
1322026-04-14T22:59:01.878Z
1332026-04-14T22:59:01.878Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-14T22:59:11.746Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-14T22:59:18.972Z Startup: Caching catalogs ... Done
1362026-04-14T22:59:24.206ZPlanning: Solver setup ... Done (3.863s)
1372026-04-14T22:59:24.234ZPlanning: Running solver ... Done (0.028s)
1382026-04-14T22:59:24.363ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-14T22:59:24.388ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-14T22:59:25.101ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-14T22:59:25.440ZPlanning: Package planning ... Done (0.339s)
1422026-04-14T22:59:25.468ZPlanning: Merging actions ... Done (0.028s)
1432026-04-14T22:59:25.659ZPlanning: Checking for conflicting actions ... Done (0.190s)
1442026-04-14T22:59:25.666ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-14T22:59:26.321ZPlanning: Evaluating mediators ... Done (0.654s)
1462026-04-14T22:59:26.327ZPlanning: Planning completed in 7.19 seconds
1472026-04-14T22:59:26.338Z Packages to install: 4
1482026-04-14T22:59:26.342Z Mediators to change: 2
1492026-04-14T22:59:26.342Z Services to change: 1
1502026-04-14T22:59:26.342Z Estimated space available: 155.35 GB
1512026-04-14T22:59:26.342ZEstimated space to be consumed: 1.85 GB
1522026-04-14T22:59:26.342Z Create boot environment: No
1532026-04-14T22:59:26.342ZCreate backup boot environment: No
1542026-04-14T22:59:26.342Z Rebuild boot archive: No
1552026-04-14T22:59:26.342Z
1562026-04-14T22:59:26.342ZChanged mediators:
1572026-04-14T22:59:26.342Z mediator clang:
1582026-04-14T22:59:26.342Z version: None -> 15 (system default)
1592026-04-14T22:59:26.342Z
1602026-04-14T22:59:26.342Z mediator llvm:
1612026-04-14T22:59:26.342Z version: 14 (system default) -> 15 (system default)
1622026-04-14T22:59:26.342Z
1632026-04-14T22:59:26.342ZChanged packages:
1642026-04-14T22:59:26.342Zhelios-dev
1652026-04-14T22:59:26.342Z developer/build-essential
1662026-04-14T22:59:26.342Z None -> 11-2.0
1672026-04-14T22:59:26.342Z library/libxmlsec1
1682026-04-14T22:59:26.342Z None -> 1.2.35-2.0
1692026-04-14T22:59:26.342Z ooce/developer/clang-15
1702026-04-14T22:59:26.342Z None -> 15.0.7-2.0
1712026-04-14T22:59:26.342Z ooce/developer/llvm-15
1722026-04-14T22:59:26.342Z None -> 15.0.7-2.0
1732026-04-14T22:59:26.342Z
1742026-04-14T22:59:26.342ZServices:
1752026-04-14T22:59:26.342Z restart_fmri:
1762026-04-14T22:59:26.342Z svc:/system/update-man-index:default
1772026-04-14T22:59:26.393Z
1782026-04-14T22:59:26.393ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-14T22:59:31.394ZDownload: 550/3290 items 17.1/212.6MB 8% complete (3.5M/s)
1802026-04-14T22:59:39.754ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (11.4M/s)
1812026-04-14T22:59:45.158ZDownload: 3282/3290 items 211.4/212.6MB 99% complete (13.4M/s)
1822026-04-14T22:59:45.195ZDownload: Completed 212.60 MB in 18.80 seconds (11.3M/s)
1832026-04-14T22:59:45.436Z Actions: 1/3689 actions (Installing new actions)
1842026-04-14T22:59:48.656Z Actions: Completed 3689 actions in 3.22 seconds.
1852026-04-14T22:59:48.967Z Done (0.307s)
1862026-04-14T22:59:48.967Z Done (0.000s)
1872026-04-14T22:59:49.692Z Done (0.724s)
1882026-04-14T22:59:53.048Z Done (3.009s)
1892026-04-14T22:59:53.121Z Done (0.012s)
1902026-04-14T22:59:53.124Z Done (0.000s)
1912026-04-14T22:59:53.441Z Done (0.000s)
1922026-04-14T22:59:54.309ZPlanning: Evaluating mediator changes ... Done
1932026-04-14T22:59:54.421ZPlanning: Checking for conflicting actions ... Done
1942026-04-14T22:59:54.424ZPlanning: Consolidating action changes ... Done
1952026-04-14T22:59:54.586ZPlanning: Evaluating mediators ... Done
1962026-04-14T22:59:54.590ZPlanning: Planning completed in 0.28 seconds
1972026-04-14T22:59:54.608Z Mediators to change: 2
1982026-04-14T22:59:54.608Z Create boot environment: No
1992026-04-14T22:59:54.608ZCreate backup boot environment: No
2002026-04-14T22:59:54.681Z Done
2012026-04-14T22:59:54.681Z Done
2022026-04-14T22:59:55.304Z Done
2032026-04-14T22:59:57.841Z Done
2042026-04-14T22:59:57.915Z Done
2052026-04-14T22:59:57.919Z Done
2062026-04-14T22:59:58.061Z Done
2072026-04-14T22:59:58.461ZPlanning: Evaluating mediator changes ... Done
2082026-04-14T22:59:58.464ZPlanning: Merging actions ... Done
2092026-04-14T22:59:58.610ZPlanning: Checking for conflicting actions ... Done
2102026-04-14T22:59:58.613ZPlanning: Consolidating action changes ... Done
2112026-04-14T22:59:58.752ZPlanning: Evaluating mediators ... Done
2122026-04-14T22:59:58.780ZPlanning: Planning completed in 0.46 seconds
2132026-04-14T22:59:58.802Z Packages to change: 1
2142026-04-14T22:59:58.802Z Mediators to change: 1
2152026-04-14T22:59:58.802Z Services to change: 1
2162026-04-14T22:59:58.802Z Create boot environment: No
2172026-04-14T22:59:58.802ZCreate backup boot environment: Yes
2182026-04-14T23:00:01.212Z Actions: 1/6 actions (Updating modified actions)
2192026-04-14T23:00:01.217Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-14T23:00:01.217Z Done
2212026-04-14T23:00:01.217Z Done
2222026-04-14T23:00:01.354Z Done
2232026-04-14T23:00:03.977Z Done
2242026-04-14T23:00:04.055Z Done
2252026-04-14T23:00:04.059Z Done
2262026-04-14T23:00:04.221Z Done
2272026-04-14T23:00:04.504ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-14T23:00:04.504Zclang system 15 system
2292026-04-14T23:00:04.504Zcsh system system illumos
2302026-04-14T23:00:04.504Zctags system system illumos
2312026-04-14T23:00:04.504Zfile system system illumos
2322026-04-14T23:00:04.504Zgcc vendor 12 vendor
2332026-04-14T23:00:04.504Zgcc system 14 system
2342026-04-14T23:00:04.504Zgcc system 10 system
2352026-04-14T23:00:04.504Zgo system 1.20 system
2362026-04-14T23:00:04.504Zgo system 1.19 system
2372026-04-14T23:00:04.504Zllvm system 15 system
2382026-04-14T23:00:04.504Zllvm system 14 system
2392026-04-14T23:00:04.504Zmariadb system 10.6 system
2402026-04-14T23:00:04.504Zmta vendor vendor dma
2412026-04-14T23:00:04.504Zopenjdk system 17 system
2422026-04-14T23:00:04.504Zopenjdk system 11 system
2432026-04-14T23:00:04.504Zopenjdk system 1.8 system
2442026-04-14T23:00:04.505Zopenssl vendor 3 vendor
2452026-04-14T23:00:04.505Zperl system 5.36 system
2462026-04-14T23:00:04.505Zpostgresql system 15 system
2472026-04-14T23:00:04.505Zpostgresql system 13 system
2482026-04-14T23:00:04.505Zpython vendor 3 vendor
2492026-04-14T23:00:04.505Zpython system 2 system
2502026-04-14T23:00:04.505Zpython3 system 3.11 system
2512026-04-14T23:00:04.505Zruby system 3.0 system
2522026-04-14T23:00:04.505Zwords vendor vendor american-english
2532026-04-14T23:00:04.505Zwords system system australian-english
2542026-04-14T23:00:04.505Zwords system system british-english
2552026-04-14T23:00:04.505Zwords system system canadian-english
2562026-04-14T23:00:04.505Zwords system system french
2572026-04-14T23:00:04.505Zwords system system italian
2582026-04-14T23:00:04.505Zwords system system ngerman
2592026-04-14T23:00:04.505Zwords system system ogerman
2602026-04-14T23:00:04.505Zwords system system spanish
2612026-04-14T23:00:04.730ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-14T23:00:04.730Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-14T23:00:09.274ZFMRI IFO
2642026-04-14T23:00:09.275Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-14T23:00:09.275Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-14T23:00:09.275Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-14T23:00:09.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-14T23:00:09.275Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-14T23:00:09.275Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-14T23:00:09.275Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-14T23:00:09.275Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-14T23:00:09.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-14T23:00:09.275Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-14T23:00:09.276Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-14T23:00:09.276Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-14T23:00:09.276Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-14T23:00:09.276Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-14T23:00:09.276Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-14T23:00:09.276Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-14T23:00:10.390Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-14T23:00:10.664Z Updating crates.io index
2822026-04-14T23:00:10.675Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-14T23:00:10.960Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-14T23:00:11.754Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-14T23:00:12.371Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-04-14T23:00:13.188Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-04-14T23:00:13.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-14T23:00:15.047Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-14T23:00:16.388Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-14T23:00:17.051Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-14T23:00:17.540Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-14T23:00:18.302Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-14T23:00:18.698Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-14T23:00:19.161Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-14T23:00:19.621Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-14T23:00:20.514Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-14T23:00:21.023Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-14T23:00:21.388Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-14T23:00:21.865Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-14T23:00:22.164Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-14T23:00:22.493Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-14T23:00:22.731Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-14T23:00:23.001Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-14T23:00:23.379Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-14T23:00:23.718Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-14T23:00:24.279Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-14T23:00:24.747Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-14T23:00:25.261Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-14T23:00:25.546Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-14T23:00:26.438Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-14T23:00:27.096Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-14T23:00:27.704Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-14T23:00:28.020Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-14T23:00:28.375Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-14T23:00:28.802Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-14T23:00:29.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-14T23:00:29.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-14T23:00:29.757Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-14T23:00:30.018Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-14T23:00:30.359Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-14T23:00:42.083Z Downloading crates ...
3222026-04-14T23:00:42.129Z Downloaded anstream v0.6.21
3232026-04-14T23:00:42.134Z Downloaded anstyle-parse v0.2.7
3242026-04-14T23:00:42.141Z Downloaded memmap v0.7.0
3252026-04-14T23:00:42.146Z Downloaded icu_normalizer_data v2.1.1
3262026-04-14T23:00:42.152Z Downloaded pest v2.8.6
3272026-04-14T23:00:42.163Z Downloaded generic-array v0.14.7
3282026-04-14T23:00:42.163Z Downloaded form_urlencoded v1.2.2
3292026-04-14T23:00:42.163Z Downloaded usdt-impl v0.5.0
3302026-04-14T23:00:42.163Z Downloaded icu_provider v2.1.1
3312026-04-14T23:00:42.168Z Downloaded errno v0.3.14
3322026-04-14T23:00:42.168Z Downloaded erased-serde v0.4.9
3332026-04-14T23:00:42.168Z Downloaded is_terminal_polyfill v1.70.2
3342026-04-14T23:00:42.171Z Downloaded version_check v0.9.5
3352026-04-14T23:00:42.171Z Downloaded macaddr v1.0.1
3362026-04-14T23:00:42.171Z Downloaded usdt-attr-macro v0.5.0
3372026-04-14T23:00:42.171Z Downloaded thiserror-impl v2.0.18
3382026-04-14T23:00:42.171Z Downloaded unicode-width v0.1.14
3392026-04-14T23:00:42.176Z Downloaded log v0.4.29
3402026-04-14T23:00:42.179Z Downloaded serde-value v0.7.0
3412026-04-14T23:00:42.179Z Downloaded zerocopy-derive v0.7.35
3422026-04-14T23:00:42.182Z Downloaded cargo_metadata v0.21.0
3432026-04-14T23:00:42.182Z Downloaded utf8parse v0.2.2
3442026-04-14T23:00:42.186Z Downloaded bitflags v2.11.0
3452026-04-14T23:00:42.189Z Downloaded yoke v0.8.1
3462026-04-14T23:00:42.189Z Downloaded plain v0.2.3
3472026-04-14T23:00:42.189Z Downloaded ordered-float v2.10.1
3482026-04-14T23:00:42.189Z Downloaded getrandom v0.4.1
3492026-04-14T23:00:42.193Z Downloaded tinystr v0.8.2
3502026-04-14T23:00:42.193Z Downloaded yoke-derive v0.8.1
3512026-04-14T23:00:42.193Z Downloaded utf8_iter v1.0.4
3522026-04-14T23:00:42.196Z Downloaded clap_lex v1.0.0
3532026-04-14T23:00:42.197Z Downloaded usdt-macro v0.5.0
3542026-04-14T23:00:42.197Z Downloaded usdt v0.5.0
3552026-04-14T23:00:42.197Z Downloaded typeid v1.0.3
3562026-04-14T23:00:42.197Z Downloaded toml_datetime v0.6.11
3572026-04-14T23:00:42.197Z Downloaded thiserror-impl v1.0.69
3582026-04-14T23:00:42.201Z Downloaded equivalent v1.0.2
3592026-04-14T23:00:42.201Z Downloaded dtrace-parser v0.2.0
3602026-04-14T23:00:42.202Z Downloaded serde_spanned v0.6.9
3612026-04-14T23:00:42.202Z Downloaded thread-id v4.2.2
3622026-04-14T23:00:42.202Z Downloaded idna_adapter v1.2.1
3632026-04-14T23:00:42.205Z Downloaded fastrand v2.3.0
3642026-04-14T23:00:42.205Z Downloaded unicode-xid v0.2.6
3652026-04-14T23:00:42.205Z Downloaded serde_derive v1.0.228
3662026-04-14T23:00:42.208Z Downloaded num-traits v0.2.19
3672026-04-14T23:00:42.211Z Downloaded pest_meta v2.8.6
3682026-04-14T23:00:42.211Z Downloaded terminal_size v0.4.3
3692026-04-14T23:00:42.212Z Downloaded tabled_derive v0.7.0
3702026-04-14T23:00:42.212Z Downloaded fnv v1.0.7
3712026-04-14T23:00:42.215Z Downloaded cpufeatures v0.2.17
3722026-04-14T23:00:42.215Z Downloaded thiserror v2.0.18
3732026-04-14T23:00:42.220Z Downloaded zerofrom v0.1.6
3742026-04-14T23:00:42.220Z Downloaded toml v0.8.23
3752026-04-14T23:00:42.220Z Downloaded heck v0.4.1
3762026-04-14T23:00:42.220Z Downloaded cargo-platform v0.2.0
3772026-04-14T23:00:42.220Z Downloaded icu_normalizer v2.1.1
3782026-04-14T23:00:42.226Z Downloaded zmij v1.0.21
3792026-04-14T23:00:42.226Z Downloaded dof v0.3.0
3802026-04-14T23:00:42.226Z Downloaded zerovec-derive v0.11.2
3812026-04-14T23:00:42.226Z Downloaded zerotrie v0.2.3
3822026-04-14T23:00:42.230Z Downloaded potential_utf v0.1.4
3832026-04-14T23:00:42.230Z Downloaded serde_tokenstream v0.2.3
3842026-04-14T23:00:42.230Z Downloaded litemap v0.8.1
3852026-04-14T23:00:42.230Z Downloaded toml_write v0.1.2
3862026-04-14T23:00:42.230Z Downloaded zerofrom-derive v0.1.6
3872026-04-14T23:00:42.235Z Downloaded proc-macro-error-attr v1.0.4
3882026-04-14T23:00:42.235Z Downloaded unicode-linebreak v0.1.5
3892026-04-14T23:00:42.235Z Downloaded scroll_derive v0.12.1
3902026-04-14T23:00:42.235Z Downloaded pretty-hex v0.4.1
3912026-04-14T23:00:42.235Z Downloaded strsim v0.11.1
3922026-04-14T23:00:42.235Z Downloaded ucd-trie v0.1.7
3932026-04-14T23:00:42.235Z Downloaded thiserror v1.0.69
3942026-04-14T23:00:42.239Z Downloaded writeable v0.6.2
3952026-04-14T23:00:42.239Z Downloaded textwrap v0.16.2
3962026-04-14T23:00:42.243Z Downloaded block-buffer v0.10.4
3972026-04-14T23:00:42.243Z Downloaded unicode-ident v1.0.24
3982026-04-14T23:00:42.243Z Downloaded typenum v1.19.0
3992026-04-14T23:00:42.247Z Downloaded url v2.5.8
4002026-04-14T23:00:42.247Z Downloaded percent-encoding v2.3.2
4012026-04-14T23:00:42.247Z Downloaded crypto-common v0.1.7
4022026-04-14T23:00:42.247Z Downloaded anstyle-query v1.1.5
4032026-04-14T23:00:42.247Z Downloaded stable_deref_trait v1.2.1
4042026-04-14T23:00:42.247Z Downloaded swrite v0.1.0
4052026-04-14T23:00:42.247Z Downloaded itoa v1.0.17
4062026-04-14T23:00:42.251Z Downloaded heck v0.5.0
4072026-04-14T23:00:42.254Z Downloaded colorchoice v1.0.4
4082026-04-14T23:00:42.254Z Downloaded smawk v0.3.2
4092026-04-14T23:00:42.254Z Downloaded toml_edit v0.22.27
4102026-04-14T23:00:42.258Z Downloaded zerovec v0.11.5
4112026-04-14T23:00:42.261Z Downloaded zerocopy v0.7.35
4122026-04-14T23:00:42.267Z Downloaded cfg-if v1.0.4
4132026-04-14T23:00:42.273Z Downloaded quote v1.0.44
4142026-04-14T23:00:42.273Z Downloaded winnow v0.7.14
4152026-04-14T23:00:42.276Z Downloaded displaydoc v0.2.5
4162026-04-14T23:00:42.277Z Downloaded pest_derive v2.8.6
4172026-04-14T23:00:42.277Z Downloaded unicode-width v0.2.0
4182026-04-14T23:00:42.281Z Downloaded sha2 v0.10.9
4192026-04-14T23:00:42.285Z Downloaded proc-macro-error v1.0.4
4202026-04-14T23:00:42.285Z Downloaded semver v1.0.27
4212026-04-14T23:00:42.285Z Downloaded scroll v0.12.0
4222026-04-14T23:00:42.285Z Downloaded digest v0.10.7
4232026-04-14T23:00:42.285Z Downloaded autocfg v1.5.0
4242026-04-14T23:00:42.289Z Downloaded bytecount v0.6.9
4252026-04-14T23:00:42.289Z Downloaded byteorder v1.5.0
4262026-04-14T23:00:42.289Z Downloaded serde-untagged v0.1.9
4272026-04-14T23:00:42.295Z Downloaded synstructure v0.13.2
4282026-04-14T23:00:42.295Z Downloaded once_cell v1.21.3
4292026-04-14T23:00:42.309Z Downloaded fs-err v3.3.0
4302026-04-14T23:00:42.309Z Downloaded cargo_toml v0.21.0
4312026-04-14T23:00:42.310Z Downloaded smallvec v1.15.1
4322026-04-14T23:00:42.310Z Downloaded clap_derive v4.5.55
4332026-04-14T23:00:42.310Z Downloaded anstyle v1.0.13
4342026-04-14T23:00:42.372Z Downloaded icu_properties v2.1.2
4352026-04-14T23:00:42.372Z Downloaded camino-tempfile v1.4.1
4362026-04-14T23:00:42.372Z Downloaded tempfile v3.25.0
4372026-04-14T23:00:42.372Z Downloaded cargo-util-schemas v0.8.2
4382026-04-14T23:00:42.372Z Downloaded pest_generator v2.8.6
4392026-04-14T23:00:42.384Z Downloaded anyhow v1.0.102
4402026-04-14T23:00:42.384Z Downloaded camino v1.2.2
4412026-04-14T23:00:42.384Z Downloaded clap v4.5.60
4422026-04-14T23:00:42.384Z Downloaded proc-macro2 v1.0.106
4432026-04-14T23:00:42.384Z Downloaded papergrid v0.11.0
4442026-04-14T23:00:42.384Z Downloaded serde_core v1.0.228
4452026-04-14T23:00:42.384Z Downloaded memchr v2.8.0
4462026-04-14T23:00:42.384Z Downloaded icu_locale_core v2.1.1
4472026-04-14T23:00:42.384Z Downloaded serde v1.0.228
4482026-04-14T23:00:42.384Z Downloaded icu_collections v2.1.1
4492026-04-14T23:00:42.384Z Downloaded serde_json v1.0.149
4502026-04-14T23:00:42.388Z Downloaded indexmap v2.13.0
4512026-04-14T23:00:42.416Z Downloaded idna v1.1.0
4522026-04-14T23:00:42.421Z Downloaded hashbrown v0.16.1
4532026-04-14T23:00:42.424Z Downloaded clap_builder v4.5.60
4542026-04-14T23:00:42.424Z Downloaded icu_properties_data v2.1.2
4552026-04-14T23:00:42.429Z Downloaded goblin v0.8.2
4562026-04-14T23:00:42.432Z Downloaded tabled v0.15.0
4572026-04-14T23:00:42.441Z Downloaded syn v1.0.109
4582026-04-14T23:00:42.454Z Downloaded syn v2.0.117
4592026-04-14T23:00:42.467Z Downloaded rustix v1.1.3
4602026-04-14T23:00:42.492Z Downloaded libc v0.2.180
4612026-04-14T23:00:42.560Z Compiling proc-macro2 v1.0.106
4622026-04-14T23:00:42.560Z Compiling quote v1.0.44
4632026-04-14T23:00:42.560Z Compiling unicode-ident v1.0.24
4642026-04-14T23:00:42.560Z Compiling serde_core v1.0.228
4652026-04-14T23:00:42.565Z Compiling libc v0.2.180
4662026-04-14T23:00:42.565Z Compiling version_check v0.9.5
4672026-04-14T23:00:42.565Z Compiling serde v1.0.228
4682026-04-14T23:00:42.565Z Compiling stable_deref_trait v1.2.1
4692026-04-14T23:00:42.890Z Compiling memchr v2.8.0
4702026-04-14T23:00:42.904Z Compiling zmij v1.0.21
4712026-04-14T23:00:43.119Z Compiling ucd-trie v0.1.7
4722026-04-14T23:00:43.218Z Compiling itoa v1.0.17
4732026-04-14T23:00:43.417Z Compiling thiserror v1.0.69
4742026-04-14T23:00:43.430Z Compiling autocfg v1.5.0
4752026-04-14T23:00:43.516Z Compiling pest v2.8.6
4762026-04-14T23:00:43.537Z Compiling writeable v0.6.2
4772026-04-14T23:00:43.551Z Compiling litemap v0.8.1
4782026-04-14T23:00:43.729Z Compiling icu_properties_data v2.1.2
4792026-04-14T23:00:43.748Z Compiling rustix v1.1.3
4802026-04-14T23:00:43.889Z Compiling byteorder v1.5.0
4812026-04-14T23:00:43.912Z Compiling icu_normalizer_data v2.1.1
4822026-04-14T23:00:44.110Z Compiling syn v2.0.117
4832026-04-14T23:00:44.214Z Compiling errno v0.3.14
4842026-04-14T23:00:44.233Z Compiling serde_json v1.0.149
4852026-04-14T23:00:44.371Z Compiling bitflags v2.11.0
4862026-04-14T23:00:44.492Z Compiling num-traits v0.2.19
4872026-04-14T23:00:44.552Z Compiling pest_meta v2.8.6
4882026-04-14T23:00:44.616Z Compiling typeid v1.0.3
4892026-04-14T23:00:44.773Z Compiling hashbrown v0.16.1
4902026-04-14T23:00:44.881Z Compiling equivalent v1.0.2
4912026-04-14T23:00:44.899Z Compiling smallvec v1.15.1
4922026-04-14T23:00:45.072Z Compiling thread-id v4.2.2
4932026-04-14T23:00:45.115Z Compiling usdt-impl v0.5.0
4942026-04-14T23:00:45.157Z Compiling proc-macro-error-attr v1.0.4
4952026-04-14T23:00:45.227Z Compiling winnow v0.7.14
4962026-04-14T23:00:45.332Z Compiling indexmap v2.13.0
4972026-04-14T23:00:45.351Z Compiling syn v1.0.109
4982026-04-14T23:00:45.478Z Compiling erased-serde v0.4.9
4992026-04-14T23:00:45.684Z Compiling toml_write v0.1.2
5002026-04-14T23:00:45.981Z Compiling proc-macro-error v1.0.4
5012026-04-14T23:00:46.004Z Compiling thiserror v2.0.18
5022026-04-14T23:00:46.167Z Compiling camino v1.2.2
5032026-04-14T23:00:46.225Z Compiling getrandom v0.4.1
5042026-04-14T23:00:46.340Z Compiling log v0.4.29
5052026-04-14T23:00:46.373Z Compiling utf8_iter v1.0.4
5062026-04-14T23:00:46.456Z Compiling plain v0.2.3
5072026-04-14T23:00:46.496Z Compiling utf8parse v0.2.2
5082026-04-14T23:00:46.536Z Compiling percent-encoding v2.3.2
5092026-04-14T23:00:46.571Z Compiling ordered-float v2.10.1
5102026-04-14T23:00:46.607Z Compiling anstyle-parse v0.2.7
5112026-04-14T23:00:46.721Z Compiling form_urlencoded v1.2.2
5122026-04-14T23:00:46.747Z Compiling synstructure v0.13.2
5132026-04-14T23:00:46.765Z Compiling pest_generator v2.8.6
5142026-04-14T23:00:46.905Z Compiling terminal_size v0.4.3
5152026-04-14T23:00:47.050Z Compiling anstyle-query v1.1.5
5162026-04-14T23:00:47.150Z Compiling colorchoice v1.0.4
5172026-04-14T23:00:47.169Z Compiling pretty-hex v0.4.1
5182026-04-14T23:00:47.218Z Compiling anstyle v1.0.13
5192026-04-14T23:00:47.253Z Compiling is_terminal_polyfill v1.70.2
5202026-04-14T23:00:47.271Z Compiling cfg-if v1.0.4
5212026-04-14T23:00:47.311Z Compiling serde-untagged v0.1.9
5222026-04-14T23:00:47.443Z Compiling anstream v0.6.21
5232026-04-14T23:00:47.462Z Compiling semver v1.0.27
5242026-04-14T23:00:47.521Z Compiling fs-err v3.3.0
5252026-04-14T23:00:47.552Z Compiling anyhow v1.0.102
5262026-04-14T23:00:47.711Z Compiling heck v0.5.0
5272026-04-14T23:00:47.751Z Compiling clap_lex v1.0.0
5282026-04-14T23:00:47.770Z Compiling heck v0.4.1
5292026-04-14T23:00:47.793Z Compiling strsim v0.11.1
5302026-04-14T23:00:47.856Z Compiling unicode-width v0.1.14
5312026-04-14T23:00:47.981Z Compiling fastrand v2.3.0
5322026-04-14T23:00:48.004Z Compiling fnv v1.0.7
5332026-04-14T23:00:48.106Z Compiling unicode-xid v0.2.6
5342026-04-14T23:00:48.135Z Compiling bytecount v0.6.9
5352026-04-14T23:00:48.135Z Compiling once_cell v1.21.3
5362026-04-14T23:00:48.234Z Compiling clap_builder v4.5.60
5372026-04-14T23:00:48.253Z Compiling papergrid v0.11.0
5382026-04-14T23:00:48.348Z Compiling tempfile v3.25.0
5392026-04-14T23:00:48.393Z Compiling memmap v0.7.0
5402026-04-14T23:00:48.422Z Compiling serde_derive v1.0.228
5412026-04-14T23:00:48.490Z Compiling zerofrom-derive v0.1.6
5422026-04-14T23:00:48.575Z Compiling yoke-derive v0.8.1
5432026-04-14T23:00:48.726Z Compiling zerovec-derive v0.11.2
5442026-04-14T23:00:48.862Z Compiling displaydoc v0.2.5
5452026-04-14T23:00:49.653Z Compiling thiserror-impl v1.0.69
5462026-04-14T23:00:49.725Z Compiling zerocopy-derive v0.7.35
5472026-04-14T23:00:49.782Z Compiling pest_derive v2.8.6
5482026-04-14T23:00:49.839Z Compiling scroll_derive v0.12.1
5492026-04-14T23:00:49.888Z Compiling zerofrom v0.1.6
5502026-04-14T23:00:50.022Z Compiling yoke v0.8.1
5512026-04-14T23:00:50.180Z Compiling thiserror-impl v2.0.18
5522026-04-14T23:00:50.217Z Compiling zerovec v0.11.5
5532026-04-14T23:00:50.501Z Compiling zerotrie v0.2.3
5542026-04-14T23:00:50.569Z Compiling zerocopy v0.7.35
5552026-04-14T23:00:50.743Z Compiling tinystr v0.8.2
5562026-04-14T23:00:50.807Z Compiling potential_utf v0.1.4
5572026-04-14T23:00:50.948Z Compiling icu_locale_core v2.1.1
5582026-04-14T23:00:50.979Z Compiling icu_collections v2.1.1
5592026-04-14T23:00:51.035Z Compiling dtrace-parser v0.2.0
5602026-04-14T23:00:51.123Z Compiling scroll v0.12.0
5612026-04-14T23:00:51.307Z Compiling tabled_derive v0.7.0
5622026-04-14T23:00:51.395Z Compiling goblin v0.8.2
5632026-04-14T23:00:51.457Z Compiling clap_derive v4.5.55
5642026-04-14T23:00:51.630Z Compiling icu_provider v2.1.1
5652026-04-14T23:00:51.789Z Compiling unicode-width v0.2.0
5662026-04-14T23:00:51.820Z Compiling unicode-linebreak v0.1.5
5672026-04-14T23:00:51.930Z Compiling icu_properties v2.1.2
5682026-04-14T23:00:51.935Z Compiling icu_normalizer v2.1.1
5692026-04-14T23:00:51.967Z Compiling serde_spanned v0.6.9
5702026-04-14T23:00:52.063Z Compiling toml_datetime v0.6.11
5712026-04-14T23:00:52.063Z Compiling dof v0.3.0
5722026-04-14T23:00:52.118Z Compiling serde_tokenstream v0.2.3
5732026-04-14T23:00:52.205Z Compiling serde-value v0.7.0
5742026-04-14T23:00:52.348Z Compiling toml_edit v0.22.27
5752026-04-14T23:00:52.465Z Compiling cargo-platform v0.2.0
5762026-04-14T23:00:52.490Z Compiling smawk v0.3.2
5772026-04-14T23:00:52.588Z Compiling tabled v0.15.0
5782026-04-14T23:00:52.626Z Compiling textwrap v0.16.2
5792026-04-14T23:00:52.742Z Compiling macaddr v1.0.1
5802026-04-14T23:00:52.976Z Compiling idna_adapter v1.2.1
5812026-04-14T23:00:53.043Z Compiling camino-tempfile v1.4.1
5822026-04-14T23:00:53.060Z Compiling usdt-attr-macro v0.5.0
5832026-04-14T23:00:53.087Z Compiling usdt-macro v0.5.0
5842026-04-14T23:00:53.117Z Compiling idna v1.1.0
5852026-04-14T23:00:53.206Z Compiling clap v4.5.60
5862026-04-14T23:00:53.582Z Compiling url v2.5.8
5872026-04-14T23:00:53.711Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-04-14T23:00:53.732Z Compiling swrite v0.1.0
5892026-04-14T23:00:53.770Z Compiling toml v0.8.23
5902026-04-14T23:00:54.342Z Compiling cargo-util-schemas v0.8.2
5912026-04-14T23:00:54.359Z Compiling cargo_toml v0.21.0
5922026-04-14T23:00:54.470Z Compiling usdt v0.5.0
5932026-04-14T23:00:55.221Z Compiling cargo_metadata v0.21.0
5942026-04-14T23:00:56.184Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-14T23:00:58.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.06s
5962026-04-14T23:00:58.523Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-14T23:00:59.102Z Downloading crates ...
5982026-04-14T23:00:59.193Z Downloaded adler2 v2.0.1
5992026-04-14T23:00:59.198Z Downloaded bitfield-macros v0.19.4
6002026-04-14T23:00:59.208Z Downloaded async-recursion v1.1.1
6012026-04-14T23:00:59.212Z Downloaded chacha20 v0.10.0
6022026-04-14T23:00:59.212Z Downloaded base16ct v1.0.0
6032026-04-14T23:00:59.219Z Downloaded cookie_store v0.22.1
6042026-04-14T23:00:59.223Z Downloaded enum-as-inner v0.6.1
6052026-04-14T23:00:59.223Z Downloaded cbc v0.1.2
6062026-04-14T23:00:59.223Z Downloaded downcast-rs v2.0.2
6072026-04-14T23:00:59.226Z Downloaded const-oid v0.9.6
6082026-04-14T23:00:59.233Z Downloaded fatfs v0.3.6
6092026-04-14T23:00:59.236Z Downloaded ena v0.14.4
6102026-04-14T23:00:59.236Z Downloaded base16ct v0.2.0
6112026-04-14T23:00:59.236Z Downloaded derive_more v0.99.20
6122026-04-14T23:00:59.239Z Downloaded curve25519-dalek-derive v0.1.1
6132026-04-14T23:00:59.239Z Downloaded crc8 v0.1.1
6142026-04-14T23:00:59.239Z Downloaded base64ct v1.8.3
6152026-04-14T23:00:59.244Z Downloaded csv-core v0.1.13
6162026-04-14T23:00:59.244Z Downloaded crc32fast v1.5.0
6172026-04-14T23:00:59.247Z Downloaded daft v0.1.5
6182026-04-14T23:00:59.247Z Downloaded backoff v0.4.0
6192026-04-14T23:00:59.248Z Downloaded foreign-types-shared v0.1.1
6202026-04-14T23:00:59.251Z Downloaded bitvec v1.0.1
6212026-04-14T23:00:59.258Z Downloaded elliptic-curve v0.13.8
6222026-04-14T23:00:59.262Z Downloaded aead v0.5.2
6232026-04-14T23:00:59.262Z Downloaded cfg_aliases v0.1.1
6242026-04-14T23:00:59.265Z Downloaded bcrypt-pbkdf v0.10.0
6252026-04-14T23:00:59.265Z Downloaded data-encoding v2.10.0
6262026-04-14T23:00:59.265Z Downloaded daft-derive v0.1.5
6272026-04-14T23:00:59.269Z Downloaded crucible-workspace-hack v0.1.0
6282026-04-14T23:00:59.269Z Downloaded cargo-platform v0.1.9
6292026-04-14T23:00:59.269Z Downloaded ctr v0.9.2
6302026-04-14T23:00:59.269Z Downloaded castaway v0.2.4
6312026-04-14T23:00:59.274Z Downloaded atty v0.2.14
6322026-04-14T23:00:59.274Z Downloaded dropshot_endpoint v0.16.7
6332026-04-14T23:00:59.274Z Downloaded flagset v0.4.7
6342026-04-14T23:00:59.280Z Downloaded ciborium-io v0.2.2
6352026-04-14T23:00:59.280Z Downloaded backon v1.6.0
6362026-04-14T23:00:59.283Z Downloaded ciborium-ll v0.2.2
6372026-04-14T23:00:59.287Z Downloaded bitfield-struct v0.6.2
6382026-04-14T23:00:59.287Z Downloaded embedded-io v0.4.0
6392026-04-14T23:00:59.287Z Downloaded darling_macro v0.23.0
6402026-04-14T23:00:59.292Z Downloaded cargo_metadata v0.19.2
6412026-04-14T23:00:59.292Z Downloaded dyn-clone v1.0.20
6422026-04-14T23:00:59.292Z Downloaded bcs v0.1.6
6432026-04-14T23:00:59.292Z Downloaded base64 v0.22.1
6442026-04-14T23:00:59.296Z Downloaded fd-lock v4.0.4
6452026-04-14T23:00:59.296Z Downloaded convert_case v0.4.0
6462026-04-14T23:00:59.300Z Downloaded foreign-types-macros v0.2.3
6472026-04-14T23:00:59.300Z Downloaded dunce v1.0.5
6482026-04-14T23:00:59.300Z Downloaded cobs v0.3.0
6492026-04-14T23:00:59.300Z Downloaded fixedbitset v0.4.2
6502026-04-14T23:00:59.303Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-04-14T23:00:59.303Z Downloaded env_filter v1.0.0
6522026-04-14T23:00:59.303Z Downloaded ascii-canvas v3.0.0
6532026-04-14T23:00:59.303Z Downloaded cancel-safe-futures v0.1.5
6542026-04-14T23:00:59.307Z Downloaded dtrace-parser v0.3.0
6552026-04-14T23:00:59.307Z Downloaded atomicwrites v0.4.4
6562026-04-14T23:00:59.307Z Downloaded async-stream v0.3.6
6572026-04-14T23:00:59.315Z Downloaded dof v0.4.0
6582026-04-14T23:00:59.315Z Downloaded darling_macro v0.21.3
6592026-04-14T23:00:59.315Z Downloaded bit-set v0.8.0
6602026-04-14T23:00:59.315Z Downloaded float-cmp v0.10.0
6612026-04-14T23:00:59.315Z Downloaded dirs-next v2.0.0
6622026-04-14T23:00:59.327Z Downloaded debug-ignore v1.0.5
6632026-04-14T23:00:59.327Z Downloaded document-features v0.2.12
6642026-04-14T23:00:59.327Z Downloaded crunchy v0.2.4
6652026-04-14T23:00:59.327Z Downloaded assert_matches v1.5.0
6662026-04-14T23:00:59.327Z Downloaded fallible-iterator v0.2.0
6672026-04-14T23:00:59.327Z Downloaded ff v0.13.1
6682026-04-14T23:00:59.332Z Downloaded diesel-dtrace v0.5.0
6692026-04-14T23:00:59.332Z Downloaded crossbeam-utils v0.8.21
6702026-04-14T23:00:59.333Z Downloaded difflib v0.4.0
6712026-04-14T23:00:59.333Z Downloaded colored v3.1.1
6722026-04-14T23:00:59.333Z Downloaded endian-type v0.1.2
6732026-04-14T23:00:59.333Z Downloaded cstr-argument v0.1.2
6742026-04-14T23:00:59.333Z Downloaded cmake v0.1.57
6752026-04-14T23:00:59.333Z Downloaded blowfish v0.9.1
6762026-04-14T23:00:59.333Z Downloaded bit-set v0.5.3
6772026-04-14T23:00:59.333Z Downloaded defmt v0.3.100
6782026-04-14T23:00:59.333Z Downloaded arc-swap v1.8.2
6792026-04-14T23:00:59.338Z Downloaded foreign-types v0.3.2
6802026-04-14T23:00:59.338Z Downloaded display-error-chain v0.2.2
6812026-04-14T23:00:59.338Z Downloaded atomic-waker v1.1.2
6822026-04-14T23:00:59.338Z Downloaded arrayref v0.3.9
6832026-04-14T23:00:59.338Z Downloaded crc v3.4.0
6842026-04-14T23:00:59.347Z Downloaded foreign-types-shared v0.3.1
6852026-04-14T23:00:59.347Z Downloaded async-stream-impl v0.3.6
6862026-04-14T23:00:59.347Z Downloaded array-init v0.0.4
6872026-04-14T23:00:59.347Z Downloaded buf-list v1.1.2
6882026-04-14T23:00:59.347Z Downloaded futures-io v0.3.32
6892026-04-14T23:00:59.351Z Downloaded defmt-parser v1.0.0
6902026-04-14T23:00:59.351Z Downloaded block-padding v0.3.3
6912026-04-14T23:00:59.351Z Downloaded darling_macro v0.20.11
6922026-04-14T23:00:59.352Z Downloaded futures-sink v0.3.32
6932026-04-14T23:00:59.352Z Downloaded const_format_proc_macros v0.2.34
6942026-04-14T23:00:59.352Z Downloaded camino-tempfile-ext v0.3.3
6952026-04-14T23:00:59.352Z Downloaded float-ord v0.3.2
6962026-04-14T23:00:59.352Z Downloaded derive_builder_macro v0.20.2
6972026-04-14T23:00:59.355Z Downloaded dropshot-api-manager-types v0.6.0
6982026-04-14T23:00:59.359Z Downloaded fxhash v0.2.1
6992026-04-14T23:00:59.363Z Downloaded futures-task v0.3.32
7002026-04-14T23:00:59.363Z Downloaded git-stub v1.0.0
7012026-04-14T23:00:59.363Z Downloaded ghash v0.5.1
7022026-04-14T23:00:59.363Z Downloaded futures-core v0.3.32
7032026-04-14T23:00:59.367Z Downloaded dirs-sys-next v0.1.2
7042026-04-14T23:00:59.367Z Downloaded hash32 v0.3.1
7052026-04-14T23:00:59.367Z Downloaded futures-macro v0.3.32
7062026-04-14T23:00:59.367Z Downloaded globwalk v0.9.1
7072026-04-14T23:00:59.367Z Downloaded embedded-io v0.6.1
7082026-04-14T23:00:59.371Z Downloaded foreign-types v0.5.0
7092026-04-14T23:00:59.371Z Downloaded byte-wrapper v0.1.0
7102026-04-14T23:00:59.371Z Downloaded filetime v0.2.27
7112026-04-14T23:00:59.374Z Downloaded erased-serde v0.3.31
7122026-04-14T23:00:59.374Z Downloaded der_derive v0.7.3
7132026-04-14T23:00:59.375Z Downloaded curve25519-dalek v4.1.3
7142026-04-14T23:00:59.380Z Downloaded env_logger v0.11.9
7152026-04-14T23:00:59.383Z Downloaded headers-core v0.3.0
7162026-04-14T23:00:59.383Z Downloaded hex-literal v0.4.1
7172026-04-14T23:00:59.387Z Downloaded cipher v0.4.4
7182026-04-14T23:00:59.387Z Downloaded cexpr v0.6.0
7192026-04-14T23:00:59.387Z Downloaded home v0.5.12
7202026-04-14T23:00:59.390Z Downloaded httpdate v1.0.3
7212026-04-14T23:00:59.390Z Downloaded http-range v0.1.5
7222026-04-14T23:00:59.390Z Downloaded hostname v0.4.2
7232026-04-14T23:00:59.393Z Downloaded bb8 v0.8.6
7242026-04-14T23:00:59.393Z Downloaded ciborium v0.2.2
7252026-04-14T23:00:59.393Z Downloaded cargo_toml v0.22.3
7262026-04-14T23:00:59.397Z Downloaded bzip2 v0.6.1
7272026-04-14T23:00:59.397Z Downloaded drift v0.1.3
7282026-04-14T23:00:59.401Z Downloaded fixedbitset v0.5.7
7292026-04-14T23:00:59.412Z Downloaded crc-catalog v2.4.0
7302026-04-14T23:00:59.412Z Downloaded derive_builder_core v0.20.2
7312026-04-14T23:00:59.412Z Downloaded ecdsa v0.16.9
7322026-04-14T23:00:59.412Z Downloaded hex v0.4.3
7332026-04-14T23:00:59.412Z Downloaded derive-ex v0.1.8
7342026-04-14T23:00:59.412Z Downloaded colored v2.2.0
7352026-04-14T23:00:59.412Z Downloaded deranged v0.5.8
7362026-04-14T23:00:59.412Z Downloaded ahash v0.8.12
7372026-04-14T23:00:59.415Z Downloaded funty v2.0.0
7382026-04-14T23:00:59.415Z Downloaded gethostname v0.5.0
7392026-04-14T23:00:59.415Z Downloaded futures-executor v0.3.32
7402026-04-14T23:00:59.415Z Downloaded chacha20 v0.9.1
7412026-04-14T23:00:59.419Z Downloaded fs-err v2.11.0
7422026-04-14T23:00:59.419Z Downloaded hubpack v0.1.2
7432026-04-14T23:00:59.422Z Downloaded foldhash v0.2.0
7442026-04-14T23:00:59.422Z Downloaded glob v0.3.3
7452026-04-14T23:00:59.422Z Downloaded hubpack_derive v0.1.1
7462026-04-14T23:00:59.426Z Downloaded http-body v1.0.1
7472026-04-14T23:00:59.426Z Downloaded ident_case v1.0.1
7482026-04-14T23:00:59.426Z Downloaded hostname v0.3.1
7492026-04-14T23:00:59.426Z Downloaded indent_write v2.2.0
7502026-04-14T23:00:59.429Z Downloaded globset v0.4.18
7512026-04-14T23:00:59.429Z Downloaded hyper-tls v0.6.0
7522026-04-14T23:00:59.429Z Downloaded inout v0.1.4
7532026-04-14T23:00:59.433Z Downloaded async-trait v0.1.89
7542026-04-14T23:00:59.433Z Downloaded crossbeam-deque v0.8.6
7552026-04-14T23:00:59.436Z Downloaded indoc v1.0.9
7562026-04-14T23:00:59.436Z Downloaded group v0.13.0
7572026-04-14T23:00:59.436Z Downloaded defmt v1.0.1
7582026-04-14T23:00:59.439Z Downloaded console v0.16.2
7592026-04-14T23:00:59.443Z Downloaded derive_builder v0.20.2
7602026-04-14T23:00:59.443Z Downloaded bzip2 v0.4.4
7612026-04-14T23:00:59.446Z Downloaded blake2 v0.10.6
7622026-04-14T23:00:59.446Z Downloaded internet-checksum v0.2.1
7632026-04-14T23:00:59.446Z Downloaded instant v0.1.13
7642026-04-14T23:00:59.458Z Downloaded darling v0.20.11
7652026-04-14T23:00:59.458Z Downloaded is_ci v1.2.0
7662026-04-14T23:00:59.458Z Downloaded lalrpop-util v0.19.12
7672026-04-14T23:00:59.458Z Downloaded is-terminal v0.4.17
7682026-04-14T23:00:59.459Z Downloaded kstat-rs v0.2.4
7692026-04-14T23:00:59.459Z Downloaded async-bb8-diesel v0.2.1
7702026-04-14T23:00:59.459Z Downloaded lazy_static v1.5.0
7712026-04-14T23:00:59.459Z Downloaded keccak v0.1.6
7722026-04-14T23:00:59.459Z Downloaded instability v0.3.11
7732026-04-14T23:00:59.462Z Downloaded highway v1.3.0
7742026-04-14T23:00:59.462Z Downloaded foldhash v0.1.5
7752026-04-14T23:00:59.462Z Downloaded ed25519 v2.2.3
7762026-04-14T23:00:59.462Z Downloaded dsl_auto_type v0.2.0
7772026-04-14T23:00:59.462Z Downloaded defmt-macros v1.0.1
7782026-04-14T23:00:59.466Z Downloaded either v1.15.0
7792026-04-14T23:00:59.466Z Downloaded cookie v0.18.1
7802026-04-14T23:00:59.470Z Downloaded console v0.15.11
7812026-04-14T23:00:59.470Z Downloaded bitflags v1.3.2
7822026-04-14T23:00:59.473Z Downloaded diff v0.1.13
7832026-04-14T23:00:59.473Z Downloaded find-msvc-tools v0.1.9
7842026-04-14T23:00:59.473Z Downloaded allocator-api2 v0.2.21
7852026-04-14T23:00:59.481Z Downloaded des v0.8.1
7862026-04-14T23:00:59.481Z Downloaded fs_extra v1.3.0
7872026-04-14T23:00:59.481Z Downloaded clang-sys v1.8.1
7882026-04-14T23:00:59.486Z Downloaded hyper-staticfile v0.10.1
7892026-04-14T23:00:59.486Z Downloaded git-stub-vcs v0.1.0
7902026-04-14T23:00:59.486Z Downloaded getrandom v0.2.17
7912026-04-14T23:00:59.486Z Downloaded libscf-sys v1.1.0
7922026-04-14T23:00:59.486Z Downloaded futures-channel v0.3.32
7932026-04-14T23:00:59.492Z Downloaded lru-slab v0.1.2
7942026-04-14T23:00:59.492Z Downloaded indoc v2.0.7
7952026-04-14T23:00:59.492Z Downloaded md5 v0.7.0
7962026-04-14T23:00:59.492Z Downloaded maplit v1.0.2
7972026-04-14T23:00:59.492Z Downloaded derive-where v1.6.0
7982026-04-14T23:00:59.499Z Downloaded lru-cache v0.1.2
7992026-04-14T23:00:59.499Z Downloaded managed v0.8.0
8002026-04-14T23:00:59.499Z Downloaded maybe-uninit v2.0.0
8012026-04-14T23:00:59.499Z Downloaded linked-hash-map v0.5.6
8022026-04-14T23:00:59.499Z Downloaded crossbeam-epoch v0.9.18
8032026-04-14T23:00:59.499Z Downloaded md-5 v0.10.6
8042026-04-14T23:00:59.499Z Downloaded memoffset v0.9.1
8052026-04-14T23:00:59.499Z Downloaded half v1.8.3
8062026-04-14T23:00:59.506Z Downloaded ingot-types v0.1.2
8072026-04-14T23:00:59.507Z Downloaded crossbeam-channel v0.5.15
8082026-04-14T23:00:59.507Z Downloaded ingot v0.1.1
8092026-04-14T23:00:59.507Z Downloaded impl-trait-for-tuples v0.2.3
8102026-04-14T23:00:59.512Z Downloaded newtype_derive v0.1.6
8112026-04-14T23:00:59.512Z Downloaded match_cfg v0.1.0
8122026-04-14T23:00:59.513Z Downloaded ipnetwork v0.21.1
8132026-04-14T23:00:59.513Z Downloaded lzss v0.8.2
8142026-04-14T23:00:59.513Z Downloaded humantime v2.3.0
8152026-04-14T23:00:59.518Z Downloaded multimap v0.10.1
8162026-04-14T23:00:59.518Z Downloaded mime v0.3.17
8172026-04-14T23:00:59.518Z Downloaded ipnet v2.11.0
8182026-04-14T23:00:59.518Z Downloaded new_debug_unreachable v1.0.6
8192026-04-14T23:00:59.518Z Downloaded aes v0.8.4
8202026-04-14T23:00:59.518Z Downloaded arrayvec v0.7.6
8212026-04-14T23:00:59.526Z Downloaded newline-converter v0.3.0
8222026-04-14T23:00:59.526Z Downloaded httparse v1.10.1
8232026-04-14T23:00:59.526Z Downloaded normalize-line-endings v0.3.0
8242026-04-14T23:00:59.526Z Downloaded nodrop v0.1.14
8252026-04-14T23:00:59.526Z Downloaded nibble_vec v0.1.0
8262026-04-14T23:00:59.532Z Downloaded newtype-uuid-macros v0.1.0
8272026-04-14T23:00:59.532Z Downloaded num v0.4.3
8282026-04-14T23:00:59.532Z Downloaded num-derive v0.3.3
8292026-04-14T23:00:59.532Z Downloaded crc-any v2.5.0
8302026-04-14T23:00:59.532Z Downloaded nonempty v0.12.0
8312026-04-14T23:00:59.532Z Downloaded darling v0.23.0
8322026-04-14T23:00:59.542Z Downloaded openssl-probe v0.2.1
8332026-04-14T23:00:59.542Z Downloaded openssl-macros v0.1.1
8342026-04-14T23:00:59.542Z Downloaded futures v0.3.32
8352026-04-14T23:00:59.549Z Downloaded libloading v0.8.9
8362026-04-14T23:00:59.549Z Downloaded olpc-cjson v0.1.4
8372026-04-14T23:00:59.549Z Downloaded num-iter v0.1.45
8382026-04-14T23:00:59.549Z Downloaded convert_case v0.10.0
8392026-04-14T23:00:59.550Z Downloaded num-derive v0.4.2
8402026-04-14T23:00:59.550Z Downloaded num-conv v0.2.0
8412026-04-14T23:00:59.550Z Downloaded bit-vec v0.6.3
8422026-04-14T23:00:59.550Z Downloaded num_threads v0.1.7
8432026-04-14T23:00:59.550Z Downloaded num_enum_derive v0.5.11
8442026-04-14T23:00:59.550Z Downloaded critical-section v1.2.0
8452026-04-14T23:00:59.550Z Downloaded bitfield v0.19.4
8462026-04-14T23:00:59.550Z Downloaded bit-vec v0.8.0
8472026-04-14T23:00:59.555Z Downloaded libsw-core v0.3.2
8482026-04-14T23:00:59.555Z Downloaded darling v0.21.3
8492026-04-14T23:00:59.555Z Downloaded hmac v0.12.1
8502026-04-14T23:00:59.561Z Downloaded openssl-probe v0.1.6
8512026-04-14T23:00:59.561Z Downloaded lru v0.12.5
8522026-04-14T23:00:59.561Z Downloaded libsw v3.5.0
8532026-04-14T23:00:59.561Z Downloaded opaque-debug v0.3.1
8542026-04-14T23:00:59.561Z Downloaded libefi-sys v0.1.0
8552026-04-14T23:00:59.573Z Downloaded hyper-rustls v0.27.7
8562026-04-14T23:00:59.573Z Downloaded oso-derive v0.27.3
8572026-04-14T23:00:59.573Z Downloaded http-body-util v0.1.3
8582026-04-14T23:00:59.573Z Downloaded packed_struct_codegen v0.10.1
8592026-04-14T23:00:59.574Z Downloaded darling_core v0.23.0
8602026-04-14T23:00:59.574Z Downloaded ingot-macros v0.1.1
8612026-04-14T23:00:59.580Z Downloaded half v2.7.1
8622026-04-14T23:00:59.581Z Downloaded iana-time-zone v0.1.65
8632026-04-14T23:00:59.581Z Downloaded chacha20poly1305 v0.10.1
8642026-04-14T23:00:59.581Z Downloaded lock_api v0.4.14
8652026-04-14T23:00:59.581Z Downloaded constant_time_eq v0.4.2
8662026-04-14T23:00:59.581Z Downloaded cpufeatures v0.3.0
8672026-04-14T23:00:59.591Z Downloaded bytes v1.11.1
8682026-04-14T23:00:59.591Z Downloaded multer v3.1.0
8692026-04-14T23:00:59.591Z Downloaded corncobs v0.1.4
8702026-04-14T23:00:59.592Z Downloaded cfg_aliases v0.2.1
8712026-04-14T23:00:59.592Z Downloaded cassowary v0.3.0
8722026-04-14T23:00:59.592Z Downloaded argon2 v0.5.3
8732026-04-14T23:00:59.592Z Downloaded hash32 v0.2.1
8742026-04-14T23:00:59.599Z Downloaded native-tls v0.2.18
8752026-04-14T23:00:59.599Z Downloaded mime_guess v2.0.5
8762026-04-14T23:00:59.599Z Downloaded parse-size v1.1.0
8772026-04-14T23:00:59.599Z Downloaded nanorand v0.7.0
8782026-04-14T23:00:59.599Z Downloaded pbkdf2 v0.11.0
8792026-04-14T23:00:59.613Z Downloaded pin-utils v0.1.0
8802026-04-14T23:00:59.634Z Downloaded phf_shared v0.12.1
8812026-04-14T23:00:59.634Z Downloaded phf_shared v0.11.3
8822026-04-14T23:00:59.634Z Downloaded peg-runtime v0.8.5
8832026-04-14T23:00:59.634Z Downloaded pbkdf2 v0.12.2
8842026-04-14T23:00:59.634Z Downloaded path-slash v0.1.5
8852026-04-14T23:00:59.634Z Downloaded num-integer v0.1.46
8862026-04-14T23:00:59.634Z Downloaded newtype-uuid v1.3.2
8872026-04-14T23:00:59.634Z Downloaded compact_str v0.8.1
8882026-04-14T23:00:59.635Z Downloaded nu-ansi-term v0.50.3
8892026-04-14T23:00:59.635Z Downloaded num_enum v0.5.11
8902026-04-14T23:00:59.635Z Downloaded num-rational v0.4.2
8912026-04-14T23:00:59.635Z Downloaded precomputed-hash v0.1.1
8922026-04-14T23:00:59.643Z Downloaded flume v0.11.1
8932026-04-14T23:00:59.644Z Downloaded num_enum_derive v0.7.5
8942026-04-14T23:00:59.644Z Downloaded num_enum v0.7.5
8952026-04-14T23:00:59.644Z Downloaded linear-map v1.2.0
8962026-04-14T23:00:59.644Z Downloaded proc-macro-crate v1.3.1
8972026-04-14T23:00:59.644Z Downloaded predicates-tree v1.0.13
8982026-04-14T23:00:59.644Z Downloaded oxnet v0.1.4
8992026-04-14T23:00:59.644Z Downloaded oxide-tokio-rt v0.1.3
9002026-04-14T23:00:59.644Z Downloaded indexmap v1.9.3
9012026-04-14T23:00:59.644Z Downloaded ignore v0.4.25
9022026-04-14T23:00:59.645Z Downloaded proc-macro-crate v3.4.0
9032026-04-14T23:00:59.651Z Downloaded parking_lot_core v0.8.6
9042026-04-14T23:00:59.651Z Downloaded powerfmt v0.2.0
9052026-04-14T23:00:59.652Z Downloaded memmap2 v0.9.10
9062026-04-14T23:00:59.652Z Downloaded getrandom v0.3.4
9072026-04-14T23:00:59.652Z Downloaded packed_struct v0.10.1
9082026-04-14T23:00:59.652Z Downloaded phf_shared v0.13.1
9092026-04-14T23:00:59.652Z Downloaded ar_archive_writer v0.5.1
9102026-04-14T23:00:59.658Z Downloaded predicates-core v1.0.10
9112026-04-14T23:00:59.658Z Downloaded darling_core v0.21.3
9122026-04-14T23:00:59.658Z Downloaded progenitor-client v0.11.2
9132026-04-14T23:00:59.658Z Downloaded progenitor-client v0.10.0
9142026-04-14T23:00:59.658Z Downloaded proc-macro-error-attr2 v2.0.0
9152026-04-14T23:00:59.659Z Downloaded darling_core v0.20.11
9162026-04-14T23:00:59.664Z Downloaded parse-display-derive v0.10.0
9172026-04-14T23:00:59.664Z Downloaded parse-display v0.10.0
9182026-04-14T23:00:59.665Z Downloaded const_format v0.2.35
9192026-04-14T23:00:59.665Z Downloaded phf v0.13.1
9202026-04-14T23:00:59.669Z Downloaded progenitor-macro v0.11.2
9212026-04-14T23:00:59.669Z Downloaded base64 v0.21.7
9222026-04-14T23:00:59.669Z Downloaded progenitor-macro v0.13.0
9232026-04-14T23:00:59.669Z Downloaded num-complex v0.4.6
9242026-04-14T23:00:59.673Z Downloaded jobserver v0.1.34
9252026-04-14T23:00:59.676Z Downloaded peg v0.8.5
9262026-04-14T23:00:59.676Z Downloaded phf v0.12.1
9272026-04-14T23:00:59.681Z Downloaded peg-macros v0.8.5
9282026-04-14T23:00:59.681Z Downloaded heapless v0.7.17
9292026-04-14T23:00:59.684Z Downloaded paste v1.0.15
9302026-04-14T23:00:59.684Z Downloaded psl-types v2.0.11
9312026-04-14T23:00:59.684Z Downloaded pem-rfc7468 v0.7.0
9322026-04-14T23:00:59.688Z Downloaded libbz2-rs-sys v0.2.2
9332026-04-14T23:00:59.688Z Downloaded pem v3.0.6
9342026-04-14T23:00:59.688Z Downloaded password-hash v0.4.2
9352026-04-14T23:00:59.692Z Downloaded pkg-config v0.3.32
9362026-04-14T23:00:59.692Z Downloaded pin-project-lite v0.2.17
9372026-04-14T23:00:59.695Z Downloaded derive_more v2.1.1
9382026-04-14T23:00:59.703Z Downloaded ppv-lite86 v0.2.21
9392026-04-14T23:00:59.718Z Downloaded flate2 v1.1.9
9402026-04-14T23:00:59.718Z Downloaded quick-error v1.2.3
9412026-04-14T23:00:59.722Z Downloaded owo-colors v4.3.0
9422026-04-14T23:00:59.722Z Downloaded litrs v1.0.0
9432026-04-14T23:00:59.722Z Downloaded rand_xorshift v0.4.0
9442026-04-14T23:00:59.722Z Downloaded primeorder v0.13.6
9452026-04-14T23:00:59.722Z Downloaded ed25519-dalek v2.2.0
9462026-04-14T23:00:59.722Z Downloaded recursive v0.1.1
9472026-04-14T23:00:59.722Z Downloaded proc-macro-error2 v2.0.1
9482026-04-14T23:00:59.722Z Downloaded poly1305 v0.8.0
9492026-04-14T23:00:59.722Z Downloaded cc v1.2.56
9502026-04-14T23:00:59.722Z Downloaded pkcs8 v0.10.2
9512026-04-14T23:00:59.722Z Downloaded parking_lot_core v0.9.12
9522026-04-14T23:00:59.728Z Downloaded parking_lot v0.11.2
9532026-04-14T23:00:59.728Z Downloaded progenitor-client v0.13.0
9542026-04-14T23:00:59.728Z Downloaded predicates v3.1.4
9552026-04-14T23:00:59.736Z Downloaded progenitor v0.11.2
9562026-04-14T23:00:59.736Z Downloaded progenitor v0.10.0
9572026-04-14T23:00:59.736Z Downloaded ref-cast-impl v1.0.25
9582026-04-14T23:00:59.736Z Downloaded polyval v0.6.2
9592026-04-14T23:00:59.736Z Downloaded ref-cast v1.0.25
9602026-04-14T23:00:59.736Z Downloaded progenitor v0.13.0
9612026-04-14T23:00:59.736Z Downloaded parking_lot v0.12.5
9622026-04-14T23:00:59.739Z Downloaded headers v0.4.1
9632026-04-14T23:00:59.739Z Downloaded progenitor-extras v0.1.1
9642026-04-14T23:00:59.743Z Downloaded derive_more-impl v2.1.1
9652026-04-14T23:00:59.746Z Downloaded psm v0.1.30
9662026-04-14T23:00:59.751Z Downloaded rfc6979 v0.4.0
9672026-04-14T23:00:59.751Z Downloaded rustc_version v0.1.7
9682026-04-14T23:00:59.751Z Downloaded password-hash v0.5.0
9692026-04-14T23:00:59.751Z Downloaded crypto-bigint v0.5.5
9702026-04-14T23:00:59.754Z Downloaded rustc-hash v2.1.1
9712026-04-14T23:00:59.754Z Downloaded russh-cryptovec v0.7.3
9722026-04-14T23:00:59.758Z Downloaded rustc_version v0.4.1
9732026-04-14T23:00:59.758Z Downloaded pin-project-internal v1.1.11
9742026-04-14T23:00:59.758Z Downloaded bumpalo v3.20.2
9752026-04-14T23:00:59.761Z Downloaded heapless v0.8.0
9762026-04-14T23:00:59.765Z Downloaded diesel_derives v2.3.7
9772026-04-14T23:00:59.768Z Downloaded omicron-zone-package v0.12.2
9782026-04-14T23:00:59.771Z Downloaded rand_chacha v0.3.1
9792026-04-14T23:00:59.771Z Downloaded r2d2 v0.8.10
9802026-04-14T23:00:59.775Z Downloaded postgres-types v0.2.12
9812026-04-14T23:00:59.775Z Downloaded postgres-protocol v0.6.10
9822026-04-14T23:00:59.775Z Downloaded hickory-resolver v0.25.2
9832026-04-14T23:00:59.778Z Downloaded rand_core v0.6.4
9842026-04-14T23:00:59.778Z Downloaded rand_chacha v0.9.0
9852026-04-14T23:00:59.781Z Downloaded radium v0.7.0
9862026-04-14T23:00:59.781Z Downloaded pkcs5 v0.7.1
9872026-04-14T23:00:59.784Z Downloaded hickory-resolver v0.24.4
9882026-04-14T23:00:59.785Z Downloaded same-file v1.0.6
9892026-04-14T23:00:59.788Z Downloaded pkcs1 v0.7.5
9902026-04-14T23:00:59.788Z Downloaded postcard v1.1.3
9912026-04-14T23:00:59.791Z Downloaded salsa20 v0.10.2
9922026-04-14T23:00:59.791Z Downloaded sapling-renderdag v0.1.0
9932026-04-14T23:00:59.791Z Downloaded rand_seeder v0.4.0
9942026-04-14T23:00:59.796Z Downloaded rand_core v0.9.5
9952026-04-14T23:00:59.796Z Downloaded indicatif v0.18.4
9962026-04-14T23:00:59.796Z Downloaded hashbrown v0.12.3
9972026-04-14T23:00:59.799Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-14T23:00:59.799Z Downloaded p256 v0.13.2
9992026-04-14T23:00:59.803Z Downloaded scroll_derive v0.13.1
10002026-04-14T23:00:59.803Z Downloaded papergrid v0.17.0
10012026-04-14T23:00:59.807Z Downloaded recursive-proc-macro-impl v0.1.1
10022026-04-14T23:00:59.807Z Downloaded rand_core v0.10.0
10032026-04-14T23:00:59.807Z Downloaded scopeguard v1.2.0
10042026-04-14T23:00:59.810Z Downloaded miniz_oxide v0.8.9
10052026-04-14T23:00:59.810Z Downloaded dropshot-api-manager v0.6.0
10062026-04-14T23:00:59.814Z Downloaded progenitor-macro v0.10.0
10072026-04-14T23:00:59.814Z Downloaded der v0.7.10
10082026-04-14T23:00:59.817Z Downloaded expectorate v1.2.0
10092026-04-14T23:00:59.821Z Downloaded resolv-conf v0.7.6
10102026-04-14T23:00:59.825Z Downloaded scrypt v0.11.0
10112026-04-14T23:00:59.825Z Downloaded serde_bytes v0.11.19
10122026-04-14T23:00:59.828Z Downloaded serde-big-array v0.5.1
10132026-04-14T23:00:59.828Z Downloaded quinn-udp v0.5.14
10142026-04-14T23:00:59.828Z Downloaded seq-macro v0.3.6
10152026-04-14T23:00:59.828Z Downloaded secrecy v0.8.0
10162026-04-14T23:00:59.831Z Downloaded rustls-pemfile v1.0.4
10172026-04-14T23:00:59.838Z Downloaded serde_urlencoded v0.7.1
10182026-04-14T23:00:59.841Z Downloaded shell-words v1.1.1
10192026-04-14T23:00:59.841Z Downloaded rustls-native-certs v0.8.3
10202026-04-14T23:00:59.845Z Downloaded semver v0.1.20
10212026-04-14T23:00:59.848Z Downloaded rtoolbox v0.0.3
10222026-04-14T23:00:59.848Z Downloaded oso v0.27.3
10232026-04-14T23:00:59.851Z Downloaded prefix-trie v0.7.0
10242026-04-14T23:00:59.855Z Downloaded serde_plain v1.0.2
10252026-04-14T23:00:59.855Z Downloaded serde_repr v0.1.20
10262026-04-14T23:00:59.855Z Downloaded sigpipe v0.1.3
10272026-04-14T23:00:59.858Z Downloaded signal-hook-mio v0.2.5
10282026-04-14T23:00:59.858Z Downloaded signature v2.2.0
10292026-04-14T23:00:59.858Z Downloaded sha1 v0.10.6
10302026-04-14T23:00:59.863Z Downloaded rusty-fork v0.3.1
10312026-04-14T23:00:59.863Z Downloaded rustversion v1.0.22
10322026-04-14T23:00:59.863Z Downloaded rustls-pemfile v2.2.0
10332026-04-14T23:00:59.873Z Downloaded slog-bunyan v2.5.0
10342026-04-14T23:00:59.877Z Downloaded pin-project v1.1.11
10352026-04-14T23:00:59.877Z Downloaded siphasher v1.0.2
10362026-04-14T23:00:59.877Z Downloaded secrecy v0.10.3
10372026-04-14T23:00:59.881Z Downloaded scroll v0.13.0
10382026-04-14T23:00:59.881Z Downloaded sct v0.7.1
10392026-04-14T23:00:59.881Z Downloaded progenitor-impl v0.13.0
10402026-04-14T23:00:59.885Z Downloaded progenitor-impl v0.11.2
10412026-04-14T23:00:59.885Z Downloaded jiff-static v0.2.21
10422026-04-14T23:00:59.885Z Downloaded sec1 v0.7.3
10432026-04-14T23:00:59.890Z Downloaded russh-keys v0.45.0
10442026-04-14T23:00:59.890Z Downloaded http v1.4.0
10452026-04-14T23:00:59.893Z Downloaded schemars_derive v0.8.22
10462026-04-14T23:00:59.893Z Downloaded minimal-lexical v0.2.1
10472026-04-14T23:00:59.897Z Downloaded progenitor-impl v0.10.0
10482026-04-14T23:00:59.897Z Downloaded slog-envlogger v2.2.0
10492026-04-14T23:00:59.914Z Downloaded ssh-cipher v0.2.0
10502026-04-14T23:00:59.917Z Downloaded serde-hex v0.1.0
10512026-04-14T23:00:59.917Z Downloaded ssh-encoding v0.2.0
10522026-04-14T23:00:59.922Z Downloaded strum v0.26.3
10532026-04-14T23:00:59.922Z Downloaded strip-ansi-escapes v0.2.1
10542026-04-14T23:00:59.922Z Downloaded openssl-sys v0.9.111
10552026-04-14T23:00:59.925Z Downloaded sqlparser_derive v0.5.0
10562026-04-14T23:00:59.925Z Downloaded shlex v1.3.0
10572026-04-14T23:00:59.925Z Downloaded prettyplease v0.2.37
10582026-04-14T23:00:59.930Z Downloaded strum v0.27.2
10592026-04-14T23:00:59.933Z Downloaded sync_wrapper v1.0.2
10602026-04-14T23:00:59.933Z Downloaded subtle v2.6.1
10612026-04-14T23:00:59.933Z Downloaded serde_spanned v1.0.4
10622026-04-14T23:00:59.933Z Downloaded signal-hook-tokio v0.3.1
10632026-04-14T23:00:59.937Z Downloaded signal-hook-registry v1.4.8
10642026-04-14T23:00:59.937Z Downloaded serde_path_to_error v0.1.20
10652026-04-14T23:00:59.937Z Downloaded structmeta-derive v0.3.0
10662026-04-14T23:00:59.940Z Downloaded simd-adler32 v0.3.8
10672026-04-14T23:00:59.940Z Downloaded structmeta v0.3.0
10682026-04-14T23:00:59.944Z Downloaded rustls-pki-types v1.14.0
10692026-04-14T23:00:59.944Z Downloaded slab v0.4.12
10702026-04-14T23:00:59.950Z Downloaded slog-async v2.8.0
10712026-04-14T23:00:59.954Z Downloaded rcgen v0.12.1
10722026-04-14T23:00:59.960Z Downloaded tabwriter v1.4.1
10732026-04-14T23:00:59.963Z Downloaded tagptr v0.2.0
10742026-04-14T23:00:59.963Z Downloaded tabled_derive v0.11.0
10752026-04-14T23:00:59.963Z Downloaded slog-scope v4.4.1
10762026-04-14T23:00:59.963Z Downloaded sync-ptr v0.1.4
10772026-04-14T23:00:59.963Z Downloaded supports-color v3.0.2
10782026-04-14T23:00:59.967Z Downloaded itertools v0.10.5
10792026-04-14T23:00:59.971Z Downloaded slog-json v2.6.1
10802026-04-14T23:00:59.971Z Downloaded serde_derive_internals v0.29.1
10812026-04-14T23:00:59.971Z Downloaded num-bigint v0.4.6
10822026-04-14T23:00:59.974Z Downloaded smallvec v0.6.14
10832026-04-14T23:00:59.974Z Downloaded slog-term v2.9.2
10842026-04-14T23:00:59.977Z Downloaded testing_table v0.3.0
10852026-04-14T23:00:59.977Z Downloaded crossterm v0.28.1
10862026-04-14T23:00:59.981Z Downloaded thiserror-impl-no-std v2.0.2
10872026-04-14T23:00:59.985Z Downloaded hashbrown v0.13.2
10882026-04-14T23:00:59.985Z Downloaded smf v0.2.3
10892026-04-14T23:00:59.989Z Downloaded spki v0.7.3
10902026-04-14T23:00:59.989Z Downloaded ron v0.8.1
10912026-04-14T23:00:59.992Z Downloaded hickory-server v0.25.2
10922026-04-14T23:00:59.992Z Downloaded tap v1.0.1
10932026-04-14T23:00:59.995Z Downloaded take_mut v0.2.2
10942026-04-14T23:00:59.995Z Downloaded sqlformat v0.3.5
10952026-04-14T23:00:59.995Z Downloaded thread-id v5.1.0
10962026-04-14T23:00:59.995Z Downloaded rustls-platform-verifier v0.6.2
10972026-04-14T23:00:59.998Z Downloaded stacker v0.1.23
10982026-04-14T23:00:59.998Z Downloaded string_cache v0.8.9
10992026-04-14T23:01:00.004Z Downloaded static_assertions v1.1.0
11002026-04-14T23:01:00.004Z Downloaded snafu-derive v0.8.9
11012026-04-14T23:01:00.004Z Downloaded serde_with_macros v3.17.0
11022026-04-14T23:01:00.010Z Downloaded serde_cbor v0.11.2
11032026-04-14T23:01:00.011Z Downloaded ryu v1.0.23
11042026-04-14T23:01:00.011Z Downloaded pretty_assertions v1.4.1
11052026-04-14T23:01:00.011Z Downloaded slog-dtrace v0.3.0
11062026-04-14T23:01:00.018Z Downloaded strum_macros v0.24.3
11072026-04-14T23:01:00.018Z Downloaded rayon-core v1.13.0
11082026-04-14T23:01:00.018Z Downloaded time-core v0.1.8
11092026-04-14T23:01:00.018Z Downloaded hyper-util v0.1.20
11102026-04-14T23:01:00.026Z Downloaded tinyvec_macros v0.1.1
11112026-04-14T23:01:00.026Z Downloaded support-bundle-viewer v0.1.2
11122026-04-14T23:01:00.026Z Downloaded mio v1.1.1
11132026-04-14T23:01:00.030Z Downloaded hashbrown v0.15.5
11142026-04-14T23:01:00.030Z Downloaded strum_macros v0.27.2
11152026-04-14T23:01:00.030Z Downloaded aes-gcm v0.10.3
11162026-04-14T23:01:00.037Z Downloaded publicsuffix v2.3.0
11172026-04-14T23:01:00.050Z Downloaded slog-stdlog v4.1.1
11182026-04-14T23:01:00.053Z Downloaded termios v0.3.3
11192026-04-14T23:01:00.060Z Downloaded topological-sort v0.2.2
11202026-04-14T23:01:00.063Z Downloaded crossterm v0.29.0
11212026-04-14T23:01:00.066Z Downloaded quinn v0.11.9
11222026-04-14T23:01:00.070Z Downloaded termtree v0.5.1
11232026-04-14T23:01:00.070Z Downloaded qorb v0.4.1
11242026-04-14T23:01:00.070Z Downloaded thiserror-no-std v2.0.2
11252026-04-14T23:01:00.074Z Downloaded nom v7.1.3
11262026-04-14T23:01:00.077Z Downloaded signal-hook v0.3.18
11272026-04-14T23:01:00.081Z Downloaded tiny-keccak v2.0.2
11282026-04-14T23:01:00.086Z Downloaded serde_yaml v0.9.34+deprecated
11292026-04-14T23:01:00.089Z Downloaded tower-service v0.3.3
11302026-04-14T23:01:00.089Z Downloaded tower-layer v0.3.3
11312026-04-14T23:01:00.089Z Downloaded tls_codec_derive v0.4.2
11322026-04-14T23:01:00.089Z Downloaded time-macros v0.2.27
11332026-04-14T23:01:00.089Z Downloaded thread_local v1.1.9
11342026-04-14T23:01:00.093Z Downloaded stringprep v0.1.5
11352026-04-14T23:01:00.098Z Downloaded rand v0.8.5
11362026-04-14T23:01:00.098Z Downloaded tokio-native-tls v0.3.1
11372026-04-14T23:01:00.104Z Downloaded schemars v0.9.0
11382026-04-14T23:01:00.109Z Downloaded try-lock v0.2.5
11392026-04-14T23:01:00.109Z Downloaded trait-variant v0.1.2
11402026-04-14T23:01:00.110Z Downloaded tokio-dtrace v0.1.1
11412026-04-14T23:01:00.110Z Downloaded itertools v0.13.0
11422026-04-14T23:01:00.114Z Downloaded itertools v0.12.1
11432026-04-14T23:01:00.118Z Downloaded untrusted v0.7.1
11442026-04-14T23:01:00.118Z Downloaded unit-prefix v0.5.2
11452026-04-14T23:01:00.119Z Downloaded tls_codec v0.4.2
11462026-04-14T23:01:00.119Z Downloaded slog v2.8.2
11472026-04-14T23:01:00.125Z Downloaded tokio-tungstenite v0.23.1
11482026-04-14T23:01:00.126Z Downloaded tokio-rustls v0.25.0
11492026-04-14T23:01:00.126Z Downloaded tokio-macros v2.6.0
11502026-04-14T23:01:00.126Z Downloaded iri-string v0.7.10
11512026-04-14T23:01:00.129Z Downloaded typify-macro v0.6.1
11522026-04-14T23:01:00.129Z Downloaded typify-macro v0.4.3
11532026-04-14T23:01:00.129Z Downloaded similar v2.7.0
11542026-04-14T23:01:00.133Z Downloaded untrusted v0.9.0
11552026-04-14T23:01:00.133Z Downloaded unicode-truncate v1.1.0
11562026-04-14T23:01:00.133Z Downloaded socket2 v0.6.2
11572026-04-14T23:01:00.136Z Downloaded utf-8 v0.7.6
11582026-04-14T23:01:00.136Z Downloaded usdt-attr-macro v0.6.0
11592026-04-14T23:01:00.136Z Downloaded term v1.2.1
11602026-04-14T23:01:00.142Z Downloaded iddqd v0.3.17
11612026-04-14T23:01:00.145Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-04-14T23:01:00.145Z Downloaded universal-hash v0.5.1
11632026-04-14T23:01:00.145Z Downloaded toml_writer v1.0.6+spec-1.1.0
11642026-04-14T23:01:00.145Z Downloaded libxml v0.3.3
11652026-04-14T23:01:00.151Z Downloaded schemars v0.8.22
11662026-04-14T23:01:00.154Z Downloaded wait-timeout v0.2.1
11672026-04-14T23:01:00.154Z Downloaded spin v0.9.8
11682026-04-14T23:01:00.157Z Downloaded socket2 v0.5.10
11692026-04-14T23:01:00.160Z Downloaded usdt-macro v0.6.0
11702026-04-14T23:01:00.161Z Downloaded usdt v0.6.0
11712026-04-14T23:01:00.161Z Downloaded rustls-webpki v0.103.9
11722026-04-14T23:01:00.164Z Downloaded rand v0.9.2
11732026-04-14T23:01:00.167Z Downloaded rand v0.10.0
11742026-04-14T23:01:00.168Z Downloaded strum_macros v0.26.4
11752026-04-14T23:01:00.178Z Downloaded schemars v1.2.1
11762026-04-14T23:01:00.186Z Downloaded want v0.3.1
11772026-04-14T23:01:00.189Z Downloaded waitgroup v0.1.2
11782026-04-14T23:01:00.189Z Downloaded h2 v0.4.13
11792026-04-14T23:01:00.192Z Downloaded unarray v0.1.4
11802026-04-14T23:01:00.192Z Downloaded subprocess v0.2.15
11812026-04-14T23:01:00.195Z Downloaded tui-tree-widget v0.23.1
11822026-04-14T23:01:00.196Z Downloaded tokio-rustls v0.24.1
11832026-04-14T23:01:00.196Z Downloaded void v1.0.2
11842026-04-14T23:01:00.199Z Downloaded num-bigint-dig v0.8.6
11852026-04-14T23:01:00.202Z Downloaded tokio-rustls v0.26.4
11862026-04-14T23:01:00.205Z Downloaded xattr v1.6.1
11872026-04-14T23:01:00.205Z Downloaded snafu v0.8.9
11882026-04-14T23:01:00.208Z Downloaded unicase v2.9.0
11892026-04-14T23:01:00.208Z Downloaded samael v0.0.19
11902026-04-14T23:01:00.212Z Downloaded xshell-macros v0.2.7
11912026-04-14T23:01:00.212Z Downloaded rsa v0.9.10
11922026-04-14T23:01:00.215Z Downloaded russh v0.45.0
11932026-04-14T23:01:00.220Z Downloaded test-strategy v0.4.5
11942026-04-14T23:01:00.220Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-04-14T23:01:00.225Z Downloaded tokio-tungstenite v0.21.0
11962026-04-14T23:01:00.225Z Downloaded hyper v1.8.1
11972026-04-14T23:01:00.228Z Downloaded zone v0.3.1
11982026-04-14T23:01:00.229Z Downloaded zeroize_derive v1.4.3
11992026-04-14T23:01:00.229Z Downloaded vergen-git2 v1.0.7
12002026-04-14T23:01:00.229Z Downloaded uzers v0.12.2
12012026-04-14T23:01:00.232Z Downloaded itertools v0.14.0
12022026-04-14T23:01:00.235Z Downloaded usdt-impl v0.6.0
12032026-04-14T23:01:00.235Z Downloaded futures-util v0.3.32
12042026-04-14T23:01:00.241Z Downloaded zone_cfg_derive v0.3.1
12052026-04-14T23:01:00.245Z Downloaded vsss-rs v3.3.4
12062026-04-14T23:01:00.245Z Downloaded tracing-attributes v0.1.31
12072026-04-14T23:01:00.245Z Downloaded whoami v1.6.1
12082026-04-14T23:01:00.249Z Downloaded vergen-lib v0.1.6
12092026-04-14T23:01:00.249Z Downloaded tokio-stream v0.1.18
12102026-04-14T23:01:00.249Z Downloaded term v0.7.0
12112026-04-14T23:01:00.253Z Downloaded whoami v2.1.0
12122026-04-14T23:01:00.253Z Downloaded walkdir v2.5.0
12132026-04-14T23:01:00.256Z Downloaded blake3 v1.8.3
12142026-04-14T23:01:00.263Z Downloaded aws-lc-rs v1.16.0
12152026-04-14T23:01:00.266Z Downloaded twox-hash v2.1.2
12162026-04-14T23:01:00.266Z Downloaded unicode-properties v0.1.4
12172026-04-14T23:01:00.271Z Downloaded xshell v0.2.7
12182026-04-14T23:01:00.274Z Downloaded xz2 v0.1.7
12192026-04-14T23:01:00.274Z Downloaded wyz v0.5.1
12202026-04-14T23:01:00.279Z Downloaded toml v0.9.12+spec-1.1.0
12212026-04-14T23:01:00.286Z Downloaded tar v0.4.45
12222026-04-14T23:01:00.289Z Downloaded zeroize v1.8.2
12232026-04-14T23:01:00.289Z Downloaded toml v0.7.8
12242026-04-14T23:01:00.289Z Downloaded ron v0.12.0
12252026-04-14T23:01:00.293Z Downloaded vergen-gitcl v1.0.8
12262026-04-14T23:01:00.296Z Downloaded aho-corasick v1.1.4
12272026-04-14T23:01:00.299Z Downloaded tracing-core v0.1.36
12282026-04-14T23:01:00.300Z Downloaded vergen v9.0.6
12292026-04-14T23:01:00.303Z Downloaded steno v0.4.1
12302026-04-14T23:01:00.303Z Downloaded zstd v0.13.3
12312026-04-14T23:01:00.307Z Downloaded libm v0.2.16
12322026-04-14T23:01:00.310Z Downloaded tinyvec v1.10.0
12332026-04-14T23:01:00.313Z Downloaded typify v0.4.3
12342026-04-14T23:01:00.316Z Downloaded tungstenite v0.23.0
12352026-04-14T23:01:00.316Z Downloaded typify v0.6.1
12362026-04-14T23:01:00.320Z Downloaded tungstenite v0.21.0
12372026-04-14T23:01:00.320Z Downloaded hkdf v0.12.4
12382026-04-14T23:01:00.328Z Downloaded unicode-bidi v0.3.18
12392026-04-14T23:01:00.336Z Downloaded zerocopy v0.6.6
12402026-04-14T23:01:00.345Z Downloaded yasna v0.5.2
12412026-04-14T23:01:00.348Z Downloaded toml_edit v0.23.10+spec-1.0.0
12422026-04-14T23:01:00.352Z Downloaded uuid v1.21.0
12432026-04-14T23:01:00.356Z Downloaded p521 v0.13.3
12442026-04-14T23:01:00.359Z Downloaded rustyline v14.0.0
12452026-04-14T23:01:00.363Z Downloaded vte v0.14.1
12462026-04-14T23:01:00.383Z Downloaded unsafe-libyaml v0.2.11
12472026-04-14T23:01:00.389Z Downloaded reedline v0.40.0
12482026-04-14T23:01:00.389Z Downloaded rpassword v7.4.0
12492026-04-14T23:01:00.392Z Downloaded toml_edit v0.19.15
12502026-04-14T23:01:00.401Z Downloaded zopfli v0.8.3
12512026-04-14T23:01:00.404Z Downloaded zstd-safe v7.2.4
12522026-04-14T23:01:00.413Z Downloaded git2 v0.20.4
12532026-04-14T23:01:00.416Z Downloaded tokio-postgres v0.7.16
12542026-04-14T23:01:00.420Z Downloaded p384 v0.13.1
12552026-04-14T23:01:00.423Z Downloaded unicode_categories v0.1.1
12562026-04-14T23:01:00.433Z Downloaded reqwest v0.13.2
12572026-04-14T23:01:00.437Z Downloaded ssh-key v0.6.7
12582026-04-14T23:01:00.440Z Downloaded reqwest v0.12.28
12592026-04-14T23:01:00.447Z Downloaded zip v0.6.6
12602026-04-14T23:01:00.452Z Downloaded chrono v0.4.44
12612026-04-14T23:01:00.455Z Downloaded portable-atomic v1.13.1
12622026-04-14T23:01:00.458Z Downloaded rayon v1.11.0
12632026-04-14T23:01:00.463Z Downloaded zerocopy-derive v0.8.40
12642026-04-14T23:01:00.467Z Downloaded yansi v1.0.1
12652026-04-14T23:01:00.471Z Downloaded bindgen v0.71.1
12662026-04-14T23:01:00.475Z Downloaded regex v1.12.3
12672026-04-14T23:01:00.478Z Downloaded unicode-segmentation v1.12.0
12682026-04-14T23:01:00.483Z Downloaded goblin v0.10.5
12692026-04-14T23:01:00.489Z Downloaded salty v0.3.0
12702026-04-14T23:01:00.492Z Downloaded rustls-webpki v0.101.7
12712026-04-14T23:01:00.499Z Downloaded tower v0.5.3
12722026-04-14T23:01:00.508Z Downloaded typed-path v0.9.3
12732026-04-14T23:01:00.511Z Downloaded proptest v1.10.0
12742026-04-14T23:01:00.514Z Downloaded x509-cert v0.2.5
12752026-04-14T23:01:00.520Z Downloaded unicode-normalization v0.1.25
12762026-04-14T23:01:00.526Z Downloaded quick-xml v0.37.5
12772026-04-14T23:01:00.531Z Downloaded petname v2.0.2
12782026-04-14T23:01:00.531Z Downloaded lalrpop v0.19.12
12792026-04-14T23:01:00.535Z Downloaded tough v0.20.0
12802026-04-14T23:01:00.540Z Downloaded moka v0.12.13
12812026-04-14T23:01:00.561Z Downloaded quinn-proto v0.11.13
12822026-04-14T23:01:00.569Z Downloaded tower-http v0.6.8
12832026-04-14T23:01:00.575Z Downloaded tokio-util v0.7.18
12842026-04-14T23:01:00.579Z Downloaded rustls-webpki v0.102.8
12852026-04-14T23:01:00.588Z Downloaded winnow v0.6.26
12862026-04-14T23:01:00.593Z Downloaded object v0.30.4
12872026-04-14T23:01:00.598Z Downloaded serde_with v3.17.0
12882026-04-14T23:01:00.605Z Downloaded zip v4.6.1
12892026-04-14T23:01:00.608Z Downloaded bstr v1.12.1
12902026-04-14T23:01:00.628Z Downloaded nix v0.27.1
12912026-04-14T23:01:00.634Z Downloaded winnow v0.5.40
12922026-04-14T23:01:00.647Z Downloaded smoltcp v0.9.1
12932026-04-14T23:01:00.653Z Downloaded rustls v0.21.12
12942026-04-14T23:01:00.656Z Downloaded openssl v0.10.75
12952026-04-14T23:01:00.664Z Downloaded polar-core v0.27.3
12962026-04-14T23:01:00.689Z Downloaded nix v0.31.1
12972026-04-14T23:01:00.694Z Downloaded nix v0.29.0
12982026-04-14T23:01:00.701Z Downloaded dropshot v0.16.7
12992026-04-14T23:01:00.716Z Downloaded time v0.3.47
13002026-04-14T23:01:00.726Z Downloaded tabled v0.20.0
13012026-04-14T23:01:00.731Z Downloaded rustls v0.22.4
13022026-04-14T23:01:00.737Z Downloaded nix v0.28.0
13032026-04-14T23:01:00.743Z Downloaded regex-syntax v0.6.29
13042026-04-14T23:01:00.747Z Downloaded smoltcp v0.11.0
13052026-04-14T23:01:00.753Z Downloaded object v0.37.3
13062026-04-14T23:01:00.761Z Downloaded zlib-rs v0.6.2
13072026-04-14T23:01:00.764Z Downloaded openapiv3 v2.2.0
13082026-04-14T23:01:00.770Z Downloaded radix_trie v0.2.1
13092026-04-14T23:01:00.773Z Downloaded hickory-proto v0.24.4
13102026-04-14T23:01:00.782Z Downloaded vcpkg v0.2.15
13112026-04-14T23:01:00.804Z Downloaded zerocopy v0.8.40
13122026-04-14T23:01:00.809Z Downloaded hickory-proto v0.25.2
13132026-04-14T23:01:00.817Z Downloaded diesel v2.3.7
13142026-04-14T23:01:00.829Z Downloaded webpki-roots v1.0.6
13152026-04-14T23:01:00.832Z Downloaded rustls v0.23.37
13162026-04-14T23:01:00.838Z Downloaded regex-syntax v0.8.10
13172026-04-14T23:01:00.842Z Downloaded rustix v0.38.44
13182026-04-14T23:01:00.855Z Downloaded regress v0.10.5
13192026-04-14T23:01:00.899Z Downloaded sqlparser v0.61.0
13202026-04-14T23:01:00.914Z Downloaded tracing v0.1.44
13212026-04-14T23:01:00.927Z Downloaded sled v0.34.7
13222026-04-14T23:01:00.933Z Downloaded typify-impl v0.6.1
13232026-04-14T23:01:00.941Z Downloaded typify-impl v0.4.3
13242026-04-14T23:01:00.952Z Downloaded ratatui v0.29.0
13252026-04-14T23:01:00.962Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-04-14T23:01:00.981Z Downloaded zerocopy-derive v0.6.6
13272026-04-14T23:01:00.991Z Downloaded regex-automata v0.4.14
13282026-04-14T23:01:01.012Z Downloaded petgraph v0.6.5
13292026-04-14T23:01:01.023Z Downloaded chrono-tz v0.10.4
13302026-04-14T23:01:01.033Z Downloaded lzma-sys v0.1.20
13312026-04-14T23:01:01.052Z Downloaded jiff v0.2.21
13322026-04-14T23:01:01.060Z Downloaded csv v1.4.0
13332026-04-14T23:01:01.072Z Downloaded petgraph v0.8.3
13342026-04-14T23:01:01.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-14T23:01:01.102Z Downloaded tokio v1.49.0
13362026-04-14T23:01:01.127Z Downloaded sha3 v0.10.8
13372026-04-14T23:01:01.142Z Downloaded libz-sys v1.1.24
13382026-04-14T23:01:01.221Z Downloaded encoding_rs v0.8.35
13392026-04-14T23:01:01.239Z Downloaded ring v0.17.14
13402026-04-14T23:01:01.271Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-04-14T23:01:01.755Z Downloaded aws-lc-sys v0.37.1
13422026-04-14T23:01:02.005Z Compiling libc v0.2.180
13432026-04-14T23:01:02.005Z Compiling serde v1.0.228
13442026-04-14T23:01:02.010Z Compiling log v0.4.29
13452026-04-14T23:01:02.010Z Compiling find-msvc-tools v0.1.9
13462026-04-14T23:01:02.010Z Compiling shlex v1.3.0
13472026-04-14T23:01:02.010Z Compiling smallvec v1.15.1
13482026-04-14T23:01:02.010Z Compiling syn v2.0.117
13492026-04-14T23:01:02.011Z Compiling typenum v1.19.0
13502026-04-14T23:01:02.356Z Compiling generic-array v0.14.7
13512026-04-14T23:01:02.356Z Compiling subtle v2.6.1
13522026-04-14T23:01:02.356Z Compiling scopeguard v1.2.0
13532026-04-14T23:01:02.442Z Compiling lock_api v0.4.14
13542026-04-14T23:01:02.469Z Compiling portable-atomic v1.13.1
13552026-04-14T23:01:02.472Z Compiling const-oid v0.9.6
13562026-04-14T23:01:02.547Z Compiling critical-section v1.2.0
13572026-04-14T23:01:02.608Z Compiling zerocopy v0.8.40
13582026-04-14T23:01:02.649Z Compiling serde_json v1.0.149
13592026-04-14T23:01:02.663Z Compiling parking_lot_core v0.9.12
13602026-04-14T23:01:02.840Z Compiling pin-project-lite v0.2.17
13612026-04-14T23:01:02.939Z Compiling pkg-config v0.3.32
13622026-04-14T23:01:03.040Z Compiling getrandom v0.2.17
13632026-04-14T23:01:03.054Z Compiling jobserver v0.1.34
13642026-04-14T23:01:03.068Z Compiling errno v0.3.14
13652026-04-14T23:01:03.215Z Compiling rand_core v0.6.4
13662026-04-14T23:01:03.227Z Compiling signal-hook-registry v1.4.8
13672026-04-14T23:01:03.263Z Compiling cc v1.2.56
13682026-04-14T23:01:03.424Z Compiling once_cell v1.21.3
13692026-04-14T23:01:03.477Z Compiling mio v1.1.1
13702026-04-14T23:01:03.481Z Compiling bitflags v2.11.0
13712026-04-14T23:01:03.507Z Compiling libm v0.2.16
13722026-04-14T23:01:03.627Z Compiling num-traits v0.2.19
13732026-04-14T23:01:03.715Z Compiling parking_lot v0.12.5
13742026-04-14T23:01:03.733Z Compiling futures-core v0.3.32
13752026-04-14T23:01:03.883Z Compiling socket2 v0.6.2
13762026-04-14T23:01:03.930Z Compiling percent-encoding v2.3.2
13772026-04-14T23:01:03.977Z Compiling allocator-api2 v0.2.21
13782026-04-14T23:01:04.058Z Compiling futures-sink v0.3.32
13792026-04-14T23:01:04.076Z Compiling foldhash v0.2.0
13802026-04-14T23:01:04.232Z Compiling cpufeatures v0.2.17
13812026-04-14T23:01:04.249Z Compiling futures-channel v0.3.32
13822026-04-14T23:01:04.324Z Compiling slab v0.4.12
13832026-04-14T23:01:04.340Z Compiling futures-io v0.3.32
13842026-04-14T23:01:04.392Z Compiling futures-task v0.3.32
13852026-04-14T23:01:04.441Z Compiling hashbrown v0.16.1
13862026-04-14T23:01:04.484Z Compiling getrandom v0.4.1
13872026-04-14T23:01:04.494Z Compiling rustversion v1.0.22
13882026-04-14T23:01:04.512Z Compiling getrandom v0.3.4
13892026-04-14T23:01:04.574Z Compiling rand_core v0.10.0
13902026-04-14T23:01:04.924Z Compiling form_urlencoded v1.2.2
13912026-04-14T23:01:05.055Z Compiling synstructure v0.13.2
13922026-04-14T23:01:05.055Z Compiling indexmap v2.13.0
13932026-04-14T23:01:05.112Z Compiling cmake v0.1.57
13942026-04-14T23:01:05.131Z Compiling fs_extra v1.3.0
13952026-04-14T23:01:05.364Z Compiling ident_case v1.0.1
13962026-04-14T23:01:05.386Z Compiling dunce v1.0.5
13972026-04-14T23:01:05.499Z Compiling base64ct v1.8.3
13982026-04-14T23:01:05.505Z Compiling flagset v0.4.7
13992026-04-14T23:01:05.505Z Compiling rand_core v0.9.5
14002026-04-14T23:01:05.534Z Compiling aws-lc-sys v0.37.1
14012026-04-14T23:01:05.534Z Compiling rustix v1.1.3
14022026-04-14T23:01:05.640Z Compiling iana-time-zone v0.1.65
14032026-04-14T23:01:05.702Z Compiling uuid v1.21.0
14042026-04-14T23:01:05.762Z Compiling pem-rfc7468 v0.7.0
14052026-04-14T23:01:05.799Z Compiling ring v0.17.14
14062026-04-14T23:01:05.834Z Compiling rustc_version v0.4.1
14072026-04-14T23:01:05.873Z Compiling regex-syntax v0.8.10
14082026-04-14T23:01:06.060Z Compiling aws-lc-rs v1.16.0
14092026-04-14T23:01:06.123Z Compiling vcpkg v0.2.15
14102026-04-14T23:01:06.373Z Compiling tracing-core v0.1.36
14112026-04-14T23:01:06.398Z Compiling crossbeam-utils v0.8.21
14122026-04-14T23:01:06.721Z Compiling pest_generator v2.8.6
14132026-04-14T23:01:06.732Z Compiling serde_derive v1.0.228
14142026-04-14T23:01:06.874Z Compiling zeroize_derive v1.4.3
14152026-04-14T23:01:06.933Z Compiling zerofrom-derive v0.1.6
14162026-04-14T23:01:07.330Z Compiling yoke-derive v0.8.1
14172026-04-14T23:01:07.441Z Compiling zerocopy-derive v0.8.40
14182026-04-14T23:01:07.532Z Compiling zeroize v1.8.2
14192026-04-14T23:01:08.224Z Compiling zerovec-derive v0.11.2
14202026-04-14T23:01:08.292Z Compiling crypto-common v0.1.7
14212026-04-14T23:01:08.332Z Compiling zerofrom v0.1.6
14222026-04-14T23:01:08.449Z Compiling block-buffer v0.10.4
14232026-04-14T23:01:08.456Z Compiling displaydoc v0.2.5
14242026-04-14T23:01:08.498Z Compiling yoke v0.8.1
14252026-04-14T23:01:08.610Z Compiling digest v0.10.7
14262026-04-14T23:01:08.688Z Compiling tokio-macros v2.6.0
14272026-04-14T23:01:08.851Z Compiling hmac v0.12.1
14282026-04-14T23:01:09.008Z Compiling futures-macro v0.3.32
14292026-04-14T23:01:09.180Z Compiling zerotrie v0.2.3
14302026-04-14T23:01:09.329Z Compiling zerovec v0.11.5
14312026-04-14T23:01:09.472Z Compiling block-padding v0.3.3
14322026-04-14T23:01:09.483Z Compiling sha2 v0.10.9
14332026-04-14T23:01:09.599Z Compiling inout v0.1.4
14342026-04-14T23:01:09.776Z Compiling cipher v0.4.4
14352026-04-14T23:01:09.828Z Compiling tinystr v0.8.2
14362026-04-14T23:01:09.842Z Compiling potential_utf v0.1.4
14372026-04-14T23:01:10.004Z Compiling icu_locale_core v2.1.1
14382026-04-14T23:01:10.027Z Compiling icu_collections v2.1.1
14392026-04-14T23:01:10.043Z Compiling futures-util v0.3.32
14402026-04-14T23:01:10.272Z Compiling bytes v1.11.1
14412026-04-14T23:01:10.452Z Compiling der_derive v0.7.3
14422026-04-14T23:01:10.504Z Compiling chrono v0.4.44
14432026-04-14T23:01:10.864Z Compiling tokio v1.49.0
14442026-04-14T23:01:10.867Z Compiling icu_provider v2.1.1
14452026-04-14T23:01:10.894Z Compiling http v1.4.0
14462026-04-14T23:01:11.155Z Compiling icu_properties v2.1.2
14472026-04-14T23:01:11.393Z Compiling icu_normalizer v2.1.1
14482026-04-14T23:01:11.775Z Compiling ppv-lite86 v0.2.21
14492026-04-14T23:01:11.875Z Compiling der v0.7.10
14502026-04-14T23:01:11.890Z Compiling salsa20 v0.10.2
14512026-04-14T23:01:11.910Z Compiling pbkdf2 v0.12.2
14522026-04-14T23:01:12.024Z Compiling idna_adapter v1.2.1
14532026-04-14T23:01:12.024Z Compiling thiserror-impl v2.0.18
14542026-04-14T23:01:12.095Z Compiling rand_chacha v0.9.0
14552026-04-14T23:01:12.160Z Compiling idna v1.1.0
14562026-04-14T23:01:12.229Z Compiling scrypt v0.11.0
14572026-04-14T23:01:12.287Z Compiling aes v0.8.4
14582026-04-14T23:01:12.479Z Compiling url v2.5.8
14592026-04-14T23:01:12.781Z Compiling spki v0.7.3
14602026-04-14T23:01:12.799Z Compiling cbc v0.1.2
14612026-04-14T23:01:12.949Z Compiling rustls-pki-types v1.14.0
14622026-04-14T23:01:12.989Z Compiling openssl-sys v0.9.111
14632026-04-14T23:01:13.039Z Compiling tracing-attributes v0.1.31
14642026-04-14T23:01:13.269Z Compiling pkcs5 v0.7.1
14652026-04-14T23:01:13.335Z Compiling rand v0.9.2
14662026-04-14T23:01:13.346Z Compiling thiserror v2.0.18
14672026-04-14T23:01:13.398Z Compiling http-body v1.0.1
14682026-04-14T23:01:13.451Z Compiling serde_derive_internals v0.29.1
14692026-04-14T23:01:13.552Z Compiling httparse v1.10.1
14702026-04-14T23:01:13.563Z Compiling base64 v0.22.1
14712026-04-14T23:01:13.741Z Compiling syn v1.0.109
14722026-04-14T23:01:13.872Z Compiling schemars v0.8.22
14732026-04-14T23:01:13.887Z Compiling untrusted v0.7.1
14742026-04-14T23:01:14.013Z Compiling openssl-probe v0.2.1
14752026-04-14T23:01:14.042Z Compiling untrusted v0.9.0
14762026-04-14T23:01:14.193Z Compiling pkcs8 v0.10.2
14772026-04-14T23:01:14.208Z Compiling pest_derive v2.8.6
14782026-04-14T23:01:14.225Z Compiling scroll_derive v0.13.1
14792026-04-14T23:01:14.371Z Compiling schemars_derive v0.8.22
14802026-04-14T23:01:14.404Z Compiling tracing v0.1.44
14812026-04-14T23:01:14.499Z Compiling tokio-util v0.7.18
14822026-04-14T23:01:14.655Z Compiling darling_core v0.20.11
14832026-04-14T23:01:15.029Z Compiling rustls v0.23.37
14842026-04-14T23:01:15.140Z Compiling atomic-waker v1.1.2
14852026-04-14T23:01:15.199Z Compiling try-lock v0.2.5
14862026-04-14T23:01:15.267Z Compiling tinyvec_macros v0.1.1
14872026-04-14T23:01:15.317Z Compiling tower-layer v0.3.3
14882026-04-14T23:01:15.343Z Compiling dyn-clone v1.0.20
14892026-04-14T23:01:15.477Z Compiling tower-service v0.3.3
14902026-04-14T23:01:15.481Z Compiling tinyvec v1.10.0
14912026-04-14T23:01:15.525Z Compiling want v0.3.1
14922026-04-14T23:01:15.585Z Compiling h2 v0.4.13
14932026-04-14T23:01:15.686Z Compiling scroll v0.13.0
14942026-04-14T23:01:15.954Z Compiling ipnet v2.11.0
14952026-04-14T23:01:16.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-14T23:01:16.431Z Compiling spin v0.9.8
14972026-04-14T23:01:16.450Z Compiling aho-corasick v1.1.4
14982026-04-14T23:01:16.484Z Compiling num-conv v0.2.0
14992026-04-14T23:01:16.616Z Compiling openssl v0.10.75
15002026-04-14T23:01:16.635Z Compiling crc32fast v1.5.0
15012026-04-14T23:01:16.844Z Compiling pin-utils v0.1.0
15022026-04-14T23:01:16.875Z Compiling foreign-types-shared v0.1.1
15032026-04-14T23:01:16.899Z Compiling httpdate v1.0.3
15042026-04-14T23:01:16.917Z Compiling time-core v0.1.8
15052026-04-14T23:01:16.940Z Compiling darling_macro v0.20.11
15062026-04-14T23:01:16.959Z Compiling powerfmt v0.2.0
15072026-04-14T23:01:17.061Z Compiling time-macros v0.2.27
15082026-04-14T23:01:17.113Z Compiling deranged v0.5.8
15092026-04-14T23:01:17.157Z Compiling tempfile v3.25.0
15102026-04-14T23:01:17.404Z Compiling darling v0.20.11
15112026-04-14T23:01:17.492Z Compiling regex-automata v0.4.14
15122026-04-14T23:01:17.529Z Compiling foreign-types v0.3.2
15132026-04-14T23:01:18.068Z Compiling goblin v0.10.5
15142026-04-14T23:01:18.108Z Compiling thiserror-impl v1.0.69
15152026-04-14T23:01:18.633Z Compiling hyper v1.8.1
15162026-04-14T23:01:19.397Z Compiling openssl-macros v0.1.1
15172026-04-14T23:01:19.536Z Compiling wait-timeout v0.2.1
15182026-04-14T23:01:19.769Z Compiling simd-adler32 v0.3.8
15192026-04-14T23:01:19.789Z Compiling either v1.15.0
15202026-04-14T23:01:19.800Z Compiling bit-vec v0.8.0
15212026-04-14T23:01:19.996Z Compiling num_threads v0.1.7
15222026-04-14T23:01:20.017Z Compiling quick-error v1.2.3
15232026-04-14T23:01:20.032Z Compiling siphasher v1.0.2
15242026-04-14T23:01:20.088Z Compiling native-tls v0.2.18
15252026-04-14T23:01:20.121Z Compiling usdt-impl v0.6.0
15262026-04-14T23:01:20.220Z Compiling rusty-fork v0.3.1
15272026-04-14T23:01:20.283Z Compiling time v0.3.47
15282026-04-14T23:01:20.315Z Compiling bit-set v0.8.0
15292026-04-14T23:01:20.483Z Compiling hyper-util v0.1.20
15302026-04-14T23:01:20.541Z Compiling thiserror v1.0.69
15312026-04-14T23:01:20.828Z Compiling dof v0.4.0
15322026-04-14T23:01:21.581Z Compiling derive_builder_core v0.20.2
15332026-04-14T23:01:21.832Z Compiling unicode-normalization v0.1.25
15342026-04-14T23:01:21.997Z Compiling crossbeam-epoch v0.9.18
15352026-04-14T23:01:22.199Z Compiling dtrace-parser v0.3.0
15362026-04-14T23:01:22.281Z Compiling rustls-native-certs v0.8.3
15372026-04-14T23:01:22.313Z Compiling signature v2.2.0
15382026-04-14T23:01:22.327Z Compiling scroll_derive v0.12.1
15392026-04-14T23:01:22.444Z Compiling heapless v0.7.17
15402026-04-14T23:01:22.485Z Compiling rand_xorshift v0.4.0
15412026-04-14T23:01:22.563Z Compiling slog v2.8.2
15422026-04-14T23:01:22.650Z Compiling darling_core v0.21.3
15432026-04-14T23:01:22.681Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-14T23:01:22.746Z Compiling sync_wrapper v1.0.2
15452026-04-14T23:01:22.855Z Compiling thread-id v5.1.0
15462026-04-14T23:01:22.930Z Compiling cookie v0.18.1
15472026-04-14T23:01:22.945Z Compiling unicode-properties v0.1.4
15482026-04-14T23:01:22.960Z Compiling unarray v0.1.4
15492026-04-14T23:01:22.977Z Compiling unicode-segmentation v1.12.0
15502026-04-14T23:01:23.070Z Compiling zstd-safe v7.2.4
15512026-04-14T23:01:23.110Z Compiling signal-hook v0.3.18
15522026-04-14T23:01:23.153Z Compiling anyhow v1.0.102
15532026-04-14T23:01:23.185Z Compiling unicode-bidi v0.3.18
15542026-04-14T23:01:23.261Z Compiling rayon-core v1.13.0
15552026-04-14T23:01:23.279Z Compiling paste v1.0.15
15562026-04-14T23:01:23.350Z Compiling adler2 v2.0.1
15572026-04-14T23:01:23.466Z Compiling miniz_oxide v0.8.9
15582026-04-14T23:01:23.500Z Compiling stringprep v0.1.5
15592026-04-14T23:01:23.637Z Compiling proptest v1.10.0
15602026-04-14T23:01:23.663Z Compiling scroll v0.12.0
15612026-04-14T23:01:23.940Z Compiling tower v0.5.3
15622026-04-14T23:01:24.133Z Compiling derive_builder_macro v0.20.2
15632026-04-14T23:01:24.432Z Compiling crossbeam-deque v0.8.6
15642026-04-14T23:01:24.461Z Compiling ipnetwork v0.21.1
15652026-04-14T23:01:24.465Z Compiling http-body-util v0.1.3
15662026-04-14T23:01:24.555Z Compiling webpki-roots v1.0.6
15672026-04-14T23:01:24.614Z Compiling rand_chacha v0.3.1
15682026-04-14T23:01:24.629Z Compiling serde_tokenstream v0.2.3
15692026-04-14T23:01:24.676Z Compiling serde_spanned v0.6.9
15702026-04-14T23:01:24.721Z Compiling toml_datetime v0.6.11
15712026-04-14T23:01:24.826Z Compiling erased-serde v0.3.31
15722026-04-14T23:01:24.866Z Compiling md-5 v0.10.6
15732026-04-14T23:01:24.938Z Compiling zerocopy-derive v0.7.35
15742026-04-14T23:01:24.985Z Compiling curve25519-dalek v4.1.3
15752026-04-14T23:01:25.033Z Compiling vergen-lib v0.1.6
15762026-04-14T23:01:25.175Z Compiling darling_macro v0.21.3
15772026-04-14T23:01:25.214Z Compiling num-integer v0.1.46
15782026-04-14T23:01:25.313Z Compiling hash32 v0.2.1
15792026-04-14T23:01:25.328Z Compiling ff v0.13.1
15802026-04-14T23:01:25.430Z Compiling memoffset v0.9.1
15812026-04-14T23:01:25.467Z Compiling base16ct v0.2.0
15822026-04-14T23:01:25.510Z Compiling num-bigint-dig v0.8.6
15832026-04-14T23:01:25.537Z Compiling ref-cast v1.0.25
15842026-04-14T23:01:25.624Z Compiling iri-string v0.7.10
15852026-04-14T23:01:25.647Z Compiling zlib-rs v0.6.2
15862026-04-14T23:01:25.662Z Compiling ryu v1.0.23
15872026-04-14T23:01:25.693Z Compiling cfg_aliases v0.2.1
15882026-04-14T23:01:25.770Z Compiling rustix v0.38.44
15892026-04-14T23:01:25.797Z Compiling smoltcp v0.9.1
15902026-04-14T23:01:25.833Z Compiling fallible-iterator v0.2.0
15912026-04-14T23:01:25.848Z Compiling psl-types v2.0.11
15922026-04-14T23:01:25.970Z Compiling litrs v1.0.0
15932026-04-14T23:01:26.138Z Compiling postgres-protocol v0.6.10
15942026-04-14T23:01:26.154Z Compiling newtype-uuid v1.3.2
15952026-04-14T23:01:26.191Z Compiling publicsuffix v2.3.0
15962026-04-14T23:01:26.413Z Compiling zerocopy v0.7.35
15972026-04-14T23:01:26.473Z Compiling document-features v0.2.12
15982026-04-14T23:01:26.487Z Compiling serde_urlencoded v0.7.1
15992026-04-14T23:01:26.683Z Compiling nix v0.31.1
16002026-04-14T23:01:26.729Z Compiling tower-http v0.6.8
16012026-04-14T23:01:26.973Z Compiling darling v0.21.3
16022026-04-14T23:01:27.057Z Compiling sec1 v0.7.3
16032026-04-14T23:01:27.090Z Compiling group v0.13.0
16042026-04-14T23:01:27.124Z Compiling num-iter v0.1.45
16052026-04-14T23:01:27.261Z Compiling rand v0.8.5
16062026-04-14T23:01:27.265Z Compiling oxnet v0.1.4
16072026-04-14T23:01:27.322Z Compiling derive_builder v0.20.2
16082026-04-14T23:01:27.524Z Compiling proc-macro-error v1.0.4
16092026-04-14T23:01:27.674Z Compiling tokio-native-tls v0.3.1
16102026-04-14T23:01:27.818Z Compiling goblin v0.8.2
16112026-04-14T23:01:28.184Z Compiling heck v0.4.1
16122026-04-14T23:01:28.410Z Compiling phf_shared v0.13.1
16132026-04-14T23:01:28.426Z Compiling hubpack_derive v0.1.1
16142026-04-14T23:01:28.437Z Compiling regex v1.12.3
16152026-04-14T23:01:28.624Z Compiling flate2 v1.1.9
16162026-04-14T23:01:28.653Z Compiling lazy_static v1.5.0
16172026-04-14T23:01:28.747Z Compiling cargo-platform v0.1.9
16182026-04-14T23:01:28.845Z Compiling hkdf v0.12.4
16192026-04-14T23:01:28.853Z Compiling crypto-bigint v0.5.5
16202026-04-14T23:01:28.872Z Compiling terminal_size v0.4.3
16212026-04-14T23:01:29.014Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-14T23:01:29.040Z Compiling daft-derive v0.1.5
16232026-04-14T23:01:29.041Z Compiling ref-cast-impl v1.0.25
16242026-04-14T23:01:29.041Z Compiling async-trait v0.1.89
16252026-04-14T23:01:29.597Z Compiling strum_macros v0.27.2
16262026-04-14T23:01:29.659Z Compiling vergen v9.0.6
16272026-04-14T23:01:29.719Z Compiling fs-err v3.3.0
16282026-04-14T23:01:29.841Z Compiling ahash v0.8.12
16292026-04-14T23:01:29.910Z Compiling managed v0.8.0
16302026-04-14T23:01:30.047Z Compiling winnow v0.5.40
16312026-04-14T23:01:30.133Z Compiling bitflags v1.3.2
16322026-04-14T23:01:30.142Z Compiling bumpalo v3.20.2
16332026-04-14T23:01:30.210Z Compiling object v0.37.3
16342026-04-14T23:01:30.396Z Compiling foldhash v0.1.5
16352026-04-14T23:01:30.479Z Compiling libbz2-rs-sys v0.2.2
16362026-04-14T23:01:30.579Z Compiling hashbrown v0.15.5
16372026-04-14T23:01:30.992Z Compiling bzip2 v0.6.1
16382026-04-14T23:01:31.160Z Compiling zopfli v0.8.3
16392026-04-14T23:01:31.181Z Compiling clap_builder v4.5.60
16402026-04-14T23:01:31.202Z Compiling console v0.16.2
16412026-04-14T23:01:31.317Z Compiling toml_edit v0.19.15
16422026-04-14T23:01:31.590Z Compiling strum v0.27.2
16432026-04-14T23:01:31.749Z Compiling dof v0.3.0
16442026-04-14T23:01:31.840Z Compiling elliptic-curve v0.13.8
16452026-04-14T23:01:31.875Z Compiling daft v0.1.5
16462026-04-14T23:01:32.406Z Compiling cargo_metadata v0.19.2
16472026-04-14T23:01:32.411Z Compiling hubpack v0.1.2
16482026-04-14T23:01:32.557Z Compiling phf v0.13.1
16492026-04-14T23:01:32.721Z Compiling zone_cfg_derive v0.3.1
16502026-04-14T23:01:35.457Z Compiling signal-hook-mio v0.2.5
16512026-04-14T23:01:35.483Z Compiling cookie_store v0.22.1
16522026-04-14T23:01:35.483Z Compiling zstd v0.13.3
16532026-04-14T23:01:35.483Z Compiling rayon v1.11.0
16542026-04-14T23:01:35.483Z Compiling hyper-tls v0.6.0
16552026-04-14T23:01:35.483Z Compiling bzip2 v0.4.4
16562026-04-14T23:01:35.511Z Compiling serde_with_macros v3.17.0
16572026-04-14T23:01:35.511Z Compiling postgres-types v0.2.12
16582026-04-14T23:01:35.511Z Compiling usdt-attr-macro v0.6.0
16592026-04-14T23:01:35.512Z Compiling usdt-macro v0.6.0
16602026-04-14T23:01:35.512Z Compiling ed25519 v2.2.3
16612026-04-14T23:01:35.512Z Compiling dtrace-parser v0.2.0
16622026-04-14T23:01:35.512Z Compiling phf_shared v0.11.3
16632026-04-14T23:01:35.535Z Compiling itertools v0.12.1
16642026-04-14T23:01:37.063Z Compiling bstr v1.12.1
16652026-04-14T23:01:37.081Z Compiling pkcs1 v0.7.5
16662026-04-14T23:01:37.082Z Compiling serde-big-array v0.5.1
16672026-04-14T23:01:37.082Z Compiling hex v0.4.3
16682026-04-14T23:01:37.082Z Compiling rfc6979 v0.4.0
16692026-04-14T23:01:37.082Z Compiling strum_macros v0.26.4
16702026-04-14T23:01:37.082Z Compiling serde_repr v0.1.20
16712026-04-14T23:01:37.082Z Compiling clap_derive v4.5.55
16722026-04-14T23:01:37.082Z Compiling enum-as-inner v0.6.1
16732026-04-14T23:01:37.082Z Compiling float-cmp v0.10.0
16742026-04-14T23:01:37.082Z Compiling thread-id v4.2.2
16752026-04-14T23:01:37.082Z Compiling memmap2 v0.9.10
16762026-04-14T23:01:37.082Z Compiling env_filter v1.0.0
16772026-04-14T23:01:37.082Z Compiling encoding_rs v0.8.35
16782026-04-14T23:01:37.082Z Compiling new_debug_unreachable v1.0.6
16792026-04-14T23:01:37.082Z Compiling fixedbitset v0.5.7
16802026-04-14T23:01:37.082Z Compiling difflib v0.4.0
16812026-04-14T23:01:37.082Z Compiling static_assertions v1.1.0
16822026-04-14T23:01:37.082Z Compiling unit-prefix v0.5.2
16832026-04-14T23:01:37.104Z Compiling predicates-core v1.0.10
16842026-04-14T23:01:37.584Z Compiling normalize-line-endings v0.3.0
16852026-04-14T23:01:37.588Z Compiling fixedbitset v0.4.2
16862026-04-14T23:01:37.588Z Compiling keccak v0.1.6
16872026-04-14T23:01:37.588Z Compiling data-encoding v2.10.0
16882026-04-14T23:01:37.588Z Compiling jiff v0.2.21
16892026-04-14T23:01:37.837Z Compiling precomputed-hash v0.1.1
16902026-04-14T23:01:38.734Z Compiling rustc-hash v2.1.1
16912026-04-14T23:01:38.760Z Compiling mime v0.3.17
16922026-04-14T23:01:38.760Z Compiling whoami v2.1.0
16932026-04-14T23:01:38.760Z Compiling iddqd v0.3.17
16942026-04-14T23:01:38.760Z Compiling clap v4.5.60
16952026-04-14T23:01:38.760Z Compiling string_cache v0.8.9
16962026-04-14T23:01:38.760Z Compiling strum v0.26.3
16972026-04-14T23:01:38.760Z Compiling hickory-proto v0.25.2
16982026-04-14T23:01:38.760Z Compiling sha3 v0.10.8
16992026-04-14T23:01:38.760Z Compiling tokio-postgres v0.7.16
17002026-04-14T23:01:38.760Z Compiling petgraph v0.6.5
17012026-04-14T23:01:38.760Z Compiling predicates v3.1.4
17022026-04-14T23:01:38.760Z Compiling toml_edit v0.22.27
17032026-04-14T23:01:39.184Z Compiling indicatif v0.18.4
17042026-04-14T23:01:39.218Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-04-14T23:01:39.839Z Compiling petgraph v0.8.3
17062026-04-14T23:01:39.938Z Compiling env_logger v0.11.9
17072026-04-14T23:01:40.297Z Compiling zip v4.6.1
17082026-04-14T23:01:40.532Z Compiling usdt v0.6.0
17092026-04-14T23:01:40.800Z Compiling zone v0.3.1
17102026-04-14T23:01:41.258Z Compiling usdt-impl v0.5.0
17112026-04-14T23:01:41.405Z Compiling ecdsa v0.16.9
17122026-04-14T23:01:41.474Z Compiling serde_with v3.17.0
17132026-04-14T23:01:41.728Z Compiling similar v2.7.0
17142026-04-14T23:01:41.763Z Compiling rsa v0.9.10
17152026-04-14T23:01:41.792Z Compiling ed25519-dalek v2.2.0
17162026-04-14T23:01:41.839Z Compiling crossterm v0.28.1
17172026-04-14T23:01:42.447Z Compiling zip v0.6.6
17182026-04-14T23:01:42.945Z Compiling toml v0.7.8
17192026-04-14T23:01:43.193Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-14T23:01:43.258Z Compiling itertools v0.13.0
17212026-04-14T23:01:43.351Z Compiling tokio-stream v0.1.18
17222026-04-14T23:01:43.384Z Compiling buf-list v1.1.2
17232026-04-14T23:01:43.546Z Compiling x509-cert v0.2.5
17242026-04-14T23:01:43.671Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-04-14T23:01:43.817Z Compiling openapiv3 v2.2.0
17262026-04-14T23:01:43.831Z Compiling sha1 v0.10.6
17272026-04-14T23:01:43.973Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-04-14T23:01:44.054Z Compiling peg-runtime v0.8.5
17292026-04-14T23:01:44.296Z Compiling lalrpop-util v0.19.12
17302026-04-14T23:01:44.347Z Compiling thread_local v1.1.9
17312026-04-14T23:01:44.495Z Compiling slog-async v2.8.0
17322026-04-14T23:01:44.522Z Compiling crossbeam-channel v0.5.15
17332026-04-14T23:01:44.609Z Compiling futures-executor v0.3.32
17342026-04-14T23:01:45.090Z Compiling is-terminal v0.4.17
17352026-04-14T23:01:45.090Z Compiling filetime v0.2.27
17362026-04-14T23:01:45.090Z Compiling term v1.2.1
17372026-04-14T23:01:45.090Z Compiling take_mut v0.2.2
17382026-04-14T23:01:45.090Z Compiling xattr v1.6.1
17392026-04-14T23:01:45.112Z Compiling futures v0.3.32
17402026-04-14T23:01:45.196Z Compiling slog-term v2.9.2
17412026-04-14T23:01:45.229Z Compiling tar v0.4.45
17422026-04-14T23:01:51.574Z Compiling rustls-webpki v0.103.9
17432026-04-14T23:01:54.438Z Compiling tokio-rustls v0.26.4
17442026-04-14T23:01:54.438Z Compiling rustls-platform-verifier v0.6.2
17452026-04-14T23:01:54.645Z Compiling hyper-rustls v0.27.7
17462026-04-14T23:01:54.853Z Compiling reqwest v0.13.2
17472026-04-14T23:01:54.853Z Compiling reqwest v0.12.28
17482026-04-14T23:01:56.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-04-14T23:01:57.159Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-04-14T23:01:59.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-04-14T23:02:00.130Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-04-14T23:02:00.186ZApr 14 23:01:58.664 INFO Starting download, target: Clickhouse
17532026-04-14T23:02:00.186ZApr 14 23:01:58.664 INFO Starting download, target: Cockroach
17542026-04-14T23:02:00.186ZApr 14 23:01:58.664 INFO Starting download, target: Console
17552026-04-14T23:02:00.186ZApr 14 23:01:58.664 INFO Starting download, target: DendriteStub
17562026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Starting download, target: MaghemiteMgd
17572026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Starting download, target: TransceiverControl
17582026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-04-14T23:02:00.189ZApr 14 23:01:58.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-04-14T23:02:00.646ZApr 14 23:01:59.122 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-04-14T23:02:00.932ZApr 14 23:01:59.396 INFO Download complete, target: TransceiverControl
17662026-04-14T23:02:01.114ZApr 14 23:01:59.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-04-14T23:02:01.355ZApr 14 23:01:59.816 INFO Download complete, target: Console
17682026-04-14T23:02:01.823ZApr 14 23:02:00.300 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-04-14T23:02:02.129ZApr 14 23:02:00.606 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-04-14T23:02:02.584ZApr 14 23:02:01.050 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-04-14T23:02:02.584ZApr 14 23:02:01.050 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-04-14T23:02:02.696ZApr 14 23:02:01.169 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-04-14T23:02:04.167ZApr 14 23:02:02.645 INFO Download complete, target: DendriteStub
17742026-04-14T23:02:04.461ZApr 14 23:02:02.936 INFO Download complete, target: MaghemiteMgd
17752026-04-14T23:02:07.179ZApr 14 23:02:05.657 INFO Checking that binary works, target: Cockroach
17762026-04-14T23:02:07.291ZApr 14 23:02:05.768 INFO Download complete, target: Cockroach
17772026-04-14T23:02:09.469ZApr 14 23:02:07.946 INFO Checking that binary works, target: Clickhouse
17782026-04-14T23:02:09.566ZApr 14 23:02:08.040 INFO Download complete, target: Clickhouse
17792026-04-14T23:02:09.577ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-04-14T23:02:09.581Z
17812026-04-14T23:02:09.581Zreal 3:07.671408352
17822026-04-14T23:02:09.581Zuser 7:20.153300106
17832026-04-14T23:02:09.581Zsys 1:25.915728257
17842026-04-14T23:02:09.581Ztrap 0.221589546
17852026-04-14T23:02:09.581Ztflt 0.595462923
17862026-04-14T23:02:09.581Zdflt 0.502843232
17872026-04-14T23:02:09.581Zkflt 0.030253542
17882026-04-14T23:02:09.581Zlock 21:16.763532371
17892026-04-14T23:02:09.581Zslp 22:00.990566025
17902026-04-14T23:02:09.581Zlat 44.133173706
17912026-04-14T23:02:09.581Zstop 2:05.229570249
17922026-04-14T23:02:09.581Z+ banner clippy
17932026-04-14T23:02:09.581Z
17942026-04-14T23:02:09.581Z #### # # ##### ##### # #
17952026-04-14T23:02:09.581Z # # # # # # # # # #
17962026-04-14T23:02:09.581Z # # # # # # # #
17972026-04-14T23:02:09.581Z # # # ##### ##### #
17982026-04-14T23:02:09.581Z # # # # # # #
17992026-04-14T23:02:09.581Z #### ###### # # # #
18002026-04-14T23:02:09.581Z
18012026-04-14T23:02:09.581Z+ export CARGO_INCREMENTAL=0
18022026-04-14T23:02:09.581Z+ CARGO_INCREMENTAL=0
18032026-04-14T23:02:09.581Z+ ptime -m cargo xtask clippy
18042026-04-14T23:02:10.124Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-04-14T23:02:10.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-04-14T23:02:12.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18072026-04-14T23:02:12.299Z Running `target/debug/xtask clippy`
18082026-04-14T23:02:12.328Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-04-14T23:02:12.946Z Downloading crates ...
18102026-04-14T23:02:13.144Z Downloaded cast v0.3.0
18112026-04-14T23:02:13.149Z Downloaded addr2line v0.25.1
18122026-04-14T23:02:13.158Z Downloaded path-tree v0.8.3
18132026-04-14T23:02:13.158Z Downloaded linkme-impl v0.3.35
18142026-04-14T23:02:13.158Z Downloaded cargo_metadata v0.23.1
18152026-04-14T23:02:13.158Z Downloaded nested v0.1.1
18162026-04-14T23:02:13.158Z Downloaded parking v2.2.1
18172026-04-14T23:02:13.158Z Downloaded libtest-mimic v0.8.1
18182026-04-14T23:02:13.165Z Downloaded hickory-client v0.25.2
18192026-04-14T23:02:13.168Z Downloaded futures-timer v3.0.3
18202026-04-14T23:02:13.172Z Downloaded knuffel-derive v3.2.0
18212026-04-14T23:02:13.177Z Downloaded linkme v0.3.35
18222026-04-14T23:02:13.181Z Downloaded trybuild v1.0.116
18232026-04-14T23:02:13.184Z Downloaded supports-hyperlinks v2.1.0
18242026-04-14T23:02:13.184Z Downloaded similar-asserts v1.7.0
18252026-04-14T23:02:13.187Z Downloaded target-lexicon v0.13.3
18262026-04-14T23:02:13.187Z Downloaded miette v5.10.0
18272026-04-14T23:02:13.190Z Downloaded cargo-platform v0.3.2
18282026-04-14T23:02:13.190Z Downloaded target-triple v1.0.0
18292026-04-14T23:02:13.190Z Downloaded supports-color v2.1.0
18302026-04-14T23:02:13.190Z Downloaded plotters-svg v0.3.7
18312026-04-14T23:02:13.194Z Downloaded httptest v0.16.4
18322026-04-14T23:02:13.194Z Downloaded tinytemplate v1.2.1
18332026-04-14T23:02:13.200Z Downloaded guppy-workspace-hack v0.1.0
18342026-04-14T23:02:13.203Z Downloaded supports-unicode v2.1.0
18352026-04-14T23:02:13.203Z Downloaded async-object-pool v0.2.0
18362026-04-14T23:02:13.203Z Downloaded approx v0.5.1
18372026-04-14T23:02:13.207Z Downloaded constant_time_eq v0.3.1
18382026-04-14T23:02:13.212Z Downloaded terminal_size v0.1.17
18392026-04-14T23:02:13.216Z Downloaded escape8259 v0.5.3
18402026-04-14T23:02:13.216Z Downloaded backtrace-ext v0.2.1
18412026-04-14T23:02:13.216Z Downloaded assert-json-diff v2.0.2
18422026-04-14T23:02:13.219Z Downloaded owo-colors v3.5.0
18432026-04-14T23:02:13.225Z Downloaded pathdiff v0.2.3
18442026-04-14T23:02:13.229Z Downloaded serde_regex v1.1.0
18452026-04-14T23:02:13.232Z Downloaded plotters-backend v0.3.7
18462026-04-14T23:02:13.235Z Downloaded miette-derive v5.10.0
18472026-04-14T23:02:13.239Z Downloaded oorandom v11.1.5
18482026-04-14T23:02:13.242Z Downloaded knuffel v3.2.0
18492026-04-14T23:02:13.245Z Downloaded stringmetrics v2.2.2
18502026-04-14T23:02:13.245Z Downloaded termcolor v1.4.1
18512026-04-14T23:02:13.248Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18522026-04-14T23:02:13.251Z Downloaded rustc-demangle v0.1.27
18532026-04-14T23:02:13.255Z Downloaded partial-io v0.5.4
18542026-04-14T23:02:13.258Z Downloaded event-listener-strategy v0.5.4
18552026-04-14T23:02:13.258Z Downloaded target-spec v3.5.7
18562026-04-14T23:02:13.258Z Downloaded relative-path v1.9.3
18572026-04-14T23:02:13.288Z Downloaded concurrent-queue v2.5.0
18582026-04-14T23:02:13.288Z Downloaded rust-argon2 v2.1.0
18592026-04-14T23:02:13.288Z Downloaded anes v0.1.6
18602026-04-14T23:02:13.288Z Downloaded cfg-expr v0.20.6
18612026-04-14T23:02:13.288Z Downloaded assert_cmd v2.1.2
18622026-04-14T23:02:13.288Z Downloaded async-lock v3.4.2
18632026-04-14T23:02:13.289Z Downloaded event-listener v5.4.1
18642026-04-14T23:02:13.289Z Downloaded blake2b_simd v1.0.4
18652026-04-14T23:02:13.294Z Downloaded toml v1.0.3+spec-1.1.0
18662026-04-14T23:02:13.294Z Downloaded criterion-plot v0.6.0
18672026-04-14T23:02:13.294Z Downloaded datatest-stable v0.3.3
18682026-04-14T23:02:13.294Z Downloaded rstest v0.25.0
18692026-04-14T23:02:13.301Z Downloaded textwrap v0.15.2
18702026-04-14T23:02:13.301Z Downloaded rand_distr v0.5.1
18712026-04-14T23:02:13.301Z Downloaded rstest_macros v0.25.0
18722026-04-14T23:02:13.307Z Downloaded fancy-regex v0.14.0
18732026-04-14T23:02:13.311Z Downloaded backtrace v0.3.76
18742026-04-14T23:02:13.317Z Downloaded plotters v0.3.7
18752026-04-14T23:02:13.321Z Downloaded chumsky v0.9.3
18762026-04-14T23:02:13.329Z Downloaded criterion v0.7.0
18772026-04-14T23:02:13.333Z Downloaded hashbrown v0.14.5
18782026-04-14T23:02:13.336Z Downloaded guppy v0.17.25
18792026-04-14T23:02:13.354Z Downloaded gimli v0.32.3
18802026-04-14T23:02:13.445Z Downloaded httpmock v0.8.3
18812026-04-14T23:02:15.039Z Checking cfg-if v1.0.4
18822026-04-14T23:02:15.388Z Checking libc v0.2.180
18832026-04-14T23:02:15.392Z Checking serde_core v1.0.228
18842026-04-14T23:02:15.467Z Checking memchr v2.8.0
18852026-04-14T23:02:15.508Z Checking smallvec v1.15.1
18862026-04-14T23:02:15.549Z Checking itoa v1.0.17
18872026-04-14T23:02:15.586Z Checking log v0.4.29
18882026-04-14T23:02:15.629Z Checking zeroize v1.8.2
18892026-04-14T23:02:15.668Z Checking libm v0.2.16
18902026-04-14T23:02:15.722Z Checking stable_deref_trait v1.2.1
18912026-04-14T23:02:15.761Z Checking scopeguard v1.2.0
18922026-04-14T23:02:15.800Z Checking zmij v1.0.21
18932026-04-14T23:02:15.839Z Checking errno v0.3.14
18942026-04-14T23:02:15.839Z Checking getrandom v0.2.17
18952026-04-14T23:02:15.843Z Checking zerofrom v0.1.6
18962026-04-14T23:02:15.941Z Checking lock_api v0.4.14
18972026-04-14T23:02:15.980Z Checking percent-encoding v2.3.2
18982026-04-14T23:02:16.019Z Checking litemap v0.8.1
18992026-04-14T23:02:16.056Z Checking yoke v0.8.1
19002026-04-14T23:02:16.059Z Checking writeable v0.6.2
19012026-04-14T23:02:16.126Z Checking icu_normalizer_data v2.1.1
19022026-04-14T23:02:16.163Z Checking icu_properties_data v2.1.2
19032026-04-14T23:02:16.167Z Checking form_urlencoded v1.2.2
19042026-04-14T23:02:16.233Z Checking utf8_iter v1.0.4
19052026-04-14T23:02:16.273Z Checking zerovec v0.11.5
19062026-04-14T23:02:16.277Z Checking zerotrie v0.2.3
19072026-04-14T23:02:16.307Z Checking subtle v2.6.1
19082026-04-14T23:02:16.376Z Checking rand_core v0.10.0
19092026-04-14T23:02:16.416Z Checking rand_core v0.6.4
19102026-04-14T23:02:16.416Z Checking portable-atomic v1.13.1
19112026-04-14T23:02:16.419Z Checking num-traits v0.2.19
19122026-04-14T23:02:16.520Z Checking pin-project-lite v0.2.17
19132026-04-14T23:02:16.557Z Checking getrandom v0.4.1
19142026-04-14T23:02:16.595Z Checking zerocopy v0.8.40
19152026-04-14T23:02:16.633Z Checking critical-section v1.2.0
19162026-04-14T23:02:16.674Z Checking parking_lot_core v0.9.12
19172026-04-14T23:02:16.725Z Checking tinystr v0.8.2
19182026-04-14T23:02:16.757Z Checking potential_utf v0.1.4
19192026-04-14T23:02:16.797Z Checking signal-hook-registry v1.4.8
19202026-04-14T23:02:16.877Z Checking once_cell v1.21.3
19212026-04-14T23:02:16.915Z Checking icu_collections v2.1.1
19222026-04-14T23:02:16.947Z Checking serde v1.0.228
19232026-04-14T23:02:16.950Z Checking serde_json v1.0.149
19242026-04-14T23:02:16.955Z Checking bitflags v2.11.0
19252026-04-14T23:02:17.050Z Checking icu_locale_core v2.1.1
19262026-04-14T23:02:17.056Z Checking parking_lot v0.12.5
19272026-04-14T23:02:17.124Z Checking mio v1.1.1
19282026-04-14T23:02:17.211Z Checking typenum v1.19.0
19292026-04-14T23:02:17.258Z Checking iana-time-zone v0.1.65
19302026-04-14T23:02:17.302Z Checking socket2 v0.6.2
19312026-04-14T23:02:17.373Z Checking bytes v1.11.1
19322026-04-14T23:02:17.410Z Checking chrono v0.4.44
19332026-04-14T23:02:17.454Z Checking uuid v1.21.0
19342026-04-14T23:02:17.576Z Checking semver v1.0.27
19352026-04-14T23:02:17.623Z Checking icu_provider v2.1.1
19362026-04-14T23:02:17.674Z Checking thiserror v2.0.18
19372026-04-14T23:02:17.771Z Checking generic-array v0.14.7
19382026-04-14T23:02:17.814Z Checking allocator-api2 v0.2.21
19392026-04-14T23:02:17.855Z Checking tokio v1.49.0
19402026-04-14T23:02:17.894Z Checking icu_normalizer v2.1.1
19412026-04-14T23:02:17.894Z Checking icu_properties v2.1.2
19422026-04-14T23:02:17.966Z Checking futures-core v0.3.32
19432026-04-14T23:02:18.128Z Checking dyn-clone v1.0.20
19442026-04-14T23:02:18.174Z Checking equivalent v1.0.2
19452026-04-14T23:02:18.224Z Checking crypto-common v0.1.7
19462026-04-14T23:02:18.279Z Checking const-oid v0.9.6
19472026-04-14T23:02:18.279Z Checking foldhash v0.2.0
19482026-04-14T23:02:18.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19492026-04-14T23:02:18.352Z Checking block-buffer v0.10.4
19502026-04-14T23:02:18.418Z Checking futures-sink v0.3.32
19512026-04-14T23:02:18.495Z Checking hashbrown v0.16.1
19522026-04-14T23:02:18.547Z Checking byteorder v1.5.0
19532026-04-14T23:02:18.550Z Checking futures-channel v0.3.32
19542026-04-14T23:02:18.670Z Checking rustix v1.1.3
19552026-04-14T23:02:18.764Z Checking idna_adapter v1.2.1
19562026-04-14T23:02:18.802Z Checking futures-task v0.3.32
19572026-04-14T23:02:18.805Z Checking futures-io v0.3.32
19582026-04-14T23:02:18.917Z Checking idna v1.1.0
19592026-04-14T23:02:18.971Z Checking slab v0.4.12
19602026-04-14T23:02:19.008Z Checking digest v0.10.7
19612026-04-14T23:02:19.010Z Checking cpufeatures v0.2.17
19622026-04-14T23:02:19.078Z Checking indexmap v2.13.0
19632026-04-14T23:02:19.114Z Checking thiserror v1.0.69
19642026-04-14T23:02:19.156Z Checking futures-util v0.3.32
19652026-04-14T23:02:19.193Z Checking url v2.5.8
19662026-04-14T23:02:19.242Z Checking getrandom v0.3.4
19672026-04-14T23:02:19.276Z Checking fnv v1.0.7
19682026-04-14T23:02:19.325Z Checking ppv-lite86 v0.2.21
19692026-04-14T23:02:19.398Z Checking regex-syntax v0.8.10
19702026-04-14T23:02:19.435Z Checking base64 v0.22.1
19712026-04-14T23:02:19.528Z Checking http v1.4.0
19722026-04-14T23:02:19.647Z Checking tracing-core v0.1.36
19732026-04-14T23:02:19.684Z Checking schemars v0.8.22
19742026-04-14T23:02:19.687Z Checking unicode-ident v1.0.24
19752026-04-14T23:02:19.752Z Checking ipnet v2.11.0
19762026-04-14T23:02:19.856Z Checking proc-macro2 v1.0.106
19772026-04-14T23:02:19.989Z Checking tracing v0.1.44
19782026-04-14T23:02:20.057Z Checking utf8parse v0.2.2
19792026-04-14T23:02:20.141Z Checking anstyle v1.0.13
19802026-04-14T23:02:20.194Z Checking untrusted v0.9.0
19812026-04-14T23:02:20.232Z Checking aho-corasick v1.1.4
19822026-04-14T23:02:20.236Z Checking quote v1.0.44
19832026-04-14T23:02:20.336Z Checking ring v0.17.14
19842026-04-14T23:02:20.374Z Checking anstyle-parse v0.2.7
19852026-04-14T23:02:20.378Z Checking base64ct v1.8.3
19862026-04-14T23:02:20.447Z Checking syn v2.0.117
19872026-04-14T23:02:20.559Z Checking anstyle-query v1.1.5
19882026-04-14T23:02:20.673Z Checking colorchoice v1.0.4
19892026-04-14T23:02:20.709Z Checking is_terminal_polyfill v1.70.2
19902026-04-14T23:02:20.755Z Checking block-padding v0.3.3
19912026-04-14T23:02:20.802Z Checking rustls-pki-types v1.14.0
19922026-04-14T23:02:20.840Z Checking anstream v0.6.21
19932026-04-14T23:02:20.923Z Checking httparse v1.10.1
19942026-04-14T23:02:20.961Z Checking regex-automata v0.4.14
19952026-04-14T23:02:21.041Z Checking inout v0.1.4
19962026-04-14T23:02:21.079Z Checking terminal_size v0.4.3
19972026-04-14T23:02:21.116Z Checking tokio-util v0.7.18
19982026-04-14T23:02:21.119Z Checking crossbeam-utils v0.8.21
19992026-04-14T23:02:21.186Z Checking clap_lex v1.0.0
20002026-04-14T23:02:21.222Z Checking strsim v0.11.1
20012026-04-14T23:02:21.226Z Checking cipher v0.4.4
20022026-04-14T23:02:21.356Z Checking http-body v1.0.1
20032026-04-14T23:02:21.392Z Checking rand_core v0.9.5
20042026-04-14T23:02:21.427Z Checking clap_builder v4.5.60
20052026-04-14T23:02:21.496Z Checking sha2 v0.10.9
20062026-04-14T23:02:21.534Z Checking atomic-waker v1.1.2
20072026-04-14T23:02:21.537Z Checking pem-rfc7468 v0.7.0
20082026-04-14T23:02:21.603Z Checking try-lock v0.2.5
20092026-04-14T23:02:21.665Z Checking httpdate v1.0.3
20102026-04-14T23:02:21.732Z Checking want v0.3.1
20112026-04-14T23:02:21.770Z Checking hmac v0.12.1
20122026-04-14T23:02:21.774Z Checking h2 v0.4.13
20132026-04-14T23:02:21.839Z Checking tower-service v0.3.3
20142026-04-14T23:02:21.843Z Checking ryu v1.0.23
20152026-04-14T23:02:21.909Z Checking pin-utils v0.1.0
20162026-04-14T23:02:21.947Z Checking tower-layer v0.3.3
20172026-04-14T23:02:21.978Z Checking rand_chacha v0.9.0
20182026-04-14T23:02:22.014Z Checking erased-serde v0.3.31
20192026-04-14T23:02:22.049Z Checking flagset v0.4.7
20202026-04-14T23:02:22.119Z Checking powerfmt v0.2.0
20212026-04-14T23:02:22.200Z Checking der v0.7.10
20222026-04-14T23:02:22.203Z Checking rand v0.9.2
20232026-04-14T23:02:22.301Z Checking deranged v0.5.8
20242026-04-14T23:02:22.427Z Checking slog v2.8.2
20252026-04-14T23:02:22.664Z Checking clap v4.5.60
20262026-04-14T23:02:22.723Z Checking spin v0.9.8
20272026-04-14T23:02:22.726Z Checking anyhow v1.0.102
20282026-04-14T23:02:22.795Z Checking num_threads v0.1.7
20292026-04-14T23:02:22.798Z Checking time-core v0.1.8
20302026-04-14T23:02:22.828Z Checking num-conv v0.2.0
20312026-04-14T23:02:22.913Z Checking http-body-util v0.1.3
20322026-04-14T23:02:22.951Z Checking aws-lc-sys v0.37.1
20332026-04-14T23:02:22.957Z Checking untrusted v0.7.1
20342026-04-14T23:02:23.020Z Checking openssl-probe v0.2.1
20352026-04-14T23:02:23.024Z Checking regex v1.12.3
20362026-04-14T23:02:23.091Z Checking serde_urlencoded v0.7.1
20372026-04-14T23:02:23.127Z Checking rand_chacha v0.3.1
20382026-04-14T23:02:23.163Z Checking fastrand v2.3.0
20392026-04-14T23:02:23.168Z Checking spki v0.7.3
20402026-04-14T23:02:23.251Z Checking time v0.3.47
20412026-04-14T23:02:23.320Z Checking pbkdf2 v0.12.2
20422026-04-14T23:02:23.359Z Checking rand v0.8.5
20432026-04-14T23:02:23.363Z Checking aes v0.8.4
20442026-04-14T23:02:23.396Z Checking pretty-hex v0.4.1
20452026-04-14T23:02:23.432Z Checking unicode-width v0.2.0
20462026-04-14T23:02:23.464Z Checking salsa20 v0.10.2
20472026-04-14T23:02:23.532Z Checking aws-lc-rs v1.16.0
20482026-04-14T23:02:23.579Z Checking cbc v0.1.2
20492026-04-14T23:02:23.655Z Checking ipnetwork v0.21.1
20502026-04-14T23:02:23.739Z Checking hex v0.4.3
20512026-04-14T23:02:23.743Z Checking scrypt v0.11.0
20522026-04-14T23:02:23.809Z Checking tempfile v3.25.0
20532026-04-14T23:02:23.900Z Checking rustls-native-certs v0.8.3
20542026-04-14T23:02:23.937Z Checking sync_wrapper v1.0.2
20552026-04-14T23:02:23.972Z Checking plain v0.2.3
20562026-04-14T23:02:24.009Z Checking pkcs5 v0.7.1
20572026-04-14T23:02:24.046Z Checking webpki-roots v1.0.6
20582026-04-14T23:02:24.081Z Checking camino v1.2.2
20592026-04-14T23:02:24.085Z Checking tower v0.5.3
20602026-04-14T23:02:24.151Z Checking ucd-trie v0.1.7
20612026-04-14T23:02:24.190Z Checking iri-string v0.7.10
20622026-04-14T23:02:24.285Z Checking pkcs8 v0.10.2
20632026-04-14T23:02:24.322Z Checking pest v2.8.6
20642026-04-14T23:02:24.372Z Checking rustls-webpki v0.103.9
20652026-04-14T23:02:24.412Z Checking openapiv3 v2.2.0
20662026-04-14T23:02:24.416Z Checking mime v0.3.17
20672026-04-14T23:02:24.543Z Checking hyper v1.8.1
20682026-04-14T23:02:24.547Z Checking either v1.15.0
20692026-04-14T23:02:24.548Z Checking winnow v0.7.14
20702026-04-14T23:02:24.705Z Checking oxnet v0.1.4
20712026-04-14T23:02:24.829Z Checking rustls v0.23.37
20722026-04-14T23:02:24.867Z Checking lazy_static v1.5.0
20732026-04-14T23:02:24.989Z Checking static_assertions v1.1.0
20742026-04-14T23:02:24.993Z Checking signature v2.2.0
20752026-04-14T23:02:25.094Z Checking encoding_rs v0.8.35
20762026-04-14T23:02:25.186Z Checking simd-adler32 v0.3.8
20772026-04-14T23:02:25.250Z Checking tower-http v0.6.8
20782026-04-14T23:02:25.388Z Checking foreign-types-shared v0.1.1
20792026-04-14T23:02:25.427Z Checking hubpack v0.1.2
20802026-04-14T23:02:25.500Z Checking hyper-util v0.1.20
20812026-04-14T23:02:25.537Z Checking foreign-types v0.3.2
20822026-04-14T23:02:25.574Z Checking openssl-sys v0.9.111
20832026-04-14T23:02:25.622Z Checking adler2 v2.0.1
20842026-04-14T23:02:25.658Z Checking sha1 v0.10.6
20852026-04-14T23:02:25.764Z Checking miniz_oxide v0.8.9
20862026-04-14T23:02:25.799Z Checking strum v0.26.3
20872026-04-14T23:02:25.836Z Checking data-encoding v2.10.0
20882026-04-14T23:02:25.872Z Checking tinyvec_macros v0.1.1
20892026-04-14T23:02:25.940Z Checking serde_spanned v0.6.9
20902026-04-14T23:02:25.977Z Checking tinyvec v1.10.0
20912026-04-14T23:02:26.071Z Checking toml_datetime v0.6.11
20922026-04-14T23:02:26.111Z Checking num-integer v0.1.46
20932026-04-14T23:02:26.114Z Checking openssl v0.10.75
20942026-04-14T23:02:26.179Z Checking scroll v0.13.0
20952026-04-14T23:02:26.182Z Checking memmap2 v0.9.10
20962026-04-14T23:02:26.279Z Checking bit-vec v0.8.0
20972026-04-14T23:02:26.318Z Checking base16ct v0.2.0
20982026-04-14T23:02:26.362Z Checking dtrace-parser v0.3.0
20992026-04-14T23:02:26.403Z Checking crossbeam-epoch v0.9.18
21002026-04-14T23:02:26.442Z Checking goblin v0.10.5
21012026-04-14T23:02:26.477Z Checking sec1 v0.7.3
21022026-04-14T23:02:26.514Z Checking bit-set v0.8.0
21032026-04-14T23:02:26.623Z Checking crc32fast v1.5.0
21042026-04-14T23:02:26.660Z Checking ff v0.13.1
21052026-04-14T23:02:26.695Z Checking wait-timeout v0.2.1
21062026-04-14T23:02:26.730Z Checking thread-id v5.1.0
21072026-04-14T23:02:26.774Z Checking num-iter v0.1.45
21082026-04-14T23:02:26.812Z Checking bstr v1.12.1
21092026-04-14T23:02:26.847Z Checking group v0.13.0
21102026-04-14T23:02:26.850Z Checking hkdf v0.12.4
21112026-04-14T23:02:26.850Z Checking ahash v0.8.12
21122026-04-14T23:02:26.948Z Checking crypto-bigint v0.5.5
21132026-04-14T23:02:27.023Z Checking psl-types v2.0.11
21142026-04-14T23:02:27.075Z Checking quick-error v1.2.3
21152026-04-14T23:02:27.115Z Checking cookie v0.18.1
21162026-04-14T23:02:27.171Z Checking publicsuffix v2.3.0
21172026-04-14T23:02:27.208Z Checking rusty-fork v0.3.1
21182026-04-14T23:02:27.212Z Checking tokio-rustls v0.26.4
21192026-04-14T23:02:27.278Z Checking rand_xorshift v0.4.0
21202026-04-14T23:02:27.359Z Checking scroll v0.12.0
21212026-04-14T23:02:27.397Z Checking unarray v0.1.4
21222026-04-14T23:02:27.433Z Checking cookie_store v0.22.1
21232026-04-14T23:02:27.437Z Checking rustls-platform-verifier v0.6.2
21242026-04-14T23:02:27.501Z Checking hyper-rustls v0.27.7
21252026-04-14T23:02:27.537Z Checking proptest v1.10.0
21262026-04-14T23:02:27.613Z Checking goblin v0.8.2
21272026-04-14T23:02:27.652Z Checking num-bigint-dig v0.8.6
21282026-04-14T23:02:27.737Z Checking pkcs1 v0.7.5
21292026-04-14T23:02:27.786Z Checking x509-cert v0.2.5
21302026-04-14T23:02:27.849Z Checking elliptic-curve v0.13.8
21312026-04-14T23:02:27.976Z Checking zerocopy v0.7.35
21322026-04-14T23:02:28.109Z Checking native-tls v0.2.18
21332026-04-14T23:02:28.190Z Checking unicode-segmentation v1.12.0
21342026-04-14T23:02:28.319Z Checking tokio-native-tls v0.3.1
21352026-04-14T23:02:28.456Z Checking zlib-rs v0.6.2
21362026-04-14T23:02:28.496Z Checking reqwest v0.13.2
21372026-04-14T23:02:28.500Z Checking rsa v0.9.10
21382026-04-14T23:02:28.564Z Checking crossbeam-deque v0.8.6
21392026-04-14T23:02:28.567Z Checking hyper-tls v0.6.0
21402026-04-14T23:02:28.743Z Checking dof v0.4.0
21412026-04-14T23:02:28.780Z Checking dtrace-parser v0.2.0
21422026-04-14T23:02:28.814Z Checking reqwest v0.12.28
21432026-04-14T23:02:28.987Z Checking rfc6979 v0.4.0
21442026-04-14T23:02:29.041Z Checking thread-id v4.2.2
21452026-04-14T23:02:29.136Z Checking toml_write v0.1.2
21462026-04-14T23:02:29.173Z Checking ecdsa v0.16.9
21472026-04-14T23:02:29.308Z Checking newtype-uuid v1.3.2
21482026-04-14T23:02:29.345Z Checking toml_edit v0.22.27
21492026-04-14T23:02:29.380Z Checking flate2 v1.1.9
21502026-04-14T23:02:29.418Z Checking usdt-impl v0.6.0
21512026-04-14T23:02:29.422Z Checking toml_parser v1.0.9+spec-1.1.0
21522026-04-14T23:02:29.504Z Checking dof v0.3.0
21532026-04-14T23:02:29.542Z Checking curve25519-dalek v4.1.3
21542026-04-14T23:02:29.545Z Checking memoffset v0.9.1
21552026-04-14T23:02:29.687Z Checking rustix v0.38.44
21562026-04-14T23:02:29.726Z Checking env_filter v1.0.0
21572026-04-14T23:02:29.729Z Checking keccak v0.1.6
21582026-04-14T23:02:29.802Z Checking usdt v0.6.0
21592026-04-14T23:02:29.839Z Checking daft v0.1.5
21602026-04-14T23:02:29.845Z Checking usdt-impl v0.5.0
21612026-04-14T23:02:29.925Z Checking sha3 v0.10.8
21622026-04-14T23:02:29.963Z Checking env_logger v0.11.9
21632026-04-14T23:02:29.999Z Checking ed25519 v2.2.3
21642026-04-14T23:02:30.143Z Checking itertools v0.13.0
21652026-04-14T23:02:30.182Z Checking serde_with v3.17.0
21662026-04-14T23:02:30.185Z Checking bitflags v1.3.2
21672026-04-14T23:02:30.185Z Checking siphasher v1.0.2
21682026-04-14T23:02:30.282Z Checking unicode-normalization v0.1.25
21692026-04-14T23:02:30.344Z Checking ed25519-dalek v2.2.0
21702026-04-14T23:02:30.382Z Checking signal-hook v0.3.18
21712026-04-14T23:02:30.416Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-04-14T23:02:30.457Z Checking winnow v0.5.40
21732026-04-14T23:02:30.518Z Checking managed v0.8.0
21742026-04-14T23:02:30.596Z Checking nix v0.31.1
21752026-04-14T23:02:30.635Z Checking rayon-core v1.13.0
21762026-04-14T23:02:30.671Z Checking bzip2-sys v0.1.13+1.0.8
21772026-04-14T23:02:30.709Z Checking object v0.37.3
21782026-04-14T23:02:30.746Z Checking foldhash v0.1.5
21792026-04-14T23:02:30.787Z Checking bzip2 v0.4.4
21802026-04-14T23:02:30.909Z Checking hashbrown v0.15.5
21812026-04-14T23:02:30.977Z Checking signal-hook-mio v0.2.5
21822026-04-14T23:02:30.982Z Checking ref-cast v1.0.25
21832026-04-14T23:02:31.113Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-04-14T23:02:31.152Z Checking zip v0.6.6
21852026-04-14T23:02:31.200Z Checking bumpalo v3.20.2
21862026-04-14T23:02:31.257Z Checking zstd-safe v7.2.4
21872026-04-14T23:02:31.396Z Checking libbz2-rs-sys v0.2.2
21882026-04-14T23:02:31.434Z Checking zopfli v0.8.3
21892026-04-14T23:02:31.468Z Checking zstd v0.13.3
21902026-04-14T23:02:31.505Z Checking crossterm v0.28.1
21912026-04-14T23:02:31.613Z Checking toml_edit v0.19.15
21922026-04-14T23:02:31.616Z Checking rayon v1.11.0
21932026-04-14T23:02:31.616Z Checking similar v2.7.0
21942026-04-14T23:02:31.718Z Checking fs-err v3.3.0
21952026-04-14T23:02:31.784Z Checking hash32 v0.2.1
21962026-04-14T23:02:31.821Z Checking bzip2 v0.6.1
21972026-04-14T23:02:31.973Z Checking serde-big-array v0.5.1
21982026-04-14T23:02:32.017Z Checking unicode-properties v0.1.4
21992026-04-14T23:02:32.054Z Checking predicates-core v1.0.10
22002026-04-14T23:02:32.090Z Checking jiff v0.2.21
22012026-04-14T23:02:32.135Z Checking unicode-bidi v0.3.18
22022026-04-14T23:02:32.208Z Checking heapless v0.7.17
22032026-04-14T23:02:32.245Z Checking hickory-proto v0.25.2
22042026-04-14T23:02:32.249Z Checking tokio-stream v0.1.18
22052026-04-14T23:02:32.459Z Checking stringprep v0.1.5
22062026-04-14T23:02:32.643Z Checking md-5 v0.10.6
22072026-04-14T23:02:32.647Z Checking float-cmp v0.10.0
22082026-04-14T23:02:32.714Z Checking toml v0.7.8
22092026-04-14T23:02:32.717Z Checking fallible-iterator v0.2.0
22102026-04-14T23:02:32.813Z Checking normalize-line-endings v0.3.0
22112026-04-14T23:02:32.850Z Checking rustc-hash v2.1.1
22122026-04-14T23:02:32.935Z Checking difflib v0.4.0
22132026-04-14T23:02:32.995Z Checking iddqd v0.3.17
22142026-04-14T23:02:33.032Z Checking smoltcp v0.9.1
22152026-04-14T23:02:34.072Z Checking phf_shared v0.11.3
22162026-04-14T23:02:34.076Z Checking postgres-protocol v0.6.10
22172026-04-14T23:02:34.076Z Checking phf_shared v0.13.1
22182026-04-14T23:02:34.076Z Checking predicates v3.1.4
22192026-04-14T23:02:34.076Z Checking itertools v0.12.1
22202026-04-14T23:02:34.076Z Checking console v0.16.2
22212026-04-14T23:02:34.076Z Checking buf-list v1.1.2
22222026-04-14T23:02:34.076Z Checking strum v0.27.2
22232026-04-14T23:02:34.076Z Checking new_debug_unreachable v1.0.6
22242026-04-14T23:02:34.076Z Checking precomputed-hash v0.1.1
22252026-04-14T23:02:34.076Z Checking fixedbitset v0.5.7
22262026-04-14T23:02:34.076Z Checking unit-prefix v0.5.2
22272026-04-14T23:02:34.076Z Checking fixedbitset v0.4.2
22282026-04-14T23:02:34.076Z Checking lalrpop-util v0.19.12
22292026-04-14T23:02:34.076Z Checking string_cache v0.8.9
22302026-04-14T23:02:34.076Z Checking indicatif v0.18.4
22312026-04-14T23:02:34.076Z Checking petgraph v0.8.3
22322026-04-14T23:02:34.076Z Checking petgraph v0.6.5
22332026-04-14T23:02:34.076Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-04-14T23:02:34.076Z Checking postgres-types v0.2.12
22352026-04-14T23:02:34.260Z Checking zone v0.3.1
22362026-04-14T23:02:34.301Z Checking phf v0.13.1
22372026-04-14T23:02:34.338Z Checking zip v4.6.1
22382026-04-14T23:02:34.400Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-04-14T23:02:34.479Z Checking whoami v2.1.0
22402026-04-14T23:02:34.639Z Checking peg-runtime v0.8.5
22412026-04-14T23:02:34.742Z Checking tokio-postgres v0.7.16
22422026-04-14T23:02:34.837Z Checking futures-executor v0.3.32
22432026-04-14T23:02:34.840Z Checking is-terminal v0.4.17
22442026-04-14T23:02:34.960Z Checking crossbeam-channel v0.5.15
22452026-04-14T23:02:34.997Z Compiling structmeta-derive v0.3.0
22462026-04-14T23:02:35.031Z Checking futures v0.3.32
22472026-04-14T23:02:35.076Z Checking thread_local v1.1.9
22482026-04-14T23:02:35.143Z Checking take_mut v0.2.2
22492026-04-14T23:02:35.255Z Checking term v1.2.1
22502026-04-14T23:02:35.292Z Compiling newtype-uuid-macros v0.1.0
22512026-04-14T23:02:35.295Z Checking regress v0.10.5
22522026-04-14T23:02:35.360Z Checking slog-async v2.8.0
22532026-04-14T23:02:35.505Z Checking slog-term v2.9.2
22542026-04-14T23:02:35.542Z Compiling rustls v0.22.4
22552026-04-14T23:02:35.578Z Compiling multer v3.1.0
22562026-04-14T23:02:35.794Z Compiling async-stream-impl v0.3.6
22572026-04-14T23:02:35.828Z Compiling dropshot v0.16.7
22582026-04-14T23:02:35.908Z Compiling dropshot_endpoint v0.16.7
22592026-04-14T23:02:36.035Z Checking match_cfg v0.1.0
22602026-04-14T23:02:36.077Z Checking slog-json v2.6.1
22612026-04-14T23:02:36.111Z Compiling structmeta v0.3.0
22622026-04-14T23:02:36.179Z Checking hostname v0.3.1
22632026-04-14T23:02:36.223Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-04-14T23:02:36.260Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-04-14T23:02:36.331Z Checking slog-bunyan v2.5.0
22662026-04-14T23:02:36.366Z Compiling derive-ex v0.1.8
22672026-04-14T23:02:36.410Z Checking debug-ignore v1.0.5
22682026-04-14T23:02:36.413Z Checking serde_spanned v1.0.4
22692026-04-14T23:02:36.483Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-04-14T23:02:36.576Z Checking progenitor-client v0.13.0
22712026-04-14T23:02:36.579Z Checking rustls-webpki v0.102.8
22722026-04-14T23:02:36.647Z Checking serde_path_to_error v0.1.20
22732026-04-14T23:02:36.683Z Checking async-stream v0.3.6
22742026-04-14T23:02:36.719Z Checking toml v0.9.12+spec-1.1.0
22752026-04-14T23:02:36.836Z Checking waitgroup v0.1.2
22762026-04-14T23:02:36.873Z Checking rustls-pemfile v2.2.0
22772026-04-14T23:02:36.939Z Checking hostname v0.4.2
22782026-04-14T23:02:36.976Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-04-14T23:02:37.011Z Compiling parse-display-derive v0.10.0
22802026-04-14T23:02:37.080Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-04-14T23:02:37.084Z Checking itertools v0.14.0
22822026-04-14T23:02:37.149Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-04-14T23:02:37.253Z Checking macaddr v1.0.1
22842026-04-14T23:02:37.329Z Checking progenitor-client v0.10.0
22852026-04-14T23:02:37.464Z Checking instant v0.1.13
22862026-04-14T23:02:37.586Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-04-14T23:02:37.589Z Checking backoff v0.4.0
22882026-04-14T23:02:37.589Z Checking backon v1.6.0
22892026-04-14T23:02:37.689Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-04-14T23:02:37.864Z Checking progenitor-extras v0.1.1
22912026-04-14T23:02:37.868Z Checking heck v0.5.0
22922026-04-14T23:02:38.052Z Checking toml v0.8.23
22932026-04-14T23:02:38.055Z Compiling test-strategy v0.4.5
22942026-04-14T23:02:38.123Z Compiling convert_case v0.4.0
22952026-04-14T23:02:38.176Z Checking half v2.7.1
22962026-04-14T23:02:38.214Z Checking ciborium-io v0.2.2
22972026-04-14T23:02:38.334Z Checking secrecy v0.10.3
22982026-04-14T23:02:38.398Z Compiling unsafe-libyaml v0.2.11
22992026-04-14T23:02:38.462Z Checking ciborium-ll v0.2.2
23002026-04-14T23:02:38.498Z Compiling crucible-workspace-hack v0.1.0
23012026-04-14T23:02:38.533Z Compiling derive_more v0.99.20
23022026-04-14T23:02:38.536Z Checking tokio-rustls v0.25.0
23032026-04-14T23:02:38.669Z Checking ciborium v0.2.2
23042026-04-14T23:02:38.705Z Checking indent_write v2.2.0
23052026-04-14T23:02:38.740Z Checking parse-display v0.10.0
23062026-04-14T23:02:38.913Z Checking camino-tempfile v1.4.1
23072026-04-14T23:02:38.948Z Compiling serde_yaml v0.9.34+deprecated
23082026-04-14T23:02:39.138Z Checking universal-hash v0.5.1
23092026-04-14T23:02:39.173Z Checking opaque-debug v0.3.1
23102026-04-14T23:02:39.210Z Checking aead v0.5.2
23112026-04-14T23:02:39.275Z Checking typify-impl v0.6.1
23122026-04-14T23:02:39.310Z Checking poly1305 v0.8.0
23132026-04-14T23:02:39.593Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-04-14T23:02:39.629Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-04-14T23:02:39.979Z Checking chacha20 v0.9.1
23162026-04-14T23:02:40.060Z Compiling thiserror-impl-no-std v2.0.2
23172026-04-14T23:02:40.213Z Checking swrite v0.1.0
23182026-04-14T23:02:40.340Z Checking password-hash v0.5.0
23192026-04-14T23:02:40.495Z Checking blake2 v0.10.6
23202026-04-14T23:02:40.532Z Checking chacha20poly1305 v0.10.1
23212026-04-14T23:02:40.606Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23222026-04-14T23:02:40.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23232026-04-14T23:02:40.770Z Checking argon2 v0.5.3
23242026-04-14T23:02:40.807Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252026-04-14T23:02:40.935Z Checking byte-wrapper v0.1.0
23262026-04-14T23:02:41.018Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23272026-04-14T23:02:41.141Z Compiling toml_edit v0.23.10+spec-1.0.0
23282026-04-14T23:02:41.178Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23292026-04-14T23:02:41.181Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-04-14T23:02:41.287Z Checking thiserror-no-std v2.0.2
23312026-04-14T23:02:41.290Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23322026-04-14T23:02:41.406Z Checking vsss-rs v3.3.4
23332026-04-14T23:02:41.444Z Checking tabwriter v1.4.1
23342026-04-14T23:02:41.623Z Checking glob v0.3.3
23352026-04-14T23:02:41.839Z Compiling proc-macro-crate v3.4.0
23362026-04-14T23:02:41.945Z Checking unicode-width v0.1.14
23372026-04-14T23:02:42.232Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-04-14T23:02:42.270Z Compiling heapless v0.8.0
23392026-04-14T23:02:42.305Z Compiling ingot-macros v0.1.1
23402026-04-14T23:02:42.404Z Checking hash32 v0.3.1
23412026-04-14T23:02:42.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-04-14T23:02:42.552Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432026-04-14T23:02:42.588Z Compiling smoltcp v0.11.0
23442026-04-14T23:02:42.727Z Checking colored v3.1.1
23452026-04-14T23:02:42.822Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-04-14T23:02:42.986Z Compiling num_enum_derive v0.7.5
23472026-04-14T23:02:43.054Z Checking cobs v0.3.0
23482026-04-14T23:02:43.099Z Compiling usdt-macro v0.5.0
23492026-04-14T23:02:43.196Z Compiling usdt-attr-macro v0.5.0
23502026-04-14T23:02:43.232Z Checking memmap v0.7.0
23512026-04-14T23:02:43.398Z Compiling foreign-types-macros v0.2.3
23522026-04-14T23:02:43.737Z Checking cpufeatures v0.3.0
23532026-04-14T23:02:43.844Z Checking foreign-types-shared v0.3.1
23542026-04-14T23:02:43.880Z Checking chacha20 v0.10.0
23552026-04-14T23:02:43.946Z Compiling typify-macro v0.6.1
23562026-04-14T23:02:43.983Z Checking postcard v1.1.3
23572026-04-14T23:02:44.016Z Checking usdt v0.5.0
23582026-04-14T23:02:44.050Z Checking foreign-types v0.5.0
23592026-04-14T23:02:44.083Z Checking num_enum v0.7.5
23602026-04-14T23:02:44.268Z Compiling proc-macro-crate v1.3.1
23612026-04-14T23:02:44.292Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23622026-04-14T23:02:44.295Z Checking cstr-argument v0.1.2
23632026-04-14T23:02:44.360Z Checking sigpipe v0.1.3
23642026-04-14T23:02:44.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-14T23:02:44.481Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23662026-04-14T23:02:44.565Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23672026-04-14T23:02:44.683Z Compiling num_enum_derive v0.5.11
23682026-04-14T23:02:44.864Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-04-14T23:02:44.900Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23702026-04-14T23:02:44.934Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23712026-04-14T23:02:45.069Z Checking rand v0.10.0
23722026-04-14T23:02:45.108Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23732026-04-14T23:02:45.112Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23742026-04-14T23:02:45.176Z Checking ingot-types v0.1.2
23752026-04-14T23:02:45.358Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-04-14T23:02:45.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-04-14T23:02:45.515Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-04-14T23:02:45.574Z Checking ingot v0.1.1
23792026-04-14T23:02:45.609Z Checking smf v0.2.3
23802026-04-14T23:02:45.722Z Compiling num-derive v0.4.2
23812026-04-14T23:02:45.758Z Compiling typify v0.6.1
23822026-04-14T23:02:45.791Z Checking num_enum v0.5.11
23832026-04-14T23:02:45.871Z Compiling progenitor-impl v0.13.0
23842026-04-14T23:02:45.910Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23852026-04-14T23:02:45.947Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23862026-04-14T23:02:45.982Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23872026-04-14T23:02:46.178Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23882026-04-14T23:02:46.362Z Checking whoami v1.6.1
23892026-04-14T23:02:46.400Z Checking tokio-dtrace v0.1.1
23902026-04-14T23:02:46.492Z Compiling derive-where v1.6.0
23912026-04-14T23:02:46.564Z Checking atomicwrites v0.4.4
23922026-04-14T23:02:46.618Z Checking oxide-tokio-rt v0.1.3
23932026-04-14T23:02:46.661Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23942026-04-14T23:02:46.720Z Checking console v0.15.11
23952026-04-14T23:02:46.818Z Checking newline-converter v0.3.0
23962026-04-14T23:02:46.906Z Compiling prettyplease v0.2.37
23972026-04-14T23:02:46.942Z Checking bytecount v0.6.9
23982026-04-14T23:02:46.975Z Compiling owo-colors v4.3.0
23992026-04-14T23:02:47.025Z Checking expectorate v1.2.0
24002026-04-14T23:02:47.073Z Compiling cancel-safe-futures v0.1.5
24012026-04-14T23:02:47.182Z Checking libsw-core v0.3.2
24022026-04-14T23:02:47.215Z Checking same-file v1.0.6
24032026-04-14T23:02:47.250Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24042026-04-14T23:02:47.376Z Checking linear-map v1.2.0
24052026-04-14T23:02:47.379Z Checking libsw v3.5.0
24062026-04-14T23:02:47.572Z Checking walkdir v2.5.0
24072026-04-14T23:02:47.608Z Checking num-rational v0.4.2
24082026-04-14T23:02:47.713Z Checking num-complex v0.4.6
24092026-04-14T23:02:47.768Z Checking float-ord v0.3.2
24102026-04-14T23:02:47.809Z Checking gethostname v0.5.0
24112026-04-14T23:02:47.940Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-04-14T23:02:48.092Z Checking num v0.4.3
24132026-04-14T23:02:48.095Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-04-14T23:02:48.095Z Compiling async-recursion v1.1.1
24152026-04-14T23:02:48.225Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-04-14T23:02:48.400Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-04-14T23:02:48.499Z Compiling progenitor-macro v0.13.0
24182026-04-14T23:02:49.380Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24192026-04-14T23:02:49.499Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24202026-04-14T23:02:49.741Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-04-14T23:02:51.476Z Checking resolv-conf v0.7.6
24222026-04-14T23:02:51.645Z Checking smawk v0.3.2
24232026-04-14T23:02:51.678Z Checking unicode-linebreak v0.1.5
24242026-04-14T23:02:51.711Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24252026-04-14T23:02:51.805Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24262026-04-14T23:02:51.921Z Checking globset v0.4.18
24272026-04-14T23:02:52.209Z Compiling convert_case v0.10.0
24282026-04-14T23:02:52.587Z Compiling slog-dtrace v0.3.0
24292026-04-14T23:02:52.752Z Compiling derive_more-impl v2.1.1
24302026-04-14T23:02:53.082Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-04-14T23:02:53.295Z Compiling pin-project-internal v1.1.11
24322026-04-14T23:02:53.332Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24332026-04-14T23:02:53.400Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342026-04-14T23:02:53.518Z Checking progenitor v0.13.0
24352026-04-14T23:02:53.572Z Checking pem v3.0.6
24362026-04-14T23:02:53.608Z Checking derive_more v2.1.1
24372026-04-14T23:02:53.685Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-04-14T23:02:53.724Z Checking crossterm v0.29.0
24392026-04-14T23:02:53.727Z Checking fd-lock v4.0.4
24402026-04-14T23:02:53.793Z Checking vte v0.14.1
24412026-04-14T23:02:53.796Z Checking display-error-chain v0.2.2
24422026-04-14T23:02:53.911Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24432026-04-14T23:02:53.976Z Checking strip-ansi-escapes v0.2.1
24442026-04-14T23:02:53.980Z Compiling snafu-derive v0.8.9
24452026-04-14T23:02:54.117Z Checking nu-ansi-term v0.50.3
24462026-04-14T23:02:54.301Z Checking termtree v0.5.1
24472026-04-14T23:02:54.376Z Checking linked-hash-map v0.5.6
24482026-04-14T23:02:54.433Z Checking pin-project v1.1.11
24492026-04-14T23:02:54.472Z Checking reedline v0.40.0
24502026-04-14T23:02:54.561Z Checking textwrap v0.16.2
24512026-04-14T23:02:54.596Z Checking lru-cache v0.1.2
24522026-04-14T23:02:54.747Z Checking olpc-cjson v0.1.4
24532026-04-14T23:02:54.854Z Checking hickory-proto v0.24.4
24542026-04-14T23:02:54.925Z Checking serde_plain v1.0.2
24552026-04-14T23:02:55.111Z Compiling minimal-lexical v0.2.1
24562026-04-14T23:02:55.411Z Checking typed-path v0.9.3
24572026-04-14T23:02:55.669Z Compiling nom v7.1.3
24582026-04-14T23:02:56.027Z Checking snafu v0.8.9
24592026-04-14T23:02:56.216Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602026-04-14T23:02:56.301Z Checking tough v0.20.0
24612026-04-14T23:02:56.386Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-04-14T23:02:56.551Z Compiling ar_archive_writer v0.5.1
24632026-04-14T23:02:56.649Z Checking base64 v0.21.7
24642026-04-14T23:02:56.685Z Checking hickory-resolver v0.24.4
24652026-04-14T23:02:56.782Z Checking humantime v2.3.0
24662026-04-14T23:02:56.918Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24672026-04-14T23:02:56.997Z Checking csv-core v0.1.13
24682026-04-14T23:02:57.001Z Compiling stacker v0.1.23
24692026-04-14T23:02:57.071Z Compiling cfg_aliases v0.1.1
24702026-04-14T23:02:57.179Z Checking highway v1.3.0
24712026-04-14T23:02:57.214Z Checking csv v1.4.0
24722026-04-14T23:02:57.376Z Compiling nix v0.28.0
24732026-04-14T23:02:57.415Z Checking papergrid v0.11.0
24742026-04-14T23:02:57.450Z Compiling psm v0.1.30
24752026-04-14T23:02:57.454Z Checking qorb v0.4.1
24762026-04-14T23:02:57.454Z Compiling tabled_derive v0.7.0
24772026-04-14T23:02:57.607Z Checking nibble_vec v0.1.0
24782026-04-14T23:02:57.754Z Checking endian-type v0.1.2
24792026-04-14T23:02:57.791Z Checking home v0.5.12
24802026-04-14T23:02:57.921Z Checking radix_trie v0.2.1
24812026-04-14T23:02:58.034Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-04-14T23:02:58.071Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-04-14T23:02:58.165Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-04-14T23:02:58.321Z Checking phf_shared v0.12.1
24852026-04-14T23:02:58.362Z Compiling recursive-proc-macro-impl v0.1.1
24862026-04-14T23:02:58.497Z Compiling semver v0.1.20
24872026-04-14T23:02:58.501Z Checking tabled v0.15.0
24882026-04-14T23:02:58.567Z Compiling chrono-tz v0.10.4
24892026-04-14T23:02:58.674Z Checking phf v0.12.1
24902026-04-14T23:02:58.709Z Compiling rustc_version v0.1.7
24912026-04-14T23:02:58.811Z Checking recursive v0.1.1
24922026-04-14T23:02:58.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-04-14T23:02:58.881Z Compiling const_format_proc_macros v0.2.34
24942026-04-14T23:02:58.943Z Compiling peg-macros v0.8.5
24952026-04-14T23:02:58.978Z Checking winnow v0.6.26
24962026-04-14T23:02:58.981Z Compiling sqlparser_derive v0.5.0
24972026-04-14T23:02:59.639Z Checking unicode_categories v0.1.1
24982026-04-14T23:02:59.744Z Checking const_format v0.2.35
24992026-04-14T23:02:59.826Z Checking sqlparser v0.61.0
25002026-04-14T23:02:59.829Z Checking rustyline v14.0.0
25012026-04-14T23:03:00.088Z Compiling newtype_derive v0.1.6
25022026-04-14T23:03:00.177Z Checking sqlformat v0.3.5
25032026-04-14T23:03:00.385Z Checking peg v0.8.5
25042026-04-14T23:03:00.489Z Checking bcs v0.1.6
25052026-04-14T23:03:00.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-04-14T23:03:00.763Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-04-14T23:03:00.798Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-04-14T23:03:00.854Z Checking steno v0.4.1
25092026-04-14T23:03:01.008Z Checking utf-8 v0.7.6
25102026-04-14T23:03:01.086Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-04-14T23:03:01.179Z Checking filetime v0.2.27
25122026-04-14T23:03:01.351Z Checking xattr v1.6.1
25132026-04-14T23:03:01.516Z Checking tar v0.4.45
25142026-04-14T23:03:01.753Z Checking tungstenite v0.21.0
25152026-04-14T23:03:01.891Z Checking arc-swap v1.8.2
25162026-04-14T23:03:01.931Z Compiling typify-impl v0.4.3
25172026-04-14T23:03:01.973Z Checking typeid v1.0.3
25182026-04-14T23:03:02.224Z Checking tokio-tungstenite v0.21.0
25192026-04-14T23:03:02.534Z Checking slog-scope v4.4.1
25202026-04-14T23:03:02.708Z Checking slog-stdlog v4.1.1
25212026-04-14T23:03:02.866Z Checking slog-envlogger v2.2.0
25222026-04-14T23:03:03.048Z Checking subprocess v0.2.15
25232026-04-14T23:03:03.176Z Checking headers-core v0.3.0
25242026-04-14T23:03:03.265Z Compiling lzma-sys v0.1.20
25252026-04-14T23:03:03.317Z Checking headers v0.4.1
25262026-04-14T23:03:03.364Z Compiling cargo_toml v0.22.3
25272026-04-14T23:03:03.732Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-04-14T23:03:03.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-04-14T23:03:03.805Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-04-14T23:03:04.083Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-04-14T23:03:04.189Z Checking yasna v0.5.2
25322026-04-14T23:03:04.609Z Checking rcgen v0.12.1
25332026-04-14T23:03:04.717Z Checking xz2 v0.1.7
25342026-04-14T23:03:04.754Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-04-14T23:03:04.928Z Checking ron v0.12.0
25362026-04-14T23:03:04.972Z Checking base16ct v1.0.0
25372026-04-14T23:03:05.136Z Checking dropshot-api-manager-types v0.6.0
25382026-04-14T23:03:05.342Z Checking tagptr v0.2.0
25392026-04-14T23:03:05.403Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-04-14T23:03:05.520Z Checking moka v0.12.13
25412026-04-14T23:03:05.610Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-04-14T23:03:05.695Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25432026-04-14T23:03:05.789Z Compiling radium v0.7.0
25442026-04-14T23:03:06.091Z Compiling libefi-sys v0.1.0
25452026-04-14T23:03:06.163Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25462026-04-14T23:03:06.198Z Checking hickory-resolver v0.25.2
25472026-04-14T23:03:06.279Z Compiling bitfield-struct v0.6.2
25482026-04-14T23:03:06.360Z Compiling maybe-uninit v2.0.0
25492026-04-14T23:03:06.442Z Compiling typify-macro v0.4.3
25502026-04-14T23:03:06.671Z Checking tap v1.0.1
25512026-04-14T23:03:06.808Z Checking wyz v0.5.1
25522026-04-14T23:03:06.844Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-04-14T23:03:06.939Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-04-14T23:03:06.975Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-04-14T23:03:07.180Z Compiling zerocopy-derive v0.6.6
25562026-04-14T23:03:07.240Z Checking crc-catalog v2.4.0
25572026-04-14T23:03:07.319Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-04-14T23:03:07.354Z Compiling packed_struct v0.10.1
25592026-04-14T23:03:07.387Z Checking funty v2.0.0
25602026-04-14T23:03:07.426Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-04-14T23:03:07.461Z Checking crc v3.4.0
25622026-04-14T23:03:07.670Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-04-14T23:03:07.742Z Checking bitvec v1.0.1
25642026-04-14T23:03:07.776Z Compiling packed_struct_codegen v0.10.1
25652026-04-14T23:03:07.810Z Compiling bitfield-macros v0.19.4
25662026-04-14T23:03:07.850Z Compiling indexmap v1.9.3
25672026-04-14T23:03:08.060Z Checking zerocopy v0.6.6
25682026-04-14T23:03:08.094Z Checking nodrop v0.1.14
25692026-04-14T23:03:08.181Z Compiling typify v0.4.3
25702026-04-14T23:03:08.326Z Compiling progenitor-impl v0.10.0
25712026-04-14T23:03:08.397Z Checking array-init v0.0.4
25722026-04-14T23:03:08.557Z Checking bitfield v0.19.4
25732026-04-14T23:03:08.779Z Checking smallvec v0.6.14
25742026-04-14T23:03:08.856Z Checking hashbrown v0.12.3
25752026-04-14T23:03:08.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-04-14T23:03:09.001Z Checking serde-hex v0.1.0
25772026-04-14T23:03:09.078Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-04-14T23:03:09.253Z Checking ron v0.8.1
25792026-04-14T23:03:09.673Z Checking hashbrown v0.13.2
25802026-04-14T23:03:09.800Z Checking crc-any v2.5.0
25812026-04-14T23:03:10.043Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-04-14T23:03:10.098Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25832026-04-14T23:03:10.178Z Checking object v0.30.4
25842026-04-14T23:03:10.237Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-04-14T23:03:10.242Z Checking path-slash v0.1.5
25862026-04-14T23:03:10.379Z Compiling xshell-macros v0.2.7
25872026-04-14T23:03:10.573Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-04-14T23:03:10.799Z Checking xshell v0.2.7
25892026-04-14T23:03:10.995Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-04-14T23:03:11.030Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-04-14T23:03:11.065Z Compiling progenitor-macro v0.10.0
25922026-04-14T23:03:11.683Z Checking half v1.8.3
25932026-04-14T23:03:11.723Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-04-14T23:03:11.842Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25952026-04-14T23:03:11.914Z Checking serde_cbor v0.11.2
25962026-04-14T23:03:12.270Z Compiling num-derive v0.3.3
25972026-04-14T23:03:12.320Z Compiling proc-macro-error-attr2 v2.0.0
25982026-04-14T23:03:12.355Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-04-14T23:03:12.583Z Checking papergrid v0.17.0
26002026-04-14T23:03:12.762Z Compiling proc-macro-error2 v2.0.1
26012026-04-14T23:03:13.116Z Compiling tabled_derive v0.11.0
26022026-04-14T23:03:13.178Z Checking libscf-sys v1.1.0
26032026-04-14T23:03:13.343Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-04-14T23:03:13.378Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-04-14T23:03:13.412Z Checking testing_table v0.3.0
26062026-04-14T23:03:13.498Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26072026-04-14T23:03:13.537Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-04-14T23:03:13.589Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-04-14T23:03:13.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-04-14T23:03:14.032Z Checking maplit v1.0.2
26112026-04-14T23:03:14.150Z Checking fxhash v0.2.1
26122026-04-14T23:03:14.265Z Checking crc8 v0.1.1
26132026-04-14T23:03:14.299Z Checking tabled v0.20.0
26142026-04-14T23:03:14.332Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26152026-04-14T23:03:14.365Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-04-14T23:03:14.399Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26172026-04-14T23:03:14.402Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26182026-04-14T23:03:14.824Z Checking unicase v2.9.0
26192026-04-14T23:03:14.966Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-04-14T23:03:15.026Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-04-14T23:03:15.227Z Checking kstat-rs v0.2.4
26222026-04-14T23:03:15.263Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26232026-04-14T23:03:15.332Z Compiling diesel_derives v2.3.7
26242026-04-14T23:03:15.491Z Checking scheduled-thread-pool v0.2.7
26252026-04-14T23:03:15.580Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26262026-04-14T23:03:15.645Z Compiling dsl_auto_type v0.2.0
26272026-04-14T23:03:15.680Z Compiling vergen-gitcl v1.0.8
26282026-04-14T23:03:15.877Z Compiling diesel_table_macro_syntax v0.3.0
26292026-04-14T23:03:15.911Z Compiling parking_lot_core v0.8.6
26302026-04-14T23:03:15.974Z Checking progenitor v0.10.0
26312026-04-14T23:03:16.153Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-04-14T23:03:16.222Z Checking r2d2 v0.8.10
26332026-04-14T23:03:16.265Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26342026-04-14T23:03:16.369Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-04-14T23:03:16.460Z Compiling git-stub v1.0.0
26362026-04-14T23:03:16.650Z Checking downcast-rs v2.0.2
26372026-04-14T23:03:16.715Z Compiling git-stub-vcs v0.1.0
26382026-04-14T23:03:16.748Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26392026-04-14T23:03:17.098Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26402026-04-14T23:03:17.177Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-04-14T23:03:17.426Z Checking parking_lot v0.11.2
26422026-04-14T23:03:17.551Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-04-14T23:03:17.612Z Checking prefix-trie v0.7.0
26442026-04-14T23:03:17.649Z Checking sled v0.34.7
26452026-04-14T23:03:17.758Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-04-14T23:03:17.839Z Checking nanorand v0.7.0
26472026-04-14T23:03:17.950Z Compiling dirs-sys-next v0.1.2
26482026-04-14T23:03:18.009Z Checking hickory-server v0.25.2
26492026-04-14T23:03:18.069Z Compiling crunchy v0.2.4
26502026-04-14T23:03:18.266Z Compiling dirs-next v2.0.0
26512026-04-14T23:03:18.415Z Checking flume v0.11.1
26522026-04-14T23:03:18.449Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-04-14T23:03:18.483Z Compiling clang-sys v1.8.1
26542026-04-14T23:03:18.688Z Compiling tiny-keccak v2.0.2
26552026-04-14T23:03:18.976Z Compiling term v0.7.0
26562026-04-14T23:03:19.045Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26572026-04-14T23:03:19.079Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-04-14T23:03:19.082Z Compiling bit-vec v0.6.3
26592026-04-14T23:03:19.147Z Compiling salty v0.3.0
26602026-04-14T23:03:19.357Z Compiling bit-set v0.5.3
26612026-04-14T23:03:19.392Z Compiling ascii-canvas v3.0.0
26622026-04-14T23:03:19.548Z Checking primeorder v0.13.6
26632026-04-14T23:03:19.581Z Compiling itertools v0.10.5
26642026-04-14T23:03:19.669Z Compiling ena v0.14.4
26652026-04-14T23:03:19.849Z Compiling libloading v0.8.9
26662026-04-14T23:03:19.951Z Compiling fs-err v2.11.0
26672026-04-14T23:03:19.985Z Compiling regex-syntax v0.6.29
26682026-04-14T23:03:20.035Z Compiling bindgen v0.71.1
26692026-04-14T23:03:20.093Z Compiling diff v0.1.13
26702026-04-14T23:03:20.522Z Compiling cexpr v0.6.0
26712026-04-14T23:03:20.567Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-14T23:03:20.702Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-04-14T23:03:20.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26742026-04-14T23:03:21.230Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-04-14T23:03:21.263Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-04-14T23:03:21.298Z Compiling libxml v0.3.3
26772026-04-14T23:03:21.402Z Compiling lalrpop v0.19.12
26782026-04-14T23:03:21.487Z Checking parse-size v1.1.0
26792026-04-14T23:03:21.633Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-04-14T23:03:21.636Z Checking diesel v2.3.7
26812026-04-14T23:03:21.700Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26822026-04-14T23:03:21.703Z Checking p384 v0.13.1
26832026-04-14T23:03:22.095Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-04-14T23:03:22.174Z Compiling strum_macros v0.24.3
26852026-04-14T23:03:22.554Z Checking assert_matches v1.5.0
26862026-04-14T23:03:22.662Z Compiling indoc v1.0.9
26872026-04-14T23:03:23.536Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26882026-04-14T23:03:23.755Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-04-14T23:03:23.791Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26902026-04-14T23:03:23.979Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26912026-04-14T23:03:24.030Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-04-14T23:03:24.542Z Checking predicates-tree v1.0.13
26932026-04-14T23:03:24.578Z Checking derive_builder v0.20.2
26942026-04-14T23:03:24.692Z Checking quick-xml v0.37.5
26952026-04-14T23:03:24.729Z Compiling oso-derive v0.27.3
26962026-04-14T23:03:25.288Z Compiling trait-variant v0.1.2
26972026-04-14T23:03:25.637Z Compiling impl-trait-for-tuples v0.2.3
26982026-04-14T23:03:25.737Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-04-14T23:03:25.807Z Checking openssl-probe v0.1.6
27002026-04-14T23:03:25.872Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-14T23:03:25.947Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27022026-04-14T23:03:25.981Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-04-14T23:03:26.555Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27042026-04-14T23:03:26.719Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27052026-04-14T23:03:26.772Z Compiling progenitor-impl v0.11.2
27062026-04-14T23:03:27.199Z Compiling mime_guess v2.0.5
27072026-04-14T23:03:27.499Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-04-14T23:03:27.785Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-04-14T23:03:27.828Z Checking progenitor-client v0.11.2
27102026-04-14T23:03:28.103Z Checking http-range v0.1.5
27112026-04-14T23:03:28.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27122026-04-14T23:03:28.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-04-14T23:03:28.400Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142026-04-14T23:03:28.482Z Checking ignore v0.4.25
27152026-04-14T23:03:29.032Z Checking atty v0.2.14
27162026-04-14T23:03:29.164Z Checking globwalk v0.9.1
27172026-04-14T23:03:29.453Z Compiling progenitor-macro v0.11.2
27182026-04-14T23:03:29.934Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-04-14T23:03:30.794Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-04-14T23:03:30.909Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27212026-04-14T23:03:31.204Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-04-14T23:03:31.430Z Checking bb8 v0.8.6
27232026-04-14T23:03:31.456Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-04-14T23:03:31.496Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27252026-04-14T23:03:31.687Z Checking corncobs v0.1.4
27262026-04-14T23:03:31.807Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-14T23:03:31.841Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-04-14T23:03:31.875Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-04-14T23:03:32.212Z Checking hyper-staticfile v0.10.1
27302026-04-14T23:03:32.546Z Checking camino-tempfile-ext v0.3.3
27312026-04-14T23:03:32.728Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27322026-04-14T23:03:32.776Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-04-14T23:03:33.027Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27342026-04-14T23:03:33.063Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-04-14T23:03:33.254Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-04-14T23:03:33.816Z Checking signal-hook-tokio v0.3.1
27372026-04-14T23:03:33.980Z Checking secrecy v0.8.0
27382026-04-14T23:03:34.139Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27392026-04-14T23:03:34.452Z Checking progenitor v0.11.2
27402026-04-14T23:03:34.496Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-04-14T23:03:34.628Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-04-14T23:03:34.783Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27432026-04-14T23:03:34.846Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-14T23:03:35.096Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27452026-04-14T23:03:35.135Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-04-14T23:03:35.217Z Checking nonempty v0.12.0
27472026-04-14T23:03:35.418Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-14T23:03:35.457Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-04-14T23:03:35.548Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-04-14T23:03:35.626Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-04-14T23:03:35.927Z Checking diesel-dtrace v0.5.0
27522026-04-14T23:03:35.970Z Checking async-bb8-diesel v0.2.1
27532026-04-14T23:03:36.210Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27542026-04-14T23:03:36.355Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27552026-04-14T23:03:36.390Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27562026-04-14T23:03:36.596Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-04-14T23:03:36.855Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-04-14T23:03:37.051Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-04-14T23:03:37.162Z Checking tungstenite v0.23.0
27602026-04-14T23:03:37.616Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-04-14T23:03:37.750Z Checking tokio-tungstenite v0.23.1
27622026-04-14T23:03:38.053Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-04-14T23:03:38.269Z Checking rand_seeder v0.4.0
27642026-04-14T23:03:38.435Z Checking void v1.0.2
27652026-04-14T23:03:38.470Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-14T23:03:38.582Z Checking lzss v0.8.2
27672026-04-14T23:03:38.804Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-04-14T23:03:38.840Z Checking nix v0.27.1
27692026-04-14T23:03:38.878Z Checking serde_bytes v0.11.19
27702026-04-14T23:03:39.002Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-04-14T23:03:39.090Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-04-14T23:03:39.211Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-04-14T23:03:39.395Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-04-14T23:03:39.798Z Checking is_ci v1.2.0
27752026-04-14T23:03:39.858Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-04-14T23:03:40.102Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-04-14T23:03:40.138Z Checking yansi v1.0.1
27782026-04-14T23:03:40.172Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-04-14T23:03:40.435Z Checking pretty_assertions v1.4.1
27802026-04-14T23:03:40.479Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-04-14T23:03:40.600Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-04-14T23:03:40.839Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-04-14T23:03:40.874Z Compiling darling_core v0.23.0
27842026-04-14T23:03:42.001Z Compiling indoc v2.0.7
27852026-04-14T23:03:42.037Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27862026-04-14T23:03:42.260Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-04-14T23:03:42.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882026-04-14T23:03:42.482Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-04-14T23:03:42.711Z Compiling instability v0.3.11
27902026-04-14T23:03:43.071Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-04-14T23:03:43.147Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-04-14T23:03:43.192Z Compiling libz-sys v1.1.24
27932026-04-14T23:03:43.447Z Compiling darling_macro v0.23.0
27942026-04-14T23:03:43.604Z Checking castaway v0.2.4
27952026-04-14T23:03:43.751Z Checking compact_str v0.8.1
27962026-04-14T23:03:43.969Z Compiling darling v0.23.0
27972026-04-14T23:03:44.159Z Checking supports-color v3.0.2
27982026-04-14T23:03:44.327Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-04-14T23:03:44.558Z Checking unicode-truncate v1.1.0
28002026-04-14T23:03:44.671Z Checking lru v0.12.5
28012026-04-14T23:03:44.741Z Checking cassowary v0.3.0
28022026-04-14T23:03:44.880Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-04-14T23:03:44.883Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-04-14T23:03:44.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-04-14T23:03:45.004Z Checking ratatui v0.29.0
28062026-04-14T23:03:45.280Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-04-14T23:03:46.351Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-04-14T23:03:46.425Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-04-14T23:03:46.498Z Compiling vergen-git2 v1.0.7
28102026-04-14T23:03:46.634Z Checking plotters-backend v0.3.7
28112026-04-14T23:03:46.737Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-04-14T23:03:46.820Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-14T23:03:46.877Z Checking plotters-svg v0.3.7
28142026-04-14T23:03:46.963Z Checking colored v2.2.0
28152026-04-14T23:03:47.043Z Compiling rustls v0.21.12
28162026-04-14T23:03:47.078Z Checking cast v0.3.0
28172026-04-14T23:03:47.195Z Checking shell-words v1.1.1
28182026-04-14T23:03:47.261Z Checking criterion-plot v0.6.0
28192026-04-14T23:03:47.339Z Checking plotters v0.3.7
28202026-04-14T23:03:47.465Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-04-14T23:03:47.537Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-04-14T23:03:47.763Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-04-14T23:03:47.989Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-04-14T23:03:48.102Z Checking sct v0.7.1
28252026-04-14T23:03:48.274Z Checking rustls-webpki v0.101.7
28262026-04-14T23:03:48.423Z Checking tinytemplate v1.2.1
28272026-04-14T23:03:48.458Z Compiling nix v0.29.0
28282026-04-14T23:03:48.648Z Checking anes v0.1.6
28292026-04-14T23:03:48.680Z Checking hex-literal v0.4.1
28302026-04-14T23:03:48.812Z Checking oorandom v11.1.5
28312026-04-14T23:03:48.938Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-04-14T23:03:48.972Z Checking criterion v0.7.0
28332026-04-14T23:03:50.265Z Checking erased-serde v0.4.9
28342026-04-14T23:03:50.299Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-04-14T23:03:50.656Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-04-14T23:03:51.425Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-04-14T23:03:52.230Z Checking ordered-float v2.10.1
28382026-04-14T23:03:52.503Z Checking serde-value v0.7.0
28392026-04-14T23:03:52.758Z Checking serde-untagged v0.1.9
28402026-04-14T23:03:52.988Z Checking tokio-rustls v0.24.1
28412026-04-14T23:03:53.255Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-04-14T23:03:53.481Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-04-14T23:03:53.707Z Checking rustls-pemfile v1.0.4
28442026-04-14T23:03:53.880Z Checking twox-hash v2.1.2
28452026-04-14T23:03:54.062Z Checking unicode-xid v0.2.6
28462026-04-14T23:03:54.208Z Checking cargo-util-schemas v0.8.2
28472026-04-14T23:03:54.290Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-14T23:03:55.137Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-04-14T23:03:55.192Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-04-14T23:03:55.327Z Checking fatfs v0.3.6
28512026-04-14T23:03:55.376Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-04-14T23:03:55.810Z Checking cargo-platform v0.2.0
28532026-04-14T23:03:56.030Z Compiling petname v2.0.2
28542026-04-14T23:03:56.546Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-04-14T23:03:56.716Z Compiling seq-macro v0.3.6
28562026-04-14T23:03:57.194Z Checking cargo_metadata v0.21.0
28572026-04-14T23:03:57.250Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-04-14T23:03:57.877Z Checking concurrent-queue v2.5.0
28592026-04-14T23:03:57.983Z Checking rtoolbox v0.0.3
28602026-04-14T23:03:58.093Z Checking futures-timer v3.0.3
28612026-04-14T23:03:58.151Z Checking parking v2.2.1
28622026-04-14T23:03:58.307Z Checking rpassword v7.4.0
28632026-04-14T23:03:58.311Z Checking event-listener v5.4.1
28642026-04-14T23:03:58.484Z Checking tui-tree-widget v0.23.1
28652026-04-14T23:03:58.591Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-04-14T23:03:58.699Z Checking polyval v0.6.2
28672026-04-14T23:03:58.785Z Checking sapling-renderdag v0.1.0
28682026-04-14T23:03:58.858Z Checking sync-ptr v0.1.4
28692026-04-14T23:03:58.898Z Checking ghash v0.5.1
28702026-04-14T23:03:59.006Z Checking event-listener-strategy v0.5.4
28712026-04-14T23:03:59.046Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-04-14T23:03:59.079Z Checking ctr v0.9.2
28732026-04-14T23:03:59.171Z Checking arrayvec v0.7.6
28742026-04-14T23:03:59.272Z Checking constant_time_eq v0.4.2
28752026-04-14T23:03:59.299Z Checking arrayref v0.3.9
28762026-04-14T23:03:59.386Z Checking aes-gcm v0.10.3
28772026-04-14T23:03:59.453Z Checking async-lock v3.4.2
28782026-04-14T23:03:59.498Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-04-14T23:03:59.573Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-04-14T23:03:59.882Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-04-14T23:04:00.508Z Checking ssh-encoding v0.2.0
28822026-04-14T23:04:00.582Z Checking blowfish v0.9.1
28832026-04-14T23:04:00.729Z Checking ssh-cipher v0.2.0
28842026-04-14T23:04:00.769Z Checking bcrypt-pbkdf v0.10.0
28852026-04-14T23:04:00.939Z Checking async-object-pool v0.2.0
28862026-04-14T23:04:00.973Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-04-14T23:04:01.083Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-04-14T23:04:01.299Z Checking serde_regex v1.1.0
28892026-04-14T23:04:01.494Z Checking password-hash v0.4.2
28902026-04-14T23:04:01.737Z Checking assert-json-diff v2.0.2
28912026-04-14T23:04:01.772Z Checking path-tree v0.8.3
28922026-04-14T23:04:01.939Z Compiling target-lexicon v0.13.3
28932026-04-14T23:04:01.990Z Checking gimli v0.32.3
28942026-04-14T23:04:02.206Z Checking stringmetrics v2.2.2
28952026-04-14T23:04:02.387Z Checking httpmock v0.8.3
28962026-04-14T23:04:02.510Z Checking pbkdf2 v0.11.0
28972026-04-14T23:04:02.712Z Checking ssh-key v0.6.7
28982026-04-14T23:04:03.373Z Compiling samael v0.0.19
28992026-04-14T23:04:03.550Z Checking addr2line v0.25.1
29002026-04-14T23:04:03.851Z Checking p256 v0.13.2
29012026-04-14T23:04:04.139Z Checking p521 v0.13.3
29022026-04-14T23:04:04.601Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-04-14T23:04:04.761Z Checking russh-cryptovec v0.7.3
29042026-04-14T23:04:04.851Z Checking rustc-demangle v0.1.27
29052026-04-14T23:04:04.950Z Compiling guppy-workspace-hack v0.1.0
29062026-04-14T23:04:05.117Z Checking md5 v0.7.0
29072026-04-14T23:04:05.215Z Checking backtrace v0.3.76
29082026-04-14T23:04:05.324Z Checking russh-keys v0.45.0
29092026-04-14T23:04:05.558Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-04-14T23:04:05.625Z Checking num-bigint v0.4.6
29112026-04-14T23:04:06.003Z Checking des v0.8.1
29122026-04-14T23:04:06.351Z Compiling blake3 v1.8.3
29132026-04-14T23:04:06.600Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-04-14T23:04:06.708Z Compiling target-spec v3.5.7
29152026-04-14T23:04:07.048Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-04-14T23:04:07.094Z Checking russh v0.45.0
29172026-04-14T23:04:07.378Z Checking cfg-expr v0.20.6
29182026-04-14T23:04:07.701Z Checking backtrace-ext v0.2.1
29192026-04-14T23:04:07.844Z Checking supports-color v2.1.0
29202026-04-14T23:04:07.888Z Checking textwrap v0.15.2
29212026-04-14T23:04:07.921Z Checking supports-hyperlinks v2.1.0
29222026-04-14T23:04:08.006Z Checking supports-unicode v2.1.0
29232026-04-14T23:04:08.067Z Checking hashbrown v0.14.5
29242026-04-14T23:04:08.121Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-04-14T23:04:08.155Z Checking cargo-platform v0.3.2
29262026-04-14T23:04:08.347Z Checking terminal_size v0.1.17
29272026-04-14T23:04:08.381Z Checking socket2 v0.5.10
29282026-04-14T23:04:08.488Z Compiling miette-derive v5.10.0
29292026-04-14T23:04:08.567Z Checking owo-colors v3.5.0
29302026-04-14T23:04:08.660Z Checking internet-checksum v0.2.1
29312026-04-14T23:04:08.815Z Checking chumsky v0.9.3
29322026-04-14T23:04:08.991Z Checking cargo_metadata v0.23.1
29332026-04-14T23:04:09.659Z Checking miette v5.10.0
29342026-04-14T23:04:09.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-04-14T23:04:09.911Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-04-14T23:04:09.969Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-04-14T23:04:10.190Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-04-14T23:04:10.307Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-04-14T23:04:10.466Z Checking httptest v0.16.4
29402026-04-14T23:04:10.561Z Checking pathdiff v0.2.3
29412026-04-14T23:04:10.705Z Compiling knuffel-derive v3.2.0
29422026-04-14T23:04:10.822Z Checking topological-sort v0.2.2
29432026-04-14T23:04:10.864Z Checking nested v0.1.1
29442026-04-14T23:04:10.978Z Compiling git2 v0.20.4
29452026-04-14T23:04:11.012Z Checking omicron-zone-package v0.12.2
29462026-04-14T23:04:11.045Z Checking guppy v0.17.25
29472026-04-14T23:04:11.173Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-04-14T23:04:11.422Z Checking similar-asserts v1.7.0
29492026-04-14T23:04:11.612Z Compiling rstest_macros v0.25.0
29502026-04-14T23:04:11.926Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-04-14T23:04:11.961Z Compiling target-triple v1.0.0
29522026-04-14T23:04:12.093Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-04-14T23:04:12.128Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-04-14T23:04:12.225Z Checking knuffel v3.2.0
29552026-04-14T23:04:12.325Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-04-14T23:04:12.781Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-04-14T23:04:12.882Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-04-14T23:04:12.916Z Checking hickory-client v0.25.2
29592026-04-14T23:04:13.507Z Checking toml_datetime v1.0.0+spec-1.1.0
29602026-04-14T23:04:13.757Z Compiling assert_cmd v2.1.2
29612026-04-14T23:04:13.852Z Checking escape8259 v0.5.3
29622026-04-14T23:04:13.886Z Compiling relative-path v1.9.3
29632026-04-14T23:04:14.019Z Checking libtest-mimic v0.8.1
29642026-04-14T23:04:14.100Z Checking toml v1.0.3+spec-1.1.0
29652026-04-14T23:04:14.372Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-04-14T23:04:14.454Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-04-14T23:04:14.594Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-04-14T23:04:14.711Z Checking blake2b_simd v1.0.4
29692026-04-14T23:04:15.203Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29702026-04-14T23:04:15.304Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29712026-04-14T23:04:15.620Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29722026-04-14T23:04:15.724Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29732026-04-14T23:04:15.959Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29742026-04-14T23:04:16.179Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29752026-04-14T23:04:16.383Z Checking fancy-regex v0.14.0
29762026-04-14T23:04:16.613Z Checking serde_tokenstream v0.2.3
29772026-04-14T23:04:16.776Z Checking uzers v0.12.2
29782026-04-14T23:04:16.872Z Compiling linkme-impl v0.3.35
29792026-04-14T23:04:17.043Z Checking termcolor v1.4.1
29802026-04-14T23:04:17.212Z Checking constant_time_eq v0.3.1
29812026-04-14T23:04:17.303Z Checking trybuild v1.0.116
29822026-04-14T23:04:17.346Z Checking rust-argon2 v2.1.0
29832026-04-14T23:04:17.717Z Checking datatest-stable v0.3.3
29842026-04-14T23:04:17.845Z Checking rstest v0.25.0
29852026-04-14T23:04:18.180Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29862026-04-14T23:04:18.247Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-04-14T23:04:18.488Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29882026-04-14T23:04:18.529Z Compiling polar-core v0.27.3
29892026-04-14T23:04:18.532Z Checking support-bundle-viewer v0.1.2
29902026-04-14T23:04:18.865Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29912026-04-14T23:04:19.141Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29922026-04-14T23:04:19.267Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29932026-04-14T23:04:19.458Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29942026-04-14T23:04:19.503Z Checking drift v0.1.3
29952026-04-14T23:04:19.700Z Checking rand_distr v0.5.1
29962026-04-14T23:04:19.838Z Checking multimap v0.10.1
29972026-04-14T23:04:20.058Z Checking approx v0.5.1
29982026-04-14T23:04:20.157Z Compiling linkme v0.3.35
29992026-04-14T23:04:20.224Z Checking dropshot-api-manager v0.6.0
30002026-04-14T23:04:20.261Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-04-14T23:04:21.039Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022026-04-14T23:04:21.295Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30032026-04-14T23:04:21.453Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30042026-04-14T23:04:21.592Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30052026-04-14T23:04:21.656Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-04-14T23:04:21.715Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30072026-04-14T23:04:21.829Z Checking partial-io v0.5.4
30082026-04-14T23:04:22.074Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30092026-04-14T23:04:22.108Z Checking cargo_toml v0.21.0
30102026-04-14T23:04:22.111Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-04-14T23:04:22.179Z Checking termios v0.3.3
30122026-04-14T23:04:22.341Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30132026-04-14T23:04:22.764Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30142026-04-14T23:04:23.014Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-04-14T23:04:23.854Z Checking oso v0.27.3
30162026-04-14T23:04:24.056Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30172026-04-14T23:04:25.760Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30182026-04-14T23:04:31.286Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30192026-04-14T23:04:32.945Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30202026-04-14T23:04:34.645Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30212026-04-14T23:04:38.387Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30222026-04-14T23:04:43.264Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30232026-04-14T23:04:46.301Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30242026-04-14T23:04:47.177Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30252026-04-14T23:04:48.329Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30262026-04-14T23:04:48.856Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30272026-04-14T23:04:57.562Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30282026-04-14T23:06:13.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30292026-04-14T23:06:13.655Z
30302026-04-14T23:06:13.659Zreal 4:04.039316492
30312026-04-14T23:06:13.659Zuser 20:31.979019656
30322026-04-14T23:06:13.659Zsys 4:48.822728425
30332026-04-14T23:06:13.659Ztrap 0.480472632
30342026-04-14T23:06:13.659Ztflt 0.093967677
30352026-04-14T23:06:13.659Zdflt 0.125003602
30362026-04-14T23:06:13.659Zkflt 0.001147415
30372026-04-14T23:06:13.659Zlock 56:34.336640919
30382026-04-14T23:06:13.659Zslp 56:14.482989031
30392026-04-14T23:06:13.659Zlat 1:49.893673693
30402026-04-14T23:06:13.660Zstop 10:53.807043250
30412026-04-14T23:06:13.660Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30422026-04-14T23:06:13.660Z+ ptime -m cargo doc --workspace --no-deps
30432026-04-14T23:06:14.543Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30442026-04-14T23:06:14.543Z |
30452026-04-14T23:06:14.543Z = 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)`
30462026-04-14T23:06:14.543Z = 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>
30472026-04-14T23:06:15.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-04-14T23:06:15.713Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30492026-04-14T23:06:15.756Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30502026-04-14T23:06:15.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30512026-04-14T23:06:15.892Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30522026-04-14T23:06:15.995Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30532026-04-14T23:06:16.023Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-04-14T23:06:16.050Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30552026-04-14T23:06:16.054Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-04-14T23:06:16.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-04-14T23:06:16.295Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-04-14T23:06:16.326Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-04-14T23:06:16.349Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-04-14T23:06:16.373Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30612026-04-14T23:06:16.373Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30622026-04-14T23:06:16.417Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-04-14T23:06:16.455Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30642026-04-14T23:06:16.513Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30652026-04-14T23:06:16.539Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30662026-04-14T23:06:16.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30672026-04-14T23:06:16.587Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30682026-04-14T23:06:16.890Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30692026-04-14T23:06:17.137Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30702026-04-14T23:06:17.221Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30712026-04-14T23:06:17.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30722026-04-14T23:06:17.341Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30732026-04-14T23:06:17.368Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30742026-04-14T23:06:17.468Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30752026-04-14T23:06:17.523Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30762026-04-14T23:06:17.552Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30772026-04-14T23:06:17.659Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30782026-04-14T23:06:17.710Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30792026-04-14T23:06:17.845Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30802026-04-14T23:06:17.994Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30812026-04-14T23:06:18.022Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30822026-04-14T23:06:18.198Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30832026-04-14T23:06:18.227Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30842026-04-14T23:06:18.252Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30852026-04-14T23:06:18.462Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30862026-04-14T23:06:18.487Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30872026-04-14T23:06:18.570Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30882026-04-14T23:06:18.725Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30892026-04-14T23:06:18.852Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30902026-04-14T23:06:19.012Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30912026-04-14T23:06:19.063Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30922026-04-14T23:06:19.130Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30932026-04-14T23:06:19.183Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30942026-04-14T23:06:19.233Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30952026-04-14T23:06:19.418Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30962026-04-14T23:06:19.443Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30972026-04-14T23:06:19.493Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30982026-04-14T23:06:19.602Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30992026-04-14T23:06:19.656Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31002026-04-14T23:06:19.681Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31012026-04-14T23:06:19.703Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31022026-04-14T23:06:19.902Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31032026-04-14T23:06:19.924Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31042026-04-14T23:06:19.947Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31052026-04-14T23:06:19.998Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31062026-04-14T23:06:20.156Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31072026-04-14T23:06:20.177Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31082026-04-14T23:06:20.199Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31092026-04-14T23:06:20.357Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31102026-04-14T23:06:20.425Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31112026-04-14T23:06:20.455Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31122026-04-14T23:06:20.495Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31132026-04-14T23:06:20.605Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31142026-04-14T23:06:20.628Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31152026-04-14T23:06:20.656Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31162026-04-14T23:06:20.720Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31172026-04-14T23:06:20.802Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31182026-04-14T23:06:20.828Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31192026-04-14T23:06:20.854Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31202026-04-14T23:06:20.874Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212026-04-14T23:06:21.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31222026-04-14T23:06:21.247Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31232026-04-14T23:06:21.576Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31242026-04-14T23:06:21.954Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31252026-04-14T23:06:22.034Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31262026-04-14T23:06:22.185Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-04-14T23:06:22.479Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31282026-04-14T23:06:22.505Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292026-04-14T23:06:22.654Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31302026-04-14T23:06:22.966Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31312026-04-14T23:06:23.243Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31322026-04-14T23:06:23.509Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-04-14T23:06:23.558Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-04-14T23:06:24.039Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-04-14T23:06:24.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31362026-04-14T23:06:25.231Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-04-14T23:06:25.302Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382026-04-14T23:06:25.404Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31392026-04-14T23:06:25.478Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-04-14T23:06:25.772Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31412026-04-14T23:06:26.011Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422026-04-14T23:06:26.273Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31432026-04-14T23:06:26.472Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31442026-04-14T23:06:26.618Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-04-14T23:06:26.642Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-04-14T23:06:26.750Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-04-14T23:06:26.882Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31482026-04-14T23:06:27.031Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-04-14T23:06:27.055Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502026-04-14T23:06:27.079Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31512026-04-14T23:06:27.104Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31522026-04-14T23:06:27.336Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31532026-04-14T23:06:27.567Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31542026-04-14T23:06:27.927Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31552026-04-14T23:06:28.324Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31562026-04-14T23:06:28.816Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-04-14T23:06:29.407Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31582026-04-14T23:06:29.603Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31592026-04-14T23:06:29.845Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31602026-04-14T23:06:30.128Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31612026-04-14T23:06:30.474Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-04-14T23:06:30.753Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-04-14T23:06:30.777Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31642026-04-14T23:06:30.835Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31652026-04-14T23:06:31.133Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-04-14T23:06:31.494Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31672026-04-14T23:06:31.670Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31682026-04-14T23:06:31.712Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31692026-04-14T23:06:31.792Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31702026-04-14T23:06:31.983Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31712026-04-14T23:06:32.060Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-04-14T23:06:32.715Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31732026-04-14T23:06:32.788Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31742026-04-14T23:06:33.371Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-04-14T23:06:33.514Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31762026-04-14T23:06:33.857Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31772026-04-14T23:06:34.272Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-04-14T23:06:35.144Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-04-14T23:06:35.221Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-04-14T23:06:35.605Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-04-14T23:06:35.686Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31822026-04-14T23:06:35.926Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31832026-04-14T23:06:36.261Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-04-14T23:06:36.535Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-04-14T23:06:36.758Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31862026-04-14T23:06:36.975Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-04-14T23:06:37.414Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31882026-04-14T23:06:37.444Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-14T23:06:37.527Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31902026-04-14T23:06:37.738Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31912026-04-14T23:06:37.939Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31922026-04-14T23:06:38.328Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-04-14T23:06:39.314Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31942026-04-14T23:06:39.963Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31952026-04-14T23:06:40.938Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962026-04-14T23:06:41.419Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31972026-04-14T23:06:41.995Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982026-04-14T23:06:43.335Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31992026-04-14T23:06:43.505Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32002026-04-14T23:06:44.785Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32012026-04-14T23:06:44.829Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32022026-04-14T23:06:46.409Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32032026-04-14T23:06:46.478Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-04-14T23:06:46.823Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32052026-04-14T23:06:47.237Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32062026-04-14T23:06:47.383Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-04-14T23:06:47.631Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082026-04-14T23:06:47.825Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32092026-04-14T23:06:47.994Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-04-14T23:06:48.051Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-04-14T23:06:48.183Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-04-14T23:06:48.548Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-04-14T23:06:48.683Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32142026-04-14T23:06:48.775Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-04-14T23:06:48.848Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32162026-04-14T23:06:49.015Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-04-14T23:06:49.460Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182026-04-14T23:06:50.175Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-04-14T23:06:50.250Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-04-14T23:06:50.879Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-04-14T23:06:50.905Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-04-14T23:06:51.526Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32232026-04-14T23:06:52.255Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-04-14T23:06:52.697Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-04-14T23:06:53.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-04-14T23:06:53.672Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-04-14T23:06:57.322Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32282026-04-14T23:06:57.728Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-04-14T23:06:58.031Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-04-14T23:06:59.372Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32312026-04-14T23:07:00.010Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32322026-04-14T23:07:02.117Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32332026-04-14T23:07:02.556Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-04-14T23:07:03.338Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32352026-04-14T23:07:04.494Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-04-14T23:07:05.753Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-04-14T23:07:06.238Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-14T23:07:06.381Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-14T23:07:06.862Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32402026-04-14T23:07:07.066Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32412026-04-14T23:07:09.516Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32422026-04-14T23:07:10.026Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-04-14T23:07:12.713Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-04-14T23:07:13.432Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-04-14T23:07:14.222Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-04-14T23:07:15.457Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-04-14T23:07:16.112Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-04-14T23:07:16.775Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32492026-04-14T23:07:17.541Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32502026-04-14T23:07:18.571Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32512026-04-14T23:07:19.199Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32522026-04-14T23:07:19.908Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32532026-04-14T23:07:20.681Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32542026-04-14T23:07:20.778Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-14T23:07:21.515Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-04-14T23:07:22.269Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32572026-04-14T23:07:24.687Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32582026-04-14T23:07:25.425Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32592026-04-14T23:07:26.271Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32602026-04-14T23:07:27.408Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32612026-04-14T23:07:28.822Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32622026-04-14T23:07:29.644Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32632026-04-14T23:07:30.384Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32642026-04-14T23:07:31.263Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32652026-04-14T23:07:32.672Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32662026-04-14T23:07:35.001Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-04-14T23:07:35.509Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32682026-04-14T23:07:36.549Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32692026-04-14T23:07:37.651Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-04-14T23:07:39.848Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-04-14T23:07:40.641Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32722026-04-14T23:07:41.953Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32732026-04-14T23:07:43.451Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32742026-04-14T23:07:47.888Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-04-14T23:07:49.310Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32762026-04-14T23:07:51.007Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-04-14T23:07:52.492Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-04-14T23:07:55.975Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-04-14T23:07:56.879Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-04-14T23:07:57.797Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32812026-04-14T23:07:58.562Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32822026-04-14T23:08:00.577Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-04-14T23:08:02.088Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32842026-04-14T23:08:03.837Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-04-14T23:08:05.732Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32862026-04-14T23:08:07.357Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32872026-04-14T23:08:09.322Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32882026-04-14T23:08:10.684Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32892026-04-14T23:08:12.348Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32902026-04-14T23:08:14.019Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32912026-04-14T23:08:15.727Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32922026-04-14T23:08:17.383Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32932026-04-14T23:08:18.810Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32942026-04-14T23:08:20.726Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32952026-04-14T23:08:22.225Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32962026-04-14T23:08:24.057Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32972026-04-14T23:08:25.926Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32982026-04-14T23:08:27.545Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-04-14T23:08:29.678Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33002026-04-14T23:08:31.305Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-04-14T23:08:33.107Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-04-14T23:08:35.283Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-04-14T23:08:37.698Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33042026-04-14T23:08:39.336Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33052026-04-14T23:08:41.257Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33062026-04-14T23:08:43.280Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33072026-04-14T23:08:46.659Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33082026-04-14T23:08:47.624Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-04-14T23:08:49.808Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33102026-04-14T23:08:51.963Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33112026-04-14T23:08:54.115Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33122026-04-14T23:08:56.239Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33132026-04-14T23:08:58.409Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33142026-04-14T23:09:00.472Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33152026-04-14T23:09:02.687Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33162026-04-14T23:09:05.122Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33172026-04-14T23:09:06.982Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-04-14T23:09:09.517Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192026-04-14T23:09:11.211Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-04-14T23:09:13.275Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-04-14T23:09:15.395Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33222026-04-14T23:09:17.549Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33232026-04-14T23:09:19.677Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-04-14T23:09:21.836Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33252026-04-14T23:09:24.113Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33262026-04-14T23:09:26.195Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-04-14T23:09:28.257Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33282026-04-14T23:09:30.496Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33292026-04-14T23:09:32.898Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33302026-04-14T23:09:35.103Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33312026-04-14T23:09:37.209Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33322026-04-14T23:09:39.469Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33332026-04-14T23:09:41.669Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33342026-04-14T23:09:43.790Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33352026-04-14T23:09:46.413Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33362026-04-14T23:09:48.489Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33372026-04-14T23:09:50.735Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33382026-04-14T23:09:52.943Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-04-14T23:09:55.433Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-04-14T23:09:57.774Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33412026-04-14T23:10:00.180Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33422026-04-14T23:10:02.498Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33432026-04-14T23:10:05.114Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33442026-04-14T23:10:07.416Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-04-14T23:10:09.774Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-04-14T23:10:12.112Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33472026-04-14T23:10:14.755Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-04-14T23:10:17.180Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33492026-04-14T23:10:19.603Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33502026-04-14T23:10:21.948Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33512026-04-14T23:10:24.410Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33522026-04-14T23:10:26.828Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33532026-04-14T23:10:29.696Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33542026-04-14T23:10:31.929Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33552026-04-14T23:10:34.383Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33562026-04-14T23:10:41.552Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33572026-04-14T23:10:41.722Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33582026-04-14T23:10:45.046Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-04-14T23:10:48.155Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33602026-04-14T23:10:51.385Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33612026-04-14T23:10:54.638Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33622026-04-14T23:10:57.807Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33632026-04-14T23:11:01.096Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-04-14T23:11:04.318Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33652026-04-14T23:11:07.586Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33662026-04-14T23:11:10.793Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33672026-04-14T23:11:14.163Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33682026-04-14T23:11:17.326Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33692026-04-14T23:11:20.560Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33702026-04-14T23:11:23.796Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33712026-04-14T23:11:27.036Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33722026-04-14T23:11:30.479Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-04-14T23:11:33.589Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33742026-04-14T23:11:36.961Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33752026-04-14T23:11:40.139Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33762026-04-14T23:11:43.611Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33772026-04-14T23:11:46.741Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33782026-04-14T23:11:50.069Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33792026-04-14T23:11:53.236Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33802026-04-14T23:11:56.715Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33812026-04-14T23:11:59.937Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33822026-04-14T23:12:27.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 13s
33832026-04-14T23:12:27.631Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33842026-04-14T23:12:27.731Z
33852026-04-14T23:12:27.734Zreal 6:13.941574218
33862026-04-14T23:12:27.734Zuser 17:14.648477781
33872026-04-14T23:12:27.734Zsys 3:38.273621377
33882026-04-14T23:12:27.734Ztrap 0.250881745
33892026-04-14T23:12:27.734Ztflt 0.028169134
33902026-04-14T23:12:27.734Zdflt 0.048228763
33912026-04-14T23:12:27.734Zkflt 0.000021857
33922026-04-14T23:12:27.735Zlock 5:39:43.776070018
33932026-04-14T23:12:27.735Zslp 2:04:35.307480610
33942026-04-14T23:12:27.735Zlat 33.545785069
33952026-04-14T23:12:27.735Zstop 1:38.183762559
33962026-04-14T23:12:27.735Zprocess exited: duration 805792 ms, exit code 0
 
33972026-04-14T23:12:27.742Zfound 0 output files