01KP9BS4YYJW90SJS6DY5YFH6W: clippy (helios)

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

Buildomat Job: 01KP9BSMNKB3Q3Q34P11JQ6H8Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:03:32.056Zjob assigned to worker 01KP9BT9Z246R1ENBPEZ27N5SN [factory aws, i-00a36acf819a14f8e] (queued for 1 m 10 s)
 
22026-04-15T20:03:39.003Zstarting task 0: "setup"
32026-04-15T20:03:39.008Z++ uname -s
42026-04-15T20:03:39.012Z+ kern=SunOS
52026-04-15T20:03:39.012Z+ build_user=build
62026-04-15T20:03:39.012Z+ build_uid=12345
72026-04-15T20:03:39.012Z+ work_dir=/work
82026-04-15T20:03:39.012Z+ input_dir=/input
92026-04-15T20:03:39.012Z+ [[ 0 == 12345 ]]
102026-04-15T20:03:39.012Z+ case "$kern" in
112026-04-15T20:03:39.012Z+ groupadd -g 12345 build
122026-04-15T20:03:39.012Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:03:41.017Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:03:41.060Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:03:41.064Z+ home_fs=zfs
162026-04-15T20:03:41.064Z+ [[ zfs == autofs ]]
172026-04-15T20:03:41.064Z+ mkdir -p /home/build
182026-04-15T20:03:41.064Z+ chown build:build /home/build /work
192026-04-15T20:03:43.064Z+ chmod 0700 /home/build /work
202026-04-15T20:03:43.068Zprocess exited: duration 4062 ms, exit code 0
 
212026-04-15T20:03:43.076Zstarting task 1: "rust-toolchain"
222026-04-15T20:03:43.080Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-15T20:03:43.080Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-15T20:03:43.080Z * rust toolchain channel = "1.94.0"
252026-04-15T20:03:43.080Z * rust toolchain profile = "default"
262026-04-15T20:03:43.080Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T20:03:43.081Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T20:03:43.084Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:03:43.085Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-15T20:03:43.202Zinfo: downloading installer
312026-04-15T20:03:44.867Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:03:44.867Zwarn: /opt/ooce/bin
332026-04-15T20:03:44.867Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:03:44.867Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:03:44.867Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:03:44.867Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:03:44.867Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:03:44.867Zerror: cannot install while Rust is installed
392026-04-15T20:03:44.868Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:03:44.868Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:03:44.868Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:03:44.868Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:03:44.868Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:03:44.898Zinfo: profile set to default
452026-04-15T20:03:44.898Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:03:44.902Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-15T20:03:45.052Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-15T20:03:45.056Zinfo: downloading 6 components
492026-04-15T20:04:00.452Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-15T20:04:00.452Z
512026-04-15T20:04:00.481Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-15T20:04:00.481Z
532026-04-15T20:04:00.485Z
542026-04-15T20:04:00.485ZRust is installed now. Great!
552026-04-15T20:04:00.485Z
562026-04-15T20:04:00.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:04:00.485Zenvironment variable. This has not been done automatically.
582026-04-15T20:04:00.486Z
592026-04-15T20:04:00.486ZTo configure your current shell, you need to source
602026-04-15T20:04:00.486Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:04:00.486Z
622026-04-15T20:04:00.486ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:04:00.486Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:04:00.486Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:04:00.486Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:04:00.486Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:04:00.486Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:04:00.486Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:04:00.486Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:04:00.486Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:04:00.586Z+ rustup --version
722026-04-15T20:04:00.596Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:04:00.600Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:04:00.617Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-15T20:04:00.621Z+ cargo --version
762026-04-15T20:04:00.633Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-15T20:04:00.637Z+ rustc --version
782026-04-15T20:04:00.656Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-15T20:04:00.659Zprocess exited: duration 17578 ms, exit code 0
 
802026-04-15T20:04:00.667Zstarting task 2: "authentication"
812026-04-15T20:04:00.684Zprocess exited: duration 17 ms, exit code 0
 
822026-04-15T20:04:00.692Zstarting task 3: "clone repository"
832026-04-15T20:04:00.695Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-15T20:04:00.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-15T20:04:00.837ZCloning into '/work/oxidecomputer/omicron'...
862026-04-15T20:04:12.138Z+ cd /work/oxidecomputer/omicron
872026-04-15T20:04:12.138Z+ git fetch origin 27599f8b09e9d857dc79a7c835c2063e262bb5cf
882026-04-15T20:04:12.438ZFrom https://github.com/oxidecomputer/omicron
892026-04-15T20:04:12.438Z * branch 27599f8b09e9d857dc79a7c835c2063e262bb5cf -> FETCH_HEAD
902026-04-15T20:04:12.448Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-15T20:04:12.451Z++ git branch --show-current
922026-04-15T20:04:12.451Z+ current=main
932026-04-15T20:04:12.451Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-15T20:04:12.451Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 27599f8b09e9d857dc79a7c835c2063e262bb5cf
952026-04-15T20:04:12.456Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-15T20:04:12.696ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-15T20:04:12.700Z+ git reset --hard 27599f8b09e9d857dc79a7c835c2063e262bb5cf
982026-04-15T20:04:12.716ZHEAD is now at 27599f8b0 rustfmt
992026-04-15T20:04:12.720Zprocess exited: duration 12023 ms, exit code 0
 
