01KMGECYER37Q3S2HABR562RX2: clippy (helios)

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

Buildomat Job: 01KMGEDW5SDFE2C6P5MSSGCBEF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:32:53.258Zjob assigned to worker 01KMGEE5A30K3WCXSBEB4BHEA7 [factory aws, i-0257527253771f078] (queued for 1 m 14 s)
 
22026-03-24T17:33:01.299Zstarting task 0: "setup"
32026-03-24T17:33:01.304Z++ uname -s
42026-03-24T17:33:01.313Z+ kern=SunOS
52026-03-24T17:33:01.313Z+ build_user=build
62026-03-24T17:33:01.313Z+ build_uid=12345
72026-03-24T17:33:01.313Z+ work_dir=/work
82026-03-24T17:33:01.313Z+ input_dir=/input
92026-03-24T17:33:01.313Z+ [[ 0 == 12345 ]]
102026-03-24T17:33:01.313Z+ case "$kern" in
112026-03-24T17:33:01.313Z+ groupadd -g 12345 build
122026-03-24T17:33:01.316Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:33:03.453Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:33:03.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:33:03.474Z+ home_fs=zfs
162026-03-24T17:33:03.474Z+ [[ zfs == autofs ]]
172026-03-24T17:33:03.474Z+ mkdir -p /home/build
182026-03-24T17:33:03.474Z+ chown build:build /home/build /work
192026-03-24T17:33:05.435Z+ chmod 0700 /home/build /work
202026-03-24T17:33:05.439Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-24T17:33:05.447Zstarting task 1: "rust-toolchain"
222026-03-24T17:33:05.454Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T17:33:05.454Z * rust toolchain channel = "1.94.0"
242026-03-24T17:33:05.454Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T17:33:05.454Z * rust toolchain profile = "default"
262026-03-24T17:33:05.454Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T17:33:05.454Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T17:33:05.475Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:33:05.475Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:33:05.583Zinfo: downloading installer
312026-03-24T17:33:07.220Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:33:07.220Zwarn: /opt/ooce/bin
332026-03-24T17:33:07.220Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:33:07.220Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:33:07.220Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:33:07.220Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:33:07.220Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:33:07.221Zerror: cannot install while Rust is installed
392026-03-24T17:33:07.221Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:33:07.221Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:33:07.221Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:33:07.221Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:33:07.221Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:33:07.233Zinfo: profile set to default
452026-03-24T17:33:07.233Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:33:07.236Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:33:07.379Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:33:07.382Zinfo: downloading 6 components
492026-03-24T17:33:22.598Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:33:22.599Z
512026-03-24T17:33:22.638Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:33:22.638Z
532026-03-24T17:33:22.639Z
542026-03-24T17:33:22.639ZRust is installed now. Great!
552026-03-24T17:33:22.639Z
562026-03-24T17:33:22.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:33:22.639Zenvironment variable. This has not been done automatically.
582026-03-24T17:33:22.639Z
592026-03-24T17:33:22.639ZTo configure your current shell, you need to source
602026-03-24T17:33:22.639Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:33:22.639Z
622026-03-24T17:33:22.639ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:33:22.639Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:33:22.639Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:33:22.639Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:33:22.639Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:33:22.639Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:33:22.639Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:33:22.642Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:33:22.642Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:33:22.743Z+ rustup --version
722026-03-24T17:33:22.754Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:33:22.757Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:33:22.780Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:33:22.783Z+ cargo --version
762026-03-24T17:33:22.799Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:33:22.802Z+ rustc --version
782026-03-24T17:33:22.827Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:33:22.830Zprocess exited: duration 17384 ms, exit code 0
 
802026-03-24T17:33:22.836Zstarting task 2: "authentication"
812026-03-24T17:33:22.856Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T17:33:22.861Zstarting task 3: "clone repository"
832026-03-24T17:33:22.865Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:33:22.868Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:33:22.903ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:33:34.553Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:33:34.553Z+ git fetch origin ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
882026-03-24T17:33:34.918ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:33:34.918Z * branch ec83d5cf3318aa44bfc3ae3b115bc26919f2861c -> FETCH_HEAD
902026-03-24T17:33:34.929Z+ [[ -n ben/icmpv6-firewall-support ]]
912026-03-24T17:33:34.932Z++ git branch --show-current
922026-03-24T17:33:34.934Z+ current=main
932026-03-24T17:33:34.934Z+ [[ main != ben/icmpv6-firewall-support ]]
942026-03-24T17:33:34.935Z+ git branch -f ben/icmpv6-firewall-support ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
952026-03-24T17:33:34.937Z+ git checkout -f ben/icmpv6-firewall-support
962026-03-24T17:33:35.264ZSwitched to branch 'ben/icmpv6-firewall-support'
972026-03-24T17:33:35.267Z+ git reset --hard ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
982026-03-24T17:33:35.297ZHEAD is now at ec83d5cf3 Merge branch 'main' into ben/icmpv6-firewall-support
992026-03-24T17:33:35.302Zprocess exited: duration 12437 ms, exit code 0
 
