01KM10J8ZBSZEX67W3RTDR16VJ: clippy (helios)

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

Buildomat Job: 01KM10JNWPR4D818JTMZJM0PQQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T17:41:58.178Zjob assigned to worker 01KM10JVJE61FEEBC1N37CHNNB [factory aws, i-0a80ed0d8fd759a5d] (queued for 58 s)
 
22026-03-18T17:42:05.928Zstarting task 0: "setup"
32026-03-18T17:42:05.935Z++ uname -s
42026-03-18T17:42:05.939Z+ kern=SunOS
52026-03-18T17:42:05.939Z+ build_user=build
62026-03-18T17:42:05.939Z+ build_uid=12345
72026-03-18T17:42:05.939Z+ work_dir=/work
82026-03-18T17:42:05.939Z+ input_dir=/input
92026-03-18T17:42:05.939Z+ [[ 0 == 12345 ]]
102026-03-18T17:42:05.939Z+ case "$kern" in
112026-03-18T17:42:05.939Z+ groupadd -g 12345 build
122026-03-18T17:42:05.943Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T17:42:07.946Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T17:42:08.056Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T17:42:08.059Z+ home_fs=zfs
162026-03-18T17:42:08.060Z+ [[ zfs == autofs ]]
172026-03-18T17:42:08.060Z+ mkdir -p /home/build
182026-03-18T17:42:08.060Z+ chown build:build /home/build /work
192026-03-18T17:42:10.062Z+ chmod 0700 /home/build /work
202026-03-18T17:42:10.067Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-18T17:42:10.074Zstarting task 1: "rust-toolchain"
222026-03-18T17:42:10.079Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T17:42:10.079Z * rust toolchain channel = "1.94.0"
242026-03-18T17:42:10.079Z * rust toolchain profile = "default"
252026-03-18T17:42:10.079Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T17:42:10.079Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T17:42:10.079Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T17:42:10.083Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T17:42:10.083Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T17:42:10.169Zinfo: downloading installer
312026-03-18T17:42:11.837Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T17:42:11.837Zwarn: /opt/ooce/bin
332026-03-18T17:42:11.837Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T17:42:11.837Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T17:42:11.837Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T17:42:11.837Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T17:42:11.837Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T17:42:11.837Zerror: cannot install while Rust is installed
392026-03-18T17:42:11.837Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T17:42:11.837Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T17:42:11.837Zwarn: /home/build/.rustup/settings.toml
422026-03-18T17:42:11.837Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T17:42:11.837Zwarn: instead of the one inferred from the default host triple.
442026-03-18T17:42:11.849Zinfo: profile set to default
452026-03-18T17:42:11.849Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T17:42:11.853Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T17:42:11.995Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T17:42:11.998Zinfo: downloading 6 components
492026-03-18T17:42:29.229Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T17:42:29.229Z
512026-03-18T17:42:29.263Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T17:42:29.263Z
532026-03-18T17:42:29.267Z
542026-03-18T17:42:29.267ZRust is installed now. Great!
552026-03-18T17:42:29.267Z
562026-03-18T17:42:29.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T17:42:29.267Zenvironment variable. This has not been done automatically.
582026-03-18T17:42:29.267Z
592026-03-18T17:42:29.267ZTo configure your current shell, you need to source
602026-03-18T17:42:29.267Zthe corresponding env file under $HOME/.cargo.
612026-03-18T17:42:29.267Z
622026-03-18T17:42:29.267ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T17:42:29.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T17:42:29.267Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T17:42:29.267Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T17:42:29.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T17:42:29.267Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T17:42:29.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T17:42:29.268Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T17:42:29.268Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T17:42:29.371Z+ rustup --version
722026-03-18T17:42:29.382Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T17:42:29.386Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T17:42:29.408Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T17:42:29.411Z+ cargo --version
762026-03-18T17:42:29.427Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T17:42:29.430Z+ rustc --version
782026-03-18T17:42:29.455Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T17:42:29.458Zprocess exited: duration 19378 ms, exit code 0
 
802026-03-18T17:42:29.465Zstarting task 2: "authentication"
812026-03-18T17:42:29.485Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T17:42:29.492Zstarting task 3: "clone repository"
832026-03-18T17:42:29.496Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T17:42:29.499Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T17:42:29.530ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T17:42:53.043Z+ cd /work/oxidecomputer/omicron
872026-03-18T17:42:53.043Z+ git fetch origin d8b388c28b73a719b38ce019594eacea1c945e8e
882026-03-18T17:42:53.639ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T17:42:53.639Z * branch d8b388c28b73a719b38ce019594eacea1c945e8e -> FETCH_HEAD
902026-03-18T17:42:53.650Z+ [[ -n iliana/bump-cockroach ]]
912026-03-18T17:42:53.654Z++ git branch --show-current
922026-03-18T17:42:53.654Z+ current=main
932026-03-18T17:42:53.654Z+ [[ main != iliana/bump-cockroach ]]
942026-03-18T17:42:53.654Z+ git branch -f iliana/bump-cockroach d8b388c28b73a719b38ce019594eacea1c945e8e
952026-03-18T17:42:53.657Z+ git checkout -f iliana/bump-cockroach
962026-03-18T17:42:53.981ZSwitched to branch 'iliana/bump-cockroach'
972026-03-18T17:42:53.984Z+ git reset --hard d8b388c28b73a719b38ce019594eacea1c945e8e
982026-03-18T17:42:54.001ZHEAD is now at d8b388c28 update cockroach to v22.1.22-64-g86fdbfca06
992026-03-18T17:42:54.005Zprocess exited: duration 24504 ms, exit code 0
 