1002026-04-15T20:04:12.727Zstarting task 4: "build"
1012026-04-15T20:04:12.731Z+ source ./env.sh
1022026-04-15T20:04:12.731Z++ OLD_SHELL_OPTS=ehxB
1032026-04-15T20:04:12.731Z++ set -o xtrace
1042026-04-15T20:04:12.734Z++++ dirname ./env.sh
1052026-04-15T20:04:12.734Z+++ readlink -f .
1062026-04-15T20:04:12.745Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ 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-15T20:04:12.749Z++ case $OLD_SHELL_OPTS in
1162026-04-15T20:04:12.749Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-15T20:04:12.749Z+ source .github/buildomat/ci-env.sh
1182026-04-15T20:04:12.749Z++ export CARGO_TERM_COLOR=always
1192026-04-15T20:04:12.749Z++ CARGO_TERM_COLOR=always
1202026-04-15T20:04:12.749Z+ cargo --version
1212026-04-15T20:04:12.754Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-15T20:04:12.758Z+ rustc --version
1232026-04-15T20:04:12.780Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-15T20:04:12.787Z+ banner prerequisites
1252026-04-15T20:04:12.787Z
1262026-04-15T20:04:12.787Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-15T20:04:12.787Z # # # # # # # # # # # # # # #
1282026-04-15T20:04:12.787Z # # # # ##### # # ##### # # # # # #### #
1292026-04-15T20:04:12.787Z ##### ##### # ##### # # # # # # # # #
1302026-04-15T20:04:12.787Z # # # # # # # # # # # # # # #
1312026-04-15T20:04:12.787Z # # # ###### # # ###### ### # #### # #### #
1322026-04-15T20:04:12.787Z
1332026-04-15T20:04:12.787Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-15T20:04:22.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-15T20:04:30.386Z Startup: Caching catalogs ... Done
1362026-04-15T20:04:36.554ZPlanning: Solver setup ... Done (4.873s)
1372026-04-15T20:04:36.606ZPlanning: Running solver ... Done (0.031s)
1382026-04-15T20:04:36.733ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-15T20:04:36.766ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-15T20:04:36.852ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-15T20:04:36.864ZPlanning: Package planning ... Done (0.033s)
1422026-04-15T20:04:36.892ZPlanning: Merging actions ... Done (0.029s)
1432026-04-15T20:04:37.241ZPlanning: Checking for conflicting actions ... Done (0.343s)
1442026-04-15T20:04:37.249ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-15T20:04:40.627ZPlanning: Evaluating mediators ... Done (3.381s)
1462026-04-15T20:04:40.631ZPlanning: Planning completed in 10.07 seconds
1472026-04-15T20:04:40.962Z Packages to install: 4
1482026-04-15T20:04:40.962Z Mediators to change: 2
1492026-04-15T20:04:40.962Z Services to change: 1
1502026-04-15T20:04:40.966Z Estimated space available: 155.34 GB
1512026-04-15T20:04:40.966ZEstimated space to be consumed: 1.85 GB
1522026-04-15T20:04:40.966Z Create boot environment: No
1532026-04-15T20:04:40.966ZCreate backup boot environment: No
1542026-04-15T20:04:40.966Z Rebuild boot archive: No
1552026-04-15T20:04:40.966Z
1562026-04-15T20:04:40.966ZChanged mediators:
1572026-04-15T20:04:40.966Z mediator clang:
1582026-04-15T20:04:40.966Z version: None -> 15 (system default)
1592026-04-15T20:04:40.966Z
1602026-04-15T20:04:40.966Z mediator llvm:
1612026-04-15T20:04:40.966Z version: 14 (system default) -> 15 (system default)
1622026-04-15T20:04:40.967Z
1632026-04-15T20:04:40.967ZChanged packages:
1642026-04-15T20:04:40.967Zhelios-dev
1652026-04-15T20:04:40.967Z developer/build-essential
1662026-04-15T20:04:40.967Z None -> 11-2.0
1672026-04-15T20:04:40.967Z library/libxmlsec1
1682026-04-15T20:04:40.967Z None -> 1.2.35-2.0
1692026-04-15T20:04:40.967Z ooce/developer/clang-15
1702026-04-15T20:04:40.967Z None -> 15.0.7-2.0
1712026-04-15T20:04:40.967Z ooce/developer/llvm-15
1722026-04-15T20:04:40.967Z None -> 15.0.7-2.0
1732026-04-15T20:04:40.967Z
1742026-04-15T20:04:40.967ZServices:
1752026-04-15T20:04:40.967Z restart_fmri:
1762026-04-15T20:04:40.967Z svc:/system/update-man-index:default
1772026-04-15T20:04:41.065Z
1782026-04-15T20:04:41.065ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-15T20:04:46.069ZDownload: 2158/3290 items 119.0/212.6MB 55% complete (24.4M/s)
1802026-04-15T20:04:50.346ZDownload: Completed 212.60 MB in 9.28 seconds (22.9M/s)
1812026-04-15T20:04:51.048Z Actions: 1/3689 actions (Installing new actions)
1822026-04-15T20:04:54.861Z Actions: Completed 3689 actions in 3.81 seconds.
1832026-04-15T20:04:55.161Z Done (0.303s)
1842026-04-15T20:04:55.161Z Done (0.000s)
1852026-04-15T20:04:55.869Z Done (0.708s)
1862026-04-15T20:04:59.640Z Done (3.412s)
1872026-04-15T20:04:59.741Z Done (0.040s)
1882026-04-15T20:04:59.745Z Done (0.000s)
1892026-04-15T20:04:59.872Z Done (0.000s)
1902026-04-15T20:05:00.730ZPlanning: Evaluating mediator changes ... Done
1912026-04-15T20:05:00.837ZPlanning: Checking for conflicting actions ... Done
1922026-04-15T20:05:00.842ZPlanning: Consolidating action changes ... Done
1932026-04-15T20:05:01.008ZPlanning: Evaluating mediators ... Done
1942026-04-15T20:05:01.015ZPlanning: Planning completed in 0.27 seconds
1952026-04-15T20:05:01.021Z Mediators to change: 2
1962026-04-15T20:05:01.021Z Create boot environment: No
1972026-04-15T20:05:01.021ZCreate backup boot environment: No
1982026-04-15T20:05:01.097Z Done
1992026-04-15T20:05:01.097Z Done
2002026-04-15T20:05:01.702Z Done
2012026-04-15T20:05:04.211Z Done
2022026-04-15T20:05:04.285Z Done
2032026-04-15T20:05:04.289Z Done
2042026-04-15T20:05:04.681Z Done
2052026-04-15T20:05:05.081ZPlanning: Evaluating mediator changes ... Done
2062026-04-15T20:05:05.085ZPlanning: Merging actions ... Done
2072026-04-15T20:05:05.222ZPlanning: Checking for conflicting actions ... Done
2082026-04-15T20:05:05.225ZPlanning: Consolidating action changes ... Done
2092026-04-15T20:05:05.361ZPlanning: Evaluating mediators ... Done
2102026-04-15T20:05:05.389ZPlanning: Planning completed in 0.45 seconds
2112026-04-15T20:05:05.410Z Packages to change: 1
2122026-04-15T20:05:05.411Z Mediators to change: 1
2132026-04-15T20:05:05.411Z Services to change: 1
2142026-04-15T20:05:05.411Z Create boot environment: No
2152026-04-15T20:05:05.414ZCreate backup boot environment: Yes
2162026-04-15T20:05:07.291Z Actions: 1/6 actions (Updating modified actions)
2172026-04-15T20:05:07.321Z Actions: Completed 6 actions in 0.03 seconds.
2182026-04-15T20:05:07.325Z Done
2192026-04-15T20:05:07.325Z Done
2202026-04-15T20:05:07.463Z Done
2212026-04-15T20:05:10.116Z Done
2222026-04-15T20:05:10.190Z Done
2232026-04-15T20:05:10.194Z Done
2242026-04-15T20:05:10.692Z Done
2252026-04-15T20:05:10.978ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-04-15T20:05:10.978Zclang system 15 system
2272026-04-15T20:05:10.978Zcsh system system illumos
2282026-04-15T20:05:10.978Zctags system system illumos
2292026-04-15T20:05:10.978Zfile system system illumos
2302026-04-15T20:05:10.978Zgcc vendor 12 vendor
2312026-04-15T20:05:10.978Zgcc system 14 system
2322026-04-15T20:05:10.978Zgcc system 10 system
2332026-04-15T20:05:10.978Zgo system 1.20 system
2342026-04-15T20:05:10.978Zgo system 1.19 system
2352026-04-15T20:05:10.978Zllvm system 15 system
2362026-04-15T20:05:10.978Zllvm system 14 system
2372026-04-15T20:05:10.978Zmariadb system 10.6 system
2382026-04-15T20:05:10.978Zmta vendor vendor dma
2392026-04-15T20:05:10.978Zopenjdk system 17 system
2402026-04-15T20:05:10.978Zopenjdk system 11 system
2412026-04-15T20:05:10.978Zopenjdk system 1.8 system
2422026-04-15T20:05:10.978Zopenssl vendor 3 vendor
2432026-04-15T20:05:10.978Zperl system 5.36 system
2442026-04-15T20:05:10.978Zpostgresql system 15 system
2452026-04-15T20:05:10.978Zpostgresql system 13 system
2462026-04-15T20:05:10.978Zpython vendor 3 vendor
2472026-04-15T20:05:10.978Zpython system 2 system
2482026-04-15T20:05:10.978Zpython3 system 3.11 system
2492026-04-15T20:05:10.978Zruby system 3.0 system
2502026-04-15T20:05:10.978Zwords vendor vendor american-english
2512026-04-15T20:05:10.978Zwords system system australian-english
2522026-04-15T20:05:10.978Zwords system system british-english
2532026-04-15T20:05:10.978Zwords system system canadian-english
2542026-04-15T20:05:10.978Zwords system system french
2552026-04-15T20:05:10.979Zwords system system italian
2562026-04-15T20:05:10.979Zwords system system ngerman
2572026-04-15T20:05:10.979Zwords system system ogerman
2582026-04-15T20:05:10.979Zwords system system spanish
2592026-04-15T20:05:11.198ZPUBLISHER TYPE STATUS P LOCATION
2602026-04-15T20:05:11.198Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-04-15T20:05:15.750ZFMRI IFO
2622026-04-15T20:05:15.750Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-04-15T20:05:15.750Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-04-15T20:05:15.750Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-04-15T20:05:15.750Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-04-15T20:05:15.750Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-04-15T20:05:15.750Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-04-15T20:05:15.750Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-04-15T20:05:15.750Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-04-15T20:05:15.750Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-04-15T20:05:15.750Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-04-15T20:05:15.750Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-04-15T20:05:15.750Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-04-15T20:05:15.750Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-04-15T20:05:15.750Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-04-15T20:05:15.750Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-04-15T20:05:15.750Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-04-15T20:05:16.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-04-15T20:05:17.228Z Updating crates.io index
2802026-04-15T20:05:17.232Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-04-15T20:05:18.019Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-04-15T20:05:18.489Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-04-15T20:05:18.809Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842026-04-15T20:05:20.558Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-04-15T20:05:21.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862026-04-15T20:05:22.399Z Updating git repository `https://github.com/oxidecomputer/opte`
2872026-04-15T20:05:23.208Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882026-04-15T20:05:23.490Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892026-04-15T20:05:24.219Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902026-04-15T20:05:24.619Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2912026-04-15T20:05:25.036Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2922026-04-15T20:05:25.466Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2932026-04-15T20:05:26.381Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2942026-04-15T20:05:27.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-04-15T20:05:27.288Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962026-04-15T20:05:27.671Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2972026-04-15T20:05:28.092Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2982026-04-15T20:05:28.336Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2992026-04-15T20:05:28.565Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3002026-04-15T20:05:28.832Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-04-15T20:05:29.269Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022026-04-15T20:05:29.882Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3032026-04-15T20:05:30.359Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3042026-04-15T20:05:30.740Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3052026-04-15T20:05:31.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062026-04-15T20:05:32.465Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072026-04-15T20:05:33.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082026-04-15T20:05:33.550Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-04-15T20:05:33.992Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-04-15T20:05:34.253Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-04-15T20:05:34.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-04-15T20:05:34.864Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-04-15T20:05:35.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-04-15T20:05:35.834Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-04-15T20:05:36.116Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-04-15T20:05:36.393Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-04-15T20:05:36.786Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-04-15T20:05:48.874Z Downloading crates ...
3192026-04-15T20:05:48.966Z Downloaded clap_derive v4.5.55
3202026-04-15T20:05:48.973Z Downloaded scroll_derive v0.12.1
3212026-04-15T20:05:48.973Z Downloaded anstream v0.6.21
3222026-04-15T20:05:48.973Z Downloaded byteorder v1.5.0
3232026-04-15T20:05:48.973Z Downloaded heck v0.4.1
3242026-04-15T20:05:48.973Z Downloaded anstyle v1.0.13
3252026-04-15T20:05:48.973Z Downloaded camino v1.2.2
3262026-04-15T20:05:48.973Z Downloaded autocfg v1.5.0
3272026-04-15T20:05:48.973Z Downloaded memmap v0.7.0
3282026-04-15T20:05:48.974Z Downloaded anstyle-parse v0.2.7
3292026-04-15T20:05:48.980Z Downloaded block-buffer v0.10.4
3302026-04-15T20:05:48.980Z Downloaded zmij v1.0.21
3312026-04-15T20:05:48.980Z Downloaded typeid v1.0.3
3322026-04-15T20:05:48.983Z Downloaded unicode-linebreak v0.1.5
3332026-04-15T20:05:48.983Z Downloaded unicode-xid v0.2.6
3342026-04-15T20:05:48.988Z Downloaded utf8_iter v1.0.4
3352026-04-15T20:05:48.988Z Downloaded toml_write v0.1.2
3362026-04-15T20:05:48.988Z Downloaded semver v1.0.27
3372026-04-15T20:05:48.995Z Downloaded proc-macro2 v1.0.106
3382026-04-15T20:05:48.995Z Downloaded utf8parse v0.2.2
3392026-04-15T20:05:48.995Z Downloaded usdt-macro v0.5.0
3402026-04-15T20:05:48.995Z Downloaded num-traits v0.2.19
3412026-04-15T20:05:48.995Z Downloaded terminal_size v0.4.3
3422026-04-15T20:05:49.006Z Downloaded fastrand v2.3.0
3432026-04-15T20:05:49.006Z Downloaded thread-id v4.2.2
3442026-04-15T20:05:49.007Z Downloaded tinystr v0.8.2
3452026-04-15T20:05:49.007Z Downloaded zerofrom-derive v0.1.6
3462026-04-15T20:05:49.007Z Downloaded bitflags v2.11.0
3472026-04-15T20:05:49.016Z Downloaded pretty-hex v0.4.1
3482026-04-15T20:05:49.016Z Downloaded zerofrom v0.1.6
3492026-04-15T20:05:49.016Z Downloaded toml_datetime v0.6.11
3502026-04-15T20:05:49.016Z Downloaded proc-macro-error v1.0.4
3512026-04-15T20:05:49.016Z Downloaded camino-tempfile v1.4.1
3522026-04-15T20:05:49.016Z Downloaded bytecount v0.6.9
3532026-04-15T20:05:49.016Z Downloaded version_check v0.9.5
3542026-04-15T20:05:49.016Z Downloaded usdt v0.5.0
3552026-04-15T20:05:49.016Z Downloaded crypto-common v0.1.7
3562026-04-15T20:05:49.016Z Downloaded cargo-platform v0.2.0
3572026-04-15T20:05:49.016Z Downloaded usdt-attr-macro v0.5.0
3582026-04-15T20:05:49.021Z Downloaded serde_spanned v0.6.9
3592026-04-15T20:05:49.021Z Downloaded usdt-impl v0.5.0
3602026-04-15T20:05:49.034Z Downloaded thiserror v2.0.18
3612026-04-15T20:05:49.034Z Downloaded zerovec-derive v0.11.2
3622026-04-15T20:05:49.034Z Downloaded writeable v0.6.2
3632026-04-15T20:05:49.045Z Downloaded yoke v0.8.1
3642026-04-15T20:05:49.045Z Downloaded is_terminal_polyfill v1.70.2
3652026-04-15T20:05:49.045Z Downloaded cfg-if v1.0.4
3662026-04-15T20:05:49.045Z Downloaded thiserror-impl v2.0.18
3672026-04-15T20:05:49.045Z Downloaded percent-encoding v2.3.2
3682026-04-15T20:05:49.045Z Downloaded icu_properties v2.1.2
3692026-04-15T20:05:49.045Z Downloaded proc-macro-error-attr v1.0.4
3702026-04-15T20:05:49.045Z Downloaded yoke-derive v0.8.1
3712026-04-15T20:05:49.046Z Downloaded digest v0.10.7
3722026-04-15T20:05:49.046Z Downloaded anstyle-query v1.1.5
3732026-04-15T20:05:49.046Z Downloaded thiserror v1.0.69
3742026-04-15T20:05:49.046Z Downloaded stable_deref_trait v1.2.1
3752026-04-15T20:05:49.046Z Downloaded zerocopy-derive v0.7.35
3762026-04-15T20:05:49.056Z Downloaded ucd-trie v0.1.7
3772026-04-15T20:05:49.056Z Downloaded toml v0.8.23
3782026-04-15T20:05:49.056Z Downloaded clap_lex v1.0.0
3792026-04-15T20:05:49.056Z Downloaded thiserror-impl v1.0.69
3802026-04-15T20:05:49.056Z Downloaded potential_utf v0.1.4
3812026-04-15T20:05:49.056Z Downloaded plain v0.2.3
3822026-04-15T20:05:49.056Z Downloaded itoa v1.0.17
3832026-04-15T20:05:49.056Z Downloaded smawk v0.3.2
3842026-04-15T20:05:49.056Z Downloaded unicode-ident v1.0.24
3852026-04-15T20:05:49.056Z Downloaded idna_adapter v1.2.1
3862026-04-15T20:05:49.063Z Downloaded dtrace-parser v0.2.0
3872026-04-15T20:05:49.063Z Downloaded strsim v0.11.1
3882026-04-15T20:05:49.063Z Downloaded textwrap v0.16.2
3892026-04-15T20:05:49.063Z Downloaded pest_generator v2.8.6
3902026-04-15T20:05:49.067Z Downloaded typenum v1.19.0
3912026-04-15T20:05:49.067Z Downloaded toml_edit v0.22.27
3922026-04-15T20:05:49.067Z Downloaded zerotrie v0.2.3
3932026-04-15T20:05:49.067Z Downloaded serde-value v0.7.0
3942026-04-15T20:05:49.071Z Downloaded equivalent v1.0.2
3952026-04-15T20:05:49.071Z Downloaded dof v0.3.0
3962026-04-15T20:05:49.071Z Downloaded url v2.5.8
3972026-04-15T20:05:49.072Z Downloaded ordered-float v2.10.1
3982026-04-15T20:05:49.076Z Downloaded generic-array v0.14.7
3992026-04-15T20:05:49.080Z Downloaded errno v0.3.14
4002026-04-15T20:05:49.080Z Downloaded zerovec v0.11.5
4012026-04-15T20:05:49.083Z Downloaded zerocopy v0.7.35
4022026-04-15T20:05:49.091Z Downloaded tabled_derive v0.7.0
4032026-04-15T20:05:49.095Z Downloaded swrite v0.1.0
4042026-04-15T20:05:49.095Z Downloaded heck v0.5.0
4052026-04-15T20:05:49.095Z Downloaded macaddr v1.0.1
4062026-04-15T20:05:49.095Z Downloaded serde-untagged v0.1.9
4072026-04-15T20:05:49.095Z Downloaded form_urlencoded v1.2.2
4082026-04-15T20:05:49.100Z Downloaded winnow v0.7.14
4092026-04-15T20:05:49.107Z Downloaded quote v1.0.44
4102026-04-15T20:05:49.107Z Downloaded fs-err v3.3.0
4112026-04-15T20:05:49.107Z Downloaded displaydoc v0.2.5
4122026-04-15T20:05:49.124Z Downloaded unicode-width v0.2.0
4132026-04-15T20:05:49.124Z Downloaded unicode-width v0.1.14
4142026-04-15T20:05:49.124Z Downloaded scroll v0.12.0
4152026-04-15T20:05:49.129Z Downloaded serde_derive v1.0.228
4162026-04-15T20:05:49.129Z Downloaded cpufeatures v0.2.17
4172026-04-15T20:05:49.129Z Downloaded serde_tokenstream v0.2.3
4182026-04-15T20:05:49.129Z Downloaded fnv v1.0.7
4192026-04-15T20:05:49.129Z Downloaded cargo_metadata v0.21.0
4202026-04-15T20:05:49.129Z Downloaded synstructure v0.13.2
4212026-04-15T20:05:49.129Z Downloaded erased-serde v0.4.9
4222026-04-15T20:05:49.136Z Downloaded colorchoice v1.0.4
4232026-04-15T20:05:49.143Z Downloaded sha2 v0.10.9
4242026-04-15T20:05:49.143Z Downloaded tempfile v3.25.0
4252026-04-15T20:05:49.151Z Downloaded pest_derive v2.8.6
4262026-04-15T20:05:49.151Z Downloaded once_cell v1.21.3
4272026-04-15T20:05:49.164Z Downloaded smallvec v1.15.1
4282026-04-15T20:05:49.164Z Downloaded cargo-util-schemas v0.8.2
4292026-04-15T20:05:49.165Z Downloaded icu_provider v2.1.1
4302026-04-15T20:05:49.165Z Downloaded papergrid v0.11.0
4312026-04-15T20:05:49.165Z Downloaded indexmap v2.13.0
4322026-04-15T20:05:49.165Z Downloaded clap v4.5.60
4332026-04-15T20:05:49.170Z Downloaded cargo_toml v0.21.0
4342026-04-15T20:05:49.170Z Downloaded litemap v0.8.1
4352026-04-15T20:05:49.177Z Downloaded icu_locale_core v2.1.1
4362026-04-15T20:05:49.181Z Downloaded anyhow v1.0.102
4372026-04-15T20:05:49.200Z Downloaded getrandom v0.3.4
4382026-04-15T20:05:49.209Z Downloaded log v0.4.29
4392026-04-15T20:05:49.209Z Downloaded pest_meta v2.8.6
4402026-04-15T20:05:49.209Z Downloaded icu_normalizer_data v2.1.1
4412026-04-15T20:05:49.209Z Downloaded icu_normalizer v2.1.1
4422026-04-15T20:05:49.214Z Downloaded serde v1.0.228
4432026-04-15T20:05:49.218Z Downloaded serde_core v1.0.228
4442026-04-15T20:05:49.233Z Downloaded icu_collections v2.1.1
4452026-04-15T20:05:49.237Z Downloaded memchr v2.8.0
4462026-04-15T20:05:49.250Z Downloaded pest v2.8.6
4472026-04-15T20:05:49.260Z Downloaded hashbrown v0.16.1
4482026-04-15T20:05:49.264Z Downloaded idna v1.1.0
4492026-04-15T20:05:49.290Z Downloaded icu_properties_data v2.1.2
4502026-04-15T20:05:49.296Z Downloaded syn v1.0.109
4512026-04-15T20:05:49.296Z Downloaded serde_json v1.0.149
4522026-04-15T20:05:49.296Z Downloaded goblin v0.8.2
4532026-04-15T20:05:49.301Z Downloaded tabled v0.15.0
4542026-04-15T20:05:49.305Z Downloaded clap_builder v4.5.60
4552026-04-15T20:05:49.319Z Downloaded syn v2.0.117
4562026-04-15T20:05:49.341Z Downloaded rustix v1.1.3
4572026-04-15T20:05:49.365Z Downloaded libc v0.2.180
4582026-04-15T20:05:49.441Z Compiling proc-macro2 v1.0.106
4592026-04-15T20:05:49.446Z Compiling quote v1.0.44
4602026-04-15T20:05:49.447Z Compiling unicode-ident v1.0.24
4612026-04-15T20:05:49.447Z Compiling serde_core v1.0.228
4622026-04-15T20:05:49.447Z Compiling libc v0.2.180
4632026-04-15T20:05:49.447Z Compiling version_check v0.9.5
4642026-04-15T20:05:49.447Z Compiling serde v1.0.228
4652026-04-15T20:05:49.447Z Compiling stable_deref_trait v1.2.1
4662026-04-15T20:05:49.707Z Compiling memchr v2.8.0
4672026-04-15T20:05:49.821Z Compiling zmij v1.0.21
4682026-04-15T20:05:50.303Z Compiling ucd-trie v0.1.7
4692026-04-15T20:05:50.552Z Compiling autocfg v1.5.0
4702026-04-15T20:05:50.569Z Compiling thiserror v1.0.69
4712026-04-15T20:05:50.711Z Compiling itoa v1.0.17
4722026-04-15T20:05:50.808Z Compiling pest v2.8.6
4732026-04-15T20:05:50.913Z Compiling litemap v0.8.1
4742026-04-15T20:05:51.021Z Compiling writeable v0.6.2
4752026-04-15T20:05:51.089Z Compiling byteorder v1.5.0
4762026-04-15T20:05:51.125Z Compiling icu_properties_data v2.1.2
4772026-04-15T20:05:51.215Z Compiling icu_normalizer_data v2.1.1
4782026-04-15T20:05:51.309Z Compiling rustix v1.1.3
4792026-04-15T20:05:51.348Z Compiling errno v0.3.14
4802026-04-15T20:05:51.488Z Compiling serde_json v1.0.149
4812026-04-15T20:05:51.505Z Compiling bitflags v2.11.0
4822026-04-15T20:05:51.656Z Compiling syn v2.0.117
4832026-04-15T20:05:51.742Z Compiling num-traits v0.2.19
4842026-04-15T20:05:51.861Z Compiling pest_meta v2.8.6
4852026-04-15T20:05:51.921Z Compiling hashbrown v0.16.1
4862026-04-15T20:05:51.943Z Compiling smallvec v1.15.1
4872026-04-15T20:05:52.052Z Compiling equivalent v1.0.2
4882026-04-15T20:05:52.142Z Compiling typeid v1.0.3
4892026-04-15T20:05:52.356Z Compiling thread-id v4.2.2
4902026-04-15T20:05:52.443Z Compiling indexmap v2.13.0
4912026-04-15T20:05:52.463Z Compiling usdt-impl v0.5.0
4922026-04-15T20:05:52.467Z Compiling proc-macro-error-attr v1.0.4
4932026-04-15T20:05:52.523Z Compiling syn v1.0.109
4942026-04-15T20:05:52.656Z Compiling erased-serde v0.4.9
4952026-04-15T20:05:52.673Z Compiling winnow v0.7.14
4962026-04-15T20:05:52.844Z Compiling toml_write v0.1.2
4972026-04-15T20:05:53.102Z Compiling proc-macro-error v1.0.4
4982026-04-15T20:05:53.152Z Compiling log v0.4.29
4992026-04-15T20:05:53.287Z Compiling utf8parse v0.2.2
5002026-04-15T20:05:53.332Z Compiling plain v0.2.3
5012026-04-15T20:05:53.400Z Compiling percent-encoding v2.3.2
5022026-04-15T20:05:53.445Z Compiling getrandom v0.3.4
5032026-04-15T20:05:53.474Z Compiling camino v1.2.2
5042026-04-15T20:05:53.595Z Compiling utf8_iter v1.0.4
5052026-04-15T20:05:53.683Z Compiling thiserror v2.0.18
5062026-04-15T20:05:53.749Z Compiling ordered-float v2.10.1
5072026-04-15T20:05:53.834Z Compiling form_urlencoded v1.2.2
5082026-04-15T20:05:53.852Z Compiling anstyle-parse v0.2.7
5092026-04-15T20:05:54.113Z Compiling terminal_size v0.4.3
5102026-04-15T20:05:54.189Z Compiling colorchoice v1.0.4
5112026-04-15T20:05:54.237Z Compiling synstructure v0.13.2
5122026-04-15T20:05:54.256Z Compiling pest_generator v2.8.6
5132026-04-15T20:05:54.304Z Compiling cfg-if v1.0.4
5142026-04-15T20:05:54.334Z Compiling is_terminal_polyfill v1.70.2
5152026-04-15T20:05:54.380Z Compiling pretty-hex v0.4.1
5162026-04-15T20:05:54.430Z Compiling anstyle v1.0.13
5172026-04-15T20:05:54.482Z Compiling anstyle-query v1.1.5
5182026-04-15T20:05:54.500Z Compiling serde-untagged v0.1.9
5192026-04-15T20:05:54.659Z Compiling anstream v0.6.21
5202026-04-15T20:05:54.706Z Compiling semver v1.0.27
5212026-04-15T20:05:54.834Z Compiling fs-err v3.3.0
5222026-04-15T20:05:54.961Z Compiling unicode-xid v0.2.6
5232026-04-15T20:05:54.979Z Compiling unicode-width v0.1.14
5242026-04-15T20:05:55.020Z Compiling clap_lex v1.0.0
5252026-04-15T20:05:55.038Z Compiling heck v0.5.0
5262026-04-15T20:05:55.061Z Compiling strsim v0.11.1
5272026-04-15T20:05:55.083Z Compiling fnv v1.0.7
5282026-04-15T20:05:55.309Z Compiling bytecount v0.6.9
5292026-04-15T20:05:55.328Z Compiling heck v0.4.1
5302026-04-15T20:05:55.328Z Compiling once_cell v1.21.3
5312026-04-15T20:05:55.446Z Compiling anyhow v1.0.102
5322026-04-15T20:05:55.465Z Compiling fastrand v2.3.0
5332026-04-15T20:05:55.545Z Compiling papergrid v0.11.0
5342026-04-15T20:05:55.565Z Compiling clap_builder v4.5.60
5352026-04-15T20:05:55.686Z Compiling tempfile v3.25.0
5362026-04-15T20:05:55.729Z Compiling memmap v0.7.0
5372026-04-15T20:05:55.907Z Compiling serde_derive v1.0.228
5382026-04-15T20:05:55.926Z Compiling zerofrom-derive v0.1.6
5392026-04-15T20:05:55.977Z Compiling yoke-derive v0.8.1
5402026-04-15T20:05:56.060Z Compiling zerovec-derive v0.11.2
5412026-04-15T20:05:56.163Z Compiling displaydoc v0.2.5
5422026-04-15T20:05:56.905Z Compiling thiserror-impl v1.0.69
5432026-04-15T20:05:56.988Z Compiling zerocopy-derive v0.7.35
5442026-04-15T20:05:57.136Z Compiling pest_derive v2.8.6
5452026-04-15T20:05:57.177Z Compiling scroll_derive v0.12.1
5462026-04-15T20:05:57.314Z Compiling zerofrom v0.1.6
5472026-04-15T20:05:57.454Z Compiling yoke v0.8.1
5482026-04-15T20:05:57.559Z Compiling thiserror-impl v2.0.18
5492026-04-15T20:05:57.642Z Compiling zerovec v0.11.5
5502026-04-15T20:05:57.836Z Compiling zerotrie v0.2.3
5512026-04-15T20:05:57.840Z Compiling zerocopy v0.7.35
5522026-04-15T20:05:58.138Z Compiling tinystr v0.8.2
5532026-04-15T20:05:58.158Z Compiling potential_utf v0.1.4
5542026-04-15T20:05:58.264Z Compiling dtrace-parser v0.2.0
5552026-04-15T20:05:58.341Z Compiling icu_locale_core v2.1.1
5562026-04-15T20:05:58.345Z Compiling icu_collections v2.1.1
5572026-04-15T20:05:58.395Z Compiling scroll v0.12.0
5582026-04-15T20:05:58.572Z Compiling tabled_derive v0.7.0
5592026-04-15T20:05:58.650Z Compiling goblin v0.8.2
5602026-04-15T20:05:58.666Z Compiling clap_derive v4.5.55
5612026-04-15T20:05:58.991Z Compiling icu_provider v2.1.1
5622026-04-15T20:05:59.009Z Compiling unicode-linebreak v0.1.5
5632026-04-15T20:05:59.273Z Compiling icu_properties v2.1.2
5642026-04-15T20:05:59.283Z Compiling icu_normalizer v2.1.1
5652026-04-15T20:05:59.292Z Compiling toml_datetime v0.6.11
5662026-04-15T20:05:59.348Z Compiling serde_spanned v0.6.9
5672026-04-15T20:05:59.366Z Compiling dof v0.3.0
5682026-04-15T20:05:59.466Z Compiling toml_edit v0.22.27
5692026-04-15T20:05:59.495Z Compiling serde_tokenstream v0.2.3
5702026-04-15T20:05:59.551Z Compiling serde-value v0.7.0
5712026-04-15T20:05:59.790Z Compiling cargo-platform v0.2.0
5722026-04-15T20:05:59.815Z Compiling unicode-width v0.2.0
5732026-04-15T20:05:59.923Z Compiling smawk v0.3.2
5742026-04-15T20:06:00.056Z Compiling idna_adapter v1.2.1
5752026-04-15T20:06:00.075Z Compiling textwrap v0.16.2
5762026-04-15T20:06:00.092Z Compiling tabled v0.15.0
5772026-04-15T20:06:00.203Z Compiling idna v1.1.0
5782026-04-15T20:06:00.354Z Compiling macaddr v1.0.1
5792026-04-15T20:06:00.429Z Compiling clap v4.5.60
5802026-04-15T20:06:00.450Z Compiling usdt-macro v0.5.0
5812026-04-15T20:06:00.521Z Compiling url v2.5.8
5822026-04-15T20:06:00.579Z Compiling usdt-attr-macro v0.5.0
5832026-04-15T20:06:00.961Z Compiling toml v0.8.23
5842026-04-15T20:06:01.075Z Compiling camino-tempfile v1.4.1
5852026-04-15T20:06:01.315Z Compiling swrite v0.1.0
5862026-04-15T20:06:01.423Z Compiling cargo-util-schemas v0.8.2
5872026-04-15T20:06:01.578Z Compiling usdt v0.5.0
5882026-04-15T20:06:01.582Z Compiling cargo_toml v0.21.0
5892026-04-15T20:06:01.615Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-04-15T20:06:02.330Z Compiling cargo_metadata v0.21.0
5912026-04-15T20:06:03.248Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-04-15T20:06:05.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s
5932026-04-15T20:06:05.565Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-04-15T20:06:06.137Z Downloading crates ...
5952026-04-15T20:06:06.233Z Downloaded adler2 v2.0.1
5962026-04-15T20:06:06.251Z Downloaded crucible-workspace-hack v0.1.0
5972026-04-15T20:06:06.254Z Downloaded crossbeam-deque v0.8.6
5982026-04-15T20:06:06.255Z Downloaded cstr-argument v0.1.2
5992026-04-15T20:06:06.255Z Downloaded crc8 v0.1.1
6002026-04-15T20:06:06.258Z Downloaded bit-set v0.5.3
6012026-04-15T20:06:06.258Z Downloaded bindgen v0.71.1
6022026-04-15T20:06:06.263Z Downloaded ciborium-ll v0.2.2
6032026-04-15T20:06:06.267Z Downloaded crunchy v0.2.4
6042026-04-15T20:06:06.267Z Downloaded ascii-canvas v3.0.0
6052026-04-15T20:06:06.267Z Downloaded bitfield-macros v0.19.4
6062026-04-15T20:06:06.267Z Downloaded crc32fast v1.5.0
6072026-04-15T20:06:06.267Z Downloaded cexpr v0.6.0
6082026-04-15T20:06:06.271Z Downloaded aead v0.5.2
6092026-04-15T20:06:06.271Z Downloaded cbc v0.1.2
6102026-04-15T20:06:06.271Z Downloaded bzip2 v0.6.1
6112026-04-15T20:06:06.275Z Downloaded ciborium-io v0.2.2
6122026-04-15T20:06:06.275Z Downloaded castaway v0.2.4
6132026-04-15T20:06:06.275Z Downloaded cfg_aliases v0.1.1
6142026-04-15T20:06:06.275Z Downloaded cassowary v0.3.0
6152026-04-15T20:06:06.278Z Downloaded bzip2 v0.4.4
6162026-04-15T20:06:06.278Z Downloaded backon v1.6.0
6172026-04-15T20:06:06.283Z Downloaded fd-lock v4.0.4
6182026-04-15T20:06:06.287Z Downloaded cipher v0.4.4
6192026-04-15T20:06:06.291Z Downloaded bit-vec v0.8.0
6202026-04-15T20:06:06.295Z Downloaded allocator-api2 v0.2.21
6212026-04-15T20:06:06.295Z Downloaded display-error-chain v0.2.2
6222026-04-15T20:06:06.295Z Downloaded const_format_proc_macros v0.2.34
6232026-04-15T20:06:06.299Z Downloaded colored v2.2.0
6242026-04-15T20:06:06.299Z Downloaded chacha20 v0.10.0
6252026-04-15T20:06:06.304Z Downloaded darling_macro v0.21.3
6262026-04-15T20:06:06.305Z Downloaded darling_macro v0.20.11
6272026-04-15T20:06:06.305Z Downloaded atty v0.2.14
6282026-04-15T20:06:06.308Z Downloaded base16ct v0.2.0
6292026-04-15T20:06:06.308Z Downloaded darling_macro v0.23.0
6302026-04-15T20:06:06.308Z Downloaded console v0.16.2
6312026-04-15T20:06:06.308Z Downloaded console v0.15.11
6322026-04-15T20:06:06.312Z Downloaded defmt-parser v1.0.0
6332026-04-15T20:06:06.318Z Downloaded dtrace-parser v0.3.0
6342026-04-15T20:06:06.322Z Downloaded compression-core v0.4.31
6352026-04-15T20:06:06.322Z Downloaded dirs-next v2.0.0
6362026-04-15T20:06:06.322Z Downloaded async-recursion v1.1.1
6372026-04-15T20:06:06.325Z Downloaded document-features v0.2.12
6382026-04-15T20:06:06.325Z Downloaded bit-set v0.8.0
6392026-04-15T20:06:06.329Z Downloaded flagset v0.4.7
6402026-04-15T20:06:06.329Z Downloaded async-stream-impl v0.3.6
6412026-04-15T20:06:06.329Z Downloaded debug-ignore v1.0.5
6422026-04-15T20:06:06.334Z Downloaded curve25519-dalek-derive v0.1.1
6432026-04-15T20:06:06.334Z Downloaded bitfield-struct v0.6.2
6442026-04-15T20:06:06.338Z Downloaded difflib v0.4.0
6452026-04-15T20:06:06.338Z Downloaded assert_matches v1.5.0
6462026-04-15T20:06:06.338Z Downloaded cfg_aliases v0.2.1
6472026-04-15T20:06:06.343Z Downloaded arrayref v0.3.9
6482026-04-15T20:06:06.343Z Downloaded dirs-sys-next v0.1.2
6492026-04-15T20:06:06.347Z Downloaded async-stream v0.3.6
6502026-04-15T20:06:06.347Z Downloaded block-padding v0.3.3
6512026-04-15T20:06:06.351Z Downloaded embedded-io v0.4.0
6522026-04-15T20:06:06.351Z Downloaded dunce v1.0.5
6532026-04-15T20:06:06.351Z Downloaded bb8 v0.8.6
6542026-04-15T20:06:06.354Z Downloaded either v1.15.0
6552026-04-15T20:06:06.358Z Downloaded crypto-bigint v0.5.5
6562026-04-15T20:06:06.362Z Downloaded downcast-rs v2.0.2
6572026-04-15T20:06:06.362Z Downloaded cobs v0.3.0
6582026-04-15T20:06:06.426Z Downloaded der v0.7.10
6592026-04-15T20:06:06.426Z Downloaded endian-type v0.1.2
6602026-04-15T20:06:06.426Z Downloaded dsl_auto_type v0.2.0
6612026-04-15T20:06:06.426Z Downloaded cmake v0.1.57
6622026-04-15T20:06:06.426Z Downloaded cargo_metadata v0.19.2
6632026-04-15T20:06:06.426Z Downloaded crc v3.4.0
6642026-04-15T20:06:06.426Z Downloaded des v0.8.1
6652026-04-15T20:06:06.426Z Downloaded ctr v0.9.2
6662026-04-15T20:06:06.426Z Downloaded dropshot-api-manager-types v0.6.0
6672026-04-15T20:06:06.426Z Downloaded defmt v0.3.100
6682026-04-15T20:06:06.426Z Downloaded crc-catalog v2.4.0
6692026-04-15T20:06:06.426Z Downloaded enum-as-inner v0.6.1
6702026-04-15T20:06:06.426Z Downloaded cpufeatures v0.3.0
6712026-04-15T20:06:06.427Z Downloaded fxhash v0.2.1
6722026-04-15T20:06:06.427Z Downloaded bcrypt-pbkdf v0.10.0
6732026-04-15T20:06:06.427Z Downloaded foreign-types-shared v0.1.1
6742026-04-15T20:06:06.427Z Downloaded atomicwrites v0.4.4
6752026-04-15T20:06:06.427Z Downloaded futures-sink v0.3.32
6762026-04-15T20:06:06.427Z Downloaded embedded-io v0.6.1
6772026-04-15T20:06:06.427Z Downloaded array-init v0.0.4
6782026-04-15T20:06:06.427Z Downloaded gethostname v0.5.0
6792026-04-15T20:06:06.427Z Downloaded convert_case v0.4.0
6802026-04-15T20:06:06.427Z Downloaded foreign-types-macros v0.2.3
6812026-04-15T20:06:06.427Z Downloaded derive_builder_macro v0.20.2
6822026-04-15T20:06:06.427Z Downloaded float-cmp v0.10.0
6832026-04-15T20:06:06.427Z Downloaded ghash v0.5.1
6842026-04-15T20:06:06.427Z Downloaded futures-task v0.3.32
6852026-04-15T20:06:06.427Z Downloaded futures-io v0.3.32
6862026-04-15T20:06:06.427Z Downloaded funty v2.0.0
6872026-04-15T20:06:06.427Z Downloaded ff v0.13.1
6882026-04-15T20:06:06.427Z Downloaded ecdsa v0.16.9
6892026-04-15T20:06:06.427Z Downloaded futures-macro v0.3.32
6902026-04-15T20:06:06.427Z Downloaded foreign-types v0.3.2
6912026-04-15T20:06:06.427Z Downloaded foreign-types-shared v0.3.1
6922026-04-15T20:06:06.427Z Downloaded foreign-types v0.5.0
6932026-04-15T20:06:06.427Z Downloaded defmt-macros v1.0.1
6942026-04-15T20:06:06.427Z Downloaded ena v0.14.4
6952026-04-15T20:06:06.432Z Downloaded ed25519 v2.2.3
6962026-04-15T20:06:06.432Z Downloaded derive_builder_core v0.20.2
6972026-04-15T20:06:06.432Z Downloaded daft v0.1.5
6982026-04-15T20:06:06.432Z Downloaded convert_case v0.10.0
6992026-04-15T20:06:06.432Z Downloaded float-ord v0.3.2
7002026-04-15T20:06:06.432Z Downloaded hash32 v0.3.1
7012026-04-15T20:06:06.432Z Downloaded dyn-clone v1.0.20
7022026-04-15T20:06:06.436Z Downloaded diesel_table_macro_syntax v0.3.0
7032026-04-15T20:06:06.436Z Downloaded dof v0.4.0
7042026-04-15T20:06:06.436Z Downloaded argon2 v0.5.3
7052026-04-15T20:06:06.437Z Downloaded bitfield v0.19.4
7062026-04-15T20:06:06.437Z Downloaded bit-vec v0.6.3
7072026-04-15T20:06:06.440Z Downloaded hash32 v0.2.1
7082026-04-15T20:06:06.440Z Downloaded globwalk v0.9.1
7092026-04-15T20:06:06.440Z Downloaded hex v0.4.3
7102026-04-15T20:06:06.444Z Downloaded cookie_store v0.22.1
7112026-04-15T20:06:06.444Z Downloaded async-bb8-diesel v0.2.1
7122026-04-15T20:06:06.447Z Downloaded hex-literal v0.4.1
7132026-04-15T20:06:06.448Z Downloaded env_filter v1.0.0
7142026-04-15T20:06:06.448Z Downloaded headers-core v0.3.0
7152026-04-15T20:06:06.448Z Downloaded data-encoding v2.10.0
7162026-04-15T20:06:06.451Z Downloaded critical-section v1.2.0
7172026-04-15T20:06:06.451Z Downloaded daft-derive v0.1.5
7182026-04-15T20:06:06.455Z Downloaded http-body v1.0.1
7192026-04-15T20:06:06.455Z Downloaded home v0.5.12
7202026-04-15T20:06:06.455Z Downloaded ar_archive_writer v0.5.1
7212026-04-15T20:06:06.460Z Downloaded foldhash v0.1.5
7222026-04-15T20:06:06.460Z Downloaded fixedbitset v0.5.7
7232026-04-15T20:06:06.460Z Downloaded constant_time_eq v0.4.2
7242026-04-15T20:06:06.463Z Downloaded env_logger v0.11.9
7252026-04-15T20:06:06.463Z Downloaded futures-executor v0.3.32
7262026-04-15T20:06:06.463Z Downloaded derive-ex v0.1.8
7272026-04-15T20:06:06.468Z Downloaded chacha20 v0.9.1
7282026-04-15T20:06:06.468Z Downloaded hostname v0.3.1
7292026-04-15T20:06:06.468Z Downloaded blowfish v0.9.1
7302026-04-15T20:06:06.472Z Downloaded async-trait v0.1.89
7312026-04-15T20:06:06.472Z Downloaded httpdate v1.0.3
7322026-04-15T20:06:06.472Z Downloaded http-range v0.1.5
7332026-04-15T20:06:06.472Z Downloaded drift v0.1.3
7342026-04-15T20:06:06.475Z Downloaded hostname v0.4.2
7352026-04-15T20:06:06.479Z Downloaded fallible-iterator v0.2.0
7362026-04-15T20:06:06.479Z Downloaded git-stub-vcs v0.1.0
7372026-04-15T20:06:06.479Z Downloaded foldhash v0.2.0
7382026-04-15T20:06:06.483Z Downloaded fixedbitset v0.4.2
7392026-04-15T20:06:06.483Z Downloaded defmt v1.0.1
7402026-04-15T20:06:06.488Z Downloaded hyper-tls v0.6.0
7412026-04-15T20:06:06.488Z Downloaded group v0.13.0
7422026-04-15T20:06:06.488Z Downloaded hubpack_derive v0.1.1
7432026-04-15T20:06:06.488Z Downloaded fs-err v2.11.0
7442026-04-15T20:06:06.492Z Downloaded indent_write v2.2.0
7452026-04-15T20:06:06.492Z Downloaded ident_case v1.0.1
7462026-04-15T20:06:06.492Z Downloaded ciborium v0.2.2
7472026-04-15T20:06:06.492Z Downloaded clang-sys v1.8.1
7482026-04-15T20:06:06.496Z Downloaded camino-tempfile-ext v0.3.3
7492026-04-15T20:06:06.496Z Downloaded arrayvec v0.7.6
7502026-04-15T20:06:06.496Z Downloaded hubpack v0.1.2
7512026-04-15T20:06:06.500Z Downloaded diesel-dtrace v0.5.0
7522026-04-15T20:06:06.500Z Downloaded globset v0.4.18
7532026-04-15T20:06:06.500Z Downloaded csv-core v0.1.13
7542026-04-15T20:06:06.504Z Downloaded filetime v0.2.27
7552026-04-15T20:06:06.504Z Downloaded cookie v0.18.1
7562026-04-15T20:06:06.504Z Downloaded indoc v1.0.9
7572026-04-15T20:06:06.508Z Downloaded git-stub v1.0.0
7582026-04-15T20:06:06.508Z Downloaded inout v0.1.4
7592026-04-15T20:06:06.508Z Downloaded cancel-safe-futures v0.1.5
7602026-04-15T20:06:06.512Z Downloaded deranged v0.5.8
7612026-04-15T20:06:06.512Z Downloaded futures-core v0.3.32
7622026-04-15T20:06:06.512Z Downloaded backoff v0.4.0
7632026-04-15T20:06:06.516Z Downloaded is_ci v1.2.0
7642026-04-15T20:06:06.516Z Downloaded instant v0.1.13
7652026-04-15T20:06:06.516Z Downloaded instability v0.3.11
7662026-04-15T20:06:06.520Z Downloaded byte-wrapper v0.1.0
7672026-04-15T20:06:06.520Z Downloaded atomic-waker v1.1.2
7682026-04-15T20:06:06.520Z Downloaded corncobs v0.1.4
7692026-04-15T20:06:06.520Z Downloaded der_derive v0.7.3
7702026-04-15T20:06:06.524Z Downloaded lalrpop-util v0.19.12
7712026-04-15T20:06:06.524Z Downloaded darling v0.20.11
7722026-04-15T20:06:06.527Z Downloaded lazy_static v1.5.0
7732026-04-15T20:06:06.528Z Downloaded darling v0.23.0
7742026-04-15T20:06:06.531Z Downloaded const-oid v0.9.6
7752026-04-15T20:06:06.535Z Downloaded dropshot_endpoint v0.16.7
7762026-04-15T20:06:06.535Z Downloaded blake2 v0.10.6
7772026-04-15T20:06:06.539Z Downloaded derive_more v0.99.20
7782026-04-15T20:06:06.542Z Downloaded http-body-util v0.1.3
7792026-04-15T20:06:06.542Z Downloaded darling v0.21.3
7802026-04-15T20:06:06.546Z Downloaded kstat-rs v0.2.4
7812026-04-15T20:06:06.546Z Downloaded linked-hash-map v0.5.6
7822026-04-15T20:06:06.550Z Downloaded hyper-staticfile v0.10.1
7832026-04-15T20:06:06.550Z Downloaded darling_core v0.23.0
7842026-04-15T20:06:06.553Z Downloaded keccak v0.1.6
7852026-04-15T20:06:06.554Z Downloaded lru v0.12.5
7862026-04-15T20:06:06.554Z Downloaded glob v0.3.3
7872026-04-15T20:06:06.558Z Downloaded getrandom v0.2.17
7882026-04-15T20:06:06.558Z Downloaded maplit v1.0.2
7892026-04-15T20:06:06.558Z Downloaded md5 v0.7.0
7902026-04-15T20:06:06.562Z Downloaded maybe-uninit v2.0.0
7912026-04-15T20:06:06.562Z Downloaded half v1.8.3
7922026-04-15T20:06:06.562Z Downloaded match_cfg v0.1.0
7932026-04-15T20:06:06.562Z Downloaded humantime v2.3.0
7942026-04-15T20:06:06.566Z Downloaded managed v0.8.0
7952026-04-15T20:06:06.566Z Downloaded lru-cache v0.1.2
7962026-04-15T20:06:06.566Z Downloaded crossbeam-epoch v0.9.18
7972026-04-15T20:06:06.570Z Downloaded indoc v2.0.7
7982026-04-15T20:06:06.570Z Downloaded cc v1.2.56
7992026-04-15T20:06:06.574Z Downloaded derive_builder v0.20.2
8002026-04-15T20:06:06.574Z Downloaded newtype_derive v0.1.6
8012026-04-15T20:06:06.581Z Downloaded newtype-uuid-macros v0.1.0
8022026-04-15T20:06:06.581Z Downloaded impl-trait-for-tuples v0.2.3
8032026-04-15T20:06:06.581Z Downloaded ipnetwork v0.21.1
8042026-04-15T20:06:06.585Z Downloaded nibble_vec v0.1.0
8052026-04-15T20:06:06.585Z Downloaded dropshot_endpoint v0.17.0
8062026-04-15T20:06:06.585Z Downloaded jobserver v0.1.34
8072026-04-15T20:06:06.585Z Downloaded new_debug_unreachable v1.0.6
8082026-04-15T20:06:06.585Z Downloaded bumpalo v3.20.2
8092026-04-15T20:06:06.589Z Downloaded fatfs v0.3.6
8102026-04-15T20:06:06.592Z Downloaded hmac v0.12.1
8112026-04-15T20:06:06.592Z Downloaded erased-serde v0.3.31
8122026-04-15T20:06:06.592Z Downloaded internet-checksum v0.2.1
8132026-04-15T20:06:06.597Z Downloaded ingot-types v0.1.2
8142026-04-15T20:06:06.597Z Downloaded bitflags v1.3.2
8152026-04-15T20:06:06.597Z Downloaded nonempty v0.12.0
8162026-04-15T20:06:06.601Z Downloaded nodrop v0.1.14
8172026-04-15T20:06:06.601Z Downloaded newline-converter v0.3.0
8182026-04-15T20:06:06.601Z Downloaded highway v1.3.0
8192026-04-15T20:06:06.601Z Downloaded crc-any v2.5.0
8202026-04-15T20:06:06.605Z Downloaded derive-where v1.6.0
8212026-04-15T20:06:06.605Z Downloaded num v0.4.3
8222026-04-15T20:06:06.608Z Downloaded num_enum_derive v0.5.11
8232026-04-15T20:06:06.608Z Downloaded olpc-cjson v0.1.4
8242026-04-15T20:06:06.609Z Downloaded num-derive v0.3.3
8252026-04-15T20:06:06.609Z Downloaded num-iter v0.1.45
8262026-04-15T20:06:06.612Z Downloaded num-conv v0.2.0
8272026-04-15T20:06:06.612Z Downloaded linear-map v1.2.0
8282026-04-15T20:06:06.612Z Downloaded lru-slab v0.1.2
8292026-04-15T20:06:06.612Z Downloaded num-derive v0.4.2
8302026-04-15T20:06:06.616Z Downloaded iana-time-zone v0.1.65
8312026-04-15T20:06:06.616Z Downloaded hyper-rustls v0.27.7
8322026-04-15T20:06:06.621Z Downloaded normalize-line-endings v0.3.0
8332026-04-15T20:06:06.621Z Downloaded getrandom v0.4.1
8342026-04-15T20:06:06.624Z Downloaded httparse v1.10.1
8352026-04-15T20:06:06.624Z Downloaded multimap v0.10.1
8362026-04-15T20:06:06.624Z Downloaded memoffset v0.9.1
8372026-04-15T20:06:06.624Z Downloaded lzss v0.8.2
8382026-04-15T20:06:06.628Z Downloaded libscf-sys v1.1.0
8392026-04-15T20:06:06.628Z Downloaded futures-channel v0.3.32
8402026-04-15T20:06:06.628Z Downloaded num_threads v0.1.7
8412026-04-15T20:06:06.633Z Downloaded fs_extra v1.3.0
8422026-04-15T20:06:06.633Z Downloaded libloading v0.8.9
8432026-04-15T20:06:06.633Z Downloaded opaque-debug v0.3.1
8442026-04-15T20:06:06.648Z Downloaded oso-derive v0.27.3
8452026-04-15T20:06:06.652Z Downloaded aes v0.8.4
8462026-04-15T20:06:06.652Z Downloaded parse-display v0.10.0
8472026-04-15T20:06:06.655Z Downloaded packed_struct_codegen v0.10.1
8482026-04-15T20:06:06.656Z Downloaded ingot v0.1.1
8492026-04-15T20:06:06.656Z Downloaded openssl-probe v0.2.1
8502026-04-15T20:06:06.656Z Downloaded openssl-probe v0.1.6
8512026-04-15T20:06:06.660Z Downloaded openssl-macros v0.1.1
8522026-04-15T20:06:06.660Z Downloaded pbkdf2 v0.12.2
8532026-04-15T20:06:06.660Z Downloaded newtype-uuid v1.3.2
8542026-04-15T20:06:06.660Z Downloaded multer v3.1.0
8552026-04-15T20:06:06.664Z Downloaded mime_guess v2.0.5
8562026-04-15T20:06:06.664Z Downloaded libefi-sys v0.1.0
8572026-04-15T20:06:06.664Z Downloaded ipnet v2.11.0
8582026-04-15T20:06:06.664Z Downloaded compact_str v0.8.1
8592026-04-15T20:06:06.667Z Downloaded peg-runtime v0.8.5
8602026-04-15T20:06:06.668Z Downloaded half v2.7.1
8612026-04-15T20:06:06.671Z Downloaded nu-ansi-term v0.50.3
8622026-04-15T20:06:06.671Z Downloaded mime v0.3.17
8632026-04-15T20:06:06.671Z Downloaded flume v0.11.1
8642026-04-15T20:06:06.675Z Downloaded pbkdf2 v0.11.0
8652026-04-15T20:06:06.679Z Downloaded crossbeam-channel v0.5.15
8662026-04-15T20:06:06.679Z Downloaded nanorand v0.7.0
8672026-04-15T20:06:06.683Z Downloaded phf_shared v0.13.1
8682026-04-15T20:06:06.683Z Downloaded native-tls v0.2.18
8692026-04-15T20:06:06.683Z Downloaded darling_core v0.21.3
8702026-04-15T20:06:06.686Z Downloaded bytes v1.11.1
8712026-04-15T20:06:06.690Z Downloaded num-integer v0.1.46
8722026-04-15T20:06:06.690Z Downloaded ed25519-dalek v2.2.0
8732026-04-15T20:06:06.694Z Downloaded phf_shared v0.12.1
8742026-04-15T20:06:06.694Z Downloaded num_enum v0.7.5
8752026-04-15T20:06:06.697Z Downloaded num_enum v0.5.11
8762026-04-15T20:06:06.701Z Downloaded chacha20poly1305 v0.10.1
8772026-04-15T20:06:06.701Z Downloaded num_enum_derive v0.7.5
8782026-04-15T20:06:06.705Z Downloaded base64 v0.22.1
8792026-04-15T20:06:06.705Z Downloaded futures v0.3.32
8802026-04-15T20:06:06.708Z Downloaded precomputed-hash v0.1.1
8812026-04-15T20:06:06.708Z Downloaded arc-swap v1.8.2
8822026-04-15T20:06:06.712Z Downloaded pin-utils v0.1.0
8832026-04-15T20:06:06.712Z Downloaded num-complex v0.4.6
8842026-04-15T20:06:06.717Z Downloaded predicates-core v1.0.10
8852026-04-15T20:06:06.717Z Downloaded powerfmt v0.2.0
8862026-04-15T20:06:06.717Z Downloaded owo-colors v4.3.0
8872026-04-15T20:06:06.721Z Downloaded memmap2 v0.9.10
8882026-04-15T20:06:06.721Z Downloaded heapless v0.8.0
8892026-04-15T20:06:06.721Z Downloaded parse-size v1.1.0
8902026-04-15T20:06:06.724Z Downloaded parse-display-derive v0.10.0
8912026-04-15T20:06:06.724Z Downloaded oxnet v0.1.4
8922026-04-15T20:06:06.724Z Downloaded proc-macro-error-attr2 v2.0.0
8932026-04-15T20:06:06.725Z Downloaded password-hash v0.4.2
8942026-04-15T20:06:06.728Z Downloaded progenitor-client v0.11.2
8952026-04-15T20:06:06.728Z Downloaded proc-macro-crate v3.4.0
8962026-04-15T20:06:06.728Z Downloaded progenitor-client v0.10.0
8972026-04-15T20:06:06.732Z Downloaded ignore v0.4.25
8982026-04-15T20:06:06.732Z Downloaded proc-macro-crate v1.3.1
8992026-04-15T20:06:06.732Z Downloaded predicates-tree v1.0.13
9002026-04-15T20:06:06.732Z Downloaded const_format v0.2.35
9012026-04-15T20:06:06.736Z Downloaded ingot-macros v0.1.1
9022026-04-15T20:06:06.742Z Downloaded derive_more v2.1.1
9032026-04-15T20:06:06.745Z Downloaded path-slash v0.1.5
9042026-04-15T20:06:06.746Z Downloaded parking_lot_core v0.8.6
9052026-04-15T20:06:06.749Z Downloaded quick-error v1.2.3
9062026-04-15T20:06:06.749Z Downloaded progenitor-macro v0.11.2
9072026-04-15T20:06:06.749Z Downloaded progenitor-macro v0.13.0
9082026-04-15T20:06:06.749Z Downloaded progenitor-macro v0.10.0
9092026-04-15T20:06:06.753Z Downloaded peg-macros v0.8.5
9102026-04-15T20:06:06.753Z Downloaded paste v1.0.15
9112026-04-15T20:06:06.757Z Downloaded packed_struct v0.10.1
9122026-04-15T20:06:06.757Z Downloaded heapless v0.7.17
9132026-04-15T20:06:06.760Z Downloaded rand_chacha v0.3.1
9142026-04-15T20:06:06.760Z Downloaded pem-rfc7468 v0.7.0
9152026-04-15T20:06:06.760Z Downloaded radium v0.7.0
9162026-04-15T20:06:06.760Z Downloaded headers v0.4.1
9172026-04-15T20:06:06.764Z Downloaded num-rational v0.4.2
9182026-04-15T20:06:06.768Z Downloaded libbz2-rs-sys v0.2.2
9192026-04-15T20:06:06.768Z Downloaded phf_shared v0.11.3
9202026-04-15T20:06:06.768Z Downloaded phf v0.12.1
9212026-04-15T20:06:06.771Z Downloaded indexmap v1.9.3
9222026-04-15T20:06:06.771Z Downloaded psl-types v2.0.11
9232026-04-15T20:06:06.775Z Downloaded omicron-zone-package v0.12.2
9242026-04-15T20:06:06.775Z Downloaded pkcs8 v0.10.2
9252026-04-15T20:06:06.778Z Downloaded poly1305 v0.8.0
9262026-04-15T20:06:06.778Z Downloaded base64 v0.21.7
9272026-04-15T20:06:06.782Z Downloaded predicates v3.1.4
9282026-04-15T20:06:06.785Z Downloaded postgres-protocol v0.6.10
9292026-04-15T20:06:06.785Z Downloaded pkg-config v0.3.32
9302026-04-15T20:06:06.785Z Downloaded phf v0.13.1
9312026-04-15T20:06:06.785Z Downloaded pem v3.0.6
9322026-04-15T20:06:06.789Z Downloaded darling_core v0.20.11
9332026-04-15T20:06:06.792Z Downloaded ref-cast v1.0.25
9342026-04-15T20:06:06.792Z Downloaded polyval v0.6.2
9352026-04-15T20:06:06.796Z Downloaded ppv-lite86 v0.2.21
9362026-04-15T20:06:06.796Z Downloaded pin-project-internal v1.1.11
9372026-04-15T20:06:06.796Z Downloaded flate2 v1.1.9
9382026-04-15T20:06:06.800Z Downloaded rand_xorshift v0.4.0
9392026-04-15T20:06:06.800Z Downloaded parking_lot v0.11.2
9402026-04-15T20:06:06.803Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-04-15T20:06:06.803Z Downloaded primeorder v0.13.6
9422026-04-15T20:06:06.803Z Downloaded ref-cast-impl v1.0.25
9432026-04-15T20:06:06.807Z Downloaded progenitor-client v0.13.0
9442026-04-15T20:06:06.807Z Downloaded progenitor-extras v0.1.1
9452026-04-15T20:06:06.807Z Downloaded progenitor v0.11.2
9462026-04-15T20:06:06.807Z Downloaded recursive v0.1.1
9472026-04-15T20:06:06.811Z Downloaded dropshot-api-manager v0.6.0
9482026-04-15T20:06:06.811Z Downloaded derive_more-impl v2.1.1
9492026-04-15T20:06:06.814Z Downloaded progenitor v0.13.0
9502026-04-15T20:06:06.818Z Downloaded proc-macro-error2 v2.0.1
9512026-04-15T20:06:06.818Z Downloaded oxide-tokio-rt v0.1.3
9522026-04-15T20:06:06.818Z Downloaded indicatif v0.18.4
9532026-04-15T20:06:06.822Z Downloaded progenitor v0.10.0
9542026-04-15T20:06:06.825Z Downloaded rfc6979 v0.4.0
9552026-04-15T20:06:06.825Z Downloaded parking_lot_core v0.9.12
9562026-04-15T20:06:06.825Z Downloaded hickory-resolver v0.25.2
9572026-04-15T20:06:06.829Z Downloaded md-5 v0.10.6
9582026-04-15T20:06:06.829Z Downloaded lock_api v0.4.14
9592026-04-15T20:06:06.833Z Downloaded rustc-hash v2.1.1
9602026-04-15T20:06:06.833Z Downloaded peg v0.8.5
9612026-04-15T20:06:06.837Z Downloaded password-hash v0.5.0
9622026-04-15T20:06:06.837Z Downloaded rustc_version v0.1.7
9632026-04-15T20:06:06.837Z Downloaded litrs v1.0.0
9642026-04-15T20:06:06.841Z Downloaded rustc_version v0.4.1
9652026-04-15T20:06:06.841Z Downloaded parking_lot v0.12.5
9662026-04-15T20:06:06.841Z Downloaded hickory-resolver v0.24.4
9672026-04-15T20:06:06.845Z Downloaded libsw-core v0.3.2
9682026-04-15T20:06:06.845Z Downloaded pkcs5 v0.7.1
9692026-04-15T20:06:06.848Z Downloaded russh-cryptovec v0.7.3
9702026-04-15T20:06:06.848Z Downloaded rtoolbox v0.0.3
9712026-04-15T20:06:06.848Z Downloaded rand_core v0.6.4
9722026-04-15T20:06:06.852Z Downloaded libsw v3.5.0
9732026-04-15T20:06:06.852Z Downloaded elliptic-curve v0.13.8
9742026-04-15T20:06:06.856Z Downloaded pin-project-lite v0.2.17
9752026-04-15T20:06:06.859Z Downloaded rand_chacha v0.9.0
9762026-04-15T20:06:06.859Z Downloaded pkcs1 v0.7.5
9772026-04-15T20:06:06.859Z Downloaded rand_core v0.10.0
9782026-04-15T20:06:06.864Z Downloaded async-compression v0.4.41
9792026-04-15T20:06:06.867Z Downloaded rand_seeder v0.4.0
9802026-04-15T20:06:06.867Z Downloaded diff v0.1.13
9812026-04-15T20:06:06.871Z Downloaded ahash v0.8.12
9822026-04-15T20:06:06.871Z Downloaded scheduled-thread-pool v0.2.7
9832026-04-15T20:06:06.871Z Downloaded sapling-renderdag v0.1.0
9842026-04-15T20:06:06.874Z Downloaded hashbrown v0.13.2
9852026-04-15T20:06:06.874Z Downloaded postgres-types v0.2.12
9862026-04-15T20:06:06.878Z Downloaded colored v3.1.1
9872026-04-15T20:06:06.882Z Downloaded same-file v1.0.6
9882026-04-15T20:06:06.882Z Downloaded salsa20 v0.10.2
9892026-04-15T20:06:06.882Z Downloaded cargo-platform v0.1.9
9902026-04-15T20:06:06.882Z Downloaded buf-list v1.1.2
9912026-04-15T20:06:06.886Z Downloaded is-terminal v0.4.17
9922026-04-15T20:06:06.886Z Downloaded semver v0.1.20
9932026-04-15T20:06:06.886Z Downloaded oso v0.27.3
9942026-04-15T20:06:06.890Z Downloaded secrecy v0.8.0
9952026-04-15T20:06:06.890Z Downloaded jiff-static v0.2.21
9962026-04-15T20:06:06.893Z Downloaded expectorate v1.2.0
9972026-04-15T20:06:06.893Z Downloaded papergrid v0.17.0
9982026-04-15T20:06:06.897Z Downloaded scrypt v0.11.0
9992026-04-15T20:06:06.897Z Downloaded scopeguard v1.2.0
10002026-04-15T20:06:06.897Z Downloaded find-msvc-tools v0.1.9
10012026-04-15T20:06:06.901Z Downloaded crossbeam-utils v0.8.21
10022026-04-15T20:06:06.901Z Downloaded serde_bytes v0.11.19
10032026-04-15T20:06:06.904Z Downloaded sha1 v0.10.6
10042026-04-15T20:06:06.904Z Downloaded secrecy v0.10.3
10052026-04-15T20:06:06.904Z Downloaded serde-big-array v0.5.1
10062026-04-15T20:06:06.909Z Downloaded resolv-conf v0.7.6
10072026-04-15T20:06:06.909Z Downloaded bcs v0.1.6
10082026-04-15T20:06:06.909Z Downloaded base64ct v1.8.3
10092026-04-15T20:06:06.912Z Downloaded serde_repr v0.1.20
10102026-04-15T20:06:06.912Z Downloaded serde_plain v1.0.2
10112026-04-15T20:06:06.912Z Downloaded compression-codecs v0.4.37
10122026-04-15T20:06:06.916Z Downloaded crossterm v0.28.1
10132026-04-15T20:06:06.919Z Downloaded rustls-native-certs v0.8.3
10142026-04-15T20:06:06.924Z Downloaded r2d2 v0.8.10
10152026-04-15T20:06:06.924Z Downloaded psm v0.1.30
10162026-04-15T20:06:06.924Z Downloaded serde_spanned v1.0.4
10172026-04-15T20:06:06.927Z Downloaded shell-words v1.1.1
10182026-04-15T20:06:06.931Z Downloaded signal-hook-mio v0.2.5
10192026-04-15T20:06:06.931Z Downloaded serde_urlencoded v0.7.1
10202026-04-15T20:06:06.931Z Downloaded sigpipe v0.1.3
10212026-04-15T20:06:06.931Z Downloaded signature v2.2.0
10222026-04-15T20:06:06.935Z Downloaded signal-hook-tokio v0.3.1
10232026-04-15T20:06:06.935Z Downloaded siphasher v1.0.2
10242026-04-15T20:06:06.939Z Downloaded rand_core v0.9.5
10252026-04-15T20:06:06.943Z Downloaded rustversion v1.0.22
10262026-04-15T20:06:06.943Z Downloaded rustls-pemfile v1.0.4
10272026-04-15T20:06:06.947Z Downloaded quinn-udp v0.5.14
10282026-04-15T20:06:06.947Z Downloaded postcard v1.1.3
10292026-04-15T20:06:06.951Z Downloaded rustls-pemfile v2.2.0
10302026-04-15T20:06:06.951Z Downloaded hyper-util v0.1.20
10312026-04-15T20:06:06.962Z Downloaded diesel_derives v2.3.7
10322026-04-15T20:06:06.965Z Downloaded slog-bunyan v2.5.0
10332026-04-15T20:06:06.970Z Downloaded slog-envlogger v2.2.0
10342026-04-15T20:06:06.970Z Downloaded scroll_derive v0.13.1
10352026-04-15T20:06:06.970Z Downloaded scroll v0.13.0
10362026-04-15T20:06:06.970Z Downloaded prefix-trie v0.7.0
10372026-04-15T20:06:06.974Z Downloaded miniz_oxide v0.8.9
10382026-04-15T20:06:06.974Z Downloaded schemars_derive v0.8.22
10392026-04-15T20:06:06.977Z Downloaded progenitor-impl v0.10.0
10402026-04-15T20:06:06.981Z Downloaded p256 v0.13.2
10412026-04-15T20:06:06.981Z Downloaded progenitor-impl v0.13.0
10422026-04-15T20:06:06.985Z Downloaded openssl-sys v0.9.111
10432026-04-15T20:06:06.985Z Downloaded serde_path_to_error v0.1.20
10442026-04-15T20:06:06.988Z Downloaded serde_derive_internals v0.29.1
10452026-04-15T20:06:06.988Z Downloaded serde-hex v0.1.0
10462026-04-15T20:06:06.988Z Downloaded seq-macro v0.3.6
10472026-04-15T20:06:06.992Z Downloaded ssh-cipher v0.2.0
10482026-04-15T20:06:06.992Z Downloaded sec1 v0.7.3
10492026-04-15T20:06:06.992Z Downloaded sct v0.7.1
10502026-04-15T20:06:06.996Z Downloaded pin-project v1.1.11
10512026-04-15T20:06:07.001Z Downloaded russh-keys v0.45.0
10522026-04-15T20:06:07.001Z Downloaded hashbrown v0.12.3
10532026-04-15T20:06:07.006Z Downloaded aes-gcm v0.10.3
10542026-04-15T20:06:07.009Z Downloaded structmeta-derive v0.3.0
10552026-04-15T20:06:07.009Z Downloaded strip-ansi-escapes v0.2.1
10562026-04-15T20:06:07.010Z Downloaded signal-hook-registry v1.4.8
10572026-04-15T20:06:07.010Z Downloaded shlex v1.3.0
10582026-04-15T20:06:07.015Z Downloaded simd-adler32 v0.3.8
10592026-04-15T20:06:07.020Z Downloaded structmeta v0.3.0
10602026-04-15T20:06:07.020Z Downloaded sqlparser_derive v0.5.0
10612026-04-15T20:06:07.025Z Downloaded slog-async v2.8.0
10622026-04-15T20:06:07.030Z Downloaded rcgen v0.12.1
10632026-04-15T20:06:07.033Z Downloaded subtle v2.6.1
10642026-04-15T20:06:07.033Z Downloaded supports-color v3.0.2
10652026-04-15T20:06:07.033Z Downloaded tabled_derive v0.11.0
10662026-04-15T20:06:07.033Z Downloaded rusty-fork v0.3.1
10672026-04-15T20:06:07.038Z Downloaded http v1.4.0
10682026-04-15T20:06:07.038Z Downloaded sync-ptr v0.1.4
10692026-04-15T20:06:07.038Z Downloaded strum v0.27.2
10702026-04-15T20:06:07.042Z Downloaded rustls-pki-types v1.14.0
10712026-04-15T20:06:07.042Z Downloaded pretty_assertions v1.4.1
10722026-04-15T20:06:07.042Z Downloaded prettyplease v0.2.37
10732026-04-15T20:06:07.046Z Downloaded slog-term v2.9.2
10742026-04-15T20:06:07.046Z Downloaded smallvec v0.6.14
10752026-04-15T20:06:07.052Z Downloaded slog-json v2.6.1
10762026-04-15T20:06:07.052Z Downloaded tagptr v0.2.0
10772026-04-15T20:06:07.052Z Downloaded slog-stdlog v4.1.1
10782026-04-15T20:06:07.052Z Downloaded tap v1.0.1
10792026-04-15T20:06:07.052Z Downloaded take_mut v0.2.2
10802026-04-15T20:06:07.052Z Downloaded tabwriter v1.4.1
10812026-04-15T20:06:07.052Z Downloaded termtree v0.5.1
10822026-04-15T20:06:07.056Z Downloaded sync_wrapper v1.0.2
10832026-04-15T20:06:07.056Z Downloaded smf v0.2.3
10842026-04-15T20:06:07.056Z Downloaded slog-dtrace v0.3.0
10852026-04-15T20:06:07.060Z Downloaded progenitor-impl v0.11.2
10862026-04-15T20:06:07.060Z Downloaded ron v0.8.1
10872026-04-15T20:06:07.064Z Downloaded snafu-derive v0.8.9
10882026-04-15T20:06:07.064Z Downloaded serde_cbor v0.11.2
10892026-04-15T20:06:07.068Z Downloaded sqlformat v0.3.5
10902026-04-15T20:06:07.068Z Downloaded hickory-server v0.25.2
10912026-04-15T20:06:07.073Z Downloaded thread-id v5.1.0
10922026-04-15T20:06:07.073Z Downloaded thiserror-impl-no-std v2.0.2
10932026-04-15T20:06:07.073Z Downloaded minimal-lexical v0.2.1
10942026-04-15T20:06:07.077Z Downloaded spki v0.7.3
10952026-04-15T20:06:07.077Z Downloaded testing_table v0.3.0
10962026-04-15T20:06:07.077Z Downloaded ssh-encoding v0.2.0
10972026-04-15T20:06:07.077Z Downloaded mio v1.1.1
10982026-04-15T20:06:07.081Z Downloaded itertools v0.10.5
10992026-04-15T20:06:07.084Z Downloaded tinyvec_macros v0.1.1
11002026-04-15T20:06:07.084Z Downloaded strum v0.26.3
11012026-04-15T20:06:07.084Z Downloaded serde_with_macros v3.17.0
11022026-04-15T20:06:07.089Z Downloaded num-bigint v0.4.6
11032026-04-15T20:06:07.093Z Downloaded crossterm v0.29.0
11042026-04-15T20:06:07.097Z Downloaded slab v0.4.12
11052026-04-15T20:06:07.100Z Downloaded time-core v0.1.8
11062026-04-15T20:06:07.100Z Downloaded stringprep v0.1.5
11072026-04-15T20:06:07.100Z Downloaded stacker v0.1.23
11082026-04-15T20:06:07.108Z Downloaded ryu v1.0.23
11092026-04-15T20:06:07.118Z Downloaded string_cache v0.8.9
11102026-04-15T20:06:07.122Z Downloaded slog-scope v4.4.1
11112026-04-15T20:06:07.122Z Downloaded rayon-core v1.13.0
11122026-04-15T20:06:07.122Z Downloaded schemars v0.8.22
11132026-04-15T20:06:07.129Z Downloaded strum_macros v0.27.2
11142026-04-15T20:06:07.132Z Downloaded strum_macros v0.26.4
11152026-04-15T20:06:07.132Z Downloaded strum_macros v0.24.3
11162026-04-15T20:06:07.132Z Downloaded hashbrown v0.15.5
11172026-04-15T20:06:07.146Z Downloaded topological-sort v0.2.2
11182026-04-15T20:06:07.150Z Downloaded trait-variant v0.1.2
11192026-04-15T20:06:07.150Z Downloaded tower-layer v0.3.3
11202026-04-15T20:06:07.150Z Downloaded spin v0.9.8
11212026-04-15T20:06:07.154Z Downloaded termios v0.3.3
11222026-04-15T20:06:07.154Z Downloaded thread_local v1.1.9
11232026-04-15T20:06:07.158Z Downloaded rustls-platform-verifier v0.6.2
11242026-04-15T20:06:07.161Z Downloaded tiny-keccak v2.0.2
11252026-04-15T20:06:07.161Z Downloaded signal-hook v0.3.18
11262026-04-15T20:06:07.166Z Downloaded quinn v0.11.9
11272026-04-15T20:06:07.169Z Downloaded qorb v0.4.1
11282026-04-15T20:06:07.169Z Downloaded unarray v0.1.4
11292026-04-15T20:06:07.173Z Downloaded similar v2.7.0
11302026-04-15T20:06:07.173Z Downloaded typify-macro v0.4.3
11312026-04-15T20:06:07.177Z Downloaded tokio-native-tls v0.3.1
11322026-04-15T20:06:07.177Z Downloaded try-lock v0.2.5
11332026-04-15T20:06:07.177Z Downloaded time-macros v0.2.27
11342026-04-15T20:06:07.180Z Downloaded nom v7.1.3
11352026-04-15T20:06:07.180Z Downloaded tls_codec v0.4.2
11362026-04-15T20:06:07.185Z Downloaded libxml v0.3.3
11372026-04-15T20:06:07.185Z Downloaded static_assertions v1.1.0
11382026-04-15T20:06:07.190Z Downloaded tokio-dtrace v0.1.1
11392026-04-15T20:06:07.190Z Downloaded tls_codec_derive v0.4.2
11402026-04-15T20:06:07.194Z Downloaded unicode-truncate v1.1.0
11412026-04-15T20:06:07.198Z Downloaded usdt v0.6.0
11422026-04-15T20:06:07.198Z Downloaded universal-hash v0.5.1
11432026-04-15T20:06:07.198Z Downloaded tokio-tungstenite v0.21.0
11442026-04-15T20:06:07.198Z Downloaded tokio-rustls v0.25.0
11452026-04-15T20:06:07.202Z Downloaded slog v2.8.2
11462026-04-15T20:06:07.207Z Downloaded tokio-tungstenite v0.23.1
11472026-04-15T20:06:07.207Z Downloaded untrusted v0.9.0
11482026-04-15T20:06:07.207Z Downloaded tokio-macros v2.6.0
11492026-04-15T20:06:07.207Z Downloaded unit-prefix v0.5.2
11502026-04-15T20:06:07.211Z Downloaded schemars v0.9.0
11512026-04-15T20:06:07.218Z Downloaded usdt-attr-macro v0.6.0
11522026-04-15T20:06:07.218Z Downloaded untrusted v0.7.1
11532026-04-15T20:06:07.223Z Downloaded utf-8 v0.7.6
11542026-04-15T20:06:07.223Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-04-15T20:06:07.223Z Downloaded support-bundle-viewer v0.1.2
11562026-04-15T20:06:07.223Z Downloaded aho-corasick v1.1.4
11572026-04-15T20:06:07.223Z Downloaded term v0.7.0
11582026-04-15T20:06:07.227Z Downloaded itertools v0.13.0
11592026-04-15T20:06:07.231Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-04-15T20:06:07.231Z Downloaded tower-service v0.3.3
11612026-04-15T20:06:07.231Z Downloaded term v1.2.1
11622026-04-15T20:06:07.231Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-04-15T20:06:07.235Z Downloaded void v1.0.2
11642026-04-15T20:06:07.235Z Downloaded thiserror-no-std v2.0.2
11652026-04-15T20:06:07.235Z Downloaded socket2 v0.5.10
11662026-04-15T20:06:07.242Z Downloaded itertools v0.12.1
11672026-04-15T20:06:07.248Z Downloaded publicsuffix v2.3.0
11682026-04-15T20:06:07.253Z Downloaded serde_yaml v0.9.34+deprecated
11692026-04-15T20:06:07.256Z Downloaded waitgroup v0.1.2
11702026-04-15T20:06:07.260Z Downloaded want v0.3.1
11712026-04-15T20:06:07.260Z Downloaded rustls-webpki v0.103.9
11722026-04-15T20:06:07.260Z Downloaded futures-util v0.3.32
11732026-04-15T20:06:07.265Z Downloaded tui-tree-widget v0.23.1
11742026-04-15T20:06:07.269Z Downloaded num-bigint-dig v0.8.6
11752026-04-15T20:06:07.269Z Downloaded samael v0.0.19
11762026-04-15T20:06:07.273Z Downloaded tokio-rustls v0.24.1
11772026-04-15T20:06:07.273Z Downloaded rand v0.9.2
11782026-04-15T20:06:07.276Z Downloaded tokio-stream v0.1.18
11792026-04-15T20:06:07.280Z Downloaded tokio-rustls v0.26.4
11802026-04-15T20:06:07.280Z Downloaded rand v0.8.5
11812026-04-15T20:06:07.280Z Downloaded iddqd v0.3.17
11822026-04-15T20:06:07.336Z Downloaded xshell-macros v0.2.7
11832026-04-15T20:06:07.336Z Downloaded hyper v1.8.1
11842026-04-15T20:06:07.336Z Downloaded xattr v1.6.1
11852026-04-15T20:06:07.336Z Downloaded usdt-macro v0.6.0
11862026-04-15T20:06:07.336Z Downloaded usdt-impl v0.6.0
11872026-04-15T20:06:07.336Z Downloaded zone_cfg_derive v0.3.1
11882026-04-15T20:06:07.336Z Downloaded toml_parser v1.0.9+spec-1.1.0
11892026-04-15T20:06:07.336Z Downloaded zeroize_derive v1.4.3
11902026-04-15T20:06:07.336Z Downloaded snafu v0.8.9
11912026-04-15T20:06:07.336Z Downloaded vsss-rs v3.3.4
11922026-04-15T20:06:07.336Z Downloaded vergen-lib v0.1.6
11932026-04-15T20:06:07.336Z Downloaded vergen-gitcl v1.0.8
11942026-04-15T20:06:07.336Z Downloaded vergen-git2 v1.0.7
11952026-04-15T20:06:07.336Z Downloaded itertools v0.14.0
11962026-04-15T20:06:07.336Z Downloaded zone v0.3.1
11972026-04-15T20:06:07.336Z Downloaded tinyvec v1.10.0
11982026-04-15T20:06:07.336Z Downloaded rsa v0.9.10
11992026-04-15T20:06:07.336Z Downloaded iri-string v0.7.10
12002026-04-15T20:06:07.336Z Downloaded test-strategy v0.4.5
12012026-04-15T20:06:07.336Z Downloaded tracing-attributes v0.1.31
12022026-04-15T20:06:07.336Z Downloaded socket2 v0.6.2
12032026-04-15T20:06:07.337Z Downloaded whoami v1.6.1
12042026-04-15T20:06:07.337Z Downloaded walkdir v2.5.0
12052026-04-15T20:06:07.341Z Downloaded wait-timeout v0.2.1
12062026-04-15T20:06:07.341Z Downloaded whoami v2.1.0
12072026-04-15T20:06:07.341Z Downloaded twox-hash v2.1.2
12082026-04-15T20:06:07.344Z Downloaded typify-macro v0.6.1
12092026-04-15T20:06:07.344Z Downloaded rand v0.10.0
12102026-04-15T20:06:07.344Z Downloaded unicase v2.9.0
12112026-04-15T20:06:07.349Z Downloaded unicode-properties v0.1.4
12122026-04-15T20:06:07.349Z Downloaded wyz v0.5.1
12132026-04-15T20:06:07.349Z Downloaded libm v0.2.16
12142026-04-15T20:06:07.353Z Downloaded toml v1.0.6+spec-1.1.0
12152026-04-15T20:06:07.357Z Downloaded toml v0.7.8
12162026-04-15T20:06:07.360Z Downloaded tar v0.4.45
12172026-04-15T20:06:07.360Z Downloaded subprocess v0.2.15
12182026-04-15T20:06:07.361Z Downloaded xshell v0.2.7
12192026-04-15T20:06:07.364Z Downloaded uzers v0.12.2
12202026-04-15T20:06:07.364Z Downloaded zeroize v1.8.2
12212026-04-15T20:06:07.367Z Downloaded vergen v9.0.6
12222026-04-15T20:06:07.367Z Downloaded toml v0.9.12+spec-1.1.0
12232026-04-15T20:06:07.371Z Downloaded schemars v1.2.1
12242026-04-15T20:06:07.376Z Downloaded zstd-safe v7.2.4
12252026-04-15T20:06:07.387Z Downloaded russh v0.45.0
12262026-04-15T20:06:07.402Z Downloaded typify v0.6.1
12272026-04-15T20:06:07.406Z Downloaded steno v0.4.1
12282026-04-15T20:06:07.409Z Downloaded yasna v0.5.2
12292026-04-15T20:06:07.413Z Downloaded uuid v1.23.0
12302026-04-15T20:06:07.420Z Downloaded zerocopy v0.6.6
12312026-04-15T20:06:07.424Z Downloaded p521 v0.13.3
12322026-04-15T20:06:07.427Z Downloaded ssh-key v0.6.7
12332026-04-15T20:06:07.431Z Downloaded zstd v0.13.3
12342026-04-15T20:06:07.434Z Downloaded rpassword v7.4.0
12352026-04-15T20:06:07.434Z Downloaded tungstenite v0.21.0
12362026-04-15T20:06:07.439Z Downloaded tungstenite v0.23.0
12372026-04-15T20:06:07.442Z Downloaded tracing-core v0.1.36
12382026-04-15T20:06:07.448Z Downloaded vte v0.14.1
12392026-04-15T20:06:07.451Z Downloaded unicode-bidi v0.3.18
12402026-04-15T20:06:07.456Z Downloaded h2 v0.4.13
12412026-04-15T20:06:07.461Z Downloaded tokio-postgres v0.7.16
12422026-04-15T20:06:07.461Z Downloaded unsafe-libyaml v0.2.11
12432026-04-15T20:06:07.483Z Downloaded hkdf v0.12.4
12442026-04-15T20:06:07.487Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-15T20:06:07.491Z Downloaded zopfli v0.8.3
12462026-04-15T20:06:07.499Z Downloaded bitvec v1.0.1
12472026-04-15T20:06:07.507Z Downloaded blake3 v1.8.3
12482026-04-15T20:06:07.512Z Downloaded rustyline v14.0.0
12492026-04-15T20:06:07.515Z Downloaded typify v0.4.3
12502026-04-15T20:06:07.519Z Downloaded yansi v1.0.1
12512026-04-15T20:06:07.519Z Downloaded regex v1.12.3
12522026-04-15T20:06:07.523Z Downloaded unicode_categories v0.1.1
12532026-04-15T20:06:07.523Z Downloaded aws-lc-rs v1.16.0
12542026-04-15T20:06:07.529Z Downloaded toml_edit v0.19.15
12552026-04-15T20:06:07.537Z Downloaded zip v0.6.6
12562026-04-15T20:06:07.541Z Downloaded reqwest v0.13.2
12572026-04-15T20:06:07.545Z Downloaded reqwest v0.12.28
12582026-04-15T20:06:07.549Z Downloaded rayon v1.11.0
12592026-04-15T20:06:07.553Z Downloaded p384 v0.13.1
12602026-04-15T20:06:07.559Z Downloaded reedline v0.40.0
12612026-04-15T20:06:07.575Z Downloaded goblin v0.10.5
12622026-04-15T20:06:07.579Z Downloaded chrono v0.4.44
12632026-04-15T20:06:07.583Z Downloaded unicode-segmentation v1.12.0
12642026-04-15T20:06:07.586Z Downloaded x509-cert v0.2.5
12652026-04-15T20:06:07.590Z Downloaded tower v0.5.3
12662026-04-15T20:06:07.596Z Downloaded portable-atomic v1.13.1
12672026-04-15T20:06:07.601Z Downloaded git2 v0.20.4
12682026-04-15T20:06:07.604Z Downloaded quick-xml v0.37.5
12692026-04-15T20:06:07.608Z Downloaded typed-path v0.9.3
12702026-04-15T20:06:07.616Z Downloaded zerocopy-derive v0.8.40
12712026-04-15T20:06:07.620Z Downloaded moka v0.12.13
12722026-04-15T20:06:07.620Z Downloaded lalrpop v0.19.12
12732026-04-15T20:06:07.625Z Downloaded zip v4.6.1
12742026-04-15T20:06:07.628Z Downloaded tough v0.20.0
12752026-04-15T20:06:07.632Z Downloaded tower-http v0.6.8
12762026-04-15T20:06:07.636Z Downloaded petname v2.0.2
12772026-04-15T20:06:07.641Z Downloaded rustls-webpki v0.101.7
12782026-04-15T20:06:07.646Z Downloaded tokio-util v0.7.18
12792026-04-15T20:06:07.651Z Downloaded salty v0.3.0
12802026-04-15T20:06:07.656Z Downloaded rustls-webpki v0.102.8
12812026-04-15T20:06:07.666Z Downloaded serde_with v3.17.0
12822026-04-15T20:06:07.673Z Downloaded proptest v1.10.0
12832026-04-15T20:06:07.679Z Downloaded unicode-normalization v0.1.25
12842026-04-15T20:06:07.683Z Downloaded quinn-proto v0.11.13
12852026-04-15T20:06:07.694Z Downloaded object v0.30.4
12862026-04-15T20:06:07.699Z Downloaded winnow v0.6.26
12872026-04-15T20:06:07.703Z Downloaded curve25519-dalek v4.1.3
12882026-04-15T20:06:07.708Z Downloaded csv v1.4.0
12892026-04-15T20:06:07.721Z Downloaded winnow v0.5.40
12902026-04-15T20:06:07.725Z Downloaded radix_trie v0.2.1
12912026-04-15T20:06:07.729Z Downloaded openssl v0.10.75
12922026-04-15T20:06:07.735Z Downloaded nix v0.27.1
12932026-04-15T20:06:07.753Z Downloaded rustls v0.21.12
12942026-04-15T20:06:07.760Z Downloaded nix v0.29.0
12952026-04-15T20:06:07.768Z Downloaded polar-core v0.27.3
12962026-04-15T20:06:07.773Z Downloaded bstr v1.12.1
12972026-04-15T20:06:07.782Z Downloaded tabled v0.20.0
12982026-04-15T20:06:07.792Z Downloaded nix v0.28.0
12992026-04-15T20:06:07.800Z Downloaded regex-syntax v0.6.29
13002026-04-15T20:06:07.804Z Downloaded time v0.3.47
13012026-04-15T20:06:07.811Z Downloaded nix v0.31.1
13022026-04-15T20:06:07.820Z Downloaded webpki-roots v1.0.6
13032026-04-15T20:06:07.825Z Downloaded dropshot v0.16.7
13042026-04-15T20:06:07.831Z Downloaded vcpkg v0.2.15
13052026-04-15T20:06:07.853Z Downloaded smoltcp v0.9.1
13062026-04-15T20:06:07.859Z Downloaded object v0.37.3
13072026-04-15T20:06:07.865Z Downloaded zlib-rs v0.6.2
13082026-04-15T20:06:07.869Z Downloaded zerocopy v0.8.40
13092026-04-15T20:06:07.873Z Downloaded smoltcp v0.11.0
13102026-04-15T20:06:07.880Z Downloaded rustix v0.38.44
13112026-04-15T20:06:07.894Z Downloaded hickory-proto v0.25.2
13122026-04-15T20:06:07.901Z Downloaded regress v0.10.5
13132026-04-15T20:06:07.906Z Downloaded rustls v0.22.4
13142026-04-15T20:06:07.913Z Downloaded diesel v2.3.7
13152026-04-15T20:06:07.925Z Downloaded openapiv3 v2.2.0
13162026-04-15T20:06:07.931Z Downloaded rustls v0.23.37
13172026-04-15T20:06:07.937Z Downloaded regex-syntax v0.8.10
13182026-04-15T20:06:07.942Z Downloaded hickory-proto v0.24.4
13192026-04-15T20:06:07.953Z Downloaded dropshot v0.17.0
13202026-04-15T20:06:07.989Z Downloaded sqlparser v0.61.0
13212026-04-15T20:06:07.996Z Downloaded sled v0.34.7
13222026-04-15T20:06:08.002Z Downloaded typify-impl v0.6.1
13232026-04-15T20:06:08.010Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-04-15T20:06:08.017Z Downloaded typify-impl v0.4.3
13252026-04-15T20:06:08.026Z Downloaded ratatui v0.29.0
13262026-04-15T20:06:08.037Z Downloaded tracing v0.1.44
13272026-04-15T20:06:08.051Z Downloaded regex-automata v0.4.14
13282026-04-15T20:06:08.059Z Downloaded zerocopy-derive v0.6.6
13292026-04-15T20:06:08.076Z Downloaded jiff v0.2.21
13302026-04-15T20:06:08.088Z Downloaded petgraph v0.6.5
13312026-04-15T20:06:08.098Z Downloaded petgraph v0.8.3
13322026-04-15T20:06:08.111Z Downloaded chrono-tz v0.10.4
13332026-04-15T20:06:08.121Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-04-15T20:06:08.147Z Downloaded libz-sys v1.1.24
13352026-04-15T20:06:08.158Z Downloaded sha3 v0.10.8
13362026-04-15T20:06:08.171Z Downloaded tokio v1.50.0
13372026-04-15T20:06:08.216Z Downloaded ring v0.17.14
13382026-04-15T20:06:08.241Z Downloaded encoding_rs v0.8.35
13392026-04-15T20:06:08.292Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-04-15T20:06:08.830Z Downloaded aws-lc-sys v0.37.1
13412026-04-15T20:06:09.079Z Compiling libc v0.2.180
13422026-04-15T20:06:09.079Z Compiling serde v1.0.228
13432026-04-15T20:06:09.084Z Compiling log v0.4.29
13442026-04-15T20:06:09.084Z Compiling shlex v1.3.0
13452026-04-15T20:06:09.237Z Compiling find-msvc-tools v0.1.9
13462026-04-15T20:06:09.241Z Compiling smallvec v1.15.1
13472026-04-15T20:06:09.246Z Compiling syn v2.0.117
13482026-04-15T20:06:09.300Z Compiling typenum v1.19.0
13492026-04-15T20:06:09.416Z Compiling generic-array v0.14.7
13502026-04-15T20:06:09.434Z Compiling subtle v2.6.1
13512026-04-15T20:06:09.459Z Compiling scopeguard v1.2.0
13522026-04-15T20:06:09.513Z Compiling const-oid v0.9.6
13532026-04-15T20:06:09.546Z Compiling lock_api v0.4.14
13542026-04-15T20:06:09.572Z Compiling portable-atomic v1.13.1
13552026-04-15T20:06:09.599Z Compiling zerocopy v0.8.40
13562026-04-15T20:06:09.672Z Compiling critical-section v1.2.0
13572026-04-15T20:06:09.778Z Compiling serde_json v1.0.149
13582026-04-15T20:06:09.792Z Compiling parking_lot_core v0.9.12
13592026-04-15T20:06:09.999Z Compiling pin-project-lite v0.2.17
13602026-04-15T20:06:10.061Z Compiling getrandom v0.2.17
13612026-04-15T20:06:10.094Z Compiling jobserver v0.1.34
13622026-04-15T20:06:10.107Z Compiling errno v0.3.14
13632026-04-15T20:06:10.215Z Compiling rand_core v0.6.4
13642026-04-15T20:06:10.327Z Compiling pkg-config v0.3.32
13652026-04-15T20:06:10.385Z Compiling signal-hook-registry v1.4.8
13662026-04-15T20:06:10.585Z Compiling cc v1.2.56
13672026-04-15T20:06:10.599Z Compiling once_cell v1.21.3
13682026-04-15T20:06:10.674Z Compiling bitflags v2.11.0
13692026-04-15T20:06:10.690Z Compiling libm v0.2.16
13702026-04-15T20:06:10.704Z Compiling parking_lot v0.12.5
13712026-04-15T20:06:10.816Z Compiling mio v1.1.1
13722026-04-15T20:06:10.898Z Compiling num-traits v0.2.19
13732026-04-15T20:06:10.914Z Compiling futures-core v0.3.32
13742026-04-15T20:06:11.073Z Compiling percent-encoding v2.3.2
13752026-04-15T20:06:11.133Z Compiling socket2 v0.6.2
13762026-04-15T20:06:11.276Z Compiling allocator-api2 v0.2.21
13772026-04-15T20:06:11.288Z Compiling cpufeatures v0.2.17
13782026-04-15T20:06:11.303Z Compiling foldhash v0.2.0
13792026-04-15T20:06:11.313Z Compiling futures-sink v0.3.32
13802026-04-15T20:06:11.361Z Compiling getrandom v0.3.4
13812026-04-15T20:06:11.407Z Compiling futures-channel v0.3.32
13822026-04-15T20:06:11.512Z Compiling futures-task v0.3.32
13832026-04-15T20:06:11.550Z Compiling slab v0.4.12
13842026-04-15T20:06:11.618Z Compiling hashbrown v0.16.1
13852026-04-15T20:06:11.654Z Compiling futures-io v0.3.32
13862026-04-15T20:06:11.692Z Compiling rustversion v1.0.22
13872026-04-15T20:06:11.728Z Compiling cmake v0.1.57
13882026-04-15T20:06:12.143Z Compiling synstructure v0.13.2
13892026-04-15T20:06:12.204Z Compiling form_urlencoded v1.2.2
13902026-04-15T20:06:12.211Z Compiling indexmap v2.13.0
13912026-04-15T20:06:12.233Z Compiling ident_case v1.0.1
13922026-04-15T20:06:12.359Z Compiling dunce v1.0.5
13932026-04-15T20:06:12.360Z Compiling base64ct v1.8.3
13942026-04-15T20:06:12.386Z Compiling getrandom v0.4.1
13952026-04-15T20:06:12.463Z Compiling fs_extra v1.3.0
13962026-04-15T20:06:12.490Z Compiling rand_core v0.10.0
13972026-04-15T20:06:12.656Z Compiling pem-rfc7468 v0.7.0
13982026-04-15T20:06:12.682Z Compiling flagset v0.4.7
13992026-04-15T20:06:12.689Z Compiling rand_core v0.9.5
14002026-04-15T20:06:12.752Z Compiling aws-lc-sys v0.37.1
14012026-04-15T20:06:12.783Z Compiling rustix v1.1.3
14022026-04-15T20:06:12.812Z Compiling iana-time-zone v0.1.65
14032026-04-15T20:06:12.877Z Compiling ring v0.17.14
14042026-04-15T20:06:12.976Z Compiling uuid v1.23.0
14052026-04-15T20:06:12.980Z Compiling rustc_version v0.4.1
14062026-04-15T20:06:12.997Z Compiling aws-lc-rs v1.16.0
14072026-04-15T20:06:13.017Z Compiling regex-syntax v0.8.10
14082026-04-15T20:06:13.285Z Compiling vcpkg v0.2.15
14092026-04-15T20:06:13.300Z Compiling tracing-core v0.1.36
14102026-04-15T20:06:13.718Z Compiling pest_generator v2.8.6
14112026-04-15T20:06:13.858Z Compiling serde_derive_internals v0.29.1
14122026-04-15T20:06:13.922Z Compiling serde_derive v1.0.228
14132026-04-15T20:06:14.026Z Compiling zeroize_derive v1.4.3
14142026-04-15T20:06:14.414Z Compiling zerofrom-derive v0.1.6
14152026-04-15T20:06:14.511Z Compiling yoke-derive v0.8.1
14162026-04-15T20:06:14.677Z Compiling zeroize v1.8.2
14172026-04-15T20:06:14.762Z Compiling zerocopy-derive v0.8.40
14182026-04-15T20:06:15.395Z Compiling zerovec-derive v0.11.2
14192026-04-15T20:06:15.457Z Compiling crypto-common v0.1.7
14202026-04-15T20:06:15.611Z Compiling block-buffer v0.10.4
14212026-04-15T20:06:15.695Z Compiling displaydoc v0.2.5
14222026-04-15T20:06:15.785Z Compiling digest v0.10.7
14232026-04-15T20:06:15.820Z Compiling zerofrom v0.1.6
14242026-04-15T20:06:15.951Z Compiling yoke v0.8.1
14252026-04-15T20:06:16.038Z Compiling tokio-macros v2.6.0
14262026-04-15T20:06:16.139Z Compiling hmac v0.12.1
14272026-04-15T20:06:16.299Z Compiling futures-macro v0.3.32
14282026-04-15T20:06:16.428Z Compiling zerotrie v0.2.3
14292026-04-15T20:06:16.505Z Compiling zerovec v0.11.5
14302026-04-15T20:06:16.728Z Compiling block-padding v0.3.3
14312026-04-15T20:06:16.758Z Compiling sha2 v0.10.9
14322026-04-15T20:06:16.887Z Compiling inout v0.1.4
14332026-04-15T20:06:17.003Z Compiling tinystr v0.8.2
14342026-04-15T20:06:17.058Z Compiling potential_utf v0.1.4
14352026-04-15T20:06:17.088Z Compiling futures-util v0.3.32
14362026-04-15T20:06:17.208Z Compiling icu_locale_core v2.1.1
14372026-04-15T20:06:17.223Z Compiling icu_collections v2.1.1
14382026-04-15T20:06:17.406Z Compiling bytes v1.11.1
14392026-04-15T20:06:17.689Z Compiling cipher v0.4.4
14402026-04-15T20:06:17.951Z Compiling tokio v1.50.0
14412026-04-15T20:06:17.967Z Compiling icu_provider v2.1.1
14422026-04-15T20:06:18.011Z Compiling der_derive v0.7.3
14432026-04-15T20:06:18.127Z Compiling salsa20 v0.10.2
14442026-04-15T20:06:18.251Z Compiling icu_properties v2.1.2
14452026-04-15T20:06:18.265Z Compiling icu_normalizer v2.1.1
14462026-04-15T20:06:18.788Z Compiling http v1.4.0
14472026-04-15T20:06:18.929Z Compiling der v0.7.10
14482026-04-15T20:06:19.136Z Compiling idna_adapter v1.2.1
14492026-04-15T20:06:19.256Z Compiling ppv-lite86 v0.2.21
14502026-04-15T20:06:19.277Z Compiling idna v1.1.0
14512026-04-15T20:06:19.306Z Compiling chrono v0.4.44
14522026-04-15T20:06:19.322Z Compiling pbkdf2 v0.12.2
14532026-04-15T20:06:19.438Z Compiling thiserror-impl v2.0.18
14542026-04-15T20:06:19.569Z Compiling url v2.5.8
14552026-04-15T20:06:19.669Z Compiling rand_chacha v0.9.0
14562026-04-15T20:06:19.911Z Compiling spki v0.7.3
14572026-04-15T20:06:20.111Z Compiling scrypt v0.11.0
14582026-04-15T20:06:20.126Z Compiling cbc v0.1.2
14592026-04-15T20:06:20.312Z Compiling aes v0.8.4
14602026-04-15T20:06:20.380Z Compiling rustls-pki-types v1.14.0
14612026-04-15T20:06:20.405Z Compiling openssl-sys v0.9.111
14622026-04-15T20:06:20.420Z Compiling tracing-attributes v0.1.31
14632026-04-15T20:06:20.705Z Compiling pkcs5 v0.7.1
14642026-04-15T20:06:20.768Z Compiling thiserror v2.0.18
14652026-04-15T20:06:20.826Z Compiling rand v0.9.2
14662026-04-15T20:06:20.878Z Compiling http-body v1.0.1
14672026-04-15T20:06:21.031Z Compiling httparse v1.10.1
14682026-04-15T20:06:21.047Z Compiling base64 v0.22.1
14692026-04-15T20:06:21.183Z Compiling openssl-probe v0.2.1
14702026-04-15T20:06:21.361Z Compiling schemars v0.8.22
14712026-04-15T20:06:21.378Z Compiling untrusted v0.9.0
14722026-04-15T20:06:21.382Z Compiling untrusted v0.7.1
14732026-04-15T20:06:21.451Z Compiling pkcs8 v0.10.2
14742026-04-15T20:06:21.513Z Compiling schemars_derive v0.8.22
14752026-04-15T20:06:21.580Z Compiling pest_derive v2.8.6
14762026-04-15T20:06:21.615Z Compiling scroll_derive v0.13.1
14772026-04-15T20:06:21.718Z Compiling tokio-util v0.7.18
14782026-04-15T20:06:21.761Z Compiling tracing v0.1.44
14792026-04-15T20:06:22.002Z Compiling darling_core v0.20.11
14802026-04-15T20:06:22.030Z Compiling atomic-waker v1.1.2
14812026-04-15T20:06:22.162Z Compiling rustls v0.23.37
14822026-04-15T20:06:22.341Z Compiling tower-service v0.3.3
14832026-04-15T20:06:22.415Z Compiling tower-layer v0.3.3
14842026-04-15T20:06:22.442Z Compiling tinyvec_macros v0.1.1
14852026-04-15T20:06:22.519Z Compiling try-lock v0.2.5
14862026-04-15T20:06:22.579Z Compiling dyn-clone v1.0.20
14872026-04-15T20:06:22.633Z Compiling want v0.3.1
14882026-04-15T20:06:22.721Z Compiling tinyvec v1.10.0
14892026-04-15T20:06:22.748Z Compiling scroll v0.13.0
14902026-04-15T20:06:22.796Z Compiling h2 v0.4.13
14912026-04-15T20:06:23.069Z Compiling ipnet v2.11.0
14922026-04-15T20:06:23.281Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-04-15T20:06:23.323Z Compiling spin v0.9.8
14942026-04-15T20:06:23.533Z Compiling aho-corasick v1.1.4
14952026-04-15T20:06:23.573Z Compiling powerfmt v0.2.0
14962026-04-15T20:06:23.598Z Compiling openssl v0.10.75
14972026-04-15T20:06:23.664Z Compiling httpdate v1.0.3
14982026-04-15T20:06:23.778Z Compiling num-conv v0.2.0
14992026-04-15T20:06:23.866Z Compiling crc32fast v1.5.0
15002026-04-15T20:06:23.886Z Compiling pin-utils v0.1.0
15012026-04-15T20:06:23.912Z Compiling foreign-types-shared v0.1.1
15022026-04-15T20:06:23.963Z Compiling time-core v0.1.8
15032026-04-15T20:06:24.001Z Compiling foreign-types v0.3.2
15042026-04-15T20:06:24.067Z Compiling deranged v0.5.8
15052026-04-15T20:06:24.110Z Compiling time-macros v0.2.27
15062026-04-15T20:06:24.143Z Compiling tempfile v3.25.0
15072026-04-15T20:06:24.273Z Compiling darling_macro v0.20.11
15082026-04-15T20:06:24.503Z Compiling regex-automata v0.4.14
15092026-04-15T20:06:24.740Z Compiling darling v0.20.11
15102026-04-15T20:06:24.826Z Compiling goblin v0.10.5
15112026-04-15T20:06:25.150Z Compiling openssl-macros v0.1.1
15122026-04-15T20:06:25.181Z Compiling socket2 v0.5.10
15132026-04-15T20:06:25.564Z Compiling wait-timeout v0.2.1
15142026-04-15T20:06:25.580Z Compiling siphasher v1.0.2
15152026-04-15T20:06:25.650Z Compiling simd-adler32 v0.3.8
15162026-04-15T20:06:25.770Z Compiling hyper v1.8.1
15172026-04-15T20:06:25.831Z Compiling crossbeam-utils v0.8.21
15182026-04-15T20:06:25.897Z Compiling native-tls v0.2.18
15192026-04-15T20:06:26.099Z Compiling quick-error v1.2.3
15202026-04-15T20:06:26.119Z Compiling syn v1.0.109
15212026-04-15T20:06:26.209Z Compiling bit-vec v0.8.0
15222026-04-15T20:06:26.432Z Compiling usdt-impl v0.6.0
15232026-04-15T20:06:26.447Z Compiling num_threads v0.1.7
15242026-04-15T20:06:26.547Z Compiling time v0.3.47
15252026-04-15T20:06:26.710Z Compiling bit-set v0.8.0
15262026-04-15T20:06:26.783Z Compiling rusty-fork v0.3.1
15272026-04-15T20:06:26.870Z Compiling hyper-util v0.1.20
15282026-04-15T20:06:27.328Z Compiling derive_builder_core v0.20.2
15292026-04-15T20:06:28.113Z Compiling dof v0.4.0
15302026-04-15T20:06:28.367Z Compiling unicode-normalization v0.1.25
15312026-04-15T20:06:28.583Z Compiling dtrace-parser v0.3.0
15322026-04-15T20:06:28.626Z Compiling rustls-native-certs v0.8.3
15332026-04-15T20:06:28.822Z Compiling signature v2.2.0
15342026-04-15T20:06:28.912Z Compiling scroll_derive v0.12.1
15352026-04-15T20:06:29.002Z Compiling thiserror-impl v1.0.69
15362026-04-15T20:06:29.090Z Compiling heapless v0.7.17
15372026-04-15T20:06:29.255Z Compiling rand_xorshift v0.4.0
15382026-04-15T20:06:29.319Z Compiling slog v2.8.2
15392026-04-15T20:06:29.335Z Compiling darling_core v0.21.3
15402026-04-15T20:06:29.417Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-04-15T20:06:29.506Z Compiling sync_wrapper v1.0.2
15422026-04-15T20:06:29.567Z Compiling thread-id v5.1.0
15432026-04-15T20:06:29.618Z Compiling cookie v0.18.1
15442026-04-15T20:06:29.657Z Compiling adler2 v2.0.1
15452026-04-15T20:06:29.694Z Compiling unarray v0.1.4
15462026-04-15T20:06:29.786Z Compiling unicode-properties v0.1.4
15472026-04-15T20:06:29.801Z Compiling signal-hook v0.3.18
15482026-04-15T20:06:29.815Z Compiling anyhow v1.0.102
15492026-04-15T20:06:29.952Z Compiling unicode-bidi v0.3.18
15502026-04-15T20:06:29.968Z Compiling zstd-safe v7.2.4
15512026-04-15T20:06:29.991Z Compiling paste v1.0.15
15522026-04-15T20:06:30.230Z Compiling proptest v1.10.0
15532026-04-15T20:06:30.277Z Compiling thiserror v1.0.69
15542026-04-15T20:06:30.361Z Compiling stringprep v0.1.5
15552026-04-15T20:06:30.383Z Compiling miniz_oxide v0.8.9
15562026-04-15T20:06:30.800Z Compiling tower v0.5.3
15572026-04-15T20:06:30.991Z Compiling scroll v0.12.0
15582026-04-15T20:06:31.098Z Compiling derive_builder_macro v0.20.2
15592026-04-15T20:06:31.279Z Compiling ipnetwork v0.21.1
15602026-04-15T20:06:31.390Z Compiling http-body-util v0.1.3
15612026-04-15T20:06:31.549Z Compiling webpki-roots v1.0.6
15622026-04-15T20:06:31.631Z Compiling rand_chacha v0.3.1
15632026-04-15T20:06:31.645Z Compiling toml_datetime v0.6.11
15642026-04-15T20:06:31.671Z Compiling serde_tokenstream v0.2.3
15652026-04-15T20:06:31.671Z Compiling serde_spanned v0.6.9
15662026-04-15T20:06:31.829Z Compiling erased-serde v0.3.31
15672026-04-15T20:06:31.864Z Compiling darling_macro v0.21.3
15682026-04-15T20:06:31.895Z Compiling md-5 v0.10.6
15692026-04-15T20:06:31.981Z Compiling zerocopy-derive v0.7.35
15702026-04-15T20:06:32.066Z Compiling curve25519-dalek v4.1.3
15712026-04-15T20:06:32.305Z Compiling vergen-lib v0.1.6
15722026-04-15T20:06:32.335Z Compiling num-integer v0.1.46
15732026-04-15T20:06:32.401Z Compiling hash32 v0.2.1
15742026-04-15T20:06:32.421Z Compiling ff v0.13.1
15752026-04-15T20:06:32.486Z Compiling memoffset v0.9.1
15762026-04-15T20:06:32.558Z Compiling iri-string v0.7.10
15772026-04-15T20:06:32.592Z Compiling litrs v1.0.0
15782026-04-15T20:06:32.657Z Compiling ryu v1.0.23
15792026-04-15T20:06:32.674Z Compiling num-bigint-dig v0.8.6
15802026-04-15T20:06:32.837Z Compiling rustix v0.38.44
15812026-04-15T20:06:32.852Z Compiling cfg_aliases v0.2.1
15822026-04-15T20:06:32.866Z Compiling smoltcp v0.9.1
15832026-04-15T20:06:32.926Z Compiling base16ct v0.2.0
15842026-04-15T20:06:33.096Z Compiling zlib-rs v0.6.2
15852026-04-15T20:06:33.111Z Compiling fallible-iterator v0.2.0
15862026-04-15T20:06:33.175Z Compiling psl-types v2.0.11
15872026-04-15T20:06:33.195Z Compiling ref-cast v1.0.25
15882026-04-15T20:06:33.301Z Compiling publicsuffix v2.3.0
15892026-04-15T20:06:33.418Z Compiling postgres-protocol v0.6.10
15902026-04-15T20:06:33.543Z Compiling document-features v0.2.12
15912026-04-15T20:06:33.604Z Compiling sec1 v0.7.3
15922026-04-15T20:06:33.883Z Compiling tower-http v0.6.8
15932026-04-15T20:06:33.959Z Compiling nix v0.31.1
15942026-04-15T20:06:34.090Z Compiling zerocopy v0.7.35
15952026-04-15T20:06:34.112Z Compiling serde_urlencoded v0.7.1
15962026-04-15T20:06:34.324Z Compiling num-iter v0.1.45
15972026-04-15T20:06:34.378Z Compiling group v0.13.0
15982026-04-15T20:06:34.439Z Compiling newtype-uuid v1.3.2
15992026-04-15T20:06:34.621Z Compiling darling v0.21.3
16002026-04-15T20:06:34.705Z Compiling rand v0.8.5
16012026-04-15T20:06:34.763Z Compiling derive_builder v0.20.2
16022026-04-15T20:06:34.815Z Compiling oxnet v0.1.4
16032026-04-15T20:06:34.892Z Compiling tokio-native-tls v0.3.1
16042026-04-15T20:06:35.036Z Compiling goblin v0.8.2
16052026-04-15T20:06:35.076Z Compiling hubpack_derive v0.1.1
16062026-04-15T20:06:35.599Z Compiling regex v1.12.3
16072026-04-15T20:06:35.879Z Compiling phf_shared v0.13.1
16082026-04-15T20:06:35.944Z Compiling flate2 v1.1.9
16092026-04-15T20:06:36.043Z Compiling lazy_static v1.5.0
16102026-04-15T20:06:36.078Z Compiling cargo-platform v0.1.9
16112026-04-15T20:06:36.123Z Compiling hkdf v0.12.4
16122026-04-15T20:06:36.140Z Compiling crypto-bigint v0.5.5
16132026-04-15T20:06:36.279Z Compiling terminal_size v0.4.3
16142026-04-15T20:06:36.293Z Compiling curve25519-dalek-derive v0.1.1
16152026-04-15T20:06:36.338Z Compiling strum_macros v0.27.2
16162026-04-15T20:06:36.358Z Compiling daft-derive v0.1.5
16172026-04-15T20:06:36.417Z Compiling async-trait v0.1.89
16182026-04-15T20:06:36.933Z Compiling ref-cast-impl v1.0.25
16192026-04-15T20:06:37.067Z Compiling vergen v9.0.6
16202026-04-15T20:06:37.251Z Compiling fs-err v3.3.0
16212026-04-15T20:06:37.446Z Compiling ahash v0.8.12
16222026-04-15T20:06:37.457Z Compiling winnow v0.5.40
16232026-04-15T20:06:37.483Z Compiling bitflags v1.3.2
16242026-04-15T20:06:37.562Z Compiling bumpalo v3.20.2
16252026-04-15T20:06:37.644Z Compiling unicode-segmentation v1.12.0
16262026-04-15T20:06:37.822Z Compiling object v0.37.3
16272026-04-15T20:06:38.033Z Compiling libbz2-rs-sys v0.2.2
16282026-04-15T20:06:38.091Z Compiling managed v0.8.0
16292026-04-15T20:06:38.244Z Compiling foldhash v0.1.5
16302026-04-15T20:06:38.280Z Compiling clap_builder v4.5.60
16312026-04-15T20:06:38.310Z Compiling strum v0.27.2
16322026-04-15T20:06:38.414Z Compiling hashbrown v0.15.5
16332026-04-15T20:06:38.443Z Compiling bzip2 v0.6.1
16342026-04-15T20:06:38.707Z Compiling zopfli v0.8.3
16352026-04-15T20:06:38.721Z Compiling toml_edit v0.19.15
16362026-04-15T20:06:39.033Z Compiling dof v0.3.0
16372026-04-15T20:06:39.089Z Compiling daft v0.1.5
16382026-04-15T20:06:39.340Z Compiling elliptic-curve v0.13.8
16392026-04-15T20:06:39.375Z Compiling cargo_metadata v0.19.2
16402026-04-15T20:06:39.752Z Compiling phf v0.13.1
16412026-04-15T20:06:39.919Z Compiling cookie_store v0.22.1
16422026-04-15T20:06:40.618Z Compiling signal-hook-mio v0.2.5
16432026-04-15T20:06:40.727Z Compiling hubpack v0.1.2
16442026-04-15T20:06:40.944Z Compiling zstd v0.13.3
16452026-04-15T20:06:41.111Z Compiling bzip2 v0.4.4
16462026-04-15T20:06:41.180Z Compiling hyper-tls v0.6.0
16472026-04-15T20:06:41.219Z Compiling serde_with_macros v3.17.0
16482026-04-15T20:06:41.349Z Compiling postgres-types v0.2.12
16492026-04-15T20:06:41.393Z Compiling usdt-macro v0.6.0
16502026-04-15T20:06:41.416Z Compiling usdt-attr-macro v0.6.0
16512026-04-15T20:06:41.894Z Compiling dtrace-parser v0.2.0
16522026-04-15T20:06:42.123Z Compiling ed25519 v2.2.3
16532026-04-15T20:06:42.194Z Compiling bstr v1.12.1
16542026-04-15T20:06:42.321Z Compiling phf_shared v0.11.3
16552026-04-15T20:06:42.388Z Compiling pkcs1 v0.7.5
16562026-04-15T20:06:42.462Z Compiling hex v0.4.3
16572026-04-15T20:06:42.551Z Compiling serde-big-array v0.5.1
16582026-04-15T20:06:42.650Z Compiling rfc6979 v0.4.0
16592026-04-15T20:06:42.675Z Compiling enum-as-inner v0.6.1
16602026-04-15T20:06:42.744Z Compiling serde_repr v0.1.20
16612026-04-15T20:06:42.774Z Compiling clap_derive v4.5.55
16622026-04-15T20:06:42.801Z Compiling strum_macros v0.26.4
16632026-04-15T20:06:42.866Z Compiling float-cmp v0.10.0
16642026-04-15T20:06:43.012Z Compiling thread-id v4.2.2
16652026-04-15T20:06:43.039Z Compiling memmap2 v0.9.10
16662026-04-15T20:06:43.101Z Compiling env_filter v1.0.0
16672026-04-15T20:06:43.163Z Compiling encoding_rs v0.8.35
16682026-04-15T20:06:43.239Z Compiling rustc-hash v2.1.1
16692026-04-15T20:06:43.263Z Compiling static_assertions v1.1.0
16702026-04-15T20:06:43.342Z Compiling new_debug_unreachable v1.0.6
16712026-04-15T20:06:43.366Z Compiling difflib v0.4.0
16722026-04-15T20:06:43.404Z Compiling jiff v0.2.21
16732026-04-15T20:06:43.419Z Compiling fixedbitset v0.4.2
16742026-04-15T20:06:43.809Z Compiling fixedbitset v0.5.7
16752026-04-15T20:06:43.938Z Compiling mime v0.3.17
16762026-04-15T20:06:43.991Z Compiling precomputed-hash v0.1.1
16772026-04-15T20:06:44.057Z Compiling keccak v0.1.6
16782026-04-15T20:06:44.175Z Compiling either v1.15.0
16792026-04-15T20:06:44.387Z Compiling data-encoding v2.10.0
16802026-04-15T20:06:44.537Z Compiling normalize-line-endings v0.3.0
16812026-04-15T20:06:44.566Z Compiling predicates-core v1.0.10
16822026-04-15T20:06:44.635Z Compiling whoami v2.1.0
16832026-04-15T20:06:44.698Z Compiling hickory-proto v0.25.2
16842026-04-15T20:06:44.712Z Compiling predicates v3.1.4
16852026-04-15T20:06:44.856Z Compiling tokio-postgres v0.7.16
16862026-04-15T20:06:44.990Z Compiling clap v4.5.60
16872026-04-15T20:06:45.078Z Compiling strum v0.26.3
16882026-04-15T20:06:45.091Z Compiling itertools v0.13.0
16892026-04-15T20:06:45.215Z Compiling sha3 v0.10.8
16902026-04-15T20:06:45.375Z Compiling string_cache v0.8.9
16912026-04-15T20:06:45.393Z Compiling toml_edit v0.22.27
16922026-04-15T20:06:45.614Z Compiling petgraph v0.8.3
16932026-04-15T20:06:45.725Z Compiling petgraph v0.6.5
16942026-04-15T20:06:46.391Z Compiling zip v4.6.1
16952026-04-15T20:06:47.117Z Compiling iddqd v0.3.17
16962026-04-15T20:06:47.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-15T20:06:47.350Z Compiling env_logger v0.11.9
16982026-04-15T20:06:47.557Z Compiling usdt v0.6.0
16992026-04-15T20:06:47.653Z Compiling usdt-impl v0.5.0
17002026-04-15T20:06:47.705Z Compiling ecdsa v0.16.9
17012026-04-15T20:06:47.823Z Compiling serde_with v3.17.0
17022026-04-15T20:06:48.097Z Compiling similar v2.7.0
17032026-04-15T20:06:48.113Z Compiling rsa v0.9.10
17042026-04-15T20:06:48.231Z Compiling ed25519-dalek v2.2.0
17052026-04-15T20:06:48.246Z Compiling crossterm v0.28.1
17062026-04-15T20:06:48.956Z Compiling zip v0.6.6
17072026-04-15T20:06:49.521Z Compiling toml v0.7.8
17082026-04-15T20:06:49.787Z Compiling toml_parser v1.0.9+spec-1.1.0
17092026-04-15T20:06:49.948Z Compiling heck v0.4.1
17102026-04-15T20:06:49.970Z Compiling crossbeam-epoch v0.9.18
17112026-04-15T20:06:50.136Z Compiling tokio-stream v0.1.18
17122026-04-15T20:06:50.178Z Compiling buf-list v1.1.2
17132026-04-15T20:06:50.324Z Compiling x509-cert v0.2.5
17142026-04-15T20:06:50.340Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17152026-04-15T20:06:50.417Z Compiling openapiv3 v2.2.0
17162026-04-15T20:06:50.464Z Compiling sha1 v0.10.6
17172026-04-15T20:06:50.633Z Compiling toml_datetime v0.7.5+spec-1.1.0
17182026-04-15T20:06:50.649Z Compiling peg-runtime v0.8.5
17192026-04-15T20:06:50.693Z Compiling lalrpop-util v0.19.12
17202026-04-15T20:06:50.898Z Compiling thread_local v1.1.9
17212026-04-15T20:06:50.931Z Compiling slog-async v2.8.0
17222026-04-15T20:06:50.947Z Compiling crossbeam-channel v0.5.15
17232026-04-15T20:06:51.152Z Compiling futures-executor v0.3.32
17242026-04-15T20:06:51.256Z Compiling is-terminal v0.4.17
17252026-04-15T20:06:51.361Z Compiling filetime v0.2.27
17262026-04-15T20:06:51.407Z Compiling term v1.2.1
17272026-04-15T20:06:51.422Z Compiling xattr v1.6.1
17282026-04-15T20:06:51.459Z Compiling take_mut v0.2.2
17292026-04-15T20:06:51.533Z Compiling futures v0.3.32
17302026-04-15T20:06:51.590Z Compiling tar v0.4.45
17312026-04-15T20:06:51.932Z Compiling slog-term v2.9.2
17322026-04-15T20:06:58.360Z Compiling rustls-webpki v0.103.9
17332026-04-15T20:07:01.166Z Compiling tokio-rustls v0.26.4
17342026-04-15T20:07:01.167Z Compiling rustls-platform-verifier v0.6.2
17352026-04-15T20:07:01.372Z Compiling hyper-rustls v0.27.7
17362026-04-15T20:07:01.574Z Compiling reqwest v0.13.2
17372026-04-15T20:07:01.575Z Compiling reqwest v0.12.28
17382026-04-15T20:07:03.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-04-15T20:07:03.873Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-04-15T20:07:06.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17412026-04-15T20:07:06.831Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17422026-04-15T20:07:06.887ZApr 15 20:07:05.405 INFO Starting download, target: Cockroach
17432026-04-15T20:07:06.887ZApr 15 20:07:05.405 INFO Starting download, target: Clickhouse
17442026-04-15T20:07:06.887ZApr 15 20:07:05.405 INFO Starting download, target: Console
17452026-04-15T20:07:06.888ZApr 15 20:07:05.405 INFO Starting download, target: DendriteStub
17462026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Starting download, target: MaghemiteMgd
17472026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Starting download, target: TransceiverControl
17482026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-04-15T20:07:06.892ZApr 15 20:07:05.405 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-04-15T20:07:07.193ZApr 15 20:07:05.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-04-15T20:07:07.474ZApr 15 20:07:05.990 INFO Download complete, target: TransceiverControl
17562026-04-15T20:07:07.905ZApr 15 20:07:06.422 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17572026-04-15T20:07:08.143ZApr 15 20:07:06.660 INFO Download complete, target: Console
17582026-04-15T20:07:08.773ZApr 15 20:07:07.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17592026-04-15T20:07:09.202ZApr 15 20:07:07.717 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-04-15T20:07:09.308ZApr 15 20:07:07.823 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-04-15T20:07:09.652ZApr 15 20:07:08.168 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17622026-04-15T20:07:09.652ZApr 15 20:07:08.168 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17632026-04-15T20:07:11.078ZApr 15 20:07:09.594 INFO Download complete, target: DendriteStub
17642026-04-15T20:07:11.517ZApr 15 20:07:10.034 INFO Download complete, target: MaghemiteMgd
17652026-04-15T20:07:14.206ZApr 15 20:07:12.722 INFO Checking that binary works, target: Cockroach
17662026-04-15T20:07:14.327ZApr 15 20:07:12.843 INFO Download complete, target: Cockroach
17672026-04-15T20:07:15.971ZApr 15 20:07:14.487 INFO Checking that binary works, target: Clickhouse
17682026-04-15T20:07:16.192ZApr 15 20:07:14.708 INFO Download complete, target: Clickhouse
17692026-04-15T20:07:16.292ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-04-15T20:07:16.296Z
17712026-04-15T20:07:16.296Zreal 3:03.475173829
17722026-04-15T20:07:16.296Zuser 7:15.508175842
17732026-04-15T20:07:16.296Zsys 1:24.726289504
17742026-04-15T20:07:16.296Ztrap 0.212983346
17752026-04-15T20:07:16.296Ztflt 1.460577743
17762026-04-15T20:07:16.296Zdflt 2.137611496
17772026-04-15T20:07:16.296Zkflt 0.072078774
17782026-04-15T20:07:16.296Zlock 21:09.709617192
17792026-04-15T20:07:16.296Zslp 22:04.836522330
17802026-04-15T20:07:16.296Zlat 41.593690885
17812026-04-15T20:07:16.296Zstop 2:00.097157457
17822026-04-15T20:07:16.296Z+ banner clippy
17832026-04-15T20:07:16.296Z
17842026-04-15T20:07:16.296Z #### # # ##### ##### # #
17852026-04-15T20:07:16.296Z # # # # # # # # # #
17862026-04-15T20:07:16.296Z # # # # # # # #
17872026-04-15T20:07:16.296Z # # # ##### ##### #
17882026-04-15T20:07:16.296Z # # # # # # #
17892026-04-15T20:07:16.296Z #### ###### # # # #
17902026-04-15T20:07:16.296Z
17912026-04-15T20:07:16.296Z+ export CARGO_INCREMENTAL=0
17922026-04-15T20:07:16.296Z+ CARGO_INCREMENTAL=0
17932026-04-15T20:07:16.296Z+ ptime -m cargo xtask clippy
17942026-04-15T20:07:16.875Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17952026-04-15T20:07:17.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17962026-04-15T20:07:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17972026-04-15T20:07:18.970Z Running `target/debug/xtask clippy`
17982026-04-15T20:07:18.996Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17992026-04-15T20:07:19.605Z Downloading crates ...
18002026-04-15T20:07:19.825Z Downloaded supports-color v2.1.0
18012026-04-15T20:07:19.830Z Downloaded escape8259 v0.5.3
18022026-04-15T20:07:19.833Z Downloaded rand_distr v0.5.1
18032026-04-15T20:07:19.837Z Downloaded backtrace-ext v0.2.1
18042026-04-15T20:07:19.840Z Downloaded miette-derive v5.10.0
18052026-04-15T20:07:19.855Z Downloaded nested v0.1.1
18062026-04-15T20:07:19.859Z Downloaded cargo-platform v0.3.2
18072026-04-15T20:07:19.859Z Downloaded guppy-workspace-hack v0.1.0
18082026-04-15T20:07:19.859Z Downloaded linkme-impl v0.3.35
18092026-04-15T20:07:19.864Z Downloaded parking v2.2.1
18102026-04-15T20:07:19.868Z Downloaded similar-asserts v1.7.0
18112026-04-15T20:07:19.868Z Downloaded event-listener-strategy v0.5.4
18122026-04-15T20:07:19.872Z Downloaded constant_time_eq v0.3.1
18132026-04-15T20:07:19.872Z Downloaded serde_regex v1.1.0
18142026-04-15T20:07:19.876Z Downloaded cast v0.3.0
18152026-04-15T20:07:19.879Z Downloaded assert-json-diff v2.0.2
18162026-04-15T20:07:19.883Z Downloaded async-object-pool v0.2.0
18172026-04-15T20:07:19.883Z Downloaded linkme v0.3.35
18182026-04-15T20:07:19.883Z Downloaded futures-timer v3.0.3
18192026-04-15T20:07:19.889Z Downloaded rstest_macros v0.25.0
18202026-04-15T20:07:19.893Z Downloaded hickory-client v0.25.2
18212026-04-15T20:07:19.893Z Downloaded tokio-test v0.4.5
18222026-04-15T20:07:19.897Z Downloaded terminal_size v0.1.17
18232026-04-15T20:07:19.901Z Downloaded supports-hyperlinks v2.1.0
18242026-04-15T20:07:19.909Z Downloaded plotters-svg v0.3.7
18252026-04-15T20:07:19.914Z Downloaded supports-unicode v2.1.0
18262026-04-15T20:07:19.917Z Downloaded target-triple v1.0.0
18272026-04-15T20:07:19.917Z Downloaded plotters-backend v0.3.7
18282026-04-15T20:07:19.922Z Downloaded pathdiff v0.2.3
18292026-04-15T20:07:19.927Z Downloaded approx v0.5.1
18302026-04-15T20:07:19.930Z Downloaded owo-colors v3.5.0
18312026-04-15T20:07:19.930Z Downloaded anes v0.1.6
18322026-04-15T20:07:19.938Z Downloaded tinytemplate v1.2.1
18332026-04-15T20:07:19.942Z Downloaded termcolor v1.4.1
18342026-04-15T20:07:19.942Z Downloaded target-lexicon v0.13.3
18352026-04-15T20:07:19.942Z Downloaded assert_cmd v2.1.2
18362026-04-15T20:07:19.946Z Downloaded knuffel-derive v3.2.0
18372026-04-15T20:07:19.946Z Downloaded httptest v0.16.4
18382026-04-15T20:07:19.950Z Downloaded datatest-stable v0.3.3
18392026-04-15T20:07:19.950Z Downloaded cargo_metadata v0.23.1
18402026-04-15T20:07:19.953Z Downloaded addr2line v0.25.1
18412026-04-15T20:07:19.953Z Downloaded partial-io v0.5.4
18422026-04-15T20:07:19.957Z Downloaded stringmetrics v2.2.2
18432026-04-15T20:07:19.957Z Downloaded criterion-plot v0.6.0
18442026-04-15T20:07:19.961Z Downloaded path-tree v0.8.3
18452026-04-15T20:07:19.961Z Downloaded libtest-mimic v0.8.1
18462026-04-15T20:07:19.965Z Downloaded target-spec v3.5.7
18472026-04-15T20:07:19.968Z Downloaded oorandom v11.1.5
18482026-04-15T20:07:19.968Z Downloaded rustc-demangle v0.1.27
18492026-04-15T20:07:19.968Z Downloaded relative-path v1.9.3
18502026-04-15T20:07:19.972Z Downloaded async-lock v3.4.2
18512026-04-15T20:07:19.979Z Downloaded event-listener v5.4.1
18522026-04-15T20:07:19.988Z Downloaded trybuild v1.0.116
18532026-04-15T20:07:19.992Z Downloaded rust-argon2 v2.1.0
18542026-04-15T20:07:19.996Z Downloaded concurrent-queue v2.5.0
18552026-04-15T20:07:20.011Z Downloaded textwrap v0.15.2
18562026-04-15T20:07:20.015Z Downloaded cfg-expr v0.20.6
18572026-04-15T20:07:20.015Z Downloaded blake2b_simd v1.0.4
18582026-04-15T20:07:20.021Z Downloaded rstest v0.25.0
18592026-04-15T20:07:20.025Z Downloaded chumsky v0.9.3
18602026-04-15T20:07:20.030Z Downloaded fancy-regex v0.14.0
18612026-04-15T20:07:20.033Z Downloaded miette v5.10.0
18622026-04-15T20:07:20.033Z Downloaded knuffel v3.2.0
18632026-04-15T20:07:20.044Z Downloaded backtrace v0.3.76
18642026-04-15T20:07:20.065Z Downloaded plotters v0.3.7
18652026-04-15T20:07:20.070Z Downloaded criterion v0.7.0
18662026-04-15T20:07:20.073Z Downloaded guppy v0.17.25
18672026-04-15T20:07:20.077Z Downloaded hashbrown v0.14.5
18682026-04-15T20:07:20.097Z Downloaded gimli v0.32.3
18692026-04-15T20:07:20.221Z Downloaded httpmock v0.8.3
18702026-04-15T20:07:21.781Z Checking cfg-if v1.0.4
18712026-04-15T20:07:22.124Z Checking libc v0.2.180
18722026-04-15T20:07:22.127Z Checking serde_core v1.0.228
18732026-04-15T20:07:22.200Z Checking memchr v2.8.0
18742026-04-15T20:07:22.239Z Checking smallvec v1.15.1
18752026-04-15T20:07:22.278Z Checking log v0.4.29
18762026-04-15T20:07:22.278Z Checking itoa v1.0.17
18772026-04-15T20:07:22.352Z Checking zeroize v1.8.2
18782026-04-15T20:07:22.392Z Checking libm v0.2.16
18792026-04-15T20:07:22.449Z Checking scopeguard v1.2.0
18802026-04-15T20:07:22.490Z Checking stable_deref_trait v1.2.1
18812026-04-15T20:07:22.530Z Checking zmij v1.0.21
18822026-04-15T20:07:22.568Z Checking zerofrom v0.1.6
18832026-04-15T20:07:22.605Z Checking lock_api v0.4.14
18842026-04-15T20:07:22.637Z Checking errno v0.3.14
18852026-04-15T20:07:22.641Z Checking getrandom v0.2.17
18862026-04-15T20:07:22.707Z Checking yoke v0.8.1
18872026-04-15T20:07:22.745Z Checking percent-encoding v2.3.2
18882026-04-15T20:07:22.782Z Checking litemap v0.8.1
18892026-04-15T20:07:22.816Z Checking writeable v0.6.2
18902026-04-15T20:07:22.852Z Checking icu_normalizer_data v2.1.1
18912026-04-15T20:07:22.856Z Checking icu_properties_data v2.1.2
18922026-04-15T20:07:22.917Z Checking subtle v2.6.1
18932026-04-15T20:07:22.921Z Checking zerovec v0.11.5
18942026-04-15T20:07:22.982Z Checking zerotrie v0.2.3
18952026-04-15T20:07:23.019Z Checking form_urlencoded v1.2.2
18962026-04-15T20:07:23.019Z Checking pin-project-lite v0.2.17
18972026-04-15T20:07:23.086Z Checking utf8_iter v1.0.4
18982026-04-15T20:07:23.120Z Checking num-traits v0.2.19
18992026-04-15T20:07:23.158Z Checking rand_core v0.6.4
19002026-04-15T20:07:23.197Z Checking parking_lot_core v0.9.12
19012026-04-15T20:07:23.201Z Checking portable-atomic v1.13.1
19022026-04-15T20:07:23.264Z Checking zerocopy v0.8.40
19032026-04-15T20:07:23.301Z Checking critical-section v1.2.0
19042026-04-15T20:07:23.371Z Checking signal-hook-registry v1.4.8
19052026-04-15T20:07:23.403Z Checking tinystr v0.8.2
19062026-04-15T20:07:23.437Z Checking potential_utf v0.1.4
19072026-04-15T20:07:23.471Z Checking parking_lot v0.12.5
19082026-04-15T20:07:23.555Z Checking mio v1.1.1
19092026-04-15T20:07:23.592Z Checking icu_collections v2.1.1
19102026-04-15T20:07:23.628Z Checking icu_locale_core v2.1.1
19112026-04-15T20:07:23.632Z Checking serde v1.0.228
19122026-04-15T20:07:23.695Z Checking serde_json v1.0.149
19132026-04-15T20:07:23.699Z Checking bitflags v2.11.0
19142026-04-15T20:07:23.699Z Checking once_cell v1.21.3
19152026-04-15T20:07:23.857Z Checking socket2 v0.6.2
19162026-04-15T20:07:23.923Z Checking typenum v1.19.0
19172026-04-15T20:07:23.971Z Checking iana-time-zone v0.1.65
19182026-04-15T20:07:23.976Z Checking rand_core v0.10.0
19192026-04-15T20:07:24.081Z Checking bytes v1.11.1
19202026-04-15T20:07:24.162Z Checking chrono v0.4.44
19212026-04-15T20:07:24.166Z Checking thiserror v2.0.18
19222026-04-15T20:07:24.195Z Checking getrandom v0.4.1
19232026-04-15T20:07:24.230Z Checking icu_provider v2.1.1
19242026-04-15T20:07:24.289Z Checking semver v1.0.27
19252026-04-15T20:07:24.367Z Checking uuid v1.23.0
19262026-04-15T20:07:24.410Z Checking futures-core v0.3.32
19272026-04-15T20:07:24.472Z Checking generic-array v0.14.7
19282026-04-15T20:07:24.508Z Checking icu_properties v2.1.2
19292026-04-15T20:07:24.541Z Checking icu_normalizer v2.1.1
19302026-04-15T20:07:24.575Z Checking tokio v1.50.0
19312026-04-15T20:07:24.580Z Checking allocator-api2 v0.2.21
19322026-04-15T20:07:24.709Z Checking equivalent v1.0.2
19332026-04-15T20:07:24.836Z Checking dyn-clone v1.0.20
19342026-04-15T20:07:24.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19352026-04-15T20:07:24.909Z Checking const-oid v0.9.6
19362026-04-15T20:07:24.943Z Checking crypto-common v0.1.7
19372026-04-15T20:07:24.978Z Checking foldhash v0.2.0
19382026-04-15T20:07:24.982Z Checking getrandom v0.3.4
19392026-04-15T20:07:25.091Z Checking block-buffer v0.10.4
19402026-04-15T20:07:25.161Z Checking hashbrown v0.16.1
19412026-04-15T20:07:25.196Z Checking futures-sink v0.3.32
19422026-04-15T20:07:25.230Z Checking futures-io v0.3.32
19432026-04-15T20:07:25.264Z Checking futures-task v0.3.32
19442026-04-15T20:07:25.318Z Checking futures-channel v0.3.32
19452026-04-15T20:07:25.353Z Checking idna_adapter v1.2.1
19462026-04-15T20:07:25.385Z Checking slab v0.4.12
19472026-04-15T20:07:25.425Z Checking rustix v1.1.3
19482026-04-15T20:07:25.497Z Checking idna v1.1.0
19492026-04-15T20:07:25.539Z Checking byteorder v1.5.0
19502026-04-15T20:07:25.574Z Checking futures-util v0.3.32
19512026-04-15T20:07:25.608Z Checking digest v0.10.7
19522026-04-15T20:07:25.671Z Checking cpufeatures v0.2.17
19532026-04-15T20:07:25.763Z Checking indexmap v2.13.0
19542026-04-15T20:07:25.767Z Checking url v2.5.8
19552026-04-15T20:07:25.831Z Checking thiserror v1.0.69
19562026-04-15T20:07:25.834Z Checking fnv v1.0.7
19572026-04-15T20:07:25.957Z Checking regex-syntax v0.8.10
19582026-04-15T20:07:25.992Z Checking http v1.4.0
19592026-04-15T20:07:26.026Z Checking ppv-lite86 v0.2.21
19602026-04-15T20:07:26.251Z Checking schemars v0.8.22
19612026-04-15T20:07:26.291Z Checking tracing-core v0.1.36
19622026-04-15T20:07:26.338Z Checking base64 v0.22.1
19632026-04-15T20:07:26.374Z Checking ipnet v2.11.0
19642026-04-15T20:07:26.576Z Checking utf8parse v0.2.2
19652026-04-15T20:07:26.613Z Checking unicode-ident v1.0.24
19662026-04-15T20:07:26.647Z Checking tracing v0.1.44
19672026-04-15T20:07:26.683Z Checking untrusted v0.9.0
19682026-04-15T20:07:26.717Z Checking anstyle v1.0.13
19692026-04-15T20:07:26.751Z Checking proc-macro2 v1.0.106
19702026-04-15T20:07:26.833Z Checking ring v0.17.14
19712026-04-15T20:07:26.890Z Checking base64ct v1.8.3
19722026-04-15T20:07:26.927Z Checking anstyle-parse v0.2.7
19732026-04-15T20:07:26.960Z Checking block-padding v0.3.3
19742026-04-15T20:07:27.093Z Checking quote v1.0.44
19752026-04-15T20:07:27.130Z Checking aho-corasick v1.1.4
19762026-04-15T20:07:27.133Z Checking anstyle-query v1.1.5
19772026-04-15T20:07:27.197Z Checking colorchoice v1.0.4
19782026-04-15T20:07:27.283Z Checking is_terminal_polyfill v1.70.2
19792026-04-15T20:07:27.320Z Checking syn v2.0.117
19802026-04-15T20:07:27.323Z Checking inout v0.1.4
19812026-04-15T20:07:27.356Z Checking rustls-pki-types v1.14.0
19822026-04-15T20:07:27.420Z Checking anstream v0.6.21
19832026-04-15T20:07:27.488Z Checking crossbeam-utils v0.8.21
19842026-04-15T20:07:27.525Z Checking httparse v1.10.1
19852026-04-15T20:07:27.646Z Checking cipher v0.4.4
19862026-04-15T20:07:27.698Z Checking terminal_size v0.4.3
19872026-04-15T20:07:27.748Z Checking tokio-util v0.7.18
19882026-04-15T20:07:27.781Z Checking clap_lex v1.0.0
19892026-04-15T20:07:27.829Z Checking regex-automata v0.4.14
19902026-04-15T20:07:27.865Z Checking strsim v0.11.1
19912026-04-15T20:07:27.869Z Checking pem-rfc7468 v0.7.0
19922026-04-15T20:07:27.895Z Checking http-body v1.0.1
19932026-04-15T20:07:27.964Z Checking sha2 v0.10.9
19942026-04-15T20:07:27.969Z Checking atomic-waker v1.1.2
19952026-04-15T20:07:28.047Z Checking clap_builder v4.5.60
19962026-04-15T20:07:28.051Z Checking hmac v0.12.1
19972026-04-15T20:07:28.115Z Checking rand_core v0.9.5
19982026-04-15T20:07:28.118Z Checking try-lock v0.2.5
19992026-04-15T20:07:28.241Z Checking httpdate v1.0.3
20002026-04-15T20:07:28.275Z Checking want v0.3.1
20012026-04-15T20:07:28.279Z Checking ryu v1.0.23
20022026-04-15T20:07:28.342Z Checking tower-layer v0.3.3
20032026-04-15T20:07:28.377Z Checking h2 v0.4.13
20042026-04-15T20:07:28.411Z Checking flagset v0.4.7
20052026-04-15T20:07:28.447Z Checking pin-utils v0.1.0
20062026-04-15T20:07:28.480Z Checking tower-service v0.3.3
20072026-04-15T20:07:28.514Z Checking erased-serde v0.3.31
20082026-04-15T20:07:28.548Z Checking powerfmt v0.2.0
20092026-04-15T20:07:28.581Z Checking der v0.7.10
20102026-04-15T20:07:28.615Z Checking rand_chacha v0.9.0
20112026-04-15T20:07:28.721Z Checking deranged v0.5.8
20122026-04-15T20:07:28.838Z Checking spin v0.9.8
20132026-04-15T20:07:28.913Z Checking slog v2.8.2
20142026-04-15T20:07:29.047Z Checking socket2 v0.5.10
20152026-04-15T20:07:29.201Z Checking num_threads v0.1.7
20162026-04-15T20:07:29.275Z Checking clap v4.5.60
20172026-04-15T20:07:29.313Z Checking time-core v0.1.8
20182026-04-15T20:07:29.318Z Checking num-conv v0.2.0
20192026-04-15T20:07:29.381Z Checking rand v0.9.2
20202026-04-15T20:07:29.385Z Checking anyhow v1.0.102
20212026-04-15T20:07:29.481Z Checking http-body-util v0.1.3
20222026-04-15T20:07:29.517Z Checking aws-lc-sys v0.37.1
20232026-04-15T20:07:29.613Z Checking untrusted v0.7.1
20242026-04-15T20:07:29.651Z Checking fastrand v2.3.0
20252026-04-15T20:07:29.654Z Checking time v0.3.47
20262026-04-15T20:07:29.654Z Checking spki v0.7.3
20272026-04-15T20:07:29.749Z Checking serde_urlencoded v0.7.1
20282026-04-15T20:07:29.753Z Checking pbkdf2 v0.12.2
20292026-04-15T20:07:29.852Z Checking aes v0.8.4
20302026-04-15T20:07:29.888Z Checking openssl-probe v0.2.1
20312026-04-15T20:07:29.891Z Checking regex v1.12.3
20322026-04-15T20:07:29.957Z Checking cbc v0.1.2
20332026-04-15T20:07:29.991Z Checking salsa20 v0.10.2
20342026-04-15T20:07:30.027Z Checking rand_chacha v0.3.1
20352026-04-15T20:07:30.062Z Checking aws-lc-rs v1.16.0
20362026-04-15T20:07:30.109Z Checking hex v0.4.3
20372026-04-15T20:07:30.147Z Checking pretty-hex v0.4.1
20382026-04-15T20:07:30.220Z Checking scrypt v0.11.0
20392026-04-15T20:07:30.260Z Checking rand v0.8.5
20402026-04-15T20:07:30.294Z Checking tempfile v3.25.0
20412026-04-15T20:07:30.298Z Checking ipnetwork v0.21.1
20422026-04-15T20:07:30.360Z Checking plain v0.2.3
20432026-04-15T20:07:30.395Z Checking pkcs5 v0.7.1
20442026-04-15T20:07:30.490Z Checking camino v1.2.2
20452026-04-15T20:07:30.532Z Checking ucd-trie v0.1.7
20462026-04-15T20:07:30.544Z Checking rustls-native-certs v0.8.3
20472026-04-15T20:07:30.679Z Checking pkcs8 v0.10.2
20482026-04-15T20:07:30.754Z Checking pest v2.8.6
20492026-04-15T20:07:30.758Z Checking sync_wrapper v1.0.2
20502026-04-15T20:07:30.822Z Checking webpki-roots v1.0.6
20512026-04-15T20:07:30.826Z Checking simd-adler32 v0.3.8
20522026-04-15T20:07:30.888Z Checking iri-string v0.7.10
20532026-04-15T20:07:30.891Z Checking openapiv3 v2.2.0
20542026-04-15T20:07:30.955Z Checking tower v0.5.3
20552026-04-15T20:07:30.959Z Checking rustls-webpki v0.103.9
20562026-04-15T20:07:31.024Z Checking mime v0.3.17
20572026-04-15T20:07:31.058Z Checking hyper v1.8.1
20582026-04-15T20:07:31.062Z Checking adler2 v2.0.1
20592026-04-15T20:07:31.220Z Checking either v1.15.0
20602026-04-15T20:07:31.224Z Checking miniz_oxide v0.8.9
20612026-04-15T20:07:31.398Z Checking winnow v0.7.14
20622026-04-15T20:07:31.433Z Checking rustls v0.23.37
20632026-04-15T20:07:31.437Z Checking static_assertions v1.1.0
20642026-04-15T20:07:31.566Z Checking oxnet v0.1.4
20652026-04-15T20:07:31.623Z Checking lazy_static v1.5.0
20662026-04-15T20:07:31.742Z Checking signature v2.2.0
20672026-04-15T20:07:31.828Z Checking hubpack v0.1.2
20682026-04-15T20:07:31.865Z Checking encoding_rs v0.8.35
20692026-04-15T20:07:31.901Z Checking strum v0.26.3
20702026-04-15T20:07:31.944Z Checking tower-http v0.6.8
20712026-04-15T20:07:32.003Z Checking hyper-util v0.1.20
20722026-04-15T20:07:32.039Z Checking crc32fast v1.5.0
20732026-04-15T20:07:32.043Z Checking foreign-types-shared v0.1.1
20742026-04-15T20:07:32.184Z Checking foreign-types v0.3.2
20752026-04-15T20:07:32.219Z Checking sha1 v0.10.6
20762026-04-15T20:07:32.255Z Checking openssl-sys v0.9.111
20772026-04-15T20:07:32.259Z Checking tinyvec_macros v0.1.1
20782026-04-15T20:07:32.322Z Checking serde_spanned v0.6.9
20792026-04-15T20:07:32.358Z Checking tinyvec v1.10.0
20802026-04-15T20:07:32.409Z Checking toml_datetime v0.6.11
20812026-04-15T20:07:32.479Z Checking num-integer v0.1.46
20822026-04-15T20:07:32.623Z Checking data-encoding v2.10.0
20832026-04-15T20:07:32.660Z Checking scroll v0.13.0
20842026-04-15T20:07:32.699Z Checking bit-vec v0.8.0
20852026-04-15T20:07:32.734Z Checking zlib-rs v0.6.2
20862026-04-15T20:07:32.808Z Checking openssl v0.10.75
20872026-04-15T20:07:32.844Z Checking base16ct v0.2.0
20882026-04-15T20:07:32.911Z Checking goblin v0.10.5
20892026-04-15T20:07:32.915Z Checking bit-set v0.8.0
20902026-04-15T20:07:32.915Z Checking ff v0.13.1
20912026-04-15T20:07:33.008Z Checking sec1 v0.7.3
20922026-04-15T20:07:33.096Z Checking memmap2 v0.9.10
20932026-04-15T20:07:33.145Z Checking wait-timeout v0.2.1
20942026-04-15T20:07:33.234Z Checking group v0.13.0
20952026-04-15T20:07:33.270Z Checking num-iter v0.1.45
20962026-04-15T20:07:33.305Z Checking dtrace-parser v0.3.0
20972026-04-15T20:07:33.309Z Checking bstr v1.12.1
20982026-04-15T20:07:33.404Z Checking hkdf v0.12.4
20992026-04-15T20:07:33.409Z Checking crossbeam-epoch v0.9.18
21002026-04-15T20:07:33.565Z Checking ahash v0.8.12
21012026-04-15T20:07:33.569Z Checking crypto-bigint v0.5.5
21022026-04-15T20:07:33.635Z Checking flate2 v1.1.9
21032026-04-15T20:07:33.680Z Checking thread-id v5.1.0
21042026-04-15T20:07:33.743Z Checking psl-types v2.0.11
21052026-04-15T20:07:33.786Z Checking quick-error v1.2.3
21062026-04-15T20:07:33.822Z Checking cookie v0.18.1
21072026-04-15T20:07:33.825Z Checking tokio-rustls v0.26.4
21082026-04-15T20:07:33.888Z Checking publicsuffix v2.3.0
21092026-04-15T20:07:33.925Z Checking rusty-fork v0.3.1
21102026-04-15T20:07:33.958Z Checking rand_xorshift v0.4.0
21112026-04-15T20:07:34.072Z Checking scroll v0.12.0
21122026-04-15T20:07:34.076Z Checking unarray v0.1.4
21132026-04-15T20:07:34.140Z Checking hyper-rustls v0.27.7
21142026-04-15T20:07:34.145Z Checking cookie_store v0.22.1
21152026-04-15T20:07:34.145Z Checking rustls-platform-verifier v0.6.2
21162026-04-15T20:07:34.239Z Checking proptest v1.10.0
21172026-04-15T20:07:34.321Z Checking goblin v0.8.2
21182026-04-15T20:07:34.374Z Checking num-bigint-dig v0.8.6
21192026-04-15T20:07:34.378Z Checking pkcs1 v0.7.5
21202026-04-15T20:07:34.469Z Checking elliptic-curve v0.13.8
21212026-04-15T20:07:34.518Z Checking x509-cert v0.2.5
21222026-04-15T20:07:34.649Z Checking zerocopy v0.7.35
21232026-04-15T20:07:34.779Z Checking native-tls v0.2.18
21242026-04-15T20:07:34.815Z Checking unicode-segmentation v1.12.0
21252026-04-15T20:07:34.983Z Checking tokio-native-tls v0.3.1
21262026-04-15T20:07:35.151Z Checking reqwest v0.13.2
21272026-04-15T20:07:35.188Z Checking hyper-tls v0.6.0
21282026-04-15T20:07:35.192Z Checking dtrace-parser v0.2.0
21292026-04-15T20:07:35.192Z Checking rfc6979 v0.4.0
21302026-04-15T20:07:35.289Z Checking dof v0.4.0
21312026-04-15T20:07:35.293Z Checking rsa v0.9.10
21322026-04-15T20:07:35.392Z Checking thread-id v4.2.2
21332026-04-15T20:07:35.428Z Checking reqwest v0.12.28
21342026-04-15T20:07:35.463Z Checking toml_write v0.1.2
21352026-04-15T20:07:35.506Z Checking ecdsa v0.16.9
21362026-04-15T20:07:35.655Z Checking toml_edit v0.22.27
21372026-04-15T20:07:35.786Z Checking toml_parser v1.0.9+spec-1.1.0
21382026-04-15T20:07:35.872Z Checking curve25519-dalek v4.1.3
21392026-04-15T20:07:35.976Z Checking usdt-impl v0.6.0
21402026-04-15T20:07:36.013Z Checking memoffset v0.9.1
21412026-04-15T20:07:36.050Z Checking newtype-uuid v1.3.2
21422026-04-15T20:07:36.122Z Checking rustix v0.38.44
21432026-04-15T20:07:36.157Z Checking env_filter v1.0.0
21442026-04-15T20:07:36.199Z Checking dof v0.3.0
21452026-04-15T20:07:36.277Z Checking keccak v0.1.6
21462026-04-15T20:07:36.314Z Checking usdt v0.6.0
21472026-04-15T20:07:36.318Z Checking daft v0.1.5
21482026-04-15T20:07:36.383Z Checking env_logger v0.11.9
21492026-04-15T20:07:36.467Z Checking sha3 v0.10.8
21502026-04-15T20:07:36.504Z Checking usdt-impl v0.5.0
21512026-04-15T20:07:36.508Z Checking ed25519 v2.2.3
21522026-04-15T20:07:36.595Z Checking itertools v0.13.0
21532026-04-15T20:07:36.632Z Checking serde_with v3.17.0
21542026-04-15T20:07:36.668Z Checking siphasher v1.0.2
21552026-04-15T20:07:36.702Z Checking bitflags v1.3.2
21562026-04-15T20:07:36.746Z Checking ed25519-dalek v2.2.0
21572026-04-15T20:07:36.783Z Checking unicode-normalization v0.1.25
21582026-04-15T20:07:36.819Z Checking signal-hook v0.3.18
21592026-04-15T20:07:36.855Z Checking winnow v0.5.40
21602026-04-15T20:07:36.889Z Checking managed v0.8.0
21612026-04-15T20:07:36.950Z Checking nix v0.31.1
21622026-04-15T20:07:37.012Z Checking bzip2-sys v0.1.13+1.0.8
21632026-04-15T20:07:37.049Z Checking object v0.37.3
21642026-04-15T20:07:37.106Z Checking foldhash v0.1.5
21652026-04-15T20:07:37.143Z Checking bzip2 v0.4.4
21662026-04-15T20:07:37.210Z Checking signal-hook-mio v0.2.5
21672026-04-15T20:07:37.271Z Checking hashbrown v0.15.5
21682026-04-15T20:07:37.337Z Checking ref-cast v1.0.25
21692026-04-15T20:07:37.341Z Checking zstd-sys v2.0.16+zstd.1.5.7
21702026-04-15T20:07:37.464Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-04-15T20:07:37.510Z Checking zstd-safe v7.2.4
21722026-04-15T20:07:37.672Z Checking zip v0.6.6
21732026-04-15T20:07:37.709Z Checking libbz2-rs-sys v0.2.2
21742026-04-15T20:07:37.713Z Checking bumpalo v3.20.2
21752026-04-15T20:07:37.776Z Checking zstd v0.13.3
21762026-04-15T20:07:37.938Z Checking zopfli v0.8.3
21772026-04-15T20:07:37.974Z Checking crossterm v0.28.1
21782026-04-15T20:07:38.009Z Checking similar v2.7.0
21792026-04-15T20:07:38.043Z Checking toml_edit v0.19.15
21802026-04-15T20:07:38.047Z Checking tokio-stream v0.1.18
21812026-04-15T20:07:38.110Z Checking fs-err v3.3.0
21822026-04-15T20:07:38.152Z Checking bzip2 v0.6.1
21832026-04-15T20:07:38.288Z Checking hash32 v0.2.1
21842026-04-15T20:07:38.343Z Checking serde-big-array v0.5.1
21852026-04-15T20:07:38.409Z Checking jiff v0.2.21
21862026-04-15T20:07:38.446Z Checking predicates-core v1.0.10
21872026-04-15T20:07:38.482Z Checking unicode-bidi v0.3.18
21882026-04-15T20:07:38.486Z Checking unicode-properties v0.1.4
21892026-04-15T20:07:38.548Z Checking heapless v0.7.17
21902026-04-15T20:07:38.595Z Checking hickory-proto v0.25.2
21912026-04-15T20:07:38.684Z Checking md-5 v0.10.6
21922026-04-15T20:07:38.727Z Checking float-cmp v0.10.0
21932026-04-15T20:07:38.803Z Checking stringprep v0.1.5
21942026-04-15T20:07:38.850Z Checking difflib v0.4.0
21952026-04-15T20:07:38.886Z Checking normalize-line-endings v0.3.0
21962026-04-15T20:07:38.980Z Checking rustc-hash v2.1.1
21972026-04-15T20:07:39.015Z Checking fallible-iterator v0.2.0
21982026-04-15T20:07:39.019Z Checking smoltcp v0.9.1
21992026-04-15T20:07:39.140Z Checking predicates v3.1.4
22002026-04-15T20:07:39.146Z Checking toml v0.7.8
22012026-04-15T20:07:39.150Z Checking iddqd v0.3.17
22022026-04-15T20:07:39.314Z Checking postgres-protocol v0.6.10
22032026-04-15T20:07:39.367Z Checking phf_shared v0.11.3
22042026-04-15T20:07:39.410Z Checking phf_shared v0.13.1
22052026-04-15T20:07:39.446Z Checking buf-list v1.1.2
22062026-04-15T20:07:39.534Z Checking strum v0.27.2
22072026-04-15T20:07:39.630Z Checking lalrpop-util v0.19.12
22082026-04-15T20:07:39.668Z Checking fixedbitset v0.4.2
22092026-04-15T20:07:39.671Z Checking precomputed-hash v0.1.1
22102026-04-15T20:07:39.671Z Checking fixedbitset v0.5.7
22112026-04-15T20:07:39.769Z Checking new_debug_unreachable v1.0.6
22122026-04-15T20:07:39.814Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22132026-04-15T20:07:39.818Z Checking postgres-types v0.2.12
22142026-04-15T20:07:39.882Z Checking petgraph v0.6.5
22152026-04-15T20:07:39.886Z Checking string_cache v0.8.9
22162026-04-15T20:07:39.952Z Checking petgraph v0.8.3
22172026-04-15T20:07:40.009Z Checking phf v0.13.1
22182026-04-15T20:07:40.107Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22192026-04-15T20:07:40.186Z Checking whoami v2.1.0
22202026-04-15T20:07:40.190Z Checking peg-runtime v0.8.5
22212026-04-15T20:07:40.428Z Checking tokio-postgres v0.7.16
22222026-04-15T20:07:40.431Z Checking futures-executor v0.3.32
22232026-04-15T20:07:40.504Z Checking is-terminal v0.4.17
22242026-04-15T20:07:40.625Z Checking crossbeam-channel v0.5.15
22252026-04-15T20:07:40.661Z Checking futures v0.3.32
22262026-04-15T20:07:40.665Z Checking zip v4.6.1
22272026-04-15T20:07:40.769Z Compiling structmeta-derive v0.3.0
22282026-04-15T20:07:40.981Z Checking thread_local v1.1.9
22292026-04-15T20:07:41.164Z Checking take_mut v0.2.2
22302026-04-15T20:07:41.199Z Checking term v1.2.1
22312026-04-15T20:07:41.298Z Checking slog-async v2.8.0
22322026-04-15T20:07:41.335Z Compiling newtype-uuid-macros v0.1.0
22332026-04-15T20:07:41.369Z Compiling rustls v0.22.4
22342026-04-15T20:07:41.439Z Checking slog-term v2.9.2
22352026-04-15T20:07:41.501Z Compiling multer v3.1.0
22362026-04-15T20:07:41.538Z Checking regress v0.10.5
22372026-04-15T20:07:41.619Z Compiling async-stream-impl v0.3.6
22382026-04-15T20:07:41.705Z Compiling dropshot v0.16.7
22392026-04-15T20:07:41.742Z Compiling dropshot_endpoint v0.16.7
22402026-04-15T20:07:41.853Z Checking match_cfg v0.1.0
22412026-04-15T20:07:41.888Z Compiling structmeta v0.3.0
22422026-04-15T20:07:41.973Z Checking hostname v0.3.1
22432026-04-15T20:07:42.016Z Checking slog-json v2.6.1
22442026-04-15T20:07:42.116Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-04-15T20:07:42.151Z Checking debug-ignore v1.0.5
22462026-04-15T20:07:42.155Z Compiling derive-ex v0.1.8
22472026-04-15T20:07:42.219Z Checking slog-bunyan v2.5.0
22482026-04-15T20:07:42.257Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22492026-04-15T20:07:42.295Z Checking serde_spanned v1.0.4
22502026-04-15T20:07:42.331Z Checking toml_writer v1.0.6+spec-1.1.0
22512026-04-15T20:07:42.366Z Checking progenitor-client v0.13.0
22522026-04-15T20:07:42.458Z Checking rustls-webpki v0.102.8
22532026-04-15T20:07:42.523Z Checking serde_path_to_error v0.1.20
22542026-04-15T20:07:42.558Z Checking async-stream v0.3.6
22552026-04-15T20:07:42.690Z Checking waitgroup v0.1.2
22562026-04-15T20:07:42.728Z Checking rustls-pemfile v2.2.0
22572026-04-15T20:07:42.821Z Checking hostname v0.4.2
22582026-04-15T20:07:42.824Z Checking toml v0.9.12+spec-1.1.0
22592026-04-15T20:07:42.887Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-04-15T20:07:42.952Z Compiling parse-display-derive v0.10.0
22612026-04-15T20:07:42.956Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22622026-04-15T20:07:43.016Z Checking itertools v0.14.0
22632026-04-15T20:07:43.053Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-04-15T20:07:43.151Z Checking macaddr v1.0.1
22652026-04-15T20:07:43.357Z Checking instant v0.1.13
22662026-04-15T20:07:43.459Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-04-15T20:07:43.496Z Checking progenitor-client v0.10.0
22682026-04-15T20:07:43.500Z Checking backoff v0.4.0
22692026-04-15T20:07:43.564Z Checking backon v1.6.0
22702026-04-15T20:07:43.704Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22712026-04-15T20:07:43.776Z Checking progenitor-extras v0.1.1
22722026-04-15T20:07:43.809Z Checking unicode-width v0.2.0
22732026-04-15T20:07:43.844Z Compiling test-strategy v0.4.5
22742026-04-15T20:07:44.025Z Checking heck v0.5.0
22752026-04-15T20:07:44.084Z Compiling convert_case v0.4.0
22762026-04-15T20:07:44.088Z Checking half v2.7.1
22772026-04-15T20:07:44.175Z Checking ciborium-io v0.2.2
22782026-04-15T20:07:44.209Z Checking secrecy v0.10.3
22792026-04-15T20:07:44.292Z Checking indent_write v2.2.0
22802026-04-15T20:07:44.349Z Checking tokio-rustls v0.25.0
22812026-04-15T20:07:44.353Z Checking universal-hash v0.5.1
22822026-04-15T20:07:44.416Z Checking ciborium-ll v0.2.2
22832026-04-15T20:07:44.450Z Compiling unsafe-libyaml v0.2.11
22842026-04-15T20:07:44.481Z Compiling derive_more v0.99.20
22852026-04-15T20:07:44.536Z Checking opaque-debug v0.3.1
22862026-04-15T20:07:44.616Z Checking ciborium v0.2.2
22872026-04-15T20:07:44.652Z Checking parse-display v0.10.0
22882026-04-15T20:07:44.655Z Checking camino-tempfile v1.4.1
22892026-04-15T20:07:44.838Z Compiling crucible-workspace-hack v0.1.0
22902026-04-15T20:07:44.874Z Checking aead v0.5.2
22912026-04-15T20:07:45.042Z Compiling serde_yaml v0.9.34+deprecated
22922026-04-15T20:07:45.110Z Checking poly1305 v0.8.0
22932026-04-15T20:07:45.207Z Checking chacha20 v0.9.1
22942026-04-15T20:07:45.252Z Compiling typify-impl v0.6.1
22952026-04-15T20:07:45.356Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22962026-04-15T20:07:45.397Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-04-15T20:07:45.737Z Compiling thiserror-impl-no-std v2.0.2
22982026-04-15T20:07:45.775Z Checking swrite v0.1.0
22992026-04-15T20:07:45.894Z Checking password-hash v0.5.0
23002026-04-15T20:07:46.155Z Checking blake2 v0.10.6
23012026-04-15T20:07:46.436Z Checking argon2 v0.5.3
23022026-04-15T20:07:46.476Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032026-04-15T20:07:46.512Z Checking chacha20poly1305 v0.10.1
23042026-04-15T20:07:46.605Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23052026-04-15T20:07:46.661Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23062026-04-15T20:07:46.839Z Checking byte-wrapper v0.1.0
23072026-04-15T20:07:46.908Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23082026-04-15T20:07:46.962Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23092026-04-15T20:07:46.999Z Checking thiserror-no-std v2.0.2
23102026-04-15T20:07:47.076Z Checking crossbeam-deque v0.8.6
23112026-04-15T20:07:47.111Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-04-15T20:07:47.115Z Checking vsss-rs v3.3.4
23132026-04-15T20:07:47.177Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-04-15T20:07:47.210Z Compiling rayon-core v1.13.0
23152026-04-15T20:07:47.286Z Checking toml v0.8.23
23162026-04-15T20:07:47.640Z Compiling proc-macro-error v1.0.4
23172026-04-15T20:07:47.828Z Checking rayon v1.11.0
23182026-04-15T20:07:47.864Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-04-15T20:07:47.982Z Checking unicode-width v0.1.14
23202026-04-15T20:07:48.261Z Checking glob v0.3.3
23212026-04-15T20:07:48.300Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-04-15T20:07:48.336Z Checking tabwriter v1.4.1
23232026-04-15T20:07:48.469Z Compiling proc-macro-crate v3.4.0
23242026-04-15T20:07:48.512Z Compiling heapless v0.8.0
23252026-04-15T20:07:48.634Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-04-15T20:07:48.760Z Compiling ingot-macros v0.1.1
23272026-04-15T20:07:48.957Z Checking hash32 v0.3.1
23282026-04-15T20:07:49.024Z Compiling smoltcp v0.11.0
23292026-04-15T20:07:49.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-04-15T20:07:49.288Z Checking cobs v0.3.0
23312026-04-15T20:07:49.367Z Compiling usdt-macro v0.5.0
23322026-04-15T20:07:49.445Z Compiling usdt-attr-macro v0.5.0
23332026-04-15T20:07:49.479Z Checking memmap v0.7.0
23342026-04-15T20:07:49.513Z Checking colored v3.1.1
23352026-04-15T20:07:49.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-04-15T20:07:49.750Z Checking postcard v1.1.3
23372026-04-15T20:07:49.817Z Compiling typify-macro v0.6.1
23382026-04-15T20:07:49.862Z Compiling num_enum_derive v0.7.5
23392026-04-15T20:07:50.066Z Compiling proc-macro-crate v1.3.1
23402026-04-15T20:07:50.124Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-04-15T20:07:50.240Z Checking usdt v0.5.0
23422026-04-15T20:07:50.364Z Checking sigpipe v0.1.3
23432026-04-15T20:07:50.441Z Compiling foreign-types-macros v0.2.3
23442026-04-15T20:07:50.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-04-15T20:07:50.509Z Checking cpufeatures v0.3.0
23462026-04-15T20:07:50.611Z Checking foreign-types-shared v0.3.1
23472026-04-15T20:07:50.736Z Checking chacha20 v0.10.0
23482026-04-15T20:07:50.780Z Compiling num_enum_derive v0.5.11
23492026-04-15T20:07:50.909Z Checking num_enum v0.7.5
23502026-04-15T20:07:50.981Z Checking cstr-argument v0.1.2
23512026-04-15T20:07:51.045Z Checking foreign-types v0.5.0
23522026-04-15T20:07:51.077Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-04-15T20:07:51.130Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23542026-04-15T20:07:51.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23552026-04-15T20:07:51.166Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23562026-04-15T20:07:51.408Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-04-15T20:07:51.450Z Checking rand v0.10.0
23582026-04-15T20:07:51.520Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-04-15T20:07:51.553Z Compiling typify v0.6.1
23602026-04-15T20:07:51.617Z Checking ingot-types v0.1.2
23612026-04-15T20:07:51.621Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-04-15T20:07:51.652Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23632026-04-15T20:07:51.716Z Compiling progenitor-impl v0.13.0
23642026-04-15T20:07:51.720Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-04-15T20:07:51.856Z Checking num_enum v0.5.11
23662026-04-15T20:07:51.890Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23672026-04-15T20:07:51.934Z Compiling zone_cfg_derive v0.3.1
23682026-04-15T20:07:51.992Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-04-15T20:07:52.130Z Checking ingot v0.1.1
23702026-04-15T20:07:52.197Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23712026-04-15T20:07:52.250Z Checking itertools v0.12.1
23722026-04-15T20:07:52.401Z Compiling num-derive v0.4.2
23732026-04-15T20:07:52.603Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23742026-04-15T20:07:52.734Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23752026-04-15T20:07:52.901Z Checking smf v0.2.3
23762026-04-15T20:07:52.934Z Checking whoami v1.6.1
23772026-04-15T20:07:53.048Z Checking tokio-dtrace v0.1.1
23782026-04-15T20:07:53.136Z Compiling derive-where v1.6.0
23792026-04-15T20:07:53.170Z Checking console v0.15.11
23802026-04-15T20:07:53.265Z Checking oxide-tokio-rt v0.1.3
23812026-04-15T20:07:53.317Z Checking zone v0.3.1
23822026-04-15T20:07:53.368Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23832026-04-15T20:07:53.463Z Checking atomicwrites v0.4.4
23842026-04-15T20:07:53.499Z Checking newline-converter v0.3.0
23852026-04-15T20:07:53.617Z Checking bytecount v0.6.9
23862026-04-15T20:07:53.655Z Compiling owo-colors v4.3.0
23872026-04-15T20:07:53.659Z Checking expectorate v1.2.0
23882026-04-15T20:07:53.720Z Compiling cancel-safe-futures v0.1.5
23892026-04-15T20:07:53.754Z Checking libsw-core v0.3.2
23902026-04-15T20:07:53.801Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23912026-04-15T20:07:53.844Z Compiling prettyplease v0.2.37
23922026-04-15T20:07:53.924Z Checking libsw v3.5.0
23932026-04-15T20:07:54.142Z Checking same-file v1.0.6
23942026-04-15T20:07:54.174Z Checking linear-map v1.2.0
23952026-04-15T20:07:54.253Z Checking walkdir v2.5.0
23962026-04-15T20:07:54.288Z Checking num-rational v0.4.2
23972026-04-15T20:07:54.371Z Checking num-complex v0.4.6
23982026-04-15T20:07:54.449Z Checking float-ord v0.3.2
23992026-04-15T20:07:54.482Z Compiling progenitor-macro v0.13.0
24002026-04-15T20:07:54.517Z Checking gethostname v0.5.0
24012026-04-15T20:07:54.579Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24022026-04-15T20:07:54.615Z Compiling async-recursion v1.1.1
24032026-04-15T20:07:54.683Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-04-15T20:07:54.725Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-04-15T20:07:54.759Z Checking num v0.4.3
24062026-04-15T20:07:54.995Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24072026-04-15T20:07:55.368Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-04-15T20:07:55.974Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-15T20:07:56.367Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24102026-04-15T20:07:58.119Z Checking unicode-linebreak v0.1.5
24112026-04-15T20:07:58.200Z Checking smawk v0.3.2
24122026-04-15T20:07:58.362Z Checking resolv-conf v0.7.6
24132026-04-15T20:07:58.367Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24142026-04-15T20:07:58.579Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24152026-04-15T20:07:58.671Z Checking globset v0.4.18
24162026-04-15T20:07:58.961Z Compiling convert_case v0.10.0
24172026-04-15T20:07:59.310Z Compiling slog-dtrace v0.3.0
24182026-04-15T20:07:59.342Z Compiling derive_more-impl v2.1.1
24192026-04-15T20:07:59.443Z Checking progenitor v0.13.0
24202026-04-15T20:07:59.447Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-04-15T20:07:59.641Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24222026-04-15T20:07:59.754Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-04-15T20:07:59.927Z Compiling pin-project-internal v1.1.11
24242026-04-15T20:08:00.026Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-04-15T20:08:00.159Z Checking derive_more v2.1.1
24262026-04-15T20:08:00.286Z Checking crossterm v0.29.0
24272026-04-15T20:08:00.384Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-04-15T20:08:00.524Z Checking pem v3.0.6
24292026-04-15T20:08:00.715Z Checking fd-lock v4.0.4
24302026-04-15T20:08:00.881Z Checking vte v0.14.1
24312026-04-15T20:08:00.921Z Checking display-error-chain v0.2.2
24322026-04-15T20:08:01.066Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-04-15T20:08:01.100Z Checking pin-project v1.1.11
24342026-04-15T20:08:01.104Z Checking strip-ansi-escapes v0.2.1
24352026-04-15T20:08:01.104Z Compiling snafu-derive v0.8.9
24362026-04-15T20:08:01.234Z Checking nu-ansi-term v0.50.3
24372026-04-15T20:08:01.237Z Checking linked-hash-map v0.5.6
24382026-04-15T20:08:01.301Z Checking termtree v0.5.1
24392026-04-15T20:08:01.465Z Checking lru-cache v0.1.2
24402026-04-15T20:08:01.469Z Checking textwrap v0.16.2
24412026-04-15T20:08:01.533Z Checking reedline v0.40.0
24422026-04-15T20:08:01.621Z Checking olpc-cjson v0.1.4
24432026-04-15T20:08:01.746Z Checking hickory-proto v0.24.4
24442026-04-15T20:08:01.801Z Checking serde_plain v1.0.2
24452026-04-15T20:08:01.998Z Compiling minimal-lexical v0.2.1
24462026-04-15T20:08:02.193Z Checking typed-path v0.9.3
24472026-04-15T20:08:02.289Z Compiling nom v7.1.3
24482026-04-15T20:08:02.438Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-04-15T20:08:02.768Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-04-15T20:08:02.768Z Compiling ar_archive_writer v0.5.1
24512026-04-15T20:08:03.005Z Checking humantime v2.3.0
24522026-04-15T20:08:03.040Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24532026-04-15T20:08:03.142Z Checking snafu v0.8.9
24542026-04-15T20:08:03.224Z Checking csv-core v0.1.13
24552026-04-15T20:08:03.409Z Checking tough v0.20.0
24562026-04-15T20:08:03.446Z Checking csv v1.4.0
24572026-04-15T20:08:03.446Z Compiling stacker v0.1.23
24582026-04-15T20:08:03.517Z Checking highway v1.3.0
24592026-04-15T20:08:03.600Z Checking hickory-resolver v0.24.4
24602026-04-15T20:08:03.639Z Compiling psm v0.1.30
24612026-04-15T20:08:03.643Z Compiling cfg_aliases v0.1.1
24622026-04-15T20:08:03.758Z Compiling semver v0.1.20
24632026-04-15T20:08:03.794Z Compiling nix v0.28.0
24642026-04-15T20:08:03.857Z Checking papergrid v0.11.0
24652026-04-15T20:08:03.889Z Compiling tabled_derive v0.7.0
24662026-04-15T20:08:04.068Z Compiling rustc_version v0.1.7
24672026-04-15T20:08:04.201Z Checking nibble_vec v0.1.0
24682026-04-15T20:08:04.318Z Checking home v0.5.12
24692026-04-15T20:08:04.358Z Checking endian-type v0.1.2
24702026-04-15T20:08:04.362Z Checking qorb v0.4.1
24712026-04-15T20:08:04.455Z Compiling newtype_derive v0.1.6
24722026-04-15T20:08:04.520Z Checking radix_trie v0.2.1
24732026-04-15T20:08:04.562Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24742026-04-15T20:08:04.596Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-04-15T20:08:04.664Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24762026-04-15T20:08:04.754Z Checking phf_shared v0.12.1
24772026-04-15T20:08:04.866Z Checking tabled v0.15.0
24782026-04-15T20:08:04.924Z Compiling recursive-proc-macro-impl v0.1.1
24792026-04-15T20:08:05.062Z Compiling chrono-tz v0.10.4
24802026-04-15T20:08:05.170Z Checking phf v0.12.1
24812026-04-15T20:08:05.380Z Checking recursive v0.1.1
24822026-04-15T20:08:05.411Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-04-15T20:08:05.443Z Compiling const_format_proc_macros v0.2.34
24842026-04-15T20:08:05.476Z Compiling peg-macros v0.8.5
24852026-04-15T20:08:05.509Z Checking winnow v0.6.26
24862026-04-15T20:08:05.568Z Compiling sqlparser_derive v0.5.0
24872026-04-15T20:08:06.034Z Checking unicode_categories v0.1.1
24882026-04-15T20:08:06.281Z Checking const_format v0.2.35
24892026-04-15T20:08:06.314Z Checking rustyline v14.0.0
24902026-04-15T20:08:06.348Z Checking sqlparser v0.61.0
24912026-04-15T20:08:06.659Z Checking sqlformat v0.3.5
24922026-04-15T20:08:06.896Z Checking peg v0.8.5
24932026-04-15T20:08:06.999Z Checking bcs v0.1.6
24942026-04-15T20:08:07.066Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24952026-04-15T20:08:07.159Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24962026-04-15T20:08:07.262Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24972026-04-15T20:08:07.297Z Checking steno v0.4.1
24982026-04-15T20:08:07.563Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24992026-04-15T20:08:07.693Z Checking filetime v0.2.27
25002026-04-15T20:08:07.864Z Checking xattr v1.6.1
25012026-04-15T20:08:08.025Z Checking tar v0.4.45
25022026-04-15T20:08:08.098Z Checking subprocess v0.2.15
25032026-04-15T20:08:08.171Z Checking base64 v0.21.7
25042026-04-15T20:08:08.406Z Checking headers-core v0.3.0
25052026-04-15T20:08:08.440Z Checking yasna v0.5.2
25062026-04-15T20:08:08.444Z Checking dropshot-api-manager-types v0.6.0
25072026-04-15T20:08:08.541Z Checking headers v0.4.1
25082026-04-15T20:08:08.664Z Checking tagptr v0.2.0
25092026-04-15T20:08:08.836Z Checking moka v0.12.13
25102026-04-15T20:08:08.869Z Checking rcgen v0.12.1
25112026-04-15T20:08:09.021Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-04-15T20:08:09.203Z Checking utf-8 v0.7.6
25132026-04-15T20:08:09.238Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25142026-04-15T20:08:09.336Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-04-15T20:08:09.370Z Compiling radium v0.7.0
25162026-04-15T20:08:09.409Z Compiling libefi-sys v0.1.0
25172026-04-15T20:08:09.487Z Checking hickory-resolver v0.25.2
25182026-04-15T20:08:09.695Z Compiling bitfield-struct v0.6.2
25192026-04-15T20:08:09.728Z Checking tap v1.0.1
25202026-04-15T20:08:09.864Z Compiling maybe-uninit v2.0.0
25212026-04-15T20:08:09.896Z Checking wyz v0.5.1
25222026-04-15T20:08:09.930Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-04-15T20:08:10.207Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25242026-04-15T20:08:10.301Z Compiling zerocopy-derive v0.6.6
25252026-04-15T20:08:10.342Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25262026-04-15T20:08:10.445Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-04-15T20:08:10.549Z Compiling packed_struct v0.10.1
25282026-04-15T20:08:10.606Z Checking crc-catalog v2.4.0
25292026-04-15T20:08:10.698Z Checking funty v2.0.0
25302026-04-15T20:08:10.730Z Checking crc v3.4.0
25312026-04-15T20:08:10.888Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-04-15T20:08:10.938Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25332026-04-15T20:08:11.046Z Checking bitvec v1.0.1
25342026-04-15T20:08:11.154Z Checking tungstenite v0.21.0
25352026-04-15T20:08:11.188Z Checking zerocopy v0.6.6
25362026-04-15T20:08:11.220Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25372026-04-15T20:08:11.220Z Compiling packed_struct_codegen v0.10.1
25382026-04-15T20:08:11.223Z Compiling bitfield-macros v0.19.4
25392026-04-15T20:08:11.499Z Compiling indexmap v1.9.3
25402026-04-15T20:08:11.602Z Checking nodrop v0.1.14
25412026-04-15T20:08:11.724Z Checking array-init v0.0.4
25422026-04-15T20:08:11.817Z Checking tokio-tungstenite v0.21.0
25432026-04-15T20:08:12.041Z Checking bitfield v0.19.4
25442026-04-15T20:08:12.086Z Checking smallvec v0.6.14
25452026-04-15T20:08:12.135Z Checking hashbrown v0.12.3
25462026-04-15T20:08:12.313Z Checking serde-hex v0.1.0
25472026-04-15T20:08:12.392Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-04-15T20:08:12.402Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25492026-04-15T20:08:12.538Z Checking ron v0.8.1
25502026-04-15T20:08:12.943Z Checking hashbrown v0.13.2
25512026-04-15T20:08:13.020Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-04-15T20:08:13.090Z Checking crc-any v2.5.0
25532026-04-15T20:08:13.294Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25542026-04-15T20:08:13.327Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25552026-04-15T20:08:13.361Z Checking path-slash v0.1.5
25562026-04-15T20:08:13.392Z Checking object v0.30.4
25572026-04-15T20:08:13.482Z Compiling xshell-macros v0.2.7
25582026-04-15T20:08:13.515Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-04-15T20:08:13.519Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-04-15T20:08:13.824Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25612026-04-15T20:08:13.877Z Checking xshell v0.2.7
25622026-04-15T20:08:13.921Z Checking half v1.8.3
25632026-04-15T20:08:14.097Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642026-04-15T20:08:14.141Z Checking serde_cbor v0.11.2
25652026-04-15T20:08:14.503Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25662026-04-15T20:08:14.713Z Compiling num-derive v0.3.3
25672026-04-15T20:08:14.749Z Compiling proc-macro-error-attr2 v2.0.0
25682026-04-15T20:08:14.864Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25692026-04-15T20:08:14.919Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25702026-04-15T20:08:15.077Z Checking papergrid v0.17.0
25712026-04-15T20:08:15.166Z Compiling proc-macro-error2 v2.0.1
25722026-04-15T20:08:15.505Z Compiling tabled_derive v0.11.0
25732026-04-15T20:08:15.509Z Checking testing_table v0.3.0
25742026-04-15T20:08:15.616Z Checking libscf-sys v1.1.0
25752026-04-15T20:08:15.662Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25762026-04-15T20:08:15.777Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25772026-04-15T20:08:15.909Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25782026-04-15T20:08:16.010Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25792026-04-15T20:08:16.179Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25802026-04-15T20:08:16.281Z Checking maplit v1.0.2
25812026-04-15T20:08:16.392Z Checking fxhash v0.2.1
25822026-04-15T20:08:16.514Z Checking crc8 v0.1.1
25832026-04-15T20:08:16.545Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-04-15T20:08:16.592Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-04-15T20:08:16.638Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-04-15T20:08:16.696Z Checking tabled v0.20.0
25872026-04-15T20:08:16.797Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25882026-04-15T20:08:17.233Z Checking unicase v2.9.0
25892026-04-15T20:08:17.419Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25902026-04-15T20:08:17.453Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25912026-04-15T20:08:17.592Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25922026-04-15T20:08:17.716Z Checking kstat-rs v0.2.4
25932026-04-15T20:08:17.851Z Compiling diesel_derives v2.3.7
25942026-04-15T20:08:17.968Z Compiling typify-impl v0.4.3
25952026-04-15T20:08:18.001Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-04-15T20:08:18.111Z Checking scheduled-thread-pool v0.2.7
25972026-04-15T20:08:18.290Z Compiling dsl_auto_type v0.2.0
25982026-04-15T20:08:18.357Z Compiling vergen-gitcl v1.0.8
25992026-04-15T20:08:18.579Z Checking arc-swap v1.8.2
26002026-04-15T20:08:18.810Z Compiling diesel_table_macro_syntax v0.3.0
26012026-04-15T20:08:18.844Z Compiling parking_lot_core v0.8.6
26022026-04-15T20:08:18.877Z Checking slog-scope v4.4.1
26032026-04-15T20:08:18.994Z Checking r2d2 v0.8.10
26042026-04-15T20:08:19.047Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26052026-04-15T20:08:19.163Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26062026-04-15T20:08:19.421Z Compiling git-stub v1.0.0
26072026-04-15T20:08:19.516Z Checking downcast-rs v2.0.2
26082026-04-15T20:08:19.644Z Compiling git-stub-vcs v0.1.0
26092026-04-15T20:08:19.937Z Checking slog-stdlog v4.1.1
26102026-04-15T20:08:20.037Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26112026-04-15T20:08:20.071Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26122026-04-15T20:08:20.105Z Checking slog-envlogger v2.2.0
26132026-04-15T20:08:20.283Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26142026-04-15T20:08:20.389Z Checking parking_lot v0.11.2
26152026-04-15T20:08:20.594Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26162026-04-15T20:08:20.626Z Checking prefix-trie v0.7.0
26172026-04-15T20:08:20.806Z Checking sled v0.34.7
26182026-04-15T20:08:20.871Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26192026-04-15T20:08:20.916Z Checking nanorand v0.7.0
26202026-04-15T20:08:20.978Z Checking hickory-server v0.25.2
26212026-04-15T20:08:21.069Z Compiling dirs-sys-next v0.1.2
26222026-04-15T20:08:21.146Z Compiling crunchy v0.2.4
26232026-04-15T20:08:21.380Z Compiling dirs-next v2.0.0
26242026-04-15T20:08:21.478Z Checking flume v0.11.1
26252026-04-15T20:08:21.532Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26262026-04-15T20:08:21.568Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-04-15T20:08:21.603Z Compiling clang-sys v1.8.1
26282026-04-15T20:08:21.749Z Compiling tiny-keccak v2.0.2
26292026-04-15T20:08:22.063Z Compiling term v0.7.0
26302026-04-15T20:08:22.159Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26312026-04-15T20:08:22.206Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26322026-04-15T20:08:22.511Z Compiling typify-macro v0.4.3
26332026-04-15T20:08:22.521Z Compiling bit-vec v0.6.3
26342026-04-15T20:08:22.664Z Compiling salty v0.3.0
26352026-04-15T20:08:22.767Z Compiling bit-set v0.5.3
26362026-04-15T20:08:22.961Z Compiling ascii-canvas v3.0.0
26372026-04-15T20:08:23.066Z Checking primeorder v0.13.6
26382026-04-15T20:08:23.234Z Compiling itertools v0.10.5
26392026-04-15T20:08:23.337Z Compiling ena v0.14.4
26402026-04-15T20:08:23.439Z Compiling libloading v0.8.9
26412026-04-15T20:08:23.472Z Compiling fs-err v2.11.0
26422026-04-15T20:08:23.557Z Compiling diff v0.1.13
26432026-04-15T20:08:23.590Z Compiling bindgen v0.71.1
26442026-04-15T20:08:23.673Z Compiling regex-syntax v0.6.29
26452026-04-15T20:08:24.079Z Compiling cexpr v0.6.0
26462026-04-15T20:08:24.156Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26472026-04-15T20:08:24.214Z Compiling typify v0.4.3
26482026-04-15T20:08:24.306Z Checking diesel v2.3.7
26492026-04-15T20:08:24.372Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26502026-04-15T20:08:24.441Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26512026-04-15T20:08:24.769Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26522026-04-15T20:08:24.800Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-04-15T20:08:24.936Z Compiling libxml v0.3.3
26542026-04-15T20:08:25.015Z Compiling lalrpop v0.19.12
26552026-04-15T20:08:25.087Z Checking parse-size v1.1.0
26562026-04-15T20:08:25.178Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26572026-04-15T20:08:25.240Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26582026-04-15T20:08:25.508Z Checking p384 v0.13.1
26592026-04-15T20:08:25.792Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-04-15T20:08:25.964Z Compiling strum_macros v0.24.3
26612026-04-15T20:08:26.087Z Compiling indoc v1.0.9
26622026-04-15T20:08:26.557Z Checking assert_matches v1.5.0
26632026-04-15T20:08:27.304Z Compiling progenitor-impl v0.10.0
26642026-04-15T20:08:27.365Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26652026-04-15T20:08:27.556Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26662026-04-15T20:08:27.780Z Checking predicates-tree v1.0.13
26672026-04-15T20:08:27.930Z Checking derive_builder v0.20.2
26682026-04-15T20:08:28.086Z Checking quick-xml v0.37.5
26692026-04-15T20:08:28.306Z Compiling oso-derive v0.27.3
26702026-04-15T20:08:28.377Z Compiling trait-variant v0.1.2
26712026-04-15T20:08:28.814Z Compiling impl-trait-for-tuples v0.2.3
26722026-04-15T20:08:28.939Z Checking openssl-probe v0.1.6
26732026-04-15T20:08:28.977Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26742026-04-15T20:08:29.078Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26752026-04-15T20:08:29.765Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26762026-04-15T20:08:29.909Z Compiling progenitor-macro v0.10.0
26772026-04-15T20:08:30.436Z Compiling progenitor-impl v0.11.2
26782026-04-15T20:08:30.567Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26792026-04-15T20:08:31.305Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26802026-04-15T20:08:32.545Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26812026-04-15T20:08:33.120Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-04-15T20:08:33.157Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-04-15T20:08:33.825Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-04-15T20:08:34.059Z Checking toml v1.0.6+spec-1.1.0
26852026-04-15T20:08:34.178Z Compiling mime_guess v2.0.5
26862026-04-15T20:08:34.693Z Compiling progenitor-macro v0.11.2
26872026-04-15T20:08:34.805Z Checking progenitor v0.10.0
26882026-04-15T20:08:34.978Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26892026-04-15T20:08:35.111Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26902026-04-15T20:08:35.307Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26912026-04-15T20:08:35.572Z Checking progenitor-client v0.11.2
26922026-04-15T20:08:35.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26932026-04-15T20:08:35.851Z Checking http-range v0.1.5
26942026-04-15T20:08:35.889Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-04-15T20:08:35.997Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26962026-04-15T20:08:36.032Z Checking ignore v0.4.25
26972026-04-15T20:08:36.473Z Checking atty v0.2.14
26982026-04-15T20:08:36.601Z Checking globwalk v0.9.1
26992026-04-15T20:08:37.006Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27002026-04-15T20:08:37.039Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-04-15T20:08:37.459Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-04-15T20:08:37.582Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-04-15T20:08:37.683Z Checking bb8 v0.8.6
27042026-04-15T20:08:37.948Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-04-15T20:08:37.987Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27062026-04-15T20:08:38.179Z Checking compression-core v0.4.31
27072026-04-15T20:08:38.226Z Checking corncobs v0.1.4
27082026-04-15T20:08:38.342Z Checking compression-codecs v0.4.37
27092026-04-15T20:08:38.388Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-04-15T20:08:38.534Z Checking async-bb8-diesel v0.2.1
27112026-04-15T20:08:38.567Z Checking diesel-dtrace v0.5.0
27122026-04-15T20:08:38.884Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-04-15T20:08:38.916Z Checking hyper-staticfile v0.10.1
27142026-04-15T20:08:39.047Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-04-15T20:08:39.231Z Checking camino-tempfile-ext v0.3.3
27162026-04-15T20:08:39.265Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27172026-04-15T20:08:39.269Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27182026-04-15T20:08:39.454Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-04-15T20:08:39.574Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27202026-04-15T20:08:39.633Z Checking progenitor v0.11.2
27212026-04-15T20:08:39.673Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-04-15T20:08:39.801Z Checking signal-hook-tokio v0.3.1
27232026-04-15T20:08:39.958Z Checking secrecy v0.8.0
27242026-04-15T20:08:40.134Z Compiling dropshot v0.17.0
27252026-04-15T20:08:40.239Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27262026-04-15T20:08:40.566Z Checking async-compression v0.4.41
27272026-04-15T20:08:40.642Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27282026-04-15T20:08:40.851Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27292026-04-15T20:08:41.066Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27302026-04-15T20:08:41.186Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-04-15T20:08:41.466Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-04-15T20:08:41.535Z Compiling dropshot_endpoint v0.17.0
27332026-04-15T20:08:41.656Z Checking nonempty v0.12.0
27342026-04-15T20:08:41.927Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27352026-04-15T20:08:42.018Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-04-15T20:08:42.180Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-15T20:08:42.375Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27382026-04-15T20:08:42.446Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-04-15T20:08:42.480Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27402026-04-15T20:08:42.827Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27412026-04-15T20:08:43.281Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422026-04-15T20:08:43.440Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-04-15T20:08:43.578Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27442026-04-15T20:08:43.624Z Checking tungstenite v0.23.0
27452026-04-15T20:08:44.078Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27462026-04-15T20:08:44.270Z Checking tokio-tungstenite v0.23.1
27472026-04-15T20:08:44.572Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-04-15T20:08:44.949Z Checking rand_seeder v0.4.0
27492026-04-15T20:08:45.135Z Checking void v1.0.2
27502026-04-15T20:08:45.267Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27512026-04-15T20:08:45.303Z Checking lzss v0.8.2
27522026-04-15T20:08:45.307Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27532026-04-15T20:08:45.525Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542026-04-15T20:08:45.724Z Checking nix v0.27.1
27552026-04-15T20:08:45.758Z Checking serde_bytes v0.11.19
27562026-04-15T20:08:45.969Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27572026-04-15T20:08:46.176Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27582026-04-15T20:08:46.270Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27592026-04-15T20:08:46.307Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-04-15T20:08:47.071Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-04-15T20:08:47.110Z Checking is_ci v1.2.0
27622026-04-15T20:08:47.144Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27632026-04-15T20:08:47.408Z Checking yansi v1.0.1
27642026-04-15T20:08:47.465Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27652026-04-15T20:08:47.668Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662026-04-15T20:08:47.702Z Checking pretty_assertions v1.4.1
27672026-04-15T20:08:47.779Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27682026-04-15T20:08:47.867Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27692026-04-15T20:08:48.129Z Compiling darling_core v0.23.0
27702026-04-15T20:08:48.991Z Compiling indoc v2.0.7
27712026-04-15T20:08:49.311Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27722026-04-15T20:08:49.406Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732026-04-15T20:08:49.473Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-04-15T20:08:49.534Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-15T20:08:49.762Z Compiling instability v0.3.11
27762026-04-15T20:08:49.889Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27772026-04-15T20:08:50.150Z Compiling libz-sys v1.1.24
27782026-04-15T20:08:50.293Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-15T20:08:50.574Z Checking castaway v0.2.4
27802026-04-15T20:08:50.656Z Compiling darling_macro v0.23.0
27812026-04-15T20:08:50.712Z Checking compact_str v0.8.1
27822026-04-15T20:08:51.124Z Checking supports-color v3.0.2
27832026-04-15T20:08:51.171Z Compiling darling v0.23.0
27842026-04-15T20:08:51.285Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-04-15T20:08:51.489Z Checking unicode-truncate v1.1.0
27862026-04-15T20:08:51.523Z Checking console v0.16.2
27872026-04-15T20:08:51.668Z Checking lru v0.12.5
27882026-04-15T20:08:51.863Z Checking unit-prefix v0.5.2
27892026-04-15T20:08:51.897Z Checking cassowary v0.3.0
27902026-04-15T20:08:52.035Z Checking indicatif v0.18.4
27912026-04-15T20:08:52.102Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27922026-04-15T20:08:52.140Z Checking ratatui v0.29.0
27932026-04-15T20:08:52.172Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-04-15T20:08:52.352Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-04-15T20:08:52.593Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-04-15T20:08:53.510Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-04-15T20:08:53.742Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-04-15T20:08:53.838Z Compiling vergen-git2 v1.0.7
27992026-04-15T20:08:53.881Z Checking plotters-backend v0.3.7
28002026-04-15T20:08:54.009Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-04-15T20:08:54.106Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-04-15T20:08:54.137Z Checking plotters-svg v0.3.7
28032026-04-15T20:08:54.230Z Checking colored v2.2.0
28042026-04-15T20:08:54.309Z Checking cast v0.3.0
28052026-04-15T20:08:54.342Z Checking shell-words v1.1.1
28062026-04-15T20:08:54.462Z Compiling rustls v0.21.12
28072026-04-15T20:08:54.494Z Checking criterion-plot v0.6.0
28082026-04-15T20:08:54.572Z Checking plotters v0.3.7
28092026-04-15T20:08:54.766Z Checking typeid v1.0.3
28102026-04-15T20:08:54.799Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-04-15T20:08:54.903Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-04-15T20:08:55.131Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-04-15T20:08:55.341Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-04-15T20:08:55.376Z Checking rustls-webpki v0.101.7
28152026-04-15T20:08:55.747Z Checking sct v0.7.1
28162026-04-15T20:08:55.781Z Checking tinytemplate v1.2.1
28172026-04-15T20:08:55.813Z Compiling nix v0.29.0
28182026-04-15T20:08:55.913Z Checking oorandom v11.1.5
28192026-04-15T20:08:56.027Z Checking anes v0.1.6
28202026-04-15T20:08:56.061Z Checking hex-literal v0.4.1
28212026-04-15T20:08:56.253Z Checking criterion v0.7.0
28222026-04-15T20:08:56.295Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-04-15T20:08:57.590Z Checking erased-serde v0.4.9
28242026-04-15T20:08:57.633Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28252026-04-15T20:08:57.980Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262026-04-15T20:08:58.786Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28272026-04-15T20:08:59.559Z Checking ordered-float v2.10.1
28282026-04-15T20:08:59.825Z Checking serde-value v0.7.0
28292026-04-15T20:09:00.071Z Checking serde-untagged v0.1.9
28302026-04-15T20:09:00.301Z Checking tokio-rustls v0.24.1
28312026-04-15T20:09:00.597Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-04-15T20:09:00.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-04-15T20:09:01.017Z Checking rustls-pemfile v1.0.4
28342026-04-15T20:09:01.189Z Checking twox-hash v2.1.2
28352026-04-15T20:09:01.405Z Checking unicode-xid v0.2.6
28362026-04-15T20:09:01.548Z Checking cargo-util-schemas v0.8.2
28372026-04-15T20:09:01.591Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-04-15T20:09:02.495Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-04-15T20:09:02.650Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-04-15T20:09:02.829Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-04-15T20:09:03.180Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-04-15T20:09:03.373Z Checking fatfs v0.3.6
28432026-04-15T20:09:03.854Z Checking cargo-platform v0.2.0
28442026-04-15T20:09:04.070Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-04-15T20:09:04.125Z Compiling petname v2.0.2
28462026-04-15T20:09:04.415Z Compiling seq-macro v0.3.6
28472026-04-15T20:09:04.791Z Checking cargo_metadata v0.21.0
28482026-04-15T20:09:04.950Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-04-15T20:09:05.410Z Checking concurrent-queue v2.5.0
28502026-04-15T20:09:05.563Z Checking rtoolbox v0.0.3
28512026-04-15T20:09:05.627Z Checking futures-timer v3.0.3
28522026-04-15T20:09:05.726Z Checking parking v2.2.1
28532026-04-15T20:09:05.823Z Checking rpassword v7.4.0
28542026-04-15T20:09:05.888Z Checking event-listener v5.4.1
28552026-04-15T20:09:05.961Z Checking tui-tree-widget v0.23.1
28562026-04-15T20:09:06.134Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-04-15T20:09:06.179Z Checking polyval v0.6.2
28582026-04-15T20:09:06.258Z Checking sapling-renderdag v0.1.0
28592026-04-15T20:09:06.319Z Checking sync-ptr v0.1.4
28602026-04-15T20:09:06.372Z Checking ghash v0.5.1
28612026-04-15T20:09:06.530Z Checking event-listener-strategy v0.5.4
28622026-04-15T20:09:06.534Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-04-15T20:09:06.534Z Checking ctr v0.9.2
28642026-04-15T20:09:06.630Z Checking constant_time_eq v0.4.2
28652026-04-15T20:09:06.716Z Checking arrayvec v0.7.6
28662026-04-15T20:09:06.749Z Compiling samael v0.0.19
28672026-04-15T20:09:06.782Z Checking arrayref v0.3.9
28682026-04-15T20:09:06.858Z Checking aes-gcm v0.10.3
28692026-04-15T20:09:06.891Z Checking async-lock v3.4.2
28702026-04-15T20:09:06.952Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-04-15T20:09:07.041Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-04-15T20:09:07.302Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28732026-04-15T20:09:07.924Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-04-15T20:09:07.978Z Checking ssh-encoding v0.2.0
28752026-04-15T20:09:08.197Z Checking blowfish v0.9.1
28762026-04-15T20:09:08.375Z Checking bcrypt-pbkdf v0.10.0
28772026-04-15T20:09:08.572Z Checking ssh-cipher v0.2.0
28782026-04-15T20:09:08.778Z Checking async-object-pool v0.2.0
28792026-04-15T20:09:08.919Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-04-15T20:09:09.122Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-04-15T20:09:09.241Z Checking serde_regex v1.1.0
28822026-04-15T20:09:09.431Z Checking password-hash v0.4.2
28832026-04-15T20:09:09.664Z Checking assert-json-diff v2.0.2
28842026-04-15T20:09:09.697Z Checking path-tree v0.8.3
28852026-04-15T20:09:09.782Z Checking gimli v0.32.3
28862026-04-15T20:09:09.860Z Compiling target-lexicon v0.13.3
28872026-04-15T20:09:09.909Z Checking stringmetrics v2.2.2
28882026-04-15T20:09:10.086Z Checking httpmock v0.8.3
28892026-04-15T20:09:10.434Z Checking pbkdf2 v0.11.0
28902026-04-15T20:09:10.639Z Checking ssh-key v0.6.7
28912026-04-15T20:09:11.366Z Checking addr2line v0.25.1
28922026-04-15T20:09:11.498Z Checking p256 v0.13.2
28932026-04-15T20:09:11.669Z Checking p521 v0.13.3
28942026-04-15T20:09:11.781Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-04-15T20:09:12.017Z Checking russh-cryptovec v0.7.3
28962026-04-15T20:09:12.189Z Checking rustc-demangle v0.1.27
28972026-04-15T20:09:12.337Z Compiling guppy-workspace-hack v0.1.0
28982026-04-15T20:09:12.340Z Checking md5 v0.7.0
28992026-04-15T20:09:12.454Z Checking backtrace v0.3.76
29002026-04-15T20:09:12.584Z Checking russh-keys v0.45.0
29012026-04-15T20:09:12.787Z Checking num-bigint v0.4.6
29022026-04-15T20:09:12.886Z Checking des v0.8.1
29032026-04-15T20:09:13.233Z Compiling blake3 v1.8.3
29042026-04-15T20:09:13.266Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-04-15T20:09:13.328Z Compiling target-spec v3.5.7
29062026-04-15T20:09:13.721Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-04-15T20:09:13.761Z Checking russh v0.45.0
29082026-04-15T20:09:13.815Z Checking cfg-expr v0.20.6
29092026-04-15T20:09:14.104Z Checking backtrace-ext v0.2.1
29102026-04-15T20:09:14.258Z Checking supports-color v2.1.0
29112026-04-15T20:09:14.330Z Checking textwrap v0.15.2
29122026-04-15T20:09:14.362Z Checking supports-unicode v2.1.0
29132026-04-15T20:09:14.420Z Checking supports-hyperlinks v2.1.0
29142026-04-15T20:09:14.504Z Checking hashbrown v0.14.5
29152026-04-15T20:09:14.565Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-04-15T20:09:14.568Z Checking cargo-platform v0.3.2
29172026-04-15T20:09:14.794Z Checking terminal_size v0.1.17
29182026-04-15T20:09:14.827Z Compiling miette-derive v5.10.0
29192026-04-15T20:09:14.933Z Checking owo-colors v3.5.0
29202026-04-15T20:09:15.013Z Checking internet-checksum v0.2.1
29212026-04-15T20:09:15.166Z Checking chumsky v0.9.3
29222026-04-15T20:09:15.496Z Checking cargo_metadata v0.23.1
29232026-04-15T20:09:15.984Z Checking miette v5.10.0
29242026-04-15T20:09:16.263Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29252026-04-15T20:09:16.294Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-04-15T20:09:16.469Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-04-15T20:09:16.500Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29282026-04-15T20:09:16.742Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-04-15T20:09:16.806Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-04-15T20:09:16.994Z Compiling knuffel-derive v3.2.0
29312026-04-15T20:09:17.088Z Checking httptest v0.16.4
29322026-04-15T20:09:17.172Z Checking pathdiff v0.2.3
29332026-04-15T20:09:17.311Z Checking topological-sort v0.2.2
29342026-04-15T20:09:17.482Z Checking nested v0.1.1
29352026-04-15T20:09:17.514Z Checking omicron-zone-package v0.12.2
29362026-04-15T20:09:17.649Z Checking guppy v0.17.25
29372026-04-15T20:09:17.683Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-04-15T20:09:17.943Z Checking similar-asserts v1.7.0
29392026-04-15T20:09:18.126Z Compiling rstest_macros v0.25.0
29402026-04-15T20:09:18.219Z Compiling git2 v0.20.4
29412026-04-15T20:09:18.412Z Compiling target-triple v1.0.0
29422026-04-15T20:09:18.456Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-04-15T20:09:18.519Z Checking knuffel v3.2.0
29442026-04-15T20:09:18.632Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-04-15T20:09:18.706Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-04-15T20:09:18.784Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-04-15T20:09:19.013Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-04-15T20:09:19.167Z Checking hickory-client v0.25.2
29492026-04-15T20:09:19.478Z Checking tokio-test v0.4.5
29502026-04-15T20:09:19.645Z Checking escape8259 v0.5.3
29512026-04-15T20:09:19.718Z Compiling assert_cmd v2.1.2
29522026-04-15T20:09:19.810Z Compiling relative-path v1.9.3
29532026-04-15T20:09:20.043Z Checking libtest-mimic v0.8.1
29542026-04-15T20:09:20.473Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-04-15T20:09:20.609Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-04-15T20:09:21.048Z Checking blake2b_simd v1.0.4
29572026-04-15T20:09:21.303Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-04-15T20:09:21.475Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-04-15T20:09:21.606Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29602026-04-15T20:09:21.720Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-04-15T20:09:21.924Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29622026-04-15T20:09:22.155Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632026-04-15T20:09:22.296Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-04-15T20:09:22.358Z Compiling polar-core v0.27.3
29652026-04-15T20:09:22.526Z Checking fancy-regex v0.14.0
29662026-04-15T20:09:22.750Z Checking serde_tokenstream v0.2.3
29672026-04-15T20:09:22.928Z Checking uzers v0.12.2
29682026-04-15T20:09:23.009Z Checking constant_time_eq v0.3.1
29692026-04-15T20:09:23.140Z Compiling linkme-impl v0.3.35
29702026-04-15T20:09:23.173Z Checking termcolor v1.4.1
29712026-04-15T20:09:23.420Z Checking trybuild v1.0.116
29722026-04-15T20:09:23.530Z Checking rust-argon2 v2.1.0
29732026-04-15T20:09:23.707Z Checking rstest v0.25.0
29742026-04-15T20:09:23.793Z Checking datatest-stable v0.3.3
29752026-04-15T20:09:24.141Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-04-15T20:09:24.204Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-04-15T20:09:24.439Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-04-15T20:09:24.494Z Checking support-bundle-viewer v0.1.2
29792026-04-15T20:09:24.763Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29802026-04-15T20:09:25.002Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-04-15T20:09:25.133Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29822026-04-15T20:09:25.241Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-04-15T20:09:25.367Z Checking drift v0.1.3
29842026-04-15T20:09:25.479Z Checking rand_distr v0.5.1
29852026-04-15T20:09:25.714Z Checking multimap v0.10.1
29862026-04-15T20:09:25.926Z Checking approx v0.5.1
29872026-04-15T20:09:25.962Z Compiling linkme v0.3.35
29882026-04-15T20:09:26.102Z Checking dropshot-api-manager v0.6.0
29892026-04-15T20:09:27.288Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-04-15T20:09:27.523Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-04-15T20:09:27.556Z Checking oso v0.27.3
29922026-04-15T20:09:27.693Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-04-15T20:09:27.728Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-04-15T20:09:27.775Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29952026-04-15T20:09:27.830Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-04-15T20:09:27.963Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-04-15T20:09:28.320Z Checking partial-io v0.5.4
29982026-04-15T20:09:28.354Z Checking cargo_toml v0.21.0
29992026-04-15T20:09:28.388Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30002026-04-15T20:09:28.513Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-04-15T20:09:28.564Z Checking termios v0.3.3
30022026-04-15T20:09:28.659Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-04-15T20:09:28.729Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-04-15T20:09:29.083Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-04-15T20:09:29.224Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-04-15T20:09:33.076Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-04-15T20:09:37.433Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-04-15T20:09:37.726Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-04-15T20:09:40.721Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-04-15T20:09:44.219Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-04-15T20:09:50.019Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-04-15T20:09:52.607Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-04-15T20:09:53.918Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30142026-04-15T20:09:54.441Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-04-15T20:09:54.735Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-04-15T20:10:04.289Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-04-15T20:11:19.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30182026-04-15T20:11:20.089Z
30192026-04-15T20:11:20.089Zreal 4:03.751128773
30202026-04-15T20:11:20.089Zuser 20:37.475870645
30212026-04-15T20:11:20.089Zsys 4:45.096824665
30222026-04-15T20:11:20.089Ztrap 0.487210765
30232026-04-15T20:11:20.089Ztflt 0.076078059
30242026-04-15T20:11:20.089Zdflt 0.187325862
30252026-04-15T20:11:20.089Zkflt 0.000817464
30262026-04-15T20:11:20.089Zlock 56:45.803389477
30272026-04-15T20:11:20.089Zslp 56:46.001916251
30282026-04-15T20:11:20.093Zlat 1:50.321031860
30292026-04-15T20:11:20.093Zstop 10:25.431560876
30302026-04-15T20:11:20.093Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-04-15T20:11:20.093Z+ ptime -m cargo doc --workspace --no-deps
30322026-04-15T20:11:20.982Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-04-15T20:11:20.982Z |
30342026-04-15T20:11:20.982Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30352026-04-15T20:11:20.982Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30362026-04-15T20:11:21.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-04-15T20:11:22.156Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-04-15T20:11:22.200Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-04-15T20:11:22.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-04-15T20:11:22.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-04-15T20:11:22.421Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-04-15T20:11:22.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-04-15T20:11:22.473Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30442026-04-15T20:11:22.524Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-04-15T20:11:22.689Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-04-15T20:11:22.728Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-04-15T20:11:22.751Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-04-15T20:11:22.802Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30492026-04-15T20:11:22.823Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30502026-04-15T20:11:22.843Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30512026-04-15T20:11:22.864Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-04-15T20:11:22.941Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-04-15T20:11:22.983Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-04-15T20:11:23.007Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30552026-04-15T20:11:23.011Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-04-15T20:11:23.390Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30572026-04-15T20:11:23.456Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30582026-04-15T20:11:23.567Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30592026-04-15T20:11:23.603Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-04-15T20:11:23.643Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-04-15T20:11:23.714Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-04-15T20:11:23.745Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-04-15T20:11:23.914Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-04-15T20:11:23.958Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-04-15T20:11:24.130Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30662026-04-15T20:11:24.253Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-04-15T20:11:24.316Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-04-15T20:11:24.436Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-04-15T20:11:24.540Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-04-15T20:11:24.632Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-04-15T20:11:24.676Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-04-15T20:11:24.773Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-04-15T20:11:24.804Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-04-15T20:11:24.949Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-04-15T20:11:25.059Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-04-15T20:11:25.223Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-04-15T20:11:25.279Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30782026-04-15T20:11:25.389Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30792026-04-15T20:11:25.413Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-04-15T20:11:25.549Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-04-15T20:11:25.575Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-04-15T20:11:25.709Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-04-15T20:11:25.808Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-04-15T20:11:25.832Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30852026-04-15T20:11:25.953Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-04-15T20:11:25.973Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30872026-04-15T20:11:26.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-04-15T20:11:26.034Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30892026-04-15T20:11:26.273Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-04-15T20:11:26.277Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30912026-04-15T20:11:26.315Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-04-15T20:11:26.318Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-04-15T20:11:26.500Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-04-15T20:11:26.543Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-04-15T20:11:26.564Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-04-15T20:11:26.718Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-04-15T20:11:26.792Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30982026-04-15T20:11:26.815Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-04-15T20:11:26.835Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-04-15T20:11:26.961Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31012026-04-15T20:11:26.985Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-04-15T20:11:27.008Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31032026-04-15T20:11:27.034Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31042026-04-15T20:11:27.150Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31052026-04-15T20:11:27.174Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-04-15T20:11:27.196Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-04-15T20:11:27.216Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-04-15T20:11:27.237Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092026-04-15T20:11:27.593Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31102026-04-15T20:11:27.616Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31112026-04-15T20:11:27.942Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-04-15T20:11:28.353Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31132026-04-15T20:11:28.398Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31142026-04-15T20:11:28.582Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152026-04-15T20:11:28.861Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31162026-04-15T20:11:28.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31172026-04-15T20:11:29.040Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31182026-04-15T20:11:29.347Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-04-15T20:11:29.582Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31202026-04-15T20:11:29.831Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-04-15T20:11:29.927Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31222026-04-15T20:11:30.386Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-04-15T20:11:31.061Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31242026-04-15T20:11:31.687Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31252026-04-15T20:11:31.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31262026-04-15T20:11:31.770Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31272026-04-15T20:11:31.864Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-04-15T20:11:32.132Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31292026-04-15T20:11:32.394Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31302026-04-15T20:11:32.651Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31312026-04-15T20:11:32.839Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31322026-04-15T20:11:32.994Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31332026-04-15T20:11:33.017Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31342026-04-15T20:11:33.115Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31352026-04-15T20:11:33.251Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31362026-04-15T20:11:33.412Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31372026-04-15T20:11:33.455Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-04-15T20:11:33.478Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31392026-04-15T20:11:33.610Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-04-15T20:11:33.634Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31412026-04-15T20:11:33.714Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31422026-04-15T20:11:34.000Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31432026-04-15T20:11:34.380Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31442026-04-15T20:11:34.756Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-04-15T20:11:35.024Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-04-15T20:11:35.909Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31472026-04-15T20:11:35.933Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-04-15T20:11:36.056Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-04-15T20:11:36.344Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-04-15T20:11:36.467Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-04-15T20:11:36.911Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31522026-04-15T20:11:37.164Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31532026-04-15T20:11:37.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31542026-04-15T20:11:37.244Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31552026-04-15T20:11:37.462Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31562026-04-15T20:11:37.781Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31572026-04-15T20:11:37.987Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-04-15T20:11:38.106Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-04-15T20:11:38.309Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-04-15T20:11:38.357Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-04-15T20:11:38.473Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31622026-04-15T20:11:39.171Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-04-15T20:11:39.204Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-04-15T20:11:39.645Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-04-15T20:11:39.959Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-04-15T20:11:40.279Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-04-15T20:11:40.694Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-04-15T20:11:41.790Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-04-15T20:11:42.148Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-04-15T20:11:42.550Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-04-15T20:11:42.680Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-04-15T20:11:42.708Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-04-15T20:11:43.192Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-04-15T20:11:43.263Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31752026-04-15T20:11:43.434Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-04-15T20:11:43.910Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-04-15T20:11:44.304Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-04-15T20:11:44.325Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-04-15T20:11:44.373Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-04-15T20:11:44.587Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31812026-04-15T20:11:44.621Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-04-15T20:11:44.675Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-04-15T20:11:44.908Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-04-15T20:11:45.803Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-04-15T20:11:46.451Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-04-15T20:11:46.743Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-04-15T20:11:46.892Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-15T20:11:46.914Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-04-15T20:11:49.344Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31902026-04-15T20:11:49.844Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31912026-04-15T20:11:51.532Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-04-15T20:11:51.922Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-04-15T20:11:51.972Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31942026-04-15T20:11:52.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31952026-04-15T20:11:53.020Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31962026-04-15T20:11:53.685Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31972026-04-15T20:11:54.038Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982026-04-15T20:11:54.067Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-04-15T20:11:54.875Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-04-15T20:11:54.906Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32012026-04-15T20:11:55.162Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-04-15T20:11:55.249Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32032026-04-15T20:11:55.330Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-04-15T20:11:55.518Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32052026-04-15T20:11:55.709Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32062026-04-15T20:11:55.819Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-04-15T20:11:55.980Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32082026-04-15T20:11:56.231Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32092026-04-15T20:11:56.393Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32102026-04-15T20:11:56.672Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-04-15T20:11:56.759Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32122026-04-15T20:11:56.940Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32132026-04-15T20:11:57.451Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32142026-04-15T20:11:57.508Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-04-15T20:11:57.817Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-04-15T20:11:58.533Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32172026-04-15T20:11:58.944Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-04-15T20:11:59.979Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32192026-04-15T20:12:00.996Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-04-15T20:12:01.154Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-04-15T20:12:02.972Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-04-15T20:12:03.513Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32232026-04-15T20:12:04.796Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-04-15T20:12:05.210Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32252026-04-15T20:12:06.035Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-04-15T20:12:07.503Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-04-15T20:12:08.883Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-04-15T20:12:09.704Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-04-15T20:12:10.436Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-04-15T20:12:11.730Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-04-15T20:12:13.049Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32322026-04-15T20:12:13.806Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-04-15T20:12:14.313Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-04-15T20:12:14.336Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-04-15T20:12:14.797Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362026-04-15T20:12:15.174Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372026-04-15T20:12:17.104Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32382026-04-15T20:12:18.314Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32392026-04-15T20:12:20.889Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402026-04-15T20:12:22.676Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32412026-04-15T20:12:23.704Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32422026-04-15T20:12:24.243Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-04-15T20:12:25.011Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-04-15T20:12:25.769Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-04-15T20:12:26.547Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-04-15T20:12:27.329Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-04-15T20:12:28.147Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-04-15T20:12:29.067Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32492026-04-15T20:12:29.825Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-04-15T20:12:29.902Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-04-15T20:12:30.939Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-04-15T20:12:31.970Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32532026-04-15T20:12:33.628Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32542026-04-15T20:12:35.363Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-04-15T20:12:36.555Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32562026-04-15T20:12:37.207Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-04-15T20:12:38.090Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-04-15T20:12:38.919Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32592026-04-15T20:12:40.089Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-04-15T20:12:42.490Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-04-15T20:12:42.828Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-04-15T20:12:43.866Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-04-15T20:12:45.007Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32642026-04-15T20:12:46.314Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32652026-04-15T20:12:47.776Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32662026-04-15T20:12:48.965Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-04-15T20:12:53.630Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-04-15T20:12:55.059Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-04-15T20:12:56.757Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-04-15T20:12:58.330Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32712026-04-15T20:12:59.907Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-04-15T20:13:01.272Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-04-15T20:13:05.277Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-04-15T20:13:06.244Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752026-04-15T20:13:06.886Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32762026-04-15T20:13:08.124Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-04-15T20:13:09.626Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-04-15T20:13:11.468Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32792026-04-15T20:13:13.165Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-04-15T20:13:15.174Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-04-15T20:13:16.823Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32822026-04-15T20:13:18.861Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-04-15T20:13:20.224Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-04-15T20:13:21.927Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32852026-04-15T20:13:23.649Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32862026-04-15T20:13:25.361Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32872026-04-15T20:13:27.119Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32882026-04-15T20:13:28.561Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32892026-04-15T20:13:30.709Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32902026-04-15T20:13:32.190Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32912026-04-15T20:13:34.651Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32922026-04-15T20:13:36.040Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32932026-04-15T20:13:38.314Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32942026-04-15T20:13:40.304Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32952026-04-15T20:13:42.200Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32962026-04-15T20:13:44.297Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32972026-04-15T20:13:46.022Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-04-15T20:13:48.488Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32992026-04-15T20:13:50.234Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-04-15T20:13:52.618Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33012026-04-15T20:13:55.994Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-04-15T20:13:56.998Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-04-15T20:13:57.212Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-04-15T20:14:01.398Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-04-15T20:14:03.666Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-04-15T20:14:05.807Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33072026-04-15T20:14:07.951Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33082026-04-15T20:14:10.154Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33092026-04-15T20:14:12.369Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33102026-04-15T20:14:14.603Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-04-15T20:14:17.225Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33122026-04-15T20:14:19.176Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-04-15T20:14:21.024Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33142026-04-15T20:14:23.208Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33152026-04-15T20:14:25.543Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33162026-04-15T20:14:27.702Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33172026-04-15T20:14:29.961Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33182026-04-15T20:14:32.230Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33192026-04-15T20:14:34.431Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-04-15T20:14:36.729Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33212026-04-15T20:14:38.924Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33222026-04-15T20:14:41.256Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-04-15T20:14:43.364Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33242026-04-15T20:14:45.691Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33252026-04-15T20:14:48.474Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-04-15T20:14:50.750Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33272026-04-15T20:14:53.092Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33282026-04-15T20:14:55.491Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33292026-04-15T20:14:57.824Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33302026-04-15T20:15:00.202Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33312026-04-15T20:15:02.571Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-04-15T20:15:04.938Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33332026-04-15T20:15:07.350Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-04-15T20:15:09.713Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33352026-04-15T20:15:12.145Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33362026-04-15T20:15:14.530Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33372026-04-15T20:15:16.913Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-04-15T20:15:19.291Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33392026-04-15T20:15:21.705Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33402026-04-15T20:15:24.165Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-04-15T20:15:26.874Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-04-15T20:15:29.294Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-04-15T20:15:31.775Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-04-15T20:15:34.172Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33452026-04-15T20:15:36.598Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33462026-04-15T20:15:39.140Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33472026-04-15T20:15:42.121Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-04-15T20:15:44.423Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33492026-04-15T20:15:46.989Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33502026-04-15T20:15:54.370Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33512026-04-15T20:15:54.535Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33522026-04-15T20:15:57.848Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33532026-04-15T20:16:01.227Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33542026-04-15T20:16:04.542Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-04-15T20:16:09.167Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33562026-04-15T20:16:11.948Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-04-15T20:16:15.531Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33582026-04-15T20:16:19.144Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33592026-04-15T20:16:22.715Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33602026-04-15T20:16:26.373Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33612026-04-15T20:16:30.003Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33622026-04-15T20:16:33.566Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33632026-04-15T20:16:37.083Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-04-15T20:16:40.679Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-04-15T20:16:44.282Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-04-15T20:16:47.840Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33672026-04-15T20:16:51.452Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33682026-04-15T20:16:55.078Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33692026-04-15T20:16:58.630Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33702026-04-15T20:17:02.262Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33712026-04-15T20:17:05.920Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33722026-04-15T20:17:09.576Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33732026-04-15T20:17:13.100Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33742026-04-15T20:17:16.736Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33752026-04-15T20:17:20.344Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33762026-04-15T20:17:49.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s
33772026-04-15T20:17:49.483Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33782026-04-15T20:17:49.586Z
33792026-04-15T20:17:49.586Zreal 6:29.347988721
33802026-04-15T20:17:49.587Zuser 17:31.951227343
33812026-04-15T20:17:49.587Zsys 3:43.285513074
33822026-04-15T20:17:49.587Ztrap 0.266082420
33832026-04-15T20:17:49.587Ztflt 0.030423090
33842026-04-15T20:17:49.587Zdflt 0.034950311
33852026-04-15T20:17:49.590Zkflt 0.000040849
33862026-04-15T20:17:49.590Zlock 5:58:08.442581031
33872026-04-15T20:17:49.590Zslp 2:10:39.251746693
33882026-04-15T20:17:49.590Zlat 32.966551029
33892026-04-15T20:17:49.590Zstop 1:31.369266525
33902026-04-15T20:17:49.590Zprocess exited: duration 816722 ms, exit code 0
 
33912026-04-15T20:17:49.598Zfound 0 output files