01KPETN5CE7TJ95WPDSNKCCSJS: clippy (helios)

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

Buildomat Job: 01KPETNFN3V61BEB403V3RVAQY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T22:59:25.121Zjob assigned to worker 01KPETNPFXS00DZC67WPJVN9WT [factory aws, i-0e9074fc4bdb3fbf2] (queued for 59 s)
 
22026-04-17T22:59:32.472Zstarting task 0: "setup"
32026-04-17T22:59:32.479Z++ uname -s
42026-04-17T22:59:32.482Z+ kern=SunOS
52026-04-17T22:59:32.482Z+ build_user=build
62026-04-17T22:59:32.482Z+ build_uid=12345
72026-04-17T22:59:32.482Z+ work_dir=/work
82026-04-17T22:59:32.482Z+ input_dir=/input
92026-04-17T22:59:32.482Z+ [[ 0 == 12345 ]]
102026-04-17T22:59:32.482Z+ case "$kern" in
112026-04-17T22:59:32.482Z+ groupadd -g 12345 build
122026-04-17T22:59:32.485Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T22:59:34.490Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T22:59:34.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T22:59:34.555Z+ home_fs=zfs
162026-04-17T22:59:34.555Z+ [[ zfs == autofs ]]
172026-04-17T22:59:34.555Z+ mkdir -p /home/build
182026-04-17T22:59:34.555Z+ chown build:build /home/build /work
192026-04-17T22:59:36.557Z+ chmod 0700 /home/build /work
202026-04-17T22:59:36.560Zprocess exited: duration 4086 ms, exit code 0
 
212026-04-17T22:59:36.566Zstarting task 1: "rust-toolchain"
222026-04-17T22:59:36.570Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T22:59:36.570Z * rust toolchain channel = "1.94.0"
242026-04-17T22:59:36.570Z * rust toolchain profile = "default"
252026-04-17T22:59:36.570Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T22:59:36.570Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T22:59:36.570Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T22:59:36.573Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T22:59:36.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T22:59:36.700Zinfo: downloading installer
312026-04-17T22:59:38.218Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T22:59:38.218Zwarn: /opt/ooce/bin
332026-04-17T22:59:38.218Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T22:59:38.218Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T22:59:38.218Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T22:59:38.218Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T22:59:38.218Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T22:59:38.218Zerror: cannot install while Rust is installed
392026-04-17T22:59:38.218Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T22:59:38.218Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T22:59:38.218Zwarn: /home/build/.rustup/settings.toml
422026-04-17T22:59:38.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T22:59:38.218Zwarn: instead of the one inferred from the default host triple.
442026-04-17T22:59:38.251Zinfo: profile set to default
452026-04-17T22:59:38.251Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T22:59:38.254Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T22:59:38.386Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T22:59:38.389Zinfo: downloading 6 components
492026-04-17T22:59:52.797Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T22:59:52.797Z
512026-04-17T22:59:52.826Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T22:59:52.827Z
532026-04-17T22:59:52.827Z
542026-04-17T22:59:52.827ZRust is installed now. Great!
552026-04-17T22:59:52.827Z
562026-04-17T22:59:52.830ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T22:59:52.830Zenvironment variable. This has not been done automatically.
582026-04-17T22:59:52.830Z
592026-04-17T22:59:52.830ZTo configure your current shell, you need to source
602026-04-17T22:59:52.830Zthe corresponding env file under $HOME/.cargo.
612026-04-17T22:59:52.830Z
622026-04-17T22:59:52.830ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T22:59:52.830Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T22:59:52.830Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T22:59:52.830Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T22:59:52.830Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T22:59:52.830Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T22:59:52.830Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T22:59:52.830Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T22:59:52.830Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T22:59:52.926Z+ rustup --version
722026-04-17T22:59:52.935Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T22:59:52.938Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T22:59:52.957Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T22:59:52.960Z+ cargo --version
762026-04-17T22:59:52.972Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T22:59:52.976Z+ rustc --version
782026-04-17T22:59:52.995Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T22:59:52.998Zprocess exited: duration 16429 ms, exit code 0
 
802026-04-17T22:59:53.004Zstarting task 2: "authentication"
812026-04-17T22:59:53.020Zprocess exited: duration 16 ms, exit code 0
 
822026-04-17T22:59:53.026Zstarting task 3: "clone repository"
832026-04-17T22:59:53.029Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T22:59:53.032Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T22:59:53.229ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T23:00:04.049Z+ cd /work/oxidecomputer/omicron
872026-04-17T23:00:04.049Z+ git fetch origin 1f089032d1b65dbef7f0234d493567bfb1afb95c
882026-04-17T23:00:04.458ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T23:00:04.458Z * branch 1f089032d1b65dbef7f0234d493567bfb1afb95c -> FETCH_HEAD
902026-04-17T23:00:04.464Z+ [[ -n eliza/fail-reason ]]
912026-04-17T23:00:04.467Z++ git branch --show-current
922026-04-17T23:00:04.467Z+ current=main
932026-04-17T23:00:04.467Z+ [[ main != eliza/fail-reason ]]
942026-04-17T23:00:04.467Z+ git branch -f eliza/fail-reason 1f089032d1b65dbef7f0234d493567bfb1afb95c
952026-04-17T23:00:04.471Z+ git checkout -f eliza/fail-reason
962026-04-17T23:00:04.710ZSwitched to branch 'eliza/fail-reason'
972026-04-17T23:00:04.714Z+ git reset --hard 1f089032d1b65dbef7f0234d493567bfb1afb95c
982026-04-17T23:00:04.731ZHEAD is now at 1f089032d oh of course there's this
992026-04-17T23:00:04.737Zprocess exited: duration 11704 ms, exit code 0
 