1002026-03-18T17:42:54.012Zstarting task 4: "build"
1012026-03-18T17:42:54.017Z+ source ./env.sh
1022026-03-18T17:42:54.020Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T17:42:54.020Z++ set -o xtrace
1042026-03-18T17:42:54.020Z++++ dirname ./env.sh
1052026-03-18T17:42:54.024Z+++ readlink -f .
1062026-03-18T17:42:54.024Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T17:42:54.024Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-18T17:42:54.024Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-18T17:42:54.024Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-18T17:42:54.024Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-18T17:42:54.024Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-18T17:42:54.024Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-18T17:42:54.024Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-18T17:42:54.024Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-18T17:42:54.024Z++ case $OLD_SHELL_OPTS in
1162026-03-18T17:42:54.024Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T17:42:54.024Z+ source .github/buildomat/ci-env.sh
1182026-03-18T17:42:54.024Z++ export CARGO_TERM_COLOR=always
1192026-03-18T17:42:54.024Z++ CARGO_TERM_COLOR=always
1202026-03-18T17:42:54.024Z+ cargo --version
1212026-03-18T17:42:54.035Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T17:42:54.039Z+ rustc --version
1232026-03-18T17:42:54.062Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T17:42:54.066Z+ banner prerequisites
1252026-03-18T17:42:54.070Z
1262026-03-18T17:42:54.070Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T17:42:54.070Z # # # # # # # # # # # # # # #
1282026-03-18T17:42:54.070Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T17:42:54.070Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T17:42:54.070Z # # # # # # # # # # # # # # #
1312026-03-18T17:42:54.070Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T17:42:54.070Z
1332026-03-18T17:42:54.070Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T17:43:04.169Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T17:43:13.879Z Startup: Caching catalogs ... Done
1362026-03-18T17:43:36.191ZPlanning: Solver setup ... Done (20.674s)
1372026-03-18T17:43:36.343ZPlanning: Running solver ... Done (0.151s)
1382026-03-18T17:43:36.539ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T17:43:36.576ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T17:43:36.701ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T17:43:36.744ZPlanning: Package planning ... Done (0.043s)
1422026-03-18T17:43:36.787ZPlanning: Merging actions ... Done (0.042s)
1432026-03-18T17:43:37.025ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-18T17:43:37.035ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T17:43:37.899ZPlanning: Evaluating mediators ... Done (0.864s)
1462026-03-18T17:43:37.908ZPlanning: Planning completed in 23.87 seconds
1472026-03-18T17:43:37.922Z Packages to install: 4
1482026-03-18T17:43:37.926Z Mediators to change: 2
1492026-03-18T17:43:37.926Z Services to change: 1
1502026-03-18T17:43:37.926Z Estimated space available: 155.43 GB
1512026-03-18T17:43:37.926ZEstimated space to be consumed: 1.83 GB
1522026-03-18T17:43:37.926Z Create boot environment: No
1532026-03-18T17:43:37.926ZCreate backup boot environment: No
1542026-03-18T17:43:37.926Z Rebuild boot archive: No
1552026-03-18T17:43:37.926Z
1562026-03-18T17:43:37.926ZChanged mediators:
1572026-03-18T17:43:37.926Z mediator clang:
1582026-03-18T17:43:37.926Z version: None -> 15 (system default)
1592026-03-18T17:43:37.926Z
1602026-03-18T17:43:37.926Z mediator llvm:
1612026-03-18T17:43:37.926Z version: 14 (system default) -> 15 (system default)
1622026-03-18T17:43:37.926Z
1632026-03-18T17:43:37.926ZChanged packages:
1642026-03-18T17:43:37.927Zhelios-dev
1652026-03-18T17:43:37.927Z developer/build-essential
1662026-03-18T17:43:37.927Z None -> 11-2.0
1672026-03-18T17:43:37.927Z library/libxmlsec1
1682026-03-18T17:43:37.927Z None -> 1.2.35-2.0
1692026-03-18T17:43:37.927Z ooce/developer/clang-15
1702026-03-18T17:43:37.927Z None -> 15.0.7-2.0
1712026-03-18T17:43:37.927Z ooce/developer/llvm-15
1722026-03-18T17:43:37.927Z None -> 15.0.7-2.0
1732026-03-18T17:43:37.927Z
1742026-03-18T17:43:37.927ZServices:
1752026-03-18T17:43:37.927Z restart_fmri:
1762026-03-18T17:43:37.927Z svc:/system/update-man-index:default
1772026-03-18T17:43:37.973Z
1782026-03-18T17:43:37.973ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T17:43:43.344ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (26.0M/s)
1802026-03-18T17:43:46.918ZDownload: Completed 212.60 MB in 8.94 seconds (23.8M/s)
1812026-03-18T17:43:47.158Z Actions: 1/3689 actions (Installing new actions)
1822026-03-18T17:43:51.265Z Actions: Completed 3689 actions in 4.11 seconds.
1832026-03-18T17:43:51.649Z Done (0.376s)
1842026-03-18T17:43:51.649Z Done (0.000s)
1852026-03-18T17:43:52.640Z Done (0.992s)
1862026-03-18T17:43:56.640Z Done (3.652s)
1872026-03-18T17:43:56.725Z Done (0.018s)
1882026-03-18T17:43:56.730Z Done (0.000s)
1892026-03-18T17:43:56.898Z Done (0.000s)
1902026-03-18T17:43:57.874ZPlanning: Evaluating mediator changes ... Done
1912026-03-18T17:43:58.017ZPlanning: Checking for conflicting actions ... Done
1922026-03-18T17:43:58.025ZPlanning: Consolidating action changes ... Done
1932026-03-18T17:43:58.241ZPlanning: Evaluating mediators ... Done
1942026-03-18T17:43:58.248ZPlanning: Planning completed in 0.37 seconds
1952026-03-18T17:43:58.270Z Mediators to change: 2
1962026-03-18T17:43:58.277Z Create boot environment: No
1972026-03-18T17:43:58.277ZCreate backup boot environment: No
1982026-03-18T17:43:58.350Z Done
1992026-03-18T17:43:58.350Z Done
2002026-03-18T17:43:59.113Z Done
2012026-03-18T17:44:02.439Z Done
2022026-03-18T17:44:02.517Z Done
2032026-03-18T17:44:02.521Z Done
2042026-03-18T17:44:02.678Z Done
2052026-03-18T17:44:03.229ZPlanning: Evaluating mediator changes ... Done
2062026-03-18T17:44:03.236ZPlanning: Merging actions ... Done
2072026-03-18T17:44:03.387ZPlanning: Checking for conflicting actions ... Done
2082026-03-18T17:44:03.392ZPlanning: Consolidating action changes ... Done
2092026-03-18T17:44:03.604ZPlanning: Evaluating mediators ... Done
2102026-03-18T17:44:03.656ZPlanning: Planning completed in 0.64 seconds
2112026-03-18T17:44:03.678Z Packages to change: 1
2122026-03-18T17:44:03.678Z Mediators to change: 1
2132026-03-18T17:44:03.683Z Services to change: 1
2142026-03-18T17:44:03.684Z Create boot environment: No
2152026-03-18T17:44:03.684ZCreate backup boot environment: Yes
2162026-03-18T17:44:06.191Z Actions: 1/6 actions (Updating modified actions)
2172026-03-18T17:44:06.198Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-18T17:44:06.198Z Done
2192026-03-18T17:44:06.198Z Done
2202026-03-18T17:44:06.381Z Done
2212026-03-18T17:44:09.701Z Done
2222026-03-18T17:44:09.789Z Done
2232026-03-18T17:44:09.796Z Done
2242026-03-18T17:44:09.936Z Done
2252026-03-18T17:44:10.316ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-18T17:44:10.316Zclang system 15 system
2272026-03-18T17:44:10.316Zcsh system system illumos
2282026-03-18T17:44:10.316Zctags system system illumos
2292026-03-18T17:44:10.316Zfile system system illumos
2302026-03-18T17:44:10.316Zgcc vendor 12 vendor
2312026-03-18T17:44:10.316Zgcc system 10 system
2322026-03-18T17:44:10.316Zgcc system 7 system
2332026-03-18T17:44:10.316Zgo system 1.20 system
2342026-03-18T17:44:10.316Zgo system 1.19 system
2352026-03-18T17:44:10.316Zllvm system 15 system
2362026-03-18T17:44:10.316Zllvm system 14 system
2372026-03-18T17:44:10.316Zmariadb system 10.6 system
2382026-03-18T17:44:10.316Zmta vendor vendor dma
2392026-03-18T17:44:10.316Zopenjdk system 17 system
2402026-03-18T17:44:10.316Zopenjdk system 11 system
2412026-03-18T17:44:10.316Zopenjdk system 1.8 system
2422026-03-18T17:44:10.316Zopenssl vendor 3 vendor
2432026-03-18T17:44:10.316Zperl system 5.36 system
2442026-03-18T17:44:10.317Zpostgresql system 15 system
2452026-03-18T17:44:10.317Zpostgresql system 13 system
2462026-03-18T17:44:10.317Zpython vendor 3 vendor
2472026-03-18T17:44:10.317Zpython system 2 system
2482026-03-18T17:44:10.317Zpython3 system 3.11 system
2492026-03-18T17:44:10.317Zruby system 3.0 system
2502026-03-18T17:44:10.317Zwords vendor vendor american-english
2512026-03-18T17:44:10.317Zwords system system australian-english
2522026-03-18T17:44:10.317Zwords system system british-english
2532026-03-18T17:44:10.317Zwords system system canadian-english
2542026-03-18T17:44:10.317Zwords system system french
2552026-03-18T17:44:10.317Zwords system system italian
2562026-03-18T17:44:10.317Zwords system system ngerman
2572026-03-18T17:44:10.317Zwords system system ogerman
2582026-03-18T17:44:10.317Zwords system system spanish
2592026-03-18T17:44:10.619ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-18T17:44:10.619Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-18T17:44:20.406ZFMRI IFO
2622026-03-18T17:44:20.406Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-18T17:44:20.406Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-18T17:44:20.406Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-18T17:44:20.406Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-18T17:44:20.406Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-18T17:44:20.406Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-18T17:44:20.407Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-18T17:44:20.407Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-18T17:44:20.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-18T17:44:20.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-18T17:44:20.407Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-18T17:44:20.407Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-18T17:44:20.407Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-18T17:44:20.407Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-18T17:44:20.407Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-18T17:44:20.407Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-18T17:44:20.465Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-18T17:44:20.465Z Updating crates.io index
2802026-03-18T17:44:20.465Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-18T17:44:20.465Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-18T17:44:20.465Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-18T17:44:20.465Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-18T17:44:20.609Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-18T17:44:23.587Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-18T17:44:24.350Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-18T17:44:26.840Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-18T17:44:29.655Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-18T17:44:31.390Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-18T17:44:31.868Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-18T17:44:36.133Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-18T17:44:36.473Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-18T17:44:36.882Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-18T17:44:37.243Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-18T17:44:39.771Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-18T17:44:41.250Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-18T17:44:41.537Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-18T17:44:41.950Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-18T17:44:42.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-18T17:44:42.777Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-18T17:44:42.996Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-18T17:44:43.289Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-18T17:44:43.796Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-18T17:44:44.199Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-18T17:44:45.169Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-18T17:44:45.554Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-18T17:44:46.259Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-18T17:44:47.507Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-18T17:44:48.471Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-18T17:44:48.861Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-18T17:44:49.276Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-18T17:44:49.604Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-18T17:44:49.954Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-18T17:44:50.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-18T17:44:50.801Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-18T17:44:51.059Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-18T17:44:51.642Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-18T17:45:13.061Z Downloading crates ...
3192026-03-18T17:45:13.110Z Downloaded anstream v0.6.21
3202026-03-18T17:45:13.123Z Downloaded byteorder v1.5.0
3212026-03-18T17:45:13.126Z Downloaded litemap v0.8.1
3222026-03-18T17:45:13.129Z Downloaded anstyle-parse v0.2.7
3232026-03-18T17:45:13.133Z Downloaded is_terminal_polyfill v1.70.2
3242026-03-18T17:45:13.133Z Downloaded idna_adapter v1.2.1
3252026-03-18T17:45:13.133Z Downloaded fastrand v2.3.0
3262026-03-18T17:45:13.136Z Downloaded macaddr v1.0.1
3272026-03-18T17:45:13.140Z Downloaded dof v0.3.0
3282026-03-18T17:45:13.140Z Downloaded bytecount v0.6.9
3292026-03-18T17:45:13.143Z Downloaded autocfg v1.5.0
3302026-03-18T17:45:13.143Z Downloaded log v0.4.29
3312026-03-18T17:45:13.144Z Downloaded usdt-impl v0.5.0
3322026-03-18T17:45:13.147Z Downloaded utf8_iter v1.0.4
3332026-03-18T17:45:13.147Z Downloaded anstyle-query v1.1.5
3342026-03-18T17:45:13.150Z Downloaded zerofrom-derive v0.1.6
3352026-03-18T17:45:13.150Z Downloaded proc-macro-error-attr v1.0.4
3362026-03-18T17:45:13.153Z Downloaded yoke-derive v0.8.1
3372026-03-18T17:45:13.153Z Downloaded unicode-xid v0.2.6
3382026-03-18T17:45:13.153Z Downloaded itoa v1.0.17
3392026-03-18T17:45:13.157Z Downloaded dtrace-parser v0.2.0
3402026-03-18T17:45:13.157Z Downloaded ucd-trie v0.1.7
3412026-03-18T17:45:13.157Z Downloaded form_urlencoded v1.2.2
3422026-03-18T17:45:13.161Z Downloaded zerofrom v0.1.6
3432026-03-18T17:45:13.161Z Downloaded thiserror v1.0.69
3442026-03-18T17:45:13.164Z Downloaded usdt v0.5.0
3452026-03-18T17:45:13.164Z Downloaded errno v0.3.14
3462026-03-18T17:45:13.167Z Downloaded typeid v1.0.3
3472026-03-18T17:45:13.167Z Downloaded thiserror-impl v1.0.69
3482026-03-18T17:45:13.167Z Downloaded unicode-linebreak v0.1.5
3492026-03-18T17:45:13.171Z Downloaded anstyle v1.0.13
3502026-03-18T17:45:13.171Z Downloaded usdt-macro v0.5.0
3512026-03-18T17:45:13.171Z Downloaded usdt-attr-macro v0.5.0
3522026-03-18T17:45:13.171Z Downloaded toml_datetime v0.6.11
3532026-03-18T17:45:13.175Z Downloaded utf8parse v0.2.2
3542026-03-18T17:45:13.175Z Downloaded serde_spanned v0.6.9
3552026-03-18T17:45:13.175Z Downloaded thread-id v4.2.2
3562026-03-18T17:45:13.179Z Downloaded clap_lex v1.0.0
3572026-03-18T17:45:13.179Z Downloaded zmij v1.0.21
3582026-03-18T17:45:13.183Z Downloaded zerovec-derive v0.11.2
3592026-03-18T17:45:13.183Z Downloaded writeable v0.6.2
3602026-03-18T17:45:13.183Z Downloaded proc-macro-error v1.0.4
3612026-03-18T17:45:13.186Z Downloaded version_check v0.9.5
3622026-03-18T17:45:13.186Z Downloaded bitflags v2.11.0
3632026-03-18T17:45:13.190Z Downloaded heck v0.4.1
3642026-03-18T17:45:13.190Z Downloaded pretty-hex v0.4.1
3652026-03-18T17:45:13.193Z Downloaded thiserror v2.0.18
3662026-03-18T17:45:13.197Z Downloaded toml_write v0.1.2
3672026-03-18T17:45:13.197Z Downloaded block-buffer v0.10.4
3682026-03-18T17:45:13.197Z Downloaded heck v0.5.0
3692026-03-18T17:45:13.200Z Downloaded fnv v1.0.7
3702026-03-18T17:45:13.200Z Downloaded colorchoice v1.0.4
3712026-03-18T17:45:13.200Z Downloaded potential_utf v0.1.4
3722026-03-18T17:45:13.200Z Downloaded generic-array v0.14.7
3732026-03-18T17:45:13.205Z Downloaded thiserror-impl v2.0.18
3742026-03-18T17:45:13.208Z Downloaded smawk v0.3.2
3752026-03-18T17:45:13.212Z Downloaded yoke v0.8.1
3762026-03-18T17:45:13.212Z Downloaded cpufeatures v0.2.17
3772026-03-18T17:45:13.212Z Downloaded serde_core v1.0.228
3782026-03-18T17:45:13.218Z Downloaded toml v0.8.23
3792026-03-18T17:45:13.221Z Downloaded tinystr v0.8.2
3802026-03-18T17:45:13.221Z Downloaded crypto-common v0.1.7
3812026-03-18T17:45:13.221Z Downloaded unicode-ident v1.0.24
3822026-03-18T17:45:13.225Z Downloaded textwrap v0.16.2
3832026-03-18T17:45:13.228Z Downloaded typenum v1.19.0
3842026-03-18T17:45:13.228Z Downloaded zerocopy-derive v0.7.35
3852026-03-18T17:45:13.231Z Downloaded scroll_derive v0.12.1
3862026-03-18T17:45:13.231Z Downloaded ordered-float v2.10.1
3872026-03-18T17:45:13.235Z Downloaded cargo-platform v0.2.0
3882026-03-18T17:45:13.235Z Downloaded memmap v0.7.0
3892026-03-18T17:45:13.235Z Downloaded toml_edit v0.22.27
3902026-03-18T17:45:13.239Z Downloaded strsim v0.11.1
3912026-03-18T17:45:13.239Z Downloaded url v2.5.8
3922026-03-18T17:45:13.242Z Downloaded percent-encoding v2.3.2
3932026-03-18T17:45:13.242Z Downloaded equivalent v1.0.2
3942026-03-18T17:45:13.242Z Downloaded zerotrie v0.2.3
3952026-03-18T17:45:13.246Z Downloaded swrite v0.1.0
3962026-03-18T17:45:13.246Z Downloaded cfg-if v1.0.4
3972026-03-18T17:45:13.249Z Downloaded plain v0.2.3
3982026-03-18T17:45:13.254Z Downloaded terminal_size v0.4.3
3992026-03-18T17:45:13.257Z Downloaded stable_deref_trait v1.2.1
4002026-03-18T17:45:13.257Z Downloaded zerovec v0.11.5
4012026-03-18T17:45:13.260Z Downloaded winnow v0.7.14
4022026-03-18T17:45:13.265Z Downloaded tabled_derive v0.7.0
4032026-03-18T17:45:13.268Z Downloaded serde-untagged v0.1.9
4042026-03-18T17:45:13.268Z Downloaded semver v1.0.27
4052026-03-18T17:45:13.273Z Downloaded digest v0.10.7
4062026-03-18T17:45:13.273Z Downloaded zerocopy v0.7.35
4072026-03-18T17:45:13.281Z Downloaded serde-value v0.7.0
4082026-03-18T17:45:13.284Z Downloaded scroll v0.12.0
4092026-03-18T17:45:13.284Z Downloaded num-traits v0.2.19
4102026-03-18T17:45:13.287Z Downloaded cargo_metadata v0.21.0
4112026-03-18T17:45:13.288Z Downloaded unicode-width v0.2.0
4122026-03-18T17:45:13.291Z Downloaded unicode-width v0.1.14
4132026-03-18T17:45:13.294Z Downloaded serde_tokenstream v0.2.3
4142026-03-18T17:45:13.298Z Downloaded cargo_toml v0.21.0
4152026-03-18T17:45:13.298Z Downloaded synstructure v0.13.2
4162026-03-18T17:45:13.301Z Downloaded proc-macro2 v1.0.106
4172026-03-18T17:45:13.301Z Downloaded quote v1.0.44
4182026-03-18T17:45:13.305Z Downloaded icu_normalizer v2.1.1
4192026-03-18T17:45:13.305Z Downloaded camino-tempfile v1.4.1
4202026-03-18T17:45:13.308Z Downloaded sha2 v0.10.9
4212026-03-18T17:45:13.308Z Downloaded clap_derive v4.5.55
4222026-03-18T17:45:13.312Z Downloaded camino v1.2.2
4232026-03-18T17:45:13.312Z Downloaded pest_derive v2.8.6
4242026-03-18T17:45:13.312Z Downloaded smallvec v1.15.1
4252026-03-18T17:45:13.319Z Downloaded serde v1.0.228
4262026-03-18T17:45:13.323Z Downloaded fs-err v3.3.0
4272026-03-18T17:45:13.326Z Downloaded cargo-util-schemas v0.8.2
4282026-03-18T17:45:13.326Z Downloaded tempfile v3.25.0
4292026-03-18T17:45:13.330Z Downloaded pest_generator v2.8.6
4302026-03-18T17:45:13.330Z Downloaded icu_provider v2.1.1
4312026-03-18T17:45:13.333Z Downloaded displaydoc v0.2.5
4322026-03-18T17:45:13.333Z Downloaded clap v4.5.60
4332026-03-18T17:45:13.339Z Downloaded erased-serde v0.4.9
4342026-03-18T17:45:13.342Z Downloaded once_cell v1.21.3
4352026-03-18T17:45:13.342Z Downloaded serde_derive v1.0.228
4362026-03-18T17:45:13.346Z Downloaded getrandom v0.4.1
4372026-03-18T17:45:13.349Z Downloaded anyhow v1.0.102
4382026-03-18T17:45:13.352Z Downloaded icu_properties v2.1.2
4392026-03-18T17:45:13.356Z Downloaded icu_normalizer_data v2.1.1
4402026-03-18T17:45:13.356Z Downloaded icu_locale_core v2.1.1
4412026-03-18T17:45:13.360Z Downloaded pest_meta v2.8.6
4422026-03-18T17:45:13.363Z Downloaded papergrid v0.11.0
4432026-03-18T17:45:13.367Z Downloaded serde_json v1.0.149
4442026-03-18T17:45:13.370Z Downloaded idna v1.1.0
4452026-03-18T17:45:13.373Z Downloaded icu_collections v2.1.1
4462026-03-18T17:45:13.379Z Downloaded indexmap v2.13.0
4472026-03-18T17:45:13.391Z Downloaded memchr v2.8.0
4482026-03-18T17:45:13.404Z Downloaded pest v2.8.6
4492026-03-18T17:45:13.407Z Downloaded hashbrown v0.16.1
4502026-03-18T17:45:13.413Z Downloaded icu_properties_data v2.1.2
4512026-03-18T17:45:13.420Z Downloaded goblin v0.8.2
4522026-03-18T17:45:13.431Z Downloaded clap_builder v4.5.60
4532026-03-18T17:45:13.436Z Downloaded tabled v0.15.0
4542026-03-18T17:45:13.447Z Downloaded syn v1.0.109
4552026-03-18T17:45:13.454Z Downloaded syn v2.0.117
4562026-03-18T17:45:13.473Z Downloaded rustix v1.1.3
4572026-03-18T17:45:13.497Z Downloaded libc v0.2.180
4582026-03-18T17:45:13.582Z Compiling proc-macro2 v1.0.106
4592026-03-18T17:45:13.586Z Compiling quote v1.0.44
4602026-03-18T17:45:13.586Z Compiling unicode-ident v1.0.24
4612026-03-18T17:45:13.586Z Compiling serde_core v1.0.228
4622026-03-18T17:45:13.586Z Compiling libc v0.2.180
4632026-03-18T17:45:13.586Z Compiling version_check v0.9.5
4642026-03-18T17:45:13.586Z Compiling stable_deref_trait v1.2.1
4652026-03-18T17:45:13.586Z Compiling memchr v2.8.0
4662026-03-18T17:45:13.989Z Compiling serde v1.0.228
4672026-03-18T17:45:14.012Z Compiling zmij v1.0.21
4682026-03-18T17:45:14.287Z Compiling ucd-trie v0.1.7
4692026-03-18T17:45:14.368Z Compiling autocfg v1.5.0
4702026-03-18T17:45:14.461Z Compiling itoa v1.0.17
4712026-03-18T17:45:14.627Z Compiling thiserror v1.0.69
4722026-03-18T17:45:14.722Z Compiling pest v2.8.6
4732026-03-18T17:45:14.796Z Compiling writeable v0.6.2
4742026-03-18T17:45:14.960Z Compiling litemap v0.8.1
4752026-03-18T17:45:15.002Z Compiling rustix v1.1.3
4762026-03-18T17:45:15.091Z Compiling byteorder v1.5.0
4772026-03-18T17:45:15.316Z Compiling icu_normalizer_data v2.1.1
4782026-03-18T17:45:15.446Z Compiling icu_properties_data v2.1.2
4792026-03-18T17:45:15.552Z Compiling syn v2.0.117
4802026-03-18T17:45:15.716Z Compiling errno v0.3.14
4812026-03-18T17:45:15.745Z Compiling serde_json v1.0.149
4822026-03-18T17:45:15.906Z Compiling bitflags v2.11.0
4832026-03-18T17:45:16.021Z Compiling num-traits v0.2.19
4842026-03-18T17:45:16.057Z Compiling typeid v1.0.3
4852026-03-18T17:45:16.262Z Compiling equivalent v1.0.2
4862026-03-18T17:45:16.378Z Compiling pest_meta v2.8.6
4872026-03-18T17:45:16.409Z Compiling smallvec v1.15.1
4882026-03-18T17:45:16.445Z Compiling hashbrown v0.16.1
4892026-03-18T17:45:16.697Z Compiling thread-id v4.2.2
4902026-03-18T17:45:16.803Z Compiling proc-macro-error-attr v1.0.4
4912026-03-18T17:45:16.876Z Compiling usdt-impl v0.5.0
4922026-03-18T17:45:17.037Z Compiling erased-serde v0.4.9
4932026-03-18T17:45:17.105Z Compiling indexmap v2.13.0
4942026-03-18T17:45:17.145Z Compiling toml_write v0.1.2
4952026-03-18T17:45:17.169Z Compiling winnow v0.7.14
4962026-03-18T17:45:17.371Z Compiling syn v1.0.109
4972026-03-18T17:45:17.947Z Compiling proc-macro-error v1.0.4
4982026-03-18T17:45:18.018Z Compiling log v0.4.29
4992026-03-18T17:45:18.181Z Compiling utf8parse v0.2.2
5002026-03-18T17:45:18.259Z Compiling percent-encoding v2.3.2
5012026-03-18T17:45:18.327Z Compiling plain v0.2.3
5022026-03-18T17:45:18.470Z Compiling utf8_iter v1.0.4
5032026-03-18T17:45:18.515Z Compiling camino v1.2.2
5042026-03-18T17:45:18.661Z Compiling getrandom v0.4.1
5052026-03-18T17:45:18.685Z Compiling thiserror v2.0.18
5062026-03-18T17:45:18.778Z Compiling ordered-float v2.10.1
5072026-03-18T17:45:18.980Z Compiling form_urlencoded v1.2.2
5082026-03-18T17:45:19.115Z Compiling anstyle-parse v0.2.7
5092026-03-18T17:45:19.237Z Compiling terminal_size v0.4.3
5102026-03-18T17:45:19.285Z Compiling synstructure v0.13.2
5112026-03-18T17:45:19.344Z Compiling pest_generator v2.8.6
5122026-03-18T17:45:19.438Z Compiling cfg-if v1.0.4
5132026-03-18T17:45:19.532Z Compiling pretty-hex v0.4.1
5142026-03-18T17:45:19.656Z Compiling is_terminal_polyfill v1.70.2
5152026-03-18T17:45:19.704Z Compiling anstyle-query v1.1.5
5162026-03-18T17:45:19.728Z Compiling anstyle v1.0.13
5172026-03-18T17:45:19.780Z Compiling colorchoice v1.0.4
5182026-03-18T17:45:19.848Z Compiling serde-untagged v0.1.9
5192026-03-18T17:45:20.046Z Compiling anstream v0.6.21
5202026-03-18T17:45:20.152Z Compiling semver v1.0.27
5212026-03-18T17:45:20.236Z Compiling fs-err v3.3.0
5222026-03-18T17:45:20.374Z Compiling unicode-width v0.1.14
5232026-03-18T17:45:20.467Z Compiling heck v0.5.0
5242026-03-18T17:45:20.491Z Compiling fnv v1.0.7
5252026-03-18T17:45:20.600Z Compiling heck v0.4.1
5262026-03-18T17:45:20.626Z Compiling unicode-xid v0.2.6
5272026-03-18T17:45:20.648Z Compiling strsim v0.11.1
5282026-03-18T17:45:20.739Z Compiling fastrand v2.3.0
5292026-03-18T17:45:20.784Z Compiling once_cell v1.21.3
5302026-03-18T17:45:20.807Z Compiling bytecount v0.6.9
5312026-03-18T17:45:20.980Z Compiling anyhow v1.0.102
5322026-03-18T17:45:21.063Z Compiling clap_lex v1.0.0
5332026-03-18T17:45:21.092Z Compiling tempfile v3.25.0
5342026-03-18T17:45:21.118Z Compiling papergrid v0.11.0
5352026-03-18T17:45:21.313Z Compiling clap_builder v4.5.60
5362026-03-18T17:45:21.497Z Compiling memmap v0.7.0
5372026-03-18T17:45:21.594Z Compiling unicode-width v0.2.0
5382026-03-18T17:45:21.668Z Compiling smawk v0.3.2
5392026-03-18T17:45:21.736Z Compiling unicode-linebreak v0.1.5
5402026-03-18T17:45:21.895Z Compiling serde_derive v1.0.228
5412026-03-18T17:45:21.949Z Compiling zerofrom-derive v0.1.6
5422026-03-18T17:45:22.043Z Compiling yoke-derive v0.8.1
5432026-03-18T17:45:22.223Z Compiling zerovec-derive v0.11.2
5442026-03-18T17:45:22.321Z Compiling displaydoc v0.2.5
5452026-03-18T17:45:23.112Z Compiling thiserror-impl v1.0.69
5462026-03-18T17:45:23.280Z Compiling zerocopy-derive v0.7.35
5472026-03-18T17:45:23.602Z Compiling pest_derive v2.8.6
5482026-03-18T17:45:23.689Z Compiling scroll_derive v0.12.1
5492026-03-18T17:45:23.853Z Compiling zerofrom v0.1.6
5502026-03-18T17:45:24.023Z Compiling yoke v0.8.1
5512026-03-18T17:45:24.130Z Compiling thiserror-impl v2.0.18
5522026-03-18T17:45:24.266Z Compiling zerovec v0.11.5
5532026-03-18T17:45:24.421Z Compiling zerotrie v0.2.3
5542026-03-18T17:45:24.545Z Compiling zerocopy v0.7.35
5552026-03-18T17:45:24.821Z Compiling scroll v0.12.0
5562026-03-18T17:45:24.975Z Compiling tinystr v0.8.2
5572026-03-18T17:45:25.016Z Compiling potential_utf v0.1.4
5582026-03-18T17:45:25.224Z Compiling icu_locale_core v2.1.1
5592026-03-18T17:45:25.248Z Compiling icu_collections v2.1.1
5602026-03-18T17:45:25.252Z Compiling dtrace-parser v0.2.0
5612026-03-18T17:45:25.391Z Compiling goblin v0.8.2
5622026-03-18T17:45:25.573Z Compiling tabled_derive v0.7.0
5632026-03-18T17:45:25.982Z Compiling clap_derive v4.5.55
5642026-03-18T17:45:26.155Z Compiling icu_provider v2.1.1
5652026-03-18T17:45:26.311Z Compiling textwrap v0.16.2
5662026-03-18T17:45:26.506Z Compiling icu_properties v2.1.2
5672026-03-18T17:45:26.554Z Compiling toml_datetime v0.6.11
5682026-03-18T17:45:26.632Z Compiling serde_spanned v0.6.9
5692026-03-18T17:45:26.660Z Compiling icu_normalizer v2.1.1
5702026-03-18T17:45:26.807Z Compiling dof v0.3.0
5712026-03-18T17:45:26.831Z Compiling toml_edit v0.22.27
5722026-03-18T17:45:26.906Z Compiling serde_tokenstream v0.2.3
5732026-03-18T17:45:26.932Z Compiling serde-value v0.7.0
5742026-03-18T17:45:27.317Z Compiling cargo-platform v0.2.0
5752026-03-18T17:45:27.382Z Compiling tabled v0.15.0
5762026-03-18T17:45:27.415Z Compiling macaddr v1.0.1
5772026-03-18T17:45:27.724Z Compiling camino-tempfile v1.4.1
5782026-03-18T17:45:28.028Z Compiling idna_adapter v1.2.1
5792026-03-18T17:45:28.081Z Compiling swrite v0.1.0
5802026-03-18T17:45:28.105Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-18T17:45:28.129Z Compiling usdt-macro v0.5.0
5822026-03-18T17:45:28.201Z Compiling idna v1.1.0
5832026-03-18T17:45:28.225Z Compiling usdt-attr-macro v0.5.0
5842026-03-18T17:45:28.378Z Compiling clap v4.5.60
5852026-03-18T17:45:28.737Z Compiling toml v0.8.23
5862026-03-18T17:45:28.896Z Compiling url v2.5.8
5872026-03-18T17:45:29.339Z Compiling cargo_toml v0.21.0
5882026-03-18T17:45:29.604Z Compiling cargo-util-schemas v0.8.2
5892026-03-18T17:45:29.823Z Compiling usdt v0.5.0
5902026-03-18T17:45:30.886Z Compiling cargo_metadata v0.21.0
5912026-03-18T17:45:32.170Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-18T17:45:34.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
5932026-03-18T17:45:35.300Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-18T17:45:36.037Z Downloading crates ...
5952026-03-18T17:45:36.167Z Downloaded adler2 v2.0.1
5962026-03-18T17:45:36.171Z Downloaded assert_matches v1.5.0
5972026-03-18T17:45:36.175Z Downloaded arrayref v0.3.9
5982026-03-18T17:45:36.175Z Downloaded block-padding v0.3.3
5992026-03-18T17:45:36.181Z Downloaded cipher v0.4.4
6002026-03-18T17:45:36.184Z Downloaded castaway v0.2.4
6012026-03-18T17:45:36.188Z Downloaded bytes v1.11.1
6022026-03-18T17:45:36.191Z Downloaded cookie_store v0.22.1
6032026-03-18T17:45:36.195Z Downloaded cancel-safe-futures v0.1.5
6042026-03-18T17:45:36.198Z Downloaded darling_macro v0.20.11
6052026-03-18T17:45:36.198Z Downloaded debug-ignore v1.0.5
6062026-03-18T17:45:36.207Z Downloaded crunchy v0.2.4
6072026-03-18T17:45:36.210Z Downloaded data-encoding v2.10.0
6082026-03-18T17:45:36.210Z Downloaded darling_macro v0.23.0
6092026-03-18T17:45:36.210Z Downloaded async-stream-impl v0.3.6
6102026-03-18T17:45:36.214Z Downloaded ahash v0.8.12
6112026-03-18T17:45:36.214Z Downloaded derive_builder_macro v0.20.2
6122026-03-18T17:45:36.214Z Downloaded async-recursion v1.1.1
6132026-03-18T17:45:36.218Z Downloaded bb8 v0.8.6
6142026-03-18T17:45:36.218Z Downloaded critical-section v1.2.0
6152026-03-18T17:45:36.222Z Downloaded chrono v0.4.44
6162026-03-18T17:45:36.225Z Downloaded dropshot-api-manager-types v0.6.0
6172026-03-18T17:45:36.228Z Downloaded darling_macro v0.21.3
6182026-03-18T17:45:36.229Z Downloaded erased-serde v0.3.31
6192026-03-18T17:45:36.232Z Downloaded dyn-clone v1.0.20
6202026-03-18T17:45:36.232Z Downloaded dunce v1.0.5
6212026-03-18T17:45:36.232Z Downloaded deranged v0.5.8
6222026-03-18T17:45:36.236Z Downloaded ff v0.13.1
6232026-03-18T17:45:36.236Z Downloaded darling_core v0.23.0
6242026-03-18T17:45:36.239Z Downloaded bstr v1.12.1
6252026-03-18T17:45:36.245Z Downloaded futures-io v0.3.32
6262026-03-18T17:45:36.249Z Downloaded derive_builder_core v0.20.2
6272026-03-18T17:45:36.249Z Downloaded constant_time_eq v0.4.2
6282026-03-18T17:45:36.252Z Downloaded diesel_table_macro_syntax v0.3.0
6292026-03-18T17:45:36.252Z Downloaded bzip2 v0.4.4
6302026-03-18T17:45:36.255Z Downloaded defmt v0.3.100
6312026-03-18T17:45:36.256Z Downloaded crc32fast v1.5.0
6322026-03-18T17:45:36.256Z Downloaded dsl_auto_type v0.2.0
6332026-03-18T17:45:36.259Z Downloaded bitfield-macros v0.19.4
6342026-03-18T17:45:36.259Z Downloaded cargo_toml v0.22.3
6352026-03-18T17:45:36.259Z Downloaded bitflags v1.3.2
6362026-03-18T17:45:36.263Z Downloaded crossterm v0.28.1
6372026-03-18T17:45:36.266Z Downloaded endian-type v0.1.2
6382026-03-18T17:45:36.270Z Downloaded cobs v0.3.0
6392026-03-18T17:45:36.270Z Downloaded convert_case v0.4.0
6402026-03-18T17:45:36.270Z Downloaded der_derive v0.7.3
6412026-03-18T17:45:36.273Z Downloaded crossbeam-utils v0.8.21
6422026-03-18T17:45:36.277Z Downloaded ghash v0.5.1
6432026-03-18T17:45:36.277Z Downloaded ascii-canvas v3.0.0
6442026-03-18T17:45:36.277Z Downloaded const_format_proc_macros v0.2.34
6452026-03-18T17:45:36.280Z Downloaded cpufeatures v0.3.0
6462026-03-18T17:45:36.280Z Downloaded fixedbitset v0.4.2
6472026-03-18T17:45:36.284Z Downloaded futures-task v0.3.32
6482026-03-18T17:45:36.284Z Downloaded cexpr v0.6.0
6492026-03-18T17:45:36.284Z Downloaded dirs-next v2.0.0
6502026-03-18T17:45:36.287Z Downloaded atomic-waker v1.1.2
6512026-03-18T17:45:36.288Z Downloaded document-features v0.2.12
6522026-03-18T17:45:36.288Z Downloaded downcast-rs v2.0.2
6532026-03-18T17:45:36.291Z Downloaded curve25519-dalek-derive v0.1.1
6542026-03-18T17:45:36.291Z Downloaded base16ct v0.2.0
6552026-03-18T17:45:36.295Z Downloaded crucible-workspace-hack v0.1.0
6562026-03-18T17:45:36.295Z Downloaded cfg_aliases v0.2.1
6572026-03-18T17:45:36.295Z Downloaded foreign-types v0.3.2
6582026-03-18T17:45:36.295Z Downloaded bit-set v0.8.0
6592026-03-18T17:45:36.299Z Downloaded filetime v0.2.27
6602026-03-18T17:45:36.299Z Downloaded aead v0.5.2
6612026-03-18T17:45:36.299Z Downloaded base64 v0.21.7
6622026-03-18T17:45:36.303Z Downloaded atomicwrites v0.4.4
6632026-03-18T17:45:36.306Z Downloaded bitfield-struct v0.6.2
6642026-03-18T17:45:36.306Z Downloaded base16ct v1.0.0
6652026-03-18T17:45:36.306Z Downloaded embedded-io v0.6.1
6662026-03-18T17:45:36.310Z Downloaded dtrace-parser v0.3.0
6672026-03-18T17:45:36.310Z Downloaded flagset v0.4.7
6682026-03-18T17:45:36.314Z Downloaded cargo-platform v0.1.9
6692026-03-18T17:45:36.314Z Downloaded ciborium-io v0.2.2
6702026-03-18T17:45:36.314Z Downloaded atty v0.2.14
6712026-03-18T17:45:36.317Z Downloaded foreign-types-macros v0.2.3
6722026-03-18T17:45:36.317Z Downloaded futures-sink v0.3.32
6732026-03-18T17:45:36.317Z Downloaded dirs-sys-next v0.1.2
6742026-03-18T17:45:36.317Z Downloaded array-init v0.0.4
6752026-03-18T17:45:36.321Z Downloaded env_filter v1.0.0
6762026-03-18T17:45:36.321Z Downloaded foreign-types-shared v0.1.1
6772026-03-18T17:45:36.321Z Downloaded crc v3.4.0
6782026-03-18T17:45:36.325Z Downloaded float-ord v0.3.2
6792026-03-18T17:45:36.325Z Downloaded embedded-io v0.4.0
6802026-03-18T17:45:36.328Z Downloaded funty v2.0.0
6812026-03-18T17:45:36.328Z Downloaded defmt-parser v1.0.0
6822026-03-18T17:45:36.334Z Downloaded display-error-chain v0.2.2
6832026-03-18T17:45:36.334Z Downloaded bit-set v0.5.3
6842026-03-18T17:45:36.337Z Downloaded crc8 v0.1.1
6852026-03-18T17:45:36.337Z Downloaded crc-catalog v2.4.0
6862026-03-18T17:45:36.337Z Downloaded bcrypt-pbkdf v0.10.0
6872026-03-18T17:45:36.337Z Downloaded async-stream v0.3.6
6882026-03-18T17:45:36.341Z Downloaded cfg_aliases v0.1.1
6892026-03-18T17:45:36.341Z Downloaded cmake v0.1.57
6902026-03-18T17:45:36.341Z Downloaded foreign-types-shared v0.3.1
6912026-03-18T17:45:36.344Z Downloaded cstr-argument v0.1.2
6922026-03-18T17:45:36.344Z Downloaded bitfield v0.19.4
6932026-03-18T17:45:36.344Z Downloaded cbc v0.1.2
6942026-03-18T17:45:36.348Z Downloaded futures-macro v0.3.32
6952026-03-18T17:45:36.348Z Downloaded cargo_metadata v0.19.2
6962026-03-18T17:45:36.348Z Downloaded git-stub v1.0.0
6972026-03-18T17:45:36.351Z Downloaded enum-as-inner v0.6.1
6982026-03-18T17:45:36.351Z Downloaded foreign-types v0.5.0
6992026-03-18T17:45:36.351Z Downloaded futures-core v0.3.32
7002026-03-18T17:45:36.355Z Downloaded gethostname v0.5.0
7012026-03-18T17:45:36.355Z Downloaded hash32 v0.2.1
7022026-03-18T17:45:36.355Z Downloaded async-bb8-diesel v0.2.1
7032026-03-18T17:45:36.359Z Downloaded hash32 v0.3.1
7042026-03-18T17:45:36.359Z Downloaded fd-lock v4.0.4
7052026-03-18T17:45:36.362Z Downloaded dof v0.4.0
7062026-03-18T17:45:36.362Z Downloaded ed25519 v2.2.3
7072026-03-18T17:45:36.365Z Downloaded hostname v0.3.1
7082026-03-18T17:45:36.365Z Downloaded daft v0.1.5
7092026-03-18T17:45:36.365Z Downloaded async-trait v0.1.89
7102026-03-18T17:45:36.369Z Downloaded diff v0.1.13
7112026-03-18T17:45:36.373Z Downloaded bit-vec v0.8.0
7122026-03-18T17:45:36.373Z Downloaded backoff v0.4.0
7132026-03-18T17:45:36.377Z Downloaded corncobs v0.1.4
7142026-03-18T17:45:36.377Z Downloaded cassowary v0.3.0
7152026-03-18T17:45:36.380Z Downloaded fxhash v0.2.1
7162026-03-18T17:45:36.391Z Downloaded hostname v0.4.2
7172026-03-18T17:45:36.395Z Downloaded http-range v0.1.5
7182026-03-18T17:45:36.395Z Downloaded hyper-tls v0.6.0
7192026-03-18T17:45:36.399Z Downloaded hubpack_derive v0.1.1
7202026-03-18T17:45:36.399Z Downloaded hubpack v0.1.2
7212026-03-18T17:45:36.399Z Downloaded http-body v1.0.1
7222026-03-18T17:45:36.402Z Downloaded fs_extra v1.3.0
7232026-03-18T17:45:36.402Z Downloaded ciborium v0.2.2
7242026-03-18T17:45:36.406Z Downloaded httpdate v1.0.3
7252026-03-18T17:45:36.406Z Downloaded chacha20 v0.10.0
7262026-03-18T17:45:36.409Z Downloaded glob v0.3.3
7272026-03-18T17:45:36.409Z Downloaded foldhash v0.2.0
7282026-03-18T17:45:36.409Z Downloaded futures-executor v0.3.32
7292026-03-18T17:45:36.413Z Downloaded ciborium-ll v0.2.2
7302026-03-18T17:45:36.413Z Downloaded defmt v1.0.1
7312026-03-18T17:45:36.416Z Downloaded hex v0.4.3
7322026-03-18T17:45:36.416Z Downloaded derive-ex v0.1.8
7332026-03-18T17:45:36.420Z Downloaded git-stub-vcs v0.1.0
7342026-03-18T17:45:36.420Z Downloaded foldhash v0.1.5
7352026-03-18T17:45:36.423Z Downloaded internet-checksum v0.2.1
7362026-03-18T17:45:36.423Z Downloaded is-terminal v0.4.17
7372026-03-18T17:45:36.423Z Downloaded fallible-iterator v0.2.0
7382026-03-18T17:45:36.427Z Downloaded ctr v0.9.2
7392026-03-18T17:45:36.427Z Downloaded csv-core v0.1.13
7402026-03-18T17:45:36.427Z Downloaded ident_case v1.0.1
7412026-03-18T17:45:36.430Z Downloaded colored v2.2.0
7422026-03-18T17:45:36.431Z Downloaded indent_write v2.2.0
7432026-03-18T17:45:36.434Z Downloaded defmt-macros v1.0.1
7442026-03-18T17:45:36.434Z Downloaded crossbeam-deque v0.8.6
7452026-03-18T17:45:36.437Z Downloaded find-msvc-tools v0.1.9
7462026-03-18T17:45:36.437Z Downloaded derive_builder v0.20.2
7472026-03-18T17:45:36.441Z Downloaded instability v0.3.11
7482026-03-18T17:45:36.444Z Downloaded instant v0.1.13
7492026-03-18T17:45:36.444Z Downloaded futures-channel v0.3.32
7502026-03-18T17:45:36.448Z Downloaded blake2 v0.10.6
7512026-03-18T17:45:36.448Z Downloaded inout v0.1.4
7522026-03-18T17:45:36.451Z Downloaded is_ci v1.2.0
7532026-03-18T17:45:36.451Z Downloaded indoc v1.0.9
7542026-03-18T17:45:36.454Z Downloaded globwalk v0.9.1
7552026-03-18T17:45:36.455Z Downloaded diesel-dtrace v0.5.0
7562026-03-18T17:45:36.455Z Downloaded bzip2 v0.6.1
7572026-03-18T17:45:36.458Z Downloaded cookie v0.18.1
7582026-03-18T17:45:36.463Z Downloaded kstat-rs v0.2.4
7592026-03-18T17:45:36.463Z Downloaded group v0.13.0
7602026-03-18T17:45:36.463Z Downloaded globset v0.4.18
7612026-03-18T17:45:36.463Z Downloaded console v0.16.2
7622026-03-18T17:45:36.466Z Downloaded const_format v0.2.35
7632026-03-18T17:45:36.470Z Downloaded highway v1.3.0
7642026-03-18T17:45:36.470Z Downloaded lalrpop-util v0.19.12
7652026-03-18T17:45:36.470Z Downloaded base64 v0.22.1
7662026-03-18T17:45:36.474Z Downloaded lzss v0.8.2
7672026-03-18T17:45:36.477Z Downloaded lazy_static v1.5.0
7682026-03-18T17:45:36.477Z Downloaded linked-hash-map v0.5.6
7692026-03-18T17:45:36.480Z Downloaded hyper-staticfile v0.10.1
7702026-03-18T17:45:36.480Z Downloaded maybe-uninit v2.0.0
7712026-03-18T17:45:36.480Z Downloaded match_cfg v0.1.0
7722026-03-18T17:45:36.484Z Downloaded maplit v1.0.2
7732026-03-18T17:45:36.484Z Downloaded managed v0.8.0
7742026-03-18T17:45:36.484Z Downloaded md5 v0.7.0
7752026-03-18T17:45:36.488Z Downloaded lru-slab v0.1.2
7762026-03-18T17:45:36.488Z Downloaded mime v0.3.17
7772026-03-18T17:45:36.488Z Downloaded darling v0.23.0
7782026-03-18T17:45:36.491Z Downloaded const-oid v0.9.6
7792026-03-18T17:45:36.494Z Downloaded memoffset v0.9.1
7802026-03-18T17:45:36.495Z Downloaded crossbeam-epoch v0.9.18
7812026-03-18T17:45:36.498Z Downloaded convert_case v0.10.0
7822026-03-18T17:45:36.498Z Downloaded colored v3.1.1
7832026-03-18T17:45:36.502Z Downloaded crc-any v2.5.0
7842026-03-18T17:45:36.502Z Downloaded lru v0.12.5
7852026-03-18T17:45:36.505Z Downloaded getrandom v0.2.17
7862026-03-18T17:45:36.505Z Downloaded libscf-sys v1.1.0
7872026-03-18T17:45:36.508Z Downloaded libloading v0.8.9
7882026-03-18T17:45:36.508Z Downloaded darling v0.20.11
7892026-03-18T17:45:36.512Z Downloaded keccak v0.1.6
7902026-03-18T17:45:36.515Z Downloaded nibble_vec v0.1.0
7912026-03-18T17:45:36.515Z Downloaded jobserver v0.1.34
7922026-03-18T17:45:36.519Z Downloaded httparse v1.10.1
7932026-03-18T17:45:36.519Z Downloaded compact_str v0.8.1
7942026-03-18T17:45:36.522Z Downloaded lru-cache v0.1.2
7952026-03-18T17:45:36.522Z Downloaded libefi-sys v0.1.0
7962026-03-18T17:45:36.526Z Downloaded num v0.4.3
7972026-03-18T17:45:36.526Z Downloaded impl-trait-for-tuples v0.2.3
7982026-03-18T17:45:36.529Z Downloaded ipnetwork v0.21.1
7992026-03-18T17:45:36.529Z Downloaded libsw-core v0.3.2
8002026-03-18T17:45:36.532Z Downloaded humantime v2.3.0
8012026-03-18T17:45:36.533Z Downloaded chacha20poly1305 v0.10.1
8022026-03-18T17:45:36.536Z Downloaded num-derive v0.3.3
8032026-03-18T17:45:36.536Z Downloaded num-conv v0.2.0
8042026-03-18T17:45:36.536Z Downloaded normalize-line-endings v0.3.0
8052026-03-18T17:45:36.539Z Downloaded num_enum_derive v0.5.11
8062026-03-18T17:45:36.539Z Downloaded nonempty v0.12.0
8072026-03-18T17:45:36.539Z Downloaded nodrop v0.1.14
8082026-03-18T17:45:36.539Z Downloaded newtype_derive v0.1.6
8092026-03-18T17:45:36.543Z Downloaded futures v0.3.32
8102026-03-18T17:45:36.546Z Downloaded half v1.8.3
8112026-03-18T17:45:36.546Z Downloaded newline-converter v0.3.0
8122026-03-18T17:45:36.550Z Downloaded ingot-types v0.1.2
8132026-03-18T17:45:36.550Z Downloaded md-5 v0.10.6
8142026-03-18T17:45:36.553Z Downloaded indoc v2.0.7
8152026-03-18T17:45:36.553Z Downloaded openssl-probe v0.2.1
8162026-03-18T17:45:36.557Z Downloaded openssl-probe v0.1.6
8172026-03-18T17:45:36.557Z Downloaded http-body-util v0.1.3
8182026-03-18T17:45:36.557Z Downloaded ingot v0.1.1
8192026-03-18T17:45:36.560Z Downloaded linear-map v1.2.0
8202026-03-18T17:45:36.560Z Downloaded libsw v3.5.0
8212026-03-18T17:45:36.564Z Downloaded num_threads v0.1.7
8222026-03-18T17:45:36.564Z Downloaded oso-derive v0.27.3
8232026-03-18T17:45:36.564Z Downloaded mime_guess v2.0.5
8242026-03-18T17:45:36.567Z Downloaded opaque-debug v0.3.1
8252026-03-18T17:45:36.567Z Downloaded olpc-cjson v0.1.4
8262026-03-18T17:45:36.568Z Downloaded openssl-macros v0.1.1
8272026-03-18T17:45:36.568Z Downloaded num-iter v0.1.45
8282026-03-18T17:45:36.571Z Downloaded num-derive v0.4.2
8292026-03-18T17:45:36.571Z Downloaded hyper-rustls v0.27.7
8302026-03-18T17:45:36.574Z Downloaded der v0.7.10
8312026-03-18T17:45:36.578Z Downloaded hmac v0.12.1
8322026-03-18T17:45:36.582Z Downloaded des v0.8.1
8332026-03-18T17:45:36.582Z Downloaded derive-where v1.6.0
8342026-03-18T17:45:36.585Z Downloaded fatfs v0.3.6
8352026-03-18T17:45:36.585Z Downloaded dropshot_endpoint v0.16.7
8362026-03-18T17:45:36.588Z Downloaded native-tls v0.2.18
8372026-03-18T17:45:36.592Z Downloaded packed_struct_codegen v0.10.1
8382026-03-18T17:45:36.592Z Downloaded nanorand v0.7.0
8392026-03-18T17:45:36.595Z Downloaded darling v0.21.3
8402026-03-18T17:45:36.599Z Downloaded pbkdf2 v0.12.2
8412026-03-18T17:45:36.599Z Downloaded pbkdf2 v0.11.0
8422026-03-18T17:45:36.607Z Downloaded ipnet v2.11.0
8432026-03-18T17:45:36.607Z Downloaded newtype-uuid v1.3.2
8442026-03-18T17:45:36.607Z Downloaded ingot-macros v0.1.1
8452026-03-18T17:45:36.607Z Downloaded num-rational v0.4.2
8462026-03-18T17:45:36.607Z Downloaded path-slash v0.1.5
8472026-03-18T17:45:36.607Z Downloaded num_enum v0.7.5
8482026-03-18T17:45:36.612Z Downloaded num_enum v0.5.11
8492026-03-18T17:45:36.615Z Downloaded phf_shared v0.13.1
8502026-03-18T17:45:36.619Z Downloaded pin-utils v0.1.0
8512026-03-18T17:45:36.619Z Downloaded num_enum_derive v0.7.5
8522026-03-18T17:45:36.619Z Downloaded phf_shared v0.12.1
8532026-03-18T17:45:36.622Z Downloaded getrandom v0.3.4
8542026-03-18T17:45:36.626Z Downloaded ignore v0.4.25
8552026-03-18T17:45:36.626Z Downloaded hickory-client v0.25.2
8562026-03-18T17:45:36.629Z Downloaded headers v0.4.1
8572026-03-18T17:45:36.633Z Downloaded oxnet v0.1.4
8582026-03-18T17:45:36.633Z Downloaded lock_api v0.4.14
8592026-03-18T17:45:36.637Z Downloaded litrs v1.0.0
8602026-03-18T17:45:36.637Z Downloaded packed_struct v0.10.1
8612026-03-18T17:45:36.640Z Downloaded oxide-tokio-rt v0.1.3
8622026-03-18T17:45:36.640Z Downloaded phf_shared v0.11.3
8632026-03-18T17:45:36.640Z Downloaded peg-runtime v0.8.5
8642026-03-18T17:45:36.644Z Downloaded num-integer v0.1.46
8652026-03-18T17:45:36.644Z Downloaded proc-macro-crate v1.3.1
8662026-03-18T17:45:36.644Z Downloaded precomputed-hash v0.1.1
8672026-03-18T17:45:36.647Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-03-18T17:45:36.647Z Downloaded proc-macro-crate v3.4.0
8692026-03-18T17:45:36.647Z Downloaded crossbeam-channel v0.5.15
8702026-03-18T17:45:36.651Z Downloaded predicates-tree v1.0.13
8712026-03-18T17:45:36.654Z Downloaded powerfmt v0.2.0
8722026-03-18T17:45:36.654Z Downloaded derive_more v0.99.20
8732026-03-18T17:45:36.657Z Downloaded arc-swap v1.8.2
8742026-03-18T17:45:36.661Z Downloaded parse-display v0.10.0
8752026-03-18T17:45:36.661Z Downloaded memmap2 v0.9.10
8762026-03-18T17:45:36.665Z Downloaded parse-display-derive v0.10.0
8772026-03-18T17:45:36.665Z Downloaded elliptic-curve v0.13.8
8782026-03-18T17:45:36.668Z Downloaded predicates-core v1.0.10
8792026-03-18T17:45:36.668Z Downloaded paste v1.0.15
8802026-03-18T17:45:36.672Z Downloaded peg-macros v0.8.5
8812026-03-18T17:45:36.672Z Downloaded password-hash v0.5.0
8822026-03-18T17:45:36.675Z Downloaded progenitor-client v0.10.0
8832026-03-18T17:45:36.675Z Downloaded aes v0.8.4
8842026-03-18T17:45:36.679Z Downloaded progenitor-macro v0.11.2
8852026-03-18T17:45:36.679Z Downloaded progenitor-client v0.11.2
8862026-03-18T17:45:36.679Z Downloaded phf v0.13.1
8872026-03-18T17:45:36.682Z Downloaded peg v0.8.5
8882026-03-18T17:45:36.686Z Downloaded phf v0.12.1
8892026-03-18T17:45:36.686Z Downloaded pem-rfc7468 v0.7.0
8902026-03-18T17:45:36.686Z Downloaded password-hash v0.4.2
8912026-03-18T17:45:36.690Z Downloaded parse-size v1.1.0
8922026-03-18T17:45:36.690Z Downloaded quick-error v1.2.3
8932026-03-18T17:45:36.690Z Downloaded multer v3.1.0
8942026-03-18T17:45:36.695Z Downloaded progenitor-macro v0.13.0
8952026-03-18T17:45:36.695Z Downloaded progenitor-macro v0.10.0
8962026-03-18T17:45:36.695Z Downloaded psl-types v2.0.11
8972026-03-18T17:45:36.698Z Downloaded radium v0.7.0
8982026-03-18T17:45:36.698Z Downloaded pin-project-internal v1.1.11
8992026-03-18T17:45:36.698Z Downloaded libbz2-rs-sys v0.2.2
9002026-03-18T17:45:36.702Z Downloaded ar_archive_writer v0.5.1
9012026-03-18T17:45:36.702Z Downloaded pem v3.0.6
9022026-03-18T17:45:36.705Z Downloaded half v2.7.1
9032026-03-18T17:45:36.705Z Downloaded flume v0.11.1
9042026-03-18T17:45:36.709Z Downloaded indicatif v0.18.4
9052026-03-18T17:45:36.712Z Downloaded poly1305 v0.8.0
9062026-03-18T17:45:36.716Z Downloaded rand_chacha v0.3.1
9072026-03-18T17:45:36.716Z Downloaded pkcs8 v0.10.2
9082026-03-18T17:45:36.719Z Downloaded ref-cast-impl v1.0.25
9092026-03-18T17:45:36.719Z Downloaded postgres-protocol v0.6.10
9102026-03-18T17:45:36.723Z Downloaded primeorder v0.13.6
9112026-03-18T17:45:36.723Z Downloaded owo-colors v4.3.0
9122026-03-18T17:45:36.726Z Downloaded ppv-lite86 v0.2.21
9132026-03-18T17:45:36.726Z Downloaded indexmap v1.9.3
9142026-03-18T17:45:36.730Z Downloaded rand_xorshift v0.4.0
9152026-03-18T17:45:36.730Z Downloaded ref-cast v1.0.25
9162026-03-18T17:45:36.733Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-03-18T17:45:36.733Z Downloaded cc v1.2.56
9182026-03-18T17:45:36.737Z Downloaded recursive v0.1.1
9192026-03-18T17:45:36.737Z Downloaded omicron-zone-package v0.12.2
9202026-03-18T17:45:36.741Z Downloaded num-complex v0.4.6
9212026-03-18T17:45:36.741Z Downloaded parking_lot v0.12.5
9222026-03-18T17:45:36.744Z Downloaded nu-ansi-term v0.50.3
9232026-03-18T17:45:36.744Z Downloaded darling_core v0.21.3
9242026-03-18T17:45:36.748Z Downloaded derive_more v2.1.1
9252026-03-18T17:45:36.756Z Downloaded rfc6979 v0.4.0
9262026-03-18T17:45:36.759Z Downloaded progenitor-client v0.13.0
9272026-03-18T17:45:36.759Z Downloaded progenitor v0.13.0
9282026-03-18T17:45:36.762Z Downloaded parking_lot_core v0.8.6
9292026-03-18T17:45:36.762Z Downloaded progenitor v0.10.0
9302026-03-18T17:45:36.762Z Downloaded progenitor v0.11.2
9312026-03-18T17:45:36.766Z Downloaded proc-macro-error2 v2.0.1
9322026-03-18T17:45:36.769Z Downloaded russh-cryptovec v0.7.3
9332026-03-18T17:45:36.769Z Downloaded parking_lot_core v0.9.12
9342026-03-18T17:45:36.769Z Downloaded flate2 v1.1.9
9352026-03-18T17:45:36.773Z Downloaded rustc_version v0.1.7
9362026-03-18T17:45:36.776Z Downloaded darling_core v0.20.11
9372026-03-18T17:45:36.779Z Downloaded r2d2 v0.8.10
9382026-03-18T17:45:36.779Z Downloaded progenitor-extras v0.1.1
9392026-03-18T17:45:36.783Z Downloaded heapless v0.7.17
9402026-03-18T17:45:36.786Z Downloaded psm v0.1.30
9412026-03-18T17:45:36.786Z Downloaded oso v0.27.3
9422026-03-18T17:45:36.790Z Downloaded rtoolbox v0.0.3
9432026-03-18T17:45:36.790Z Downloaded polyval v0.6.2
9442026-03-18T17:45:36.794Z Downloaded rustc_version v0.4.1
9452026-03-18T17:45:36.794Z Downloaded rustc-hash v2.1.1
9462026-03-18T17:45:36.794Z Downloaded pkg-config v0.3.32
9472026-03-18T17:45:36.798Z Downloaded pkcs1 v0.7.5
9482026-03-18T17:45:36.798Z Downloaded salsa20 v0.10.2
9492026-03-18T17:45:36.798Z Downloaded parking_lot v0.11.2
9502026-03-18T17:45:36.801Z Downloaded sapling-renderdag v0.1.0
9512026-03-18T17:45:36.801Z Downloaded rand_core v0.9.5
9522026-03-18T17:45:36.805Z Downloaded hickory-resolver v0.25.2
9532026-03-18T17:45:36.808Z Downloaded heapless v0.8.0
9542026-03-18T17:45:36.811Z Downloaded hickory-resolver v0.24.4
9552026-03-18T17:45:36.815Z Downloaded postgres-types v0.2.12
9562026-03-18T17:45:36.815Z Downloaded rand_core v0.10.0
9572026-03-18T17:45:36.818Z Downloaded rand_chacha v0.9.0
9582026-03-18T17:45:36.818Z Downloaded pkcs5 v0.7.1
9592026-03-18T17:45:36.822Z Downloaded same-file v1.0.6
9602026-03-18T17:45:36.825Z Downloaded scheduled-thread-pool v0.2.7
9612026-03-18T17:45:36.825Z Downloaded aes-gcm v0.10.3
9622026-03-18T17:45:36.828Z Downloaded semver v0.1.20
9632026-03-18T17:45:36.828Z Downloaded serde-big-array v0.5.1
9642026-03-18T17:45:36.832Z Downloaded rand_seeder v0.4.0
9652026-03-18T17:45:36.832Z Downloaded serde_bytes v0.11.19
9662026-03-18T17:45:36.832Z Downloaded serde_repr v0.1.20
9672026-03-18T17:45:36.835Z Downloaded papergrid v0.17.0
9682026-03-18T17:45:36.838Z Downloaded resolv-conf v0.7.6
9692026-03-18T17:45:36.842Z Downloaded expectorate v1.2.0
9702026-03-18T17:45:36.842Z Downloaded secrecy v0.8.0
9712026-03-18T17:45:36.842Z Downloaded predicates v3.1.4
9722026-03-18T17:45:36.845Z Downloaded ed25519-dalek v2.2.0
9732026-03-18T17:45:36.849Z Downloaded dropshot-api-manager v0.6.0
9742026-03-18T17:45:36.852Z Downloaded seq-macro v0.3.6
9752026-03-18T17:45:36.852Z Downloaded secrecy v0.10.3
9762026-03-18T17:45:36.853Z Downloaded rustls-pemfile v1.0.4
9772026-03-18T17:45:36.856Z Downloaded sha1 v0.10.6
9782026-03-18T17:45:36.856Z Downloaded pin-project v1.1.11
9792026-03-18T17:45:36.864Z Downloaded rustls-native-certs v0.8.3
9802026-03-18T17:45:36.867Z Downloaded pin-project-lite v0.2.17
9812026-03-18T17:45:36.871Z Downloaded miniz_oxide v0.8.9
9822026-03-18T17:45:36.874Z Downloaded signal-hook-mio v0.2.5
9832026-03-18T17:45:36.875Z Downloaded serde_plain v1.0.2
9842026-03-18T17:45:36.878Z Downloaded quinn-udp v0.5.14
9852026-03-18T17:45:36.878Z Downloaded rusty-fork v0.3.1
9862026-03-18T17:45:36.878Z Downloaded postcard v1.1.3
9872026-03-18T17:45:36.881Z Downloaded shell-words v1.1.1
9882026-03-18T17:45:36.881Z Downloaded sigpipe v0.1.3
9892026-03-18T17:45:36.885Z Downloaded serde_urlencoded v0.7.1
9902026-03-18T17:45:36.885Z Downloaded signature v2.2.0
9912026-03-18T17:45:36.888Z Downloaded hickory-server v0.25.2
9922026-03-18T17:45:36.892Z Downloaded signal-hook-tokio v0.3.1
9932026-03-18T17:45:36.892Z Downloaded scroll_derive v0.13.1
9942026-03-18T17:45:36.892Z Downloaded prefix-trie v0.7.0
9952026-03-18T17:45:36.895Z Downloaded derive_more-impl v2.1.1
9962026-03-18T17:45:36.898Z Downloaded crypto-bigint v0.5.5
9972026-03-18T17:45:36.903Z Downloaded slog-envlogger v2.2.0
9982026-03-18T17:45:36.906Z Downloaded sct v0.7.1
9992026-03-18T17:45:36.906Z Downloaded p256 v0.13.2
10002026-03-18T17:45:36.910Z Downloaded serde_path_to_error v0.1.20
10012026-03-18T17:45:36.913Z Downloaded rand_core v0.6.4
10022026-03-18T17:45:36.913Z Downloaded schemars_derive v0.8.22
10032026-03-18T17:45:36.913Z Downloaded scrypt v0.11.0
10042026-03-18T17:45:36.916Z Downloaded openssl-sys v0.9.111
10052026-03-18T17:45:36.920Z Downloaded progenitor-impl v0.11.2
10062026-03-18T17:45:36.924Z Downloaded progenitor-impl v0.10.0
10072026-03-18T17:45:36.924Z Downloaded slog-bunyan v2.5.0
10082026-03-18T17:45:36.924Z Downloaded serde-hex v0.1.0
10092026-03-18T17:45:36.927Z Downloaded scopeguard v1.2.0
10102026-03-18T17:45:36.927Z Downloaded jiff-static v0.2.21
10112026-03-18T17:45:36.931Z Downloaded sec1 v0.7.3
10122026-03-18T17:45:36.931Z Downloaded diesel_derives v2.3.7
10132026-03-18T17:45:36.935Z Downloaded serde_spanned v1.0.4
10142026-03-18T17:45:36.938Z Downloaded sqlparser_derive v0.5.0
10152026-03-18T17:45:36.938Z Downloaded allocator-api2 v0.2.21
10162026-03-18T17:45:36.942Z Downloaded iana-time-zone v0.1.65
10172026-03-18T17:45:36.942Z Downloaded newtype-uuid-macros v0.1.0
10182026-03-18T17:45:36.946Z Downloaded multimap v0.10.1
10192026-03-18T17:45:36.946Z Downloaded ssh-encoding v0.2.0
10202026-03-18T17:45:36.946Z Downloaded strum v0.27.2
10212026-03-18T17:45:36.949Z Downloaded minimal-lexical v0.2.1
10222026-03-18T17:45:36.953Z Downloaded ssh-cipher v0.2.0
10232026-03-18T17:45:36.953Z Downloaded structmeta-derive v0.3.0
10242026-03-18T17:45:36.953Z Downloaded shlex v1.3.0
10252026-03-18T17:45:36.956Z Downloaded subtle v2.6.1
10262026-03-18T17:45:36.956Z Downloaded strum v0.26.3
10272026-03-18T17:45:36.956Z Downloaded progenitor-impl v0.13.0
10282026-03-18T17:45:36.963Z Downloaded pretty_assertions v1.4.1
10292026-03-18T17:45:36.963Z Downloaded itertools v0.10.5
10302026-03-18T17:45:36.966Z Downloaded rustls-pki-types v1.14.0
10312026-03-18T17:45:36.967Z Downloaded siphasher v1.0.2
10322026-03-18T17:45:36.970Z Downloaded simd-adler32 v0.3.8
10332026-03-18T17:45:36.970Z Downloaded tabled_derive v0.11.0
10342026-03-18T17:45:36.971Z Downloaded mio v1.1.1
10352026-03-18T17:45:36.974Z Downloaded sync_wrapper v1.0.2
10362026-03-18T17:45:36.977Z Downloaded take_mut v0.2.2
10372026-03-18T17:45:36.977Z Downloaded tagptr v0.2.0
10382026-03-18T17:45:36.978Z Downloaded slog-scope v4.4.1
10392026-03-18T17:45:36.981Z Downloaded sync-ptr v0.1.4
10402026-03-18T17:45:36.981Z Downloaded supports-color v3.0.2
10412026-03-18T17:45:36.981Z Downloaded slab v0.4.12
10422026-03-18T17:45:36.984Z Downloaded slog-term v2.9.2
10432026-03-18T17:45:36.984Z Downloaded ron v0.8.1
10442026-03-18T17:45:36.989Z Downloaded http v1.4.0
10452026-03-18T17:45:36.992Z Downloaded slog-json v2.6.1
10462026-03-18T17:45:36.996Z Downloaded scroll v0.13.0
10472026-03-18T17:45:36.996Z Downloaded serde_derive_internals v0.29.1
10482026-03-18T17:45:36.996Z Downloaded hashbrown v0.13.2
10492026-03-18T17:45:36.999Z Downloaded time-core v0.1.8
10502026-03-18T17:45:37.003Z Downloaded testing_table v0.3.0
10512026-03-18T17:45:37.003Z Downloaded slog-dtrace v0.3.0
10522026-03-18T17:45:37.003Z Downloaded rustls-pemfile v2.2.0
10532026-03-18T17:45:37.006Z Downloaded static_assertions v1.1.0
10542026-03-18T17:45:37.006Z Downloaded snafu-derive v0.8.9
10552026-03-18T17:45:37.010Z Downloaded hashbrown v0.15.5
10562026-03-18T17:45:37.013Z Downloaded thread-id v5.1.0
10572026-03-18T17:45:37.013Z Downloaded ryu v1.0.23
10582026-03-18T17:45:37.017Z Downloaded thiserror-impl-no-std v2.0.2
10592026-03-18T17:45:37.017Z Downloaded rustversion v1.0.22
10602026-03-18T17:45:37.021Z Downloaded slog-stdlog v4.1.1
10612026-03-18T17:45:37.021Z Downloaded rayon-core v1.13.0
10622026-03-18T17:45:37.025Z Downloaded smf v0.2.3
10632026-03-18T17:45:37.025Z Downloaded strum_macros v0.27.2
10642026-03-18T17:45:37.028Z Downloaded stringprep v0.1.5
10652026-03-18T17:45:37.028Z Downloaded serde_cbor v0.11.2
10662026-03-18T17:45:37.032Z Downloaded sqlformat v0.3.5
10672026-03-18T17:45:37.032Z Downloaded spki v0.7.3
10682026-03-18T17:45:37.035Z Downloaded tinyvec_macros v0.1.1
10692026-03-18T17:45:37.035Z Downloaded termtree v0.5.1
10702026-03-18T17:45:37.035Z Downloaded strum_macros v0.26.4
10712026-03-18T17:45:37.038Z Downloaded strum_macros v0.24.3
10722026-03-18T17:45:37.042Z Downloaded stacker v0.1.23
10732026-03-18T17:45:37.042Z Downloaded tap v1.0.1
10742026-03-18T17:45:37.042Z Downloaded tabwriter v1.4.1
10752026-03-18T17:45:37.045Z Downloaded slog-async v2.8.0
10762026-03-18T17:45:37.045Z Downloaded nom v7.1.3
10772026-03-18T17:45:37.049Z Downloaded smallvec v0.6.14
10782026-03-18T17:45:37.052Z Downloaded serde_with_macros v3.17.0
10792026-03-18T17:45:37.052Z Downloaded rustls-platform-verifier v0.6.2
10802026-03-18T17:45:37.055Z Downloaded support-bundle-viewer v0.1.2
10812026-03-18T17:45:37.059Z Downloaded string_cache v0.8.9
10822026-03-18T17:45:37.059Z Downloaded spin v0.9.8
10832026-03-18T17:45:37.062Z Downloaded num-bigint v0.4.6
10842026-03-18T17:45:37.065Z Downloaded libxml v0.3.3
10852026-03-18T17:45:37.069Z Downloaded topological-sort v0.2.2
10862026-03-18T17:45:37.069Z Downloaded hashbrown v0.12.3
10872026-03-18T17:45:37.072Z Downloaded rcgen v0.12.1
10882026-03-18T17:45:37.076Z Downloaded schemars v0.8.22
10892026-03-18T17:45:37.083Z Downloaded tls_codec v0.4.2
10902026-03-18T17:45:37.086Z Downloaded tiny-keccak v2.0.2
10912026-03-18T17:45:37.090Z Downloaded structmeta v0.3.0
10922026-03-18T17:45:37.090Z Downloaded prettyplease v0.2.37
10932026-03-18T17:45:37.094Z Downloaded tokio-native-tls v0.3.1
10942026-03-18T17:45:37.094Z Downloaded signal-hook-registry v1.4.8
10952026-03-18T17:45:37.097Z Downloaded russh-keys v0.45.0
10962026-03-18T17:45:37.097Z Downloaded aho-corasick v1.1.4
10972026-03-18T17:45:37.100Z Downloaded strip-ansi-escapes v0.2.1
10982026-03-18T17:45:37.104Z Downloaded thiserror-no-std v2.0.2
10992026-03-18T17:45:37.108Z Downloaded tokio-macros v2.6.0
11002026-03-18T17:45:37.108Z Downloaded tokio-dtrace v0.1.1
11012026-03-18T17:45:37.108Z Downloaded itertools v0.12.1
11022026-03-18T17:45:37.113Z Downloaded typify-macro v0.6.1
11032026-03-18T17:45:37.116Z Downloaded try-lock v0.2.5
11042026-03-18T17:45:37.116Z Downloaded trait-variant v0.1.2
11052026-03-18T17:45:37.116Z Downloaded tower-service v0.3.3
11062026-03-18T17:45:37.116Z Downloaded time-macros v0.2.27
11072026-03-18T17:45:37.119Z Downloaded untrusted v0.9.0
11082026-03-18T17:45:37.119Z Downloaded unarray v0.1.4
11092026-03-18T17:45:37.123Z Downloaded typify-macro v0.4.3
11102026-03-18T17:45:37.123Z Downloaded usdt-macro v0.6.0
11112026-03-18T17:45:37.123Z Downloaded publicsuffix v2.3.0
11122026-03-18T17:45:37.128Z Downloaded term v0.7.0
11132026-03-18T17:45:37.131Z Downloaded slog v2.8.2
11142026-03-18T17:45:37.131Z Downloaded quinn v0.11.9
11152026-03-18T17:45:37.135Z Downloaded serde_yaml v0.9.34+deprecated
11162026-03-18T17:45:37.138Z Downloaded num-bigint-dig v0.8.6
11172026-03-18T17:45:37.142Z Downloaded unicode-truncate v1.1.0
11182026-03-18T17:45:37.142Z Downloaded utf-8 v0.7.6
11192026-03-18T17:45:37.145Z Downloaded usdt-attr-macro v0.6.0
11202026-03-18T17:45:37.145Z Downloaded usdt v0.6.0
11212026-03-18T17:45:37.145Z Downloaded universal-hash v0.5.1
11222026-03-18T17:45:37.145Z Downloaded tls_codec_derive v0.4.2
11232026-03-18T17:45:37.149Z Downloaded similar v2.7.0
11242026-03-18T17:45:37.152Z Downloaded qorb v0.4.1
11252026-03-18T17:45:37.155Z Downloaded untrusted v0.7.1
11262026-03-18T17:45:37.155Z Downloaded unit-prefix v0.5.2
11272026-03-18T17:45:37.155Z Downloaded rand v0.8.5
11282026-03-18T17:45:37.159Z Downloaded thread_local v1.1.9
11292026-03-18T17:45:37.162Z Downloaded toml_writer v1.0.6+spec-1.1.0
11302026-03-18T17:45:37.162Z Downloaded rustls-webpki v0.103.9
11312026-03-18T17:45:37.166Z Downloaded new_debug_unreachable v1.0.6
11322026-03-18T17:45:37.166Z Downloaded clang-sys v1.8.1
11332026-03-18T17:45:37.169Z Downloaded tokio-tungstenite v0.23.1
11342026-03-18T17:45:37.169Z Downloaded tokio-tungstenite v0.21.0
11352026-03-18T17:45:37.173Z Downloaded wait-timeout v0.2.1
11362026-03-18T17:45:37.173Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-03-18T17:45:37.176Z Downloaded signal-hook v0.3.18
11382026-03-18T17:45:37.176Z Downloaded backon v1.6.0
11392026-03-18T17:45:37.180Z Downloaded want v0.3.1
11402026-03-18T17:45:37.180Z Downloaded waitgroup v0.1.2
11412026-03-18T17:45:37.180Z Downloaded rand v0.10.0
11422026-03-18T17:45:37.183Z Downloaded termios v0.3.3
11432026-03-18T17:45:37.187Z Downloaded term v1.2.1
11442026-03-18T17:45:37.187Z Downloaded void v1.0.2
11452026-03-18T17:45:37.190Z Downloaded itertools v0.13.0
11462026-03-18T17:45:37.193Z Downloaded hyper-util v0.1.20
11472026-03-18T17:45:37.197Z Downloaded iddqd v0.3.17
11482026-03-18T17:45:37.202Z Downloaded crossterm v0.29.0
11492026-03-18T17:45:37.207Z Downloaded xshell-macros v0.2.7
11502026-03-18T17:45:37.210Z Downloaded tui-tree-widget v0.23.1
11512026-03-18T17:45:37.210Z Downloaded tower-layer v0.3.3
11522026-03-18T17:45:37.210Z Downloaded tar v0.4.44
11532026-03-18T17:45:37.214Z Downloaded socket2 v0.5.10
11542026-03-18T17:45:37.214Z Downloaded xattr v1.6.1
11552026-03-18T17:45:37.217Z Downloaded rsa v0.9.10
11562026-03-18T17:45:37.220Z Downloaded unicase v2.9.0
11572026-03-18T17:45:37.220Z Downloaded iri-string v0.7.10
11582026-03-18T17:45:37.225Z Downloaded uzers v0.12.2
11592026-03-18T17:45:37.229Z Downloaded usdt-impl v0.6.0
11602026-03-18T17:45:37.229Z Downloaded test-strategy v0.4.5
11612026-03-18T17:45:37.232Z Downloaded zone_cfg_derive v0.3.1
11622026-03-18T17:45:37.232Z Downloaded zone v0.3.1
11632026-03-18T17:45:37.236Z Downloaded zeroize_derive v1.4.3
11642026-03-18T17:45:37.236Z Downloaded itertools v0.14.0
11652026-03-18T17:45:37.240Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-03-18T17:45:37.243Z Downloaded subprocess v0.2.15
11672026-03-18T17:45:37.247Z Downloaded tokio-rustls v0.24.1
11682026-03-18T17:45:37.247Z Downloaded console v0.15.11
11692026-03-18T17:45:37.250Z Downloaded blowfish v0.9.1
11702026-03-18T17:45:37.250Z Downloaded float-cmp v0.10.0
11712026-03-18T17:45:37.250Z Downloaded tracing-attributes v0.1.31
11722026-03-18T17:45:37.254Z Downloaded rand v0.9.2
11732026-03-18T17:45:37.257Z Downloaded tokio-rustls v0.26.4
11742026-03-18T17:45:37.257Z Downloaded vergen-git2 v1.0.7
11752026-03-18T17:45:37.261Z Downloaded walkdir v2.5.0
11762026-03-18T17:45:37.261Z Downloaded vergen-lib v0.1.6
11772026-03-18T17:45:37.261Z Downloaded blake3 v1.8.3
11782026-03-18T17:45:37.267Z Downloaded twox-hash v2.1.2
11792026-03-18T17:45:37.271Z Downloaded wyz v0.5.1
11802026-03-18T17:45:37.271Z Downloaded schemars v0.9.0
11812026-03-18T17:45:37.279Z Downloaded whoami v1.6.1
11822026-03-18T17:45:37.282Z Downloaded vsss-rs v3.3.4
11832026-03-18T17:45:37.286Z Downloaded vergen-gitcl v1.0.8
11842026-03-18T17:45:37.286Z Downloaded socket2 v0.6.2
11852026-03-18T17:45:37.286Z Downloaded xz2 v0.1.7
11862026-03-18T17:45:37.290Z Downloaded schemars v1.2.1
11872026-03-18T17:45:37.298Z Downloaded xshell v0.2.7
11882026-03-18T17:45:37.301Z Downloaded toml v0.7.8
11892026-03-18T17:45:37.301Z Downloaded vergen v9.0.6
11902026-03-18T17:45:37.305Z Downloaded snafu v0.8.9
11912026-03-18T17:45:37.309Z Downloaded russh v0.45.0
11922026-03-18T17:45:37.312Z Downloaded zeroize v1.8.2
11932026-03-18T17:45:37.316Z Downloaded toml v0.9.12+spec-1.1.0
11942026-03-18T17:45:37.316Z Downloaded samael v0.0.19
11952026-03-18T17:45:37.320Z Downloaded hkdf v0.12.4
11962026-03-18T17:45:37.324Z Downloaded tungstenite v0.21.0
11972026-03-18T17:45:37.327Z Downloaded zstd v0.13.3
11982026-03-18T17:45:37.327Z Downloaded tinyvec v1.10.0
11992026-03-18T17:45:37.330Z Downloaded rustyline v14.0.0
12002026-03-18T17:45:37.334Z Downloaded futures-util v0.3.32
12012026-03-18T17:45:37.341Z Downloaded typify v0.4.3
12022026-03-18T17:45:37.345Z Downloaded whoami v2.1.0
12032026-03-18T17:45:37.348Z Downloaded tokio-stream v0.1.18
12042026-03-18T17:45:37.352Z Downloaded unicode-properties v0.1.4
12052026-03-18T17:45:37.352Z Downloaded unicode-bidi v0.3.18
12062026-03-18T17:45:37.355Z Downloaded libm v0.2.16
12072026-03-18T17:45:37.360Z Downloaded tracing-core v0.1.36
12082026-03-18T17:45:37.363Z Downloaded yasna v0.5.2
12092026-03-18T17:45:37.367Z Downloaded ron v0.12.0
12102026-03-18T17:45:37.370Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-03-18T17:45:37.373Z Downloaded steno v0.4.1
12122026-03-18T17:45:37.377Z Downloaded h2 v0.4.13
12132026-03-18T17:45:37.383Z Downloaded uuid v1.21.0
12142026-03-18T17:45:37.386Z Downloaded hyper v1.8.1
12152026-03-18T17:45:37.390Z Downloaded tungstenite v0.23.0
12162026-03-18T17:45:37.393Z Downloaded bitvec v1.0.1
12172026-03-18T17:45:37.402Z Downloaded unsafe-libyaml v0.2.11
12182026-03-18T17:45:37.406Z Downloaded vte v0.14.1
12192026-03-18T17:45:37.409Z Downloaded typify v0.6.1
12202026-03-18T17:45:37.412Z Downloaded tokio-rustls v0.25.0
12212026-03-18T17:45:37.413Z Downloaded p521 v0.13.3
12222026-03-18T17:45:37.416Z Downloaded env_logger v0.11.9
12232026-03-18T17:45:37.416Z Downloaded ecdsa v0.16.9
12242026-03-18T17:45:37.419Z Downloaded drift v0.1.3
12252026-03-18T17:45:37.423Z Downloaded bumpalo v3.20.2
12262026-03-18T17:45:37.426Z Downloaded zerocopy v0.6.6
12272026-03-18T17:45:37.426Z Downloaded rpassword v7.4.0
12282026-03-18T17:45:37.429Z Downloaded bit-vec v0.6.3
12292026-03-18T17:45:37.429Z Downloaded tokio-postgres v0.7.16
12302026-03-18T17:45:37.433Z Downloaded argon2 v0.5.3
12312026-03-18T17:45:37.436Z Downloaded fixedbitset v0.5.7
12322026-03-18T17:45:37.436Z Downloaded zstd-safe v7.2.4
12332026-03-18T17:45:37.436Z Downloaded zopfli v0.8.3
12342026-03-18T17:45:37.440Z Downloaded bindgen v0.71.1
12352026-03-18T17:45:37.443Z Downloaded ena v0.14.4
12362026-03-18T17:45:37.447Z Downloaded either v1.15.0
12372026-03-18T17:45:37.447Z Downloaded reedline v0.40.0
12382026-03-18T17:45:37.451Z Downloaded home v0.5.12
12392026-03-18T17:45:37.455Z Downloaded yansi v1.0.1
12402026-03-18T17:45:37.455Z Downloaded headers-core v0.3.0
12412026-03-18T17:45:37.455Z Downloaded fs-err v2.11.0
12422026-03-18T17:45:37.458Z Downloaded hex-literal v0.4.1
12432026-03-18T17:45:37.458Z Downloaded chacha20 v0.9.1
12442026-03-18T17:45:37.459Z Downloaded camino-tempfile-ext v0.3.3
12452026-03-18T17:45:37.462Z Downloaded buf-list v1.1.2
12462026-03-18T17:45:37.462Z Downloaded bcs v0.1.6
12472026-03-18T17:45:37.465Z Downloaded base64ct v1.8.3
12482026-03-18T17:45:37.465Z Downloaded difflib v0.4.0
12492026-03-18T17:45:37.465Z Downloaded daft-derive v0.1.5
12502026-03-18T17:45:37.469Z Downloaded toml_edit v0.19.15
12512026-03-18T17:45:37.481Z Downloaded unicode_categories v0.1.1
12522026-03-18T17:45:37.484Z Downloaded aws-lc-rs v1.16.0
12532026-03-18T17:45:37.489Z Downloaded regex v1.12.3
12542026-03-18T17:45:37.494Z Downloaded tower v0.5.3
12552026-03-18T17:45:37.500Z Downloaded git2 v0.20.4
12562026-03-18T17:45:37.506Z Downloaded zerocopy-derive v0.8.40
12572026-03-18T17:45:37.513Z Downloaded zip v0.6.6
12582026-03-18T17:45:37.517Z Downloaded salty v0.3.0
12592026-03-18T17:45:37.522Z Downloaded rustls-webpki v0.101.7
12602026-03-18T17:45:37.532Z Downloaded x509-cert v0.2.5
12612026-03-18T17:45:37.536Z Downloaded reqwest v0.13.2
12622026-03-18T17:45:37.541Z Downloaded reqwest v0.12.28
12632026-03-18T17:45:37.545Z Downloaded ssh-key v0.6.7
12642026-03-18T17:45:37.550Z Downloaded typed-path v0.9.3
12652026-03-18T17:45:37.555Z Downloaded portable-atomic v1.13.1
12662026-03-18T17:45:37.560Z Downloaded moka v0.12.13
12672026-03-18T17:45:37.566Z Downloaded unicode-normalization v0.1.25
12682026-03-18T17:45:37.570Z Downloaded rayon v1.11.0
12692026-03-18T17:45:37.576Z Downloaded lalrpop v0.19.12
12702026-03-18T17:45:37.584Z Downloaded quick-xml v0.37.5
12712026-03-18T17:45:37.589Z Downloaded tower-http v0.6.8
12722026-03-18T17:45:37.595Z Downloaded zip v4.6.1
12732026-03-18T17:45:37.598Z Downloaded goblin v0.10.5
12742026-03-18T17:45:37.604Z Downloaded tokio-util v0.7.18
12752026-03-18T17:45:37.609Z Downloaded unicode-segmentation v1.12.0
12762026-03-18T17:45:37.613Z Downloaded tough v0.20.0
12772026-03-18T17:45:37.618Z Downloaded serde_with v3.17.0
12782026-03-18T17:45:37.627Z Downloaded proptest v1.10.0
12792026-03-18T17:45:37.634Z Downloaded petname v2.0.2
12802026-03-18T17:45:37.638Z Downloaded rustls-webpki v0.102.8
12812026-03-18T17:45:37.652Z Downloaded object v0.30.4
12822026-03-18T17:45:37.658Z Downloaded winnow v0.5.40
12832026-03-18T17:45:37.665Z Downloaded nix v0.27.1
12842026-03-18T17:45:37.672Z Downloaded quinn-proto v0.11.13
12852026-03-18T17:45:37.678Z Downloaded p384 v0.13.1
12862026-03-18T17:45:37.682Z Downloaded radix_trie v0.2.1
12872026-03-18T17:45:37.686Z Downloaded polar-core v0.27.3
12882026-03-18T17:45:37.692Z Downloaded winnow v0.6.26
12892026-03-18T17:45:37.698Z Downloaded curve25519-dalek v4.1.3
12902026-03-18T17:45:37.705Z Downloaded arrayvec v0.7.6
12912026-03-18T17:45:37.712Z Downloaded tabled v0.20.0
12922026-03-18T17:45:37.725Z Downloaded time v0.3.47
12932026-03-18T17:45:37.734Z Downloaded openssl v0.10.75
12942026-03-18T17:45:37.741Z Downloaded nix v0.29.0
12952026-03-18T17:45:37.749Z Downloaded regex-syntax v0.6.29
12962026-03-18T17:45:37.754Z Downloaded zlib-rs v0.6.2
12972026-03-18T17:45:37.758Z Downloaded smoltcp v0.9.1
12982026-03-18T17:45:37.766Z Downloaded rustls v0.21.12
12992026-03-18T17:45:37.775Z Downloaded vcpkg v0.2.15
13002026-03-18T17:45:37.804Z Downloaded nix v0.31.1
13012026-03-18T17:45:37.813Z Downloaded webpki-roots v1.0.6
13022026-03-18T17:45:37.817Z Downloaded object v0.37.3
13032026-03-18T17:45:37.824Z Downloaded zerocopy v0.8.40
13042026-03-18T17:45:37.831Z Downloaded rustls v0.22.4
13052026-03-18T17:45:37.840Z Downloaded rustls v0.23.37
13062026-03-18T17:45:37.849Z Downloaded smoltcp v0.11.0
13072026-03-18T17:45:37.858Z Downloaded hickory-proto v0.25.2
13082026-03-18T17:45:37.869Z Downloaded openapiv3 v2.2.0
13092026-03-18T17:45:37.878Z Downloaded rustix v0.38.44
13102026-03-18T17:45:37.895Z Downloaded diesel v2.3.7
13112026-03-18T17:45:37.911Z Downloaded regress v0.10.5
13122026-03-18T17:45:37.917Z Downloaded regex-syntax v0.8.10
13132026-03-18T17:45:37.923Z Downloaded hickory-proto v0.24.4
13142026-03-18T17:45:37.934Z Downloaded sqlparser v0.61.0
13152026-03-18T17:45:37.942Z Downloaded dropshot v0.16.7
13162026-03-18T17:45:37.958Z Downloaded nix v0.28.0
13172026-03-18T17:45:37.966Z Downloaded typify-impl v0.6.1
13182026-03-18T17:45:37.977Z Downloaded ratatui v0.29.0
13192026-03-18T17:45:37.992Z Downloaded sled v0.34.7
13202026-03-18T17:45:38.016Z Downloaded typify-impl v0.4.3
13212026-03-18T17:45:38.027Z Downloaded tracing v0.1.44
13222026-03-18T17:45:38.051Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-03-18T17:45:38.060Z Downloaded petgraph v0.6.5
13242026-03-18T17:45:38.074Z Downloaded zerocopy-derive v0.6.6
13252026-03-18T17:45:38.081Z Downloaded regex-automata v0.4.14
13262026-03-18T17:45:38.108Z Downloaded jiff v0.2.21
13272026-03-18T17:45:38.122Z Downloaded lzma-sys v0.1.20
13282026-03-18T17:45:38.144Z Downloaded chrono-tz v0.10.4
13292026-03-18T17:45:38.158Z Downloaded csv v1.4.0
13302026-03-18T17:45:38.173Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-18T17:45:38.186Z Downloaded petgraph v0.8.3
13322026-03-18T17:45:38.202Z Downloaded sha3 v0.10.8
13332026-03-18T17:45:38.214Z Downloaded libz-sys v1.1.24
13342026-03-18T17:45:38.238Z Downloaded encoding_rs v0.8.35
13352026-03-18T17:45:38.254Z Downloaded tokio v1.49.0
13362026-03-18T17:45:38.301Z Downloaded ring v0.17.14
13372026-03-18T17:45:38.404Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-03-18T17:45:38.949Z Downloaded aws-lc-sys v0.37.1
13392026-03-18T17:45:39.275Z Compiling libc v0.2.180
13402026-03-18T17:45:39.280Z Compiling serde v1.0.228
13412026-03-18T17:45:39.280Z Compiling log v0.4.29
13422026-03-18T17:45:39.280Z Compiling shlex v1.3.0
13432026-03-18T17:45:39.474Z Compiling find-msvc-tools v0.1.9
13442026-03-18T17:45:39.474Z Compiling smallvec v1.15.1
13452026-03-18T17:45:39.491Z Compiling syn v2.0.117
13462026-03-18T17:45:39.510Z Compiling typenum v1.19.0
13472026-03-18T17:45:39.704Z Compiling generic-array v0.14.7
13482026-03-18T17:45:39.707Z Compiling subtle v2.6.1
13492026-03-18T17:45:39.764Z Compiling scopeguard v1.2.0
13502026-03-18T17:45:39.833Z Compiling portable-atomic v1.13.1
13512026-03-18T17:45:39.970Z Compiling lock_api v0.4.14
13522026-03-18T17:45:39.970Z Compiling const-oid v0.9.6
13532026-03-18T17:45:40.074Z Compiling critical-section v1.2.0
13542026-03-18T17:45:40.092Z Compiling zerocopy v0.8.40
13552026-03-18T17:45:40.208Z Compiling serde_json v1.0.149
13562026-03-18T17:45:40.306Z Compiling pin-project-lite v0.2.17
13572026-03-18T17:45:40.432Z Compiling parking_lot_core v0.9.12
13582026-03-18T17:45:40.675Z Compiling pkg-config v0.3.32
13592026-03-18T17:45:40.759Z Compiling getrandom v0.2.17
13602026-03-18T17:45:40.833Z Compiling jobserver v0.1.34
13612026-03-18T17:45:40.953Z Compiling rand_core v0.6.4
13622026-03-18T17:45:41.064Z Compiling errno v0.3.14
13632026-03-18T17:45:41.115Z Compiling cc v1.2.56
13642026-03-18T17:45:41.257Z Compiling once_cell v1.21.3
13652026-03-18T17:45:41.300Z Compiling signal-hook-registry v1.4.8
13662026-03-18T17:45:41.362Z Compiling mio v1.1.1
13672026-03-18T17:45:41.481Z Compiling bitflags v2.11.0
13682026-03-18T17:45:41.537Z Compiling libm v0.2.16
13692026-03-18T17:45:41.679Z Compiling parking_lot v0.12.5
13702026-03-18T17:45:41.723Z Compiling num-traits v0.2.19
13712026-03-18T17:45:41.787Z Compiling futures-core v0.3.32
13722026-03-18T17:45:41.994Z Compiling socket2 v0.6.2
13732026-03-18T17:45:42.056Z Compiling percent-encoding v2.3.2
13742026-03-18T17:45:42.134Z Compiling allocator-api2 v0.2.21
13752026-03-18T17:45:42.155Z Compiling futures-sink v0.3.32
13762026-03-18T17:45:42.204Z Compiling cpufeatures v0.2.17
13772026-03-18T17:45:42.289Z Compiling foldhash v0.2.0
13782026-03-18T17:45:42.308Z Compiling futures-channel v0.3.32
13792026-03-18T17:45:42.315Z Compiling slab v0.4.12
13802026-03-18T17:45:42.555Z Compiling hashbrown v0.16.1
13812026-03-18T17:45:42.576Z Compiling futures-task v0.3.32
13822026-03-18T17:45:42.581Z Compiling getrandom v0.4.1
13832026-03-18T17:45:42.616Z Compiling futures-io v0.3.32
13842026-03-18T17:45:42.631Z Compiling rand_core v0.10.0
13852026-03-18T17:45:42.796Z Compiling rustversion v1.0.22
13862026-03-18T17:45:42.810Z Compiling getrandom v0.3.4
13872026-03-18T17:45:42.839Z Compiling form_urlencoded v1.2.2
13882026-03-18T17:45:43.063Z Compiling cmake v0.1.57
13892026-03-18T17:45:43.322Z Compiling indexmap v2.13.0
13902026-03-18T17:45:43.380Z Compiling dunce v1.0.5
13912026-03-18T17:45:43.498Z Compiling fs_extra v1.3.0
13922026-03-18T17:45:43.618Z Compiling base64ct v1.8.3
13932026-03-18T17:45:43.647Z Compiling ident_case v1.0.1
13942026-03-18T17:45:43.793Z Compiling synstructure v0.13.2
13952026-03-18T17:45:43.860Z Compiling aws-lc-sys v0.37.1
13962026-03-18T17:45:44.017Z Compiling pem-rfc7468 v0.7.0
13972026-03-18T17:45:44.046Z Compiling flagset v0.4.7
13982026-03-18T17:45:44.214Z Compiling rand_core v0.9.5
13992026-03-18T17:45:44.234Z Compiling rustix v1.1.3
14002026-03-18T17:45:44.240Z Compiling iana-time-zone v0.1.65
14012026-03-18T17:45:44.271Z Compiling ring v0.17.14
14022026-03-18T17:45:44.413Z Compiling uuid v1.21.0
14032026-03-18T17:45:44.506Z Compiling rustc_version v0.4.1
14042026-03-18T17:45:44.554Z Compiling regex-syntax v0.8.10
14052026-03-18T17:45:44.627Z Compiling aws-lc-rs v1.16.0
14062026-03-18T17:45:44.960Z Compiling vcpkg v0.2.15
14072026-03-18T17:45:45.017Z Compiling tracing-core v0.1.36
14082026-03-18T17:45:45.358Z Compiling crossbeam-utils v0.8.21
14092026-03-18T17:45:45.753Z Compiling pest_generator v2.8.6
14102026-03-18T17:45:45.776Z Compiling serde_derive_internals v0.29.1
14112026-03-18T17:45:45.953Z Compiling openssl-sys v0.9.111
14122026-03-18T17:45:46.375Z Compiling serde_derive v1.0.228
14132026-03-18T17:45:46.604Z Compiling zeroize_derive v1.4.3
14142026-03-18T17:45:46.646Z Compiling zerofrom-derive v0.1.6
14152026-03-18T17:45:46.676Z Compiling yoke-derive v0.8.1
14162026-03-18T17:45:47.001Z Compiling zerocopy-derive v0.8.40
14172026-03-18T17:45:47.443Z Compiling zeroize v1.8.2
14182026-03-18T17:45:47.812Z Compiling zerovec-derive v0.11.2
14192026-03-18T17:45:48.216Z Compiling displaydoc v0.2.5
14202026-03-18T17:45:48.473Z Compiling crypto-common v0.1.7
14212026-03-18T17:45:48.529Z Compiling zerofrom v0.1.6
14222026-03-18T17:45:48.652Z Compiling block-buffer v0.10.4
14232026-03-18T17:45:48.687Z Compiling yoke v0.8.1
14242026-03-18T17:45:48.863Z Compiling digest v0.10.7
14252026-03-18T17:45:48.927Z Compiling tokio-macros v2.6.0
14262026-03-18T17:45:49.160Z Compiling hmac v0.12.1
14272026-03-18T17:45:49.180Z Compiling futures-macro v0.3.32
14282026-03-18T17:45:49.201Z Compiling zerotrie v0.2.3
14292026-03-18T17:45:49.283Z Compiling zerovec v0.11.5
14302026-03-18T17:45:49.358Z Compiling block-padding v0.3.3
14312026-03-18T17:45:49.558Z Compiling inout v0.1.4
14322026-03-18T17:45:49.592Z Compiling sha2 v0.10.9
14332026-03-18T17:45:49.775Z Compiling cipher v0.4.4
14342026-03-18T17:45:49.914Z Compiling der_derive v0.7.3
14352026-03-18T17:45:50.034Z Compiling tinystr v0.8.2
14362026-03-18T17:45:50.177Z Compiling potential_utf v0.1.4
14372026-03-18T17:45:50.316Z Compiling icu_locale_core v2.1.1
14382026-03-18T17:45:50.320Z Compiling futures-util v0.3.32
14392026-03-18T17:45:50.386Z Compiling icu_collections v2.1.1
14402026-03-18T17:45:51.021Z Compiling salsa20 v0.10.2
14412026-03-18T17:45:51.152Z Compiling bytes v1.11.1
14422026-03-18T17:45:51.193Z Compiling icu_provider v2.1.1
14432026-03-18T17:45:51.211Z Compiling der v0.7.10
14442026-03-18T17:45:51.496Z Compiling icu_normalizer v2.1.1
14452026-03-18T17:45:51.545Z Compiling icu_properties v2.1.2
14462026-03-18T17:45:51.578Z Compiling chrono v0.4.44
14472026-03-18T17:45:51.978Z Compiling tokio v1.49.0
14482026-03-18T17:45:52.194Z Compiling http v1.4.0
14492026-03-18T17:45:52.848Z Compiling idna_adapter v1.2.1
14502026-03-18T17:45:53.024Z Compiling idna v1.1.0
14512026-03-18T17:45:53.056Z Compiling spki v0.7.3
14522026-03-18T17:45:53.315Z Compiling ppv-lite86 v0.2.21
14532026-03-18T17:45:53.337Z Compiling pbkdf2 v0.12.2
14542026-03-18T17:45:53.421Z Compiling url v2.5.8
14552026-03-18T17:45:53.425Z Compiling thiserror-impl v2.0.18
14562026-03-18T17:45:53.463Z Compiling scrypt v0.11.0
14572026-03-18T17:45:53.479Z Compiling aes v0.8.4
14582026-03-18T17:45:53.755Z Compiling rand_chacha v0.9.0
14592026-03-18T17:45:53.783Z Compiling cbc v0.1.2
14602026-03-18T17:45:53.896Z Compiling rustls-pki-types v1.14.0
14612026-03-18T17:45:53.960Z Compiling tracing-attributes v0.1.31
14622026-03-18T17:45:54.467Z Compiling pkcs5 v0.7.1
14632026-03-18T17:45:54.490Z Compiling rand v0.9.2
14642026-03-18T17:45:54.635Z Compiling http-body v1.0.1
14652026-03-18T17:45:54.874Z Compiling untrusted v0.9.0
14662026-03-18T17:45:54.927Z Compiling httparse v1.10.1
14672026-03-18T17:45:55.027Z Compiling syn v1.0.109
14682026-03-18T17:45:55.148Z Compiling schemars v0.8.22
14692026-03-18T17:45:55.246Z Compiling thiserror v2.0.18
14702026-03-18T17:45:55.378Z Compiling openssl-probe v0.2.1
14712026-03-18T17:45:55.387Z Compiling untrusted v0.7.1
14722026-03-18T17:45:55.410Z Compiling base64 v0.22.1
14732026-03-18T17:45:55.564Z Compiling pkcs8 v0.10.2
14742026-03-18T17:45:55.582Z Compiling schemars_derive v0.8.22
14752026-03-18T17:45:55.600Z Compiling pest_derive v2.8.6
14762026-03-18T17:45:55.809Z Compiling tracing v0.1.44
14772026-03-18T17:45:55.828Z Compiling scroll_derive v0.13.1
14782026-03-18T17:45:56.130Z Compiling darling_core v0.20.11
14792026-03-18T17:45:56.157Z Compiling try-lock v0.2.5
14802026-03-18T17:45:56.285Z Compiling tinyvec_macros v0.1.1
14812026-03-18T17:45:56.371Z Compiling dyn-clone v1.0.20
14822026-03-18T17:45:56.542Z Compiling atomic-waker v1.1.2
14832026-03-18T17:45:56.622Z Compiling tower-service v0.3.3
14842026-03-18T17:45:56.693Z Compiling rustls v0.23.37
14852026-03-18T17:45:56.779Z Compiling tower-layer v0.3.3
14862026-03-18T17:45:56.871Z Compiling scroll v0.13.0
14872026-03-18T17:45:56.902Z Compiling tinyvec v1.10.0
14882026-03-18T17:45:56.938Z Compiling want v0.3.1
14892026-03-18T17:45:57.147Z Compiling tokio-util v0.7.18
14902026-03-18T17:45:57.599Z Compiling ipnet v2.11.0
14912026-03-18T17:45:58.015Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-03-18T17:45:58.280Z Compiling h2 v0.4.13
14932026-03-18T17:45:58.505Z Compiling spin v0.9.8
14942026-03-18T17:45:58.537Z Compiling aho-corasick v1.1.4
14952026-03-18T17:45:58.774Z Compiling httpdate v1.0.3
14962026-03-18T17:45:59.051Z Compiling time-core v0.1.8
14972026-03-18T17:45:59.070Z Compiling num-conv v0.2.0
14982026-03-18T17:45:59.236Z Compiling powerfmt v0.2.0
14992026-03-18T17:45:59.241Z Compiling foreign-types-shared v0.1.1
15002026-03-18T17:45:59.362Z Compiling openssl v0.10.75
15012026-03-18T17:45:59.383Z Compiling darling_macro v0.20.11
15022026-03-18T17:45:59.498Z Compiling pin-utils v0.1.0
15032026-03-18T17:45:59.589Z Compiling crc32fast v1.5.0
15042026-03-18T17:45:59.647Z Compiling tempfile v3.25.0
15052026-03-18T17:45:59.921Z Compiling regex-automata v0.4.14
15062026-03-18T17:46:00.038Z Compiling deranged v0.5.8
15072026-03-18T17:46:00.056Z Compiling darling v0.20.11
15082026-03-18T17:46:00.159Z Compiling foreign-types v0.3.2
15092026-03-18T17:46:00.181Z Compiling time-macros v0.2.27
15102026-03-18T17:46:00.957Z Compiling goblin v0.10.5
15112026-03-18T17:46:01.629Z Compiling openssl-macros v0.1.1
15122026-03-18T17:46:02.110Z Compiling thiserror-impl v1.0.69
15132026-03-18T17:46:02.127Z Compiling wait-timeout v0.2.1
15142026-03-18T17:46:02.460Z Compiling hyper v1.8.1
15152026-03-18T17:46:03.023Z Compiling usdt-impl v0.6.0
15162026-03-18T17:46:03.276Z Compiling either v1.15.0
15172026-03-18T17:46:03.544Z Compiling bit-vec v0.8.0
15182026-03-18T17:46:03.713Z Compiling simd-adler32 v0.3.8
15192026-03-18T17:46:03.766Z Compiling native-tls v0.2.18
15202026-03-18T17:46:03.843Z Compiling siphasher v1.0.2
15212026-03-18T17:46:04.012Z Compiling num_threads v0.1.7
15222026-03-18T17:46:04.042Z Compiling quick-error v1.2.3
15232026-03-18T17:46:04.116Z Compiling time v0.3.47
15242026-03-18T17:46:04.136Z Compiling hyper-util v0.1.20
15252026-03-18T17:46:04.171Z Compiling rusty-fork v0.3.1
15262026-03-18T17:46:04.585Z Compiling bit-set v0.8.0
15272026-03-18T17:46:04.605Z Compiling thiserror v1.0.69
15282026-03-18T17:46:04.731Z Compiling dof v0.4.0
15292026-03-18T17:46:05.747Z Compiling derive_builder_core v0.20.2
15302026-03-18T17:46:06.381Z Compiling unicode-normalization v0.1.25
15312026-03-18T17:46:06.488Z Compiling crossbeam-epoch v0.9.18
15322026-03-18T17:46:06.584Z Compiling dtrace-parser v0.3.0
15332026-03-18T17:46:06.901Z Compiling rustls-native-certs v0.8.3
15342026-03-18T17:46:06.931Z Compiling signature v2.2.0
15352026-03-18T17:46:06.950Z Compiling scroll_derive v0.12.1
15362026-03-18T17:46:06.980Z Compiling heapless v0.7.17
15372026-03-18T17:46:07.139Z Compiling rand_xorshift v0.4.0
15382026-03-18T17:46:07.261Z Compiling slog v2.8.2
15392026-03-18T17:46:07.281Z Compiling darling_core v0.21.3
15402026-03-18T17:46:07.334Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-18T17:46:07.488Z Compiling sync_wrapper v1.0.2
15422026-03-18T17:46:07.618Z Compiling thread-id v5.1.0
15432026-03-18T17:46:07.636Z Compiling cookie v0.18.1
15442026-03-18T17:46:07.678Z Compiling anyhow v1.0.102
15452026-03-18T17:46:07.719Z Compiling unicode-segmentation v1.12.0
15462026-03-18T17:46:07.794Z Compiling unicode-properties v0.1.4
15472026-03-18T17:46:07.859Z Compiling unicode-bidi v0.3.18
15482026-03-18T17:46:08.068Z Compiling rayon-core v1.13.0
15492026-03-18T17:46:08.068Z Compiling signal-hook v0.3.18
15502026-03-18T17:46:08.217Z Compiling zstd-safe v7.2.4
15512026-03-18T17:46:08.280Z Compiling paste v1.0.15
15522026-03-18T17:46:08.299Z Compiling unarray v0.1.4
15532026-03-18T17:46:08.389Z Compiling adler2 v2.0.1
15542026-03-18T17:46:08.436Z Compiling proptest v1.10.0
15552026-03-18T17:46:08.550Z Compiling miniz_oxide v0.8.9
15562026-03-18T17:46:08.635Z Compiling stringprep v0.1.5
15572026-03-18T17:46:09.007Z Compiling scroll v0.12.0
15582026-03-18T17:46:09.229Z Compiling tower v0.5.3
15592026-03-18T17:46:09.387Z Compiling derive_builder_macro v0.20.2
15602026-03-18T17:46:09.421Z Compiling crossbeam-deque v0.8.6
15612026-03-18T17:46:09.656Z Compiling ipnetwork v0.21.1
15622026-03-18T17:46:09.830Z Compiling http-body-util v0.1.3
15632026-03-18T17:46:09.891Z Compiling webpki-roots v1.0.6
15642026-03-18T17:46:09.897Z Compiling rand_chacha v0.3.1
15652026-03-18T17:46:09.994Z Compiling serde_tokenstream v0.2.3
15662026-03-18T17:46:10.050Z Compiling erased-serde v0.3.31
15672026-03-18T17:46:10.174Z Compiling toml_datetime v0.6.11
15682026-03-18T17:46:10.232Z Compiling serde_spanned v0.6.9
15692026-03-18T17:46:10.406Z Compiling md-5 v0.10.6
15702026-03-18T17:46:10.425Z Compiling zerocopy-derive v0.7.35
15712026-03-18T17:46:10.514Z Compiling curve25519-dalek v4.1.3
15722026-03-18T17:46:10.614Z Compiling vergen-lib v0.1.6
15732026-03-18T17:46:10.783Z Compiling num-integer v0.1.46
15742026-03-18T17:46:10.837Z Compiling hash32 v0.2.1
15752026-03-18T17:46:10.881Z Compiling darling_macro v0.21.3
15762026-03-18T17:46:10.930Z Compiling ff v0.13.1
15772026-03-18T17:46:10.963Z Compiling memoffset v0.9.1
15782026-03-18T17:46:11.081Z Compiling fallible-iterator v0.2.0
15792026-03-18T17:46:11.101Z Compiling rustix v0.38.44
15802026-03-18T17:46:11.194Z Compiling iri-string v0.7.10
15812026-03-18T17:46:11.215Z Compiling psl-types v2.0.11
15822026-03-18T17:46:11.371Z Compiling ref-cast v1.0.25
15832026-03-18T17:46:11.484Z Compiling cfg_aliases v0.2.1
15842026-03-18T17:46:11.503Z Compiling ryu v1.0.23
15852026-03-18T17:46:11.535Z Compiling litrs v1.0.0
15862026-03-18T17:46:11.577Z Compiling base16ct v0.2.0
15872026-03-18T17:46:11.595Z Compiling zlib-rs v0.6.2
15882026-03-18T17:46:11.732Z Compiling num-bigint-dig v0.8.6
15892026-03-18T17:46:11.755Z Compiling smoltcp v0.9.1
15902026-03-18T17:46:11.855Z Compiling newtype-uuid v1.3.2
15912026-03-18T17:46:11.985Z Compiling sec1 v0.7.3
15922026-03-18T17:46:12.194Z Compiling serde_urlencoded v0.7.1
15932026-03-18T17:46:12.215Z Compiling document-features v0.2.12
15942026-03-18T17:46:12.283Z Compiling zerocopy v0.7.35
15952026-03-18T17:46:12.345Z Compiling nix v0.31.1
15962026-03-18T17:46:12.630Z Compiling darling v0.21.3
15972026-03-18T17:46:12.732Z Compiling postgres-protocol v0.6.10
15982026-03-18T17:46:12.834Z Compiling tower-http v0.6.8
15992026-03-18T17:46:12.987Z Compiling publicsuffix v2.3.0
16002026-03-18T17:46:13.195Z Compiling num-iter v0.1.45
16012026-03-18T17:46:13.212Z Compiling group v0.13.0
16022026-03-18T17:46:13.430Z Compiling rand v0.8.5
16032026-03-18T17:46:13.451Z Compiling oxnet v0.1.4
16042026-03-18T17:46:13.470Z Compiling derive_builder v0.20.2
16052026-03-18T17:46:13.742Z Compiling proc-macro-error v1.0.4
16062026-03-18T17:46:13.960Z Compiling goblin v0.8.2
16072026-03-18T17:46:14.506Z Compiling tokio-native-tls v0.3.1
16082026-03-18T17:46:14.802Z Compiling heck v0.4.1
16092026-03-18T17:46:15.000Z Compiling phf_shared v0.13.1
16102026-03-18T17:46:15.117Z Compiling hubpack_derive v0.1.1
16112026-03-18T17:46:15.136Z Compiling regex v1.12.3
16122026-03-18T17:46:15.276Z Compiling lazy_static v1.5.0
16132026-03-18T17:46:15.324Z Compiling cargo-platform v0.1.9
16142026-03-18T17:46:15.392Z Compiling hkdf v0.12.4
16152026-03-18T17:46:15.606Z Compiling crypto-bigint v0.5.5
16162026-03-18T17:46:15.661Z Compiling daft-derive v0.1.5
16172026-03-18T17:46:15.681Z Compiling ref-cast-impl v1.0.25
16182026-03-18T17:46:15.739Z Compiling flate2 v1.1.9
16192026-03-18T17:46:16.228Z Compiling async-trait v0.1.89
16202026-03-18T17:46:16.303Z Compiling strum_macros v0.27.2
16212026-03-18T17:46:16.390Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-18T17:46:16.611Z Compiling terminal_size v0.4.3
16232026-03-18T17:46:16.780Z Compiling vergen v9.0.6
16242026-03-18T17:46:17.006Z Compiling fs-err v3.3.0
16252026-03-18T17:46:17.237Z Compiling ahash v0.8.12
16262026-03-18T17:46:17.256Z Compiling object v0.37.3
16272026-03-18T17:46:17.482Z Compiling managed v0.8.0
16282026-03-18T17:46:17.590Z Compiling libbz2-rs-sys v0.2.2
16292026-03-18T17:46:17.653Z Compiling foldhash v0.1.5
16302026-03-18T17:46:17.768Z Compiling bitflags v1.3.2
16312026-03-18T17:46:17.862Z Compiling bumpalo v3.20.2
16322026-03-18T17:46:17.881Z Compiling winnow v0.5.40
16332026-03-18T17:46:18.187Z Compiling console v0.16.2
16342026-03-18T17:46:18.482Z Compiling bzip2 v0.6.1
16352026-03-18T17:46:18.530Z Compiling zopfli v0.8.3
16362026-03-18T17:46:18.921Z Compiling hashbrown v0.15.5
16372026-03-18T17:46:18.940Z Compiling clap_builder v4.5.60
16382026-03-18T17:46:19.017Z Compiling strum v0.27.2
16392026-03-18T17:46:19.419Z Compiling dof v0.3.0
16402026-03-18T17:46:19.664Z Compiling toml_edit v0.19.15
16412026-03-18T17:46:19.844Z Compiling elliptic-curve v0.13.8
16422026-03-18T17:46:19.931Z Compiling daft v0.1.5
16432026-03-18T17:46:20.419Z Compiling hubpack v0.1.2
16442026-03-18T17:46:20.438Z Compiling cargo_metadata v0.19.2
16452026-03-18T17:46:20.710Z Compiling phf v0.13.1
16462026-03-18T17:46:20.928Z Compiling zone_cfg_derive v0.3.1
16472026-03-18T17:46:21.757Z Compiling signal-hook-mio v0.2.5
16482026-03-18T17:46:21.905Z Compiling zstd v0.13.3
16492026-03-18T17:46:22.256Z Compiling hyper-tls v0.6.0
16502026-03-18T17:46:22.286Z Compiling rayon v1.11.0
16512026-03-18T17:46:22.620Z Compiling cookie_store v0.22.1
16522026-03-18T17:46:23.040Z Compiling bzip2 v0.4.4
16532026-03-18T17:46:23.232Z Compiling postgres-types v0.2.12
16542026-03-18T17:46:23.414Z Compiling serde_with_macros v3.17.0
16552026-03-18T17:46:23.495Z Compiling usdt-attr-macro v0.6.0
16562026-03-18T17:46:23.536Z Compiling usdt-macro v0.6.0
16572026-03-18T17:46:23.990Z Compiling ed25519 v2.2.3
16582026-03-18T17:46:24.502Z Compiling dtrace-parser v0.2.0
16592026-03-18T17:46:24.529Z Compiling phf_shared v0.11.3
16602026-03-18T17:46:24.759Z Compiling itertools v0.12.1
16612026-03-18T17:46:24.779Z Compiling bstr v1.12.1
16622026-03-18T17:46:24.956Z Compiling pkcs1 v0.7.5
16632026-03-18T17:46:25.051Z Compiling hex v0.4.3
16642026-03-18T17:46:25.165Z Compiling serde-big-array v0.5.1
16652026-03-18T17:46:25.348Z Compiling rfc6979 v0.4.0
16662026-03-18T17:46:25.413Z Compiling enum-as-inner v0.6.1
16672026-03-18T17:46:25.503Z Compiling serde_repr v0.1.20
16682026-03-18T17:46:25.506Z Compiling clap_derive v4.5.55
16692026-03-18T17:46:25.622Z Compiling strum_macros v0.26.4
16702026-03-18T17:46:25.708Z Compiling float-cmp v0.10.0
16712026-03-18T17:46:25.894Z Compiling memmap2 v0.9.10
16722026-03-18T17:46:26.071Z Compiling thread-id v4.2.2
16732026-03-18T17:46:26.175Z Compiling env_filter v1.0.0
16742026-03-18T17:46:26.194Z Compiling encoding_rs v0.8.35
16752026-03-18T17:46:26.197Z Compiling normalize-line-endings v0.3.0
16762026-03-18T17:46:26.333Z Compiling new_debug_unreachable v1.0.6
16772026-03-18T17:46:26.423Z Compiling data-encoding v2.10.0
16782026-03-18T17:46:26.519Z Compiling keccak v0.1.6
16792026-03-18T17:46:26.579Z Compiling predicates-core v1.0.10
16802026-03-18T17:46:26.811Z Compiling fixedbitset v0.5.7
16812026-03-18T17:46:27.211Z Compiling rustc-hash v2.1.1
16822026-03-18T17:46:27.369Z Compiling unit-prefix v0.5.2
16832026-03-18T17:46:27.389Z Compiling difflib v0.4.0
16842026-03-18T17:46:27.559Z Compiling jiff v0.2.21
16852026-03-18T17:46:27.626Z Compiling static_assertions v1.1.0
16862026-03-18T17:46:27.723Z Compiling fixedbitset v0.4.2
16872026-03-18T17:46:27.772Z Compiling precomputed-hash v0.1.1
16882026-03-18T17:46:27.881Z Compiling whoami v2.1.0
16892026-03-18T17:46:27.966Z Compiling mime v0.3.17
16902026-03-18T17:46:28.007Z Compiling clap v4.5.60
16912026-03-18T17:46:28.025Z Compiling strum v0.26.3
16922026-03-18T17:46:28.108Z Compiling petgraph v0.6.5
16932026-03-18T17:46:28.148Z Compiling string_cache v0.8.9
16942026-03-18T17:46:28.183Z Compiling tokio-postgres v0.7.16
16952026-03-18T17:46:28.232Z Compiling toml_edit v0.22.27
16962026-03-18T17:46:28.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-18T17:46:28.373Z Compiling predicates v3.1.4
16982026-03-18T17:46:28.439Z Compiling indicatif v0.18.4
16992026-03-18T17:46:29.247Z Compiling iddqd v0.3.17
17002026-03-18T17:46:29.565Z Compiling petgraph v0.8.3
17012026-03-18T17:46:30.160Z Compiling hickory-proto v0.25.2
17022026-03-18T17:46:30.821Z Compiling sha3 v0.10.8
17032026-03-18T17:46:31.160Z Compiling zone v0.3.1
17042026-03-18T17:46:31.417Z Compiling zip v4.6.1
17052026-03-18T17:46:32.080Z Compiling env_logger v0.11.9
17062026-03-18T17:46:32.101Z Compiling usdt-impl v0.5.0
17072026-03-18T17:46:32.104Z Compiling usdt v0.6.0
17082026-03-18T17:46:32.254Z Compiling ecdsa v0.16.9
17092026-03-18T17:46:32.429Z Compiling similar v2.7.0
17102026-03-18T17:46:32.552Z Compiling serde_with v3.17.0
17112026-03-18T17:46:32.720Z Compiling rsa v0.9.10
17122026-03-18T17:46:32.769Z Compiling crossterm v0.28.1
17132026-03-18T17:46:32.898Z Compiling ed25519-dalek v2.2.0
17142026-03-18T17:46:33.596Z Compiling zip v0.6.6
17152026-03-18T17:46:34.262Z Compiling toml v0.7.8
17162026-03-18T17:46:34.922Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-18T17:46:35.003Z Compiling itertools v0.13.0
17182026-03-18T17:46:35.143Z Compiling tokio-stream v0.1.18
17192026-03-18T17:46:35.522Z Compiling buf-list v1.1.2
17202026-03-18T17:46:35.788Z Compiling x509-cert v0.2.5
17212026-03-18T17:46:35.809Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-18T17:46:35.881Z Compiling openapiv3 v2.2.0
17232026-03-18T17:46:36.208Z Compiling sha1 v0.10.6
17242026-03-18T17:46:36.504Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-18T17:46:36.742Z Compiling lalrpop-util v0.19.12
17262026-03-18T17:46:36.775Z Compiling peg-runtime v0.8.5
17272026-03-18T17:46:36.883Z Compiling thread_local v1.1.9
17282026-03-18T17:46:36.904Z Compiling slog-async v2.8.0
17292026-03-18T17:46:36.980Z Compiling crossbeam-channel v0.5.15
17302026-03-18T17:46:37.141Z Compiling futures-executor v0.3.32
17312026-03-18T17:46:37.206Z Compiling is-terminal v0.4.17
17322026-03-18T17:46:37.297Z Compiling filetime v0.2.27
17332026-03-18T17:46:37.319Z Compiling term v1.2.1
17342026-03-18T17:46:37.469Z Compiling xattr v1.6.1
17352026-03-18T17:46:37.519Z Compiling take_mut v0.2.2
17362026-03-18T17:46:37.584Z Compiling futures v0.3.32
17372026-03-18T17:46:37.682Z Compiling slog-term v2.9.2
17382026-03-18T17:46:37.702Z Compiling tar v0.4.44
17392026-03-18T17:46:44.881Z Compiling rustls-webpki v0.103.9
17402026-03-18T17:46:48.944Z Compiling tokio-rustls v0.26.4
17412026-03-18T17:46:48.944Z Compiling rustls-platform-verifier v0.6.2
17422026-03-18T17:46:49.215Z Compiling hyper-rustls v0.27.7
17432026-03-18T17:46:49.475Z Compiling reqwest v0.12.28
17442026-03-18T17:46:49.475Z Compiling reqwest v0.13.2
17452026-03-18T17:46:52.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-18T17:46:52.714Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-18T17:46:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17482026-03-18T17:46:56.706Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-18T17:46:56.768ZMar 18 17:46:56.361 INFO Starting download, target: MaghemiteMgd
17502026-03-18T17:46:56.768ZMar 18 17:46:56.361 INFO Starting download, target: TransceiverControl
17512026-03-18T17:46:56.768ZMar 18 17:46:56.361 INFO Starting download, target: Clickhouse
17522026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Starting download, target: Console
17532026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Starting download, target: DendriteStub
17542026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Starting download, target: Cockroach
17552026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-18T17:46:56.771ZMar 18 17:46:56.361 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-18T17:46:56.772ZMar 18 17:46:56.361 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-18T17:46:56.772ZMar 18 17:46:56.361 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-18T17:46:56.772ZMar 18 17:46:56.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-18T17:46:57.330ZMar 18 17:46:56.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-18T17:46:57.662ZMar 18 17:46:57.254 INFO Download complete, target: TransceiverControl
17632026-03-18T17:46:57.810ZMar 18 17:46:57.389 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-18T17:46:58.170ZMar 18 17:46:57.762 INFO Download complete, target: Console
17652026-03-18T17:46:58.209ZMar 18 17:46:57.799 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-18T17:46:58.283ZMar 18 17:46:57.875 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-18T17:46:59.181ZMar 18 17:46:58.773 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-03-18T17:46:59.181ZMar 18 17:46:58.773 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-03-18T17:46:59.570ZMar 18 17:46:59.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-18T17:47:01.964ZMar 18 17:47:01.556 INFO Download complete, target: MaghemiteMgd
17712026-03-18T17:47:01.964ZMar 18 17:47:01.556 INFO Download complete, target: DendriteStub
17722026-03-18T17:47:06.798ZMar 18 17:47:06.388 INFO Checking that binary works, target: Cockroach
17732026-03-18T17:47:06.910ZMar 18 17:47:06.501 INFO Download complete, target: Cockroach
17742026-03-18T17:47:10.859ZMar 18 17:47:10.449 INFO Checking that binary works, target: Clickhouse
17752026-03-18T17:47:11.002ZMar 18 17:47:10.591 INFO Download complete, target: Clickhouse
17762026-03-18T17:47:11.019ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-18T17:47:11.023Z
17782026-03-18T17:47:11.023Zreal 4:16.888137062
17792026-03-18T17:47:11.023Zuser 10:25.006458414
17802026-03-18T17:47:11.023Zsys 1:47.355523317
17812026-03-18T17:47:11.023Ztrap 0.333298187
17822026-03-18T17:47:11.023Ztflt 0.615756244
17832026-03-18T17:47:11.023Zdflt 0.525944937
17842026-03-18T17:47:11.023Zkflt 0.020131176
17852026-03-18T17:47:11.023Zlock 31:31.952844340
17862026-03-18T17:47:11.023Zslp 29:52.210280626
17872026-03-18T17:47:11.023Zlat 57.382770235
17882026-03-18T17:47:11.023Zstop 2:41.034237570
17892026-03-18T17:47:11.023Z+ banner clippy
17902026-03-18T17:47:11.023Z
17912026-03-18T17:47:11.023Z #### # # ##### ##### # #
17922026-03-18T17:47:11.023Z # # # # # # # # # #
17932026-03-18T17:47:11.023Z # # # # # # # #
17942026-03-18T17:47:11.023Z # # # ##### ##### #
17952026-03-18T17:47:11.023Z # # # # # # #
17962026-03-18T17:47:11.023Z #### ###### # # # #
17972026-03-18T17:47:11.023Z
17982026-03-18T17:47:11.023Z+ export CARGO_INCREMENTAL=0
17992026-03-18T17:47:11.023Z+ CARGO_INCREMENTAL=0
18002026-03-18T17:47:11.023Z+ ptime -m cargo xtask clippy
18012026-03-18T17:47:11.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-18T17:47:11.988Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-18T17:47:14.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18042026-03-18T17:47:14.619Z Running `target/debug/xtask clippy`
18052026-03-18T17:47:14.647Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-18T17:47:15.421Z Downloading crates ...
18072026-03-18T17:47:15.694Z Downloaded cargo-platform v0.3.2
18082026-03-18T17:47:15.713Z Downloaded supports-hyperlinks v2.1.0
18092026-03-18T17:47:15.716Z Downloaded approx v0.5.1
18102026-03-18T17:47:15.716Z Downloaded anes v0.1.6
18112026-03-18T17:47:15.719Z Downloaded miette-derive v5.10.0
18122026-03-18T17:47:15.719Z Downloaded backtrace-ext v0.2.1
18132026-03-18T17:47:15.719Z Downloaded assert-json-diff v2.0.2
18142026-03-18T17:47:15.722Z Downloaded supports-color v2.1.0
18152026-03-18T17:47:15.722Z Downloaded serde_regex v1.1.0
18162026-03-18T17:47:15.722Z Downloaded oorandom v11.1.5
18172026-03-18T17:47:15.722Z Downloaded event-listener-strategy v0.5.4
18182026-03-18T17:47:15.725Z Downloaded nested v0.1.1
18192026-03-18T17:47:15.725Z Downloaded cast v0.3.0
18202026-03-18T17:47:15.725Z Downloaded parking v2.2.1
18212026-03-18T17:47:15.729Z Downloaded linkme-impl v0.3.35
18222026-03-18T17:47:15.732Z Downloaded target-spec v3.5.7
18232026-03-18T17:47:15.739Z Downloaded similar-asserts v1.7.0
18242026-03-18T17:47:15.743Z Downloaded async-object-pool v0.2.0
18252026-03-18T17:47:15.743Z Downloaded pathdiff v0.2.3
18262026-03-18T17:47:15.747Z Downloaded terminal_size v0.1.17
18272026-03-18T17:47:15.747Z Downloaded guppy-workspace-hack v0.1.0
18282026-03-18T17:47:15.750Z Downloaded plotters-backend v0.3.7
18292026-03-18T17:47:15.756Z Downloaded futures-timer v3.0.3
18302026-03-18T17:47:15.759Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18312026-03-18T17:47:15.762Z Downloaded plotters-svg v0.3.7
18322026-03-18T17:47:15.762Z Downloaded criterion-plot v0.6.0
18332026-03-18T17:47:15.762Z Downloaded rustc-demangle v0.1.27
18342026-03-18T17:47:15.766Z Downloaded escape8259 v0.5.3
18352026-03-18T17:47:15.776Z Downloaded target-triple v1.0.0
18362026-03-18T17:47:15.779Z Downloaded supports-unicode v2.1.0
18372026-03-18T17:47:15.779Z Downloaded path-tree v0.8.3
18382026-03-18T17:47:15.779Z Downloaded concurrent-queue v2.5.0
18392026-03-18T17:47:15.785Z Downloaded owo-colors v3.5.0
18402026-03-18T17:47:15.793Z Downloaded rust-argon2 v2.1.0
18412026-03-18T17:47:15.796Z Downloaded linkme v0.3.35
18422026-03-18T17:47:15.799Z Downloaded libtest-mimic v0.8.1
18432026-03-18T17:47:15.799Z Downloaded addr2line v0.25.1
18442026-03-18T17:47:15.802Z Downloaded knuffel-derive v3.2.0
18452026-03-18T17:47:15.802Z Downloaded stringmetrics v2.2.2
18462026-03-18T17:47:15.808Z Downloaded relative-path v1.9.3
18472026-03-18T17:47:15.811Z Downloaded termcolor v1.4.1
18482026-03-18T17:47:15.812Z Downloaded target-lexicon v0.13.3
18492026-03-18T17:47:15.815Z Downloaded constant_time_eq v0.3.1
18502026-03-18T17:47:15.815Z Downloaded tinytemplate v1.2.1
18512026-03-18T17:47:15.818Z Downloaded async-lock v3.4.2
18522026-03-18T17:47:15.822Z Downloaded partial-io v0.5.4
18532026-03-18T17:47:15.822Z Downloaded blake2b_simd v1.0.4
18542026-03-18T17:47:15.825Z Downloaded trybuild v1.0.116
18552026-03-18T17:47:15.825Z Downloaded datatest-stable v0.3.3
18562026-03-18T17:47:15.829Z Downloaded rstest v0.25.0
18572026-03-18T17:47:15.832Z Downloaded event-listener v5.4.1
18582026-03-18T17:47:15.837Z Downloaded cfg-expr v0.20.6
18592026-03-18T17:47:15.837Z Downloaded httptest v0.16.4
18602026-03-18T17:47:15.837Z Downloaded assert_cmd v2.1.2
18612026-03-18T17:47:15.843Z Downloaded textwrap v0.15.2
18622026-03-18T17:47:15.846Z Downloaded cargo_metadata v0.23.1
18632026-03-18T17:47:15.858Z Downloaded rand_distr v0.5.1
18642026-03-18T17:47:15.863Z Downloaded toml v1.0.3+spec-1.1.0
18652026-03-18T17:47:15.877Z Downloaded rstest_macros v0.25.0
18662026-03-18T17:47:15.880Z Downloaded fancy-regex v0.14.0
18672026-03-18T17:47:15.880Z Downloaded chumsky v0.9.3
18682026-03-18T17:47:15.888Z Downloaded miette v5.10.0
18692026-03-18T17:47:15.891Z Downloaded backtrace v0.3.76
18702026-03-18T17:47:15.894Z Downloaded knuffel v3.2.0
18712026-03-18T17:47:15.900Z Downloaded guppy v0.17.25
18722026-03-18T17:47:15.909Z Downloaded hashbrown v0.14.5
18732026-03-18T17:47:15.913Z Downloaded plotters v0.3.7
18742026-03-18T17:47:15.919Z Downloaded criterion v0.7.0
18752026-03-18T17:47:15.929Z Downloaded gimli v0.32.3
18762026-03-18T17:47:16.047Z Downloaded httpmock v0.8.3
18772026-03-18T17:47:18.214Z Checking cfg-if v1.0.4
18782026-03-18T17:47:18.623Z Checking libc v0.2.180
18792026-03-18T17:47:18.626Z Checking serde_core v1.0.228
18802026-03-18T17:47:18.718Z Checking memchr v2.8.0
18812026-03-18T17:47:18.767Z Checking smallvec v1.15.1
18822026-03-18T17:47:18.819Z Checking itoa v1.0.17
18832026-03-18T17:47:18.822Z Checking log v0.4.29
18842026-03-18T17:47:18.918Z Checking zeroize v1.8.2
18852026-03-18T17:47:18.970Z Checking libm v0.2.16
18862026-03-18T17:47:19.035Z Checking scopeguard v1.2.0
18872026-03-18T17:47:19.087Z Checking stable_deref_trait v1.2.1
18882026-03-18T17:47:19.141Z Checking zmij v1.0.21
18892026-03-18T17:47:19.194Z Checking zerofrom v0.1.6
18902026-03-18T17:47:19.243Z Checking lock_api v0.4.14
18912026-03-18T17:47:19.285Z Checking errno v0.3.14
18922026-03-18T17:47:19.288Z Checking getrandom v0.2.17
18932026-03-18T17:47:19.378Z Checking yoke v0.8.1
18942026-03-18T17:47:19.426Z Checking percent-encoding v2.3.2
18952026-03-18T17:47:19.475Z Checking litemap v0.8.1
18962026-03-18T17:47:19.475Z Checking writeable v0.6.2
18972026-03-18T17:47:19.566Z Checking subtle v2.6.1
18982026-03-18T17:47:19.613Z Checking icu_properties_data v2.1.2
18992026-03-18T17:47:19.661Z Checking icu_normalizer_data v2.1.1
19002026-03-18T17:47:19.664Z Checking zerovec v0.11.5
19012026-03-18T17:47:19.751Z Checking zerotrie v0.2.3
19022026-03-18T17:47:19.799Z Checking form_urlencoded v1.2.2
19032026-03-18T17:47:19.799Z Checking rand_core v0.6.4
19042026-03-18T17:47:19.890Z Checking portable-atomic v1.13.1
19052026-03-18T17:47:19.938Z Checking utf8_iter v1.0.4
19062026-03-18T17:47:19.991Z Checking num-traits v0.2.19
19072026-03-18T17:47:19.994Z Checking pin-project-lite v0.2.17
19082026-03-18T17:47:20.105Z Checking zerocopy v0.8.40
19092026-03-18T17:47:20.108Z Checking critical-section v1.2.0
19102026-03-18T17:47:20.202Z Checking parking_lot_core v0.9.12
19112026-03-18T17:47:20.252Z Checking rand_core v0.10.0
19122026-03-18T17:47:20.298Z Checking tinystr v0.8.2
19132026-03-18T17:47:20.345Z Checking potential_utf v0.1.4
19142026-03-18T17:47:20.478Z Checking getrandom v0.4.1
19152026-03-18T17:47:20.525Z Checking parking_lot v0.12.5
19162026-03-18T17:47:20.529Z Checking once_cell v1.21.3
19172026-03-18T17:47:20.616Z Checking icu_collections v2.1.1
19182026-03-18T17:47:20.619Z Checking icu_locale_core v2.1.1
19192026-03-18T17:47:20.712Z Checking signal-hook-registry v1.4.8
19202026-03-18T17:47:20.801Z Checking mio v1.1.1
19212026-03-18T17:47:20.855Z Checking typenum v1.19.0
19222026-03-18T17:47:20.909Z Checking serde v1.0.228
19232026-03-18T17:47:20.909Z Checking bitflags v2.11.0
19242026-03-18T17:47:20.999Z Checking serde_json v1.0.149
19252026-03-18T17:47:21.058Z Checking socket2 v0.6.2
19262026-03-18T17:47:21.226Z Checking thiserror v2.0.18
19272026-03-18T17:47:21.229Z Checking iana-time-zone v0.1.65
19282026-03-18T17:47:21.406Z Checking allocator-api2 v0.2.21
19292026-03-18T17:47:21.457Z Checking icu_provider v2.1.1
19302026-03-18T17:47:21.505Z Checking semver v1.0.27
19312026-03-18T17:47:21.505Z Checking uuid v1.21.0
19322026-03-18T17:47:21.598Z Checking bytes v1.11.1
19332026-03-18T17:47:21.645Z Checking generic-array v0.14.7
19342026-03-18T17:47:21.805Z Checking chrono v0.4.44
19352026-03-18T17:47:21.808Z Checking icu_properties v2.1.2
19362026-03-18T17:47:21.893Z Checking icu_normalizer v2.1.1
19372026-03-18T17:47:21.968Z Checking futures-core v0.3.32
19382026-03-18T17:47:22.033Z Checking equivalent v1.0.2
19392026-03-18T17:47:22.187Z Checking const-oid v0.9.6
19402026-03-18T17:47:22.191Z Checking dyn-clone v1.0.20
19412026-03-18T17:47:22.285Z Checking tokio v1.49.0
19422026-03-18T17:47:22.333Z Checking crypto-common v0.1.7
19432026-03-18T17:47:22.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-18T17:47:22.422Z Checking foldhash v0.2.0
19452026-03-18T17:47:22.525Z Checking block-buffer v0.10.4
19462026-03-18T17:47:22.703Z Checking hashbrown v0.16.1
19472026-03-18T17:47:22.748Z Checking futures-sink v0.3.32
19482026-03-18T17:47:22.795Z Checking rustix v1.1.3
19492026-03-18T17:47:22.907Z Checking byteorder v1.5.0
19502026-03-18T17:47:23.031Z Checking idna_adapter v1.2.1
19512026-03-18T17:47:23.036Z Checking futures-channel v0.3.32
19522026-03-18T17:47:23.227Z Checking idna v1.1.0
19532026-03-18T17:47:23.274Z Checking futures-task v0.3.32
19542026-03-18T17:47:23.321Z Checking digest v0.10.7
19552026-03-18T17:47:23.381Z Checking slab v0.4.12
19562026-03-18T17:47:23.436Z Checking futures-io v0.3.32
19572026-03-18T17:47:23.492Z Checking cpufeatures v0.2.17
19582026-03-18T17:47:23.586Z Checking url v2.5.8
19592026-03-18T17:47:23.634Z Checking indexmap v2.13.0
19602026-03-18T17:47:23.638Z Checking futures-util v0.3.32
19612026-03-18T17:47:23.674Z Checking thiserror v1.0.69
19622026-03-18T17:47:23.677Z Checking getrandom v0.3.4
19632026-03-18T17:47:23.877Z Checking fnv v1.0.7
19642026-03-18T17:47:23.982Z Checking regex-syntax v0.8.10
19652026-03-18T17:47:24.034Z Checking http v1.4.0
19662026-03-18T17:47:24.038Z Checking tracing-core v0.1.36
19672026-03-18T17:47:24.165Z Checking ppv-lite86 v0.2.21
19682026-03-18T17:47:24.214Z Checking schemars v0.8.22
19692026-03-18T17:47:24.497Z Checking base64 v0.22.1
19702026-03-18T17:47:24.548Z Checking tracing v0.1.44
19712026-03-18T17:47:24.621Z Checking unicode-ident v1.0.24
19722026-03-18T17:47:24.797Z Checking ipnet v2.11.0
19732026-03-18T17:47:24.852Z Checking utf8parse v0.2.2
19742026-03-18T17:47:24.859Z Checking anstyle v1.0.13
19752026-03-18T17:47:24.938Z Checking proc-macro2 v1.0.106
19762026-03-18T17:47:25.012Z Checking untrusted v0.9.0
19772026-03-18T17:47:25.162Z Checking anstyle-parse v0.2.7
19782026-03-18T17:47:25.167Z Checking aho-corasick v1.1.4
19792026-03-18T17:47:25.254Z Checking ring v0.17.14
19802026-03-18T17:47:25.277Z Checking base64ct v1.8.3
19812026-03-18T17:47:25.396Z Checking colorchoice v1.0.4
19822026-03-18T17:47:25.404Z Checking quote v1.0.44
19832026-03-18T17:47:25.555Z Checking anstyle-query v1.1.5
19842026-03-18T17:47:25.643Z Checking is_terminal_polyfill v1.70.2
19852026-03-18T17:47:25.700Z Checking syn v2.0.117
19862026-03-18T17:47:25.706Z Checking block-padding v0.3.3
19872026-03-18T17:47:25.815Z Checking anstream v0.6.21
19882026-03-18T17:47:25.825Z Checking terminal_size v0.4.3
19892026-03-18T17:47:25.957Z Checking inout v0.1.4
19902026-03-18T17:47:26.090Z Checking rustls-pki-types v1.14.0
19912026-03-18T17:47:26.175Z Checking crossbeam-utils v0.8.21
19922026-03-18T17:47:26.181Z Checking regex-automata v0.4.14
19932026-03-18T17:47:26.181Z Checking httparse v1.10.1
19942026-03-18T17:47:26.368Z Checking cipher v0.4.4
19952026-03-18T17:47:26.523Z Checking strsim v0.11.1
19962026-03-18T17:47:26.570Z Checking clap_lex v1.0.0
19972026-03-18T17:47:26.619Z Checking sha2 v0.10.9
19982026-03-18T17:47:26.666Z Checking pem-rfc7468 v0.7.0
19992026-03-18T17:47:26.716Z Checking http-body v1.0.1
20002026-03-18T17:47:26.719Z Checking tokio-util v0.7.18
20012026-03-18T17:47:26.765Z Checking rand_core v0.9.5
20022026-03-18T17:47:26.856Z Checking clap_builder v4.5.60
20032026-03-18T17:47:26.902Z Checking atomic-waker v1.1.2
20042026-03-18T17:47:26.950Z Checking hmac v0.12.1
20052026-03-18T17:47:27.008Z Checking try-lock v0.2.5
20062026-03-18T17:47:27.063Z Checking httpdate v1.0.3
20072026-03-18T17:47:27.109Z Checking tower-layer v0.3.3
20082026-03-18T17:47:27.158Z Checking flagset v0.4.7
20092026-03-18T17:47:27.205Z Checking want v0.3.1
20102026-03-18T17:47:27.280Z Checking tower-service v0.3.3
20112026-03-18T17:47:27.337Z Checking ryu v1.0.23
20122026-03-18T17:47:27.383Z Checking pin-utils v0.1.0
20132026-03-18T17:47:27.429Z Checking der v0.7.10
20142026-03-18T17:47:27.432Z Checking rand_chacha v0.9.0
20152026-03-18T17:47:27.534Z Checking erased-serde v0.3.31
20162026-03-18T17:47:27.583Z Checking spin v0.9.8
20172026-03-18T17:47:27.630Z Checking h2 v0.4.13
20182026-03-18T17:47:27.770Z Checking rand v0.9.2
20192026-03-18T17:47:27.854Z Checking anyhow v1.0.102
20202026-03-18T17:47:28.153Z Checking slog v2.8.2
20212026-03-18T17:47:28.201Z Checking powerfmt v0.2.0
20222026-03-18T17:47:28.444Z Checking deranged v0.5.8
20232026-03-18T17:47:28.493Z Checking num-conv v0.2.0
20242026-03-18T17:47:28.541Z Checking num_threads v0.1.7
20252026-03-18T17:47:28.588Z Checking time-core v0.1.8
20262026-03-18T17:47:28.636Z Checking clap v4.5.60
20272026-03-18T17:47:28.684Z Checking http-body-util v0.1.3
20282026-03-18T17:47:28.687Z Checking aws-lc-sys v0.37.1
20292026-03-18T17:47:28.776Z Checking untrusted v0.7.1
20302026-03-18T17:47:28.823Z Checking fastrand v2.3.0
20312026-03-18T17:47:28.870Z Checking openssl-probe v0.2.1
20322026-03-18T17:47:28.954Z Checking regex v1.12.3
20332026-03-18T17:47:29.006Z Checking spki v0.7.3
20342026-03-18T17:47:29.054Z Checking serde_urlencoded v0.7.1
20352026-03-18T17:47:29.103Z Checking pbkdf2 v0.12.2
20362026-03-18T17:47:29.106Z Checking aes v0.8.4
20372026-03-18T17:47:29.250Z Checking rand_chacha v0.3.1
20382026-03-18T17:47:29.298Z Checking unicode-width v0.2.0
20392026-03-18T17:47:29.366Z Checking pretty-hex v0.4.1
20402026-03-18T17:47:29.369Z Checking cbc v0.1.2
20412026-03-18T17:47:29.477Z Checking aws-lc-rs v1.16.0
20422026-03-18T17:47:29.554Z Checking salsa20 v0.10.2
20432026-03-18T17:47:29.559Z Checking rand v0.8.5
20442026-03-18T17:47:29.647Z Checking ipnetwork v0.21.1
20452026-03-18T17:47:29.693Z Checking tempfile v3.25.0
20462026-03-18T17:47:29.742Z Checking hex v0.4.3
20472026-03-18T17:47:29.790Z Checking time v0.3.47
20482026-03-18T17:47:29.793Z Checking scrypt v0.11.0
20492026-03-18T17:47:29.957Z Checking plain v0.2.3
20502026-03-18T17:47:30.004Z Checking rustls-native-certs v0.8.3
20512026-03-18T17:47:30.053Z Checking pkcs5 v0.7.1
20522026-03-18T17:47:30.101Z Checking sync_wrapper v1.0.2
20532026-03-18T17:47:30.148Z Checking camino v1.2.2
20542026-03-18T17:47:30.204Z Checking ucd-trie v0.1.7
20552026-03-18T17:47:30.265Z Checking tower v0.5.3
20562026-03-18T17:47:30.345Z Checking webpki-roots v1.0.6
20572026-03-18T17:47:30.407Z Checking pest v2.8.6
20582026-03-18T17:47:30.455Z Checking pkcs8 v0.10.2
20592026-03-18T17:47:30.525Z Checking iri-string v0.7.10
20602026-03-18T17:47:30.572Z Checking mime v0.3.17
20612026-03-18T17:47:30.652Z Checking rustls-webpki v0.103.9
20622026-03-18T17:47:30.720Z Checking either v1.15.0
20632026-03-18T17:47:30.824Z Checking openapiv3 v2.2.0
20642026-03-18T17:47:30.873Z Checking winnow v0.7.14
20652026-03-18T17:47:31.005Z Checking oxnet v0.1.4
20662026-03-18T17:47:31.259Z Checking rustls v0.23.37
20672026-03-18T17:47:31.356Z Checking lazy_static v1.5.0
20682026-03-18T17:47:31.407Z Checking hyper v1.8.1
20692026-03-18T17:47:31.411Z Checking static_assertions v1.1.0
20702026-03-18T17:47:31.508Z Checking foreign-types-shared v0.1.1
20712026-03-18T17:47:31.579Z Checking signature v2.2.0
20722026-03-18T17:47:31.648Z Checking foreign-types v0.3.2
20732026-03-18T17:47:31.773Z Checking openssl-sys v0.9.111
20742026-03-18T17:47:31.820Z Checking encoding_rs v0.8.35
20752026-03-18T17:47:31.904Z Checking simd-adler32 v0.3.8
20762026-03-18T17:47:31.999Z Checking tower-http v0.6.8
20772026-03-18T17:47:32.172Z Checking hubpack v0.1.2
20782026-03-18T17:47:32.407Z Checking adler2 v2.0.1
20792026-03-18T17:47:32.456Z Checking strum v0.26.3
20802026-03-18T17:47:32.460Z Checking openssl v0.10.75
20812026-03-18T17:47:32.581Z Checking miniz_oxide v0.8.9
20822026-03-18T17:47:32.631Z Checking sha1 v0.10.6
20832026-03-18T17:47:32.634Z Checking tinyvec_macros v0.1.1
20842026-03-18T17:47:32.721Z Checking data-encoding v2.10.0
20852026-03-18T17:47:32.724Z Checking hyper-util v0.1.20
20862026-03-18T17:47:32.813Z Checking tinyvec v1.10.0
20872026-03-18T17:47:32.868Z Checking toml_datetime v0.6.11
20882026-03-18T17:47:33.078Z Checking serde_spanned v0.6.9
20892026-03-18T17:47:33.128Z Checking num-integer v0.1.46
20902026-03-18T17:47:33.177Z Checking scroll v0.13.0
20912026-03-18T17:47:33.181Z Checking memmap2 v0.9.10
20922026-03-18T17:47:33.278Z Checking bit-vec v0.8.0
20932026-03-18T17:47:33.327Z Checking base16ct v0.2.0
20942026-03-18T17:47:33.470Z Checking dtrace-parser v0.3.0
20952026-03-18T17:47:33.474Z Checking crossbeam-epoch v0.9.18
20962026-03-18T17:47:33.565Z Checking goblin v0.10.5
20972026-03-18T17:47:33.568Z Checking sec1 v0.7.3
20982026-03-18T17:47:33.657Z Checking bit-set v0.8.0
20992026-03-18T17:47:33.823Z Checking crc32fast v1.5.0
21002026-03-18T17:47:33.870Z Checking ff v0.13.1
21012026-03-18T17:47:33.919Z Checking thread-id v5.1.0
21022026-03-18T17:47:33.923Z Checking wait-timeout v0.2.1
21032026-03-18T17:47:34.032Z Checking num-iter v0.1.45
21042026-03-18T17:47:34.081Z Checking bstr v1.12.1
21052026-03-18T17:47:34.084Z Checking group v0.13.0
21062026-03-18T17:47:34.171Z Checking hkdf v0.12.4
21072026-03-18T17:47:34.219Z Checking ahash v0.8.12
21082026-03-18T17:47:34.348Z Checking crypto-bigint v0.5.5
21092026-03-18T17:47:34.397Z Checking quick-error v1.2.3
21102026-03-18T17:47:34.514Z Checking rand_xorshift v0.4.0
21112026-03-18T17:47:34.563Z Checking rusty-fork v0.3.1
21122026-03-18T17:47:34.566Z Checking scroll v0.12.0
21132026-03-18T17:47:34.657Z Checking tokio-rustls v0.26.4
21142026-03-18T17:47:34.705Z Checking unarray v0.1.4
21152026-03-18T17:47:34.708Z Checking num-bigint-dig v0.8.6
21162026-03-18T17:47:34.807Z Checking pkcs1 v0.7.5
21172026-03-18T17:47:34.868Z Checking proptest v1.10.0
21182026-03-18T17:47:34.940Z Checking goblin v0.8.2
21192026-03-18T17:47:34.994Z Checking hyper-rustls v0.27.7
21202026-03-18T17:47:35.120Z Checking x509-cert v0.2.5
21212026-03-18T17:47:35.292Z Checking zerocopy v0.7.35
21222026-03-18T17:47:35.390Z Checking native-tls v0.2.18
21232026-03-18T17:47:35.666Z Checking tokio-native-tls v0.3.1
21242026-03-18T17:47:35.715Z Checking elliptic-curve v0.13.8
21252026-03-18T17:47:35.900Z Checking hyper-tls v0.6.0
21262026-03-18T17:47:35.949Z Checking psl-types v2.0.11
21272026-03-18T17:47:36.023Z Checking zlib-rs v0.6.2
21282026-03-18T17:47:36.071Z Checking unicode-segmentation v1.12.0
21292026-03-18T17:47:36.134Z Checking publicsuffix v2.3.0
21302026-03-18T17:47:36.183Z Checking reqwest v0.12.28
21312026-03-18T17:47:36.186Z Checking rsa v0.9.10
21322026-03-18T17:47:36.376Z Checking crossbeam-deque v0.8.6
21332026-03-18T17:47:36.525Z Checking dtrace-parser v0.2.0
21342026-03-18T17:47:36.647Z Checking cookie v0.18.1
21352026-03-18T17:47:36.876Z Checking rfc6979 v0.4.0
21362026-03-18T17:47:36.879Z Checking dof v0.4.0
21372026-03-18T17:47:36.966Z Checking thread-id v4.2.2
21382026-03-18T17:47:37.014Z Checking toml_write v0.1.2
21392026-03-18T17:47:37.060Z Checking ecdsa v0.16.9
21402026-03-18T17:47:37.107Z Checking cookie_store v0.22.1
21412026-03-18T17:47:37.272Z Checking toml_edit v0.22.27
21422026-03-18T17:47:37.276Z Checking flate2 v1.1.9
21432026-03-18T17:47:37.368Z Checking rustls-platform-verifier v0.6.2
21442026-03-18T17:47:37.418Z Checking newtype-uuid v1.3.2
21452026-03-18T17:47:37.560Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-18T17:47:37.609Z Checking curve25519-dalek v4.1.3
21472026-03-18T17:47:37.612Z Checking dof v0.3.0
21482026-03-18T17:47:37.612Z Checking memoffset v0.9.1
21492026-03-18T17:47:37.745Z Checking rustix v0.38.44
21502026-03-18T17:47:37.793Z Checking env_filter v1.0.0
21512026-03-18T17:47:37.839Z Checking keccak v0.1.6
21522026-03-18T17:47:37.842Z Checking usdt-impl v0.6.0
21532026-03-18T17:47:38.010Z Checking env_logger v0.11.9
21542026-03-18T17:47:38.058Z Checking daft v0.1.5
21552026-03-18T17:47:38.107Z Checking sha3 v0.10.8
21562026-03-18T17:47:38.111Z Checking usdt-impl v0.5.0
21572026-03-18T17:47:38.290Z Checking usdt v0.6.0
21582026-03-18T17:47:38.338Z Checking reqwest v0.13.2
21592026-03-18T17:47:38.419Z Checking ed25519 v2.2.3
21602026-03-18T17:47:38.423Z Checking itertools v0.13.0
21612026-03-18T17:47:38.534Z Checking serde_with v3.17.0
21622026-03-18T17:47:38.585Z Checking bitflags v1.3.2
21632026-03-18T17:47:38.688Z Checking siphasher v1.0.2
21642026-03-18T17:47:38.736Z Checking unicode-normalization v0.1.25
21652026-03-18T17:47:38.739Z Checking ed25519-dalek v2.2.0
21662026-03-18T17:47:38.829Z Checking signal-hook v0.3.18
21672026-03-18T17:47:38.935Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-18T17:47:38.984Z Checking winnow v0.5.40
21692026-03-18T17:47:39.102Z Checking managed v0.8.0
21702026-03-18T17:47:39.150Z Checking nix v0.31.1
21712026-03-18T17:47:39.228Z Checking rayon-core v1.13.0
21722026-03-18T17:47:39.297Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-18T17:47:39.385Z Checking object v0.37.3
21742026-03-18T17:47:39.450Z Checking foldhash v0.1.5
21752026-03-18T17:47:39.537Z Checking bzip2 v0.4.4
21762026-03-18T17:47:39.667Z Checking hashbrown v0.15.5
21772026-03-18T17:47:39.716Z Checking signal-hook-mio v0.2.5
21782026-03-18T17:47:39.786Z Checking ref-cast v1.0.25
21792026-03-18T17:47:39.881Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-18T17:47:39.930Z Checking zip v0.6.6
21812026-03-18T17:47:39.975Z Checking bumpalo v3.20.2
21822026-03-18T17:47:40.060Z Checking zstd-safe v7.2.4
21832026-03-18T17:47:40.276Z Checking libbz2-rs-sys v0.2.2
21842026-03-18T17:47:40.323Z Checking zstd v0.13.3
21852026-03-18T17:47:40.370Z Checking zopfli v0.8.3
21862026-03-18T17:47:40.419Z Checking crossterm v0.28.1
21872026-03-18T17:47:40.598Z Checking toml_edit v0.19.15
21882026-03-18T17:47:40.648Z Checking rayon v1.11.0
21892026-03-18T17:47:40.651Z Checking similar v2.7.0
21902026-03-18T17:47:40.651Z Checking fs-err v3.3.0
21912026-03-18T17:47:40.829Z Checking bzip2 v0.6.1
21922026-03-18T17:47:40.876Z Checking hash32 v0.2.1
21932026-03-18T17:47:41.079Z Checking serde-big-array v0.5.1
21942026-03-18T17:47:41.128Z Checking unicode-bidi v0.3.18
21952026-03-18T17:47:41.174Z Checking predicates-core v1.0.10
21962026-03-18T17:47:41.229Z Checking unicode-properties v0.1.4
21972026-03-18T17:47:41.287Z Checking jiff v0.2.21
21982026-03-18T17:47:41.364Z Checking heapless v0.7.17
21992026-03-18T17:47:41.414Z Checking hickory-proto v0.25.2
22002026-03-18T17:47:41.514Z Checking tokio-stream v0.1.18
22012026-03-18T17:47:41.566Z Checking stringprep v0.1.5
22022026-03-18T17:47:41.801Z Checking md-5 v0.10.6
22032026-03-18T17:47:41.957Z Checking float-cmp v0.10.0
22042026-03-18T17:47:42.017Z Checking fallible-iterator v0.2.0
22052026-03-18T17:47:42.065Z Checking rustc-hash v2.1.1
22062026-03-18T17:47:42.114Z Checking toml v0.7.8
22072026-03-18T17:47:42.161Z Checking difflib v0.4.0
22082026-03-18T17:47:42.243Z Checking normalize-line-endings v0.3.0
22092026-03-18T17:47:42.395Z Checking iddqd v0.3.17
22102026-03-18T17:47:42.444Z Checking postgres-protocol v0.6.10
22112026-03-18T17:47:42.448Z Checking predicates v3.1.4
22122026-03-18T17:47:42.578Z Checking smoltcp v0.9.1
22132026-03-18T17:47:42.713Z Checking phf_shared v0.13.1
22142026-03-18T17:47:42.761Z Checking phf_shared v0.11.3
22152026-03-18T17:47:42.898Z Checking itertools v0.12.1
22162026-03-18T17:47:42.945Z Checking console v0.16.2
22172026-03-18T17:47:42.992Z Checking buf-list v1.1.2
22182026-03-18T17:47:43.040Z Checking strum v0.27.2
22192026-03-18T17:47:43.223Z Checking new_debug_unreachable v1.0.6
22202026-03-18T17:47:43.275Z Checking fixedbitset v0.4.2
22212026-03-18T17:47:43.350Z Checking unit-prefix v0.5.2
22222026-03-18T17:47:43.406Z Checking precomputed-hash v0.1.1
22232026-03-18T17:47:43.456Z Checking fixedbitset v0.5.7
22242026-03-18T17:47:43.513Z Checking lalrpop-util v0.19.12
22252026-03-18T17:47:43.563Z Checking indicatif v0.18.4
22262026-03-18T17:47:43.566Z Checking string_cache v0.8.9
22272026-03-18T17:47:43.654Z Checking petgraph v0.6.5
22282026-03-18T17:47:43.744Z Checking petgraph v0.8.3
22292026-03-18T17:47:43.791Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-18T17:47:43.855Z Checking phf v0.13.1
22312026-03-18T17:47:44.088Z Checking postgres-types v0.2.12
22322026-03-18T17:47:44.136Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-18T17:47:44.357Z Checking zone v0.3.1
22342026-03-18T17:47:44.429Z Checking zip v4.6.1
22352026-03-18T17:47:44.526Z Checking peg-runtime v0.8.5
22362026-03-18T17:47:44.574Z Checking whoami v2.1.0
22372026-03-18T17:47:44.861Z Checking tokio-postgres v0.7.16
22382026-03-18T17:47:44.913Z Checking futures-executor v0.3.32
22392026-03-18T17:47:44.956Z Checking is-terminal v0.4.17
22402026-03-18T17:47:45.111Z Checking crossbeam-channel v0.5.15
22412026-03-18T17:47:45.159Z Checking futures v0.3.32
22422026-03-18T17:47:45.229Z Compiling structmeta-derive v0.3.0
22432026-03-18T17:47:45.277Z Checking thread_local v1.1.9
22442026-03-18T17:47:45.325Z Checking term v1.2.1
22452026-03-18T17:47:45.447Z Checking take_mut v0.2.2
22462026-03-18T17:47:45.526Z Compiling newtype-uuid-macros v0.1.0
22472026-03-18T17:47:45.594Z Compiling rustls v0.22.4
22482026-03-18T17:47:45.644Z Checking slog-async v2.8.0
22492026-03-18T17:47:45.647Z Checking slog-term v2.9.2
22502026-03-18T17:47:45.919Z Checking regress v0.10.5
22512026-03-18T17:47:45.968Z Compiling multer v3.1.0
22522026-03-18T17:47:45.971Z Compiling async-stream-impl v0.3.6
22532026-03-18T17:47:46.060Z Compiling dropshot v0.16.7
22542026-03-18T17:47:46.379Z Compiling dropshot_endpoint v0.16.7
22552026-03-18T17:47:46.443Z Checking match_cfg v0.1.0
22562026-03-18T17:47:46.565Z Checking slog-json v2.6.1
22572026-03-18T17:47:46.613Z Checking hostname v0.3.1
22582026-03-18T17:47:46.656Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-03-18T17:47:46.705Z Compiling structmeta v0.3.0
22602026-03-18T17:47:46.770Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-18T17:47:46.819Z Checking slog-bunyan v2.5.0
22622026-03-18T17:47:46.868Z Checking debug-ignore v1.0.5
22632026-03-18T17:47:46.997Z Checking serde_spanned v1.0.4
22642026-03-18T17:47:47.047Z Checking toml_writer v1.0.6+spec-1.1.0
22652026-03-18T17:47:47.050Z Compiling derive-ex v0.1.8
22662026-03-18T17:47:47.145Z Checking rustls-webpki v0.102.8
22672026-03-18T17:47:47.194Z Checking serde_path_to_error v0.1.20
22682026-03-18T17:47:47.242Z Checking progenitor-client v0.13.0
22692026-03-18T17:47:47.325Z Checking toml v0.9.12+spec-1.1.0
22702026-03-18T17:47:47.373Z Checking async-stream v0.3.6
22712026-03-18T17:47:47.571Z Checking waitgroup v0.1.2
22722026-03-18T17:47:47.664Z Checking rustls-pemfile v2.2.0
22732026-03-18T17:47:47.781Z Checking hostname v0.4.2
22742026-03-18T17:47:47.877Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-18T17:47:47.925Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762026-03-18T17:47:47.928Z Compiling parse-display-derive v0.10.0
22772026-03-18T17:47:48.015Z Checking itertools v0.14.0
22782026-03-18T17:47:48.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-18T17:47:48.098Z Checking macaddr v1.0.1
22802026-03-18T17:47:48.220Z Checking progenitor-client v0.10.0
22812026-03-18T17:47:48.426Z Checking instant v0.1.13
22822026-03-18T17:47:48.556Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-18T17:47:48.604Z Checking backoff v0.4.0
22842026-03-18T17:47:48.657Z Checking backon v1.6.0
22852026-03-18T17:47:48.841Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-18T17:47:48.938Z Checking progenitor-extras v0.1.1
22872026-03-18T17:47:48.941Z Checking heck v0.5.0
22882026-03-18T17:47:49.177Z Checking camino-tempfile v1.4.1
22892026-03-18T17:47:49.255Z Checking toml v0.8.23
22902026-03-18T17:47:49.506Z Compiling convert_case v0.4.0
22912026-03-18T17:47:49.554Z Compiling test-strategy v0.4.5
22922026-03-18T17:47:49.557Z Compiling unsafe-libyaml v0.2.11
22932026-03-18T17:47:49.748Z Checking secrecy v0.10.3
22942026-03-18T17:47:49.797Z Checking tokio-rustls v0.25.0
22952026-03-18T17:47:49.938Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-18T17:47:50.041Z Compiling derive_more v0.99.20
22972026-03-18T17:47:50.316Z Checking parse-display v0.10.0
22982026-03-18T17:47:50.547Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-18T17:47:50.639Z Compiling crucible-workspace-hack v0.1.0
23002026-03-18T17:47:50.907Z Compiling proc-macro-crate v3.4.0
23012026-03-18T17:47:51.175Z Compiling typify-impl v0.6.1
23022026-03-18T17:47:51.610Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-18T17:47:51.812Z Checking half v2.7.1
23042026-03-18T17:47:52.151Z Checking ciborium-io v0.2.2
23052026-03-18T17:47:52.209Z Checking glob v0.3.3
23062026-03-18T17:47:52.307Z Checking ciborium-ll v0.2.2
23072026-03-18T17:47:52.492Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23082026-03-18T17:47:52.574Z Compiling heapless v0.8.0
23092026-03-18T17:47:52.622Z Checking ciborium v0.2.2
23102026-03-18T17:47:52.687Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-18T17:47:52.850Z Compiling ingot-macros v0.1.1
23122026-03-18T17:47:53.083Z Checking tabwriter v1.4.1
23132026-03-18T17:47:53.264Z Checking hash32 v0.3.1
23142026-03-18T17:47:53.311Z Compiling smoltcp v0.11.0
23152026-03-18T17:47:53.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-18T17:47:53.402Z Compiling num_enum_derive v0.7.5
23172026-03-18T17:47:53.688Z Checking cobs v0.3.0
23182026-03-18T17:47:53.736Z Compiling foreign-types-macros v0.2.3
23192026-03-18T17:47:53.863Z Checking cpufeatures v0.3.0
23202026-03-18T17:47:53.913Z Checking foreign-types-shared v0.3.1
23212026-03-18T17:47:53.996Z Checking chacha20 v0.10.0
23222026-03-18T17:47:54.096Z Checking postcard v1.1.3
23232026-03-18T17:47:54.544Z Checking foreign-types v0.5.0
23242026-03-18T17:47:54.548Z Compiling proc-macro-crate v1.3.1
23252026-03-18T17:47:54.674Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-18T17:47:54.723Z Checking cstr-argument v0.1.2
23272026-03-18T17:47:54.866Z Checking num_enum v0.7.5
23282026-03-18T17:47:54.914Z Checking sigpipe v0.1.3
23292026-03-18T17:47:54.990Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-18T17:47:55.047Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-18T17:47:55.051Z Checking colored v3.1.1
23322026-03-18T17:47:55.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-18T17:47:55.397Z Compiling num_enum_derive v0.5.11
23342026-03-18T17:47:55.444Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-18T17:47:55.555Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-03-18T17:47:55.558Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-18T17:47:55.685Z Checking rand v0.10.0
23382026-03-18T17:47:55.734Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-18T17:47:55.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-18T17:47:55.858Z Checking indent_write v2.2.0
23412026-03-18T17:47:56.066Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-18T17:47:56.173Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-18T17:47:56.335Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-18T17:47:56.384Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-18T17:47:56.430Z Checking smf v0.2.3
23462026-03-18T17:47:56.655Z Compiling num-derive v0.4.2
23472026-03-18T17:47:56.751Z Checking ingot-types v0.1.2
23482026-03-18T17:47:56.798Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-18T17:47:56.801Z Checking num_enum v0.5.11
23502026-03-18T17:47:56.887Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-18T17:47:57.015Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-18T17:47:57.119Z Checking whoami v1.6.1
23532026-03-18T17:47:57.179Z Checking universal-hash v0.5.1
23542026-03-18T17:47:57.319Z Checking ingot v0.1.1
23552026-03-18T17:47:57.375Z Checking opaque-debug v0.3.1
23562026-03-18T17:47:57.378Z Checking aead v0.5.2
23572026-03-18T17:47:57.498Z Checking swrite v0.1.0
23582026-03-18T17:47:57.502Z Checking poly1305 v0.8.0
23592026-03-18T17:47:57.599Z Checking chacha20 v0.9.1
23602026-03-18T17:47:57.649Z Checking unicode-width v0.1.14
23612026-03-18T17:47:57.691Z Compiling typify-macro v0.6.1
23622026-03-18T17:47:57.694Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-18T17:47:57.884Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-18T17:47:57.887Z Checking password-hash v0.5.0
23652026-03-18T17:47:57.977Z Checking blake2 v0.10.6
23662026-03-18T17:47:58.025Z Checking chacha20poly1305 v0.10.1
23672026-03-18T17:47:58.251Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-18T17:47:58.298Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-18T17:47:58.344Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-18T17:47:58.391Z Checking argon2 v0.5.3
23712026-03-18T17:47:58.681Z Compiling usdt-macro v0.5.0
23722026-03-18T17:47:58.730Z Compiling usdt-attr-macro v0.5.0
23732026-03-18T17:47:58.734Z Checking memmap v0.7.0
23742026-03-18T17:47:58.886Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-18T17:47:58.986Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-18T17:47:59.308Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-18T17:47:59.396Z Checking thiserror-no-std v2.0.2
23782026-03-18T17:47:59.548Z Checking vsss-rs v3.3.4
23792026-03-18T17:47:59.678Z Compiling derive-where v1.6.0
23802026-03-18T17:47:59.731Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23812026-03-18T17:47:59.784Z Checking atomicwrites v0.4.4
23822026-03-18T17:47:59.787Z Checking usdt v0.5.0
23832026-03-18T17:48:00.023Z Checking tokio-dtrace v0.1.1
23842026-03-18T17:48:00.027Z Checking console v0.15.11
23852026-03-18T17:48:00.117Z Compiling typify v0.6.1
23862026-03-18T17:48:00.286Z Compiling progenitor-impl v0.13.0
23872026-03-18T17:48:00.337Z Checking oxide-tokio-rt v0.1.3
23882026-03-18T17:48:00.462Z Checking newline-converter v0.3.0
23892026-03-18T17:48:00.621Z Checking bytecount v0.6.9
23902026-03-18T17:48:00.668Z Checking expectorate v1.2.0
23912026-03-18T17:48:00.713Z Compiling prettyplease v0.2.37
23922026-03-18T17:48:00.787Z Compiling owo-colors v4.3.0
23932026-03-18T17:48:00.881Z Compiling cancel-safe-futures v0.1.5
23942026-03-18T17:48:01.063Z Checking libsw-core v0.3.2
23952026-03-18T17:48:01.229Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-03-18T17:48:01.364Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23972026-03-18T17:48:01.367Z Checking libsw v3.5.0
23982026-03-18T17:48:01.504Z Checking same-file v1.0.6
23992026-03-18T17:48:01.637Z Checking linear-map v1.2.0
24002026-03-18T17:48:01.686Z Checking num-rational v0.4.2
24012026-03-18T17:48:01.689Z Checking walkdir v2.5.0
24022026-03-18T17:48:01.780Z Checking num-complex v0.4.6
24032026-03-18T17:48:01.897Z Checking float-ord v0.3.2
24042026-03-18T17:48:01.975Z Checking gethostname v0.5.0
24052026-03-18T17:48:02.152Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-18T17:48:02.287Z Compiling async-recursion v1.1.1
24072026-03-18T17:48:02.333Z Checking num v0.4.3
24082026-03-18T17:48:02.336Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-18T17:48:02.472Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-18T17:48:02.723Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-18T17:48:03.403Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-18T17:48:04.039Z Compiling progenitor-macro v0.13.0
24132026-03-18T17:48:04.735Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-18T17:48:05.990Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-18T17:48:06.274Z Checking unicode-linebreak v0.1.5
24162026-03-18T17:48:06.337Z Checking smawk v0.3.2
24172026-03-18T17:48:06.498Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-18T17:48:06.596Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-18T17:48:06.708Z Checking globset v0.4.18
24202026-03-18T17:48:07.274Z Compiling convert_case v0.10.0
24212026-03-18T17:48:07.947Z Compiling slog-dtrace v0.3.0
24222026-03-18T17:48:08.235Z Checking resolv-conf v0.7.6
24232026-03-18T17:48:08.486Z Compiling derive_more-impl v2.1.1
24242026-03-18T17:48:08.715Z Compiling pin-project-internal v1.1.11
24252026-03-18T17:48:08.807Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-18T17:48:08.895Z Checking pem v3.0.6
24272026-03-18T17:48:09.100Z Checking fd-lock v4.0.4
24282026-03-18T17:48:09.146Z Checking vte v0.14.1
24292026-03-18T17:48:09.294Z Checking display-error-chain v0.2.2
24302026-03-18T17:48:09.379Z Checking strip-ansi-escapes v0.2.1
24312026-03-18T17:48:09.487Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-18T17:48:09.551Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-03-18T17:48:09.598Z Checking derive_more v2.1.1
24342026-03-18T17:48:09.666Z Compiling snafu-derive v0.8.9
24352026-03-18T17:48:09.712Z Checking nu-ansi-term v0.50.3
24362026-03-18T17:48:09.759Z Checking crossterm v0.29.0
24372026-03-18T17:48:10.032Z Checking linked-hash-map v0.5.6
24382026-03-18T17:48:10.273Z Checking pin-project v1.1.11
24392026-03-18T17:48:10.320Z Checking termtree v0.5.1
24402026-03-18T17:48:10.371Z Checking lru-cache v0.1.2
24412026-03-18T17:48:10.433Z Checking reedline v0.40.0
24422026-03-18T17:48:10.534Z Checking textwrap v0.16.2
24432026-03-18T17:48:10.583Z Checking olpc-cjson v0.1.4
24442026-03-18T17:48:10.845Z Checking hickory-proto v0.24.4
24452026-03-18T17:48:10.892Z Checking serde_plain v1.0.2
24462026-03-18T17:48:11.118Z Checking progenitor v0.13.0
24472026-03-18T17:48:11.163Z Checking typed-path v0.9.3
24482026-03-18T17:48:11.329Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-18T17:48:12.037Z Compiling minimal-lexical v0.2.1
24502026-03-18T17:48:12.309Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-03-18T17:48:12.355Z Checking snafu v0.8.9
24522026-03-18T17:48:12.418Z Compiling nom v7.1.3
24532026-03-18T17:48:12.708Z Checking tough v0.20.0
24542026-03-18T17:48:13.047Z Checking nibble_vec v0.1.0
24552026-03-18T17:48:13.285Z Checking endian-type v0.1.2
24562026-03-18T17:48:13.386Z Checking hickory-resolver v0.24.4
24572026-03-18T17:48:13.495Z Checking radix_trie v0.2.1
24582026-03-18T17:48:13.816Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-18T17:48:14.328Z Compiling ar_archive_writer v0.5.1
24602026-03-18T17:48:14.375Z Checking humantime v2.3.0
24612026-03-18T17:48:14.420Z Checking qorb v0.4.1
24622026-03-18T17:48:14.618Z Checking csv-core v0.1.13
24632026-03-18T17:48:14.664Z Checking base64 v0.21.7
24642026-03-18T17:48:14.891Z Checking csv v1.4.0
24652026-03-18T17:48:14.962Z Compiling stacker v0.1.23
24662026-03-18T17:48:15.017Z Compiling cfg_aliases v0.1.1
24672026-03-18T17:48:15.155Z Checking highway v1.3.0
24682026-03-18T17:48:15.395Z Compiling nix v0.28.0
24692026-03-18T17:48:15.447Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-03-18T17:48:15.451Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-18T17:48:15.544Z Checking papergrid v0.11.0
24722026-03-18T17:48:15.547Z Compiling psm v0.1.30
24732026-03-18T17:48:15.547Z Compiling tabled_derive v0.7.0
24742026-03-18T17:48:15.889Z Checking home v0.5.12
24752026-03-18T17:48:16.090Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-18T17:48:16.137Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-18T17:48:16.186Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-18T17:48:16.429Z Checking phf_shared v0.12.1
24792026-03-18T17:48:16.646Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-18T17:48:16.740Z Compiling semver v0.1.20
24812026-03-18T17:48:16.816Z Compiling chrono-tz v0.10.4
24822026-03-18T17:48:16.866Z Checking phf v0.12.1
24832026-03-18T17:48:16.912Z Checking tabled v0.15.0
24842026-03-18T17:48:17.119Z Compiling rustc_version v0.1.7
24852026-03-18T17:48:17.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-03-18T17:48:17.213Z Compiling const_format_proc_macros v0.2.34
24872026-03-18T17:48:17.262Z Checking recursive v0.1.1
24882026-03-18T17:48:17.266Z Compiling peg-macros v0.8.5
24892026-03-18T17:48:17.414Z Checking winnow v0.6.26
24902026-03-18T17:48:17.461Z Compiling sqlparser_derive v0.5.0
24912026-03-18T17:48:17.847Z Checking unicode_categories v0.1.1
24922026-03-18T17:48:18.421Z Checking const_format v0.2.35
24932026-03-18T17:48:18.515Z Checking sqlparser v0.61.0
24942026-03-18T17:48:18.619Z Checking rustyline v14.0.0
24952026-03-18T17:48:18.841Z Compiling newtype_derive v0.1.6
24962026-03-18T17:48:19.160Z Checking sqlformat v0.3.5
24972026-03-18T17:48:19.208Z Checking peg v0.8.5
24982026-03-18T17:48:19.334Z Checking bcs v0.1.6
24992026-03-18T17:48:19.692Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-18T17:48:19.786Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-18T17:48:19.881Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-18T17:48:19.970Z Checking steno v0.4.1
25032026-03-18T17:48:20.036Z Compiling typify-impl v0.4.3
25042026-03-18T17:48:20.239Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-18T17:48:21.204Z Checking utf-8 v0.7.6
25062026-03-18T17:48:21.404Z Checking filetime v0.2.27
25072026-03-18T17:48:21.448Z Checking arc-swap v1.8.2
25082026-03-18T17:48:21.790Z Checking xattr v1.6.1
25092026-03-18T17:48:21.994Z Checking tar v0.4.44
25102026-03-18T17:48:22.545Z Checking slog-scope v4.4.1
25112026-03-18T17:48:22.735Z Checking tungstenite v0.21.0
25122026-03-18T17:48:22.781Z Checking slog-stdlog v4.1.1
25132026-03-18T17:48:22.974Z Checking slog-envlogger v2.2.0
25142026-03-18T17:48:23.085Z Checking typeid v1.0.3
25152026-03-18T17:48:23.217Z Checking subprocess v0.2.15
25162026-03-18T17:48:23.277Z Checking headers-core v0.3.0
25172026-03-18T17:48:23.353Z Checking tokio-tungstenite v0.21.0
25182026-03-18T17:48:23.458Z Checking headers v0.4.1
25192026-03-18T17:48:23.637Z Compiling lzma-sys v0.1.20
25202026-03-18T17:48:23.754Z Compiling cargo_toml v0.22.3
25212026-03-18T17:48:23.822Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-18T17:48:24.149Z Checking yasna v0.5.2
25232026-03-18T17:48:24.442Z Checking xz2 v0.1.7
25242026-03-18T17:48:24.698Z Checking ron v0.12.0
25252026-03-18T17:48:24.744Z Checking rcgen v0.12.1
25262026-03-18T17:48:25.208Z Checking base16ct v1.0.0
25272026-03-18T17:48:25.299Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-18T17:48:25.348Z Checking dropshot-api-manager-types v0.6.0
25292026-03-18T17:48:25.408Z Checking tagptr v0.2.0
25302026-03-18T17:48:25.607Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-18T17:48:25.653Z Checking moka v0.12.13
25322026-03-18T17:48:25.762Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-18T17:48:25.858Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-18T17:48:25.982Z Compiling libefi-sys v0.1.0
25352026-03-18T17:48:26.264Z Compiling radium v0.7.0
25362026-03-18T17:48:26.432Z Compiling typify-macro v0.4.3
25372026-03-18T17:48:26.556Z Checking hickory-resolver v0.25.2
25382026-03-18T17:48:26.603Z Compiling bitfield-struct v0.6.2
25392026-03-18T17:48:26.717Z Compiling maybe-uninit v2.0.0
25402026-03-18T17:48:27.118Z Checking tap v1.0.1
25412026-03-18T17:48:27.298Z Checking wyz v0.5.1
25422026-03-18T17:48:27.489Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-18T17:48:27.579Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-03-18T17:48:27.772Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-18T17:48:27.775Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-18T17:48:28.012Z Compiling zerocopy-derive v0.6.6
25472026-03-18T17:48:28.151Z Checking funty v2.0.0
25482026-03-18T17:48:28.254Z Compiling packed_struct v0.10.1
25492026-03-18T17:48:28.259Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-18T17:48:28.437Z Checking crc-catalog v2.4.0
25512026-03-18T17:48:28.603Z Checking crc v3.4.0
25522026-03-18T17:48:28.715Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-18T17:48:28.761Z Checking bitvec v1.0.1
25542026-03-18T17:48:28.808Z Compiling typify v0.4.3
25552026-03-18T17:48:28.987Z Compiling progenitor-impl v0.10.0
25562026-03-18T17:48:29.080Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25572026-03-18T17:48:29.269Z Checking zerocopy v0.6.6
25582026-03-18T17:48:29.316Z Compiling packed_struct_codegen v0.10.1
25592026-03-18T17:48:29.319Z Compiling bitfield-macros v0.19.4
25602026-03-18T17:48:29.725Z Compiling indexmap v1.9.3
25612026-03-18T17:48:30.011Z Checking nodrop v0.1.14
25622026-03-18T17:48:30.168Z Checking array-init v0.0.4
25632026-03-18T17:48:30.372Z Checking bitfield v0.19.4
25642026-03-18T17:48:30.432Z Checking smallvec v0.6.14
25652026-03-18T17:48:30.670Z Checking hashbrown v0.12.3
25662026-03-18T17:48:30.716Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-18T17:48:30.763Z Checking serde-hex v0.1.0
25682026-03-18T17:48:30.810Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-18T17:48:30.957Z Checking ron v0.8.1
25702026-03-18T17:48:31.719Z Checking hashbrown v0.13.2
25712026-03-18T17:48:31.772Z Checking crc-any v2.5.0
25722026-03-18T17:48:32.048Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-18T17:48:32.093Z Checking path-slash v0.1.5
25742026-03-18T17:48:32.260Z Compiling xshell-macros v0.2.7
25752026-03-18T17:48:32.306Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762026-03-18T17:48:32.353Z Checking object v0.30.4
25772026-03-18T17:48:32.446Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-18T17:48:32.695Z Compiling progenitor-macro v0.10.0
25792026-03-18T17:48:32.776Z Checking xshell v0.2.7
25802026-03-18T17:48:32.824Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-18T17:48:32.881Z Checking half v1.8.3
25822026-03-18T17:48:33.067Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-18T17:48:33.214Z Checking serde_cbor v0.11.2
25842026-03-18T17:48:33.772Z Compiling num-derive v0.3.3
25852026-03-18T17:48:33.818Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-18T17:48:34.095Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-18T17:48:34.364Z Compiling proc-macro-error2 v2.0.1
25882026-03-18T17:48:34.411Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-18T17:48:34.818Z Compiling tabled_derive v0.11.0
25902026-03-18T17:48:34.907Z Checking papergrid v0.17.0
25912026-03-18T17:48:34.973Z Checking libscf-sys v1.1.0
25922026-03-18T17:48:35.178Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-18T17:48:35.483Z Checking testing_table v0.3.0
25942026-03-18T17:48:35.488Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-18T17:48:35.638Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-18T17:48:35.925Z Checking maplit v1.0.2
25972026-03-18T17:48:36.086Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-18T17:48:36.148Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-18T17:48:36.437Z Checking tabled v0.20.0
26002026-03-18T17:48:36.662Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-18T17:48:36.699Z Checking crc8 v0.1.1
26022026-03-18T17:48:36.754Z Checking fxhash v0.2.1
26032026-03-18T17:48:36.824Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-18T17:48:36.869Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-18T17:48:36.959Z Checking unicase v2.9.0
26062026-03-18T17:48:37.199Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-18T17:48:37.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-18T17:48:37.833Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-18T17:48:37.865Z Checking kstat-rs v0.2.4
26102026-03-18T17:48:38.112Z Compiling diesel_derives v2.3.7
26112026-03-18T17:48:38.169Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-18T17:48:38.214Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-18T17:48:38.381Z Compiling parking_lot_core v0.8.6
26142026-03-18T17:48:38.473Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-18T17:48:38.711Z Compiling git-stub v1.0.0
26162026-03-18T17:48:38.823Z Checking scheduled-thread-pool v0.2.7
26172026-03-18T17:48:38.935Z Compiling dsl_auto_type v0.2.0
26182026-03-18T17:48:39.051Z Compiling vergen-gitcl v1.0.8
26192026-03-18T17:48:39.097Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-18T17:48:39.375Z Checking r2d2 v0.8.10
26212026-03-18T17:48:39.379Z Compiling git-stub-vcs v0.1.0
26222026-03-18T17:48:39.471Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232026-03-18T17:48:39.563Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26242026-03-18T17:48:39.643Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-18T17:48:39.762Z Checking downcast-rs v2.0.2
26262026-03-18T17:48:39.811Z Checking progenitor v0.10.0
26272026-03-18T17:48:39.909Z Checking parking_lot v0.11.2
26282026-03-18T17:48:39.958Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-03-18T17:48:40.053Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26302026-03-18T17:48:40.056Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-03-18T17:48:40.056Z Checking prefix-trie v0.7.0
26322026-03-18T17:48:40.189Z Checking nanorand v0.7.0
26332026-03-18T17:48:40.484Z Compiling dirs-sys-next v0.1.2
26342026-03-18T17:48:40.531Z Compiling crunchy v0.2.4
26352026-03-18T17:48:40.621Z Checking hickory-server v0.25.2
26362026-03-18T17:48:40.770Z Compiling dirs-next v2.0.0
26372026-03-18T17:48:40.818Z Checking flume v0.11.1
26382026-03-18T17:48:40.889Z Checking sled v0.34.7
26392026-03-18T17:48:40.980Z Compiling clang-sys v1.8.1
26402026-03-18T17:48:41.047Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-18T17:48:41.179Z Checking hickory-client v0.25.2
26422026-03-18T17:48:41.325Z Compiling tiny-keccak v2.0.2
26432026-03-18T17:48:41.669Z Compiling term v0.7.0
26442026-03-18T17:48:41.717Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-18T17:48:41.760Z Compiling bit-vec v0.6.3
26462026-03-18T17:48:41.949Z Compiling salty v0.3.0
26472026-03-18T17:48:42.085Z Compiling ascii-canvas v3.0.0
26482026-03-18T17:48:42.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26492026-03-18T17:48:42.401Z Compiling bit-set v0.5.3
26502026-03-18T17:48:42.448Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-18T17:48:42.660Z Checking primeorder v0.13.6
26522026-03-18T17:48:43.021Z Compiling itertools v0.10.5
26532026-03-18T17:48:43.067Z Compiling ena v0.14.4
26542026-03-18T17:48:43.211Z Compiling libloading v0.8.9
26552026-03-18T17:48:43.416Z Compiling bindgen v0.71.1
26562026-03-18T17:48:43.539Z Compiling diff v0.1.13
26572026-03-18T17:48:43.737Z Compiling regex-syntax v0.6.29
26582026-03-18T17:48:44.166Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-18T17:48:44.510Z Compiling cexpr v0.6.0
26602026-03-18T17:48:44.606Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26612026-03-18T17:48:45.468Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26622026-03-18T17:48:45.513Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-03-18T17:48:45.904Z Compiling lalrpop v0.19.12
26642026-03-18T17:48:45.951Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-18T17:48:46.730Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-18T17:48:46.872Z Compiling libxml v0.3.3
26672026-03-18T17:48:47.019Z Compiling fs-err v2.11.0
26682026-03-18T17:48:47.372Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-03-18T17:48:47.416Z Checking diesel v2.3.7
26702026-03-18T17:48:47.474Z Checking p384 v0.13.1
26712026-03-18T17:48:47.788Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-18T17:48:48.087Z Compiling strum_macros v0.24.3
26732026-03-18T17:48:49.450Z Compiling indoc v1.0.9
26742026-03-18T17:48:50.272Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-18T17:48:50.747Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-18T17:48:50.869Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-18T17:48:51.120Z Checking quick-xml v0.37.5
26782026-03-18T17:48:51.167Z Checking derive_builder v0.20.2
26792026-03-18T17:48:51.350Z Compiling oso-derive v0.27.3
26802026-03-18T17:48:51.551Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-18T17:48:51.601Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-18T17:48:52.024Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-18T17:48:52.081Z Compiling trait-variant v0.1.2
26842026-03-18T17:48:52.378Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-18T17:48:52.836Z Checking parse-size v1.1.0
26862026-03-18T17:48:53.033Z Checking openssl-probe v0.1.6
26872026-03-18T17:48:53.220Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-18T17:48:54.061Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-03-18T17:48:54.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-18T17:48:54.387Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26912026-03-18T17:48:54.684Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-18T17:48:54.779Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-18T17:48:55.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T17:48:55.465Z Compiling progenitor-impl v0.11.2
26952026-03-18T17:48:55.738Z Checking assert_matches v1.5.0
26962026-03-18T17:48:56.124Z Compiling mime_guess v2.0.5
26972026-03-18T17:48:56.171Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-18T17:48:56.584Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-18T17:48:56.872Z Checking predicates-tree v1.0.13
27002026-03-18T17:48:57.053Z Checking progenitor-client v0.11.2
27012026-03-18T17:48:57.167Z Checking http-range v0.1.5
27022026-03-18T17:48:57.318Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-18T17:48:57.369Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-18T17:48:57.495Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-18T17:48:58.243Z Checking atty v0.2.14
27062026-03-18T17:48:59.127Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-18T17:48:59.296Z Compiling progenitor-macro v0.11.2
27082026-03-18T17:48:59.670Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-18T17:49:00.246Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-18T17:49:00.972Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-18T17:49:01.060Z Checking bb8 v0.8.6
27122026-03-18T17:49:01.256Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-18T17:49:01.458Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-18T17:49:01.559Z Checking corncobs v0.1.4
27152026-03-18T17:49:01.721Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-18T17:49:01.767Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-18T17:49:02.151Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-18T17:49:02.635Z Checking hyper-staticfile v0.10.1
27192026-03-18T17:49:02.681Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-18T17:49:03.064Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-18T17:49:03.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-18T17:49:03.221Z Checking ignore v0.4.25
27232026-03-18T17:49:03.396Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-18T17:49:03.813Z Checking signal-hook-tokio v0.3.1
27252026-03-18T17:49:04.019Z Checking secrecy v0.8.0
27262026-03-18T17:49:04.117Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-18T17:49:04.477Z Checking globwalk v0.9.1
27282026-03-18T17:49:04.835Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-18T17:49:05.014Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-18T17:49:05.503Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27312026-03-18T17:49:05.625Z Checking nonempty v0.12.0
27322026-03-18T17:49:05.686Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-18T17:49:05.886Z Checking camino-tempfile-ext v0.3.3
27342026-03-18T17:49:06.052Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27352026-03-18T17:49:06.165Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-03-18T17:49:06.211Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-18T17:49:06.400Z Checking progenitor v0.11.2
27382026-03-18T17:49:06.619Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-18T17:49:06.714Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-18T17:49:07.202Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27412026-03-18T17:49:07.307Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-03-18T17:49:07.643Z Checking diesel-dtrace v0.5.0
27432026-03-18T17:49:07.997Z Checking async-bb8-diesel v0.2.1
27442026-03-18T17:49:08.267Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-18T17:49:08.576Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-18T17:49:09.136Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-18T17:49:09.368Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-18T17:49:09.521Z Checking tungstenite v0.23.0
27492026-03-18T17:49:09.882Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-18T17:49:09.992Z Checking void v1.0.2
27512026-03-18T17:49:10.133Z Checking tokio-tungstenite v0.23.1
27522026-03-18T17:49:10.179Z Checking lzss v0.8.2
27532026-03-18T17:49:10.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-18T17:49:10.470Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-18T17:49:10.534Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-18T17:49:10.718Z Checking nix v0.27.1
27572026-03-18T17:49:11.283Z Checking serde_bytes v0.11.19
27582026-03-18T17:49:11.481Z Checking rand_seeder v0.4.0
27592026-03-18T17:49:11.573Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-18T17:49:11.713Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-18T17:49:12.133Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-18T17:49:12.239Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-18T17:49:12.392Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-18T17:49:12.868Z Checking is_ci v1.2.0
27652026-03-18T17:49:13.041Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-18T17:49:13.420Z Checking yansi v1.0.1
27672026-03-18T17:49:13.470Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-18T17:49:13.513Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-18T17:49:13.582Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-18T17:49:13.811Z Checking pretty_assertions v1.4.1
27712026-03-18T17:49:13.856Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-18T17:49:14.017Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-18T17:49:14.212Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-18T17:49:14.544Z Compiling darling_core v0.23.0
27752026-03-18T17:49:15.427Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-18T17:49:16.014Z Compiling indoc v2.0.7
27772026-03-18T17:49:16.269Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-18T17:49:16.512Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-18T17:49:16.560Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-18T17:49:16.643Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T17:49:16.931Z Compiling instability v0.3.11
27822026-03-18T17:49:17.376Z Compiling libz-sys v1.1.24
27832026-03-18T17:49:17.480Z Checking castaway v0.2.4
27842026-03-18T17:49:17.663Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-18T17:49:17.707Z Checking compact_str v0.8.1
27862026-03-18T17:49:18.177Z Compiling darling_macro v0.23.0
27872026-03-18T17:49:18.291Z Checking supports-color v3.0.2
27882026-03-18T17:49:18.503Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-18T17:49:18.804Z Checking unicode-truncate v1.1.0
27902026-03-18T17:49:18.894Z Compiling darling v0.23.0
27912026-03-18T17:49:19.028Z Checking lru v0.12.5
27922026-03-18T17:49:19.076Z Checking cassowary v0.3.0
27932026-03-18T17:49:19.344Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-18T17:49:19.645Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-18T17:49:20.064Z Checking ratatui v0.29.0
27962026-03-18T17:49:20.067Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-18T17:49:21.243Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-18T17:49:21.529Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-18T17:49:21.931Z Compiling vergen-git2 v1.0.7
28002026-03-18T17:49:21.992Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-03-18T17:49:22.090Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-18T17:49:22.272Z Checking colored v2.2.0
28032026-03-18T17:49:22.314Z Checking shell-words v1.1.1
28042026-03-18T17:49:22.372Z Checking plotters-backend v0.3.7
28052026-03-18T17:49:22.514Z Compiling rustls v0.21.12
28062026-03-18T17:49:22.682Z Checking plotters-svg v0.3.7
28072026-03-18T17:49:22.745Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-18T17:49:22.858Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-03-18T17:49:22.905Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-03-18T17:49:23.142Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-18T17:49:23.208Z Checking sct v0.7.1
28122026-03-18T17:49:23.427Z Checking rustls-webpki v0.101.7
28132026-03-18T17:49:23.759Z Compiling nix v0.29.0
28142026-03-18T17:49:23.941Z Checking cast v0.3.0
28152026-03-18T17:49:24.094Z Checking hex-literal v0.4.1
28162026-03-18T17:49:24.192Z Checking criterion-plot v0.6.0
28172026-03-18T17:49:24.257Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-18T17:49:24.698Z Checking plotters v0.3.7
28192026-03-18T17:49:25.779Z Checking erased-serde v0.4.9
28202026-03-18T17:49:26.175Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-18T17:49:26.354Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28222026-03-18T17:49:27.381Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-18T17:49:28.390Z Checking tinytemplate v1.2.1
28242026-03-18T17:49:28.725Z Checking ordered-float v2.10.1
28252026-03-18T17:49:29.102Z Checking oorandom v11.1.5
28262026-03-18T17:49:29.286Z Checking anes v0.1.6
28272026-03-18T17:49:29.570Z Checking criterion v0.7.0
28282026-03-18T17:49:29.922Z Checking serde-value v0.7.0
28292026-03-18T17:49:30.246Z Checking serde-untagged v0.1.9
28302026-03-18T17:49:30.541Z Checking tokio-rustls v0.24.1
28312026-03-18T17:49:31.177Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-18T17:49:31.223Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-18T17:49:31.504Z Checking rustls-pemfile v1.0.4
28342026-03-18T17:49:31.716Z Checking twox-hash v2.1.2
28352026-03-18T17:49:32.157Z Checking unicode-xid v0.2.6
28362026-03-18T17:49:32.303Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-18T17:49:32.349Z Checking cargo-util-schemas v0.8.2
28382026-03-18T17:49:32.602Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-18T17:49:32.828Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T17:49:33.597Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-18T17:49:33.835Z Checking fatfs v0.3.6
28422026-03-18T17:49:34.495Z Checking cargo-platform v0.2.0
28432026-03-18T17:49:34.687Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-18T17:49:34.774Z Compiling petname v2.0.2
28452026-03-18T17:49:35.450Z Compiling seq-macro v0.3.6
28462026-03-18T17:49:36.379Z Checking cargo_metadata v0.21.0
28472026-03-18T17:49:36.675Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-18T17:49:37.404Z Checking concurrent-queue v2.5.0
28492026-03-18T17:49:37.470Z Checking rtoolbox v0.0.3
28502026-03-18T17:49:37.682Z Checking futures-timer v3.0.3
28512026-03-18T17:49:37.725Z Checking parking v2.2.1
28522026-03-18T17:49:37.921Z Checking event-listener v5.4.1
28532026-03-18T17:49:37.969Z Checking rpassword v7.4.0
28542026-03-18T17:49:38.143Z Checking tui-tree-widget v0.23.1
28552026-03-18T17:49:38.279Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-18T17:49:38.433Z Checking polyval v0.6.2
28572026-03-18T17:49:38.526Z Checking sapling-renderdag v0.1.0
28582026-03-18T17:49:38.689Z Checking sync-ptr v0.1.4
28592026-03-18T17:49:38.734Z Checking ghash v0.5.1
28602026-03-18T17:49:38.878Z Checking event-listener-strategy v0.5.4
28612026-03-18T17:49:38.923Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-18T17:49:38.923Z Checking ctr v0.9.2
28632026-03-18T17:49:39.086Z Checking arrayvec v0.7.6
28642026-03-18T17:49:39.196Z Checking arrayref v0.3.9
28652026-03-18T17:49:39.240Z Checking constant_time_eq v0.4.2
28662026-03-18T17:49:39.326Z Checking aes-gcm v0.10.3
28672026-03-18T17:49:39.440Z Checking async-lock v3.4.2
28682026-03-18T17:49:39.485Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-18T17:49:39.557Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-18T17:49:40.014Z Checking ssh-encoding v0.2.0
28712026-03-18T17:49:40.312Z Checking blowfish v0.9.1
28722026-03-18T17:49:40.547Z Checking bcrypt-pbkdf v0.10.0
28732026-03-18T17:49:40.791Z Checking ssh-cipher v0.2.0
28742026-03-18T17:49:40.838Z Checking async-object-pool v0.2.0
28752026-03-18T17:49:41.016Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-03-18T17:49:41.062Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-03-18T17:49:41.251Z Compiling samael v0.0.19
28782026-03-18T17:49:41.468Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-18T17:49:41.878Z Checking serde_regex v1.1.0
28802026-03-18T17:49:42.120Z Checking password-hash v0.4.2
28812026-03-18T17:49:42.359Z Checking assert-json-diff v2.0.2
28822026-03-18T17:49:42.457Z Checking path-tree v0.8.3
28832026-03-18T17:49:42.611Z Checking stringmetrics v2.2.2
28842026-03-18T17:49:42.739Z Compiling target-lexicon v0.13.3
28852026-03-18T17:49:42.840Z Checking gimli v0.32.3
28862026-03-18T17:49:43.288Z Checking httpmock v0.8.3
28872026-03-18T17:49:43.539Z Checking pbkdf2 v0.11.0
28882026-03-18T17:49:43.802Z Checking ssh-key v0.6.7
28892026-03-18T17:49:45.182Z Checking addr2line v0.25.1
28902026-03-18T17:49:45.571Z Checking p256 v0.13.2
28912026-03-18T17:49:45.946Z Checking p521 v0.13.3
28922026-03-18T17:49:46.316Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-18T17:49:46.606Z Checking russh-cryptovec v0.7.3
28942026-03-18T17:49:46.792Z Compiling guppy-workspace-hack v0.1.0
28952026-03-18T17:49:46.837Z Checking rustc-demangle v0.1.27
28962026-03-18T17:49:47.060Z Checking md5 v0.7.0
28972026-03-18T17:49:47.175Z Checking backtrace v0.3.76
28982026-03-18T17:49:47.324Z Checking russh-keys v0.45.0
28992026-03-18T17:49:47.521Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-18T17:49:47.613Z Checking num-bigint v0.4.6
29012026-03-18T17:49:47.811Z Checking des v0.8.1
29022026-03-18T17:49:48.229Z Compiling blake3 v1.8.3
29032026-03-18T17:49:48.274Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-18T17:49:48.733Z Compiling target-spec v3.5.7
29052026-03-18T17:49:48.846Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-18T17:49:49.071Z Checking russh v0.45.0
29072026-03-18T17:49:49.663Z Checking cfg-expr v0.20.6
29082026-03-18T17:49:49.726Z Checking backtrace-ext v0.2.1
29092026-03-18T17:49:49.901Z Checking supports-color v2.1.0
29102026-03-18T17:49:49.944Z Checking textwrap v0.15.2
29112026-03-18T17:49:50.107Z Checking supports-hyperlinks v2.1.0
29122026-03-18T17:49:50.235Z Checking supports-unicode v2.1.0
29132026-03-18T17:49:50.281Z Checking hashbrown v0.14.5
29142026-03-18T17:49:50.326Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-18T17:49:50.418Z Checking cargo-platform v0.3.2
29162026-03-18T17:49:50.625Z Checking terminal_size v0.1.17
29172026-03-18T17:49:50.695Z Checking socket2 v0.5.10
29182026-03-18T17:49:50.798Z Compiling miette-derive v5.10.0
29192026-03-18T17:49:50.970Z Checking internet-checksum v0.2.1
29202026-03-18T17:49:51.069Z Checking owo-colors v3.5.0
29212026-03-18T17:49:51.158Z Checking chumsky v0.9.3
29222026-03-18T17:49:51.681Z Checking cargo_metadata v0.23.1
29232026-03-18T17:49:52.342Z Checking miette v5.10.0
29242026-03-18T17:49:52.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-18T17:49:52.756Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-18T17:49:52.940Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-18T17:49:53.024Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-18T17:49:53.364Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-18T17:49:53.409Z Checking httptest v0.16.4
29302026-03-18T17:49:53.757Z Checking pathdiff v0.2.3
29312026-03-18T17:49:53.916Z Compiling knuffel-derive v3.2.0
29322026-03-18T17:49:53.962Z Checking nested v0.1.1
29332026-03-18T17:49:54.006Z Checking topological-sort v0.2.2
29342026-03-18T17:49:54.175Z Compiling git2 v0.20.4
29352026-03-18T17:49:54.223Z Checking omicron-zone-package v0.12.2
29362026-03-18T17:49:54.223Z Checking guppy v0.17.25
29372026-03-18T17:49:54.501Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-18T17:49:54.806Z Checking similar-asserts v1.7.0
29392026-03-18T17:49:55.038Z Compiling rstest_macros v0.25.0
29402026-03-18T17:49:55.439Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-18T17:49:55.483Z Compiling target-triple v1.0.0
29422026-03-18T17:49:55.679Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-18T17:49:55.769Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-18T17:49:55.954Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-03-18T17:49:56.019Z Checking knuffel v3.2.0
29462026-03-18T17:49:56.250Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-18T17:49:56.921Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-18T17:49:57.111Z Compiling relative-path v1.9.3
29492026-03-18T17:49:57.249Z Checking escape8259 v0.5.3
29502026-03-18T17:49:57.568Z Compiling assert_cmd v2.1.2
29512026-03-18T17:49:58.057Z Checking libtest-mimic v0.8.1
29522026-03-18T17:49:58.328Z Checking toml v1.0.3+spec-1.1.0
29532026-03-18T17:49:58.661Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29542026-03-18T17:49:58.843Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29552026-03-18T17:49:59.114Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-18T17:49:59.239Z Checking blake2b_simd v1.0.4
29572026-03-18T17:49:59.788Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-03-18T17:49:59.847Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-03-18T17:50:00.311Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-03-18T17:50:00.385Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29612026-03-18T17:50:00.668Z Compiling polar-core v0.27.3
29622026-03-18T17:50:00.671Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-18T17:50:01.002Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-18T17:50:01.260Z Checking fancy-regex v0.14.0
29652026-03-18T17:50:01.554Z Checking serde_tokenstream v0.2.3
29662026-03-18T17:50:01.789Z Checking uzers v0.12.2
29672026-03-18T17:50:01.870Z Checking termcolor v1.4.1
29682026-03-18T17:50:02.102Z Compiling linkme-impl v0.3.35
29692026-03-18T17:50:02.205Z Checking constant_time_eq v0.3.1
29702026-03-18T17:50:02.381Z Checking rust-argon2 v2.1.0
29712026-03-18T17:50:02.631Z Checking trybuild v1.0.116
29722026-03-18T17:50:02.769Z Checking datatest-stable v0.3.3
29732026-03-18T17:50:03.213Z Checking rstest v0.25.0
29742026-03-18T17:50:03.676Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-18T17:50:03.829Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-18T17:50:04.136Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-18T17:50:04.183Z Checking support-bundle-viewer v0.1.2
29782026-03-18T17:50:04.551Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29792026-03-18T17:50:04.857Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-18T17:50:05.105Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-18T17:50:05.158Z Checking drift v0.1.3
29822026-03-18T17:50:05.399Z Checking rand_distr v0.5.1
29832026-03-18T17:50:05.613Z Checking multimap v0.10.1
29842026-03-18T17:50:05.900Z Checking approx v0.5.1
29852026-03-18T17:50:06.065Z Compiling linkme v0.3.35
29862026-03-18T17:50:06.125Z Checking dropshot-api-manager v0.6.0
29872026-03-18T17:50:07.534Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-03-18T17:50:07.691Z Checking oso v0.27.3
29892026-03-18T17:50:07.962Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-18T17:50:08.040Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-18T17:50:08.256Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-18T17:50:08.568Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29932026-03-18T17:50:08.714Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-18T17:50:08.879Z Checking partial-io v0.5.4
29952026-03-18T17:50:09.016Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-18T17:50:09.070Z Checking cargo_toml v0.21.0
29972026-03-18T17:50:09.191Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-18T17:50:09.263Z Checking termios v0.3.3
29992026-03-18T17:50:09.481Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30002026-03-18T17:50:09.974Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30012026-03-18T17:50:10.033Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-18T17:50:10.157Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-18T17:50:10.363Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-18T17:50:14.719Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-18T17:50:19.938Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-18T17:50:22.872Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-18T17:50:27.866Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-18T17:50:31.520Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-18T17:50:35.333Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-18T17:50:42.205Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-18T17:50:43.994Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30122026-03-18T17:50:44.662Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-18T17:50:56.256Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-18T17:52:53.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
30152026-03-18T17:52:54.731Z
30162026-03-18T17:52:54.731Zreal 5:43.622956292
30172026-03-18T17:52:54.735Zuser 28:40.462786624
30182026-03-18T17:52:54.735Zsys 5:58.763727283
30192026-03-18T17:52:54.735Ztrap 0.730848754
30202026-03-18T17:52:54.735Ztflt 0.091848325
30212026-03-18T17:52:54.735Zdflt 0.286417753
30222026-03-18T17:52:54.735Zkflt 0.000912435
30232026-03-18T17:52:54.735Zlock 1:20:51.459142524
30242026-03-18T17:52:54.735Zslp 1:17:40.996927680
30252026-03-18T17:52:54.735Zlat 1:57.357063956
30262026-03-18T17:52:54.735Zstop 14:09.207732539
30272026-03-18T17:52:54.735Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-18T17:52:54.735Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-18T17:52:55.911Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-18T17:52:55.911Z |
30312026-03-18T17:52:55.911Z = 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)`
30322026-03-18T17:52:55.911Z = 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>
30332026-03-18T17:52:57.223Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-18T17:52:57.493Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-18T17:52:57.542Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-18T17:52:57.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-18T17:52:57.802Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-03-18T17:52:57.802Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-03-18T17:52:57.858Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30402026-03-18T17:52:57.893Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-18T17:52:57.970Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-18T17:52:58.045Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-18T17:52:58.076Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-18T17:52:58.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-18T17:52:58.156Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-18T17:52:58.219Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-18T17:52:58.262Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-18T17:52:58.293Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-18T17:52:58.406Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-18T17:52:58.440Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-18T17:52:58.468Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-18T17:52:58.530Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-18T17:52:58.757Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-18T17:52:59.151Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-18T17:52:59.341Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30562026-03-18T17:52:59.372Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-18T17:52:59.403Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-18T17:52:59.582Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-18T17:52:59.613Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30602026-03-18T17:52:59.874Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-03-18T17:52:59.983Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30622026-03-18T17:53:00.132Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-03-18T17:53:00.164Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-18T17:53:00.331Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30652026-03-18T17:53:00.402Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30662026-03-18T17:53:00.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30672026-03-18T17:53:00.613Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30682026-03-18T17:53:00.695Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30692026-03-18T17:53:00.920Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30702026-03-18T17:53:00.924Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30712026-03-18T17:53:01.241Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-03-18T17:53:01.275Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-03-18T17:53:01.661Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-18T17:53:01.692Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-18T17:53:01.810Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-18T17:53:01.906Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-18T17:53:02.008Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-18T17:53:02.042Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-18T17:53:02.299Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-18T17:53:02.355Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-18T17:53:02.388Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30822026-03-18T17:53:02.392Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30832026-03-18T17:53:02.608Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-03-18T17:53:02.639Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-18T17:53:02.670Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30862026-03-18T17:53:02.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872026-03-18T17:53:02.926Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-18T17:53:02.984Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-18T17:53:03.025Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-18T17:53:03.100Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30912026-03-18T17:53:03.215Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-18T17:53:03.245Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-18T17:53:03.395Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-18T17:53:03.440Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30952026-03-18T17:53:03.513Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-18T17:53:03.544Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30972026-03-18T17:53:03.686Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-18T17:53:03.758Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-18T17:53:03.818Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-18T17:53:04.050Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31012026-03-18T17:53:04.105Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-18T17:53:04.109Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-18T17:53:04.164Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31042026-03-18T17:53:04.324Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-03-18T17:53:04.879Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31062026-03-18T17:53:04.910Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-18T17:53:05.970Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-03-18T17:53:06.514Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-03-18T17:53:06.738Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102026-03-18T17:53:06.799Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-03-18T17:53:06.842Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31122026-03-18T17:53:06.955Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-18T17:53:07.266Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-03-18T17:53:07.299Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-18T17:53:07.542Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-18T17:53:07.897Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-18T17:53:08.164Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-03-18T17:53:08.310Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-18T17:53:08.342Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-03-18T17:53:08.515Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-03-18T17:53:08.707Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-18T17:53:09.140Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-18T17:53:09.594Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-03-18T17:53:09.776Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-18T17:53:09.867Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-03-18T17:53:10.201Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31272026-03-18T17:53:10.371Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-03-18T17:53:10.995Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-03-18T17:53:11.117Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-18T17:53:12.033Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-18T17:53:12.272Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-18T17:53:12.660Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-18T17:53:13.403Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-03-18T17:53:13.434Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-18T17:53:13.877Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-18T17:53:13.908Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-18T17:53:14.059Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-18T17:53:14.194Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-18T17:53:14.253Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-18T17:53:14.324Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-18T17:53:14.706Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-18T17:53:14.746Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-18T17:53:14.914Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-03-18T17:53:14.952Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-03-18T17:53:14.982Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-18T17:53:15.408Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31472026-03-18T17:53:16.016Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-18T17:53:16.151Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-18T17:53:16.521Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-18T17:53:17.345Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-18T17:53:17.900Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31522026-03-18T17:53:18.007Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-03-18T17:53:18.353Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-18T17:53:18.832Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31552026-03-18T17:53:18.917Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-03-18T17:53:18.962Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-18T17:53:19.380Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-18T17:53:19.718Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31592026-03-18T17:53:19.954Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31602026-03-18T17:53:20.169Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-18T17:53:20.259Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-18T17:53:21.732Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31632026-03-18T17:53:21.768Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-18T17:53:22.080Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-03-18T17:53:22.452Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-03-18T17:53:23.066Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31672026-03-18T17:53:23.134Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-18T17:53:24.572Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-03-18T17:53:25.251Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-03-18T17:53:25.579Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-03-18T17:53:26.047Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-03-18T17:53:26.377Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-03-18T17:53:26.828Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-18T17:53:26.858Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-18T17:53:27.388Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31762026-03-18T17:53:28.736Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-03-18T17:53:30.046Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-03-18T17:53:30.923Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-18T17:53:31.369Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-18T17:53:32.211Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31812026-03-18T17:53:32.240Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-18T17:53:32.272Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-03-18T17:53:32.638Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-03-18T17:53:35.571Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852026-03-18T17:53:36.221Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-18T17:53:37.016Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-03-18T17:53:38.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31882026-03-18T17:53:39.193Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-03-18T17:53:39.609Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-03-18T17:53:39.639Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-03-18T17:53:40.239Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-03-18T17:53:40.615Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-18T17:53:40.739Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31942026-03-18T17:53:40.935Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-03-18T17:53:41.581Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-18T17:53:41.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31972026-03-18T17:53:42.302Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-03-18T17:53:42.495Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31992026-03-18T17:53:42.631Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-03-18T17:53:42.775Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-03-18T17:53:43.446Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-18T17:53:43.473Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-18T17:53:44.168Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-03-18T17:53:44.201Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32052026-03-18T17:53:44.351Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-18T17:53:45.235Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32072026-03-18T17:53:45.459Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-18T17:53:46.140Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32092026-03-18T17:53:46.348Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-18T17:53:47.569Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32112026-03-18T17:53:48.939Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122026-03-18T17:53:49.831Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-18T17:53:53.511Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-03-18T17:53:54.428Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-03-18T17:53:55.745Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-18T17:53:56.517Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-03-18T17:53:58.606Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182026-03-18T17:53:59.497Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32192026-03-18T17:54:00.745Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32202026-03-18T17:54:03.004Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32212026-03-18T17:54:03.655Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32222026-03-18T17:54:04.946Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32232026-03-18T17:54:06.462Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-03-18T17:54:06.938Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32252026-03-18T17:54:08.327Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32262026-03-18T17:54:09.013Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272026-03-18T17:54:09.510Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-18T17:54:10.440Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-18T17:54:11.540Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32302026-03-18T17:54:14.304Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32312026-03-18T17:54:15.576Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32322026-03-18T17:54:18.671Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32332026-03-18T17:54:19.823Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-03-18T17:54:21.714Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-03-18T17:54:22.679Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-03-18T17:54:23.590Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-03-18T17:54:24.516Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32382026-03-18T17:54:25.452Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-03-18T17:54:26.469Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402026-03-18T17:54:27.923Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-18T17:54:29.194Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-18T17:54:29.821Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-18T17:54:30.765Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-18T17:54:32.063Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32452026-03-18T17:54:36.352Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-18T17:54:38.736Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-18T17:54:39.728Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32482026-03-18T17:54:41.318Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32492026-03-18T17:54:42.001Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32502026-03-18T17:54:43.983Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32512026-03-18T17:54:47.010Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32522026-03-18T17:54:47.890Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-18T17:54:48.884Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-03-18T17:54:50.476Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32552026-03-18T17:54:52.097Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32562026-03-18T17:54:55.281Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32572026-03-18T17:54:55.971Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582026-03-18T17:54:57.977Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-18T17:55:00.937Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-03-18T17:55:02.542Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-18T17:55:04.923Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32622026-03-18T17:55:06.885Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32632026-03-18T17:55:09.090Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-18T17:55:11.361Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32652026-03-18T17:55:13.909Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-18T17:55:18.655Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-03-18T17:55:20.939Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-03-18T17:55:21.254Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32692026-03-18T17:55:23.423Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702026-03-18T17:55:25.789Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32712026-03-18T17:55:28.246Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-03-18T17:55:30.769Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32732026-03-18T17:55:33.478Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32742026-03-18T17:55:35.875Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32752026-03-18T17:55:38.711Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-03-18T17:55:40.757Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-03-18T17:55:43.241Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-03-18T17:55:45.704Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32792026-03-18T17:55:48.104Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-18T17:55:50.569Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-03-18T17:55:52.760Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-18T17:55:55.142Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-18T17:55:58.059Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32842026-03-18T17:56:00.227Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-18T17:56:02.705Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-18T17:56:05.263Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32872026-03-18T17:56:07.826Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32882026-03-18T17:56:10.790Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32892026-03-18T17:56:13.085Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32902026-03-18T17:56:15.674Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32912026-03-18T17:56:18.265Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-18T17:56:20.923Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32932026-03-18T17:56:23.397Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32942026-03-18T17:56:26.097Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-18T17:56:33.288Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32962026-03-18T17:56:34.470Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-03-18T17:56:37.402Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-03-18T17:56:40.148Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-03-18T17:56:42.996Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33002026-03-18T17:56:45.903Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33012026-03-18T17:56:48.596Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-03-18T17:56:51.700Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33032026-03-18T17:56:54.409Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33042026-03-18T17:56:57.259Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-03-18T17:57:00.358Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33062026-03-18T17:57:02.995Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33072026-03-18T17:57:05.603Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33082026-03-18T17:57:09.115Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33092026-03-18T17:57:11.474Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33102026-03-18T17:57:14.250Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33112026-03-18T17:57:17.218Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-03-18T17:57:19.949Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33132026-03-18T17:57:22.956Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-18T17:57:25.864Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33152026-03-18T17:57:28.814Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-03-18T17:57:31.579Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33172026-03-18T17:57:34.554Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-18T17:57:37.371Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-18T17:57:40.224Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-18T17:57:43.139Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-18T17:57:46.414Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33222026-03-18T17:57:49.221Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-18T17:57:52.337Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-18T17:57:55.206Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-18T17:57:58.267Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-18T17:58:01.373Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-18T17:58:04.468Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-18T17:58:07.566Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-18T17:58:10.726Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-18T17:58:13.946Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-18T17:58:17.051Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33322026-03-18T17:58:20.192Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33332026-03-18T17:58:23.272Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33342026-03-18T17:58:26.390Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-03-18T17:58:29.556Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-18T17:58:32.774Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372026-03-18T17:58:36.440Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33382026-03-18T17:58:39.489Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33392026-03-18T17:58:42.669Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-03-18T17:58:52.141Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33412026-03-18T17:58:52.390Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33422026-03-18T17:58:56.179Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33432026-03-18T17:59:00.505Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33442026-03-18T17:59:04.725Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33452026-03-18T17:59:08.827Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33462026-03-18T17:59:13.127Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-03-18T17:59:19.072Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33482026-03-18T17:59:22.476Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33492026-03-18T17:59:27.385Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33502026-03-18T17:59:31.833Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-18T17:59:36.425Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33522026-03-18T17:59:41.029Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33532026-03-18T17:59:45.754Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-03-18T17:59:50.305Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33552026-03-18T17:59:54.884Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33562026-03-18T17:59:59.549Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-03-18T18:00:04.188Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-18T18:00:08.828Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33592026-03-18T18:00:13.554Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-18T18:00:18.065Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-18T18:00:22.727Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-18T18:00:59.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 04s
33632026-03-18T18:01:00.017Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-18T18:01:00.110Z
33652026-03-18T18:01:00.116Zreal 8:05.174970151
33662026-03-18T18:01:00.117Zuser 23:47.916401395
33672026-03-18T18:01:00.117Zsys 4:27.566308667
33682026-03-18T18:01:00.117Ztrap 0.423682220
33692026-03-18T18:01:00.117Ztflt 0.069758642
33702026-03-18T18:01:00.117Zdflt 0.030381914
33712026-03-18T18:01:00.117Zkflt 0.000024173
33722026-03-18T18:01:00.117Zlock 7:16:53.519151261
33732026-03-18T18:01:00.117Zslp 2:40:57.398145901
33742026-03-18T18:01:00.117Zlat 37.610928600
33752026-03-18T18:01:00.117Zstop 1:55.502905870
33762026-03-18T18:01:00.117Zprocess exited: duration 1085836 ms, exit code 0
 
33772026-03-18T18:01:00.127Zfound 0 output files