01KMG3P15J4Z2SN9K2YWC4E5TF: clippy (helios)

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

Buildomat Job: 01KMG3PDJEQZDY45BMWHYR2VM7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T14:25:25.110Zjob assigned to worker 01KMG3PRK87TJ6B6MWW13MHH41 [factory aws, i-06db44d8549ea3f79] (queued for 1 m 20 s)
 
22026-03-24T14:25:32.974Zstarting task 0: "setup"
32026-03-24T14:25:32.978Z++ uname -s
42026-03-24T14:25:32.981Z+ kern=SunOS
52026-03-24T14:25:32.981Z+ build_user=build
62026-03-24T14:25:32.982Z+ build_uid=12345
72026-03-24T14:25:32.982Z+ work_dir=/work
82026-03-24T14:25:32.982Z+ input_dir=/input
92026-03-24T14:25:32.982Z+ [[ 0 == 12345 ]]
102026-03-24T14:25:32.982Z+ case "$kern" in
112026-03-24T14:25:32.982Z+ groupadd -g 12345 build
122026-03-24T14:25:32.985Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T14:25:34.988Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T14:25:35.104Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T14:25:35.108Z+ home_fs=zfs
162026-03-24T14:25:35.108Z+ [[ zfs == autofs ]]
172026-03-24T14:25:35.108Z+ mkdir -p /home/build
182026-03-24T14:25:35.108Z+ chown build:build /home/build /work
192026-03-24T14:25:37.109Z+ chmod 0700 /home/build /work
202026-03-24T14:25:37.113Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-24T14:25:37.119Zstarting task 1: "rust-toolchain"
222026-03-24T14:25:37.123Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T14:25:37.123Z * rust toolchain channel = "1.94.0"
242026-03-24T14:25:37.123Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T14:25:37.123Z * rust toolchain profile = "default"
262026-03-24T14:25:37.123Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T14:25:37.126Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T14:25:37.126Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T14:25:37.126Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T14:25:37.388Zinfo: downloading installer
312026-03-24T14:25:38.987Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T14:25:38.987Zwarn: /opt/ooce/bin
332026-03-24T14:25:38.987Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T14:25:38.987Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T14:25:38.987Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T14:25:38.987Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T14:25:38.987Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T14:25:38.988Zerror: cannot install while Rust is installed
392026-03-24T14:25:38.988Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T14:25:38.988Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T14:25:38.988Zwarn: /home/build/.rustup/settings.toml
422026-03-24T14:25:38.988Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T14:25:38.988Zwarn: instead of the one inferred from the default host triple.
442026-03-24T14:25:38.999Zinfo: profile set to default
452026-03-24T14:25:39.000Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T14:25:39.003Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T14:25:39.137Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T14:25:39.140Zinfo: downloading 6 components
492026-03-24T14:25:53.827Z
502026-03-24T14:25:53.827Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-24T14:25:53.865Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T14:25:53.865Z
532026-03-24T14:25:53.868Z
542026-03-24T14:25:53.868ZRust is installed now. Great!
552026-03-24T14:25:53.868Z
562026-03-24T14:25:53.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T14:25:53.868Zenvironment variable. This has not been done automatically.
582026-03-24T14:25:53.868Z
592026-03-24T14:25:53.868ZTo configure your current shell, you need to source
602026-03-24T14:25:53.868Zthe corresponding env file under $HOME/.cargo.
612026-03-24T14:25:53.868Z
622026-03-24T14:25:53.868ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T14:25:53.868Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T14:25:53.869Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T14:25:53.869Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T14:25:53.869Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T14:25:53.869Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T14:25:53.869Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T14:25:53.869Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T14:25:53.869Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T14:25:53.975Z+ rustup --version
722026-03-24T14:25:53.986Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T14:25:53.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T14:25:54.014Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T14:25:54.017Z+ cargo --version
762026-03-24T14:25:54.033Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T14:25:54.037Z+ rustc --version
782026-03-24T14:25:54.062Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T14:25:54.066Zprocess exited: duration 16950 ms, exit code 0
 
802026-03-24T14:25:54.072Zstarting task 2: "authentication"
812026-03-24T14:25:54.092Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T14:25:54.098Zstarting task 3: "clone repository"
832026-03-24T14:25:54.104Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T14:25:54.107Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T14:25:54.137ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T14:26:04.384Z+ cd /work/oxidecomputer/omicron
872026-03-24T14:26:04.388Z+ git fetch origin c1dadec56d7d0eb500e5a747c43891174e8b8eac
882026-03-24T14:26:04.873ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T14:26:04.873Z * branch c1dadec56d7d0eb500e5a747c43891174e8b8eac -> FETCH_HEAD
902026-03-24T14:26:04.883Z+ [[ -n jmcarp/oxql-field-bench ]]
912026-03-24T14:26:04.886Z++ git branch --show-current
922026-03-24T14:26:04.887Z+ current=main
932026-03-24T14:26:04.887Z+ [[ main != jmcarp/oxql-field-bench ]]
942026-03-24T14:26:04.889Z+ git branch -f jmcarp/oxql-field-bench c1dadec56d7d0eb500e5a747c43891174e8b8eac
952026-03-24T14:26:04.893Z+ git checkout -f jmcarp/oxql-field-bench
962026-03-24T14:26:05.121ZSwitched to branch 'jmcarp/oxql-field-bench'
972026-03-24T14:26:05.124Z+ git reset --hard c1dadec56d7d0eb500e5a747c43891174e8b8eac
982026-03-24T14:26:05.352ZHEAD is now at c1dadec56 Check in oxql benchmark.
992026-03-24T14:26:05.355Zprocess exited: duration 11257 ms, exit code 0
 
