01KQDVAB8QP3CPC2XTH1AV0J5W: clippy (helios)

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

Buildomat Job: 01KQDVANPBS9BHGNTRJZHCBT51

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T00:07:22.230Zjob assigned to worker 01KQDVB19K5ZX3E1QV0FBABPZ8 [factory aws, i-092d18d7669657f33] (queued for 54 s)
 
22026-04-30T00:07:29.400Zstarting task 0: "setup"
32026-04-30T00:07:29.404Z++ uname -s
42026-04-30T00:07:29.407Z+ kern=SunOS
52026-04-30T00:07:29.407Z+ build_user=build
62026-04-30T00:07:29.407Z+ build_uid=12345
72026-04-30T00:07:29.407Z+ work_dir=/work
82026-04-30T00:07:29.407Z+ input_dir=/input
92026-04-30T00:07:29.407Z+ [[ 0 == 12345 ]]
102026-04-30T00:07:29.407Z+ case "$kern" in
112026-04-30T00:07:29.407Z+ groupadd -g 12345 build
122026-04-30T00:07:29.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T00:07:31.415Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T00:07:31.476Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T00:07:31.479Z+ home_fs=zfs
162026-04-30T00:07:31.480Z+ [[ zfs == autofs ]]
172026-04-30T00:07:31.480Z+ mkdir -p /home/build
182026-04-30T00:07:31.480Z+ chown build:build /home/build /work
192026-04-30T00:07:33.481Z+ chmod 0700 /home/build /work
202026-04-30T00:07:33.484Zprocess exited: duration 4085 ms, exit code 0
 
212026-04-30T00:07:33.490Zstarting task 1: "rust-toolchain"
222026-04-30T00:07:33.494Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T00:07:33.494Z * rust toolchain channel = "1.94.0"
242026-04-30T00:07:33.494Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-30T00:07:33.494Z * rust toolchain profile = "default"
262026-04-30T00:07:33.494Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T00:07:33.494Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T00:07:33.498Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T00:07:33.498Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T00:07:33.614Zinfo: downloading installer
312026-04-30T00:07:35.168Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T00:07:35.169Zwarn: /opt/ooce/bin
332026-04-30T00:07:35.169Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T00:07:35.169Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T00:07:35.169Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T00:07:35.169Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T00:07:35.169Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T00:07:35.169Zerror: cannot install while Rust is installed
392026-04-30T00:07:35.169Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T00:07:35.169Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T00:07:35.169Zwarn: /home/build/.rustup/settings.toml
422026-04-30T00:07:35.169Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T00:07:35.169Zwarn: instead of the one inferred from the default host triple.
442026-04-30T00:07:35.203Zinfo: profile set to default
452026-04-30T00:07:35.203Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T00:07:35.206Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T00:07:35.333Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T00:07:35.337Zinfo: downloading 6 components
492026-04-30T00:07:49.435Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T00:07:49.436Z
512026-04-30T00:07:49.467Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T00:07:49.467Z
532026-04-30T00:07:49.470Z
542026-04-30T00:07:49.470ZRust is installed now. Great!
552026-04-30T00:07:49.470Z
562026-04-30T00:07:49.470ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T00:07:49.470Zenvironment variable. This has not been done automatically.
582026-04-30T00:07:49.470Z
592026-04-30T00:07:49.470ZTo configure your current shell, you need to source
602026-04-30T00:07:49.470Zthe corresponding env file under $HOME/.cargo.
612026-04-30T00:07:49.470Z
622026-04-30T00:07:49.470ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T00:07:49.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T00:07:49.470Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T00:07:49.470Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T00:07:49.470Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T00:07:49.470Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T00:07:49.470Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T00:07:49.470Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T00:07:49.471Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T00:07:49.572Z+ rustup --version
722026-04-30T00:07:49.581Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T00:07:49.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T00:07:49.602Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T00:07:49.605Z+ cargo --version
762026-04-30T00:07:49.617Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T00:07:49.620Z+ rustc --version
782026-04-30T00:07:49.640Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T00:07:49.643Zprocess exited: duration 16149 ms, exit code 0
 
802026-04-30T00:07:49.649Zstarting task 2: "authentication"
812026-04-30T00:07:49.665Zprocess exited: duration 15 ms, exit code 0
 
822026-04-30T00:07:49.671Zstarting task 3: "clone repository"
832026-04-30T00:07:49.675Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T00:07:49.678Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T00:07:49.886ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T00:07:58.983Z+ cd /work/oxidecomputer/omicron
872026-04-30T00:07:58.983Z+ git fetch origin 83253f6103dd45bde4181256d717e7797dc40375
882026-04-30T00:07:59.273ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T00:07:59.273Z * branch 83253f6103dd45bde4181256d717e7797dc40375 -> FETCH_HEAD
902026-04-30T00:07:59.282Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-30T00:07:59.285Z++ git branch --show-current
922026-04-30T00:07:59.285Z+ current=main
932026-04-30T00:07:59.285Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-30T00:07:59.285Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 83253f6103dd45bde4181256d717e7797dc40375
952026-04-30T00:07:59.288Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-30T00:07:59.516ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-30T00:07:59.519Z+ git reset --hard 83253f6103dd45bde4181256d717e7797dc40375
982026-04-30T00:07:59.747ZHEAD is now at 83253f610 rebase on main + review feedback
992026-04-30T00:07:59.750Zprocess exited: duration 10076 ms, exit code 0
 