1002026-04-17T23:00:04.745Zstarting task 4: "build"
1012026-04-17T23:00:04.753Z+ source ./env.sh
1022026-04-17T23:00:04.753Z++ OLD_SHELL_OPTS=ehxB
1032026-04-17T23:00:04.753Z++ set -o xtrace
1042026-04-17T23:00:04.753Z++++ dirname ./env.sh
1052026-04-17T23:00:04.756Z+++ readlink -f .
1062026-04-17T23:00:04.766Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-17T23:00:04.767Z++ 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-17T23:00:04.767Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ 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-17T23:00:04.770Z++ case $OLD_SHELL_OPTS in
1162026-04-17T23:00:04.770Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-17T23:00:04.770Z+ source .github/buildomat/ci-env.sh
1182026-04-17T23:00:04.770Z++ export CARGO_TERM_COLOR=always
1192026-04-17T23:00:04.770Z++ CARGO_TERM_COLOR=always
1202026-04-17T23:00:04.770Z+ cargo --version
1212026-04-17T23:00:04.776Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-17T23:00:04.779Z+ rustc --version
1232026-04-17T23:00:04.800Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-17T23:00:04.804Z+ banner prerequisites
1252026-04-17T23:00:04.810Z
1262026-04-17T23:00:04.810Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-17T23:00:04.810Z # # # # # # # # # # # # # # #
1282026-04-17T23:00:04.810Z # # # # ##### # # ##### # # # # # #### #
1292026-04-17T23:00:04.810Z ##### ##### # ##### # # # # # # # # #
1302026-04-17T23:00:04.810Z # # # # # # # # # # # # # # #
1312026-04-17T23:00:04.810Z # # # ###### # # ###### ### # #### # #### #
1322026-04-17T23:00:04.810Z
1332026-04-17T23:00:04.810Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-17T23:00:17.416Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-17T23:00:24.796Z Startup: Caching catalogs ... Done
1362026-04-17T23:00:30.534ZPlanning: Solver setup ... Done (4.472s)
1372026-04-17T23:00:30.565ZPlanning: Running solver ... Done (0.031s)
1382026-04-17T23:00:30.694ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-17T23:00:30.705ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-17T23:00:30.820ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-17T23:00:30.857ZPlanning: Package planning ... Done (0.037s)
1422026-04-17T23:00:30.893ZPlanning: Merging actions ... Done (0.036s)
1432026-04-17T23:00:31.171ZPlanning: Checking for conflicting actions ... Done (0.273s)
1442026-04-17T23:00:31.181ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-17T23:00:33.986ZPlanning: Evaluating mediators ... Done (2.809s)
1462026-04-17T23:00:33.993ZPlanning: Planning completed in 9.03 seconds
1472026-04-17T23:00:34.004Z Packages to install: 5
1482026-04-17T23:00:34.004Z Mediators to change: 3
1492026-04-17T23:00:34.008Z Services to change: 1
1502026-04-17T23:00:34.008Z Estimated space available: 155.34 GB
1512026-04-17T23:00:34.008ZEstimated space to be consumed: 1.89 GB
1522026-04-17T23:00:34.008Z Create boot environment: No
1532026-04-17T23:00:34.008ZCreate backup boot environment: No
1542026-04-17T23:00:34.008Z Rebuild boot archive: No
1552026-04-17T23:00:34.009Z
1562026-04-17T23:00:34.009ZChanged mediators:
1572026-04-17T23:00:34.009Z mediator clang:
1582026-04-17T23:00:34.009Z version: None -> 15 (system default)
1592026-04-17T23:00:34.009Z
1602026-04-17T23:00:34.009Z mediator llvm:
1612026-04-17T23:00:34.009Z version: 14 (system default) -> 15 (system default)
1622026-04-17T23:00:34.009Z
1632026-04-17T23:00:34.009Z mediator postgresql:
1642026-04-17T23:00:34.009Z version: 15 (system default) -> 18 (system default)
1652026-04-17T23:00:34.009Z
1662026-04-17T23:00:34.009ZChanged packages:
1672026-04-17T23:00:34.009Zhelios-dev
1682026-04-17T23:00:34.009Z developer/build-essential
1692026-04-17T23:00:34.009Z None -> 11-2.0
1702026-04-17T23:00:34.009Z library/libxmlsec1
1712026-04-17T23:00:34.009Z None -> 1.2.35-2.0
1722026-04-17T23:00:34.010Z ooce/developer/clang-15
1732026-04-17T23:00:34.010Z None -> 15.0.7-2.0
1742026-04-17T23:00:34.010Z ooce/developer/llvm-15
1752026-04-17T23:00:34.010Z None -> 15.0.7-2.0
1762026-04-17T23:00:34.010Z ooce/library/postgresql-18
1772026-04-17T23:00:34.010Z None -> 18.1-2.0
1782026-04-17T23:00:34.010Z
1792026-04-17T23:00:34.010ZServices:
1802026-04-17T23:00:34.010Z restart_fmri:
1812026-04-17T23:00:34.010Z svc:/system/update-man-index:default
1822026-04-17T23:00:34.089Z
1832026-04-17T23:00:34.090ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-17T23:00:39.089ZDownload: 1208/4272 items 84.7/219.0MB 38% complete (17.0M/s)
1852026-04-17T23:00:45.225ZDownload: 2217/4272 items 117.8/219.0MB 53% complete (14.2M/s)
1862026-04-17T23:00:50.475ZDownload: 3243/4272 items 202.0/219.0MB 92% complete (9.2M/s)
1872026-04-17T23:01:05.140ZDownload: 3248/4272 items 203.1/219.0MB 92% complete
1882026-04-17T23:01:10.083ZDownload: Completed 218.99 MB in 35.99 seconds (6.1M/s)
1892026-04-17T23:01:10.245Z Actions: 1/4789 actions (Installing new actions)
1902026-04-17T23:01:13.846Z Actions: Completed 4789 actions in 3.60 seconds.
1912026-04-17T23:01:14.474Z Done (0.624s)
1922026-04-17T23:01:14.474Z Done (0.000s)
1932026-04-17T23:01:15.216Z Done (0.742s)
1942026-04-17T23:01:18.824Z Done (3.282s)
1952026-04-17T23:01:18.908Z Done (0.024s)
1962026-04-17T23:01:18.911Z Done (0.000s)
1972026-04-17T23:01:19.056Z Done (0.000s)
1982026-04-17T23:01:19.889ZPlanning: Evaluating mediator changes ... Done
1992026-04-17T23:01:19.996ZPlanning: Checking for conflicting actions ... Done
2002026-04-17T23:01:19.999ZPlanning: Consolidating action changes ... Done
2012026-04-17T23:01:20.155ZPlanning: Evaluating mediators ... Done
2022026-04-17T23:01:20.158ZPlanning: Planning completed in 0.27 seconds
2032026-04-17T23:01:20.175Z Mediators to change: 2
2042026-04-17T23:01:20.175Z Create boot environment: No
2052026-04-17T23:01:20.175ZCreate backup boot environment: No
2062026-04-17T23:01:20.236Z Done
2072026-04-17T23:01:20.236Z Done
2082026-04-17T23:01:20.835Z Done
2092026-04-17T23:01:23.307Z Done
2102026-04-17T23:01:23.383Z Done
2112026-04-17T23:01:23.386Z Done
2122026-04-17T23:01:23.573Z Done
2132026-04-17T23:01:23.836ZPlanning: Evaluating mediator changes ... Done
2142026-04-17T23:01:23.943ZPlanning: Checking for conflicting actions ... Done
2152026-04-17T23:01:23.946ZPlanning: Consolidating action changes ... Done
2162026-04-17T23:01:24.105ZPlanning: Evaluating mediators ... Done
2172026-04-17T23:01:24.108ZPlanning: Planning completed in 0.27 seconds
2182026-04-17T23:01:24.126Z Mediators to change: 1
2192026-04-17T23:01:24.126Z Create boot environment: No
2202026-04-17T23:01:24.129ZCreate backup boot environment: No
2212026-04-17T23:01:24.193Z Done
2222026-04-17T23:01:24.193Z Done
2232026-04-17T23:01:24.793Z Done
2242026-04-17T23:01:27.293Z Done
2252026-04-17T23:01:27.370Z Done
2262026-04-17T23:01:27.371Z Done
2272026-04-17T23:01:27.525Z Done
2282026-04-17T23:01:27.817ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-17T23:01:27.817Zclang system 15 system
2302026-04-17T23:01:27.817Zcsh system system illumos
2312026-04-17T23:01:27.817Zctags system system illumos
2322026-04-17T23:01:27.817Zfile system system illumos
2332026-04-17T23:01:27.817Zgcc vendor 12 vendor
2342026-04-17T23:01:27.817Zgcc system 14 system
2352026-04-17T23:01:27.817Zgcc system 10 system
2362026-04-17T23:01:27.817Zgo system 1.20 system
2372026-04-17T23:01:27.817Zgo system 1.19 system
2382026-04-17T23:01:27.818Zllvm system 15 system
2392026-04-17T23:01:27.818Zllvm system 14 system
2402026-04-17T23:01:27.818Zmariadb system 10.6 system
2412026-04-17T23:01:27.818Zmta vendor vendor dma
2422026-04-17T23:01:27.818Zopenjdk system 17 system
2432026-04-17T23:01:27.818Zopenjdk system 11 system
2442026-04-17T23:01:27.818Zopenjdk system 1.8 system
2452026-04-17T23:01:27.818Zopenssl vendor 3 vendor
2462026-04-17T23:01:27.818Zperl system 5.36 system
2472026-04-17T23:01:27.818Zpostgresql system 18 system
2482026-04-17T23:01:27.818Zpostgresql system 15 system
2492026-04-17T23:01:27.818Zpostgresql system 13 system
2502026-04-17T23:01:27.818Zpython vendor 3 vendor
2512026-04-17T23:01:27.818Zpython system 2 system
2522026-04-17T23:01:27.818Zpython3 system 3.11 system
2532026-04-17T23:01:27.818Zruby system 3.0 system
2542026-04-17T23:01:27.818Zwords vendor vendor american-english
2552026-04-17T23:01:27.818Zwords system system australian-english
2562026-04-17T23:01:27.818Zwords system system british-english
2572026-04-17T23:01:27.818Zwords system system canadian-english
2582026-04-17T23:01:27.818Zwords system system french
2592026-04-17T23:01:27.818Zwords system system italian
2602026-04-17T23:01:27.818Zwords system system ngerman
2612026-04-17T23:01:27.818Zwords system system ogerman
2622026-04-17T23:01:27.818Zwords system system spanish
2632026-04-17T23:01:28.038ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-17T23:01:28.038Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-17T23:01:32.565ZFMRI IFO
2662026-04-17T23:01:32.565Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-17T23:01:32.565Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-17T23:01:32.565Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-17T23:01:32.565Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-17T23:01:32.565Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-17T23:01:32.565Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-17T23:01:32.565Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-04-17T23:01:32.565Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-04-17T23:01:32.565Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-17T23:01:32.565Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-17T23:01:32.565Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-17T23:01:32.565Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-17T23:01:32.565Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-17T23:01:32.565Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-17T23:01:32.566Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-17T23:01:32.566Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-17T23:01:32.566Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-17T23:01:33.652Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-17T23:01:33.935Z Updating crates.io index
2852026-04-17T23:01:33.967Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-17T23:01:34.674Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-17T23:01:35.122Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-17T23:01:35.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-17T23:01:37.133Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-17T23:01:37.598Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-17T23:01:38.963Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-17T23:01:39.732Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-17T23:01:40.006Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-17T23:01:40.570Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-17T23:01:40.996Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-17T23:01:41.330Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-17T23:01:41.644Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-17T23:01:42.521Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-17T23:01:43.071Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-17T23:01:43.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-17T23:01:43.678Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-17T23:01:44.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-17T23:01:44.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-17T23:01:44.547Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-17T23:01:44.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-17T23:01:45.189Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-17T23:01:45.632Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-17T23:01:46.076Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-17T23:01:46.357Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-17T23:01:46.650Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-17T23:01:47.691Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-17T23:01:48.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-17T23:01:48.761Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-17T23:01:49.209Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-17T23:01:49.529Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-17T23:01:49.945Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-17T23:01:50.251Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-17T23:01:50.817Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-17T23:01:51.043Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-17T23:01:51.301Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-17T23:01:51.559Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-17T23:01:51.851Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-17T23:02:03.494Z Downloading crates ...
3242026-04-17T23:02:03.544Z Downloaded ordered-float v2.10.1
3252026-04-17T23:02:03.549Z Downloaded bytecount v0.6.9
3262026-04-17T23:02:03.549Z Downloaded cfg-if v1.0.4
3272026-04-17T23:02:03.561Z Downloaded fs-err v3.3.0
3282026-04-17T23:02:03.562Z Downloaded zerocopy-derive v0.7.35
3292026-04-17T23:02:03.562Z Downloaded sha2 v0.10.9
3302026-04-17T23:02:03.571Z Downloaded pretty-hex v0.4.1
3312026-04-17T23:02:03.571Z Downloaded yoke-derive v0.8.1
3322026-04-17T23:02:03.571Z Downloaded thiserror-impl v2.0.18
3332026-04-17T23:02:03.571Z Downloaded block-buffer v0.10.4
3342026-04-17T23:02:03.571Z Downloaded thiserror v2.0.18
3352026-04-17T23:02:03.571Z Downloaded proc-macro2 v1.0.106
3362026-04-17T23:02:03.571Z Downloaded icu_normalizer_data v2.1.1
3372026-04-17T23:02:03.571Z Downloaded proc-macro-error-attr v1.0.4
3382026-04-17T23:02:03.571Z Downloaded usdt v0.5.0
3392026-04-17T23:02:03.571Z Downloaded serde_spanned v0.6.9
3402026-04-17T23:02:03.572Z Downloaded pest_meta v2.8.6
3412026-04-17T23:02:03.572Z Downloaded thread-id v4.2.2
3422026-04-17T23:02:03.575Z Downloaded colorchoice v1.0.4
3432026-04-17T23:02:03.575Z Downloaded itoa v1.0.17
3442026-04-17T23:02:03.575Z Downloaded icu_locale_core v2.1.1
3452026-04-17T23:02:03.575Z Downloaded dof v0.3.0
3462026-04-17T23:02:03.575Z Downloaded quote v1.0.44
3472026-04-17T23:02:03.580Z Downloaded bitflags v2.11.0
3482026-04-17T23:02:03.582Z Downloaded typeid v1.0.3
3492026-04-17T23:02:03.582Z Downloaded pest_derive v2.8.6
3502026-04-17T23:02:03.582Z Downloaded anstyle v1.0.13
3512026-04-17T23:02:03.583Z Downloaded version_check v0.9.5
3522026-04-17T23:02:03.583Z Downloaded thiserror-impl v1.0.69
3532026-04-17T23:02:03.588Z Downloaded terminal_size v0.4.3
3542026-04-17T23:02:03.588Z Downloaded utf8_iter v1.0.4
3552026-04-17T23:02:03.588Z Downloaded fnv v1.0.7
3562026-04-17T23:02:03.588Z Downloaded zerofrom-derive v0.1.6
3572026-04-17T23:02:03.588Z Downloaded utf8parse v0.2.2
3582026-04-17T23:02:03.589Z Downloaded num-traits v0.2.19
3592026-04-17T23:02:03.599Z Downloaded byteorder v1.5.0
3602026-04-17T23:02:03.600Z Downloaded zerovec-derive v0.11.2
3612026-04-17T23:02:03.600Z Downloaded unicode-ident v1.0.24
3622026-04-17T23:02:03.600Z Downloaded zmij v1.0.21
3632026-04-17T23:02:03.600Z Downloaded usdt-impl v0.5.0
3642026-04-17T23:02:03.600Z Downloaded unicode-linebreak v0.1.5
3652026-04-17T23:02:03.611Z Downloaded autocfg v1.5.0
3662026-04-17T23:02:03.611Z Downloaded swrite v0.1.0
3672026-04-17T23:02:03.611Z Downloaded serde-value v0.7.0
3682026-04-17T23:02:03.611Z Downloaded heck v0.5.0
3692026-04-17T23:02:03.611Z Downloaded generic-array v0.14.7
3702026-04-17T23:02:03.611Z Downloaded cargo_toml v0.21.0
3712026-04-17T23:02:03.611Z Downloaded zerotrie v0.2.3
3722026-04-17T23:02:03.611Z Downloaded ucd-trie v0.1.7
3732026-04-17T23:02:03.611Z Downloaded thiserror v1.0.69
3742026-04-17T23:02:03.612Z Downloaded usdt-attr-macro v0.5.0
3752026-04-17T23:02:03.612Z Downloaded percent-encoding v2.3.2
3762026-04-17T23:02:03.612Z Downloaded is_terminal_polyfill v1.70.2
3772026-04-17T23:02:03.612Z Downloaded icu_properties v2.1.2
3782026-04-17T23:02:03.612Z Downloaded smawk v0.3.2
3792026-04-17T23:02:03.612Z Downloaded camino v1.2.2
3802026-04-17T23:02:03.612Z Downloaded idna_adapter v1.2.1
3812026-04-17T23:02:03.621Z Downloaded toml_datetime v0.6.11
3822026-04-17T23:02:03.636Z Downloaded zerofrom v0.1.6
3832026-04-17T23:02:03.636Z Downloaded tabled_derive v0.7.0
3842026-04-17T23:02:03.637Z Downloaded writeable v0.6.2
3852026-04-17T23:02:03.637Z Downloaded cpufeatures v0.2.17
3862026-04-17T23:02:03.637Z Downloaded yoke v0.8.1
3872026-04-17T23:02:03.637Z Downloaded potential_utf v0.1.4
3882026-04-17T23:02:03.637Z Downloaded usdt-macro v0.5.0
3892026-04-17T23:02:03.637Z Downloaded unicode-xid v0.2.6
3902026-04-17T23:02:03.637Z Downloaded winnow v0.7.14
3912026-04-17T23:02:03.650Z Downloaded toml_write v0.1.2
3922026-04-17T23:02:03.650Z Downloaded toml_edit v0.22.27
3932026-04-17T23:02:03.650Z Downloaded tinystr v0.8.2
3942026-04-17T23:02:03.650Z Downloaded strsim v0.11.1
3952026-04-17T23:02:03.651Z Downloaded typenum v1.19.0
3962026-04-17T23:02:03.651Z Downloaded fastrand v2.3.0
3972026-04-17T23:02:03.651Z Downloaded macaddr v1.0.1
3982026-04-17T23:02:03.651Z Downloaded toml v0.8.23
3992026-04-17T23:02:03.651Z Downloaded scroll_derive v0.12.1
4002026-04-17T23:02:03.673Z Downloaded heck v0.4.1
4012026-04-17T23:02:03.673Z Downloaded anstyle-query v1.1.5
4022026-04-17T23:02:03.673Z Downloaded form_urlencoded v1.2.2
4032026-04-17T23:02:03.673Z Downloaded textwrap v0.16.2
4042026-04-17T23:02:03.673Z Downloaded equivalent v1.0.2
4052026-04-17T23:02:03.673Z Downloaded dtrace-parser v0.2.0
4062026-04-17T23:02:03.673Z Downloaded cargo-platform v0.2.0
4072026-04-17T23:02:03.673Z Downloaded url v2.5.8
4082026-04-17T23:02:03.673Z Downloaded crypto-common v0.1.7
4092026-04-17T23:02:03.673Z Downloaded camino-tempfile v1.4.1
4102026-04-17T23:02:03.673Z Downloaded errno v0.3.14
4112026-04-17T23:02:03.673Z Downloaded plain v0.2.3
4122026-04-17T23:02:03.673Z Downloaded stable_deref_trait v1.2.1
4132026-04-17T23:02:03.674Z Downloaded cargo_metadata v0.21.0
4142026-04-17T23:02:03.687Z Downloaded zerovec v0.11.5
4152026-04-17T23:02:03.687Z Downloaded digest v0.10.7
4162026-04-17T23:02:03.687Z Downloaded serde-untagged v0.1.9
4172026-04-17T23:02:03.687Z Downloaded clap_lex v1.0.0
4182026-04-17T23:02:03.687Z Downloaded zerocopy v0.7.35
4192026-04-17T23:02:03.687Z Downloaded anstream v0.6.21
4202026-04-17T23:02:03.687Z Downloaded erased-serde v0.4.9
4212026-04-17T23:02:03.688Z Downloaded memmap v0.7.0
4222026-04-17T23:02:03.688Z Downloaded unicode-width v0.2.0
4232026-04-17T23:02:03.694Z Downloaded unicode-width v0.1.14
4242026-04-17T23:02:03.694Z Downloaded displaydoc v0.2.5
4252026-04-17T23:02:03.694Z Downloaded anstyle-parse v0.2.7
4262026-04-17T23:02:03.694Z Downloaded synstructure v0.13.2
4272026-04-17T23:02:03.694Z Downloaded serde_tokenstream v0.2.3
4282026-04-17T23:02:03.698Z Downloaded proc-macro-error v1.0.4
4292026-04-17T23:02:03.698Z Downloaded smallvec v1.15.1
4302026-04-17T23:02:03.698Z Downloaded litemap v0.8.1
4312026-04-17T23:02:03.709Z Downloaded anyhow v1.0.102
4322026-04-17T23:02:03.719Z Downloaded clap_derive v4.5.55
4332026-04-17T23:02:03.719Z Downloaded scroll v0.12.0
4342026-04-17T23:02:03.719Z Downloaded cargo-util-schemas v0.8.2
4352026-04-17T23:02:03.719Z Downloaded pest_generator v2.8.6
4362026-04-17T23:02:03.719Z Downloaded once_cell v1.21.3
4372026-04-17T23:02:03.720Z Downloaded icu_provider v2.1.1
4382026-04-17T23:02:03.728Z Downloaded tempfile v3.25.0
4392026-04-17T23:02:03.728Z Downloaded semver v1.0.27
4402026-04-17T23:02:03.728Z Downloaded log v0.4.29
4412026-04-17T23:02:03.728Z Downloaded clap v4.5.60
4422026-04-17T23:02:03.733Z Downloaded serde_derive v1.0.228
4432026-04-17T23:02:03.747Z Downloaded serde_core v1.0.228
4442026-04-17T23:02:03.747Z Downloaded getrandom v0.4.1
4452026-04-17T23:02:03.758Z Downloaded icu_normalizer v2.1.1
4462026-04-17T23:02:03.758Z Downloaded papergrid v0.11.0
4472026-04-17T23:02:03.764Z Downloaded icu_collections v2.1.1
4482026-04-17T23:02:03.764Z Downloaded memchr v2.8.0
4492026-04-17T23:02:03.764Z Downloaded pest v2.8.6
4502026-04-17T23:02:03.768Z Downloaded idna v1.1.0
4512026-04-17T23:02:03.789Z Downloaded indexmap v2.13.0
4522026-04-17T23:02:03.794Z Downloaded serde v1.0.228
4532026-04-17T23:02:03.799Z Downloaded hashbrown v0.16.1
4542026-04-17T23:02:03.812Z Downloaded icu_properties_data v2.1.2
4552026-04-17T23:02:03.817Z Downloaded serde_json v1.0.149
4562026-04-17T23:02:03.822Z Downloaded clap_builder v4.5.60
4572026-04-17T23:02:03.826Z Downloaded goblin v0.8.2
4582026-04-17T23:02:03.832Z Downloaded tabled v0.15.0
4592026-04-17T23:02:03.843Z Downloaded syn v1.0.109
4602026-04-17T23:02:03.856Z Downloaded syn v2.0.117
4612026-04-17T23:02:03.866Z Downloaded rustix v1.1.3
4622026-04-17T23:02:03.904Z Downloaded libc v0.2.185
4632026-04-17T23:02:03.962Z Compiling proc-macro2 v1.0.106
4642026-04-17T23:02:03.962Z Compiling quote v1.0.44
4652026-04-17T23:02:03.977Z Compiling unicode-ident v1.0.24
4662026-04-17T23:02:03.978Z Compiling serde_core v1.0.228
4672026-04-17T23:02:03.978Z Compiling libc v0.2.185
4682026-04-17T23:02:03.978Z Compiling version_check v0.9.5
4692026-04-17T23:02:03.978Z Compiling stable_deref_trait v1.2.1
4702026-04-17T23:02:03.978Z Compiling serde v1.0.228
4712026-04-17T23:02:04.309Z Compiling memchr v2.8.0
4722026-04-17T23:02:04.335Z Compiling zmij v1.0.21
4732026-04-17T23:02:04.474Z Compiling ucd-trie v0.1.7
4742026-04-17T23:02:04.884Z Compiling itoa v1.0.17
4752026-04-17T23:02:05.025Z Compiling thiserror v1.0.69
4762026-04-17T23:02:05.028Z Compiling autocfg v1.5.0
4772026-04-17T23:02:05.112Z Compiling pest v2.8.6
4782026-04-17T23:02:05.127Z Compiling writeable v0.6.2
4792026-04-17T23:02:05.279Z Compiling litemap v0.8.1
4802026-04-17T23:02:05.470Z Compiling icu_properties_data v2.1.2
4812026-04-17T23:02:05.474Z Compiling icu_normalizer_data v2.1.1
4822026-04-17T23:02:05.504Z Compiling rustix v1.1.3
4832026-04-17T23:02:05.674Z Compiling byteorder v1.5.0
4842026-04-17T23:02:05.840Z Compiling errno v0.3.14
4852026-04-17T23:02:05.860Z Compiling syn v2.0.117
4862026-04-17T23:02:05.911Z Compiling bitflags v2.11.0
4872026-04-17T23:02:05.932Z Compiling serde_json v1.0.149
4882026-04-17T23:02:06.136Z Compiling pest_meta v2.8.6
4892026-04-17T23:02:06.198Z Compiling num-traits v0.2.19
4902026-04-17T23:02:06.337Z Compiling typeid v1.0.3
4912026-04-17T23:02:06.381Z Compiling smallvec v1.15.1
4922026-04-17T23:02:06.449Z Compiling hashbrown v0.16.1
4932026-04-17T23:02:06.594Z Compiling equivalent v1.0.2
4942026-04-17T23:02:06.707Z Compiling thread-id v4.2.2
4952026-04-17T23:02:06.796Z Compiling usdt-impl v0.5.0
4962026-04-17T23:02:06.861Z Compiling proc-macro-error-attr v1.0.4
4972026-04-17T23:02:06.880Z Compiling winnow v0.7.14
4982026-04-17T23:02:07.003Z Compiling indexmap v2.13.0
4992026-04-17T23:02:07.048Z Compiling erased-serde v0.4.9
5002026-04-17T23:02:07.098Z Compiling syn v1.0.109
5012026-04-17T23:02:07.203Z Compiling toml_write v0.1.2
5022026-04-17T23:02:07.644Z Compiling proc-macro-error v1.0.4
5032026-04-17T23:02:07.703Z Compiling camino v1.2.2
5042026-04-17T23:02:07.820Z Compiling percent-encoding v2.3.2
5052026-04-17T23:02:07.845Z Compiling getrandom v0.4.1
5062026-04-17T23:02:08.022Z Compiling plain v0.2.3
5072026-04-17T23:02:08.044Z Compiling log v0.4.29
5082026-04-17T23:02:08.049Z Compiling utf8_iter v1.0.4
5092026-04-17T23:02:08.134Z Compiling utf8parse v0.2.2
5102026-04-17T23:02:08.153Z Compiling thiserror v2.0.18
5112026-04-17T23:02:08.212Z Compiling ordered-float v2.10.1
5122026-04-17T23:02:08.230Z Compiling anstyle-parse v0.2.7
5132026-04-17T23:02:08.265Z Compiling form_urlencoded v1.2.2
5142026-04-17T23:02:08.435Z Compiling synstructure v0.13.2
5152026-04-17T23:02:08.455Z Compiling pest_generator v2.8.6
5162026-04-17T23:02:08.581Z Compiling terminal_size v0.4.3
5172026-04-17T23:02:08.729Z Compiling is_terminal_polyfill v1.70.2
5182026-04-17T23:02:08.834Z Compiling anstyle v1.0.13
5192026-04-17T23:02:08.877Z Compiling anstyle-query v1.1.5
5202026-04-17T23:02:08.895Z Compiling pretty-hex v0.4.1
5212026-04-17T23:02:08.922Z Compiling colorchoice v1.0.4
5222026-04-17T23:02:08.994Z Compiling cfg-if v1.0.4
5232026-04-17T23:02:09.041Z Compiling anstream v0.6.21
5242026-04-17T23:02:09.084Z Compiling serde-untagged v0.1.9
5252026-04-17T23:02:09.173Z Compiling semver v1.0.27
5262026-04-17T23:02:09.264Z Compiling fs-err v3.3.0
5272026-04-17T23:02:09.349Z Compiling strsim v0.11.1
5282026-04-17T23:02:09.367Z Compiling unicode-width v0.1.14
5292026-04-17T23:02:09.459Z Compiling clap_lex v1.0.0
5302026-04-17T23:02:09.492Z Compiling fnv v1.0.7
5312026-04-17T23:02:09.501Z Compiling heck v0.4.1
5322026-04-17T23:02:09.640Z Compiling heck v0.5.0
5332026-04-17T23:02:09.701Z Compiling unicode-xid v0.2.6
5342026-04-17T23:02:09.708Z Compiling fastrand v2.3.0
5352026-04-17T23:02:09.739Z Compiling once_cell v1.21.3
5362026-04-17T23:02:09.816Z Compiling anyhow v1.0.102
5372026-04-17T23:02:09.877Z Compiling bytecount v0.6.9
5382026-04-17T23:02:09.908Z Compiling tempfile v3.25.0
5392026-04-17T23:02:09.945Z Compiling clap_builder v4.5.60
5402026-04-17T23:02:09.969Z Compiling papergrid v0.11.0
5412026-04-17T23:02:10.122Z Compiling memmap v0.7.0
5422026-04-17T23:02:10.174Z Compiling serde_derive v1.0.228
5432026-04-17T23:02:10.270Z Compiling zerofrom-derive v0.1.6
5442026-04-17T23:02:10.304Z Compiling yoke-derive v0.8.1
5452026-04-17T23:02:10.388Z Compiling zerovec-derive v0.11.2
5462026-04-17T23:02:10.453Z Compiling displaydoc v0.2.5
5472026-04-17T23:02:11.178Z Compiling thiserror-impl v1.0.69
5482026-04-17T23:02:11.372Z Compiling zerocopy-derive v0.7.35
5492026-04-17T23:02:11.436Z Compiling pest_derive v2.8.6
5502026-04-17T23:02:11.463Z Compiling scroll_derive v0.12.1
5512026-04-17T23:02:11.629Z Compiling zerofrom v0.1.6
5522026-04-17T23:02:11.768Z Compiling yoke v0.8.1
5532026-04-17T23:02:11.857Z Compiling thiserror-impl v2.0.18
5542026-04-17T23:02:11.960Z Compiling zerovec v0.11.5
5552026-04-17T23:02:12.119Z Compiling zerotrie v0.2.3
5562026-04-17T23:02:12.221Z Compiling zerocopy v0.7.35
5572026-04-17T23:02:12.419Z Compiling tinystr v0.8.2
5582026-04-17T23:02:12.533Z Compiling potential_utf v0.1.4
5592026-04-17T23:02:12.601Z Compiling dtrace-parser v0.2.0
5602026-04-17T23:02:12.681Z Compiling icu_locale_core v2.1.1
5612026-04-17T23:02:12.707Z Compiling icu_collections v2.1.1
5622026-04-17T23:02:12.832Z Compiling scroll v0.12.0
5632026-04-17T23:02:12.928Z Compiling tabled_derive v0.7.0
5642026-04-17T23:02:13.104Z Compiling goblin v0.8.2
5652026-04-17T23:02:13.203Z Compiling clap_derive v4.5.55
5662026-04-17T23:02:13.348Z Compiling icu_provider v2.1.1
5672026-04-17T23:02:13.368Z Compiling unicode-width v0.2.0
5682026-04-17T23:02:13.566Z Compiling serde_spanned v0.6.9
5692026-04-17T23:02:13.583Z Compiling toml_datetime v0.6.11
5702026-04-17T23:02:13.599Z Compiling dof v0.3.0
5712026-04-17T23:02:13.660Z Compiling icu_normalizer v2.1.1
5722026-04-17T23:02:13.679Z Compiling icu_properties v2.1.2
5732026-04-17T23:02:13.735Z Compiling serde_tokenstream v0.2.3
5742026-04-17T23:02:13.861Z Compiling toml_edit v0.22.27
5752026-04-17T23:02:14.016Z Compiling serde-value v0.7.0
5762026-04-17T23:02:14.057Z Compiling cargo-platform v0.2.0
5772026-04-17T23:02:14.207Z Compiling unicode-linebreak v0.1.5
5782026-04-17T23:02:14.334Z Compiling smawk v0.3.2
5792026-04-17T23:02:14.383Z Compiling tabled v0.15.0
5802026-04-17T23:02:14.456Z Compiling macaddr v1.0.1
5812026-04-17T23:02:14.476Z Compiling textwrap v0.16.2
5822026-04-17T23:02:14.504Z Compiling usdt-macro v0.5.0
5832026-04-17T23:02:14.677Z Compiling idna_adapter v1.2.1
5842026-04-17T23:02:14.769Z Compiling usdt-attr-macro v0.5.0
5852026-04-17T23:02:14.821Z Compiling idna v1.1.0
5862026-04-17T23:02:15.004Z Compiling clap v4.5.60
5872026-04-17T23:02:15.120Z Compiling camino-tempfile v1.4.1
5882026-04-17T23:02:15.289Z Compiling toml v0.8.23
5892026-04-17T23:02:15.388Z Compiling url v2.5.8
5902026-04-17T23:02:15.434Z Compiling swrite v0.1.0
5912026-04-17T23:02:15.472Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-17T23:02:15.673Z Compiling cargo_toml v0.21.0
5932026-04-17T23:02:15.904Z Compiling cargo-util-schemas v0.8.2
5942026-04-17T23:02:16.046Z Compiling usdt v0.5.0
5952026-04-17T23:02:16.800Z Compiling cargo_metadata v0.21.0
5962026-04-17T23:02:17.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-17T23:02:19.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.34s
5982026-04-17T23:02:20.056Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-17T23:02:20.615Z Downloading crates ...
6002026-04-17T23:02:20.720Z Downloaded assert_matches v1.5.0
6012026-04-17T23:02:20.724Z Downloaded ascii-canvas v3.0.0
6022026-04-17T23:02:20.724Z Downloaded bb8 v0.8.6
6032026-04-17T23:02:20.728Z Downloaded arrayvec v0.7.6
6042026-04-17T23:02:20.732Z Downloaded allocator-api2 v0.2.21
6052026-04-17T23:02:20.732Z Downloaded arrayref v0.3.9
6062026-04-17T23:02:20.741Z Downloaded corncobs v0.1.4
6072026-04-17T23:02:20.746Z Downloaded ar_archive_writer v0.5.1
6082026-04-17T23:02:20.749Z Downloaded base16ct v0.2.0
6092026-04-17T23:02:20.751Z Downloaded cstr-argument v0.1.2
6102026-04-17T23:02:20.752Z Downloaded atomicwrites v0.4.4
6112026-04-17T23:02:20.752Z Downloaded atomic-waker v1.1.2
6122026-04-17T23:02:20.754Z Downloaded aes v0.8.4
6132026-04-17T23:02:20.755Z Downloaded ciborium v0.2.2
6142026-04-17T23:02:20.758Z Downloaded buf-list v1.1.2
6152026-04-17T23:02:20.761Z Downloaded blowfish v0.9.1
6162026-04-17T23:02:20.764Z Downloaded bit-vec v0.8.0
6172026-04-17T23:02:20.764Z Downloaded crucible-workspace-hack v0.1.0
6182026-04-17T23:02:20.764Z Downloaded arc-swap v1.8.2
6192026-04-17T23:02:20.768Z Downloaded curve25519-dalek-derive v0.1.1
6202026-04-17T23:02:20.770Z Downloaded dunce v1.0.5
6212026-04-17T23:02:20.773Z Downloaded aho-corasick v1.1.4
6222026-04-17T23:02:20.775Z Downloaded bitfield-macros v0.19.4
6232026-04-17T23:02:20.775Z Downloaded aead v0.5.2
6242026-04-17T23:02:20.778Z Downloaded document-features v0.2.12
6252026-04-17T23:02:20.778Z Downloaded defmt-parser v1.0.0
6262026-04-17T23:02:20.778Z Downloaded adler2 v2.0.1
6272026-04-17T23:02:20.782Z Downloaded defmt v0.3.100
6282026-04-17T23:02:20.783Z Downloaded async-stream-impl v0.3.6
6292026-04-17T23:02:20.786Z Downloaded diesel_table_macro_syntax v0.3.0
6302026-04-17T23:02:20.786Z Downloaded downcast-rs v2.0.2
6312026-04-17T23:02:20.786Z Downloaded dropshot-api-manager-types v0.6.0
6322026-04-17T23:02:20.786Z Downloaded ciborium-io v0.2.2
6332026-04-17T23:02:20.789Z Downloaded dirs-sys-next v0.1.2
6342026-04-17T23:02:20.789Z Downloaded castaway v0.2.4
6352026-04-17T23:02:20.789Z Downloaded dirs-next v2.0.0
6362026-04-17T23:02:20.792Z Downloaded embedded-io v0.4.0
6372026-04-17T23:02:20.792Z Downloaded enum-as-inner v0.6.1
6382026-04-17T23:02:20.794Z Downloaded endian-type v0.1.2
6392026-04-17T23:02:20.794Z Downloaded env_filter v1.0.0
6402026-04-17T23:02:20.794Z Downloaded crc v3.4.0
6412026-04-17T23:02:20.797Z Downloaded cargo-platform v0.1.9
6422026-04-17T23:02:20.797Z Downloaded bcrypt-pbkdf v0.10.0
6432026-04-17T23:02:20.797Z Downloaded async-recursion v1.1.1
6442026-04-17T23:02:20.800Z Downloaded crunchy v0.2.4
6452026-04-17T23:02:20.800Z Downloaded embedded-io v0.6.1
6462026-04-17T23:02:20.802Z Downloaded dsl_auto_type v0.2.0
6472026-04-17T23:02:20.806Z Downloaded bitflags v1.3.2
6482026-04-17T23:02:20.806Z Downloaded backoff v0.4.0
6492026-04-17T23:02:20.809Z Downloaded bit-set v0.5.3
6502026-04-17T23:02:20.809Z Downloaded ciborium-ll v0.2.2
6512026-04-17T23:02:20.809Z Downloaded fd-lock v4.0.4
6522026-04-17T23:02:20.812Z Downloaded crc-catalog v2.4.0
6532026-04-17T23:02:20.816Z Downloaded atty v0.2.14
6542026-04-17T23:02:20.816Z Downloaded daft-derive v0.1.5
6552026-04-17T23:02:20.819Z Downloaded difflib v0.4.0
6562026-04-17T23:02:20.823Z Downloaded dyn-clone v1.0.20
6572026-04-17T23:02:20.823Z Downloaded convert_case v0.4.0
6582026-04-17T23:02:20.823Z Downloaded dof v0.4.0
6592026-04-17T23:02:20.823Z Downloaded cfg_aliases v0.1.1
6602026-04-17T23:02:20.826Z Downloaded debug-ignore v1.0.5
6612026-04-17T23:02:20.826Z Downloaded dtrace-parser v0.3.0
6622026-04-17T23:02:20.826Z Downloaded derive_builder_macro v0.20.2
6632026-04-17T23:02:20.826Z Downloaded display-error-chain v0.2.2
6642026-04-17T23:02:20.826Z Downloaded cfg_aliases v0.2.1
6652026-04-17T23:02:20.830Z Downloaded cpufeatures v0.3.0
6662026-04-17T23:02:20.830Z Downloaded array-init v0.0.4
6672026-04-17T23:02:20.833Z Downloaded float-cmp v0.10.0
6682026-04-17T23:02:20.836Z Downloaded bitfield-struct v0.6.2
6692026-04-17T23:02:20.839Z Downloaded flagset v0.4.7
6702026-04-17T23:02:20.839Z Downloaded darling_macro v0.23.0
6712026-04-17T23:02:20.839Z Downloaded float-ord v0.3.2
6722026-04-17T23:02:20.842Z Downloaded crc8 v0.1.1
6732026-04-17T23:02:20.845Z Downloaded fixedbitset v0.4.2
6742026-04-17T23:02:20.845Z Downloaded foreign-types-shared v0.1.1
6752026-04-17T23:02:20.849Z Downloaded futures-core v0.3.32
6762026-04-17T23:02:20.849Z Downloaded foreign-types-macros v0.2.3
6772026-04-17T23:02:20.849Z Downloaded compression-core v0.4.31
6782026-04-17T23:02:20.854Z Downloaded darling_macro v0.21.3
6792026-04-17T23:02:20.854Z Downloaded darling_macro v0.20.11
6802026-04-17T23:02:20.854Z Downloaded daft v0.1.5
6812026-04-17T23:02:20.854Z Downloaded bitfield v0.19.4
6822026-04-17T23:02:20.854Z Downloaded bit-vec v0.6.3
6832026-04-17T23:02:20.857Z Downloaded ed25519 v2.2.3
6842026-04-17T23:02:20.857Z Downloaded base64ct v1.8.3
6852026-04-17T23:02:20.857Z Downloaded deranged v0.5.8
6862026-04-17T23:02:20.857Z Downloaded der_derive v0.7.3
6872026-04-17T23:02:20.860Z Downloaded drift v0.1.3
6882026-04-17T23:02:20.862Z Downloaded funty v2.0.0
6892026-04-17T23:02:20.863Z Downloaded ena v0.14.4
6902026-04-17T23:02:20.863Z Downloaded foreign-types v0.3.2
6912026-04-17T23:02:20.866Z Downloaded derive-ex v0.1.8
6922026-04-17T23:02:20.866Z Downloaded cmake v0.1.57
6932026-04-17T23:02:20.866Z Downloaded diesel-dtrace v0.5.0
6942026-04-17T23:02:20.869Z Downloaded async-bb8-diesel v0.2.1
6952026-04-17T23:02:20.869Z Downloaded fxhash v0.2.1
6962026-04-17T23:02:20.869Z Downloaded futures-io v0.3.32
6972026-04-17T23:02:20.873Z Downloaded argon2 v0.5.3
6982026-04-17T23:02:20.873Z Downloaded defmt-macros v1.0.1
6992026-04-17T23:02:20.876Z Downloaded futures-sink v0.3.32
7002026-04-17T23:02:20.876Z Downloaded git-stub v1.0.0
7012026-04-17T23:02:20.876Z Downloaded ghash v0.5.1
7022026-04-17T23:02:20.876Z Downloaded gethostname v0.5.0
7032026-04-17T23:02:20.876Z Downloaded futures-task v0.3.32
7042026-04-17T23:02:20.879Z Downloaded crossbeam-utils v0.8.21
7052026-04-17T23:02:20.879Z Downloaded hash32 v0.3.1
7062026-04-17T23:02:20.882Z Downloaded either v1.15.0
7072026-04-17T23:02:20.882Z Downloaded hash32 v0.2.1
7082026-04-17T23:02:20.882Z Downloaded convert_case v0.10.0
7092026-04-17T23:02:20.882Z Downloaded async-trait v0.1.89
7102026-04-17T23:02:20.885Z Downloaded ecdsa v0.16.9
7112026-04-17T23:02:20.888Z Downloaded crossbeam-epoch v0.9.18
7122026-04-17T23:02:20.888Z Downloaded cassowary v0.3.0
7132026-04-17T23:02:20.891Z Downloaded hex v0.4.3
7142026-04-17T23:02:20.891Z Downloaded headers-core v0.3.0
7152026-04-17T23:02:20.891Z Downloaded data-encoding v2.10.0
7162026-04-17T23:02:20.891Z Downloaded constant_time_eq v0.4.2
7172026-04-17T23:02:20.894Z Downloaded compression-codecs v0.4.37
7182026-04-17T23:02:20.894Z Downloaded chacha20 v0.9.1
7192026-04-17T23:02:20.897Z Downloaded fallible-iterator v0.2.0
7202026-04-17T23:02:20.897Z Downloaded cargo_metadata v0.19.2
7212026-04-17T23:02:20.897Z Downloaded find-msvc-tools v0.1.9
7222026-04-17T23:02:20.900Z Downloaded cbc v0.1.2
7232026-04-17T23:02:20.900Z Downloaded fixedbitset v0.5.7
7242026-04-17T23:02:20.904Z Downloaded cobs v0.3.0
7252026-04-17T23:02:20.904Z Downloaded byte-wrapper v0.1.0
7262026-04-17T23:02:20.904Z Downloaded foldhash v0.2.0
7272026-04-17T23:02:20.908Z Downloaded foldhash v0.1.5
7282026-04-17T23:02:20.908Z Downloaded ff v0.13.1
7292026-04-17T23:02:20.908Z Downloaded bcs v0.1.6
7302026-04-17T23:02:21.325Z Downloaded critical-section v1.2.0
7312026-04-17T23:02:21.325Z Downloaded hostname v0.4.2
7322026-04-17T23:02:21.325Z Downloaded darling v0.21.3
7332026-04-17T23:02:21.325Z Downloaded env_logger v0.11.9
7342026-04-17T23:02:21.325Z Downloaded derive_builder_core v0.20.2
7352026-04-17T23:02:21.325Z Downloaded des v0.8.1
7362026-04-17T23:02:21.325Z Downloaded darling v0.23.0
7372026-04-17T23:02:21.325Z Downloaded hex-literal v0.4.1
7382026-04-17T23:02:21.325Z Downloaded cexpr v0.6.0
7392026-04-17T23:02:21.325Z Downloaded home v0.5.12
7402026-04-17T23:02:21.325Z Downloaded defmt v1.0.1
7412026-04-17T23:02:21.326Z Downloaded http-body v1.0.1
7422026-04-17T23:02:21.326Z Downloaded httpdate v1.0.3
7432026-04-17T23:02:21.326Z Downloaded http-range v0.1.5
7442026-04-17T23:02:21.326Z Downloaded hostname v0.3.1
7452026-04-17T23:02:21.326Z Downloaded futures-macro v0.3.32
7462026-04-17T23:02:21.326Z Downloaded foreign-types-shared v0.3.1
7472026-04-17T23:02:21.326Z Downloaded cipher v0.4.4
7482026-04-17T23:02:21.326Z Downloaded diff v0.1.13
7492026-04-17T23:02:21.326Z Downloaded futures-executor v0.3.32
7502026-04-17T23:02:21.326Z Downloaded fs_extra v1.3.0
7512026-04-17T23:02:21.326Z Downloaded fs-err v2.11.0
7522026-04-17T23:02:21.326Z Downloaded darling v0.20.11
7532026-04-17T23:02:21.326Z Downloaded ident_case v1.0.1
7542026-04-17T23:02:21.326Z Downloaded hubpack_derive v0.1.1
7552026-04-17T23:02:21.326Z Downloaded group v0.13.0
7562026-04-17T23:02:21.326Z Downloaded globwalk v0.9.1
7572026-04-17T23:02:21.326Z Downloaded indent_write v2.2.0
7582026-04-17T23:02:21.326Z Downloaded globset v0.4.18
7592026-04-17T23:02:21.326Z Downloaded csv-core v0.1.13
7602026-04-17T23:02:21.326Z Downloaded is-terminal v0.4.17
7612026-04-17T23:02:21.326Z Downloaded glob v0.3.3
7622026-04-17T23:02:21.326Z Downloaded const-oid v0.9.6
7632026-04-17T23:02:21.326Z Downloaded clang-sys v1.8.1
7642026-04-17T23:02:21.326Z Downloaded inout v0.1.4
7652026-04-17T23:02:21.326Z Downloaded console v0.16.2
7662026-04-17T23:02:21.326Z Downloaded cancel-safe-futures v0.1.5
7672026-04-17T23:02:21.326Z Downloaded derive_builder v0.20.2
7682026-04-17T23:02:21.326Z Downloaded ahash v0.8.12
7692026-04-17T23:02:21.326Z Downloaded erased-serde v0.3.31
7702026-04-17T23:02:21.326Z Downloaded console v0.15.11
7712026-04-17T23:02:21.326Z Downloaded chacha20 v0.10.0
7722026-04-17T23:02:21.326Z Downloaded filetime v0.2.27
7732026-04-17T23:02:21.326Z Downloaded ctr v0.9.2
7742026-04-17T23:02:21.326Z Downloaded indoc v1.0.9
7752026-04-17T23:02:21.326Z Downloaded internet-checksum v0.2.1
7762026-04-17T23:02:21.326Z Downloaded instant v0.1.13
7772026-04-17T23:02:21.326Z Downloaded keccak v0.1.6
7782026-04-17T23:02:21.326Z Downloaded instability v0.3.11
7792026-04-17T23:02:21.327Z Downloaded cookie v0.18.1
7802026-04-17T23:02:21.327Z Downloaded colored v3.1.1
7812026-04-17T23:02:21.327Z Downloaded colored v2.2.0
7822026-04-17T23:02:21.327Z Downloaded lalrpop-util v0.19.12
7832026-04-17T23:02:21.327Z Downloaded blake2 v0.10.6
7842026-04-17T23:02:21.327Z Downloaded bzip2 v0.4.4
7852026-04-17T23:02:21.327Z Downloaded bzip2 v0.6.1
7862026-04-17T23:02:21.327Z Downloaded backon v1.6.0
7872026-04-17T23:02:21.327Z Downloaded highway v1.3.0
7882026-04-17T23:02:21.327Z Downloaded is_ci v1.2.0
7892026-04-17T23:02:21.327Z Downloaded fatfs v0.3.6
7902026-04-17T23:02:21.327Z Downloaded hubpack v0.1.2
7912026-04-17T23:02:21.327Z Downloaded libscf-sys v1.1.0
7922026-04-17T23:02:21.327Z Downloaded lazy_static v1.5.0
7932026-04-17T23:02:21.327Z Downloaded hyper-staticfile v0.10.1
7942026-04-17T23:02:21.327Z Downloaded http-body-util v0.1.3
7952026-04-17T23:02:21.327Z Downloaded futures-channel v0.3.32
7962026-04-17T23:02:21.327Z Downloaded match_cfg v0.1.0
7972026-04-17T23:02:21.327Z Downloaded derive-where v1.6.0
7982026-04-17T23:02:21.327Z Downloaded hyper-tls v0.6.0
7992026-04-17T23:02:21.327Z Downloaded git-stub-vcs v0.1.0
8002026-04-17T23:02:21.327Z Downloaded kstat-rs v0.2.4
8012026-04-17T23:02:21.327Z Downloaded humantime v2.3.0
8022026-04-17T23:02:21.327Z Downloaded elliptic-curve v0.13.8
8032026-04-17T23:02:21.327Z Downloaded md-5 v0.10.6
8042026-04-17T23:02:21.327Z Downloaded dropshot_endpoint v0.16.7
8052026-04-17T23:02:21.327Z Downloaded maplit v1.0.2
8062026-04-17T23:02:21.327Z Downloaded managed v0.8.0
8072026-04-17T23:02:21.327Z Downloaded lzss v0.8.2
8082026-04-17T23:02:21.327Z Downloaded lru-slab v0.1.2
8092026-04-17T23:02:21.327Z Downloaded memoffset v0.9.1
8102026-04-17T23:02:21.327Z Downloaded lru v0.12.5
8112026-04-17T23:02:21.327Z Downloaded half v1.8.3
8122026-04-17T23:02:21.327Z Downloaded md5 v0.7.0
8132026-04-17T23:02:21.327Z Downloaded lru-cache v0.1.2
8142026-04-17T23:02:21.327Z Downloaded ingot v0.1.1
8152026-04-17T23:02:21.327Z Downloaded async-compression v0.4.41
8162026-04-17T23:02:21.327Z Downloaded new_debug_unreachable v1.0.6
8172026-04-17T23:02:21.328Z Downloaded dropshot_endpoint v0.17.0
8182026-04-17T23:02:21.328Z Downloaded mime v0.3.17
8192026-04-17T23:02:21.328Z Downloaded ingot-types v0.1.2
8202026-04-17T23:02:21.328Z Downloaded impl-trait-for-tuples v0.2.3
8212026-04-17T23:02:21.328Z Downloaded derive_more v0.99.20
8222026-04-17T23:02:21.328Z Downloaded cookie_store v0.22.1
8232026-04-17T23:02:21.328Z Downloaded indoc v2.0.7
8242026-04-17T23:02:21.328Z Downloaded camino-tempfile-ext v0.3.3
8252026-04-17T23:02:21.328Z Downloaded crc32fast v1.5.0
8262026-04-17T23:02:21.328Z Downloaded block-padding v0.3.3
8272026-04-17T23:02:21.328Z Downloaded bit-set v0.8.0
8282026-04-17T23:02:21.328Z Downloaded async-stream v0.3.6
8292026-04-17T23:02:21.328Z Downloaded compact_str v0.8.1
8302026-04-17T23:02:21.333Z Downloaded multimap v0.10.1
8312026-04-17T23:02:21.333Z Downloaded crossbeam-deque v0.8.6
8322026-04-17T23:02:21.333Z Downloaded foreign-types v0.5.0
8332026-04-17T23:02:21.333Z Downloaded nodrop v0.1.14
8342026-04-17T23:02:21.333Z Downloaded nibble_vec v0.1.0
8352026-04-17T23:02:21.333Z Downloaded num v0.4.3
8362026-04-17T23:02:21.333Z Downloaded ipnetwork v0.21.1
8372026-04-17T23:02:21.333Z Downloaded newtype_derive v0.1.6
8382026-04-17T23:02:21.333Z Downloaded newline-converter v0.3.0
8392026-04-17T23:02:21.333Z Downloaded num-conv v0.2.0
8402026-04-17T23:02:21.333Z Downloaded num_threads v0.1.7
8412026-04-17T23:02:21.333Z Downloaded hmac v0.12.1
8422026-04-17T23:02:21.333Z Downloaded opaque-debug v0.3.1
8432026-04-17T23:02:21.333Z Downloaded crc-any v2.5.0
8442026-04-17T23:02:21.333Z Downloaded const_format_proc_macros v0.2.34
8452026-04-17T23:02:21.333Z Downloaded libefi-sys v0.1.0
8462026-04-17T23:02:21.333Z Downloaded libloading v0.8.9
8472026-04-17T23:02:21.333Z Downloaded futures v0.3.32
8482026-04-17T23:02:21.333Z Downloaded num-iter v0.1.45
8492026-04-17T23:02:21.333Z Downloaded newtype-uuid-macros v0.1.0
8502026-04-17T23:02:21.333Z Downloaded num-derive v0.4.2
8512026-04-17T23:02:21.333Z Downloaded normalize-line-endings v0.3.0
8522026-04-17T23:02:21.334Z Downloaded lock_api v0.4.14
8532026-04-17T23:02:21.334Z Downloaded linked-hash-map v0.5.6
8542026-04-17T23:02:21.334Z Downloaded linear-map v1.2.0
8552026-04-17T23:02:21.334Z Downloaded libsw-core v0.3.2
8562026-04-17T23:02:21.334Z Downloaded openssl-probe v0.2.1
8572026-04-17T23:02:21.334Z Downloaded httparse v1.10.1
8582026-04-17T23:02:21.334Z Downloaded crypto-bigint v0.5.5
8592026-04-17T23:02:21.334Z Downloaded openssl-probe v0.1.6
8602026-04-17T23:02:21.334Z Downloaded libsw v3.5.0
8612026-04-17T23:02:21.334Z Downloaded jobserver v0.1.34
8622026-04-17T23:02:21.334Z Downloaded packed_struct_codegen v0.10.1
8632026-04-17T23:02:21.334Z Downloaded openssl-macros v0.1.1
8642026-04-17T23:02:21.334Z Downloaded num_enum_derive v0.5.11
8652026-04-17T23:02:21.334Z Downloaded iana-time-zone v0.1.65
8662026-04-17T23:02:21.334Z Downloaded maybe-uninit v2.0.0
8672026-04-17T23:02:21.334Z Downloaded half v2.7.1
8682026-04-17T23:02:21.334Z Downloaded bytes v1.11.1
8692026-04-17T23:02:21.334Z Downloaded chacha20poly1305 v0.10.1
8702026-04-17T23:02:21.334Z Downloaded oso-derive v0.27.3
8712026-04-17T23:02:21.334Z Downloaded hyper-rustls v0.27.7
8722026-04-17T23:02:21.334Z Downloaded parse-display v0.10.0
8732026-04-17T23:02:21.334Z Downloaded base64 v0.22.1
8742026-04-17T23:02:21.334Z Downloaded native-tls v0.2.18
8752026-04-17T23:02:21.334Z Downloaded nanorand v0.7.0
8762026-04-17T23:02:21.334Z Downloaded parse-size v1.1.0
8772026-04-17T23:02:21.334Z Downloaded multer v3.1.0
8782026-04-17T23:02:21.334Z Downloaded mime_guess v2.0.5
8792026-04-17T23:02:21.334Z Downloaded getrandom v0.3.4
8802026-04-17T23:02:21.334Z Downloaded getrandom v0.2.17
8812026-04-17T23:02:21.334Z Downloaded nonempty v0.12.0
8822026-04-17T23:02:21.334Z Downloaded pbkdf2 v0.11.0
8832026-04-17T23:02:21.334Z Downloaded darling_core v0.21.3
8842026-04-17T23:02:21.334Z Downloaded pbkdf2 v0.12.2
8852026-04-17T23:02:21.334Z Downloaded newtype-uuid v1.3.2
8862026-04-17T23:02:21.334Z Downloaded peg-runtime v0.8.5
8872026-04-17T23:02:21.334Z Downloaded path-slash v0.1.5
8882026-04-17T23:02:21.334Z Downloaded ipnet v2.11.0
8892026-04-17T23:02:21.334Z Downloaded ingot-macros v0.1.1
8902026-04-17T23:02:21.334Z Downloaded darling_core v0.20.11
8912026-04-17T23:02:21.335Z Downloaded olpc-cjson v0.1.4
8922026-04-17T23:02:21.335Z Downloaded nu-ansi-term v0.50.3
8932026-04-17T23:02:21.335Z Downloaded pin-utils v0.1.0
8942026-04-17T23:02:21.335Z Downloaded litrs v1.0.0
8952026-04-17T23:02:21.335Z Downloaded phf_shared v0.13.1
8962026-04-17T23:02:21.335Z Downloaded phf_shared v0.12.1
8972026-04-17T23:02:21.335Z Downloaded phf_shared v0.11.3
8982026-04-17T23:02:21.335Z Downloaded num_enum_derive v0.7.5
8992026-04-17T23:02:21.335Z Downloaded num_enum v0.5.11
9002026-04-17T23:02:21.335Z Downloaded num-rational v0.4.2
9012026-04-17T23:02:21.335Z Downloaded num-derive v0.3.3
9022026-04-17T23:02:21.335Z Downloaded flume v0.11.1
9032026-04-17T23:02:21.335Z Downloaded derive_more v2.1.1
9042026-04-17T23:02:21.335Z Downloaded powerfmt v0.2.0
9052026-04-17T23:02:21.335Z Downloaded predicates-tree v1.0.13
9062026-04-17T23:02:21.335Z Downloaded precomputed-hash v0.1.1
9072026-04-17T23:02:21.335Z Downloaded oxide-tokio-rt v0.1.4
9082026-04-17T23:02:21.335Z Downloaded memmap2 v0.9.10
9092026-04-17T23:02:21.335Z Downloaded packed_struct v0.10.1
9102026-04-17T23:02:21.335Z Downloaded oxnet v0.1.4
9112026-04-17T23:02:21.335Z Downloaded cc v1.2.56
9122026-04-17T23:02:21.335Z Downloaded progenitor-client v0.11.2
9132026-04-17T23:02:21.335Z Downloaded num_enum v0.7.5
9142026-04-17T23:02:21.335Z Downloaded headers v0.4.1
9152026-04-17T23:02:21.335Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-04-17T23:02:21.335Z Downloaded flate2 v1.1.9
9172026-04-17T23:02:21.335Z Downloaded darling_core v0.23.0
9182026-04-17T23:02:21.335Z Downloaded proc-macro-crate v3.4.0
9192026-04-17T23:02:21.335Z Downloaded progenitor-client v0.10.0
9202026-04-17T23:02:21.335Z Downloaded progenitor-macro v0.11.2
9212026-04-17T23:02:21.335Z Downloaded progenitor-macro v0.10.0
9222026-04-17T23:02:21.335Z Downloaded pem v3.0.6
9232026-04-17T23:02:21.335Z Downloaded proc-macro-crate v1.3.1
9242026-04-17T23:02:21.335Z Downloaded paste v1.0.15
9252026-04-17T23:02:21.335Z Downloaded parse-display-derive v0.10.0
9262026-04-17T23:02:21.335Z Downloaded psl-types v2.0.11
9272026-04-17T23:02:21.335Z Downloaded ignore v0.4.25
9282026-04-17T23:02:21.335Z Downloaded password-hash v0.5.0
9292026-04-17T23:02:21.335Z Downloaded pem-rfc7468 v0.7.0
9302026-04-17T23:02:21.340Z Downloaded peg v0.8.5
9312026-04-17T23:02:21.340Z Downloaded pkg-config v0.3.32
9322026-04-17T23:02:21.340Z Downloaded ed25519-dalek v2.2.0
9332026-04-17T23:02:21.340Z Downloaded phf v0.12.1
9342026-04-17T23:02:21.340Z Downloaded num-complex v0.4.6
9352026-04-17T23:02:21.340Z Downloaded phf v0.13.1
9362026-04-17T23:02:21.340Z Downloaded quick-error v1.2.3
9372026-04-17T23:02:21.340Z Downloaded radium v0.7.0
9382026-04-17T23:02:21.340Z Downloaded diesel_derives v2.3.7
9392026-04-17T23:02:21.340Z Downloaded pin-project-lite v0.2.17
9402026-04-17T23:02:21.340Z Downloaded rand_chacha v0.3.1
9412026-04-17T23:02:21.340Z Downloaded expectorate v1.2.0
9422026-04-17T23:02:21.340Z Downloaded polyval v0.6.2
9432026-04-17T23:02:21.340Z Downloaded num-integer v0.1.46
9442026-04-17T23:02:21.340Z Downloaded pin-project-internal v1.1.11
9452026-04-17T23:02:21.341Z Downloaded poly1305 v0.8.0
9462026-04-17T23:02:21.341Z Downloaded password-hash v0.4.2
9472026-04-17T23:02:21.341Z Downloaded const_format v0.2.35
9482026-04-17T23:02:21.341Z Downloaded predicates-core v1.0.10
9492026-04-17T23:02:21.341Z Downloaded postgres-protocol v0.6.10
9502026-04-17T23:02:21.341Z Downloaded ref-cast v1.0.25
9512026-04-17T23:02:21.341Z Downloaded parking_lot v0.11.2
9522026-04-17T23:02:21.341Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-04-17T23:02:21.341Z Downloaded omicron-zone-package v0.12.2
9542026-04-17T23:02:21.341Z Downloaded recursive v0.1.1
9552026-04-17T23:02:21.341Z Downloaded bumpalo v3.20.2
9562026-04-17T23:02:21.341Z Downloaded owo-colors v4.3.0
9572026-04-17T23:02:21.341Z Downloaded parking_lot_core v0.8.6
9582026-04-17T23:02:21.341Z Downloaded rand_xorshift v0.4.0
9592026-04-17T23:02:21.341Z Downloaded progenitor v0.13.0
9602026-04-17T23:02:21.341Z Downloaded base64 v0.21.7
9612026-04-17T23:02:21.341Z Downloaded rfc6979 v0.4.0
9622026-04-17T23:02:21.341Z Downloaded parking_lot_core v0.9.12
9632026-04-17T23:02:21.341Z Downloaded indicatif v0.18.4
9642026-04-17T23:02:21.341Z Downloaded ref-cast-impl v1.0.25
9652026-04-17T23:02:21.341Z Downloaded libbz2-rs-sys v0.2.2
9662026-04-17T23:02:21.341Z Downloaded crossbeam-channel v0.5.15
9672026-04-17T23:02:21.341Z Downloaded heapless v0.8.0
9682026-04-17T23:02:21.341Z Downloaded progenitor-macro v0.13.0
9692026-04-17T23:02:21.341Z Downloaded peg-macros v0.8.5
9702026-04-17T23:02:21.341Z Downloaded primeorder v0.13.6
9712026-04-17T23:02:21.341Z Downloaded rustc-hash v2.1.1
9722026-04-17T23:02:21.341Z Downloaded russh-cryptovec v0.7.3
9732026-04-17T23:02:21.341Z Downloaded progenitor v0.11.2
9742026-04-17T23:02:21.341Z Downloaded progenitor v0.10.0
9752026-04-17T23:02:21.341Z Downloaded predicates v3.1.4
9762026-04-17T23:02:21.341Z Downloaded psm v0.1.30
9772026-04-17T23:02:21.341Z Downloaded derive_more-impl v2.1.1
9782026-04-17T23:02:21.341Z Downloaded rtoolbox v0.0.3
9792026-04-17T23:02:21.341Z Downloaded r2d2 v0.8.10
9802026-04-17T23:02:21.341Z Downloaded hickory-resolver v0.24.4
9812026-04-17T23:02:21.341Z Downloaded der v0.7.10
9822026-04-17T23:02:21.341Z Downloaded rustc_version v0.4.1
9832026-04-17T23:02:21.341Z Downloaded progenitor-client v0.13.0
9842026-04-17T23:02:21.341Z Downloaded ppv-lite86 v0.2.21
9852026-04-17T23:02:21.342Z Downloaded pkcs8 v0.10.2
9862026-04-17T23:02:21.342Z Downloaded crossterm v0.28.1
9872026-04-17T23:02:21.342Z Downloaded rustc_version v0.1.7
9882026-04-17T23:02:21.342Z Downloaded rand_chacha v0.9.0
9892026-04-17T23:02:21.342Z Downloaded postcard v1.1.3
9902026-04-17T23:02:21.342Z Downloaded pkcs5 v0.7.1
9912026-04-17T23:02:21.342Z Downloaded rand_seeder v0.4.0
9922026-04-17T23:02:21.342Z Downloaded rand_core v0.6.4
9932026-04-17T23:02:21.342Z Downloaded miniz_oxide v0.8.9
9942026-04-17T23:02:21.342Z Downloaded indexmap v1.9.3
9952026-04-17T23:02:21.342Z Downloaded heapless v0.7.17
9962026-04-17T23:02:21.342Z Downloaded oso v0.27.3
9972026-04-17T23:02:21.342Z Downloaded postgres-types v0.2.12
9982026-04-17T23:02:21.342Z Downloaded salsa20 v0.10.2
9992026-04-17T23:02:21.342Z Downloaded pkcs1 v0.7.5
10002026-04-17T23:02:21.342Z Downloaded progenitor-extras v0.1.1
10012026-04-17T23:02:21.342Z Downloaded scopeguard v1.2.0
10022026-04-17T23:02:21.342Z Downloaded papergrid v0.17.0
10032026-04-17T23:02:21.342Z Downloaded jiff-static v0.2.21
10042026-04-17T23:02:21.342Z Downloaded sapling-renderdag v0.1.0
10052026-04-17T23:02:21.342Z Downloaded scroll_derive v0.13.1
10062026-04-17T23:02:21.342Z Downloaded scheduled-thread-pool v0.2.7
10072026-04-17T23:02:21.342Z Downloaded scrypt v0.11.0
10082026-04-17T23:02:21.342Z Downloaded secrecy v0.10.3
10092026-04-17T23:02:21.342Z Downloaded secrecy v0.8.0
10102026-04-17T23:02:21.342Z Downloaded seq-macro v0.3.6
10112026-04-17T23:02:21.342Z Downloaded proc-macro-error2 v2.0.1
10122026-04-17T23:02:21.342Z Downloaded hickory-resolver v0.25.2
10132026-04-17T23:02:21.342Z Downloaded quinn-udp v0.5.14
10142026-04-17T23:02:21.342Z Downloaded resolv-conf v0.7.6
10152026-04-17T23:02:21.346Z Downloaded serde_bytes v0.11.19
10162026-04-17T23:02:21.346Z Downloaded semver v0.1.20
10172026-04-17T23:02:21.346Z Downloaded serde_plain v1.0.2
10182026-04-17T23:02:21.346Z Downloaded pin-project v1.1.11
10192026-04-17T23:02:21.349Z Downloaded sha1 v0.10.6
10202026-04-17T23:02:21.352Z Downloaded serde_spanned v1.0.4
10212026-04-17T23:02:21.352Z Downloaded serde_urlencoded v0.7.1
10222026-04-17T23:02:21.355Z Downloaded rand_core v0.10.0
10232026-04-17T23:02:21.355Z Downloaded http v1.4.0
10242026-04-17T23:02:21.358Z Downloaded serde-big-array v0.5.1
10252026-04-17T23:02:21.358Z Downloaded rand_core v0.9.5
10262026-04-17T23:02:21.362Z Downloaded p256 v0.13.2
10272026-04-17T23:02:21.362Z Downloaded signal-hook-tokio v0.3.1
10282026-04-17T23:02:21.362Z Downloaded shell-words v1.1.1
10292026-04-17T23:02:21.365Z Downloaded rustls-pemfile v2.2.0
10302026-04-17T23:02:21.365Z Downloaded rustls-native-certs v0.8.3
10312026-04-17T23:02:21.368Z Downloaded signature v2.2.0
10322026-04-17T23:02:21.369Z Downloaded signal-hook-mio v0.2.5
10332026-04-17T23:02:21.369Z Downloaded sigpipe v0.1.3
10342026-04-17T23:02:21.372Z Downloaded rustls-pemfile v1.0.4
10352026-04-17T23:02:21.372Z Downloaded parking_lot v0.12.5
10362026-04-17T23:02:21.374Z Downloaded rusty-fork v0.3.1
10372026-04-17T23:02:21.375Z Downloaded minimal-lexical v0.2.1
10382026-04-17T23:02:21.379Z Downloaded prefix-trie v0.7.0
10392026-04-17T23:02:21.382Z Downloaded siphasher v1.0.2
10402026-04-17T23:02:21.382Z Downloaded schemars_derive v0.8.22
10412026-04-17T23:02:21.385Z Downloaded slog-bunyan v2.5.0
10422026-04-17T23:02:21.385Z Downloaded same-file v1.0.6
10432026-04-17T23:02:21.387Z Downloaded rustversion v1.0.22
10442026-04-17T23:02:21.394Z Downloaded scroll v0.13.0
10452026-04-17T23:02:21.397Z Downloaded sec1 v0.7.3
10462026-04-17T23:02:21.400Z Downloaded sqlparser_derive v0.5.0
10472026-04-17T23:02:21.400Z Downloaded progenitor-impl v0.11.2
10482026-04-17T23:02:21.403Z Downloaded sct v0.7.1
10492026-04-17T23:02:21.403Z Downloaded aes-gcm v0.10.3
10502026-04-17T23:02:21.406Z Downloaded progenitor-impl v0.10.0
10512026-04-17T23:02:21.409Z Downloaded serde-hex v0.1.0
10522026-04-17T23:02:21.409Z Downloaded dropshot-api-manager v0.6.0
10532026-04-17T23:02:21.412Z Downloaded ssh-cipher v0.2.0
10542026-04-17T23:02:21.412Z Downloaded ssh-encoding v0.2.0
10552026-04-17T23:02:21.415Z Downloaded serde_derive_internals v0.29.1
10562026-04-17T23:02:21.418Z Downloaded hickory-server v0.25.2
10572026-04-17T23:02:21.421Z Downloaded serde_path_to_error v0.1.20
10582026-04-17T23:02:21.424Z Downloaded serde_repr v0.1.20
10592026-04-17T23:02:21.427Z Downloaded structmeta-derive v0.3.0
10602026-04-17T23:02:21.427Z Downloaded signal-hook-registry v1.4.8
10612026-04-17T23:02:21.432Z Downloaded shlex v1.3.0
10622026-04-17T23:02:21.435Z Downloaded openssl-sys v0.9.111
10632026-04-17T23:02:21.438Z Downloaded strum v0.27.2
10642026-04-17T23:02:21.438Z Downloaded strum v0.26.3
10652026-04-17T23:02:21.438Z Downloaded simd-adler32 v0.3.8
10662026-04-17T23:02:21.441Z Downloaded rustls-pki-types v1.14.0
10672026-04-17T23:02:21.441Z Downloaded structmeta v0.3.0
10682026-04-17T23:02:21.444Z Downloaded slog-envlogger v2.2.0
10692026-04-17T23:02:21.444Z Downloaded strip-ansi-escapes v0.2.1
10702026-04-17T23:02:21.447Z Downloaded slog-scope v4.4.1
10712026-04-17T23:02:21.447Z Downloaded slog-term v2.9.2
10722026-04-17T23:02:21.450Z Downloaded supports-color v3.0.2
10732026-04-17T23:02:21.450Z Downloaded slog-json v2.6.1
10742026-04-17T23:02:21.453Z Downloaded slog-dtrace v0.3.0
10752026-04-17T23:02:21.453Z Downloaded slog-async v2.8.0
10762026-04-17T23:02:21.453Z Downloaded slab v0.4.12
10772026-04-17T23:02:21.456Z Downloaded hashbrown v0.13.2
10782026-04-17T23:02:21.459Z Downloaded hashbrown v0.12.3
10792026-04-17T23:02:21.459Z Downloaded itertools v0.10.5
10802026-04-17T23:02:21.462Z Downloaded sync_wrapper v1.0.2
10812026-04-17T23:02:21.465Z Downloaded sync-ptr v0.1.4
10822026-04-17T23:02:21.465Z Downloaded subtle v2.6.1
10832026-04-17T23:02:21.465Z Downloaded tap v1.0.1
10842026-04-17T23:02:21.465Z Downloaded tabwriter v1.4.1
10852026-04-17T23:02:21.468Z Downloaded thiserror-impl-no-std v2.0.2
10862026-04-17T23:02:21.468Z Downloaded prettyplease v0.2.37
10872026-04-17T23:02:21.471Z Downloaded progenitor-impl v0.13.0
10882026-04-17T23:02:21.471Z Downloaded spki v0.7.3
10892026-04-17T23:02:21.474Z Downloaded smf v0.2.3
10902026-04-17T23:02:21.474Z Downloaded slog-stdlog v4.1.1
10912026-04-17T23:02:21.474Z Downloaded blake3 v1.8.3
10922026-04-17T23:02:21.478Z Downloaded snafu-derive v0.8.9
10932026-04-17T23:02:21.481Z Downloaded russh-keys v0.45.0
10942026-04-17T23:02:21.481Z Downloaded tagptr v0.2.0
10952026-04-17T23:02:21.484Z Downloaded stacker v0.1.23
10962026-04-17T23:02:21.484Z Downloaded time-core v0.1.8
10972026-04-17T23:02:21.484Z Downloaded testing_table v0.3.0
10982026-04-17T23:02:21.487Z Downloaded take_mut v0.2.2
10992026-04-17T23:02:21.487Z Downloaded tinyvec_macros v0.1.1
11002026-04-17T23:02:21.487Z Downloaded sqlformat v0.3.5
11012026-04-17T23:02:21.487Z Downloaded serde_cbor v0.11.2
11022026-04-17T23:02:21.490Z Downloaded crossterm v0.29.0
11032026-04-17T23:02:21.493Z Downloaded string_cache v0.8.9
11042026-04-17T23:02:21.496Z Downloaded static_assertions v1.1.0
11052026-04-17T23:02:21.496Z Downloaded serde_with_macros v3.17.0
11062026-04-17T23:02:21.499Z Downloaded thread-id v5.1.0
11072026-04-17T23:02:21.502Z Downloaded tokio-macros v2.7.0
11082026-04-17T23:02:21.506Z Downloaded hyper-util v0.1.20
11092026-04-17T23:02:21.509Z Downloaded stringprep v0.1.5
11102026-04-17T23:02:21.512Z Downloaded strum_macros v0.24.3
11112026-04-17T23:02:21.516Z Downloaded ryu v1.0.23
11122026-04-17T23:02:21.519Z Downloaded ron v0.8.1
11132026-04-17T23:02:21.522Z Downloaded support-bundle-viewer v0.1.2
11142026-04-17T23:02:21.525Z Downloaded smallvec v0.6.14
11152026-04-17T23:02:21.525Z Downloaded rcgen v0.12.1
11162026-04-17T23:02:21.528Z Downloaded pretty_assertions v1.4.1
11172026-04-17T23:02:21.528Z Downloaded strum_macros v0.27.2
11182026-04-17T23:02:21.531Z Downloaded mio v1.2.0
11192026-04-17T23:02:21.533Z Downloaded tabled_derive v0.11.0
11202026-04-17T23:02:21.533Z Downloaded schemars v0.8.22
11212026-04-17T23:02:21.539Z Downloaded thread_local v1.1.9
11222026-04-17T23:02:21.542Z Downloaded termtree v0.5.1
11232026-04-17T23:02:21.542Z Downloaded quinn v0.11.9
11242026-04-17T23:02:21.545Z Downloaded libxml v0.3.3
11252026-04-17T23:02:21.548Z Downloaded spin v0.9.8
11262026-04-17T23:02:21.550Z Downloaded iri-string v0.7.10
11272026-04-17T23:02:21.553Z Downloaded topological-sort v0.2.2
11282026-04-17T23:02:21.553Z Downloaded tiny-keccak v2.0.2
11292026-04-17T23:02:21.558Z Downloaded time-macros v0.2.27
11302026-04-17T23:02:21.558Z Downloaded tower-layer v0.3.3
11312026-04-17T23:02:21.561Z Downloaded thiserror-no-std v2.0.2
11322026-04-17T23:02:21.561Z Downloaded termios v0.3.3
11332026-04-17T23:02:21.561Z Downloaded rand v0.8.5
11342026-04-17T23:02:21.564Z Downloaded rustls-platform-verifier v0.6.2
11352026-04-17T23:02:21.566Z Downloaded num-bigint v0.4.6
11362026-04-17T23:02:21.569Z Downloaded trait-variant v0.1.2
11372026-04-17T23:02:21.569Z Downloaded tower-service v0.3.3
11382026-04-17T23:02:21.569Z Downloaded strum_macros v0.26.4
11392026-04-17T23:02:21.572Z Downloaded signal-hook v0.3.18
11402026-04-17T23:02:21.572Z Downloaded rayon-core v1.13.0
11412026-04-17T23:02:21.575Z Downloaded tls_codec_derive v0.4.2
11422026-04-17T23:02:21.578Z Downloaded tls_codec v0.4.2
11432026-04-17T23:02:21.578Z Downloaded tokio-dtrace v0.1.1
11442026-04-17T23:02:21.581Z Downloaded typify-macro v0.4.3
11452026-04-17T23:02:21.581Z Downloaded tokio-rustls v0.25.0
11462026-04-17T23:02:21.585Z Downloaded universal-hash v0.5.1
11472026-04-17T23:02:21.588Z Downloaded slog v2.8.2
11482026-04-17T23:02:21.588Z Downloaded unit-prefix v0.5.2
11492026-04-17T23:02:21.591Z Downloaded iddqd v0.3.17
11502026-04-17T23:02:21.595Z Downloaded hashbrown v0.15.5
11512026-04-17T23:02:21.598Z Downloaded tokio-tungstenite v0.23.1
11522026-04-17T23:02:21.598Z Downloaded socket2 v0.6.3
11532026-04-17T23:02:21.601Z Downloaded tokio-tungstenite v0.21.0
11542026-04-17T23:02:21.601Z Downloaded unicode-truncate v1.1.0
11552026-04-17T23:02:21.604Z Downloaded tokio-native-tls v0.3.1
11562026-04-17T23:02:21.604Z Downloaded unarray v0.1.4
11572026-04-17T23:02:21.604Z Downloaded utf-8 v0.7.6
11582026-04-17T23:02:21.607Z Downloaded usdt-macro v0.6.0
11592026-04-17T23:02:21.607Z Downloaded typify-macro v0.6.1
11602026-04-17T23:02:21.607Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11612026-04-17T23:02:21.610Z Downloaded publicsuffix v2.3.0
11622026-04-17T23:02:21.610Z Downloaded untrusted v0.7.1
11632026-04-17T23:02:21.610Z Downloaded untrusted v0.9.0
11642026-04-17T23:02:21.613Z Downloaded serde_yaml v0.9.34+deprecated
11652026-04-17T23:02:21.616Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-04-17T23:02:21.619Z Downloaded term v0.7.0
11672026-04-17T23:02:21.619Z Downloaded try-lock v0.2.5
11682026-04-17T23:02:21.619Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-04-17T23:02:21.622Z Downloaded socket2 v0.5.10
11702026-04-17T23:02:21.625Z Downloaded rand v0.9.2
11712026-04-17T23:02:21.628Z Downloaded usdt v0.6.0
11722026-04-17T23:02:21.631Z Downloaded waitgroup v0.1.2
11732026-04-17T23:02:21.633Z Downloaded tui-tree-widget v0.23.1
11742026-04-17T23:02:21.637Z Downloaded term v1.2.1
11752026-04-17T23:02:21.640Z Downloaded nom v7.1.3
11762026-04-17T23:02:21.642Z Downloaded samael v0.0.19
11772026-04-17T23:02:21.645Z Downloaded tokio-rustls v0.26.4
11782026-04-17T23:02:21.648Z Downloaded tokio-stream v0.1.18
11792026-04-17T23:02:21.651Z Downloaded want v0.3.1
11802026-04-17T23:02:21.651Z Downloaded futures-util v0.3.32
11812026-04-17T23:02:21.656Z Downloaded xattr v1.6.1
11822026-04-17T23:02:21.659Z Downloaded similar v2.7.0
11832026-04-17T23:02:21.662Z Downloaded rsa v0.9.10
11842026-04-17T23:02:21.665Z Downloaded schemars v0.9.0
11852026-04-17T23:02:21.669Z Downloaded xshell-macros v0.2.7
11862026-04-17T23:02:21.672Z Downloaded usdt-attr-macro v0.6.0
11872026-04-17T23:02:21.672Z Downloaded snafu v0.8.9
11882026-04-17T23:02:21.675Z Downloaded itertools v0.12.1
11892026-04-17T23:02:21.678Z Downloaded test-strategy v0.4.5
11902026-04-17T23:02:21.681Z Downloaded hyper v1.8.1
11912026-04-17T23:02:21.684Z Downloaded zone v0.3.1
11922026-04-17T23:02:21.684Z Downloaded toml_parser v1.0.9+spec-1.1.0
11932026-04-17T23:02:21.687Z Downloaded tinyvec v1.10.0
11942026-04-17T23:02:21.687Z Downloaded rustls-webpki v0.103.9
11952026-04-17T23:02:21.690Z Downloaded zeroize_derive v1.4.3
11962026-04-17T23:02:21.690Z Downloaded void v1.0.2
11972026-04-17T23:02:21.690Z Downloaded subprocess v0.2.15
11982026-04-17T23:02:21.693Z Downloaded h2 v0.4.13
11992026-04-17T23:02:21.696Z Downloaded qorb v0.4.1
12002026-04-17T23:02:21.702Z Downloaded wait-timeout v0.2.1
12012026-04-17T23:02:21.705Z Downloaded whoami v2.1.0
12022026-04-17T23:02:21.705Z Downloaded vergen-git2 v1.0.7
12032026-04-17T23:02:21.708Z Downloaded vergen-gitcl v1.0.8
12042026-04-17T23:02:21.710Z Downloaded zone_cfg_derive v0.3.1
12052026-04-17T23:02:21.711Z Downloaded hkdf v0.12.4
12062026-04-17T23:02:21.713Z Downloaded twox-hash v2.1.2
12072026-04-17T23:02:21.713Z Downloaded wyz v0.5.1
12082026-04-17T23:02:21.713Z Downloaded vsss-rs v3.3.4
12092026-04-17T23:02:21.717Z Downloaded tracing-attributes v0.1.31
12102026-04-17T23:02:21.717Z Downloaded toml v0.9.12+spec-1.1.0
12112026-04-17T23:02:21.719Z Downloaded rand v0.10.0
12122026-04-17T23:02:21.722Z Downloaded walkdir v2.5.0
12132026-04-17T23:02:21.722Z Downloaded vergen-lib v0.1.6
12142026-04-17T23:02:21.725Z Downloaded num-bigint-dig v0.8.6
12152026-04-17T23:02:21.725Z Downloaded tar v0.4.45
12162026-04-17T23:02:21.728Z Downloaded zeroize v1.8.2
12172026-04-17T23:02:21.728Z Downloaded itertools v0.13.0
12182026-04-17T23:02:21.731Z Downloaded libm v0.2.16
12192026-04-17T23:02:21.736Z Downloaded whoami v1.6.1
12202026-04-17T23:02:21.739Z Downloaded usdt-impl v0.6.0
12212026-04-17T23:02:21.739Z Downloaded xshell v0.2.7
12222026-04-17T23:02:21.743Z Downloaded tokio-rustls v0.24.1
12232026-04-17T23:02:21.743Z Downloaded unicode-properties v0.1.4
12242026-04-17T23:02:21.743Z Downloaded schemars v1.2.1
12252026-04-17T23:02:21.750Z Downloaded zstd v0.13.3
12262026-04-17T23:02:21.753Z Downloaded tracing-core v0.1.36
12272026-04-17T23:02:21.756Z Downloaded zstd-safe v7.2.4
12282026-04-17T23:02:21.756Z Downloaded unicode-bidi v0.3.18
12292026-04-17T23:02:21.756Z Downloaded toml v0.7.8
12302026-04-17T23:02:21.759Z Downloaded itertools v0.14.0
12312026-04-17T23:02:21.762Z Downloaded p521 v0.13.3
12322026-04-17T23:02:21.765Z Downloaded yasna v0.5.2
12332026-04-17T23:02:21.771Z Downloaded unsafe-libyaml v0.2.11
12342026-04-17T23:02:21.774Z Downloaded rpassword v7.4.0
12352026-04-17T23:02:21.777Z Downloaded vergen v9.0.6
12362026-04-17T23:02:21.777Z Downloaded uzers v0.12.2
12372026-04-17T23:02:21.780Z Downloaded russh v0.45.0
12382026-04-17T23:02:21.787Z Downloaded tungstenite v0.21.0
12392026-04-17T23:02:21.792Z Downloaded typify v0.4.3
12402026-04-17T23:02:21.796Z Downloaded unicase v2.9.0
12412026-04-17T23:02:21.799Z Downloaded typify v0.6.1
12422026-04-17T23:02:21.802Z Downloaded tungstenite v0.23.0
12432026-04-17T23:02:21.802Z Downloaded bitvec v1.0.1
12442026-04-17T23:02:21.810Z Downloaded rustyline v14.0.0
12452026-04-17T23:02:21.813Z Downloaded toml v1.0.6+spec-1.1.0
12462026-04-17T23:02:21.816Z Downloaded zerocopy v0.6.6
12472026-04-17T23:02:21.819Z Downloaded tokio-postgres v0.7.16
12482026-04-17T23:02:21.824Z Downloaded toml_edit v0.23.10+spec-1.0.0
12492026-04-17T23:02:21.828Z Downloaded uuid v1.23.0
12502026-04-17T23:02:21.830Z Downloaded steno v0.4.1
12512026-04-17T23:02:21.851Z Downloaded vte v0.14.1
12522026-04-17T23:02:21.854Z Downloaded git2 v0.20.4
12532026-04-17T23:02:21.857Z Downloaded reedline v0.40.0
12542026-04-17T23:02:21.864Z Downloaded zopfli v0.8.3
12552026-04-17T23:02:21.866Z Downloaded yansi v1.0.1
12562026-04-17T23:02:21.866Z Downloaded aws-lc-rs v1.16.0
12572026-04-17T23:02:21.877Z Downloaded toml_edit v0.19.15
12582026-04-17T23:02:21.886Z Downloaded ssh-key v0.6.7
12592026-04-17T23:02:21.889Z Downloaded p384 v0.13.1
12602026-04-17T23:02:21.892Z Downloaded chrono v0.4.44
12612026-04-17T23:02:21.897Z Downloaded unicode_categories v0.1.1
12622026-04-17T23:02:21.899Z Downloaded bindgen v0.71.1
12632026-04-17T23:02:21.903Z Downloaded zip v0.6.6
12642026-04-17T23:02:21.906Z Downloaded regex v1.12.3
12652026-04-17T23:02:21.914Z Downloaded quick-xml v0.37.5
12662026-04-17T23:02:21.923Z Downloaded portable-atomic v1.13.1
12672026-04-17T23:02:21.927Z Downloaded unicode-segmentation v1.12.0
12682026-04-17T23:02:21.930Z Downloaded rayon v1.11.0
12692026-04-17T23:02:21.934Z Downloaded x509-cert v0.2.5
12702026-04-17T23:02:21.937Z Downloaded rustls-webpki v0.101.7
12712026-04-17T23:02:21.945Z Downloaded tower v0.5.3
12722026-04-17T23:02:21.950Z Downloaded reqwest v0.13.2
12732026-04-17T23:02:21.954Z Downloaded reqwest v0.12.28
12742026-04-17T23:02:21.957Z Downloaded lalrpop v0.19.12
12752026-04-17T23:02:21.963Z Downloaded typed-path v0.9.3
12762026-04-17T23:02:21.967Z Downloaded moka v0.12.13
12772026-04-17T23:02:21.971Z Downloaded curve25519-dalek v4.1.3
12782026-04-17T23:02:21.978Z Downloaded goblin v0.10.5
12792026-04-17T23:02:21.985Z Downloaded zip v4.6.1
12802026-04-17T23:02:21.988Z Downloaded tough v0.20.0
12812026-04-17T23:02:21.995Z Downloaded unicode-normalization v0.1.25
12822026-04-17T23:02:21.998Z Downloaded salty v0.3.0
12832026-04-17T23:02:22.001Z Downloaded zerocopy-derive v0.8.40
12842026-04-17T23:02:22.005Z Downloaded tokio-util v0.7.18
12852026-04-17T23:02:22.009Z Downloaded proptest v1.10.0
12862026-04-17T23:02:22.015Z Downloaded petname v2.0.2
12872026-04-17T23:02:22.019Z Downloaded serde_with v3.17.0
12882026-04-17T23:02:22.036Z Downloaded object v0.30.4
12892026-04-17T23:02:22.042Z Downloaded tower-http v0.6.8
12902026-04-17T23:02:22.049Z Downloaded rustls-webpki v0.102.8
12912026-04-17T23:02:22.059Z Downloaded winnow v0.6.26
12922026-04-17T23:02:22.064Z Downloaded nix v0.27.1
12932026-04-17T23:02:22.070Z Downloaded quinn-proto v0.11.13
12942026-04-17T23:02:22.081Z Downloaded openssl v0.10.75
12952026-04-17T23:02:22.088Z Downloaded winnow v0.5.40
12962026-04-17T23:02:22.092Z Downloaded radix_trie v0.2.1
12972026-04-17T23:02:22.096Z Downloaded bstr v1.12.1
12982026-04-17T23:02:22.101Z Downloaded polar-core v0.27.3
12992026-04-17T23:02:22.106Z Downloaded nix v0.28.0
13002026-04-17T23:02:22.112Z Downloaded dropshot v0.17.0
13012026-04-17T23:02:22.124Z Downloaded tabled v0.20.0
13022026-04-17T23:02:22.134Z Downloaded rustls v0.21.12
13032026-04-17T23:02:22.141Z Downloaded time v0.3.47
13042026-04-17T23:02:22.147Z Downloaded smoltcp v0.9.1
13052026-04-17T23:02:22.153Z Downloaded nix v0.29.0
13062026-04-17T23:02:22.161Z Downloaded vcpkg v0.2.15
13072026-04-17T23:02:22.182Z Downloaded zlib-rs v0.6.2
13082026-04-17T23:02:22.185Z Downloaded hickory-proto v0.24.4
13092026-04-17T23:02:22.193Z Downloaded nix v0.31.2
13102026-04-17T23:02:22.199Z Downloaded zerocopy v0.8.40
13112026-04-17T23:02:22.205Z Downloaded regress v0.10.5
13122026-04-17T23:02:22.210Z Downloaded smoltcp v0.11.0
13132026-04-17T23:02:22.216Z Downloaded hickory-proto v0.25.2
13142026-04-17T23:02:22.225Z Downloaded regex-syntax v0.8.10
13152026-04-17T23:02:22.229Z Downloaded diesel v2.3.7
13162026-04-17T23:02:22.241Z Downloaded rustix v0.38.44
13172026-04-17T23:02:22.253Z Downloaded rustls v0.23.37
13182026-04-17T23:02:22.260Z Downloaded rustls v0.22.4
13192026-04-17T23:02:22.267Z Downloaded openapiv3 v2.2.0
13202026-04-17T23:02:22.274Z Downloaded webpki-roots v1.0.6
13212026-04-17T23:02:22.276Z Downloaded object v0.37.3
13222026-04-17T23:02:22.282Z Downloaded sqlparser v0.61.0
13232026-04-17T23:02:22.288Z Downloaded regex-syntax v0.6.29
13242026-04-17T23:02:22.292Z Downloaded dropshot v0.16.7
13252026-04-17T23:02:22.320Z Downloaded sled v0.34.7
13262026-04-17T23:02:22.325Z Downloaded tracing v0.1.44
13272026-04-17T23:02:22.338Z Downloaded typify-impl v0.6.1
13282026-04-17T23:02:22.346Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-04-17T23:02:22.353Z Downloaded ratatui v0.29.0
13302026-04-17T23:02:22.364Z Downloaded zerocopy-derive v0.6.6
13312026-04-17T23:02:22.370Z Downloaded typify-impl v0.4.3
13322026-04-17T23:02:22.378Z Downloaded regex-automata v0.4.14
13332026-04-17T23:02:22.392Z Downloaded chrono-tz v0.10.4
13342026-04-17T23:02:22.403Z Downloaded jiff v0.2.21
13352026-04-17T23:02:22.433Z Downloaded tokio v1.52.1
13362026-04-17T23:02:22.458Z Downloaded petgraph v0.6.5
13372026-04-17T23:02:22.512Z Downloaded csv v1.4.0
13382026-04-17T23:02:22.524Z Downloaded petgraph v0.8.3
13392026-04-17T23:02:22.536Z Downloaded libz-sys v1.1.24
13402026-04-17T23:02:22.548Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-04-17T23:02:22.557Z Downloaded sha3 v0.10.8
13422026-04-17T23:02:22.628Z Downloaded encoding_rs v0.8.35
13432026-04-17T23:02:22.650Z Downloaded ring v0.17.14
13442026-04-17T23:02:22.681Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-04-17T23:02:23.044Z Downloaded aws-lc-sys v0.37.1
13462026-04-17T23:02:23.283Z Compiling libc v0.2.185
13472026-04-17T23:02:23.283Z Compiling serde v1.0.228
13482026-04-17T23:02:23.286Z Compiling log v0.4.29
13492026-04-17T23:02:23.287Z Compiling shlex v1.3.0
13502026-04-17T23:02:23.440Z Compiling find-msvc-tools v0.1.9
13512026-04-17T23:02:23.448Z Compiling smallvec v1.15.1
13522026-04-17T23:02:23.459Z Compiling syn v2.0.117
13532026-04-17T23:02:23.472Z Compiling typenum v1.19.0
13542026-04-17T23:02:23.621Z Compiling generic-array v0.14.7
13552026-04-17T23:02:23.637Z Compiling subtle v2.6.1
13562026-04-17T23:02:23.655Z Compiling scopeguard v1.2.0
13572026-04-17T23:02:23.730Z Compiling const-oid v0.9.6
13582026-04-17T23:02:23.753Z Compiling lock_api v0.4.14
13592026-04-17T23:02:23.767Z Compiling portable-atomic v1.13.1
13602026-04-17T23:02:23.815Z Compiling zerocopy v0.8.40
13612026-04-17T23:02:23.868Z Compiling critical-section v1.2.0
13622026-04-17T23:02:23.975Z Compiling serde_json v1.0.149
13632026-04-17T23:02:23.990Z Compiling pin-project-lite v0.2.17
13642026-04-17T23:02:24.088Z Compiling parking_lot_core v0.9.12
13652026-04-17T23:02:24.271Z Compiling pkg-config v0.3.32
13662026-04-17T23:02:24.285Z Compiling getrandom v0.2.17
13672026-04-17T23:02:24.331Z Compiling jobserver v0.1.34
13682026-04-17T23:02:24.361Z Compiling errno v0.3.14
13692026-04-17T23:02:24.441Z Compiling rand_core v0.6.4
13702026-04-17T23:02:24.529Z Compiling signal-hook-registry v1.4.8
13712026-04-17T23:02:24.545Z Compiling cc v1.2.56
13722026-04-17T23:02:24.734Z Compiling bitflags v2.11.0
13732026-04-17T23:02:24.808Z Compiling libm v0.2.16
13742026-04-17T23:02:24.838Z Compiling mio v1.2.0
13752026-04-17T23:02:24.974Z Compiling once_cell v1.21.3
13762026-04-17T23:02:25.002Z Compiling parking_lot v0.12.5
13772026-04-17T23:02:25.017Z Compiling num-traits v0.2.19
13782026-04-17T23:02:25.141Z Compiling futures-core v0.3.32
13792026-04-17T23:02:25.302Z Compiling percent-encoding v2.3.2
13802026-04-17T23:02:25.317Z Compiling socket2 v0.6.3
13812026-04-17T23:02:25.339Z Compiling allocator-api2 v0.2.21
13822026-04-17T23:02:25.366Z Compiling cpufeatures v0.2.17
13832026-04-17T23:02:25.378Z Compiling futures-sink v0.3.32
13842026-04-17T23:02:25.443Z Compiling foldhash v0.2.0
13852026-04-17T23:02:25.484Z Compiling futures-channel v0.3.32
13862026-04-17T23:02:25.498Z Compiling futures-io v0.3.32
13872026-04-17T23:02:25.655Z Compiling hashbrown v0.16.1
13882026-04-17T23:02:25.669Z Compiling futures-task v0.3.32
13892026-04-17T23:02:25.682Z Compiling slab v0.4.12
13902026-04-17T23:02:25.716Z Compiling getrandom v0.4.1
13912026-04-17T23:02:25.734Z Compiling rand_core v0.10.0
13922026-04-17T23:02:25.838Z Compiling rustversion v1.0.22
13932026-04-17T23:02:25.864Z Compiling getrandom v0.3.4
13942026-04-17T23:02:25.922Z Compiling form_urlencoded v1.2.2
13952026-04-17T23:02:26.155Z Compiling cmake v0.1.57
13962026-04-17T23:02:26.224Z Compiling indexmap v2.13.0
13972026-04-17T23:02:26.312Z Compiling synstructure v0.13.2
13982026-04-17T23:02:26.335Z Compiling dunce v1.0.5
13992026-04-17T23:02:26.434Z Compiling base64ct v1.8.3
14002026-04-17T23:02:26.553Z Compiling fs_extra v1.3.0
14012026-04-17T23:02:26.662Z Compiling ident_case v1.0.1
14022026-04-17T23:02:26.722Z Compiling pem-rfc7468 v0.7.0
14032026-04-17T23:02:26.785Z Compiling flagset v0.4.7
14042026-04-17T23:02:26.800Z Compiling rand_core v0.9.5
14052026-04-17T23:02:26.813Z Compiling rustix v1.1.3
14062026-04-17T23:02:26.827Z Compiling aws-lc-sys v0.37.1
14072026-04-17T23:02:26.847Z Compiling iana-time-zone v0.1.65
14082026-04-17T23:02:26.901Z Compiling uuid v1.23.0
14092026-04-17T23:02:26.915Z Compiling ring v0.17.14
14102026-04-17T23:02:27.027Z Compiling rustc_version v0.4.1
14112026-04-17T23:02:27.045Z Compiling vcpkg v0.2.15
14122026-04-17T23:02:27.064Z Compiling regex-syntax v0.8.10
14132026-04-17T23:02:27.341Z Compiling aws-lc-rs v1.16.0
14142026-04-17T23:02:27.651Z Compiling tracing-core v0.1.36
14152026-04-17T23:02:27.671Z Compiling pest_generator v2.8.6
14162026-04-17T23:02:27.825Z Compiling openssl-sys v0.9.111
14172026-04-17T23:02:28.091Z Compiling serde_derive v1.0.228
14182026-04-17T23:02:28.190Z Compiling zeroize_derive v1.4.3
14192026-04-17T23:02:28.346Z Compiling zerofrom-derive v0.1.6
14202026-04-17T23:02:28.374Z Compiling yoke-derive v0.8.1
14212026-04-17T23:02:28.538Z Compiling zerocopy-derive v0.8.40
14222026-04-17T23:02:28.842Z Compiling zeroize v1.8.2
14232026-04-17T23:02:29.472Z Compiling zerovec-derive v0.11.2
14242026-04-17T23:02:29.545Z Compiling displaydoc v0.2.5
14252026-04-17T23:02:29.602Z Compiling crypto-common v0.1.7
14262026-04-17T23:02:29.741Z Compiling zerofrom v0.1.6
14272026-04-17T23:02:29.755Z Compiling block-buffer v0.10.4
14282026-04-17T23:02:29.865Z Compiling yoke v0.8.1
14292026-04-17T23:02:29.923Z Compiling digest v0.10.7
14302026-04-17T23:02:30.064Z Compiling tokio-macros v2.7.0
14312026-04-17T23:02:30.168Z Compiling hmac v0.12.1
14322026-04-17T23:02:30.271Z Compiling zerotrie v0.2.3
14332026-04-17T23:02:30.322Z Compiling futures-macro v0.3.32
14342026-04-17T23:02:30.558Z Compiling zerovec v0.11.5
14352026-04-17T23:02:30.573Z Compiling block-padding v0.3.3
14362026-04-17T23:02:30.731Z Compiling inout v0.1.4
14372026-04-17T23:02:30.765Z Compiling sha2 v0.10.9
14382026-04-17T23:02:30.901Z Compiling cipher v0.4.4
14392026-04-17T23:02:31.050Z Compiling tinystr v0.8.2
14402026-04-17T23:02:31.116Z Compiling potential_utf v0.1.4
14412026-04-17T23:02:31.153Z Compiling futures-util v0.3.32
14422026-04-17T23:02:31.251Z Compiling icu_locale_core v2.1.1
14432026-04-17T23:02:31.276Z Compiling icu_collections v2.1.1
14442026-04-17T23:02:31.511Z Compiling bytes v1.11.1
14452026-04-17T23:02:31.748Z Compiling der_derive v0.7.3
14462026-04-17T23:02:32.036Z Compiling tokio v1.52.1
14472026-04-17T23:02:32.074Z Compiling icu_provider v2.1.1
14482026-04-17T23:02:32.124Z Compiling http v1.4.0
14492026-04-17T23:02:32.138Z Compiling chrono v0.4.44
14502026-04-17T23:02:32.369Z Compiling icu_normalizer v2.1.1
14512026-04-17T23:02:32.691Z Compiling icu_properties v2.1.2
14522026-04-17T23:02:32.934Z Compiling ppv-lite86 v0.2.21
14532026-04-17T23:02:32.949Z Compiling der v0.7.10
14542026-04-17T23:02:33.049Z Compiling salsa20 v0.10.2
14552026-04-17T23:02:33.189Z Compiling pbkdf2 v0.12.2
14562026-04-17T23:02:33.256Z Compiling thiserror-impl v2.0.18
14572026-04-17T23:02:33.308Z Compiling scrypt v0.11.0
14582026-04-17T23:02:33.442Z Compiling rand_chacha v0.9.0
14592026-04-17T23:02:33.559Z Compiling idna_adapter v1.2.1
14602026-04-17T23:02:33.573Z Compiling aes v0.8.4
14612026-04-17T23:02:33.698Z Compiling idna v1.1.0
14622026-04-17T23:02:33.787Z Compiling spki v0.7.3
14632026-04-17T23:02:33.995Z Compiling url v2.5.8
14642026-04-17T23:02:34.137Z Compiling cbc v0.1.2
14652026-04-17T23:02:34.141Z Compiling rustls-pki-types v1.14.0
14662026-04-17T23:02:34.288Z Compiling tracing-attributes v0.1.31
14672026-04-17T23:02:34.337Z Compiling pkcs5 v0.7.1
14682026-04-17T23:02:34.566Z Compiling thiserror v2.0.18
14692026-04-17T23:02:34.590Z Compiling rand v0.9.2
14702026-04-17T23:02:34.624Z Compiling http-body v1.0.1
14712026-04-17T23:02:34.773Z Compiling serde_derive_internals v0.29.1
14722026-04-17T23:02:34.787Z Compiling schemars v0.8.22
14732026-04-17T23:02:34.790Z Compiling httparse v1.10.1
14742026-04-17T23:02:34.815Z Compiling openssl-probe v0.2.1
14752026-04-17T23:02:34.986Z Compiling base64 v0.22.1
14762026-04-17T23:02:35.001Z Compiling untrusted v0.9.0
14772026-04-17T23:02:35.113Z Compiling untrusted v0.7.1
14782026-04-17T23:02:35.256Z Compiling pkcs8 v0.10.2
14792026-04-17T23:02:35.301Z Compiling pest_derive v2.8.6
14802026-04-17T23:02:35.352Z Compiling scroll_derive v0.13.1
14812026-04-17T23:02:35.560Z Compiling tracing v0.1.44
14822026-04-17T23:02:35.560Z Compiling darling_core v0.20.11
14832026-04-17T23:02:35.643Z Compiling schemars_derive v0.8.22
14842026-04-17T23:02:35.719Z Compiling try-lock v0.2.5
14852026-04-17T23:02:35.828Z Compiling tokio-util v0.7.18
14862026-04-17T23:02:35.842Z Compiling tower-service v0.3.3
14872026-04-17T23:02:35.937Z Compiling rustls v0.23.37
14882026-04-17T23:02:36.112Z Compiling tower-layer v0.3.3
14892026-04-17T23:02:36.140Z Compiling atomic-waker v1.1.2
14902026-04-17T23:02:36.269Z Compiling tinyvec_macros v0.1.1
14912026-04-17T23:02:36.284Z Compiling dyn-clone v1.0.20
14922026-04-17T23:02:36.342Z Compiling tinyvec v1.10.0
14932026-04-17T23:02:36.420Z Compiling scroll v0.13.0
14942026-04-17T23:02:36.693Z Compiling h2 v0.4.13
14952026-04-17T23:02:36.694Z Compiling want v0.3.1
14962026-04-17T23:02:36.865Z Compiling ipnet v2.11.0
14972026-04-17T23:02:36.913Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-17T23:02:37.139Z Compiling spin v0.9.8
14992026-04-17T23:02:37.292Z Compiling aho-corasick v1.1.4
15002026-04-17T23:02:37.349Z Compiling powerfmt v0.2.0
15012026-04-17T23:02:37.363Z Compiling crc32fast v1.5.0
15022026-04-17T23:02:37.556Z Compiling openssl v0.10.75
15032026-04-17T23:02:37.694Z Compiling num-conv v0.2.0
15042026-04-17T23:02:37.737Z Compiling foreign-types-shared v0.1.1
15052026-04-17T23:02:37.786Z Compiling httpdate v1.0.3
15062026-04-17T23:02:37.821Z Compiling time-core v0.1.8
15072026-04-17T23:02:37.821Z Compiling pin-utils v0.1.0
15082026-04-17T23:02:37.854Z Compiling darling_macro v0.20.11
15092026-04-17T23:02:37.901Z Compiling foreign-types v0.3.2
15102026-04-17T23:02:37.985Z Compiling time-macros v0.2.27
15112026-04-17T23:02:38.017Z Compiling deranged v0.5.8
15122026-04-17T23:02:38.051Z Compiling tempfile v3.25.0
15132026-04-17T23:02:38.204Z Compiling regex-automata v0.4.14
15142026-04-17T23:02:38.316Z Compiling darling v0.20.11
15152026-04-17T23:02:38.427Z Compiling goblin v0.10.5
15162026-04-17T23:02:39.038Z Compiling openssl-macros v0.1.1
15172026-04-17T23:02:39.052Z Compiling socket2 v0.5.10
15182026-04-17T23:02:39.420Z Compiling wait-timeout v0.2.1
15192026-04-17T23:02:39.446Z Compiling usdt-impl v0.6.0
15202026-04-17T23:02:39.496Z Compiling native-tls v0.2.18
15212026-04-17T23:02:39.651Z Compiling hyper v1.8.1
15222026-04-17T23:02:39.683Z Compiling simd-adler32 v0.3.8
15232026-04-17T23:02:39.696Z Compiling syn v1.0.109
15242026-04-17T23:02:39.921Z Compiling bit-vec v0.8.0
15252026-04-17T23:02:39.991Z Compiling crossbeam-utils v0.8.21
15262026-04-17T23:02:40.151Z Compiling siphasher v1.0.2
15272026-04-17T23:02:40.274Z Compiling num_threads v0.1.7
15282026-04-17T23:02:40.336Z Compiling quick-error v1.2.3
15292026-04-17T23:02:40.372Z Compiling time v0.3.47
15302026-04-17T23:02:40.445Z Compiling rusty-fork v0.3.1
15312026-04-17T23:02:40.670Z Compiling hyper-util v0.1.20
15322026-04-17T23:02:40.756Z Compiling bit-set v0.8.0
15332026-04-17T23:02:41.190Z Compiling dof v0.4.0
15342026-04-17T23:02:41.934Z Compiling derive_builder_core v0.20.2
15352026-04-17T23:02:42.359Z Compiling unicode-normalization v0.1.25
15362026-04-17T23:02:42.362Z Compiling dtrace-parser v0.3.0
15372026-04-17T23:02:42.482Z Compiling rustls-native-certs v0.8.3
15382026-04-17T23:02:42.629Z Compiling signature v2.2.0
15392026-04-17T23:02:42.769Z Compiling thiserror-impl v1.0.69
15402026-04-17T23:02:42.811Z Compiling scroll_derive v0.12.1
15412026-04-17T23:02:42.826Z Compiling heapless v0.7.17
15422026-04-17T23:02:42.841Z Compiling rand_xorshift v0.4.0
15432026-04-17T23:02:43.006Z Compiling slog v2.8.2
15442026-04-17T23:02:43.063Z Compiling darling_core v0.21.3
15452026-04-17T23:02:43.170Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-17T23:02:43.191Z Compiling sync_wrapper v1.0.2
15472026-04-17T23:02:43.302Z Compiling thread-id v5.1.0
15482026-04-17T23:02:43.389Z Compiling cookie v0.18.1
15492026-04-17T23:02:43.446Z Compiling unicode-properties v0.1.4
15502026-04-17T23:02:43.468Z Compiling unarray v0.1.4
15512026-04-17T23:02:43.568Z Compiling zstd-safe v7.2.4
15522026-04-17T23:02:43.583Z Compiling adler2 v2.0.1
15532026-04-17T23:02:43.652Z Compiling paste v1.0.15
15542026-04-17T23:02:43.715Z Compiling signal-hook v0.3.18
15552026-04-17T23:02:43.765Z Compiling unicode-bidi v0.3.18
15562026-04-17T23:02:43.885Z Compiling anyhow v1.0.102
15572026-04-17T23:02:43.939Z Compiling miniz_oxide v0.8.9
15582026-04-17T23:02:44.014Z Compiling thiserror v1.0.69
15592026-04-17T23:02:44.029Z Compiling proptest v1.10.0
15602026-04-17T23:02:44.118Z Compiling stringprep v0.1.5
15612026-04-17T23:02:44.290Z Compiling scroll v0.12.0
15622026-04-17T23:02:44.555Z Compiling tower v0.5.3
15632026-04-17T23:02:44.878Z Compiling derive_builder_macro v0.20.2
15642026-04-17T23:02:45.095Z Compiling ipnetwork v0.21.1
15652026-04-17T23:02:45.150Z Compiling http-body-util v0.1.3
15662026-04-17T23:02:45.330Z Compiling webpki-roots v1.0.6
15672026-04-17T23:02:45.396Z Compiling rand_chacha v0.3.1
15682026-04-17T23:02:45.449Z Compiling toml_datetime v0.6.11
15692026-04-17T23:02:45.480Z Compiling serde_spanned v0.6.9
15702026-04-17T23:02:45.495Z Compiling erased-serde v0.3.31
15712026-04-17T23:02:45.565Z Compiling darling_macro v0.21.3
15722026-04-17T23:02:45.621Z Compiling serde_tokenstream v0.2.3
15732026-04-17T23:02:45.700Z Compiling md-5 v0.10.6
15742026-04-17T23:02:45.863Z Compiling zerocopy-derive v0.7.35
15752026-04-17T23:02:45.930Z Compiling curve25519-dalek v4.1.3
15762026-04-17T23:02:45.967Z Compiling vergen-lib v0.1.6
15772026-04-17T23:02:46.044Z Compiling num-integer v0.1.46
15782026-04-17T23:02:46.148Z Compiling hash32 v0.2.1
15792026-04-17T23:02:46.197Z Compiling ff v0.13.1
15802026-04-17T23:02:46.264Z Compiling memoffset v0.9.1
15812026-04-17T23:02:46.336Z Compiling base16ct v0.2.0
15822026-04-17T23:02:46.336Z Compiling zlib-rs v0.6.2
15832026-04-17T23:02:46.363Z Compiling smoltcp v0.9.1
15842026-04-17T23:02:46.455Z Compiling rustix v0.38.44
15852026-04-17T23:02:46.518Z Compiling fallible-iterator v0.2.0
15862026-04-17T23:02:46.693Z Compiling ref-cast v1.0.25
15872026-04-17T23:02:46.725Z Compiling iri-string v0.7.10
15882026-04-17T23:02:46.793Z Compiling num-bigint-dig v0.8.6
15892026-04-17T23:02:46.825Z Compiling ryu v1.0.23
15902026-04-17T23:02:46.978Z Compiling cfg_aliases v0.2.1
15912026-04-17T23:02:46.993Z Compiling psl-types v2.0.11
15922026-04-17T23:02:47.006Z Compiling litrs v1.0.0
15932026-04-17T23:02:47.054Z Compiling nix v0.31.2
15942026-04-17T23:02:47.114Z Compiling publicsuffix v2.3.0
15952026-04-17T23:02:47.355Z Compiling serde_urlencoded v0.7.1
15962026-04-17T23:02:47.534Z Compiling postgres-protocol v0.6.10
15972026-04-17T23:02:47.557Z Compiling document-features v0.2.12
15982026-04-17T23:02:47.649Z Compiling zerocopy v0.7.35
15992026-04-17T23:02:48.085Z Compiling tower-http v0.6.8
16002026-04-17T23:02:48.197Z Compiling sec1 v0.7.3
16012026-04-17T23:02:48.218Z Compiling newtype-uuid v1.3.2
16022026-04-17T23:02:48.262Z Compiling group v0.13.0
16032026-04-17T23:02:48.482Z Compiling num-iter v0.1.45
16042026-04-17T23:02:48.555Z Compiling darling v0.21.3
16052026-04-17T23:02:48.605Z Compiling rand v0.8.5
16062026-04-17T23:02:48.639Z Compiling derive_builder v0.20.2
16072026-04-17T23:02:48.749Z Compiling hubpack_derive v0.1.1
16082026-04-17T23:02:48.764Z Compiling oxnet v0.1.4
16092026-04-17T23:02:49.002Z Compiling tokio-native-tls v0.3.1
16102026-04-17T23:02:49.154Z Compiling goblin v0.8.2
16112026-04-17T23:02:49.439Z Compiling flate2 v1.1.9
16122026-04-17T23:02:49.615Z Compiling regex v1.12.3
16132026-04-17T23:02:49.692Z Compiling phf_shared v0.13.1
16142026-04-17T23:02:49.709Z Compiling lazy_static v1.5.0
16152026-04-17T23:02:49.802Z Compiling cargo-platform v0.1.9
16162026-04-17T23:02:49.817Z Compiling hkdf v0.12.4
16172026-04-17T23:02:49.836Z Compiling crypto-bigint v0.5.5
16182026-04-17T23:02:49.932Z Compiling terminal_size v0.4.3
16192026-04-17T23:02:49.979Z Compiling daft-derive v0.1.5
16202026-04-17T23:02:50.040Z Compiling strum_macros v0.27.2
16212026-04-17T23:02:50.056Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-17T23:02:50.071Z Compiling ref-cast-impl v1.0.25
16232026-04-17T23:02:50.605Z Compiling async-trait v0.1.89
16242026-04-17T23:02:50.685Z Compiling vergen v9.0.6
16252026-04-17T23:02:50.700Z Compiling fs-err v3.3.0
16262026-04-17T23:02:50.865Z Compiling ahash v0.8.12
16272026-04-17T23:02:50.888Z Compiling bumpalo v3.20.2
16282026-04-17T23:02:51.065Z Compiling winnow v0.5.40
16292026-04-17T23:02:51.140Z Compiling foldhash v0.1.5
16302026-04-17T23:02:51.316Z Compiling object v0.37.3
16312026-04-17T23:02:51.585Z Compiling bitflags v1.3.2
16322026-04-17T23:02:51.632Z Compiling libbz2-rs-sys v0.2.2
16332026-04-17T23:02:51.665Z Compiling unicode-segmentation v1.12.0
16342026-04-17T23:02:51.933Z Compiling managed v0.8.0
16352026-04-17T23:02:51.994Z Compiling strum v0.27.2
16362026-04-17T23:02:52.052Z Compiling bzip2 v0.6.1
16372026-04-17T23:02:52.149Z Compiling clap_builder v4.5.60
16382026-04-17T23:02:52.303Z Compiling dof v0.3.0
16392026-04-17T23:02:52.318Z Compiling hashbrown v0.15.5
16402026-04-17T23:02:52.526Z Compiling toml_edit v0.19.15
16412026-04-17T23:02:52.617Z Compiling zopfli v0.8.3
16422026-04-17T23:02:53.005Z Compiling elliptic-curve v0.13.8
16432026-04-17T23:02:53.092Z Compiling daft v0.1.5
16442026-04-17T23:02:53.368Z Compiling cargo_metadata v0.19.2
16452026-04-17T23:02:53.393Z Compiling phf v0.13.1
16462026-04-17T23:02:53.560Z Compiling signal-hook-mio v0.2.5
16472026-04-17T23:02:53.678Z Compiling cookie_store v0.22.1
16482026-04-17T23:02:54.694Z Compiling hubpack v0.1.2
16492026-04-17T23:02:54.697Z Compiling hyper-tls v0.6.0
16502026-04-17T23:02:54.922Z Compiling zstd v0.13.3
16512026-04-17T23:02:54.937Z Compiling bzip2 v0.4.4
16522026-04-17T23:02:55.035Z Compiling serde_with_macros v3.17.0
16532026-04-17T23:02:55.139Z Compiling postgres-types v0.2.12
16542026-04-17T23:02:55.200Z Compiling usdt-macro v0.6.0
16552026-04-17T23:02:55.217Z Compiling usdt-attr-macro v0.6.0
16562026-04-17T23:02:55.684Z Compiling dtrace-parser v0.2.0
16572026-04-17T23:02:55.928Z Compiling ed25519 v2.2.3
16582026-04-17T23:02:55.995Z Compiling bstr v1.12.1
16592026-04-17T23:02:56.035Z Compiling phf_shared v0.11.3
16602026-04-17T23:02:56.162Z Compiling pkcs1 v0.7.5
16612026-04-17T23:02:56.223Z Compiling serde-big-array v0.5.1
16622026-04-17T23:02:56.253Z Compiling hex v0.4.3
16632026-04-17T23:02:56.369Z Compiling rfc6979 v0.4.0
16642026-04-17T23:02:56.430Z Compiling strum_macros v0.26.4
16652026-04-17T23:02:56.503Z Compiling enum-as-inner v0.6.1
16662026-04-17T23:02:56.526Z Compiling clap_derive v4.5.55
16672026-04-17T23:02:56.555Z Compiling serde_repr v0.1.20
16682026-04-17T23:02:56.649Z Compiling float-cmp v0.10.0
16692026-04-17T23:02:56.799Z Compiling thread-id v4.2.2
16702026-04-17T23:02:56.830Z Compiling memmap2 v0.9.10
16712026-04-17T23:02:56.885Z Compiling env_filter v1.0.0
16722026-04-17T23:02:57.008Z Compiling encoding_rs v0.8.35
16732026-04-17T23:02:57.048Z Compiling normalize-line-endings v0.3.0
16742026-04-17T23:02:57.089Z Compiling mime v0.3.17
16752026-04-17T23:02:57.145Z Compiling data-encoding v2.10.0
16762026-04-17T23:02:57.186Z Compiling rustc-hash v2.1.1
16772026-04-17T23:02:57.317Z Compiling whoami v2.1.0
16782026-04-17T23:02:57.340Z Compiling difflib v0.4.0
16792026-04-17T23:02:57.733Z Compiling fixedbitset v0.4.2
16802026-04-17T23:02:57.889Z Compiling jiff v0.2.21
16812026-04-17T23:02:57.913Z Compiling precomputed-hash v0.1.1
16822026-04-17T23:02:57.953Z Compiling static_assertions v1.1.0
16832026-04-17T23:02:58.002Z Compiling fixedbitset v0.5.7
16842026-04-17T23:02:58.036Z Compiling keccak v0.1.6
16852026-04-17T23:02:58.165Z Compiling predicates-core v1.0.10
16862026-04-17T23:02:58.318Z Compiling new_debug_unreachable v1.0.6
16872026-04-17T23:02:58.334Z Compiling either v1.15.0
16882026-04-17T23:02:58.350Z Compiling clap v4.5.60
16892026-04-17T23:02:58.395Z Compiling string_cache v0.8.9
16902026-04-17T23:02:58.430Z Compiling predicates v3.1.4
16912026-04-17T23:02:58.540Z Compiling itertools v0.13.0
16922026-04-17T23:02:58.577Z Compiling petgraph v0.8.3
16932026-04-17T23:02:58.624Z Compiling sha3 v0.10.8
16942026-04-17T23:02:58.861Z Compiling strum v0.26.3
16952026-04-17T23:02:58.998Z Compiling toml_edit v0.22.27
16962026-04-17T23:02:59.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-17T23:02:59.086Z Compiling petgraph v0.6.5
16982026-04-17T23:02:59.095Z Compiling tokio-postgres v0.7.16
16992026-04-17T23:02:59.777Z Compiling hickory-proto v0.25.2
17002026-04-17T23:03:00.486Z Compiling zip v4.6.1
17012026-04-17T23:03:00.517Z Compiling iddqd v0.3.17
17022026-04-17T23:03:01.243Z Compiling env_logger v0.11.9
17032026-04-17T23:03:01.439Z Compiling usdt v0.6.0
17042026-04-17T23:03:01.599Z Compiling usdt-impl v0.5.0
17052026-04-17T23:03:01.642Z Compiling serde_with v3.17.0
17062026-04-17T23:03:01.665Z Compiling ecdsa v0.16.9
17072026-04-17T23:03:01.699Z Compiling similar v2.7.0
17082026-04-17T23:03:01.761Z Compiling rsa v0.9.10
17092026-04-17T23:03:02.048Z Compiling ed25519-dalek v2.2.0
17102026-04-17T23:03:02.064Z Compiling crossterm v0.28.1
17112026-04-17T23:03:02.591Z Compiling zip v0.6.6
17122026-04-17T23:03:03.153Z Compiling toml v0.7.8
17132026-04-17T23:03:03.591Z Compiling heck v0.4.1
17142026-04-17T23:03:03.608Z Compiling toml_parser v1.0.9+spec-1.1.0
17152026-04-17T23:03:03.648Z Compiling crossbeam-epoch v0.9.18
17162026-04-17T23:03:03.762Z Compiling tokio-stream v0.1.18
17172026-04-17T23:03:03.825Z Compiling buf-list v1.1.2
17182026-04-17T23:03:03.977Z Compiling x509-cert v0.2.5
17192026-04-17T23:03:04.101Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-04-17T23:03:04.225Z Compiling openapiv3 v2.2.0
17212026-04-17T23:03:04.239Z Compiling sha1 v0.10.6
17222026-04-17T23:03:04.403Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-04-17T23:03:04.464Z Compiling lalrpop-util v0.19.12
17242026-04-17T23:03:04.482Z Compiling peg-runtime v0.8.5
17252026-04-17T23:03:04.653Z Compiling thread_local v1.1.9
17262026-04-17T23:03:04.692Z Compiling slog-async v2.8.0
17272026-04-17T23:03:04.767Z Compiling crossbeam-channel v0.5.15
17282026-04-17T23:03:04.902Z Compiling futures-executor v0.3.32
17292026-04-17T23:03:05.008Z Compiling filetime v0.2.27
17302026-04-17T23:03:05.115Z Compiling is-terminal v0.4.17
17312026-04-17T23:03:05.162Z Compiling term v1.2.1
17322026-04-17T23:03:05.187Z Compiling xattr v1.6.1
17332026-04-17T23:03:05.213Z Compiling take_mut v0.2.2
17342026-04-17T23:03:05.227Z Compiling futures v0.3.32
17352026-04-17T23:03:05.310Z Compiling tar v0.4.45
17362026-04-17T23:03:05.606Z Compiling slog-term v2.9.2
17372026-04-17T23:03:12.713Z Compiling rustls-webpki v0.103.9
17382026-04-17T23:03:15.497Z Compiling tokio-rustls v0.26.4
17392026-04-17T23:03:15.497Z Compiling rustls-platform-verifier v0.6.2
17402026-04-17T23:03:15.699Z Compiling hyper-rustls v0.27.7
17412026-04-17T23:03:15.903Z Compiling reqwest v0.12.28
17422026-04-17T23:03:15.903Z Compiling reqwest v0.13.2
17432026-04-17T23:03:17.987Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-04-17T23:03:18.205Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-04-17T23:03:21.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17462026-04-17T23:03:21.158Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-04-17T23:03:21.211ZApr 17 23:03:19.937 INFO Starting download, target: Cockroach
17482026-04-17T23:03:21.211ZApr 17 23:03:19.938 INFO Starting download, target: Clickhouse
17492026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Starting download, target: Console
17502026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Starting download, target: DendriteStub
17512026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Starting download, target: MaghemiteMgd
17522026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Starting download, target: TransceiverControl
17532026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-17T23:03:21.214ZApr 17 23:03:19.938 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-04-17T23:03:21.537ZApr 17 23:03:20.262 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-04-17T23:03:21.750ZApr 17 23:03:20.473 INFO Download complete, target: TransceiverControl
17612026-04-17T23:03:22.218ZApr 17 23:03:20.944 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-04-17T23:03:22.471ZApr 17 23:03:21.197 INFO Download complete, target: Console
17632026-04-17T23:03:22.706ZApr 17 23:03:21.432 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-17T23:03:23.002ZApr 17 23:03:21.714 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-17T23:03:23.162ZApr 17 23:03:21.888 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-04-17T23:03:23.328ZApr 17 23:03:22.055 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-04-17T23:03:23.328ZApr 17 23:03:22.055 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-04-17T23:03:25.033ZApr 17 23:03:23.759 INFO Download complete, target: DendriteStub
17692026-04-17T23:03:25.236ZApr 17 23:03:23.962 INFO Download complete, target: MaghemiteMgd
17702026-04-17T23:03:27.880ZApr 17 23:03:26.606 INFO Checking that binary works, target: Cockroach
17712026-04-17T23:03:27.984ZApr 17 23:03:26.710 INFO Download complete, target: Cockroach
17722026-04-17T23:03:29.913ZApr 17 23:03:28.638 INFO Checking that binary works, target: Clickhouse
17732026-04-17T23:03:30.050ZApr 17 23:03:28.776 INFO Download complete, target: Clickhouse
17742026-04-17T23:03:30.095ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-04-17T23:03:30.098Z
17762026-04-17T23:03:30.098Zreal 3:25.266172591
17772026-04-17T23:03:30.098Zuser 7:14.449856718
17782026-04-17T23:03:30.098Zsys 1:24.330391829
17792026-04-17T23:03:30.098Ztrap 0.216584297
17802026-04-17T23:03:30.098Ztflt 0.913194173
17812026-04-17T23:03:30.098Zdflt 1.343413934
17822026-04-17T23:03:30.098Zkflt 0.101615982
17832026-04-17T23:03:30.098Zlock 21:12.830976675
17842026-04-17T23:03:30.098Zslp 22:33.588201370
17852026-04-17T23:03:30.098Zlat 43.129203103
17862026-04-17T23:03:30.098Zstop 2:04.090314282
17872026-04-17T23:03:30.098Z+ banner clippy
17882026-04-17T23:03:30.098Z
17892026-04-17T23:03:30.098Z #### # # ##### ##### # #
17902026-04-17T23:03:30.098Z # # # # # # # # # #
17912026-04-17T23:03:30.099Z # # # # # # # #
17922026-04-17T23:03:30.099Z # # # ##### ##### #
17932026-04-17T23:03:30.099Z # # # # # # #
17942026-04-17T23:03:30.099Z #### ###### # # # #
17952026-04-17T23:03:30.099Z
17962026-04-17T23:03:30.099Z+ export CARGO_INCREMENTAL=0
17972026-04-17T23:03:30.099Z+ CARGO_INCREMENTAL=0
17982026-04-17T23:03:30.099Z+ ptime -m cargo xtask clippy
17992026-04-17T23:03:30.617Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-04-17T23:03:30.837Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-04-17T23:03:32.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18022026-04-17T23:03:32.783Z Running `target/debug/xtask clippy`
18032026-04-17T23:03:32.807Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18042026-04-17T23:03:33.417Z Downloading crates ...
18052026-04-17T23:03:33.616Z Downloaded serde_regex v1.1.0
18062026-04-17T23:03:33.619Z Downloaded target-lexicon v0.13.3
18072026-04-17T23:03:33.624Z Downloaded miette-derive v5.10.0
18082026-04-17T23:03:33.627Z Downloaded cast v0.3.0
18092026-04-17T23:03:33.627Z Downloaded concurrent-queue v2.5.0
18102026-04-17T23:03:33.638Z Downloaded plotters-backend v0.3.7
18112026-04-17T23:03:33.641Z Downloaded supports-color v2.1.0
18122026-04-17T23:03:33.641Z Downloaded constant_time_eq v0.3.1
18132026-04-17T23:03:33.641Z Downloaded cargo-platform v0.3.2
18142026-04-17T23:03:33.645Z Downloaded backtrace-ext v0.2.1
18152026-04-17T23:03:33.648Z Downloaded async-object-pool v0.2.0
18162026-04-17T23:03:33.654Z Downloaded linkme-impl v0.3.35
18172026-04-17T23:03:33.657Z Downloaded plotters-svg v0.3.7
18182026-04-17T23:03:33.660Z Downloaded supports-unicode v2.1.0
18192026-04-17T23:03:33.663Z Downloaded terminal_size v0.1.17
18202026-04-17T23:03:33.663Z Downloaded guppy-workspace-hack v0.1.0
18212026-04-17T23:03:33.663Z Downloaded escape8259 v0.5.3
18222026-04-17T23:03:33.663Z Downloaded parking v2.2.1
18232026-04-17T23:03:33.667Z Downloaded criterion-plot v0.6.0
18242026-04-17T23:03:33.670Z Downloaded relative-path v1.9.3
18252026-04-17T23:03:33.670Z Downloaded path-tree v0.8.3
18262026-04-17T23:03:33.674Z Downloaded cargo_metadata v0.23.1
18272026-04-17T23:03:33.677Z Downloaded linkme v0.3.35
18282026-04-17T23:03:33.680Z Downloaded owo-colors v3.5.0
18292026-04-17T23:03:33.682Z Downloaded cfg-expr v0.20.6
18302026-04-17T23:03:33.685Z Downloaded blake2b_simd v1.0.4
18312026-04-17T23:03:33.685Z Downloaded target-triple v1.0.0
18322026-04-17T23:03:33.690Z Downloaded similar-asserts v1.7.0
18332026-04-17T23:03:33.692Z Downloaded tokio-test v0.4.5
18342026-04-17T23:03:33.692Z Downloaded pathdiff v0.2.3
18352026-04-17T23:03:33.695Z Downloaded nested v0.1.1
18362026-04-17T23:03:33.695Z Downloaded approx v0.5.1
18372026-04-17T23:03:33.698Z Downloaded supports-hyperlinks v2.1.0
18382026-04-17T23:03:33.698Z Downloaded event-listener-strategy v0.5.4
18392026-04-17T23:03:33.701Z Downloaded assert-json-diff v2.0.2
18402026-04-17T23:03:33.701Z Downloaded target-spec v3.5.7
18412026-04-17T23:03:33.704Z Downloaded partial-io v0.5.4
18422026-04-17T23:03:33.707Z Downloaded rustc-demangle v0.1.27
18432026-04-17T23:03:33.707Z Downloaded anes v0.1.6
18442026-04-17T23:03:33.709Z Downloaded futures-timer v3.0.3
18452026-04-17T23:03:33.709Z Downloaded addr2line v0.25.1
18462026-04-17T23:03:33.712Z Downloaded knuffel-derive v3.2.0
18472026-04-17T23:03:33.715Z Downloaded plotters v0.3.7
18482026-04-17T23:03:33.717Z Downloaded tinytemplate v1.2.1
18492026-04-17T23:03:33.720Z Downloaded libtest-mimic v0.8.1
18502026-04-17T23:03:33.720Z Downloaded termcolor v1.4.1
18512026-04-17T23:03:33.720Z Downloaded oorandom v11.1.5
18522026-04-17T23:03:33.725Z Downloaded stringmetrics v2.2.2
18532026-04-17T23:03:33.728Z Downloaded hickory-client v0.25.2
18542026-04-17T23:03:33.731Z Downloaded datatest-stable v0.3.3
18552026-04-17T23:03:33.731Z Downloaded event-listener v5.4.1
18562026-04-17T23:03:33.734Z Downloaded trybuild v1.0.116
18572026-04-17T23:03:33.736Z Downloaded rust-argon2 v2.1.0
18582026-04-17T23:03:33.736Z Downloaded httptest v0.16.4
18592026-04-17T23:03:33.740Z Downloaded assert_cmd v2.1.2
18602026-04-17T23:03:33.740Z Downloaded textwrap v0.15.2
18612026-04-17T23:03:33.742Z Downloaded async-lock v3.4.2
18622026-04-17T23:03:33.747Z Downloaded rstest v0.25.0
18632026-04-17T23:03:33.754Z Downloaded knuffel v3.2.0
18642026-04-17T23:03:33.757Z Downloaded fancy-regex v0.14.0
18652026-04-17T23:03:33.760Z Downloaded rstest_macros v0.25.0
18662026-04-17T23:03:33.760Z Downloaded backtrace v0.3.76
18672026-04-17T23:03:33.762Z Downloaded rand_distr v0.5.1
18682026-04-17T23:03:33.770Z Downloaded miette v5.10.0
18692026-04-17T23:03:33.773Z Downloaded chumsky v0.9.3
18702026-04-17T23:03:33.776Z Downloaded criterion v0.7.0
18712026-04-17T23:03:33.782Z Downloaded hashbrown v0.14.5
18722026-04-17T23:03:33.785Z Downloaded guppy v0.17.25
18732026-04-17T23:03:33.799Z Downloaded gimli v0.32.3
18742026-04-17T23:03:33.888Z Downloaded httpmock v0.8.3
18752026-04-17T23:03:35.468Z Checking cfg-if v1.0.4
18762026-04-17T23:03:35.809Z Checking libc v0.2.185
18772026-04-17T23:03:35.813Z Checking serde_core v1.0.228
18782026-04-17T23:03:35.880Z Checking memchr v2.8.0
18792026-04-17T23:03:35.918Z Checking smallvec v1.15.1
18802026-04-17T23:03:35.956Z Checking itoa v1.0.17
18812026-04-17T23:03:35.988Z Checking log v0.4.29
18822026-04-17T23:03:36.033Z Checking zeroize v1.8.2
18832026-04-17T23:03:36.072Z Checking libm v0.2.16
18842026-04-17T23:03:36.119Z Checking scopeguard v1.2.0
18852026-04-17T23:03:36.158Z Checking stable_deref_trait v1.2.1
18862026-04-17T23:03:36.198Z Checking zmij v1.0.21
18872026-04-17T23:03:36.240Z Checking errno v0.3.14
18882026-04-17T23:03:36.240Z Checking getrandom v0.2.17
18892026-04-17T23:03:36.305Z Checking lock_api v0.4.14
18902026-04-17T23:03:36.339Z Checking zerofrom v0.1.6
18912026-04-17T23:03:36.380Z Checking percent-encoding v2.3.2
18922026-04-17T23:03:36.415Z Checking litemap v0.8.1
18932026-04-17T23:03:36.415Z Checking writeable v0.6.2
18942026-04-17T23:03:36.482Z Checking yoke v0.8.1
18952026-04-17T23:03:36.486Z Checking icu_properties_data v2.1.2
18962026-04-17T23:03:36.549Z Checking icu_normalizer_data v2.1.1
18972026-04-17T23:03:36.552Z Checking subtle v2.6.1
18982026-04-17T23:03:36.617Z Checking form_urlencoded v1.2.2
18992026-04-17T23:03:36.653Z Checking pin-project-lite v0.2.17
19002026-04-17T23:03:36.656Z Checking utf8_iter v1.0.4
19012026-04-17T23:03:36.720Z Checking zerovec v0.11.5
19022026-04-17T23:03:36.723Z Checking zerotrie v0.2.3
19032026-04-17T23:03:36.789Z Checking num-traits v0.2.19
19042026-04-17T23:03:36.823Z Checking rand_core v0.6.4
19052026-04-17T23:03:36.862Z Checking parking_lot_core v0.9.12
19062026-04-17T23:03:36.865Z Checking portable-atomic v1.13.1
19072026-04-17T23:03:36.930Z Checking zerocopy v0.8.40
19082026-04-17T23:03:37.014Z Checking rand_core v0.10.0
19092026-04-17T23:03:37.049Z Checking critical-section v1.2.0
19102026-04-17T23:03:37.106Z Checking parking_lot v0.12.5
19112026-04-17T23:03:37.172Z Checking tinystr v0.8.2
19122026-04-17T23:03:37.172Z Checking potential_utf v0.1.4
19132026-04-17T23:03:37.239Z Checking getrandom v0.4.1
19142026-04-17T23:03:37.281Z Checking once_cell v1.21.3
19152026-04-17T23:03:37.317Z Checking serde v1.0.228
19162026-04-17T23:03:37.317Z Checking bitflags v2.11.0
19172026-04-17T23:03:37.385Z Checking serde_json v1.0.149
19182026-04-17T23:03:37.389Z Checking icu_locale_core v2.1.1
19192026-04-17T23:03:37.389Z Checking icu_collections v2.1.1
19202026-04-17T23:03:37.486Z Checking signal-hook-registry v1.4.8
19212026-04-17T23:03:37.524Z Checking mio v1.2.0
19222026-04-17T23:03:37.566Z Checking socket2 v0.6.3
19232026-04-17T23:03:37.675Z Checking typenum v1.19.0
19242026-04-17T23:03:37.768Z Checking bytes v1.11.1
19252026-04-17T23:03:37.818Z Checking iana-time-zone v0.1.65
19262026-04-17T23:03:37.862Z Checking thiserror v2.0.18
19272026-04-17T23:03:37.903Z Checking uuid v1.23.0
19282026-04-17T23:03:37.954Z Checking chrono v0.4.44
19292026-04-17T23:03:37.991Z Checking icu_provider v2.1.1
19302026-04-17T23:03:37.991Z Checking semver v1.0.27
19312026-04-17T23:03:38.065Z Checking allocator-api2 v0.2.21
19322026-04-17T23:03:38.216Z Checking generic-array v0.14.7
19332026-04-17T23:03:38.255Z Checking icu_properties v2.1.2
19342026-04-17T23:03:38.255Z Checking icu_normalizer v2.1.1
19352026-04-17T23:03:38.255Z Checking tokio v1.52.1
19362026-04-17T23:03:38.353Z Checking futures-core v0.3.32
19372026-04-17T23:03:38.401Z Checking equivalent v1.0.2
19382026-04-17T23:03:38.518Z Checking dyn-clone v1.0.20
19392026-04-17T23:03:38.521Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19402026-04-17T23:03:38.615Z Checking const-oid v0.9.6
19412026-04-17T23:03:38.655Z Checking foldhash v0.2.0
19422026-04-17T23:03:38.690Z Checking crypto-common v0.1.7
19432026-04-17T23:03:38.824Z Checking block-buffer v0.10.4
19442026-04-17T23:03:38.862Z Checking futures-sink v0.3.32
19452026-04-17T23:03:38.865Z Checking hashbrown v0.16.1
19462026-04-17T23:03:38.894Z Checking slab v0.4.12
19472026-04-17T23:03:38.987Z Checking futures-channel v0.3.32
19482026-04-17T23:03:38.990Z Checking futures-io v0.3.32
19492026-04-17T23:03:39.079Z Checking futures-task v0.3.32
19502026-04-17T23:03:39.155Z Checking idna_adapter v1.2.1
19512026-04-17T23:03:39.158Z Checking rustix v1.1.3
19522026-04-17T23:03:39.223Z Checking byteorder v1.5.0
19532026-04-17T23:03:39.258Z Checking futures-util v0.3.32
19542026-04-17T23:03:39.303Z Checking idna v1.1.0
19552026-04-17T23:03:39.339Z Checking digest v0.10.7
19562026-04-17T23:03:39.450Z Checking cpufeatures v0.2.17
19572026-04-17T23:03:39.453Z Checking indexmap v2.13.0
19582026-04-17T23:03:39.551Z Checking thiserror v1.0.69
19592026-04-17T23:03:39.587Z Checking url v2.5.8
19602026-04-17T23:03:39.590Z Checking getrandom v0.3.4
19612026-04-17T23:03:39.658Z Checking ppv-lite86 v0.2.21
19622026-04-17T23:03:39.699Z Checking fnv v1.0.7
19632026-04-17T23:03:39.792Z Checking regex-syntax v0.8.10
19642026-04-17T23:03:39.828Z Checking http v1.4.0
19652026-04-17T23:03:39.988Z Checking tracing-core v0.1.36
19662026-04-17T23:03:40.074Z Checking schemars v0.8.22
19672026-04-17T23:03:40.077Z Checking base64 v0.22.1
19682026-04-17T23:03:40.077Z Checking ipnet v2.11.0
19692026-04-17T23:03:40.320Z Checking tracing v0.1.44
19702026-04-17T23:03:40.369Z Checking unicode-ident v1.0.24
19712026-04-17T23:03:40.425Z Checking utf8parse v0.2.2
19722026-04-17T23:03:40.428Z Checking anstyle v1.0.13
19732026-04-17T23:03:40.506Z Checking untrusted v0.9.0
19742026-04-17T23:03:40.554Z Checking proc-macro2 v1.0.106
19752026-04-17T23:03:40.557Z Checking base64ct v1.8.3
19762026-04-17T23:03:40.642Z Checking ring v0.17.14
19772026-04-17T23:03:40.678Z Checking anstyle-parse v0.2.7
19782026-04-17T23:03:40.744Z Checking block-padding v0.3.3
19792026-04-17T23:03:40.814Z Checking aho-corasick v1.1.4
19802026-04-17T23:03:40.858Z Checking is_terminal_polyfill v1.70.2
19812026-04-17T23:03:40.905Z Checking colorchoice v1.0.4
19822026-04-17T23:03:40.941Z Checking quote v1.0.44
19832026-04-17T23:03:40.975Z Checking anstyle-query v1.1.5
19842026-04-17T23:03:41.034Z Checking inout v0.1.4
19852026-04-17T23:03:41.097Z Checking anstream v0.6.21
19862026-04-17T23:03:41.136Z Checking rustls-pki-types v1.14.0
19872026-04-17T23:03:41.138Z Checking syn v2.0.117
19882026-04-17T23:03:41.204Z Checking crossbeam-utils v0.8.21
19892026-04-17T23:03:41.206Z Checking httparse v1.10.1
19902026-04-17T23:03:41.323Z Checking cipher v0.4.4
19912026-04-17T23:03:41.449Z Checking terminal_size v0.4.3
19922026-04-17T23:03:41.487Z Checking strsim v0.11.1
19932026-04-17T23:03:41.490Z Checking tokio-util v0.7.18
19942026-04-17T23:03:41.556Z Checking regex-automata v0.4.14
19952026-04-17T23:03:41.559Z Checking clap_lex v1.0.0
19962026-04-17T23:03:41.559Z Checking pem-rfc7468 v0.7.0
19972026-04-17T23:03:41.655Z Checking http-body v1.0.1
19982026-04-17T23:03:41.658Z Checking sha2 v0.10.9
19992026-04-17T23:03:41.722Z Checking atomic-waker v1.1.2
20002026-04-17T23:03:41.769Z Checking rand_core v0.9.5
20012026-04-17T23:03:41.805Z Checking clap_builder v4.5.60
20022026-04-17T23:03:41.839Z Checking hmac v0.12.1
20032026-04-17T23:03:41.875Z Checking httpdate v1.0.3
20042026-04-17T23:03:41.967Z Checking try-lock v0.2.5
20052026-04-17T23:03:42.004Z Checking flagset v0.4.7
20062026-04-17T23:03:42.007Z Checking tower-layer v0.3.3
20072026-04-17T23:03:42.071Z Checking tower-service v0.3.3
20082026-04-17T23:03:42.106Z Checking want v0.3.1
20092026-04-17T23:03:42.145Z Checking h2 v0.4.13
20102026-04-17T23:03:42.182Z Checking ryu v1.0.23
20112026-04-17T23:03:42.216Z Checking pin-utils v0.1.0
20122026-04-17T23:03:42.219Z Checking der v0.7.10
20132026-04-17T23:03:42.281Z Checking erased-serde v0.3.31
20142026-04-17T23:03:42.342Z Checking powerfmt v0.2.0
20152026-04-17T23:03:42.378Z Checking rand_chacha v0.9.0
20162026-04-17T23:03:42.520Z Checking deranged v0.5.8
20172026-04-17T23:03:42.602Z Checking spin v0.9.8
20182026-04-17T23:03:42.679Z Checking slog v2.8.2
20192026-04-17T23:03:42.808Z Checking socket2 v0.5.10
20202026-04-17T23:03:42.969Z Checking num_threads v0.1.7
20212026-04-17T23:03:42.972Z Checking time-core v0.1.8
20222026-04-17T23:03:43.038Z Checking clap v4.5.60
20232026-04-17T23:03:43.074Z Checking num-conv v0.2.0
20242026-04-17T23:03:43.110Z Checking rand v0.9.2
20252026-04-17T23:03:43.145Z Checking anyhow v1.0.102
20262026-04-17T23:03:43.181Z Checking http-body-util v0.1.3
20272026-04-17T23:03:43.218Z Checking aws-lc-sys v0.37.1
20282026-04-17T23:03:43.339Z Checking fastrand v2.3.0
20292026-04-17T23:03:43.378Z Checking untrusted v0.7.1
20302026-04-17T23:03:43.427Z Checking spki v0.7.3
20312026-04-17T23:03:43.464Z Checking serde_urlencoded v0.7.1
20322026-04-17T23:03:43.499Z Checking time v0.3.47
20332026-04-17T23:03:43.536Z Checking pbkdf2 v0.12.2
20342026-04-17T23:03:43.571Z Checking aes v0.8.4
20352026-04-17T23:03:43.606Z Checking openssl-probe v0.2.1
20362026-04-17T23:03:43.642Z Checking regex v1.12.3
20372026-04-17T23:03:43.684Z Checking cbc v0.1.2
20382026-04-17T23:03:43.713Z Checking salsa20 v0.10.2
20392026-04-17T23:03:43.748Z Checking rand_chacha v0.3.1
20402026-04-17T23:03:43.782Z Checking aws-lc-rs v1.16.0
20412026-04-17T23:03:43.830Z Checking hex v0.4.3
20422026-04-17T23:03:43.873Z Checking pretty-hex v0.4.1
20432026-04-17T23:03:43.948Z Checking scrypt v0.11.0
20442026-04-17T23:03:43.985Z Checking rand v0.8.5
20452026-04-17T23:03:43.988Z Checking tempfile v3.25.0
20462026-04-17T23:03:44.014Z Checking ipnetwork v0.21.1
20472026-04-17T23:03:44.147Z Checking plain v0.2.3
20482026-04-17T23:03:44.149Z Checking pkcs5 v0.7.1
20492026-04-17T23:03:44.264Z Checking camino v1.2.2
20502026-04-17T23:03:44.300Z Checking ucd-trie v0.1.7
20512026-04-17T23:03:44.334Z Checking rustls-native-certs v0.8.3
20522026-04-17T23:03:44.461Z Checking pest v2.8.6
20532026-04-17T23:03:44.500Z Checking sync_wrapper v1.0.2
20542026-04-17T23:03:44.503Z Checking pkcs8 v0.10.2
20552026-04-17T23:03:44.567Z Checking webpki-roots v1.0.6
20562026-04-17T23:03:44.627Z Checking rustls-webpki v0.103.9
20572026-04-17T23:03:44.664Z Checking tower v0.5.3
20582026-04-17T23:03:44.667Z Checking iri-string v0.7.10
20592026-04-17T23:03:44.701Z Checking simd-adler32 v0.3.8
20602026-04-17T23:03:44.766Z Checking openapiv3 v2.2.0
20612026-04-17T23:03:44.766Z Checking adler2 v2.0.1
20622026-04-17T23:03:44.841Z Checking hyper v1.8.1
20632026-04-17T23:03:44.925Z Checking mime v0.3.17
20642026-04-17T23:03:44.962Z Checking either v1.15.0
20652026-04-17T23:03:45.078Z Checking miniz_oxide v0.8.9
20662026-04-17T23:03:45.116Z Checking rustls v0.23.37
20672026-04-17T23:03:45.150Z Checking winnow v0.7.14
20682026-04-17T23:03:45.184Z Checking static_assertions v1.1.0
20692026-04-17T23:03:45.284Z Checking oxnet v0.1.4
20702026-04-17T23:03:45.462Z Checking lazy_static v1.5.0
20712026-04-17T23:03:45.550Z Checking signature v2.2.0
20722026-04-17T23:03:45.586Z Checking hubpack v0.1.2
20732026-04-17T23:03:45.589Z Checking encoding_rs v0.8.35
20742026-04-17T23:03:45.708Z Checking strum v0.26.3
20752026-04-17T23:03:45.764Z Checking tower-http v0.6.8
20762026-04-17T23:03:45.767Z Checking hyper-util v0.1.20
20772026-04-17T23:03:45.833Z Checking crc32fast v1.5.0
20782026-04-17T23:03:45.869Z Checking foreign-types-shared v0.1.1
20792026-04-17T23:03:45.985Z Checking foreign-types v0.3.2
20802026-04-17T23:03:46.022Z Checking sha1 v0.10.6
20812026-04-17T23:03:46.068Z Checking openssl-sys v0.9.111
20822026-04-17T23:03:46.105Z Checking tinyvec_macros v0.1.1
20832026-04-17T23:03:46.108Z Checking serde_spanned v0.6.9
20842026-04-17T23:03:46.205Z Checking tinyvec v1.10.0
20852026-04-17T23:03:46.241Z Checking toml_datetime v0.6.11
20862026-04-17T23:03:46.293Z Checking num-integer v0.1.46
20872026-04-17T23:03:46.355Z Checking data-encoding v2.10.0
20882026-04-17T23:03:46.456Z Checking scroll v0.13.0
20892026-04-17T23:03:46.545Z Checking bit-vec v0.8.0
20902026-04-17T23:03:46.548Z Checking zlib-rs v0.6.2
20912026-04-17T23:03:46.615Z Checking base16ct v0.2.0
20922026-04-17T23:03:46.618Z Checking openssl v0.10.75
20932026-04-17T23:03:46.682Z Checking ff v0.13.1
20942026-04-17T23:03:46.718Z Checking goblin v0.10.5
20952026-04-17T23:03:46.768Z Checking bit-set v0.8.0
20962026-04-17T23:03:46.771Z Checking sec1 v0.7.3
20972026-04-17T23:03:46.839Z Checking memmap2 v0.9.10
20982026-04-17T23:03:46.943Z Checking wait-timeout v0.2.1
20992026-04-17T23:03:47.021Z Checking group v0.13.0
21002026-04-17T23:03:47.058Z Checking num-iter v0.1.45
21012026-04-17T23:03:47.093Z Checking dtrace-parser v0.3.0
21022026-04-17T23:03:47.096Z Checking bstr v1.12.1
21032026-04-17T23:03:47.195Z Checking hkdf v0.12.4
21042026-04-17T23:03:47.198Z Checking crossbeam-epoch v0.9.18
21052026-04-17T23:03:47.359Z Checking ahash v0.8.12
21062026-04-17T23:03:47.395Z Checking crypto-bigint v0.5.5
21072026-04-17T23:03:47.486Z Checking thread-id v5.1.0
21082026-04-17T23:03:47.488Z Checking flate2 v1.1.9
21092026-04-17T23:03:47.488Z Checking tokio-rustls v0.26.4
21102026-04-17T23:03:47.590Z Checking psl-types v2.0.11
21112026-04-17T23:03:47.593Z Checking quick-error v1.2.3
21122026-04-17T23:03:47.660Z Checking cookie v0.18.1
21132026-04-17T23:03:47.737Z Checking publicsuffix v2.3.0
21142026-04-17T23:03:47.773Z Checking rusty-fork v0.3.1
21152026-04-17T23:03:47.813Z Checking hyper-rustls v0.27.7
21162026-04-17T23:03:47.849Z Checking rand_xorshift v0.4.0
21172026-04-17T23:03:47.915Z Checking scroll v0.12.0
21182026-04-17T23:03:47.951Z Checking unarray v0.1.4
21192026-04-17T23:03:47.988Z Checking cookie_store v0.22.1
21202026-04-17T23:03:48.023Z Checking rustls-platform-verifier v0.6.2
21212026-04-17T23:03:48.058Z Checking num-bigint-dig v0.8.6
21222026-04-17T23:03:48.091Z Checking proptest v1.10.0
21232026-04-17T23:03:48.170Z Checking goblin v0.8.2
21242026-04-17T23:03:48.207Z Checking pkcs1 v0.7.5
21252026-04-17T23:03:48.300Z Checking elliptic-curve v0.13.8
21262026-04-17T23:03:48.350Z Checking x509-cert v0.2.5
21272026-04-17T23:03:48.442Z Checking zerocopy v0.7.35
21282026-04-17T23:03:48.635Z Checking unicode-segmentation v1.12.0
21292026-04-17T23:03:48.672Z Checking native-tls v0.2.18
21302026-04-17T23:03:48.881Z Checking tokio-native-tls v0.3.1
21312026-04-17T23:03:48.883Z Checking rsa v0.9.10
21322026-04-17T23:03:48.959Z Checking reqwest v0.13.2
21332026-04-17T23:03:48.995Z Checking dtrace-parser v0.2.0
21342026-04-17T23:03:49.030Z Checking rfc6979 v0.4.0
21352026-04-17T23:03:50.069Z Checking dof v0.4.0
21362026-04-17T23:03:50.072Z Checking hyper-tls v0.6.0
21372026-04-17T23:03:50.072Z Checking thread-id v4.2.2
21382026-04-17T23:03:50.072Z Checking toml_write v0.1.2
21392026-04-17T23:03:50.072Z Checking ecdsa v0.16.9
21402026-04-17T23:03:50.072Z Checking reqwest v0.12.28
21412026-04-17T23:03:50.072Z Checking toml_parser v1.0.9+spec-1.1.0
21422026-04-17T23:03:50.072Z Checking toml_edit v0.22.27
21432026-04-17T23:03:50.072Z Checking curve25519-dalek v4.1.3
21442026-04-17T23:03:50.072Z Checking usdt-impl v0.6.0
21452026-04-17T23:03:50.072Z Checking memoffset v0.9.1
21462026-04-17T23:03:50.072Z Checking rustix v0.38.44
21472026-04-17T23:03:50.072Z Checking env_filter v1.0.0
21482026-04-17T23:03:50.072Z Checking newtype-uuid v1.3.2
21492026-04-17T23:03:50.072Z Checking usdt v0.6.0
21502026-04-17T23:03:50.088Z Checking keccak v0.1.6
21512026-04-17T23:03:50.122Z Checking dof v0.3.0
21522026-04-17T23:03:50.160Z Checking daft v0.1.5
21532026-04-17T23:03:50.220Z Checking env_logger v0.11.9
21542026-04-17T23:03:50.257Z Checking ed25519 v2.2.3
21552026-04-17T23:03:50.291Z Checking sha3 v0.10.8
21562026-04-17T23:03:50.426Z Checking itertools v0.13.0
21572026-04-17T23:03:50.464Z Checking usdt-impl v0.5.0
21582026-04-17T23:03:50.467Z Checking serde_with v3.17.0
21592026-04-17T23:03:50.534Z Checking siphasher v1.0.2
21602026-04-17T23:03:50.537Z Checking bitflags v1.3.2
21612026-04-17T23:03:50.537Z Checking ed25519-dalek v2.2.0
21622026-04-17T23:03:50.633Z Checking unicode-normalization v0.1.25
21632026-04-17T23:03:50.668Z Checking signal-hook v0.3.18
21642026-04-17T23:03:50.671Z Checking winnow v0.5.40
21652026-04-17T23:03:50.736Z Checking managed v0.8.0
21662026-04-17T23:03:50.774Z Checking nix v0.31.2
21672026-04-17T23:03:50.849Z Checking bzip2-sys v0.1.13+1.0.8
21682026-04-17T23:03:50.886Z Checking object v0.37.3
21692026-04-17T23:03:50.951Z Checking foldhash v0.1.5
21702026-04-17T23:03:50.988Z Checking bzip2 v0.4.4
21712026-04-17T23:03:51.056Z Checking signal-hook-mio v0.2.5
21722026-04-17T23:03:51.116Z Checking hashbrown v0.15.5
21732026-04-17T23:03:51.177Z Checking ref-cast v1.0.25
21742026-04-17T23:03:51.213Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-04-17T23:03:51.303Z Checking toml_datetime v0.7.5+spec-1.1.0
21762026-04-17T23:03:51.354Z Checking zstd-safe v7.2.4
21772026-04-17T23:03:51.472Z Checking zip v0.6.6
21782026-04-17T23:03:51.529Z Checking bumpalo v3.20.2
21792026-04-17T23:03:51.567Z Checking libbz2-rs-sys v0.2.2
21802026-04-17T23:03:51.606Z Checking zstd v0.13.3
21812026-04-17T23:03:51.759Z Checking zopfli v0.8.3
21822026-04-17T23:03:51.801Z Checking crossterm v0.28.1
21832026-04-17T23:03:51.838Z Checking similar v2.7.0
21842026-04-17T23:03:51.841Z Checking tokio-stream v0.1.18
21852026-04-17T23:03:51.906Z Checking toml_edit v0.19.15
21862026-04-17T23:03:51.944Z Checking fs-err v3.3.0
21872026-04-17T23:03:51.983Z Checking bzip2 v0.6.1
21882026-04-17T23:03:52.118Z Checking hash32 v0.2.1
21892026-04-17T23:03:52.178Z Checking serde-big-array v0.5.1
21902026-04-17T23:03:52.241Z Checking unicode-bidi v0.3.18
21912026-04-17T23:03:52.278Z Checking unicode-properties v0.1.4
21922026-04-17T23:03:52.281Z Checking jiff v0.2.21
21932026-04-17T23:03:52.349Z Checking predicates-core v1.0.10
21942026-04-17T23:03:52.352Z Checking heapless v0.7.17
21952026-04-17T23:03:52.494Z Checking hickory-proto v0.25.2
21962026-04-17T23:03:52.531Z Checking md-5 v0.10.6
21972026-04-17T23:03:52.534Z Checking float-cmp v0.10.0
21982026-04-17T23:03:52.601Z Checking stringprep v0.1.5
21992026-04-17T23:03:52.698Z Checking rustc-hash v2.1.1
22002026-04-17T23:03:52.735Z Checking normalize-line-endings v0.3.0
22012026-04-17T23:03:52.782Z Checking difflib v0.4.0
22022026-04-17T23:03:52.828Z Checking fallible-iterator v0.2.0
22032026-04-17T23:03:52.864Z Checking smoltcp v0.9.1
22042026-04-17T23:03:52.867Z Checking iddqd v0.3.17
22052026-04-17T23:03:52.935Z Checking toml v0.7.8
22062026-04-17T23:03:52.984Z Checking predicates v3.1.4
22072026-04-17T23:03:53.133Z Checking postgres-protocol v0.6.10
22082026-04-17T23:03:53.211Z Checking phf_shared v0.13.1
22092026-04-17T23:03:53.267Z Checking phf_shared v0.11.3
22102026-04-17T23:03:53.311Z Checking buf-list v1.1.2
22112026-04-17T23:03:53.436Z Checking strum v0.27.2
22122026-04-17T23:03:53.439Z Checking new_debug_unreachable v1.0.6
22132026-04-17T23:03:53.505Z Checking fixedbitset v0.4.2
22142026-04-17T23:03:53.508Z Checking lalrpop-util v0.19.12
22152026-04-17T23:03:53.573Z Checking fixedbitset v0.5.7
22162026-04-17T23:03:53.576Z Checking precomputed-hash v0.1.1
22172026-04-17T23:03:53.606Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-04-17T23:03:53.684Z Checking petgraph v0.6.5
22192026-04-17T23:03:53.720Z Checking string_cache v0.8.9
22202026-04-17T23:03:53.723Z Checking postgres-types v0.2.12
22212026-04-17T23:03:53.787Z Checking phf v0.13.1
22222026-04-17T23:03:53.823Z Checking petgraph v0.8.3
22232026-04-17T23:03:53.915Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22242026-04-17T23:03:53.964Z Checking peg-runtime v0.8.5
22252026-04-17T23:03:54.089Z Checking whoami v2.1.0
22262026-04-17T23:03:54.201Z Checking futures-executor v0.3.32
22272026-04-17T23:03:54.261Z Checking is-terminal v0.4.17
22282026-04-17T23:03:54.311Z Checking tokio-postgres v0.7.16
22292026-04-17T23:03:54.380Z Checking crossbeam-channel v0.5.15
22302026-04-17T23:03:54.383Z Checking futures v0.3.32
22312026-04-17T23:03:54.520Z Compiling structmeta-derive v0.3.0
22322026-04-17T23:03:54.570Z Checking zip v4.6.1
22332026-04-17T23:03:54.744Z Checking thread_local v1.1.9
22342026-04-17T23:03:54.944Z Checking term v1.2.1
22352026-04-17T23:03:54.980Z Checking take_mut v0.2.2
22362026-04-17T23:03:55.117Z Checking slog-async v2.8.0
22372026-04-17T23:03:55.193Z Compiling newtype-uuid-macros v0.1.0
22382026-04-17T23:03:55.228Z Checking slog-term v2.9.2
22392026-04-17T23:03:55.304Z Compiling rustls v0.22.4
22402026-04-17T23:03:55.339Z Compiling multer v3.1.0
22412026-04-17T23:03:55.428Z Checking regress v0.10.5
22422026-04-17T23:03:55.545Z Compiling async-stream-impl v0.3.6
22432026-04-17T23:03:55.615Z Compiling dropshot v0.16.7
22442026-04-17T23:03:55.617Z Compiling dropshot_endpoint v0.16.7
22452026-04-17T23:03:55.650Z Compiling structmeta v0.3.0
22462026-04-17T23:03:55.715Z Checking match_cfg v0.1.0
22472026-04-17T23:03:55.811Z Checking hostname v0.3.1
22482026-04-17T23:03:55.922Z Compiling derive-ex v0.1.8
22492026-04-17T23:03:55.957Z Checking slog-json v2.6.1
22502026-04-17T23:03:55.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-04-17T23:03:56.026Z Checking debug-ignore v1.0.5
22522026-04-17T23:03:56.065Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-04-17T23:03:56.139Z Checking slog-bunyan v2.5.0
22542026-04-17T23:03:56.175Z Checking serde_spanned v1.0.4
22552026-04-17T23:03:56.178Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-04-17T23:03:56.279Z Checking progenitor-client v0.13.0
22572026-04-17T23:03:56.368Z Checking rustls-webpki v0.102.8
22582026-04-17T23:03:56.403Z Checking serde_path_to_error v0.1.20
22592026-04-17T23:03:56.406Z Checking async-stream v0.3.6
22602026-04-17T23:03:56.540Z Checking waitgroup v0.1.2
22612026-04-17T23:03:56.592Z Checking rustls-pemfile v2.2.0
22622026-04-17T23:03:56.671Z Checking hostname v0.4.2
22632026-04-17T23:03:56.707Z Checking toml v0.9.12+spec-1.1.0
22642026-04-17T23:03:56.747Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-04-17T23:03:56.784Z Compiling parse-display-derive v0.10.0
22662026-04-17T23:03:56.851Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-04-17T23:03:56.854Z Checking itertools v0.14.0
22682026-04-17T23:03:56.918Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692026-04-17T23:03:57.019Z Checking macaddr v1.0.1
22702026-04-17T23:03:57.230Z Checking instant v0.1.13
22712026-04-17T23:03:57.300Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-04-17T23:03:57.347Z Checking progenitor-client v0.10.0
22732026-04-17T23:03:57.350Z Checking backoff v0.4.0
22742026-04-17T23:03:57.415Z Checking backon v1.6.0
22752026-04-17T23:03:57.556Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22762026-04-17T23:03:57.631Z Compiling test-strategy v0.4.5
22772026-04-17T23:03:57.634Z Checking progenitor-extras v0.1.1
22782026-04-17T23:03:57.634Z Checking unicode-width v0.2.0
22792026-04-17T23:03:57.918Z Checking heck v0.5.0
22802026-04-17T23:03:57.954Z Compiling convert_case v0.4.0
22812026-04-17T23:03:57.991Z Checking half v2.7.1
22822026-04-17T23:03:58.057Z Checking ciborium-io v0.2.2
22832026-04-17T23:03:58.093Z Checking secrecy v0.10.3
22842026-04-17T23:03:58.177Z Checking indent_write v2.2.0
22852026-04-17T23:03:58.239Z Checking universal-hash v0.5.1
22862026-04-17T23:03:58.279Z Checking ciborium-ll v0.2.2
22872026-04-17T23:03:58.315Z Checking tokio-rustls v0.25.0
22882026-04-17T23:03:58.351Z Checking opaque-debug v0.3.1
22892026-04-17T23:03:58.385Z Compiling derive_more v0.99.20
22902026-04-17T23:03:58.421Z Compiling unsafe-libyaml v0.2.11
22912026-04-17T23:03:58.454Z Checking camino-tempfile v1.4.1
22922026-04-17T23:03:58.489Z Checking parse-display v0.10.0
22932026-04-17T23:03:58.492Z Checking ciborium v0.2.2
22942026-04-17T23:03:58.641Z Compiling crucible-workspace-hack v0.1.0
22952026-04-17T23:03:58.678Z Checking aead v0.5.2
22962026-04-17T23:03:58.844Z Checking poly1305 v0.8.0
22972026-04-17T23:03:58.967Z Compiling serde_yaml v0.9.34+deprecated
22982026-04-17T23:03:59.026Z Checking chacha20 v0.9.1
22992026-04-17T23:03:59.138Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-04-17T23:03:59.174Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-04-17T23:03:59.207Z Compiling typify-impl v0.6.1
23022026-04-17T23:03:59.506Z Compiling thiserror-impl-no-std v2.0.2
23032026-04-17T23:03:59.544Z Checking swrite v0.1.0
23042026-04-17T23:03:59.666Z Checking password-hash v0.5.0
23052026-04-17T23:03:59.933Z Checking blake2 v0.10.6
23062026-04-17T23:04:00.209Z Checking argon2 v0.5.3
23072026-04-17T23:04:00.477Z Checking chacha20poly1305 v0.10.1
23082026-04-17T23:04:00.515Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23092026-04-17T23:04:00.550Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-04-17T23:04:00.585Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-04-17T23:04:00.636Z Checking byte-wrapper v0.1.0
23122026-04-17T23:04:00.738Z Checking thiserror-no-std v2.0.2
23132026-04-17T23:04:00.795Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-04-17T23:04:00.839Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23152026-04-17T23:04:00.875Z Checking vsss-rs v3.3.4
23162026-04-17T23:04:00.944Z Checking crossbeam-deque v0.8.6
23172026-04-17T23:04:01.013Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23182026-04-17T23:04:01.064Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-04-17T23:04:01.099Z Compiling rayon-core v1.13.0
23202026-04-17T23:04:01.155Z Checking toml v0.8.23
23212026-04-17T23:04:01.505Z Compiling proc-macro-error v1.0.4
23222026-04-17T23:04:01.708Z Checking rayon v1.11.0
23232026-04-17T23:04:01.744Z Compiling toml_edit v0.23.10+spec-1.0.0
23242026-04-17T23:04:01.836Z Checking unicode-width v0.1.14
23252026-04-17T23:04:02.004Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-04-17T23:04:02.116Z Checking glob v0.3.3
23272026-04-17T23:04:02.174Z Checking tabwriter v1.4.1
23282026-04-17T23:04:02.332Z Compiling proc-macro-crate v3.4.0
23292026-04-17T23:04:02.366Z Compiling heapless v0.8.0
23302026-04-17T23:04:02.543Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-04-17T23:04:02.676Z Compiling ingot-macros v0.1.1
23322026-04-17T23:04:02.822Z Checking hash32 v0.3.1
23332026-04-17T23:04:02.903Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-04-17T23:04:02.906Z Compiling smoltcp v0.11.0
23352026-04-17T23:04:03.179Z Checking cobs v0.3.0
23362026-04-17T23:04:03.217Z Compiling usdt-attr-macro v0.5.0
23372026-04-17T23:04:03.252Z Compiling usdt-macro v0.5.0
23382026-04-17T23:04:03.350Z Checking memmap v0.7.0
23392026-04-17T23:04:03.385Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-04-17T23:04:03.418Z Checking colored v3.1.1
23412026-04-17T23:04:03.640Z Checking postcard v1.1.3
23422026-04-17T23:04:03.674Z Compiling num_enum_derive v0.7.5
23432026-04-17T23:04:03.800Z Compiling typify-macro v0.6.1
23442026-04-17T23:04:03.959Z Compiling proc-macro-crate v1.3.1
23452026-04-17T23:04:04.002Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-04-17T23:04:04.037Z Checking usdt v0.5.0
23472026-04-17T23:04:04.234Z Checking sigpipe v0.1.3
23482026-04-17T23:04:04.237Z Compiling foreign-types-macros v0.2.3
23492026-04-17T23:04:04.349Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23502026-04-17T23:04:04.392Z Checking cpufeatures v0.3.0
23512026-04-17T23:04:04.495Z Checking foreign-types-shared v0.3.1
23522026-04-17T23:04:04.619Z Checking chacha20 v0.10.0
23532026-04-17T23:04:04.654Z Compiling num_enum_derive v0.5.11
23542026-04-17T23:04:04.772Z Checking num_enum v0.7.5
23552026-04-17T23:04:04.913Z Checking cstr-argument v0.1.2
23562026-04-17T23:04:04.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23572026-04-17T23:04:04.980Z Checking foreign-types v0.5.0
23582026-04-17T23:04:05.012Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23592026-04-17T23:04:05.066Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-04-17T23:04:05.100Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-04-17T23:04:05.319Z Checking rand v0.10.0
23622026-04-17T23:04:05.362Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-04-17T23:04:05.399Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-04-17T23:04:05.489Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-04-17T23:04:05.523Z Checking ingot-types v0.1.2
23662026-04-17T23:04:05.556Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-04-17T23:04:05.559Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23682026-04-17T23:04:05.622Z Compiling typify v0.6.1
23692026-04-17T23:04:05.698Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23702026-04-17T23:04:05.734Z Compiling progenitor-impl v0.13.0
23712026-04-17T23:04:05.737Z Checking num_enum v0.5.11
23722026-04-17T23:04:05.802Z Compiling zone_cfg_derive v0.3.1
23732026-04-17T23:04:05.934Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-04-17T23:04:05.936Z Checking ingot v0.1.1
23752026-04-17T23:04:05.999Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23762026-04-17T23:04:06.131Z Checking itertools v0.12.1
23772026-04-17T23:04:06.195Z Compiling num-derive v0.4.2
23782026-04-17T23:04:06.463Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-04-17T23:04:06.728Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23802026-04-17T23:04:06.764Z Checking smf v0.2.3
23812026-04-17T23:04:06.909Z Checking whoami v1.6.1
23822026-04-17T23:04:06.973Z Checking tokio-dtrace v0.1.1
23832026-04-17T23:04:07.021Z Compiling derive-where v1.6.0
23842026-04-17T23:04:07.113Z Checking console v0.15.11
23852026-04-17T23:04:07.148Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23862026-04-17T23:04:07.182Z Checking zone v0.3.1
23872026-04-17T23:04:07.185Z Checking oxide-tokio-rt v0.1.4
23882026-04-17T23:04:07.379Z Checking atomicwrites v0.4.4
23892026-04-17T23:04:07.415Z Checking newline-converter v0.3.0
23902026-04-17T23:04:07.418Z Checking bytecount v0.6.9
23912026-04-17T23:04:07.534Z Compiling owo-colors v4.3.0
23922026-04-17T23:04:07.568Z Checking expectorate v1.2.0
23932026-04-17T23:04:07.602Z Compiling cancel-safe-futures v0.1.5
23942026-04-17T23:04:07.605Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23952026-04-17T23:04:07.605Z Checking libsw-core v0.3.2
23962026-04-17T23:04:07.722Z Compiling prettyplease v0.2.37
23972026-04-17T23:04:07.807Z Checking libsw v3.5.0
23982026-04-17T23:04:08.017Z Checking num-rational v0.4.2
23992026-04-17T23:04:08.051Z Checking num-complex v0.4.6
24002026-04-17T23:04:08.178Z Checking linear-map v1.2.0
24012026-04-17T23:04:08.319Z Checking same-file v1.0.6
24022026-04-17T23:04:08.357Z Checking float-ord v0.3.2
24032026-04-17T23:04:08.360Z Compiling progenitor-macro v0.13.0
24042026-04-17T23:04:08.426Z Checking num v0.4.3
24052026-04-17T23:04:08.429Z Checking gethostname v0.5.0
24062026-04-17T23:04:08.492Z Checking walkdir v2.5.0
24072026-04-17T23:04:08.495Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-04-17T23:04:08.591Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-04-17T23:04:08.594Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-17T23:04:08.594Z Compiling async-recursion v1.1.1
24112026-04-17T23:04:08.690Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-04-17T23:04:08.867Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-04-17T23:04:09.902Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-04-17T23:04:10.351Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-04-17T23:04:11.228Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-17T23:04:12.165Z Checking smawk v0.3.2
24172026-04-17T23:04:12.326Z Checking resolv-conf v0.7.6
24182026-04-17T23:04:12.532Z Checking unicode-linebreak v0.1.5
24192026-04-17T23:04:12.680Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-04-17T23:04:12.776Z Checking papergrid v0.11.0
24212026-04-17T23:04:12.845Z Compiling tabled_derive v0.7.0
24222026-04-17T23:04:12.934Z Checking globset v0.4.18
24232026-04-17T23:04:13.257Z Compiling convert_case v0.10.0
24242026-04-17T23:04:13.301Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24252026-04-17T23:04:13.394Z Checking progenitor v0.13.0
24262026-04-17T23:04:13.560Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-04-17T23:04:13.595Z Compiling slog-dtrace v0.3.0
24282026-04-17T23:04:13.849Z Checking tabled v0.15.0
24292026-04-17T23:04:13.849Z Compiling derive_more-impl v2.1.1
24302026-04-17T23:04:13.981Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-04-17T23:04:14.096Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24322026-04-17T23:04:14.765Z Checking derive_more v2.1.1
24332026-04-17T23:04:14.802Z Compiling pin-project-internal v1.1.11
24342026-04-17T23:04:14.874Z Checking crossterm v0.29.0
24352026-04-17T23:04:14.923Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24362026-04-17T23:04:15.108Z Checking pem v3.0.6
24372026-04-17T23:04:15.172Z Checking fd-lock v4.0.4
24382026-04-17T23:04:15.306Z Checking vte v0.14.1
24392026-04-17T23:04:15.341Z Checking display-error-chain v0.2.2
24402026-04-17T23:04:15.469Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-04-17T23:04:15.505Z Checking strip-ansi-escapes v0.2.1
24422026-04-17T23:04:15.507Z Compiling snafu-derive v0.8.9
24432026-04-17T23:04:15.636Z Checking nu-ansi-term v0.50.3
24442026-04-17T23:04:15.671Z Checking linked-hash-map v0.5.6
24452026-04-17T23:04:15.870Z Checking termtree v0.5.1
24462026-04-17T23:04:15.873Z Checking reedline v0.40.0
24472026-04-17T23:04:15.970Z Checking pin-project v1.1.11
24482026-04-17T23:04:16.071Z Checking lru-cache v0.1.2
24492026-04-17T23:04:16.107Z Checking textwrap v0.16.2
24502026-04-17T23:04:16.110Z Checking olpc-cjson v0.1.4
24512026-04-17T23:04:16.219Z Checking hickory-proto v0.24.4
24522026-04-17T23:04:16.290Z Checking serde_plain v1.0.2
24532026-04-17T23:04:16.325Z Compiling minimal-lexical v0.2.1
24542026-04-17T23:04:16.357Z Checking typed-path v0.9.3
24552026-04-17T23:04:16.466Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-04-17T23:04:16.605Z Compiling nom v7.1.3
24572026-04-17T23:04:17.035Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24582026-04-17T23:04:17.072Z Compiling ar_archive_writer v0.5.1
24592026-04-17T23:04:17.075Z Checking humantime v2.3.0
24602026-04-17T23:04:17.159Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24612026-04-17T23:04:17.310Z Checking csv-core v0.1.13
24622026-04-17T23:04:17.462Z Checking snafu v0.8.9
24632026-04-17T23:04:17.520Z Checking csv v1.4.0
24642026-04-17T23:04:17.635Z Compiling stacker v0.1.23
24652026-04-17T23:04:17.674Z Compiling cfg_aliases v0.1.1
24662026-04-17T23:04:17.730Z Checking tough v0.20.0
24672026-04-17T23:04:17.780Z Checking highway v1.3.0
24682026-04-17T23:04:17.913Z Compiling nix v0.28.0
24692026-04-17T23:04:17.947Z Compiling psm v0.1.30
24702026-04-17T23:04:17.950Z Checking nibble_vec v0.1.0
24712026-04-17T23:04:18.044Z Checking endian-type v0.1.2
24722026-04-17T23:04:18.047Z Checking hickory-resolver v0.24.4
24732026-04-17T23:04:18.111Z Checking home v0.5.12
24742026-04-17T23:04:18.166Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-04-17T23:04:18.204Z Checking radix_trie v0.2.1
24762026-04-17T23:04:18.245Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-04-17T23:04:18.329Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-04-17T23:04:18.439Z Checking phf_shared v0.12.1
24792026-04-17T23:04:18.611Z Compiling recursive-proc-macro-impl v0.1.1
24802026-04-17T23:04:18.745Z Compiling chrono-tz v0.10.4
24812026-04-17T23:04:18.832Z Compiling semver v0.1.20
24822026-04-17T23:04:18.833Z Checking qorb v0.4.1
24832026-04-17T23:04:18.900Z Checking phf v0.12.1
24842026-04-17T23:04:19.034Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-04-17T23:04:19.069Z Compiling rustc_version v0.1.7
24862026-04-17T23:04:19.072Z Checking recursive v0.1.1
24872026-04-17T23:04:19.145Z Compiling const_format_proc_macros v0.2.34
24882026-04-17T23:04:19.223Z Compiling peg-macros v0.8.5
24892026-04-17T23:04:19.323Z Checking winnow v0.6.26
24902026-04-17T23:04:19.551Z Compiling sqlparser_derive v0.5.0
24912026-04-17T23:04:19.726Z Checking unicode_categories v0.1.1
24922026-04-17T23:04:19.959Z Checking rustyline v14.0.0
24932026-04-17T23:04:20.017Z Checking const_format v0.2.35
24942026-04-17T23:04:20.201Z Compiling newtype_derive v0.1.6
24952026-04-17T23:04:20.393Z Checking sqlparser v0.61.0
24962026-04-17T23:04:20.499Z Checking sqlformat v0.3.5
24972026-04-17T23:04:20.649Z Checking peg v0.8.5
24982026-04-17T23:04:20.693Z Checking bcs v0.1.6
24992026-04-17T23:04:20.955Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-04-17T23:04:20.958Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-04-17T23:04:21.022Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-04-17T23:04:21.174Z Checking steno v0.4.1
25032026-04-17T23:04:21.281Z Checking filetime v0.2.27
25042026-04-17T23:04:21.315Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-04-17T23:04:21.450Z Checking xattr v1.6.1
25062026-04-17T23:04:21.613Z Checking tar v0.4.45
25072026-04-17T23:04:21.981Z Checking subprocess v0.2.15
25082026-04-17T23:04:22.023Z Checking base64 v0.21.7
25092026-04-17T23:04:22.196Z Checking headers-core v0.3.0
25102026-04-17T23:04:22.295Z Checking yasna v0.5.2
25112026-04-17T23:04:22.327Z Checking dropshot-api-manager-types v0.6.0
25122026-04-17T23:04:22.362Z Checking headers v0.4.1
25132026-04-17T23:04:22.502Z Checking tagptr v0.2.0
25142026-04-17T23:04:22.548Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25152026-04-17T23:04:22.711Z Checking rcgen v0.12.1
25162026-04-17T23:04:22.745Z Checking moka v0.12.13
25172026-04-17T23:04:22.843Z Checking utf-8 v0.7.6
25182026-04-17T23:04:23.010Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25192026-04-17T23:04:23.055Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25202026-04-17T23:04:23.188Z Compiling libefi-sys v0.1.0
25212026-04-17T23:04:23.407Z Compiling radium v0.7.0
25222026-04-17T23:04:23.410Z Checking hickory-resolver v0.25.2
25232026-04-17T23:04:23.606Z Compiling bitfield-struct v0.6.2
25242026-04-17T23:04:23.661Z Checking tap v1.0.1
25252026-04-17T23:04:23.739Z Compiling maybe-uninit v2.0.0
25262026-04-17T23:04:23.795Z Checking wyz v0.5.1
25272026-04-17T23:04:24.178Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25282026-04-17T23:04:24.212Z Compiling zerocopy-derive v0.6.6
25292026-04-17T23:04:24.247Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-04-17T23:04:24.284Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-04-17T23:04:24.335Z Checking funty v2.0.0
25322026-04-17T23:04:24.548Z Compiling packed_struct v0.10.1
25332026-04-17T23:04:24.660Z Checking crc-catalog v2.4.0
25342026-04-17T23:04:24.697Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-04-17T23:04:24.786Z Checking crc v3.4.0
25362026-04-17T23:04:24.829Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25372026-04-17T23:04:24.906Z Checking bitvec v1.0.1
25382026-04-17T23:04:24.939Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25392026-04-17T23:04:24.974Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25402026-04-17T23:04:25.090Z Checking zerocopy v0.6.6
25412026-04-17T23:04:25.093Z Checking tungstenite v0.21.0
25422026-04-17T23:04:25.158Z Compiling packed_struct_codegen v0.10.1
25432026-04-17T23:04:25.161Z Compiling bitfield-macros v0.19.4
25442026-04-17T23:04:25.415Z Compiling indexmap v1.9.3
25452026-04-17T23:04:25.583Z Checking nodrop v0.1.14
25462026-04-17T23:04:25.688Z Checking tokio-tungstenite v0.21.0
25472026-04-17T23:04:25.722Z Checking array-init v0.0.4
25482026-04-17T23:04:25.935Z Checking bitfield v0.19.4
25492026-04-17T23:04:25.991Z Checking smallvec v0.6.14
25502026-04-17T23:04:26.047Z Checking hashbrown v0.12.3
25512026-04-17T23:04:26.213Z Checking serde-hex v0.1.0
25522026-04-17T23:04:26.246Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-04-17T23:04:26.249Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542026-04-17T23:04:26.435Z Checking ron v0.8.1
25552026-04-17T23:04:26.830Z Checking hashbrown v0.13.2
25562026-04-17T23:04:26.998Z Checking crc-any v2.5.0
25572026-04-17T23:04:27.199Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-04-17T23:04:27.267Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25592026-04-17T23:04:27.301Z Checking object v0.30.4
25602026-04-17T23:04:27.334Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-04-17T23:04:27.385Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-04-17T23:04:27.418Z Checking path-slash v0.1.5
25632026-04-17T23:04:27.546Z Compiling xshell-macros v0.2.7
25642026-04-17T23:04:27.604Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25652026-04-17T23:04:27.719Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-04-17T23:04:27.947Z Checking xshell v0.2.7
25672026-04-17T23:04:28.003Z Checking half v1.8.3
25682026-04-17T23:04:28.163Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25692026-04-17T23:04:28.228Z Checking serde_cbor v0.11.2
25702026-04-17T23:04:28.385Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25712026-04-17T23:04:28.633Z Compiling num-derive v0.3.3
25722026-04-17T23:04:28.802Z Compiling proc-macro-error-attr2 v2.0.0
25732026-04-17T23:04:28.842Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25742026-04-17T23:04:28.937Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25752026-04-17T23:04:29.153Z Checking papergrid v0.17.0
25762026-04-17T23:04:29.223Z Compiling proc-macro-error2 v2.0.1
25772026-04-17T23:04:29.399Z Checking testing_table v0.3.0
25782026-04-17T23:04:29.524Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25792026-04-17T23:04:29.578Z Checking libscf-sys v1.1.0
25802026-04-17T23:04:29.603Z Compiling tabled_derive v0.11.0
25812026-04-17T23:04:29.761Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25822026-04-17T23:04:29.981Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-04-17T23:04:30.014Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25842026-04-17T23:04:30.119Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25852026-04-17T23:04:30.346Z Checking maplit v1.0.2
25862026-04-17T23:04:30.439Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-04-17T23:04:30.473Z Checking fxhash v0.2.1
25882026-04-17T23:04:30.476Z Checking crc8 v0.1.1
25892026-04-17T23:04:30.624Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25902026-04-17T23:04:30.657Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25912026-04-17T23:04:30.828Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25922026-04-17T23:04:30.874Z Checking tabled v0.20.0
25932026-04-17T23:04:31.255Z Checking unicase v2.9.0
25942026-04-17T23:04:31.419Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25952026-04-17T23:04:31.453Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25962026-04-17T23:04:31.456Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25972026-04-17T23:04:31.714Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-04-17T23:04:31.821Z Checking kstat-rs v0.2.4
25992026-04-17T23:04:31.853Z Compiling diesel_derives v2.3.7
26002026-04-17T23:04:32.030Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26012026-04-17T23:04:32.064Z Compiling typify-impl v0.4.3
26022026-04-17T23:04:32.172Z Checking scheduled-thread-pool v0.2.7
26032026-04-17T23:04:32.349Z Compiling dsl_auto_type v0.2.0
26042026-04-17T23:04:32.411Z Compiling vergen-gitcl v1.0.8
26052026-04-17T23:04:32.627Z Checking arc-swap v1.8.2
26062026-04-17T23:04:32.831Z Compiling diesel_table_macro_syntax v0.3.0
26072026-04-17T23:04:32.880Z Compiling parking_lot_core v0.8.6
26082026-04-17T23:04:32.947Z Checking slog-scope v4.4.1
26092026-04-17T23:04:33.049Z Checking r2d2 v0.8.10
26102026-04-17T23:04:33.115Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26112026-04-17T23:04:33.200Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26122026-04-17T23:04:33.477Z Compiling git-stub v1.0.0
26132026-04-17T23:04:33.547Z Checking downcast-rs v2.0.2
26142026-04-17T23:04:33.677Z Compiling git-stub-vcs v0.1.0
26152026-04-17T23:04:33.941Z Checking slog-stdlog v4.1.1
26162026-04-17T23:04:34.050Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26172026-04-17T23:04:34.082Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-04-17T23:04:34.114Z Checking slog-envlogger v2.2.0
26192026-04-17T23:04:34.295Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26202026-04-17T23:04:34.395Z Checking parking_lot v0.11.2
26212026-04-17T23:04:34.603Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26222026-04-17T23:04:34.640Z Checking prefix-trie v0.7.0
26232026-04-17T23:04:34.824Z Checking sled v0.34.7
26242026-04-17T23:04:34.888Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26252026-04-17T23:04:34.932Z Checking nanorand v0.7.0
26262026-04-17T23:04:35.008Z Checking hickory-server v0.25.2
26272026-04-17T23:04:35.085Z Compiling dirs-sys-next v0.1.2
26282026-04-17T23:04:35.173Z Compiling crunchy v0.2.4
26292026-04-17T23:04:35.412Z Compiling dirs-next v2.0.0
26302026-04-17T23:04:35.513Z Checking flume v0.11.1
26312026-04-17T23:04:35.550Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26322026-04-17T23:04:35.582Z Compiling clang-sys v1.8.1
26332026-04-17T23:04:35.619Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26342026-04-17T23:04:35.779Z Compiling tiny-keccak v2.0.2
26352026-04-17T23:04:36.063Z Compiling term v0.7.0
26362026-04-17T23:04:36.110Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26372026-04-17T23:04:36.184Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26382026-04-17T23:04:36.486Z Compiling bit-vec v0.6.3
26392026-04-17T23:04:36.553Z Compiling typify-macro v0.4.3
26402026-04-17T23:04:36.633Z Compiling salty v0.3.0
26412026-04-17T23:04:36.732Z Compiling bit-set v0.5.3
26422026-04-17T23:04:36.928Z Compiling ascii-canvas v3.0.0
26432026-04-17T23:04:37.040Z Checking primeorder v0.13.6
26442026-04-17T23:04:37.203Z Compiling itertools v0.10.5
26452026-04-17T23:04:37.315Z Compiling ena v0.14.4
26462026-04-17T23:04:37.400Z Compiling libloading v0.8.9
26472026-04-17T23:04:37.434Z Compiling fs-err v2.11.0
26482026-04-17T23:04:37.540Z Compiling bindgen v0.71.1
26492026-04-17T23:04:37.575Z Compiling diff v0.1.13
26502026-04-17T23:04:37.638Z Compiling regex-syntax v0.6.29
26512026-04-17T23:04:38.032Z Compiling cexpr v0.6.0
26522026-04-17T23:04:38.175Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26532026-04-17T23:04:38.289Z Compiling typify v0.4.3
26542026-04-17T23:04:38.400Z Checking diesel v2.3.7
26552026-04-17T23:04:38.432Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26562026-04-17T23:04:38.464Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26572026-04-17T23:04:38.790Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-04-17T23:04:38.824Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26592026-04-17T23:04:38.930Z Compiling libxml v0.3.3
26602026-04-17T23:04:39.036Z Compiling lalrpop v0.19.12
26612026-04-17T23:04:39.116Z Checking parse-size v1.1.0
26622026-04-17T23:04:39.233Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26632026-04-17T23:04:39.265Z Checking p384 v0.13.1
26642026-04-17T23:04:39.297Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26652026-04-17T23:04:39.727Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26662026-04-17T23:04:39.788Z Compiling strum_macros v0.24.3
26672026-04-17T23:04:40.232Z Compiling indoc v1.0.9
26682026-04-17T23:04:40.702Z Checking assert_matches v1.5.0
26692026-04-17T23:04:41.161Z Compiling progenitor-impl v0.10.0
26702026-04-17T23:04:41.431Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26712026-04-17T23:04:41.550Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26722026-04-17T23:04:41.771Z Checking predicates-tree v1.0.13
26732026-04-17T23:04:41.917Z Checking derive_builder v0.20.2
26742026-04-17T23:04:42.061Z Checking quick-xml v0.37.5
26752026-04-17T23:04:42.237Z Compiling oso-derive v0.27.3
26762026-04-17T23:04:42.404Z Compiling impl-trait-for-tuples v0.2.3
26772026-04-17T23:04:42.753Z Compiling trait-variant v0.1.2
26782026-04-17T23:04:42.950Z Checking openssl-probe v0.1.6
26792026-04-17T23:04:43.095Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26802026-04-17T23:04:43.326Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26812026-04-17T23:04:43.780Z Compiling progenitor-macro v0.10.0
26822026-04-17T23:04:43.954Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26832026-04-17T23:04:44.564Z Compiling progenitor-impl v0.11.2
26842026-04-17T23:04:44.641Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852026-04-17T23:04:45.131Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26862026-04-17T23:04:46.631Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26872026-04-17T23:04:46.960Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26882026-04-17T23:04:47.271Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-17T23:04:47.892Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-04-17T23:04:48.130Z Checking toml v1.0.6+spec-1.1.0
26912026-04-17T23:04:48.302Z Compiling mime_guess v2.0.5
26922026-04-17T23:04:48.753Z Compiling progenitor-macro v0.11.2
26932026-04-17T23:04:48.786Z Checking progenitor v0.10.0
26942026-04-17T23:04:48.914Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26952026-04-17T23:04:48.957Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-04-17T23:04:49.286Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-04-17T23:04:49.606Z Checking progenitor-client v0.11.2
26982026-04-17T23:04:49.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26992026-04-17T23:04:49.842Z Checking http-range v0.1.5
27002026-04-17T23:04:49.917Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-04-17T23:04:49.982Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27022026-04-17T23:04:50.014Z Checking ignore v0.4.25
27032026-04-17T23:04:50.466Z Checking atty v0.2.14
27042026-04-17T23:04:50.597Z Checking globwalk v0.9.1
27052026-04-17T23:04:50.987Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27062026-04-17T23:04:51.020Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-04-17T23:04:51.434Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27082026-04-17T23:04:51.552Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-04-17T23:04:51.659Z Checking bb8 v0.8.6
27102026-04-17T23:04:51.910Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-04-17T23:04:51.974Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27122026-04-17T23:04:52.144Z Checking corncobs v0.1.4
27132026-04-17T23:04:52.220Z Checking compression-core v0.4.31
27142026-04-17T23:04:52.304Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-17T23:04:52.384Z Checking compression-codecs v0.4.37
27162026-04-17T23:04:52.542Z Checking diesel-dtrace v0.5.0
27172026-04-17T23:04:52.587Z Checking async-bb8-diesel v0.2.1
27182026-04-17T23:04:52.863Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-04-17T23:04:52.971Z Checking hyper-staticfile v0.10.1
27202026-04-17T23:04:53.030Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-04-17T23:04:53.205Z Checking camino-tempfile-ext v0.3.3
27222026-04-17T23:04:53.238Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-04-17T23:04:53.295Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-04-17T23:04:53.434Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-04-17T23:04:53.556Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-04-17T23:04:53.657Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-17T23:04:53.780Z Checking progenitor v0.11.2
27282026-04-17T23:04:53.951Z Checking signal-hook-tokio v0.3.1
27292026-04-17T23:04:54.111Z Checking secrecy v0.8.0
27302026-04-17T23:04:54.213Z Compiling dropshot v0.17.0
27312026-04-17T23:04:54.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-04-17T23:04:54.640Z Checking async-compression v0.4.41
27332026-04-17T23:04:54.681Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27342026-04-17T23:04:54.959Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27352026-04-17T23:04:55.210Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27362026-04-17T23:04:55.289Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27372026-04-17T23:04:55.613Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-04-17T23:04:55.661Z Compiling dropshot_endpoint v0.17.0
27392026-04-17T23:04:55.793Z Checking nonempty v0.12.0
27402026-04-17T23:04:55.986Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-04-17T23:04:56.020Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-04-17T23:04:56.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-04-17T23:04:56.296Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-04-17T23:04:56.421Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27452026-04-17T23:04:56.512Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27462026-04-17T23:04:56.886Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-04-17T23:04:57.230Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-17T23:04:57.336Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-04-17T23:04:57.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-04-17T23:04:57.669Z Checking tungstenite v0.23.0
27512026-04-17T23:04:58.121Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-04-17T23:04:58.327Z Checking tokio-tungstenite v0.23.1
27532026-04-17T23:04:58.626Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-04-17T23:04:59.001Z Checking rand_seeder v0.4.0
27552026-04-17T23:04:59.184Z Checking void v1.0.2
27562026-04-17T23:04:59.319Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-04-17T23:04:59.322Z Checking lzss v0.8.2
27582026-04-17T23:04:59.388Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27592026-04-17T23:04:59.577Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27602026-04-17T23:04:59.756Z Checking nix v0.27.1
27612026-04-17T23:04:59.819Z Checking serde_bytes v0.11.19
27622026-04-17T23:05:00.036Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-04-17T23:05:00.246Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-04-17T23:05:00.309Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-04-17T23:05:00.411Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-04-17T23:05:01.141Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-04-17T23:05:01.201Z Checking is_ci v1.2.0
27682026-04-17T23:05:01.319Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27692026-04-17T23:05:01.519Z Checking yansi v1.0.1
27702026-04-17T23:05:01.624Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-04-17T23:05:01.689Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-04-17T23:05:01.802Z Checking pretty_assertions v1.4.1
27732026-04-17T23:05:01.895Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-04-17T23:05:01.966Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-04-17T23:05:02.225Z Compiling darling_core v0.23.0
27762026-04-17T23:05:03.097Z Compiling indoc v2.0.7
27772026-04-17T23:05:03.172Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27782026-04-17T23:05:03.393Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-04-17T23:05:03.576Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-17T23:05:03.618Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-17T23:05:03.846Z Compiling instability v0.3.11
27822026-04-17T23:05:03.898Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-04-17T23:05:04.231Z Compiling libz-sys v1.1.24
27842026-04-17T23:05:04.377Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-04-17T23:05:04.609Z Checking castaway v0.2.4
27862026-04-17T23:05:04.796Z Checking compact_str v0.8.1
27872026-04-17T23:05:04.799Z Compiling darling_macro v0.23.0
27882026-04-17T23:05:05.212Z Checking supports-color v3.0.2
27892026-04-17T23:05:05.370Z Compiling darling v0.23.0
27902026-04-17T23:05:05.401Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-04-17T23:05:05.524Z Checking unicode-truncate v1.1.0
27922026-04-17T23:05:05.622Z Checking console v0.16.2
27932026-04-17T23:05:05.700Z Checking lru v0.12.5
27942026-04-17T23:05:05.888Z Checking unit-prefix v0.5.2
27952026-04-17T23:05:05.961Z Checking cassowary v0.3.0
27962026-04-17T23:05:06.053Z Checking indicatif v0.18.4
27972026-04-17T23:05:06.208Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27982026-04-17T23:05:06.240Z Checking ratatui v0.29.0
27992026-04-17T23:05:06.273Z Compiling libgit2-sys v0.18.3+1.9.2
28002026-04-17T23:05:06.458Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-04-17T23:05:06.638Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-04-17T23:05:07.602Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-04-17T23:05:07.833Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-04-17T23:05:07.913Z Compiling vergen-git2 v1.0.7
28052026-04-17T23:05:08.065Z Checking plotters-backend v0.3.7
28062026-04-17T23:05:08.166Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-04-17T23:05:08.211Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-04-17T23:05:08.334Z Checking plotters-svg v0.3.7
28092026-04-17T23:05:08.394Z Checking colored v2.2.0
28102026-04-17T23:05:08.438Z Checking cast v0.3.0
28112026-04-17T23:05:08.504Z Checking shell-words v1.1.1
28122026-04-17T23:05:08.619Z Compiling rustls v0.21.12
28132026-04-17T23:05:08.622Z Checking criterion-plot v0.6.0
28142026-04-17T23:05:08.685Z Checking plotters v0.3.7
28152026-04-17T23:05:08.959Z Checking typeid v1.0.3
28162026-04-17T23:05:09.003Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-04-17T23:05:09.095Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-04-17T23:05:09.321Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-04-17T23:05:09.454Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28202026-04-17T23:05:09.548Z Checking sct v0.7.1
28212026-04-17T23:05:09.719Z Checking rustls-webpki v0.101.7
28222026-04-17T23:05:09.941Z Checking tinytemplate v1.2.1
28232026-04-17T23:05:09.976Z Compiling nix v0.29.0
28242026-04-17T23:05:10.110Z Checking hex-literal v0.4.1
28252026-04-17T23:05:10.205Z Checking anes v0.1.6
28262026-04-17T23:05:10.242Z Checking oorandom v11.1.5
28272026-04-17T23:05:10.422Z Checking criterion v0.7.0
28282026-04-17T23:05:10.497Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-17T23:05:11.790Z Checking erased-serde v0.4.9
28302026-04-17T23:05:11.823Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-04-17T23:05:12.177Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-04-17T23:05:12.993Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-04-17T23:05:13.748Z Checking ordered-float v2.10.1
28342026-04-17T23:05:14.018Z Checking serde-value v0.7.0
28352026-04-17T23:05:14.270Z Checking serde-untagged v0.1.9
28362026-04-17T23:05:14.500Z Checking tokio-rustls v0.24.1
28372026-04-17T23:05:14.824Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-04-17T23:05:15.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-04-17T23:05:15.230Z Checking rustls-pemfile v1.0.4
28402026-04-17T23:05:15.404Z Checking twox-hash v2.1.2
28412026-04-17T23:05:15.647Z Checking unicode-xid v0.2.6
28422026-04-17T23:05:15.782Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-04-17T23:05:15.815Z Checking cargo-util-schemas v0.8.2
28442026-04-17T23:05:16.761Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28452026-04-17T23:05:16.813Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-17T23:05:16.995Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-17T23:05:17.500Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-04-17T23:05:17.696Z Checking fatfs v0.3.6
28492026-04-17T23:05:18.189Z Checking cargo-platform v0.2.0
28502026-04-17T23:05:18.306Z Compiling petname v2.0.2
28512026-04-17T23:05:18.404Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-04-17T23:05:18.442Z Compiling seq-macro v0.3.6
28532026-04-17T23:05:18.972Z Checking cargo_metadata v0.21.0
28542026-04-17T23:05:19.006Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552026-04-17T23:05:19.732Z Checking concurrent-queue v2.5.0
28562026-04-17T23:05:19.766Z Checking rtoolbox v0.0.3
28572026-04-17T23:05:19.929Z Checking parking v2.2.1
28582026-04-17T23:05:19.962Z Checking futures-timer v3.0.3
28592026-04-17T23:05:19.995Z Checking rpassword v7.4.0
28602026-04-17T23:05:20.082Z Checking event-listener v5.4.1
28612026-04-17T23:05:20.168Z Checking tui-tree-widget v0.23.1
28622026-04-17T23:05:20.332Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28632026-04-17T23:05:20.389Z Checking polyval v0.6.2
28642026-04-17T23:05:20.521Z Checking sapling-renderdag v0.1.0
28652026-04-17T23:05:20.554Z Checking sync-ptr v0.1.4
28662026-04-17T23:05:20.586Z Checking ghash v0.5.1
28672026-04-17T23:05:20.702Z Checking event-listener-strategy v0.5.4
28682026-04-17T23:05:20.734Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28692026-04-17T23:05:20.786Z Checking ctr v0.9.2
28702026-04-17T23:05:20.866Z Checking constant_time_eq v0.4.2
28712026-04-17T23:05:20.954Z Checking arrayref v0.3.9
28722026-04-17T23:05:20.987Z Checking arrayvec v0.7.6
28732026-04-17T23:05:21.028Z Checking aes-gcm v0.10.3
28742026-04-17T23:05:21.135Z Checking async-lock v3.4.2
28752026-04-17T23:05:21.203Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-04-17T23:05:21.235Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-04-17T23:05:21.280Z Compiling samael v0.0.19
28782026-04-17T23:05:21.529Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-04-17T23:05:22.166Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-04-17T23:05:22.221Z Checking ssh-encoding v0.2.0
28812026-04-17T23:05:22.438Z Checking blowfish v0.9.1
28822026-04-17T23:05:22.619Z Checking bcrypt-pbkdf v0.10.0
28832026-04-17T23:05:22.814Z Checking ssh-cipher v0.2.0
28842026-04-17T23:05:23.019Z Checking async-object-pool v0.2.0
28852026-04-17T23:05:23.164Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-04-17T23:05:23.370Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-04-17T23:05:23.491Z Checking serde_regex v1.1.0
28882026-04-17T23:05:23.685Z Checking password-hash v0.4.2
28892026-04-17T23:05:23.918Z Checking assert-json-diff v2.0.2
28902026-04-17T23:05:23.953Z Checking path-tree v0.8.3
28912026-04-17T23:05:24.034Z Checking gimli v0.32.3
28922026-04-17T23:05:24.114Z Compiling target-lexicon v0.13.3
28932026-04-17T23:05:24.168Z Checking stringmetrics v2.2.2
28942026-04-17T23:05:24.348Z Checking httpmock v0.8.3
28952026-04-17T23:05:24.688Z Checking pbkdf2 v0.11.0
28962026-04-17T23:05:24.899Z Checking ssh-key v0.6.7
28972026-04-17T23:05:25.627Z Checking addr2line v0.25.1
28982026-04-17T23:05:25.890Z Checking p521 v0.13.3
28992026-04-17T23:05:25.929Z Checking p256 v0.13.2
29002026-04-17T23:05:26.212Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-04-17T23:05:26.446Z Checking russh-cryptovec v0.7.3
29022026-04-17T23:05:26.514Z Checking rustc-demangle v0.1.27
29032026-04-17T23:05:26.612Z Checking md5 v0.7.0
29042026-04-17T23:05:26.646Z Compiling guppy-workspace-hack v0.1.0
29052026-04-17T23:05:26.774Z Checking backtrace v0.3.76
29062026-04-17T23:05:26.817Z Checking russh-keys v0.45.0
29072026-04-17T23:05:27.110Z Checking num-bigint v0.4.6
29082026-04-17T23:05:27.165Z Checking des v0.8.1
29092026-04-17T23:05:27.499Z Compiling blake3 v1.8.3
29102026-04-17T23:05:27.532Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-04-17T23:05:27.571Z Compiling target-spec v3.5.7
29122026-04-17T23:05:27.984Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-04-17T23:05:28.078Z Checking cfg-expr v0.20.6
29142026-04-17T23:05:28.082Z Checking russh v0.45.0
29152026-04-17T23:05:28.397Z Checking backtrace-ext v0.2.1
29162026-04-17T23:05:28.541Z Checking supports-color v2.1.0
29172026-04-17T23:05:28.601Z Checking textwrap v0.15.2
29182026-04-17T23:05:28.635Z Checking supports-hyperlinks v2.1.0
29192026-04-17T23:05:28.702Z Checking supports-unicode v2.1.0
29202026-04-17T23:05:28.781Z Checking hashbrown v0.14.5
29212026-04-17T23:05:28.836Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29222026-04-17T23:05:28.868Z Checking cargo-platform v0.3.2
29232026-04-17T23:05:29.064Z Checking terminal_size v0.1.17
29242026-04-17T23:05:29.097Z Compiling miette-derive v5.10.0
29252026-04-17T23:05:29.205Z Checking internet-checksum v0.2.1
29262026-04-17T23:05:29.284Z Checking owo-colors v3.5.0
29272026-04-17T23:05:29.358Z Checking chumsky v0.9.3
29282026-04-17T23:05:29.850Z Checking cargo_metadata v0.23.1
29292026-04-17T23:05:30.282Z Checking miette v5.10.0
29302026-04-17T23:05:30.634Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-04-17T23:05:30.638Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-04-17T23:05:30.700Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-04-17T23:05:30.789Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29342026-04-17T23:05:31.025Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29352026-04-17T23:05:31.059Z Compiling knuffel-derive v3.2.0
29362026-04-17T23:05:31.428Z Checking httptest v0.16.4
29372026-04-17T23:05:31.561Z Checking pathdiff v0.2.3
29382026-04-17T23:05:31.704Z Checking topological-sort v0.2.2
29392026-04-17T23:05:31.824Z Checking nested v0.1.1
29402026-04-17T23:05:31.873Z Checking omicron-zone-package v0.12.2
29412026-04-17T23:05:31.909Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-04-17T23:05:31.992Z Checking guppy v0.17.25
29432026-04-17T23:05:32.144Z Checking similar-asserts v1.7.0
29442026-04-17T23:05:32.328Z Compiling rstest_macros v0.25.0
29452026-04-17T23:05:32.564Z Checking knuffel v3.2.0
29462026-04-17T23:05:32.640Z Compiling target-triple v1.0.0
29472026-04-17T23:05:32.782Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29482026-04-17T23:05:32.919Z Compiling git2 v0.20.4
29492026-04-17T23:05:32.984Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502026-04-17T23:05:33.051Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29512026-04-17T23:05:33.095Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29522026-04-17T23:05:33.212Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29532026-04-17T23:05:33.322Z Checking hickory-client v0.25.2
29542026-04-17T23:05:33.665Z Checking tokio-test v0.4.5
29552026-04-17T23:05:33.842Z Checking escape8259 v0.5.3
29562026-04-17T23:05:33.898Z Compiling relative-path v1.9.3
29572026-04-17T23:05:34.007Z Compiling assert_cmd v2.1.2
29582026-04-17T23:05:34.330Z Checking libtest-mimic v0.8.1
29592026-04-17T23:05:34.784Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29602026-04-17T23:05:34.819Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29612026-04-17T23:05:34.922Z Checking blake2b_simd v1.0.4
29622026-04-17T23:05:35.516Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-04-17T23:05:35.940Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-04-17T23:05:35.987Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29652026-04-17T23:05:36.272Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-04-17T23:05:36.356Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29672026-04-17T23:05:36.545Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-04-17T23:05:36.582Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29692026-04-17T23:05:36.614Z Compiling polar-core v0.27.3
29702026-04-17T23:05:36.807Z Checking fancy-regex v0.14.0
29712026-04-17T23:05:37.138Z Checking serde_tokenstream v0.2.3
29722026-04-17T23:05:37.206Z Checking uzers v0.12.2
29732026-04-17T23:05:37.382Z Compiling linkme-impl v0.3.35
29742026-04-17T23:05:37.447Z Checking termcolor v1.4.1
29752026-04-17T23:05:37.695Z Checking constant_time_eq v0.3.1
29762026-04-17T23:05:37.806Z Checking trybuild v1.0.116
29772026-04-17T23:05:37.840Z Checking rust-argon2 v2.1.0
29782026-04-17T23:05:37.843Z Checking rstest v0.25.0
29792026-04-17T23:05:38.053Z Checking datatest-stable v0.3.3
29802026-04-17T23:05:38.422Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29812026-04-17T23:05:38.484Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29822026-04-17T23:05:38.716Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29832026-04-17T23:05:38.765Z Checking support-bundle-viewer v0.1.2
29842026-04-17T23:05:39.062Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852026-04-17T23:05:39.286Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29862026-04-17T23:05:39.371Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-04-17T23:05:39.524Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-04-17T23:05:39.617Z Checking drift v0.1.3
29892026-04-17T23:05:39.848Z Checking rand_distr v0.5.1
29902026-04-17T23:05:39.986Z Checking multimap v0.10.1
29912026-04-17T23:05:40.211Z Checking approx v0.5.1
29922026-04-17T23:05:40.316Z Compiling linkme v0.3.35
29932026-04-17T23:05:40.389Z Checking dropshot-api-manager v0.6.0
29942026-04-17T23:05:41.429Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29952026-04-17T23:05:41.749Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29962026-04-17T23:05:41.793Z Checking oso v0.27.3
29972026-04-17T23:05:41.851Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-04-17T23:05:42.123Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-04-17T23:05:42.165Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-04-17T23:05:42.217Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-04-17T23:05:42.366Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-04-17T23:05:42.474Z Checking partial-io v0.5.4
30032026-04-17T23:05:42.569Z Checking cargo_toml v0.21.0
30042026-04-17T23:05:42.716Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-04-17T23:05:42.749Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30062026-04-17T23:05:42.844Z Checking termios v0.3.3
30072026-04-17T23:05:43.038Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-04-17T23:05:43.488Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30092026-04-17T23:05:43.546Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-04-17T23:05:45.150Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30112026-04-17T23:05:47.502Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30122026-04-17T23:05:51.704Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30132026-04-17T23:05:52.123Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30142026-04-17T23:05:55.117Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30152026-04-17T23:05:58.602Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30162026-04-17T23:06:03.900Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30172026-04-17T23:06:07.077Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30182026-04-17T23:06:08.143Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30192026-04-17T23:06:08.606Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30202026-04-17T23:06:10.223Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30212026-04-17T23:06:17.913Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30222026-04-17T23:07:33.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30232026-04-17T23:07:33.850Z
30242026-04-17T23:07:33.850Zreal 4:03.722773445
30252026-04-17T23:07:33.850Zuser 20:41.754219912
30262026-04-17T23:07:33.850Zsys 4:44.469967276
30272026-04-17T23:07:33.850Ztrap 0.492184096
30282026-04-17T23:07:33.850Ztflt 0.144457632
30292026-04-17T23:07:33.850Zdflt 0.156968448
30302026-04-17T23:07:33.850Zkflt 0.001738729
30312026-04-17T23:07:33.854Zlock 56:52.199592911
30322026-04-17T23:07:33.854Zslp 56:35.691704617
30332026-04-17T23:07:33.854Zlat 1:49.369093432
30342026-04-17T23:07:33.854Zstop 10:48.900333748
30352026-04-17T23:07:33.854Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30362026-04-17T23:07:33.854Z+ ptime -m cargo doc --workspace --no-deps
30372026-04-17T23:07:34.719Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30382026-04-17T23:07:34.719Z |
30392026-04-17T23:07:34.719Z = 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)`
30402026-04-17T23:07:34.719Z = 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>
30412026-04-17T23:07:35.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-04-17T23:07:35.872Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-04-17T23:07:35.914Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30442026-04-17T23:07:35.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30452026-04-17T23:07:36.046Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30462026-04-17T23:07:36.148Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30472026-04-17T23:07:36.176Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-04-17T23:07:36.203Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-04-17T23:07:36.232Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-04-17T23:07:36.235Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-04-17T23:07:36.280Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-04-17T23:07:36.448Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-04-17T23:07:36.471Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-04-17T23:07:36.492Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-04-17T23:07:36.524Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-04-17T23:07:36.548Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-04-17T23:07:36.575Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-04-17T23:07:36.622Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-04-17T23:07:36.657Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-04-17T23:07:36.683Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30612026-04-17T23:07:36.683Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-04-17T23:07:37.032Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-04-17T23:07:37.191Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-04-17T23:07:37.269Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30652026-04-17T23:07:37.336Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-04-17T23:07:37.445Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-04-17T23:07:37.470Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-04-17T23:07:37.491Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-04-17T23:07:37.651Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-04-17T23:07:37.676Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-04-17T23:07:38.222Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-04-17T23:07:38.225Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-04-17T23:07:38.225Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-04-17T23:07:38.225Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-04-17T23:07:38.225Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-04-17T23:07:38.325Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-04-17T23:07:38.349Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-04-17T23:07:38.374Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-04-17T23:07:38.581Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-04-17T23:07:38.608Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-04-17T23:07:38.631Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-04-17T23:07:38.864Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-04-17T23:07:38.924Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-04-17T23:07:39.090Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-04-17T23:07:39.169Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-04-17T23:07:39.192Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30872026-04-17T23:07:39.311Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-04-17T23:07:39.358Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30892026-04-17T23:07:39.473Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902026-04-17T23:07:39.544Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30912026-04-17T23:07:39.596Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30922026-04-17T23:07:39.701Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30932026-04-17T23:07:39.729Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-04-17T23:07:39.751Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30952026-04-17T23:07:39.792Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-04-17T23:07:39.995Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30972026-04-17T23:07:40.037Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-04-17T23:07:40.041Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30992026-04-17T23:07:40.059Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-04-17T23:07:40.241Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-04-17T23:07:40.284Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-04-17T23:07:40.305Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31032026-04-17T23:07:40.460Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31042026-04-17T23:07:40.526Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31052026-04-17T23:07:40.553Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31062026-04-17T23:07:40.593Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-04-17T23:07:40.617Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31082026-04-17T23:07:40.720Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-04-17T23:07:40.752Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31102026-04-17T23:07:40.839Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31112026-04-17T23:07:40.868Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31122026-04-17T23:07:40.915Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-04-17T23:07:40.939Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-04-17T23:07:40.961Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-04-17T23:07:41.276Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-04-17T23:07:41.328Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-17T23:07:41.500Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-04-17T23:07:41.654Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-04-17T23:07:41.964Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31202026-04-17T23:07:42.049Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31212026-04-17T23:07:42.281Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-04-17T23:07:42.517Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-04-17T23:07:42.663Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-04-17T23:07:42.798Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-04-17T23:07:43.263Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31262026-04-17T23:07:43.517Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-04-17T23:07:43.543Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-04-17T23:07:43.611Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31292026-04-17T23:07:44.277Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-04-17T23:07:44.657Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-04-17T23:07:45.046Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-04-17T23:07:45.353Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31332026-04-17T23:07:45.376Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-04-17T23:07:45.592Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31352026-04-17T23:07:45.710Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-04-17T23:07:45.962Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-04-17T23:07:46.060Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-04-17T23:07:46.397Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-04-17T23:07:46.536Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-04-17T23:07:46.678Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-04-17T23:07:46.868Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-04-17T23:07:46.913Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-04-17T23:07:46.947Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-04-17T23:07:47.127Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31452026-04-17T23:07:47.189Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-04-17T23:07:47.249Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472026-04-17T23:07:47.396Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31482026-04-17T23:07:47.600Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31492026-04-17T23:07:47.921Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31502026-04-17T23:07:48.539Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-04-17T23:07:48.543Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-04-17T23:07:49.316Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-04-17T23:07:49.394Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-04-17T23:07:49.512Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-04-17T23:07:49.791Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31562026-04-17T23:07:50.307Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31572026-04-17T23:07:50.339Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31582026-04-17T23:07:50.611Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-04-17T23:07:50.683Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-04-17T23:07:51.006Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-04-17T23:07:51.308Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-04-17T23:07:51.424Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31632026-04-17T23:07:51.508Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31642026-04-17T23:07:51.620Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-04-17T23:07:51.895Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-04-17T23:07:51.919Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31672026-04-17T23:07:51.976Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31682026-04-17T23:07:52.643Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-04-17T23:07:52.860Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-04-17T23:07:53.374Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-04-17T23:07:53.484Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31722026-04-17T23:07:53.952Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31732026-04-17T23:07:54.357Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-04-17T23:07:55.184Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-17T23:07:55.214Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-04-17T23:07:55.675Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31772026-04-17T23:07:55.925Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-04-17T23:07:56.063Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-04-17T23:07:56.227Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-04-17T23:07:56.696Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-04-17T23:07:56.728Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-04-17T23:07:57.039Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-04-17T23:07:57.558Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-04-17T23:07:57.724Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-17T23:07:57.940Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-04-17T23:07:58.148Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-04-17T23:07:58.173Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-17T23:07:58.334Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-17T23:07:59.448Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-04-17T23:08:00.096Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-17T23:08:01.077Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31922026-04-17T23:08:01.670Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932026-04-17T23:08:01.964Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-04-17T23:08:03.451Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-04-17T23:08:03.484Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-04-17T23:08:04.904Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31972026-04-17T23:08:05.502Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31982026-04-17T23:08:05.712Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-04-17T23:08:06.399Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-04-17T23:08:06.753Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-04-17T23:08:07.024Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-04-17T23:08:07.186Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-04-17T23:08:07.386Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-04-17T23:08:07.827Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-04-17T23:08:07.874Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32062026-04-17T23:08:07.995Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-04-17T23:08:08.191Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32082026-04-17T23:08:08.607Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32092026-04-17T23:08:08.637Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102026-04-17T23:08:08.831Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-04-17T23:08:09.160Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-04-17T23:08:09.285Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132026-04-17T23:08:09.547Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32142026-04-17T23:08:09.700Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-04-17T23:08:09.855Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32162026-04-17T23:08:10.040Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-04-17T23:08:10.117Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-04-17T23:08:10.741Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-04-17T23:08:10.948Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-04-17T23:08:11.357Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-04-17T23:08:12.062Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32222026-04-17T23:08:12.129Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32232026-04-17T23:08:13.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-17T23:08:14.542Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-04-17T23:08:15.766Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32262026-04-17T23:08:16.739Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272026-04-17T23:08:17.174Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32282026-04-17T23:08:18.688Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-04-17T23:08:19.255Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-04-17T23:08:20.250Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-04-17T23:08:21.509Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32322026-04-17T23:08:22.598Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-04-17T23:08:23.499Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-04-17T23:08:24.349Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32352026-04-17T23:08:24.619Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32362026-04-17T23:08:25.581Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-04-17T23:08:27.022Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-17T23:08:27.114Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-17T23:08:27.513Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-04-17T23:08:27.935Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32412026-04-17T23:08:29.164Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32422026-04-17T23:08:31.283Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32432026-04-17T23:08:33.646Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-04-17T23:08:34.391Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-04-17T23:08:36.016Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-17T23:08:36.638Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-04-17T23:08:37.310Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-04-17T23:08:37.986Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-04-17T23:08:38.652Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32502026-04-17T23:08:39.333Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-04-17T23:08:40.171Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-04-17T23:08:41.244Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32532026-04-17T23:08:42.340Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-17T23:08:42.539Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-17T23:08:43.447Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-04-17T23:08:44.282Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32572026-04-17T23:08:45.414Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32582026-04-17T23:08:46.429Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592026-04-17T23:08:49.109Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32602026-04-17T23:08:49.713Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32612026-04-17T23:08:50.486Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-04-17T23:08:51.482Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-04-17T23:08:52.529Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-04-17T23:08:55.048Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32652026-04-17T23:08:55.242Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32662026-04-17T23:08:56.126Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32672026-04-17T23:08:57.395Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32682026-04-17T23:08:58.873Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32692026-04-17T23:09:00.035Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32702026-04-17T23:09:01.306Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-04-17T23:09:05.044Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32722026-04-17T23:09:07.179Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-04-17T23:09:08.857Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-17T23:09:10.423Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32752026-04-17T23:09:11.735Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32762026-04-17T23:09:13.509Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-04-17T23:09:14.962Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32782026-04-17T23:09:18.422Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-04-17T23:09:19.921Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-04-17T23:09:20.232Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32812026-04-17T23:09:21.550Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32822026-04-17T23:09:23.335Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-04-17T23:09:25.019Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-04-17T23:09:26.953Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-04-17T23:09:28.806Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32862026-04-17T23:09:30.497Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32872026-04-17T23:09:32.544Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32882026-04-17T23:09:34.002Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-04-17T23:09:35.724Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32902026-04-17T23:09:37.469Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32912026-04-17T23:09:39.235Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-04-17T23:09:40.940Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32932026-04-17T23:09:42.656Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32942026-04-17T23:09:44.496Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32952026-04-17T23:09:46.277Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32962026-04-17T23:09:48.069Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32972026-04-17T23:09:49.991Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32982026-04-17T23:09:51.731Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32992026-04-17T23:09:54.334Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-04-17T23:09:55.779Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33012026-04-17T23:09:58.101Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-04-17T23:10:00.078Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33032026-04-17T23:10:02.011Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-04-17T23:10:04.050Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-04-17T23:10:06.045Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-04-17T23:10:09.504Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33072026-04-17T23:10:09.821Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-04-17T23:10:12.617Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33092026-04-17T23:10:14.832Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33102026-04-17T23:10:16.963Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112026-04-17T23:10:19.122Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33122026-04-17T23:10:21.190Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-04-17T23:10:23.421Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33142026-04-17T23:10:25.482Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-04-17T23:10:27.970Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-04-17T23:10:30.239Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33172026-04-17T23:10:31.986Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-04-17T23:10:34.154Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-04-17T23:10:36.264Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-04-17T23:10:38.450Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-04-17T23:10:40.568Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-04-17T23:10:42.722Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33232026-04-17T23:10:44.903Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-04-17T23:10:47.047Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33252026-04-17T23:10:49.330Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33262026-04-17T23:10:51.335Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272026-04-17T23:10:53.568Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33282026-04-17T23:10:55.998Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33292026-04-17T23:10:58.112Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33302026-04-17T23:11:00.405Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33312026-04-17T23:11:02.575Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33322026-04-17T23:11:04.844Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33332026-04-17T23:11:07.100Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-04-17T23:11:09.313Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33352026-04-17T23:11:11.536Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33362026-04-17T23:11:13.908Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33372026-04-17T23:11:16.028Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33382026-04-17T23:11:18.217Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-04-17T23:11:20.478Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-04-17T23:11:22.756Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-04-17T23:11:24.968Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-04-17T23:11:27.391Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-04-17T23:11:29.554Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33442026-04-17T23:11:32.313Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-04-17T23:11:34.351Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-04-17T23:11:36.956Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-04-17T23:11:39.378Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33482026-04-17T23:11:41.813Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33492026-04-17T23:11:44.160Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33502026-04-17T23:11:46.612Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33512026-04-17T23:11:49.132Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33522026-04-17T23:11:52.071Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33532026-04-17T23:11:54.394Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33542026-04-17T23:11:56.898Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33552026-04-17T23:12:04.295Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33562026-04-17T23:12:04.431Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-04-17T23:12:07.668Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-04-17T23:12:10.990Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33592026-04-17T23:12:14.259Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602026-04-17T23:12:18.781Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33612026-04-17T23:12:21.663Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33622026-04-17T23:12:25.191Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33632026-04-17T23:12:28.738Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-04-17T23:12:32.367Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33652026-04-17T23:12:36.099Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33662026-04-17T23:12:39.564Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-04-17T23:12:43.103Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33682026-04-17T23:12:46.771Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33692026-04-17T23:12:50.351Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33702026-04-17T23:12:53.990Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33712026-04-17T23:12:57.662Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33722026-04-17T23:13:01.243Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33732026-04-17T23:13:04.888Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742026-04-17T23:13:08.592Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33752026-04-17T23:13:12.174Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33762026-04-17T23:13:15.761Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33772026-04-17T23:13:19.450Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33782026-04-17T23:13:22.945Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33792026-04-17T23:13:26.565Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33802026-04-17T23:13:30.191Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33812026-04-17T23:13:59.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s
33822026-04-17T23:13:59.280Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33832026-04-17T23:13:59.400Z
33842026-04-17T23:13:59.400Zreal 6:25.405552495
33852026-04-17T23:13:59.400Zuser 17:23.730075197
33862026-04-17T23:13:59.400Zsys 3:39.476404747
33872026-04-17T23:13:59.400Ztrap 0.256972696
33882026-04-17T23:13:59.400Ztflt 0.034133247
33892026-04-17T23:13:59.401Zdflt 0.021044083
33902026-04-17T23:13:59.401Zkflt 0.000015575
33912026-04-17T23:13:59.401Zlock 6:00:50.889620273
33922026-04-17T23:13:59.401Zslp 2:09:10.091901636
33932026-04-17T23:13:59.409Zlat 33.131954807
33942026-04-17T23:13:59.409Zstop 1:48.074137396
33952026-04-17T23:13:59.409Zprocess exited: duration 834552 ms, exit code 0
 
33962026-04-17T23:13:59.432Zfound 0 output files