1002026-03-24T14:26:05.361Zstarting task 4: "build"
1012026-03-24T14:26:05.366Z+ source ./env.sh
1022026-03-24T14:26:05.366Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T14:26:05.366Z++ set -o xtrace
1042026-03-24T14:26:05.370Z++++ dirname ./env.sh
1052026-03-24T14:26:05.373Z+++ readlink -f .
1062026-03-24T14:26:05.373Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T14:26:05.373Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-24T14:26:05.373Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-24T14:26:05.373Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-24T14:26:05.373Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-24T14:26:05.373Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-24T14:26:05.373Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-24T14:26:05.373Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-24T14:26:05.373Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-24T14:26:05.373Z++ case $OLD_SHELL_OPTS in
1162026-03-24T14:26:05.374Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T14:26:05.374Z+ source .github/buildomat/ci-env.sh
1182026-03-24T14:26:05.374Z++ export CARGO_TERM_COLOR=always
1192026-03-24T14:26:05.374Z++ CARGO_TERM_COLOR=always
1202026-03-24T14:26:05.374Z+ cargo --version
1212026-03-24T14:26:05.385Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T14:26:05.388Z+ rustc --version
1232026-03-24T14:26:05.413Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T14:26:05.417Z+ banner prerequisites
1252026-03-24T14:26:05.420Z
1262026-03-24T14:26:05.421Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T14:26:05.421Z # # # # # # # # # # # # # # #
1282026-03-24T14:26:05.421Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T14:26:05.421Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T14:26:05.421Z # # # # # # # # # # # # # # #
1312026-03-24T14:26:05.421Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T14:26:05.421Z
1332026-03-24T14:26:05.421Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T14:26:15.189Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T14:26:25.213Z Startup: Caching catalogs ... Done
1362026-03-24T14:26:47.484ZPlanning: Solver setup ... Done (20.869s)
1372026-03-24T14:26:47.642ZPlanning: Running solver ... Done (0.158s)
1382026-03-24T14:26:47.829ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T14:26:47.842ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T14:26:47.966ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T14:26:48.009ZPlanning: Package planning ... Done (0.043s)
1422026-03-24T14:26:48.048ZPlanning: Merging actions ... Done (0.039s)
1432026-03-24T14:26:48.285ZPlanning: Checking for conflicting actions ... Done (0.236s)
1442026-03-24T14:26:48.295ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T14:26:49.154ZPlanning: Evaluating mediators ... Done (0.859s)
1462026-03-24T14:26:49.162ZPlanning: Planning completed in 23.81 seconds
1472026-03-24T14:26:49.175Z Packages to install: 4
1482026-03-24T14:26:49.178Z Mediators to change: 2
1492026-03-24T14:26:49.178Z Services to change: 1
1502026-03-24T14:26:49.178Z Estimated space available: 155.43 GB
1512026-03-24T14:26:49.178ZEstimated space to be consumed: 1.83 GB
1522026-03-24T14:26:49.179Z Create boot environment: No
1532026-03-24T14:26:49.179ZCreate backup boot environment: No
1542026-03-24T14:26:49.179Z Rebuild boot archive: No
1552026-03-24T14:26:49.179Z
1562026-03-24T14:26:49.179ZChanged mediators:
1572026-03-24T14:26:49.179Z mediator clang:
1582026-03-24T14:26:49.179Z version: None -> 15 (system default)
1592026-03-24T14:26:49.179Z
1602026-03-24T14:26:49.179Z mediator llvm:
1612026-03-24T14:26:49.179Z version: 14 (system default) -> 15 (system default)
1622026-03-24T14:26:49.179Z
1632026-03-24T14:26:49.179ZChanged packages:
1642026-03-24T14:26:49.179Zhelios-dev
1652026-03-24T14:26:49.179Z developer/build-essential
1662026-03-24T14:26:49.179Z None -> 11-2.0
1672026-03-24T14:26:49.179Z library/libxmlsec1
1682026-03-24T14:26:49.179Z None -> 1.2.35-2.0
1692026-03-24T14:26:49.179Z ooce/developer/clang-15
1702026-03-24T14:26:49.179Z None -> 15.0.7-2.0
1712026-03-24T14:26:49.179Z ooce/developer/llvm-15
1722026-03-24T14:26:49.179Z None -> 15.0.7-2.0
1732026-03-24T14:26:49.179Z
1742026-03-24T14:26:49.179ZServices:
1752026-03-24T14:26:49.179Z restart_fmri:
1762026-03-24T14:26:49.179Z svc:/system/update-man-index:default
1772026-03-24T14:26:49.224Z
1782026-03-24T14:26:49.224ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T14:26:54.237ZDownload: 2215/3290 items 119.2/212.6MB 56% complete (26.1M/s)
1802026-03-24T14:26:59.249ZDownload: 3247/3290 items 202.9/212.6MB 95% complete (20.9M/s)
1812026-03-24T14:27:08.535ZDownload: 3284/3290 items 210.8/212.6MB 99% complete (10.1M/s)
1822026-03-24T14:27:08.572ZDownload: Completed 212.60 MB in 19.35 seconds (11.0M/s)
1832026-03-24T14:27:08.724Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T14:27:12.836Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-24T14:27:13.581Z Done (0.740s)
1862026-03-24T14:27:13.581Z Done (0.000s)
1872026-03-24T14:27:14.575Z Done (0.994s)
1882026-03-24T14:27:18.269Z Done (3.339s)
1892026-03-24T14:27:18.349Z Done (0.017s)
1902026-03-24T14:27:18.352Z Done (0.000s)
1912026-03-24T14:27:18.486Z Done (0.000s)
1922026-03-24T14:27:19.450ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T14:27:19.596ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T14:27:19.599ZPlanning: Consolidating action changes ... Done
1952026-03-24T14:27:19.819ZPlanning: Evaluating mediators ... Done
1962026-03-24T14:27:19.822ZPlanning: Planning completed in 0.37 seconds
1972026-03-24T14:27:19.848Z Mediators to change: 2
1982026-03-24T14:27:19.848Z Create boot environment: No
1992026-03-24T14:27:19.852ZCreate backup boot environment: No
2002026-03-24T14:27:19.914Z Done
2012026-03-24T14:27:19.914Z Done
2022026-03-24T14:27:20.643Z Done
2032026-03-24T14:27:23.963Z Done
2042026-03-24T14:27:24.046Z Done
2052026-03-24T14:27:24.049Z Done
2062026-03-24T14:27:24.230Z Done
2072026-03-24T14:27:24.763ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T14:27:24.766ZPlanning: Merging actions ... Done
2092026-03-24T14:27:24.929ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T14:27:24.932ZPlanning: Consolidating action changes ... Done
2112026-03-24T14:27:25.151ZPlanning: Evaluating mediators ... Done
2122026-03-24T14:27:25.195ZPlanning: Planning completed in 0.64 seconds
2132026-03-24T14:27:25.225Z Packages to change: 1
2142026-03-24T14:27:25.225Z Mediators to change: 1
2152026-03-24T14:27:25.229Z Services to change: 1
2162026-03-24T14:27:25.229Z Create boot environment: No
2172026-03-24T14:27:25.229ZCreate backup boot environment: Yes
2182026-03-24T14:27:27.728Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T14:27:27.731Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T14:27:27.731Z Done
2212026-03-24T14:27:27.731Z Done
2222026-03-24T14:27:27.920Z Done
2232026-03-24T14:27:31.207Z Done
2242026-03-24T14:27:31.294Z Done
2252026-03-24T14:27:31.297Z Done
2262026-03-24T14:27:31.442Z Done
2272026-03-24T14:27:31.820ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T14:27:31.820Zclang system 15 system
2292026-03-24T14:27:31.820Zcsh system system illumos
2302026-03-24T14:27:31.820Zctags system system illumos
2312026-03-24T14:27:31.820Zfile system system illumos
2322026-03-24T14:27:31.820Zgcc vendor 12 vendor
2332026-03-24T14:27:31.820Zgcc system 10 system
2342026-03-24T14:27:31.820Zgcc system 7 system
2352026-03-24T14:27:31.820Zgo system 1.20 system
2362026-03-24T14:27:31.820Zgo system 1.19 system
2372026-03-24T14:27:31.820Zllvm system 15 system
2382026-03-24T14:27:31.820Zllvm system 14 system
2392026-03-24T14:27:31.820Zmariadb system 10.6 system
2402026-03-24T14:27:31.820Zmta vendor vendor dma
2412026-03-24T14:27:31.820Zopenjdk system 17 system
2422026-03-24T14:27:31.820Zopenjdk system 11 system
2432026-03-24T14:27:31.820Zopenjdk system 1.8 system
2442026-03-24T14:27:31.820Zopenssl vendor 3 vendor
2452026-03-24T14:27:31.820Zperl system 5.36 system
2462026-03-24T14:27:31.820Zpostgresql system 15 system
2472026-03-24T14:27:31.820Zpostgresql system 13 system
2482026-03-24T14:27:31.821Zpython vendor 3 vendor
2492026-03-24T14:27:31.821Zpython system 2 system
2502026-03-24T14:27:31.821Zpython3 system 3.11 system
2512026-03-24T14:27:31.821Zruby system 3.0 system
2522026-03-24T14:27:31.821Zwords vendor vendor american-english
2532026-03-24T14:27:31.821Zwords system system australian-english
2542026-03-24T14:27:31.821Zwords system system british-english
2552026-03-24T14:27:31.821Zwords system system canadian-english
2562026-03-24T14:27:31.821Zwords system system french
2572026-03-24T14:27:31.821Zwords system system italian
2582026-03-24T14:27:31.821Zwords system system ngerman
2592026-03-24T14:27:31.821Zwords system system ogerman
2602026-03-24T14:27:31.821Zwords system system spanish
2612026-03-24T14:27:32.118ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T14:27:32.118Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T14:27:38.105ZFMRI IFO
2642026-03-24T14:27:38.105Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T14:27:38.105Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T14:27:38.105Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T14:27:38.106Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T14:27:38.106Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T14:27:38.106Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T14:27:38.106Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T14:27:38.106Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T14:27:38.106Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T14:27:38.106Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T14:27:38.106Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T14:27:38.106Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T14:27:38.106Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T14:27:38.106Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T14:27:38.106Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T14:27:38.106Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T14:27:39.350Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T14:27:39.652Z Updating crates.io index
2822026-03-24T14:27:39.711Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T14:27:39.963Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T14:27:40.972Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T14:27:41.481Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T14:27:42.388Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T14:27:42.920Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T14:27:44.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T14:27:46.007Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T14:27:46.951Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T14:27:47.272Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T14:27:47.888Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T14:27:48.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T14:27:48.876Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T14:27:49.246Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T14:27:50.107Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T14:27:50.734Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T14:27:51.016Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T14:27:51.271Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T14:27:51.677Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T14:27:52.008Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T14:27:52.247Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T14:27:52.506Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T14:27:52.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T14:27:53.290Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T14:27:53.985Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T14:27:54.252Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T14:27:54.561Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T14:27:55.477Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T14:27:56.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T14:27:56.633Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T14:27:57.213Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T14:27:57.534Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T14:27:57.895Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T14:27:58.229Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T14:27:58.615Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T14:27:59.118Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T14:27:59.371Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T14:27:59.594Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T14:27:59.995Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T14:28:14.039Z Downloading crates ...
3222026-03-24T14:28:14.111Z Downloaded textwrap v0.16.2
3232026-03-24T14:28:14.123Z Downloaded byteorder v1.5.0
3242026-03-24T14:28:14.126Z Downloaded bitflags v2.11.0
3252026-03-24T14:28:14.129Z Downloaded bytecount v0.6.9
3262026-03-24T14:28:14.133Z Downloaded block-buffer v0.10.4
3272026-03-24T14:28:14.133Z Downloaded anstream v0.6.21
3282026-03-24T14:28:14.136Z Downloaded percent-encoding v2.3.2
3292026-03-24T14:28:14.136Z Downloaded heck v0.5.0
3302026-03-24T14:28:14.136Z Downloaded autocfg v1.5.0
3312026-03-24T14:28:14.139Z Downloaded toml_write v0.1.2
3322026-03-24T14:28:14.142Z Downloaded fnv v1.0.7
3332026-03-24T14:28:14.142Z Downloaded zmij v1.0.21
3342026-03-24T14:28:14.142Z Downloaded tempfile v3.25.0
3352026-03-24T14:28:14.145Z Downloaded anstyle-parse v0.2.7
3362026-03-24T14:28:14.145Z Downloaded usdt-macro v0.5.0
3372026-03-24T14:28:14.149Z Downloaded ucd-trie v0.1.7
3382026-03-24T14:28:14.149Z Downloaded zerofrom v0.1.6
3392026-03-24T14:28:14.152Z Downloaded usdt-impl v0.5.0
3402026-03-24T14:28:14.155Z Downloaded zerocopy-derive v0.7.35
3412026-03-24T14:28:14.159Z Downloaded zerofrom-derive v0.1.6
3422026-03-24T14:28:14.159Z Downloaded utf8_iter v1.0.4
3432026-03-24T14:28:14.159Z Downloaded form_urlencoded v1.2.2
3442026-03-24T14:28:14.159Z Downloaded anstyle-query v1.1.5
3452026-03-24T14:28:14.162Z Downloaded usdt v0.5.0
3462026-03-24T14:28:14.162Z Downloaded usdt-attr-macro v0.5.0
3472026-03-24T14:28:14.162Z Downloaded itoa v1.0.17
3482026-03-24T14:28:14.162Z Downloaded version_check v0.9.5
3492026-03-24T14:28:14.165Z Downloaded unicode-linebreak v0.1.5
3502026-03-24T14:28:14.165Z Downloaded zerovec-derive v0.11.2
3512026-03-24T14:28:14.165Z Downloaded thiserror v1.0.69
3522026-03-24T14:28:14.168Z Downloaded quote v1.0.44
3532026-03-24T14:28:14.171Z Downloaded strsim v0.11.1
3542026-03-24T14:28:14.171Z Downloaded proc-macro-error-attr v1.0.4
3552026-03-24T14:28:14.174Z Downloaded once_cell v1.21.3
3562026-03-24T14:28:14.177Z Downloaded utf8parse v0.2.2
3572026-03-24T14:28:14.182Z Downloaded fs-err v3.3.0
3582026-03-24T14:28:14.185Z Downloaded toml v0.8.23
3592026-03-24T14:28:14.188Z Downloaded tabled_derive v0.7.0
3602026-03-24T14:28:14.189Z Downloaded cpufeatures v0.2.17
3612026-03-24T14:28:14.189Z Downloaded toml_datetime v0.6.11
3622026-03-24T14:28:14.189Z Downloaded clap_lex v1.0.0
3632026-03-24T14:28:14.191Z Downloaded pest_derive v2.8.6
3642026-03-24T14:28:14.194Z Downloaded anstyle v1.0.13
3652026-03-24T14:28:14.197Z Downloaded is_terminal_polyfill v1.70.2
3662026-03-24T14:28:14.197Z Downloaded cargo-platform v0.2.0
3672026-03-24T14:28:14.200Z Downloaded typeid v1.0.3
3682026-03-24T14:28:14.200Z Downloaded yoke-derive v0.8.1
3692026-03-24T14:28:14.200Z Downloaded thread-id v4.2.2
3702026-03-24T14:28:14.200Z Downloaded unicode-xid v0.2.6
3712026-03-24T14:28:14.203Z Downloaded stable_deref_trait v1.2.1
3722026-03-24T14:28:14.203Z Downloaded pretty-hex v0.4.1
3732026-03-24T14:28:14.206Z Downloaded memmap v0.7.0
3742026-03-24T14:28:14.206Z Downloaded thiserror-impl v2.0.18
3752026-03-24T14:28:14.209Z Downloaded fastrand v2.3.0
3762026-03-24T14:28:14.209Z Downloaded cfg-if v1.0.4
3772026-03-24T14:28:14.212Z Downloaded generic-array v0.14.7
3782026-03-24T14:28:14.212Z Downloaded tinystr v0.8.2
3792026-03-24T14:28:14.215Z Downloaded dof v0.3.0
3802026-03-24T14:28:14.215Z Downloaded serde-value v0.7.0
3812026-03-24T14:28:14.218Z Downloaded plain v0.2.3
3822026-03-24T14:28:14.218Z Downloaded yoke v0.8.1
3832026-03-24T14:28:14.222Z Downloaded serde_spanned v0.6.9
3842026-03-24T14:28:14.225Z Downloaded potential_utf v0.1.4
3852026-03-24T14:28:14.228Z Downloaded thiserror v2.0.18
3862026-03-24T14:28:14.231Z Downloaded writeable v0.6.2
3872026-03-24T14:28:14.235Z Downloaded equivalent v1.0.2
3882026-03-24T14:28:14.238Z Downloaded unicode-ident v1.0.24
3892026-03-24T14:28:14.241Z Downloaded thiserror-impl v1.0.69
3902026-03-24T14:28:14.245Z Downloaded idna_adapter v1.2.1
3912026-03-24T14:28:14.245Z Downloaded ordered-float v2.10.1
3922026-03-24T14:28:14.245Z Downloaded macaddr v1.0.1
3932026-03-24T14:28:14.248Z Downloaded colorchoice v1.0.4
3942026-03-24T14:28:14.250Z Downloaded toml_edit v0.22.27
3952026-03-24T14:28:14.253Z Downloaded smawk v0.3.2
3962026-03-24T14:28:14.253Z Downloaded dtrace-parser v0.2.0
3972026-03-24T14:28:14.256Z Downloaded crypto-common v0.1.7
3982026-03-24T14:28:14.259Z Downloaded heck v0.4.1
3992026-03-24T14:28:14.259Z Downloaded terminal_size v0.4.3
4002026-03-24T14:28:14.259Z Downloaded swrite v0.1.0
4012026-03-24T14:28:14.259Z Downloaded litemap v0.8.1
4022026-03-24T14:28:14.262Z Downloaded zerotrie v0.2.3
4032026-03-24T14:28:14.266Z Downloaded serde_derive v1.0.228
4042026-03-24T14:28:14.266Z Downloaded cargo_metadata v0.21.0
4052026-03-24T14:28:14.269Z Downloaded errno v0.3.14
4062026-03-24T14:28:14.269Z Downloaded typenum v1.19.0
4072026-03-24T14:28:14.272Z Downloaded url v2.5.8
4082026-03-24T14:28:14.276Z Downloaded displaydoc v0.2.5
4092026-03-24T14:28:14.276Z Downloaded cargo-util-schemas v0.8.2
4102026-03-24T14:28:14.279Z Downloaded scroll_derive v0.12.1
4112026-03-24T14:28:14.279Z Downloaded scroll v0.12.0
4122026-03-24T14:28:14.282Z Downloaded zerovec v0.11.5
4132026-03-24T14:28:14.285Z Downloaded synstructure v0.13.2
4142026-03-24T14:28:14.285Z Downloaded sha2 v0.10.9
4152026-03-24T14:28:14.289Z Downloaded serde_tokenstream v0.2.3
4162026-03-24T14:28:14.292Z Downloaded camino-tempfile v1.4.1
4172026-03-24T14:28:14.295Z Downloaded digest v0.10.7
4182026-03-24T14:28:14.295Z Downloaded zerocopy v0.7.35
4192026-03-24T14:28:14.306Z Downloaded erased-serde v0.4.9
4202026-03-24T14:28:14.309Z Downloaded winnow v0.7.14
4212026-03-24T14:28:14.314Z Downloaded semver v1.0.27
4222026-03-24T14:28:14.318Z Downloaded log v0.4.29
4232026-03-24T14:28:14.321Z Downloaded unicode-width v0.1.14
4242026-03-24T14:28:14.324Z Downloaded smallvec v1.15.1
4252026-03-24T14:28:14.324Z Downloaded unicode-width v0.2.0
4262026-03-24T14:28:14.327Z Downloaded icu_normalizer v2.1.1
4272026-03-24T14:28:14.330Z Downloaded clap_derive v4.5.55
4282026-03-24T14:28:14.333Z Downloaded anyhow v1.0.102
4292026-03-24T14:28:14.336Z Downloaded pest_generator v2.8.6
4302026-03-24T14:28:14.345Z Downloaded serde-untagged v0.1.9
4312026-03-24T14:28:14.348Z Downloaded proc-macro-error v1.0.4
4322026-03-24T14:28:14.357Z Downloaded cargo_toml v0.21.0
4332026-03-24T14:28:14.360Z Downloaded camino v1.2.2
4342026-03-24T14:28:14.360Z Downloaded clap v4.5.60
4352026-03-24T14:28:14.365Z Downloaded serde_core v1.0.228
4362026-03-24T14:28:14.368Z Downloaded serde v1.0.228
4372026-03-24T14:28:14.373Z Downloaded papergrid v0.11.0
4382026-03-24T14:28:14.376Z Downloaded icu_properties v2.1.2
4392026-03-24T14:28:14.381Z Downloaded icu_provider v2.1.1
4402026-03-24T14:28:14.386Z Downloaded num-traits v0.2.19
4412026-03-24T14:28:14.391Z Downloaded icu_locale_core v2.1.1
4422026-03-24T14:28:14.395Z Downloaded icu_normalizer_data v2.1.1
4432026-03-24T14:28:14.398Z Downloaded getrandom v0.4.1
4442026-03-24T14:28:14.406Z Downloaded pest_meta v2.8.6
4452026-03-24T14:28:14.410Z Downloaded proc-macro2 v1.0.106
4462026-03-24T14:28:14.419Z Downloaded icu_collections v2.1.1
4472026-03-24T14:28:14.427Z Downloaded serde_json v1.0.149
4482026-03-24T14:28:14.431Z Downloaded indexmap v2.13.0
4492026-03-24T14:28:14.435Z Downloaded memchr v2.8.0
4502026-03-24T14:28:14.452Z Downloaded tabled v0.15.0
4512026-03-24T14:28:14.463Z Downloaded idna v1.1.0
4522026-03-24T14:28:14.466Z Downloaded pest v2.8.6
4532026-03-24T14:28:14.469Z Downloaded hashbrown v0.16.1
4542026-03-24T14:28:14.473Z Downloaded clap_builder v4.5.60
4552026-03-24T14:28:14.477Z Downloaded icu_properties_data v2.1.2
4562026-03-24T14:28:14.489Z Downloaded goblin v0.8.2
4572026-03-24T14:28:14.514Z Downloaded syn v1.0.109
4582026-03-24T14:28:14.525Z Downloaded syn v2.0.117
4592026-03-24T14:28:14.545Z Downloaded rustix v1.1.3
4602026-03-24T14:28:14.571Z Downloaded libc v0.2.180
4612026-03-24T14:28:14.659Z Compiling proc-macro2 v1.0.106
4622026-03-24T14:28:14.662Z Compiling unicode-ident v1.0.24
4632026-03-24T14:28:14.662Z Compiling quote v1.0.44
4642026-03-24T14:28:14.662Z Compiling serde_core v1.0.228
4652026-03-24T14:28:14.662Z Compiling libc v0.2.180
4662026-03-24T14:28:14.662Z Compiling version_check v0.9.5
4672026-03-24T14:28:14.662Z Compiling stable_deref_trait v1.2.1
4682026-03-24T14:28:14.662Z Compiling serde v1.0.228
4692026-03-24T14:28:15.064Z Compiling memchr v2.8.0
4702026-03-24T14:28:15.173Z Compiling zmij v1.0.21
4712026-03-24T14:28:15.359Z Compiling itoa v1.0.17
4722026-03-24T14:28:15.502Z Compiling thiserror v1.0.69
4732026-03-24T14:28:15.612Z Compiling ucd-trie v0.1.7
4742026-03-24T14:28:15.791Z Compiling autocfg v1.5.0
4752026-03-24T14:28:15.920Z Compiling pest v2.8.6
4762026-03-24T14:28:15.968Z Compiling writeable v0.6.2
4772026-03-24T14:28:16.006Z Compiling litemap v0.8.1
4782026-03-24T14:28:16.224Z Compiling icu_normalizer_data v2.1.1
4792026-03-24T14:28:16.408Z Compiling rustix v1.1.3
4802026-03-24T14:28:16.502Z Compiling icu_properties_data v2.1.2
4812026-03-24T14:28:16.502Z Compiling byteorder v1.5.0
4822026-03-24T14:28:16.673Z Compiling syn v2.0.117
4832026-03-24T14:28:16.782Z Compiling errno v0.3.14
4842026-03-24T14:28:16.805Z Compiling serde_json v1.0.149
4852026-03-24T14:28:16.834Z Compiling bitflags v2.11.0
4862026-03-24T14:28:17.139Z Compiling num-traits v0.2.19
4872026-03-24T14:28:17.187Z Compiling hashbrown v0.16.1
4882026-03-24T14:28:17.372Z Compiling smallvec v1.15.1
4892026-03-24T14:28:17.458Z Compiling typeid v1.0.3
4902026-03-24T14:28:17.644Z Compiling pest_meta v2.8.6
4912026-03-24T14:28:17.745Z Compiling equivalent v1.0.2
4922026-03-24T14:28:17.856Z Compiling indexmap v2.13.0
4932026-03-24T14:28:17.934Z Compiling thread-id v4.2.2
4942026-03-24T14:28:18.039Z Compiling usdt-impl v0.5.0
4952026-03-24T14:28:18.110Z Compiling proc-macro-error-attr v1.0.4
4962026-03-24T14:28:18.187Z Compiling winnow v0.7.14
4972026-03-24T14:28:18.347Z Compiling syn v1.0.109
4982026-03-24T14:28:18.370Z Compiling toml_write v0.1.2
4992026-03-24T14:28:18.625Z Compiling erased-serde v0.4.9
5002026-03-24T14:28:19.027Z Compiling proc-macro-error v1.0.4
5012026-03-24T14:28:19.081Z Compiling thiserror v2.0.18
5022026-03-24T14:28:19.254Z Compiling percent-encoding v2.3.2
5032026-03-24T14:28:19.498Z Compiling utf8_iter v1.0.4
5042026-03-24T14:28:19.520Z Compiling utf8parse v0.2.2
5052026-03-24T14:28:19.662Z Compiling log v0.4.29
5062026-03-24T14:28:19.688Z Compiling plain v0.2.3
5072026-03-24T14:28:19.766Z Compiling camino v1.2.2
5082026-03-24T14:28:19.831Z Compiling getrandom v0.4.1
5092026-03-24T14:28:19.897Z Compiling ordered-float v2.10.1
5102026-03-24T14:28:20.007Z Compiling anstyle-parse v0.2.7
5112026-03-24T14:28:20.194Z Compiling form_urlencoded v1.2.2
5122026-03-24T14:28:20.354Z Compiling terminal_size v0.4.3
5132026-03-24T14:28:20.401Z Compiling is_terminal_polyfill v1.70.2
5142026-03-24T14:28:20.423Z Compiling colorchoice v1.0.4
5152026-03-24T14:28:20.519Z Compiling synstructure v0.13.2
5162026-03-24T14:28:20.543Z Compiling pest_generator v2.8.6
5172026-03-24T14:28:20.571Z Compiling pretty-hex v0.4.1
5182026-03-24T14:28:20.640Z Compiling cfg-if v1.0.4
5192026-03-24T14:28:20.734Z Compiling anstyle v1.0.13
5202026-03-24T14:28:20.759Z Compiling anstyle-query v1.1.5
5212026-03-24T14:28:20.819Z Compiling serde-untagged v0.1.9
5222026-03-24T14:28:21.028Z Compiling anstream v0.6.21
5232026-03-24T14:28:21.107Z Compiling semver v1.0.27
5242026-03-24T14:28:21.362Z Compiling fs-err v3.3.0
5252026-03-24T14:28:21.499Z Compiling strsim v0.11.1
5262026-03-24T14:28:21.551Z Compiling bytecount v0.6.9
5272026-03-24T14:28:21.597Z Compiling fnv v1.0.7
5282026-03-24T14:28:21.622Z Compiling clap_lex v1.0.0
5292026-03-24T14:28:21.645Z Compiling heck v0.5.0
5302026-03-24T14:28:21.718Z Compiling unicode-width v0.1.14
5312026-03-24T14:28:21.741Z Compiling once_cell v1.21.3
5322026-03-24T14:28:21.966Z Compiling heck v0.4.1
5332026-03-24T14:28:21.989Z Compiling fastrand v2.3.0
5342026-03-24T14:28:22.018Z Compiling unicode-xid v0.2.6
5352026-03-24T14:28:22.078Z Compiling anyhow v1.0.102
5362026-03-24T14:28:22.178Z Compiling papergrid v0.11.0
5372026-03-24T14:28:22.263Z Compiling tempfile v3.25.0
5382026-03-24T14:28:22.324Z Compiling clap_builder v4.5.60
5392026-03-24T14:28:22.475Z Compiling memmap v0.7.0
5402026-03-24T14:28:22.712Z Compiling unicode-linebreak v0.1.5
5412026-03-24T14:28:22.761Z Compiling smawk v0.3.2
5422026-03-24T14:28:22.784Z Compiling unicode-width v0.2.0
5432026-03-24T14:28:23.023Z Compiling camino-tempfile v1.4.1
5442026-03-24T14:28:23.073Z Compiling serde_derive v1.0.228
5452026-03-24T14:28:23.139Z Compiling zerofrom-derive v0.1.6
5462026-03-24T14:28:23.288Z Compiling yoke-derive v0.8.1
5472026-03-24T14:28:23.327Z Compiling zerovec-derive v0.11.2
5482026-03-24T14:28:23.411Z Compiling displaydoc v0.2.5
5492026-03-24T14:28:24.181Z Compiling thiserror-impl v1.0.69
5502026-03-24T14:28:24.403Z Compiling zerocopy-derive v0.7.35
5512026-03-24T14:28:24.790Z Compiling pest_derive v2.8.6
5522026-03-24T14:28:24.849Z Compiling scroll_derive v0.12.1
5532026-03-24T14:28:25.053Z Compiling zerofrom v0.1.6
5542026-03-24T14:28:25.232Z Compiling yoke v0.8.1
5552026-03-24T14:28:25.323Z Compiling thiserror-impl v2.0.18
5562026-03-24T14:28:25.480Z Compiling zerovec v0.11.5
5572026-03-24T14:28:25.544Z Compiling zerotrie v0.2.3
5582026-03-24T14:28:25.721Z Compiling zerocopy v0.7.35
5592026-03-24T14:28:25.948Z Compiling scroll v0.12.0
5602026-03-24T14:28:26.002Z Compiling dtrace-parser v0.2.0
5612026-03-24T14:28:26.160Z Compiling tinystr v0.8.2
5622026-03-24T14:28:26.300Z Compiling potential_utf v0.1.4
5632026-03-24T14:28:26.457Z Compiling icu_locale_core v2.1.1
5642026-03-24T14:28:26.539Z Compiling icu_collections v2.1.1
5652026-03-24T14:28:26.564Z Compiling goblin v0.8.2
5662026-03-24T14:28:26.613Z Compiling tabled_derive v0.7.0
5672026-03-24T14:28:26.899Z Compiling clap_derive v4.5.55
5682026-03-24T14:28:27.189Z Compiling textwrap v0.16.2
5692026-03-24T14:28:27.682Z Compiling icu_provider v2.1.1
5702026-03-24T14:28:27.735Z Compiling toml_datetime v0.6.11
5712026-03-24T14:28:27.819Z Compiling serde_spanned v0.6.9
5722026-03-24T14:28:27.844Z Compiling dof v0.3.0
5732026-03-24T14:28:27.868Z Compiling serde_tokenstream v0.2.3
5742026-03-24T14:28:27.892Z Compiling serde-value v0.7.0
5752026-03-24T14:28:28.001Z Compiling icu_normalizer v2.1.1
5762026-03-24T14:28:28.075Z Compiling icu_properties v2.1.2
5772026-03-24T14:28:28.078Z Compiling toml_edit v0.22.27
5782026-03-24T14:28:28.365Z Compiling cargo-platform v0.2.0
5792026-03-24T14:28:28.389Z Compiling tabled v0.15.0
5802026-03-24T14:28:28.722Z Compiling macaddr v1.0.1
5812026-03-24T14:28:28.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-24T14:28:29.011Z Compiling swrite v0.1.0
5832026-03-24T14:28:29.088Z Compiling usdt-macro v0.5.0
5842026-03-24T14:28:29.088Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T14:28:29.264Z Compiling idna_adapter v1.2.1
5862026-03-24T14:28:29.287Z Compiling clap v4.5.60
5872026-03-24T14:28:29.438Z Compiling idna v1.1.0
5882026-03-24T14:28:29.894Z Compiling url v2.5.8
5892026-03-24T14:28:30.073Z Compiling toml v0.8.23
5902026-03-24T14:28:30.737Z Compiling cargo-util-schemas v0.8.2
5912026-03-24T14:28:30.880Z Compiling usdt v0.5.0
5922026-03-24T14:28:30.904Z Compiling cargo_toml v0.21.0
5932026-03-24T14:28:31.919Z Compiling cargo_metadata v0.21.0
5942026-03-24T14:28:33.202Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T14:28:35.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.89s
5962026-03-24T14:28:36.281Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T14:28:37.053Z Downloading crates ...
5982026-03-24T14:28:37.182Z Downloaded arrayref v0.3.9
5992026-03-24T14:28:37.186Z Downloaded assert_matches v1.5.0
6002026-03-24T14:28:37.188Z Downloaded aead v0.5.2
6012026-03-24T14:28:37.191Z Downloaded async-stream v0.3.6
6022026-03-24T14:28:37.195Z Downloaded adler2 v2.0.1
6032026-03-24T14:28:37.195Z Downloaded ascii-canvas v3.0.0
6042026-03-24T14:28:37.198Z Downloaded async-stream-impl v0.3.6
6052026-03-24T14:28:37.201Z Downloaded async-recursion v1.1.1
6062026-03-24T14:28:37.210Z Downloaded async-trait v0.1.89
6072026-03-24T14:28:37.214Z Downloaded darling_macro v0.20.11
6082026-03-24T14:28:37.217Z Downloaded cfg_aliases v0.1.1
6092026-03-24T14:28:37.220Z Downloaded darling_macro v0.23.0
6102026-03-24T14:28:37.220Z Downloaded defmt v0.3.100
6112026-03-24T14:28:37.220Z Downloaded darling_macro v0.21.3
6122026-03-24T14:28:37.223Z Downloaded curve25519-dalek-derive v0.1.1
6132026-03-24T14:28:37.223Z Downloaded crucible-workspace-hack v0.1.0
6142026-03-24T14:28:37.225Z Downloaded bit-set v0.8.0
6152026-03-24T14:28:37.226Z Downloaded csv-core v0.1.13
6162026-03-24T14:28:37.229Z Downloaded defmt-parser v1.0.0
6172026-03-24T14:28:37.229Z Downloaded debug-ignore v1.0.5
6182026-03-24T14:28:37.231Z Downloaded document-features v0.2.12
6192026-03-24T14:28:37.231Z Downloaded array-init v0.0.4
6202026-03-24T14:28:37.234Z Downloaded endian-type v0.1.2
6212026-03-24T14:28:37.234Z Downloaded derive_builder_macro v0.20.2
6222026-03-24T14:28:37.238Z Downloaded arrayvec v0.7.6
6232026-03-24T14:28:37.238Z Downloaded argon2 v0.5.3
6242026-03-24T14:28:37.241Z Downloaded foreign-types v0.3.2
6252026-03-24T14:28:37.241Z Downloaded crc8 v0.1.1
6262026-03-24T14:28:37.241Z Downloaded block-padding v0.3.3
6272026-03-24T14:28:37.244Z Downloaded dof v0.4.0
6282026-03-24T14:28:37.244Z Downloaded difflib v0.4.0
6292026-03-24T14:28:37.248Z Downloaded dirs-next v2.0.0
6302026-03-24T14:28:37.252Z Downloaded crunchy v0.2.4
6312026-03-24T14:28:37.256Z Downloaded atty v0.2.14
6322026-03-24T14:28:37.259Z Downloaded ciborium-ll v0.2.2
6332026-03-24T14:28:37.262Z Downloaded dtrace-parser v0.3.0
6342026-03-24T14:28:37.262Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-03-24T14:28:37.265Z Downloaded cobs v0.3.0
6362026-03-24T14:28:37.268Z Downloaded ed25519 v2.2.3
6372026-03-24T14:28:37.268Z Downloaded cbc v0.1.2
6382026-03-24T14:28:37.271Z Downloaded bitflags v1.3.2
6392026-03-24T14:28:37.274Z Downloaded der_derive v0.7.3
6402026-03-24T14:28:37.274Z Downloaded defmt v1.0.1
6412026-03-24T14:28:37.277Z Downloaded const_format_proc_macros v0.2.34
6422026-03-24T14:28:37.280Z Downloaded flagset v0.4.7
6432026-03-24T14:28:37.280Z Downloaded async-bb8-diesel v0.2.1
6442026-03-24T14:28:37.283Z Downloaded env_filter v1.0.0
6452026-03-24T14:28:37.286Z Downloaded ahash v0.8.12
6462026-03-24T14:28:37.288Z Downloaded data-encoding v2.10.0
6472026-03-24T14:28:37.288Z Downloaded foreign-types-macros v0.2.3
6482026-03-24T14:28:37.291Z Downloaded enum-as-inner v0.6.1
6492026-03-24T14:28:37.291Z Downloaded fixedbitset v0.4.2
6502026-03-24T14:28:37.293Z Downloaded cargo-platform v0.1.9
6512026-03-24T14:28:37.294Z Downloaded crc-catalog v2.4.0
6522026-03-24T14:28:37.297Z Downloaded bit-set v0.5.3
6532026-03-24T14:28:37.297Z Downloaded float-cmp v0.10.0
6542026-03-24T14:28:37.300Z Downloaded dropshot-api-manager-types v0.6.0
6552026-03-24T14:28:37.300Z Downloaded downcast-rs v2.0.2
6562026-03-24T14:28:37.300Z Downloaded display-error-chain v0.2.2
6572026-03-24T14:28:37.303Z Downloaded ciborium-io v0.2.2
6582026-03-24T14:28:37.303Z Downloaded bitfield-macros v0.19.4
6592026-03-24T14:28:37.303Z Downloaded bb8 v0.8.6
6602026-03-24T14:28:37.306Z Downloaded embedded-io v0.4.0
6612026-03-24T14:28:37.306Z Downloaded dyn-clone v1.0.20
6622026-03-24T14:28:37.310Z Downloaded atomicwrites v0.4.4
6632026-03-24T14:28:37.310Z Downloaded dirs-sys-next v0.1.2
6642026-03-24T14:28:37.310Z Downloaded base16ct v1.0.0
6652026-03-24T14:28:37.313Z Downloaded atomic-waker v1.1.2
6662026-03-24T14:28:37.313Z Downloaded bcrypt-pbkdf v0.10.0
6672026-03-24T14:28:37.316Z Downloaded embedded-io v0.6.1
6682026-03-24T14:28:37.316Z Downloaded foreign-types v0.5.0
6692026-03-24T14:28:37.320Z Downloaded float-ord v0.3.2
6702026-03-24T14:28:37.320Z Downloaded cstr-argument v0.1.2
6712026-03-24T14:28:37.320Z Downloaded ctr v0.9.2
6722026-03-24T14:28:37.323Z Downloaded convert_case v0.4.0
6732026-03-24T14:28:37.323Z Downloaded fd-lock v4.0.4
6742026-03-24T14:28:37.323Z Downloaded daft-derive v0.1.5
6752026-03-24T14:28:37.326Z Downloaded fallible-iterator v0.2.0
6762026-03-24T14:28:37.329Z Downloaded foreign-types-shared v0.3.1
6772026-03-24T14:28:37.329Z Downloaded crc v3.4.0
6782026-03-24T14:28:37.332Z Downloaded foreign-types-shared v0.1.1
6792026-03-24T14:28:37.333Z Downloaded defmt-macros v1.0.1
6802026-03-24T14:28:37.337Z Downloaded funty v2.0.0
6812026-03-24T14:28:37.337Z Downloaded find-msvc-tools v0.1.9
6822026-03-24T14:28:37.340Z Downloaded base16ct v0.2.0
6832026-03-24T14:28:37.340Z Downloaded dsl_auto_type v0.2.0
6842026-03-24T14:28:37.340Z Downloaded crossbeam-deque v0.8.6
6852026-03-24T14:28:37.343Z Downloaded foldhash v0.2.0
6862026-03-24T14:28:37.343Z Downloaded cipher v0.4.4
6872026-03-24T14:28:37.346Z Downloaded cexpr v0.6.0
6882026-03-24T14:28:37.348Z Downloaded gethostname v0.5.0
6892026-03-24T14:28:37.348Z Downloaded buf-list v1.1.2
6902026-03-24T14:28:37.353Z Downloaded futures-core v0.3.32
6912026-03-24T14:28:37.353Z Downloaded fxhash v0.2.1
6922026-03-24T14:28:37.356Z Downloaded futures-sink v0.3.32
6932026-03-24T14:28:37.356Z Downloaded ghash v0.5.1
6942026-03-24T14:28:37.356Z Downloaded git-stub v1.0.0
6952026-03-24T14:28:37.356Z Downloaded futures-io v0.3.32
6962026-03-24T14:28:37.358Z Downloaded daft v0.1.5
6972026-03-24T14:28:37.359Z Downloaded globwalk v0.9.1
6982026-03-24T14:28:37.362Z Downloaded cpufeatures v0.3.0
6992026-03-24T14:28:37.375Z Downloaded headers-core v0.3.0
7002026-03-24T14:28:37.378Z Downloaded backoff v0.4.0
7012026-03-24T14:28:37.381Z Downloaded foldhash v0.1.5
7022026-03-24T14:28:37.381Z Downloaded ff v0.13.1
7032026-03-24T14:28:37.384Z Downloaded cargo_metadata v0.19.2
7042026-03-24T14:28:37.384Z Downloaded bitfield v0.19.4
7052026-03-24T14:28:37.387Z Downloaded dunce v1.0.5
7062026-03-24T14:28:37.387Z Downloaded derive_builder_core v0.20.2
7072026-03-24T14:28:37.390Z Downloaded hash32 v0.2.1
7082026-03-24T14:28:37.390Z Downloaded erased-serde v0.3.31
7092026-03-24T14:28:37.394Z Downloaded ecdsa v0.16.9
7102026-03-24T14:28:37.397Z Downloaded filetime v0.2.27
7112026-03-24T14:28:37.397Z Downloaded ciborium v0.2.2
7122026-03-24T14:28:37.400Z Downloaded hex-literal v0.4.1
7132026-03-24T14:28:37.400Z Downloaded constant_time_eq v0.4.2
7142026-03-24T14:28:37.403Z Downloaded chacha20 v0.9.1
7152026-03-24T14:28:37.403Z Downloaded env_logger v0.11.9
7162026-03-24T14:28:37.407Z Downloaded corncobs v0.1.4
7172026-03-24T14:28:37.407Z Downloaded darling v0.23.0
7182026-03-24T14:28:37.412Z Downloaded fs_extra v1.3.0
7192026-03-24T14:28:37.416Z Downloaded httpdate v1.0.3
7202026-03-24T14:28:37.416Z Downloaded http-body v1.0.1
7212026-03-24T14:28:37.416Z Downloaded crossbeam-epoch v0.9.18
7222026-03-24T14:28:37.419Z Downloaded darling v0.21.3
7232026-03-24T14:28:37.424Z Downloaded http-range v0.1.5
7242026-03-24T14:28:37.428Z Downloaded hostname v0.4.2
7252026-03-24T14:28:37.428Z Downloaded hostname v0.3.1
7262026-03-24T14:28:37.429Z Downloaded fs-err v2.11.0
7272026-03-24T14:28:37.431Z Downloaded hubpack_derive v0.1.1
7282026-03-24T14:28:37.431Z Downloaded futures-task v0.3.32
7292026-03-24T14:28:37.431Z Downloaded ident_case v1.0.1
7302026-03-24T14:28:37.431Z Downloaded group v0.13.0
7312026-03-24T14:28:37.436Z Downloaded git-stub-vcs v0.1.0
7322026-03-24T14:28:37.436Z Downloaded bit-vec v0.6.3
7332026-03-24T14:28:37.439Z Downloaded bzip2 v0.6.1
7342026-03-24T14:28:37.439Z Downloaded chacha20 v0.10.0
7352026-03-24T14:28:37.441Z Downloaded hubpack v0.1.2
7362026-03-24T14:28:37.441Z Downloaded globset v0.4.18
7372026-03-24T14:28:37.444Z Downloaded glob v0.3.3
7382026-03-24T14:28:37.444Z Downloaded futures-executor v0.3.32
7392026-03-24T14:28:37.448Z Downloaded home v0.5.12
7402026-03-24T14:28:37.448Z Downloaded internet-checksum v0.2.1
7412026-03-24T14:28:37.451Z Downloaded instant v0.1.13
7422026-03-24T14:28:37.451Z Downloaded inout v0.1.4
7432026-03-24T14:28:37.451Z Downloaded indoc v1.0.9
7442026-03-24T14:28:37.455Z Downloaded is-terminal v0.4.17
7452026-03-24T14:28:37.455Z Downloaded instability v0.3.11
7462026-03-24T14:28:37.459Z Downloaded cassowary v0.3.0
7472026-03-24T14:28:37.459Z Downloaded is_ci v1.2.0
7482026-03-24T14:28:37.459Z Downloaded crossbeam-utils v0.8.21
7492026-03-24T14:28:37.462Z Downloaded colored v2.2.0
7502026-03-24T14:28:37.466Z Downloaded cookie_store v0.22.1
7512026-03-24T14:28:37.466Z Downloaded base64ct v1.8.3
7522026-03-24T14:28:37.469Z Downloaded lalrpop-util v0.19.12
7532026-03-24T14:28:37.469Z Downloaded diesel-dtrace v0.5.0
7542026-03-24T14:28:37.472Z Downloaded lazy_static v1.5.0
7552026-03-24T14:28:37.472Z Downloaded derive_builder v0.20.2
7562026-03-24T14:28:37.476Z Downloaded hex v0.4.3
7572026-03-24T14:28:37.478Z Downloaded console v0.16.2
7582026-03-24T14:28:37.481Z Downloaded cookie v0.18.1
7592026-03-24T14:28:37.485Z Downloaded keccak v0.1.6
7602026-03-24T14:28:37.485Z Downloaded cargo_toml v0.22.3
7612026-03-24T14:28:37.485Z Downloaded kstat-rs v0.2.4
7622026-03-24T14:28:37.489Z Downloaded http-body-util v0.1.3
7632026-03-24T14:28:37.489Z Downloaded elliptic-curve v0.13.8
7642026-03-24T14:28:37.492Z Downloaded highway v1.3.0
7652026-03-24T14:28:37.494Z Downloaded hyper-tls v0.6.0
7662026-03-24T14:28:37.494Z Downloaded diff v0.1.13
7672026-03-24T14:28:37.497Z Downloaded libscf-sys v1.1.0
7682026-03-24T14:28:37.500Z Downloaded lru v0.12.5
7692026-03-24T14:28:37.500Z Downloaded des v0.8.1
7702026-03-24T14:28:37.504Z Downloaded maplit v1.0.2
7712026-03-24T14:28:37.505Z Downloaded lru-cache v0.1.2
7722026-03-24T14:28:37.505Z Downloaded linked-hash-map v0.5.6
7732026-03-24T14:28:37.507Z Downloaded darling_core v0.20.11
7742026-03-24T14:28:37.510Z Downloaded lru-slab v0.1.2
7752026-03-24T14:28:37.510Z Downloaded getrandom v0.2.17
7762026-03-24T14:28:37.513Z Downloaded match_cfg v0.1.0
7772026-03-24T14:28:37.516Z Downloaded md-5 v0.10.6
7782026-03-24T14:28:37.516Z Downloaded memoffset v0.9.1
7792026-03-24T14:28:37.516Z Downloaded mime v0.3.17
7802026-03-24T14:28:37.520Z Downloaded maybe-uninit v2.0.0
7812026-03-24T14:28:37.520Z Downloaded managed v0.8.0
7822026-03-24T14:28:37.524Z Downloaded lzss v0.8.2
7832026-03-24T14:28:37.524Z Downloaded hyper-staticfile v0.10.1
7842026-03-24T14:28:37.528Z Downloaded console v0.15.11
7852026-03-24T14:28:37.528Z Downloaded new_debug_unreachable v1.0.6
7862026-03-24T14:28:37.531Z Downloaded multimap v0.10.1
7872026-03-24T14:28:37.531Z Downloaded half v1.8.3
7882026-03-24T14:28:37.532Z Downloaded crc32fast v1.5.0
7892026-03-24T14:28:37.534Z Downloaded ingot v0.1.1
7902026-03-24T14:28:37.534Z Downloaded indoc v2.0.7
7912026-03-24T14:28:37.537Z Downloaded impl-trait-for-tuples v0.2.3
7922026-03-24T14:28:37.540Z Downloaded md5 v0.7.0
7932026-03-24T14:28:37.543Z Downloaded ipnetwork v0.21.1
7942026-03-24T14:28:37.543Z Downloaded newline-converter v0.3.0
7952026-03-24T14:28:37.546Z Downloaded nibble_vec v0.1.0
7962026-03-24T14:28:37.546Z Downloaded newtype_derive v0.1.6
7972026-03-24T14:28:37.546Z Downloaded nodrop v0.1.14
7982026-03-24T14:28:37.549Z Downloaded newtype-uuid-macros v0.1.0
7992026-03-24T14:28:37.549Z Downloaded ena v0.14.4
8002026-03-24T14:28:37.551Z Downloaded ingot-types v0.1.2
8012026-03-24T14:28:37.551Z Downloaded colored v3.1.1
8022026-03-24T14:28:37.554Z Downloaded derive_more v0.99.20
8032026-03-24T14:28:37.558Z Downloaded httparse v1.10.1
8042026-03-24T14:28:37.560Z Downloaded hickory-client v0.25.2
8052026-03-24T14:28:37.563Z Downloaded dropshot_endpoint v0.16.7
8062026-03-24T14:28:37.566Z Downloaded derive-where v1.6.0
8072026-03-24T14:28:37.571Z Downloaded num-iter v0.1.45
8082026-03-24T14:28:37.573Z Downloaded num v0.4.3
8092026-03-24T14:28:37.574Z Downloaded num-derive v0.4.2
8102026-03-24T14:28:37.574Z Downloaded normalize-line-endings v0.3.0
8112026-03-24T14:28:37.576Z Downloaded num_enum_derive v0.5.11
8122026-03-24T14:28:37.577Z Downloaded libsw-core v0.3.2
8132026-03-24T14:28:37.581Z Downloaded futures-channel v0.3.32
8142026-03-24T14:28:37.581Z Downloaded nonempty v0.12.0
8152026-03-24T14:28:37.595Z Downloaded jobserver v0.1.34
8162026-03-24T14:28:37.595Z Downloaded openssl-macros v0.1.1
8172026-03-24T14:28:37.595Z Downloaded openssl-probe v0.1.6
8182026-03-24T14:28:37.595Z Downloaded opaque-debug v0.3.1
8192026-03-24T14:28:37.595Z Downloaded lock_api v0.4.14
8202026-03-24T14:28:37.595Z Downloaded num_threads v0.1.7
8212026-03-24T14:28:37.595Z Downloaded num-derive v0.3.3
8222026-03-24T14:28:37.595Z Downloaded linear-map v1.2.0
8232026-03-24T14:28:37.595Z Downloaded olpc-cjson v0.1.4
8242026-03-24T14:28:37.595Z Downloaded darling_core v0.23.0
8252026-03-24T14:28:37.598Z Downloaded oso-derive v0.27.3
8262026-03-24T14:28:37.598Z Downloaded base64 v0.22.1
8272026-03-24T14:28:37.601Z Downloaded libloading v0.8.9
8282026-03-24T14:28:37.604Z Downloaded hmac v0.12.1
8292026-03-24T14:28:37.608Z Downloaded hyper-rustls v0.27.7
8302026-03-24T14:28:37.608Z Downloaded multer v3.1.0
8312026-03-24T14:28:37.611Z Downloaded mime_guess v2.0.5
8322026-03-24T14:28:37.611Z Downloaded ipnet v2.11.0
8332026-03-24T14:28:37.614Z Downloaded packed_struct_codegen v0.10.1
8342026-03-24T14:28:37.614Z Downloaded iana-time-zone v0.1.65
8352026-03-24T14:28:37.617Z Downloaded parse-size v1.1.0
8362026-03-24T14:28:37.620Z Downloaded ingot-macros v0.1.1
8372026-03-24T14:28:37.620Z Downloaded getrandom v0.3.4
8382026-03-24T14:28:37.623Z Downloaded newtype-uuid v1.3.2
8392026-03-24T14:28:37.627Z Downloaded nanorand v0.7.0
8402026-03-24T14:28:37.629Z Downloaded pbkdf2 v0.11.0
8412026-03-24T14:28:37.629Z Downloaded pbkdf2 v0.12.2
8422026-03-24T14:28:37.629Z Downloaded parse-display v0.10.0
8432026-03-24T14:28:37.633Z Downloaded chacha20poly1305 v0.10.1
8442026-03-24T14:28:37.636Z Downloaded flume v0.11.1
8452026-03-24T14:28:37.636Z Downloaded fatfs v0.3.6
8462026-03-24T14:28:37.639Z Downloaded path-slash v0.1.5
8472026-03-24T14:28:37.641Z Downloaded num-conv v0.2.0
8482026-03-24T14:28:37.642Z Downloaded peg-runtime v0.8.5
8492026-03-24T14:28:37.642Z Downloaded native-tls v0.2.18
8502026-03-24T14:28:37.644Z Downloaded const_format v0.2.35
8512026-03-24T14:28:37.647Z Downloaded humantime v2.3.0
8522026-03-24T14:28:37.650Z Downloaded crossbeam-channel v0.5.15
8532026-03-24T14:28:37.653Z Downloaded crc-any v2.5.0
8542026-03-24T14:28:37.656Z Downloaded clang-sys v1.8.1
8552026-03-24T14:28:37.659Z Downloaded der v0.7.10
8562026-03-24T14:28:37.662Z Downloaded phf_shared v0.11.3
8572026-03-24T14:28:37.662Z Downloaded phf_shared v0.12.1
8582026-03-24T14:28:37.665Z Downloaded libefi-sys v0.1.0
8592026-03-24T14:28:37.665Z Downloaded nu-ansi-term v0.50.3
8602026-03-24T14:28:37.668Z Downloaded pin-utils v0.1.0
8612026-03-24T14:28:37.668Z Downloaded num_enum_derive v0.7.5
8622026-03-24T14:28:37.671Z Downloaded num_enum v0.7.5
8632026-03-24T14:28:37.674Z Downloaded bumpalo v3.20.2
8642026-03-24T14:28:37.677Z Downloaded phf_shared v0.13.1
8652026-03-24T14:28:37.677Z Downloaded num_enum v0.5.11
8662026-03-24T14:28:37.681Z Downloaded libsw v3.5.0
8672026-03-24T14:28:37.684Z Downloaded num-rational v0.4.2
8682026-03-24T14:28:37.684Z Downloaded predicates-core v1.0.10
8692026-03-24T14:28:37.684Z Downloaded packed_struct v0.10.1
8702026-03-24T14:28:37.688Z Downloaded oxnet v0.1.4
8712026-03-24T14:28:37.688Z Downloaded aes-gcm v0.10.3
8722026-03-24T14:28:37.691Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-03-24T14:28:37.691Z Downloaded oxide-tokio-rt v0.1.3
8742026-03-24T14:28:37.694Z Downloaded openssl-probe v0.2.1
8752026-03-24T14:28:37.694Z Downloaded half v2.7.1
8762026-03-24T14:28:37.697Z Downloaded parking_lot_core v0.8.6
8772026-03-24T14:28:37.700Z Downloaded predicates-tree v1.0.13
8782026-03-24T14:28:37.700Z Downloaded precomputed-hash v0.1.1
8792026-03-24T14:28:37.700Z Downloaded indexmap v1.9.3
8802026-03-24T14:28:37.703Z Downloaded powerfmt v0.2.0
8812026-03-24T14:28:37.706Z Downloaded crossterm v0.29.0
8822026-03-24T14:28:37.709Z Downloaded progenitor-client v0.11.2
8832026-03-24T14:28:37.713Z Downloaded proc-macro-crate v3.4.0
8842026-03-24T14:28:37.713Z Downloaded progenitor-macro v0.11.2
8852026-03-24T14:28:37.716Z Downloaded proc-macro-crate v1.3.1
8862026-03-24T14:28:37.716Z Downloaded peg-macros v0.8.5
8872026-03-24T14:28:37.716Z Downloaded parse-display-derive v0.10.0
8882026-03-24T14:28:37.716Z Downloaded headers v0.4.1
8892026-03-24T14:28:37.720Z Downloaded paste v1.0.15
8902026-03-24T14:28:37.724Z Downloaded password-hash v0.5.0
8912026-03-24T14:28:37.727Z Downloaded ed25519-dalek v2.2.0
8922026-03-24T14:28:37.727Z Downloaded psl-types v2.0.11
8932026-03-24T14:28:37.730Z Downloaded peg v0.8.5
8942026-03-24T14:28:37.732Z Downloaded pem-rfc7468 v0.7.0
8952026-03-24T14:28:37.732Z Downloaded phf v0.12.1
8962026-03-24T14:28:37.735Z Downloaded pem v3.0.6
8972026-03-24T14:28:37.735Z Downloaded num-complex v0.4.6
8982026-03-24T14:28:37.738Z Downloaded progenitor-macro v0.10.0
8992026-03-24T14:28:37.738Z Downloaded aes v0.8.4
9002026-03-24T14:28:37.740Z Downloaded libbz2-rs-sys v0.2.2
9012026-03-24T14:28:37.743Z Downloaded phf v0.13.1
9022026-03-24T14:28:37.743Z Downloaded derive_more v2.1.1
9032026-03-24T14:28:37.752Z Downloaded radium v0.7.0
9042026-03-24T14:28:37.755Z Downloaded quick-error v1.2.3
9052026-03-24T14:28:37.755Z Downloaded cc v1.2.56
9062026-03-24T14:28:37.757Z Downloaded rand_xorshift v0.4.0
9072026-03-24T14:28:37.760Z Downloaded pin-project-lite v0.2.17
9082026-03-24T14:28:37.763Z Downloaded pkg-config v0.3.32
9092026-03-24T14:28:37.763Z Downloaded diesel_derives v2.3.7
9102026-03-24T14:28:37.769Z Downloaded ppv-lite86 v0.2.21
9112026-03-24T14:28:37.772Z Downloaded polyval v0.6.2
9122026-03-24T14:28:37.773Z Downloaded omicron-zone-package v0.12.2
9132026-03-24T14:28:37.775Z Downloaded predicates v3.1.4
9142026-03-24T14:28:37.780Z Downloaded parking_lot v0.11.2
9152026-03-24T14:28:37.780Z Downloaded rand_chacha v0.3.1
9162026-03-24T14:28:37.785Z Downloaded progenitor v0.11.2
9172026-03-24T14:28:37.785Z Downloaded postgres-protocol v0.6.10
9182026-03-24T14:28:37.785Z Downloaded ref-cast v1.0.25
9192026-03-24T14:28:37.787Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-03-24T14:28:37.787Z Downloaded ref-cast-impl v1.0.25
9212026-03-24T14:28:37.787Z Downloaded bytes v1.11.1
9222026-03-24T14:28:37.790Z Downloaded progenitor v0.10.0
9232026-03-24T14:28:37.793Z Downloaded progenitor v0.13.0
9242026-03-24T14:28:37.793Z Downloaded memmap2 v0.9.10
9252026-03-24T14:28:37.796Z Downloaded primeorder v0.13.6
9262026-03-24T14:28:37.796Z Downloaded progenitor-extras v0.1.1
9272026-03-24T14:28:37.799Z Downloaded progenitor-client v0.13.0
9282026-03-24T14:28:37.799Z Downloaded hickory-resolver v0.24.4
9292026-03-24T14:28:37.802Z Downloaded recursive v0.1.1
9302026-03-24T14:28:37.805Z Downloaded heapless v0.7.17
9312026-03-24T14:28:37.808Z Downloaded progenitor-client v0.10.0
9322026-03-24T14:28:37.808Z Downloaded heapless v0.8.0
9332026-03-24T14:28:37.811Z Downloaded flate2 v1.1.9
9342026-03-24T14:28:37.814Z Downloaded rfc6979 v0.4.0
9352026-03-24T14:28:37.817Z Downloaded expectorate v1.2.0
9362026-03-24T14:28:37.817Z Downloaded compact_str v0.8.1
9372026-03-24T14:28:37.821Z Downloaded crypto-bigint v0.5.5
9382026-03-24T14:28:37.824Z Downloaded rustc_version v0.4.1
9392026-03-24T14:28:37.827Z Downloaded rustc_version v0.1.7
9402026-03-24T14:28:37.827Z Downloaded rtoolbox v0.0.3
9412026-03-24T14:28:37.829Z Downloaded psm v0.1.30
9422026-03-24T14:28:37.833Z Downloaded pkcs1 v0.7.5
9432026-03-24T14:28:37.833Z Downloaded r2d2 v0.8.10
9442026-03-24T14:28:37.836Z Downloaded pin-project-internal v1.1.11
9452026-03-24T14:28:37.836Z Downloaded litrs v1.0.0
9462026-03-24T14:28:37.840Z Downloaded rustc-hash v2.1.1
9472026-03-24T14:28:37.840Z Downloaded password-hash v0.4.2
9482026-03-24T14:28:37.843Z Downloaded derive_more-impl v2.1.1
9492026-03-24T14:28:37.845Z Downloaded russh-cryptovec v0.7.3
9502026-03-24T14:28:37.849Z Downloaded parking_lot_core v0.9.12
9512026-03-24T14:28:37.849Z Downloaded postgres-types v0.2.12
9522026-03-24T14:28:37.854Z Downloaded pkcs8 v0.10.2
9532026-03-24T14:28:37.857Z Downloaded sapling-renderdag v0.1.0
9542026-03-24T14:28:37.857Z Downloaded rand_chacha v0.9.0
9552026-03-24T14:28:37.857Z Downloaded p256 v0.13.2
9562026-03-24T14:28:37.860Z Downloaded rand_core v0.9.5
9572026-03-24T14:28:37.864Z Downloaded postcard v1.1.3
9582026-03-24T14:28:37.864Z Downloaded rand_core v0.6.4
9592026-03-24T14:28:37.867Z Downloaded rand_seeder v0.4.0
9602026-03-24T14:28:37.867Z Downloaded scheduled-thread-pool v0.2.7
9612026-03-24T14:28:37.867Z Downloaded rand_core v0.10.0
9622026-03-24T14:28:37.870Z Downloaded oso v0.27.3
9632026-03-24T14:28:37.873Z Downloaded pkcs5 v0.7.1
9642026-03-24T14:28:37.876Z Downloaded same-file v1.0.6
9652026-03-24T14:28:37.878Z Downloaded salsa20 v0.10.2
9662026-03-24T14:28:37.878Z Downloaded parking_lot v0.12.5
9672026-03-24T14:28:37.881Z Downloaded proc-macro-error2 v2.0.1
9682026-03-24T14:28:37.884Z Downloaded scroll_derive v0.13.1
9692026-03-24T14:28:37.884Z Downloaded miniz_oxide v0.8.9
9702026-03-24T14:28:37.887Z Downloaded secrecy v0.10.3
9712026-03-24T14:28:37.887Z Downloaded secrecy v0.8.0
9722026-03-24T14:28:37.890Z Downloaded serde_bytes v0.11.19
9732026-03-24T14:28:37.890Z Downloaded scrypt v0.11.0
9742026-03-24T14:28:37.892Z Downloaded scopeguard v1.2.0
9752026-03-24T14:28:37.892Z Downloaded indicatif v0.18.4
9762026-03-24T14:28:37.896Z Downloaded resolv-conf v0.7.6
9772026-03-24T14:28:37.898Z Downloaded jiff-static v0.2.21
9782026-03-24T14:28:37.901Z Downloaded ignore v0.4.25
9792026-03-24T14:28:37.905Z Downloaded semver v0.1.20
9802026-03-24T14:28:37.905Z Downloaded hickory-resolver v0.25.2
9812026-03-24T14:28:37.908Z Downloaded serde_spanned v1.0.4
9822026-03-24T14:28:37.908Z Downloaded progenitor-macro v0.13.0
9832026-03-24T14:28:37.911Z Downloaded quinn-udp v0.5.14
9842026-03-24T14:28:37.911Z Downloaded base64 v0.21.7
9852026-03-24T14:28:37.914Z Downloaded serde-big-array v0.5.1
9862026-03-24T14:28:37.917Z Downloaded rustls-pemfile v2.2.0
9872026-03-24T14:28:37.919Z Downloaded rustls-pemfile v1.0.4
9882026-03-24T14:28:37.924Z Downloaded seq-macro v0.3.6
9892026-03-24T14:28:37.924Z Downloaded serde_repr v0.1.20
9902026-03-24T14:28:37.926Z Downloaded serde_urlencoded v0.7.1
9912026-03-24T14:28:37.926Z Downloaded pin-project v1.1.11
9922026-03-24T14:28:37.934Z Downloaded signal-hook-tokio v0.3.1
9932026-03-24T14:28:37.937Z Downloaded shell-words v1.1.1
9942026-03-24T14:28:37.937Z Downloaded signal-hook-mio v0.2.5
9952026-03-24T14:28:37.939Z Downloaded sha1 v0.10.6
9962026-03-24T14:28:37.940Z Downloaded sigpipe v0.1.3
9972026-03-24T14:28:37.942Z Downloaded prefix-trie v0.7.0
9982026-03-24T14:28:37.946Z Downloaded slog-envlogger v2.2.0
9992026-03-24T14:28:37.946Z Downloaded poly1305 v0.8.0
10002026-03-24T14:28:37.949Z Downloaded rusty-fork v0.3.1
10012026-03-24T14:28:37.949Z Downloaded slog-bunyan v2.5.0
10022026-03-24T14:28:37.952Z Downloaded rustversion v1.0.22
10032026-03-24T14:28:37.954Z Downloaded siphasher v1.0.2
10042026-03-24T14:28:37.955Z Downloaded rustls-native-certs v0.8.3
10052026-03-24T14:28:37.958Z Downloaded schemars_derive v0.8.22
10062026-03-24T14:28:37.958Z Downloaded papergrid v0.17.0
10072026-03-24T14:28:37.961Z Downloaded serde_plain v1.0.2
10082026-03-24T14:28:37.964Z Downloaded owo-colors v4.3.0
10092026-03-24T14:28:37.967Z Downloaded sct v0.7.1
10102026-03-24T14:28:37.970Z Downloaded num-integer v0.1.46
10112026-03-24T14:28:37.970Z Downloaded futures v0.3.32
10122026-03-24T14:28:37.975Z Downloaded scroll v0.13.0
10132026-03-24T14:28:37.978Z Downloaded progenitor-impl v0.13.0
10142026-03-24T14:28:37.978Z Downloaded dropshot-api-manager v0.6.0
10152026-03-24T14:28:37.981Z Downloaded darling_core v0.21.3
10162026-03-24T14:28:37.984Z Downloaded hashbrown v0.13.2
10172026-03-24T14:28:37.989Z Downloaded arc-swap v1.8.2
10182026-03-24T14:28:37.993Z Downloaded ssh-cipher v0.2.0
10192026-03-24T14:28:37.993Z Downloaded ssh-encoding v0.2.0
10202026-03-24T14:28:37.997Z Downloaded serde-hex v0.1.0
10212026-03-24T14:28:37.997Z Downloaded aho-corasick v1.1.4
10222026-03-24T14:28:38.000Z Downloaded hickory-server v0.25.2
10232026-03-24T14:28:38.004Z Downloaded sqlparser_derive v0.5.0
10242026-03-24T14:28:38.008Z Downloaded serde_derive_internals v0.29.1
10252026-03-24T14:28:38.008Z Downloaded sec1 v0.7.3
10262026-03-24T14:28:38.013Z Downloaded derive-ex v0.1.8
10272026-03-24T14:28:38.013Z Downloaded ar_archive_writer v0.5.1
10282026-03-24T14:28:38.017Z Downloaded darling v0.20.11
10292026-03-24T14:28:38.017Z Downloaded strum v0.26.3
10302026-03-24T14:28:38.021Z Downloaded structmeta v0.3.0
10312026-03-24T14:28:38.021Z Downloaded signature v2.2.0
10322026-03-24T14:28:38.021Z Downloaded strum v0.27.2
10332026-03-24T14:28:38.024Z Downloaded structmeta-derive v0.3.0
10342026-03-24T14:28:38.024Z Downloaded signal-hook-registry v1.4.8
10352026-03-24T14:28:38.024Z Downloaded strip-ansi-escapes v0.2.1
10362026-03-24T14:28:38.024Z Downloaded serde_path_to_error v0.1.20
10372026-03-24T14:28:38.027Z Downloaded indent_write v2.2.0
10382026-03-24T14:28:38.027Z Downloaded const-oid v0.9.6
10392026-03-24T14:28:38.030Z Downloaded slog-async v2.8.0
10402026-03-24T14:28:38.034Z Downloaded crossterm v0.28.1
10412026-03-24T14:28:38.037Z Downloaded slab v0.4.12
10422026-03-24T14:28:38.037Z Downloaded simd-adler32 v0.3.8
10432026-03-24T14:28:38.040Z Downloaded tabled_derive v0.11.0
10442026-03-24T14:28:38.040Z Downloaded subtle v2.6.1
10452026-03-24T14:28:38.043Z Downloaded slog-dtrace v0.3.0
10462026-03-24T14:28:38.043Z Downloaded shlex v1.3.0
10472026-03-24T14:28:38.046Z Downloaded sync_wrapper v1.0.2
10482026-03-24T14:28:38.046Z Downloaded sync-ptr v0.1.4
10492026-03-24T14:28:38.046Z Downloaded minimal-lexical v0.2.1
10502026-03-24T14:28:38.050Z Downloaded smallvec v0.6.14
10512026-03-24T14:28:38.053Z Downloaded prettyplease v0.2.37
10522026-03-24T14:28:38.056Z Downloaded rcgen v0.12.1
10532026-03-24T14:28:38.059Z Downloaded slog-stdlog v4.1.1
10542026-03-24T14:28:38.059Z Downloaded tagptr v0.2.0
10552026-03-24T14:28:38.062Z Downloaded take_mut v0.2.2
10562026-03-24T14:28:38.062Z Downloaded tap v1.0.1
10572026-03-24T14:28:38.062Z Downloaded tabwriter v1.4.1
10582026-03-24T14:28:38.065Z Downloaded snafu-derive v0.8.9
10592026-03-24T14:28:38.065Z Downloaded smf v0.2.3
10602026-03-24T14:28:38.067Z Downloaded slog-scope v4.4.1
10612026-03-24T14:28:38.067Z Downloaded testing_table v0.3.0
10622026-03-24T14:28:38.067Z Downloaded spki v0.7.3
10632026-03-24T14:28:38.070Z Downloaded mio v1.1.1
10642026-03-24T14:28:38.074Z Downloaded progenitor-impl v0.11.2
10652026-03-24T14:28:38.077Z Downloaded progenitor-impl v0.10.0
10662026-03-24T14:28:38.080Z Downloaded termtree v0.5.1
10672026-03-24T14:28:38.082Z Downloaded string_cache v0.8.9
10682026-03-24T14:28:38.082Z Downloaded static_assertions v1.1.0
10692026-03-24T14:28:38.085Z Downloaded itertools v0.10.5
10702026-03-24T14:28:38.088Z Downloaded thread-id v5.1.0
10712026-03-24T14:28:38.091Z Downloaded thiserror-impl-no-std v2.0.2
10722026-03-24T14:28:38.091Z Downloaded hyper-util v0.1.20
10732026-03-24T14:28:38.095Z Downloaded time-core v0.1.8
10742026-03-24T14:28:38.098Z Downloaded openssl-sys v0.9.111
10752026-03-24T14:28:38.101Z Downloaded rustls-platform-verifier v0.6.2
10762026-03-24T14:28:38.104Z Downloaded stringprep v0.1.5
10772026-03-24T14:28:38.109Z Downloaded serde_with_macros v3.17.0
10782026-03-24T14:28:38.112Z Downloaded strum_macros v0.24.3
10792026-03-24T14:28:38.112Z Downloaded serde_cbor v0.11.2
10802026-03-24T14:28:38.115Z Downloaded rustls-pki-types v1.14.0
10812026-03-24T14:28:38.115Z Downloaded hashbrown v0.12.3
10822026-03-24T14:28:38.118Z Downloaded russh-keys v0.45.0
10832026-03-24T14:28:38.121Z Downloaded pretty_assertions v1.4.1
10842026-03-24T14:28:38.124Z Downloaded strum_macros v0.27.2
10852026-03-24T14:28:38.124Z Downloaded strum_macros v0.26.4
10862026-03-24T14:28:38.127Z Downloaded supports-color v3.0.2
10872026-03-24T14:28:38.127Z Downloaded support-bundle-viewer v0.1.2
10882026-03-24T14:28:38.130Z Downloaded schemars v0.8.22
10892026-03-24T14:28:38.137Z Downloaded slog-term v2.9.2
10902026-03-24T14:28:38.140Z Downloaded rayon-core v1.13.0
10912026-03-24T14:28:38.143Z Downloaded slog-json v2.6.1
10922026-03-24T14:28:38.146Z Downloaded http v1.4.0
10932026-03-24T14:28:38.149Z Downloaded ron v0.8.1
10942026-03-24T14:28:38.154Z Downloaded ryu v1.0.23
10952026-03-24T14:28:38.158Z Downloaded cmake v0.1.57
10962026-03-24T14:28:38.158Z Downloaded bzip2 v0.4.4
10972026-03-24T14:28:38.159Z Downloaded blake2 v0.10.6
10982026-03-24T14:28:38.161Z Downloaded convert_case v0.10.0
10992026-03-24T14:28:38.161Z Downloaded bcs v0.1.6
11002026-03-24T14:28:38.164Z Downloaded camino-tempfile-ext v0.3.3
11012026-03-24T14:28:38.165Z Downloaded tinyvec_macros v0.1.1
11022026-03-24T14:28:38.169Z Downloaded topological-sort v0.2.2
11032026-03-24T14:28:38.169Z Downloaded tiny-keccak v2.0.2
11042026-03-24T14:28:38.172Z Downloaded thiserror-no-std v2.0.2
11052026-03-24T14:28:38.172Z Downloaded blowfish v0.9.1
11062026-03-24T14:28:38.176Z Downloaded try-lock v0.2.5
11072026-03-24T14:28:38.176Z Downloaded bitfield-struct v0.6.2
11082026-03-24T14:28:38.180Z Downloaded bit-vec v0.8.0
11092026-03-24T14:28:38.180Z Downloaded drift v0.1.3
11102026-03-24T14:28:38.183Z Downloaded thread_local v1.1.9
11112026-03-24T14:28:38.185Z Downloaded tower-service v0.3.3
11122026-03-24T14:28:38.185Z Downloaded tower-layer v0.3.3
11132026-03-24T14:28:38.185Z Downloaded time-macros v0.2.27
11142026-03-24T14:28:38.188Z Downloaded trait-variant v0.1.2
11152026-03-24T14:28:38.191Z Downloaded stacker v0.1.23
11162026-03-24T14:28:38.191Z Downloaded unarray v0.1.4
11172026-03-24T14:28:38.194Z Downloaded signal-hook v0.3.18
11182026-03-24T14:28:38.197Z Downloaded sqlformat v0.3.5
11192026-03-24T14:28:38.197Z Downloaded rand v0.8.5
11202026-03-24T14:28:38.200Z Downloaded quinn v0.11.9
11212026-03-24T14:28:38.203Z Downloaded qorb v0.4.1
11222026-03-24T14:28:38.206Z Downloaded similar v2.7.0
11232026-03-24T14:28:38.210Z Downloaded unicode-truncate v1.1.0
11242026-03-24T14:28:38.213Z Downloaded unit-prefix v0.5.2
11252026-03-24T14:28:38.213Z Downloaded slog v2.8.2
11262026-03-24T14:28:38.216Z Downloaded typify-macro v0.6.1
11272026-03-24T14:28:38.218Z Downloaded typify-macro v0.4.3
11282026-03-24T14:28:38.219Z Downloaded tokio-rustls v0.25.0
11292026-03-24T14:28:38.222Z Downloaded tls_codec_derive v0.4.2
11302026-03-24T14:28:38.222Z Downloaded serde_yaml v0.9.34+deprecated
11312026-03-24T14:28:38.225Z Downloaded usdt v0.6.0
11322026-03-24T14:28:38.225Z Downloaded tokio-dtrace v0.1.1
11332026-03-24T14:28:38.227Z Downloaded iddqd v0.3.17
11342026-03-24T14:28:38.231Z Downloaded utf-8 v0.7.6
11352026-03-24T14:28:38.234Z Downloaded usdt-attr-macro v0.6.0
11362026-03-24T14:28:38.234Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-03-24T14:28:38.237Z Downloaded tokio-native-tls v0.3.1
11382026-03-24T14:28:38.237Z Downloaded usdt-macro v0.6.0
11392026-03-24T14:28:38.240Z Downloaded untrusted v0.7.1
11402026-03-24T14:28:38.240Z Downloaded tokio-tungstenite v0.23.1
11412026-03-24T14:28:38.243Z Downloaded tokio-tungstenite v0.21.0
11422026-03-24T14:28:38.247Z Downloaded untrusted v0.9.0
11432026-03-24T14:28:38.247Z Downloaded universal-hash v0.5.1
11442026-03-24T14:28:38.247Z Downloaded itertools v0.13.0
11452026-03-24T14:28:38.251Z Downloaded term v0.7.0
11462026-03-24T14:28:38.254Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-03-24T14:28:38.257Z Downloaded termios v0.3.3
11482026-03-24T14:28:38.257Z Downloaded socket2 v0.6.2
11492026-03-24T14:28:38.260Z Downloaded rsa v0.9.10
11502026-03-24T14:28:38.263Z Downloaded hashbrown v0.15.5
11512026-03-24T14:28:38.267Z Downloaded want v0.3.1
11522026-03-24T14:28:38.270Z Downloaded waitgroup v0.1.2
11532026-03-24T14:28:38.270Z Downloaded void v1.0.2
11542026-03-24T14:28:38.273Z Downloaded tui-tree-widget v0.23.1
11552026-03-24T14:28:38.273Z Downloaded term v1.2.1
11562026-03-24T14:28:38.275Z Downloaded socket2 v0.5.10
11572026-03-24T14:28:38.279Z Downloaded num-bigint-dig v0.8.6
11582026-03-24T14:28:38.281Z Downloaded rustls-webpki v0.103.9
11592026-03-24T14:28:38.284Z Downloaded tls_codec v0.4.2
11602026-03-24T14:28:38.287Z Downloaded publicsuffix v2.3.0
11612026-03-24T14:28:38.287Z Downloaded itertools v0.12.1
11622026-03-24T14:28:38.293Z Downloaded num-bigint v0.4.6
11632026-03-24T14:28:38.297Z Downloaded unicase v2.9.0
11642026-03-24T14:28:38.299Z Downloaded schemars v1.2.1
11652026-03-24T14:28:38.309Z Downloaded tokio-rustls v0.26.4
11662026-03-24T14:28:38.311Z Downloaded tokio-rustls v0.24.1
11672026-03-24T14:28:38.314Z Downloaded schemars v0.9.0
11682026-03-24T14:28:38.322Z Downloaded xattr v1.6.1
11692026-03-24T14:28:38.325Z Downloaded xshell-macros v0.2.7
11702026-03-24T14:28:38.325Z Downloaded tokio-macros v2.6.0
11712026-03-24T14:28:38.327Z Downloaded h2 v0.4.13
11722026-03-24T14:28:38.330Z Downloaded zone v0.3.1
11732026-03-24T14:28:38.333Z Downloaded tokio-stream v0.1.18
11742026-03-24T14:28:38.336Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-03-24T14:28:38.339Z Downloaded zeroize_derive v1.4.3
11762026-03-24T14:28:38.339Z Downloaded uzers v0.12.2
11772026-03-24T14:28:38.341Z Downloaded rand v0.9.2
11782026-03-24T14:28:38.345Z Downloaded hyper v1.8.1
11792026-03-24T14:28:38.361Z Downloaded tinyvec v1.10.0
11802026-03-24T14:28:38.361Z Downloaded vergen-gitcl v1.0.8
11812026-03-24T14:28:38.361Z Downloaded test-strategy v0.4.5
11822026-03-24T14:28:38.361Z Downloaded tar v0.4.44
11832026-03-24T14:28:38.361Z Downloaded zone_cfg_derive v0.3.1
11842026-03-24T14:28:38.361Z Downloaded wait-timeout v0.2.1
11852026-03-24T14:28:38.364Z Downloaded vsss-rs v3.3.4
11862026-03-24T14:28:38.364Z Downloaded itertools v0.14.0
11872026-03-24T14:28:38.368Z Downloaded tracing-attributes v0.1.31
11882026-03-24T14:28:38.371Z Downloaded vergen-lib v0.1.6
11892026-03-24T14:28:38.373Z Downloaded rand v0.10.0
11902026-03-24T14:28:38.376Z Downloaded twox-hash v2.1.2
11912026-03-24T14:28:38.376Z Downloaded vergen-git2 v1.0.7
11922026-03-24T14:28:38.379Z Downloaded hkdf v0.12.4
11932026-03-24T14:28:38.382Z Downloaded iri-string v0.7.10
11942026-03-24T14:28:38.385Z Downloaded spin v0.9.8
11952026-03-24T14:28:38.388Z Downloaded nom v7.1.3
11962026-03-24T14:28:38.391Z Downloaded libxml v0.3.3
11972026-03-24T14:28:38.396Z Downloaded wyz v0.5.1
11982026-03-24T14:28:38.399Z Downloaded subprocess v0.2.15
11992026-03-24T14:28:38.402Z Downloaded futures-util v0.3.32
12002026-03-24T14:28:38.409Z Downloaded xshell v0.2.7
12012026-03-24T14:28:38.412Z Downloaded zeroize v1.8.2
12022026-03-24T14:28:38.412Z Downloaded vergen v9.0.6
12032026-03-24T14:28:38.415Z Downloaded whoami v2.1.0
12042026-03-24T14:28:38.418Z Downloaded samael v0.0.19
12052026-03-24T14:28:38.421Z Downloaded whoami v1.6.1
12062026-03-24T14:28:38.425Z Downloaded walkdir v2.5.0
12072026-03-24T14:28:38.425Z Downloaded snafu v0.8.9
12082026-03-24T14:28:38.428Z Downloaded toml v0.9.12+spec-1.1.0
12092026-03-24T14:28:38.432Z Downloaded tungstenite v0.23.0
12102026-03-24T14:28:38.434Z Downloaded tungstenite v0.21.0
12112026-03-24T14:28:38.437Z Downloaded p521 v0.13.3
12122026-03-24T14:28:38.440Z Downloaded zstd-safe v7.2.4
12132026-03-24T14:28:38.443Z Downloaded tracing-core v0.1.36
12142026-03-24T14:28:38.446Z Downloaded zstd v0.13.3
12152026-03-24T14:28:38.449Z Downloaded typify v0.6.1
12162026-03-24T14:28:38.451Z Downloaded typify v0.4.3
12172026-03-24T14:28:38.454Z Downloaded toml v0.7.8
12182026-03-24T14:28:38.457Z Downloaded rustyline v14.0.0
12192026-03-24T14:28:38.460Z Downloaded libm v0.2.16
12202026-03-24T14:28:38.467Z Downloaded usdt-impl v0.6.0
12212026-03-24T14:28:38.470Z Downloaded unicode-bidi v0.3.18
12222026-03-24T14:28:38.472Z Downloaded zerocopy v0.6.6
12232026-03-24T14:28:38.476Z Downloaded xz2 v0.1.7
12242026-03-24T14:28:38.476Z Downloaded yasna v0.5.2
12252026-03-24T14:28:38.479Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-03-24T14:28:38.479Z Downloaded uuid v1.21.0
12272026-03-24T14:28:38.482Z Downloaded blake3 v1.8.3
12282026-03-24T14:28:38.488Z Downloaded rpassword v7.4.0
12292026-03-24T14:28:38.491Z Downloaded steno v0.4.1
12302026-03-24T14:28:38.493Z Downloaded allocator-api2 v0.2.21
12312026-03-24T14:28:38.496Z Downloaded vte v0.14.1
12322026-03-24T14:28:38.499Z Downloaded russh v0.45.0
12332026-03-24T14:28:38.502Z Downloaded hash32 v0.3.1
12342026-03-24T14:28:38.505Z Downloaded futures-macro v0.3.32
12352026-03-24T14:28:38.505Z Downloaded fixedbitset v0.5.7
12362026-03-24T14:28:38.508Z Downloaded deranged v0.5.8
12372026-03-24T14:28:38.508Z Downloaded castaway v0.2.4
12382026-03-24T14:28:38.511Z Downloaded cancel-safe-futures v0.1.5
12392026-03-24T14:28:38.511Z Downloaded byte-wrapper v0.1.0
12402026-03-24T14:28:38.513Z Downloaded unicode-properties v0.1.4
12412026-03-24T14:28:38.516Z Downloaded backon v1.6.0
12422026-03-24T14:28:38.516Z Downloaded ron v0.12.0
12432026-03-24T14:28:38.523Z Downloaded unsafe-libyaml v0.2.11
12442026-03-24T14:28:38.526Z Downloaded either v1.15.0
12452026-03-24T14:28:38.529Z Downloaded critical-section v1.2.0
12462026-03-24T14:28:38.529Z Downloaded cfg_aliases v0.2.1
12472026-03-24T14:28:38.531Z Downloaded toml_edit v0.19.15
12482026-03-24T14:28:38.542Z Downloaded bitvec v1.0.1
12492026-03-24T14:28:38.554Z Downloaded zopfli v0.8.3
12502026-03-24T14:28:38.557Z Downloaded reedline v0.40.0
12512026-03-24T14:28:38.563Z Downloaded ssh-key v0.6.7
12522026-03-24T14:28:38.567Z Downloaded aws-lc-rs v1.16.0
12532026-03-24T14:28:38.574Z Downloaded tokio-postgres v0.7.16
12542026-03-24T14:28:38.578Z Downloaded unicode_categories v0.1.1
12552026-03-24T14:28:38.584Z Downloaded regex v1.12.3
12562026-03-24T14:28:38.595Z Downloaded tower v0.5.3
12572026-03-24T14:28:38.601Z Downloaded zip v0.6.6
12582026-03-24T14:28:38.605Z Downloaded bindgen v0.71.1
12592026-03-24T14:28:38.611Z Downloaded unicode-segmentation v1.12.0
12602026-03-24T14:28:38.613Z Downloaded chrono v0.4.44
12612026-03-24T14:28:38.619Z Downloaded reqwest v0.12.28
12622026-03-24T14:28:38.623Z Downloaded p384 v0.13.1
12632026-03-24T14:28:38.628Z Downloaded yansi v1.0.1
12642026-03-24T14:28:38.631Z Downloaded reqwest v0.13.2
12652026-03-24T14:28:38.634Z Downloaded zerocopy-derive v0.8.40
12662026-03-24T14:28:38.642Z Downloaded git2 v0.20.4
12672026-03-24T14:28:38.648Z Downloaded rustls-webpki v0.101.7
12682026-03-24T14:28:38.659Z Downloaded typed-path v0.9.3
12692026-03-24T14:28:38.663Z Downloaded quick-xml v0.37.5
12702026-03-24T14:28:38.667Z Downloaded x509-cert v0.2.5
12712026-03-24T14:28:38.672Z Downloaded rayon v1.11.0
12722026-03-24T14:28:38.678Z Downloaded lalrpop v0.19.12
12732026-03-24T14:28:38.686Z Downloaded salty v0.3.0
12742026-03-24T14:28:38.692Z Downloaded moka v0.12.13
12752026-03-24T14:28:38.698Z Downloaded goblin v0.10.5
12762026-03-24T14:28:38.703Z Downloaded curve25519-dalek v4.1.3
12772026-03-24T14:28:38.710Z Downloaded serde_with v3.17.0
12782026-03-24T14:28:38.719Z Downloaded portable-atomic v1.13.1
12792026-03-24T14:28:38.725Z Downloaded unicode-normalization v0.1.25
12802026-03-24T14:28:38.730Z Downloaded petname v2.0.2
12812026-03-24T14:28:38.734Z Downloaded tough v0.20.0
12822026-03-24T14:28:38.741Z Downloaded proptest v1.10.0
12832026-03-24T14:28:38.748Z Downloaded tower-http v0.6.8
12842026-03-24T14:28:38.758Z Downloaded rustls-webpki v0.102.8
12852026-03-24T14:28:38.772Z Downloaded zip v4.6.1
12862026-03-24T14:28:38.775Z Downloaded winnow v0.6.26
12872026-03-24T14:28:38.781Z Downloaded tokio-util v0.7.18
12882026-03-24T14:28:38.797Z Downloaded polar-core v0.27.3
12892026-03-24T14:28:38.803Z Downloaded winnow v0.5.40
12902026-03-24T14:28:38.809Z Downloaded object v0.30.4
12912026-03-24T14:28:38.820Z Downloaded radix_trie v0.2.1
12922026-03-24T14:28:38.823Z Downloaded quinn-proto v0.11.13
12932026-03-24T14:28:38.854Z Downloaded smoltcp v0.9.1
12942026-03-24T14:28:38.861Z Downloaded dropshot v0.16.7
12952026-03-24T14:28:38.878Z Downloaded openssl v0.10.75
12962026-03-24T14:28:38.885Z Downloaded object v0.37.3
12972026-03-24T14:28:38.893Z Downloaded zlib-rs v0.6.2
12982026-03-24T14:28:38.898Z Downloaded bstr v1.12.1
12992026-03-24T14:28:38.904Z Downloaded hickory-proto v0.24.4
13002026-03-24T14:28:38.916Z Downloaded webpki-roots v1.0.6
13012026-03-24T14:28:38.919Z Downloaded tabled v0.20.0
13022026-03-24T14:28:38.931Z Downloaded time v0.3.47
13032026-03-24T14:28:38.940Z Downloaded diesel v2.3.7
13042026-03-24T14:28:38.957Z Downloaded rustls v0.23.37
13052026-03-24T14:28:38.964Z Downloaded rustls v0.21.12
13062026-03-24T14:28:38.972Z Downloaded nix v0.29.0
13072026-03-24T14:28:38.980Z Downloaded vcpkg v0.2.15
13082026-03-24T14:28:39.010Z Downloaded regex-syntax v0.6.29
13092026-03-24T14:28:39.015Z Downloaded nix v0.28.0
13102026-03-24T14:28:39.023Z Downloaded nix v0.27.1
13112026-03-24T14:28:39.031Z Downloaded nix v0.31.1
13122026-03-24T14:28:39.043Z Downloaded rustls v0.22.4
13132026-03-24T14:28:39.053Z Downloaded zerocopy v0.8.40
13142026-03-24T14:28:39.060Z Downloaded regress v0.10.5
13152026-03-24T14:28:39.066Z Downloaded openapiv3 v2.2.0
13162026-03-24T14:28:39.076Z Downloaded regex-syntax v0.8.10
13172026-03-24T14:28:39.082Z Downloaded smoltcp v0.11.0
13182026-03-24T14:28:39.091Z Downloaded typify-impl v0.6.1
13192026-03-24T14:28:39.101Z Downloaded hickory-proto v0.25.2
13202026-03-24T14:28:39.113Z Downloaded rustix v0.38.44
13212026-03-24T14:28:39.130Z Downloaded sled v0.34.7
13222026-03-24T14:28:39.206Z Downloaded petgraph v0.6.5
13232026-03-24T14:28:39.221Z Downloaded sqlparser v0.61.0
13242026-03-24T14:28:39.229Z Downloaded ratatui v0.29.0
13252026-03-24T14:28:39.245Z Downloaded lzma-sys v0.1.20
13262026-03-24T14:28:39.264Z Downloaded typify-impl v0.4.3
13272026-03-24T14:28:39.276Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-03-24T14:28:39.285Z Downloaded tracing v0.1.44
13292026-03-24T14:28:39.301Z Downloaded zerocopy-derive v0.6.6
13302026-03-24T14:28:39.309Z Downloaded csv v1.4.0
13312026-03-24T14:28:39.324Z Downloaded petgraph v0.8.3
13322026-03-24T14:28:39.340Z Downloaded regex-automata v0.4.14
13332026-03-24T14:28:39.353Z Downloaded libz-sys v1.1.24
13342026-03-24T14:28:39.367Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-03-24T14:28:39.382Z Downloaded jiff v0.2.21
13362026-03-24T14:28:39.394Z Downloaded chrono-tz v0.10.4
13372026-03-24T14:28:39.408Z Downloaded tokio v1.49.0
13382026-03-24T14:28:39.455Z Downloaded sha3 v0.10.8
13392026-03-24T14:28:39.481Z Downloaded encoding_rs v0.8.35
13402026-03-24T14:28:39.524Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-24T14:28:39.591Z Downloaded ring v0.17.14
13422026-03-24T14:28:40.197Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T14:28:40.523Z Compiling libc v0.2.180
13442026-03-24T14:28:40.527Z Compiling serde v1.0.228
13452026-03-24T14:28:40.527Z Compiling log v0.4.29
13462026-03-24T14:28:40.527Z Compiling find-msvc-tools v0.1.9
13472026-03-24T14:28:40.736Z Compiling shlex v1.3.0
13482026-03-24T14:28:40.739Z Compiling smallvec v1.15.1
13492026-03-24T14:28:40.755Z Compiling syn v2.0.117
13502026-03-24T14:28:40.758Z Compiling typenum v1.19.0
13512026-03-24T14:28:40.951Z Compiling generic-array v0.14.7
13522026-03-24T14:28:40.985Z Compiling subtle v2.6.1
13532026-03-24T14:28:41.019Z Compiling scopeguard v1.2.0
13542026-03-24T14:28:41.062Z Compiling portable-atomic v1.13.1
13552026-03-24T14:28:41.122Z Compiling lock_api v0.4.14
13562026-03-24T14:28:41.162Z Compiling const-oid v0.9.6
13572026-03-24T14:28:41.202Z Compiling critical-section v1.2.0
13582026-03-24T14:28:41.258Z Compiling zerocopy v0.8.40
13592026-03-24T14:28:41.478Z Compiling serde_json v1.0.149
13602026-03-24T14:28:41.524Z Compiling parking_lot_core v0.9.12
13612026-03-24T14:28:41.711Z Compiling pin-project-lite v0.2.17
13622026-03-24T14:28:41.880Z Compiling pkg-config v0.3.32
13632026-03-24T14:28:41.978Z Compiling bitflags v2.11.0
13642026-03-24T14:28:42.066Z Compiling getrandom v0.2.17
13652026-03-24T14:28:42.184Z Compiling jobserver v0.1.34
13662026-03-24T14:28:42.283Z Compiling rand_core v0.6.4
13672026-03-24T14:28:42.404Z Compiling errno v0.3.14
13682026-03-24T14:28:42.572Z Compiling cc v1.2.56
13692026-03-24T14:28:42.604Z Compiling once_cell v1.21.3
13702026-03-24T14:28:42.666Z Compiling signal-hook-registry v1.4.8
13712026-03-24T14:28:42.686Z Compiling parking_lot v0.12.5
13722026-03-24T14:28:42.725Z Compiling mio v1.1.1
13732026-03-24T14:28:42.798Z Compiling libm v0.2.16
13742026-03-24T14:28:42.879Z Compiling num-traits v0.2.19
13752026-03-24T14:28:43.026Z Compiling futures-core v0.3.32
13762026-03-24T14:28:43.194Z Compiling socket2 v0.6.2
13772026-03-24T14:28:43.232Z Compiling percent-encoding v2.3.2
13782026-03-24T14:28:43.318Z Compiling allocator-api2 v0.2.21
13792026-03-24T14:28:43.395Z Compiling futures-sink v0.3.32
13802026-03-24T14:28:43.478Z Compiling foldhash v0.2.0
13812026-03-24T14:28:43.524Z Compiling cpufeatures v0.2.17
13822026-03-24T14:28:43.552Z Compiling futures-channel v0.3.32
13832026-03-24T14:28:43.618Z Compiling slab v0.4.12
13842026-03-24T14:28:43.752Z Compiling hashbrown v0.16.1
13852026-03-24T14:28:43.770Z Compiling futures-task v0.3.32
13862026-03-24T14:28:43.773Z Compiling futures-io v0.3.32
13872026-03-24T14:28:43.840Z Compiling getrandom v0.4.1
13882026-03-24T14:28:43.859Z Compiling rand_core v0.10.0
13892026-03-24T14:28:43.964Z Compiling rustversion v1.0.22
13902026-03-24T14:28:44.009Z Compiling getrandom v0.3.4
13912026-03-24T14:28:44.076Z Compiling cmake v0.1.57
13922026-03-24T14:28:44.566Z Compiling indexmap v2.13.0
13932026-03-24T14:28:44.637Z Compiling form_urlencoded v1.2.2
13942026-03-24T14:28:44.795Z Compiling base64ct v1.8.3
13952026-03-24T14:28:44.868Z Compiling dunce v1.0.5
13962026-03-24T14:28:44.897Z Compiling ident_case v1.0.1
13972026-03-24T14:28:44.954Z Compiling synstructure v0.13.2
13982026-03-24T14:28:45.052Z Compiling fs_extra v1.3.0
13992026-03-24T14:28:45.181Z Compiling pem-rfc7468 v0.7.0
14002026-03-24T14:28:45.309Z Compiling flagset v0.4.7
14012026-03-24T14:28:45.399Z Compiling rand_core v0.9.5
14022026-03-24T14:28:45.432Z Compiling aws-lc-sys v0.37.1
14032026-03-24T14:28:45.435Z Compiling iana-time-zone v0.1.65
14042026-03-24T14:28:45.471Z Compiling rustix v1.1.3
14052026-03-24T14:28:45.491Z Compiling ring v0.17.14
14062026-03-24T14:28:45.586Z Compiling uuid v1.21.0
14072026-03-24T14:28:45.703Z Compiling rustc_version v0.4.1
14082026-03-24T14:28:45.741Z Compiling vcpkg v0.2.15
14092026-03-24T14:28:45.791Z Compiling aws-lc-rs v1.16.0
14102026-03-24T14:28:46.113Z Compiling regex-syntax v0.8.10
14112026-03-24T14:28:46.148Z Compiling tracing-core v0.1.36
14122026-03-24T14:28:46.464Z Compiling crossbeam-utils v0.8.21
14132026-03-24T14:28:46.801Z Compiling openssl-sys v0.9.111
14142026-03-24T14:28:46.861Z Compiling pest_generator v2.8.6
14152026-03-24T14:28:46.910Z Compiling serde_derive_internals v0.29.1
14162026-03-24T14:28:47.534Z Compiling httparse v1.10.1
14172026-03-24T14:28:47.576Z Compiling serde_derive v1.0.228
14182026-03-24T14:28:47.816Z Compiling zeroize_derive v1.4.3
14192026-03-24T14:28:47.866Z Compiling zerofrom-derive v0.1.6
14202026-03-24T14:28:47.960Z Compiling yoke-derive v0.8.1
14212026-03-24T14:28:48.145Z Compiling zerocopy-derive v0.8.40
14222026-03-24T14:28:48.663Z Compiling zeroize v1.8.2
14232026-03-24T14:28:49.356Z Compiling zerovec-derive v0.11.2
14242026-03-24T14:28:49.517Z Compiling displaydoc v0.2.5
14252026-03-24T14:28:49.691Z Compiling crypto-common v0.1.7
14262026-03-24T14:28:49.759Z Compiling zerofrom v0.1.6
14272026-03-24T14:28:49.868Z Compiling block-buffer v0.10.4
14282026-03-24T14:28:49.916Z Compiling yoke v0.8.1
14292026-03-24T14:28:50.079Z Compiling digest v0.10.7
14302026-03-24T14:28:50.152Z Compiling tokio-macros v2.6.0
14312026-03-24T14:28:50.385Z Compiling hmac v0.12.1
14322026-03-24T14:28:50.404Z Compiling futures-macro v0.3.32
14332026-03-24T14:28:50.483Z Compiling zerotrie v0.2.3
14342026-03-24T14:28:50.578Z Compiling block-padding v0.3.3
14352026-03-24T14:28:50.778Z Compiling inout v0.1.4
14362026-03-24T14:28:50.816Z Compiling zerovec v0.11.5
14372026-03-24T14:28:50.869Z Compiling sha2 v0.10.9
14382026-03-24T14:28:50.994Z Compiling cipher v0.4.4
14392026-03-24T14:28:51.125Z Compiling der_derive v0.7.3
14402026-03-24T14:28:51.398Z Compiling salsa20 v0.10.2
14412026-03-24T14:28:51.528Z Compiling tinystr v0.8.2
14422026-03-24T14:28:51.559Z Compiling potential_utf v0.1.4
14432026-03-24T14:28:51.578Z Compiling futures-util v0.3.32
14442026-03-24T14:28:51.767Z Compiling icu_locale_core v2.1.1
14452026-03-24T14:28:51.790Z Compiling icu_collections v2.1.1
14462026-03-24T14:28:52.339Z Compiling bytes v1.11.1
14472026-03-24T14:28:52.427Z Compiling chrono v0.4.44
14482026-03-24T14:28:52.470Z Compiling der v0.7.10
14492026-03-24T14:28:52.769Z Compiling icu_provider v2.1.1
14502026-03-24T14:28:52.995Z Compiling tokio v1.49.0
14512026-03-24T14:28:53.147Z Compiling icu_properties v2.1.2
14522026-03-24T14:28:53.150Z Compiling icu_normalizer v2.1.1
14532026-03-24T14:28:53.862Z Compiling spki v0.7.3
14542026-03-24T14:28:54.105Z Compiling http v1.4.0
14552026-03-24T14:28:54.124Z Compiling pbkdf2 v0.12.2
14562026-03-24T14:28:54.265Z Compiling ppv-lite86 v0.2.21
14572026-03-24T14:28:54.286Z Compiling thiserror-impl v2.0.18
14582026-03-24T14:28:54.354Z Compiling idna_adapter v1.2.1
14592026-03-24T14:28:54.520Z Compiling idna v1.1.0
14602026-03-24T14:28:54.636Z Compiling scrypt v0.11.0
14612026-03-24T14:28:54.665Z Compiling rand_chacha v0.9.0
14622026-03-24T14:28:54.692Z Compiling cbc v0.1.2
14632026-03-24T14:28:54.869Z Compiling aes v0.8.4
14642026-03-24T14:28:54.953Z Compiling url v2.5.8
14652026-03-24T14:28:55.314Z Compiling rustls-pki-types v1.14.0
14662026-03-24T14:28:55.393Z Compiling tracing-attributes v0.1.31
14672026-03-24T14:28:55.544Z Compiling pkcs5 v0.7.1
14682026-03-24T14:28:55.915Z Compiling http-body v1.0.1
14692026-03-24T14:28:56.013Z Compiling rand v0.9.2
14702026-03-24T14:28:56.055Z Compiling thiserror v2.0.18
14712026-03-24T14:28:56.104Z Compiling base64 v0.22.1
14722026-03-24T14:28:56.167Z Compiling untrusted v0.9.0
14732026-03-24T14:28:56.189Z Compiling untrusted v0.7.1
14742026-03-24T14:28:56.258Z Compiling schemars v0.8.22
14752026-03-24T14:28:56.354Z Compiling syn v1.0.109
14762026-03-24T14:28:56.382Z Compiling openssl-probe v0.2.1
14772026-03-24T14:28:56.568Z Compiling pkcs8 v0.10.2
14782026-03-24T14:28:56.605Z Compiling schemars_derive v0.8.22
14792026-03-24T14:28:56.868Z Compiling pest_derive v2.8.6
14802026-03-24T14:28:56.975Z Compiling scroll_derive v0.13.1
14812026-03-24T14:28:57.243Z Compiling tracing v0.1.44
14822026-03-24T14:28:57.402Z Compiling darling_core v0.20.11
14832026-03-24T14:28:57.591Z Compiling tower-layer v0.3.3
14842026-03-24T14:28:57.722Z Compiling dyn-clone v1.0.20
14852026-03-24T14:28:57.795Z Compiling rustls v0.23.37
14862026-03-24T14:28:57.893Z Compiling atomic-waker v1.1.2
14872026-03-24T14:28:58.010Z Compiling tokio-util v0.7.18
14882026-03-24T14:28:58.030Z Compiling tinyvec_macros v0.1.1
14892026-03-24T14:28:58.048Z Compiling try-lock v0.2.5
14902026-03-24T14:28:58.115Z Compiling tower-service v0.3.3
14912026-03-24T14:28:58.181Z Compiling want v0.3.1
14922026-03-24T14:28:58.234Z Compiling tinyvec v1.10.0
14932026-03-24T14:28:58.385Z Compiling scroll v0.13.0
14942026-03-24T14:28:58.964Z Compiling h2 v0.4.13
14952026-03-24T14:28:59.071Z Compiling ipnet v2.11.0
14962026-03-24T14:28:59.394Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T14:28:59.742Z Compiling spin v0.9.8
14982026-03-24T14:28:59.885Z Compiling aho-corasick v1.1.4
14992026-03-24T14:29:00.007Z Compiling openssl v0.10.75
15002026-03-24T14:29:00.042Z Compiling pin-utils v0.1.0
15012026-03-24T14:29:00.137Z Compiling foreign-types-shared v0.1.1
15022026-03-24T14:29:00.244Z Compiling crc32fast v1.5.0
15032026-03-24T14:29:00.291Z Compiling time-core v0.1.8
15042026-03-24T14:29:00.480Z Compiling powerfmt v0.2.0
15052026-03-24T14:29:00.584Z Compiling num-conv v0.2.0
15062026-03-24T14:29:00.603Z Compiling darling_macro v0.20.11
15072026-03-24T14:29:00.742Z Compiling httpdate v1.0.3
15082026-03-24T14:29:00.762Z Compiling time-macros v0.2.27
15092026-03-24T14:29:00.830Z Compiling deranged v0.5.8
15102026-03-24T14:29:01.019Z Compiling regex-automata v0.4.14
15112026-03-24T14:29:01.192Z Compiling darling v0.20.11
15122026-03-24T14:29:01.420Z Compiling foreign-types v0.3.2
15132026-03-24T14:29:01.510Z Compiling tempfile v3.25.0
15142026-03-24T14:29:02.251Z Compiling goblin v0.10.5
15152026-03-24T14:29:02.255Z Compiling thiserror-impl v1.0.69
15162026-03-24T14:29:02.291Z Compiling openssl-macros v0.1.1
15172026-03-24T14:29:03.460Z Compiling hyper v1.8.1
15182026-03-24T14:29:03.944Z Compiling wait-timeout v0.2.1
15192026-03-24T14:29:04.274Z Compiling bit-vec v0.8.0
15202026-03-24T14:29:04.293Z Compiling simd-adler32 v0.3.8
15212026-03-24T14:29:04.385Z Compiling native-tls v0.2.18
15222026-03-24T14:29:04.562Z Compiling usdt-impl v0.6.0
15232026-03-24T14:29:04.610Z Compiling num_threads v0.1.7
15242026-03-24T14:29:04.631Z Compiling quick-error v1.2.3
15252026-03-24T14:29:04.730Z Compiling either v1.15.0
15262026-03-24T14:29:04.758Z Compiling siphasher v1.0.2
15272026-03-24T14:29:04.834Z Compiling rusty-fork v0.3.1
15282026-03-24T14:29:04.996Z Compiling hyper-util v0.1.20
15292026-03-24T14:29:05.015Z Compiling time v0.3.47
15302026-03-24T14:29:05.272Z Compiling bit-set v0.8.0
15312026-03-24T14:29:05.482Z Compiling thiserror v1.0.69
15322026-03-24T14:29:05.840Z Compiling derive_builder_core v0.20.2
15332026-03-24T14:29:06.788Z Compiling dof v0.4.0
15342026-03-24T14:29:07.051Z Compiling unicode-normalization v0.1.25
15352026-03-24T14:29:07.206Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T14:29:07.330Z Compiling dtrace-parser v0.3.0
15372026-03-24T14:29:07.622Z Compiling rustls-native-certs v0.8.3
15382026-03-24T14:29:07.641Z Compiling signature v2.2.0
15392026-03-24T14:29:07.858Z Compiling scroll_derive v0.12.1
15402026-03-24T14:29:07.994Z Compiling heapless v0.7.17
15412026-03-24T14:29:08.198Z Compiling rand_xorshift v0.4.0
15422026-03-24T14:29:08.301Z Compiling slog v2.8.2
15432026-03-24T14:29:08.356Z Compiling darling_core v0.21.3
15442026-03-24T14:29:08.392Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T14:29:08.411Z Compiling sync_wrapper v1.0.2
15462026-03-24T14:29:08.519Z Compiling thread-id v5.1.0
15472026-03-24T14:29:08.538Z Compiling cookie v0.18.1
15482026-03-24T14:29:08.620Z Compiling paste v1.0.15
15492026-03-24T14:29:08.722Z Compiling unicode-segmentation v1.12.0
15502026-03-24T14:29:08.741Z Compiling unicode-bidi v0.3.18
15512026-03-24T14:29:08.763Z Compiling zstd-safe v7.2.4
15522026-03-24T14:29:08.955Z Compiling rayon-core v1.13.0
15532026-03-24T14:29:09.001Z Compiling adler2 v2.0.1
15542026-03-24T14:29:09.165Z Compiling signal-hook v0.3.18
15552026-03-24T14:29:09.184Z Compiling unicode-properties v0.1.4
15562026-03-24T14:29:09.217Z Compiling unarray v0.1.4
15572026-03-24T14:29:09.352Z Compiling anyhow v1.0.102
15582026-03-24T14:29:09.400Z Compiling stringprep v0.1.5
15592026-03-24T14:29:09.442Z Compiling proptest v1.10.0
15602026-03-24T14:29:09.487Z Compiling miniz_oxide v0.8.9
15612026-03-24T14:29:09.987Z Compiling scroll v0.12.0
15622026-03-24T14:29:10.358Z Compiling tower v0.5.3
15632026-03-24T14:29:10.401Z Compiling crossbeam-deque v0.8.6
15642026-03-24T14:29:10.439Z Compiling derive_builder_macro v0.20.2
15652026-03-24T14:29:10.603Z Compiling ipnetwork v0.21.1
15662026-03-24T14:29:10.634Z Compiling http-body-util v0.1.3
15672026-03-24T14:29:10.947Z Compiling webpki-roots v1.0.6
15682026-03-24T14:29:10.977Z Compiling rand_chacha v0.3.1
15692026-03-24T14:29:11.010Z Compiling serde_tokenstream v0.2.3
15702026-03-24T14:29:11.083Z Compiling toml_datetime v0.6.11
15712026-03-24T14:29:11.103Z Compiling serde_spanned v0.6.9
15722026-03-24T14:29:11.122Z Compiling erased-serde v0.3.31
15732026-03-24T14:29:11.282Z Compiling md-5 v0.10.6
15742026-03-24T14:29:11.456Z Compiling zerocopy-derive v0.7.35
15752026-03-24T14:29:11.476Z Compiling curve25519-dalek v4.1.3
15762026-03-24T14:29:11.513Z Compiling vergen-lib v0.1.6
15772026-03-24T14:29:11.739Z Compiling num-integer v0.1.46
15782026-03-24T14:29:11.869Z Compiling hash32 v0.2.1
15792026-03-24T14:29:11.897Z Compiling ff v0.13.1
15802026-03-24T14:29:11.963Z Compiling darling_macro v0.21.3
15812026-03-24T14:29:12.070Z Compiling memoffset v0.9.1
15822026-03-24T14:29:12.089Z Compiling psl-types v2.0.11
15832026-03-24T14:29:12.119Z Compiling fallible-iterator v0.2.0
15842026-03-24T14:29:12.172Z Compiling num-bigint-dig v0.8.6
15852026-03-24T14:29:12.246Z Compiling ryu v1.0.23
15862026-03-24T14:29:12.305Z Compiling cfg_aliases v0.2.1
15872026-03-24T14:29:12.396Z Compiling base16ct v0.2.0
15882026-03-24T14:29:12.415Z Compiling rustix v0.38.44
15892026-03-24T14:29:12.481Z Compiling smoltcp v0.9.1
15902026-03-24T14:29:12.531Z Compiling ref-cast v1.0.25
15912026-03-24T14:29:12.571Z Compiling litrs v1.0.0
15922026-03-24T14:29:12.620Z Compiling iri-string v0.7.10
15932026-03-24T14:29:12.640Z Compiling zlib-rs v0.6.2
15942026-03-24T14:29:12.949Z Compiling newtype-uuid v1.3.2
15952026-03-24T14:29:12.969Z Compiling zerocopy v0.7.35
15962026-03-24T14:29:12.972Z Compiling sec1 v0.7.3
15972026-03-24T14:29:13.247Z Compiling document-features v0.2.12
15982026-03-24T14:29:13.339Z Compiling darling v0.21.3
15992026-03-24T14:29:13.369Z Compiling postgres-protocol v0.6.10
16002026-03-24T14:29:13.465Z Compiling serde_urlencoded v0.7.1
16012026-03-24T14:29:13.726Z Compiling nix v0.31.1
16022026-03-24T14:29:13.904Z Compiling publicsuffix v2.3.0
16032026-03-24T14:29:14.092Z Compiling num-iter v0.1.45
16042026-03-24T14:29:14.114Z Compiling group v0.13.0
16052026-03-24T14:29:14.204Z Compiling tower-http v0.6.8
16062026-03-24T14:29:14.372Z Compiling rand v0.8.5
16072026-03-24T14:29:14.617Z Compiling derive_builder v0.20.2
16082026-03-24T14:29:14.736Z Compiling oxnet v0.1.4
16092026-03-24T14:29:14.739Z Compiling proc-macro-error v1.0.4
16102026-03-24T14:29:15.138Z Compiling goblin v0.8.2
16112026-03-24T14:29:15.158Z Compiling tokio-native-tls v0.3.1
16122026-03-24T14:29:15.728Z Compiling heck v0.4.1
16132026-03-24T14:29:16.019Z Compiling phf_shared v0.13.1
16142026-03-24T14:29:16.065Z Compiling hubpack_derive v0.1.1
16152026-03-24T14:29:16.090Z Compiling regex v1.12.3
16162026-03-24T14:29:16.110Z Compiling lazy_static v1.5.0
16172026-03-24T14:29:16.224Z Compiling cargo-platform v0.1.9
16182026-03-24T14:29:16.373Z Compiling hkdf v0.12.4
16192026-03-24T14:29:16.575Z Compiling crypto-bigint v0.5.5
16202026-03-24T14:29:16.594Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-24T14:29:16.665Z Compiling async-trait v0.1.89
16222026-03-24T14:29:16.702Z Compiling strum_macros v0.27.2
16232026-03-24T14:29:17.448Z Compiling flate2 v1.1.9
16242026-03-24T14:29:17.489Z Compiling daft-derive v0.1.5
16252026-03-24T14:29:18.002Z Compiling ref-cast-impl v1.0.25
16262026-03-24T14:29:18.096Z Compiling terminal_size v0.4.3
16272026-03-24T14:29:18.267Z Compiling vergen v9.0.6
16282026-03-24T14:29:18.428Z Compiling fs-err v3.3.0
16292026-03-24T14:29:18.489Z Compiling ahash v0.8.12
16302026-03-24T14:29:18.661Z Compiling object v0.37.3
16312026-03-24T14:29:18.696Z Compiling bitflags v1.3.2
16322026-03-24T14:29:18.739Z Compiling winnow v0.5.40
16332026-03-24T14:29:18.789Z Compiling bumpalo v3.20.2
16342026-03-24T14:29:18.997Z Compiling libbz2-rs-sys v0.2.2
16352026-03-24T14:29:19.116Z Compiling foldhash v0.1.5
16362026-03-24T14:29:19.336Z Compiling managed v0.8.0
16372026-03-24T14:29:19.419Z Compiling strum v0.27.2
16382026-03-24T14:29:19.459Z Compiling hashbrown v0.15.5
16392026-03-24T14:29:19.613Z Compiling bzip2 v0.6.1
16402026-03-24T14:29:19.878Z Compiling zopfli v0.8.3
16412026-03-24T14:29:19.960Z Compiling clap_builder v4.5.60
16422026-03-24T14:29:20.142Z Compiling console v0.16.2
16432026-03-24T14:29:20.460Z Compiling daft v0.1.5
16442026-03-24T14:29:20.664Z Compiling toml_edit v0.19.15
16452026-03-24T14:29:20.667Z Compiling dof v0.3.0
16462026-03-24T14:29:20.762Z Compiling elliptic-curve v0.13.8
16472026-03-24T14:29:20.892Z Compiling hubpack v0.1.2
16482026-03-24T14:29:21.174Z Compiling cargo_metadata v0.19.2
16492026-03-24T14:29:21.281Z Compiling phf v0.13.1
16502026-03-24T14:29:21.710Z Compiling zone_cfg_derive v0.3.1
16512026-03-24T14:29:22.546Z Compiling signal-hook-mio v0.2.5
16522026-03-24T14:29:22.682Z Compiling cookie_store v0.22.1
16532026-03-24T14:29:23.559Z Compiling rayon v1.11.0
16542026-03-24T14:29:23.573Z Compiling hyper-tls v0.6.0
16552026-03-24T14:29:23.787Z Compiling zstd v0.13.3
16562026-03-24T14:29:23.850Z Compiling bzip2 v0.4.4
16572026-03-24T14:29:24.163Z Compiling postgres-types v0.2.12
16582026-03-24T14:29:24.222Z Compiling serde_with_macros v3.17.0
16592026-03-24T14:29:24.522Z Compiling usdt-attr-macro v0.6.0
16602026-03-24T14:29:24.794Z Compiling usdt-macro v0.6.0
16612026-03-24T14:29:24.922Z Compiling ed25519 v2.2.3
16622026-03-24T14:29:25.558Z Compiling dtrace-parser v0.2.0
16632026-03-24T14:29:25.742Z Compiling itertools v0.12.1
16642026-03-24T14:29:25.764Z Compiling phf_shared v0.11.3
16652026-03-24T14:29:25.835Z Compiling bstr v1.12.1
16662026-03-24T14:29:25.993Z Compiling pkcs1 v0.7.5
16672026-03-24T14:29:26.012Z Compiling serde-big-array v0.5.1
16682026-03-24T14:29:26.111Z Compiling hex v0.4.3
16692026-03-24T14:29:26.186Z Compiling rfc6979 v0.4.0
16702026-03-24T14:29:26.379Z Compiling clap_derive v4.5.55
16712026-03-24T14:29:26.498Z Compiling serde_repr v0.1.20
16722026-03-24T14:29:26.583Z Compiling enum-as-inner v0.6.1
16732026-03-24T14:29:26.634Z Compiling strum_macros v0.26.4
16742026-03-24T14:29:26.763Z Compiling float-cmp v0.10.0
16752026-03-24T14:29:26.953Z Compiling memmap2 v0.9.10
16762026-03-24T14:29:27.185Z Compiling thread-id v4.2.2
16772026-03-24T14:29:27.236Z Compiling env_filter v1.0.0
16782026-03-24T14:29:27.255Z Compiling encoding_rs v0.8.35
16792026-03-24T14:29:27.291Z Compiling difflib v0.4.0
16802026-03-24T14:29:27.449Z Compiling fixedbitset v0.5.7
16812026-03-24T14:29:27.637Z Compiling static_assertions v1.1.0
16822026-03-24T14:29:27.730Z Compiling fixedbitset v0.4.2
16832026-03-24T14:29:27.849Z Compiling predicates-core v1.0.10
16842026-03-24T14:29:28.020Z Compiling whoami v2.1.0
16852026-03-24T14:29:28.063Z Compiling precomputed-hash v0.1.1
16862026-03-24T14:29:28.083Z Compiling jiff v0.2.21
16872026-03-24T14:29:28.175Z Compiling normalize-line-endings v0.3.0
16882026-03-24T14:29:28.298Z Compiling new_debug_unreachable v1.0.6
16892026-03-24T14:29:28.395Z Compiling data-encoding v2.10.0
16902026-03-24T14:29:28.522Z Compiling keccak v0.1.6
16912026-03-24T14:29:28.816Z Compiling rustc-hash v2.1.1
16922026-03-24T14:29:28.841Z Compiling mime v0.3.17
16932026-03-24T14:29:28.975Z Compiling unit-prefix v0.5.2
16942026-03-24T14:29:29.064Z Compiling strum v0.26.3
16952026-03-24T14:29:29.158Z Compiling indicatif v0.18.4
16962026-03-24T14:29:29.177Z Compiling toml_edit v0.22.27
16972026-03-24T14:29:29.226Z Compiling iddqd v0.3.17
16982026-03-24T14:29:29.299Z Compiling clap v4.5.60
16992026-03-24T14:29:29.354Z Compiling hickory-proto v0.25.2
17002026-03-24T14:29:29.399Z Compiling sha3 v0.10.8
17012026-03-24T14:29:29.631Z Compiling string_cache v0.8.9
17022026-03-24T14:29:29.924Z Compiling tokio-postgres v0.7.16
17032026-03-24T14:29:29.982Z Compiling predicates v3.1.4
17042026-03-24T14:29:30.325Z Compiling petgraph v0.6.5
17052026-03-24T14:29:30.747Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-24T14:29:30.865Z Compiling petgraph v0.8.3
17072026-03-24T14:29:32.396Z Compiling zip v4.6.1
17082026-03-24T14:29:32.922Z Compiling env_logger v0.11.9
17092026-03-24T14:29:33.046Z Compiling zone v0.3.1
17102026-03-24T14:29:33.399Z Compiling usdt-impl v0.5.0
17112026-03-24T14:29:33.526Z Compiling usdt v0.6.0
17122026-03-24T14:29:33.692Z Compiling serde_with v3.17.0
17132026-03-24T14:29:33.860Z Compiling similar v2.7.0
17142026-03-24T14:29:33.946Z Compiling ecdsa v0.16.9
17152026-03-24T14:29:33.968Z Compiling rsa v0.9.10
17162026-03-24T14:29:34.170Z Compiling crossterm v0.28.1
17172026-03-24T14:29:34.457Z Compiling ed25519-dalek v2.2.0
17182026-03-24T14:29:35.044Z Compiling zip v0.6.6
17192026-03-24T14:29:35.809Z Compiling toml v0.7.8
17202026-03-24T14:29:36.041Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T14:29:36.166Z Compiling itertools v0.13.0
17222026-03-24T14:29:36.395Z Compiling tokio-stream v0.1.18
17232026-03-24T14:29:36.489Z Compiling buf-list v1.1.2
17242026-03-24T14:29:36.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-24T14:29:36.854Z Compiling x509-cert v0.2.5
17262026-03-24T14:29:36.959Z Compiling openapiv3 v2.2.0
17272026-03-24T14:29:37.012Z Compiling sha1 v0.10.6
17282026-03-24T14:29:37.114Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T14:29:37.293Z Compiling peg-runtime v0.8.5
17302026-03-24T14:29:37.505Z Compiling lalrpop-util v0.19.12
17312026-03-24T14:29:37.670Z Compiling thread_local v1.1.9
17322026-03-24T14:29:37.747Z Compiling slog-async v2.8.0
17332026-03-24T14:29:37.915Z Compiling crossbeam-channel v0.5.15
17342026-03-24T14:29:38.027Z Compiling futures-executor v0.3.32
17352026-03-24T14:29:38.144Z Compiling filetime v0.2.27
17362026-03-24T14:29:38.182Z Compiling is-terminal v0.4.17
17372026-03-24T14:29:38.298Z Compiling term v1.2.1
17382026-03-24T14:29:38.359Z Compiling xattr v1.6.1
17392026-03-24T14:29:38.359Z Compiling take_mut v0.2.2
17402026-03-24T14:29:38.515Z Compiling tar v0.4.44
17412026-03-24T14:29:38.567Z Compiling futures v0.3.32
17422026-03-24T14:29:38.669Z Compiling slog-term v2.9.2
17432026-03-24T14:29:45.393Z Compiling rustls-webpki v0.103.9
17442026-03-24T14:29:49.429Z Compiling tokio-rustls v0.26.4
17452026-03-24T14:29:49.432Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T14:29:49.690Z Compiling hyper-rustls v0.27.7
17472026-03-24T14:29:49.954Z Compiling reqwest v0.13.2
17482026-03-24T14:29:49.954Z Compiling reqwest v0.12.28
17492026-03-24T14:29:52.999Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T14:29:53.271Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T14:29:57.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-24T14:29:57.231Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T14:29:57.293ZMar 24 14:29:56.197 INFO Starting download, target: Clickhouse
17542026-03-24T14:29:57.293ZMar 24 14:29:56.197 INFO Starting download, target: Cockroach
17552026-03-24T14:29:57.293ZMar 24 14:29:56.197 INFO Starting download, target: DendriteStub
17562026-03-24T14:29:57.293ZMar 24 14:29:56.197 INFO Starting download, target: Console
17572026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Starting download, target: TransceiverControl
17582026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Starting download, target: MaghemiteMgd
17592026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-24T14:29:57.297ZMar 24 14:29:56.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-24T14:29:57.674ZMar 24 14:29:56.577 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-24T14:29:58.069ZMar 24 14:29:56.969 INFO Download complete, target: TransceiverControl
17672026-03-24T14:29:58.315ZMar 24 14:29:57.212 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-24T14:29:58.713ZMar 24 14:29:57.614 INFO Download complete, target: Console
17692026-03-24T14:29:58.773ZMar 24 14:29:57.677 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-24T14:29:59.128ZMar 24 14:29:58.029 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-24T14:29:59.262ZMar 24 14:29:58.161 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-24T14:29:59.648ZMar 24 14:29:58.552 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-24T14:29:59.648ZMar 24 14:29:58.552 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-24T14:30:02.381ZMar 24 14:30:01.285 INFO Download complete, target: DendriteStub
17752026-03-24T14:30:02.690ZMar 24 14:30:01.595 INFO Download complete, target: MaghemiteMgd
17762026-03-24T14:30:07.224ZMar 24 14:30:06.130 INFO Checking that binary works, target: Cockroach
17772026-03-24T14:30:07.335ZMar 24 14:30:06.241 INFO Download complete, target: Cockroach
17782026-03-24T14:30:10.461ZMar 24 14:30:09.368 INFO Checking that binary works, target: Clickhouse
17792026-03-24T14:30:10.626ZMar 24 14:30:09.533 INFO Download complete, target: Clickhouse
17802026-03-24T14:30:10.644ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T14:30:10.647Z
17822026-03-24T14:30:10.647Zreal 4:05.278608677
17832026-03-24T14:30:10.647Zuser 10:22.950236441
17842026-03-24T14:30:10.647Zsys 1:47.211957968
17852026-03-24T14:30:10.647Ztrap 0.331261422
17862026-03-24T14:30:10.647Ztflt 0.736077551
17872026-03-24T14:30:10.648Zdflt 0.561792384
17882026-03-24T14:30:10.648Zkflt 0.020295703
17892026-03-24T14:30:10.648Zlock 30:45.043230704
17902026-03-24T14:30:10.648Zslp 29:21.831926733
17912026-03-24T14:30:10.648Zlat 57.788718225
17922026-03-24T14:30:10.648Zstop 2:38.741148876
17932026-03-24T14:30:10.648Z+ banner clippy
17942026-03-24T14:30:10.648Z
17952026-03-24T14:30:10.648Z #### # # ##### ##### # #
17962026-03-24T14:30:10.648Z # # # # # # # # # #
17972026-03-24T14:30:10.648Z # # # # # # # #
17982026-03-24T14:30:10.648Z # # # ##### ##### #
17992026-03-24T14:30:10.648Z # # # # # # #
18002026-03-24T14:30:10.648Z #### ###### # # # #
18012026-03-24T14:30:10.648Z
18022026-03-24T14:30:10.648Z+ export CARGO_INCREMENTAL=0
18032026-03-24T14:30:10.648Z+ CARGO_INCREMENTAL=0
18042026-03-24T14:30:10.648Z+ ptime -m cargo xtask clippy
18052026-03-24T14:30:11.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T14:30:11.656Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T14:30:14.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18082026-03-24T14:30:14.257Z Running `target/debug/xtask clippy`
18092026-03-24T14:30:14.285Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-24T14:30:15.077Z Downloading crates ...
18112026-03-24T14:30:15.337Z Downloaded async-object-pool v0.2.0
18122026-03-24T14:30:15.357Z Downloaded target-spec v3.5.7
18132026-03-24T14:30:15.360Z Downloaded addr2line v0.25.1
18142026-03-24T14:30:15.360Z Downloaded anes v0.1.6
18152026-03-24T14:30:15.363Z Downloaded guppy-workspace-hack v0.1.0
18162026-03-24T14:30:15.366Z Downloaded relative-path v1.9.3
18172026-03-24T14:30:15.369Z Downloaded similar-asserts v1.7.0
18182026-03-24T14:30:15.372Z Downloaded linkme-impl v0.3.35
18192026-03-24T14:30:15.372Z Downloaded parking v2.2.1
18202026-03-24T14:30:15.375Z Downloaded backtrace-ext v0.2.1
18212026-03-24T14:30:15.375Z Downloaded partial-io v0.5.4
18222026-03-24T14:30:15.378Z Downloaded target-triple v1.0.0
18232026-03-24T14:30:15.387Z Downloaded supports-color v2.1.0
18242026-03-24T14:30:15.390Z Downloaded cfg-expr v0.20.6
18252026-03-24T14:30:15.394Z Downloaded supports-hyperlinks v2.1.0
18262026-03-24T14:30:15.397Z Downloaded knuffel-derive v3.2.0
18272026-03-24T14:30:15.404Z Downloaded cast v0.3.0
18282026-03-24T14:30:15.407Z Downloaded nested v0.1.1
18292026-03-24T14:30:15.410Z Downloaded path-tree v0.8.3
18302026-03-24T14:30:15.410Z Downloaded libtest-mimic v0.8.1
18312026-03-24T14:30:15.410Z Downloaded approx v0.5.1
18322026-03-24T14:30:15.413Z Downloaded rust-argon2 v2.1.0
18332026-03-24T14:30:15.416Z Downloaded criterion-plot v0.6.0
18342026-03-24T14:30:15.416Z Downloaded httptest v0.16.4
18352026-03-24T14:30:15.420Z Downloaded blake2b_simd v1.0.4
18362026-03-24T14:30:15.423Z Downloaded supports-unicode v2.1.0
18372026-03-24T14:30:15.426Z Downloaded assert-json-diff v2.0.2
18382026-03-24T14:30:15.429Z Downloaded serde_regex v1.1.0
18392026-03-24T14:30:15.429Z Downloaded constant_time_eq v0.3.1
18402026-03-24T14:30:15.429Z Downloaded plotters-backend v0.3.7
18412026-03-24T14:30:15.432Z Downloaded knuffel v3.2.0
18422026-03-24T14:30:15.447Z Downloaded plotters-svg v0.3.7
18432026-03-24T14:30:15.450Z Downloaded terminal_size v0.1.17
18442026-03-24T14:30:15.450Z Downloaded escape8259 v0.5.3
18452026-03-24T14:30:15.450Z Downloaded cargo-platform v0.3.2
18462026-03-24T14:30:15.453Z Downloaded pathdiff v0.2.3
18472026-03-24T14:30:15.457Z Downloaded miette-derive v5.10.0
18482026-03-24T14:30:15.461Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18492026-03-24T14:30:15.464Z Downloaded cargo_metadata v0.23.1
18502026-03-24T14:30:15.464Z Downloaded stringmetrics v2.2.2
18512026-03-24T14:30:15.467Z Downloaded event-listener-strategy v0.5.4
18522026-03-24T14:30:15.470Z Downloaded owo-colors v3.5.0
18532026-03-24T14:30:15.473Z Downloaded rstest_macros v0.25.0
18542026-03-24T14:30:15.473Z Downloaded rstest v0.25.0
18552026-03-24T14:30:15.477Z Downloaded datatest-stable v0.3.3
18562026-03-24T14:30:15.480Z Downloaded concurrent-queue v2.5.0
18572026-03-24T14:30:15.483Z Downloaded termcolor v1.4.1
18582026-03-24T14:30:15.483Z Downloaded assert_cmd v2.1.2
18592026-03-24T14:30:15.486Z Downloaded linkme v0.3.35
18602026-03-24T14:30:15.486Z Downloaded futures-timer v3.0.3
18612026-03-24T14:30:15.489Z Downloaded target-lexicon v0.13.3
18622026-03-24T14:30:15.492Z Downloaded rustc-demangle v0.1.27
18632026-03-24T14:30:15.492Z Downloaded event-listener v5.4.1
18642026-03-24T14:30:15.494Z Downloaded chumsky v0.9.3
18652026-03-24T14:30:15.495Z Downloaded async-lock v3.4.2
18662026-03-24T14:30:15.497Z Downloaded oorandom v11.1.5
18672026-03-24T14:30:15.500Z Downloaded trybuild v1.0.116
18682026-03-24T14:30:15.505Z Downloaded tinytemplate v1.2.1
18692026-03-24T14:30:15.508Z Downloaded textwrap v0.15.2
18702026-03-24T14:30:15.511Z Downloaded rand_distr v0.5.1
18712026-03-24T14:30:15.514Z Downloaded hashbrown v0.14.5
18722026-03-24T14:30:15.517Z Downloaded toml v1.0.3+spec-1.1.0
18732026-03-24T14:30:15.520Z Downloaded criterion v0.7.0
18742026-03-24T14:30:15.538Z Downloaded fancy-regex v0.14.0
18752026-03-24T14:30:15.541Z Downloaded miette v5.10.0
18762026-03-24T14:30:15.544Z Downloaded backtrace v0.3.76
18772026-03-24T14:30:15.550Z Downloaded guppy v0.17.25
18782026-03-24T14:30:15.554Z Downloaded plotters v0.3.7
18792026-03-24T14:30:15.576Z Downloaded gimli v0.32.3
18802026-03-24T14:30:15.693Z Downloaded httpmock v0.8.3
18812026-03-24T14:30:17.871Z Checking cfg-if v1.0.4
18822026-03-24T14:30:18.286Z Checking libc v0.2.180
18832026-03-24T14:30:18.289Z Checking serde_core v1.0.228
18842026-03-24T14:30:18.381Z Checking memchr v2.8.0
18852026-03-24T14:30:18.430Z Checking smallvec v1.15.1
18862026-03-24T14:30:18.478Z Checking itoa v1.0.17
18872026-03-24T14:30:18.526Z Checking log v0.4.29
18882026-03-24T14:30:18.582Z Checking zeroize v1.8.2
18892026-03-24T14:30:18.585Z Checking libm v0.2.16
18902026-03-24T14:30:18.722Z Checking scopeguard v1.2.0
18912026-03-24T14:30:18.725Z Checking stable_deref_trait v1.2.1
18922026-03-24T14:30:18.822Z Checking zmij v1.0.21
18932026-03-24T14:30:18.874Z Checking zerofrom v0.1.6
18942026-03-24T14:30:18.924Z Checking errno v0.3.14
18952026-03-24T14:30:18.924Z Checking getrandom v0.2.17
18962026-03-24T14:30:19.015Z Checking lock_api v0.4.14
18972026-03-24T14:30:19.062Z Checking yoke v0.8.1
18982026-03-24T14:30:19.113Z Checking percent-encoding v2.3.2
18992026-03-24T14:30:19.161Z Checking writeable v0.6.2
19002026-03-24T14:30:19.164Z Checking litemap v0.8.1
19012026-03-24T14:30:19.254Z Checking icu_normalizer_data v2.1.1
19022026-03-24T14:30:19.315Z Checking icu_properties_data v2.1.2
19032026-03-24T14:30:19.318Z Checking zerovec v0.11.5
19042026-03-24T14:30:19.318Z Checking zerotrie v0.2.3
19052026-03-24T14:30:19.452Z Checking form_urlencoded v1.2.2
19062026-03-24T14:30:19.499Z Checking utf8_iter v1.0.4
19072026-03-24T14:30:19.502Z Checking subtle v2.6.1
19082026-03-24T14:30:19.594Z Checking rand_core v0.10.0
19092026-03-24T14:30:19.644Z Checking rand_core v0.6.4
19102026-03-24T14:30:19.691Z Checking portable-atomic v1.13.1
19112026-03-24T14:30:19.695Z Checking num-traits v0.2.19
19122026-03-24T14:30:19.784Z Checking pin-project-lite v0.2.17
19132026-03-24T14:30:19.788Z Checking zerocopy v0.8.40
19142026-03-24T14:30:19.875Z Checking getrandom v0.4.1
19152026-03-24T14:30:19.923Z Checking critical-section v1.2.0
19162026-03-24T14:30:19.976Z Checking tinystr v0.8.2
19172026-03-24T14:30:20.025Z Checking potential_utf v0.1.4
19182026-03-24T14:30:20.089Z Checking parking_lot_core v0.9.12
19192026-03-24T14:30:20.146Z Checking signal-hook-registry v1.4.8
19202026-03-24T14:30:20.224Z Checking icu_collections v2.1.1
19212026-03-24T14:30:20.273Z Checking icu_locale_core v2.1.1
19222026-03-24T14:30:20.322Z Checking once_cell v1.21.3
19232026-03-24T14:30:20.370Z Checking parking_lot v0.12.5
19242026-03-24T14:30:20.419Z Checking mio v1.1.1
19252026-03-24T14:30:20.543Z Checking serde v1.0.228
19262026-03-24T14:30:20.593Z Checking serde_json v1.0.149
19272026-03-24T14:30:20.596Z Checking bitflags v2.11.0
19282026-03-24T14:30:20.690Z Checking typenum v1.19.0
19292026-03-24T14:30:20.743Z Checking iana-time-zone v0.1.65
19302026-03-24T14:30:20.841Z Checking socket2 v0.6.2
19312026-03-24T14:30:20.902Z Checking uuid v1.21.0
19322026-03-24T14:30:20.951Z Checking semver v1.0.27
19332026-03-24T14:30:21.066Z Checking icu_provider v2.1.1
19342026-03-24T14:30:21.137Z Checking bytes v1.11.1
19352026-03-24T14:30:21.198Z Checking chrono v0.4.44
19362026-03-24T14:30:21.259Z Checking thiserror v2.0.18
19372026-03-24T14:30:21.361Z Checking allocator-api2 v0.2.21
19382026-03-24T14:30:21.412Z Checking icu_properties v2.1.2
19392026-03-24T14:30:21.459Z Checking icu_normalizer v2.1.1
19402026-03-24T14:30:21.462Z Checking generic-array v0.14.7
19412026-03-24T14:30:21.608Z Checking futures-core v0.3.32
19422026-03-24T14:30:21.774Z Checking tokio v1.49.0
19432026-03-24T14:30:21.830Z Checking dyn-clone v1.0.20
19442026-03-24T14:30:21.885Z Checking equivalent v1.0.2
19452026-03-24T14:30:21.953Z Checking const-oid v0.9.6
19462026-03-24T14:30:22.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-24T14:30:22.063Z Checking foldhash v0.2.0
19482026-03-24T14:30:22.164Z Checking crypto-common v0.1.7
19492026-03-24T14:30:22.292Z Checking hashbrown v0.16.1
19502026-03-24T14:30:22.387Z Checking block-buffer v0.10.4
19512026-03-24T14:30:22.433Z Checking futures-sink v0.3.32
19522026-03-24T14:30:22.482Z Checking byteorder v1.5.0
19532026-03-24T14:30:22.588Z Checking idna_adapter v1.2.1
19542026-03-24T14:30:22.635Z Checking futures-channel v0.3.32
19552026-03-24T14:30:22.638Z Checking rustix v1.1.3
19562026-03-24T14:30:22.772Z Checking idna v1.1.0
19572026-03-24T14:30:22.776Z Checking futures-task v0.3.32
19582026-03-24T14:30:22.919Z Checking futures-io v0.3.32
19592026-03-24T14:30:23.006Z Checking digest v0.10.7
19602026-03-24T14:30:23.009Z Checking slab v0.4.12
19612026-03-24T14:30:23.098Z Checking cpufeatures v0.2.17
19622026-03-24T14:30:23.101Z Checking indexmap v2.13.0
19632026-03-24T14:30:23.187Z Checking url v2.5.8
19642026-03-24T14:30:23.262Z Checking thiserror v1.0.69
19652026-03-24T14:30:23.310Z Checking futures-util v0.3.32
19662026-03-24T14:30:23.313Z Checking getrandom v0.3.4
19672026-03-24T14:30:23.420Z Checking fnv v1.0.7
19682026-03-24T14:30:23.569Z Checking regex-syntax v0.8.10
19692026-03-24T14:30:23.573Z Checking base64 v0.22.1
19702026-03-24T14:30:23.815Z Checking schemars v0.8.22
19712026-03-24T14:30:23.864Z Checking ppv-lite86 v0.2.21
19722026-03-24T14:30:23.912Z Checking http v1.4.0
19732026-03-24T14:30:23.959Z Checking tracing-core v0.1.36
19742026-03-24T14:30:24.006Z Checking unicode-ident v1.0.24
19752026-03-24T14:30:24.179Z Checking ipnet v2.11.0
19762026-03-24T14:30:24.310Z Checking proc-macro2 v1.0.106
19772026-03-24T14:30:24.396Z Checking tracing v0.1.44
19782026-03-24T14:30:24.555Z Checking anstyle v1.0.13
19792026-03-24T14:30:24.691Z Checking utf8parse v0.2.2
19802026-03-24T14:30:24.739Z Checking untrusted v0.9.0
19812026-03-24T14:30:24.786Z Checking quote v1.0.44
19822026-03-24T14:30:24.789Z Checking aho-corasick v1.1.4
19832026-03-24T14:30:24.880Z Checking base64ct v1.8.3
19842026-03-24T14:30:24.883Z Checking anstyle-parse v0.2.7
19852026-03-24T14:30:24.969Z Checking ring v0.17.14
19862026-03-24T14:30:25.045Z Checking syn v2.0.117
19872026-03-24T14:30:25.150Z Checking is_terminal_polyfill v1.70.2
19882026-03-24T14:30:25.219Z Checking colorchoice v1.0.4
19892026-03-24T14:30:25.297Z Checking anstyle-query v1.1.5
19902026-03-24T14:30:25.377Z Checking block-padding v0.3.3
19912026-03-24T14:30:25.426Z Checking rustls-pki-types v1.14.0
19922026-03-24T14:30:25.471Z Checking anstream v0.6.21
19932026-03-24T14:30:25.582Z Checking httparse v1.10.1
19942026-03-24T14:30:25.763Z Checking inout v0.1.4
19952026-03-24T14:30:25.819Z Checking regex-automata v0.4.14
19962026-03-24T14:30:25.867Z Checking terminal_size v0.4.3
19972026-03-24T14:30:25.952Z Checking crossbeam-utils v0.8.21
19982026-03-24T14:30:26.003Z Checking cipher v0.4.4
19992026-03-24T14:30:26.006Z Checking strsim v0.11.1
20002026-03-24T14:30:26.097Z Checking clap_lex v1.0.0
20012026-03-24T14:30:26.101Z Checking tokio-util v0.7.18
20022026-03-24T14:30:26.287Z Checking http-body v1.0.1
20032026-03-24T14:30:26.336Z Checking clap_builder v4.5.60
20042026-03-24T14:30:26.339Z Checking rand_core v0.9.5
20052026-03-24T14:30:26.430Z Checking sha2 v0.10.9
20062026-03-24T14:30:26.433Z Checking atomic-waker v1.1.2
20072026-03-24T14:30:26.522Z Checking pem-rfc7468 v0.7.0
20082026-03-24T14:30:26.632Z Checking try-lock v0.2.5
20092026-03-24T14:30:26.678Z Checking httpdate v1.0.3
20102026-03-24T14:30:26.755Z Checking hmac v0.12.1
20112026-03-24T14:30:26.803Z Checking want v0.3.1
20122026-03-24T14:30:26.850Z Checking ryu v1.0.23
20132026-03-24T14:30:26.897Z Checking tower-service v0.3.3
20142026-03-24T14:30:26.957Z Checking tower-layer v0.3.3
20152026-03-24T14:30:27.006Z Checking pin-utils v0.1.0
20162026-03-24T14:30:27.010Z Checking h2 v0.4.13
20172026-03-24T14:30:27.098Z Checking rand_chacha v0.9.0
20182026-03-24T14:30:27.143Z Checking erased-serde v0.3.31
20192026-03-24T14:30:27.146Z Checking flagset v0.4.7
20202026-03-24T14:30:27.237Z Checking powerfmt v0.2.0
20212026-03-24T14:30:27.380Z Checking der v0.7.10
20222026-03-24T14:30:27.425Z Checking rand v0.9.2
20232026-03-24T14:30:27.472Z Checking deranged v0.5.8
20242026-03-24T14:30:27.754Z Checking slog v2.8.2
20252026-03-24T14:30:28.018Z Checking clap v4.5.60
20262026-03-24T14:30:28.088Z Checking spin v0.9.8
20272026-03-24T14:30:28.146Z Checking anyhow v1.0.102
20282026-03-24T14:30:28.195Z Checking num-conv v0.2.0
20292026-03-24T14:30:28.310Z Checking num_threads v0.1.7
20302026-03-24T14:30:28.360Z Checking time-core v0.1.8
20312026-03-24T14:30:28.364Z Checking http-body-util v0.1.3
20322026-03-24T14:30:28.456Z Checking aws-lc-sys v0.37.1
20332026-03-24T14:30:28.459Z Checking untrusted v0.7.1
20342026-03-24T14:30:28.542Z Checking openssl-probe v0.2.1
20352026-03-24T14:30:28.545Z Checking regex v1.12.3
20362026-03-24T14:30:28.652Z Checking serde_urlencoded v0.7.1
20372026-03-24T14:30:28.703Z Checking rand_chacha v0.3.1
20382026-03-24T14:30:28.706Z Checking fastrand v2.3.0
20392026-03-24T14:30:28.797Z Checking spki v0.7.3
20402026-03-24T14:30:28.800Z Checking time v0.3.47
20412026-03-24T14:30:28.964Z Checking pbkdf2 v0.12.2
20422026-03-24T14:30:29.016Z Checking rand v0.8.5
20432026-03-24T14:30:29.020Z Checking aes v0.8.4
20442026-03-24T14:30:29.063Z Checking pretty-hex v0.4.1
20452026-03-24T14:30:29.154Z Checking unicode-width v0.2.0
20462026-03-24T14:30:29.158Z Checking salsa20 v0.10.2
20472026-03-24T14:30:29.246Z Checking aws-lc-rs v1.16.0
20482026-03-24T14:30:29.295Z Checking cbc v0.1.2
20492026-03-24T14:30:29.400Z Checking ipnetwork v0.21.1
20502026-03-24T14:30:29.488Z Checking hex v0.4.3
20512026-03-24T14:30:29.535Z Checking scrypt v0.11.0
20522026-03-24T14:30:29.618Z Checking tempfile v3.25.0
20532026-03-24T14:30:29.715Z Checking rustls-native-certs v0.8.3
20542026-03-24T14:30:29.764Z Checking sync_wrapper v1.0.2
20552026-03-24T14:30:29.768Z Checking plain v0.2.3
20562026-03-24T14:30:29.856Z Checking pkcs5 v0.7.1
20572026-03-24T14:30:29.905Z Checking webpki-roots v1.0.6
20582026-03-24T14:30:29.951Z Checking camino v1.2.2
20592026-03-24T14:30:29.954Z Checking tower v0.5.3
20602026-03-24T14:30:30.042Z Checking ucd-trie v0.1.7
20612026-03-24T14:30:30.091Z Checking iri-string v0.7.10
20622026-03-24T14:30:30.220Z Checking pkcs8 v0.10.2
20632026-03-24T14:30:30.269Z Checking pest v2.8.6
20642026-03-24T14:30:30.334Z Checking openapiv3 v2.2.0
20652026-03-24T14:30:30.409Z Checking rustls-webpki v0.103.9
20662026-03-24T14:30:30.458Z Checking mime v0.3.17
20672026-03-24T14:30:30.505Z Checking either v1.15.0
20682026-03-24T14:30:30.554Z Checking winnow v0.7.14
20692026-03-24T14:30:30.656Z Checking hyper v1.8.1
20702026-03-24T14:30:30.715Z Checking oxnet v0.1.4
20712026-03-24T14:30:30.785Z Checking lazy_static v1.5.0
20722026-03-24T14:30:30.939Z Checking static_assertions v1.1.0
20732026-03-24T14:30:31.001Z Checking rustls v0.23.37
20742026-03-24T14:30:31.057Z Checking signature v2.2.0
20752026-03-24T14:30:31.104Z Checking encoding_rs v0.8.35
20762026-03-24T14:30:31.253Z Checking foreign-types-shared v0.1.1
20772026-03-24T14:30:31.392Z Checking simd-adler32 v0.3.8
20782026-03-24T14:30:31.566Z Checking tower-http v0.6.8
20792026-03-24T14:30:31.652Z Checking foreign-types v0.3.2
20802026-03-24T14:30:31.763Z Checking hubpack v0.1.2
20812026-03-24T14:30:31.810Z Checking openssl-sys v0.9.111
20822026-03-24T14:30:31.904Z Checking hyper-util v0.1.20
20832026-03-24T14:30:31.971Z Checking adler2 v2.0.1
20842026-03-24T14:30:32.019Z Checking sha1 v0.10.6
20852026-03-24T14:30:32.130Z Checking strum v0.26.3
20862026-03-24T14:30:32.180Z Checking miniz_oxide v0.8.9
20872026-03-24T14:30:32.228Z Checking data-encoding v2.10.0
20882026-03-24T14:30:32.275Z Checking tinyvec_macros v0.1.1
20892026-03-24T14:30:32.325Z Checking toml_datetime v0.6.11
20902026-03-24T14:30:32.399Z Checking tinyvec v1.10.0
20912026-03-24T14:30:32.447Z Checking serde_spanned v0.6.9
20922026-03-24T14:30:32.499Z Checking openssl v0.10.75
20932026-03-24T14:30:32.592Z Checking num-integer v0.1.46
20942026-03-24T14:30:32.641Z Checking scroll v0.13.0
20952026-03-24T14:30:32.646Z Checking memmap2 v0.9.10
20962026-03-24T14:30:32.732Z Checking bit-vec v0.8.0
20972026-03-24T14:30:32.845Z Checking base16ct v0.2.0
20982026-03-24T14:30:32.924Z Checking dtrace-parser v0.3.0
20992026-03-24T14:30:32.927Z Checking crossbeam-epoch v0.9.18
21002026-03-24T14:30:33.019Z Checking bit-set v0.8.0
21012026-03-24T14:30:33.023Z Checking goblin v0.10.5
21022026-03-24T14:30:33.109Z Checking sec1 v0.7.3
21032026-03-24T14:30:33.239Z Checking crc32fast v1.5.0
21042026-03-24T14:30:33.288Z Checking ff v0.13.1
21052026-03-24T14:30:33.335Z Checking wait-timeout v0.2.1
21062026-03-24T14:30:33.416Z Checking thread-id v5.1.0
21072026-03-24T14:30:33.465Z Checking num-iter v0.1.45
21082026-03-24T14:30:33.513Z Checking group v0.13.0
21092026-03-24T14:30:33.561Z Checking bstr v1.12.1
21102026-03-24T14:30:33.564Z Checking hkdf v0.12.4
21112026-03-24T14:30:33.655Z Checking ahash v0.8.12
21122026-03-24T14:30:33.658Z Checking crypto-bigint v0.5.5
21132026-03-24T14:30:33.748Z Checking psl-types v2.0.11
21142026-03-24T14:30:33.813Z Checking quick-error v1.2.3
21152026-03-24T14:30:33.935Z Checking publicsuffix v2.3.0
21162026-03-24T14:30:33.984Z Checking rusty-fork v0.3.1
21172026-03-24T14:30:33.987Z Checking cookie v0.18.1
21182026-03-24T14:30:34.149Z Checking rand_xorshift v0.4.0
21192026-03-24T14:30:34.198Z Checking scroll v0.12.0
21202026-03-24T14:30:34.245Z Checking unarray v0.1.4
21212026-03-24T14:30:34.292Z Checking tokio-rustls v0.26.4
21222026-03-24T14:30:34.340Z Checking rustls-platform-verifier v0.6.2
21232026-03-24T14:30:34.386Z Checking cookie_store v0.22.1
21242026-03-24T14:30:34.432Z Checking proptest v1.10.0
21252026-03-24T14:30:34.528Z Checking goblin v0.8.2
21262026-03-24T14:30:34.575Z Checking num-bigint-dig v0.8.6
21272026-03-24T14:30:34.623Z Checking hyper-rustls v0.27.7
21282026-03-24T14:30:34.855Z Checking pkcs1 v0.7.5
21292026-03-24T14:30:34.918Z Checking x509-cert v0.2.5
21302026-03-24T14:30:35.048Z Checking elliptic-curve v0.13.8
21312026-03-24T14:30:35.173Z Checking zerocopy v0.7.35
21322026-03-24T14:30:35.376Z Checking native-tls v0.2.18
21332026-03-24T14:30:35.490Z Checking unicode-segmentation v1.12.0
21342026-03-24T14:30:35.638Z Checking tokio-native-tls v0.3.1
21352026-03-24T14:30:35.742Z Checking zlib-rs v0.6.2
21362026-03-24T14:30:35.835Z Checking rsa v0.9.10
21372026-03-24T14:30:35.887Z Checking hyper-tls v0.6.0
21382026-03-24T14:30:35.934Z Checking reqwest v0.13.2
21392026-03-24T14:30:35.980Z Checking crossbeam-deque v0.8.6
21402026-03-24T14:30:36.132Z Checking reqwest v0.12.28
21412026-03-24T14:30:36.240Z Checking dtrace-parser v0.2.0
21422026-03-24T14:30:36.287Z Checking dof v0.4.0
21432026-03-24T14:30:36.482Z Checking rfc6979 v0.4.0
21442026-03-24T14:30:36.582Z Checking thread-id v4.2.2
21452026-03-24T14:30:36.661Z Checking toml_write v0.1.2
21462026-03-24T14:30:36.718Z Checking ecdsa v0.16.9
21472026-03-24T14:30:36.914Z Checking toml_edit v0.22.27
21482026-03-24T14:30:36.964Z Checking newtype-uuid v1.3.2
21492026-03-24T14:30:37.011Z Checking flate2 v1.1.9
21502026-03-24T14:30:37.091Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-24T14:30:37.174Z Checking dof v0.3.0
21522026-03-24T14:30:37.223Z Checking usdt-impl v0.6.0
21532026-03-24T14:30:37.227Z Checking curve25519-dalek v4.1.3
21542026-03-24T14:30:37.315Z Checking memoffset v0.9.1
21552026-03-24T14:30:37.319Z Checking rustix v0.38.44
21562026-03-24T14:30:37.448Z Checking env_filter v1.0.0
21572026-03-24T14:30:37.452Z Checking keccak v0.1.6
21582026-03-24T14:30:37.558Z Checking daft v0.1.5
21592026-03-24T14:30:37.609Z Checking usdt-impl v0.5.0
21602026-03-24T14:30:37.612Z Checking usdt v0.6.0
21612026-03-24T14:30:37.700Z Checking env_logger v0.11.9
21622026-03-24T14:30:37.747Z Checking sha3 v0.10.8
21632026-03-24T14:30:37.890Z Checking ed25519 v2.2.3
21642026-03-24T14:30:37.937Z Checking itertools v0.13.0
21652026-03-24T14:30:37.984Z Checking serde_with v3.17.0
21662026-03-24T14:30:38.030Z Checking siphasher v1.0.2
21672026-03-24T14:30:38.076Z Checking bitflags v1.3.2
21682026-03-24T14:30:38.153Z Checking unicode-normalization v0.1.25
21692026-03-24T14:30:38.205Z Checking signal-hook v0.3.18
21702026-03-24T14:30:38.271Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-24T14:30:38.341Z Checking ed25519-dalek v2.2.0
21722026-03-24T14:30:38.428Z Checking managed v0.8.0
21732026-03-24T14:30:38.481Z Checking winnow v0.5.40
21742026-03-24T14:30:38.534Z Checking nix v0.31.1
21752026-03-24T14:30:38.582Z Checking rayon-core v1.13.0
21762026-03-24T14:30:38.687Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-24T14:30:38.736Z Checking object v0.37.3
21782026-03-24T14:30:38.739Z Checking foldhash v0.1.5
21792026-03-24T14:30:38.844Z Checking bzip2 v0.4.4
21802026-03-24T14:30:38.995Z Checking hashbrown v0.15.5
21812026-03-24T14:30:39.053Z Checking signal-hook-mio v0.2.5
21822026-03-24T14:30:39.101Z Checking ref-cast v1.0.25
21832026-03-24T14:30:39.217Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-24T14:30:39.264Z Checking zip v0.6.6
21852026-03-24T14:30:39.395Z Checking zstd-safe v7.2.4
21862026-03-24T14:30:39.442Z Checking bumpalo v3.20.2
21872026-03-24T14:30:39.644Z Checking libbz2-rs-sys v0.2.2
21882026-03-24T14:30:39.691Z Checking zstd v0.13.3
21892026-03-24T14:30:39.739Z Checking zopfli v0.8.3
21902026-03-24T14:30:39.742Z Checking crossterm v0.28.1
21912026-03-24T14:30:39.976Z Checking rayon v1.11.0
21922026-03-24T14:30:40.026Z Checking similar v2.7.0
21932026-03-24T14:30:40.029Z Checking fs-err v3.3.0
21942026-03-24T14:30:40.119Z Checking toml_edit v0.19.15
21952026-03-24T14:30:40.199Z Checking bzip2 v0.6.1
21962026-03-24T14:30:40.247Z Checking hash32 v0.2.1
21972026-03-24T14:30:40.444Z Checking serde-big-array v0.5.1
21982026-03-24T14:30:40.493Z Checking unicode-bidi v0.3.18
21992026-03-24T14:30:40.496Z Checking unicode-properties v0.1.4
22002026-03-24T14:30:40.585Z Checking jiff v0.2.21
22012026-03-24T14:30:40.646Z Checking predicates-core v1.0.10
22022026-03-24T14:30:40.779Z Checking heapless v0.7.17
22032026-03-24T14:30:40.828Z Checking hickory-proto v0.25.2
22042026-03-24T14:30:40.875Z Checking tokio-stream v0.1.18
22052026-03-24T14:30:40.923Z Checking stringprep v0.1.5
22062026-03-24T14:30:41.161Z Checking md-5 v0.10.6
22072026-03-24T14:30:41.368Z Checking float-cmp v0.10.0
22082026-03-24T14:30:41.371Z Checking normalize-line-endings v0.3.0
22092026-03-24T14:30:41.464Z Checking rustc-hash v2.1.1
22102026-03-24T14:30:41.548Z Checking toml v0.7.8
22112026-03-24T14:30:41.596Z Checking fallible-iterator v0.2.0
22122026-03-24T14:30:41.599Z Checking difflib v0.4.0
22132026-03-24T14:30:41.687Z Checking iddqd v0.3.17
22142026-03-24T14:30:41.859Z Checking predicates v3.1.4
22152026-03-24T14:30:42.006Z Checking smoltcp v0.9.1
22162026-03-24T14:30:42.056Z Checking postgres-protocol v0.6.10
22172026-03-24T14:30:42.059Z Checking phf_shared v0.11.3
22182026-03-24T14:30:42.059Z Checking phf_shared v0.13.1
22192026-03-24T14:30:42.286Z Checking itertools v0.12.1
22202026-03-24T14:30:42.366Z Checking console v0.16.2
22212026-03-24T14:30:42.413Z Checking buf-list v1.1.2
22222026-03-24T14:30:42.496Z Checking strum v0.27.2
22232026-03-24T14:30:42.670Z Checking unit-prefix v0.5.2
22242026-03-24T14:30:42.716Z Checking precomputed-hash v0.1.1
22252026-03-24T14:30:42.798Z Checking fixedbitset v0.4.2
22262026-03-24T14:30:42.850Z Checking new_debug_unreachable v1.0.6
22272026-03-24T14:30:42.853Z Checking lalrpop-util v0.19.12
22282026-03-24T14:30:42.940Z Checking fixedbitset v0.5.7
22292026-03-24T14:30:42.943Z Checking indicatif v0.18.4
22302026-03-24T14:30:43.032Z Checking string_cache v0.8.9
22312026-03-24T14:30:43.035Z Checking petgraph v0.6.5
22322026-03-24T14:30:43.130Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-24T14:30:43.227Z Checking petgraph v0.8.3
22342026-03-24T14:30:43.278Z Checking postgres-types v0.2.12
22352026-03-24T14:30:43.511Z Checking phf v0.13.1
22362026-03-24T14:30:43.707Z Checking zone v0.3.1
22372026-03-24T14:30:43.759Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-24T14:30:43.762Z Checking zip v4.6.1
22392026-03-24T14:30:43.762Z Checking peg-runtime v0.8.5
22402026-03-24T14:30:44.068Z Checking whoami v2.1.0
22412026-03-24T14:30:44.225Z Checking futures-executor v0.3.32
22422026-03-24T14:30:44.291Z Checking is-terminal v0.4.17
22432026-03-24T14:30:44.356Z Checking tokio-postgres v0.7.16
22442026-03-24T14:30:44.441Z Checking crossbeam-channel v0.5.15
22452026-03-24T14:30:44.444Z Checking futures v0.3.32
22462026-03-24T14:30:44.602Z Compiling structmeta-derive v0.3.0
22472026-03-24T14:30:44.651Z Checking thread_local v1.1.9
22482026-03-24T14:30:44.654Z Checking take_mut v0.2.2
22492026-03-24T14:30:44.843Z Checking term v1.2.1
22502026-03-24T14:30:44.889Z Compiling newtype-uuid-macros v0.1.0
22512026-03-24T14:30:44.936Z Checking regress v0.10.5
22522026-03-24T14:30:44.940Z Checking slog-async v2.8.0
22532026-03-24T14:30:45.161Z Checking slog-term v2.9.2
22542026-03-24T14:30:45.236Z Compiling rustls v0.22.4
22552026-03-24T14:30:45.452Z Compiling multer v3.1.0
22562026-03-24T14:30:45.546Z Compiling async-stream-impl v0.3.6
22572026-03-24T14:30:45.608Z Compiling dropshot v0.16.7
22582026-03-24T14:30:45.829Z Compiling dropshot_endpoint v0.16.7
22592026-03-24T14:30:45.929Z Checking match_cfg v0.1.0
22602026-03-24T14:30:45.990Z Checking slog-json v2.6.1
22612026-03-24T14:30:46.040Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-24T14:30:46.087Z Checking hostname v0.3.1
22632026-03-24T14:30:46.090Z Compiling structmeta v0.3.0
22642026-03-24T14:30:46.231Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-24T14:30:46.292Z Checking slog-bunyan v2.5.0
22662026-03-24T14:30:46.348Z Checking debug-ignore v1.0.5
22672026-03-24T14:30:46.398Z Checking serde_spanned v1.0.4
22682026-03-24T14:30:46.402Z Compiling derive-ex v0.1.8
22692026-03-24T14:30:46.490Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-24T14:30:46.537Z Checking progenitor-client v0.13.0
22712026-03-24T14:30:46.584Z Checking rustls-webpki v0.102.8
22722026-03-24T14:30:46.641Z Checking serde_path_to_error v0.1.20
22732026-03-24T14:30:46.760Z Checking toml v0.9.12+spec-1.1.0
22742026-03-24T14:30:46.810Z Checking async-stream v0.3.6
22752026-03-24T14:30:46.912Z Checking waitgroup v0.1.2
22762026-03-24T14:30:47.005Z Checking rustls-pemfile v2.2.0
22772026-03-24T14:30:47.053Z Checking hostname v0.4.2
22782026-03-24T14:30:47.101Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-24T14:30:47.194Z Compiling parse-display-derive v0.10.0
22802026-03-24T14:30:47.241Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-24T14:30:47.245Z Checking itertools v0.14.0
22822026-03-24T14:30:47.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-24T14:30:47.457Z Checking macaddr v1.0.1
22842026-03-24T14:30:47.604Z Checking progenitor-client v0.10.0
22852026-03-24T14:30:47.725Z Checking instant v0.1.13
22862026-03-24T14:30:47.875Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-24T14:30:47.879Z Checking backoff v0.4.0
22882026-03-24T14:30:47.966Z Checking backon v1.6.0
22892026-03-24T14:30:48.183Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-24T14:30:48.233Z Checking progenitor-extras v0.1.1
22912026-03-24T14:30:48.324Z Checking heck v0.5.0
22922026-03-24T14:30:48.519Z Checking camino-tempfile v1.4.1
22932026-03-24T14:30:48.567Z Checking toml v0.8.23
22942026-03-24T14:30:48.738Z Compiling test-strategy v0.4.5
22952026-03-24T14:30:48.810Z Compiling unsafe-libyaml v0.2.11
22962026-03-24T14:30:48.904Z Compiling convert_case v0.4.0
22972026-03-24T14:30:49.094Z Checking secrecy v0.10.3
22982026-03-24T14:30:49.176Z Checking tokio-rustls v0.25.0
22992026-03-24T14:30:49.282Z Compiling crucible-workspace-hack v0.1.0
23002026-03-24T14:30:49.462Z Compiling derive_more v0.99.20
23012026-03-24T14:30:49.555Z Checking parse-display v0.10.0
23022026-03-24T14:30:49.666Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-24T14:30:49.904Z Checking typify-impl v0.6.1
23042026-03-24T14:30:49.952Z Compiling toml_edit v0.23.10+spec-1.0.0
23052026-03-24T14:30:50.807Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-24T14:30:51.348Z Compiling proc-macro-crate v3.4.0
23072026-03-24T14:30:51.459Z Checking half v2.7.1
23082026-03-24T14:30:51.507Z Checking ciborium-io v0.2.2
23092026-03-24T14:30:51.662Z Checking glob v0.3.3
23102026-03-24T14:30:51.748Z Compiling heapless v0.8.0
23112026-03-24T14:30:51.850Z Checking ciborium-ll v0.2.2
23122026-03-24T14:30:51.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-03-24T14:30:52.037Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23142026-03-24T14:30:52.107Z Checking ciborium v0.2.2
23152026-03-24T14:30:52.155Z Compiling ingot-macros v0.1.1
23162026-03-24T14:30:52.314Z Checking tabwriter v1.4.1
23172026-03-24T14:30:52.462Z Checking hash32 v0.3.1
23182026-03-24T14:30:52.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-24T14:30:52.662Z Compiling smoltcp v0.11.0
23202026-03-24T14:30:52.758Z Compiling num_enum_derive v0.7.5
23212026-03-24T14:30:52.869Z Checking cobs v0.3.0
23222026-03-24T14:30:53.088Z Compiling foreign-types-macros v0.2.3
23232026-03-24T14:30:53.091Z Checking cpufeatures v0.3.0
23242026-03-24T14:30:53.245Z Checking foreign-types-shared v0.3.1
23252026-03-24T14:30:53.293Z Checking chacha20 v0.10.0
23262026-03-24T14:30:53.393Z Checking postcard v1.1.3
23272026-03-24T14:30:53.895Z Compiling proc-macro-crate v1.3.1
23282026-03-24T14:30:53.942Z Checking foreign-types v0.5.0
23292026-03-24T14:30:54.021Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-24T14:30:54.081Z Checking cstr-argument v0.1.2
23312026-03-24T14:30:54.253Z Checking num_enum v0.7.5
23322026-03-24T14:30:54.298Z Checking sigpipe v0.1.3
23332026-03-24T14:30:54.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-24T14:30:54.433Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-24T14:30:54.436Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-24T14:30:54.525Z Checking colored v3.1.1
23372026-03-24T14:30:54.816Z Compiling num_enum_derive v0.5.11
23382026-03-24T14:30:54.862Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-03-24T14:30:54.867Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-24T14:30:54.952Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-24T14:30:55.005Z Checking rand v0.10.0
23422026-03-24T14:30:55.100Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23432026-03-24T14:30:55.147Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-24T14:30:55.193Z Checking indent_write v2.2.0
23452026-03-24T14:30:55.395Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-03-24T14:30:55.536Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-03-24T14:30:55.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23482026-03-24T14:30:55.758Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23492026-03-24T14:30:55.761Z Checking smf v0.2.3
23502026-03-24T14:30:56.067Z Compiling num-derive v0.4.2
23512026-03-24T14:30:56.070Z Checking ingot-types v0.1.2
23522026-03-24T14:30:56.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-24T14:30:56.164Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23542026-03-24T14:30:56.250Z Checking num_enum v0.5.11
23552026-03-24T14:30:56.387Z Checking whoami v1.6.1
23562026-03-24T14:30:56.435Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-24T14:30:56.546Z Checking universal-hash v0.5.1
23582026-03-24T14:30:56.636Z Checking ingot v0.1.1
23592026-03-24T14:30:56.684Z Checking opaque-debug v0.3.1
23602026-03-24T14:30:56.775Z Checking aead v0.5.2
23612026-03-24T14:30:56.822Z Checking swrite v0.1.0
23622026-03-24T14:30:56.869Z Checking poly1305 v0.8.0
23632026-03-24T14:30:56.951Z Checking chacha20 v0.9.1
23642026-03-24T14:30:56.999Z Checking unicode-width v0.1.14
23652026-03-24T14:30:57.002Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-24T14:30:57.090Z Compiling typify-macro v0.6.1
23672026-03-24T14:30:57.232Z Checking password-hash v0.5.0
23682026-03-24T14:30:57.279Z Checking blake2 v0.10.6
23692026-03-24T14:30:57.326Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-24T14:30:57.371Z Checking chacha20poly1305 v0.10.1
23712026-03-24T14:30:57.562Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23722026-03-24T14:30:57.566Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-24T14:30:57.656Z Checking byte-wrapper v0.1.0
23742026-03-24T14:30:57.659Z Checking argon2 v0.5.3
23752026-03-24T14:30:57.952Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23762026-03-24T14:30:57.999Z Compiling usdt-macro v0.5.0
23772026-03-24T14:30:58.046Z Compiling usdt-attr-macro v0.5.0
23782026-03-24T14:30:58.172Z Checking memmap v0.7.0
23792026-03-24T14:30:58.291Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23802026-03-24T14:30:58.374Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-03-24T14:30:58.660Z Checking thiserror-no-std v2.0.2
23822026-03-24T14:30:58.743Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-03-24T14:30:58.845Z Checking vsss-rs v3.3.4
23842026-03-24T14:30:58.904Z Compiling derive-where v1.6.0
23852026-03-24T14:30:58.989Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23862026-03-24T14:30:59.045Z Checking atomicwrites v0.4.4
23872026-03-24T14:30:59.157Z Checking usdt v0.5.0
23882026-03-24T14:30:59.255Z Checking console v0.15.11
23892026-03-24T14:30:59.409Z Checking tokio-dtrace v0.1.1
23902026-03-24T14:30:59.467Z Compiling typify v0.6.1
23912026-03-24T14:30:59.639Z Compiling progenitor-impl v0.13.0
23922026-03-24T14:30:59.688Z Checking oxide-tokio-rt v0.1.3
23932026-03-24T14:30:59.783Z Checking newline-converter v0.3.0
23942026-03-24T14:30:59.953Z Checking expectorate v1.2.0
23952026-03-24T14:31:00.001Z Checking bytecount v0.6.9
23962026-03-24T14:31:00.161Z Compiling prettyplease v0.2.37
23972026-03-24T14:31:00.209Z Compiling owo-colors v4.3.0
23982026-03-24T14:31:00.376Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-24T14:31:00.517Z Compiling cancel-safe-futures v0.1.5
24002026-03-24T14:31:00.565Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-24T14:31:00.568Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24022026-03-24T14:31:00.568Z Checking libsw-core v0.3.2
24032026-03-24T14:31:00.751Z Checking same-file v1.0.6
24042026-03-24T14:31:00.897Z Checking libsw v3.5.0
24052026-03-24T14:31:00.945Z Checking linear-map v1.2.0
24062026-03-24T14:31:01.065Z Checking walkdir v2.5.0
24072026-03-24T14:31:01.125Z Checking num-rational v0.4.2
24082026-03-24T14:31:01.245Z Checking num-complex v0.4.6
24092026-03-24T14:31:01.293Z Checking float-ord v0.3.2
24102026-03-24T14:31:01.337Z Checking gethostname v0.5.0
24112026-03-24T14:31:01.550Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-03-24T14:31:01.686Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-03-24T14:31:01.690Z Compiling async-recursion v1.1.1
24142026-03-24T14:31:01.778Z Checking num v0.4.3
24152026-03-24T14:31:01.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-24T14:31:01.974Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-03-24T14:31:03.192Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-24T14:31:03.330Z Compiling progenitor-macro v0.13.0
24192026-03-24T14:31:04.028Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-03-24T14:31:05.188Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-03-24T14:31:05.809Z Checking smawk v0.3.2
24222026-03-24T14:31:06.012Z Checking unicode-linebreak v0.1.5
24232026-03-24T14:31:06.073Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-03-24T14:31:06.191Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-03-24T14:31:06.328Z Checking globset v0.4.18
24262026-03-24T14:31:06.820Z Compiling convert_case v0.10.0
24272026-03-24T14:31:07.446Z Compiling slog-dtrace v0.3.0
24282026-03-24T14:31:07.594Z Checking resolv-conf v0.7.6
24292026-03-24T14:31:07.864Z Compiling derive_more-impl v2.1.1
24302026-03-24T14:31:08.095Z Compiling pin-project-internal v1.1.11
24312026-03-24T14:31:08.257Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-24T14:31:08.305Z Checking pem v3.0.6
24332026-03-24T14:31:08.557Z Checking fd-lock v4.0.4
24342026-03-24T14:31:08.615Z Checking vte v0.14.1
24352026-03-24T14:31:08.792Z Checking display-error-chain v0.2.2
24362026-03-24T14:31:08.877Z Checking strip-ansi-escapes v0.2.1
24372026-03-24T14:31:08.959Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-03-24T14:31:09.009Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24392026-03-24T14:31:09.012Z Checking derive_more v2.1.1
24402026-03-24T14:31:09.101Z Compiling snafu-derive v0.8.9
24412026-03-24T14:31:09.167Z Checking nu-ansi-term v0.50.3
24422026-03-24T14:31:09.213Z Checking crossterm v0.29.0
24432026-03-24T14:31:09.697Z Checking pin-project v1.1.11
24442026-03-24T14:31:09.834Z Checking linked-hash-map v0.5.6
24452026-03-24T14:31:09.881Z Checking termtree v0.5.1
24462026-03-24T14:31:10.012Z Checking reedline v0.40.0
24472026-03-24T14:31:10.091Z Checking lru-cache v0.1.2
24482026-03-24T14:31:10.094Z Checking textwrap v0.16.2
24492026-03-24T14:31:10.284Z Checking olpc-cjson v0.1.4
24502026-03-24T14:31:10.450Z Checking hickory-proto v0.24.4
24512026-03-24T14:31:10.500Z Checking serde_plain v1.0.2
24522026-03-24T14:31:10.547Z Checking progenitor v0.13.0
24532026-03-24T14:31:10.724Z Compiling minimal-lexical v0.2.1
24542026-03-24T14:31:10.773Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24552026-03-24T14:31:11.091Z Checking typed-path v0.9.3
24562026-03-24T14:31:11.588Z Compiling nom v7.1.3
24572026-03-24T14:31:11.805Z Checking snafu v0.8.9
24582026-03-24T14:31:12.151Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-03-24T14:31:12.199Z Checking tough v0.20.0
24602026-03-24T14:31:12.889Z Checking nibble_vec v0.1.0
24612026-03-24T14:31:12.935Z Checking endian-type v0.1.2
24622026-03-24T14:31:13.082Z Checking hickory-resolver v0.24.4
24632026-03-24T14:31:13.133Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-03-24T14:31:13.176Z Checking radix_trie v0.2.1
24652026-03-24T14:31:13.433Z Compiling ar_archive_writer v0.5.1
24662026-03-24T14:31:13.487Z Checking base64 v0.21.7
24672026-03-24T14:31:13.867Z Checking humantime v2.3.0
24682026-03-24T14:31:13.937Z Checking csv-core v0.1.13
24692026-03-24T14:31:14.130Z Checking qorb v0.4.1
24702026-03-24T14:31:14.175Z Compiling stacker v0.1.23
24712026-03-24T14:31:14.223Z Checking csv v1.4.0
24722026-03-24T14:31:14.341Z Checking highway v1.3.0
24732026-03-24T14:31:14.511Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-24T14:31:14.558Z Compiling cfg_aliases v0.1.1
24752026-03-24T14:31:14.688Z Compiling psm v0.1.30
24762026-03-24T14:31:14.691Z Compiling nix v0.28.0
24772026-03-24T14:31:14.827Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-03-24T14:31:14.890Z Checking papergrid v0.11.0
24792026-03-24T14:31:14.936Z Compiling tabled_derive v0.7.0
24802026-03-24T14:31:15.225Z Checking home v0.5.12
24812026-03-24T14:31:15.450Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-24T14:31:15.538Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-03-24T14:31:15.709Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-03-24T14:31:15.763Z Checking phf_shared v0.12.1
24852026-03-24T14:31:15.814Z Compiling recursive-proc-macro-impl v0.1.1
24862026-03-24T14:31:15.861Z Compiling chrono-tz v0.10.4
24872026-03-24T14:31:15.983Z Compiling semver v0.1.20
24882026-03-24T14:31:16.119Z Checking phf v0.12.1
24892026-03-24T14:31:16.276Z Checking tabled v0.15.0
24902026-03-24T14:31:16.345Z Compiling rustc_version v0.1.7
24912026-03-24T14:31:16.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-03-24T14:31:16.396Z Checking recursive v0.1.1
24932026-03-24T14:31:16.396Z Compiling const_format_proc_macros v0.2.34
24942026-03-24T14:31:16.636Z Compiling peg-macros v0.8.5
24952026-03-24T14:31:16.684Z Checking winnow v0.6.26
24962026-03-24T14:31:16.688Z Compiling sqlparser_derive v0.5.0
24972026-03-24T14:31:17.558Z Checking unicode_categories v0.1.1
24982026-03-24T14:31:17.813Z Checking sqlparser v0.61.0
24992026-03-24T14:31:17.868Z Checking rustyline v14.0.0
25002026-03-24T14:31:17.916Z Checking const_format v0.2.35
25012026-03-24T14:31:18.298Z Checking sqlformat v0.3.5
25022026-03-24T14:31:18.408Z Compiling newtype_derive v0.1.6
25032026-03-24T14:31:18.520Z Checking peg v0.8.5
25042026-03-24T14:31:18.727Z Checking bcs v0.1.6
25052026-03-24T14:31:18.956Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-03-24T14:31:19.074Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-03-24T14:31:19.136Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-24T14:31:19.228Z Checking steno v0.4.1
25092026-03-24T14:31:19.494Z Checking utf-8 v0.7.6
25102026-03-24T14:31:19.540Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-03-24T14:31:19.710Z Checking filetime v0.2.27
25122026-03-24T14:31:19.914Z Checking arc-swap v1.8.2
25132026-03-24T14:31:19.960Z Checking xattr v1.6.1
25142026-03-24T14:31:20.163Z Checking tar v0.4.44
25152026-03-24T14:31:20.400Z Checking slog-scope v4.4.1
25162026-03-24T14:31:20.613Z Checking slog-stdlog v4.1.1
25172026-03-24T14:31:20.616Z Checking tungstenite v0.21.0
25182026-03-24T14:31:20.711Z Compiling typify-impl v0.4.3
25192026-03-24T14:31:20.802Z Checking slog-envlogger v2.2.0
25202026-03-24T14:31:21.023Z Checking typeid v1.0.3
25212026-03-24T14:31:21.253Z Checking tokio-tungstenite v0.21.0
25222026-03-24T14:31:21.639Z Checking subprocess v0.2.15
25232026-03-24T14:31:21.688Z Checking headers-core v0.3.0
25242026-03-24T14:31:21.861Z Checking headers v0.4.1
25252026-03-24T14:31:22.052Z Compiling lzma-sys v0.1.20
25262026-03-24T14:31:22.445Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-24T14:31:22.529Z Compiling cargo_toml v0.22.3
25282026-03-24T14:31:22.652Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25292026-03-24T14:31:22.760Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-24T14:31:23.114Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-24T14:31:23.236Z Checking yasna v0.5.2
25322026-03-24T14:31:23.794Z Checking rcgen v0.12.1
25332026-03-24T14:31:24.264Z Checking xz2 v0.1.7
25342026-03-24T14:31:24.383Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-03-24T14:31:24.522Z Checking ron v0.12.0
25362026-03-24T14:31:24.751Z Checking base16ct v1.0.0
25372026-03-24T14:31:24.880Z Checking dropshot-api-manager-types v0.6.0
25382026-03-24T14:31:24.951Z Checking tagptr v0.2.0
25392026-03-24T14:31:25.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-24T14:31:25.182Z Checking moka v0.12.13
25412026-03-24T14:31:25.389Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-24T14:31:25.581Z Compiling radium v0.7.0
25432026-03-24T14:31:25.629Z Compiling libefi-sys v0.1.0
25442026-03-24T14:31:26.014Z Compiling bitfield-struct v0.6.2
25452026-03-24T14:31:26.058Z Checking tap v1.0.1
25462026-03-24T14:31:26.107Z Checking hickory-resolver v0.25.2
25472026-03-24T14:31:26.235Z Compiling maybe-uninit v2.0.0
25482026-03-24T14:31:26.329Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-24T14:31:26.537Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25502026-03-24T14:31:26.626Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25512026-03-24T14:31:26.773Z Checking wyz v0.5.1
25522026-03-24T14:31:26.882Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-24T14:31:27.108Z Compiling typify-macro v0.4.3
25542026-03-24T14:31:27.111Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-03-24T14:31:27.707Z Compiling zerocopy-derive v0.6.6
25562026-03-24T14:31:27.776Z Checking funty v2.0.0
25572026-03-24T14:31:27.776Z Compiling packed_struct v0.10.1
25582026-03-24T14:31:27.791Z Checking crc-catalog v2.4.0
25592026-03-24T14:31:27.832Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T14:31:27.885Z Checking bitvec v1.0.1
25612026-03-24T14:31:27.971Z Checking crc v3.4.0
25622026-03-24T14:31:27.975Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-03-24T14:31:28.060Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-03-24T14:31:28.292Z Compiling packed_struct_codegen v0.10.1
25652026-03-24T14:31:28.360Z Compiling bitfield-macros v0.19.4
25662026-03-24T14:31:28.422Z Compiling indexmap v1.9.3
25672026-03-24T14:31:28.476Z Checking zerocopy v0.6.6
25682026-03-24T14:31:28.757Z Checking nodrop v0.1.14
25692026-03-24T14:31:28.912Z Checking array-init v0.0.4
25702026-03-24T14:31:29.063Z Checking smallvec v0.6.14
25712026-03-24T14:31:29.358Z Checking bitfield v0.19.4
25722026-03-24T14:31:29.361Z Checking hashbrown v0.12.3
25732026-03-24T14:31:29.454Z Checking serde-hex v0.1.0
25742026-03-24T14:31:29.501Z Compiling typify v0.4.3
25752026-03-24T14:31:29.826Z Compiling progenitor-impl v0.10.0
25762026-03-24T14:31:29.876Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-24T14:31:30.106Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-24T14:31:30.491Z Checking ron v0.8.1
25792026-03-24T14:31:31.142Z Checking hashbrown v0.13.2
25802026-03-24T14:31:31.229Z Checking crc-any v2.5.0
25812026-03-24T14:31:31.319Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-03-24T14:31:31.484Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25832026-03-24T14:31:31.531Z Checking path-slash v0.1.5
25842026-03-24T14:31:31.577Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25852026-03-24T14:31:31.624Z Compiling xshell-macros v0.2.7
25862026-03-24T14:31:31.725Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872026-03-24T14:31:31.771Z Checking object v0.30.4
25882026-03-24T14:31:32.145Z Checking xshell v0.2.7
25892026-03-24T14:31:32.225Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-24T14:31:32.426Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-24T14:31:33.122Z Checking half v1.8.3
25922026-03-24T14:31:33.395Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25932026-03-24T14:31:33.443Z Checking serde_cbor v0.11.2
25942026-03-24T14:31:33.485Z Compiling progenitor-macro v0.10.0
25952026-03-24T14:31:33.709Z Compiling num-derive v0.3.3
25962026-03-24T14:31:33.755Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-03-24T14:31:34.032Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-24T14:31:34.576Z Compiling proc-macro-error2 v2.0.1
25992026-03-24T14:31:34.802Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26002026-03-24T14:31:34.913Z Checking libscf-sys v1.1.0
26012026-03-24T14:31:35.043Z Compiling tabled_derive v0.11.0
26022026-03-24T14:31:35.137Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-03-24T14:31:35.309Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26042026-03-24T14:31:35.442Z Checking papergrid v0.17.0
26052026-03-24T14:31:35.688Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-24T14:31:35.980Z Checking testing_table v0.3.0
26072026-03-24T14:31:36.140Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-24T14:31:36.540Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-24T14:31:36.633Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-24T14:31:36.680Z Checking tabled v0.20.0
26112026-03-24T14:31:36.768Z Checking maplit v1.0.2
26122026-03-24T14:31:36.952Z Checking crc8 v0.1.1
26132026-03-24T14:31:37.015Z Checking fxhash v0.2.1
26142026-03-24T14:31:37.061Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-24T14:31:37.112Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-03-24T14:31:37.202Z Checking unicase v2.9.0
26172026-03-24T14:31:37.443Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26182026-03-24T14:31:37.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-03-24T14:31:37.602Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-03-24T14:31:38.046Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-03-24T14:31:38.101Z Checking kstat-rs v0.2.4
26222026-03-24T14:31:38.385Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-03-24T14:31:38.454Z Compiling parking_lot_core v0.8.6
26242026-03-24T14:31:38.697Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-03-24T14:31:38.747Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-24T14:31:38.815Z Compiling diesel_derives v2.3.7
26272026-03-24T14:31:39.144Z Compiling git-stub v1.0.0
26282026-03-24T14:31:39.262Z Checking scheduled-thread-pool v0.2.7
26292026-03-24T14:31:39.488Z Compiling dsl_auto_type v0.2.0
26302026-03-24T14:31:39.533Z Compiling vergen-gitcl v1.0.8
26312026-03-24T14:31:39.653Z Compiling diesel_table_macro_syntax v0.3.0
26322026-03-24T14:31:39.700Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26332026-03-24T14:31:39.867Z Checking r2d2 v0.8.10
26342026-03-24T14:31:39.928Z Compiling git-stub-vcs v0.1.0
26352026-03-24T14:31:40.147Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26362026-03-24T14:31:40.268Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26372026-03-24T14:31:40.448Z Checking downcast-rs v2.0.2
26382026-03-24T14:31:40.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26392026-03-24T14:31:40.598Z Checking progenitor v0.10.0
26402026-03-24T14:31:40.642Z Checking parking_lot v0.11.2
26412026-03-24T14:31:40.694Z Checking prefix-trie v0.7.0
26422026-03-24T14:31:40.800Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26432026-03-24T14:31:40.930Z Checking nanorand v0.7.0
26442026-03-24T14:31:41.130Z Compiling dirs-sys-next v0.1.2
26452026-03-24T14:31:41.204Z Compiling crunchy v0.2.4
26462026-03-24T14:31:41.249Z Checking flume v0.11.1
26472026-03-24T14:31:41.511Z Compiling dirs-next v2.0.0
26482026-03-24T14:31:41.556Z Checking hickory-server v0.25.2
26492026-03-24T14:31:41.696Z Checking sled v0.34.7
26502026-03-24T14:31:41.739Z Compiling clang-sys v1.8.1
26512026-03-24T14:31:41.784Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-03-24T14:31:42.062Z Checking hickory-client v0.25.2
26532026-03-24T14:31:42.220Z Compiling tiny-keccak v2.0.2
26542026-03-24T14:31:42.669Z Compiling term v0.7.0
26552026-03-24T14:31:42.745Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-03-24T14:31:42.793Z Compiling salty v0.3.0
26572026-03-24T14:31:42.982Z Compiling bit-vec v0.6.3
26582026-03-24T14:31:43.188Z Compiling ascii-canvas v3.0.0
26592026-03-24T14:31:43.250Z Compiling bit-set v0.5.3
26602026-03-24T14:31:43.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-03-24T14:31:43.503Z Checking primeorder v0.13.6
26622026-03-24T14:31:43.550Z Compiling itertools v0.10.5
26632026-03-24T14:31:43.903Z Compiling ena v0.14.4
26642026-03-24T14:31:43.949Z Compiling libloading v0.8.9
26652026-03-24T14:31:44.159Z Compiling fs-err v2.11.0
26662026-03-24T14:31:44.224Z Compiling bindgen v0.71.1
26672026-03-24T14:31:44.270Z Compiling regex-syntax v0.6.29
26682026-03-24T14:31:44.449Z Compiling diff v0.1.13
26692026-03-24T14:31:44.877Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-03-24T14:31:44.922Z Compiling cexpr v0.6.0
26712026-03-24T14:31:45.096Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-24T14:31:45.216Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-03-24T14:31:45.678Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-03-24T14:31:45.874Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-24T14:31:46.044Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-24T14:31:46.224Z Compiling lalrpop v0.19.12
26772026-03-24T14:31:46.520Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-24T14:31:46.803Z Compiling libxml v0.3.3
26792026-03-24T14:31:46.803Z Checking parse-size v1.1.0
26802026-03-24T14:31:47.004Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-24T14:31:47.274Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-03-24T14:31:47.322Z Checking p384 v0.13.1
26832026-03-24T14:31:47.696Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-03-24T14:31:47.746Z Checking diesel v2.3.7
26852026-03-24T14:31:47.911Z Compiling strum_macros v0.24.3
26862026-03-24T14:31:48.095Z Compiling indoc v1.0.9
26872026-03-24T14:31:49.555Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26882026-03-24T14:31:49.779Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-24T14:31:50.048Z Checking predicates-tree v1.0.13
26902026-03-24T14:31:50.094Z Checking derive_builder v0.20.2
26912026-03-24T14:31:50.232Z Checking quick-xml v0.37.5
26922026-03-24T14:31:50.277Z Compiling oso-derive v0.27.3
26932026-03-24T14:31:50.556Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26942026-03-24T14:31:50.813Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26952026-03-24T14:31:50.918Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26962026-03-24T14:31:50.963Z Compiling trait-variant v0.1.2
26972026-03-24T14:31:51.480Z Compiling impl-trait-for-tuples v0.2.3
26982026-03-24T14:31:51.711Z Checking assert_matches v1.5.0
26992026-03-24T14:31:51.844Z Checking openssl-probe v0.1.6
27002026-03-24T14:31:52.023Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-03-24T14:31:53.063Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27022026-03-24T14:31:53.123Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27032026-03-24T14:31:53.180Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27042026-03-24T14:31:53.496Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-03-24T14:31:53.775Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-03-24T14:31:53.834Z Compiling progenitor-impl v0.11.2
27072026-03-24T14:31:54.827Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-03-24T14:31:54.873Z Compiling mime_guess v2.0.5
27092026-03-24T14:31:55.234Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-24T14:31:55.611Z Checking progenitor-client v0.11.2
27112026-03-24T14:31:55.958Z Checking http-range v0.1.5
27122026-03-24T14:31:55.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27132026-03-24T14:31:56.048Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-03-24T14:31:56.226Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-03-24T14:31:56.350Z Checking ignore v0.4.25
27162026-03-24T14:31:57.041Z Checking atty v0.2.14
27172026-03-24T14:31:57.202Z Checking globwalk v0.9.1
27182026-03-24T14:31:57.590Z Compiling progenitor-macro v0.11.2
27192026-03-24T14:31:58.179Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-24T14:31:59.433Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-24T14:31:59.650Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-03-24T14:31:59.962Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-03-24T14:32:00.240Z Checking bb8 v0.8.6
27242026-03-24T14:32:00.286Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-24T14:32:00.370Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-03-24T14:32:00.580Z Checking corncobs v0.1.4
27272026-03-24T14:32:00.736Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-24T14:32:00.781Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-24T14:32:00.784Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-24T14:32:01.250Z Checking hyper-staticfile v0.10.1
27312026-03-24T14:32:01.662Z Checking camino-tempfile-ext v0.3.3
27322026-03-24T14:32:01.870Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-03-24T14:32:01.918Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-03-24T14:32:01.965Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-03-24T14:32:02.244Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-24T14:32:02.290Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-24T14:32:03.012Z Checking signal-hook-tokio v0.3.1
27382026-03-24T14:32:03.214Z Checking secrecy v0.8.0
27392026-03-24T14:32:03.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-03-24T14:32:03.884Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-03-24T14:32:04.524Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-03-24T14:32:04.572Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432026-03-24T14:32:04.619Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-03-24T14:32:04.712Z Checking progenitor v0.11.2
27452026-03-24T14:32:04.923Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-03-24T14:32:04.971Z Checking nonempty v0.12.0
27472026-03-24T14:32:05.162Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-24T14:32:05.341Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-24T14:32:05.421Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-24T14:32:05.511Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-03-24T14:32:05.926Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-03-24T14:32:05.973Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-03-24T14:32:06.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-03-24T14:32:06.452Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27552026-03-24T14:32:06.989Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-03-24T14:32:07.137Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-24T14:32:07.343Z Checking tungstenite v0.23.0
27582026-03-24T14:32:07.946Z Checking diesel-dtrace v0.5.0
27592026-03-24T14:32:08.014Z Checking async-bb8-diesel v0.2.1
27602026-03-24T14:32:08.298Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-24T14:32:08.417Z Checking tokio-tungstenite v0.23.1
27622026-03-24T14:32:08.503Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-03-24T14:32:08.796Z Checking rand_seeder v0.4.0
27642026-03-24T14:32:09.031Z Checking void v1.0.2
27652026-03-24T14:32:09.077Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-24T14:32:09.205Z Checking lzss v0.8.2
27672026-03-24T14:32:09.501Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-03-24T14:32:09.610Z Checking nix v0.27.1
27692026-03-24T14:32:09.751Z Checking serde_bytes v0.11.19
27702026-03-24T14:32:09.990Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-03-24T14:32:10.035Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-24T14:32:10.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-03-24T14:32:10.367Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-24T14:32:11.045Z Checking is_ci v1.2.0
27752026-03-24T14:32:11.217Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-03-24T14:32:11.409Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-03-24T14:32:11.526Z Checking yansi v1.0.1
27782026-03-24T14:32:11.798Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-24T14:32:11.921Z Checking pretty_assertions v1.4.1
27802026-03-24T14:32:12.114Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-03-24T14:32:12.160Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-24T14:32:12.206Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-03-24T14:32:12.461Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-03-24T14:32:12.788Z Compiling darling_core v0.23.0
27852026-03-24T14:32:13.981Z Compiling indoc v2.0.7
27862026-03-24T14:32:14.133Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-03-24T14:32:14.414Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-24T14:32:14.577Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27892026-03-24T14:32:14.624Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-03-24T14:32:14.910Z Compiling instability v0.3.11
27912026-03-24T14:32:15.119Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-03-24T14:32:15.415Z Compiling libz-sys v1.1.24
27932026-03-24T14:32:15.516Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-24T14:32:15.943Z Checking castaway v0.2.4
27952026-03-24T14:32:16.163Z Checking compact_str v0.8.1
27962026-03-24T14:32:16.460Z Compiling darling_macro v0.23.0
27972026-03-24T14:32:16.706Z Checking supports-color v3.0.2
27982026-03-24T14:32:16.912Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-03-24T14:32:17.022Z Checking unicode-truncate v1.1.0
28002026-03-24T14:32:17.128Z Compiling darling v0.23.0
28012026-03-24T14:32:17.196Z Checking lru v0.12.5
28022026-03-24T14:32:17.247Z Checking cassowary v0.3.0
28032026-03-24T14:32:17.501Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-03-24T14:32:17.742Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28052026-03-24T14:32:17.833Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-03-24T14:32:18.268Z Checking ratatui v0.29.0
28072026-03-24T14:32:19.341Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-24T14:32:19.622Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-24T14:32:19.989Z Compiling vergen-git2 v1.0.7
28102026-03-24T14:32:20.034Z Checking plotters-backend v0.3.7
28112026-03-24T14:32:20.130Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T14:32:20.332Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-03-24T14:32:20.376Z Checking plotters-svg v0.3.7
28142026-03-24T14:32:20.422Z Checking colored v2.2.0
28152026-03-24T14:32:20.590Z Checking cast v0.3.0
28162026-03-24T14:32:20.635Z Checking shell-words v1.1.1
28172026-03-24T14:32:20.725Z Compiling rustls v0.21.12
28182026-03-24T14:32:20.872Z Checking criterion-plot v0.6.0
28192026-03-24T14:32:20.932Z Checking plotters v0.3.7
28202026-03-24T14:32:21.116Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-24T14:32:21.235Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-03-24T14:32:21.516Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-03-24T14:32:21.795Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-03-24T14:32:22.006Z Checking rustls-webpki v0.101.7
28252026-03-24T14:32:22.380Z Checking sct v0.7.1
28262026-03-24T14:32:22.383Z Checking tinytemplate v1.2.1
28272026-03-24T14:32:22.501Z Compiling nix v0.29.0
28282026-03-24T14:32:22.591Z Checking oorandom v11.1.5
28292026-03-24T14:32:22.746Z Checking anes v0.1.6
28302026-03-24T14:32:22.789Z Checking hex-literal v0.4.1
28312026-03-24T14:32:23.023Z Checking criterion v0.7.0
28322026-03-24T14:32:23.133Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-03-24T14:32:24.831Z Checking erased-serde v0.4.9
28342026-03-24T14:32:24.875Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-03-24T14:32:25.398Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-24T14:32:26.396Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-03-24T14:32:27.405Z Checking ordered-float v2.10.1
28382026-03-24T14:32:27.769Z Checking serde-value v0.7.0
28392026-03-24T14:32:28.093Z Checking serde-untagged v0.1.9
28402026-03-24T14:32:28.382Z Checking tokio-rustls v0.24.1
28412026-03-24T14:32:28.678Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-24T14:32:28.977Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-03-24T14:32:29.253Z Checking rustls-pemfile v1.0.4
28442026-03-24T14:32:29.461Z Checking twox-hash v2.1.2
28452026-03-24T14:32:29.733Z Checking unicode-xid v0.2.6
28462026-03-24T14:32:29.946Z Checking cargo-util-schemas v0.8.2
28472026-03-24T14:32:30.005Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-24T14:32:31.189Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-24T14:32:31.422Z Checking fatfs v0.3.6
28502026-03-24T14:32:31.496Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-24T14:32:31.717Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-24T14:32:32.078Z Checking cargo-platform v0.2.0
28532026-03-24T14:32:32.360Z Compiling petname v2.0.2
28542026-03-24T14:32:33.025Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-03-24T14:32:33.457Z Compiling seq-macro v0.3.6
28562026-03-24T14:32:34.406Z Checking cargo_metadata v0.21.0
28572026-03-24T14:32:34.995Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-03-24T14:32:35.459Z Checking concurrent-queue v2.5.0
28592026-03-24T14:32:35.588Z Checking rtoolbox v0.0.3
28602026-03-24T14:32:35.733Z Checking parking v2.2.1
28612026-03-24T14:32:35.778Z Checking futures-timer v3.0.3
28622026-03-24T14:32:35.823Z Checking rpassword v7.4.0
28632026-03-24T14:32:35.917Z Checking event-listener v5.4.1
28642026-03-24T14:32:36.044Z Checking tui-tree-widget v0.23.1
28652026-03-24T14:32:36.241Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-03-24T14:32:36.329Z Checking polyval v0.6.2
28672026-03-24T14:32:36.485Z Checking sapling-renderdag v0.1.0
28682026-03-24T14:32:36.542Z Checking sync-ptr v0.1.4
28692026-03-24T14:32:36.587Z Checking ghash v0.5.1
28702026-03-24T14:32:36.728Z Checking event-listener-strategy v0.5.4
28712026-03-24T14:32:36.775Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-03-24T14:32:36.839Z Checking ctr v0.9.2
28732026-03-24T14:32:36.935Z Checking arrayvec v0.7.6
28742026-03-24T14:32:37.057Z Checking arrayref v0.3.9
28752026-03-24T14:32:37.104Z Checking constant_time_eq v0.4.2
28762026-03-24T14:32:37.185Z Checking aes-gcm v0.10.3
28772026-03-24T14:32:37.296Z Checking async-lock v3.4.2
28782026-03-24T14:32:37.340Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-03-24T14:32:37.410Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-03-24T14:32:37.869Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-24T14:32:38.579Z Checking ssh-encoding v0.2.0
28822026-03-24T14:32:38.719Z Checking blowfish v0.9.1
28832026-03-24T14:32:38.872Z Checking ssh-cipher v0.2.0
28842026-03-24T14:32:38.962Z Checking bcrypt-pbkdf v0.10.0
28852026-03-24T14:32:39.149Z Checking async-object-pool v0.2.0
28862026-03-24T14:32:39.218Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-03-24T14:32:39.325Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-03-24T14:32:39.620Z Checking serde_regex v1.1.0
28892026-03-24T14:32:39.864Z Checking password-hash v0.4.2
28902026-03-24T14:32:40.195Z Checking assert-json-diff v2.0.2
28912026-03-24T14:32:40.239Z Checking path-tree v0.8.3
28922026-03-24T14:32:40.446Z Checking stringmetrics v2.2.2
28932026-03-24T14:32:40.527Z Checking gimli v0.32.3
28942026-03-24T14:32:40.673Z Compiling target-lexicon v0.13.3
28952026-03-24T14:32:41.137Z Checking httpmock v0.8.3
28962026-03-24T14:32:41.381Z Compiling samael v0.0.19
28972026-03-24T14:32:41.440Z Checking pbkdf2 v0.11.0
28982026-03-24T14:32:41.691Z Checking ssh-key v0.6.7
28992026-03-24T14:32:42.752Z Checking addr2line v0.25.1
29002026-03-24T14:32:43.139Z Checking p256 v0.13.2
29012026-03-24T14:32:43.503Z Checking p521 v0.13.3
29022026-03-24T14:32:44.198Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-03-24T14:32:44.401Z Checking russh-cryptovec v0.7.3
29042026-03-24T14:32:44.482Z Checking rustc-demangle v0.1.27
29052026-03-24T14:32:44.612Z Compiling guppy-workspace-hack v0.1.0
29062026-03-24T14:32:44.821Z Checking md5 v0.7.0
29072026-03-24T14:32:44.946Z Checking backtrace v0.3.76
29082026-03-24T14:32:45.081Z Checking russh-keys v0.45.0
29092026-03-24T14:32:45.379Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-03-24T14:32:45.680Z Checking num-bigint v0.4.6
29112026-03-24T14:32:45.967Z Checking des v0.8.1
29122026-03-24T14:32:46.398Z Compiling blake3 v1.8.3
29132026-03-24T14:32:46.896Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-24T14:32:47.103Z Compiling target-spec v3.5.7
29152026-03-24T14:32:47.306Z Checking russh v0.45.0
29162026-03-24T14:32:47.462Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-03-24T14:32:47.774Z Checking cfg-expr v0.20.6
29182026-03-24T14:32:48.045Z Checking backtrace-ext v0.2.1
29192026-03-24T14:32:48.326Z Checking supports-color v2.1.0
29202026-03-24T14:32:48.370Z Checking textwrap v0.15.2
29212026-03-24T14:32:48.374Z Checking supports-hyperlinks v2.1.0
29222026-03-24T14:32:48.527Z Checking supports-unicode v2.1.0
29232026-03-24T14:32:48.596Z Checking hashbrown v0.14.5
29242026-03-24T14:32:48.687Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-03-24T14:32:48.731Z Checking cargo-platform v0.3.2
29262026-03-24T14:32:48.985Z Checking terminal_size v0.1.17
29272026-03-24T14:32:49.028Z Checking socket2 v0.5.10
29282026-03-24T14:32:49.152Z Compiling miette-derive v5.10.0
29292026-03-24T14:32:49.283Z Checking internet-checksum v0.2.1
29302026-03-24T14:32:49.404Z Checking owo-colors v3.5.0
29312026-03-24T14:32:49.466Z Checking chumsky v0.9.3
29322026-03-24T14:32:49.863Z Checking cargo_metadata v0.23.1
29332026-03-24T14:32:50.713Z Checking miette v5.10.0
29342026-03-24T14:32:50.951Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-24T14:32:50.954Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-24T14:32:51.235Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-24T14:32:51.384Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-24T14:32:51.650Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-24T14:32:51.719Z Checking httptest v0.16.4
29402026-03-24T14:32:52.029Z Checking pathdiff v0.2.3
29412026-03-24T14:32:52.089Z Compiling knuffel-derive v3.2.0
29422026-03-24T14:32:52.204Z Checking nested v0.1.1
29432026-03-24T14:32:52.251Z Compiling git2 v0.20.4
29442026-03-24T14:32:52.329Z Checking topological-sort v0.2.2
29452026-03-24T14:32:52.417Z Checking guppy v0.17.25
29462026-03-24T14:32:52.542Z Checking omicron-zone-package v0.12.2
29472026-03-24T14:32:52.820Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-03-24T14:32:53.119Z Checking similar-asserts v1.7.0
29492026-03-24T14:32:53.346Z Compiling rstest_macros v0.25.0
29502026-03-24T14:32:53.731Z Compiling target-triple v1.0.0
29512026-03-24T14:32:53.777Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29522026-03-24T14:32:53.961Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-24T14:32:54.005Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-03-24T14:32:54.199Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-03-24T14:32:54.244Z Checking knuffel v3.2.0
29562026-03-24T14:32:54.826Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-03-24T14:32:54.931Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-03-24T14:32:55.156Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-03-24T14:32:55.775Z Checking escape8259 v0.5.3
29602026-03-24T14:32:55.981Z Compiling assert_cmd v2.1.2
29612026-03-24T14:32:56.301Z Compiling relative-path v1.9.3
29622026-03-24T14:32:56.347Z Checking libtest-mimic v0.8.1
29632026-03-24T14:32:56.461Z Checking toml v1.0.3+spec-1.1.0
29642026-03-24T14:32:56.958Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-24T14:32:57.132Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29662026-03-24T14:32:57.178Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29672026-03-24T14:32:57.325Z Checking blake2b_simd v1.0.4
29682026-03-24T14:32:57.893Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-03-24T14:32:58.074Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-24T14:32:58.399Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-03-24T14:32:58.611Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-24T14:32:58.960Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29732026-03-24T14:32:59.135Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-03-24T14:32:59.431Z Checking fancy-regex v0.14.0
29752026-03-24T14:32:59.727Z Checking serde_tokenstream v0.2.3
29762026-03-24T14:32:59.962Z Checking uzers v0.12.2
29772026-03-24T14:33:00.053Z Compiling linkme-impl v0.3.35
29782026-03-24T14:33:00.305Z Checking termcolor v1.4.1
29792026-03-24T14:33:00.456Z Checking constant_time_eq v0.3.1
29802026-03-24T14:33:00.628Z Checking rust-argon2 v2.1.0
29812026-03-24T14:33:00.673Z Checking trybuild v1.0.116
29822026-03-24T14:33:01.045Z Compiling polar-core v0.27.3
29832026-03-24T14:33:01.112Z Checking datatest-stable v0.3.3
29842026-03-24T14:33:01.812Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-03-24T14:33:02.000Z Checking rstest v0.25.0
29862026-03-24T14:33:02.188Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-03-24T14:33:02.236Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29882026-03-24T14:33:02.280Z Checking support-bundle-viewer v0.1.2
29892026-03-24T14:33:02.664Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-24T14:33:02.952Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-03-24T14:33:03.225Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29922026-03-24T14:33:03.271Z Checking drift v0.1.3
29932026-03-24T14:33:03.514Z Checking rand_distr v0.5.1
29942026-03-24T14:33:03.714Z Checking multimap v0.10.1
29952026-03-24T14:33:03.987Z Checking approx v0.5.1
29962026-03-24T14:33:04.142Z Compiling linkme v0.3.35
29972026-03-24T14:33:04.213Z Checking dropshot-api-manager v0.6.0
29982026-03-24T14:33:05.625Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29992026-03-24T14:33:06.045Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30002026-03-24T14:33:06.105Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30012026-03-24T14:33:06.715Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30022026-03-24T14:33:06.993Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-03-24T14:33:07.044Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30042026-03-24T14:33:07.138Z Checking partial-io v0.5.4
30052026-03-24T14:33:07.254Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-03-24T14:33:07.429Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30072026-03-24T14:33:07.474Z Checking cargo_toml v0.21.0
30082026-03-24T14:33:07.660Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-03-24T14:33:07.927Z Checking termios v0.3.3
30102026-03-24T14:33:07.975Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-24T14:33:08.116Z Checking oso v0.27.3
30122026-03-24T14:33:08.212Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30132026-03-24T14:33:08.696Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-03-24T14:33:10.405Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-03-24T14:33:13.182Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-24T14:33:18.225Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-24T14:33:20.989Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30182026-03-24T14:33:26.366Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30192026-03-24T14:33:29.070Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30202026-03-24T14:33:33.682Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-24T14:33:40.354Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-24T14:33:41.064Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-24T14:33:41.913Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30242026-03-24T14:33:53.944Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-24T14:35:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s
30262026-03-24T14:35:53.444Z
30272026-03-24T14:35:53.447Zreal 5:42.872461093
30282026-03-24T14:35:53.447Zuser 28:28.101359409
30292026-03-24T14:35:53.447Zsys 5:58.173730966
30302026-03-24T14:35:53.447Ztrap 0.732334119
30312026-03-24T14:35:53.447Ztflt 0.125355837
30322026-03-24T14:35:53.447Zdflt 0.150085346
30332026-03-24T14:35:53.447Zkflt 0.001098208
30342026-03-24T14:35:53.447Zlock 1:20:21.141712043
30352026-03-24T14:35:53.447Zslp 1:17:12.544398862
30362026-03-24T14:35:53.447Zlat 1:57.777611568
30372026-03-24T14:35:53.447Zstop 14:06.473712572
30382026-03-24T14:35:53.447Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-24T14:35:53.447Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-24T14:35:54.666Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-24T14:35:54.666Z |
30422026-03-24T14:35:54.666Z = 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)`
30432026-03-24T14:35:54.666Z = 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>
30442026-03-24T14:35:55.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-24T14:35:56.256Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-24T14:35:56.305Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-24T14:35:56.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-24T14:35:56.571Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-24T14:35:56.571Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-03-24T14:35:56.628Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30512026-03-24T14:35:56.664Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-24T14:35:56.738Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30532026-03-24T14:35:56.824Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30542026-03-24T14:35:56.854Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-03-24T14:35:56.898Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-03-24T14:35:56.928Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-03-24T14:35:57.001Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-03-24T14:35:57.036Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-03-24T14:35:57.068Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-24T14:35:57.184Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-03-24T14:35:57.216Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-03-24T14:35:57.245Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-03-24T14:35:57.304Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-24T14:35:57.521Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-03-24T14:35:57.932Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-03-24T14:35:58.096Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-24T14:35:58.125Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-03-24T14:35:58.161Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-03-24T14:35:58.329Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-24T14:35:58.363Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-03-24T14:35:58.622Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-03-24T14:35:58.783Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-24T14:35:58.854Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-03-24T14:35:58.892Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-24T14:35:59.061Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-03-24T14:35:59.118Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-03-24T14:35:59.291Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-03-24T14:35:59.321Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-03-24T14:35:59.411Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-03-24T14:35:59.585Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-03-24T14:35:59.618Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-03-24T14:35:59.914Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-03-24T14:35:59.948Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30842026-03-24T14:36:00.333Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-24T14:36:00.385Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-03-24T14:36:00.515Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-24T14:36:00.577Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-24T14:36:00.619Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-24T14:36:00.721Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-24T14:36:00.918Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-24T14:36:00.958Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-24T14:36:01.023Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-03-24T14:36:01.203Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-24T14:36:01.232Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30952026-03-24T14:36:01.260Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30962026-03-24T14:36:01.289Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30972026-03-24T14:36:01.661Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-03-24T14:36:01.661Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-03-24T14:36:01.715Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-24T14:36:01.718Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-24T14:36:01.977Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-03-24T14:36:02.005Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-24T14:36:02.034Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-24T14:36:02.231Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-24T14:36:02.322Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-24T14:36:02.359Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-03-24T14:36:02.400Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31082026-03-24T14:36:02.531Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-03-24T14:36:02.569Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31102026-03-24T14:36:02.654Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-03-24T14:36:02.924Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-03-24T14:36:02.927Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31132026-03-24T14:36:02.979Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31142026-03-24T14:36:03.010Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31152026-03-24T14:36:03.168Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-03-24T14:36:03.720Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31172026-03-24T14:36:03.724Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31182026-03-24T14:36:04.698Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-03-24T14:36:05.252Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-03-24T14:36:05.450Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-03-24T14:36:05.538Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31222026-03-24T14:36:05.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31232026-03-24T14:36:05.635Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-03-24T14:36:05.992Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-03-24T14:36:06.023Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31262026-03-24T14:36:06.345Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272026-03-24T14:36:06.618Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282026-03-24T14:36:06.807Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292026-03-24T14:36:07.034Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31302026-03-24T14:36:07.065Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31312026-03-24T14:36:07.168Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31322026-03-24T14:36:07.504Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31332026-03-24T14:36:07.903Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-24T14:36:08.400Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31352026-03-24T14:36:08.404Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31362026-03-24T14:36:08.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-03-24T14:36:09.020Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31382026-03-24T14:36:09.120Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31392026-03-24T14:36:09.676Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31402026-03-24T14:36:09.785Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31412026-03-24T14:36:10.692Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31422026-03-24T14:36:10.880Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-24T14:36:11.062Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31442026-03-24T14:36:11.808Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31452026-03-24T14:36:12.267Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31462026-03-24T14:36:12.675Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472026-03-24T14:36:12.723Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31482026-03-24T14:36:12.726Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31492026-03-24T14:36:12.925Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31502026-03-24T14:36:12.995Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-03-24T14:36:13.068Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31522026-03-24T14:36:13.279Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31532026-03-24T14:36:13.438Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542026-03-24T14:36:13.472Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-03-24T14:36:13.543Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31562026-03-24T14:36:13.656Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31572026-03-24T14:36:14.118Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31582026-03-24T14:36:14.492Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31592026-03-24T14:36:14.607Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-03-24T14:36:15.216Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31612026-03-24T14:36:15.769Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31622026-03-24T14:36:16.545Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-03-24T14:36:16.933Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31642026-03-24T14:36:17.291Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-03-24T14:36:17.489Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-03-24T14:36:17.540Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-03-24T14:36:17.848Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31682026-03-24T14:36:18.267Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31692026-03-24T14:36:18.323Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-24T14:36:18.737Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31712026-03-24T14:36:18.806Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-03-24T14:36:18.837Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-03-24T14:36:20.430Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31742026-03-24T14:36:20.536Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-03-24T14:36:20.678Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-24T14:36:21.133Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-03-24T14:36:21.739Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-03-24T14:36:21.770Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-03-24T14:36:23.254Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-03-24T14:36:23.726Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31812026-03-24T14:36:24.249Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-03-24T14:36:24.530Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-03-24T14:36:24.856Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31842026-03-24T14:36:25.402Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-24T14:36:25.432Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-03-24T14:36:25.890Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31872026-03-24T14:36:27.303Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-24T14:36:28.610Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-24T14:36:29.485Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-24T14:36:29.572Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-24T14:36:30.556Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31922026-03-24T14:36:30.627Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31932026-03-24T14:36:30.896Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-03-24T14:36:31.179Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31952026-03-24T14:36:34.051Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31962026-03-24T14:36:34.812Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31972026-03-24T14:36:35.003Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31982026-03-24T14:36:35.491Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31992026-03-24T14:36:37.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-03-24T14:36:37.491Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-03-24T14:36:38.203Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-03-24T14:36:38.556Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-03-24T14:36:38.779Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-24T14:36:39.383Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-24T14:36:39.592Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-24T14:36:39.855Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32072026-03-24T14:36:40.328Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082026-03-24T14:36:40.881Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32092026-03-24T14:36:40.910Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-03-24T14:36:41.121Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-03-24T14:36:41.482Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-03-24T14:36:41.526Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-03-24T14:36:42.385Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-03-24T14:36:42.499Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-03-24T14:36:42.638Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-03-24T14:36:43.000Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-03-24T14:36:43.271Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-03-24T14:36:43.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-24T14:36:44.154Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32202026-03-24T14:36:44.579Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-24T14:36:44.904Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-03-24T14:36:45.883Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-03-24T14:36:47.519Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-24T14:36:48.760Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-24T14:36:51.975Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-03-24T14:36:52.574Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-24T14:36:55.549Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-24T14:36:56.014Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-03-24T14:36:56.801Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-03-24T14:36:58.459Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32312026-03-24T14:36:59.649Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-24T14:37:02.113Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-03-24T14:37:02.694Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-03-24T14:37:03.615Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-03-24T14:37:04.052Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32362026-03-24T14:37:04.788Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-03-24T14:37:07.071Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-03-24T14:37:07.925Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-03-24T14:37:08.083Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-03-24T14:37:08.710Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-03-24T14:37:10.521Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32422026-03-24T14:37:13.063Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-24T14:37:16.893Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-03-24T14:37:17.800Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-24T14:37:19.989Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-03-24T14:37:20.835Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472026-03-24T14:37:21.830Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32482026-03-24T14:37:22.849Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-03-24T14:37:23.932Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-03-24T14:37:25.901Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-03-24T14:37:26.677Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32522026-03-24T14:37:26.998Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-24T14:37:28.020Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-03-24T14:37:29.009Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-24T14:37:30.204Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32562026-03-24T14:37:32.324Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32572026-03-24T14:37:33.442Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-03-24T14:37:39.941Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32592026-03-24T14:37:40.895Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-03-24T14:37:42.008Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32612026-03-24T14:37:45.354Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-03-24T14:37:46.149Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-03-24T14:37:47.216Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32642026-03-24T14:37:48.781Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-03-24T14:37:50.486Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32662026-03-24T14:37:53.787Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672026-03-24T14:37:55.007Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32682026-03-24T14:37:56.717Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32692026-03-24T14:37:58.766Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-03-24T14:38:00.936Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32712026-03-24T14:38:02.839Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-03-24T14:38:05.793Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-03-24T14:38:07.262Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32742026-03-24T14:38:09.607Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32752026-03-24T14:38:14.613Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-24T14:38:16.376Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-24T14:38:16.787Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-24T14:38:18.790Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-24T14:38:21.487Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32802026-03-24T14:38:23.846Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-03-24T14:38:26.382Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32822026-03-24T14:38:29.023Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-03-24T14:38:31.464Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842026-03-24T14:38:34.295Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-03-24T14:38:36.398Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-03-24T14:38:38.845Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32872026-03-24T14:38:41.275Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-03-24T14:38:43.724Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32892026-03-24T14:38:46.120Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32902026-03-24T14:38:48.323Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32912026-03-24T14:38:51.042Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-24T14:38:53.203Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-03-24T14:38:55.656Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-03-24T14:38:58.202Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-03-24T14:39:00.591Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32962026-03-24T14:39:03.202Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32972026-03-24T14:39:05.648Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32982026-03-24T14:39:08.222Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-03-24T14:39:10.685Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-24T14:39:13.210Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-03-24T14:39:15.771Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33022026-03-24T14:39:18.767Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T14:39:21.066Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T14:39:25.389Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-24T14:39:26.567Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-24T14:39:29.453Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-03-24T14:39:30.836Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-03-24T14:39:37.927Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33092026-03-24T14:39:40.746Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33102026-03-24T14:39:43.567Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-24T14:39:46.384Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33122026-03-24T14:39:49.119Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-03-24T14:39:51.835Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-03-24T14:39:55.028Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33152026-03-24T14:39:58.031Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162026-03-24T14:40:00.268Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33172026-03-24T14:40:03.233Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33182026-03-24T14:40:06.072Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33192026-03-24T14:40:08.828Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33202026-03-24T14:40:11.778Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33212026-03-24T14:40:14.628Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33222026-03-24T14:40:17.523Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-03-24T14:40:20.245Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-03-24T14:40:23.198Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33252026-03-24T14:40:26.148Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33262026-03-24T14:40:29.056Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33272026-03-24T14:40:31.845Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33282026-03-24T14:40:34.969Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33292026-03-24T14:40:37.667Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33302026-03-24T14:40:40.571Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-03-24T14:40:43.366Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-03-24T14:40:46.248Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33332026-03-24T14:40:49.158Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33342026-03-24T14:40:52.405Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-03-24T14:40:55.246Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-03-24T14:40:58.129Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33372026-03-24T14:41:01.184Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33382026-03-24T14:41:04.280Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-03-24T14:41:07.365Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-03-24T14:41:10.455Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33412026-03-24T14:41:13.592Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-03-24T14:41:16.792Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-03-24T14:41:19.882Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-03-24T14:41:23.002Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33452026-03-24T14:41:26.088Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33462026-03-24T14:41:29.202Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472026-03-24T14:41:32.412Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33482026-03-24T14:41:35.608Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-03-24T14:41:38.655Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33502026-03-24T14:41:42.376Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33512026-03-24T14:41:45.234Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33522026-03-24T14:41:54.457Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33532026-03-24T14:41:54.539Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-24T14:41:58.682Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33552026-03-24T14:42:02.687Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33562026-03-24T14:42:08.644Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-24T14:42:11.978Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33582026-03-24T14:42:16.469Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33592026-03-24T14:42:21.160Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33602026-03-24T14:42:25.595Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-03-24T14:42:30.150Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33622026-03-24T14:42:34.775Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-03-24T14:42:39.252Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-03-24T14:42:43.806Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33652026-03-24T14:42:48.375Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33662026-03-24T14:42:52.973Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33672026-03-24T14:42:57.536Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33682026-03-24T14:43:02.043Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33692026-03-24T14:43:06.754Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33702026-03-24T14:43:11.246Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-03-24T14:43:15.848Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-03-24T14:43:20.316Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-03-24T14:43:24.894Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-03-24T14:44:01.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s
33752026-03-24T14:44:01.876Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-03-24T14:44:01.994Z
33772026-03-24T14:44:01.997Zreal 8:08.568821191
33782026-03-24T14:44:01.997Zuser 23:30.803541959
33792026-03-24T14:44:01.997Zsys 4:26.544243483
33802026-03-24T14:44:01.997Ztrap 0.415440667
33812026-03-24T14:44:01.998Ztflt 0.028596786
33822026-03-24T14:44:01.998Zdflt 0.029560100
33832026-03-24T14:44:01.998Zkflt 0.000014933
33842026-03-24T14:44:01.998Zlock 7:23:56.928838444
33852026-03-24T14:44:01.998Zslp 2:42:44.504415971
33862026-03-24T14:44:01.998Zlat 34.235023420
33872026-03-24T14:44:01.998Zstop 1:55.487355435
33882026-03-24T14:44:01.998Zprocess exited: duration 1076879 ms, exit code 0
 
33892026-03-24T14:44:02.005Zfound 0 output files