1002026-04-30T00:07:59.756Zstarting task 4: "build"
1012026-04-30T00:07:59.761Z+ source ./env.sh
1022026-04-30T00:07:59.764Z++ OLD_SHELL_OPTS=ehxB
1032026-04-30T00:07:59.764Z++ set -o xtrace
1042026-04-30T00:07:59.764Z++++ dirname ./env.sh
1052026-04-30T00:07:59.767Z+++ readlink -f .
1062026-04-30T00:07:59.778Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-30T00:07:59.781Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-30T00:07:59.781Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-30T00:07:59.781Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-30T00:07:59.781Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-30T00:07:59.781Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-30T00:07:59.781Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-30T00:07:59.781Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-30T00:07:59.781Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-30T00:07:59.781Z++ case $OLD_SHELL_OPTS in
1162026-04-30T00:07:59.781Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-30T00:07:59.781Z+ source .github/buildomat/ci-env.sh
1182026-04-30T00:07:59.781Z++ export CARGO_TERM_COLOR=always
1192026-04-30T00:07:59.781Z++ CARGO_TERM_COLOR=always
1202026-04-30T00:07:59.781Z+ cargo --version
1212026-04-30T00:07:59.788Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-30T00:07:59.791Z+ rustc --version
1232026-04-30T00:07:59.811Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-30T00:07:59.814Z+ banner prerequisites
1252026-04-30T00:07:59.817Z
1262026-04-30T00:07:59.817Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-30T00:07:59.817Z # # # # # # # # # # # # # # #
1282026-04-30T00:07:59.817Z # # # # ##### # # ##### # # # # # #### #
1292026-04-30T00:07:59.817Z ##### ##### # ##### # # # # # # # # #
1302026-04-30T00:07:59.817Z # # # # # # # # # # # # # # #
1312026-04-30T00:07:59.817Z # # # ###### # # ###### ### # #### # #### #
1322026-04-30T00:07:59.817Z
1332026-04-30T00:07:59.817Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-30T00:08:11.711Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-30T00:08:19.179Z Startup: Caching catalogs ... Done
1362026-04-30T00:08:25.608ZPlanning: Solver setup ... Done (4.919s)
1372026-04-30T00:08:25.640ZPlanning: Running solver ... Done (0.034s)
1382026-04-30T00:08:25.769ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-30T00:08:25.783ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-30T00:08:25.894ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-30T00:08:25.931ZPlanning: Package planning ... Done (0.036s)
1422026-04-30T00:08:25.968ZPlanning: Merging actions ... Done (0.037s)
1432026-04-30T00:08:26.180ZPlanning: Checking for conflicting actions ... Done (0.212s)
1442026-04-30T00:08:26.190ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-30T00:08:27.643ZPlanning: Evaluating mediators ... Done (1.453s)
1462026-04-30T00:08:27.651ZPlanning: Planning completed in 8.31 seconds
1472026-04-30T00:08:27.750Z Packages to install: 5
1482026-04-30T00:08:27.750Z Mediators to change: 3
1492026-04-30T00:08:27.753Z Services to change: 1
1502026-04-30T00:08:27.753Z Estimated space available: 155.35 GB
1512026-04-30T00:08:27.753ZEstimated space to be consumed: 1.89 GB
1522026-04-30T00:08:27.753Z Create boot environment: No
1532026-04-30T00:08:27.753ZCreate backup boot environment: No
1542026-04-30T00:08:27.753Z Rebuild boot archive: No
1552026-04-30T00:08:27.753Z
1562026-04-30T00:08:27.753ZChanged mediators:
1572026-04-30T00:08:27.753Z mediator clang:
1582026-04-30T00:08:27.753Z version: None -> 15 (system default)
1592026-04-30T00:08:27.753Z
1602026-04-30T00:08:27.753Z mediator llvm:
1612026-04-30T00:08:27.753Z version: 14 (system default) -> 15 (system default)
1622026-04-30T00:08:27.753Z
1632026-04-30T00:08:27.753Z mediator postgresql:
1642026-04-30T00:08:27.753Z version: 15 (system default) -> 18 (system default)
1652026-04-30T00:08:27.753Z
1662026-04-30T00:08:27.754ZChanged packages:
1672026-04-30T00:08:27.754Zhelios-dev
1682026-04-30T00:08:27.754Z developer/build-essential
1692026-04-30T00:08:27.754Z None -> 11-2.0
1702026-04-30T00:08:27.754Z library/libxmlsec1
1712026-04-30T00:08:27.754Z None -> 1.2.35-2.0
1722026-04-30T00:08:27.754Z ooce/developer/clang-15
1732026-04-30T00:08:27.754Z None -> 15.0.7-2.0
1742026-04-30T00:08:27.754Z ooce/developer/llvm-15
1752026-04-30T00:08:27.754Z None -> 15.0.7-2.0
1762026-04-30T00:08:27.754Z ooce/library/postgresql-18
1772026-04-30T00:08:27.754Z None -> 18.1-2.0
1782026-04-30T00:08:27.754Z
1792026-04-30T00:08:27.754ZServices:
1802026-04-30T00:08:27.754Z restart_fmri:
1812026-04-30T00:08:27.754Z svc:/system/update-man-index:default
1822026-04-30T00:08:27.816Z
1832026-04-30T00:08:27.816ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-30T00:08:32.818ZDownload: 1038/4272 items 19.4/219.0MB 8% complete (3.9M/s)
1852026-04-30T00:08:37.819ZDownload: 1220/4272 items 98.7/219.0MB 45% complete (9.8M/s)
1862026-04-30T00:08:42.820ZDownload: 2890/4272 items 121.1/219.0MB 55% complete (10.2M/s)
1872026-04-30T00:08:47.780ZDownload: Completed 218.99 MB in 19.96 seconds (11.0M/s)
1882026-04-30T00:08:48.144Z Actions: 1/4789 actions (Installing new actions)
1892026-04-30T00:08:51.612Z Actions: Completed 4789 actions in 3.46 seconds.
1902026-04-30T00:08:51.910Z Done (0.303s)
1912026-04-30T00:08:51.911Z Done (0.000s)
1922026-04-30T00:08:52.637Z Done (0.730s)
1932026-04-30T00:08:55.978Z Done (2.999s)
1942026-04-30T00:08:56.060Z Done (0.023s)
1952026-04-30T00:08:56.063Z Done (0.000s)
1962026-04-30T00:08:56.271Z Done (0.000s)
1972026-04-30T00:08:57.138ZPlanning: Evaluating mediator changes ... Done
1982026-04-30T00:08:57.245ZPlanning: Checking for conflicting actions ... Done
1992026-04-30T00:08:57.248ZPlanning: Consolidating action changes ... Done
2002026-04-30T00:08:57.405ZPlanning: Evaluating mediators ... Done
2012026-04-30T00:08:57.408ZPlanning: Planning completed in 0.27 seconds
2022026-04-30T00:08:57.426Z Mediators to change: 2
2032026-04-30T00:08:57.426Z Create boot environment: No
2042026-04-30T00:08:57.426ZCreate backup boot environment: No
2052026-04-30T00:08:57.478Z Done
2062026-04-30T00:08:57.478Z Done
2072026-04-30T00:08:58.082Z Done
2082026-04-30T00:09:00.587Z Done
2092026-04-30T00:09:00.657Z Done
2102026-04-30T00:09:00.660Z Done
2112026-04-30T00:09:00.767Z Done
2122026-04-30T00:09:01.026ZPlanning: Evaluating mediator changes ... Done
2132026-04-30T00:09:01.133ZPlanning: Checking for conflicting actions ... Done
2142026-04-30T00:09:01.136ZPlanning: Consolidating action changes ... Done
2152026-04-30T00:09:01.289ZPlanning: Evaluating mediators ... Done
2162026-04-30T00:09:01.293ZPlanning: Planning completed in 0.26 seconds
2172026-04-30T00:09:01.310Z Mediators to change: 1
2182026-04-30T00:09:01.310Z Create boot environment: No
2192026-04-30T00:09:01.310ZCreate backup boot environment: No
2202026-04-30T00:09:01.358Z Done
2212026-04-30T00:09:01.358Z Done
2222026-04-30T00:09:01.959Z Done
2232026-04-30T00:09:04.408Z Done
2242026-04-30T00:09:04.479Z Done
2252026-04-30T00:09:04.483Z Done
2262026-04-30T00:09:04.618Z Done
2272026-04-30T00:09:04.908ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-30T00:09:04.908Zclang system 15 system
2292026-04-30T00:09:04.908Zcsh system system illumos
2302026-04-30T00:09:04.908Zctags system system illumos
2312026-04-30T00:09:04.908Zfile system system illumos
2322026-04-30T00:09:04.908Zgcc vendor 12 vendor
2332026-04-30T00:09:04.908Zgcc system 14 system
2342026-04-30T00:09:04.909Zgcc system 10 system
2352026-04-30T00:09:04.909Zgo system 1.20 system
2362026-04-30T00:09:04.909Zgo system 1.19 system
2372026-04-30T00:09:04.909Zllvm system 15 system
2382026-04-30T00:09:04.909Zllvm system 14 system
2392026-04-30T00:09:04.909Zmariadb system 10.6 system
2402026-04-30T00:09:04.909Zmta vendor vendor dma
2412026-04-30T00:09:04.909Zopenjdk system 17 system
2422026-04-30T00:09:04.909Zopenjdk system 11 system
2432026-04-30T00:09:04.909Zopenjdk system 1.8 system
2442026-04-30T00:09:04.909Zopenssl vendor 3 vendor
2452026-04-30T00:09:04.909Zperl system 5.36 system
2462026-04-30T00:09:04.909Zpostgresql system 18 system
2472026-04-30T00:09:04.909Zpostgresql system 15 system
2482026-04-30T00:09:04.909Zpostgresql system 13 system
2492026-04-30T00:09:04.909Zpython vendor 3 vendor
2502026-04-30T00:09:04.909Zpython system 2 system
2512026-04-30T00:09:04.910Zpython3 system 3.11 system
2522026-04-30T00:09:04.910Zruby system 3.0 system
2532026-04-30T00:09:04.910Zwords vendor vendor american-english
2542026-04-30T00:09:04.910Zwords system system australian-english
2552026-04-30T00:09:04.910Zwords system system british-english
2562026-04-30T00:09:04.910Zwords system system canadian-english
2572026-04-30T00:09:04.910Zwords system system french
2582026-04-30T00:09:04.910Zwords system system italian
2592026-04-30T00:09:04.910Zwords system system ngerman
2602026-04-30T00:09:04.910Zwords system system ogerman
2612026-04-30T00:09:04.910Zwords system system spanish
2622026-04-30T00:09:05.131ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-30T00:09:05.131Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-30T00:09:09.665ZFMRI IFO
2652026-04-30T00:09:09.665Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-30T00:09:09.665Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-30T00:09:09.665Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-30T00:09:09.665Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-30T00:09:09.665Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-30T00:09:09.665Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-30T00:09:09.665Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-30T00:09:09.665Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-30T00:09:09.665Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-30T00:09:09.665Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-30T00:09:09.665Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-30T00:09:09.665Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-30T00:09:09.665Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-30T00:09:09.665Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-30T00:09:09.665Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-30T00:09:09.665Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-30T00:09:09.665Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-30T00:09:10.771Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-30T00:09:11.008Z Updating crates.io index
2842026-04-30T00:09:11.052Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-30T00:09:11.914Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-30T00:09:12.427Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-30T00:09:12.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-30T00:09:14.012Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-30T00:09:14.646Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-30T00:09:16.003Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-30T00:09:16.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-30T00:09:17.159Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-30T00:09:17.906Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-30T00:09:18.594Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-30T00:09:19.131Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-30T00:09:19.516Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-30T00:09:20.422Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-30T00:09:21.023Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-30T00:09:21.407Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-30T00:09:21.793Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-30T00:09:22.245Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-30T00:09:22.496Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-30T00:09:22.716Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-30T00:09:22.958Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-30T00:09:23.388Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-30T00:09:23.979Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-30T00:09:24.669Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-30T00:09:25.073Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-30T00:09:25.386Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-30T00:09:26.512Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-30T00:09:27.251Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-30T00:09:28.079Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-30T00:09:28.525Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-30T00:09:28.893Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-30T00:09:30.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-30T00:09:30.580Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-30T00:09:30.580Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-30T00:09:30.712Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-30T00:09:30.978Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-30T00:09:31.261Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-30T00:09:31.701Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-30T00:09:43.537Z Downloading crates ...
3232026-04-30T00:09:43.602Z Downloaded clap_derive v4.5.55
3242026-04-30T00:09:43.606Z Downloaded toml_write v0.1.2
3252026-04-30T00:09:43.606Z Downloaded camino-tempfile v1.4.1
3262026-04-30T00:09:43.606Z Downloaded byteorder v1.5.0
3272026-04-30T00:09:43.610Z Downloaded colorchoice v1.0.4
3282026-04-30T00:09:43.613Z Downloaded bytecount v0.6.9
3292026-04-30T00:09:43.613Z Downloaded clap_lex v1.0.0
3302026-04-30T00:09:43.613Z Downloaded equivalent v1.0.2
3312026-04-30T00:09:43.616Z Downloaded zmij v1.0.21
3322026-04-30T00:09:43.619Z Downloaded digest v0.10.7
3332026-04-30T00:09:43.619Z Downloaded unicode-linebreak v0.1.5
3342026-04-30T00:09:43.619Z Downloaded camino v1.2.2
3352026-04-30T00:09:43.623Z Downloaded zerofrom-derive v0.1.6
3362026-04-30T00:09:43.623Z Downloaded version_check v0.9.5
3372026-04-30T00:09:43.623Z Downloaded cfg-if v1.0.4
3382026-04-30T00:09:43.623Z Downloaded crypto-common v0.1.7
3392026-04-30T00:09:43.623Z Downloaded thiserror v1.0.69
3402026-04-30T00:09:43.626Z Downloaded usdt-macro v0.5.0
3412026-04-30T00:09:43.626Z Downloaded anstream v0.6.21
3422026-04-30T00:09:43.629Z Downloaded yoke-derive v0.8.1
3432026-04-30T00:09:43.629Z Downloaded utf8parse v0.2.2
3442026-04-30T00:09:43.629Z Downloaded block-buffer v0.10.4
3452026-04-30T00:09:43.629Z Downloaded cargo_metadata v0.21.0
3462026-04-30T00:09:43.629Z Downloaded zerofrom v0.1.6
3472026-04-30T00:09:43.632Z Downloaded proc-macro-error-attr v1.0.4
3482026-04-30T00:09:43.632Z Downloaded displaydoc v0.2.5
3492026-04-30T00:09:43.632Z Downloaded tinystr v0.8.2
3502026-04-30T00:09:43.635Z Downloaded utf8_iter v1.0.4
3512026-04-30T00:09:43.635Z Downloaded usdt-attr-macro v0.5.0
3522026-04-30T00:09:43.635Z Downloaded thiserror v2.0.18
3532026-04-30T00:09:43.638Z Downloaded dof v0.3.0
3542026-04-30T00:09:43.638Z Downloaded cargo-platform v0.2.0
3552026-04-30T00:09:43.638Z Downloaded writeable v0.6.2
3562026-04-30T00:09:43.641Z Downloaded thiserror-impl v2.0.18
3572026-04-30T00:09:43.642Z Downloaded usdt-impl v0.5.0
3582026-04-30T00:09:43.642Z Downloaded pretty-hex v0.4.1
3592026-04-30T00:09:43.642Z Downloaded autocfg v1.5.0
3602026-04-30T00:09:43.645Z Downloaded anstyle v1.0.13
3612026-04-30T00:09:43.645Z Downloaded cargo_toml v0.21.0
3622026-04-30T00:09:43.645Z Downloaded unicode-xid v0.2.6
3632026-04-30T00:09:43.648Z Downloaded toml_datetime v0.6.11
3642026-04-30T00:09:43.648Z Downloaded thread-id v4.2.2
3652026-04-30T00:09:43.648Z Downloaded serde-untagged v0.1.9
3662026-04-30T00:09:43.648Z Downloaded typeid v1.0.3
3672026-04-30T00:09:43.648Z Downloaded toml v0.8.23
3682026-04-30T00:09:43.651Z Downloaded cpufeatures v0.2.17
3692026-04-30T00:09:43.652Z Downloaded clap v4.5.60
3702026-04-30T00:09:43.654Z Downloaded bitflags v2.11.0
3712026-04-30T00:09:43.659Z Downloaded terminal_size v0.4.3
3722026-04-30T00:09:43.662Z Downloaded usdt v0.5.0
3732026-04-30T00:09:43.662Z Downloaded thiserror-impl v1.0.69
3742026-04-30T00:09:43.662Z Downloaded potential_utf v0.1.4
3752026-04-30T00:09:43.665Z Downloaded percent-encoding v2.3.2
3762026-04-30T00:09:43.665Z Downloaded yoke v0.8.1
3772026-04-30T00:09:43.665Z Downloaded memmap v0.7.0
3782026-04-30T00:09:43.665Z Downloaded is_terminal_polyfill v1.70.2
3792026-04-30T00:09:43.669Z Downloaded heck v0.4.1
3802026-04-30T00:09:43.672Z Downloaded proc-macro-error v1.0.4
3812026-04-30T00:09:43.675Z Downloaded num-traits v0.2.19
3822026-04-30T00:09:43.675Z Downloaded zerovec-derive v0.11.2
3832026-04-30T00:09:43.675Z Downloaded zerocopy-derive v0.7.35
3842026-04-30T00:09:43.678Z Downloaded url v2.5.8
3852026-04-30T00:09:43.678Z Downloaded form_urlencoded v1.2.2
3862026-04-30T00:09:43.681Z Downloaded ucd-trie v0.1.7
3872026-04-30T00:09:43.681Z Downloaded ordered-float v2.10.1
3882026-04-30T00:09:43.681Z Downloaded plain v0.2.3
3892026-04-30T00:09:43.685Z Downloaded serde-value v0.7.0
3902026-04-30T00:09:43.689Z Downloaded unicode-ident v1.0.24
3912026-04-30T00:09:43.689Z Downloaded textwrap v0.16.2
3922026-04-30T00:09:43.692Z Downloaded errno v0.3.14
3932026-04-30T00:09:43.692Z Downloaded zerocopy v0.7.35
3942026-04-30T00:09:43.698Z Downloaded zerotrie v0.2.3
3952026-04-30T00:09:43.701Z Downloaded typenum v1.19.0
3962026-04-30T00:09:43.704Z Downloaded zerovec v0.11.5
3972026-04-30T00:09:43.704Z Downloaded scroll_derive v0.12.1
3982026-04-30T00:09:43.707Z Downloaded tabled_derive v0.7.0
3992026-04-30T00:09:43.707Z Downloaded macaddr v1.0.1
4002026-04-30T00:09:43.707Z Downloaded idna_adapter v1.2.1
4012026-04-30T00:09:43.707Z Downloaded stable_deref_trait v1.2.1
4022026-04-30T00:09:43.707Z Downloaded fnv v1.0.7
4032026-04-30T00:09:43.710Z Downloaded winnow v0.7.14
4042026-04-30T00:09:43.715Z Downloaded smawk v0.3.2
4052026-04-30T00:09:43.715Z Downloaded itoa v1.0.17
4062026-04-30T00:09:43.719Z Downloaded anstyle-query v1.1.5
4072026-04-30T00:09:43.719Z Downloaded swrite v0.1.0
4082026-04-30T00:09:43.719Z Downloaded generic-array v0.14.7
4092026-04-30T00:09:43.719Z Downloaded fastrand v2.3.0
4102026-04-30T00:09:43.719Z Downloaded dtrace-parser v0.2.0
4112026-04-30T00:09:43.719Z Downloaded toml_edit v0.22.27
4122026-04-30T00:09:43.723Z Downloaded heck v0.5.0
4132026-04-30T00:09:43.723Z Downloaded once_cell v1.21.3
4142026-04-30T00:09:43.726Z Downloaded anstyle-parse v0.2.7
4152026-04-30T00:09:43.726Z Downloaded unicode-width v0.2.0
4162026-04-30T00:09:43.730Z Downloaded unicode-width v0.1.14
4172026-04-30T00:09:43.733Z Downloaded sha2 v0.10.9
4182026-04-30T00:09:43.733Z Downloaded tempfile v3.25.0
4192026-04-30T00:09:43.736Z Downloaded synstructure v0.13.2
4202026-04-30T00:09:43.736Z Downloaded erased-serde v0.4.9
4212026-04-30T00:09:43.739Z Downloaded scroll v0.12.0
4222026-04-30T00:09:43.741Z Downloaded serde_spanned v0.6.9
4232026-04-30T00:09:43.745Z Downloaded quote v1.0.45
4242026-04-30T00:09:43.753Z Downloaded fs-err v3.3.0
4252026-04-30T00:09:43.756Z Downloaded strsim v0.11.1
4262026-04-30T00:09:43.760Z Downloaded cargo-util-schemas v0.8.2
4272026-04-30T00:09:43.763Z Downloaded litemap v0.8.1
4282026-04-30T00:09:43.765Z Downloaded serde_tokenstream v0.2.3
4292026-04-30T00:09:43.765Z Downloaded pest_generator v2.8.6
4302026-04-30T00:09:43.769Z Downloaded anyhow v1.0.102
4312026-04-30T00:09:43.772Z Downloaded semver v1.0.28
4322026-04-30T00:09:43.782Z Downloaded smallvec v1.15.1
4332026-04-30T00:09:43.785Z Downloaded pest_derive v2.8.6
4342026-04-30T00:09:43.802Z Downloaded icu_provider v2.1.1
4352026-04-30T00:09:43.806Z Downloaded papergrid v0.11.0
4362026-04-30T00:09:43.811Z Downloaded log v0.4.29
4372026-04-30T00:09:43.814Z Downloaded icu_properties v2.1.2
4382026-04-30T00:09:43.817Z Downloaded getrandom v0.4.1
4392026-04-30T00:09:43.817Z Downloaded proc-macro2 v1.0.106
4402026-04-30T00:09:43.820Z Downloaded indexmap v2.14.0
4412026-04-30T00:09:43.824Z Downloaded icu_normalizer v2.1.1
4422026-04-30T00:09:43.824Z Downloaded icu_locale_core v2.1.1
4432026-04-30T00:09:43.826Z Downloaded serde_derive v1.0.228
4442026-04-30T00:09:43.829Z Downloaded serde_core v1.0.228
4452026-04-30T00:09:43.833Z Downloaded pest_meta v2.8.6
4462026-04-30T00:09:43.836Z Downloaded clap_builder v4.5.60
4472026-04-30T00:09:43.840Z Downloaded serde v1.0.228
4482026-04-30T00:09:43.843Z Downloaded icu_normalizer_data v2.1.1
4492026-04-30T00:09:43.845Z Downloaded icu_collections v2.1.1
4502026-04-30T00:09:43.855Z Downloaded memchr v2.8.0
4512026-04-30T00:09:43.863Z Downloaded icu_properties_data v2.1.2
4522026-04-30T00:09:43.872Z Downloaded pest v2.8.6
4532026-04-30T00:09:43.875Z Downloaded idna v1.1.0
4542026-04-30T00:09:43.883Z Downloaded serde_json v1.0.149
4552026-04-30T00:09:43.891Z Downloaded hashbrown v0.17.0
4562026-04-30T00:09:43.894Z Downloaded goblin v0.8.2
4572026-04-30T00:09:43.905Z Downloaded tabled v0.15.0
4582026-04-30T00:09:43.913Z Downloaded syn v1.0.109
4592026-04-30T00:09:43.928Z Downloaded syn v2.0.117
4602026-04-30T00:09:43.942Z Downloaded rustix v1.1.3
4612026-04-30T00:09:43.970Z Downloaded libc v0.2.185
4622026-04-30T00:09:44.036Z Compiling proc-macro2 v1.0.106
4632026-04-30T00:09:44.036Z Compiling quote v1.0.45
4642026-04-30T00:09:44.037Z Compiling unicode-ident v1.0.24
4652026-04-30T00:09:44.040Z Compiling serde_core v1.0.228
4662026-04-30T00:09:44.040Z Compiling libc v0.2.185
4672026-04-30T00:09:44.040Z Compiling version_check v0.9.5
4682026-04-30T00:09:44.040Z Compiling stable_deref_trait v1.2.1
4692026-04-30T00:09:44.040Z Compiling memchr v2.8.0
4702026-04-30T00:09:44.365Z Compiling serde v1.0.228
4712026-04-30T00:09:44.382Z Compiling zmij v1.0.21
4722026-04-30T00:09:44.887Z Compiling ucd-trie v0.1.7
4732026-04-30T00:09:44.920Z Compiling autocfg v1.5.0
4742026-04-30T00:09:44.923Z Compiling thiserror v1.0.69
4752026-04-30T00:09:44.923Z Compiling itoa v1.0.17
4762026-04-30T00:09:45.120Z Compiling pest v2.8.6
4772026-04-30T00:09:45.180Z Compiling litemap v0.8.1
4782026-04-30T00:09:45.209Z Compiling writeable v0.6.2
4792026-04-30T00:09:45.384Z Compiling byteorder v1.5.0
4802026-04-30T00:09:45.438Z Compiling rustix v1.1.3
4812026-04-30T00:09:45.468Z Compiling icu_properties_data v2.1.2
4822026-04-30T00:09:45.664Z Compiling icu_normalizer_data v2.1.1
4832026-04-30T00:09:45.764Z Compiling errno v0.3.14
4842026-04-30T00:09:45.831Z Compiling syn v2.0.117
4852026-04-30T00:09:45.873Z Compiling bitflags v2.11.0
4862026-04-30T00:09:45.912Z Compiling serde_json v1.0.149
4872026-04-30T00:09:46.101Z Compiling num-traits v0.2.19
4882026-04-30T00:09:46.139Z Compiling smallvec v1.15.1
4892026-04-30T00:09:46.288Z Compiling pest_meta v2.8.6
4902026-04-30T00:09:46.351Z Compiling equivalent v1.0.2
4912026-04-30T00:09:46.351Z Compiling hashbrown v0.17.0
4922026-04-30T00:09:46.394Z Compiling typeid v1.0.3
4932026-04-30T00:09:46.653Z Compiling thread-id v4.2.2
4942026-04-30T00:09:46.705Z Compiling proc-macro-error-attr v1.0.4
4952026-04-30T00:09:46.760Z Compiling usdt-impl v0.5.0
4962026-04-30T00:09:46.838Z Compiling indexmap v2.14.0
4972026-04-30T00:09:46.889Z Compiling toml_write v0.1.2
4982026-04-30T00:09:46.906Z Compiling syn v1.0.109
4992026-04-30T00:09:46.969Z Compiling erased-serde v0.4.9
5002026-04-30T00:09:47.129Z Compiling winnow v0.7.14
5012026-04-30T00:09:47.379Z Compiling proc-macro-error v1.0.4
5022026-04-30T00:09:47.460Z Compiling utf8_iter v1.0.4
5032026-04-30T00:09:47.567Z Compiling plain v0.2.3
5042026-04-30T00:09:47.614Z Compiling utf8parse v0.2.2
5052026-04-30T00:09:47.685Z Compiling getrandom v0.4.1
5062026-04-30T00:09:47.732Z Compiling percent-encoding v2.3.2
5072026-04-30T00:09:47.914Z Compiling log v0.4.29
5082026-04-30T00:09:47.933Z Compiling thiserror v2.0.18
5092026-04-30T00:09:47.933Z Compiling camino v1.2.2
5102026-04-30T00:09:48.053Z Compiling form_urlencoded v1.2.2
5112026-04-30T00:09:48.101Z Compiling ordered-float v2.10.1
5122026-04-30T00:09:48.119Z Compiling anstyle-parse v0.2.7
5132026-04-30T00:09:48.351Z Compiling terminal_size v0.4.3
5142026-04-30T00:09:48.500Z Compiling synstructure v0.13.2
5152026-04-30T00:09:48.518Z Compiling pest_generator v2.8.6
5162026-04-30T00:09:48.595Z Compiling colorchoice v1.0.4
5172026-04-30T00:09:48.614Z Compiling pretty-hex v0.4.1
5182026-04-30T00:09:48.716Z Compiling anstyle-query v1.1.5
5192026-04-30T00:09:48.750Z Compiling anstyle v1.0.13
5202026-04-30T00:09:48.769Z Compiling is_terminal_polyfill v1.70.2
5212026-04-30T00:09:48.772Z Compiling cfg-if v1.0.4
5222026-04-30T00:09:48.827Z Compiling serde-untagged v0.1.9
5232026-04-30T00:09:48.980Z Compiling anstream v0.6.21
5242026-04-30T00:09:49.038Z Compiling semver v1.0.28
5252026-04-30T00:09:49.100Z Compiling fs-err v3.3.0
5262026-04-30T00:09:49.226Z Compiling clap_lex v1.0.0
5272026-04-30T00:09:49.289Z Compiling heck v0.5.0
5282026-04-30T00:09:49.306Z Compiling anyhow v1.0.102
5292026-04-30T00:09:49.362Z Compiling heck v0.4.1
5302026-04-30T00:09:49.380Z Compiling fastrand v2.3.0
5312026-04-30T00:09:49.526Z Compiling strsim v0.11.1
5322026-04-30T00:09:49.642Z Compiling unicode-width v0.1.14
5332026-04-30T00:09:49.659Z Compiling once_cell v1.21.3
5342026-04-30T00:09:49.694Z Compiling unicode-xid v0.2.6
5352026-04-30T00:09:49.810Z Compiling bytecount v0.6.9
5362026-04-30T00:09:49.828Z Compiling fnv v1.0.7
5372026-04-30T00:09:49.878Z Compiling tempfile v3.25.0
5382026-04-30T00:09:49.918Z Compiling papergrid v0.11.0
5392026-04-30T00:09:49.921Z Compiling clap_builder v4.5.60
5402026-04-30T00:09:50.076Z Compiling memmap v0.7.0
5412026-04-30T00:09:50.153Z Compiling serde_derive v1.0.228
5422026-04-30T00:09:50.177Z Compiling zerofrom-derive v0.1.6
5432026-04-30T00:09:50.254Z Compiling yoke-derive v0.8.1
5442026-04-30T00:09:50.272Z Compiling zerovec-derive v0.11.2
5452026-04-30T00:09:50.426Z Compiling displaydoc v0.2.5
5462026-04-30T00:09:51.179Z Compiling thiserror-impl v1.0.69
5472026-04-30T00:09:51.368Z Compiling zerocopy-derive v0.7.35
5482026-04-30T00:09:51.391Z Compiling pest_derive v2.8.6
5492026-04-30T00:09:51.418Z Compiling scroll_derive v0.12.1
5502026-04-30T00:09:51.564Z Compiling zerofrom v0.1.6
5512026-04-30T00:09:51.698Z Compiling yoke v0.8.1
5522026-04-30T00:09:51.828Z Compiling thiserror-impl v2.0.18
5532026-04-30T00:09:51.892Z Compiling zerovec v0.11.5
5542026-04-30T00:09:52.089Z Compiling zerotrie v0.2.3
5552026-04-30T00:09:52.245Z Compiling zerocopy v0.7.35
5562026-04-30T00:09:52.398Z Compiling tinystr v0.8.2
5572026-04-30T00:09:52.398Z Compiling potential_utf v0.1.4
5582026-04-30T00:09:52.545Z Compiling icu_collections v2.1.1
5592026-04-30T00:09:52.581Z Compiling icu_locale_core v2.1.1
5602026-04-30T00:09:52.604Z Compiling dtrace-parser v0.2.0
5612026-04-30T00:09:52.806Z Compiling scroll v0.12.0
5622026-04-30T00:09:52.988Z Compiling tabled_derive v0.7.0
5632026-04-30T00:09:53.028Z Compiling clap_derive v4.5.55
5642026-04-30T00:09:53.070Z Compiling goblin v0.8.2
5652026-04-30T00:09:53.089Z Compiling unicode-width v0.2.0
5662026-04-30T00:09:53.353Z Compiling icu_provider v2.1.1
5672026-04-30T00:09:53.487Z Compiling smawk v0.3.2
5682026-04-30T00:09:53.507Z Compiling unicode-linebreak v0.1.5
5692026-04-30T00:09:53.629Z Compiling icu_normalizer v2.1.1
5702026-04-30T00:09:53.649Z Compiling icu_properties v2.1.2
5712026-04-30T00:09:53.666Z Compiling toml_datetime v0.6.11
5722026-04-30T00:09:53.669Z Compiling serde_spanned v0.6.9
5732026-04-30T00:09:53.756Z Compiling dof v0.3.0
5742026-04-30T00:09:53.837Z Compiling serde_tokenstream v0.2.3
5752026-04-30T00:09:53.896Z Compiling serde-value v0.7.0
5762026-04-30T00:09:53.933Z Compiling toml_edit v0.22.27
5772026-04-30T00:09:54.152Z Compiling cargo-platform v0.2.0
5782026-04-30T00:09:54.197Z Compiling tabled v0.15.0
5792026-04-30T00:09:54.265Z Compiling textwrap v0.16.2
5802026-04-30T00:09:54.459Z Compiling macaddr v1.0.1
5812026-04-30T00:09:54.761Z Compiling idna_adapter v1.2.1
5822026-04-30T00:09:54.820Z Compiling usdt-attr-macro v0.5.0
5832026-04-30T00:09:54.838Z Compiling usdt-macro v0.5.0
5842026-04-30T00:09:54.841Z Compiling clap v4.5.60
5852026-04-30T00:09:54.906Z Compiling idna v1.1.0
5862026-04-30T00:09:54.941Z Compiling camino-tempfile v1.4.1
5872026-04-30T00:09:55.185Z Compiling swrite v0.1.0
5882026-04-30T00:09:55.290Z Compiling url v2.5.8
5892026-04-30T00:09:55.459Z Compiling toml v0.8.23
5902026-04-30T00:09:55.507Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-30T00:09:55.832Z Compiling cargo-util-schemas v0.8.2
5922026-04-30T00:09:56.005Z Compiling cargo_toml v0.21.0
5932026-04-30T00:09:56.272Z Compiling usdt v0.5.0
5942026-04-30T00:09:56.746Z Compiling cargo_metadata v0.21.0
5952026-04-30T00:09:57.689Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-30T00:09:59.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.19s
5972026-04-30T00:10:00.039Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-30T00:10:00.616Z Downloading crates ...
5992026-04-30T00:10:00.705Z Downloaded atomicwrites v0.4.4
6002026-04-30T00:10:00.715Z Downloaded allocator-api2 v0.2.21
6012026-04-30T00:10:00.720Z Downloaded base16ct v0.2.0
6022026-04-30T00:10:00.720Z Downloaded async-trait v0.1.89
6032026-04-30T00:10:00.724Z Downloaded cstr-argument v0.1.2
6042026-04-30T00:10:00.724Z Downloaded atty v0.2.14
6052026-04-30T00:10:00.724Z Downloaded atomic-waker v1.1.2
6062026-04-30T00:10:00.724Z Downloaded ascii-canvas v3.0.0
6072026-04-30T00:10:00.727Z Downloaded async-stream v0.3.6
6082026-04-30T00:10:00.727Z Downloaded crc32fast v1.5.0
6092026-04-30T00:10:00.730Z Downloaded diesel_table_macro_syntax v0.3.0
6102026-04-30T00:10:00.730Z Downloaded daft v0.1.5
6112026-04-30T00:10:00.734Z Downloaded ctr v0.9.2
6122026-04-30T00:10:00.734Z Downloaded crossbeam-utils v0.8.21
6132026-04-30T00:10:00.740Z Downloaded dsl_auto_type v0.2.0
6142026-04-30T00:10:00.740Z Downloaded downcast-rs v2.0.2
6152026-04-30T00:10:00.740Z Downloaded derive-where v1.6.0
6162026-04-30T00:10:00.743Z Downloaded cfg_aliases v0.2.1
6172026-04-30T00:10:00.744Z Downloaded arrayvec v0.7.6
6182026-04-30T00:10:00.744Z Downloaded bb8 v0.8.6
6192026-04-30T00:10:00.744Z Downloaded arrayref v0.3.9
6202026-04-30T00:10:00.744Z Downloaded convert_case v0.4.0
6212026-04-30T00:10:00.744Z Downloaded ahash v0.8.12
6222026-04-30T00:10:00.751Z Downloaded fxhash v0.2.1
6232026-04-30T00:10:00.751Z Downloaded futures-sink v0.3.32
6242026-04-30T00:10:00.751Z Downloaded array-init v0.0.4
6252026-04-30T00:10:00.751Z Downloaded argon2 v0.5.3
6262026-04-30T00:10:00.756Z Downloaded async-stream-impl v0.3.6
6272026-04-30T00:10:00.756Z Downloaded bit-set v0.5.3
6282026-04-30T00:10:00.756Z Downloaded defmt-parser v1.0.0
6292026-04-30T00:10:00.765Z Downloaded chacha20 v0.9.1
6302026-04-30T00:10:00.765Z Downloaded diff v0.1.13
6312026-04-30T00:10:00.770Z Downloaded defmt-macros v1.0.1
6322026-04-30T00:10:00.770Z Downloaded derive-ex v0.1.8
6332026-04-30T00:10:00.770Z Downloaded async-recursion v1.1.1
6342026-04-30T00:10:00.770Z Downloaded dropshot-api-manager-types v0.7.1
6352026-04-30T00:10:00.770Z Downloaded csv-core v0.1.13
6362026-04-30T00:10:00.773Z Downloaded des v0.8.1
6372026-04-30T00:10:00.773Z Downloaded derive_builder_core v0.20.2
6382026-04-30T00:10:00.773Z Downloaded darling_macro v0.21.3
6392026-04-30T00:10:00.773Z Downloaded darling_core v0.21.3
6402026-04-30T00:10:00.776Z Downloaded crc8 v0.1.1
6412026-04-30T00:10:00.779Z Downloaded embedded-io v0.4.0
6422026-04-30T00:10:00.779Z Downloaded display-error-chain v0.2.2
6432026-04-30T00:10:00.779Z Downloaded difflib v0.4.0
6442026-04-30T00:10:00.782Z Downloaded derive_more v0.99.20
6452026-04-30T00:10:00.782Z Downloaded deranged v0.5.8
6462026-04-30T00:10:00.785Z Downloaded ecdsa v0.16.9
6472026-04-30T00:10:00.785Z Downloaded debug-ignore v1.0.5
6482026-04-30T00:10:00.788Z Downloaded base64 v0.21.7
6492026-04-30T00:10:00.791Z Downloaded filetime v0.2.27
6502026-04-30T00:10:00.791Z Downloaded curve25519-dalek-derive v0.1.1
6512026-04-30T00:10:00.791Z Downloaded enum-as-inner v0.6.1
6522026-04-30T00:10:00.794Z Downloaded dirs-sys-next v0.1.2
6532026-04-30T00:10:00.794Z Downloaded constant_time_eq v0.4.2
6542026-04-30T00:10:00.794Z Downloaded darling_macro v0.20.11
6552026-04-30T00:10:00.794Z Downloaded cobs v0.3.0
6562026-04-30T00:10:00.801Z Downloaded embedded-io v0.6.1
6572026-04-30T00:10:00.801Z Downloaded defmt v0.3.100
6582026-04-30T00:10:00.801Z Downloaded adler2 v2.0.1
6592026-04-30T00:10:00.801Z Downloaded endian-type v0.1.2
6602026-04-30T00:10:00.801Z Downloaded either v1.15.0
6612026-04-30T00:10:00.801Z Downloaded dunce v1.0.5
6622026-04-30T00:10:00.805Z Downloaded darling_core v0.23.0
6632026-04-30T00:10:00.805Z Downloaded dyn-clone v1.0.20
6642026-04-30T00:10:00.805Z Downloaded dirs-next v2.0.0
6652026-04-30T00:10:00.808Z Downloaded ciborium-io v0.2.2
6662026-04-30T00:10:00.808Z Downloaded bitfield-struct v0.6.2
6672026-04-30T00:10:00.808Z Downloaded crc-catalog v2.4.0
6682026-04-30T00:10:00.808Z Downloaded cfg_aliases v0.1.1
6692026-04-30T00:10:00.812Z Downloaded env_filter v1.0.0
6702026-04-30T00:10:00.812Z Downloaded castaway v0.2.4
6712026-04-30T00:10:00.812Z Downloaded cpufeatures v0.3.0
6722026-04-30T00:10:00.816Z Downloaded bitfield-macros v0.19.4
6732026-04-30T00:10:00.816Z Downloaded backoff v0.4.0
6742026-04-30T00:10:00.816Z Downloaded dtrace-parser v0.3.0
6752026-04-30T00:10:00.816Z Downloaded block-padding v0.3.3
6762026-04-30T00:10:00.821Z Downloaded bit-set v0.8.0
6772026-04-30T00:10:00.821Z Downloaded bcrypt-pbkdf v0.10.0
6782026-04-30T00:10:00.821Z Downloaded bit-vec v0.6.3
6792026-04-30T00:10:00.821Z Downloaded aead v0.5.2
6802026-04-30T00:10:00.825Z Downloaded ciborium-ll v0.2.2
6812026-04-30T00:10:00.825Z Downloaded assert_matches v1.5.0
6822026-04-30T00:10:00.825Z Downloaded crucible-workspace-hack v0.1.0
6832026-04-30T00:10:00.825Z Downloaded cargo-platform v0.1.9
6842026-04-30T00:10:00.834Z Downloaded document-features v0.2.12
6852026-04-30T00:10:00.834Z Downloaded crc v3.4.0
6862026-04-30T00:10:00.834Z Downloaded darling_macro v0.23.0
6872026-04-30T00:10:00.834Z Downloaded foreign-types v0.3.2
6882026-04-30T00:10:00.834Z Downloaded diesel-dtrace v0.5.0
6892026-04-30T00:10:00.834Z Downloaded crunchy v0.2.4
6902026-04-30T00:10:00.834Z Downloaded colored v2.2.0
6912026-04-30T00:10:00.841Z Downloaded colored v3.1.1
6922026-04-30T00:10:00.841Z Downloaded byte-wrapper v0.1.0
6932026-04-30T00:10:00.841Z Downloaded float-ord v0.3.2
6942026-04-30T00:10:00.844Z Downloaded flagset v0.4.7
6952026-04-30T00:10:00.844Z Downloaded dof v0.4.0
6962026-04-30T00:10:00.844Z Downloaded foreign-types v0.5.0
6972026-04-30T00:10:00.844Z Downloaded fd-lock v4.0.4
6982026-04-30T00:10:00.844Z Downloaded funty v2.0.0
6992026-04-30T00:10:00.844Z Downloaded foreign-types-shared v0.1.1
7002026-04-30T00:10:00.844Z Downloaded futures-io v0.3.32
7012026-04-30T00:10:00.844Z Downloaded foreign-types-macros v0.2.3
7022026-04-30T00:10:00.847Z Downloaded float-cmp v0.10.0
7032026-04-30T00:10:00.847Z Downloaded fixedbitset v0.4.2
7042026-04-30T00:10:00.847Z Downloaded derive_builder_macro v0.20.2
7052026-04-30T00:10:00.847Z Downloaded base64ct v1.8.3
7062026-04-30T00:10:00.852Z Downloaded futures-macro v0.3.32
7072026-04-30T00:10:00.852Z Downloaded futures-core v0.3.32
7082026-04-30T00:10:00.852Z Downloaded git-stub v1.0.0
7092026-04-30T00:10:00.857Z Downloaded bitfield v0.19.4
7102026-04-30T00:10:00.857Z Downloaded gethostname v0.5.0
7112026-04-30T00:10:00.861Z Downloaded globwalk v0.9.1
7122026-04-30T00:10:00.861Z Downloaded ciborium v0.2.2
7132026-04-30T00:10:00.861Z Downloaded ghash v0.5.1
7142026-04-30T00:10:00.870Z Downloaded foreign-types-shared v0.3.1
7152026-04-30T00:10:00.870Z Downloaded backon v1.6.0
7162026-04-30T00:10:00.870Z Downloaded hash32 v0.3.1
7172026-04-30T00:10:00.870Z Downloaded futures-task v0.3.32
7182026-04-30T00:10:00.876Z Downloaded cargo_metadata v0.19.2
7192026-04-30T00:10:00.876Z Downloaded crypto-bigint v0.5.5
7202026-04-30T00:10:00.876Z Downloaded fallible-iterator v0.2.0
7212026-04-30T00:10:00.876Z Downloaded crossbeam-deque v0.8.6
7222026-04-30T00:10:00.876Z Downloaded critical-section v1.2.0
7232026-04-30T00:10:00.883Z Downloaded erased-serde v0.3.31
7242026-04-30T00:10:00.883Z Downloaded ff v0.13.1
7252026-04-30T00:10:00.883Z Downloaded globset v0.4.18
7262026-04-30T00:10:00.883Z Downloaded cassowary v0.3.0
7272026-04-30T00:10:00.883Z Downloaded der_derive v0.7.3
7282026-04-30T00:10:00.883Z Downloaded blowfish v0.9.1
7292026-04-30T00:10:00.884Z Downloaded env_logger v0.11.9
7302026-04-30T00:10:00.892Z Downloaded hex-literal v0.4.1
7312026-04-30T00:10:00.892Z Downloaded hex v0.4.3
7322026-04-30T00:10:00.892Z Downloaded defmt v1.0.1
7332026-04-30T00:10:00.892Z Downloaded data-encoding v2.10.0
7342026-04-30T00:10:00.892Z Downloaded bzip2 v0.6.1
7352026-04-30T00:10:00.892Z Downloaded cipher v0.4.4
7362026-04-30T00:10:00.892Z Downloaded cexpr v0.6.0
7372026-04-30T00:10:00.902Z Downloaded cbc v0.1.2
7382026-04-30T00:10:00.902Z Downloaded httpdate v1.0.3
7392026-04-30T00:10:00.902Z Downloaded corncobs v0.1.4
7402026-04-30T00:10:00.902Z Downloaded hostname v0.3.1
7412026-04-30T00:10:00.902Z Downloaded http-body v1.0.1
7422026-04-30T00:10:00.902Z Downloaded home v0.5.12
7432026-04-30T00:10:00.902Z Downloaded camino-tempfile-ext v0.3.3
7442026-04-30T00:10:00.919Z Downloaded bcs v0.1.6
7452026-04-30T00:10:00.919Z Downloaded hubpack v0.1.2
7462026-04-30T00:10:00.919Z Downloaded compression-codecs v0.4.37
7472026-04-30T00:10:00.919Z Downloaded hyper-tls v0.6.0
7482026-04-30T00:10:00.919Z Downloaded http-range v0.1.5
7492026-04-30T00:10:00.919Z Downloaded cmake v0.1.57
7502026-04-30T00:10:00.919Z Downloaded hostname v0.4.2
7512026-04-30T00:10:00.919Z Downloaded indoc v1.0.9
7522026-04-30T00:10:00.919Z Downloaded ident_case v1.0.1
7532026-04-30T00:10:00.919Z Downloaded chacha20 v0.10.0
7542026-04-30T00:10:00.929Z Downloaded hubpack_derive v0.1.1
7552026-04-30T00:10:00.929Z Downloaded futures-executor v0.3.32
7562026-04-30T00:10:00.929Z Downloaded daft-derive v0.1.5
7572026-04-30T00:10:00.929Z Downloaded group v0.13.0
7582026-04-30T00:10:00.929Z Downloaded fs_extra v1.3.0
7592026-04-30T00:10:00.929Z Downloaded foldhash v0.2.0
7602026-04-30T00:10:00.929Z Downloaded fixedbitset v0.5.7
7612026-04-30T00:10:00.930Z Downloaded find-msvc-tools v0.1.9
7622026-04-30T00:10:00.930Z Downloaded drift v0.1.3
7632026-04-30T00:10:00.930Z Downloaded fs-err v2.11.0
7642026-04-30T00:10:00.930Z Downloaded foldhash v0.1.5
7652026-04-30T00:10:00.930Z Downloaded ar_archive_writer v0.5.1
7662026-04-30T00:10:00.930Z Downloaded bitflags v1.3.2
7672026-04-30T00:10:00.935Z Downloaded indent_write v2.2.0
7682026-04-30T00:10:00.935Z Downloaded async-compression v0.4.41
7692026-04-30T00:10:00.938Z Downloaded git-stub-vcs v0.1.0
7702026-04-30T00:10:00.939Z Downloaded cookie v0.18.1
7712026-04-30T00:10:00.939Z Downloaded convert_case v0.10.0
7722026-04-30T00:10:00.939Z Downloaded darling v0.23.0
7732026-04-30T00:10:00.945Z Downloaded instant v0.1.13
7742026-04-30T00:10:00.945Z Downloaded elliptic-curve v0.13.8
7752026-04-30T00:10:00.945Z Downloaded clang-sys v1.8.1
7762026-04-30T00:10:00.952Z Downloaded inout v0.1.4
7772026-04-30T00:10:00.952Z Downloaded console v0.15.11
7782026-04-30T00:10:00.952Z Downloaded bit-vec v0.8.0
7792026-04-30T00:10:00.952Z Downloaded console v0.16.2
7802026-04-30T00:10:00.952Z Downloaded cancel-safe-futures v0.1.5
7812026-04-30T00:10:00.957Z Downloaded kstat-rs v0.2.4
7822026-04-30T00:10:00.957Z Downloaded keccak v0.1.6
7832026-04-30T00:10:00.957Z Downloaded http-body-util v0.1.3
7842026-04-30T00:10:00.957Z Downloaded cookie_store v0.22.1
7852026-04-30T00:10:00.961Z Downloaded internet-checksum v0.2.1
7862026-04-30T00:10:00.961Z Downloaded bzip2 v0.4.4
7872026-04-30T00:10:00.961Z Downloaded highway v1.3.0
7882026-04-30T00:10:00.961Z Downloaded async-bb8-diesel v0.2.1
7892026-04-30T00:10:00.964Z Downloaded arc-swap v1.8.2
7902026-04-30T00:10:00.964Z Downloaded headers-core v0.3.0
7912026-04-30T00:10:00.967Z Downloaded hash32 v0.2.1
7922026-04-30T00:10:00.967Z Downloaded lalrpop-util v0.19.12
7932026-04-30T00:10:00.967Z Downloaded ena v0.14.4
7942026-04-30T00:10:00.967Z Downloaded buf-list v1.1.2
7952026-04-30T00:10:00.971Z Downloaded lazy_static v1.5.0
7962026-04-30T00:10:00.971Z Downloaded humantime v2.3.0
7972026-04-30T00:10:00.974Z Downloaded linked-hash-map v0.5.6
7982026-04-30T00:10:00.974Z Downloaded lru-slab v0.1.2
7992026-04-30T00:10:00.974Z Downloaded const_format_proc_macros v0.2.34
8002026-04-30T00:10:00.974Z Downloaded md5 v0.7.0
8012026-04-30T00:10:00.979Z Downloaded lru-cache v0.1.2
8022026-04-30T00:10:00.979Z Downloaded md-5 v0.10.6
8032026-04-30T00:10:00.979Z Downloaded maybe-uninit v2.0.0
8042026-04-30T00:10:00.979Z Downloaded const-oid v0.9.6
8052026-04-30T00:10:00.984Z Downloaded compression-core v0.4.31
8062026-04-30T00:10:00.984Z Downloaded futures-channel v0.3.32
8072026-04-30T00:10:00.984Z Downloaded ed25519 v2.2.3
8082026-04-30T00:10:00.984Z Downloaded ingot-types v0.1.2
8092026-04-30T00:10:00.995Z Downloaded ingot v0.1.1
8102026-04-30T00:10:00.995Z Downloaded indoc v2.0.7
8112026-04-30T00:10:00.995Z Downloaded impl-trait-for-tuples v0.2.3
8122026-04-30T00:10:01.002Z Downloaded derive_builder v0.20.2
8132026-04-30T00:10:01.002Z Downloaded memoffset v0.9.1
8142026-04-30T00:10:01.002Z Downloaded match_cfg v0.1.0
8152026-04-30T00:10:01.002Z Downloaded managed v0.8.0
8162026-04-30T00:10:01.002Z Downloaded crc-any v2.5.0
8172026-04-30T00:10:01.002Z Downloaded multimap v0.10.1
8182026-04-30T00:10:01.005Z Downloaded lzss v0.8.2
8192026-04-30T00:10:01.006Z Downloaded lru v0.12.5
8202026-04-30T00:10:01.006Z Downloaded glob v0.3.3
8212026-04-30T00:10:01.006Z Downloaded mime v0.3.17
8222026-04-30T00:10:01.006Z Downloaded dropshot_endpoint v0.17.0
8232026-04-30T00:10:01.006Z Downloaded darling v0.20.11
8242026-04-30T00:10:01.011Z Downloaded newtype_derive v0.1.6
8252026-04-30T00:10:01.011Z Downloaded is-terminal v0.4.17
8262026-04-30T00:10:01.011Z Downloaded crossbeam-epoch v0.9.18
8272026-04-30T00:10:01.016Z Downloaded base64 v0.22.1
8282026-04-30T00:10:01.016Z Downloaded num-derive v0.4.2
8292026-04-30T00:10:01.016Z Downloaded maplit v1.0.2
8302026-04-30T00:10:01.020Z Downloaded instability v0.3.11
8312026-04-30T00:10:01.020Z Downloaded normalize-line-endings v0.3.0
8322026-04-30T00:10:01.020Z Downloaded is_ci v1.2.0
8332026-04-30T00:10:01.020Z Downloaded dropshot_endpoint v0.16.7
8342026-04-30T00:10:01.020Z Downloaded nibble_vec v0.1.0
8352026-04-30T00:10:01.028Z Downloaded libscf-sys v1.1.0
8362026-04-30T00:10:01.028Z Downloaded const_format v0.2.35
8372026-04-30T00:10:01.028Z Downloaded num-conv v0.2.0
8382026-04-30T00:10:01.028Z Downloaded libefi-sys v0.1.0
8392026-04-30T00:10:01.032Z Downloaded num_enum_derive v0.5.11
8402026-04-30T00:10:01.032Z Downloaded num-derive v0.3.3
8412026-04-30T00:10:01.032Z Downloaded ipnetwork v0.21.1
8422026-04-30T00:10:01.032Z Downloaded num_threads v0.1.7
8432026-04-30T00:10:01.032Z Downloaded jobserver v0.1.34
8442026-04-30T00:10:01.032Z Downloaded nonempty v0.12.0
8452026-04-30T00:10:01.033Z Downloaded hyper-rustls v0.27.7
8462026-04-30T00:10:01.037Z Downloaded ipnet v2.11.0
8472026-04-30T00:10:01.037Z Downloaded num-iter v0.1.45
8482026-04-30T00:10:01.037Z Downloaded newtype-uuid-macros v0.1.0
8492026-04-30T00:10:01.037Z Downloaded newline-converter v0.3.0
8502026-04-30T00:10:01.044Z Downloaded new_debug_unreachable v1.0.6
8512026-04-30T00:10:01.044Z Downloaded libsw-core v0.3.2
8522026-04-30T00:10:01.044Z Downloaded num v0.4.3
8532026-04-30T00:10:01.052Z Downloaded httparse v1.10.1
8542026-04-30T00:10:01.052Z Downloaded libloading v0.8.9
8552026-04-30T00:10:01.052Z Downloaded iana-time-zone v0.1.65
8562026-04-30T00:10:01.052Z Downloaded olpc-cjson v0.1.4
8572026-04-30T00:10:01.052Z Downloaded hyper-staticfile v0.10.1
8582026-04-30T00:10:01.052Z Downloaded getrandom v0.2.17
8592026-04-30T00:10:01.055Z Downloaded openssl-probe v0.2.1
8602026-04-30T00:10:01.056Z Downloaded openssl-probe v0.1.6
8612026-04-30T00:10:01.056Z Downloaded opaque-debug v0.3.1
8622026-04-30T00:10:01.056Z Downloaded darling v0.21.3
8632026-04-30T00:10:01.059Z Downloaded fatfs v0.3.6
8642026-04-30T00:10:01.059Z Downloaded linear-map v1.2.0
8652026-04-30T00:10:01.059Z Downloaded libsw v3.5.0
8662026-04-30T00:10:01.064Z Downloaded half v2.7.1
8672026-04-30T00:10:01.064Z Downloaded lock_api v0.4.14
8682026-04-30T00:10:01.065Z Downloaded chacha20poly1305 v0.10.1
8692026-04-30T00:10:01.068Z Downloaded oso-derive v0.27.3
8702026-04-30T00:10:01.068Z Downloaded openssl-macros v0.1.1
8712026-04-30T00:10:01.068Z Downloaded mime_guess v2.0.5
8722026-04-30T00:10:01.071Z Downloaded parse-display v0.10.0
8732026-04-30T00:10:01.071Z Downloaded nanorand v0.7.0
8742026-04-30T00:10:01.082Z Downloaded packed_struct_codegen v0.10.1
8752026-04-30T00:10:01.095Z Downloaded newtype-uuid v1.3.2
8762026-04-30T00:10:01.095Z Downloaded native-tls v0.2.18
8772026-04-30T00:10:01.095Z Downloaded multer v3.1.0
8782026-04-30T00:10:01.095Z Downloaded blake2 v0.10.6
8792026-04-30T00:10:01.096Z Downloaded nu-ansi-term v0.50.3
8802026-04-30T00:10:01.096Z Downloaded flate2 v1.1.9
8812026-04-30T00:10:01.101Z Downloaded path-slash v0.1.5
8822026-04-30T00:10:01.102Z Downloaded num_enum v0.7.5
8832026-04-30T00:10:01.102Z Downloaded pbkdf2 v0.12.2
8842026-04-30T00:10:01.122Z Downloaded parse-size v1.1.0
8852026-04-30T00:10:01.122Z Downloaded pbkdf2 v0.11.0
8862026-04-30T00:10:01.122Z Downloaded peg-runtime v0.8.5
8872026-04-30T00:10:01.122Z Downloaded num_enum_derive v0.7.5
8882026-04-30T00:10:01.149Z Downloaded phf_shared v0.13.1
8892026-04-30T00:10:01.149Z Downloaded phf_shared v0.11.3
8902026-04-30T00:10:01.149Z Downloaded ingot-macros v0.1.1
8912026-04-30T00:10:01.150Z Downloaded oxide-tokio-rt v0.1.4
8922026-04-30T00:10:01.150Z Downloaded indexmap v1.9.3
8932026-04-30T00:10:01.150Z Downloaded ignore v0.4.25
8942026-04-30T00:10:01.150Z Downloaded pin-utils v0.1.0
8952026-04-30T00:10:01.150Z Downloaded owo-colors v4.3.0
8962026-04-30T00:10:01.150Z Downloaded hmac v0.12.1
8972026-04-30T00:10:01.150Z Downloaded compact_str v0.8.1
8982026-04-30T00:10:01.199Z Downloaded num_enum v0.5.11
8992026-04-30T00:10:01.199Z Downloaded predicates-tree v1.0.13
9002026-04-30T00:10:01.199Z Downloaded oxnet v0.1.4
9012026-04-30T00:10:01.199Z Downloaded memmap2 v0.9.10
9022026-04-30T00:10:01.199Z Downloaded darling_core v0.20.11
9032026-04-30T00:10:01.199Z Downloaded packed_struct v0.10.1
9042026-04-30T00:10:01.200Z Downloaded headers v0.4.1
9052026-04-30T00:10:01.200Z Downloaded nodrop v0.1.14
9062026-04-30T00:10:01.200Z Downloaded bytes v1.11.1
9072026-04-30T00:10:01.200Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-30T00:10:01.200Z Downloaded proc-macro-crate v3.4.0
9092026-04-30T00:10:01.200Z Downloaded half v1.8.3
9102026-04-30T00:10:01.200Z Downloaded proc-macro-crate v1.3.1
9112026-04-30T00:10:01.200Z Downloaded predicates-core v1.0.10
9122026-04-30T00:10:01.200Z Downloaded precomputed-hash v0.1.1
9132026-04-30T00:10:01.200Z Downloaded powerfmt v0.2.0
9142026-04-30T00:10:01.200Z Downloaded parking_lot_core v0.8.6
9152026-04-30T00:10:01.200Z Downloaded num-rational v0.4.2
9162026-04-30T00:10:01.200Z Downloaded num-integer v0.1.46
9172026-04-30T00:10:01.200Z Downloaded getrandom v0.3.4
9182026-04-30T00:10:01.201Z Downloaded futures v0.3.32
9192026-04-30T00:10:01.218Z Downloaded progenitor-client v0.11.2
9202026-04-30T00:10:01.218Z Downloaded progenitor-client v0.10.0
9212026-04-30T00:10:01.218Z Downloaded paste v1.0.15
9222026-04-30T00:10:01.219Z Downloaded password-hash v0.4.2
9232026-04-30T00:10:01.219Z Downloaded parse-display-derive v0.10.0
9242026-04-30T00:10:01.219Z Downloaded crossterm v0.28.1
9252026-04-30T00:10:01.219Z Downloaded peg v0.8.5
9262026-04-30T00:10:01.219Z Downloaded phf_shared v0.12.1
9272026-04-30T00:10:01.219Z Downloaded pem-rfc7468 v0.7.0
9282026-04-30T00:10:01.219Z Downloaded progenitor-macro v0.13.0
9292026-04-30T00:10:01.219Z Downloaded progenitor-macro v0.14.0
9302026-04-30T00:10:01.219Z Downloaded progenitor-macro v0.11.2
9312026-04-30T00:10:01.219Z Downloaded progenitor-client v0.14.0
9322026-04-30T00:10:01.219Z Downloaded phf v0.12.1
9332026-04-30T00:10:01.219Z Downloaded pem v3.0.6
9342026-04-30T00:10:01.219Z Downloaded psl-types v2.0.11
9352026-04-30T00:10:01.219Z Downloaded progenitor-macro v0.10.0
9362026-04-30T00:10:01.219Z Downloaded cc v1.2.56
9372026-04-30T00:10:01.219Z Downloaded omicron-zone-package v0.12.2
9382026-04-30T00:10:01.220Z Downloaded heapless v0.8.0
9392026-04-30T00:10:01.220Z Downloaded heapless v0.7.17
9402026-04-30T00:10:01.220Z Downloaded litrs v1.0.0
9412026-04-30T00:10:01.220Z Downloaded peg-macros v0.8.5
9422026-04-30T00:10:01.220Z Downloaded password-hash v0.5.0
9432026-04-30T00:10:01.220Z Downloaded bumpalo v3.20.2
9442026-04-30T00:10:01.220Z Downloaded pin-project-lite v0.2.17
9452026-04-30T00:10:01.221Z Downloaded quick-error v1.2.3
9462026-04-30T00:10:01.221Z Downloaded polyval v0.6.2
9472026-04-30T00:10:01.221Z Downloaded poly1305 v0.8.0
9482026-04-30T00:10:01.221Z Downloaded rand_chacha v0.3.1
9492026-04-30T00:10:01.221Z Downloaded crossbeam-channel v0.5.15
9502026-04-30T00:10:01.221Z Downloaded proc-macro-error2 v2.0.1
9512026-04-30T00:10:01.238Z Downloaded radium v0.7.0
9522026-04-30T00:10:01.238Z Downloaded predicates v3.1.4
9532026-04-30T00:10:01.238Z Downloaded indicatif v0.18.4
9542026-04-30T00:10:01.238Z Downloaded flume v0.11.1
9552026-04-30T00:10:01.238Z Downloaded postgres-protocol v0.6.10
9562026-04-30T00:10:01.238Z Downloaded parking_lot_core v0.9.12
9572026-04-30T00:10:01.243Z Downloaded recursive-proc-macro-impl v0.1.1
9582026-04-30T00:10:01.243Z Downloaded progenitor v0.13.0
9592026-04-30T00:10:01.244Z Downloaded diesel_derives v2.3.7
9602026-04-30T00:10:01.244Z Downloaded recursive v0.1.1
9612026-04-30T00:10:01.244Z Downloaded primeorder v0.13.6
9622026-04-30T00:10:01.244Z Downloaded rand_xorshift v0.4.0
9632026-04-30T00:10:01.244Z Downloaded derive_more-impl v2.1.1
9642026-04-30T00:10:01.273Z Downloaded phf v0.13.1
9652026-04-30T00:10:01.273Z Downloaded progenitor-extras v0.2.0
9662026-04-30T00:10:01.273Z Downloaded progenitor v0.11.2
9672026-04-30T00:10:01.273Z Downloaded derive_more v2.1.1
9682026-04-30T00:10:01.273Z Downloaded ref-cast-impl v1.0.25
9692026-04-30T00:10:01.273Z Downloaded psm v0.1.30
9702026-04-30T00:10:01.273Z Downloaded num-complex v0.4.6
9712026-04-30T00:10:01.273Z Downloaded progenitor-client v0.13.0
9722026-04-30T00:10:01.274Z Downloaded pkcs5 v0.7.1
9732026-04-30T00:10:01.274Z Downloaded r2d2 v0.8.10
9742026-04-30T00:10:01.274Z Downloaded progenitor v0.14.0
9752026-04-30T00:10:01.274Z Downloaded rfc6979 v0.4.0
9762026-04-30T00:10:01.274Z Downloaded der v0.7.10
9772026-04-30T00:10:01.274Z Downloaded russh-cryptovec v0.7.3
9782026-04-30T00:10:01.274Z Downloaded pkcs1 v0.7.5
9792026-04-30T00:10:01.280Z Downloaded pin-project-internal v1.1.11
9802026-04-30T00:10:01.280Z Downloaded oso v0.27.3
9812026-04-30T00:10:01.280Z Downloaded libbz2-rs-sys v0.2.2
9822026-04-30T00:10:01.280Z Downloaded postgres-types v0.2.12
9832026-04-30T00:10:01.280Z Downloaded parking_lot v0.11.2
9842026-04-30T00:10:01.280Z Downloaded aho-corasick v1.1.4
9852026-04-30T00:10:01.280Z Downloaded rustc-hash v2.1.1
9862026-04-30T00:10:01.280Z Downloaded rtoolbox v0.0.3
9872026-04-30T00:10:01.280Z Downloaded parking_lot v0.12.5
9882026-04-30T00:10:01.280Z Downloaded ppv-lite86 v0.2.21
9892026-04-30T00:10:01.280Z Downloaded pkg-config v0.3.32
9902026-04-30T00:10:01.280Z Downloaded hickory-resolver v0.24.4
9912026-04-30T00:10:01.280Z Downloaded ed25519-dalek v2.2.0
9922026-04-30T00:10:01.280Z Downloaded dropshot-api-manager v0.7.1
9932026-04-30T00:10:01.281Z Downloaded pkcs8 v0.10.2
9942026-04-30T00:10:01.291Z Downloaded rustc_version v0.4.1
9952026-04-30T00:10:01.291Z Downloaded p256 v0.13.2
9962026-04-30T00:10:01.291Z Downloaded ref-cast v1.0.25
9972026-04-30T00:10:01.291Z Downloaded same-file v1.0.6
9982026-04-30T00:10:01.296Z Downloaded rand_core v0.9.5
9992026-04-30T00:10:01.296Z Downloaded salsa20 v0.10.2
10002026-04-30T00:10:01.296Z Downloaded rand_core v0.6.4
10012026-04-30T00:10:01.296Z Downloaded rand_chacha v0.9.0
10022026-04-30T00:10:01.296Z Downloaded sapling-renderdag v0.1.0
10032026-04-30T00:10:01.296Z Downloaded miniz_oxide v0.8.9
10042026-04-30T00:10:01.296Z Downloaded papergrid v0.17.0
10052026-04-30T00:10:01.301Z Downloaded progenitor v0.10.0
10062026-04-30T00:10:01.301Z Downloaded rustc_version v0.1.7
10072026-04-30T00:10:01.301Z Downloaded scopeguard v1.2.0
10082026-04-30T00:10:01.304Z Downloaded rand_core v0.10.0
10092026-04-30T00:10:01.304Z Downloaded expectorate v1.2.0
10102026-04-30T00:10:01.309Z Downloaded jiff-static v0.2.21
10112026-04-30T00:10:01.313Z Downloaded quinn-udp v0.5.14
10122026-04-30T00:10:01.318Z Downloaded hashbrown v0.12.3
10132026-04-30T00:10:01.318Z Downloaded openssl-sys v0.9.111
10142026-04-30T00:10:01.324Z Downloaded seq-macro v0.3.6
10152026-04-30T00:10:01.324Z Downloaded secrecy v0.8.0
10162026-04-30T00:10:01.324Z Downloaded scroll_derive v0.13.1
10172026-04-30T00:10:01.324Z Downloaded serde_urlencoded v0.7.1
10182026-04-30T00:10:01.327Z Downloaded serde_spanned v1.0.4
10192026-04-30T00:10:01.327Z Downloaded scheduled-thread-pool v0.2.7
10202026-04-30T00:10:01.328Z Downloaded resolv-conf v0.7.6
10212026-04-30T00:10:01.333Z Downloaded scrypt v0.11.0
10222026-04-30T00:10:01.333Z Downloaded semver v0.1.20
10232026-04-30T00:10:01.337Z Downloaded hickory-resolver v0.25.2
10242026-04-30T00:10:01.337Z Downloaded secrecy v0.10.3
10252026-04-30T00:10:01.337Z Downloaded serde_bytes v0.11.19
10262026-04-30T00:10:01.337Z Downloaded pin-project v1.1.11
10272026-04-30T00:10:01.342Z Downloaded postcard v1.1.3
10282026-04-30T00:10:01.345Z Downloaded signal-hook-mio v0.2.5
10292026-04-30T00:10:01.345Z Downloaded sha1 v0.10.6
10302026-04-30T00:10:01.349Z Downloaded sigpipe v0.1.3
10312026-04-30T00:10:01.350Z Downloaded hashbrown v0.13.2
10322026-04-30T00:10:01.353Z Downloaded prefix-trie v0.7.0
10332026-04-30T00:10:01.360Z Downloaded serde_plain v1.0.2
10342026-04-30T00:10:01.360Z Downloaded serde_repr v0.1.20
10352026-04-30T00:10:01.370Z Downloaded rustversion v1.0.22
10362026-04-30T00:10:01.371Z Downloaded signal-hook-tokio v0.3.1
10372026-04-30T00:10:01.371Z Downloaded signature v2.2.0
10382026-04-30T00:10:01.382Z Downloaded rustls-pemfile v1.0.4
10392026-04-30T00:10:01.382Z Downloaded rustls-native-certs v0.8.3
10402026-04-30T00:10:01.382Z Downloaded siphasher v1.0.2
10412026-04-30T00:10:01.382Z Downloaded schemars_derive v0.8.22
10422026-04-30T00:10:01.382Z Downloaded rusty-fork v0.3.1
10432026-04-30T00:10:01.382Z Downloaded slog-bunyan v2.5.0
10442026-04-30T00:10:01.391Z Downloaded rustls-pemfile v2.2.0
10452026-04-30T00:10:01.391Z Downloaded rand_seeder v0.4.0
10462026-04-30T00:10:01.391Z Downloaded progenitor-impl v0.11.2
10472026-04-30T00:10:01.391Z Downloaded scroll v0.13.0
10482026-04-30T00:10:01.391Z Downloaded serde-big-array v0.5.1
10492026-04-30T00:10:01.391Z Downloaded sec1 v0.7.3
10502026-04-30T00:10:01.395Z Downloaded sct v0.7.1
10512026-04-30T00:10:01.395Z Downloaded ssh-cipher v0.2.0
10522026-04-30T00:10:01.401Z Downloaded sqlparser_derive v0.5.0
10532026-04-30T00:10:01.408Z Downloaded slog-envlogger v2.2.0
10542026-04-30T00:10:01.412Z Downloaded mio v1.2.0
10552026-04-30T00:10:01.412Z Downloaded hyper-util v0.1.20
10562026-04-30T00:10:01.417Z Downloaded aes v0.8.4
10572026-04-30T00:10:01.417Z Downloaded serde-hex v0.1.0
10582026-04-30T00:10:01.422Z Downloaded signal-hook-registry v1.4.8
10592026-04-30T00:10:01.422Z Downloaded rustls-pki-types v1.14.0
10602026-04-30T00:10:01.422Z Downloaded minimal-lexical v0.2.1
10612026-04-30T00:10:01.427Z Downloaded num-bigint v0.4.6
10622026-04-30T00:10:01.427Z Downloaded itertools v0.10.5
10632026-04-30T00:10:01.432Z Downloaded strum v0.27.2
10642026-04-30T00:10:01.432Z Downloaded structmeta v0.3.0
10652026-04-30T00:10:01.432Z Downloaded russh-keys v0.45.0
10662026-04-30T00:10:01.438Z Downloaded prettyplease v0.2.37
10672026-04-30T00:10:01.438Z Downloaded shell-words v1.1.1
10682026-04-30T00:10:01.438Z Downloaded serde_path_to_error v0.1.20
10692026-04-30T00:10:01.438Z Downloaded slab v0.4.12
10702026-04-30T00:10:01.438Z Downloaded pretty_assertions v1.4.1
10712026-04-30T00:10:01.443Z Downloaded structmeta-derive v0.3.0
10722026-04-30T00:10:01.443Z Downloaded strip-ansi-escapes v0.2.1
10732026-04-30T00:10:01.443Z Downloaded slog-scope v4.4.1
10742026-04-30T00:10:01.443Z Downloaded slog-async v2.8.0
10752026-04-30T00:10:01.443Z Downloaded aes-gcm v0.10.3
10762026-04-30T00:10:01.446Z Downloaded rcgen v0.12.1
10772026-04-30T00:10:01.446Z Downloaded tabwriter v1.4.1
10782026-04-30T00:10:01.447Z Downloaded sync_wrapper v1.0.2
10792026-04-30T00:10:01.447Z Downloaded subtle v2.6.1
10802026-04-30T00:10:01.447Z Downloaded shlex v1.3.0
10812026-04-30T00:10:01.450Z Downloaded http v1.4.0
10822026-04-30T00:10:01.451Z Downloaded progenitor-impl v0.10.0
10832026-04-30T00:10:01.454Z Downloaded strum v0.26.3
10842026-04-30T00:10:01.454Z Downloaded progenitor-impl v0.14.0
10852026-04-30T00:10:01.454Z Downloaded progenitor-impl v0.13.0
10862026-04-30T00:10:01.458Z Downloaded tabled_derive v0.11.0
10872026-04-30T00:10:01.458Z Downloaded sync-ptr v0.1.4
10882026-04-30T00:10:01.459Z Downloaded supports-color v3.0.2
10892026-04-30T00:10:01.459Z Downloaded ron v0.8.1
10902026-04-30T00:10:01.462Z Downloaded slog-json v2.6.1
10912026-04-30T00:10:01.462Z Downloaded simd-adler32 v0.3.8
10922026-04-30T00:10:01.465Z Downloaded tap v1.0.1
10932026-04-30T00:10:01.465Z Downloaded take_mut v0.2.2
10942026-04-30T00:10:01.465Z Downloaded tagptr v0.2.0
10952026-04-30T00:10:01.472Z Downloaded static_assertions v1.1.0
10962026-04-30T00:10:01.476Z Downloaded slog-term v2.9.2
10972026-04-30T00:10:01.476Z Downloaded spki v0.7.3
10982026-04-30T00:10:01.485Z Downloaded smallvec v0.6.14
10992026-04-30T00:10:01.485Z Downloaded slog-stdlog v4.1.1
11002026-04-30T00:10:01.485Z Downloaded slog-dtrace v0.3.0
11012026-04-30T00:10:01.485Z Downloaded hickory-server v0.25.2
11022026-04-30T00:10:01.488Z Downloaded smf v0.2.3
11032026-04-30T00:10:01.488Z Downloaded ssh-encoding v0.2.0
11042026-04-30T00:10:01.488Z Downloaded serde_derive_internals v0.29.1
11052026-04-30T00:10:01.493Z Downloaded thread-id v5.1.0
11062026-04-30T00:10:01.493Z Downloaded thiserror-impl-no-std v2.0.2
11072026-04-30T00:10:01.493Z Downloaded stacker v0.1.23
11082026-04-30T00:10:01.493Z Downloaded testing_table v0.3.0
11092026-04-30T00:10:01.497Z Downloaded termtree v0.5.1
11102026-04-30T00:10:01.497Z Downloaded string_cache v0.8.9
11112026-04-30T00:10:01.497Z Downloaded stringprep v0.1.5
11122026-04-30T00:10:01.498Z Downloaded snafu-derive v0.8.9
11132026-04-30T00:10:01.498Z Downloaded time-core v0.1.8
11142026-04-30T00:10:01.504Z Downloaded serde_cbor v0.11.2
11152026-04-30T00:10:01.527Z Downloaded tokio-macros v2.7.0
11162026-04-30T00:10:01.527Z Downloaded serde_with_macros v3.17.0
11172026-04-30T00:10:01.527Z Downloaded support-bundle-viewer v0.1.2
11182026-04-30T00:10:01.528Z Downloaded iddqd v0.3.18
11192026-04-30T00:10:01.539Z Downloaded strum_macros v0.24.3
11202026-04-30T00:10:01.539Z Downloaded strum_macros v0.26.4
11212026-04-30T00:10:01.539Z Downloaded rayon-core v1.13.0
11222026-04-30T00:10:01.539Z Downloaded nom v7.1.3
11232026-04-30T00:10:01.539Z Downloaded crossterm v0.29.0
11242026-04-30T00:10:01.539Z Downloaded libxml v0.3.3
11252026-04-30T00:10:01.539Z Downloaded qorb v0.4.1
11262026-04-30T00:10:01.547Z Downloaded spin v0.9.8
11272026-04-30T00:10:01.547Z Downloaded tinyvec_macros v0.1.1
11282026-04-30T00:10:01.547Z Downloaded schemars v0.8.22
11292026-04-30T00:10:01.547Z Downloaded topological-sort v0.2.2
11302026-04-30T00:10:01.547Z Downloaded iri-string v0.7.10
11312026-04-30T00:10:01.550Z Downloaded thiserror-no-std v2.0.2
11322026-04-30T00:10:01.550Z Downloaded thread_local v1.1.9
11332026-04-30T00:10:01.554Z Downloaded num-bigint-dig v0.8.6
11342026-04-30T00:10:01.560Z Downloaded itertools v0.13.0
11352026-04-30T00:10:01.563Z Downloaded serde_yaml v0.9.34+deprecated
11362026-04-30T00:10:01.563Z Downloaded signal-hook v0.3.18
11372026-04-30T00:10:01.563Z Downloaded tower-layer v0.3.3
11382026-04-30T00:10:01.563Z Downloaded itertools v0.12.1
11392026-04-30T00:10:01.566Z Downloaded try-lock v0.2.5
11402026-04-30T00:10:01.569Z Downloaded trait-variant v0.1.2
11412026-04-30T00:10:01.569Z Downloaded tower-service v0.3.3
11422026-04-30T00:10:01.569Z Downloaded rustls-platform-verifier v0.6.2
11432026-04-30T00:10:01.573Z Downloaded rand v0.8.5
11442026-04-30T00:10:01.573Z Downloaded tiny-keccak v2.0.2
11452026-04-30T00:10:01.576Z Downloaded time-macros v0.2.27
11462026-04-30T00:10:01.576Z Downloaded hashbrown v0.15.5
11472026-04-30T00:10:01.584Z Downloaded tls_codec_derive v0.4.2
11482026-04-30T00:10:01.584Z Downloaded typify-macro v0.4.3
11492026-04-30T00:10:01.589Z Downloaded tls_codec v0.4.2
11502026-04-30T00:10:01.589Z Downloaded publicsuffix v2.3.0
11512026-04-30T00:10:01.589Z Downloaded hashbrown v0.16.1
11522026-04-30T00:10:01.589Z Downloaded typify-macro v0.6.2
11532026-04-30T00:10:01.594Z Downloaded similar v2.7.0
11542026-04-30T00:10:01.594Z Downloaded strum_macros v0.27.2
11552026-04-30T00:10:01.594Z Downloaded ryu v1.0.23
11562026-04-30T00:10:01.597Z Downloaded unarray v0.1.4
11572026-04-30T00:10:01.597Z Downloaded schemars v0.9.0
11582026-04-30T00:10:01.601Z Downloaded universal-hash v0.5.1
11592026-04-30T00:10:01.606Z Downloaded tokio-tungstenite v0.23.1
11602026-04-30T00:10:01.606Z Downloaded unit-prefix v0.5.2
11612026-04-30T00:10:01.606Z Downloaded unicode-truncate v1.1.0
11622026-04-30T00:10:01.609Z Downloaded tokio-dtrace v0.1.1
11632026-04-30T00:10:01.609Z Downloaded termios v0.3.3
11642026-04-30T00:10:01.609Z Downloaded quinn v0.11.9
11652026-04-30T00:10:01.614Z Downloaded socket2 v0.5.10
11662026-04-30T00:10:01.614Z Downloaded sqlformat v0.3.5
11672026-04-30T00:10:01.614Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-04-30T00:10:01.617Z Downloaded untrusted v0.9.0
11692026-04-30T00:10:01.617Z Downloaded tokio-rustls v0.25.0
11702026-04-30T00:10:01.617Z Downloaded untrusted v0.7.1
11712026-04-30T00:10:01.617Z Downloaded term v0.7.0
11722026-04-30T00:10:01.623Z Downloaded utf-8 v0.7.6
11732026-04-30T00:10:01.623Z Downloaded usdt-macro v0.6.0
11742026-04-30T00:10:01.623Z Downloaded usdt-attr-macro v0.6.0
11752026-04-30T00:10:01.623Z Downloaded socket2 v0.6.3
11762026-04-30T00:10:01.635Z Downloaded void v1.0.2
11772026-04-30T00:10:01.635Z Downloaded rsa v0.9.10
11782026-04-30T00:10:01.641Z Downloaded toml_writer v1.0.6+spec-1.1.0
11792026-04-30T00:10:01.641Z Downloaded hyper v1.8.1
11802026-04-30T00:10:01.647Z Downloaded wait-timeout v0.2.1
11812026-04-30T00:10:01.647Z Downloaded waitgroup v0.1.2
11822026-04-30T00:10:01.647Z Downloaded want v0.3.1
11832026-04-30T00:10:01.650Z Downloaded aws-lc-rs v1.16.0
11842026-04-30T00:10:01.654Z Downloaded tui-tree-widget v0.23.1
11852026-04-30T00:10:01.654Z Downloaded libm v0.2.16
11862026-04-30T00:10:01.658Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11872026-04-30T00:10:01.666Z Downloaded unicase v2.9.0
11882026-04-30T00:10:01.669Z Downloaded subprocess v0.2.15
11892026-04-30T00:10:01.669Z Downloaded rustls-webpki v0.103.9
11902026-04-30T00:10:01.669Z Downloaded slog v2.8.2
11912026-04-30T00:10:01.675Z Downloaded schemars v1.2.1
11922026-04-30T00:10:01.682Z Downloaded zone_cfg_derive v0.3.1
11932026-04-30T00:10:01.682Z Downloaded zone v0.3.1
11942026-04-30T00:10:01.685Z Downloaded zeroize_derive v1.4.3
11952026-04-30T00:10:01.686Z Downloaded xshell-macros v0.2.7
11962026-04-30T00:10:01.686Z Downloaded xattr v1.6.1
11972026-04-30T00:10:01.686Z Downloaded tokio-native-tls v0.3.1
11982026-04-30T00:10:01.686Z Downloaded tokio-rustls v0.26.4
11992026-04-30T00:10:01.686Z Downloaded tokio-tungstenite v0.21.0
12002026-04-30T00:10:01.686Z Downloaded tokio-stream v0.1.18
12012026-04-30T00:10:01.689Z Downloaded uzers v0.12.2
12022026-04-30T00:10:01.689Z Downloaded snafu v0.8.9
12032026-04-30T00:10:01.692Z Downloaded rand v0.9.2
12042026-04-30T00:10:01.695Z Downloaded itertools v0.14.0
12052026-04-30T00:10:01.700Z Downloaded term v1.2.1
12062026-04-30T00:10:01.709Z Downloaded vergen-lib v0.1.6
12072026-04-30T00:10:01.709Z Downloaded rand v0.10.0
12082026-04-30T00:10:01.709Z Downloaded vergen-gitcl v1.0.8
12092026-04-30T00:10:01.714Z Downloaded vsss-rs v3.3.4
12102026-04-30T00:10:01.714Z Downloaded vergen-git2 v1.0.7
12112026-04-30T00:10:01.714Z Downloaded tokio-rustls v0.24.1
12122026-04-30T00:10:01.714Z Downloaded usdt-impl v0.6.0
12132026-04-30T00:10:01.714Z Downloaded twox-hash v2.1.2
12142026-04-30T00:10:01.714Z Downloaded toml_parser v1.0.9+spec-1.1.0
12152026-04-30T00:10:01.714Z Downloaded hkdf v0.12.4
12162026-04-30T00:10:01.721Z Downloaded usdt v0.6.0
12172026-04-30T00:10:01.721Z Downloaded p521 v0.13.3
12182026-04-30T00:10:01.721Z Downloaded h2 v0.4.13
12192026-04-30T00:10:01.726Z Downloaded walkdir v2.5.0
12202026-04-30T00:10:01.726Z Downloaded whoami v1.6.1
12212026-04-30T00:10:01.730Z Downloaded tinyvec v1.10.0
12222026-04-30T00:10:01.730Z Downloaded tracing-attributes v0.1.31
12232026-04-30T00:10:01.731Z Downloaded futures-util v0.3.32
12242026-04-30T00:10:01.738Z Downloaded test-strategy v0.4.5
12252026-04-30T00:10:01.738Z Downloaded samael v0.0.19
12262026-04-30T00:10:01.745Z Downloaded wyz v0.5.1
12272026-04-30T00:10:01.751Z Downloaded xshell v0.2.7
12282026-04-30T00:10:01.751Z Downloaded zeroize v1.8.2
12292026-04-30T00:10:01.757Z Downloaded unicode-properties v0.1.4
12302026-04-30T00:10:01.757Z Downloaded toml v0.9.12+spec-1.1.0
12312026-04-30T00:10:01.763Z Downloaded toml v1.0.6+spec-1.1.0
12322026-04-30T00:10:01.763Z Downloaded russh v0.45.0
12332026-04-30T00:10:01.763Z Downloaded tar v0.4.45
12342026-04-30T00:10:01.763Z Downloaded toml v0.7.8
12352026-04-30T00:10:01.769Z Downloaded typify v0.6.2
12362026-04-30T00:10:01.769Z Downloaded vergen v9.0.6
12372026-04-30T00:10:01.769Z Downloaded bindgen v0.71.1
12382026-04-30T00:10:01.773Z Downloaded zstd v0.13.3
12392026-04-30T00:10:01.776Z Downloaded tungstenite v0.23.0
12402026-04-30T00:10:01.782Z Downloaded bitvec v1.0.1
12412026-04-30T00:10:01.788Z Downloaded zstd-safe v7.2.4
12422026-04-30T00:10:01.800Z Downloaded whoami v2.1.0
12432026-04-30T00:10:01.800Z Downloaded steno v0.4.1
12442026-04-30T00:10:01.809Z Downloaded zerocopy v0.6.6
12452026-04-30T00:10:01.809Z Downloaded yasna v0.5.2
12462026-04-30T00:10:01.810Z Downloaded unsafe-libyaml v0.2.11
12472026-04-30T00:10:01.810Z Downloaded rustyline v14.0.0
12482026-04-30T00:10:01.813Z Downloaded uuid v1.23.0
12492026-04-30T00:10:01.813Z Downloaded tracing-core v0.1.36
12502026-04-30T00:10:01.817Z Downloaded tungstenite v0.21.0
12512026-04-30T00:10:01.823Z Downloaded rpassword v7.4.0
12522026-04-30T00:10:01.828Z Downloaded vte v0.14.1
12532026-04-30T00:10:01.836Z Downloaded typify v0.4.3
12542026-04-30T00:10:01.839Z Downloaded unicode-bidi v0.3.18
12552026-04-30T00:10:01.839Z Downloaded reedline v0.40.0
12562026-04-30T00:10:01.849Z Downloaded blake3 v1.8.3
12572026-04-30T00:10:01.858Z Downloaded zopfli v0.8.3
12582026-04-30T00:10:01.867Z Downloaded git2 v0.20.4
12592026-04-30T00:10:01.872Z Downloaded lalrpop v0.19.12
12602026-04-30T00:10:01.872Z Downloaded chrono v0.4.44
12612026-04-30T00:10:01.887Z Downloaded unicode_categories v0.1.1
12622026-04-30T00:10:01.887Z Downloaded toml_edit v0.23.10+spec-1.0.0
12632026-04-30T00:10:01.887Z Downloaded reqwest v0.13.2
12642026-04-30T00:10:01.891Z Downloaded yansi v1.0.1
12652026-04-30T00:10:01.891Z Downloaded ssh-key v0.6.7
12662026-04-30T00:10:01.891Z Downloaded regex v1.12.3
12672026-04-30T00:10:01.896Z Downloaded toml_edit v0.19.15
12682026-04-30T00:10:01.904Z Downloaded zip v0.6.6
12692026-04-30T00:10:01.908Z Downloaded tokio-postgres v0.7.16
12702026-04-30T00:10:01.908Z Downloaded quick-xml v0.37.5
12712026-04-30T00:10:01.915Z Downloaded p384 v0.13.1
12722026-04-30T00:10:01.919Z Downloaded unicode-segmentation v1.12.0
12732026-04-30T00:10:01.919Z Downloaded typed-path v0.9.3
12742026-04-30T00:10:01.919Z Downloaded moka v0.12.13
12752026-04-30T00:10:01.924Z Downloaded goblin v0.10.5
12762026-04-30T00:10:01.928Z Downloaded rayon v1.11.0
12772026-04-30T00:10:01.935Z Downloaded reqwest v0.12.28
12782026-04-30T00:10:01.944Z Downloaded portable-atomic v1.13.1
12792026-04-30T00:10:01.950Z Downloaded zerocopy-derive v0.8.40
12802026-04-30T00:10:01.960Z Downloaded rustls-webpki v0.101.7
12812026-04-30T00:10:01.967Z Downloaded tower v0.5.3
12822026-04-30T00:10:01.973Z Downloaded x509-cert v0.2.5
12832026-04-30T00:10:01.987Z Downloaded tower-http v0.6.8
12842026-04-30T00:10:01.995Z Downloaded serde_with v3.17.0
12852026-04-30T00:10:02.003Z Downloaded petname v2.0.2
12862026-04-30T00:10:02.003Z Downloaded tokio-util v0.7.18
12872026-04-30T00:10:02.006Z Downloaded proptest v1.10.0
12882026-04-30T00:10:02.010Z Downloaded zip v4.6.1
12892026-04-30T00:10:02.014Z Downloaded tough v0.20.0
12902026-04-30T00:10:02.020Z Downloaded salty v0.3.0
12912026-04-30T00:10:02.026Z Downloaded object v0.30.4
12922026-04-30T00:10:02.038Z Downloaded unicode-normalization v0.1.25
12932026-04-30T00:10:02.041Z Downloaded nix v0.27.1
12942026-04-30T00:10:02.047Z Downloaded rustls-webpki v0.102.8
12952026-04-30T00:10:02.069Z Downloaded winnow v0.6.26
12962026-04-30T00:10:02.076Z Downloaded bstr v1.12.1
12972026-04-30T00:10:02.076Z Downloaded radix_trie v0.2.1
12982026-04-30T00:10:02.076Z Downloaded openssl v0.10.75
12992026-04-30T00:10:02.079Z Downloaded winnow v0.5.40
13002026-04-30T00:10:02.082Z Downloaded nix v0.29.0
13012026-04-30T00:10:02.089Z Downloaded quinn-proto v0.11.13
13022026-04-30T00:10:02.093Z Downloaded curve25519-dalek v4.1.3
13032026-04-30T00:10:02.108Z Downloaded nix v0.28.0
13042026-04-30T00:10:02.125Z Downloaded polar-core v0.27.3
13052026-04-30T00:10:02.125Z Downloaded tabled v0.20.0
13062026-04-30T00:10:02.137Z Downloaded rustls v0.21.12
13072026-04-30T00:10:02.143Z Downloaded time v0.3.47
13082026-04-30T00:10:02.152Z Downloaded smoltcp v0.9.1
13092026-04-30T00:10:02.158Z Downloaded dropshot v0.17.0
13102026-04-30T00:10:02.169Z Downloaded webpki-roots v1.0.6
13112026-04-30T00:10:02.177Z Downloaded openapiv3 v2.2.0
13122026-04-30T00:10:02.182Z Downloaded hickory-proto v0.25.2
13132026-04-30T00:10:02.193Z Downloaded zlib-rs v0.6.2
13142026-04-30T00:10:02.202Z Downloaded dropshot v0.16.7
13152026-04-30T00:10:02.212Z Downloaded vcpkg v0.2.15
13162026-04-30T00:10:02.226Z Downloaded nix v0.31.2
13172026-04-30T00:10:02.230Z Downloaded rustls v0.22.4
13182026-04-30T00:10:02.237Z Downloaded rustix v0.38.44
13192026-04-30T00:10:02.250Z Downloaded hickory-proto v0.24.4
13202026-04-30T00:10:02.260Z Downloaded rustls v0.23.37
13212026-04-30T00:10:02.265Z Downloaded smoltcp v0.11.0
13222026-04-30T00:10:02.275Z Downloaded regress v0.11.1
13232026-04-30T00:10:02.280Z Downloaded regress v0.10.5
13242026-04-30T00:10:02.304Z Downloaded regex-syntax v0.8.10
13252026-04-30T00:10:02.304Z Downloaded diesel v2.3.7
13262026-04-30T00:10:02.309Z Downloaded regex-syntax v0.6.29
13272026-04-30T00:10:02.309Z Downloaded zerocopy v0.8.40
13282026-04-30T00:10:02.319Z Downloaded object v0.37.3
13292026-04-30T00:10:02.324Z Downloaded typify-impl v0.6.2
13302026-04-30T00:10:02.333Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-04-30T00:10:02.340Z Downloaded sqlparser v0.61.0
13322026-04-30T00:10:02.345Z Downloaded sled v0.34.7
13332026-04-30T00:10:02.353Z Downloaded typify-impl v0.4.3
13342026-04-30T00:10:02.360Z Downloaded tracing v0.1.44
13352026-04-30T00:10:02.374Z Downloaded ratatui v0.29.0
13362026-04-30T00:10:02.384Z Downloaded zerocopy-derive v0.6.6
13372026-04-30T00:10:02.396Z Downloaded regex-automata v0.4.14
13382026-04-30T00:10:02.400Z Downloaded petgraph v0.6.5
13392026-04-30T00:10:02.410Z Downloaded chrono-tz v0.10.4
13402026-04-30T00:10:02.441Z Downloaded libz-sys v1.1.24
13412026-04-30T00:10:02.457Z Downloaded petgraph v0.8.3
13422026-04-30T00:10:02.471Z Downloaded jiff v0.2.21
13432026-04-30T00:10:02.476Z Downloaded sha3 v0.10.8
13442026-04-30T00:10:02.515Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-04-30T00:10:02.534Z Downloaded csv v1.4.0
13462026-04-30T00:10:02.547Z Downloaded tokio v1.52.1
13472026-04-30T00:10:02.627Z Downloaded encoding_rs v0.8.35
13482026-04-30T00:10:02.659Z Downloaded ring v0.17.14
13492026-04-30T00:10:02.683Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-04-30T00:10:03.076Z Downloaded aws-lc-sys v0.37.1
13512026-04-30T00:10:03.328Z Compiling libc v0.2.185
13522026-04-30T00:10:03.328Z Compiling serde v1.0.228
13532026-04-30T00:10:03.339Z Compiling shlex v1.3.0
13542026-04-30T00:10:03.339Z Compiling find-msvc-tools v0.1.9
13552026-04-30T00:10:03.340Z Compiling log v0.4.29
13562026-04-30T00:10:03.340Z Compiling smallvec v1.15.1
13572026-04-30T00:10:03.489Z Compiling syn v2.0.117
13582026-04-30T00:10:03.510Z Compiling typenum v1.19.0
13592026-04-30T00:10:03.696Z Compiling generic-array v0.14.7
13602026-04-30T00:10:03.696Z Compiling subtle v2.6.1
13612026-04-30T00:10:03.713Z Compiling scopeguard v1.2.0
13622026-04-30T00:10:03.729Z Compiling const-oid v0.9.6
13632026-04-30T00:10:03.806Z Compiling lock_api v0.4.14
13642026-04-30T00:10:03.818Z Compiling portable-atomic v1.13.1
13652026-04-30T00:10:03.864Z Compiling zerocopy v0.8.40
13662026-04-30T00:10:03.943Z Compiling serde_json v1.0.149
13672026-04-30T00:10:04.020Z Compiling critical-section v1.2.0
13682026-04-30T00:10:04.127Z Compiling parking_lot_core v0.9.12
13692026-04-30T00:10:04.159Z Compiling pin-project-lite v0.2.17
13702026-04-30T00:10:04.298Z Compiling pkg-config v0.3.32
13712026-04-30T00:10:04.394Z Compiling getrandom v0.2.17
13722026-04-30T00:10:04.470Z Compiling jobserver v0.1.34
13732026-04-30T00:10:04.494Z Compiling errno v0.3.14
13742026-04-30T00:10:04.581Z Compiling rand_core v0.6.4
13752026-04-30T00:10:04.668Z Compiling cc v1.2.56
13762026-04-30T00:10:04.850Z Compiling signal-hook-registry v1.4.8
13772026-04-30T00:10:04.863Z Compiling bitflags v2.11.0
13782026-04-30T00:10:04.903Z Compiling libm v0.2.16
13792026-04-30T00:10:04.974Z Compiling parking_lot v0.12.5
13802026-04-30T00:10:05.073Z Compiling once_cell v1.21.3
13812026-04-30T00:10:05.096Z Compiling mio v1.2.0
13822026-04-30T00:10:05.134Z Compiling num-traits v0.2.19
13832026-04-30T00:10:05.231Z Compiling futures-core v0.3.32
13842026-04-30T00:10:05.359Z Compiling percent-encoding v2.3.2
13852026-04-30T00:10:05.390Z Compiling socket2 v0.6.3
13862026-04-30T00:10:05.492Z Compiling futures-sink v0.3.32
13872026-04-30T00:10:05.549Z Compiling cpufeatures v0.2.17
13882026-04-30T00:10:05.565Z Compiling futures-task v0.3.32
13892026-04-30T00:10:05.580Z Compiling futures-channel v0.3.32
13902026-04-30T00:10:05.601Z Compiling getrandom v0.4.1
13912026-04-30T00:10:05.628Z Compiling slab v0.4.12
13922026-04-30T00:10:05.742Z Compiling futures-io v0.3.32
13932026-04-30T00:10:05.807Z Compiling rand_core v0.10.0
13942026-04-30T00:10:05.810Z Compiling rustversion v1.0.22
13952026-04-30T00:10:05.837Z Compiling getrandom v0.3.4
13962026-04-30T00:10:05.901Z Compiling indexmap v2.14.0
13972026-04-30T00:10:05.980Z Compiling form_urlencoded v1.2.2
13982026-04-30T00:10:06.195Z Compiling cmake v0.1.57
13992026-04-30T00:10:06.278Z Compiling base64ct v1.8.3
14002026-04-30T00:10:06.456Z Compiling ident_case v1.0.1
14012026-04-30T00:10:06.565Z Compiling synstructure v0.13.2
14022026-04-30T00:10:06.580Z Compiling fs_extra v1.3.0
14032026-04-30T00:10:06.596Z Compiling dunce v1.0.5
14042026-04-30T00:10:06.624Z Compiling pem-rfc7468 v0.7.0
14052026-04-30T00:10:06.707Z Compiling flagset v0.4.7
14062026-04-30T00:10:06.814Z Compiling rand_core v0.9.5
14072026-04-30T00:10:06.829Z Compiling iana-time-zone v0.1.65
14082026-04-30T00:10:06.847Z Compiling rustix v1.1.3
14092026-04-30T00:10:06.859Z Compiling aws-lc-sys v0.37.1
14102026-04-30T00:10:06.873Z Compiling ring v0.17.14
14112026-04-30T00:10:06.936Z Compiling uuid v1.23.0
14122026-04-30T00:10:07.033Z Compiling rustc_version v0.4.1
14132026-04-30T00:10:07.091Z Compiling aws-lc-rs v1.16.0
14142026-04-30T00:10:07.192Z Compiling vcpkg v0.2.15
14152026-04-30T00:10:07.371Z Compiling regex-syntax v0.8.10
14162026-04-30T00:10:07.387Z Compiling tracing-core v0.1.36
14172026-04-30T00:10:07.657Z Compiling pest_generator v2.8.6
14182026-04-30T00:10:07.949Z Compiling openssl-sys v0.9.111
14192026-04-30T00:10:07.953Z Compiling serde_derive_internals v0.29.1
14202026-04-30T00:10:08.274Z Compiling serde_derive v1.0.228
14212026-04-30T00:10:08.395Z Compiling zeroize_derive v1.4.3
14222026-04-30T00:10:08.507Z Compiling zerofrom-derive v0.1.6
14232026-04-30T00:10:08.633Z Compiling yoke-derive v0.8.1
14242026-04-30T00:10:08.906Z Compiling zerocopy-derive v0.8.40
14252026-04-30T00:10:09.056Z Compiling zeroize v1.8.2
14262026-04-30T00:10:09.804Z Compiling zerovec-derive v0.11.2
14272026-04-30T00:10:09.852Z Compiling crypto-common v0.1.7
14282026-04-30T00:10:09.867Z Compiling block-buffer v0.10.4
14292026-04-30T00:10:09.966Z Compiling zerofrom v0.1.6
14302026-04-30T00:10:10.004Z Compiling digest v0.10.7
14312026-04-30T00:10:10.039Z Compiling displaydoc v0.2.5
14322026-04-30T00:10:10.096Z Compiling yoke v0.8.1
14332026-04-30T00:10:10.260Z Compiling tokio-macros v2.7.0
14342026-04-30T00:10:10.283Z Compiling hmac v0.12.1
14352026-04-30T00:10:10.443Z Compiling futures-macro v0.3.32
14362026-04-30T00:10:10.782Z Compiling zerotrie v0.2.3
14372026-04-30T00:10:10.923Z Compiling zerovec v0.11.5
14382026-04-30T00:10:10.976Z Compiling block-padding v0.3.3
14392026-04-30T00:10:11.084Z Compiling sha2 v0.10.9
14402026-04-30T00:10:11.132Z Compiling inout v0.1.4
14412026-04-30T00:10:11.247Z Compiling futures-util v0.3.32
14422026-04-30T00:10:11.299Z Compiling cipher v0.4.4
14432026-04-30T00:10:11.417Z Compiling tinystr v0.8.2
14442026-04-30T00:10:11.552Z Compiling potential_utf v0.1.4
14452026-04-30T00:10:11.619Z Compiling icu_locale_core v2.1.1
14462026-04-30T00:10:11.715Z Compiling bytes v1.11.1
14472026-04-30T00:10:11.777Z Compiling icu_collections v2.1.1
14482026-04-30T00:10:12.164Z Compiling der_derive v0.7.3
14492026-04-30T00:10:12.198Z Compiling tokio v1.52.1
14502026-04-30T00:10:12.249Z Compiling icu_provider v2.1.1
14512026-04-30T00:10:12.452Z Compiling http v1.4.0
14522026-04-30T00:10:12.497Z Compiling icu_normalizer v2.1.1
14532026-04-30T00:10:12.540Z Compiling icu_properties v2.1.2
14542026-04-30T00:10:13.028Z Compiling chrono v0.4.44
14552026-04-30T00:10:13.107Z Compiling der v0.7.10
14562026-04-30T00:10:13.350Z Compiling ppv-lite86 v0.2.21
14572026-04-30T00:10:13.366Z Compiling salsa20 v0.10.2
14582026-04-30T00:10:13.506Z Compiling idna_adapter v1.2.1
14592026-04-30T00:10:13.523Z Compiling pbkdf2 v0.12.2
14602026-04-30T00:10:13.630Z Compiling idna v1.1.0
14612026-04-30T00:10:13.645Z Compiling thiserror-impl v2.0.18
14622026-04-30T00:10:13.648Z Compiling rand_chacha v0.9.0
14632026-04-30T00:10:13.677Z Compiling scrypt v0.11.0
14642026-04-30T00:10:13.917Z Compiling url v2.5.8
14652026-04-30T00:10:14.273Z Compiling spki v0.7.3
14662026-04-30T00:10:14.289Z Compiling cbc v0.1.2
14672026-04-30T00:10:14.391Z Compiling aes v0.8.4
14682026-04-30T00:10:14.410Z Compiling rustls-pki-types v1.14.0
14692026-04-30T00:10:14.492Z Compiling tracing-attributes v0.1.31
14702026-04-30T00:10:14.507Z Compiling rand v0.9.2
14712026-04-30T00:10:14.758Z Compiling http-body v1.0.1
14722026-04-30T00:10:14.866Z Compiling pkcs5 v0.7.1
14732026-04-30T00:10:14.980Z Compiling thiserror v2.0.18
14742026-04-30T00:10:14.999Z Compiling schemars v0.8.22
14752026-04-30T00:10:15.087Z Compiling untrusted v0.9.0
14762026-04-30T00:10:15.200Z Compiling openssl-probe v0.2.1
14772026-04-30T00:10:15.216Z Compiling untrusted v0.7.1
14782026-04-30T00:10:15.310Z Compiling base64 v0.22.1
14792026-04-30T00:10:15.339Z Compiling httparse v1.10.1
14802026-04-30T00:10:15.388Z Compiling pkcs8 v0.10.2
14812026-04-30T00:10:15.455Z Compiling schemars_derive v0.8.22
14822026-04-30T00:10:15.633Z Compiling pest_derive v2.8.6
14832026-04-30T00:10:15.700Z Compiling scroll_derive v0.13.1
14842026-04-30T00:10:15.727Z Compiling darling_core v0.20.11
14852026-04-30T00:10:15.820Z Compiling tracing v0.1.44
14862026-04-30T00:10:16.060Z Compiling tokio-util v0.7.18
14872026-04-30T00:10:16.090Z Compiling tower-layer v0.3.3
14882026-04-30T00:10:16.256Z Compiling tinyvec_macros v0.1.1
14892026-04-30T00:10:16.332Z Compiling atomic-waker v1.1.2
14902026-04-30T00:10:16.464Z Compiling try-lock v0.2.5
14912026-04-30T00:10:16.498Z Compiling tower-service v0.3.3
14922026-04-30T00:10:16.576Z Compiling rustls v0.23.37
14932026-04-30T00:10:16.598Z Compiling dyn-clone v1.0.20
14942026-04-30T00:10:16.736Z Compiling h2 v0.4.13
14952026-04-30T00:10:16.751Z Compiling want v0.3.1
14962026-04-30T00:10:16.916Z Compiling scroll v0.13.0
14972026-04-30T00:10:17.092Z Compiling tinyvec v1.10.0
14982026-04-30T00:10:17.180Z Compiling ipnet v2.11.0
14992026-04-30T00:10:17.438Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-04-30T00:10:17.452Z Compiling spin v0.9.8
15012026-04-30T00:10:17.656Z Compiling aho-corasick v1.1.4
15022026-04-30T00:10:17.679Z Compiling foreign-types-shared v0.1.1
15032026-04-30T00:10:17.770Z Compiling num-conv v0.2.0
15042026-04-30T00:10:17.816Z Compiling powerfmt v0.2.0
15052026-04-30T00:10:17.900Z Compiling openssl v0.10.75
15062026-04-30T00:10:17.926Z Compiling pin-utils v0.1.0
15072026-04-30T00:10:17.978Z Compiling darling_macro v0.20.11
15082026-04-30T00:10:17.994Z Compiling httpdate v1.0.3
15092026-04-30T00:10:18.007Z Compiling time-core v0.1.8
15102026-04-30T00:10:18.020Z Compiling crc32fast v1.5.0
15112026-04-30T00:10:18.124Z Compiling tempfile v3.25.0
15122026-04-30T00:10:18.147Z Compiling time-macros v0.2.27
15132026-04-30T00:10:18.221Z Compiling deranged v0.5.8
15142026-04-30T00:10:18.434Z Compiling darling v0.20.11
15152026-04-30T00:10:18.497Z Compiling regex-automata v0.4.14
15162026-04-30T00:10:18.522Z Compiling foreign-types v0.3.2
15172026-04-30T00:10:18.596Z Compiling goblin v0.10.5
15182026-04-30T00:10:19.214Z Compiling openssl-macros v0.1.1
15192026-04-30T00:10:19.411Z Compiling wait-timeout v0.2.1
15202026-04-30T00:10:19.639Z Compiling native-tls v0.2.18
15212026-04-30T00:10:19.689Z Compiling hyper v1.8.1
15222026-04-30T00:10:19.744Z Compiling bit-vec v0.8.0
15232026-04-30T00:10:19.844Z Compiling quick-error v1.2.3
15242026-04-30T00:10:19.954Z Compiling crossbeam-utils v0.8.21
15252026-04-30T00:10:19.979Z Compiling simd-adler32 v0.3.8
15262026-04-30T00:10:20.228Z Compiling siphasher v1.0.2
15272026-04-30T00:10:20.250Z Compiling usdt-impl v0.6.0
15282026-04-30T00:10:20.421Z Compiling syn v1.0.109
15292026-04-30T00:10:20.456Z Compiling num_threads v0.1.7
15302026-04-30T00:10:20.557Z Compiling time v0.3.47
15312026-04-30T00:10:20.771Z Compiling hyper-util v0.1.20
15322026-04-30T00:10:20.787Z Compiling bit-set v0.8.0
15332026-04-30T00:10:20.947Z Compiling rusty-fork v0.3.1
15342026-04-30T00:10:21.291Z Compiling derive_builder_core v0.20.2
15352026-04-30T00:10:22.143Z Compiling dof v0.4.0
15362026-04-30T00:10:22.344Z Compiling unicode-normalization v0.1.25
15372026-04-30T00:10:22.489Z Compiling dtrace-parser v0.3.0
15382026-04-30T00:10:22.622Z Compiling rustls-native-certs v0.8.3
15392026-04-30T00:10:22.794Z Compiling signature v2.2.0
15402026-04-30T00:10:22.847Z Compiling scroll_derive v0.12.1
15412026-04-30T00:10:22.910Z Compiling thiserror-impl v1.0.69
15422026-04-30T00:10:22.969Z Compiling heapless v0.7.17
15432026-04-30T00:10:23.206Z Compiling rand_xorshift v0.4.0
15442026-04-30T00:10:23.228Z Compiling slog v2.8.2
15452026-04-30T00:10:23.301Z Compiling darling_core v0.21.3
15462026-04-30T00:10:23.367Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-04-30T00:10:23.408Z Compiling sync_wrapper v1.0.2
15482026-04-30T00:10:23.493Z Compiling thread-id v5.1.0
15492026-04-30T00:10:23.513Z Compiling cookie v0.18.1
15502026-04-30T00:10:23.576Z Compiling allocator-api2 v0.2.21
15512026-04-30T00:10:23.635Z Compiling unicode-properties v0.1.4
15522026-04-30T00:10:23.692Z Compiling unicode-bidi v0.3.18
15532026-04-30T00:10:23.841Z Compiling zstd-safe v7.2.4
15542026-04-30T00:10:23.901Z Compiling adler2 v2.0.1
15552026-04-30T00:10:24.030Z Compiling signal-hook v0.3.18
15562026-04-30T00:10:24.033Z Compiling anyhow v1.0.102
15572026-04-30T00:10:24.121Z Compiling unarray v0.1.4
15582026-04-30T00:10:24.146Z Compiling paste v1.0.15
15592026-04-30T00:10:24.214Z Compiling proptest v1.10.0
15602026-04-30T00:10:24.230Z Compiling thiserror v1.0.69
15612026-04-30T00:10:24.233Z Compiling stringprep v0.1.5
15622026-04-30T00:10:24.388Z Compiling miniz_oxide v0.8.9
15632026-04-30T00:10:24.729Z Compiling scroll v0.12.0
15642026-04-30T00:10:24.729Z Compiling tower v0.5.3
15652026-04-30T00:10:25.078Z Compiling derive_builder_macro v0.20.2
15662026-04-30T00:10:25.299Z Compiling ipnetwork v0.21.1
15672026-04-30T00:10:25.316Z Compiling http-body-util v0.1.3
15682026-04-30T00:10:25.525Z Compiling webpki-roots v1.0.6
15692026-04-30T00:10:25.560Z Compiling rand_chacha v0.3.1
15702026-04-30T00:10:25.651Z Compiling serde_spanned v0.6.9
15712026-04-30T00:10:25.693Z Compiling serde_tokenstream v0.2.3
15722026-04-30T00:10:25.708Z Compiling toml_datetime v0.6.11
15732026-04-30T00:10:25.797Z Compiling erased-serde v0.3.31
15742026-04-30T00:10:25.848Z Compiling darling_macro v0.21.3
15752026-04-30T00:10:25.966Z Compiling md-5 v0.10.6
15762026-04-30T00:10:26.002Z Compiling zerocopy-derive v0.7.35
15772026-04-30T00:10:26.133Z Compiling curve25519-dalek v4.1.3
15782026-04-30T00:10:26.272Z Compiling vergen-lib v0.1.6
15792026-04-30T00:10:26.323Z Compiling num-integer v0.1.46
15802026-04-30T00:10:26.381Z Compiling hash32 v0.2.1
15812026-04-30T00:10:26.451Z Compiling ff v0.13.1
15822026-04-30T00:10:26.465Z Compiling memoffset v0.9.1
15832026-04-30T00:10:26.567Z Compiling zlib-rs v0.6.2
15842026-04-30T00:10:26.587Z Compiling smoltcp v0.9.1
15852026-04-30T00:10:26.638Z Compiling litrs v1.0.0
15862026-04-30T00:10:26.654Z Compiling ref-cast v1.0.25
15872026-04-30T00:10:26.863Z Compiling cfg_aliases v0.2.1
15882026-04-30T00:10:26.915Z Compiling psl-types v2.0.11
15892026-04-30T00:10:26.931Z Compiling iri-string v0.7.10
15902026-04-30T00:10:26.949Z Compiling fallible-iterator v0.2.0
15912026-04-30T00:10:27.040Z Compiling rustix v0.38.44
15922026-04-30T00:10:27.141Z Compiling base16ct v0.2.0
15932026-04-30T00:10:27.252Z Compiling num-bigint-dig v0.8.6
15942026-04-30T00:10:27.320Z Compiling ryu v1.0.23
15952026-04-30T00:10:27.462Z Compiling serde_urlencoded v0.7.1
15962026-04-30T00:10:27.476Z Compiling sec1 v0.7.3
15972026-04-30T00:10:27.500Z Compiling postgres-protocol v0.6.10
15982026-04-30T00:10:27.704Z Compiling document-features v0.2.12
15992026-04-30T00:10:27.742Z Compiling publicsuffix v2.3.0
16002026-04-30T00:10:27.964Z Compiling nix v0.31.2
16012026-04-30T00:10:28.046Z Compiling tower-http v0.6.8
16022026-04-30T00:10:28.294Z Compiling zerocopy v0.7.35
16032026-04-30T00:10:28.407Z Compiling newtype-uuid v1.3.2
16042026-04-30T00:10:28.423Z Compiling group v0.13.0
16052026-04-30T00:10:28.443Z Compiling num-iter v0.1.45
16062026-04-30T00:10:28.691Z Compiling darling v0.21.3
16072026-04-30T00:10:28.774Z Compiling rand v0.8.5
16082026-04-30T00:10:28.827Z Compiling derive_builder v0.20.2
16092026-04-30T00:10:28.958Z Compiling oxnet v0.1.4
16102026-04-30T00:10:29.044Z Compiling hubpack_derive v0.1.1
16112026-04-30T00:10:29.111Z Compiling tokio-native-tls v0.3.1
16122026-04-30T00:10:29.125Z Compiling goblin v0.8.2
16132026-04-30T00:10:29.494Z Compiling flate2 v1.1.9
16142026-04-30T00:10:29.798Z Compiling regex v1.12.3
16152026-04-30T00:10:29.903Z Compiling phf_shared v0.13.1
16162026-04-30T00:10:30.039Z Compiling lazy_static v1.5.0
16172026-04-30T00:10:30.075Z Compiling cargo-platform v0.1.9
16182026-04-30T00:10:30.133Z Compiling hkdf v0.12.4
16192026-04-30T00:10:30.159Z Compiling crypto-bigint v0.5.5
16202026-04-30T00:10:30.179Z Compiling terminal_size v0.4.3
16212026-04-30T00:10:30.232Z Compiling strum_macros v0.27.2
16222026-04-30T00:10:30.298Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-30T00:10:30.318Z Compiling daft-derive v0.1.5
16242026-04-30T00:10:30.332Z Compiling async-trait v0.1.89
16252026-04-30T00:10:30.937Z Compiling ref-cast-impl v1.0.25
16262026-04-30T00:10:31.022Z Compiling vergen v9.0.6
16272026-04-30T00:10:31.203Z Compiling fs-err v3.3.0
16282026-04-30T00:10:31.347Z Compiling ahash v0.8.12
16292026-04-30T00:10:31.391Z Compiling foldhash v0.2.0
16302026-04-30T00:10:31.475Z Compiling managed v0.8.0
16312026-04-30T00:10:31.550Z Compiling bitflags v1.3.2
16322026-04-30T00:10:31.610Z Compiling foldhash v0.1.5
16332026-04-30T00:10:31.633Z Compiling unicode-segmentation v1.12.0
16342026-04-30T00:10:31.695Z Compiling bumpalo v3.20.2
16352026-04-30T00:10:31.783Z Compiling libbz2-rs-sys v0.2.2
16362026-04-30T00:10:31.950Z Compiling object v0.37.3
16372026-04-30T00:10:32.031Z Compiling winnow v0.5.40
16382026-04-30T00:10:32.184Z Compiling clap_builder v4.5.60
16392026-04-30T00:10:32.262Z Compiling bzip2 v0.6.1
16402026-04-30T00:10:32.279Z Compiling strum v0.27.2
16412026-04-30T00:10:32.408Z Compiling zopfli v0.8.3
16422026-04-30T00:10:32.468Z Compiling hashbrown v0.15.5
16432026-04-30T00:10:32.680Z Compiling hashbrown v0.16.1
16442026-04-30T00:10:33.119Z Compiling dof v0.3.0
16452026-04-30T00:10:33.191Z Compiling elliptic-curve v0.13.8
16462026-04-30T00:10:33.261Z Compiling daft v0.1.5
16472026-04-30T00:10:33.428Z Compiling toml_edit v0.19.15
16482026-04-30T00:10:33.551Z Compiling cargo_metadata v0.19.2
16492026-04-30T00:10:33.584Z Compiling phf v0.13.1
16502026-04-30T00:10:33.834Z Compiling signal-hook-mio v0.2.5
16512026-04-30T00:10:33.953Z Compiling cookie_store v0.22.1
16522026-04-30T00:10:34.929Z Compiling hubpack v0.1.2
16532026-04-30T00:10:35.024Z Compiling zstd v0.13.3
16542026-04-30T00:10:35.156Z Compiling hyper-tls v0.6.0
16552026-04-30T00:10:35.213Z Compiling bzip2 v0.4.4
16562026-04-30T00:10:35.265Z Compiling serde_with_macros v3.17.0
16572026-04-30T00:10:35.380Z Compiling postgres-types v0.2.12
16582026-04-30T00:10:35.429Z Compiling usdt-attr-macro v0.6.0
16592026-04-30T00:10:35.944Z Compiling usdt-macro v0.6.0
16602026-04-30T00:10:36.065Z Compiling dtrace-parser v0.2.0
16612026-04-30T00:10:36.214Z Compiling ed25519 v2.2.3
16622026-04-30T00:10:36.308Z Compiling bstr v1.12.1
16632026-04-30T00:10:36.379Z Compiling phf_shared v0.11.3
16642026-04-30T00:10:36.510Z Compiling pkcs1 v0.7.5
16652026-04-30T00:10:36.567Z Compiling serde-big-array v0.5.1
16662026-04-30T00:10:36.672Z Compiling hex v0.4.3
16672026-04-30T00:10:36.713Z Compiling rfc6979 v0.4.0
16682026-04-30T00:10:36.815Z Compiling enum-as-inner v0.6.1
16692026-04-30T00:10:36.842Z Compiling strum_macros v0.26.4
16702026-04-30T00:10:36.917Z Compiling clap_derive v4.5.55
16712026-04-30T00:10:36.940Z Compiling serde_repr v0.1.20
16722026-04-30T00:10:36.957Z Compiling float-cmp v0.10.0
16732026-04-30T00:10:37.099Z Compiling thread-id v4.2.2
16742026-04-30T00:10:37.114Z Compiling memmap2 v0.9.10
16752026-04-30T00:10:37.186Z Compiling env_filter v1.0.0
16762026-04-30T00:10:37.307Z Compiling encoding_rs v0.8.35
16772026-04-30T00:10:37.324Z Compiling fixedbitset v0.5.7
16782026-04-30T00:10:37.462Z Compiling rustc-hash v2.1.1
16792026-04-30T00:10:37.488Z Compiling predicates-core v1.0.10
16802026-04-30T00:10:37.587Z Compiling mime v0.3.17
16812026-04-30T00:10:37.624Z Compiling jiff v0.2.21
16822026-04-30T00:10:37.666Z Compiling precomputed-hash v0.1.1
16832026-04-30T00:10:37.757Z Compiling whoami v2.1.0
16842026-04-30T00:10:37.849Z Compiling new_debug_unreachable v1.0.6
16852026-04-30T00:10:37.963Z Compiling normalize-line-endings v0.3.0
16862026-04-30T00:10:38.036Z Compiling keccak v0.1.6
16872026-04-30T00:10:38.148Z Compiling fixedbitset v0.4.2
16882026-04-30T00:10:38.367Z Compiling data-encoding v2.10.0
16892026-04-30T00:10:38.592Z Compiling difflib v0.4.0
16902026-04-30T00:10:38.685Z Compiling static_assertions v1.1.0
16912026-04-30T00:10:38.764Z Compiling either v1.15.0
16922026-04-30T00:10:38.822Z Compiling predicates v3.1.4
16932026-04-30T00:10:38.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16942026-04-30T00:10:38.971Z Compiling itertools v0.13.0
16952026-04-30T00:10:39.062Z Compiling clap v4.5.60
16962026-04-30T00:10:39.149Z Compiling hickory-proto v0.25.2
16972026-04-30T00:10:39.165Z Compiling strum v0.26.3
16982026-04-30T00:10:39.297Z Compiling petgraph v0.6.5
16992026-04-30T00:10:39.392Z Compiling sha3 v0.10.8
17002026-04-30T00:10:39.523Z Compiling tokio-postgres v0.7.16
17012026-04-30T00:10:39.855Z Compiling string_cache v0.8.9
17022026-04-30T00:10:40.082Z Compiling toml_edit v0.22.27
17032026-04-30T00:10:40.266Z Compiling iddqd v0.3.18
17042026-04-30T00:10:40.818Z Compiling zip v4.6.1
17052026-04-30T00:10:41.399Z Compiling petgraph v0.8.3
17062026-04-30T00:10:41.696Z Compiling env_logger v0.11.9
17072026-04-30T00:10:41.712Z Compiling usdt v0.6.0
17082026-04-30T00:10:41.759Z Compiling usdt-impl v0.5.0
17092026-04-30T00:10:41.882Z Compiling serde_with v3.17.0
17102026-04-30T00:10:41.967Z Compiling ecdsa v0.16.9
17112026-04-30T00:10:42.057Z Compiling rsa v0.9.10
17122026-04-30T00:10:42.344Z Compiling similar v2.7.0
17132026-04-30T00:10:42.382Z Compiling ed25519-dalek v2.2.0
17142026-04-30T00:10:42.861Z Compiling crossterm v0.28.1
17152026-04-30T00:10:43.215Z Compiling zip v0.6.6
17162026-04-30T00:10:43.563Z Compiling toml v0.7.8
17172026-04-30T00:10:44.040Z Compiling heck v0.4.1
17182026-04-30T00:10:44.107Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-04-30T00:10:44.130Z Compiling crossbeam-epoch v0.9.18
17202026-04-30T00:10:44.159Z Compiling tokio-stream v0.1.18
17212026-04-30T00:10:44.255Z Compiling buf-list v1.1.2
17222026-04-30T00:10:44.471Z Compiling x509-cert v0.2.5
17232026-04-30T00:10:44.491Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-04-30T00:10:44.546Z Compiling openapiv3 v2.2.0
17252026-04-30T00:10:44.675Z Compiling sha1 v0.10.6
17262026-04-30T00:10:44.767Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-04-30T00:10:44.795Z Compiling lalrpop-util v0.19.12
17282026-04-30T00:10:44.879Z Compiling peg-runtime v0.8.5
17292026-04-30T00:10:44.992Z Compiling thread_local v1.1.9
17302026-04-30T00:10:45.057Z Compiling slog-async v2.8.0
17312026-04-30T00:10:45.163Z Compiling crossbeam-channel v0.5.15
17322026-04-30T00:10:45.249Z Compiling futures-executor v0.3.32
17332026-04-30T00:10:45.380Z Compiling is-terminal v0.4.17
17342026-04-30T00:10:45.438Z Compiling filetime v0.2.27
17352026-04-30T00:10:45.476Z Compiling xattr v1.6.1
17362026-04-30T00:10:45.512Z Compiling take_mut v0.2.2
17372026-04-30T00:10:45.611Z Compiling term v1.2.1
17382026-04-30T00:10:45.626Z Compiling tar v0.4.45
17392026-04-30T00:10:45.655Z Compiling futures v0.3.32
17402026-04-30T00:10:46.076Z Compiling slog-term v2.9.2
17412026-04-30T00:10:52.384Z Compiling rustls-webpki v0.103.9
17422026-04-30T00:10:55.224Z Compiling tokio-rustls v0.26.4
17432026-04-30T00:10:55.224Z Compiling rustls-platform-verifier v0.6.2
17442026-04-30T00:10:55.431Z Compiling hyper-rustls v0.27.7
17452026-04-30T00:10:55.635Z Compiling reqwest v0.13.2
17462026-04-30T00:10:55.635Z Compiling reqwest v0.12.28
17472026-04-30T00:10:57.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-04-30T00:10:57.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-04-30T00:11:00.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-04-30T00:11:00.921Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-04-30T00:11:00.980ZApr 30 00:10:59.306 INFO Starting download, target: Console
17522026-04-30T00:11:00.980ZApr 30 00:10:59.306 INFO Starting download, target: Cockroach
17532026-04-30T00:11:00.980ZApr 30 00:10:59.306 INFO Starting download, target: Clickhouse
17542026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Starting download, target: DendriteStub
17552026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Starting download, target: MaghemiteMgd
17562026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Starting download, target: TransceiverControl
17572026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-04-30T00:11:00.984ZApr 30 00:10:59.306 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-30T00:11:00.984ZApr 30 00:10:59.307 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-04-30T00:11:00.984ZApr 30 00:10:59.307 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-04-30T00:11:01.295ZApr 30 00:10:59.623 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-04-30T00:11:01.542ZApr 30 00:10:59.859 INFO Download complete, target: TransceiverControl
17652026-04-30T00:11:01.907ZApr 30 00:11:00.233 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-04-30T00:11:02.169ZApr 30 00:11:00.495 INFO Download complete, target: Console
17672026-04-30T00:11:02.437ZApr 30 00:11:00.764 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-04-30T00:11:02.697ZApr 30 00:11:01.022 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-04-30T00:11:03.112ZApr 30 00:11:01.440 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-04-30T00:11:03.120ZApr 30 00:11:01.448 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-04-30T00:11:03.120ZApr 30 00:11:01.448 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-04-30T00:11:04.788ZApr 30 00:11:03.115 INFO Download complete, target: DendriteStub
17732026-04-30T00:11:05.021ZApr 30 00:11:03.348 INFO Download complete, target: MaghemiteMgd
17742026-04-30T00:11:07.695ZApr 30 00:11:06.022 INFO Checking that binary works, target: Cockroach
17752026-04-30T00:11:07.796ZApr 30 00:11:06.123 INFO Download complete, target: Cockroach
17762026-04-30T00:11:09.869ZApr 30 00:11:08.191 INFO Checking that binary works, target: Clickhouse
17772026-04-30T00:11:10.006ZApr 30 00:11:08.333 INFO Download complete, target: Clickhouse
17782026-04-30T00:11:10.031ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-04-30T00:11:10.035Z
17802026-04-30T00:11:10.035Zreal 3:10.183958555
17812026-04-30T00:11:10.035Zuser 7:18.197878738
17822026-04-30T00:11:10.035Zsys 1:24.644817011
17832026-04-30T00:11:10.036Ztrap 0.230201613
17842026-04-30T00:11:10.036Ztflt 0.986281955
17852026-04-30T00:11:10.036Zdflt 1.047997839
17862026-04-30T00:11:10.036Zkflt 0.051945277
17872026-04-30T00:11:10.036Zlock 21:30.272798851
17882026-04-30T00:11:10.036Zslp 22:03.841407061
17892026-04-30T00:11:10.036Zlat 43.193457936
17902026-04-30T00:11:10.036Zstop 2:01.159969808
17912026-04-30T00:11:10.036Z+ banner clippy
17922026-04-30T00:11:10.036Z
17932026-04-30T00:11:10.036Z #### # # ##### ##### # #
17942026-04-30T00:11:10.036Z # # # # # # # # # #
17952026-04-30T00:11:10.036Z # # # # # # # #
17962026-04-30T00:11:10.036Z # # # ##### ##### #
17972026-04-30T00:11:10.036Z # # # # # # #
17982026-04-30T00:11:10.036Z #### ###### # # # #
17992026-04-30T00:11:10.036Z
18002026-04-30T00:11:10.036Z+ export CARGO_INCREMENTAL=0
18012026-04-30T00:11:10.036Z+ CARGO_INCREMENTAL=0
18022026-04-30T00:11:10.036Z+ ptime -m cargo xtask clippy
18032026-04-30T00:11:10.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-04-30T00:11:10.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-04-30T00:11:12.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18062026-04-30T00:11:12.702Z Running `target/debug/xtask clippy`
18072026-04-30T00:11:12.729Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-04-30T00:11:13.334Z Downloading crates ...
18092026-04-30T00:11:13.529Z Downloaded backtrace-ext v0.2.1
18102026-04-30T00:11:13.536Z Downloaded guppy-workspace-hack v0.1.0
18112026-04-30T00:11:13.539Z Downloaded addr2line v0.25.1
18122026-04-30T00:11:13.542Z Downloaded relative-path v1.9.3
18132026-04-30T00:11:13.545Z Downloaded constant_time_eq v0.3.1
18142026-04-30T00:11:13.548Z Downloaded supports-hyperlinks v2.1.0
18152026-04-30T00:11:13.551Z Downloaded similar-asserts v1.7.0
18162026-04-30T00:11:13.555Z Downloaded futures-timer v3.0.3
18172026-04-30T00:11:13.563Z Downloaded nested v0.1.1
18182026-04-30T00:11:13.566Z Downloaded approx v0.5.1
18192026-04-30T00:11:13.566Z Downloaded miette-derive v5.10.0
18202026-04-30T00:11:13.569Z Downloaded tinytemplate v1.2.1
18212026-04-30T00:11:13.572Z Downloaded rustc-demangle v0.1.27
18222026-04-30T00:11:13.575Z Downloaded knuffel v3.2.0
18232026-04-30T00:11:13.578Z Downloaded target-spec v3.5.7
18242026-04-30T00:11:13.578Z Downloaded libtest-mimic v0.8.1
18252026-04-30T00:11:13.581Z Downloaded concurrent-queue v2.5.0
18262026-04-30T00:11:13.584Z Downloaded plotters-svg v0.3.7
18272026-04-30T00:11:13.584Z Downloaded pathdiff v0.2.3
18282026-04-30T00:11:13.584Z Downloaded assert-json-diff v2.0.2
18292026-04-30T00:11:13.584Z Downloaded escape8259 v0.5.3
18302026-04-30T00:11:13.587Z Downloaded target-triple v1.0.0
18312026-04-30T00:11:13.590Z Downloaded plotters-backend v0.3.7
18322026-04-30T00:11:13.590Z Downloaded parking v2.2.1
18332026-04-30T00:11:13.592Z Downloaded serde_regex v1.1.0
18342026-04-30T00:11:13.593Z Downloaded linkme-impl v0.3.35
18352026-04-30T00:11:13.595Z Downloaded target-lexicon v0.13.3
18362026-04-30T00:11:13.598Z Downloaded linkme v0.3.35
18372026-04-30T00:11:13.598Z Downloaded event-listener-strategy v0.5.4
18382026-04-30T00:11:13.598Z Downloaded assert_cmd v2.1.2
18392026-04-30T00:11:13.601Z Downloaded supports-unicode v2.1.0
18402026-04-30T00:11:13.604Z Downloaded cast v0.3.0
18412026-04-30T00:11:13.610Z Downloaded async-object-pool v0.2.0
18422026-04-30T00:11:13.614Z Downloaded terminal_size v0.1.17
18432026-04-30T00:11:13.621Z Downloaded cargo-platform v0.3.2
18442026-04-30T00:11:13.624Z Downloaded criterion-plot v0.6.0
18452026-04-30T00:11:13.628Z Downloaded owo-colors v3.5.0
18462026-04-30T00:11:13.631Z Downloaded path-tree v0.8.3
18472026-04-30T00:11:13.631Z Downloaded partial-io v0.5.4
18482026-04-30T00:11:13.634Z Downloaded httptest v0.16.4
18492026-04-30T00:11:13.634Z Downloaded cargo_metadata v0.23.1
18502026-04-30T00:11:13.634Z Downloaded async-lock v3.4.2
18512026-04-30T00:11:13.636Z Downloaded anes v0.1.6
18522026-04-30T00:11:13.636Z Downloaded rust-argon2 v2.1.0
18532026-04-30T00:11:13.640Z Downloaded oorandom v11.1.5
18542026-04-30T00:11:13.643Z Downloaded tokio-test v0.4.5
18552026-04-30T00:11:13.643Z Downloaded termcolor v1.4.1
18562026-04-30T00:11:13.643Z Downloaded supports-color v2.1.0
18572026-04-30T00:11:13.646Z Downloaded stringmetrics v2.2.2
18582026-04-30T00:11:13.646Z Downloaded knuffel-derive v3.2.0
18592026-04-30T00:11:13.649Z Downloaded hickory-client v0.25.2
18602026-04-30T00:11:13.649Z Downloaded blake2b_simd v1.0.4
18612026-04-30T00:11:13.652Z Downloaded datatest-stable v0.3.3
18622026-04-30T00:11:13.652Z Downloaded textwrap v0.15.2
18632026-04-30T00:11:13.665Z Downloaded event-listener v5.4.1
18642026-04-30T00:11:13.668Z Downloaded rand_distr v0.5.1
18652026-04-30T00:11:13.671Z Downloaded fancy-regex v0.14.0
18662026-04-30T00:11:13.681Z Downloaded cfg-expr v0.20.6
18672026-04-30T00:11:13.684Z Downloaded trybuild v1.0.116
18682026-04-30T00:11:13.687Z Downloaded rstest v0.25.0
18692026-04-30T00:11:13.690Z Downloaded miette v5.10.0
18702026-04-30T00:11:13.693Z Downloaded rstest_macros v0.25.0
18712026-04-30T00:11:13.697Z Downloaded backtrace v0.3.76
18722026-04-30T00:11:13.700Z Downloaded chumsky v0.9.3
18732026-04-30T00:11:13.700Z Downloaded guppy v0.17.25
18742026-04-30T00:11:13.703Z Downloaded criterion v0.7.0
18752026-04-30T00:11:13.706Z Downloaded hashbrown v0.14.5
18762026-04-30T00:11:13.709Z Downloaded plotters v0.3.7
18772026-04-30T00:11:13.718Z Downloaded gimli v0.32.3
18782026-04-30T00:11:13.815Z Downloaded httpmock v0.8.3
18792026-04-30T00:11:15.404Z Checking cfg-if v1.0.4
18802026-04-30T00:11:15.749Z Checking libc v0.2.185
18812026-04-30T00:11:15.753Z Checking serde_core v1.0.228
18822026-04-30T00:11:15.822Z Checking memchr v2.8.0
18832026-04-30T00:11:15.861Z Checking smallvec v1.15.1
18842026-04-30T00:11:15.900Z Checking itoa v1.0.17
18852026-04-30T00:11:15.903Z Checking log v0.4.29
18862026-04-30T00:11:15.978Z Checking zeroize v1.8.2
18872026-04-30T00:11:16.014Z Checking libm v0.2.16
18882026-04-30T00:11:16.068Z Checking scopeguard v1.2.0
18892026-04-30T00:11:16.109Z Checking stable_deref_trait v1.2.1
18902026-04-30T00:11:16.151Z Checking zmij v1.0.21
18912026-04-30T00:11:16.191Z Checking errno v0.3.14
18922026-04-30T00:11:16.191Z Checking getrandom v0.2.17
18932026-04-30T00:11:16.194Z Checking lock_api v0.4.14
18942026-04-30T00:11:16.298Z Checking zerofrom v0.1.6
18952026-04-30T00:11:16.339Z Checking percent-encoding v2.3.2
18962026-04-30T00:11:16.342Z Checking writeable v0.6.2
18972026-04-30T00:11:16.378Z Checking litemap v0.8.1
18982026-04-30T00:11:16.443Z Checking yoke v0.8.1
18992026-04-30T00:11:16.480Z Checking icu_normalizer_data v2.1.1
19002026-04-30T00:11:16.483Z Checking icu_properties_data v2.1.2
19012026-04-30T00:11:16.550Z Checking subtle v2.6.1
19022026-04-30T00:11:16.585Z Checking form_urlencoded v1.2.2
19032026-04-30T00:11:16.588Z Checking utf8_iter v1.0.4
19042026-04-30T00:11:16.653Z Checking zerovec v0.11.5
19052026-04-30T00:11:16.653Z Checking zerotrie v0.2.3
19062026-04-30T00:11:16.722Z Checking num-traits v0.2.19
19072026-04-30T00:11:16.722Z Checking pin-project-lite v0.2.17
19082026-04-30T00:11:16.792Z Checking parking_lot_core v0.9.12
19092026-04-30T00:11:16.795Z Checking portable-atomic v1.13.1
19102026-04-30T00:11:16.863Z Checking rand_core v0.6.4
19112026-04-30T00:11:16.901Z Checking critical-section v1.2.0
19122026-04-30T00:11:16.938Z Checking rand_core v0.10.0
19132026-04-30T00:11:17.007Z Checking parking_lot v0.12.5
19142026-04-30T00:11:17.046Z Checking zerocopy v0.8.40
19152026-04-30T00:11:17.086Z Checking signal-hook-registry v1.4.8
19162026-04-30T00:11:17.125Z Checking getrandom v0.4.1
19172026-04-30T00:11:17.128Z Checking tinystr v0.8.2
19182026-04-30T00:11:17.218Z Checking potential_utf v0.1.4
19192026-04-30T00:11:17.255Z Checking serde v1.0.228
19202026-04-30T00:11:17.258Z Checking serde_json v1.0.149
19212026-04-30T00:11:17.323Z Checking bitflags v2.11.0
19222026-04-30T00:11:17.326Z Checking icu_locale_core v2.1.1
19232026-04-30T00:11:17.353Z Checking once_cell v1.21.3
19242026-04-30T00:11:17.425Z Checking icu_collections v2.1.1
19252026-04-30T00:11:17.463Z Checking mio v1.2.0
19262026-04-30T00:11:17.510Z Checking socket2 v0.6.3
19272026-04-30T00:11:17.587Z Checking typenum v1.19.0
19282026-04-30T00:11:17.670Z Checking bytes v1.11.1
19292026-04-30T00:11:17.759Z Checking iana-time-zone v0.1.65
19302026-04-30T00:11:17.803Z Checking thiserror v2.0.18
19312026-04-30T00:11:17.847Z Checking uuid v1.23.0
19322026-04-30T00:11:17.891Z Checking chrono v0.4.44
19332026-04-30T00:11:17.929Z Checking icu_provider v2.1.1
19342026-04-30T00:11:17.931Z Checking semver v1.0.28
19352026-04-30T00:11:18.001Z Checking futures-core v0.3.32
19362026-04-30T00:11:18.135Z Checking generic-array v0.14.7
19372026-04-30T00:11:18.138Z Checking tokio v1.52.1
19382026-04-30T00:11:18.206Z Checking icu_properties v2.1.2
19392026-04-30T00:11:18.206Z Checking icu_normalizer v2.1.1
19402026-04-30T00:11:18.281Z Checking equivalent v1.0.2
19412026-04-30T00:11:18.333Z Checking dyn-clone v1.0.20
19422026-04-30T00:11:18.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-04-30T00:11:18.463Z Checking const-oid v0.9.6
19442026-04-30T00:11:18.557Z Checking futures-sink v0.3.32
19452026-04-30T00:11:18.597Z Checking crypto-common v0.1.7
19462026-04-30T00:11:18.682Z Checking futures-channel v0.3.32
19472026-04-30T00:11:18.720Z Checking block-buffer v0.10.4
19482026-04-30T00:11:18.757Z Checking futures-io v0.3.32
19492026-04-30T00:11:18.760Z Checking slab v0.4.12
19502026-04-30T00:11:18.882Z Checking futures-task v0.3.32
19512026-04-30T00:11:18.918Z Checking byteorder v1.5.0
19522026-04-30T00:11:18.922Z Checking hashbrown v0.17.0
19532026-04-30T00:11:18.986Z Checking rustix v1.1.3
19542026-04-30T00:11:19.029Z Checking idna_adapter v1.2.1
19552026-04-30T00:11:19.065Z Checking futures-util v0.3.32
19562026-04-30T00:11:19.154Z Checking digest v0.10.7
19572026-04-30T00:11:19.189Z Checking cpufeatures v0.2.17
19582026-04-30T00:11:19.193Z Checking idna v1.1.0
19592026-04-30T00:11:19.288Z Checking thiserror v1.0.69
19602026-04-30T00:11:19.372Z Checking getrandom v0.3.4
19612026-04-30T00:11:19.409Z Checking indexmap v2.14.0
19622026-04-30T00:11:19.412Z Checking fnv v1.0.7
19632026-04-30T00:11:19.487Z Checking url v2.5.8
19642026-04-30T00:11:19.541Z Checking regex-syntax v0.8.10
19652026-04-30T00:11:19.578Z Checking http v1.4.0
19662026-04-30T00:11:19.780Z Checking ppv-lite86 v0.2.21
19672026-04-30T00:11:19.818Z Checking tracing-core v0.1.36
19682026-04-30T00:11:19.954Z Checking schemars v0.8.22
19692026-04-30T00:11:20.012Z Checking base64 v0.22.1
19702026-04-30T00:11:20.105Z Checking ipnet v2.11.0
19712026-04-30T00:11:20.153Z Checking tracing v0.1.44
19722026-04-30T00:11:20.191Z Checking unicode-ident v1.0.24
19732026-04-30T00:11:20.289Z Checking untrusted v0.9.0
19742026-04-30T00:11:20.328Z Checking proc-macro2 v1.0.106
19752026-04-30T00:11:20.389Z Checking aho-corasick v1.1.4
19762026-04-30T00:11:20.427Z Checking utf8parse v0.2.2
19772026-04-30T00:11:20.430Z Checking ring v0.17.14
19782026-04-30T00:11:20.556Z Checking anstyle v1.0.13
19792026-04-30T00:11:20.636Z Checking rustls-pki-types v1.14.0
19802026-04-30T00:11:20.673Z Checking quote v1.0.45
19812026-04-30T00:11:20.763Z Checking httparse v1.10.1
19822026-04-30T00:11:20.870Z Checking syn v2.0.117
19832026-04-30T00:11:20.906Z Checking base64ct v1.8.3
19842026-04-30T00:11:20.945Z Checking anstyle-parse v0.2.7
19852026-04-30T00:11:20.992Z Checking block-padding v0.3.3
19862026-04-30T00:11:21.030Z Checking anstyle-query v1.1.5
19872026-04-30T00:11:21.084Z Checking regex-automata v0.4.14
19882026-04-30T00:11:21.122Z Checking colorchoice v1.0.4
19892026-04-30T00:11:21.158Z Checking is_terminal_polyfill v1.70.2
19902026-04-30T00:11:21.161Z Checking inout v0.1.4
19912026-04-30T00:11:21.161Z Checking crossbeam-utils v0.8.21
19922026-04-30T00:11:21.259Z Checking allocator-api2 v0.2.21
19932026-04-30T00:11:21.295Z Checking anstream v0.6.21
19942026-04-30T00:11:21.354Z Checking cipher v0.4.4
19952026-04-30T00:11:21.393Z Checking tokio-util v0.7.18
19962026-04-30T00:11:21.494Z Checking http-body v1.0.1
19972026-04-30T00:11:21.530Z Checking terminal_size v0.4.3
19982026-04-30T00:11:21.565Z Checking atomic-waker v1.1.2
19992026-04-30T00:11:21.599Z Checking httpdate v1.0.3
20002026-04-30T00:11:21.602Z Checking try-lock v0.2.5
20012026-04-30T00:11:21.666Z Checking clap_lex v1.0.0
20022026-04-30T00:11:21.671Z Checking strsim v0.11.1
20032026-04-30T00:11:21.733Z Checking pem-rfc7468 v0.7.0
20042026-04-30T00:11:21.769Z Checking sha2 v0.10.9
20052026-04-30T00:11:21.772Z Checking want v0.3.1
20062026-04-30T00:11:21.854Z Checking tower-service v0.3.3
20072026-04-30T00:11:21.891Z Checking clap_builder v4.5.60
20082026-04-30T00:11:21.928Z Checking tower-layer v0.3.3
20092026-04-30T00:11:21.964Z Checking pin-utils v0.1.0
20102026-04-30T00:11:21.999Z Checking ryu v1.0.23
20112026-04-30T00:11:22.035Z Checking h2 v0.4.13
20122026-04-30T00:11:22.071Z Checking rand_core v0.9.5
20132026-04-30T00:11:22.074Z Checking hmac v0.12.1
20142026-04-30T00:11:22.140Z Checking powerfmt v0.2.0
20152026-04-30T00:11:22.176Z Checking time-core v0.1.8
20162026-04-30T00:11:22.260Z Checking num_threads v0.1.7
20172026-04-30T00:11:22.295Z Checking flagset v0.4.7
20182026-04-30T00:11:22.329Z Checking deranged v0.5.8
20192026-04-30T00:11:22.364Z Checking num-conv v0.2.0
20202026-04-30T00:11:22.398Z Checking erased-serde v0.3.31
20212026-04-30T00:11:22.442Z Checking der v0.7.10
20222026-04-30T00:11:22.504Z Checking rand_chacha v0.9.0
20232026-04-30T00:11:22.730Z Checking http-body-util v0.1.3
20242026-04-30T00:11:22.798Z Checking slog v2.8.2
20252026-04-30T00:11:22.887Z Checking spin v0.9.8
20262026-04-30T00:11:22.973Z Checking rand v0.9.2
20272026-04-30T00:11:23.089Z Checking aws-lc-sys v0.37.1
20282026-04-30T00:11:23.126Z Checking anyhow v1.0.102
20292026-04-30T00:11:23.129Z Checking untrusted v0.7.1
20302026-04-30T00:11:23.194Z Checking serde_urlencoded v0.7.1
20312026-04-30T00:11:23.198Z Checking clap v4.5.60
20322026-04-30T00:11:23.265Z Checking openssl-probe v0.2.1
20332026-04-30T00:11:23.268Z Checking time v0.3.47
20342026-04-30T00:11:23.335Z Checking regex v1.12.3
20352026-04-30T00:11:23.376Z Checking fastrand v2.3.0
20362026-04-30T00:11:23.413Z Checking spki v0.7.3
20372026-04-30T00:11:23.448Z Checking pbkdf2 v0.12.2
20382026-04-30T00:11:23.484Z Checking aes v0.8.4
20392026-04-30T00:11:23.579Z Checking pretty-hex v0.4.1
20402026-04-30T00:11:23.616Z Checking salsa20 v0.10.2
20412026-04-30T00:11:23.619Z Checking aws-lc-rs v1.16.0
20422026-04-30T00:11:23.619Z Checking cbc v0.1.2
20432026-04-30T00:11:23.687Z Checking rand_chacha v0.3.1
20442026-04-30T00:11:23.755Z Checking hex v0.4.3
20452026-04-30T00:11:23.790Z Checking plain v0.2.3
20462026-04-30T00:11:23.824Z Checking scrypt v0.11.0
20472026-04-30T00:11:23.897Z Checking tempfile v3.25.0
20482026-04-30T00:11:23.934Z Checking rustls-native-certs v0.8.3
20492026-04-30T00:11:23.969Z Checking rand v0.8.5
20502026-04-30T00:11:24.005Z Checking ipnetwork v0.21.1
20512026-04-30T00:11:24.008Z Checking sync_wrapper v1.0.2
20522026-04-30T00:11:24.085Z Checking foldhash v0.2.0
20532026-04-30T00:11:24.123Z Checking simd-adler32 v0.3.8
20542026-04-30T00:11:24.165Z Checking ucd-trie v0.1.7
20552026-04-30T00:11:24.243Z Checking tower v0.5.3
20562026-04-30T00:11:24.281Z Checking hashbrown v0.16.1
20572026-04-30T00:11:24.321Z Checking pkcs5 v0.7.1
20582026-04-30T00:11:24.324Z Checking pest v2.8.6
20592026-04-30T00:11:24.434Z Checking webpki-roots v1.0.6
20602026-04-30T00:11:24.506Z Checking camino v1.2.2
20612026-04-30T00:11:24.543Z Checking rustls-webpki v0.103.9
20622026-04-30T00:11:24.581Z Checking iri-string v0.7.10
20632026-04-30T00:11:24.619Z Checking adler2 v2.0.1
20642026-04-30T00:11:24.651Z Checking pkcs8 v0.10.2
20652026-04-30T00:11:24.748Z Checking hyper v1.8.1
20662026-04-30T00:11:24.791Z Checking openapiv3 v2.2.0
20672026-04-30T00:11:24.835Z Checking either v1.15.0
20682026-04-30T00:11:24.835Z Checking miniz_oxide v0.8.9
20692026-04-30T00:11:24.931Z Checking mime v0.3.17
20702026-04-30T00:11:25.010Z Checking rustls v0.23.37
20712026-04-30T00:11:25.063Z Checking winnow v0.7.14
20722026-04-30T00:11:25.136Z Checking crc32fast v1.5.0
20732026-04-30T00:11:25.259Z Checking static_assertions v1.1.0
20742026-04-30T00:11:25.302Z Checking oxnet v0.1.4
20752026-04-30T00:11:25.359Z Checking lazy_static v1.5.0
20762026-04-30T00:11:25.449Z Checking signature v2.2.0
20772026-04-30T00:11:25.488Z Checking hubpack v0.1.2
20782026-04-30T00:11:25.564Z Checking encoding_rs v0.8.35
20792026-04-30T00:11:25.608Z Checking strum v0.26.3
20802026-04-30T00:11:25.651Z Checking tower-http v0.6.8
20812026-04-30T00:11:25.688Z Checking zlib-rs v0.6.2
20822026-04-30T00:11:25.724Z Checking hyper-util v0.1.20
20832026-04-30T00:11:25.761Z Checking foreign-types-shared v0.1.1
20842026-04-30T00:11:25.872Z Checking foreign-types v0.3.2
20852026-04-30T00:11:25.948Z Checking sha1 v0.10.6
20862026-04-30T00:11:25.986Z Checking scroll v0.13.0
20872026-04-30T00:11:26.112Z Checking openssl-sys v0.9.111
20882026-04-30T00:11:26.149Z Checking tinyvec_macros v0.1.1
20892026-04-30T00:11:26.240Z Checking goblin v0.10.5
20902026-04-30T00:11:26.277Z Checking tinyvec v1.10.0
20912026-04-30T00:11:26.280Z Checking serde_spanned v0.6.9
20922026-04-30T00:11:26.465Z Checking toml_datetime v0.6.11
20932026-04-30T00:11:26.519Z Checking num-integer v0.1.46
20942026-04-30T00:11:26.593Z Checking flate2 v1.1.9
20952026-04-30T00:11:26.630Z Checking memmap2 v0.9.10
20962026-04-30T00:11:26.632Z Checking openssl v0.10.75
20972026-04-30T00:11:26.696Z Checking data-encoding v2.10.0
20982026-04-30T00:11:26.768Z Checking dtrace-parser v0.3.0
20992026-04-30T00:11:26.818Z Checking thread-id v5.1.0
21002026-04-30T00:11:26.916Z Checking base16ct v0.2.0
21012026-04-30T00:11:26.954Z Checking psl-types v2.0.11
21022026-04-30T00:11:26.989Z Checking bit-vec v0.8.0
21032026-04-30T00:11:27.026Z Checking cookie v0.18.1
21042026-04-30T00:11:27.029Z Checking ff v0.13.1
21052026-04-30T00:11:27.097Z Checking publicsuffix v2.3.0
21062026-04-30T00:11:27.100Z Checking sec1 v0.7.3
21072026-04-30T00:11:27.205Z Checking bit-set v0.8.0
21082026-04-30T00:11:27.241Z Checking wait-timeout v0.2.1
21092026-04-30T00:11:27.281Z Checking group v0.13.0
21102026-04-30T00:11:27.284Z Checking cookie_store v0.22.1
21112026-04-30T00:11:27.361Z Checking num-iter v0.1.45
21122026-04-30T00:11:27.399Z Checking bstr v1.12.1
21132026-04-30T00:11:27.402Z Checking tokio-rustls v0.26.4
21142026-04-30T00:11:27.432Z Checking rustls-platform-verifier v0.6.2
21152026-04-30T00:11:27.502Z Checking hkdf v0.12.4
21162026-04-30T00:11:27.505Z Checking crossbeam-epoch v0.9.18
21172026-04-30T00:11:27.630Z Checking ahash v0.8.12
21182026-04-30T00:11:27.666Z Checking crypto-bigint v0.5.5
21192026-04-30T00:11:27.669Z Checking quick-error v1.2.3
21202026-04-30T00:11:27.733Z Checking hyper-rustls v0.27.7
21212026-04-30T00:11:27.781Z Checking rand_xorshift v0.4.0
21222026-04-30T00:11:27.819Z Checking scroll v0.12.0
21232026-04-30T00:11:27.856Z Checking rusty-fork v0.3.1
21242026-04-30T00:11:27.859Z Checking unarray v0.1.4
21252026-04-30T00:11:27.926Z Checking num-bigint-dig v0.8.6
21262026-04-30T00:11:27.961Z Checking reqwest v0.13.2
21272026-04-30T00:11:28.019Z Checking pkcs1 v0.7.5
21282026-04-30T00:11:28.055Z Checking proptest v1.10.0
21292026-04-30T00:11:28.090Z Checking goblin v0.8.2
21302026-04-30T00:11:28.254Z Checking x509-cert v0.2.5
21312026-04-30T00:11:28.542Z Checking dof v0.4.0
21322026-04-30T00:11:28.579Z Checking elliptic-curve v0.13.8
21332026-04-30T00:11:28.624Z Checking native-tls v0.2.18
21342026-04-30T00:11:28.750Z Checking zerocopy v0.7.35
21352026-04-30T00:11:28.821Z Checking unicode-segmentation v1.12.0
21362026-04-30T00:11:28.859Z Checking tokio-native-tls v0.3.1
21372026-04-30T00:11:28.912Z Checking rsa v0.9.10
21382026-04-30T00:11:28.949Z Checking dtrace-parser v0.2.0
21392026-04-30T00:11:29.038Z Checking hyper-tls v0.6.0
21402026-04-30T00:11:29.155Z Checking rfc6979 v0.4.0
21412026-04-30T00:11:29.194Z Checking usdt-impl v0.6.0
21422026-04-30T00:11:29.231Z Checking thread-id v4.2.2
21432026-04-30T00:11:29.234Z Checking reqwest v0.12.28
21442026-04-30T00:11:29.299Z Checking toml_write v0.1.2
21452026-04-30T00:11:29.302Z Checking ecdsa v0.16.9
21462026-04-30T00:11:29.368Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-04-30T00:11:29.405Z Checking curve25519-dalek v4.1.3
21482026-04-30T00:11:29.491Z Checking toml_edit v0.22.27
21492026-04-30T00:11:29.494Z Checking usdt v0.6.0
21502026-04-30T00:11:29.691Z Checking memoffset v0.9.1
21512026-04-30T00:11:29.728Z Checking rustix v0.38.44
21522026-04-30T00:11:29.731Z Checking env_filter v1.0.0
21532026-04-30T00:11:29.800Z Checking keccak v0.1.6
21542026-04-30T00:11:29.838Z Checking newtype-uuid v1.3.2
21552026-04-30T00:11:29.903Z Checking env_logger v0.11.9
21562026-04-30T00:11:29.999Z Checking sha3 v0.10.8
21572026-04-30T00:11:30.036Z Checking dof v0.3.0
21582026-04-30T00:11:30.090Z Checking daft v0.1.5
21592026-04-30T00:11:30.126Z Checking ed25519 v2.2.3
21602026-04-30T00:11:30.163Z Checking itertools v0.13.0
21612026-04-30T00:11:30.205Z Checking serde_with v3.17.0
21622026-04-30T00:11:30.241Z Checking siphasher v1.0.2
21632026-04-30T00:11:30.334Z Checking bitflags v1.3.2
21642026-04-30T00:11:30.371Z Checking usdt-impl v0.5.0
21652026-04-30T00:11:30.374Z Checking ed25519-dalek v2.2.0
21662026-04-30T00:11:30.441Z Checking unicode-normalization v0.1.25
21672026-04-30T00:11:30.477Z Checking signal-hook v0.3.18
21682026-04-30T00:11:30.605Z Checking winnow v0.5.40
21692026-04-30T00:11:30.646Z Checking managed v0.8.0
21702026-04-30T00:11:30.684Z Checking nix v0.31.2
21712026-04-30T00:11:30.687Z Checking bzip2-sys v0.1.13+1.0.8
21722026-04-30T00:11:30.751Z Checking object v0.37.3
21732026-04-30T00:11:30.827Z Checking foldhash v0.1.5
21742026-04-30T00:11:30.864Z Checking bzip2 v0.4.4
21752026-04-30T00:11:30.866Z Checking signal-hook-mio v0.2.5
21762026-04-30T00:11:30.986Z Checking hashbrown v0.15.5
21772026-04-30T00:11:31.025Z Checking ref-cast v1.0.25
21782026-04-30T00:11:31.062Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-04-30T00:11:31.150Z Checking zip v0.6.6
21802026-04-30T00:11:31.201Z Checking zstd-safe v7.2.4
21812026-04-30T00:11:31.237Z Checking libbz2-rs-sys v0.2.2
21822026-04-30T00:11:31.394Z Checking bumpalo v3.20.2
21832026-04-30T00:11:31.476Z Checking zstd v0.13.3
21842026-04-30T00:11:31.513Z Checking crossterm v0.28.1
21852026-04-30T00:11:31.618Z Checking zopfli v0.8.3
21862026-04-30T00:11:31.656Z Checking bzip2 v0.6.1
21872026-04-30T00:11:31.660Z Checking similar v2.7.0
21882026-04-30T00:11:31.726Z Checking tokio-stream v0.1.18
21892026-04-30T00:11:31.729Z Checking fs-err v3.3.0
21902026-04-30T00:11:31.794Z Checking toml_edit v0.19.15
21912026-04-30T00:11:31.841Z Checking hash32 v0.2.1
21922026-04-30T00:11:31.969Z Checking serde-big-array v0.5.1
21932026-04-30T00:11:32.028Z Checking jiff v0.2.21
21942026-04-30T00:11:32.077Z Checking unicode-properties v0.1.4
21952026-04-30T00:11:32.113Z Checking unicode-bidi v0.3.18
21962026-04-30T00:11:32.150Z Checking predicates-core v1.0.10
21972026-04-30T00:11:32.153Z Checking heapless v0.7.17
21982026-04-30T00:11:32.231Z Checking hickory-proto v0.25.2
21992026-04-30T00:11:32.288Z Checking md-5 v0.10.6
22002026-04-30T00:11:32.324Z Checking float-cmp v0.10.0
22012026-04-30T00:11:32.428Z Checking stringprep v0.1.5
22022026-04-30T00:11:32.464Z Checking toml_datetime v0.7.5+spec-1.1.0
22032026-04-30T00:11:32.499Z Checking normalize-line-endings v0.3.0
22042026-04-30T00:11:32.606Z Checking rustc-hash v2.1.1
22052026-04-30T00:11:32.643Z Checking difflib v0.4.0
22062026-04-30T00:11:32.646Z Checking fallible-iterator v0.2.0
22072026-04-30T00:11:32.712Z Checking smoltcp v0.9.1
22082026-04-30T00:11:32.749Z Checking iddqd v0.3.18
22092026-04-30T00:11:32.839Z Checking toml v0.7.8
22102026-04-30T00:11:32.882Z Checking predicates v3.1.4
22112026-04-30T00:11:32.940Z Checking postgres-protocol v0.6.10
22122026-04-30T00:11:33.070Z Checking phf_shared v0.11.3
22132026-04-30T00:11:33.175Z Checking phf_shared v0.13.1
22142026-04-30T00:11:33.212Z Checking buf-list v1.1.2
22152026-04-30T00:11:33.246Z Checking strum v0.27.2
22162026-04-30T00:11:33.282Z Checking fixedbitset v0.5.7
22172026-04-30T00:11:33.324Z Checking precomputed-hash v0.1.1
22182026-04-30T00:11:33.386Z Checking new_debug_unreachable v1.0.6
22192026-04-30T00:11:33.424Z Checking lalrpop-util v0.19.12
22202026-04-30T00:11:33.427Z Checking fixedbitset v0.4.2
22212026-04-30T00:11:33.492Z Checking phf v0.13.1
22222026-04-30T00:11:33.495Z Checking string_cache v0.8.9
22232026-04-30T00:11:33.560Z Checking petgraph v0.8.3
22242026-04-30T00:11:33.605Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22252026-04-30T00:11:33.608Z Checking postgres-types v0.2.12
22262026-04-30T00:11:33.674Z Checking petgraph v0.6.5
22272026-04-30T00:11:33.677Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22282026-04-30T00:11:33.742Z Checking peg-runtime v0.8.5
22292026-04-30T00:11:33.911Z Checking whoami v2.1.0
22302026-04-30T00:11:34.015Z Checking futures-executor v0.3.32
22312026-04-30T00:11:34.089Z Checking is-terminal v0.4.17
22322026-04-30T00:11:34.131Z Checking tokio-postgres v0.7.16
22332026-04-30T00:11:34.192Z Checking futures v0.3.32
22342026-04-30T00:11:34.227Z Checking crossbeam-channel v0.5.15
22352026-04-30T00:11:34.297Z Compiling structmeta-derive v0.3.0
22362026-04-30T00:11:34.300Z Checking zip v4.6.1
22372026-04-30T00:11:34.581Z Checking thread_local v1.1.9
22382026-04-30T00:11:34.777Z Checking take_mut v0.2.2
22392026-04-30T00:11:34.917Z Checking term v1.2.1
22402026-04-30T00:11:34.955Z Checking slog-async v2.8.0
22412026-04-30T00:11:34.958Z Compiling newtype-uuid-macros v0.1.0
22422026-04-30T00:11:35.028Z Compiling rustls v0.22.4
22432026-04-30T00:11:35.156Z Compiling multer v3.1.0
22442026-04-30T00:11:35.195Z Checking slog-term v2.9.2
22452026-04-30T00:11:35.198Z Compiling async-stream-impl v0.3.6
22462026-04-30T00:11:35.312Z Compiling dropshot v0.17.0
22472026-04-30T00:11:35.408Z Compiling structmeta v0.3.0
22482026-04-30T00:11:35.444Z Compiling dropshot_endpoint v0.17.0
22492026-04-30T00:11:35.481Z Checking match_cfg v0.1.0
22502026-04-30T00:11:35.484Z Checking slog-json v2.6.1
22512026-04-30T00:11:35.584Z Checking hostname v0.3.1
22522026-04-30T00:11:35.627Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-04-30T00:11:35.663Z Compiling derive-ex v0.1.8
22542026-04-30T00:11:35.698Z Checking debug-ignore v1.0.5
22552026-04-30T00:11:35.731Z Checking slog-bunyan v2.5.0
22562026-04-30T00:11:35.767Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572026-04-30T00:11:35.821Z Checking serde_spanned v1.0.4
22582026-04-30T00:11:35.858Z Checking toml_writer v1.0.6+spec-1.1.0
22592026-04-30T00:11:35.891Z Checking rustls-webpki v0.102.8
22602026-04-30T00:11:35.978Z Checking serde_path_to_error v0.1.20
22612026-04-30T00:11:36.033Z Checking async-stream v0.3.6
22622026-04-30T00:11:36.112Z Checking waitgroup v0.1.2
22632026-04-30T00:11:36.184Z Checking rustls-pemfile v2.2.0
22642026-04-30T00:11:36.186Z Checking toml_datetime v1.0.0+spec-1.1.0
22652026-04-30T00:11:36.253Z Checking hostname v0.4.2
22662026-04-30T00:11:36.289Z Checking compression-core v0.4.31
22672026-04-30T00:11:36.359Z Checking progenitor-client v0.14.0
22682026-04-30T00:11:36.363Z Checking regress v0.10.5
22692026-04-30T00:11:36.429Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-04-30T00:11:36.463Z Checking toml v1.0.6+spec-1.1.0
22712026-04-30T00:11:36.500Z Checking compression-codecs v0.4.37
22722026-04-30T00:11:36.563Z Compiling parse-display-derive v0.10.0
22732026-04-30T00:11:36.618Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-04-30T00:11:36.697Z Checking async-compression v0.4.41
22752026-04-30T00:11:36.791Z Checking itertools v0.14.0
22762026-04-30T00:11:36.968Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22772026-04-30T00:11:37.073Z Checking macaddr v1.0.1
22782026-04-30T00:11:37.210Z Checking instant v0.1.13
22792026-04-30T00:11:37.278Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22802026-04-30T00:11:37.325Z Checking progenitor-client v0.10.0
22812026-04-30T00:11:37.362Z Compiling test-strategy v0.4.5
22822026-04-30T00:11:37.399Z Checking backoff v0.4.0
22832026-04-30T00:11:37.539Z Checking backon v1.6.0
22842026-04-30T00:11:37.578Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22852026-04-30T00:11:37.613Z Checking unicode-width v0.2.0
22862026-04-30T00:11:37.731Z Checking progenitor-extras v0.2.0
22872026-04-30T00:11:37.767Z Checking tokio-rustls v0.25.0
22882026-04-30T00:11:37.820Z Checking heck v0.5.0
22892026-04-30T00:11:37.881Z Compiling convert_case v0.4.0
22902026-04-30T00:11:37.917Z Checking half v2.7.1
22912026-04-30T00:11:37.969Z Checking ciborium-io v0.2.2
22922026-04-30T00:11:38.006Z Checking secrecy v0.10.3
22932026-04-30T00:11:38.077Z Compiling regress v0.11.1
22942026-04-30T00:11:38.112Z Compiling unsafe-libyaml v0.2.11
22952026-04-30T00:11:38.183Z Checking indent_write v2.2.0
22962026-04-30T00:11:38.217Z Checking ciborium-ll v0.2.2
22972026-04-30T00:11:38.250Z Checking parse-display v0.10.0
22982026-04-30T00:11:38.284Z Compiling derive_more v0.99.20
22992026-04-30T00:11:38.338Z Checking universal-hash v0.5.1
23002026-04-30T00:11:38.413Z Checking ciborium v0.2.2
23012026-04-30T00:11:38.450Z Checking opaque-debug v0.3.1
23022026-04-30T00:11:38.486Z Checking camino-tempfile v1.4.1
23032026-04-30T00:11:38.544Z Compiling crucible-workspace-hack v0.1.0
23042026-04-30T00:11:38.668Z Compiling serde_yaml v0.9.34+deprecated
23052026-04-30T00:11:38.793Z Checking aead v0.5.2
23062026-04-30T00:11:38.886Z Checking poly1305 v0.8.0
23072026-04-30T00:11:38.920Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-04-30T00:11:38.955Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092026-04-30T00:11:39.176Z Checking chacha20 v0.9.1
23102026-04-30T00:11:39.299Z Compiling thiserror-impl-no-std v2.0.2
23112026-04-30T00:11:39.337Z Checking password-hash v0.5.0
23122026-04-30T00:11:39.398Z Checking blake2 v0.10.6
23132026-04-30T00:11:39.582Z Checking chacha20poly1305 v0.10.1
23142026-04-30T00:11:39.659Z Compiling typify-impl v0.6.2
23152026-04-30T00:11:39.736Z Checking argon2 v0.5.3
23162026-04-30T00:11:39.917Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-04-30T00:11:40.178Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23182026-04-30T00:11:40.182Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23192026-04-30T00:11:40.501Z Checking byte-wrapper v0.1.0
23202026-04-30T00:11:40.540Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23212026-04-30T00:11:40.611Z Checking thiserror-no-std v2.0.2
23222026-04-30T00:11:40.725Z Checking vsss-rs v3.3.4
23232026-04-30T00:11:40.764Z Checking swrite v0.1.0
23242026-04-30T00:11:40.811Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-04-30T00:11:40.867Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23262026-04-30T00:11:40.902Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23272026-04-30T00:11:41.363Z Checking crossbeam-deque v0.8.6
23282026-04-30T00:11:41.570Z Compiling rayon-core v1.13.0
23292026-04-30T00:11:41.607Z Checking toml v0.8.23
23302026-04-30T00:11:41.772Z Compiling proc-macro-error v1.0.4
23312026-04-30T00:11:41.851Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23322026-04-30T00:11:41.957Z Compiling toml_edit v0.23.10+spec-1.0.0
23332026-04-30T00:11:42.107Z Checking glob v0.3.3
23342026-04-30T00:11:42.234Z Checking rayon v1.11.0
23352026-04-30T00:11:42.271Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-04-30T00:11:42.316Z Checking unicode-width v0.1.14
23372026-04-30T00:11:42.397Z Checking tabwriter v1.4.1
23382026-04-30T00:11:42.433Z Compiling heapless v0.8.0
23392026-04-30T00:11:42.572Z Compiling proc-macro-crate v3.4.0
23402026-04-30T00:11:42.608Z Compiling ingot-macros v0.1.1
23412026-04-30T00:11:42.940Z Checking hash32 v0.3.1
23422026-04-30T00:11:43.026Z Compiling smoltcp v0.11.0
23432026-04-30T00:11:43.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23442026-04-30T00:11:43.149Z Checking cobs v0.3.0
23452026-04-30T00:11:43.327Z Compiling usdt-macro v0.5.0
23462026-04-30T00:11:43.372Z Compiling usdt-attr-macro v0.5.0
23472026-04-30T00:11:43.452Z Checking memmap v0.7.0
23482026-04-30T00:11:43.502Z Checking colored v3.1.1
23492026-04-30T00:11:43.612Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23502026-04-30T00:11:43.733Z Checking postcard v1.1.3
23512026-04-30T00:11:43.863Z Compiling num_enum_derive v0.7.5
23522026-04-30T00:11:44.052Z Compiling proc-macro-crate v1.3.1
23532026-04-30T00:11:44.089Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23542026-04-30T00:11:44.175Z Checking usdt v0.5.0
23552026-04-30T00:11:44.277Z Compiling typify-macro v0.6.2
23562026-04-30T00:11:44.321Z Checking sigpipe v0.1.3
23572026-04-30T00:11:44.368Z Compiling foreign-types-macros v0.2.3
23582026-04-30T00:11:44.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23592026-04-30T00:11:44.462Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23602026-04-30T00:11:44.498Z Checking cpufeatures v0.3.0
23612026-04-30T00:11:44.598Z Checking foreign-types-shared v0.3.1
23622026-04-30T00:11:44.713Z Checking chacha20 v0.10.0
23632026-04-30T00:11:44.748Z Compiling num_enum_derive v0.5.11
23642026-04-30T00:11:44.977Z Checking num_enum v0.7.5
23652026-04-30T00:11:45.047Z Checking foreign-types v0.5.0
23662026-04-30T00:11:45.091Z Checking cstr-argument v0.1.2
23672026-04-30T00:11:45.130Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-04-30T00:11:45.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23692026-04-30T00:11:45.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23702026-04-30T00:11:45.243Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-04-30T00:11:45.443Z Checking ingot-types v0.1.2
23722026-04-30T00:11:45.446Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23732026-04-30T00:11:45.514Z Checking rand v0.10.0
23742026-04-30T00:11:45.579Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-04-30T00:11:45.632Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-04-30T00:11:45.667Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23772026-04-30T00:11:45.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-04-30T00:11:45.815Z Compiling zone_cfg_derive v0.3.1
23792026-04-30T00:11:45.853Z Checking ingot v0.1.1
23802026-04-30T00:11:45.856Z Checking num_enum v0.5.11
23812026-04-30T00:11:45.856Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23822026-04-30T00:11:46.063Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-04-30T00:11:46.096Z Checking itertools v0.12.1
23842026-04-30T00:11:46.099Z Compiling typify v0.6.2
23852026-04-30T00:11:46.257Z Compiling progenitor-impl v0.14.0
23862026-04-30T00:11:46.293Z Compiling num-derive v0.4.2
23872026-04-30T00:11:46.479Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-04-30T00:11:46.861Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23892026-04-30T00:11:46.916Z Checking smf v0.2.3
23902026-04-30T00:11:47.047Z Checking whoami v1.6.1
23912026-04-30T00:11:47.117Z Checking zone v0.3.1
23922026-04-30T00:11:47.170Z Checking tokio-dtrace v0.1.1
23932026-04-30T00:11:47.205Z Compiling derive-where v1.6.0
23942026-04-30T00:11:47.245Z Checking console v0.15.11
23952026-04-30T00:11:47.280Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23962026-04-30T00:11:47.377Z Checking oxide-tokio-rt v0.1.4
23972026-04-30T00:11:47.499Z Checking atomicwrites v0.4.4
23982026-04-30T00:11:47.536Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23992026-04-30T00:11:47.539Z Checking newline-converter v0.3.0
24002026-04-30T00:11:47.605Z Checking num-rational v0.4.2
24012026-04-30T00:11:47.608Z Checking num-complex v0.4.6
24022026-04-30T00:11:47.673Z Checking bytecount v0.6.9
24032026-04-30T00:11:47.707Z Checking expectorate v1.2.0
24042026-04-30T00:11:47.801Z Checking float-ord v0.3.2
24052026-04-30T00:11:47.860Z Compiling progenitor-impl v0.13.0
24062026-04-30T00:11:47.938Z Compiling owo-colors v4.3.0
24072026-04-30T00:11:47.995Z Checking num v0.4.3
24082026-04-30T00:11:48.380Z Checking progenitor-client v0.13.0
24092026-04-30T00:11:48.537Z Compiling cancel-safe-futures v0.1.5
24102026-04-30T00:11:48.696Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24112026-04-30T00:11:48.818Z Checking libsw-core v0.3.2
24122026-04-30T00:11:48.899Z Compiling progenitor-macro v0.14.0
24132026-04-30T00:11:48.990Z Compiling prettyplease v0.2.37
24142026-04-30T00:11:49.026Z Checking libsw v3.5.0
24152026-04-30T00:11:49.243Z Checking same-file v1.0.6
24162026-04-30T00:11:49.321Z Checking linear-map v1.2.0
24172026-04-30T00:11:49.424Z Checking walkdir v2.5.0
24182026-04-30T00:11:49.470Z Checking gethostname v0.5.0
24192026-04-30T00:11:49.518Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24202026-04-30T00:11:49.584Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24212026-04-30T00:11:49.618Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24222026-04-30T00:11:49.773Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24232026-04-30T00:11:50.037Z Compiling async-recursion v1.1.1
24242026-04-30T00:11:50.526Z Compiling progenitor-macro v0.13.0
24252026-04-30T00:11:50.737Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24262026-04-30T00:11:51.906Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24272026-04-30T00:11:52.828Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-04-30T00:11:53.875Z Checking progenitor v0.14.0
24292026-04-30T00:11:54.091Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24302026-04-30T00:11:54.870Z Checking resolv-conf v0.7.6
24312026-04-30T00:11:54.928Z Checking unicode-linebreak v0.1.5
24322026-04-30T00:11:55.107Z Checking smawk v0.3.2
24332026-04-30T00:11:55.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24342026-04-30T00:11:55.275Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24352026-04-30T00:11:55.312Z Checking papergrid v0.11.0
24362026-04-30T00:11:55.453Z Compiling tabled_derive v0.7.0
24372026-04-30T00:11:55.491Z Checking progenitor v0.13.0
24382026-04-30T00:11:55.494Z Checking globset v0.4.18
24392026-04-30T00:11:55.660Z Compiling convert_case v0.10.0
24402026-04-30T00:11:55.790Z Compiling slog-dtrace v0.3.0
24412026-04-30T00:11:55.952Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24422026-04-30T00:11:55.989Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24432026-04-30T00:11:56.025Z Compiling derive_more-impl v2.1.1
24442026-04-30T00:11:56.594Z Checking tabled v0.15.0
24452026-04-30T00:11:56.633Z Compiling pin-project-internal v1.1.11
24462026-04-30T00:11:56.666Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24472026-04-30T00:11:56.705Z Checking pem v3.0.6
24482026-04-30T00:11:56.851Z Checking derive_more v2.1.1
24492026-04-30T00:11:56.896Z Checking fd-lock v4.0.4
24502026-04-30T00:11:56.934Z Checking vte v0.14.1
24512026-04-30T00:11:56.968Z Checking crossterm v0.29.0
24522026-04-30T00:11:57.045Z Checking display-error-chain v0.2.2
24532026-04-30T00:11:57.048Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24542026-04-30T00:11:57.117Z Checking strip-ansi-escapes v0.2.1
24552026-04-30T00:11:57.197Z Compiling snafu-derive v0.8.9
24562026-04-30T00:11:57.240Z Checking linked-hash-map v0.5.6
24572026-04-30T00:11:57.277Z Checking termtree v0.5.1
24582026-04-30T00:11:57.441Z Checking nu-ansi-term v0.50.3
24592026-04-30T00:11:57.444Z Checking lru-cache v0.1.2
24602026-04-30T00:11:57.544Z Checking textwrap v0.16.2
24612026-04-30T00:11:57.591Z Checking olpc-cjson v0.1.4
24622026-04-30T00:11:57.716Z Checking reedline v0.40.0
24632026-04-30T00:11:57.762Z Checking hickory-proto v0.24.4
24642026-04-30T00:11:57.765Z Checking serde_plain v1.0.2
24652026-04-30T00:11:57.831Z Checking pin-project v1.1.11
24662026-04-30T00:11:57.835Z Checking typed-path v0.9.3
24672026-04-30T00:11:57.954Z Compiling minimal-lexical v0.2.1
24682026-04-30T00:11:57.989Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24692026-04-30T00:11:58.240Z Compiling nom v7.1.3
24702026-04-30T00:11:58.551Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24712026-04-30T00:11:58.644Z Compiling ar_archive_writer v0.5.1
24722026-04-30T00:11:58.898Z Checking humantime v2.3.0
24732026-04-30T00:11:59.059Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24742026-04-30T00:11:59.110Z Checking snafu v0.8.9
24752026-04-30T00:11:59.114Z Checking csv-core v0.1.13
24762026-04-30T00:11:59.178Z Compiling stacker v0.1.23
24772026-04-30T00:11:59.347Z Checking csv v1.4.0
24782026-04-30T00:11:59.383Z Checking tough v0.20.0
24792026-04-30T00:11:59.465Z Checking highway v1.3.0
24802026-04-30T00:11:59.524Z Compiling psm v0.1.30
24812026-04-30T00:11:59.560Z Compiling cfg_aliases v0.1.1
24822026-04-30T00:11:59.598Z Checking hickory-resolver v0.24.4
24832026-04-30T00:11:59.626Z Compiling semver v0.1.20
24842026-04-30T00:11:59.669Z Compiling nix v0.28.0
24852026-04-30T00:11:59.753Z Checking nibble_vec v0.1.0
24862026-04-30T00:11:59.796Z Checking endian-type v0.1.2
24872026-04-30T00:11:59.946Z Compiling rustc_version v0.1.7
24882026-04-30T00:11:59.987Z Checking home v0.5.12
24892026-04-30T00:12:00.024Z Checking radix_trie v0.2.1
24902026-04-30T00:12:00.137Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24912026-04-30T00:12:00.172Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24922026-04-30T00:12:00.204Z Compiling newtype_derive v0.1.6
24932026-04-30T00:12:00.269Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24942026-04-30T00:12:00.405Z Checking qorb v0.4.1
24952026-04-30T00:12:00.438Z Checking phf_shared v0.12.1
24962026-04-30T00:12:00.520Z Compiling recursive-proc-macro-impl v0.1.1
24972026-04-30T00:12:00.608Z Compiling chrono-tz v0.10.4
24982026-04-30T00:12:00.646Z Checking phf v0.12.1
24992026-04-30T00:12:00.887Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25002026-04-30T00:12:00.917Z Compiling const_format_proc_macros v0.2.34
25012026-04-30T00:12:00.950Z Checking recursive v0.1.1
25022026-04-30T00:12:01.041Z Compiling peg-macros v0.8.5
25032026-04-30T00:12:01.076Z Checking winnow v0.6.26
25042026-04-30T00:12:01.453Z Compiling sqlparser_derive v0.5.0
25052026-04-30T00:12:01.638Z Checking unicode_categories v0.1.1
25062026-04-30T00:12:01.811Z Checking rustyline v14.0.0
25072026-04-30T00:12:01.847Z Checking const_format v0.2.35
25082026-04-30T00:12:02.241Z Checking sqlparser v0.61.0
25092026-04-30T00:12:02.276Z Checking sqlformat v0.3.5
25102026-04-30T00:12:02.433Z Checking peg v0.8.5
25112026-04-30T00:12:02.563Z Checking bcs v0.1.6
25122026-04-30T00:12:02.632Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25132026-04-30T00:12:02.727Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25142026-04-30T00:12:02.829Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25152026-04-30T00:12:02.865Z Checking steno v0.4.1
25162026-04-30T00:12:03.104Z Checking filetime v0.2.27
25172026-04-30T00:12:03.139Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25182026-04-30T00:12:03.251Z Checking xattr v1.6.1
25192026-04-30T00:12:03.287Z Checking subprocess v0.2.15
25202026-04-30T00:12:03.595Z Checking tar v0.4.45
25212026-04-30T00:12:03.715Z Checking base64 v0.21.7
25222026-04-30T00:12:03.913Z Checking headers-core v0.3.0
25232026-04-30T00:12:03.990Z Checking yasna v0.5.2
25242026-04-30T00:12:04.024Z Checking dropshot-api-manager-types v0.7.1
25252026-04-30T00:12:04.056Z Checking headers v0.4.1
25262026-04-30T00:12:04.222Z Checking tagptr v0.2.0
25272026-04-30T00:12:04.397Z Checking moka v0.12.13
25282026-04-30T00:12:04.401Z Checking rcgen v0.12.1
25292026-04-30T00:12:04.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25302026-04-30T00:12:04.547Z Checking utf-8 v0.7.6
25312026-04-30T00:12:04.706Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25322026-04-30T00:12:04.740Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25332026-04-30T00:12:04.774Z Compiling radium v0.7.0
25342026-04-30T00:12:04.880Z Compiling libefi-sys v0.1.0
25352026-04-30T00:12:05.092Z Checking hickory-resolver v0.25.2
25362026-04-30T00:12:05.205Z Compiling bitfield-struct v0.6.2
25372026-04-30T00:12:05.276Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-04-30T00:12:05.279Z Compiling maybe-uninit v2.0.0
25392026-04-30T00:12:05.343Z Checking tap v1.0.1
25402026-04-30T00:12:05.484Z Checking wyz v0.5.1
25412026-04-30T00:12:05.869Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-04-30T00:12:05.903Z Compiling zerocopy-derive v0.6.6
25432026-04-30T00:12:05.934Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25442026-04-30T00:12:05.937Z Compiling packed_struct v0.10.1
25452026-04-30T00:12:06.132Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-04-30T00:12:06.237Z Checking funty v2.0.0
25472026-04-30T00:12:06.271Z Checking crc-catalog v2.4.0
25482026-04-30T00:12:06.399Z Checking crc v3.4.0
25492026-04-30T00:12:06.484Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-04-30T00:12:06.564Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25512026-04-30T00:12:06.600Z Checking bitvec v1.0.1
25522026-04-30T00:12:06.701Z Checking tungstenite v0.21.0
25532026-04-30T00:12:06.740Z Compiling packed_struct_codegen v0.10.1
25542026-04-30T00:12:06.744Z Compiling bitfield-macros v0.19.4
25552026-04-30T00:12:06.805Z Checking zerocopy v0.6.6
25562026-04-30T00:12:06.841Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25572026-04-30T00:12:07.125Z Compiling indexmap v1.9.3
25582026-04-30T00:12:07.157Z Checking nodrop v0.1.14
25592026-04-30T00:12:07.276Z Checking array-init v0.0.4
25602026-04-30T00:12:07.396Z Checking tokio-tungstenite v0.21.0
25612026-04-30T00:12:07.502Z Checking bitfield v0.19.4
25622026-04-30T00:12:07.607Z Checking smallvec v0.6.14
25632026-04-30T00:12:07.706Z Checking hashbrown v0.12.3
25642026-04-30T00:12:07.800Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25652026-04-30T00:12:07.834Z Checking serde-hex v0.1.0
25662026-04-30T00:12:07.868Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25672026-04-30T00:12:07.989Z Checking ron v0.8.1
25682026-04-30T00:12:08.412Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-04-30T00:12:08.488Z Checking hashbrown v0.13.2
25702026-04-30T00:12:08.537Z Checking crc-any v2.5.0
25712026-04-30T00:12:08.693Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25722026-04-30T00:12:08.741Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25732026-04-30T00:12:08.828Z Checking path-slash v0.1.5
25742026-04-30T00:12:08.881Z Compiling xshell-macros v0.2.7
25752026-04-30T00:12:08.938Z Checking object v0.30.4
25762026-04-30T00:12:08.972Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-04-30T00:12:09.007Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-04-30T00:12:09.285Z Checking xshell v0.2.7
25792026-04-30T00:12:09.340Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-04-30T00:12:09.375Z Checking half v1.8.3
25812026-04-30T00:12:09.497Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-04-30T00:12:09.598Z Checking serde_cbor v0.11.2
25832026-04-30T00:12:10.058Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25842026-04-30T00:12:10.257Z Compiling num-derive v0.3.3
25852026-04-30T00:12:10.308Z Compiling proc-macro-error-attr2 v2.0.0
25862026-04-30T00:12:10.343Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25872026-04-30T00:12:10.393Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-04-30T00:12:10.556Z Checking papergrid v0.17.0
25892026-04-30T00:12:10.726Z Compiling proc-macro-error2 v2.0.1
25902026-04-30T00:12:11.075Z Compiling tabled_derive v0.11.0
25912026-04-30T00:12:11.110Z Checking testing_table v0.3.0
25922026-04-30T00:12:11.187Z Checking libscf-sys v1.1.0
25932026-04-30T00:12:11.231Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25942026-04-30T00:12:11.348Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-04-30T00:12:11.382Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-04-30T00:12:11.583Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-04-30T00:12:11.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-04-30T00:12:11.799Z Checking maplit v1.0.2
25992026-04-30T00:12:11.910Z Checking fxhash v0.2.1
26002026-04-30T00:12:12.073Z Checking crc8 v0.1.1
26012026-04-30T00:12:12.076Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26022026-04-30T00:12:12.139Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-04-30T00:12:12.198Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26042026-04-30T00:12:12.276Z Checking tabled v0.20.0
26052026-04-30T00:12:12.375Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-04-30T00:12:12.714Z Checking unicase v2.9.0
26072026-04-30T00:12:12.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-04-30T00:12:12.954Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-04-30T00:12:13.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26102026-04-30T00:12:13.255Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26112026-04-30T00:12:13.360Z Checking kstat-rs v0.2.4
26122026-04-30T00:12:13.478Z Compiling diesel_derives v2.3.7
26132026-04-30T00:12:13.515Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-04-30T00:12:13.551Z Compiling typify-impl v0.4.3
26152026-04-30T00:12:13.616Z Checking scheduled-thread-pool v0.2.7
26162026-04-30T00:12:13.723Z Compiling dsl_auto_type v0.2.0
26172026-04-30T00:12:13.787Z Compiling vergen-gitcl v1.0.8
26182026-04-30T00:12:14.003Z Checking arc-swap v1.8.2
26192026-04-30T00:12:14.260Z Compiling diesel_table_macro_syntax v0.3.0
26202026-04-30T00:12:14.323Z Compiling parking_lot_core v0.8.6
26212026-04-30T00:12:14.374Z Checking slog-scope v4.4.1
26222026-04-30T00:12:14.454Z Checking r2d2 v0.8.10
26232026-04-30T00:12:14.544Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-04-30T00:12:14.647Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-04-30T00:12:14.917Z Compiling git-stub v1.0.0
26262026-04-30T00:12:15.023Z Checking downcast-rs v2.0.2
26272026-04-30T00:12:15.208Z Compiling git-stub-vcs v0.1.0
26282026-04-30T00:12:15.579Z Checking slog-stdlog v4.1.1
26292026-04-30T00:12:15.728Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-04-30T00:12:15.763Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26312026-04-30T00:12:15.800Z Checking parking_lot v0.11.2
26322026-04-30T00:12:16.019Z Checking slog-envlogger v2.2.0
26332026-04-30T00:12:16.082Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26342026-04-30T00:12:16.199Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26352026-04-30T00:12:16.202Z Checking prefix-trie v0.7.0
26362026-04-30T00:12:16.467Z Checking sled v0.34.7
26372026-04-30T00:12:16.530Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26382026-04-30T00:12:16.595Z Checking hickory-server v0.25.2
26392026-04-30T00:12:16.637Z Checking nanorand v0.7.0
26402026-04-30T00:12:16.723Z Compiling dirs-sys-next v0.1.2
26412026-04-30T00:12:16.867Z Compiling crunchy v0.2.4
26422026-04-30T00:12:16.955Z Compiling dirs-next v2.0.0
26432026-04-30T00:12:17.032Z Checking flume v0.11.1
26442026-04-30T00:12:17.104Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452026-04-30T00:12:17.204Z Compiling clang-sys v1.8.1
26462026-04-30T00:12:17.296Z Compiling tiny-keccak v2.0.2
26472026-04-30T00:12:17.347Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26482026-04-30T00:12:17.674Z Compiling term v0.7.0
26492026-04-30T00:12:17.677Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26502026-04-30T00:12:17.741Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26512026-04-30T00:12:18.028Z Compiling typify-macro v0.4.3
26522026-04-30T00:12:18.063Z Compiling salty v0.3.0
26532026-04-30T00:12:18.266Z Compiling bit-vec v0.6.3
26542026-04-30T00:12:18.372Z Compiling ascii-canvas v3.0.0
26552026-04-30T00:12:18.513Z Compiling bit-set v0.5.3
26562026-04-30T00:12:18.687Z Checking primeorder v0.13.6
26572026-04-30T00:12:18.720Z Compiling itertools v0.10.5
26582026-04-30T00:12:18.941Z Compiling ena v0.14.4
26592026-04-30T00:12:18.975Z Compiling libloading v0.8.9
26602026-04-30T00:12:19.086Z Compiling fs-err v2.11.0
26612026-04-30T00:12:19.119Z Compiling diff v0.1.13
26622026-04-30T00:12:19.179Z Compiling bindgen v0.71.1
26632026-04-30T00:12:19.212Z Compiling regex-syntax v0.6.29
26642026-04-30T00:12:19.680Z Compiling cexpr v0.6.0
26652026-04-30T00:12:19.738Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26662026-04-30T00:12:19.772Z Compiling typify v0.4.3
26672026-04-30T00:12:19.775Z Checking diesel v2.3.7
26682026-04-30T00:12:19.968Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-04-30T00:12:20.015Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-04-30T00:12:20.432Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-04-30T00:12:20.464Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-04-30T00:12:20.536Z Compiling libxml v0.3.3
26732026-04-30T00:12:20.678Z Compiling lalrpop v0.19.12
26742026-04-30T00:12:20.711Z Checking parse-size v1.1.0
26752026-04-30T00:12:20.858Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26762026-04-30T00:12:20.892Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26772026-04-30T00:12:21.192Z Checking p384 v0.13.1
26782026-04-30T00:12:21.371Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26792026-04-30T00:12:21.645Z Compiling strum_macros v0.24.3
26802026-04-30T00:12:21.797Z Checking assert_matches v1.5.0
26812026-04-30T00:12:21.906Z Compiling indoc v1.0.9
26822026-04-30T00:12:22.977Z Compiling progenitor-impl v0.10.0
26832026-04-30T00:12:23.019Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26842026-04-30T00:12:23.118Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-04-30T00:12:23.337Z Checking predicates-tree v1.0.13
26862026-04-30T00:12:23.481Z Checking derive_builder v0.20.2
26872026-04-30T00:12:23.623Z Checking quick-xml v0.37.5
26882026-04-30T00:12:23.829Z Compiling oso-derive v0.27.3
26892026-04-30T00:12:23.988Z Compiling impl-trait-for-tuples v0.2.3
26902026-04-30T00:12:24.342Z Compiling trait-variant v0.1.2
26912026-04-30T00:12:24.518Z Checking openssl-probe v0.1.6
26922026-04-30T00:12:24.661Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26932026-04-30T00:12:24.900Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26942026-04-30T00:12:25.563Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-04-30T00:12:25.607Z Compiling progenitor-macro v0.10.0
26962026-04-30T00:12:26.186Z Compiling progenitor-impl v0.11.2
26972026-04-30T00:12:26.463Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26982026-04-30T00:12:26.683Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26992026-04-30T00:12:28.409Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-04-30T00:12:28.539Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27012026-04-30T00:12:28.868Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-04-30T00:12:29.691Z Compiling progenitor-macro v0.11.2
27032026-04-30T00:12:29.910Z Compiling mime_guess v2.0.5
27042026-04-30T00:12:30.459Z Checking progenitor v0.10.0
27052026-04-30T00:12:30.573Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-04-30T00:12:30.629Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-04-30T00:12:30.960Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-04-30T00:12:31.170Z Checking progenitor-client v0.11.2
27092026-04-30T00:12:31.282Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27102026-04-30T00:12:31.428Z Checking http-range v0.1.5
27112026-04-30T00:12:31.463Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-04-30T00:12:31.551Z Checking ignore v0.4.25
27132026-04-30T00:12:31.619Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142026-04-30T00:12:32.028Z Checking atty v0.2.14
27152026-04-30T00:12:32.158Z Checking globwalk v0.9.1
27162026-04-30T00:12:32.543Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27172026-04-30T00:12:32.607Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-04-30T00:12:33.024Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27192026-04-30T00:12:33.103Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-04-30T00:12:33.247Z Checking bb8 v0.8.6
27212026-04-30T00:12:33.513Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-04-30T00:12:33.560Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27232026-04-30T00:12:33.742Z Checking corncobs v0.1.4
27242026-04-30T00:12:33.874Z Checking async-bb8-diesel v0.2.1
27252026-04-30T00:12:33.915Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-04-30T00:12:34.102Z Checking diesel-dtrace v0.5.0
27272026-04-30T00:12:34.300Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-04-30T00:12:34.373Z Checking hyper-staticfile v0.10.1
27292026-04-30T00:12:34.588Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-04-30T00:12:34.632Z Checking progenitor v0.11.2
27312026-04-30T00:12:34.665Z Checking camino-tempfile-ext v0.3.3
27322026-04-30T00:12:34.697Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-04-30T00:12:34.731Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-04-30T00:12:34.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-04-30T00:12:34.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-04-30T00:12:35.052Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-30T00:12:35.055Z Checking signal-hook-tokio v0.3.1
27382026-04-30T00:12:35.242Z Checking secrecy v0.8.0
27392026-04-30T00:12:35.401Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-04-30T00:12:35.755Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-04-30T00:12:35.999Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-04-30T00:12:36.237Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27432026-04-30T00:12:36.285Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-04-30T00:12:36.639Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27452026-04-30T00:12:36.642Z Checking nonempty v0.12.0
27462026-04-30T00:12:36.870Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-04-30T00:12:36.953Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-04-30T00:12:36.988Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-04-30T00:12:37.298Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27502026-04-30T00:12:37.371Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-04-30T00:12:37.642Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27522026-04-30T00:12:37.746Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-04-30T00:12:37.922Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-04-30T00:12:38.181Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27552026-04-30T00:12:38.247Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27562026-04-30T00:12:38.469Z Checking tungstenite v0.23.0
27572026-04-30T00:12:38.844Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27582026-04-30T00:12:38.930Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-04-30T00:12:38.967Z Checking tokio-tungstenite v0.23.1
27602026-04-30T00:12:39.217Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-04-30T00:12:39.260Z Checking rand_seeder v0.4.0
27622026-04-30T00:12:39.436Z Checking void v1.0.2
27632026-04-30T00:12:39.576Z Checking lzss v0.8.2
27642026-04-30T00:12:39.612Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-04-30T00:12:39.797Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-04-30T00:12:40.027Z Checking nix v0.27.1
27672026-04-30T00:12:40.061Z Checking serde_bytes v0.11.19
27682026-04-30T00:12:40.148Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-04-30T00:12:40.270Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-04-30T00:12:40.353Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-04-30T00:12:40.586Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
27722026-04-30T00:12:41.062Z Checking is_ci v1.2.0
27732026-04-30T00:12:41.199Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-04-30T00:12:41.299Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-04-30T00:12:41.669Z Checking yansi v1.0.1
27762026-04-30T00:12:41.861Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27772026-04-30T00:12:41.956Z Checking pretty_assertions v1.4.1
27782026-04-30T00:12:41.990Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27792026-04-30T00:12:42.121Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-04-30T00:12:42.163Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27812026-04-30T00:12:42.422Z Compiling darling_core v0.23.0
27822026-04-30T00:12:43.285Z Compiling indoc v2.0.7
27832026-04-30T00:12:43.677Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27842026-04-30T00:12:43.774Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-04-30T00:12:43.901Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-04-30T00:12:44.128Z Compiling instability v0.3.11
27872026-04-30T00:12:44.248Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27882026-04-30T00:12:44.512Z Compiling libz-sys v1.1.24
27892026-04-30T00:12:44.580Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-04-30T00:12:44.812Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27912026-04-30T00:12:44.911Z Checking castaway v0.2.4
27922026-04-30T00:12:44.989Z Compiling darling_macro v0.23.0
27932026-04-30T00:12:45.054Z Checking compact_str v0.8.1
27942026-04-30T00:12:45.469Z Checking supports-color v3.0.2
27952026-04-30T00:12:45.517Z Compiling darling v0.23.0
27962026-04-30T00:12:45.629Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-04-30T00:12:45.840Z Checking unicode-truncate v1.1.0
27982026-04-30T00:12:45.875Z Checking console v0.16.2
27992026-04-30T00:12:46.019Z Checking lru v0.12.5
28002026-04-30T00:12:46.205Z Checking unit-prefix v0.5.2
28012026-04-30T00:12:46.238Z Checking cassowary v0.3.0
28022026-04-30T00:12:46.366Z Checking indicatif v0.18.4
28032026-04-30T00:12:46.404Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28042026-04-30T00:12:46.472Z Checking ratatui v0.29.0
28052026-04-30T00:12:46.505Z Compiling libgit2-sys v0.18.3+1.9.2
28062026-04-30T00:12:46.681Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-04-30T00:12:46.919Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28082026-04-30T00:12:47.817Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-04-30T00:12:48.047Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-04-30T00:12:48.187Z Compiling vergen-git2 v1.0.7
28112026-04-30T00:12:48.316Z Checking plotters-backend v0.3.7
28122026-04-30T00:12:48.352Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-30T00:12:48.449Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-04-30T00:12:48.546Z Checking plotters-svg v0.3.7
28152026-04-30T00:12:48.581Z Checking colored v2.2.0
28162026-04-30T00:12:48.672Z Compiling rustls v0.21.12
28172026-04-30T00:12:48.718Z Checking cast v0.3.0
28182026-04-30T00:12:48.814Z Checking shell-words v1.1.1
28192026-04-30T00:12:48.918Z Checking criterion-plot v0.6.0
28202026-04-30T00:12:48.961Z Checking plotters v0.3.7
28212026-04-30T00:12:49.087Z Checking typeid v1.0.3
28222026-04-30T00:12:49.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-04-30T00:12:49.224Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28242026-04-30T00:12:49.447Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-04-30T00:12:49.675Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-04-30T00:12:49.733Z Checking sct v0.7.1
28272026-04-30T00:12:49.914Z Checking rustls-webpki v0.101.7
28282026-04-30T00:12:50.165Z Checking tinytemplate v1.2.1
28292026-04-30T00:12:50.200Z Compiling nix v0.29.0
28302026-04-30T00:12:50.307Z Compiling dropshot v0.16.7
28312026-04-30T00:12:50.411Z Checking anes v0.1.6
28322026-04-30T00:12:50.536Z Checking hex-literal v0.4.1
28332026-04-30T00:12:50.614Z Checking oorandom v11.1.5
28342026-04-30T00:12:50.761Z Checking criterion v0.7.0
28352026-04-30T00:12:50.764Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28362026-04-30T00:12:52.086Z Checking erased-serde v0.4.9
28372026-04-30T00:12:52.120Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28382026-04-30T00:12:52.464Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28392026-04-30T00:12:52.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28402026-04-30T00:12:53.259Z Checking toml v0.9.12+spec-1.1.0
28412026-04-30T00:12:53.884Z Checking ordered-float v2.10.1
28422026-04-30T00:12:54.151Z Compiling dropshot_endpoint v0.16.7
28432026-04-30T00:12:56.011Z Checking serde-value v0.7.0
28442026-04-30T00:12:56.257Z Checking serde-untagged v0.1.9
28452026-04-30T00:12:56.484Z Checking tokio-rustls v0.24.1
28462026-04-30T00:12:56.979Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-04-30T00:12:57.126Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-30T00:12:57.305Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28492026-04-30T00:12:57.528Z Checking rustls-pemfile v1.0.4
28502026-04-30T00:12:57.700Z Checking twox-hash v2.1.2
28512026-04-30T00:12:57.777Z Checking unicode-xid v0.2.6
28522026-04-30T00:12:57.925Z Checking cargo-util-schemas v0.8.2
28532026-04-30T00:12:57.969Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-04-30T00:12:58.027Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28552026-04-30T00:12:58.834Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-04-30T00:12:59.300Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28572026-04-30T00:12:59.491Z Checking fatfs v0.3.6
28582026-04-30T00:12:59.585Z Checking cargo-platform v0.2.0
28592026-04-30T00:12:59.804Z Compiling petname v2.0.2
28602026-04-30T00:12:59.976Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-04-30T00:13:00.076Z Compiling seq-macro v0.3.6
28622026-04-30T00:13:00.491Z Checking cargo_metadata v0.21.0
28632026-04-30T00:13:00.610Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28642026-04-30T00:13:01.266Z Checking concurrent-queue v2.5.0
28652026-04-30T00:13:01.311Z Checking rtoolbox v0.0.3
28662026-04-30T00:13:01.478Z Checking parking v2.2.1
28672026-04-30T00:13:01.481Z Checking rpassword v7.4.0
28682026-04-30T00:13:01.634Z Checking event-listener v5.4.1
28692026-04-30T00:13:01.883Z Checking tui-tree-widget v0.23.1
28702026-04-30T00:13:02.073Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28712026-04-30T00:13:02.106Z Checking polyval v0.6.2
28722026-04-30T00:13:02.180Z Compiling samael v0.0.19
28732026-04-30T00:13:02.235Z Checking sapling-renderdag v0.1.0
28742026-04-30T00:13:02.268Z Checking sync-ptr v0.1.4
28752026-04-30T00:13:02.301Z Checking ghash v0.5.1
28762026-04-30T00:13:02.414Z Checking event-listener-strategy v0.5.4
28772026-04-30T00:13:02.449Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28782026-04-30T00:13:02.498Z Checking ctr v0.9.2
28792026-04-30T00:13:02.580Z Checking constant_time_eq v0.4.2
28802026-04-30T00:13:02.663Z Checking arrayref v0.3.9
28812026-04-30T00:13:02.695Z Checking arrayvec v0.7.6
28822026-04-30T00:13:02.742Z Checking futures-timer v3.0.3
28832026-04-30T00:13:02.774Z Checking aes-gcm v0.10.3
28842026-04-30T00:13:02.953Z Checking async-lock v3.4.2
28852026-04-30T00:13:02.956Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28862026-04-30T00:13:03.021Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28872026-04-30T00:13:03.363Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28882026-04-30T00:13:03.969Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-04-30T00:13:04.051Z Checking ssh-encoding v0.2.0
28902026-04-30T00:13:04.272Z Checking blowfish v0.9.1
28912026-04-30T00:13:04.455Z Checking bcrypt-pbkdf v0.10.0
28922026-04-30T00:13:04.653Z Checking ssh-cipher v0.2.0
28932026-04-30T00:13:04.860Z Checking async-object-pool v0.2.0
28942026-04-30T00:13:05.025Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28952026-04-30T00:13:05.187Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28962026-04-30T00:13:05.364Z Checking serde_regex v1.1.0
28972026-04-30T00:13:05.562Z Checking password-hash v0.4.2
28982026-04-30T00:13:05.733Z Checking assert-json-diff v2.0.2
28992026-04-30T00:13:05.813Z Checking path-tree v0.8.3
29002026-04-30T00:13:05.854Z Checking stringmetrics v2.2.2
29012026-04-30T00:13:05.926Z Checking gimli v0.32.3
29022026-04-30T00:13:06.029Z Compiling target-lexicon v0.13.3
29032026-04-30T00:13:06.061Z Checking httpmock v0.8.3
29042026-04-30T00:13:06.608Z Checking pbkdf2 v0.11.0
29052026-04-30T00:13:06.777Z Checking ssh-key v0.6.7
29062026-04-30T00:13:07.492Z Checking addr2line v0.25.1
29072026-04-30T00:13:07.501Z Checking p256 v0.13.2
29082026-04-30T00:13:07.797Z Checking p521 v0.13.3
29092026-04-30T00:13:07.832Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29102026-04-30T00:13:08.061Z Checking russh-cryptovec v0.7.3
29112026-04-30T00:13:08.231Z Compiling guppy-workspace-hack v0.1.0
29122026-04-30T00:13:08.266Z Checking rustc-demangle v0.1.27
29132026-04-30T00:13:08.441Z Checking md5 v0.7.0
29142026-04-30T00:13:08.554Z Checking backtrace v0.3.76
29152026-04-30T00:13:08.645Z Checking russh-keys v0.45.0
29162026-04-30T00:13:08.748Z Checking num-bigint v0.4.6
29172026-04-30T00:13:08.784Z Checking des v0.8.1
29182026-04-30T00:13:08.968Z Compiling blake3 v1.8.3
29192026-04-30T00:13:09.046Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29202026-04-30T00:13:09.327Z Compiling target-spec v3.5.7
29212026-04-30T00:13:09.477Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29222026-04-30T00:13:09.737Z Checking russh v0.45.0
29232026-04-30T00:13:09.803Z Checking backtrace-ext v0.2.1
29242026-04-30T00:13:09.842Z Checking cfg-expr v0.20.6
29252026-04-30T00:13:10.069Z Checking supports-color v2.1.0
29262026-04-30T00:13:10.142Z Checking textwrap v0.15.2
29272026-04-30T00:13:10.235Z Checking supports-hyperlinks v2.1.0
29282026-04-30T00:13:10.280Z Checking supports-unicode v2.1.0
29292026-04-30T00:13:10.381Z Checking hashbrown v0.14.5
29302026-04-30T00:13:10.384Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29312026-04-30T00:13:10.450Z Checking cargo-platform v0.3.2
29322026-04-30T00:13:10.645Z Checking socket2 v0.5.10
29332026-04-30T00:13:10.678Z Checking terminal_size v0.1.17
29342026-04-30T00:13:10.816Z Compiling miette-derive v5.10.0
29352026-04-30T00:13:10.888Z Checking internet-checksum v0.2.1
29362026-04-30T00:13:10.929Z Checking owo-colors v3.5.0
29372026-04-30T00:13:11.040Z Checking chumsky v0.9.3
29382026-04-30T00:13:11.485Z Checking cargo_metadata v0.23.1
29392026-04-30T00:13:11.966Z Checking miette v5.10.0
29402026-04-30T00:13:12.275Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29412026-04-30T00:13:12.279Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-04-30T00:13:12.368Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29432026-04-30T00:13:12.473Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29442026-04-30T00:13:12.549Z Compiling git2 v0.20.4
29452026-04-30T00:13:12.681Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29462026-04-30T00:13:12.714Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29472026-04-30T00:13:12.959Z Compiling knuffel-derive v3.2.0
29482026-04-30T00:13:13.124Z Checking httptest v0.16.4
29492026-04-30T00:13:13.193Z Checking pathdiff v0.2.3
29502026-04-30T00:13:13.332Z Checking nested v0.1.1
29512026-04-30T00:13:13.502Z Checking topological-sort v0.2.2
29522026-04-30T00:13:13.534Z Checking guppy v0.17.25
29532026-04-30T00:13:13.576Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29542026-04-30T00:13:13.671Z Checking omicron-zone-package v0.12.2
29552026-04-30T00:13:13.821Z Checking similar-asserts v1.7.0
29562026-04-30T00:13:14.009Z Compiling target-triple v1.0.0
29572026-04-30T00:13:14.330Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29582026-04-30T00:13:14.473Z Checking knuffel v3.2.0
29592026-04-30T00:13:14.540Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29602026-04-30T00:13:14.582Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
29612026-04-30T00:13:14.616Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29622026-04-30T00:13:15.153Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29632026-04-30T00:13:15.187Z Checking hickory-client v0.25.2
29642026-04-30T00:13:15.532Z Checking tokio-test v0.4.5
29652026-04-30T00:13:15.770Z Checking escape8259 v0.5.3
29662026-04-30T00:13:15.805Z Compiling assert_cmd v2.1.2
29672026-04-30T00:13:15.936Z Checking libtest-mimic v0.8.1
29682026-04-30T00:13:15.940Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29692026-04-30T00:13:16.209Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29702026-04-30T00:13:16.287Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29712026-04-30T00:13:16.348Z Checking blake2b_simd v1.0.4
29722026-04-30T00:13:16.424Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29732026-04-30T00:13:16.790Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29742026-04-30T00:13:16.859Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29752026-04-30T00:13:17.001Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29762026-04-30T00:13:17.203Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29772026-04-30T00:13:17.237Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29782026-04-30T00:13:17.443Z Checking fancy-regex v0.14.0
29792026-04-30T00:13:17.574Z Checking serde_tokenstream v0.2.3
29802026-04-30T00:13:17.671Z Checking approx v0.5.1
29812026-04-30T00:13:17.831Z Compiling rstest_macros v0.25.0
29822026-04-30T00:13:17.834Z Checking uzers v0.12.2
29832026-04-30T00:13:17.901Z Compiling linkme-impl v0.3.35
29842026-04-30T00:13:18.117Z Checking termcolor v1.4.1
29852026-04-30T00:13:18.149Z Checking constant_time_eq v0.3.1
29862026-04-30T00:13:18.182Z Compiling polar-core v0.27.3
29872026-04-30T00:13:18.285Z Checking rust-argon2 v2.1.0
29882026-04-30T00:13:18.358Z Checking trybuild v1.0.116
29892026-04-30T00:13:18.435Z Checking datatest-stable v0.3.3
29902026-04-30T00:13:18.848Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29912026-04-30T00:13:19.040Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29922026-04-30T00:13:19.146Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29932026-04-30T00:13:19.208Z Checking support-bundle-viewer v0.1.2
29942026-04-30T00:13:19.493Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29952026-04-30T00:13:19.730Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29962026-04-30T00:13:19.808Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29972026-04-30T00:13:20.077Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29982026-04-30T00:13:20.141Z Checking drift v0.1.3
29992026-04-30T00:13:20.316Z Checking rand_distr v0.5.1
30002026-04-30T00:13:20.484Z Checking multimap v0.10.1
30012026-04-30T00:13:20.695Z Compiling relative-path v1.9.3
30022026-04-30T00:13:20.770Z Compiling linkme v0.3.35
30032026-04-30T00:13:21.147Z Checking dropshot-api-manager v0.7.1
30042026-04-30T00:13:22.564Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30052026-04-30T00:13:22.985Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30062026-04-30T00:13:23.342Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30072026-04-30T00:13:23.414Z Checking oso v0.27.3
30082026-04-30T00:13:23.529Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30092026-04-30T00:13:23.778Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30102026-04-30T00:13:23.850Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30112026-04-30T00:13:24.001Z Checking partial-io v0.5.4
30122026-04-30T00:13:24.070Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30132026-04-30T00:13:24.245Z Checking cargo_toml v0.21.0
30142026-04-30T00:13:24.322Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30152026-04-30T00:13:24.460Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30162026-04-30T00:13:24.547Z Checking termios v0.3.3
30172026-04-30T00:13:24.715Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30182026-04-30T00:13:24.921Z Checking rstest v0.25.0
30192026-04-30T00:13:25.022Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30202026-04-30T00:13:25.121Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-04-30T00:13:26.920Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30222026-04-30T00:13:29.359Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30232026-04-30T00:13:32.930Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30242026-04-30T00:13:33.833Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30252026-04-30T00:13:36.607Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30262026-04-30T00:13:40.365Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30272026-04-30T00:13:46.106Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30282026-04-30T00:13:48.955Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30292026-04-30T00:13:50.043Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30302026-04-30T00:13:50.080Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30312026-04-30T00:13:50.259Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30322026-04-30T00:14:00.547Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30332026-04-30T00:15:14.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30342026-04-30T00:15:15.075Z
30352026-04-30T00:15:15.075Zreal 4:04.998680727
30362026-04-30T00:15:15.075Zuser 20:51.314944994
30372026-04-30T00:15:15.075Zsys 4:49.399082899
30382026-04-30T00:15:15.076Ztrap 0.504809745
30392026-04-30T00:15:15.076Ztflt 0.112068411
30402026-04-30T00:15:15.076Zdflt 0.156078341
30412026-04-30T00:15:15.076Zkflt 0.001505131
30422026-04-30T00:15:15.076Zlock 57:35.274957473
30432026-04-30T00:15:15.076Zslp 57:10.682362653
30442026-04-30T00:15:15.076Zlat 1:49.791053709
30452026-04-30T00:15:15.076Zstop 10:51.518415815
30462026-04-30T00:15:15.079Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30472026-04-30T00:15:15.079Z+ ptime -m cargo doc --workspace --no-deps
30482026-04-30T00:15:15.963Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30492026-04-30T00:15:15.964Z |
30502026-04-30T00:15:15.964Z = 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)`
30512026-04-30T00:15:15.964Z = 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>
30522026-04-30T00:15:16.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30532026-04-30T00:15:17.134Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-04-30T00:15:17.179Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30552026-04-30T00:15:17.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30562026-04-30T00:15:17.358Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30572026-04-30T00:15:17.381Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-04-30T00:15:17.428Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-04-30T00:15:17.457Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30602026-04-30T00:15:17.503Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30612026-04-30T00:15:17.646Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30622026-04-30T00:15:17.686Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30632026-04-30T00:15:17.720Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30642026-04-30T00:15:17.759Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30652026-04-30T00:15:17.790Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30662026-04-30T00:15:17.813Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30672026-04-30T00:15:17.816Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30682026-04-30T00:15:17.817Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30692026-04-30T00:15:17.880Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30702026-04-30T00:15:17.927Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30712026-04-30T00:15:18.189Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30722026-04-30T00:15:18.501Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30732026-04-30T00:15:18.530Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30742026-04-30T00:15:18.647Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30752026-04-30T00:15:18.672Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30762026-04-30T00:15:18.711Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30772026-04-30T00:15:18.799Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30782026-04-30T00:15:18.866Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30792026-04-30T00:15:18.893Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30802026-04-30T00:15:19.053Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30812026-04-30T00:15:19.107Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30822026-04-30T00:15:19.304Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30832026-04-30T00:15:19.343Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30842026-04-30T00:15:19.367Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30852026-04-30T00:15:19.490Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30862026-04-30T00:15:19.532Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30872026-04-30T00:15:19.658Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30882026-04-30T00:15:19.722Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30892026-04-30T00:15:19.896Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30902026-04-30T00:15:19.921Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30912026-04-30T00:15:20.151Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30922026-04-30T00:15:20.214Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30932026-04-30T00:15:20.347Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30942026-04-30T00:15:20.380Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30952026-04-30T00:15:20.457Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30962026-04-30T00:15:20.485Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30972026-04-30T00:15:20.614Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30982026-04-30T00:15:20.720Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30992026-04-30T00:15:20.743Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31002026-04-30T00:15:20.850Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31012026-04-30T00:15:20.911Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31022026-04-30T00:15:20.935Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31032026-04-30T00:15:20.987Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31042026-04-30T00:15:21.048Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31052026-04-30T00:15:21.211Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31062026-04-30T00:15:21.233Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31072026-04-30T00:15:21.254Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31082026-04-30T00:15:21.306Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31092026-04-30T00:15:21.465Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31102026-04-30T00:15:21.488Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31112026-04-30T00:15:21.511Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31122026-04-30T00:15:21.664Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31132026-04-30T00:15:21.729Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31142026-04-30T00:15:21.753Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-04-30T00:15:21.774Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-04-30T00:15:21.796Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31172026-04-30T00:15:21.818Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31182026-04-30T00:15:21.895Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192026-04-30T00:15:22.365Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-04-30T00:15:22.808Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-04-30T00:15:22.903Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31222026-04-30T00:15:23.143Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31232026-04-30T00:15:23.263Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-04-30T00:15:23.351Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31252026-04-30T00:15:23.524Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31262026-04-30T00:15:23.580Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31272026-04-30T00:15:23.604Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31282026-04-30T00:15:23.851Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31292026-04-30T00:15:24.021Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-04-30T00:15:24.144Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-04-30T00:15:24.449Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-04-30T00:15:24.645Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31332026-04-30T00:15:24.979Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-04-30T00:15:25.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-04-30T00:15:25.759Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31362026-04-30T00:15:25.833Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372026-04-30T00:15:26.129Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31382026-04-30T00:15:26.379Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-04-30T00:15:26.493Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-04-30T00:15:26.746Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-04-30T00:15:27.082Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31422026-04-30T00:15:27.365Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432026-04-30T00:15:27.424Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31442026-04-30T00:15:27.560Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31452026-04-30T00:15:27.641Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31462026-04-30T00:15:27.804Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31472026-04-30T00:15:27.844Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31482026-04-30T00:15:27.952Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31492026-04-30T00:15:28.030Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31502026-04-30T00:15:28.159Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31512026-04-30T00:15:28.162Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31522026-04-30T00:15:28.204Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-04-30T00:15:28.236Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31542026-04-30T00:15:28.366Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31552026-04-30T00:15:28.476Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31562026-04-30T00:15:28.699Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-04-30T00:15:28.742Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-04-30T00:15:28.788Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31592026-04-30T00:15:28.832Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31602026-04-30T00:15:29.159Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31612026-04-30T00:15:30.914Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31622026-04-30T00:15:31.049Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31632026-04-30T00:15:31.239Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31642026-04-30T00:15:31.447Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31652026-04-30T00:15:31.546Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31662026-04-30T00:15:31.888Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31672026-04-30T00:15:32.251Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31682026-04-30T00:15:32.286Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31692026-04-30T00:15:32.370Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31702026-04-30T00:15:32.519Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31712026-04-30T00:15:32.581Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31722026-04-30T00:15:32.740Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31732026-04-30T00:15:32.892Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31742026-04-30T00:15:33.110Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31752026-04-30T00:15:33.311Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31762026-04-30T00:15:33.438Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31772026-04-30T00:15:33.618Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31782026-04-30T00:15:34.334Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31792026-04-30T00:15:34.359Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31802026-04-30T00:15:34.403Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31812026-04-30T00:15:35.112Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31822026-04-30T00:15:35.480Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31832026-04-30T00:15:35.896Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31842026-04-30T00:15:36.775Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31852026-04-30T00:15:36.911Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-04-30T00:15:37.295Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-04-30T00:15:37.522Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31882026-04-30T00:15:37.656Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-04-30T00:15:37.862Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31902026-04-30T00:15:37.979Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-04-30T00:15:38.074Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31922026-04-30T00:15:38.136Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-04-30T00:15:38.343Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31942026-04-30T00:15:38.390Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-04-30T00:15:39.002Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962026-04-30T00:15:39.292Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31972026-04-30T00:15:39.523Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31982026-04-30T00:15:39.741Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31992026-04-30T00:15:40.070Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32002026-04-30T00:15:40.458Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32012026-04-30T00:15:40.683Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32022026-04-30T00:15:41.862Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32032026-04-30T00:15:43.617Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32042026-04-30T00:15:43.917Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32052026-04-30T00:15:43.920Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32062026-04-30T00:15:44.477Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32072026-04-30T00:15:44.734Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32082026-04-30T00:15:44.856Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-04-30T00:15:45.171Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32102026-04-30T00:15:45.763Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112026-04-30T00:15:46.557Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32122026-04-30T00:15:46.689Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32132026-04-30T00:15:47.146Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32142026-04-30T00:15:47.494Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32152026-04-30T00:15:48.052Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32162026-04-30T00:15:48.337Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32172026-04-30T00:15:48.360Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32182026-04-30T00:15:48.382Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32192026-04-30T00:15:48.694Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-04-30T00:15:48.721Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-04-30T00:15:49.141Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-04-30T00:15:49.561Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32232026-04-30T00:15:49.960Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32242026-04-30T00:15:50.208Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32252026-04-30T00:15:50.302Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32262026-04-30T00:15:50.481Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-04-30T00:15:50.709Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32282026-04-30T00:15:50.902Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-04-30T00:15:51.296Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302026-04-30T00:15:51.622Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32312026-04-30T00:15:52.025Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32322026-04-30T00:15:52.957Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32332026-04-30T00:15:53.011Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32342026-04-30T00:15:53.774Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32352026-04-30T00:15:54.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32362026-04-30T00:15:55.506Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372026-04-30T00:15:57.139Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32382026-04-30T00:15:57.787Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32392026-04-30T00:15:58.224Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-04-30T00:15:59.996Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32412026-04-30T00:16:00.553Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32422026-04-30T00:16:02.507Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-04-30T00:16:02.885Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32442026-04-30T00:16:03.446Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32452026-04-30T00:16:04.315Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32462026-04-30T00:16:06.305Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32472026-04-30T00:16:07.029Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32482026-04-30T00:16:07.549Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32492026-04-30T00:16:07.763Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-04-30T00:16:08.405Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32512026-04-30T00:16:08.621Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32522026-04-30T00:16:08.645Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32532026-04-30T00:16:11.797Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32542026-04-30T00:16:12.432Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32552026-04-30T00:16:15.062Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32562026-04-30T00:16:16.038Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32572026-04-30T00:16:16.829Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32582026-04-30T00:16:17.656Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32592026-04-30T00:16:18.342Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32602026-04-30T00:16:19.056Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32612026-04-30T00:16:19.753Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32622026-04-30T00:16:20.771Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32632026-04-30T00:16:21.588Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32642026-04-30T00:16:22.307Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32652026-04-30T00:16:23.088Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32662026-04-30T00:16:23.292Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32672026-04-30T00:16:24.456Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32682026-04-30T00:16:26.693Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32692026-04-30T00:16:27.417Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32702026-04-30T00:16:28.695Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32712026-04-30T00:16:29.954Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32722026-04-30T00:16:30.601Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32732026-04-30T00:16:31.359Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32742026-04-30T00:16:32.554Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32752026-04-30T00:16:33.297Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32762026-04-30T00:16:35.900Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32772026-04-30T00:16:36.278Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32782026-04-30T00:16:37.127Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32792026-04-30T00:16:38.584Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32802026-04-30T00:16:39.741Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-04-30T00:16:41.038Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32822026-04-30T00:16:43.434Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32832026-04-30T00:16:44.117Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32842026-04-30T00:16:45.596Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-04-30T00:16:47.337Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-04-30T00:16:51.712Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32872026-04-30T00:16:53.277Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32882026-04-30T00:16:54.944Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32892026-04-30T00:16:58.730Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32902026-04-30T00:16:59.850Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32912026-04-30T00:17:00.702Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32922026-04-30T00:17:01.361Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32932026-04-30T00:17:03.103Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32942026-04-30T00:17:05.079Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32952026-04-30T00:17:06.835Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32962026-04-30T00:17:08.737Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32972026-04-30T00:17:10.459Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32982026-04-30T00:17:12.107Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32992026-04-30T00:17:14.252Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33002026-04-30T00:17:15.676Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012026-04-30T00:17:17.489Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33022026-04-30T00:17:19.208Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33032026-04-30T00:17:20.913Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33042026-04-30T00:17:22.541Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33052026-04-30T00:17:24.480Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-04-30T00:17:26.011Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-04-30T00:17:27.767Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33082026-04-30T00:17:29.670Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33092026-04-30T00:17:31.412Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33102026-04-30T00:17:33.598Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33112026-04-30T00:17:35.310Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33122026-04-30T00:17:37.234Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33132026-04-30T00:17:38.929Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33142026-04-30T00:17:41.293Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33152026-04-30T00:17:43.720Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33162026-04-30T00:17:45.137Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33172026-04-30T00:17:48.778Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33182026-04-30T00:17:49.922Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-04-30T00:17:50.207Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33202026-04-30T00:17:54.230Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33212026-04-30T00:17:56.412Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33222026-04-30T00:17:58.624Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33232026-04-30T00:18:00.804Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33242026-04-30T00:18:02.985Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33252026-04-30T00:18:05.234Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33262026-04-30T00:18:07.369Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33272026-04-30T00:18:10.014Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33282026-04-30T00:18:11.995Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33292026-04-30T00:18:13.877Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-04-30T00:18:16.092Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33312026-04-30T00:18:18.342Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33322026-04-30T00:18:20.491Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33332026-04-30T00:18:22.672Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33342026-04-30T00:18:25.006Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33352026-04-30T00:18:27.235Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-04-30T00:18:29.443Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33372026-04-30T00:18:31.686Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33382026-04-30T00:18:33.949Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33392026-04-30T00:18:36.164Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33402026-04-30T00:18:38.385Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33412026-04-30T00:18:40.721Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33422026-04-30T00:18:42.940Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33432026-04-30T00:18:45.184Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33442026-04-30T00:18:47.332Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33452026-04-30T00:18:49.708Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33462026-04-30T00:18:51.956Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33472026-04-30T00:18:54.268Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33482026-04-30T00:18:56.606Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33492026-04-30T00:18:58.879Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33502026-04-30T00:19:01.167Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33512026-04-30T00:19:03.408Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33522026-04-30T00:19:05.700Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33532026-04-30T00:19:07.953Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-04-30T00:19:10.199Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33552026-04-30T00:19:13.064Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33562026-04-30T00:19:15.148Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33572026-04-30T00:19:17.525Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33582026-04-30T00:19:20.072Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33592026-04-30T00:19:22.619Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33602026-04-30T00:19:25.101Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33612026-04-30T00:19:27.781Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33622026-04-30T00:19:30.250Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33632026-04-30T00:19:32.845Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33642026-04-30T00:19:35.241Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33652026-04-30T00:19:37.840Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33662026-04-30T00:19:40.787Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33672026-04-30T00:19:43.110Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-04-30T00:19:45.741Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33692026-04-30T00:19:48.397Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33702026-04-30T00:19:55.749Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33712026-04-30T00:19:55.951Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33722026-04-30T00:19:59.312Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33732026-04-30T00:20:03.919Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33742026-04-30T00:20:06.703Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33752026-04-30T00:20:10.439Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33762026-04-30T00:20:13.945Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33772026-04-30T00:20:17.578Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33782026-04-30T00:20:21.224Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33792026-04-30T00:20:24.923Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33802026-04-30T00:20:28.522Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33812026-04-30T00:20:32.142Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33822026-04-30T00:20:35.815Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33832026-04-30T00:20:39.509Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33842026-04-30T00:20:43.138Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33852026-04-30T00:20:46.861Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33862026-04-30T00:20:50.405Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33872026-04-30T00:20:54.039Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33882026-04-30T00:20:57.734Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33892026-04-30T00:21:01.436Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33902026-04-30T00:21:05.124Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33912026-04-30T00:21:08.747Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33922026-04-30T00:21:12.384Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33932026-04-30T00:21:16.018Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33942026-04-30T00:21:45.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 30s
33952026-04-30T00:21:45.526Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 193 other files
33962026-04-30T00:21:45.630Z
33972026-04-30T00:21:45.630Zreal 6:30.407022053
33982026-04-30T00:21:45.630Zuser 17:33.895005465
33992026-04-30T00:21:45.630Zsys 3:44.324823776
34002026-04-30T00:21:45.630Ztrap 0.268102799
34012026-04-30T00:21:45.630Ztflt 0.029572486
34022026-04-30T00:21:45.633Zdflt 0.018458054
34032026-04-30T00:21:45.633Zkflt 0.000042318
34042026-04-30T00:21:45.633Zlock 5:58:59.987889868
34052026-04-30T00:21:45.633Zslp 2:10:51.330788936
34062026-04-30T00:21:45.633Zlat 35.656989152
34072026-04-30T00:21:45.633Zstop 1:38.102873174
34082026-04-30T00:21:45.633Zprocess exited: duration 825741 ms, exit code 0
 
34092026-04-30T00:21:45.640Zfound 0 output files