1002026-03-24T17:33:35.311Zstarting task 4: "build"
1012026-03-24T17:33:35.315Z+ source ./env.sh
1022026-03-24T17:33:35.319Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T17:33:35.319Z++ set -o xtrace
1042026-03-24T17:33:35.319Z++++ dirname ./env.sh
1052026-03-24T17:33:35.325Z+++ readlink -f .
1062026-03-24T17:33:35.325Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T17:33:35.325Z++ 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-24T17:33:35.325Z++ 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-24T17:33:35.325Z++ 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-24T17:33:35.326Z++ 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-24T17:33:35.326Z++ 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-24T17:33:35.326Z++ 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-24T17:33:35.326Z++ 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-24T17:33:35.326Z++ 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-24T17:33:35.326Z++ case $OLD_SHELL_OPTS in
1162026-03-24T17:33:35.326Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T17:33:35.326Z+ source .github/buildomat/ci-env.sh
1182026-03-24T17:33:35.326Z++ export CARGO_TERM_COLOR=always
1192026-03-24T17:33:35.326Z++ CARGO_TERM_COLOR=always
1202026-03-24T17:33:35.326Z+ cargo --version
1212026-03-24T17:33:35.333Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T17:33:35.338Z+ rustc --version
1232026-03-24T17:33:35.361Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T17:33:35.364Z+ banner prerequisites
1252026-03-24T17:33:35.367Z
1262026-03-24T17:33:35.367Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T17:33:35.367Z # # # # # # # # # # # # # # #
1282026-03-24T17:33:35.367Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T17:33:35.367Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T17:33:35.367Z # # # # # # # # # # # # # # #
1312026-03-24T17:33:35.367Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T17:33:35.367Z
1332026-03-24T17:33:35.368Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T17:33:45.575Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T17:33:55.403Z Startup: Caching catalogs ... Done
1362026-03-24T17:34:18.324ZPlanning: Solver setup ... Done (21.493s)
1372026-03-24T17:34:18.481ZPlanning: Running solver ... Done (0.157s)
1382026-03-24T17:34:18.666ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T17:34:18.698ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T17:34:18.821ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T17:34:18.862ZPlanning: Package planning ... Done (0.042s)
1422026-03-24T17:34:18.901ZPlanning: Merging actions ... Done (0.039s)
1432026-03-24T17:34:19.144ZPlanning: Checking for conflicting actions ... Done (0.242s)
1442026-03-24T17:34:19.154ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T17:34:19.978ZPlanning: Evaluating mediators ... Done (0.823s)
1462026-03-24T17:34:19.986ZPlanning: Planning completed in 24.44 seconds
1472026-03-24T17:34:19.999Z Packages to install: 4
1482026-03-24T17:34:20.003Z Mediators to change: 2
1492026-03-24T17:34:20.003Z Services to change: 1
1502026-03-24T17:34:20.003Z Estimated space available: 155.42 GB
1512026-03-24T17:34:20.003ZEstimated space to be consumed: 1.83 GB
1522026-03-24T17:34:20.003Z Create boot environment: No
1532026-03-24T17:34:20.003ZCreate backup boot environment: No
1542026-03-24T17:34:20.003Z Rebuild boot archive: No
1552026-03-24T17:34:20.003Z
1562026-03-24T17:34:20.003ZChanged mediators:
1572026-03-24T17:34:20.003Z mediator clang:
1582026-03-24T17:34:20.003Z version: None -> 15 (system default)
1592026-03-24T17:34:20.003Z
1602026-03-24T17:34:20.003Z mediator llvm:
1612026-03-24T17:34:20.003Z version: 14 (system default) -> 15 (system default)
1622026-03-24T17:34:20.003Z
1632026-03-24T17:34:20.003ZChanged packages:
1642026-03-24T17:34:20.003Zhelios-dev
1652026-03-24T17:34:20.003Z developer/build-essential
1662026-03-24T17:34:20.003Z None -> 11-2.0
1672026-03-24T17:34:20.003Z library/libxmlsec1
1682026-03-24T17:34:20.003Z None -> 1.2.35-2.0
1692026-03-24T17:34:20.003Z ooce/developer/clang-15
1702026-03-24T17:34:20.003Z None -> 15.0.7-2.0
1712026-03-24T17:34:20.003Z ooce/developer/llvm-15
1722026-03-24T17:34:20.003Z None -> 15.0.7-2.0
1732026-03-24T17:34:20.003Z
1742026-03-24T17:34:20.003ZServices:
1752026-03-24T17:34:20.003Z restart_fmri:
1762026-03-24T17:34:20.003Z svc:/system/update-man-index:default
1772026-03-24T17:34:20.050Z
1782026-03-24T17:34:20.050ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T17:34:25.049ZDownload: 2767/3290 items 120.9/212.6MB 56% complete (24.4M/s)
1802026-03-24T17:34:26.780ZDownload: Completed 212.60 MB in 6.73 seconds (31.6M/s)
1812026-03-24T17:34:27.117Z Actions: 1/3689 actions (Installing new actions)
1822026-03-24T17:34:31.232Z Actions: Completed 3689 actions in 4.11 seconds.
1832026-03-24T17:34:31.990Z Done (0.754s)
1842026-03-24T17:34:31.990Z Done (0.000s)
1852026-03-24T17:34:32.991Z Done (1.001s)
1862026-03-24T17:34:36.748Z Done (3.398s)
1872026-03-24T17:34:36.833Z Done (0.018s)
1882026-03-24T17:34:36.836Z Done (0.000s)
1892026-03-24T17:34:36.967Z Done (0.000s)
1902026-03-24T17:34:37.927ZPlanning: Evaluating mediator changes ... Done
1912026-03-24T17:34:38.069ZPlanning: Checking for conflicting actions ... Done
1922026-03-24T17:34:38.072ZPlanning: Consolidating action changes ... Done
1932026-03-24T17:34:38.293ZPlanning: Evaluating mediators ... Done
1942026-03-24T17:34:38.296ZPlanning: Planning completed in 0.37 seconds
1952026-03-24T17:34:38.322Z Mediators to change: 2
1962026-03-24T17:34:38.322Z Create boot environment: No
1972026-03-24T17:34:38.325ZCreate backup boot environment: No
1982026-03-24T17:34:38.386Z Done
1992026-03-24T17:34:38.386Z Done
2002026-03-24T17:34:39.140Z Done
2012026-03-24T17:34:42.454Z Done
2022026-03-24T17:34:42.540Z Done
2032026-03-24T17:34:42.543Z Done
2042026-03-24T17:34:42.705Z Done
2052026-03-24T17:34:43.237ZPlanning: Evaluating mediator changes ... Done
2062026-03-24T17:34:43.240ZPlanning: Merging actions ... Done
2072026-03-24T17:34:43.404ZPlanning: Checking for conflicting actions ... Done
2082026-03-24T17:34:43.408ZPlanning: Consolidating action changes ... Done
2092026-03-24T17:34:43.627ZPlanning: Evaluating mediators ... Done
2102026-03-24T17:34:43.670ZPlanning: Planning completed in 0.64 seconds
2112026-03-24T17:34:43.700Z Packages to change: 1
2122026-03-24T17:34:43.700Z Mediators to change: 1
2132026-03-24T17:34:43.703Z Services to change: 1
2142026-03-24T17:34:43.703Z Create boot environment: No
2152026-03-24T17:34:43.703ZCreate backup boot environment: Yes
2162026-03-24T17:34:46.306Z Actions: 1/6 actions (Updating modified actions)
2172026-03-24T17:34:46.309Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-24T17:34:46.309Z Done
2192026-03-24T17:34:46.309Z Done
2202026-03-24T17:34:46.496Z Done
2212026-03-24T17:34:49.786Z Done
2222026-03-24T17:34:49.874Z Done
2232026-03-24T17:34:49.877Z Done
2242026-03-24T17:34:50.026Z Done
2252026-03-24T17:34:50.436ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-24T17:34:50.436Zclang system 15 system
2272026-03-24T17:34:50.436Zcsh system system illumos
2282026-03-24T17:34:50.436Zctags system system illumos
2292026-03-24T17:34:50.436Zfile system system illumos
2302026-03-24T17:34:50.436Zgcc vendor 12 vendor
2312026-03-24T17:34:50.437Zgcc system 10 system
2322026-03-24T17:34:50.437Zgcc system 7 system
2332026-03-24T17:34:50.437Zgo system 1.20 system
2342026-03-24T17:34:50.437Zgo system 1.19 system
2352026-03-24T17:34:50.437Zllvm system 15 system
2362026-03-24T17:34:50.437Zllvm system 14 system
2372026-03-24T17:34:50.437Zmariadb system 10.6 system
2382026-03-24T17:34:50.437Zmta vendor vendor dma
2392026-03-24T17:34:50.437Zopenjdk system 17 system
2402026-03-24T17:34:50.437Zopenjdk system 11 system
2412026-03-24T17:34:50.437Zopenjdk system 1.8 system
2422026-03-24T17:34:50.437Zopenssl vendor 3 vendor
2432026-03-24T17:34:50.437Zperl system 5.36 system
2442026-03-24T17:34:50.437Zpostgresql system 15 system
2452026-03-24T17:34:50.437Zpostgresql system 13 system
2462026-03-24T17:34:50.437Zpython vendor 3 vendor
2472026-03-24T17:34:50.437Zpython system 2 system
2482026-03-24T17:34:50.437Zpython3 system 3.11 system
2492026-03-24T17:34:50.437Zruby system 3.0 system
2502026-03-24T17:34:50.437Zwords vendor vendor american-english
2512026-03-24T17:34:50.437Zwords system system australian-english
2522026-03-24T17:34:50.437Zwords system system british-english
2532026-03-24T17:34:50.437Zwords system system canadian-english
2542026-03-24T17:34:50.437Zwords system system french
2552026-03-24T17:34:50.437Zwords system system italian
2562026-03-24T17:34:50.438Zwords system system ngerman
2572026-03-24T17:34:50.438Zwords system system ogerman
2582026-03-24T17:34:50.438Zwords system system spanish
2592026-03-24T17:34:50.704ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-24T17:34:50.704Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-24T17:34:56.662ZFMRI IFO
2622026-03-24T17:34:56.662Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-24T17:34:56.663Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-24T17:34:56.663Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-24T17:34:56.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-24T17:34:56.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-24T17:34:56.663Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-24T17:34:56.663Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-24T17:34:56.663Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-24T17:34:56.663Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-24T17:34:56.663Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-24T17:34:56.663Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-24T17:34:56.663Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-24T17:34:56.663Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-24T17:34:56.663Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-24T17:34:56.663Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-24T17:34:56.663Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-24T17:34:57.902Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-24T17:34:58.209Z Updating crates.io index
2802026-03-24T17:34:58.238Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-24T17:34:58.979Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-24T17:35:01.782Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-24T17:35:02.998Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-24T17:35:02.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-24T17:35:03.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-24T17:35:03.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-24T17:35:05.050Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-24T17:35:05.670Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-24T17:35:05.983Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-24T17:35:06.737Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-24T17:35:06.983Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-24T17:35:07.386Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-24T17:35:07.693Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-24T17:35:08.689Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-24T17:35:09.276Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-24T17:35:09.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-24T17:35:09.862Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-24T17:35:10.285Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-24T17:35:10.509Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-24T17:35:10.720Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-24T17:35:11.014Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-24T17:35:11.489Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-24T17:35:11.983Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-24T17:35:12.424Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-24T17:35:12.778Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-24T17:35:13.047Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-24T17:35:13.997Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-24T17:35:14.410Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-24T17:35:18.786Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-24T17:35:19.422Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-24T17:35:22.613Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-24T17:35:22.745Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-24T17:35:22.745Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-24T17:35:22.898Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-24T17:35:23.166Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-24T17:35:23.454Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-24T17:35:23.748Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-24T17:35:24.208Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-24T17:35:38.050Z Downloading crates ...
3202026-03-24T17:35:38.099Z Downloaded dof v0.3.0
3212026-03-24T17:35:38.107Z Downloaded cfg-if v1.0.4
3222026-03-24T17:35:38.112Z Downloaded camino-tempfile v1.4.1
3232026-03-24T17:35:38.116Z Downloaded equivalent v1.0.2
3242026-03-24T17:35:38.116Z Downloaded camino v1.2.2
3252026-03-24T17:35:38.120Z Downloaded errno v0.3.14
3262026-03-24T17:35:38.120Z Downloaded toml_write v0.1.2
3272026-03-24T17:35:38.120Z Downloaded fnv v1.0.7
3282026-03-24T17:35:38.125Z Downloaded anyhow v1.0.102
3292026-03-24T17:35:38.129Z Downloaded textwrap v0.16.2
3302026-03-24T17:35:38.129Z Downloaded fastrand v2.3.0
3312026-03-24T17:35:38.134Z Downloaded anstyle-query v1.1.5
3322026-03-24T17:35:38.137Z Downloaded typeid v1.0.3
3332026-03-24T17:35:38.137Z Downloaded displaydoc v0.2.5
3342026-03-24T17:35:38.141Z Downloaded cargo_metadata v0.21.0
3352026-03-24T17:35:38.141Z Downloaded thiserror v1.0.69
3362026-03-24T17:35:38.145Z Downloaded unicode-ident v1.0.24
3372026-03-24T17:35:38.145Z Downloaded proc-macro-error-attr v1.0.4
3382026-03-24T17:35:38.149Z Downloaded idna_adapter v1.2.1
3392026-03-24T17:35:38.149Z Downloaded form_urlencoded v1.2.2
3402026-03-24T17:35:38.149Z Downloaded macaddr v1.0.1
3412026-03-24T17:35:38.149Z Downloaded version_check v0.9.5
3422026-03-24T17:35:38.152Z Downloaded zerofrom-derive v0.1.6
3432026-03-24T17:35:38.152Z Downloaded quote v1.0.44
3442026-03-24T17:35:38.153Z Downloaded clap_lex v1.0.0
3452026-03-24T17:35:38.156Z Downloaded block-buffer v0.10.4
3462026-03-24T17:35:38.156Z Downloaded cargo-util-schemas v0.8.2
3472026-03-24T17:35:38.156Z Downloaded swrite v0.1.0
3482026-03-24T17:35:38.156Z Downloaded thread-id v4.2.2
3492026-03-24T17:35:38.160Z Downloaded zerofrom v0.1.6
3502026-03-24T17:35:38.160Z Downloaded usdt-macro v0.5.0
3512026-03-24T17:35:38.160Z Downloaded stable_deref_trait v1.2.1
3522026-03-24T17:35:38.160Z Downloaded heck v0.4.1
3532026-03-24T17:35:38.164Z Downloaded usdt v0.5.0
3542026-03-24T17:35:38.164Z Downloaded unicode-xid v0.2.6
3552026-03-24T17:35:38.164Z Downloaded erased-serde v0.4.9
3562026-03-24T17:35:38.164Z Downloaded cargo-platform v0.2.0
3572026-03-24T17:35:38.168Z Downloaded zmij v1.0.21
3582026-03-24T17:35:38.168Z Downloaded thiserror-impl v1.0.69
3592026-03-24T17:35:38.168Z Downloaded terminal_size v0.4.3
3602026-03-24T17:35:38.168Z Downloaded anstream v0.6.21
3612026-03-24T17:35:38.171Z Downloaded yoke v0.8.1
3622026-03-24T17:35:38.171Z Downloaded utf8parse v0.2.2
3632026-03-24T17:35:38.171Z Downloaded yoke-derive v0.8.1
3642026-03-24T17:35:38.175Z Downloaded utf8_iter v1.0.4
3652026-03-24T17:35:38.175Z Downloaded tinystr v0.8.2
3662026-03-24T17:35:38.175Z Downloaded serde_spanned v0.6.9
3672026-03-24T17:35:38.175Z Downloaded ucd-trie v0.1.7
3682026-03-24T17:35:38.179Z Downloaded serde-value v0.7.0
3692026-03-24T17:35:38.179Z Downloaded memmap v0.7.0
3702026-03-24T17:35:38.179Z Downloaded is_terminal_polyfill v1.70.2
3712026-03-24T17:35:38.179Z Downloaded usdt-attr-macro v0.5.0
3722026-03-24T17:35:38.183Z Downloaded toml_datetime v0.6.11
3732026-03-24T17:35:38.183Z Downloaded typenum v1.19.0
3742026-03-24T17:35:38.183Z Downloaded byteorder v1.5.0
3752026-03-24T17:35:38.187Z Downloaded crypto-common v0.1.7
3762026-03-24T17:35:38.187Z Downloaded usdt-impl v0.5.0
3772026-03-24T17:35:38.187Z Downloaded unicode-linebreak v0.1.5
3782026-03-24T17:35:38.187Z Downloaded zerovec-derive v0.11.2
3792026-03-24T17:35:38.191Z Downloaded heck v0.5.0
3802026-03-24T17:35:38.191Z Downloaded toml_edit v0.22.27
3812026-03-24T17:35:38.194Z Downloaded colorchoice v1.0.4
3822026-03-24T17:35:38.194Z Downloaded dtrace-parser v0.2.0
3832026-03-24T17:35:38.194Z Downloaded autocfg v1.5.0
3842026-03-24T17:35:38.194Z Downloaded writeable v0.6.2
3852026-03-24T17:35:38.198Z Downloaded toml v0.8.23
3862026-03-24T17:35:38.198Z Downloaded anstyle v1.0.13
3872026-03-24T17:35:38.198Z Downloaded generic-array v0.14.7
3882026-03-24T17:35:38.202Z Downloaded cpufeatures v0.2.17
3892026-03-24T17:35:38.202Z Downloaded thiserror v2.0.18
3902026-03-24T17:35:38.205Z Downloaded zerotrie v0.2.3
3912026-03-24T17:35:38.209Z Downloaded zerocopy-derive v0.7.35
3922026-03-24T17:35:38.213Z Downloaded tabled_derive v0.7.0
3932026-03-24T17:35:38.213Z Downloaded getrandom v0.4.1
3942026-03-24T17:35:38.217Z Downloaded url v2.5.8
3952026-03-24T17:35:38.217Z Downloaded smawk v0.3.2
3962026-03-24T17:35:38.217Z Downloaded pretty-hex v0.4.1
3972026-03-24T17:35:38.221Z Downloaded potential_utf v0.1.4
3982026-03-24T17:35:38.221Z Downloaded anstyle-parse v0.2.7
3992026-03-24T17:35:38.221Z Downloaded percent-encoding v2.3.2
4002026-03-24T17:35:38.221Z Downloaded bytecount v0.6.9
4012026-03-24T17:35:38.225Z Downloaded thiserror-impl v2.0.18
4022026-03-24T17:35:38.225Z Downloaded zerovec v0.11.5
4032026-03-24T17:35:38.230Z Downloaded plain v0.2.3
4042026-03-24T17:35:38.230Z Downloaded scroll_derive v0.12.1
4052026-03-24T17:35:38.230Z Downloaded ordered-float v2.10.1
4062026-03-24T17:35:38.231Z Downloaded strsim v0.11.1
4072026-03-24T17:35:38.235Z Downloaded zerocopy v0.7.35
4082026-03-24T17:35:38.243Z Downloaded serde_tokenstream v0.2.3
4092026-03-24T17:35:38.247Z Downloaded winnow v0.7.14
4102026-03-24T17:35:38.251Z Downloaded fs-err v3.3.0
4112026-03-24T17:35:38.254Z Downloaded cargo_toml v0.21.0
4122026-03-24T17:35:38.254Z Downloaded unicode-width v0.2.0
4132026-03-24T17:35:38.258Z Downloaded sha2 v0.10.9
4142026-03-24T17:35:38.261Z Downloaded serde-untagged v0.1.9
4152026-03-24T17:35:38.261Z Downloaded semver v1.0.27
4162026-03-24T17:35:38.262Z Downloaded itoa v1.0.17
4172026-03-24T17:35:38.265Z Downloaded unicode-width v0.1.14
4182026-03-24T17:35:38.269Z Downloaded digest v0.10.7
4192026-03-24T17:35:38.269Z Downloaded scroll v0.12.0
4202026-03-24T17:35:38.277Z Downloaded proc-macro-error v1.0.4
4212026-03-24T17:35:38.285Z Downloaded bitflags v2.11.0
4222026-03-24T17:35:38.289Z Downloaded smallvec v1.15.1
4232026-03-24T17:35:38.294Z Downloaded clap_derive v4.5.55
4242026-03-24T17:35:38.294Z Downloaded synstructure v0.13.2
4252026-03-24T17:35:38.294Z Downloaded litemap v0.8.1
4262026-03-24T17:35:38.298Z Downloaded clap v4.5.60
4272026-03-24T17:35:38.302Z Downloaded log v0.4.29
4282026-03-24T17:35:38.305Z Downloaded pest_generator v2.8.6
4292026-03-24T17:35:38.309Z Downloaded once_cell v1.21.3
4302026-03-24T17:35:38.313Z Downloaded serde_core v1.0.228
4312026-03-24T17:35:38.317Z Downloaded icu_provider v2.1.1
4322026-03-24T17:35:38.321Z Downloaded num-traits v0.2.19
4332026-03-24T17:35:38.329Z Downloaded papergrid v0.11.0
4342026-03-24T17:35:38.334Z Downloaded tempfile v3.25.0
4352026-03-24T17:35:38.337Z Downloaded serde_derive v1.0.228
4362026-03-24T17:35:38.337Z Downloaded icu_properties v2.1.2
4372026-03-24T17:35:38.341Z Downloaded proc-macro2 v1.0.106
4382026-03-24T17:35:38.345Z Downloaded pest_derive v2.8.6
4392026-03-24T17:35:38.349Z Downloaded serde v1.0.228
4402026-03-24T17:35:38.352Z Downloaded icu_collections v2.1.1
4412026-03-24T17:35:38.356Z Downloaded pest_meta v2.8.6
4422026-03-24T17:35:38.356Z Downloaded memchr v2.8.0
4432026-03-24T17:35:38.360Z Downloaded icu_locale_core v2.1.1
4442026-03-24T17:35:38.364Z Downloaded icu_normalizer_data v2.1.1
4452026-03-24T17:35:38.368Z Downloaded icu_normalizer v2.1.1
4462026-03-24T17:35:38.385Z Downloaded indexmap v2.13.0
4472026-03-24T17:35:38.392Z Downloaded pest v2.8.6
4482026-03-24T17:35:38.410Z Downloaded clap_builder v4.5.60
4492026-03-24T17:35:38.414Z Downloaded idna v1.1.0
4502026-03-24T17:35:38.420Z Downloaded hashbrown v0.16.1
4512026-03-24T17:35:38.430Z Downloaded icu_properties_data v2.1.2
4522026-03-24T17:35:38.437Z Downloaded serde_json v1.0.149
4532026-03-24T17:35:38.442Z Downloaded tabled v0.15.0
4542026-03-24T17:35:38.452Z Downloaded goblin v0.8.2
4552026-03-24T17:35:38.456Z Downloaded syn v1.0.109
4562026-03-24T17:35:38.469Z Downloaded syn v2.0.117
4572026-03-24T17:35:38.483Z Downloaded rustix v1.1.3
4582026-03-24T17:35:38.514Z Downloaded libc v0.2.180
4592026-03-24T17:35:38.599Z Compiling proc-macro2 v1.0.106
4602026-03-24T17:35:38.603Z Compiling quote v1.0.44
4612026-03-24T17:35:38.603Z Compiling unicode-ident v1.0.24
4622026-03-24T17:35:38.603Z Compiling serde_core v1.0.228
4632026-03-24T17:35:38.604Z Compiling libc v0.2.180
4642026-03-24T17:35:38.604Z Compiling version_check v0.9.5
4652026-03-24T17:35:38.604Z Compiling stable_deref_trait v1.2.1
4662026-03-24T17:35:38.604Z Compiling serde v1.0.228
4672026-03-24T17:35:38.980Z Compiling memchr v2.8.0
4682026-03-24T17:35:39.005Z Compiling zmij v1.0.21
4692026-03-24T17:35:39.398Z Compiling thiserror v1.0.69
4702026-03-24T17:35:39.398Z Compiling itoa v1.0.17
4712026-03-24T17:35:39.677Z Compiling autocfg v1.5.0
4722026-03-24T17:35:39.684Z Compiling ucd-trie v0.1.7
4732026-03-24T17:35:39.840Z Compiling writeable v0.6.2
4742026-03-24T17:35:39.879Z Compiling pest v2.8.6
4752026-03-24T17:35:39.967Z Compiling litemap v0.8.1
4762026-03-24T17:35:40.058Z Compiling icu_normalizer_data v2.1.1
4772026-03-24T17:35:40.151Z Compiling icu_properties_data v2.1.2
4782026-03-24T17:35:40.284Z Compiling rustix v1.1.3
4792026-03-24T17:35:40.308Z Compiling byteorder v1.5.0
4802026-03-24T17:35:40.620Z Compiling syn v2.0.117
4812026-03-24T17:35:40.693Z Compiling errno v0.3.14
4822026-03-24T17:35:40.715Z Compiling serde_json v1.0.149
4832026-03-24T17:35:40.840Z Compiling bitflags v2.11.0
4842026-03-24T17:35:41.014Z Compiling num-traits v0.2.19
4852026-03-24T17:35:41.037Z Compiling typeid v1.0.3
4862026-03-24T17:35:41.251Z Compiling hashbrown v0.16.1
4872026-03-24T17:35:41.377Z Compiling equivalent v1.0.2
4882026-03-24T17:35:41.410Z Compiling smallvec v1.15.1
4892026-03-24T17:35:41.492Z Compiling pest_meta v2.8.6
4902026-03-24T17:35:41.782Z Compiling thread-id v4.2.2
4912026-03-24T17:35:41.886Z Compiling usdt-impl v0.5.0
4922026-03-24T17:35:41.943Z Compiling indexmap v2.13.0
4932026-03-24T17:35:41.992Z Compiling proc-macro-error-attr v1.0.4
4942026-03-24T17:35:42.124Z Compiling syn v1.0.109
4952026-03-24T17:35:42.148Z Compiling erased-serde v0.4.9
4962026-03-24T17:35:42.232Z Compiling toml_write v0.1.2
4972026-03-24T17:35:42.479Z Compiling winnow v0.7.14
4982026-03-24T17:35:42.799Z Compiling proc-macro-error v1.0.4
4992026-03-24T17:35:42.918Z Compiling plain v0.2.3
5002026-03-24T17:35:43.030Z Compiling percent-encoding v2.3.2
5012026-03-24T17:35:43.058Z Compiling thiserror v2.0.18
5022026-03-24T17:35:43.272Z Compiling getrandom v0.4.1
5032026-03-24T17:35:43.489Z Compiling camino v1.2.2
5042026-03-24T17:35:43.662Z Compiling log v0.4.29
5052026-03-24T17:35:43.695Z Compiling utf8parse v0.2.2
5062026-03-24T17:35:43.784Z Compiling utf8_iter v1.0.4
5072026-03-24T17:35:43.841Z Compiling anstyle-parse v0.2.7
5082026-03-24T17:35:43.942Z Compiling ordered-float v2.10.1
5092026-03-24T17:35:43.989Z Compiling form_urlencoded v1.2.2
5102026-03-24T17:35:44.215Z Compiling terminal_size v0.4.3
5112026-03-24T17:35:44.306Z Compiling synstructure v0.13.2
5122026-03-24T17:35:44.390Z Compiling pest_generator v2.8.6
5132026-03-24T17:35:44.488Z Compiling colorchoice v1.0.4
5142026-03-24T17:35:44.509Z Compiling anstyle v1.0.13
5152026-03-24T17:35:44.624Z Compiling anstyle-query v1.1.5
5162026-03-24T17:35:44.647Z Compiling cfg-if v1.0.4
5172026-03-24T17:35:44.729Z Compiling is_terminal_polyfill v1.70.2
5182026-03-24T17:35:44.754Z Compiling pretty-hex v0.4.1
5192026-03-24T17:35:44.809Z Compiling serde-untagged v0.1.9
5202026-03-24T17:35:44.848Z Compiling anstream v0.6.21
5212026-03-24T17:35:45.106Z Compiling semver v1.0.27
5222026-03-24T17:35:45.186Z Compiling fs-err v3.3.0
5232026-03-24T17:35:45.309Z Compiling unicode-width v0.1.14
5242026-03-24T17:35:45.376Z Compiling fnv v1.0.7
5252026-03-24T17:35:45.421Z Compiling once_cell v1.21.3
5262026-03-24T17:35:45.504Z Compiling strsim v0.11.1
5272026-03-24T17:35:45.538Z Compiling heck v0.4.1
5282026-03-24T17:35:45.590Z Compiling fastrand v2.3.0
5292026-03-24T17:35:45.666Z Compiling unicode-xid v0.2.6
5302026-03-24T17:35:45.697Z Compiling anyhow v1.0.102
5312026-03-24T17:35:45.851Z Compiling clap_lex v1.0.0
5322026-03-24T17:35:45.943Z Compiling heck v0.5.0
5332026-03-24T17:35:45.967Z Compiling bytecount v0.6.9
5342026-03-24T17:35:46.139Z Compiling papergrid v0.11.0
5352026-03-24T17:35:46.162Z Compiling clap_builder v4.5.60
5362026-03-24T17:35:46.238Z Compiling tempfile v3.25.0
5372026-03-24T17:35:46.371Z Compiling memmap v0.7.0
5382026-03-24T17:35:46.395Z Compiling unicode-width v0.2.0
5392026-03-24T17:35:46.606Z Compiling smawk v0.3.2
5402026-03-24T17:35:46.735Z Compiling unicode-linebreak v0.1.5
5412026-03-24T17:35:46.759Z Compiling camino-tempfile v1.4.1
5422026-03-24T17:35:46.895Z Compiling serde_derive v1.0.228
5432026-03-24T17:35:47.050Z Compiling zerofrom-derive v0.1.6
5442026-03-24T17:35:47.075Z Compiling yoke-derive v0.8.1
5452026-03-24T17:35:47.137Z Compiling zerovec-derive v0.11.2
5462026-03-24T17:35:47.165Z Compiling displaydoc v0.2.5
5472026-03-24T17:35:48.083Z Compiling thiserror-impl v1.0.69
5482026-03-24T17:35:48.113Z Compiling zerocopy-derive v0.7.35
5492026-03-24T17:35:48.585Z Compiling pest_derive v2.8.6
5502026-03-24T17:35:48.637Z Compiling scroll_derive v0.12.1
5512026-03-24T17:35:48.942Z Compiling zerofrom v0.1.6
5522026-03-24T17:35:49.112Z Compiling yoke v0.8.1
5532026-03-24T17:35:49.116Z Compiling thiserror-impl v2.0.18
5542026-03-24T17:35:49.255Z Compiling zerocopy v0.7.35
5552026-03-24T17:35:49.363Z Compiling zerovec v0.11.5
5562026-03-24T17:35:49.493Z Compiling zerotrie v0.2.3
5572026-03-24T17:35:49.893Z Compiling dtrace-parser v0.2.0
5582026-03-24T17:35:49.917Z Compiling scroll v0.12.0
5592026-03-24T17:35:50.100Z Compiling tinystr v0.8.2
5602026-03-24T17:35:50.125Z Compiling potential_utf v0.1.4
5612026-03-24T17:35:50.293Z Compiling icu_collections v2.1.1
5622026-03-24T17:35:50.338Z Compiling icu_locale_core v2.1.1
5632026-03-24T17:35:50.373Z Compiling goblin v0.8.2
5642026-03-24T17:35:50.422Z Compiling tabled_derive v0.7.0
5652026-03-24T17:35:50.883Z Compiling clap_derive v4.5.55
5662026-03-24T17:35:51.004Z Compiling textwrap v0.16.2
5672026-03-24T17:35:51.586Z Compiling icu_provider v2.1.1
5682026-03-24T17:35:51.613Z Compiling serde_spanned v0.6.9
5692026-03-24T17:35:51.618Z Compiling toml_datetime v0.6.11
5702026-03-24T17:35:51.662Z Compiling dof v0.3.0
5712026-03-24T17:35:51.686Z Compiling serde_tokenstream v0.2.3
5722026-03-24T17:35:51.709Z Compiling serde-value v0.7.0
5732026-03-24T17:35:51.793Z Compiling cargo-platform v0.2.0
5742026-03-24T17:35:51.975Z Compiling icu_properties v2.1.2
5752026-03-24T17:35:52.000Z Compiling icu_normalizer v2.1.1
5762026-03-24T17:35:52.086Z Compiling toml_edit v0.22.27
5772026-03-24T17:35:52.178Z Compiling tabled v0.15.0
5782026-03-24T17:35:52.202Z Compiling macaddr v1.0.1
5792026-03-24T17:35:52.493Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5802026-03-24T17:35:52.712Z Compiling swrite v0.1.0
5812026-03-24T17:35:52.912Z Compiling usdt-macro v0.5.0
5822026-03-24T17:35:52.916Z Compiling usdt-attr-macro v0.5.0
5832026-03-24T17:35:53.184Z Compiling idna_adapter v1.2.1
5842026-03-24T17:35:53.219Z Compiling clap v4.5.60
5852026-03-24T17:35:53.325Z Compiling idna v1.1.0
5862026-03-24T17:35:53.690Z Compiling url v2.5.8
5872026-03-24T17:35:54.023Z Compiling toml v0.8.23
5882026-03-24T17:35:54.324Z Compiling usdt v0.5.0
5892026-03-24T17:35:54.588Z Compiling cargo-util-schemas v0.8.2
5902026-03-24T17:35:54.639Z Compiling cargo_toml v0.21.0
5912026-03-24T17:35:55.813Z Compiling cargo_metadata v0.21.0
5922026-03-24T17:35:57.097Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-24T17:35:59.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5942026-03-24T17:36:00.174Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-24T17:36:00.943Z Downloading crates ...
5962026-03-24T17:36:01.053Z Downloaded adler2 v2.0.1
5972026-03-24T17:36:01.059Z Downloaded cfg_aliases v0.1.1
5982026-03-24T17:36:01.059Z Downloaded crc8 v0.1.1
5992026-03-24T17:36:01.059Z Downloaded arrayvec v0.7.6
6002026-03-24T17:36:01.066Z Downloaded ahash v0.8.12
6012026-03-24T17:36:01.066Z Downloaded crucible-workspace-hack v0.1.0
6022026-03-24T17:36:01.070Z Downloaded defmt v0.3.100
6032026-03-24T17:36:01.070Z Downloaded crossbeam-deque v0.8.6
6042026-03-24T17:36:01.070Z Downloaded crunchy v0.2.4
6052026-03-24T17:36:01.070Z Downloaded critical-section v1.2.0
6062026-03-24T17:36:01.076Z Downloaded darling_macro v0.20.11
6072026-03-24T17:36:01.076Z Downloaded dyn-clone v1.0.20
6082026-03-24T17:36:01.085Z Downloaded derive_builder_core v0.20.2
6092026-03-24T17:36:01.086Z Downloaded env_logger v0.11.9
6102026-03-24T17:36:01.086Z Downloaded async-recursion v1.1.1
6112026-03-24T17:36:01.090Z Downloaded fixedbitset v0.5.7
6122026-03-24T17:36:01.091Z Downloaded endian-type v0.1.2
6132026-03-24T17:36:01.091Z Downloaded ascii-canvas v3.0.0
6142026-03-24T17:36:01.091Z Downloaded dropshot_endpoint v0.16.7
6152026-03-24T17:36:01.091Z Downloaded daft v0.1.5
6162026-03-24T17:36:01.091Z Downloaded ciborium-ll v0.2.2
6172026-03-24T17:36:01.100Z Downloaded ciborium-io v0.2.2
6182026-03-24T17:36:01.100Z Downloaded base16ct v1.0.0
6192026-03-24T17:36:01.100Z Downloaded crossterm v0.29.0
6202026-03-24T17:36:01.109Z Downloaded enum-as-inner v0.6.1
6212026-03-24T17:36:01.109Z Downloaded dtrace-parser v0.3.0
6222026-03-24T17:36:01.109Z Downloaded ctr v0.9.2
6232026-03-24T17:36:01.109Z Downloaded crc-catalog v2.4.0
6242026-03-24T17:36:01.109Z Downloaded cfg_aliases v0.2.1
6252026-03-24T17:36:01.115Z Downloaded bit-set v0.8.0
6262026-03-24T17:36:01.115Z Downloaded bb8 v0.8.6
6272026-03-24T17:36:01.115Z Downloaded dirs-next v2.0.0
6282026-03-24T17:36:01.115Z Downloaded derive_builder_macro v0.20.2
6292026-03-24T17:36:01.115Z Downloaded display-error-chain v0.2.2
6302026-03-24T17:36:01.115Z Downloaded cstr-argument v0.1.2
6312026-03-24T17:36:01.115Z Downloaded arrayref v0.3.9
6322026-03-24T17:36:01.115Z Downloaded atomicwrites v0.4.4
6332026-03-24T17:36:01.121Z Downloaded debug-ignore v1.0.5
6342026-03-24T17:36:01.121Z Downloaded bitfield-struct v0.6.2
6352026-03-24T17:36:01.122Z Downloaded either v1.15.0
6362026-03-24T17:36:01.122Z Downloaded funty v2.0.0
6372026-03-24T17:36:01.122Z Downloaded castaway v0.2.4
6382026-03-24T17:36:01.127Z Downloaded env_filter v1.0.0
6392026-03-24T17:36:01.127Z Downloaded bcrypt-pbkdf v0.10.0
6402026-03-24T17:36:01.127Z Downloaded dof v0.4.0
6412026-03-24T17:36:01.127Z Downloaded cargo-platform v0.1.9
6422026-03-24T17:36:01.127Z Downloaded cassowary v0.3.0
6432026-03-24T17:36:01.135Z Downloaded flagset v0.4.7
6442026-03-24T17:36:01.135Z Downloaded dropshot-api-manager-types v0.6.0
6452026-03-24T17:36:01.135Z Downloaded bit-vec v0.8.0
6462026-03-24T17:36:01.140Z Downloaded diesel-dtrace v0.5.0
6472026-03-24T17:36:01.140Z Downloaded bit-vec v0.6.3
6482026-03-24T17:36:01.140Z Downloaded defmt-macros v1.0.1
6492026-03-24T17:36:01.140Z Downloaded dunce v1.0.5
6502026-03-24T17:36:01.140Z Downloaded crossbeam-utils v0.8.21
6512026-03-24T17:36:01.149Z Downloaded const-oid v0.9.6
6522026-03-24T17:36:01.149Z Downloaded byte-wrapper v0.1.0
6532026-03-24T17:36:01.155Z Downloaded embedded-io v0.6.1
6542026-03-24T17:36:01.155Z Downloaded document-features v0.2.12
6552026-03-24T17:36:01.155Z Downloaded diesel_table_macro_syntax v0.3.0
6562026-03-24T17:36:01.155Z Downloaded bit-set v0.5.3
6572026-03-24T17:36:01.155Z Downloaded bcs v0.1.6
6582026-03-24T17:36:01.155Z Downloaded backoff v0.4.0
6592026-03-24T17:36:01.155Z Downloaded darling_macro v0.21.3
6602026-03-24T17:36:01.163Z Downloaded curve25519-dalek-derive v0.1.1
6612026-03-24T17:36:01.163Z Downloaded futures-task v0.3.32
6622026-03-24T17:36:01.163Z Downloaded foreign-types v0.3.2
6632026-03-24T17:36:01.163Z Downloaded async-stream-impl v0.3.6
6642026-03-24T17:36:01.163Z Downloaded bitfield-macros v0.19.4
6652026-03-24T17:36:01.163Z Downloaded fixedbitset v0.4.2
6662026-03-24T17:36:01.168Z Downloaded darling_macro v0.23.0
6672026-03-24T17:36:01.168Z Downloaded difflib v0.4.0
6682026-03-24T17:36:01.168Z Downloaded foldhash v0.2.0
6692026-03-24T17:36:01.168Z Downloaded deranged v0.5.8
6702026-03-24T17:36:01.168Z Downloaded der_derive v0.7.3
6712026-03-24T17:36:01.168Z Downloaded cbc v0.1.2
6722026-03-24T17:36:01.184Z Downloaded gethostname v0.5.0
6732026-03-24T17:36:01.184Z Downloaded derive_builder v0.20.2
6742026-03-24T17:36:01.196Z Downloaded dsl_auto_type v0.2.0
6752026-03-24T17:36:01.196Z Downloaded const_format_proc_macros v0.2.34
6762026-03-24T17:36:01.196Z Downloaded embedded-io v0.4.0
6772026-03-24T17:36:01.196Z Downloaded dirs-sys-next v0.1.2
6782026-03-24T17:36:01.196Z Downloaded atty v0.2.14
6792026-03-24T17:36:01.196Z Downloaded array-init v0.0.4
6802026-03-24T17:36:01.196Z Downloaded colored v2.2.0
6812026-03-24T17:36:01.196Z Downloaded foreign-types-macros v0.2.3
6822026-03-24T17:36:01.196Z Downloaded foreign-types v0.5.0
6832026-03-24T17:36:01.196Z Downloaded float-ord v0.3.2
6842026-03-24T17:36:01.196Z Downloaded console v0.16.2
6852026-03-24T17:36:01.212Z Downloaded crc v3.4.0
6862026-03-24T17:36:01.212Z Downloaded defmt v1.0.1
6872026-03-24T17:36:01.212Z Downloaded futures-io v0.3.32
6882026-03-24T17:36:01.212Z Downloaded futures-sink v0.3.32
6892026-03-24T17:36:01.212Z Downloaded darling_core v0.23.0
6902026-03-24T17:36:01.212Z Downloaded globwalk v0.9.1
6912026-03-24T17:36:01.212Z Downloaded fxhash v0.2.1
6922026-03-24T17:36:01.219Z Downloaded futures-macro v0.3.32
6932026-03-24T17:36:01.219Z Downloaded futures-core v0.3.32
6942026-03-24T17:36:01.219Z Downloaded foreign-types-shared v0.1.1
6952026-03-24T17:36:01.219Z Downloaded foreign-types-shared v0.3.1
6962026-03-24T17:36:01.219Z Downloaded ena v0.14.4
6972026-03-24T17:36:01.219Z Downloaded hash32 v0.2.1
6982026-03-24T17:36:01.219Z Downloaded ghash v0.5.1
6992026-03-24T17:36:01.219Z Downloaded git-stub v1.0.0
7002026-03-24T17:36:01.219Z Downloaded bitflags v1.3.2
7012026-03-24T17:36:01.219Z Downloaded derive-where v1.6.0
7022026-03-24T17:36:01.219Z Downloaded fs-err v2.11.0
7032026-03-24T17:36:01.230Z Downloaded fallible-iterator v0.2.0
7042026-03-24T17:36:01.230Z Downloaded filetime v0.2.27
7052026-03-24T17:36:01.230Z Downloaded hex-literal v0.4.1
7062026-03-24T17:36:01.230Z Downloaded headers-core v0.3.0
7072026-03-24T17:36:01.230Z Downloaded hex v0.4.3
7082026-03-24T17:36:01.236Z Downloaded hostname v0.4.2
7092026-03-24T17:36:01.236Z Downloaded constant_time_eq v0.4.2
7102026-03-24T17:36:01.236Z Downloaded hostname v0.3.1
7112026-03-24T17:36:01.236Z Downloaded http-body v1.0.1
7122026-03-24T17:36:01.236Z Downloaded hash32 v0.3.1
7132026-03-24T17:36:01.237Z Downloaded diff v0.1.13
7142026-03-24T17:36:01.237Z Downloaded crossbeam-channel v0.5.15
7152026-03-24T17:36:01.242Z Downloaded ecdsa v0.16.9
7162026-03-24T17:36:01.242Z Downloaded drift v0.1.3
7172026-03-24T17:36:01.250Z Downloaded hubpack v0.1.2
7182026-03-24T17:36:01.250Z Downloaded hubpack_derive v0.1.1
7192026-03-24T17:36:01.250Z Downloaded git-stub-vcs v0.1.0
7202026-03-24T17:36:01.259Z Downloaded http-range v0.1.5
7212026-03-24T17:36:01.266Z Downloaded is_ci v1.2.0
7222026-03-24T17:36:01.273Z Downloaded csv-core v0.1.13
7232026-03-24T17:36:01.273Z Downloaded internet-checksum v0.2.1
7242026-03-24T17:36:01.273Z Downloaded instant v0.1.13
7252026-03-24T17:36:01.273Z Downloaded indoc v1.0.9
7262026-03-24T17:36:01.278Z Downloaded keccak v0.1.6
7272026-03-24T17:36:01.278Z Downloaded instability v0.3.11
7282026-03-24T17:36:01.278Z Downloaded inout v0.1.4
7292026-03-24T17:36:01.278Z Downloaded is-terminal v0.4.17
7302026-03-24T17:36:01.278Z Downloaded foldhash v0.1.5
7312026-03-24T17:36:01.287Z Downloaded glob v0.3.3
7322026-03-24T17:36:01.287Z Downloaded erased-serde v0.3.31
7332026-03-24T17:36:01.287Z Downloaded convert_case v0.10.0
7342026-03-24T17:36:01.287Z Downloaded colored v3.1.1
7352026-03-24T17:36:01.292Z Downloaded bzip2 v0.4.4
7362026-03-24T17:36:01.292Z Downloaded des v0.8.1
7372026-03-24T17:36:01.292Z Downloaded ciborium v0.2.2
7382026-03-24T17:36:01.300Z Downloaded indent_write v2.2.0
7392026-03-24T17:36:01.300Z Downloaded ident_case v1.0.1
7402026-03-24T17:36:01.300Z Downloaded home v0.5.12
7412026-03-24T17:36:01.301Z Downloaded lazy_static v1.5.0
7422026-03-24T17:36:01.301Z Downloaded kstat-rs v0.2.4
7432026-03-24T17:36:01.301Z Downloaded hyper-tls v0.6.0
7442026-03-24T17:36:01.301Z Downloaded group v0.13.0
7452026-03-24T17:36:01.308Z Downloaded globset v0.4.18
7462026-03-24T17:36:01.308Z Downloaded hyper-staticfile v0.10.1
7472026-03-24T17:36:01.308Z Downloaded darling v0.21.3
7482026-03-24T17:36:01.316Z Downloaded libscf-sys v1.1.0
7492026-03-24T17:36:01.316Z Downloaded maybe-uninit v2.0.0
7502026-03-24T17:36:01.316Z Downloaded md5 v0.7.0
7512026-03-24T17:36:01.316Z Downloaded match_cfg v0.1.0
7522026-03-24T17:36:01.316Z Downloaded lru-cache v0.1.2
7532026-03-24T17:36:01.316Z Downloaded lru v0.12.5
7542026-03-24T17:36:01.323Z Downloaded bzip2 v0.6.1
7552026-03-24T17:36:01.323Z Downloaded md-5 v0.10.6
7562026-03-24T17:36:01.323Z Downloaded multimap v0.10.1
7572026-03-24T17:36:01.323Z Downloaded maplit v1.0.2
7582026-03-24T17:36:01.323Z Downloaded lru-slab v0.1.2
7592026-03-24T17:36:01.323Z Downloaded linked-hash-map v0.5.6
7602026-03-24T17:36:01.323Z Downloaded newline-converter v0.3.0
7612026-03-24T17:36:01.329Z Downloaded memoffset v0.9.1
7622026-03-24T17:36:01.329Z Downloaded new_debug_unreachable v1.0.6
7632026-03-24T17:36:01.330Z Downloaded half v1.8.3
7642026-03-24T17:36:01.330Z Downloaded ingot-types v0.1.2
7652026-03-24T17:36:01.330Z Downloaded ingot v0.1.1
7662026-03-24T17:36:01.333Z Downloaded cookie v0.18.1
7672026-03-24T17:36:01.333Z Downloaded ipnetwork v0.21.1
7682026-03-24T17:36:01.333Z Downloaded lalrpop-util v0.19.12
7692026-03-24T17:36:01.333Z Downloaded ipnet v2.11.0
7702026-03-24T17:36:01.338Z Downloaded jobserver v0.1.34
7712026-03-24T17:36:01.338Z Downloaded nibble_vec v0.1.0
7722026-03-24T17:36:01.341Z Downloaded normalize-line-endings v0.3.0
7732026-03-24T17:36:01.341Z Downloaded nonempty v0.12.0
7742026-03-24T17:36:01.341Z Downloaded newtype_derive v0.1.6
7752026-03-24T17:36:01.341Z Downloaded nodrop v0.1.14
7762026-03-24T17:36:01.346Z Downloaded num-derive v0.4.2
7772026-03-24T17:36:01.346Z Downloaded derive_more v0.99.20
7782026-03-24T17:36:01.349Z Downloaded crc32fast v1.5.0
7792026-03-24T17:36:01.349Z Downloaded crc-any v2.5.0
7802026-03-24T17:36:01.357Z Downloaded allocator-api2 v0.2.21
7812026-03-24T17:36:01.366Z Downloaded linear-map v1.2.0
7822026-03-24T17:36:01.366Z Downloaded libsw v3.5.0
7832026-03-24T17:36:01.366Z Downloaded openssl-macros v0.1.1
7842026-03-24T17:36:01.366Z Downloaded opaque-debug v0.3.1
7852026-03-24T17:36:01.366Z Downloaded highway v1.3.0
7862026-03-24T17:36:01.366Z Downloaded olpc-cjson v0.1.4
7872026-03-24T17:36:01.366Z Downloaded num-iter v0.1.45
7882026-03-24T17:36:01.375Z Downloaded num-derive v0.3.3
7892026-03-24T17:36:01.375Z Downloaded libsw-core v0.3.2
7902026-03-24T17:36:01.375Z Downloaded lock_api v0.4.14
7912026-03-24T17:36:01.375Z Downloaded mime v0.3.17
7922026-03-24T17:36:01.375Z Downloaded crossbeam-epoch v0.9.18
7932026-03-24T17:36:01.375Z Downloaded openssl-probe v0.2.1
7942026-03-24T17:36:01.382Z Downloaded num_threads v0.1.7
7952026-03-24T17:36:01.382Z Downloaded libloading v0.8.9
7962026-03-24T17:36:01.382Z Downloaded oso-derive v0.27.3
7972026-03-24T17:36:01.382Z Downloaded openssl-probe v0.1.6
7982026-03-24T17:36:01.382Z Downloaded mime_guess v2.0.5
7992026-03-24T17:36:01.382Z Downloaded num_enum_derive v0.5.11
8002026-03-24T17:36:01.382Z Downloaded derive_more-impl v2.1.1
8012026-03-24T17:36:01.387Z Downloaded native-tls v0.2.18
8022026-03-24T17:36:01.387Z Downloaded nanorand v0.7.0
8032026-03-24T17:36:01.392Z Downloaded managed v0.8.0
8042026-03-24T17:36:01.392Z Downloaded multer v3.1.0
8052026-03-24T17:36:01.392Z Downloaded libefi-sys v0.1.0
8062026-03-24T17:36:01.424Z Downloaded httparse v1.10.1
8072026-03-24T17:36:01.424Z Downloaded packed_struct_codegen v0.10.1
8082026-03-24T17:36:01.425Z Downloaded fatfs v0.3.6
8092026-03-24T17:36:01.429Z Downloaded base64 v0.22.1
8102026-03-24T17:36:01.429Z Downloaded iana-time-zone v0.1.65
8112026-03-24T17:36:01.429Z Downloaded num-complex v0.4.6
8122026-03-24T17:36:01.429Z Downloaded hyper-rustls v0.27.7
8132026-03-24T17:36:01.429Z Downloaded newtype-uuid v1.3.2
8142026-03-24T17:36:01.429Z Downloaded peg-runtime v0.8.5
8152026-03-24T17:36:01.429Z Downloaded pbkdf2 v0.11.0
8162026-03-24T17:36:01.429Z Downloaded parse-size v1.1.0
8172026-03-24T17:36:01.429Z Downloaded ingot-macros v0.1.1
8182026-03-24T17:36:01.429Z Downloaded parse-display v0.10.0
8192026-03-24T17:36:01.429Z Downloaded bytes v1.11.1
8202026-03-24T17:36:01.429Z Downloaded hmac v0.12.1
8212026-03-24T17:36:01.429Z Downloaded path-slash v0.1.5
8222026-03-24T17:36:01.429Z Downloaded compact_str v0.8.1
8232026-03-24T17:36:01.429Z Downloaded futures v0.3.32
8242026-03-24T17:36:01.429Z Downloaded flume v0.11.1
8252026-03-24T17:36:01.440Z Downloaded darling_core v0.20.11
8262026-03-24T17:36:01.440Z Downloaded pin-utils v0.1.0
8272026-03-24T17:36:01.444Z Downloaded phf_shared v0.13.1
8282026-03-24T17:36:01.444Z Downloaded phf_shared v0.12.1
8292026-03-24T17:36:01.444Z Downloaded cc v1.2.56
8302026-03-24T17:36:01.444Z Downloaded phf_shared v0.11.3
8312026-03-24T17:36:01.444Z Downloaded const_format v0.2.35
8322026-03-24T17:36:01.449Z Downloaded arc-swap v1.8.2
8332026-03-24T17:36:01.449Z Downloaded num-rational v0.4.2
8342026-03-24T17:36:01.455Z Downloaded oxnet v0.1.4
8352026-03-24T17:36:01.455Z Downloaded num_enum_derive v0.7.5
8362026-03-24T17:36:01.455Z Downloaded num_enum v0.5.11
8372026-03-24T17:36:01.461Z Downloaded powerfmt v0.2.0
8382026-03-24T17:36:01.461Z Downloaded proc-macro-crate v1.3.1
8392026-03-24T17:36:01.461Z Downloaded progenitor-client v0.11.2
8402026-03-24T17:36:01.461Z Downloaded owo-colors v4.3.0
8412026-03-24T17:36:01.467Z Downloaded memmap2 v0.9.10
8422026-03-24T17:36:01.467Z Downloaded predicates-tree v1.0.13
8432026-03-24T17:36:01.467Z Downloaded proc-macro-crate v3.4.0
8442026-03-24T17:36:01.467Z Downloaded predicates-core v1.0.10
8452026-03-24T17:36:01.472Z Downloaded getrandom v0.3.4
8462026-03-24T17:36:01.472Z Downloaded packed_struct v0.10.1
8472026-03-24T17:36:01.472Z Downloaded num_enum v0.7.5
8482026-03-24T17:36:01.478Z Downloaded progenitor-macro v0.10.0
8492026-03-24T17:36:01.478Z Downloaded progenitor-macro v0.11.2
8502026-03-24T17:36:01.483Z Downloaded progenitor-client v0.10.0
8512026-03-24T17:36:01.483Z Downloaded pbkdf2 v0.12.2
8522026-03-24T17:36:01.483Z Downloaded password-hash v0.4.2
8532026-03-24T17:36:01.483Z Downloaded indexmap v1.9.3
8542026-03-24T17:36:01.488Z Downloaded parse-display-derive v0.10.0
8552026-03-24T17:36:01.488Z Downloaded peg v0.8.5
8562026-03-24T17:36:01.488Z Downloaded psl-types v2.0.11
8572026-03-24T17:36:01.495Z Downloaded quick-error v1.2.3
8582026-03-24T17:36:01.495Z Downloaded pem v3.0.6
8592026-03-24T17:36:01.495Z Downloaded peg-macros v0.8.5
8602026-03-24T17:36:01.495Z Downloaded parking_lot_core v0.8.6
8612026-03-24T17:36:01.500Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-03-24T17:36:01.500Z Downloaded precomputed-hash v0.1.1
8632026-03-24T17:36:01.500Z Downloaded headers v0.4.1
8642026-03-24T17:36:01.506Z Downloaded phf v0.12.1
8652026-03-24T17:36:01.506Z Downloaded nu-ansi-term v0.50.3
8662026-03-24T17:36:01.506Z Downloaded phf v0.13.1
8672026-03-24T17:36:01.510Z Downloaded pin-project-lite v0.2.17
8682026-03-24T17:36:01.510Z Downloaded pem-rfc7468 v0.7.0
8692026-03-24T17:36:01.515Z Downloaded radium v0.7.0
8702026-03-24T17:36:01.515Z Downloaded ignore v0.4.25
8712026-03-24T17:36:01.515Z Downloaded password-hash v0.5.0
8722026-03-24T17:36:01.521Z Downloaded base64 v0.21.7
8732026-03-24T17:36:01.521Z Downloaded poly1305 v0.8.0
8742026-03-24T17:36:01.525Z Downloaded libbz2-rs-sys v0.2.2
8752026-03-24T17:36:01.525Z Downloaded polyval v0.6.2
8762026-03-24T17:36:01.525Z Downloaded crypto-bigint v0.5.5
8772026-03-24T17:36:01.531Z Downloaded parking_lot v0.12.5
8782026-03-24T17:36:01.535Z Downloaded rand_xorshift v0.4.0
8792026-03-24T17:36:01.535Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-03-24T17:36:01.536Z Downloaded recursive v0.1.1
8812026-03-24T17:36:01.536Z Downloaded progenitor v0.10.0
8822026-03-24T17:36:01.536Z Downloaded predicates v3.1.4
8832026-03-24T17:36:01.540Z Downloaded progenitor v0.13.0
8842026-03-24T17:36:01.540Z Downloaded progenitor v0.11.2
8852026-03-24T17:36:01.545Z Downloaded primeorder v0.13.6
8862026-03-24T17:36:01.545Z Downloaded ppv-lite86 v0.2.21
8872026-03-24T17:36:01.545Z Downloaded postgres-protocol v0.6.10
8882026-03-24T17:36:01.545Z Downloaded parking_lot v0.11.2
8892026-03-24T17:36:01.548Z Downloaded progenitor-macro v0.13.0
8902026-03-24T17:36:01.548Z Downloaded progenitor-client v0.13.0
8912026-03-24T17:36:01.548Z Downloaded ref-cast-impl v1.0.25
8922026-03-24T17:36:01.552Z Downloaded half v2.7.1
8932026-03-24T17:36:01.552Z Downloaded ref-cast v1.0.25
8942026-03-24T17:36:01.563Z Downloaded heapless v0.8.0
8952026-03-24T17:36:01.568Z Downloaded psm v0.1.30
8962026-03-24T17:36:01.568Z Downloaded hickory-resolver v0.24.4
8972026-03-24T17:36:01.569Z Downloaded rustc_version v0.1.7
8982026-03-24T17:36:01.569Z Downloaded russh-cryptovec v0.7.3
8992026-03-24T17:36:01.569Z Downloaded rtoolbox v0.0.3
9002026-03-24T17:36:01.569Z Downloaded rustc-hash v2.1.1
9012026-03-24T17:36:01.576Z Downloaded rustc_version v0.4.1
9022026-03-24T17:36:01.576Z Downloaded paste v1.0.15
9032026-03-24T17:36:01.576Z Downloaded r2d2 v0.8.10
9042026-03-24T17:36:01.576Z Downloaded ar_archive_writer v0.5.1
9052026-03-24T17:36:01.581Z Downloaded rand_chacha v0.3.1
9062026-03-24T17:36:01.581Z Downloaded hickory-resolver v0.25.2
9072026-03-24T17:36:01.581Z Downloaded progenitor-extras v0.1.1
9082026-03-24T17:36:01.581Z Downloaded pin-project-internal v1.1.11
9092026-03-24T17:36:01.587Z Downloaded proc-macro-error2 v2.0.1
9102026-03-24T17:36:01.587Z Downloaded pkcs5 v0.7.1
9112026-03-24T17:36:01.592Z Downloaded pkcs1 v0.7.5
9122026-03-24T17:36:01.592Z Downloaded dropshot-api-manager v0.6.0
9132026-03-24T17:36:01.598Z Downloaded rfc6979 v0.4.0
9142026-03-24T17:36:01.598Z Downloaded pkg-config v0.3.32
9152026-03-24T17:36:01.598Z Downloaded heapless v0.7.17
9162026-03-24T17:36:01.603Z Downloaded rand_core v0.9.5
9172026-03-24T17:36:01.603Z Downloaded flate2 v1.1.9
9182026-03-24T17:36:01.612Z Downloaded same-file v1.0.6
9192026-03-24T17:36:01.612Z Downloaded salsa20 v0.10.2
9202026-03-24T17:36:01.612Z Downloaded rand_seeder v0.4.0
9212026-03-24T17:36:01.612Z Downloaded oso v0.27.3
9222026-03-24T17:36:01.617Z Downloaded rand_core v0.10.0
9232026-03-24T17:36:01.617Z Downloaded rand_core v0.6.4
9242026-03-24T17:36:01.617Z Downloaded rand_chacha v0.9.0
9252026-03-24T17:36:01.617Z Downloaded expectorate v1.2.0
9262026-03-24T17:36:01.617Z Downloaded scroll_derive v0.13.1
9272026-03-24T17:36:01.622Z Downloaded scopeguard v1.2.0
9282026-03-24T17:36:01.622Z Downloaded scheduled-thread-pool v0.2.7
9292026-03-24T17:36:01.622Z Downloaded sapling-renderdag v0.1.0
9302026-03-24T17:36:01.622Z Downloaded diesel_derives v2.3.7
9312026-03-24T17:36:01.626Z Downloaded scrypt v0.11.0
9322026-03-24T17:36:01.631Z Downloaded jiff-static v0.2.21
9332026-03-24T17:36:01.631Z Downloaded indicatif v0.18.4
9342026-03-24T17:36:01.638Z Downloaded resolv-conf v0.7.6
9352026-03-24T17:36:01.638Z Downloaded parking_lot_core v0.9.12
9362026-03-24T17:36:01.638Z Downloaded secrecy v0.8.0
9372026-03-24T17:36:01.645Z Downloaded semver v0.1.20
9382026-03-24T17:36:01.645Z Downloaded serde_bytes v0.11.19
9392026-03-24T17:36:01.645Z Downloaded serde_urlencoded v0.7.1
9402026-03-24T17:36:01.646Z Downloaded serde_spanned v1.0.4
9412026-03-24T17:36:01.646Z Downloaded serde-big-array v0.5.1
9422026-03-24T17:36:01.650Z Downloaded quinn-udp v0.5.14
9432026-03-24T17:36:01.650Z Downloaded serde_repr v0.1.20
9442026-03-24T17:36:01.650Z Downloaded omicron-zone-package v0.12.2
9452026-03-24T17:36:01.650Z Downloaded postgres-types v0.2.12
9462026-03-24T17:36:01.654Z Downloaded pin-project v1.1.11
9472026-03-24T17:36:01.659Z Downloaded serde_plain v1.0.2
9482026-03-24T17:36:01.665Z Downloaded openssl-sys v0.9.111
9492026-03-24T17:36:01.672Z Downloaded rustls-native-certs v0.8.3
9502026-03-24T17:36:01.672Z Downloaded papergrid v0.17.0
9512026-03-24T17:36:01.676Z Downloaded shell-words v1.1.1
9522026-03-24T17:36:01.676Z Downloaded sha1 v0.10.6
9532026-03-24T17:36:01.676Z Downloaded rustls-pemfile v2.2.0
9542026-03-24T17:36:01.676Z Downloaded signal-hook-mio v0.2.5
9552026-03-24T17:36:01.683Z Downloaded http v1.4.0
9562026-03-24T17:36:01.683Z Downloaded sigpipe v0.1.3
9572026-03-24T17:36:01.687Z Downloaded signature v2.2.0
9582026-03-24T17:36:01.687Z Downloaded signal-hook-tokio v0.3.1
9592026-03-24T17:36:01.687Z Downloaded progenitor-impl v0.10.0
9602026-03-24T17:36:01.687Z Downloaded slog-bunyan v2.5.0
9612026-03-24T17:36:01.688Z Downloaded siphasher v1.0.2
9622026-03-24T17:36:01.692Z Downloaded minimal-lexical v0.2.1
9632026-03-24T17:36:01.692Z Downloaded rustls-pemfile v1.0.4
9642026-03-24T17:36:01.697Z Downloaded hashbrown v0.12.3
9652026-03-24T17:36:01.697Z Downloaded p256 v0.13.2
9662026-03-24T17:36:01.700Z Downloaded seq-macro v0.3.6
9672026-03-24T17:36:01.700Z Downloaded schemars_derive v0.8.22
9682026-03-24T17:36:01.704Z Downloaded rusty-fork v0.3.1
9692026-03-24T17:36:01.704Z Downloaded rustversion v1.0.22
9702026-03-24T17:36:01.708Z Downloaded pkcs8 v0.10.2
9712026-03-24T17:36:01.708Z Downloaded hickory-server v0.25.2
9722026-03-24T17:36:01.713Z Downloaded hashbrown v0.13.2
9732026-03-24T17:36:01.718Z Downloaded sqlparser_derive v0.5.0
9742026-03-24T17:36:01.718Z Downloaded bumpalo v3.20.2
9752026-03-24T17:36:01.724Z Downloaded secrecy v0.10.3
9762026-03-24T17:36:01.724Z Downloaded sec1 v0.7.3
9772026-03-24T17:36:01.724Z Downloaded serde_path_to_error v0.1.20
9782026-03-24T17:36:01.724Z Downloaded serde_derive_internals v0.29.1
9792026-03-24T17:36:01.730Z Downloaded sct v0.7.1
9802026-03-24T17:36:01.730Z Downloaded miniz_oxide v0.8.9
9812026-03-24T17:36:01.730Z Downloaded postcard v1.1.3
9822026-03-24T17:36:01.734Z Downloaded serde-hex v0.1.0
9832026-03-24T17:36:01.734Z Downloaded litrs v1.0.0
9842026-03-24T17:36:01.735Z Downloaded ssh-encoding v0.2.0
9852026-03-24T17:36:01.740Z Downloaded rustls-pki-types v1.14.0
9862026-03-24T17:36:01.741Z Downloaded ssh-cipher v0.2.0
9872026-03-24T17:36:01.741Z Downloaded ed25519-dalek v2.2.0
9882026-03-24T17:36:01.746Z Downloaded russh-keys v0.45.0
9892026-03-24T17:36:01.746Z Downloaded crossterm v0.28.1
9902026-03-24T17:36:01.755Z Downloaded oxide-tokio-rt v0.1.3
9912026-03-24T17:36:01.755Z Downloaded shlex v1.3.0
9922026-03-24T17:36:01.756Z Downloaded derive_more v2.1.1
9932026-03-24T17:36:01.761Z Downloaded strum v0.27.2
9942026-03-24T17:36:01.767Z Downloaded structmeta v0.3.0
9952026-03-24T17:36:01.767Z Downloaded strip-ansi-escapes v0.2.1
9962026-03-24T17:36:01.767Z Downloaded slog-dtrace v0.3.0
9972026-03-24T17:36:01.767Z Downloaded slog-async v2.8.0
9982026-03-24T17:36:01.767Z Downloaded rcgen v0.12.1
9992026-03-24T17:36:01.772Z Downloaded slog-envlogger v2.2.0
10002026-03-24T17:36:01.772Z Downloaded strum v0.26.3
10012026-03-24T17:36:01.772Z Downloaded slab v0.4.12
10022026-03-24T17:36:01.772Z Downloaded supports-color v3.0.2
10032026-03-24T17:36:01.776Z Downloaded slog-term v2.9.2
10042026-03-24T17:36:01.776Z Downloaded progenitor-impl v0.13.0
10052026-03-24T17:36:01.781Z Downloaded slog-json v2.6.1
10062026-03-24T17:36:01.781Z Downloaded slog-stdlog v4.1.1
10072026-03-24T17:36:01.781Z Downloaded take_mut v0.2.2
10082026-03-24T17:36:01.781Z Downloaded tagptr v0.2.0
10092026-03-24T17:36:01.785Z Downloaded smf v0.2.3
10102026-03-24T17:36:01.785Z Downloaded smallvec v0.6.14
10112026-03-24T17:36:01.785Z Downloaded tabwriter v1.4.1
10122026-03-24T17:36:01.785Z Downloaded slog-scope v4.4.1
10132026-03-24T17:36:01.794Z Downloaded prefix-trie v0.7.0
10142026-03-24T17:36:01.794Z Downloaded ron v0.8.1
10152026-03-24T17:36:01.801Z Downloaded testing_table v0.3.0
10162026-03-24T17:36:01.801Z Downloaded spki v0.7.3
10172026-03-24T17:36:01.801Z Downloaded scroll v0.13.0
10182026-03-24T17:36:01.802Z Downloaded termtree v0.5.1
10192026-03-24T17:36:01.802Z Downloaded tap v1.0.1
10202026-03-24T17:36:01.806Z Downloaded tabled_derive v0.11.0
10212026-03-24T17:36:01.806Z Downloaded sync-ptr v0.1.4
10222026-03-24T17:36:01.806Z Downloaded simd-adler32 v0.3.8
10232026-03-24T17:36:01.806Z Downloaded der v0.7.10
10242026-03-24T17:36:01.810Z Downloaded thread-id v5.1.0
10252026-03-24T17:36:01.810Z Downloaded thiserror-impl-no-std v2.0.2
10262026-03-24T17:36:01.811Z Downloaded tinyvec_macros v0.1.1
10272026-03-24T17:36:01.811Z Downloaded num-integer v0.1.46
10282026-03-24T17:36:01.815Z Downloaded time-core v0.1.8
10292026-03-24T17:36:01.815Z Downloaded serde_cbor v0.11.2
10302026-03-24T17:36:01.819Z Downloaded static_assertions v1.1.0
10312026-03-24T17:36:01.819Z Downloaded stacker v0.1.23
10322026-03-24T17:36:01.820Z Downloaded sqlformat v0.3.5
10332026-03-24T17:36:01.826Z Downloaded prettyplease v0.2.37
10342026-03-24T17:36:01.826Z Downloaded serde_with_macros v3.17.0
10352026-03-24T17:36:01.830Z Downloaded rayon-core v1.13.0
10362026-03-24T17:36:01.830Z Downloaded strum_macros v0.24.3
10372026-03-24T17:36:01.830Z Downloaded structmeta-derive v0.3.0
10382026-03-24T17:36:01.834Z Downloaded stringprep v0.1.5
10392026-03-24T17:36:01.834Z Downloaded string_cache v0.8.9
10402026-03-24T17:36:01.834Z Downloaded signal-hook-registry v1.4.8
10412026-03-24T17:36:01.834Z Downloaded hyper-util v0.1.20
10422026-03-24T17:36:01.839Z Downloaded strum_macros v0.26.4
10432026-03-24T17:36:01.843Z Downloaded progenitor-impl v0.11.2
10442026-03-24T17:36:01.843Z Downloaded pretty_assertions v1.4.1
10452026-03-24T17:36:01.848Z Downloaded strum_macros v0.27.2
10462026-03-24T17:36:01.848Z Downloaded schemars v0.8.22
10472026-03-24T17:36:01.856Z Downloaded termios v0.3.3
10482026-03-24T17:36:01.862Z Downloaded spin v0.9.8
10492026-03-24T17:36:01.862Z Downloaded support-bundle-viewer v0.1.2
10502026-03-24T17:36:01.862Z Downloaded subtle v2.6.1
10512026-03-24T17:36:01.867Z Downloaded publicsuffix v2.3.0
10522026-03-24T17:36:01.867Z Downloaded nom v7.1.3
10532026-03-24T17:36:01.871Z Downloaded sync_wrapper v1.0.2
10542026-03-24T17:36:01.871Z Downloaded libxml v0.3.3
10552026-03-24T17:36:01.876Z Downloaded thiserror-no-std v2.0.2
10562026-03-24T17:36:01.876Z Downloaded tower-layer v0.3.3
10572026-03-24T17:36:01.880Z Downloaded tiny-keccak v2.0.2
10582026-03-24T17:36:01.880Z Downloaded snafu-derive v0.8.9
10592026-03-24T17:36:01.880Z Downloaded itertools v0.10.5
10602026-03-24T17:36:01.898Z Downloaded topological-sort v0.2.2
10612026-03-24T17:36:01.905Z Downloaded try-lock v0.2.5
10622026-03-24T17:36:01.905Z Downloaded trait-variant v0.1.2
10632026-03-24T17:36:01.905Z Downloaded time-macros v0.2.27
10642026-03-24T17:36:01.905Z Downloaded tower-service v0.3.3
10652026-03-24T17:36:01.905Z Downloaded thread_local v1.1.9
10662026-03-24T17:36:01.905Z Downloaded unarray v0.1.4
10672026-03-24T17:36:01.905Z Downloaded tokio-dtrace v0.1.1
10682026-03-24T17:36:01.905Z Downloaded serde_yaml v0.9.34+deprecated
10692026-03-24T17:36:01.905Z Downloaded similar v2.7.0
10702026-03-24T17:36:01.905Z Downloaded typify-macro v0.4.3
10712026-03-24T17:36:01.905Z Downloaded tokio-tungstenite v0.21.0
10722026-03-24T17:36:01.915Z Downloaded tokio-rustls v0.25.0
10732026-03-24T17:36:01.915Z Downloaded tokio-native-tls v0.3.1
10742026-03-24T17:36:01.915Z Downloaded tokio-macros v2.6.0
10752026-03-24T17:36:01.915Z Downloaded tls_codec_derive v0.4.2
10762026-03-24T17:36:01.921Z Downloaded tls_codec v0.4.2
10772026-03-24T17:36:01.921Z Downloaded signal-hook v0.3.18
10782026-03-24T17:36:01.921Z Downloaded iddqd v0.3.17
10792026-03-24T17:36:01.931Z Downloaded term v1.2.1
10802026-03-24T17:36:01.931Z Downloaded usdt-macro v0.6.0
10812026-03-24T17:36:01.931Z Downloaded schemars v0.9.0
10822026-03-24T17:36:01.936Z Downloaded untrusted v0.7.1
10832026-03-24T17:36:01.936Z Downloaded tokio-tungstenite v0.23.1
10842026-03-24T17:36:01.936Z Downloaded socket2 v0.5.10
10852026-03-24T17:36:01.940Z Downloaded qorb v0.4.1
10862026-03-24T17:36:01.945Z Downloaded unicode-truncate v1.1.0
10872026-03-24T17:36:01.945Z Downloaded utf-8 v0.7.6
10882026-03-24T17:36:01.945Z Downloaded rsa v0.9.10
10892026-03-24T17:36:01.949Z Downloaded usdt-attr-macro v0.6.0
10902026-03-24T17:36:01.949Z Downloaded usdt v0.6.0
10912026-03-24T17:36:01.950Z Downloaded untrusted v0.9.0
10922026-03-24T17:36:01.954Z Downloaded futures-util v0.3.32
10932026-03-24T17:36:01.961Z Downloaded waitgroup v0.1.2
10942026-03-24T17:36:01.968Z Downloaded blake3 v1.8.3
10952026-03-24T17:36:01.974Z Downloaded tui-tree-widget v0.23.1
10962026-03-24T17:36:01.974Z Downloaded toml_writer v1.0.6+spec-1.1.0
10972026-03-24T17:36:01.974Z Downloaded slog v2.8.2
10982026-03-24T17:36:01.978Z Downloaded tokio-rustls v0.24.1
10992026-03-24T17:36:01.978Z Downloaded void v1.0.2
11002026-03-24T17:36:01.978Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-03-24T17:36:01.978Z Downloaded term v0.7.0
11022026-03-24T17:36:01.982Z Downloaded rand v0.10.0
11032026-03-24T17:36:01.983Z Downloaded want v0.3.1
11042026-03-24T17:36:01.983Z Downloaded universal-hash v0.5.1
11052026-03-24T17:36:01.987Z Downloaded rand v0.8.5
11062026-03-24T17:36:01.987Z Downloaded itertools v0.12.1
11072026-03-24T17:36:01.991Z Downloaded unicase v2.9.0
11082026-03-24T17:36:01.995Z Downloaded schemars v1.2.1
11092026-03-24T17:36:02.003Z Downloaded zone_cfg_derive v0.3.1
11102026-03-24T17:36:02.007Z Downloaded zone v0.3.1
11112026-03-24T17:36:02.007Z Downloaded xshell-macros v0.2.7
11122026-03-24T17:36:02.007Z Downloaded xattr v1.6.1
11132026-03-24T17:36:02.007Z Downloaded subprocess v0.2.15
11142026-03-24T17:36:02.012Z Downloaded tar v0.4.44
11152026-03-24T17:36:02.012Z Downloaded socket2 v0.6.2
11162026-03-24T17:36:02.017Z Downloaded rand v0.9.2
11172026-03-24T17:36:02.017Z Downloaded zeroize_derive v1.4.3
11182026-03-24T17:36:02.021Z Downloaded itertools v0.14.0
11192026-03-24T17:36:02.025Z Downloaded uzers v0.12.2
11202026-03-24T17:36:02.025Z Downloaded usdt-impl v0.6.0
11212026-03-24T17:36:02.030Z Downloaded hkdf v0.12.4
11222026-03-24T17:36:02.030Z Downloaded vergen-lib v0.1.6
11232026-03-24T17:36:02.030Z Downloaded toml_parser v1.0.9+spec-1.1.0
11242026-03-24T17:36:02.035Z Downloaded test-strategy v0.4.5
11252026-03-24T17:36:02.035Z Downloaded aes-gcm v0.10.3
11262026-03-24T17:36:02.038Z Downloaded wait-timeout v0.2.1
11272026-03-24T17:36:02.038Z Downloaded vergen-gitcl v1.0.8
11282026-03-24T17:36:02.044Z Downloaded tracing-attributes v0.1.31
11292026-03-24T17:36:02.050Z Downloaded hyper v1.8.1
11302026-03-24T17:36:02.051Z Downloaded twox-hash v2.1.2
11312026-03-24T17:36:02.051Z Downloaded wyz v0.5.1
11322026-03-24T17:36:02.055Z Downloaded vsss-rs v3.3.4
11332026-03-24T17:36:02.055Z Downloaded tokio-rustls v0.26.4
11342026-03-24T17:36:02.055Z Downloaded p521 v0.13.3
11352026-03-24T17:36:02.060Z Downloaded whoami v1.6.1
11362026-03-24T17:36:02.060Z Downloaded samael v0.0.19
11372026-03-24T17:36:02.066Z Downloaded xz2 v0.1.7
11382026-03-24T17:36:02.066Z Downloaded unicode-properties v0.1.4
11392026-03-24T17:36:02.070Z Downloaded tokio-stream v0.1.18
11402026-03-24T17:36:02.070Z Downloaded xshell v0.2.7
11412026-03-24T17:36:02.075Z Downloaded zeroize v1.8.2
11422026-03-24T17:36:02.075Z Downloaded libm v0.2.16
11432026-03-24T17:36:02.079Z Downloaded zstd-safe v7.2.4
11442026-03-24T17:36:02.083Z Downloaded tinyvec v1.10.0
11452026-03-24T17:36:02.083Z Downloaded zstd v0.13.3
11462026-03-24T17:36:02.087Z Downloaded typify v0.6.1
11472026-03-24T17:36:02.091Z Downloaded vergen-git2 v1.0.7
11482026-03-24T17:36:02.092Z Downloaded vergen v9.0.6
11492026-03-24T17:36:02.092Z Downloaded tungstenite v0.23.0
11502026-03-24T17:36:02.096Z Downloaded toml v0.7.8
11512026-03-24T17:36:02.097Z Downloaded typify v0.4.3
11522026-03-24T17:36:02.101Z Downloaded walkdir v2.5.0
11532026-03-24T17:36:02.101Z Downloaded snafu v0.8.9
11542026-03-24T17:36:02.107Z Downloaded tungstenite v0.21.0
11552026-03-24T17:36:02.111Z Downloaded rustls-webpki v0.103.9
11562026-03-24T17:36:02.111Z Downloaded num-bigint-dig v0.8.6
11572026-03-24T17:36:02.118Z Downloaded h2 v0.4.13
11582026-03-24T17:36:02.122Z Downloaded whoami v2.1.0
11592026-03-24T17:36:02.122Z Downloaded unicode-bidi v0.3.18
11602026-03-24T17:36:02.122Z Downloaded zerocopy v0.6.6
11612026-03-24T17:36:02.125Z Downloaded yasna v0.5.2
11622026-03-24T17:36:02.125Z Downloaded rpassword v7.4.0
11632026-03-24T17:36:02.129Z Downloaded toml v0.9.12+spec-1.1.0
11642026-03-24T17:36:02.133Z Downloaded tracing-core v0.1.36
11652026-03-24T17:36:02.133Z Downloaded aho-corasick v1.1.4
11662026-03-24T17:36:02.137Z Downloaded uuid v1.21.0
11672026-03-24T17:36:02.144Z Downloaded unit-prefix v0.5.2
11682026-03-24T17:36:02.144Z Downloaded itertools v0.13.0
11692026-03-24T17:36:02.148Z Downloaded toml_edit v0.23.10+spec-1.0.0
11702026-03-24T17:36:02.148Z Downloaded steno v0.4.1
11712026-03-24T17:36:02.153Z Downloaded vte v0.14.1
11722026-03-24T17:36:02.160Z Downloaded russh v0.45.0
11732026-03-24T17:36:02.164Z Downloaded bitvec v1.0.1
11742026-03-24T17:36:02.169Z Downloaded unsafe-libyaml v0.2.11
11752026-03-24T17:36:02.175Z Downloaded zopfli v0.8.3
11762026-03-24T17:36:02.180Z Downloaded rustyline v14.0.0
11772026-03-24T17:36:02.180Z Downloaded ron v0.12.0
11782026-03-24T17:36:02.184Z Downloaded chrono v0.4.44
11792026-03-24T17:36:02.189Z Downloaded tokio-postgres v0.7.16
11802026-03-24T17:36:02.194Z Downloaded ssh-key v0.6.7
11812026-03-24T17:36:02.197Z Downloaded reedline v0.40.0
11822026-03-24T17:36:02.204Z Downloaded yansi v1.0.1
11832026-03-24T17:36:02.208Z Downloaded regex v1.12.3
11842026-03-24T17:36:02.212Z Downloaded iri-string v0.7.10
11852026-03-24T17:36:02.216Z Downloaded zip v0.6.6
11862026-03-24T17:36:02.218Z Downloaded unicode_categories v0.1.1
11872026-03-24T17:36:02.225Z Downloaded toml_edit v0.19.15
11882026-03-24T17:36:02.235Z Downloaded unicode-segmentation v1.12.0
11892026-03-24T17:36:02.243Z Downloaded rayon v1.11.0
11902026-03-24T17:36:02.250Z Downloaded reqwest v0.12.28
11912026-03-24T17:36:02.250Z Downloaded quick-xml v0.37.5
11922026-03-24T17:36:02.255Z Downloaded p384 v0.13.1
11932026-03-24T17:36:02.260Z Downloaded lalrpop v0.19.12
11942026-03-24T17:36:02.264Z Downloaded tower v0.5.3
11952026-03-24T17:36:02.270Z Downloaded typed-path v0.9.3
11962026-03-24T17:36:02.275Z Downloaded bindgen v0.71.1
11972026-03-24T17:36:02.282Z Downloaded proptest v1.10.0
11982026-03-24T17:36:02.286Z Downloaded zerocopy-derive v0.8.40
11992026-03-24T17:36:02.295Z Downloaded x509-cert v0.2.5
12002026-03-24T17:36:02.298Z Downloaded moka v0.12.13
12012026-03-24T17:36:02.304Z Downloaded tokio-util v0.7.18
12022026-03-24T17:36:02.309Z Downloaded salty v0.3.0
12032026-03-24T17:36:02.315Z Downloaded reqwest v0.13.2
12042026-03-24T17:36:02.318Z Downloaded rustls-webpki v0.102.8
12052026-03-24T17:36:02.334Z Downloaded zip v4.6.1
12062026-03-24T17:36:02.338Z Downloaded unicode-normalization v0.1.25
12072026-03-24T17:36:02.343Z Downloaded tower-http v0.6.8
12082026-03-24T17:36:02.347Z Downloaded petname v2.0.2
12092026-03-24T17:36:02.351Z Downloaded nix v0.27.1
12102026-03-24T17:36:02.356Z Downloaded tough v0.20.0
12112026-03-24T17:36:02.363Z Downloaded radix_trie v0.2.1
12122026-03-24T17:36:02.368Z Downloaded serde_with v3.17.0
12132026-03-24T17:36:02.378Z Downloaded winnow v0.6.26
12142026-03-24T17:36:02.384Z Downloaded winnow v0.5.40
12152026-03-24T17:36:02.399Z Downloaded object v0.30.4
12162026-03-24T17:36:02.404Z Downloaded polar-core v0.27.3
12172026-03-24T17:36:02.407Z Downloaded quinn-proto v0.11.13
12182026-03-24T17:36:02.411Z Downloaded dropshot v0.16.7
12192026-03-24T17:36:02.425Z Downloaded time v0.3.47
12202026-03-24T17:36:02.436Z Downloaded tabled v0.20.0
12212026-03-24T17:36:02.449Z Downloaded regex-syntax v0.6.29
12222026-03-24T17:36:02.458Z Downloaded openssl v0.10.75
12232026-03-24T17:36:02.461Z Downloaded nix v0.29.0
12242026-03-24T17:36:02.472Z Downloaded rustls v0.21.12
12252026-03-24T17:36:02.478Z Downloaded smoltcp v0.9.1
12262026-03-24T17:36:02.486Z Downloaded nix v0.31.1
12272026-03-24T17:36:02.495Z Downloaded zerocopy v0.8.40
12282026-03-24T17:36:02.504Z Downloaded smoltcp v0.11.0
12292026-03-24T17:36:02.513Z Downloaded zlib-rs v0.6.2
12302026-03-24T17:36:02.517Z Downloaded vcpkg v0.2.15
12312026-03-24T17:36:02.544Z Downloaded nix v0.28.0
12322026-03-24T17:36:02.554Z Downloaded webpki-roots v1.0.6
12332026-03-24T17:36:02.559Z Downloaded hickory-proto v0.24.4
12342026-03-24T17:36:02.567Z Downloaded rustls v0.23.37
12352026-03-24T17:36:02.575Z Downloaded rustls v0.22.4
12362026-03-24T17:36:02.587Z Downloaded sqlparser v0.61.0
12372026-03-24T17:36:02.592Z Downloaded hickory-proto v0.25.2
12382026-03-24T17:36:02.603Z Downloaded diesel v2.3.7
12392026-03-24T17:36:02.619Z Downloaded regress v0.10.5
12402026-03-24T17:36:02.625Z Downloaded rustix v0.38.44
12412026-03-24T17:36:02.642Z Downloaded regex-syntax v0.8.10
12422026-03-24T17:36:02.649Z Downloaded openapiv3 v2.2.0
12432026-03-24T17:36:02.658Z Downloaded ratatui v0.29.0
12442026-03-24T17:36:02.673Z Downloaded zerocopy-derive v0.6.6
12452026-03-24T17:36:02.682Z Downloaded object v0.37.3
12462026-03-24T17:36:02.690Z Downloaded bstr v1.12.1
12472026-03-24T17:36:02.697Z Downloaded curve25519-dalek v4.1.3
12482026-03-24T17:36:02.704Z Downloaded goblin v0.10.5
12492026-03-24T17:36:02.711Z Downloaded regex-automata v0.4.14
12502026-03-24T17:36:02.723Z Downloaded rustls-webpki v0.101.7
12512026-03-24T17:36:02.733Z Downloaded portable-atomic v1.13.1
12522026-03-24T17:36:02.739Z Downloaded aws-lc-rs v1.16.0
12532026-03-24T17:36:02.746Z Downloaded git2 v0.20.4
12542026-03-24T17:36:02.753Z Downloaded sled v0.34.7
12552026-03-24T17:36:02.762Z Downloaded typify-macro v0.6.1
12562026-03-24T17:36:02.765Z Downloaded ryu v1.0.23
12572026-03-24T17:36:02.765Z Downloaded tracing v0.1.44
12582026-03-24T17:36:02.783Z Downloaded typify-impl v0.6.1
12592026-03-24T17:36:02.793Z Downloaded typify-impl v0.4.3
12602026-03-24T17:36:02.805Z Downloaded rustls-platform-verifier v0.6.2
12612026-03-24T17:36:02.809Z Downloaded num-bigint v0.4.6
12622026-03-24T17:36:02.812Z Downloaded csv v1.4.0
12632026-03-24T17:36:02.829Z Downloaded quinn v0.11.9
12642026-03-24T17:36:02.834Z Downloaded bzip2-sys v0.1.13+1.0.8
12652026-03-24T17:36:02.841Z Downloaded hashbrown v0.15.5
12662026-03-24T17:36:02.845Z Downloaded aes v0.8.4
12672026-03-24T17:36:02.849Z Downloaded sha3 v0.10.8
12682026-03-24T17:36:02.860Z Downloaded mio v1.1.1
12692026-03-24T17:36:02.864Z Downloaded hickory-client v0.25.2
12702026-03-24T17:36:02.864Z Downloaded futures-channel v0.3.32
12712026-03-24T17:36:02.865Z Downloaded num-conv v0.2.0
12722026-03-24T17:36:02.865Z Downloaded num v0.4.3
12732026-03-24T17:36:02.865Z Downloaded newtype-uuid-macros v0.1.0
12742026-03-24T17:36:02.865Z Downloaded indoc v2.0.7
12752026-03-24T17:36:02.868Z Downloaded getrandom v0.2.17
12762026-03-24T17:36:02.868Z Downloaded elliptic-curve v0.13.8
12772026-03-24T17:36:02.872Z Downloaded impl-trait-for-tuples v0.2.3
12782026-03-24T17:36:02.872Z Downloaded lzss v0.8.2
12792026-03-24T17:36:02.875Z Downloaded humantime v2.3.0
12802026-03-24T17:36:02.875Z Downloaded derive-ex v0.1.8
12812026-03-24T17:36:02.875Z Downloaded darling v0.20.11
12822026-03-24T17:36:02.878Z Downloaded chacha20poly1305 v0.10.1
12832026-03-24T17:36:02.883Z Downloaded http-body-util v0.1.3
12842026-03-24T17:36:02.883Z Downloaded base64ct v1.8.3
12852026-03-24T17:36:02.888Z Downloaded futures-executor v0.3.32
12862026-03-24T17:36:02.888Z Downloaded fs_extra v1.3.0
12872026-03-24T17:36:02.888Z Downloaded find-msvc-tools v0.1.9
12882026-03-24T17:36:02.888Z Downloaded ff v0.13.1
12892026-03-24T17:36:02.894Z Downloaded ed25519 v2.2.3
12902026-03-24T17:36:02.894Z Downloaded darling_core v0.21.3
12912026-03-24T17:36:02.899Z Downloaded petgraph v0.6.5
12922026-03-24T17:36:02.907Z Downloaded corncobs v0.1.4
12932026-03-24T17:36:02.910Z Downloaded lzma-sys v0.1.20
12942026-03-24T17:36:02.930Z Downloaded httpdate v1.0.3
12952026-03-24T17:36:02.933Z Downloaded encoding_rs v0.8.35
12962026-03-24T17:36:02.950Z Downloaded jiff v0.2.21
12972026-03-24T17:36:02.962Z Downloaded chrono-tz v0.10.4
12982026-03-24T17:36:02.974Z Downloaded defmt-parser v1.0.0
12992026-03-24T17:36:02.981Z Downloaded clang-sys v1.8.1
13002026-03-24T17:36:02.981Z Downloaded chacha20 v0.9.1
13012026-03-24T17:36:02.981Z Downloaded console v0.15.11
13022026-03-24T17:36:02.981Z Downloaded cipher v0.4.4
13032026-03-24T17:36:02.986Z Downloaded async-bb8-diesel v0.2.1
13042026-03-24T17:36:02.986Z Downloaded petgraph v0.8.3
13052026-03-24T17:36:03.001Z Downloaded cookie_store v0.22.1
13062026-03-24T17:36:03.005Z Downloaded libz-sys v1.1.24
13072026-03-24T17:36:03.019Z Downloaded cancel-safe-futures v0.1.5
13082026-03-24T17:36:03.023Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-03-24T17:36:03.034Z Downloaded data-encoding v2.10.0
13102026-03-24T17:36:03.037Z Downloaded daft-derive v0.1.5
13112026-03-24T17:36:03.043Z Downloaded blowfish v0.9.1
13122026-03-24T17:36:03.043Z Downloaded downcast-rs v2.0.2
13132026-03-24T17:36:03.044Z Downloaded cpufeatures v0.3.0
13142026-03-24T17:36:03.044Z Downloaded float-cmp v0.10.0
13152026-03-24T17:36:03.050Z Downloaded chacha20 v0.10.0
13162026-03-24T17:36:03.050Z Downloaded buf-list v1.1.2
13172026-03-24T17:36:03.050Z Downloaded tokio v1.49.0
13182026-03-24T17:36:03.076Z Downloaded cargo_toml v0.22.3
13192026-03-24T17:36:03.080Z Downloaded blake2 v0.10.6
13202026-03-24T17:36:03.080Z Downloaded backon v1.6.0
13212026-03-24T17:36:03.080Z Downloaded convert_case v0.4.0
13222026-03-24T17:36:03.083Z Downloaded async-stream v0.3.6
13232026-03-24T17:36:03.083Z Downloaded cmake v0.1.57
13242026-03-24T17:36:03.083Z Downloaded bitfield v0.19.4
13252026-03-24T17:36:03.089Z Downloaded cexpr v0.6.0
13262026-03-24T17:36:03.089Z Downloaded cargo_metadata v0.19.2
13272026-03-24T17:36:03.089Z Downloaded async-trait v0.1.89
13282026-03-24T17:36:03.093Z Downloaded argon2 v0.5.3
13292026-03-24T17:36:03.093Z Downloaded darling v0.23.0
13302026-03-24T17:36:03.096Z Downloaded fd-lock v4.0.4
13312026-03-24T17:36:03.096Z Downloaded camino-tempfile-ext v0.3.3
13322026-03-24T17:36:03.101Z Downloaded aead v0.5.2
13332026-03-24T17:36:03.101Z Downloaded cobs v0.3.0
13342026-03-24T17:36:03.101Z Downloaded block-padding v0.3.3
13352026-03-24T17:36:03.101Z Downloaded assert_matches v1.5.0
13362026-03-24T17:36:03.106Z Downloaded base16ct v0.2.0
13372026-03-24T17:36:03.106Z Downloaded atomic-waker v1.1.2
13382026-03-24T17:36:03.180Z Downloaded ring v0.17.14
13392026-03-24T17:36:03.245Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-24T17:36:03.767Z Downloaded aws-lc-sys v0.37.1
13412026-03-24T17:36:04.092Z Compiling libc v0.2.180
13422026-03-24T17:36:04.095Z Compiling serde v1.0.228
13432026-03-24T17:36:04.095Z Compiling log v0.4.29
13442026-03-24T17:36:04.095Z Compiling find-msvc-tools v0.1.9
13452026-03-24T17:36:04.294Z Compiling shlex v1.3.0
13462026-03-24T17:36:04.298Z Compiling smallvec v1.15.1
13472026-03-24T17:36:04.312Z Compiling syn v2.0.117
13482026-03-24T17:36:04.331Z Compiling typenum v1.19.0
13492026-03-24T17:36:04.506Z Compiling generic-array v0.14.7
13502026-03-24T17:36:04.540Z Compiling subtle v2.6.1
13512026-03-24T17:36:04.573Z Compiling scopeguard v1.2.0
13522026-03-24T17:36:04.631Z Compiling portable-atomic v1.13.1
13532026-03-24T17:36:04.666Z Compiling const-oid v0.9.6
13542026-03-24T17:36:04.710Z Compiling lock_api v0.4.14
13552026-03-24T17:36:04.751Z Compiling critical-section v1.2.0
13562026-03-24T17:36:04.788Z Compiling zerocopy v0.8.40
13572026-03-24T17:36:04.879Z Compiling parking_lot_core v0.9.12
13582026-03-24T17:36:05.159Z Compiling pin-project-lite v0.2.17
13592026-03-24T17:36:05.277Z Compiling serde_json v1.0.149
13602026-03-24T17:36:05.335Z Compiling pkg-config v0.3.32
13612026-03-24T17:36:05.484Z Compiling bitflags v2.11.0
13622026-03-24T17:36:05.516Z Compiling getrandom v0.2.17
13632026-03-24T17:36:05.593Z Compiling jobserver v0.1.34
13642026-03-24T17:36:05.783Z Compiling rand_core v0.6.4
13652026-03-24T17:36:05.802Z Compiling errno v0.3.14
13662026-03-24T17:36:05.878Z Compiling cc v1.2.56
13672026-03-24T17:36:05.994Z Compiling once_cell v1.21.3
13682026-03-24T17:36:06.090Z Compiling signal-hook-registry v1.4.8
13692026-03-24T17:36:06.139Z Compiling mio v1.1.1
13702026-03-24T17:36:06.178Z Compiling libm v0.2.16
13712026-03-24T17:36:06.289Z Compiling num-traits v0.2.19
13722026-03-24T17:36:06.464Z Compiling parking_lot v0.12.5
13732026-03-24T17:36:06.507Z Compiling futures-core v0.3.32
13742026-03-24T17:36:06.692Z Compiling socket2 v0.6.2
13752026-03-24T17:36:06.726Z Compiling percent-encoding v2.3.2
13762026-03-24T17:36:06.823Z Compiling allocator-api2 v0.2.21
13772026-03-24T17:36:06.960Z Compiling cpufeatures v0.2.17
13782026-03-24T17:36:06.978Z Compiling futures-sink v0.3.32
13792026-03-24T17:36:07.052Z Compiling foldhash v0.2.0
13802026-03-24T17:36:07.111Z Compiling futures-channel v0.3.32
13812026-03-24T17:36:07.264Z Compiling hashbrown v0.16.1
13822026-03-24T17:36:07.281Z Compiling futures-io v0.3.32
13832026-03-24T17:36:07.337Z Compiling slab v0.4.12
13842026-03-24T17:36:07.413Z Compiling futures-task v0.3.32
13852026-03-24T17:36:07.478Z Compiling getrandom v0.4.1
13862026-03-24T17:36:07.499Z Compiling rand_core v0.10.0
13872026-03-24T17:36:07.562Z Compiling getrandom v0.3.4
13882026-03-24T17:36:07.633Z Compiling rustversion v1.0.22
13892026-03-24T17:36:07.710Z Compiling form_urlencoded v1.2.2
13902026-03-24T17:36:08.084Z Compiling indexmap v2.13.0
13912026-03-24T17:36:08.103Z Compiling cmake v0.1.57
13922026-03-24T17:36:08.258Z Compiling base64ct v1.8.3
13932026-03-24T17:36:08.316Z Compiling dunce v1.0.5
13942026-03-24T17:36:08.435Z Compiling fs_extra v1.3.0
13952026-03-24T17:36:08.513Z Compiling synstructure v0.13.2
13962026-03-24T17:36:08.673Z Compiling ident_case v1.0.1
13972026-03-24T17:36:08.793Z Compiling aws-lc-sys v0.37.1
13982026-03-24T17:36:08.821Z Compiling pem-rfc7468 v0.7.0
13992026-03-24T17:36:08.878Z Compiling flagset v0.4.7
14002026-03-24T17:36:08.930Z Compiling rand_core v0.9.5
14012026-03-24T17:36:08.959Z Compiling rustix v1.1.3
14022026-03-24T17:36:08.989Z Compiling iana-time-zone v0.1.65
14032026-03-24T17:36:09.034Z Compiling uuid v1.21.0
14042026-03-24T17:36:09.217Z Compiling ring v0.17.14
14052026-03-24T17:36:09.244Z Compiling rustc_version v0.4.1
14062026-03-24T17:36:09.263Z Compiling aws-lc-rs v1.16.0
14072026-03-24T17:36:09.340Z Compiling regex-syntax v0.8.10
14082026-03-24T17:36:09.615Z Compiling vcpkg v0.2.15
14092026-03-24T17:36:09.675Z Compiling tracing-core v0.1.36
14102026-03-24T17:36:09.927Z Compiling crossbeam-utils v0.8.21
14112026-03-24T17:36:10.323Z Compiling pest_generator v2.8.6
14122026-03-24T17:36:10.488Z Compiling serde_derive_internals v0.29.1
14132026-03-24T17:36:10.650Z Compiling openssl-sys v0.9.111
14142026-03-24T17:36:11.118Z Compiling serde_derive v1.0.228
14152026-03-24T17:36:11.269Z Compiling zeroize_derive v1.4.3
14162026-03-24T17:36:11.310Z Compiling zerofrom-derive v0.1.6
14172026-03-24T17:36:11.362Z Compiling yoke-derive v0.8.1
14182026-03-24T17:36:11.720Z Compiling zerocopy-derive v0.8.40
14192026-03-24T17:36:12.109Z Compiling zeroize v1.8.2
14202026-03-24T17:36:12.591Z Compiling zerovec-derive v0.11.2
14212026-03-24T17:36:12.910Z Compiling displaydoc v0.2.5
14222026-03-24T17:36:13.175Z Compiling crypto-common v0.1.7
14232026-03-24T17:36:13.194Z Compiling zerofrom v0.1.6
14242026-03-24T17:36:13.345Z Compiling yoke v0.8.1
14252026-03-24T17:36:13.363Z Compiling block-buffer v0.10.4
14262026-03-24T17:36:13.566Z Compiling digest v0.10.7
14272026-03-24T17:36:13.586Z Compiling tokio-macros v2.6.0
14282026-03-24T17:36:13.856Z Compiling zerotrie v0.2.3
14292026-03-24T17:36:13.876Z Compiling hmac v0.12.1
14302026-03-24T17:36:14.039Z Compiling zerovec v0.11.5
14312026-03-24T17:36:14.068Z Compiling futures-macro v0.3.32
14322026-03-24T17:36:14.107Z Compiling block-padding v0.3.3
14332026-03-24T17:36:14.249Z Compiling sha2 v0.10.9
14342026-03-24T17:36:14.306Z Compiling inout v0.1.4
14352026-03-24T17:36:14.527Z Compiling cipher v0.4.4
14362026-03-24T17:36:14.543Z Compiling der_derive v0.7.3
14372026-03-24T17:36:14.737Z Compiling tinystr v0.8.2
14382026-03-24T17:36:14.870Z Compiling potential_utf v0.1.4
14392026-03-24T17:36:15.067Z Compiling icu_locale_core v2.1.1
14402026-03-24T17:36:15.104Z Compiling icu_collections v2.1.1
14412026-03-24T17:36:15.202Z Compiling futures-util v0.3.32
14422026-03-24T17:36:15.770Z Compiling salsa20 v0.10.2
14432026-03-24T17:36:15.841Z Compiling bytes v1.11.1
14442026-03-24T17:36:15.885Z Compiling der v0.7.10
14452026-03-24T17:36:15.941Z Compiling icu_provider v2.1.1
14462026-03-24T17:36:16.157Z Compiling chrono v0.4.44
14472026-03-24T17:36:16.307Z Compiling icu_properties v2.1.2
14482026-03-24T17:36:16.326Z Compiling icu_normalizer v2.1.1
14492026-03-24T17:36:16.663Z Compiling tokio v1.49.0
14502026-03-24T17:36:17.019Z Compiling spki v0.7.3
14512026-03-24T17:36:17.269Z Compiling http v1.4.0
14522026-03-24T17:36:17.525Z Compiling idna_adapter v1.2.1
14532026-03-24T17:36:17.695Z Compiling idna v1.1.0
14542026-03-24T17:36:17.831Z Compiling ppv-lite86 v0.2.21
14552026-03-24T17:36:18.019Z Compiling pbkdf2 v0.12.2
14562026-03-24T17:36:18.038Z Compiling thiserror-impl v2.0.18
14572026-03-24T17:36:18.155Z Compiling url v2.5.8
14582026-03-24T17:36:18.261Z Compiling rand_chacha v0.9.0
14592026-03-24T17:36:18.320Z Compiling scrypt v0.11.0
14602026-03-24T17:36:18.487Z Compiling aes v0.8.4
14612026-03-24T17:36:18.561Z Compiling cbc v0.1.2
14622026-03-24T17:36:18.642Z Compiling rustls-pki-types v1.14.0
14632026-03-24T17:36:18.741Z Compiling tracing-attributes v0.1.31
14642026-03-24T17:36:19.139Z Compiling pkcs5 v0.7.1
14652026-03-24T17:36:19.208Z Compiling rand v0.9.2
14662026-03-24T17:36:19.238Z Compiling http-body v1.0.1
14672026-03-24T17:36:19.499Z Compiling openssl-probe v0.2.1
14682026-03-24T17:36:19.719Z Compiling base64 v0.22.1
14692026-03-24T17:36:19.768Z Compiling schemars v0.8.22
14702026-03-24T17:36:19.802Z Compiling thiserror v2.0.18
14712026-03-24T17:36:19.865Z Compiling httparse v1.10.1
14722026-03-24T17:36:19.982Z Compiling syn v1.0.109
14732026-03-24T17:36:20.018Z Compiling untrusted v0.9.0
14742026-03-24T17:36:20.163Z Compiling untrusted v0.7.1
14752026-03-24T17:36:20.305Z Compiling pkcs8 v0.10.2
14762026-03-24T17:36:20.323Z Compiling schemars_derive v0.8.22
14772026-03-24T17:36:20.399Z Compiling pest_derive v2.8.6
14782026-03-24T17:36:20.426Z Compiling scroll_derive v0.13.1
14792026-03-24T17:36:20.544Z Compiling tracing v0.1.44
14802026-03-24T17:36:20.892Z Compiling darling_core v0.20.11
14812026-03-24T17:36:20.927Z Compiling rustls v0.23.37
14822026-03-24T17:36:21.136Z Compiling atomic-waker v1.1.2
14832026-03-24T17:36:21.290Z Compiling tower-service v0.3.3
14842026-03-24T17:36:21.374Z Compiling tower-layer v0.3.3
14852026-03-24T17:36:21.405Z Compiling tinyvec_macros v0.1.1
14862026-03-24T17:36:21.487Z Compiling dyn-clone v1.0.20
14872026-03-24T17:36:21.504Z Compiling try-lock v0.2.5
14882026-03-24T17:36:21.575Z Compiling scroll v0.13.0
14892026-03-24T17:36:21.633Z Compiling want v0.3.1
14902026-03-24T17:36:21.655Z Compiling tinyvec v1.10.0
14912026-03-24T17:36:21.836Z Compiling tokio-util v0.7.18
14922026-03-24T17:36:22.499Z Compiling ipnet v2.11.0
14932026-03-24T17:36:22.638Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-24T17:36:23.127Z Compiling h2 v0.4.13
14952026-03-24T17:36:23.172Z Compiling spin v0.9.8
14962026-03-24T17:36:23.230Z Compiling aho-corasick v1.1.4
14972026-03-24T17:36:23.431Z Compiling pin-utils v0.1.0
14982026-03-24T17:36:23.523Z Compiling foreign-types-shared v0.1.1
14992026-03-24T17:36:23.629Z Compiling num-conv v0.2.0
15002026-03-24T17:36:23.785Z Compiling openssl v0.10.75
15012026-03-24T17:36:23.806Z Compiling crc32fast v1.5.0
15022026-03-24T17:36:24.069Z Compiling powerfmt v0.2.0
15032026-03-24T17:36:24.114Z Compiling darling_macro v0.20.11
15042026-03-24T17:36:24.135Z Compiling time-core v0.1.8
15052026-03-24T17:36:24.319Z Compiling httpdate v1.0.3
15062026-03-24T17:36:24.337Z Compiling time-macros v0.2.27
15072026-03-24T17:36:24.603Z Compiling regex-automata v0.4.14
15082026-03-24T17:36:24.625Z Compiling deranged v0.5.8
15092026-03-24T17:36:24.698Z Compiling darling v0.20.11
15102026-03-24T17:36:24.886Z Compiling tempfile v3.25.0
15112026-03-24T17:36:25.422Z Compiling foreign-types v0.3.2
15122026-03-24T17:36:25.615Z Compiling goblin v0.10.5
15132026-03-24T17:36:26.043Z Compiling thiserror-impl v1.0.69
15142026-03-24T17:36:26.504Z Compiling openssl-macros v0.1.1
15152026-03-24T17:36:26.984Z Compiling wait-timeout v0.2.1
15162026-03-24T17:36:27.327Z Compiling hyper v1.8.1
15172026-03-24T17:36:27.597Z Compiling usdt-impl v0.6.0
15182026-03-24T17:36:27.715Z Compiling bit-vec v0.8.0
15192026-03-24T17:36:27.846Z Compiling num_threads v0.1.7
15202026-03-24T17:36:27.965Z Compiling either v1.15.0
15212026-03-24T17:36:28.005Z Compiling simd-adler32 v0.3.8
15222026-03-24T17:36:28.232Z Compiling native-tls v0.2.18
15232026-03-24T17:36:28.328Z Compiling siphasher v1.0.2
15242026-03-24T17:36:28.472Z Compiling quick-error v1.2.3
15252026-03-24T17:36:28.580Z Compiling rusty-fork v0.3.1
15262026-03-24T17:36:28.600Z Compiling bit-set v0.8.0
15272026-03-24T17:36:28.618Z Compiling time v0.3.47
15282026-03-24T17:36:28.802Z Compiling hyper-util v0.1.20
15292026-03-24T17:36:29.008Z Compiling thiserror v1.0.69
15302026-03-24T17:36:29.451Z Compiling dof v0.4.0
15312026-03-24T17:36:30.629Z Compiling derive_builder_core v0.20.2
15322026-03-24T17:36:30.845Z Compiling unicode-normalization v0.1.25
15332026-03-24T17:36:31.096Z Compiling crossbeam-epoch v0.9.18
15342026-03-24T17:36:31.195Z Compiling dtrace-parser v0.3.0
15352026-03-24T17:36:31.440Z Compiling rustls-native-certs v0.8.3
15362026-03-24T17:36:31.528Z Compiling signature v2.2.0
15372026-03-24T17:36:31.615Z Compiling scroll_derive v0.12.1
15382026-03-24T17:36:31.740Z Compiling heapless v0.7.17
15392026-03-24T17:36:31.805Z Compiling rand_xorshift v0.4.0
15402026-03-24T17:36:31.808Z Compiling slog v2.8.2
15412026-03-24T17:36:32.020Z Compiling darling_core v0.21.3
15422026-03-24T17:36:32.039Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-24T17:36:32.044Z Compiling sync_wrapper v1.0.2
15442026-03-24T17:36:32.187Z Compiling thread-id v5.1.0
15452026-03-24T17:36:32.231Z Compiling cookie v0.18.1
15462026-03-24T17:36:32.287Z Compiling unarray v0.1.4
15472026-03-24T17:36:32.378Z Compiling rayon-core v1.13.0
15482026-03-24T17:36:32.420Z Compiling paste v1.0.15
15492026-03-24T17:36:32.450Z Compiling adler2 v2.0.1
15502026-03-24T17:36:32.469Z Compiling unicode-properties v0.1.4
15512026-03-24T17:36:32.585Z Compiling zstd-safe v7.2.4
15522026-03-24T17:36:32.609Z Compiling unicode-segmentation v1.12.0
15532026-03-24T17:36:32.732Z Compiling unicode-bidi v0.3.18
15542026-03-24T17:36:32.752Z Compiling signal-hook v0.3.18
15552026-03-24T17:36:32.823Z Compiling anyhow v1.0.102
15562026-03-24T17:36:33.067Z Compiling miniz_oxide v0.8.9
15572026-03-24T17:36:33.117Z Compiling scroll v0.12.0
15582026-03-24T17:36:33.302Z Compiling stringprep v0.1.5
15592026-03-24T17:36:33.461Z Compiling proptest v1.10.0
15602026-03-24T17:36:33.872Z Compiling tower v0.5.3
15612026-03-24T17:36:33.973Z Compiling derive_builder_macro v0.20.2
15622026-03-24T17:36:34.214Z Compiling crossbeam-deque v0.8.6
15632026-03-24T17:36:34.234Z Compiling ipnetwork v0.21.1
15642026-03-24T17:36:34.252Z Compiling http-body-util v0.1.3
15652026-03-24T17:36:34.451Z Compiling webpki-roots v1.0.6
15662026-03-24T17:36:34.498Z Compiling rand_chacha v0.3.1
15672026-03-24T17:36:34.542Z Compiling serde_spanned v0.6.9
15682026-03-24T17:36:34.563Z Compiling serde_tokenstream v0.2.3
15692026-03-24T17:36:34.602Z Compiling toml_datetime v0.6.11
15702026-03-24T17:36:34.717Z Compiling erased-serde v0.3.31
15712026-03-24T17:36:34.743Z Compiling md-5 v0.10.6
15722026-03-24T17:36:34.951Z Compiling zerocopy-derive v0.7.35
15732026-03-24T17:36:35.005Z Compiling curve25519-dalek v4.1.3
15742026-03-24T17:36:35.027Z Compiling vergen-lib v0.1.6
15752026-03-24T17:36:35.244Z Compiling num-integer v0.1.46
15762026-03-24T17:36:35.421Z Compiling hash32 v0.2.1
15772026-03-24T17:36:35.493Z Compiling ff v0.13.1
15782026-03-24T17:36:35.570Z Compiling memoffset v0.9.1
15792026-03-24T17:36:35.596Z Compiling darling_macro v0.21.3
15802026-03-24T17:36:35.665Z Compiling ryu v1.0.23
15812026-03-24T17:36:35.682Z Compiling zlib-rs v0.6.2
15822026-03-24T17:36:35.686Z Compiling litrs v1.0.0
15832026-03-24T17:36:35.803Z Compiling base16ct v0.2.0
15842026-03-24T17:36:35.895Z Compiling smoltcp v0.9.1
15852026-03-24T17:36:36.032Z Compiling rustix v0.38.44
15862026-03-24T17:36:36.114Z Compiling ref-cast v1.0.25
15872026-03-24T17:36:36.191Z Compiling cfg_aliases v0.2.1
15882026-03-24T17:36:36.286Z Compiling num-bigint-dig v0.8.6
15892026-03-24T17:36:36.320Z Compiling fallible-iterator v0.2.0
15902026-03-24T17:36:36.390Z Compiling iri-string v0.7.10
15912026-03-24T17:36:36.467Z Compiling psl-types v2.0.11
15922026-03-24T17:36:36.550Z Compiling document-features v0.2.12
15932026-03-24T17:36:36.619Z Compiling publicsuffix v2.3.0
15942026-03-24T17:36:36.664Z Compiling nix v0.31.1
15952026-03-24T17:36:36.723Z Compiling postgres-protocol v0.6.10
15962026-03-24T17:36:36.828Z Compiling newtype-uuid v1.3.2
15972026-03-24T17:36:37.142Z Compiling darling v0.21.3
15982026-03-24T17:36:37.241Z Compiling zerocopy v0.7.35
15992026-03-24T17:36:37.261Z Compiling sec1 v0.7.3
16002026-03-24T17:36:37.304Z Compiling serde_urlencoded v0.7.1
16012026-03-24T17:36:37.562Z Compiling group v0.13.0
16022026-03-24T17:36:37.630Z Compiling num-iter v0.1.45
16032026-03-24T17:36:37.891Z Compiling rand v0.8.5
16042026-03-24T17:36:38.010Z Compiling tower-http v0.6.8
16052026-03-24T17:36:38.236Z Compiling derive_builder v0.20.2
16062026-03-24T17:36:38.307Z Compiling oxnet v0.1.4
16072026-03-24T17:36:38.496Z Compiling proc-macro-error v1.0.4
16082026-03-24T17:36:38.658Z Compiling tokio-native-tls v0.3.1
16092026-03-24T17:36:38.984Z Compiling goblin v0.8.2
16102026-03-24T17:36:39.265Z Compiling heck v0.4.1
16112026-03-24T17:36:39.551Z Compiling phf_shared v0.13.1
16122026-03-24T17:36:39.570Z Compiling regex v1.12.3
16132026-03-24T17:36:39.728Z Compiling hubpack_derive v0.1.1
16142026-03-24T17:36:39.731Z Compiling lazy_static v1.5.0
16152026-03-24T17:36:39.862Z Compiling flate2 v1.1.9
16162026-03-24T17:36:39.881Z Compiling cargo-platform v0.1.9
16172026-03-24T17:36:40.196Z Compiling hkdf v0.12.4
16182026-03-24T17:36:40.215Z Compiling crypto-bigint v0.5.5
16192026-03-24T17:36:40.291Z Compiling strum_macros v0.27.2
16202026-03-24T17:36:40.344Z Compiling daft-derive v0.1.5
16212026-03-24T17:36:40.409Z Compiling ref-cast-impl v1.0.25
16222026-03-24T17:36:40.454Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-24T17:36:41.104Z Compiling async-trait v0.1.89
16242026-03-24T17:36:41.291Z Compiling terminal_size v0.4.3
16252026-03-24T17:36:41.310Z Compiling vergen v9.0.6
16262026-03-24T17:36:41.461Z Compiling fs-err v3.3.0
16272026-03-24T17:36:41.531Z Compiling ahash v0.8.12
16282026-03-24T17:36:41.690Z Compiling managed v0.8.0
16292026-03-24T17:36:41.776Z Compiling libbz2-rs-sys v0.2.2
16302026-03-24T17:36:41.970Z Compiling foldhash v0.1.5
16312026-03-24T17:36:42.185Z Compiling bumpalo v3.20.2
16322026-03-24T17:36:42.518Z Compiling bitflags v1.3.2
16332026-03-24T17:36:42.519Z Compiling object v0.37.3
16342026-03-24T17:36:42.612Z Compiling winnow v0.5.40
16352026-03-24T17:36:42.929Z Compiling clap_builder v4.5.60
16362026-03-24T17:36:42.980Z Compiling strum v0.27.2
16372026-03-24T17:36:43.114Z Compiling zopfli v0.8.3
16382026-03-24T17:36:43.136Z Compiling bzip2 v0.6.1
16392026-03-24T17:36:43.398Z Compiling hashbrown v0.15.5
16402026-03-24T17:36:43.780Z Compiling dof v0.3.0
16412026-03-24T17:36:43.894Z Compiling console v0.16.2
16422026-03-24T17:36:44.125Z Compiling elliptic-curve v0.13.8
16432026-03-24T17:36:44.184Z Compiling daft v0.1.5
16442026-03-24T17:36:44.547Z Compiling toml_edit v0.19.15
16452026-03-24T17:36:44.664Z Compiling hubpack v0.1.2
16462026-03-24T17:36:44.742Z Compiling cargo_metadata v0.19.2
16472026-03-24T17:36:44.991Z Compiling phf v0.13.1
16482026-03-24T17:36:45.199Z Compiling signal-hook-mio v0.2.5
16492026-03-24T17:36:45.343Z Compiling zone_cfg_derive v0.3.1
16502026-03-24T17:36:46.172Z Compiling cookie_store v0.22.1
16512026-03-24T17:36:47.042Z Compiling zstd v0.13.3
16522026-03-24T17:36:47.191Z Compiling rayon v1.11.0
16532026-03-24T17:36:47.212Z Compiling hyper-tls v0.6.0
16542026-03-24T17:36:47.396Z Compiling bzip2 v0.4.4
16552026-03-24T17:36:47.608Z Compiling serde_with_macros v3.17.0
16562026-03-24T17:36:47.668Z Compiling postgres-types v0.2.12
16572026-03-24T17:36:48.336Z Compiling usdt-macro v0.6.0
16582026-03-24T17:36:48.441Z Compiling usdt-attr-macro v0.6.0
16592026-03-24T17:36:48.474Z Compiling ed25519 v2.2.3
16602026-03-24T17:36:49.130Z Compiling dtrace-parser v0.2.0
16612026-03-24T17:36:49.300Z Compiling phf_shared v0.11.3
16622026-03-24T17:36:49.420Z Compiling itertools v0.12.1
16632026-03-24T17:36:49.465Z Compiling bstr v1.12.1
16642026-03-24T17:36:49.541Z Compiling pkcs1 v0.7.5
16652026-03-24T17:36:49.609Z Compiling serde-big-array v0.5.1
16662026-03-24T17:36:49.643Z Compiling hex v0.4.3
16672026-03-24T17:36:49.786Z Compiling rfc6979 v0.4.0
16682026-03-24T17:36:49.987Z Compiling serde_repr v0.1.20
16692026-03-24T17:36:50.034Z Compiling enum-as-inner v0.6.1
16702026-03-24T17:36:50.125Z Compiling clap_derive v4.5.55
16712026-03-24T17:36:50.188Z Compiling strum_macros v0.26.4
16722026-03-24T17:36:50.408Z Compiling float-cmp v0.10.0
16732026-03-24T17:36:50.599Z Compiling memmap2 v0.9.10
16742026-03-24T17:36:50.676Z Compiling thread-id v4.2.2
16752026-03-24T17:36:50.694Z Compiling env_filter v1.0.0
16762026-03-24T17:36:50.783Z Compiling encoding_rs v0.8.35
16772026-03-24T17:36:50.880Z Compiling whoami v2.1.0
16782026-03-24T17:36:51.095Z Compiling jiff v0.2.21
16792026-03-24T17:36:51.118Z Compiling keccak v0.1.6
16802026-03-24T17:36:51.378Z Compiling static_assertions v1.1.0
16812026-03-24T17:36:51.472Z Compiling unit-prefix v0.5.2
16822026-03-24T17:36:51.656Z Compiling normalize-line-endings v0.3.0
16832026-03-24T17:36:51.776Z Compiling mime v0.3.17
16842026-03-24T17:36:52.111Z Compiling fixedbitset v0.5.7
16852026-03-24T17:36:52.130Z Compiling rustc-hash v2.1.1
16862026-03-24T17:36:52.239Z Compiling precomputed-hash v0.1.1
16872026-03-24T17:36:52.281Z Compiling new_debug_unreachable v1.0.6
16882026-03-24T17:36:52.349Z Compiling data-encoding v2.10.0
16892026-03-24T17:36:52.373Z Compiling difflib v0.4.0
16902026-03-24T17:36:52.513Z Compiling predicates-core v1.0.10
16912026-03-24T17:36:52.546Z Compiling fixedbitset v0.4.2
16922026-03-24T17:36:52.607Z Compiling strum v0.26.3
16932026-03-24T17:36:52.737Z Compiling petgraph v0.6.5
16942026-03-24T17:36:52.769Z Compiling hickory-proto v0.25.2
16952026-03-24T17:36:52.799Z Compiling predicates v3.1.4
16962026-03-24T17:36:52.824Z Compiling clap v4.5.60
16972026-03-24T17:36:52.927Z Compiling string_cache v0.8.9
16982026-03-24T17:36:53.132Z Compiling petgraph v0.8.3
16992026-03-24T17:36:53.214Z Compiling iddqd v0.3.17
17002026-03-24T17:36:53.311Z Compiling indicatif v0.18.4
17012026-03-24T17:36:53.682Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-24T17:36:54.454Z Compiling sha3 v0.10.8
17032026-03-24T17:36:54.722Z Compiling zip v4.6.1
17042026-03-24T17:36:54.802Z Compiling tokio-postgres v0.7.16
17052026-03-24T17:36:55.070Z Compiling zone v0.3.1
17062026-03-24T17:36:55.840Z Compiling env_logger v0.11.9
17072026-03-24T17:36:56.005Z Compiling toml_edit v0.22.27
17082026-03-24T17:36:56.064Z Compiling usdt v0.6.0
17092026-03-24T17:36:56.306Z Compiling usdt-impl v0.5.0
17102026-03-24T17:36:56.397Z Compiling similar v2.7.0
17112026-03-24T17:36:57.021Z Compiling serde_with v3.17.0
17122026-03-24T17:36:57.069Z Compiling ecdsa v0.16.9
17132026-03-24T17:36:57.472Z Compiling rsa v0.9.10
17142026-03-24T17:36:57.542Z Compiling crossterm v0.28.1
17152026-03-24T17:36:57.587Z Compiling ed25519-dalek v2.2.0
17162026-03-24T17:36:58.410Z Compiling zip v0.6.6
17172026-03-24T17:36:59.279Z Compiling toml v0.7.8
17182026-03-24T17:36:59.723Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-24T17:36:59.815Z Compiling itertools v0.13.0
17202026-03-24T17:36:59.860Z Compiling tokio-stream v0.1.18
17212026-03-24T17:36:59.879Z Compiling buf-list v1.1.2
17222026-03-24T17:37:00.141Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-24T17:37:00.270Z Compiling x509-cert v0.2.5
17242026-03-24T17:37:00.490Z Compiling openapiv3 v2.2.0
17252026-03-24T17:37:00.557Z Compiling sha1 v0.10.6
17262026-03-24T17:37:00.642Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-24T17:37:00.841Z Compiling peg-runtime v0.8.5
17282026-03-24T17:37:01.026Z Compiling lalrpop-util v0.19.12
17292026-03-24T17:37:01.203Z Compiling thread_local v1.1.9
17302026-03-24T17:37:01.271Z Compiling slog-async v2.8.0
17312026-03-24T17:37:01.521Z Compiling crossbeam-channel v0.5.15
17322026-03-24T17:37:01.549Z Compiling futures-executor v0.3.32
17332026-03-24T17:37:01.660Z Compiling is-terminal v0.4.17
17342026-03-24T17:37:01.679Z Compiling filetime v0.2.27
17352026-03-24T17:37:01.776Z Compiling xattr v1.6.1
17362026-03-24T17:37:01.883Z Compiling term v1.2.1
17372026-03-24T17:37:01.903Z Compiling take_mut v0.2.2
17382026-03-24T17:37:01.989Z Compiling tar v0.4.44
17392026-03-24T17:37:02.135Z Compiling futures v0.3.32
17402026-03-24T17:37:02.235Z Compiling slog-term v2.9.2
17412026-03-24T17:37:09.230Z Compiling rustls-webpki v0.103.9
17422026-03-24T17:37:13.279Z Compiling tokio-rustls v0.26.4
17432026-03-24T17:37:13.279Z Compiling rustls-platform-verifier v0.6.2
17442026-03-24T17:37:13.537Z Compiling hyper-rustls v0.27.7
17452026-03-24T17:37:13.797Z Compiling reqwest v0.13.2
17462026-03-24T17:37:13.814Z Compiling reqwest v0.12.28
17472026-03-24T17:37:16.828Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-24T17:37:17.098Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-24T17:37:20.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-24T17:37:21.072Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-24T17:37:21.133ZMar 24 17:37:20.270 INFO Starting download, target: MaghemiteMgd
17522026-03-24T17:37:21.133ZMar 24 17:37:20.270 INFO Starting download, target: Console
17532026-03-24T17:37:21.133ZMar 24 17:37:20.270 INFO Starting download, target: DendriteStub
17542026-03-24T17:37:21.133ZMar 24 17:37:20.270 INFO Starting download, target: TransceiverControl
17552026-03-24T17:37:21.133ZMar 24 17:37:20.270 INFO Starting download, target: Cockroach
17562026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Starting download, target: Clickhouse
17572026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-24T17:37:21.136ZMar 24 17:37:20.270 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-24T17:37:21.842ZMar 24 17:37:20.976 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-24T17:37:22.229ZMar 24 17:37:21.309 INFO Download complete, target: TransceiverControl
17652026-03-24T17:37:22.291ZMar 24 17:37:21.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T17:37:22.565ZMar 24 17:37:21.679 INFO Download complete, target: Console
17672026-03-24T17:37:23.481ZMar 24 17:37:22.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-24T17:37:23.747ZMar 24 17:37:22.883 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-24T17:37:23.865ZMar 24 17:37:22.997 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-24T17:37:24.374ZMar 24 17:37:23.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-24T17:37:24.374ZMar 24 17:37:23.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-24T17:37:27.050ZMar 24 17:37:26.188 INFO Download complete, target: DendriteStub
17732026-03-24T17:37:27.406ZMar 24 17:37:26.544 INFO Download complete, target: MaghemiteMgd
17742026-03-24T17:37:31.943ZMar 24 17:37:31.081 INFO Checking that binary works, target: Cockroach
17752026-03-24T17:37:32.057ZMar 24 17:37:31.195 INFO Download complete, target: Cockroach
17762026-03-24T17:37:34.877ZMar 24 17:37:34.016 INFO Checking that binary works, target: Clickhouse
17772026-03-24T17:37:35.037ZMar 24 17:37:34.176 INFO Download complete, target: Clickhouse
17782026-03-24T17:37:35.057ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-24T17:37:35.060Z
17802026-03-24T17:37:35.060Zreal 3:59.700759150
17812026-03-24T17:37:35.060Zuser 10:22.410971147
17822026-03-24T17:37:35.060Zsys 1:46.831322883
17832026-03-24T17:37:35.060Ztrap 0.329905363
17842026-03-24T17:37:35.060Ztflt 0.734520484
17852026-03-24T17:37:35.060Zdflt 0.604436452
17862026-03-24T17:37:35.060Zkflt 0.021810110
17872026-03-24T17:37:35.060Zlock 31:01.557784749
17882026-03-24T17:37:35.060Zslp 29:06.589469121
17892026-03-24T17:37:35.060Zlat 56.034981743
17902026-03-24T17:37:35.060Zstop 2:39.193065263
17912026-03-24T17:37:35.060Z+ banner clippy
17922026-03-24T17:37:35.060Z
17932026-03-24T17:37:35.060Z #### # # ##### ##### # #
17942026-03-24T17:37:35.060Z # # # # # # # # # #
17952026-03-24T17:37:35.061Z # # # # # # # #
17962026-03-24T17:37:35.061Z # # # ##### ##### #
17972026-03-24T17:37:35.061Z # # # # # # #
17982026-03-24T17:37:35.061Z #### ###### # # # #
17992026-03-24T17:37:35.061Z
18002026-03-24T17:37:35.061Z+ export CARGO_INCREMENTAL=0
18012026-03-24T17:37:35.061Z+ CARGO_INCREMENTAL=0
18022026-03-24T17:37:35.061Z+ ptime -m cargo xtask clippy
18032026-03-24T17:37:35.776Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-24T17:37:36.051Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-24T17:37:38.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18062026-03-24T17:37:38.662Z Running `target/debug/xtask clippy`
18072026-03-24T17:37:38.690Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-24T17:37:39.504Z Downloading crates ...
18092026-03-24T17:37:39.761Z Downloaded addr2line v0.25.1
18102026-03-24T17:37:39.774Z Downloaded anes v0.1.6
18112026-03-24T17:37:39.777Z Downloaded approx v0.5.1
18122026-03-24T17:37:39.780Z Downloaded owo-colors v3.5.0
18132026-03-24T17:37:39.790Z Downloaded terminal_size v0.1.17
18142026-03-24T17:37:39.793Z Downloaded path-tree v0.8.3
18152026-03-24T17:37:39.799Z Downloaded similar-asserts v1.7.0
18162026-03-24T17:37:39.803Z Downloaded termcolor v1.4.1
18172026-03-24T17:37:39.806Z Downloaded knuffel-derive v3.2.0
18182026-03-24T17:37:39.806Z Downloaded cargo_metadata v0.23.1
18192026-03-24T17:37:39.814Z Downloaded plotters-backend v0.3.7
18202026-03-24T17:37:39.817Z Downloaded rustc-demangle v0.1.27
18212026-03-24T17:37:39.820Z Downloaded escape8259 v0.5.3
18222026-03-24T17:37:39.822Z Downloaded supports-unicode v2.1.0
18232026-03-24T17:37:39.822Z Downloaded miette-derive v5.10.0
18242026-03-24T17:37:39.826Z Downloaded serde_regex v1.1.0
18252026-03-24T17:37:39.831Z Downloaded target-triple v1.0.0
18262026-03-24T17:37:39.836Z Downloaded cargo-platform v0.3.2
18272026-03-24T17:37:39.843Z Downloaded parking v2.2.1
18282026-03-24T17:37:39.846Z Downloaded stringmetrics v2.2.2
18292026-03-24T17:37:39.848Z Downloaded oorandom v11.1.5
18302026-03-24T17:37:39.848Z Downloaded knuffel v3.2.0
18312026-03-24T17:37:39.851Z Downloaded concurrent-queue v2.5.0
18322026-03-24T17:37:39.851Z Downloaded supports-hyperlinks v2.1.0
18332026-03-24T17:37:39.854Z Downloaded async-object-pool v0.2.0
18342026-03-24T17:37:39.854Z Downloaded assert-json-diff v2.0.2
18352026-03-24T17:37:39.854Z Downloaded futures-timer v3.0.3
18362026-03-24T17:37:39.858Z Downloaded pathdiff v0.2.3
18372026-03-24T17:37:39.861Z Downloaded supports-color v2.1.0
18382026-03-24T17:37:39.861Z Downloaded event-listener-strategy v0.5.4
18392026-03-24T17:37:39.864Z Downloaded linkme-impl v0.3.35
18402026-03-24T17:37:39.864Z Downloaded nested v0.1.1
18412026-03-24T17:37:39.864Z Downloaded guppy-workspace-hack v0.1.0
18422026-03-24T17:37:39.864Z Downloaded constant_time_eq v0.3.1
18432026-03-24T17:37:39.867Z Downloaded plotters-svg v0.3.7
18442026-03-24T17:37:39.877Z Downloaded target-lexicon v0.13.3
18452026-03-24T17:37:39.880Z Downloaded rust-argon2 v2.1.0
18462026-03-24T17:37:39.883Z Downloaded libtest-mimic v0.8.1
18472026-03-24T17:37:39.885Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18482026-03-24T17:37:39.885Z Downloaded tinytemplate v1.2.1
18492026-03-24T17:37:39.888Z Downloaded target-spec v3.5.7
18502026-03-24T17:37:39.888Z Downloaded backtrace-ext v0.2.1
18512026-03-24T17:37:39.888Z Downloaded relative-path v1.9.3
18522026-03-24T17:37:39.892Z Downloaded linkme v0.3.35
18532026-03-24T17:37:39.895Z Downloaded cast v0.3.0
18542026-03-24T17:37:39.895Z Downloaded partial-io v0.5.4
18552026-03-24T17:37:39.903Z Downloaded assert_cmd v2.1.2
18562026-03-24T17:37:39.906Z Downloaded httptest v0.16.4
18572026-03-24T17:37:39.909Z Downloaded backtrace v0.3.76
18582026-03-24T17:37:39.911Z Downloaded trybuild v1.0.116
18592026-03-24T17:37:39.914Z Downloaded event-listener v5.4.1
18602026-03-24T17:37:39.917Z Downloaded textwrap v0.15.2
18612026-03-24T17:37:39.917Z Downloaded rstest v0.25.0
18622026-03-24T17:37:39.921Z Downloaded datatest-stable v0.3.3
18632026-03-24T17:37:39.924Z Downloaded toml v1.0.3+spec-1.1.0
18642026-03-24T17:37:39.927Z Downloaded async-lock v3.4.2
18652026-03-24T17:37:39.930Z Downloaded chumsky v0.9.3
18662026-03-24T17:37:39.933Z Downloaded rstest_macros v0.25.0
18672026-03-24T17:37:39.936Z Downloaded hashbrown v0.14.5
18682026-03-24T17:37:39.938Z Downloaded cfg-expr v0.20.6
18692026-03-24T17:37:39.941Z Downloaded criterion-plot v0.6.0
18702026-03-24T17:37:39.941Z Downloaded blake2b_simd v1.0.4
18712026-03-24T17:37:39.944Z Downloaded rand_distr v0.5.1
18722026-03-24T17:37:39.947Z Downloaded miette v5.10.0
18732026-03-24T17:37:39.947Z Downloaded fancy-regex v0.14.0
18742026-03-24T17:37:39.949Z Downloaded criterion v0.7.0
18752026-03-24T17:37:39.957Z Downloaded guppy v0.17.25
18762026-03-24T17:37:39.961Z Downloaded plotters v0.3.7
18772026-03-24T17:37:39.968Z Downloaded gimli v0.32.3
18782026-03-24T17:37:40.069Z Downloaded httpmock v0.8.3
18792026-03-24T17:37:42.272Z Checking cfg-if v1.0.4
18802026-03-24T17:37:42.684Z Checking libc v0.2.180
18812026-03-24T17:37:42.688Z Checking serde_core v1.0.228
18822026-03-24T17:37:42.779Z Checking memchr v2.8.0
18832026-03-24T17:37:42.828Z Checking smallvec v1.15.1
18842026-03-24T17:37:42.875Z Checking itoa v1.0.17
18852026-03-24T17:37:42.924Z Checking log v0.4.29
18862026-03-24T17:37:42.980Z Checking zeroize v1.8.2
18872026-03-24T17:37:42.983Z Checking libm v0.2.16
18882026-03-24T17:37:43.100Z Checking scopeguard v1.2.0
18892026-03-24T17:37:43.104Z Checking stable_deref_trait v1.2.1
18902026-03-24T17:37:43.196Z Checking zmij v1.0.21
18912026-03-24T17:37:43.249Z Checking zerofrom v0.1.6
18922026-03-24T17:37:43.303Z Checking errno v0.3.14
18932026-03-24T17:37:43.303Z Checking getrandom v0.2.17
18942026-03-24T17:37:43.307Z Checking lock_api v0.4.14
18952026-03-24T17:37:43.449Z Checking yoke v0.8.1
18962026-03-24T17:37:43.498Z Checking percent-encoding v2.3.2
18972026-03-24T17:37:43.547Z Checking litemap v0.8.1
18982026-03-24T17:37:43.547Z Checking writeable v0.6.2
18992026-03-24T17:37:43.645Z Checking icu_normalizer_data v2.1.1
19002026-03-24T17:37:43.700Z Checking icu_properties_data v2.1.2
19012026-03-24T17:37:43.703Z Checking zerovec v0.11.5
19022026-03-24T17:37:43.794Z Checking zerotrie v0.2.3
19032026-03-24T17:37:43.844Z Checking form_urlencoded v1.2.2
19042026-03-24T17:37:43.887Z Checking utf8_iter v1.0.4
19052026-03-24T17:37:43.935Z Checking subtle v2.6.1
19062026-03-24T17:37:43.986Z Checking rand_core v0.10.0
19072026-03-24T17:37:44.041Z Checking rand_core v0.6.4
19082026-03-24T17:37:44.090Z Checking portable-atomic v1.13.1
19092026-03-24T17:37:44.093Z Checking num-traits v0.2.19
19102026-03-24T17:37:44.184Z Checking pin-project-lite v0.2.17
19112026-03-24T17:37:44.187Z Checking zerocopy v0.8.40
19122026-03-24T17:37:44.276Z Checking getrandom v0.4.1
19132026-03-24T17:37:44.324Z Checking critical-section v1.2.0
19142026-03-24T17:37:44.373Z Checking parking_lot_core v0.9.12
19152026-03-24T17:37:44.422Z Checking tinystr v0.8.2
19162026-03-24T17:37:44.491Z Checking potential_utf v0.1.4
19172026-03-24T17:37:44.545Z Checking signal-hook-registry v1.4.8
19182026-03-24T17:37:44.654Z Checking parking_lot v0.12.5
19192026-03-24T17:37:44.705Z Checking icu_locale_core v2.1.1
19202026-03-24T17:37:44.705Z Checking icu_collections v2.1.1
19212026-03-24T17:37:44.799Z Checking once_cell v1.21.3
19222026-03-24T17:37:44.849Z Checking mio v1.1.1
19232026-03-24T17:37:44.938Z Checking typenum v1.19.0
19242026-03-24T17:37:44.990Z Checking serde v1.0.228
19252026-03-24T17:37:44.990Z Checking serde_json v1.0.149
19262026-03-24T17:37:45.083Z Checking bitflags v2.11.0
19272026-03-24T17:37:45.154Z Checking iana-time-zone v0.1.65
19282026-03-24T17:37:45.267Z Checking socket2 v0.6.2
19292026-03-24T17:37:45.340Z Checking semver v1.0.27
19302026-03-24T17:37:45.340Z Checking uuid v1.21.0
19312026-03-24T17:37:45.550Z Checking icu_provider v2.1.1
19322026-03-24T17:37:45.626Z Checking thiserror v2.0.18
19332026-03-24T17:37:45.679Z Checking bytes v1.11.1
19342026-03-24T17:37:45.679Z Checking chrono v0.4.44
19352026-03-24T17:37:45.772Z Checking generic-array v0.14.7
19362026-03-24T17:37:45.831Z Checking allocator-api2 v0.2.21
19372026-03-24T17:37:45.885Z Checking futures-core v0.3.32
19382026-03-24T17:37:45.887Z Checking icu_properties v2.1.2
19392026-03-24T17:37:45.980Z Checking icu_normalizer v2.1.1
19402026-03-24T17:37:46.084Z Checking dyn-clone v1.0.20
19412026-03-24T17:37:46.253Z Checking equivalent v1.0.2
19422026-03-24T17:37:46.313Z Checking tokio v1.49.0
19432026-03-24T17:37:46.375Z Checking const-oid v0.9.6
19442026-03-24T17:37:46.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-24T17:37:46.435Z Checking foldhash v0.2.0
19462026-03-24T17:37:46.530Z Checking crypto-common v0.1.7
19472026-03-24T17:37:46.668Z Checking hashbrown v0.16.1
19482026-03-24T17:37:46.724Z Checking block-buffer v0.10.4
19492026-03-24T17:37:46.845Z Checking futures-sink v0.3.32
19502026-03-24T17:37:46.931Z Checking byteorder v1.5.0
19512026-03-24T17:37:46.978Z Checking rustix v1.1.3
19522026-03-24T17:37:47.026Z Checking futures-channel v0.3.32
19532026-03-24T17:37:47.109Z Checking idna_adapter v1.2.1
19542026-03-24T17:37:47.233Z Checking futures-io v0.3.32
19552026-03-24T17:37:47.301Z Checking idna v1.1.0
19562026-03-24T17:37:47.349Z Checking slab v0.4.12
19572026-03-24T17:37:47.397Z Checking futures-task v0.3.32
19582026-03-24T17:37:47.445Z Checking digest v0.10.7
19592026-03-24T17:37:47.448Z Checking cpufeatures v0.2.17
19602026-03-24T17:37:47.583Z Checking indexmap v2.13.0
19612026-03-24T17:37:47.632Z Checking futures-util v0.3.32
19622026-03-24T17:37:47.635Z Checking thiserror v1.0.69
19632026-03-24T17:37:47.725Z Checking url v2.5.8
19642026-03-24T17:37:47.773Z Checking getrandom v0.3.4
19652026-03-24T17:37:47.820Z Checking fnv v1.0.7
19662026-03-24T17:37:47.976Z Checking regex-syntax v0.8.10
19672026-03-24T17:37:48.025Z Checking base64 v0.22.1
19682026-03-24T17:37:48.186Z Checking http v1.4.0
19692026-03-24T17:37:48.236Z Checking ppv-lite86 v0.2.21
19702026-03-24T17:37:48.343Z Checking schemars v0.8.22
19712026-03-24T17:37:48.394Z Checking tracing-core v0.1.36
19722026-03-24T17:37:48.443Z Checking unicode-ident v1.0.24
19732026-03-24T17:37:48.650Z Checking ipnet v2.11.0
19742026-03-24T17:37:48.713Z Checking proc-macro2 v1.0.106
19752026-03-24T17:37:48.848Z Checking tracing v0.1.44
19762026-03-24T17:37:49.004Z Checking utf8parse v0.2.2
19772026-03-24T17:37:49.051Z Checking anstyle v1.0.13
19782026-03-24T17:37:49.147Z Checking untrusted v0.9.0
19792026-03-24T17:37:49.196Z Checking aho-corasick v1.1.4
19802026-03-24T17:37:49.200Z Checking quote v1.0.44
19812026-03-24T17:37:49.292Z Checking anstyle-parse v0.2.7
19822026-03-24T17:37:49.342Z Checking ring v0.17.14
19832026-03-24T17:37:49.345Z Checking anstyle-query v1.1.5
19842026-03-24T17:37:49.505Z Checking syn v2.0.117
19852026-03-24T17:37:49.552Z Checking is_terminal_polyfill v1.70.2
19862026-03-24T17:37:49.555Z Checking base64ct v1.8.3
19872026-03-24T17:37:49.700Z Checking colorchoice v1.0.4
19882026-03-24T17:37:49.852Z Checking block-padding v0.3.3
19892026-03-24T17:37:49.901Z Checking anstream v0.6.21
19902026-03-24T17:37:49.949Z Checking rustls-pki-types v1.14.0
19912026-03-24T17:37:50.059Z Checking httparse v1.10.1
19922026-03-24T17:37:50.168Z Checking regex-automata v0.4.14
19932026-03-24T17:37:50.216Z Checking inout v0.1.4
19942026-03-24T17:37:50.367Z Checking terminal_size v0.4.3
19952026-03-24T17:37:50.371Z Checking crossbeam-utils v0.8.21
19962026-03-24T17:37:50.464Z Checking cipher v0.4.4
19972026-03-24T17:37:50.467Z Checking strsim v0.11.1
19982026-03-24T17:37:50.631Z Checking clap_lex v1.0.0
19992026-03-24T17:37:50.719Z Checking http-body v1.0.1
20002026-03-24T17:37:50.771Z Checking tokio-util v0.7.18
20012026-03-24T17:37:50.825Z Checking rand_core v0.9.5
20022026-03-24T17:37:50.873Z Checking clap_builder v4.5.60
20032026-03-24T17:37:50.877Z Checking sha2 v0.10.9
20042026-03-24T17:37:50.968Z Checking atomic-waker v1.1.2
20052026-03-24T17:37:50.971Z Checking pem-rfc7468 v0.7.0
20062026-03-24T17:37:51.088Z Checking try-lock v0.2.5
20072026-03-24T17:37:51.139Z Checking httpdate v1.0.3
20082026-03-24T17:37:51.252Z Checking want v0.3.1
20092026-03-24T17:37:51.255Z Checking hmac v0.12.1
20102026-03-24T17:37:51.346Z Checking tower-layer v0.3.3
20112026-03-24T17:37:51.392Z Checking pin-utils v0.1.0
20122026-03-24T17:37:51.445Z Checking tower-service v0.3.3
20132026-03-24T17:37:51.503Z Checking ryu v1.0.23
20142026-03-24T17:37:51.557Z Checking rand_chacha v0.9.0
20152026-03-24T17:37:51.601Z Checking erased-serde v0.3.31
20162026-03-24T17:37:51.604Z Checking h2 v0.4.13
20172026-03-24T17:37:51.604Z Checking flagset v0.4.7
20182026-03-24T17:37:51.739Z Checking powerfmt v0.2.0
20192026-03-24T17:37:51.848Z Checking rand v0.9.2
20202026-03-24T17:37:51.896Z Checking der v0.7.10
20212026-03-24T17:37:51.970Z Checking deranged v0.5.8
20222026-03-24T17:37:52.214Z Checking slog v2.8.2
20232026-03-24T17:37:52.528Z Checking spin v0.9.8
20242026-03-24T17:37:52.580Z Checking clap v4.5.60
20252026-03-24T17:37:52.630Z Checking anyhow v1.0.102
20262026-03-24T17:37:52.715Z Checking time-core v0.1.8
20272026-03-24T17:37:52.766Z Checking num-conv v0.2.0
20282026-03-24T17:37:52.815Z Checking num_threads v0.1.7
20292026-03-24T17:37:52.818Z Checking http-body-util v0.1.3
20302026-03-24T17:37:52.924Z Checking aws-lc-sys v0.37.1
20312026-03-24T17:37:52.971Z Checking untrusted v0.7.1
20322026-03-24T17:37:52.975Z Checking openssl-probe v0.2.1
20332026-03-24T17:37:53.013Z Checking regex v1.12.3
20342026-03-24T17:37:53.016Z Checking serde_urlencoded v0.7.1
20352026-03-24T17:37:53.155Z Checking rand_chacha v0.3.1
20362026-03-24T17:37:53.205Z Checking fastrand v2.3.0
20372026-03-24T17:37:53.209Z Checking spki v0.7.3
20382026-03-24T17:37:53.309Z Checking time v0.3.47
20392026-03-24T17:37:53.378Z Checking pbkdf2 v0.12.2
20402026-03-24T17:37:53.479Z Checking rand v0.8.5
20412026-03-24T17:37:53.529Z Checking aes v0.8.4
20422026-03-24T17:37:53.533Z Checking unicode-width v0.2.0
20432026-03-24T17:37:53.533Z Checking pretty-hex v0.4.1
20442026-03-24T17:37:53.669Z Checking salsa20 v0.10.2
20452026-03-24T17:37:53.718Z Checking aws-lc-rs v1.16.0
20462026-03-24T17:37:53.809Z Checking cbc v0.1.2
20472026-03-24T17:37:53.875Z Checking ipnetwork v0.21.1
20482026-03-24T17:37:53.925Z Checking hex v0.4.3
20492026-03-24T17:37:54.010Z Checking scrypt v0.11.0
20502026-03-24T17:37:54.150Z Checking tempfile v3.25.0
20512026-03-24T17:37:54.200Z Checking rustls-native-certs v0.8.3
20522026-03-24T17:37:54.252Z Checking sync_wrapper v1.0.2
20532026-03-24T17:37:54.255Z Checking plain v0.2.3
20542026-03-24T17:37:54.342Z Checking pkcs5 v0.7.1
20552026-03-24T17:37:54.399Z Checking webpki-roots v1.0.6
20562026-03-24T17:37:54.449Z Checking tower v0.5.3
20572026-03-24T17:37:54.452Z Checking camino v1.2.2
20582026-03-24T17:37:54.540Z Checking ucd-trie v0.1.7
20592026-03-24T17:37:54.590Z Checking iri-string v0.7.10
20602026-03-24T17:37:54.714Z Checking pkcs8 v0.10.2
20612026-03-24T17:37:54.762Z Checking pest v2.8.6
20622026-03-24T17:37:54.885Z Checking openapiv3 v2.2.0
20632026-03-24T17:37:54.936Z Checking either v1.15.0
20642026-03-24T17:37:54.939Z Checking rustls-webpki v0.103.9
20652026-03-24T17:37:55.033Z Checking mime v0.3.17
20662026-03-24T17:37:55.040Z Checking winnow v0.7.14
20672026-03-24T17:37:55.220Z Checking oxnet v0.1.4
20682026-03-24T17:37:55.305Z Checking lazy_static v1.5.0
20692026-03-24T17:37:55.354Z Checking hyper v1.8.1
20702026-03-24T17:37:55.454Z Checking static_assertions v1.1.0
20712026-03-24T17:37:55.574Z Checking signature v2.2.0
20722026-03-24T17:37:55.612Z Checking encoding_rs v0.8.35
20732026-03-24T17:37:55.616Z Checking rustls v0.23.37
20742026-03-24T17:37:55.763Z Checking simd-adler32 v0.3.8
20752026-03-24T17:37:56.034Z Checking foreign-types-shared v0.1.1
20762026-03-24T17:37:56.099Z Checking tower-http v0.6.8
20772026-03-24T17:37:56.180Z Checking foreign-types v0.3.2
20782026-03-24T17:37:56.255Z Checking hubpack v0.1.2
20792026-03-24T17:37:56.312Z Checking openssl-sys v0.9.111
20802026-03-24T17:37:56.505Z Checking adler2 v2.0.1
20812026-03-24T17:37:56.508Z Checking sha1 v0.10.6
20822026-03-24T17:37:56.638Z Checking hyper-util v0.1.20
20832026-03-24T17:37:56.690Z Checking miniz_oxide v0.8.9
20842026-03-24T17:37:56.698Z Checking strum v0.26.3
20852026-03-24T17:37:56.785Z Checking data-encoding v2.10.0
20862026-03-24T17:37:56.832Z Checking tinyvec_macros v0.1.1
20872026-03-24T17:37:56.915Z Checking serde_spanned v0.6.9
20882026-03-24T17:37:56.966Z Checking tinyvec v1.10.0
20892026-03-24T17:37:56.970Z Checking toml_datetime v0.6.11
20902026-03-24T17:37:57.059Z Checking openssl v0.10.75
20912026-03-24T17:37:57.112Z Checking num-integer v0.1.46
20922026-03-24T17:37:57.178Z Checking scroll v0.13.0
20932026-03-24T17:37:57.226Z Checking memmap2 v0.9.10
20942026-03-24T17:37:57.275Z Checking bit-vec v0.8.0
20952026-03-24T17:37:57.450Z Checking base16ct v0.2.0
20962026-03-24T17:37:57.499Z Checking dtrace-parser v0.3.0
20972026-03-24T17:37:57.503Z Checking crossbeam-epoch v0.9.18
20982026-03-24T17:37:57.592Z Checking goblin v0.10.5
20992026-03-24T17:37:57.595Z Checking bit-set v0.8.0
21002026-03-24T17:37:57.685Z Checking sec1 v0.7.3
21012026-03-24T17:37:57.842Z Checking crc32fast v1.5.0
21022026-03-24T17:37:57.892Z Checking ff v0.13.1
21032026-03-24T17:37:57.895Z Checking thread-id v5.1.0
21042026-03-24T17:37:57.993Z Checking wait-timeout v0.2.1
21052026-03-24T17:37:58.061Z Checking num-iter v0.1.45
21062026-03-24T17:37:58.110Z Checking group v0.13.0
21072026-03-24T17:37:58.114Z Checking bstr v1.12.1
21082026-03-24T17:37:58.204Z Checking hkdf v0.12.4
21092026-03-24T17:37:58.253Z Checking ahash v0.8.12
21102026-03-24T17:37:58.330Z Checking crypto-bigint v0.5.5
21112026-03-24T17:37:58.383Z Checking quick-error v1.2.3
21122026-03-24T17:37:58.430Z Checking psl-types v2.0.11
21132026-03-24T17:37:58.546Z Checking rusty-fork v0.3.1
21142026-03-24T17:37:58.594Z Checking cookie v0.18.1
21152026-03-24T17:37:58.640Z Checking publicsuffix v2.3.0
21162026-03-24T17:37:58.758Z Checking rand_xorshift v0.4.0
21172026-03-24T17:37:58.806Z Checking scroll v0.12.0
21182026-03-24T17:37:58.891Z Checking unarray v0.1.4
21192026-03-24T17:37:58.942Z Checking cookie_store v0.22.1
21202026-03-24T17:37:58.942Z Checking num-bigint-dig v0.8.6
21212026-03-24T17:37:59.036Z Checking tokio-rustls v0.26.4
21222026-03-24T17:37:59.084Z Checking proptest v1.10.0
21232026-03-24T17:37:59.143Z Checking goblin v0.8.2
21242026-03-24T17:37:59.367Z Checking hyper-rustls v0.27.7
21252026-03-24T17:37:59.416Z Checking rustls-platform-verifier v0.6.2
21262026-03-24T17:37:59.627Z Checking pkcs1 v0.7.5
21272026-03-24T17:37:59.679Z Checking x509-cert v0.2.5
21282026-03-24T17:37:59.728Z Checking elliptic-curve v0.13.8
21292026-03-24T17:37:59.944Z Checking zerocopy v0.7.35
21302026-03-24T17:37:59.992Z Checking native-tls v0.2.18
21312026-03-24T17:38:00.182Z Checking unicode-segmentation v1.12.0
21322026-03-24T17:38:00.185Z Checking zlib-rs v0.6.2
21332026-03-24T17:38:00.277Z Checking tokio-native-tls v0.3.1
21342026-03-24T17:38:00.543Z Checking hyper-tls v0.6.0
21352026-03-24T17:38:00.604Z Checking rsa v0.9.10
21362026-03-24T17:38:00.657Z Checking reqwest v0.13.2
21372026-03-24T17:38:00.707Z Checking crossbeam-deque v0.8.6
21382026-03-24T17:38:00.761Z Checking reqwest v0.12.28
21392026-03-24T17:38:00.823Z Checking dof v0.4.0
21402026-03-24T17:38:00.974Z Checking dtrace-parser v0.2.0
21412026-03-24T17:38:01.254Z Checking rfc6979 v0.4.0
21422026-03-24T17:38:01.322Z Checking thread-id v4.2.2
21432026-03-24T17:38:01.438Z Checking toml_write v0.1.2
21442026-03-24T17:38:01.486Z Checking ecdsa v0.16.9
21452026-03-24T17:38:01.490Z Checking flate2 v1.1.9
21462026-03-24T17:38:01.633Z Checking newtype-uuid v1.3.2
21472026-03-24T17:38:01.700Z Checking toml_edit v0.22.27
21482026-03-24T17:38:01.750Z Checking usdt-impl v0.6.0
21492026-03-24T17:38:01.800Z Checking dof v0.3.0
21502026-03-24T17:38:01.848Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-24T17:38:01.921Z Checking curve25519-dalek v4.1.3
21522026-03-24T17:38:01.974Z Checking memoffset v0.9.1
21532026-03-24T17:38:01.977Z Checking rustix v0.38.44
21542026-03-24T17:38:02.066Z Checking env_filter v1.0.0
21552026-03-24T17:38:02.115Z Checking keccak v0.1.6
21562026-03-24T17:38:02.162Z Checking usdt v0.6.0
21572026-03-24T17:38:02.211Z Checking usdt-impl v0.5.0
21582026-03-24T17:38:02.283Z Checking env_logger v0.11.9
21592026-03-24T17:38:02.335Z Checking daft v0.1.5
21602026-03-24T17:38:02.382Z Checking sha3 v0.10.8
21612026-03-24T17:38:02.431Z Checking ed25519 v2.2.3
21622026-03-24T17:38:02.563Z Checking itertools v0.13.0
21632026-03-24T17:38:02.612Z Checking serde_with v3.17.0
21642026-03-24T17:38:02.705Z Checking siphasher v1.0.2
21652026-03-24T17:38:02.740Z Checking bitflags v1.3.2
21662026-03-24T17:38:02.754Z Checking unicode-normalization v0.1.25
21672026-03-24T17:38:02.860Z Checking signal-hook v0.3.18
21682026-03-24T17:38:02.937Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-24T17:38:03.016Z Checking ed25519-dalek v2.2.0
21702026-03-24T17:38:03.141Z Checking winnow v0.5.40
21712026-03-24T17:38:03.194Z Checking managed v0.8.0
21722026-03-24T17:38:03.241Z Checking nix v0.31.1
21732026-03-24T17:38:03.297Z Checking rayon-core v1.13.0
21742026-03-24T17:38:03.349Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-24T17:38:03.354Z Checking object v0.37.3
21762026-03-24T17:38:03.494Z Checking foldhash v0.1.5
21772026-03-24T17:38:03.499Z Checking bzip2 v0.4.4
21782026-03-24T17:38:03.705Z Checking hashbrown v0.15.5
21792026-03-24T17:38:03.775Z Checking signal-hook-mio v0.2.5
21802026-03-24T17:38:03.823Z Checking ref-cast v1.0.25
21812026-03-24T17:38:03.944Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-24T17:38:03.995Z Checking zip v0.6.6
21832026-03-24T17:38:04.047Z Checking bumpalo v3.20.2
21842026-03-24T17:38:04.130Z Checking zstd-safe v7.2.4
21852026-03-24T17:38:04.346Z Checking libbz2-rs-sys v0.2.2
21862026-03-24T17:38:04.391Z Checking zstd v0.13.3
21872026-03-24T17:38:04.396Z Checking zopfli v0.8.3
21882026-03-24T17:38:04.484Z Checking crossterm v0.28.1
21892026-03-24T17:38:04.679Z Checking rayon v1.11.0
21902026-03-24T17:38:04.682Z Checking similar v2.7.0
21912026-03-24T17:38:04.777Z Checking fs-err v3.3.0
21922026-03-24T17:38:04.780Z Checking toml_edit v0.19.15
21932026-03-24T17:38:04.891Z Checking bzip2 v0.6.1
21942026-03-24T17:38:04.939Z Checking hash32 v0.2.1
21952026-03-24T17:38:05.145Z Checking serde-big-array v0.5.1
21962026-03-24T17:38:05.194Z Checking jiff v0.2.21
21972026-03-24T17:38:05.240Z Checking predicates-core v1.0.10
21982026-03-24T17:38:05.289Z Checking unicode-bidi v0.3.18
21992026-03-24T17:38:05.348Z Checking unicode-properties v0.1.4
22002026-03-24T17:38:05.434Z Checking heapless v0.7.17
22012026-03-24T17:38:05.495Z Checking hickory-proto v0.25.2
22022026-03-24T17:38:05.632Z Checking tokio-stream v0.1.18
22032026-03-24T17:38:05.708Z Checking stringprep v0.1.5
22042026-03-24T17:38:05.939Z Checking md-5 v0.10.6
22052026-03-24T17:38:06.045Z Checking float-cmp v0.10.0
22062026-03-24T17:38:06.151Z Checking rustc-hash v2.1.1
22072026-03-24T17:38:06.201Z Checking difflib v0.4.0
22082026-03-24T17:38:06.250Z Checking fallible-iterator v0.2.0
22092026-03-24T17:38:06.254Z Checking toml v0.7.8
22102026-03-24T17:38:06.344Z Checking normalize-line-endings v0.3.0
22112026-03-24T17:38:06.475Z Checking iddqd v0.3.17
22122026-03-24T17:38:06.522Z Checking predicates v3.1.4
22132026-03-24T17:38:06.651Z Checking postgres-protocol v0.6.10
22142026-03-24T17:38:06.752Z Checking smoltcp v0.9.1
22152026-03-24T17:38:06.801Z Checking phf_shared v0.11.3
22162026-03-24T17:38:06.805Z Checking phf_shared v0.13.1
22172026-03-24T17:38:06.958Z Checking itertools v0.12.1
22182026-03-24T17:38:07.031Z Checking console v0.16.2
22192026-03-24T17:38:07.107Z Checking buf-list v1.1.2
22202026-03-24T17:38:07.157Z Checking strum v0.27.2
22212026-03-24T17:38:07.332Z Checking new_debug_unreachable v1.0.6
22222026-03-24T17:38:07.381Z Checking precomputed-hash v0.1.1
22232026-03-24T17:38:07.458Z Checking lalrpop-util v0.19.12
22242026-03-24T17:38:07.507Z Checking unit-prefix v0.5.2
22252026-03-24T17:38:07.555Z Checking fixedbitset v0.4.2
22262026-03-24T17:38:07.605Z Checking fixedbitset v0.5.7
22272026-03-24T17:38:07.673Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-24T17:38:07.723Z Checking string_cache v0.8.9
22292026-03-24T17:38:07.726Z Checking indicatif v0.18.4
22302026-03-24T17:38:07.815Z Checking petgraph v0.6.5
22312026-03-24T17:38:07.899Z Checking petgraph v0.8.3
22322026-03-24T17:38:07.972Z Checking phf v0.13.1
22332026-03-24T17:38:08.212Z Checking postgres-types v0.2.12
22342026-03-24T17:38:08.304Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-24T17:38:08.364Z Checking zip v4.6.1
22362026-03-24T17:38:08.414Z Checking zone v0.3.1
22372026-03-24T17:38:08.706Z Checking whoami v2.1.0
22382026-03-24T17:38:08.710Z Checking peg-runtime v0.8.5
22392026-03-24T17:38:08.978Z Checking futures-executor v0.3.32
22402026-03-24T17:38:09.030Z Checking tokio-postgres v0.7.16
22412026-03-24T17:38:09.082Z Checking is-terminal v0.4.17
22422026-03-24T17:38:09.177Z Checking crossbeam-channel v0.5.15
22432026-03-24T17:38:09.227Z Checking futures v0.3.32
22442026-03-24T17:38:09.274Z Compiling structmeta-derive v0.3.0
22452026-03-24T17:38:09.323Z Checking thread_local v1.1.9
22462026-03-24T17:38:09.372Z Checking term v1.2.1
22472026-03-24T17:38:09.554Z Checking take_mut v0.2.2
22482026-03-24T17:38:09.601Z Compiling newtype-uuid-macros v0.1.0
22492026-03-24T17:38:09.664Z Checking regress v0.10.5
22502026-03-24T17:38:09.713Z Checking slog-term v2.9.2
22512026-03-24T17:38:09.761Z Checking slog-async v2.8.0
22522026-03-24T17:38:10.023Z Compiling rustls v0.22.4
22532026-03-24T17:38:10.094Z Compiling multer v3.1.0
22542026-03-24T17:38:10.155Z Compiling async-stream-impl v0.3.6
22552026-03-24T17:38:10.357Z Compiling dropshot v0.16.7
22562026-03-24T17:38:10.502Z Compiling dropshot_endpoint v0.16.7
22572026-03-24T17:38:10.684Z Checking match_cfg v0.1.0
22582026-03-24T17:38:10.742Z Compiling structmeta v0.3.0
22592026-03-24T17:38:10.746Z Checking slog-json v2.6.1
22602026-03-24T17:38:10.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-24T17:38:10.880Z Checking hostname v0.3.1
22622026-03-24T17:38:10.981Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-24T17:38:11.030Z Checking debug-ignore v1.0.5
22642026-03-24T17:38:11.081Z Checking slog-bunyan v2.5.0
22652026-03-24T17:38:11.085Z Compiling derive-ex v0.1.8
22662026-03-24T17:38:11.181Z Checking serde_spanned v1.0.4
22672026-03-24T17:38:11.232Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-24T17:38:11.292Z Checking progenitor-client v0.13.0
22692026-03-24T17:38:11.360Z Checking rustls-webpki v0.102.8
22702026-03-24T17:38:11.412Z Checking serde_path_to_error v0.1.20
22712026-03-24T17:38:11.505Z Checking toml v0.9.12+spec-1.1.0
22722026-03-24T17:38:11.557Z Checking async-stream v0.3.6
22732026-03-24T17:38:11.611Z Checking waitgroup v0.1.2
22742026-03-24T17:38:11.757Z Checking rustls-pemfile v2.2.0
22752026-03-24T17:38:11.817Z Checking hostname v0.4.2
22762026-03-24T17:38:11.821Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-24T17:38:11.960Z Compiling parse-display-derive v0.10.0
22782026-03-24T17:38:12.008Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-24T17:38:12.011Z Checking itertools v0.14.0
22802026-03-24T17:38:12.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-24T17:38:12.274Z Checking macaddr v1.0.1
22822026-03-24T17:38:12.371Z Checking progenitor-client v0.10.0
22832026-03-24T17:38:12.543Z Checking instant v0.1.13
22842026-03-24T17:38:12.647Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-24T17:38:12.699Z Checking backoff v0.4.0
22862026-03-24T17:38:12.702Z Checking backon v1.6.0
22872026-03-24T17:38:12.931Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-24T17:38:12.980Z Checking progenitor-extras v0.1.1
22892026-03-24T17:38:13.030Z Checking heck v0.5.0
22902026-03-24T17:38:13.222Z Checking camino-tempfile v1.4.1
22912026-03-24T17:38:13.298Z Checking toml v0.8.23
22922026-03-24T17:38:13.492Z Compiling test-strategy v0.4.5
22932026-03-24T17:38:13.546Z Compiling convert_case v0.4.0
22942026-03-24T17:38:13.637Z Compiling unsafe-libyaml v0.2.11
22952026-03-24T17:38:13.846Z Checking secrecy v0.10.3
22962026-03-24T17:38:13.993Z Checking tokio-rustls v0.25.0
22972026-03-24T17:38:14.044Z Compiling crucible-workspace-hack v0.1.0
22982026-03-24T17:38:14.150Z Compiling derive_more v0.99.20
22992026-03-24T17:38:14.276Z Checking parse-display v0.10.0
23002026-03-24T17:38:14.431Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-24T17:38:14.632Z Compiling toml_edit v0.23.10+spec-1.0.0
23022026-03-24T17:38:14.708Z Checking typify-impl v0.6.1
23032026-03-24T17:38:15.575Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-24T17:38:16.106Z Compiling proc-macro-crate v3.4.0
23052026-03-24T17:38:16.155Z Checking half v2.7.1
23062026-03-24T17:38:16.283Z Checking glob v0.3.3
23072026-03-24T17:38:16.512Z Checking ciborium-io v0.2.2
23082026-03-24T17:38:16.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-24T17:38:16.565Z Compiling heapless v0.8.0
23102026-03-24T17:38:16.669Z Checking ciborium-ll v0.2.2
23112026-03-24T17:38:16.904Z Compiling ingot-macros v0.1.1
23122026-03-24T17:38:16.953Z Checking ciborium v0.2.2
23132026-03-24T17:38:16.997Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23142026-03-24T17:38:17.045Z Checking tabwriter v1.4.1
23152026-03-24T17:38:17.268Z Checking hash32 v0.3.1
23162026-03-24T17:38:17.347Z Compiling smoltcp v0.11.0
23172026-03-24T17:38:17.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-03-24T17:38:17.584Z Compiling num_enum_derive v0.7.5
23192026-03-24T17:38:17.724Z Checking cobs v0.3.0
23202026-03-24T17:38:17.788Z Compiling foreign-types-macros v0.2.3
23212026-03-24T17:38:17.901Z Checking cpufeatures v0.3.0
23222026-03-24T17:38:17.950Z Checking foreign-types-shared v0.3.1
23232026-03-24T17:38:18.074Z Checking chacha20 v0.10.0
23242026-03-24T17:38:18.122Z Checking postcard v1.1.3
23252026-03-24T17:38:18.647Z Compiling proc-macro-crate v1.3.1
23262026-03-24T17:38:18.650Z Checking foreign-types v0.5.0
23272026-03-24T17:38:18.778Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-24T17:38:18.831Z Checking cstr-argument v0.1.2
23292026-03-24T17:38:19.033Z Checking sigpipe v0.1.3
23302026-03-24T17:38:19.080Z Checking num_enum v0.7.5
23312026-03-24T17:38:19.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-24T17:38:19.174Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-24T17:38:19.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-24T17:38:19.294Z Checking colored v3.1.1
23352026-03-24T17:38:19.576Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-24T17:38:19.624Z Compiling num_enum_derive v0.5.11
23372026-03-24T17:38:19.627Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-24T17:38:19.717Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-24T17:38:19.796Z Checking rand v0.10.0
23402026-03-24T17:38:19.844Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-24T17:38:19.891Z Checking indent_write v2.2.0
23422026-03-24T17:38:19.939Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-24T17:38:20.095Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-24T17:38:20.201Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-24T17:38:20.290Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23462026-03-24T17:38:20.447Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-24T17:38:20.674Z Checking smf v0.2.3
23482026-03-24T17:38:20.729Z Compiling num-derive v0.4.2
23492026-03-24T17:38:20.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-24T17:38:20.822Z Checking ingot-types v0.1.2
23512026-03-24T17:38:21.014Z Checking num_enum v0.5.11
23522026-03-24T17:38:21.062Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23532026-03-24T17:38:21.166Z Checking whoami v1.6.1
23542026-03-24T17:38:21.214Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-24T17:38:21.293Z Checking universal-hash v0.5.1
23562026-03-24T17:38:21.346Z Checking ingot v0.1.1
23572026-03-24T17:38:21.435Z Checking opaque-debug v0.3.1
23582026-03-24T17:38:21.530Z Checking aead v0.5.2
23592026-03-24T17:38:21.579Z Checking swrite v0.1.0
23602026-03-24T17:38:21.633Z Checking poly1305 v0.8.0
23612026-03-24T17:38:21.708Z Checking chacha20 v0.9.1
23622026-03-24T17:38:21.757Z Checking unicode-width v0.1.14
23632026-03-24T17:38:21.760Z Compiling typify-macro v0.6.1
23642026-03-24T17:38:21.760Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-24T17:38:21.955Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-24T17:38:21.996Z Checking password-hash v0.5.0
23672026-03-24T17:38:22.045Z Checking blake2 v0.10.6
23682026-03-24T17:38:22.117Z Checking chacha20poly1305 v0.10.1
23692026-03-24T17:38:22.297Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-24T17:38:22.332Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-24T17:38:22.368Z Checking byte-wrapper v0.1.0
23722026-03-24T17:38:22.415Z Checking argon2 v0.5.3
23732026-03-24T17:38:22.673Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23742026-03-24T17:38:22.722Z Compiling usdt-attr-macro v0.5.0
23752026-03-24T17:38:22.771Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23762026-03-24T17:38:22.902Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-24T17:38:23.017Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-03-24T17:38:23.216Z Compiling usdt-macro v0.5.0
23792026-03-24T17:38:23.494Z Checking thiserror-no-std v2.0.2
23802026-03-24T17:38:23.648Z Checking vsss-rs v3.3.4
23812026-03-24T17:38:23.792Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-24T17:38:23.853Z Checking memmap v0.7.0
23832026-03-24T17:38:23.862Z Compiling derive-where v1.6.0
23842026-03-24T17:38:24.016Z Checking atomicwrites v0.4.4
23852026-03-24T17:38:24.071Z Checking console v0.15.11
23862026-03-24T17:38:24.186Z Compiling typify v0.6.1
23872026-03-24T17:38:24.236Z Checking usdt v0.5.0
23882026-03-24T17:38:24.360Z Compiling progenitor-impl v0.13.0
23892026-03-24T17:38:24.481Z Checking newline-converter v0.3.0
23902026-03-24T17:38:24.530Z Checking tokio-dtrace v0.1.1
23912026-03-24T17:38:24.654Z Checking expectorate v1.2.0
23922026-03-24T17:38:24.796Z Checking oxide-tokio-rt v0.1.3
23932026-03-24T17:38:24.895Z Checking bytecount v0.6.9
23942026-03-24T17:38:25.043Z Compiling prettyplease v0.2.37
23952026-03-24T17:38:25.089Z Compiling owo-colors v4.3.0
23962026-03-24T17:38:25.097Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-24T17:38:26.740Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-24T17:38:26.789Z Compiling cancel-safe-futures v0.1.5
23992026-03-24T17:38:26.789Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-24T17:38:26.789Z Checking libsw-core v0.3.2
24012026-03-24T17:38:26.789Z Checking linear-map v1.2.0
24022026-03-24T17:38:26.789Z Checking same-file v1.0.6
24032026-03-24T17:38:26.789Z Checking libsw v3.5.0
24042026-03-24T17:38:26.789Z Checking num-rational v0.4.2
24052026-03-24T17:38:26.789Z Checking walkdir v2.5.0
24062026-03-24T17:38:26.789Z Checking num-complex v0.4.6
24072026-03-24T17:38:26.789Z Checking float-ord v0.3.2
24082026-03-24T17:38:26.789Z Checking gethostname v0.5.0
24092026-03-24T17:38:26.789Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-24T17:38:26.789Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-24T17:38:26.789Z Compiling async-recursion v1.1.1
24122026-03-24T17:38:26.789Z Checking num v0.4.3
24132026-03-24T17:38:26.789Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-24T17:38:26.789Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-24T17:38:28.036Z Compiling progenitor-macro v0.13.0
24162026-03-24T17:38:28.121Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-03-24T17:38:28.918Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-24T17:38:29.965Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-24T17:38:30.719Z Checking unicode-linebreak v0.1.5
24202026-03-24T17:38:30.970Z Checking smawk v0.3.2
24212026-03-24T17:38:31.028Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-24T17:38:31.070Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-24T17:38:31.179Z Checking globset v0.4.18
24242026-03-24T17:38:31.768Z Compiling convert_case v0.10.0
24252026-03-24T17:38:32.300Z Compiling slog-dtrace v0.3.0
24262026-03-24T17:38:32.434Z Checking resolv-conf v0.7.6
24272026-03-24T17:38:32.687Z Compiling derive_more-impl v2.1.1
24282026-03-24T17:38:32.977Z Compiling pin-project-internal v1.1.11
24292026-03-24T17:38:33.187Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-24T17:38:33.236Z Checking pem v3.0.6
24312026-03-24T17:38:33.501Z Checking fd-lock v4.0.4
24322026-03-24T17:38:33.536Z Checking vte v0.14.1
24332026-03-24T17:38:33.686Z Checking display-error-chain v0.2.2
24342026-03-24T17:38:33.782Z Checking strip-ansi-escapes v0.2.1
24352026-03-24T17:38:33.832Z Checking derive_more v2.1.1
24362026-03-24T17:38:35.957Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-24T17:38:35.957Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-03-24T17:38:35.957Z Compiling snafu-derive v0.8.9
24392026-03-24T17:38:35.957Z Checking crossterm v0.29.0
24402026-03-24T17:38:35.957Z Checking nu-ansi-term v0.50.3
24412026-03-24T17:38:35.957Z Checking pin-project v1.1.11
24422026-03-24T17:38:35.957Z Checking linked-hash-map v0.5.6
24432026-03-24T17:38:35.957Z Checking termtree v0.5.1
24442026-03-24T17:38:35.957Z Checking reedline v0.40.0
24452026-03-24T17:38:35.957Z Checking lru-cache v0.1.2
24462026-03-24T17:38:35.957Z Checking textwrap v0.16.2
24472026-03-24T17:38:35.957Z Checking progenitor v0.13.0
24482026-03-24T17:38:35.957Z Checking olpc-cjson v0.1.4
24492026-03-24T17:38:35.957Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-24T17:38:35.957Z Checking hickory-proto v0.24.4
24512026-03-24T17:38:35.957Z Checking serde_plain v1.0.2
24522026-03-24T17:38:35.957Z Compiling minimal-lexical v0.2.1
24532026-03-24T17:38:36.013Z Checking typed-path v0.9.3
24542026-03-24T17:38:36.496Z Compiling nom v7.1.3
24552026-03-24T17:38:36.659Z Checking snafu v0.8.9
24562026-03-24T17:38:37.013Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-24T17:38:37.212Z Checking tough v0.20.0
24582026-03-24T17:38:37.740Z Checking nibble_vec v0.1.0
24592026-03-24T17:38:37.863Z Checking endian-type v0.1.2
24602026-03-24T17:38:37.921Z Checking hickory-resolver v0.24.4
24612026-03-24T17:38:37.957Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-03-24T17:38:38.065Z Checking radix_trie v0.2.1
24632026-03-24T17:38:38.381Z Compiling ar_archive_writer v0.5.1
24642026-03-24T17:38:38.459Z Checking humantime v2.3.0
24652026-03-24T17:38:38.733Z Checking base64 v0.21.7
24662026-03-24T17:38:38.816Z Checking csv-core v0.1.13
24672026-03-24T17:38:38.926Z Compiling stacker v0.1.23
24682026-03-24T17:38:38.971Z Checking qorb v0.4.1
24692026-03-24T17:38:39.099Z Compiling cfg_aliases v0.1.1
24702026-03-24T17:38:39.147Z Checking csv v1.4.0
24712026-03-24T17:38:39.241Z Checking highway v1.3.0
24722026-03-24T17:38:39.376Z Compiling nix v0.28.0
24732026-03-24T17:38:39.591Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24742026-03-24T17:38:39.675Z Compiling psm v0.1.30
24752026-03-24T17:38:39.719Z Checking papergrid v0.11.0
24762026-03-24T17:38:39.884Z Compiling tabled_derive v0.7.0
24772026-03-24T17:38:39.925Z Checking home v0.5.12
24782026-03-24T17:38:40.170Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-03-24T17:38:40.220Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-24T17:38:40.395Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24812026-03-24T17:38:40.554Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-24T17:38:40.609Z Checking phf_shared v0.12.1
24832026-03-24T17:38:40.837Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-24T17:38:40.895Z Compiling chrono-tz v0.10.4
24852026-03-24T17:38:40.906Z Compiling semver v0.1.20
24862026-03-24T17:38:41.196Z Checking tabled v0.15.0
24872026-03-24T17:38:41.244Z Compiling rustc_version v0.1.7
24882026-03-24T17:38:41.290Z Checking phf v0.12.1
24892026-03-24T17:38:41.391Z Checking recursive v0.1.1
24902026-03-24T17:38:41.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-24T17:38:41.517Z Compiling const_format_proc_macros v0.2.34
24922026-03-24T17:38:41.564Z Compiling peg-macros v0.8.5
24932026-03-24T17:38:41.612Z Checking winnow v0.6.26
24942026-03-24T17:38:41.696Z Compiling sqlparser_derive v0.5.0
24952026-03-24T17:38:42.650Z Checking unicode_categories v0.1.1
24962026-03-24T17:38:42.818Z Checking sqlparser v0.61.0
24972026-03-24T17:38:42.896Z Checking rustyline v14.0.0
24982026-03-24T17:38:44.667Z Checking const_format v0.2.35
24992026-03-24T17:38:44.695Z Checking sqlformat v0.3.5
25002026-03-24T17:38:44.695Z Compiling newtype_derive v0.1.6
25012026-03-24T17:38:44.695Z Checking peg v0.8.5
25022026-03-24T17:38:44.695Z Checking bcs v0.1.6
25032026-03-24T17:38:44.695Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-24T17:38:44.695Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-24T17:38:44.695Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-24T17:38:44.695Z Checking steno v0.4.1
25072026-03-24T17:38:44.695Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-24T17:38:44.695Z Checking utf-8 v0.7.6
25092026-03-24T17:38:44.829Z Checking filetime v0.2.27
25102026-03-24T17:38:44.884Z Checking arc-swap v1.8.2
25112026-03-24T17:38:45.041Z Checking xattr v1.6.1
25122026-03-24T17:38:45.212Z Checking slog-scope v4.4.1
25132026-03-24T17:38:45.260Z Checking tar v0.4.44
25142026-03-24T17:38:45.445Z Checking slog-stdlog v4.1.1
25152026-03-24T17:38:45.620Z Checking tungstenite v0.21.0
25162026-03-24T17:38:45.670Z Checking slog-envlogger v2.2.0
25172026-03-24T17:38:45.811Z Compiling typify-impl v0.4.3
25182026-03-24T17:38:45.922Z Checking typeid v1.0.3
25192026-03-24T17:38:46.226Z Checking tokio-tungstenite v0.21.0
25202026-03-24T17:38:46.626Z Checking subprocess v0.2.15
25212026-03-24T17:38:46.767Z Checking headers-core v0.3.0
25222026-03-24T17:38:46.945Z Checking headers v0.4.1
25232026-03-24T17:38:47.039Z Compiling lzma-sys v0.1.20
25242026-03-24T17:38:47.634Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-24T17:38:47.713Z Compiling cargo_toml v0.22.3
25262026-03-24T17:38:47.789Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25272026-03-24T17:38:47.814Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-24T17:38:48.163Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-24T17:38:48.293Z Checking yasna v0.5.2
25302026-03-24T17:38:48.877Z Checking rcgen v0.12.1
25312026-03-24T17:38:49.366Z Checking xz2 v0.1.7
25322026-03-24T17:38:49.413Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-24T17:38:49.609Z Checking ron v0.12.0
25342026-03-24T17:38:49.654Z Checking base16ct v1.0.0
25352026-03-24T17:38:49.865Z Checking dropshot-api-manager-types v0.6.0
25362026-03-24T17:38:49.913Z Checking tagptr v0.2.0
25372026-03-24T17:38:50.122Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-24T17:38:50.176Z Checking moka v0.12.13
25392026-03-24T17:38:50.384Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-24T17:38:50.627Z Compiling radium v0.7.0
25412026-03-24T17:38:50.667Z Compiling libefi-sys v0.1.0
25422026-03-24T17:38:51.068Z Compiling bitfield-struct v0.6.2
25432026-03-24T17:38:51.113Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25442026-03-24T17:38:51.160Z Checking hickory-resolver v0.25.2
25452026-03-24T17:38:51.495Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-24T17:38:51.623Z Checking tap v1.0.1
25472026-03-24T17:38:51.692Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-24T17:38:51.801Z Compiling maybe-uninit v2.0.0
25492026-03-24T17:38:51.851Z Checking wyz v0.5.1
25502026-03-24T17:38:51.934Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-24T17:38:52.136Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-24T17:38:52.271Z Compiling typify-macro v0.4.3
25532026-03-24T17:38:52.412Z Compiling zerocopy-derive v0.6.6
25542026-03-24T17:38:52.606Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-24T17:38:52.658Z Compiling packed_struct v0.10.1
25562026-03-24T17:38:52.741Z Checking crc-catalog v2.4.0
25572026-03-24T17:38:52.791Z Checking funty v2.0.0
25582026-03-24T17:38:52.906Z Checking crc v3.4.0
25592026-03-24T17:38:52.951Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T17:38:53.081Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-03-24T17:38:53.288Z Checking bitvec v1.0.1
25622026-03-24T17:38:53.293Z Compiling packed_struct_codegen v0.10.1
25632026-03-24T17:38:53.383Z Compiling bitfield-macros v0.19.4
25642026-03-24T17:38:53.473Z Compiling indexmap v1.9.3
25652026-03-24T17:38:53.663Z Checking zerocopy v0.6.6
25662026-03-24T17:38:53.756Z Checking nodrop v0.1.14
25672026-03-24T17:38:54.748Z Checking array-init v0.0.4
25682026-03-24T17:38:54.771Z Checking smallvec v0.6.14
25692026-03-24T17:38:54.771Z Checking bitfield v0.19.4
25702026-03-24T17:38:54.771Z Checking hashbrown v0.12.3
25712026-03-24T17:38:54.771Z Checking serde-hex v0.1.0
25722026-03-24T17:38:54.771Z Compiling typify v0.4.3
25732026-03-24T17:38:54.875Z Compiling progenitor-impl v0.10.0
25742026-03-24T17:38:54.887Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-24T17:38:55.173Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762026-03-24T17:38:55.543Z Checking ron v0.8.1
25772026-03-24T17:38:56.165Z Checking hashbrown v0.13.2
25782026-03-24T17:38:56.291Z Checking crc-any v2.5.0
25792026-03-24T17:38:56.555Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-24T17:38:56.573Z Checking path-slash v0.1.5
25812026-03-24T17:38:56.641Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25822026-03-24T17:38:56.689Z Compiling xshell-macros v0.2.7
25832026-03-24T17:38:56.786Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25842026-03-24T17:38:56.789Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-03-24T17:38:56.789Z Checking object v0.30.4
25862026-03-24T17:38:57.214Z Checking xshell v0.2.7
25872026-03-24T17:38:57.287Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-24T17:38:57.513Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-24T17:38:58.193Z Checking half v1.8.3
25902026-03-24T17:38:58.502Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25912026-03-24T17:38:58.548Z Checking serde_cbor v0.11.2
25922026-03-24T17:38:58.591Z Compiling progenitor-macro v0.10.0
25932026-03-24T17:38:58.771Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-24T17:38:58.828Z Compiling num-derive v0.3.3
25952026-03-24T17:38:59.131Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-24T17:38:59.661Z Compiling proc-macro-error2 v2.0.1
25972026-03-24T17:38:59.845Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-24T17:39:00.019Z Checking libscf-sys v1.1.0
25992026-03-24T17:39:00.118Z Compiling tabled_derive v0.11.0
26002026-03-24T17:39:00.224Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-24T17:39:00.389Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-03-24T17:39:00.543Z Checking papergrid v0.17.0
26032026-03-24T17:39:01.071Z Checking testing_table v0.3.0
26042026-03-24T17:39:01.163Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-24T17:39:01.232Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-24T17:39:01.676Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-24T17:39:01.727Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-24T17:39:01.786Z Checking tabled v0.20.0
26092026-03-24T17:39:01.822Z Checking maplit v1.0.2
26102026-03-24T17:39:01.966Z Checking crc8 v0.1.1
26112026-03-24T17:39:02.116Z Checking fxhash v0.2.1
26122026-03-24T17:39:02.163Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-24T17:39:02.309Z Checking unicase v2.9.0
26142026-03-24T17:39:02.520Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-24T17:39:02.566Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26162026-03-24T17:39:02.780Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-24T17:39:03.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-24T17:39:03.116Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-24T17:39:03.375Z Checking kstat-rs v0.2.4
26202026-03-24T17:39:03.608Z Compiling parking_lot_core v0.8.6
26212026-03-24T17:39:03.718Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-24T17:39:03.803Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26232026-03-24T17:39:03.970Z Compiling diesel_derives v2.3.7
26242026-03-24T17:39:04.031Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-24T17:39:04.316Z Compiling git-stub v1.0.0
26262026-03-24T17:39:04.481Z Checking scheduled-thread-pool v0.2.7
26272026-03-24T17:39:04.689Z Compiling dsl_auto_type v0.2.0
26282026-03-24T17:39:04.735Z Compiling vergen-gitcl v1.0.8
26292026-03-24T17:39:04.811Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-24T17:39:04.958Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-24T17:39:05.094Z Checking r2d2 v0.8.10
26322026-03-24T17:39:05.158Z Compiling git-stub-vcs v0.1.0
26332026-03-24T17:39:05.379Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26342026-03-24T17:39:05.568Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-03-24T17:39:05.617Z Checking progenitor v0.10.0
26362026-03-24T17:39:05.709Z Checking downcast-rs v2.0.2
26372026-03-24T17:39:05.777Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382026-03-24T17:39:05.851Z Checking parking_lot v0.11.2
26392026-03-24T17:39:05.943Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-24T17:39:05.996Z Checking prefix-trie v0.7.0
26412026-03-24T17:39:06.136Z Checking nanorand v0.7.0
26422026-03-24T17:39:06.368Z Compiling dirs-sys-next v0.1.2
26432026-03-24T17:39:06.444Z Compiling crunchy v0.2.4
26442026-03-24T17:39:06.492Z Checking hickory-server v0.25.2
26452026-03-24T17:39:06.708Z Compiling dirs-next v2.0.0
26462026-03-24T17:39:06.784Z Checking flume v0.11.1
26472026-03-24T17:39:06.945Z Checking sled v0.34.7
26482026-03-24T17:39:07.007Z Compiling clang-sys v1.8.1
26492026-03-24T17:39:07.149Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-24T17:39:07.431Z Checking hickory-client v0.25.2
26512026-03-24T17:39:07.505Z Compiling tiny-keccak v2.0.2
26522026-03-24T17:39:08.045Z Compiling term v0.7.0
26532026-03-24T17:39:08.049Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-24T17:39:08.139Z Compiling salty v0.3.0
26552026-03-24T17:39:08.218Z Compiling bit-vec v0.6.3
26562026-03-24T17:39:08.580Z Compiling bit-set v0.5.3
26572026-03-24T17:39:08.643Z Compiling ascii-canvas v3.0.0
26582026-03-24T17:39:08.826Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-24T17:39:08.891Z Checking primeorder v0.13.6
26602026-03-24T17:39:08.938Z Compiling itertools v0.10.5
26612026-03-24T17:39:09.006Z Compiling ena v0.14.4
26622026-03-24T17:39:09.260Z Compiling libloading v0.8.9
26632026-03-24T17:39:09.333Z Compiling fs-err v2.11.0
26642026-03-24T17:39:09.519Z Compiling diff v0.1.13
26652026-03-24T17:39:09.574Z Compiling regex-syntax v0.6.29
26662026-03-24T17:39:09.622Z Compiling bindgen v0.71.1
26672026-03-24T17:39:10.001Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-24T17:39:10.254Z Compiling cexpr v0.6.0
26692026-03-24T17:39:10.349Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26702026-03-24T17:39:10.427Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-03-24T17:39:10.896Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-24T17:39:11.213Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-24T17:39:11.306Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-24T17:39:11.527Z Compiling lalrpop v0.19.12
26752026-03-24T17:39:11.790Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-24T17:39:11.912Z Compiling libxml v0.3.3
26772026-03-24T17:39:12.119Z Checking parse-size v1.1.0
26782026-03-24T17:39:12.347Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-03-24T17:39:12.410Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-24T17:39:12.494Z Checking p384 v0.13.1
26812026-03-24T17:39:12.835Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-03-24T17:39:13.003Z Checking diesel v2.3.7
26832026-03-24T17:39:13.110Z Compiling strum_macros v0.24.3
26842026-03-24T17:39:13.505Z Checking assert_matches v1.5.0
26852026-03-24T17:39:13.655Z Compiling indoc v1.0.9
26862026-03-24T17:39:15.039Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26872026-03-24T17:39:15.114Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-24T17:39:15.396Z Checking predicates-tree v1.0.13
26892026-03-24T17:39:15.442Z Checking derive_builder v0.20.2
26902026-03-24T17:39:15.577Z Checking quick-xml v0.37.5
26912026-03-24T17:39:15.634Z Compiling oso-derive v0.27.3
26922026-03-24T17:39:16.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26932026-03-24T17:39:16.150Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26942026-03-24T17:39:16.305Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26952026-03-24T17:39:16.348Z Compiling impl-trait-for-tuples v0.2.3
26962026-03-24T17:39:16.838Z Compiling trait-variant v0.1.2
26972026-03-24T17:39:17.600Z Checking openssl-probe v0.1.6
26982026-03-24T17:39:17.782Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-03-24T17:39:18.542Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27002026-03-24T17:39:18.590Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27012026-03-24T17:39:18.679Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27022026-03-24T17:39:18.944Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-24T17:39:19.006Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-24T17:39:19.361Z Compiling progenitor-impl v0.11.2
27052026-03-24T17:39:20.274Z Compiling mime_guess v2.0.5
27062026-03-24T17:39:20.322Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-03-24T17:39:20.741Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-24T17:39:21.017Z Checking progenitor-client v0.11.2
27092026-03-24T17:39:21.329Z Checking http-range v0.1.5
27102026-03-24T17:39:21.378Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-24T17:39:21.488Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-24T17:39:21.608Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-24T17:39:21.726Z Checking ignore v0.4.25
27142026-03-24T17:39:22.408Z Checking atty v0.2.14
27152026-03-24T17:39:22.574Z Checking globwalk v0.9.1
27162026-03-24T17:39:23.054Z Compiling progenitor-macro v0.11.2
27172026-03-24T17:39:23.611Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-24T17:39:24.162Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-24T17:39:24.793Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-24T17:39:25.124Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-24T17:39:25.406Z Checking bb8 v0.8.6
27222026-03-24T17:39:25.529Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-24T17:39:25.805Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-24T17:39:25.851Z Checking corncobs v0.1.4
27252026-03-24T17:39:26.067Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-24T17:39:26.164Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-24T17:39:26.440Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-24T17:39:26.924Z Checking hyper-staticfile v0.10.1
27292026-03-24T17:39:27.004Z Checking camino-tempfile-ext v0.3.3
27302026-03-24T17:39:27.304Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-24T17:39:27.352Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-24T17:39:27.356Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-24T17:39:27.679Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-24T17:39:27.725Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-24T17:39:28.456Z Checking signal-hook-tokio v0.3.1
27362026-03-24T17:39:28.664Z Checking secrecy v0.8.0
27372026-03-24T17:39:28.871Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-24T17:39:29.332Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-24T17:39:30.005Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27402026-03-24T17:39:30.055Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27412026-03-24T17:39:30.058Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-24T17:39:30.150Z Checking progenitor v0.11.2
27432026-03-24T17:39:30.365Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-24T17:39:30.438Z Checking nonempty v0.12.0
27452026-03-24T17:39:30.650Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-24T17:39:30.787Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-24T17:39:30.916Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-24T17:39:30.998Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-24T17:39:31.380Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-24T17:39:31.466Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-24T17:39:31.910Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-24T17:39:31.956Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-03-24T17:39:32.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-03-24T17:39:32.649Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-24T17:39:32.871Z Checking tungstenite v0.23.0
27562026-03-24T17:39:33.545Z Checking diesel-dtrace v0.5.0
27572026-03-24T17:39:33.629Z Checking async-bb8-diesel v0.2.1
27582026-03-24T17:39:33.913Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-24T17:39:33.999Z Checking tokio-tungstenite v0.23.1
27602026-03-24T17:39:34.137Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-24T17:39:34.387Z Checking rand_seeder v0.4.0
27622026-03-24T17:39:34.625Z Checking void v1.0.2
27632026-03-24T17:39:34.672Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T17:39:34.805Z Checking lzss v0.8.2
27652026-03-24T17:39:35.106Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-24T17:39:35.198Z Checking nix v0.27.1
27672026-03-24T17:39:35.358Z Checking serde_bytes v0.11.19
27682026-03-24T17:39:35.553Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-24T17:39:35.658Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-24T17:39:35.818Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-24T17:39:35.950Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-24T17:39:36.689Z Checking is_ci v1.2.0
27732026-03-24T17:39:36.868Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-24T17:39:36.964Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-24T17:39:37.235Z Checking yansi v1.0.1
27762026-03-24T17:39:37.282Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-24T17:39:37.607Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27782026-03-24T17:39:37.653Z Checking pretty_assertions v1.4.1
27792026-03-24T17:39:37.819Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27802026-03-24T17:39:37.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-03-24T17:39:37.981Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-24T17:39:38.321Z Compiling darling_core v0.23.0
27832026-03-24T17:39:39.590Z Compiling indoc v2.0.7
27842026-03-24T17:39:39.856Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-24T17:39:40.133Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-03-24T17:39:40.179Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-24T17:39:40.225Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-24T17:39:40.516Z Compiling instability v0.3.11
27892026-03-24T17:39:40.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-24T17:39:41.039Z Compiling libz-sys v1.1.24
27912026-03-24T17:39:41.289Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-24T17:39:41.565Z Checking castaway v0.2.4
27932026-03-24T17:39:41.788Z Checking compact_str v0.8.1
27942026-03-24T17:39:41.983Z Compiling darling_macro v0.23.0
27952026-03-24T17:39:42.348Z Checking supports-color v3.0.2
27962026-03-24T17:39:42.600Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-03-24T17:39:42.657Z Compiling darling v0.23.0
27982026-03-24T17:39:42.661Z Checking unicode-truncate v1.1.0
27992026-03-24T17:39:42.883Z Checking lru v0.12.5
28002026-03-24T17:39:42.938Z Checking cassowary v0.3.0
28012026-03-24T17:39:43.196Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-24T17:39:43.477Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-03-24T17:39:43.680Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-24T17:39:43.843Z Checking ratatui v0.29.0
28052026-03-24T17:39:45.088Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-24T17:39:45.374Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-24T17:39:45.777Z Compiling vergen-git2 v1.0.7
28082026-03-24T17:39:45.843Z Checking plotters-backend v0.3.7
28092026-03-24T17:39:45.867Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-24T17:39:46.080Z Checking plotters-svg v0.3.7
28112026-03-24T17:39:46.173Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-03-24T17:39:46.233Z Checking colored v2.2.0
28132026-03-24T17:39:46.297Z Checking cast v0.3.0
28142026-03-24T17:39:46.452Z Checking shell-words v1.1.1
28152026-03-24T17:39:46.544Z Compiling rustls v0.21.12
28162026-03-24T17:39:46.590Z Checking criterion-plot v0.6.0
28172026-03-24T17:39:46.715Z Checking plotters v0.3.7
28182026-03-24T17:39:46.942Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-24T17:39:46.987Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-03-24T17:39:47.272Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-03-24T17:39:47.560Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28222026-03-24T17:39:47.800Z Checking sct v0.7.1
28232026-03-24T17:39:48.019Z Checking rustls-webpki v0.101.7
28242026-03-24T17:39:48.180Z Checking tinytemplate v1.2.1
28252026-03-24T17:39:48.236Z Compiling nix v0.29.0
28262026-03-24T17:39:48.528Z Checking hex-literal v0.4.1
28272026-03-24T17:39:48.572Z Checking oorandom v11.1.5
28282026-03-24T17:39:48.690Z Checking anes v0.1.6
28292026-03-24T17:39:48.874Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-03-24T17:39:48.982Z Checking criterion v0.7.0
28312026-03-24T17:39:50.683Z Checking erased-serde v0.4.9
28322026-03-24T17:39:50.747Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-03-24T17:39:51.245Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28342026-03-24T17:39:52.279Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28352026-03-24T17:39:53.256Z Checking ordered-float v2.10.1
28362026-03-24T17:39:53.645Z Checking serde-value v0.7.0
28372026-03-24T17:39:53.970Z Checking serde-untagged v0.1.9
28382026-03-24T17:39:54.267Z Checking tokio-rustls v0.24.1
28392026-03-24T17:39:54.755Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-24T17:39:54.910Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-24T17:39:55.191Z Checking rustls-pemfile v1.0.4
28422026-03-24T17:39:55.405Z Checking twox-hash v2.1.2
28432026-03-24T17:39:55.810Z Checking unicode-xid v0.2.6
28442026-03-24T17:39:55.920Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-24T17:39:55.993Z Checking cargo-util-schemas v0.8.2
28462026-03-24T17:39:57.191Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-24T17:39:57.235Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-03-24T17:39:57.413Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-24T17:39:57.478Z Checking fatfs v0.3.6
28502026-03-24T17:39:58.133Z Checking cargo-platform v0.2.0
28512026-03-24T17:39:58.429Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-24T17:39:59.215Z Compiling petname v2.0.2
28532026-03-24T17:39:59.896Z Compiling seq-macro v0.3.6
28542026-03-24T17:40:00.594Z Checking cargo_metadata v0.21.0
28552026-03-24T17:40:00.641Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-24T17:40:01.108Z Checking concurrent-queue v2.5.0
28572026-03-24T17:40:01.384Z Checking rtoolbox v0.0.3
28582026-03-24T17:40:01.595Z Checking futures-timer v3.0.3
28592026-03-24T17:40:01.647Z Checking parking v2.2.1
28602026-03-24T17:40:01.693Z Checking rpassword v7.4.0
28612026-03-24T17:40:01.840Z Checking event-listener v5.4.1
28622026-03-24T17:40:01.887Z Checking tui-tree-widget v0.23.1
28632026-03-24T17:40:02.176Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-24T17:40:02.222Z Checking polyval v0.6.2
28652026-03-24T17:40:02.419Z Checking sapling-renderdag v0.1.0
28662026-03-24T17:40:02.465Z Checking sync-ptr v0.1.4
28672026-03-24T17:40:02.512Z Checking ghash v0.5.1
28682026-03-24T17:40:02.662Z Checking event-listener-strategy v0.5.4
28692026-03-24T17:40:02.708Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-24T17:40:02.785Z Checking ctr v0.9.2
28712026-03-24T17:40:02.875Z Checking arrayvec v0.7.6
28722026-03-24T17:40:02.998Z Checking arrayref v0.3.9
28732026-03-24T17:40:03.045Z Checking constant_time_eq v0.4.2
28742026-03-24T17:40:03.129Z Checking aes-gcm v0.10.3
28752026-03-24T17:40:03.243Z Checking async-lock v3.4.2
28762026-03-24T17:40:03.288Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-24T17:40:03.413Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-24T17:40:03.860Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-24T17:40:04.564Z Checking ssh-encoding v0.2.0
28802026-03-24T17:40:04.718Z Checking blowfish v0.9.1
28812026-03-24T17:40:14.211Z Checking ssh-cipher v0.2.0
28822026-03-24T17:40:14.279Z Checking bcrypt-pbkdf v0.10.0
28832026-03-24T17:40:14.279Z Checking async-object-pool v0.2.0
28842026-03-24T17:40:14.279Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-24T17:40:14.279Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-24T17:40:14.279Z Checking serde_regex v1.1.0
28872026-03-24T17:40:14.279Z Checking password-hash v0.4.2
28882026-03-24T17:40:14.279Z Compiling samael v0.0.19
28892026-03-24T17:40:14.279Z Checking assert-json-diff v2.0.2
28902026-03-24T17:40:14.279Z Checking path-tree v0.8.3
28912026-03-24T17:40:14.318Z Checking gimli v0.32.3
28922026-03-24T17:40:14.318Z Compiling target-lexicon v0.13.3
28932026-03-24T17:40:14.318Z Checking stringmetrics v2.2.2
28942026-03-24T17:40:14.318Z Checking pbkdf2 v0.11.0
28952026-03-24T17:40:14.318Z Checking httpmock v0.8.3
28962026-03-24T17:40:14.318Z Checking ssh-key v0.6.7
28972026-03-24T17:40:14.319Z Checking addr2line v0.25.1
28982026-03-24T17:40:14.319Z Checking p521 v0.13.3
28992026-03-24T17:40:14.319Z Checking p256 v0.13.2
29002026-03-24T17:40:14.319Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-24T17:40:14.319Z Checking russh-cryptovec v0.7.3
29022026-03-24T17:40:14.319Z Checking rustc-demangle v0.1.27
29032026-03-24T17:40:14.319Z Checking md5 v0.7.0
29042026-03-24T17:40:14.319Z Compiling guppy-workspace-hack v0.1.0
29052026-03-24T17:40:14.319Z Checking backtrace v0.3.76
29062026-03-24T17:40:14.319Z Checking russh-keys v0.45.0
29072026-03-24T17:40:14.319Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-24T17:40:14.319Z Checking num-bigint v0.4.6
29092026-03-24T17:40:14.319Z Checking des v0.8.1
29102026-03-24T17:40:14.319Z Compiling blake3 v1.8.3
29112026-03-24T17:40:14.319Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-24T17:40:14.319Z Compiling target-spec v3.5.7
29132026-03-24T17:40:14.319Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-24T17:40:14.319Z Checking russh v0.45.0
29152026-03-24T17:40:14.319Z Checking cfg-expr v0.20.6
29162026-03-24T17:40:14.319Z Checking backtrace-ext v0.2.1
29172026-03-24T17:40:14.319Z Checking supports-color v2.1.0
29182026-03-24T17:40:14.319Z Checking textwrap v0.15.2
29192026-03-24T17:40:14.319Z Checking supports-hyperlinks v2.1.0
29202026-03-24T17:40:14.319Z Checking supports-unicode v2.1.0
29212026-03-24T17:40:14.319Z Checking hashbrown v0.14.5
29222026-03-24T17:40:14.319Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-24T17:40:14.319Z Checking cargo-platform v0.3.2
29242026-03-24T17:40:14.547Z Checking terminal_size v0.1.17
29252026-03-24T17:40:14.591Z Checking socket2 v0.5.10
29262026-03-24T17:40:14.716Z Compiling miette-derive v5.10.0
29272026-03-24T17:40:14.887Z Checking internet-checksum v0.2.1
29282026-03-24T17:40:14.964Z Checking owo-colors v3.5.0
29292026-03-24T17:40:15.077Z Checking chumsky v0.9.3
29302026-03-24T17:40:15.699Z Checking cargo_metadata v0.23.1
29312026-03-24T17:40:16.266Z Checking miette v5.10.0
29322026-03-24T17:40:16.586Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-03-24T17:40:16.751Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-24T17:40:16.809Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-03-24T17:40:16.946Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-03-24T17:40:17.260Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29372026-03-24T17:40:17.307Z Checking httptest v0.16.4
29382026-03-24T17:40:17.636Z Compiling git2 v0.20.4
29392026-03-24T17:40:17.685Z Checking pathdiff v0.2.3
29402026-03-24T17:40:17.829Z Compiling knuffel-derive v3.2.0
29412026-03-24T17:40:17.877Z Checking nested v0.1.1
29422026-03-24T17:40:17.923Z Checking topological-sort v0.2.2
29432026-03-24T17:40:18.093Z Checking guppy v0.17.25
29442026-03-24T17:40:18.144Z Checking omicron-zone-package v0.12.2
29452026-03-24T17:40:18.410Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-24T17:40:18.716Z Checking similar-asserts v1.7.0
29472026-03-24T17:40:18.959Z Compiling rstest_macros v0.25.0
29482026-03-24T17:40:19.354Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-24T17:40:19.400Z Compiling target-triple v1.0.0
29502026-03-24T17:40:19.557Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-24T17:40:19.603Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-24T17:40:19.874Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29532026-03-24T17:40:19.926Z Checking knuffel v3.2.0
29542026-03-24T17:40:20.419Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-24T17:40:20.609Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-24T17:40:21.445Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-24T17:40:21.652Z Compiling relative-path v1.9.3
29582026-03-24T17:40:21.764Z Compiling assert_cmd v2.1.2
29592026-03-24T17:40:21.911Z Checking escape8259 v0.5.3
29602026-03-24T17:40:22.153Z Checking libtest-mimic v0.8.1
29612026-03-24T17:40:22.266Z Checking toml v1.0.3+spec-1.1.0
29622026-03-24T17:40:22.548Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-24T17:40:22.766Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-24T17:40:22.945Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-24T17:40:23.136Z Checking blake2b_simd v1.0.4
29662026-03-24T17:40:23.737Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-24T17:40:23.921Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-24T17:40:24.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-24T17:40:24.453Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-03-24T17:40:24.746Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29712026-03-24T17:40:24.946Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-24T17:40:25.084Z Compiling polar-core v0.27.3
29732026-03-24T17:40:25.230Z Checking fancy-regex v0.14.0
29742026-03-24T17:40:25.525Z Checking serde_tokenstream v0.2.3
29752026-03-24T17:40:25.770Z Checking uzers v0.12.2
29762026-03-24T17:40:25.860Z Compiling linkme-impl v0.3.35
29772026-03-24T17:40:26.106Z Checking termcolor v1.4.1
29782026-03-24T17:40:26.287Z Checking constant_time_eq v0.3.1
29792026-03-24T17:40:26.436Z Checking trybuild v1.0.116
29802026-03-24T17:40:26.481Z Checking rust-argon2 v2.1.0
29812026-03-24T17:40:26.924Z Checking datatest-stable v0.3.3
29822026-03-24T17:40:27.245Z Checking rstest v0.25.0
29832026-03-24T17:40:27.569Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-03-24T17:40:27.662Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-24T17:40:27.968Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-24T17:40:28.043Z Checking support-bundle-viewer v0.1.2
29872026-03-24T17:40:28.457Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29882026-03-24T17:40:28.745Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-03-24T17:40:29.039Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29902026-03-24T17:40:29.092Z Checking drift v0.1.3
29912026-03-24T17:40:29.337Z Checking rand_distr v0.5.1
29922026-03-24T17:40:29.552Z Checking multimap v0.10.1
29932026-03-24T17:40:29.831Z Checking approx v0.5.1
29942026-03-24T17:40:29.982Z Compiling linkme v0.3.35
29952026-03-24T17:40:30.049Z Checking dropshot-api-manager v0.6.0
29962026-03-24T17:40:31.496Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-03-24T17:40:31.788Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-03-24T17:40:31.894Z Checking oso v0.27.3
29992026-03-24T17:40:31.969Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30002026-03-24T17:40:32.545Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30012026-03-24T17:40:32.663Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30022026-03-24T17:40:32.851Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-03-24T17:40:32.939Z Checking partial-io v0.5.4
30042026-03-24T17:40:32.996Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-03-24T17:40:33.221Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30062026-03-24T17:40:33.269Z Checking cargo_toml v0.21.0
30072026-03-24T17:40:33.272Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-24T17:40:33.367Z Checking termios v0.3.3
30092026-03-24T17:40:33.370Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-24T17:40:33.948Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-03-24T17:40:34.155Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-03-24T17:40:34.480Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-24T17:40:38.714Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-24T17:40:43.651Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-24T17:40:46.488Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-24T17:40:51.303Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-03-24T17:40:55.053Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-24T17:41:00.018Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-24T17:41:05.726Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-24T17:41:06.664Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-03-24T17:41:06.851Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-24T17:41:19.424Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-24T17:43:17.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
30242026-03-24T17:43:18.554Z
30252026-03-24T17:43:18.557Zreal 5:43.514432431
30262026-03-24T17:43:18.557Zuser 28:38.857517432
30272026-03-24T17:43:18.557Zsys 6:01.521857690
30282026-03-24T17:43:18.558Ztrap 0.709556776
30292026-03-24T17:43:18.558Ztflt 0.116793571
30302026-03-24T17:43:18.558Zdflt 0.233809678
30312026-03-24T17:43:18.558Zkflt 0.006588830
30322026-03-24T17:43:18.558Zlock 1:20:36.561169629
30332026-03-24T17:43:18.558Zslp 1:17:27.899123660
30342026-03-24T17:43:18.558Zlat 1:55.064532341
30352026-03-24T17:43:18.558Zstop 14:09.643697147
30362026-03-24T17:43:18.558Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-24T17:43:18.558Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-24T17:43:19.767Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-24T17:43:19.767Z |
30402026-03-24T17:43:19.767Z = 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)`
30412026-03-24T17:43:19.767Z = 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>
30422026-03-24T17:43:21.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-24T17:43:21.372Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-24T17:43:21.423Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-24T17:43:21.508Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-24T17:43:21.683Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-03-24T17:43:21.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30482026-03-24T17:43:21.740Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30492026-03-24T17:43:21.774Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-24T17:43:21.850Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-24T17:43:21.901Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-03-24T17:43:21.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-24T17:43:22.007Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-24T17:43:22.051Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-24T17:43:22.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-24T17:43:22.150Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-24T17:43:22.180Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-24T17:43:22.314Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-03-24T17:43:22.317Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30602026-03-24T17:43:22.406Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-03-24T17:43:22.436Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-03-24T17:43:22.650Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-24T17:43:23.150Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-03-24T17:43:23.225Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-03-24T17:43:23.279Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-03-24T17:43:23.331Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-03-24T17:43:23.477Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-24T17:43:23.488Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692026-03-24T17:43:23.756Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30702026-03-24T17:43:23.932Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-03-24T17:43:23.983Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30722026-03-24T17:43:24.117Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-24T17:43:24.205Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-03-24T17:43:24.263Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-03-24T17:43:24.420Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-03-24T17:43:24.452Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-24T17:43:24.551Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-03-24T17:43:24.712Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30792026-03-24T17:43:24.828Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802026-03-24T17:43:25.013Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30812026-03-24T17:43:25.127Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30822026-03-24T17:43:25.431Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-24T17:43:25.539Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-24T17:43:25.649Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-03-24T17:43:25.676Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-24T17:43:25.761Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-24T17:43:25.873Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-24T17:43:26.047Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-24T17:43:26.086Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-24T17:43:26.169Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-03-24T17:43:26.335Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-24T17:43:26.364Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-03-24T17:43:26.392Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-03-24T17:43:26.422Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-24T17:43:26.735Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-24T17:43:26.736Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-24T17:43:26.791Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-24T17:43:26.819Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-24T17:43:27.049Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31002026-03-24T17:43:27.077Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-24T17:43:27.115Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-24T17:43:27.324Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-24T17:43:27.423Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-03-24T17:43:27.451Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31052026-03-24T17:43:27.482Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-24T17:43:27.672Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-03-24T17:43:27.705Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-03-24T17:43:27.766Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31092026-03-24T17:43:28.020Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31102026-03-24T17:43:28.048Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-24T17:43:28.077Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-03-24T17:43:28.135Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132026-03-24T17:43:28.355Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-24T17:43:28.833Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31152026-03-24T17:43:28.906Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-03-24T17:43:29.869Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-03-24T17:43:30.383Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-24T17:43:30.644Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-24T17:43:30.674Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-03-24T17:43:30.832Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-03-24T17:43:30.867Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-03-24T17:43:31.139Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-24T17:43:31.182Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-03-24T17:43:31.531Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31252026-03-24T17:43:31.766Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-03-24T17:43:32.041Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-03-24T17:43:32.188Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-24T17:43:32.219Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31292026-03-24T17:43:32.408Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-03-24T17:43:32.705Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-03-24T17:43:33.050Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-24T17:43:33.600Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-24T17:43:33.650Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-24T17:43:33.783Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31352026-03-24T17:43:34.198Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-03-24T17:43:34.260Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31372026-03-24T17:43:34.848Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-03-24T17:43:35.091Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-24T17:43:36.015Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-24T17:43:36.179Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31412026-03-24T17:43:36.558Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31422026-03-24T17:43:37.262Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31432026-03-24T17:43:37.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-24T17:43:37.595Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31452026-03-24T17:43:37.785Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31462026-03-24T17:43:37.935Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31472026-03-24T17:43:37.967Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31482026-03-24T17:43:38.046Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-24T17:43:38.319Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31502026-03-24T17:43:38.351Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31512026-03-24T17:43:38.590Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31522026-03-24T17:43:38.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31532026-03-24T17:43:39.025Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31542026-03-24T17:43:39.528Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-03-24T17:43:39.558Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-03-24T17:43:40.648Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31572026-03-24T17:43:40.705Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-24T17:43:41.381Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-24T17:43:41.845Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-24T17:43:41.897Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-24T17:43:41.949Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-24T17:43:42.386Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-24T17:43:42.911Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-03-24T17:43:42.957Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31652026-03-24T17:43:43.553Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31662026-03-24T17:43:43.978Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31672026-03-24T17:43:44.252Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31682026-03-24T17:43:44.342Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-24T17:43:44.536Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-24T17:43:44.971Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712026-03-24T17:43:45.026Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31722026-03-24T17:43:45.870Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-24T17:43:46.456Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-24T17:43:46.582Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-03-24T17:43:46.770Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31762026-03-24T17:43:47.182Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-03-24T17:43:48.683Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-03-24T17:43:49.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-03-24T17:43:50.001Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-03-24T17:43:50.721Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-03-24T17:43:50.752Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-03-24T17:43:51.766Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-03-24T17:43:51.806Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-24T17:43:52.342Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31852026-03-24T17:43:53.637Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-03-24T17:43:54.760Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-24T17:43:55.063Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882026-03-24T17:43:55.096Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-24T17:43:55.123Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-24T17:43:55.401Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-03-24T17:43:55.964Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31922026-03-24T17:43:56.580Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-24T17:43:59.266Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-03-24T17:43:59.747Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31952026-03-24T17:44:00.943Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31962026-03-24T17:44:02.704Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31972026-03-24T17:44:03.761Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31982026-03-24T17:44:03.886Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-03-24T17:44:03.985Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-03-24T17:44:04.105Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32012026-03-24T17:44:06.135Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-03-24T17:44:06.277Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-03-24T17:44:06.345Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32042026-03-24T17:44:06.756Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32052026-03-24T17:44:07.068Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32062026-03-24T17:44:07.119Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-24T17:44:07.339Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082026-03-24T17:44:07.369Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-24T17:44:07.641Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32102026-03-24T17:44:07.869Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-03-24T17:44:08.142Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-03-24T17:44:08.570Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32132026-03-24T17:44:08.644Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-03-24T17:44:09.036Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32152026-03-24T17:44:09.274Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-03-24T17:44:10.152Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-24T17:44:10.184Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-03-24T17:44:10.216Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-03-24T17:44:11.009Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-03-24T17:44:12.246Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32212026-03-24T17:44:13.507Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-03-24T17:44:15.606Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-24T17:44:15.931Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-24T17:44:18.315Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-03-24T17:44:19.440Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-03-24T17:44:21.237Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-03-24T17:44:21.734Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-24T17:44:23.387Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32292026-03-24T17:44:24.735Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-03-24T17:44:26.530Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32312026-03-24T17:44:28.139Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32322026-03-24T17:44:28.748Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32332026-03-24T17:44:29.350Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32342026-03-24T17:44:32.453Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-03-24T17:44:32.927Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32362026-03-24T17:44:33.607Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32372026-03-24T17:44:34.388Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-03-24T17:44:35.191Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-03-24T17:44:35.817Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-03-24T17:44:37.273Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-03-24T17:44:39.598Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-03-24T17:44:40.967Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-24T17:44:41.658Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-03-24T17:44:47.681Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-24T17:44:48.833Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-03-24T17:44:50.103Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-03-24T17:44:50.886Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-03-24T17:44:51.945Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-03-24T17:44:53.067Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32502026-03-24T17:44:54.119Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32512026-03-24T17:44:55.030Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-03-24T17:44:55.206Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-24T17:44:56.332Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-03-24T17:44:57.573Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32552026-03-24T17:45:00.096Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562026-03-24T17:45:01.281Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-24T17:45:05.612Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32582026-03-24T17:45:07.106Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-03-24T17:45:08.166Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32602026-03-24T17:45:09.093Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32612026-03-24T17:45:12.887Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622026-03-24T17:45:13.617Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32632026-03-24T17:45:14.517Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32642026-03-24T17:45:16.240Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-03-24T17:45:18.115Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32662026-03-24T17:45:21.125Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32672026-03-24T17:45:21.946Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32682026-03-24T17:45:23.871Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32692026-03-24T17:45:26.798Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-03-24T17:45:28.189Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-03-24T17:45:30.833Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-03-24T17:45:32.865Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32732026-03-24T17:45:35.016Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32742026-03-24T17:45:37.181Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-03-24T17:45:39.808Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32762026-03-24T17:45:44.489Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32772026-03-24T17:45:46.776Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782026-03-24T17:45:46.975Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-03-24T17:45:49.316Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32802026-03-24T17:45:51.811Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32812026-03-24T17:45:54.227Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32822026-03-24T17:45:56.708Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-03-24T17:45:59.492Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-24T17:46:01.874Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32852026-03-24T17:46:04.729Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862026-03-24T17:46:06.802Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32872026-03-24T17:46:09.260Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882026-03-24T17:46:11.752Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32892026-03-24T17:46:14.165Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-24T17:46:16.648Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-03-24T17:46:18.791Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-03-24T17:46:21.206Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-03-24T17:46:24.072Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T17:46:26.428Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T17:46:28.797Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-24T17:46:31.476Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-24T17:46:33.843Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32982026-03-24T17:46:36.435Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32992026-03-24T17:46:38.972Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-03-24T17:46:42.038Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33012026-03-24T17:46:45.604Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-03-24T17:46:46.958Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T17:46:49.577Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T17:46:52.119Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-24T17:46:56.603Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-24T17:47:00.754Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-03-24T17:47:03.595Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33082026-03-24T17:47:06.385Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-03-24T17:47:09.253Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33102026-03-24T17:47:12.073Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33112026-03-24T17:47:14.962Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-03-24T17:47:17.657Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33132026-03-24T17:47:20.702Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142026-03-24T17:47:23.481Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-03-24T17:47:26.613Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33162026-03-24T17:47:29.100Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33172026-03-24T17:47:31.904Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-03-24T17:47:35.348Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33192026-03-24T17:47:37.668Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-03-24T17:47:40.431Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33212026-03-24T17:47:43.432Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33222026-03-24T17:47:46.217Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33232026-03-24T17:47:49.130Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33242026-03-24T17:47:52.000Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252026-03-24T17:47:54.965Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33262026-03-24T17:47:57.836Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33272026-03-24T17:48:00.572Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33282026-03-24T17:48:03.547Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-03-24T17:48:06.832Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-03-24T17:48:09.669Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33312026-03-24T17:48:12.707Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33322026-03-24T17:48:15.853Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-03-24T17:48:18.860Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-03-24T17:48:21.675Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-03-24T17:48:24.733Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-03-24T17:48:27.845Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-03-24T17:48:30.940Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-03-24T17:48:34.028Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-03-24T17:48:37.166Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-03-24T17:48:40.436Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-03-24T17:48:43.549Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33422026-03-24T17:48:46.664Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-03-24T17:48:49.763Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33442026-03-24T17:48:52.866Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-03-24T17:48:56.070Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-03-24T17:48:59.270Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33472026-03-24T17:49:03.015Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-24T17:49:05.945Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33492026-03-24T17:49:09.368Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-03-24T17:49:18.634Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33512026-03-24T17:49:18.805Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-03-24T17:49:22.697Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-03-24T17:49:26.864Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-03-24T17:49:31.027Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33552026-03-24T17:49:35.200Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-03-24T17:49:39.399Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33572026-03-24T17:49:45.383Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33582026-03-24T17:49:48.877Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-24T17:49:53.608Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33602026-03-24T17:49:58.412Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-03-24T17:50:02.997Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33622026-03-24T17:50:07.512Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33632026-03-24T17:50:12.157Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33642026-03-24T17:50:16.813Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-03-24T17:50:21.419Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33662026-03-24T17:50:26.064Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33672026-03-24T17:50:30.756Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33682026-03-24T17:50:35.514Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33692026-03-24T17:50:40.057Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-24T17:50:44.730Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-24T17:50:49.314Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-24T17:51:26.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 07s
33732026-03-24T17:51:26.607Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-24T17:51:26.722Z
33752026-03-24T17:51:26.724Zreal 8:08.107233402
33762026-03-24T17:51:26.724Zuser 23:45.767014362
33772026-03-24T17:51:26.724Zsys 4:27.254866279
33782026-03-24T17:51:26.725Ztrap 0.403770816
33792026-03-24T17:51:26.725Ztflt 0.023411795
33802026-03-24T17:51:26.725Zdflt 0.030800610
33812026-03-24T17:51:26.725Zkflt 0.000046062
33822026-03-24T17:51:26.725Zlock 7:21:16.606554676
33832026-03-24T17:51:26.725Zslp 2:42:08.076528041
33842026-03-24T17:51:26.725Zlat 36.594826511
33852026-03-24T17:51:26.725Zstop 2:02.534736073
33862026-03-24T17:51:26.725Zprocess exited: duration 1071477 ms, exit code 0
 
33872026-03-24T17:51:26.731Zfound 0 output files