01KN0Q3KXRJ2M3TZGXGSGR7FWT: clippy (helios)

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

Buildomat Job: 01KN0Q459C923EE8ENPAMFWQMD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-31T01:12:24.543Zjob assigned to worker 01KN0Q495897HXSKYG1KQP06H2 [factory aws, i-002c0f1b91c8533dc] (queued for 55 s)
 
22026-03-31T01:12:31.084Zstarting task 0: "setup"
32026-03-31T01:12:31.089Z++ uname -s
42026-03-31T01:12:31.092Z+ kern=SunOS
52026-03-31T01:12:31.092Z+ build_user=build
62026-03-31T01:12:31.092Z+ build_uid=12345
72026-03-31T01:12:31.092Z+ work_dir=/work
82026-03-31T01:12:31.092Z+ input_dir=/input
92026-03-31T01:12:31.092Z+ [[ 0 == 12345 ]]
102026-03-31T01:12:31.092Z+ case "$kern" in
112026-03-31T01:12:31.092Z+ groupadd -g 12345 build
122026-03-31T01:12:31.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-31T01:12:33.098Z+ zfs create -o mountpoint=/work rpool/work
142026-03-31T01:12:33.193Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-31T01:12:33.196Z+ home_fs=zfs
162026-03-31T01:12:33.196Z+ [[ zfs == autofs ]]
172026-03-31T01:12:33.196Z+ mkdir -p /home/build
182026-03-31T01:12:33.196Z+ chown build:build /home/build /work
192026-03-31T01:12:35.199Z+ chmod 0700 /home/build /work
202026-03-31T01:12:35.202Zprocess exited: duration 4118 ms, exit code 0
 
212026-03-31T01:12:35.209Zstarting task 1: "rust-toolchain"
222026-03-31T01:12:35.213Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-31T01:12:35.213Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-31T01:12:35.213Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-31T01:12:35.213Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-31T01:12:35.213Z * rust toolchain channel = "1.94.0"
272026-03-31T01:12:35.213Z * rust toolchain profile = "default"
282026-03-31T01:12:35.216Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-31T01:12:35.216Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-31T01:12:35.365Zinfo: downloading installer
312026-03-31T01:12:36.754Zwarn: It looks like you have an existing installation of Rust at:
322026-03-31T01:12:36.754Zwarn: /opt/ooce/bin
332026-03-31T01:12:36.754Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-31T01:12:36.754Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-31T01:12:36.754Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-31T01:12:36.754Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-31T01:12:36.754Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-31T01:12:36.754Zerror: cannot install while Rust is installed
392026-03-31T01:12:36.754Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-31T01:12:36.754Zwarn: It looks like you have an existing rustup settings file at:
412026-03-31T01:12:36.754Zwarn: /home/build/.rustup/settings.toml
422026-03-31T01:12:36.754Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-31T01:12:36.755Zwarn: instead of the one inferred from the default host triple.
442026-03-31T01:12:36.766Zinfo: profile set to default
452026-03-31T01:12:36.766Zinfo: default host triple is x86_64-unknown-illumos
462026-03-31T01:12:36.769Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-31T01:12:36.922Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-31T01:12:36.926Zinfo: downloading 6 components
492026-03-31T01:12:51.642Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-31T01:12:51.642Z
512026-03-31T01:12:51.676Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-31T01:12:51.676Z
532026-03-31T01:12:51.676Z
542026-03-31T01:12:51.676ZRust is installed now. Great!
552026-03-31T01:12:51.677Z
562026-03-31T01:12:51.680ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-31T01:12:51.680Zenvironment variable. This has not been done automatically.
582026-03-31T01:12:51.680Z
592026-03-31T01:12:51.680ZTo configure your current shell, you need to source
602026-03-31T01:12:51.680Zthe corresponding env file under $HOME/.cargo.
612026-03-31T01:12:51.680Z
622026-03-31T01:12:51.680ZThis is usually done by running one of the following (note the leading DOT):
632026-03-31T01:12:51.680Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-31T01:12:51.680Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-31T01:12:51.680Zsource "~/.cargo/env.nu" # For nushell
662026-03-31T01:12:51.680Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-31T01:12:51.680Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-31T01:12:51.680Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-31T01:12:51.680Zwarn: no default linker (`cc`) was found in your PATH
702026-03-31T01:12:51.680Zwarn: many Rust crates require a system C toolchain to build
712026-03-31T01:12:51.773Z+ rustup --version
722026-03-31T01:12:51.782Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-31T01:12:51.789Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-31T01:12:51.804Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-31T01:12:51.808Z+ cargo --version
762026-03-31T01:12:51.819Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-31T01:12:51.824Z+ rustc --version
782026-03-31T01:12:51.854Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-31T01:12:51.854Zprocess exited: duration 16636 ms, exit code 0
 
802026-03-31T01:12:51.895Zstarting task 2: "authentication"
812026-03-31T01:12:51.911Zprocess exited: duration 16 ms, exit code 0
 
822026-03-31T01:12:51.919Zstarting task 3: "clone repository"
832026-03-31T01:12:51.922Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-31T01:12:51.926Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-31T01:12:51.956ZCloning into '/work/oxidecomputer/omicron'...
862026-03-31T01:13:03.080Z+ cd /work/oxidecomputer/omicron
872026-03-31T01:13:03.080Z+ git fetch origin 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
882026-03-31T01:13:03.360ZFrom https://github.com/oxidecomputer/omicron
892026-03-31T01:13:03.360Z * branch 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d -> FETCH_HEAD
902026-03-31T01:13:03.373Z+ [[ -n dropshot-gzip-support ]]
912026-03-31T01:13:03.377Z++ git branch --show-current
922026-03-31T01:13:03.377Z+ current=main
932026-03-31T01:13:03.377Z+ [[ main != dropshot-gzip-support ]]
942026-03-31T01:13:03.377Z+ git branch -f dropshot-gzip-support 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
952026-03-31T01:13:03.385Z+ git checkout -f dropshot-gzip-support
962026-03-31T01:13:03.664ZSwitched to branch 'dropshot-gzip-support'
972026-03-31T01:13:03.667Z+ git reset --hard 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
982026-03-31T01:13:03.667ZHEAD is now at 875d8cf46 hakari
992026-03-31T01:13:03.667Zprocess exited: duration 11700 ms, exit code 0
 
1002026-03-31T01:13:03.674Zstarting task 4: "build"
1012026-03-31T01:13:03.679Z+ source ./env.sh
1022026-03-31T01:13:03.679Z++ OLD_SHELL_OPTS=ehxB
1032026-03-31T01:13:03.679Z++ set -o xtrace
1042026-03-31T01:13:03.682Z++++ dirname ./env.sh
1052026-03-31T01:13:03.684Z+++ readlink -f .
1062026-03-31T01:13:03.688Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-31T01:13:03.688Z++ 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-31T01:13:03.688Z++ 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-31T01:13:03.688Z++ 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-31T01:13:03.688Z++ 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-31T01:13:03.688Z++ 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-31T01:13:03.689Z++ 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-31T01:13:03.689Z++ 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-31T01:13:03.689Z++ 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-31T01:13:03.689Z++ case $OLD_SHELL_OPTS in
1162026-03-31T01:13:03.689Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-31T01:13:03.689Z+ source .github/buildomat/ci-env.sh
1182026-03-31T01:13:03.689Z++ export CARGO_TERM_COLOR=always
1192026-03-31T01:13:03.689Z++ CARGO_TERM_COLOR=always
1202026-03-31T01:13:03.689Z+ cargo --version
1212026-03-31T01:13:03.694Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-31T01:13:03.697Z+ rustc --version
1232026-03-31T01:13:03.717Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-31T01:13:03.721Z+ banner prerequisites
1252026-03-31T01:13:03.724Z
1262026-03-31T01:13:03.724Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-31T01:13:03.724Z # # # # # # # # # # # # # # #
1282026-03-31T01:13:03.724Z # # # # ##### # # ##### # # # # # #### #
1292026-03-31T01:13:03.724Z ##### ##### # ##### # # # # # # # # #
1302026-03-31T01:13:03.724Z # # # # # # # # # # # # # # #
1312026-03-31T01:13:03.724Z # # # ###### # # ###### ### # #### # #### #
1322026-03-31T01:13:03.724Z
1332026-03-31T01:13:03.724Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-31T01:13:11.902Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-31T01:13:18.811Z Startup: Caching catalogs ... Done
1362026-03-31T01:13:22.938ZPlanning: Solver setup ... Done (2.808s)
1372026-03-31T01:13:22.966ZPlanning: Running solver ... Done (0.018s)
1382026-03-31T01:13:23.076ZPlanning: Finding local manifests ... Done (0.004s)
1392026-03-31T01:13:23.096ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-31T01:13:23.195ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-31T01:13:23.227ZPlanning: Package planning ... Done (0.031s)
1422026-03-31T01:13:23.254ZPlanning: Merging actions ... Done (0.027s)
1432026-03-31T01:13:23.429ZPlanning: Checking for conflicting actions ... Done (0.175s)
1442026-03-31T01:13:23.436ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-31T01:13:24.216ZPlanning: Evaluating mediators ... Done (0.779s)
1462026-03-31T01:13:24.221ZPlanning: Planning completed in 5.26 seconds
1472026-03-31T01:13:24.236Z Packages to install: 4
1482026-03-31T01:13:24.237Z Mediators to change: 2
1492026-03-31T01:13:24.242Z Services to change: 1
1502026-03-31T01:13:24.242Z Estimated space available: 155.35 GB
1512026-03-31T01:13:24.242ZEstimated space to be consumed: 1.84 GB
1522026-03-31T01:13:24.242Z Create boot environment: No
1532026-03-31T01:13:24.242ZCreate backup boot environment: No
1542026-03-31T01:13:24.242Z Rebuild boot archive: No
1552026-03-31T01:13:24.242Z
1562026-03-31T01:13:24.242ZChanged mediators:
1572026-03-31T01:13:24.242Z mediator clang:
1582026-03-31T01:13:24.242Z version: None -> 15 (system default)
1592026-03-31T01:13:24.242Z
1602026-03-31T01:13:24.243Z mediator llvm:
1612026-03-31T01:13:24.243Z version: 14 (system default) -> 15 (system default)
1622026-03-31T01:13:24.243Z
1632026-03-31T01:13:24.243ZChanged packages:
1642026-03-31T01:13:24.243Zhelios-dev
1652026-03-31T01:13:24.243Z developer/build-essential
1662026-03-31T01:13:24.243Z None -> 11-2.0
1672026-03-31T01:13:24.243Z library/libxmlsec1
1682026-03-31T01:13:24.249Z None -> 1.2.35-2.0
1692026-03-31T01:13:24.249Z ooce/developer/clang-15
1702026-03-31T01:13:24.249Z None -> 15.0.7-2.0
1712026-03-31T01:13:24.249Z ooce/developer/llvm-15
1722026-03-31T01:13:24.249Z None -> 15.0.7-2.0
1732026-03-31T01:13:24.249Z
1742026-03-31T01:13:24.253ZServices:
1752026-03-31T01:13:24.253Z restart_fmri:
1762026-03-31T01:13:24.253Z svc:/system/update-man-index:default
1772026-03-31T01:13:24.273Z
1782026-03-31T01:13:24.273ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-31T01:13:29.583ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (31.4M/s)
1802026-03-31T01:13:34.580ZDownload: 2910/3290 items 121.1/212.6MB 56% complete (12.1M/s)
1812026-03-31T01:13:37.888ZDownload: Completed 212.60 MB in 13.62 seconds (15.6M/s)
1822026-03-31T01:13:38.127Z Actions: 1/3689 actions (Installing new actions)
1832026-03-31T01:13:41.293Z Actions: Completed 3689 actions in 3.17 seconds.
1842026-03-31T01:13:41.901Z Done (0.604s)
1852026-03-31T01:13:41.901Z Done (0.000s)
1862026-03-31T01:13:42.599Z Done (0.696s)
1872026-03-31T01:13:45.605Z Done (2.678s)
1882026-03-31T01:13:45.680Z Done (0.013s)
1892026-03-31T01:13:45.683Z Done (0.000s)
1902026-03-31T01:13:46.027Z Done (0.000s)
1912026-03-31T01:13:46.865ZPlanning: Evaluating mediator changes ... Done
1922026-03-31T01:13:46.972ZPlanning: Checking for conflicting actions ... Done
1932026-03-31T01:13:46.984ZPlanning: Consolidating action changes ... Done
1942026-03-31T01:13:47.128ZPlanning: Evaluating mediators ... Done
1952026-03-31T01:13:47.134ZPlanning: Planning completed in 0.27 seconds
1962026-03-31T01:13:47.149Z Mediators to change: 2
1972026-03-31T01:13:47.149Z Create boot environment: No
1982026-03-31T01:13:47.154ZCreate backup boot environment: No
1992026-03-31T01:13:47.220Z Done
2002026-03-31T01:13:47.220Z Done
2012026-03-31T01:13:47.805Z Done
2022026-03-31T01:13:50.370Z Done
2032026-03-31T01:13:50.445Z Done
2042026-03-31T01:13:50.448Z Done
2052026-03-31T01:13:50.605Z Done
2062026-03-31T01:13:50.996ZPlanning: Evaluating mediator changes ... Done
2072026-03-31T01:13:50.999ZPlanning: Merging actions ... Done
2082026-03-31T01:13:51.136ZPlanning: Checking for conflicting actions ... Done
2092026-03-31T01:13:51.139ZPlanning: Consolidating action changes ... Done
2102026-03-31T01:13:51.274ZPlanning: Evaluating mediators ... Done
2112026-03-31T01:13:51.302ZPlanning: Planning completed in 0.44 seconds
2122026-03-31T01:13:51.323Z Packages to change: 1
2132026-03-31T01:13:51.323Z Mediators to change: 1
2142026-03-31T01:13:51.323Z Services to change: 1
2152026-03-31T01:13:51.323Z Create boot environment: No
2162026-03-31T01:13:51.326ZCreate backup boot environment: Yes
2172026-03-31T01:13:53.838Z Actions: 1/6 actions (Updating modified actions)
2182026-03-31T01:13:53.841Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-31T01:13:53.841Z Done
2202026-03-31T01:13:53.841Z Done
2212026-03-31T01:13:53.940Z Done
2222026-03-31T01:13:56.419Z Done
2232026-03-31T01:13:56.496Z Done
2242026-03-31T01:13:56.500Z Done
2252026-03-31T01:13:56.647Z Done
2262026-03-31T01:13:56.932ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-31T01:13:56.932Zclang system 15 system
2282026-03-31T01:13:56.932Zcsh system system illumos
2292026-03-31T01:13:56.932Zctags system system illumos
2302026-03-31T01:13:56.932Zfile system system illumos
2312026-03-31T01:13:56.932Zgcc vendor 12 vendor
2322026-03-31T01:13:56.932Zgcc system 14 system
2332026-03-31T01:13:56.932Zgcc system 10 system
2342026-03-31T01:13:56.933Zgo system 1.20 system
2352026-03-31T01:13:56.933Zgo system 1.19 system
2362026-03-31T01:13:56.933Zllvm system 15 system
2372026-03-31T01:13:56.933Zllvm system 14 system
2382026-03-31T01:13:56.933Zmariadb system 10.6 system
2392026-03-31T01:13:56.933Zmta vendor vendor dma
2402026-03-31T01:13:56.933Zopenjdk system 17 system
2412026-03-31T01:13:56.933Zopenjdk system 11 system
2422026-03-31T01:13:56.933Zopenjdk system 1.8 system
2432026-03-31T01:13:56.933Zopenssl vendor 3 vendor
2442026-03-31T01:13:56.933Zperl system 5.36 system
2452026-03-31T01:13:56.933Zpostgresql system 15 system
2462026-03-31T01:13:56.933Zpostgresql system 13 system
2472026-03-31T01:13:56.933Zpython vendor 3 vendor
2482026-03-31T01:13:56.933Zpython system 2 system
2492026-03-31T01:13:56.933Zpython3 system 3.11 system
2502026-03-31T01:13:56.933Zruby system 3.0 system
2512026-03-31T01:13:56.933Zwords vendor vendor american-english
2522026-03-31T01:13:56.933Zwords system system australian-english
2532026-03-31T01:13:56.933Zwords system system british-english
2542026-03-31T01:13:56.933Zwords system system canadian-english
2552026-03-31T01:13:56.933Zwords system system french
2562026-03-31T01:13:56.933Zwords system system italian
2572026-03-31T01:13:56.934Zwords system system ngerman
2582026-03-31T01:13:56.934Zwords system system ogerman
2592026-03-31T01:13:56.934Zwords system system spanish
2602026-03-31T01:13:57.160ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-31T01:13:57.160Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-31T01:14:01.530ZFMRI IFO
2632026-03-31T01:14:01.530Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-31T01:14:01.530Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-31T01:14:01.530Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-31T01:14:01.530Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-31T01:14:01.530Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-31T01:14:01.530Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-31T01:14:01.530Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-31T01:14:01.530Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-31T01:14:01.531Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-31T01:14:01.531Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-31T01:14:01.531Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-31T01:14:01.531Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-31T01:14:01.531Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-31T01:14:01.531Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-31T01:14:01.531Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-31T01:14:01.531Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-31T01:14:02.606Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-31T01:14:02.874Z Updating crates.io index
2812026-03-31T01:14:02.917Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-31T01:14:03.883Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-31T01:14:04.437Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-31T01:14:14.163Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-31T01:14:15.048Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-31T01:14:15.694Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-31T01:14:17.218Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-31T01:14:18.650Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-31T01:14:19.696Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-31T01:14:19.954Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-31T01:14:20.747Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-31T01:14:21.263Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-31T01:14:21.924Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-31T01:14:22.175Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-31T01:14:23.239Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-31T01:14:23.758Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-31T01:14:24.416Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-31T01:14:24.683Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-31T01:14:25.275Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-31T01:14:25.490Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-31T01:14:25.721Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-31T01:14:25.966Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-31T01:14:26.363Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-31T01:14:26.929Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-31T01:14:27.321Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-31T01:14:27.701Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-31T01:14:28.247Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-31T01:14:28.474Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-03-31T01:14:30.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-31T01:14:31.007Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-31T01:14:31.255Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-31T01:14:31.647Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-31T01:14:32.049Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-31T01:14:32.341Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-31T01:14:33.013Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-31T01:14:33.295Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-31T01:14:33.601Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-31T01:14:33.909Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-31T01:14:45.715Z Downloading crates ...
3202026-03-31T01:14:45.771Z Downloaded cfg-if v1.0.4
3212026-03-31T01:14:45.775Z Downloaded cargo-platform v0.2.0
3222026-03-31T01:14:45.784Z Downloaded thiserror v2.0.18
3232026-03-31T01:14:45.790Z Downloaded fastrand v2.3.0
3242026-03-31T01:14:45.794Z Downloaded usdt-impl v0.5.0
3252026-03-31T01:14:45.801Z Downloaded zerocopy-derive v0.7.35
3262026-03-31T01:14:45.801Z Downloaded errno v0.3.14
3272026-03-31T01:14:45.808Z Downloaded unicode-xid v0.2.6
3282026-03-31T01:14:45.809Z Downloaded utf8parse v0.2.2
3292026-03-31T01:14:45.809Z Downloaded zerofrom-derive v0.1.6
3302026-03-31T01:14:45.809Z Downloaded usdt-macro v0.5.0
3312026-03-31T01:14:45.814Z Downloaded semver v1.0.27
3322026-03-31T01:14:45.814Z Downloaded autocfg v1.5.0
3332026-03-31T01:14:45.814Z Downloaded anstyle v1.0.13
3342026-03-31T01:14:45.814Z Downloaded textwrap v0.16.2
3352026-03-31T01:14:45.814Z Downloaded anstream v0.6.21
3362026-03-31T01:14:45.814Z Downloaded usdt-attr-macro v0.5.0
3372026-03-31T01:14:45.814Z Downloaded unicode-linebreak v0.1.5
3382026-03-31T01:14:45.814Z Downloaded anyhow v1.0.102
3392026-03-31T01:14:45.820Z Downloaded form_urlencoded v1.2.2
3402026-03-31T01:14:45.820Z Downloaded equivalent v1.0.2
3412026-03-31T01:14:45.820Z Downloaded dof v0.3.0
3422026-03-31T01:14:45.820Z Downloaded anstyle-query v1.1.5
3432026-03-31T01:14:45.820Z Downloaded thread-id v4.2.2
3442026-03-31T01:14:45.820Z Downloaded smallvec v1.15.1
3452026-03-31T01:14:45.824Z Downloaded zmij v1.0.21
3462026-03-31T01:14:45.824Z Downloaded erased-serde v0.4.9
3472026-03-31T01:14:45.824Z Downloaded thiserror-impl v2.0.18
3482026-03-31T01:14:45.824Z Downloaded tinystr v0.8.2
3492026-03-31T01:14:45.830Z Downloaded heck v0.5.0
3502026-03-31T01:14:45.831Z Downloaded generic-array v0.14.7
3512026-03-31T01:14:45.835Z Downloaded zerocopy v0.7.35
3522026-03-31T01:14:45.839Z Downloaded zerovec-derive v0.11.2
3532026-03-31T01:14:45.844Z Downloaded writeable v0.6.2
3542026-03-31T01:14:45.844Z Downloaded log v0.4.29
3552026-03-31T01:14:45.844Z Downloaded typeid v1.0.3
3562026-03-31T01:14:45.844Z Downloaded yoke v0.8.1
3572026-03-31T01:14:45.849Z Downloaded heck v0.4.1
3582026-03-31T01:14:45.849Z Downloaded dtrace-parser v0.2.0
3592026-03-31T01:14:45.849Z Downloaded cpufeatures v0.2.17
3602026-03-31T01:14:45.849Z Downloaded yoke-derive v0.8.1
3612026-03-31T01:14:45.849Z Downloaded crypto-common v0.1.7
3622026-03-31T01:14:45.850Z Downloaded icu_collections v2.1.1
3632026-03-31T01:14:45.855Z Downloaded swrite v0.1.0
3642026-03-31T01:14:45.855Z Downloaded potential_utf v0.1.4
3652026-03-31T01:14:45.855Z Downloaded colorchoice v1.0.4
3662026-03-31T01:14:45.855Z Downloaded clap_lex v1.0.0
3672026-03-31T01:14:45.855Z Downloaded serde_derive v1.0.228
3682026-03-31T01:14:45.860Z Downloaded indexmap v2.13.0
3692026-03-31T01:14:45.865Z Downloaded toml_write v0.1.2
3702026-03-31T01:14:45.865Z Downloaded version_check v0.9.5
3712026-03-31T01:14:45.870Z Downloaded is_terminal_polyfill v1.70.2
3722026-03-31T01:14:45.882Z Downloaded thiserror v1.0.69
3732026-03-31T01:14:45.883Z Downloaded tabled_derive v0.7.0
3742026-03-31T01:14:45.884Z Downloaded smawk v0.3.2
3752026-03-31T01:14:45.884Z Downloaded proc-macro-error-attr v1.0.4
3762026-03-31T01:14:45.884Z Downloaded percent-encoding v2.3.2
3772026-03-31T01:14:45.894Z Downloaded toml v0.8.23
3782026-03-31T01:14:45.894Z Downloaded strsim v0.11.1
3792026-03-31T01:14:45.894Z Downloaded serde_spanned v0.6.9
3802026-03-31T01:14:45.894Z Downloaded pretty-hex v0.4.1
3812026-03-31T01:14:45.894Z Downloaded usdt v0.5.0
3822026-03-31T01:14:45.894Z Downloaded memmap v0.7.0
3832026-03-31T01:14:45.894Z Downloaded stable_deref_trait v1.2.1
3842026-03-31T01:14:45.894Z Downloaded utf8_iter v1.0.4
3852026-03-31T01:14:45.895Z Downloaded toml_datetime v0.6.11
3862026-03-31T01:14:45.895Z Downloaded scroll_derive v0.12.1
3872026-03-31T01:14:45.903Z Downloaded unicode-ident v1.0.24
3882026-03-31T01:14:45.903Z Downloaded plain v0.2.3
3892026-03-31T01:14:45.904Z Downloaded digest v0.10.7
3902026-03-31T01:14:45.910Z Downloaded zerofrom v0.1.6
3912026-03-31T01:14:45.910Z Downloaded ucd-trie v0.1.7
3922026-03-31T01:14:45.910Z Downloaded zerotrie v0.2.3
3932026-03-31T01:14:45.910Z Downloaded thiserror-impl v1.0.69
3942026-03-31T01:14:45.910Z Downloaded idna_adapter v1.2.1
3952026-03-31T01:14:45.910Z Downloaded typenum v1.19.0
3962026-03-31T01:14:45.916Z Downloaded serde-value v0.7.0
3972026-03-31T01:14:45.916Z Downloaded macaddr v1.0.1
3982026-03-31T01:14:45.922Z Downloaded toml_edit v0.22.27
3992026-03-31T01:14:45.922Z Downloaded sha2 v0.10.9
4002026-03-31T01:14:45.923Z Downloaded bytecount v0.6.9
4012026-03-31T01:14:45.931Z Downloaded url v2.5.8
4022026-03-31T01:14:45.932Z Downloaded fnv v1.0.7
4032026-03-31T01:14:45.932Z Downloaded unicode-width v0.1.14
4042026-03-31T01:14:45.936Z Downloaded fs-err v3.3.0
4052026-03-31T01:14:45.937Z Downloaded cargo_metadata v0.21.0
4062026-03-31T01:14:45.937Z Downloaded zerovec v0.11.5
4072026-03-31T01:14:45.937Z Downloaded terminal_size v0.4.3
4082026-03-31T01:14:45.937Z Downloaded serde_tokenstream v0.2.3
4092026-03-31T01:14:45.937Z Downloaded block-buffer v0.10.4
4102026-03-31T01:14:45.937Z Downloaded camino-tempfile v1.4.1
4112026-03-31T01:14:45.937Z Downloaded unicode-width v0.2.0
4122026-03-31T01:14:45.941Z Downloaded scroll v0.12.0
4132026-03-31T01:14:45.941Z Downloaded itoa v1.0.17
4142026-03-31T01:14:45.946Z Downloaded synstructure v0.13.2
4152026-03-31T01:14:45.946Z Downloaded quote v1.0.44
4162026-03-31T01:14:45.947Z Downloaded displaydoc v0.2.5
4172026-03-31T01:14:45.953Z Downloaded serde-untagged v0.1.9
4182026-03-31T01:14:45.953Z Downloaded winnow v0.7.14
4192026-03-31T01:14:45.958Z Downloaded cargo_toml v0.21.0
4202026-03-31T01:14:45.958Z Downloaded camino v1.2.2
4212026-03-31T01:14:45.958Z Downloaded byteorder v1.5.0
4222026-03-31T01:14:45.958Z Downloaded proc-macro-error v1.0.4
4232026-03-31T01:14:45.963Z Downloaded anstyle-parse v0.2.7
4242026-03-31T01:14:45.968Z Downloaded icu_properties_data v2.1.2
4252026-03-31T01:14:45.973Z Downloaded icu_provider v2.1.1
4262026-03-31T01:14:45.973Z Downloaded icu_properties v2.1.2
4272026-03-31T01:14:45.977Z Downloaded clap_derive v4.5.55
4282026-03-31T01:14:45.985Z Downloaded once_cell v1.21.3
4292026-03-31T01:14:45.985Z Downloaded pest_generator v2.8.6
4302026-03-31T01:14:46.006Z Downloaded litemap v0.8.1
4312026-03-31T01:14:46.006Z Downloaded tempfile v3.25.0
4322026-03-31T01:14:46.006Z Downloaded clap v4.5.60
4332026-03-31T01:14:46.013Z Downloaded cargo-util-schemas v0.8.2
4342026-03-31T01:14:46.013Z Downloaded ordered-float v2.10.1
4352026-03-31T01:14:46.013Z Downloaded icu_locale_core v2.1.1
4362026-03-31T01:14:46.013Z Downloaded getrandom v0.4.1
4372026-03-31T01:14:46.013Z Downloaded pest_derive v2.8.6
4382026-03-31T01:14:46.013Z Downloaded papergrid v0.11.0
4392026-03-31T01:14:46.013Z Downloaded serde_core v1.0.228
4402026-03-31T01:14:46.022Z Downloaded bitflags v2.11.0
4412026-03-31T01:14:46.022Z Downloaded num-traits v0.2.19
4422026-03-31T01:14:46.022Z Downloaded proc-macro2 v1.0.106
4432026-03-31T01:14:46.022Z Downloaded icu_normalizer_data v2.1.1
4442026-03-31T01:14:46.028Z Downloaded icu_normalizer v2.1.1
4452026-03-31T01:14:46.032Z Downloaded pest_meta v2.8.6
4462026-03-31T01:14:46.044Z Downloaded serde v1.0.228
4472026-03-31T01:14:46.064Z Downloaded memchr v2.8.0
4482026-03-31T01:14:46.080Z Downloaded idna v1.1.0
4492026-03-31T01:14:46.101Z Downloaded hashbrown v0.16.1
4502026-03-31T01:14:46.101Z Downloaded pest v2.8.6
4512026-03-31T01:14:46.101Z Downloaded serde_json v1.0.149
4522026-03-31T01:14:46.102Z Downloaded goblin v0.8.2
4532026-03-31T01:14:46.102Z Downloaded clap_builder v4.5.60
4542026-03-31T01:14:46.158Z Downloaded syn v1.0.109
4552026-03-31T01:14:46.158Z Downloaded tabled v0.15.0
4562026-03-31T01:14:46.158Z Downloaded syn v2.0.117
4572026-03-31T01:14:46.158Z Downloaded rustix v1.1.3
4582026-03-31T01:14:46.183Z Downloaded libc v0.2.180
4592026-03-31T01:14:46.251Z Compiling proc-macro2 v1.0.106
4602026-03-31T01:14:46.251Z Compiling quote v1.0.44
4612026-03-31T01:14:46.263Z Compiling unicode-ident v1.0.24
4622026-03-31T01:14:46.263Z Compiling serde_core v1.0.228
4632026-03-31T01:14:46.263Z Compiling libc v0.2.180
4642026-03-31T01:14:46.263Z Compiling version_check v0.9.5
4652026-03-31T01:14:46.263Z Compiling serde v1.0.228
4662026-03-31T01:14:46.263Z Compiling memchr v2.8.0
4672026-03-31T01:14:46.639Z Compiling stable_deref_trait v1.2.1
4682026-03-31T01:14:46.726Z Compiling zmij v1.0.21
4692026-03-31T01:14:46.793Z Compiling thiserror v1.0.69
4702026-03-31T01:14:46.925Z Compiling autocfg v1.5.0
4712026-03-31T01:14:47.086Z Compiling ucd-trie v0.1.7
4722026-03-31T01:14:47.171Z Compiling itoa v1.0.17
4732026-03-31T01:14:47.281Z Compiling pest v2.8.6
4742026-03-31T01:14:47.354Z Compiling writeable v0.6.2
4752026-03-31T01:14:47.389Z Compiling litemap v0.8.1
4762026-03-31T01:14:47.406Z Compiling icu_normalizer_data v2.1.1
4772026-03-31T01:14:47.517Z Compiling byteorder v1.5.0
4782026-03-31T01:14:47.590Z Compiling rustix v1.1.3
4792026-03-31T01:14:47.598Z Compiling icu_properties_data v2.1.2
4802026-03-31T01:14:47.827Z Compiling errno v0.3.14
4812026-03-31T01:14:47.903Z Compiling syn v2.0.117
4822026-03-31T01:14:47.903Z Compiling bitflags v2.11.0
4832026-03-31T01:14:47.977Z Compiling serde_json v1.0.149
4842026-03-31T01:14:48.189Z Compiling num-traits v0.2.19
4852026-03-31T01:14:48.215Z Compiling smallvec v1.15.1
4862026-03-31T01:14:48.259Z Compiling equivalent v1.0.2
4872026-03-31T01:14:48.358Z Compiling pest_meta v2.8.6
4882026-03-31T01:14:48.426Z Compiling hashbrown v0.16.1
4892026-03-31T01:14:48.552Z Compiling typeid v1.0.3
4902026-03-31T01:14:48.771Z Compiling thread-id v4.2.2
4912026-03-31T01:14:48.778Z Compiling usdt-impl v0.5.0
4922026-03-31T01:14:48.857Z Compiling proc-macro-error-attr v1.0.4
4932026-03-31T01:14:48.866Z Compiling syn v1.0.109
4942026-03-31T01:14:49.043Z Compiling indexmap v2.13.0
4952026-03-31T01:14:49.057Z Compiling erased-serde v0.4.9
4962026-03-31T01:14:49.057Z Compiling winnow v0.7.14
4972026-03-31T01:14:49.212Z Compiling toml_write v0.1.2
4982026-03-31T01:14:49.457Z Compiling proc-macro-error v1.0.4
4992026-03-31T01:14:49.569Z Compiling utf8parse v0.2.2
5002026-03-31T01:14:49.648Z Compiling getrandom v0.4.1
5012026-03-31T01:14:49.685Z Compiling camino v1.2.2
5022026-03-31T01:14:49.953Z Compiling log v0.4.29
5032026-03-31T01:14:49.996Z Compiling thiserror v2.0.18
5042026-03-31T01:14:50.013Z Compiling plain v0.2.3
5052026-03-31T01:14:50.036Z Compiling utf8_iter v1.0.4
5062026-03-31T01:14:50.130Z Compiling percent-encoding v2.3.2
5072026-03-31T01:14:50.188Z Compiling ordered-float v2.10.1
5082026-03-31T01:14:50.206Z Compiling anstyle-parse v0.2.7
5092026-03-31T01:14:50.340Z Compiling form_urlencoded v1.2.2
5102026-03-31T01:14:50.432Z Compiling synstructure v0.13.2
5112026-03-31T01:14:50.459Z Compiling pest_generator v2.8.6
5122026-03-31T01:14:50.528Z Compiling terminal_size v0.4.3
5132026-03-31T01:14:50.673Z Compiling colorchoice v1.0.4
5142026-03-31T01:14:50.796Z Compiling pretty-hex v0.4.1
5152026-03-31T01:14:50.813Z Compiling anstyle-query v1.1.5
5162026-03-31T01:14:50.813Z Compiling cfg-if v1.0.4
5172026-03-31T01:14:50.846Z Compiling is_terminal_polyfill v1.70.2
5182026-03-31T01:14:50.912Z Compiling anstyle v1.0.13
5192026-03-31T01:14:50.946Z Compiling serde-untagged v0.1.9
5202026-03-31T01:14:51.053Z Compiling semver v1.0.27
5212026-03-31T01:14:51.218Z Compiling anstream v0.6.21
5222026-03-31T01:14:51.218Z Compiling fs-err v3.3.0
5232026-03-31T01:14:51.218Z Compiling anyhow v1.0.102
5242026-03-31T01:14:51.347Z Compiling heck v0.4.1
5252026-03-31T01:14:51.370Z Compiling clap_lex v1.0.0
5262026-03-31T01:14:51.398Z Compiling unicode-xid v0.2.6
5272026-03-31T01:14:51.417Z Compiling strsim v0.11.1
5282026-03-31T01:14:51.512Z Compiling bytecount v0.6.9
5292026-03-31T01:14:51.554Z Compiling once_cell v1.21.3
5302026-03-31T01:14:51.618Z Compiling unicode-width v0.1.14
5312026-03-31T01:14:51.699Z Compiling fastrand v2.3.0
5322026-03-31T01:14:51.803Z Compiling heck v0.5.0
5332026-03-31T01:14:51.828Z Compiling fnv v1.0.7
5342026-03-31T01:14:51.900Z Compiling tempfile v3.25.0
5352026-03-31T01:14:51.936Z Compiling papergrid v0.11.0
5362026-03-31T01:14:51.971Z Compiling clap_builder v4.5.60
5372026-03-31T01:14:52.240Z Compiling serde_derive v1.0.228
5382026-03-31T01:14:52.342Z Compiling zerofrom-derive v0.1.6
5392026-03-31T01:14:52.342Z Compiling yoke-derive v0.8.1
5402026-03-31T01:14:52.471Z Compiling zerovec-derive v0.11.2
5412026-03-31T01:14:52.573Z Compiling displaydoc v0.2.5
5422026-03-31T01:14:53.315Z Compiling thiserror-impl v1.0.69
5432026-03-31T01:14:53.357Z Compiling zerocopy-derive v0.7.35
5442026-03-31T01:14:53.381Z Compiling pest_derive v2.8.6
5452026-03-31T01:14:53.399Z Compiling scroll_derive v0.12.1
5462026-03-31T01:14:53.671Z Compiling zerofrom v0.1.6
5472026-03-31T01:14:53.714Z Compiling yoke v0.8.1
5482026-03-31T01:14:53.814Z Compiling thiserror-impl v2.0.18
5492026-03-31T01:14:53.874Z Compiling zerovec v0.11.5
5502026-03-31T01:14:54.139Z Compiling zerotrie v0.2.3
5512026-03-31T01:14:54.213Z Compiling zerocopy v0.7.35
5522026-03-31T01:14:54.352Z Compiling tinystr v0.8.2
5532026-03-31T01:14:54.542Z Compiling potential_utf v0.1.4
5542026-03-31T01:14:54.563Z Compiling icu_locale_core v2.1.1
5552026-03-31T01:14:54.570Z Compiling icu_collections v2.1.1
5562026-03-31T01:14:54.699Z Compiling dtrace-parser v0.2.0
5572026-03-31T01:14:54.760Z Compiling scroll v0.12.0
5582026-03-31T01:14:54.985Z Compiling tabled_derive v0.7.0
5592026-03-31T01:14:55.069Z Compiling goblin v0.8.2
5602026-03-31T01:14:55.094Z Compiling clap_derive v4.5.55
5612026-03-31T01:14:55.231Z Compiling icu_provider v2.1.1
5622026-03-31T01:14:55.443Z Compiling memmap v0.7.0
5632026-03-31T01:14:55.473Z Compiling serde_spanned v0.6.9
5642026-03-31T01:14:55.535Z Compiling icu_normalizer v2.1.1
5652026-03-31T01:14:55.567Z Compiling icu_properties v2.1.2
5662026-03-31T01:14:55.585Z Compiling toml_datetime v0.6.11
5672026-03-31T01:14:55.604Z Compiling dof v0.3.0
5682026-03-31T01:14:55.634Z Compiling serde_tokenstream v0.2.3
5692026-03-31T01:14:55.824Z Compiling toml_edit v0.22.27
5702026-03-31T01:14:55.925Z Compiling serde-value v0.7.0
5712026-03-31T01:14:55.986Z Compiling cargo-platform v0.2.0
5722026-03-31T01:14:56.054Z Compiling unicode-width v0.2.0
5732026-03-31T01:14:56.255Z Compiling unicode-linebreak v0.1.5
5742026-03-31T01:14:56.287Z Compiling smawk v0.3.2
5752026-03-31T01:14:56.331Z Compiling tabled v0.15.0
5762026-03-31T01:14:56.466Z Compiling idna_adapter v1.2.1
5772026-03-31T01:14:56.482Z Compiling usdt-macro v0.5.0
5782026-03-31T01:14:56.523Z Compiling usdt-attr-macro v0.5.0
5792026-03-31T01:14:56.632Z Compiling idna v1.1.0
5802026-03-31T01:14:56.698Z Compiling textwrap v0.16.2
5812026-03-31T01:14:56.819Z Compiling clap v4.5.60
5822026-03-31T01:14:56.912Z Compiling macaddr v1.0.1
5832026-03-31T01:14:57.164Z Compiling url v2.5.8
5842026-03-31T01:14:57.294Z Compiling camino-tempfile v1.4.1
5852026-03-31T01:14:57.322Z Compiling toml v0.8.23
5862026-03-31T01:14:57.505Z Compiling swrite v0.1.0
5872026-03-31T01:14:57.525Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-31T01:14:57.673Z Compiling cargo-util-schemas v0.8.2
5892026-03-31T01:14:57.778Z Compiling cargo_toml v0.21.0
5902026-03-31T01:14:58.207Z Compiling usdt v0.5.0
5912026-03-31T01:15:02.678Z Compiling cargo_metadata v0.21.0
5922026-03-31T01:15:02.698Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-31T01:15:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.15s
5942026-03-31T01:15:02.888Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-31T01:15:02.888Z Downloading crates ...
5962026-03-31T01:15:02.888Z Downloaded arrayref v0.3.9
5972026-03-31T01:15:02.888Z Downloaded argon2 v0.5.3
5982026-03-31T01:15:02.889Z Downloaded bb8 v0.8.6
5992026-03-31T01:15:02.889Z Downloaded adler2 v2.0.1
6002026-03-31T01:15:02.889Z Downloaded array-init v0.0.4
6012026-03-31T01:15:02.889Z Downloaded data-encoding v2.10.0
6022026-03-31T01:15:02.889Z Downloaded async-trait v0.1.89
6032026-03-31T01:15:02.889Z Downloaded arrayvec v0.7.6
6042026-03-31T01:15:02.889Z Downloaded crc-any v2.5.0
6052026-03-31T01:15:02.889Z Downloaded darling_macro v0.20.11
6062026-03-31T01:15:02.889Z Downloaded ahash v0.8.12
6072026-03-31T01:15:02.889Z Downloaded cookie_store v0.22.1
6082026-03-31T01:15:02.889Z Downloaded flagset v0.4.7
6092026-03-31T01:15:02.889Z Downloaded bit-set v0.8.0
6102026-03-31T01:15:02.889Z Downloaded assert_matches v1.5.0
6112026-03-31T01:15:02.889Z Downloaded ctr v0.9.2
6122026-03-31T01:15:02.889Z Downloaded cstr-argument v0.1.2
6132026-03-31T01:15:02.889Z Downloaded arc-swap v1.8.2
6142026-03-31T01:15:02.889Z Downloaded cancel-safe-futures v0.1.5
6152026-03-31T01:15:02.890Z Downloaded embedded-io v0.4.0
6162026-03-31T01:15:02.890Z Downloaded byte-wrapper v0.1.0
6172026-03-31T01:15:02.890Z Downloaded csv-core v0.1.13
6182026-03-31T01:15:02.890Z Downloaded darling_macro v0.23.0
6192026-03-31T01:15:02.890Z Downloaded critical-section v1.2.0
6202026-03-31T01:15:02.890Z Downloaded atty v0.2.14
6212026-03-31T01:15:02.951Z Downloaded aes-gcm v0.10.3
6222026-03-31T01:15:02.951Z Downloaded const-oid v0.9.6
6232026-03-31T01:15:02.951Z Downloaded darling v0.23.0
6242026-03-31T01:15:02.951Z Downloaded darling_macro v0.21.3
6252026-03-31T01:15:02.951Z Downloaded crc8 v0.1.1
6262026-03-31T01:15:02.951Z Downloaded crc32fast v1.5.0
6272026-03-31T01:15:02.951Z Downloaded aead v0.5.2
6282026-03-31T01:15:02.952Z Downloaded darling v0.20.11
6292026-03-31T01:15:02.952Z Downloaded ciborium-ll v0.2.2
6302026-03-31T01:15:02.952Z Downloaded block-padding v0.3.3
6312026-03-31T01:15:02.952Z Downloaded base16ct v0.2.0
6322026-03-31T01:15:02.952Z Downloaded curve25519-dalek-derive v0.1.1
6332026-03-31T01:15:02.952Z Downloaded bitflags v1.3.2
6342026-03-31T01:15:02.952Z Downloaded defmt v0.3.100
6352026-03-31T01:15:02.952Z Downloaded castaway v0.2.4
6362026-03-31T01:15:02.952Z Downloaded darling v0.21.3
6372026-03-31T01:15:02.952Z Downloaded crossbeam-deque v0.8.6
6382026-03-31T01:15:02.952Z Downloaded crc-catalog v2.4.0
6392026-03-31T01:15:02.952Z Downloaded cpufeatures v0.3.0
6402026-03-31T01:15:02.952Z Downloaded defmt v1.0.1
6412026-03-31T01:15:02.952Z Downloaded cobs v0.3.0
6422026-03-31T01:15:02.953Z Downloaded crypto-bigint v0.5.5
6432026-03-31T01:15:02.953Z Downloaded foreign-types-macros v0.2.3
6442026-03-31T01:15:02.953Z Downloaded display-error-chain v0.2.2
6452026-03-31T01:15:02.953Z Downloaded convert_case v0.10.0
6462026-03-31T01:15:02.953Z Downloaded bcs v0.1.6
6472026-03-31T01:15:02.953Z Downloaded base64ct v1.8.3
6482026-03-31T01:15:02.953Z Downloaded async-stream-impl v0.3.6
6492026-03-31T01:15:02.953Z Downloaded dyn-clone v1.0.20
6502026-03-31T01:15:02.953Z Downloaded ciborium-io v0.2.2
6512026-03-31T01:15:02.953Z Downloaded base16ct v1.0.0
6522026-03-31T01:15:02.953Z Downloaded debug-ignore v1.0.5
6532026-03-31T01:15:02.953Z Downloaded async-recursion v1.1.1
6542026-03-31T01:15:02.954Z Downloaded cfg_aliases v0.1.1
6552026-03-31T01:15:02.954Z Downloaded darling_core v0.20.11
6562026-03-31T01:15:02.954Z Downloaded either v1.15.0
6572026-03-31T01:15:02.954Z Downloaded dunce v1.0.5
6582026-03-31T01:15:02.954Z Downloaded dropshot-api-manager-types v0.7.0
6592026-03-31T01:15:02.954Z Downloaded float-cmp v0.10.0
6602026-03-31T01:15:02.954Z Downloaded compression-core v0.4.31
6612026-03-31T01:15:02.954Z Downloaded dirs-next v2.0.0
6622026-03-31T01:15:02.954Z Downloaded convert_case v0.4.0
6632026-03-31T01:15:02.954Z Downloaded cargo-platform v0.3.2
6642026-03-31T01:15:02.954Z Downloaded async-stream v0.3.6
6652026-03-31T01:15:02.954Z Downloaded bcrypt-pbkdf v0.10.0
6662026-03-31T01:15:02.954Z Downloaded daft v0.1.5
6672026-03-31T01:15:02.954Z Downloaded embedded-io v0.6.1
6682026-03-31T01:15:02.954Z Downloaded cfg_aliases v0.2.1
6692026-03-31T01:15:02.954Z Downloaded bitfield-macros v0.19.4
6702026-03-31T01:15:02.954Z Downloaded bit-set v0.5.3
6712026-03-31T01:15:02.954Z Downloaded fixedbitset v0.4.2
6722026-03-31T01:15:02.954Z Downloaded endian-type v0.1.2
6732026-03-31T01:15:02.954Z Downloaded dof v0.4.0
6742026-03-31T01:15:02.954Z Downloaded difflib v0.4.0
6752026-03-31T01:15:02.954Z Downloaded atomicwrites v0.4.4
6762026-03-31T01:15:02.954Z Downloaded atomic-waker v1.1.2
6772026-03-31T01:15:02.955Z Downloaded ascii-canvas v3.0.0
6782026-03-31T01:15:02.955Z Downloaded chacha20poly1305 v0.10.1
6792026-03-31T01:15:02.955Z Downloaded foreign-types v0.5.0
6802026-03-31T01:15:02.955Z Downloaded foreign-types v0.3.2
6812026-03-31T01:15:02.955Z Downloaded foldhash v0.1.5
6822026-03-31T01:15:02.955Z Downloaded defmt-macros v1.0.1
6832026-03-31T01:15:02.955Z Downloaded daft-derive v0.1.5
6842026-03-31T01:15:02.955Z Downloaded corncobs v0.1.4
6852026-03-31T01:15:02.955Z Downloaded cipher v0.4.4
6862026-03-31T01:15:02.955Z Downloaded chacha20 v0.9.1
6872026-03-31T01:15:02.955Z Downloaded foreign-types-shared v0.3.1
6882026-03-31T01:15:02.955Z Downloaded futures-core v0.3.32
6892026-03-31T01:15:02.955Z Downloaded foreign-types-shared v0.1.1
6902026-03-31T01:15:02.955Z Downloaded bit-vec v0.8.0
6912026-03-31T01:15:02.955Z Downloaded env_filter v1.0.0
6922026-03-31T01:15:02.955Z Downloaded cmake v0.1.57
6932026-03-31T01:15:02.955Z Downloaded funty v2.0.0
6942026-03-31T01:15:02.955Z Downloaded ghash v0.5.1
6952026-03-31T01:15:02.955Z Downloaded cexpr v0.6.0
6962026-03-31T01:15:02.955Z Downloaded bit-vec v0.6.3
6972026-03-31T01:15:02.956Z Downloaded futures-io v0.3.32
6982026-03-31T01:15:02.956Z Downloaded futures-macro v0.3.32
6992026-03-31T01:15:02.956Z Downloaded dsl_auto_type v0.2.0
7002026-03-31T01:15:02.956Z Downloaded downcast-rs v2.0.2
7012026-03-31T01:15:02.956Z Downloaded backoff v0.4.0
7022026-03-31T01:15:02.956Z Downloaded gethostname v0.5.0
7032026-03-31T01:15:02.956Z Downloaded futures-sink v0.3.32
7042026-03-31T01:15:02.956Z Downloaded fd-lock v4.0.4
7052026-03-31T01:15:02.956Z Downloaded hash32 v0.3.1
7062026-03-31T01:15:02.956Z Downloaded colored v2.2.0
7072026-03-31T01:15:02.956Z Downloaded hash32 v0.2.1
7082026-03-31T01:15:02.956Z Downloaded globwalk v0.9.1
7092026-03-31T01:15:02.956Z Downloaded dirs-sys-next v0.1.2
7102026-03-31T01:15:02.956Z Downloaded hex v0.4.3
7112026-03-31T01:15:02.956Z Downloaded dtrace-parser v0.3.0
7122026-03-31T01:15:02.956Z Downloaded crunchy v0.2.4
7132026-03-31T01:15:02.956Z Downloaded crucible-workspace-hack v0.1.0
7142026-03-31T01:15:02.956Z Downloaded constant_time_eq v0.4.2
7152026-03-31T01:15:02.957Z Downloaded const_format_proc_macros v0.2.34
7162026-03-31T01:15:02.957Z Downloaded cbc v0.1.2
7172026-03-31T01:15:02.957Z Downloaded document-features v0.2.12
7182026-03-31T01:15:02.957Z Downloaded bitfield-struct v0.6.2
7192026-03-31T01:15:02.957Z Downloaded ff v0.13.1
7202026-03-31T01:15:02.957Z Downloaded crc v3.4.0
7212026-03-31T01:15:02.991Z Downloaded ed25519 v2.2.3
7222026-03-31T01:15:02.991Z Downloaded derive_builder_macro v0.20.2
7232026-03-31T01:15:02.991Z Downloaded darling_core v0.23.0
7242026-03-31T01:15:02.991Z Downloaded fallible-iterator v0.2.0
7252026-03-31T01:15:02.991Z Downloaded cargo_metadata v0.23.1
7262026-03-31T01:15:02.991Z Downloaded fxhash v0.2.1
7272026-03-31T01:15:02.991Z Downloaded camino-tempfile-ext v0.3.3
7282026-03-31T01:15:02.991Z Downloaded blowfish v0.9.1
7292026-03-31T01:15:02.991Z Downloaded bitfield v0.19.4
7302026-03-31T01:15:02.991Z Downloaded ena v0.14.4
7312026-03-31T01:15:02.991Z Downloaded hex-literal v0.4.1
7322026-03-31T01:15:02.991Z Downloaded httpdate v1.0.3
7332026-03-31T01:15:02.991Z Downloaded enum-as-inner v0.6.1
7342026-03-31T01:15:02.991Z Downloaded http-range v0.1.5
7352026-03-31T01:15:02.991Z Downloaded float-ord v0.3.2
7362026-03-31T01:15:02.991Z Downloaded cargo_toml v0.22.3
7372026-03-31T01:15:02.991Z Downloaded diesel_table_macro_syntax v0.3.0
7382026-03-31T01:15:02.991Z Downloaded diesel-dtrace v0.5.0
7392026-03-31T01:15:02.991Z Downloaded derive_builder_core v0.20.2
7402026-03-31T01:15:02.991Z Downloaded http-body v1.0.1
7412026-03-31T01:15:02.992Z Downloaded hostname v0.3.1
7422026-03-31T01:15:02.992Z Downloaded home v0.5.12
7432026-03-31T01:15:02.992Z Downloaded colored v3.1.1
7442026-03-31T01:15:02.992Z Downloaded find-msvc-tools v0.1.9
7452026-03-31T01:15:02.992Z Downloaded ciborium v0.2.2
7462026-03-31T01:15:02.992Z Downloaded console v0.16.2
7472026-03-31T01:15:02.992Z Downloaded crossbeam-utils v0.8.21
7482026-03-31T01:15:02.992Z Downloaded headers-core v0.3.0
7492026-03-31T01:15:02.993Z Downloaded futures-task v0.3.32
7502026-03-31T01:15:02.993Z Downloaded cassowary v0.3.0
7512026-03-31T01:15:02.993Z Downloaded hyper-tls v0.6.0
7522026-03-31T01:15:02.993Z Downloaded git-stub v1.0.0
7532026-03-31T01:15:02.994Z Downloaded fs_extra v1.3.0
7542026-03-31T01:15:02.994Z Downloaded deranged v0.5.8
7552026-03-31T01:15:02.994Z Downloaded group v0.13.0
7562026-03-31T01:15:02.994Z Downloaded indent_write v2.2.0
7572026-03-31T01:15:02.994Z Downloaded erased-serde v0.3.31
7582026-03-31T01:15:02.994Z Downloaded ecdsa v0.16.9
7592026-03-31T01:15:02.994Z Downloaded buf-list v1.1.2
7602026-03-31T01:15:02.994Z Downloaded drift v0.1.3
7612026-03-31T01:15:02.994Z Downloaded bzip2 v0.6.1
7622026-03-31T01:15:02.994Z Downloaded der_derive v0.7.3
7632026-03-31T01:15:02.994Z Downloaded compression-codecs v0.4.37
7642026-03-31T01:15:02.994Z Downloaded hostname v0.4.2
7652026-03-31T01:15:02.994Z Downloaded console v0.15.11
7662026-03-31T01:15:02.994Z Downloaded clang-sys v1.8.1
7672026-03-31T01:15:02.994Z Downloaded ident_case v1.0.1
7682026-03-31T01:15:02.994Z Downloaded hubpack_derive v0.1.1
7692026-03-31T01:15:02.995Z Downloaded hubpack v0.1.2
7702026-03-31T01:15:02.995Z Downloaded is_ci v1.2.0
7712026-03-31T01:15:02.995Z Downloaded chacha20 v0.10.0
7722026-03-31T01:15:02.995Z Downloaded lalrpop-util v0.19.12
7732026-03-31T01:15:02.995Z Downloaded internet-checksum v0.2.1
7742026-03-31T01:15:02.995Z Downloaded cookie v0.18.1
7752026-03-31T01:15:02.995Z Downloaded lazy_static v1.5.0
7762026-03-31T01:15:02.995Z Downloaded indoc v1.0.9
7772026-03-31T01:15:02.995Z Downloaded inout v0.1.4
7782026-03-31T01:15:02.995Z Downloaded http-body-util v0.1.3
7792026-03-31T01:15:02.995Z Downloaded backon v1.6.0
7802026-03-31T01:15:02.995Z Downloaded is-terminal v0.4.17
7812026-03-31T01:15:02.995Z Downloaded bzip2 v0.4.4
7822026-03-31T01:15:02.995Z Downloaded blake2 v0.10.6
7832026-03-31T01:15:02.995Z Downloaded async-bb8-diesel v0.2.1
7842026-03-31T01:15:02.996Z Downloaded instability v0.3.11
7852026-03-31T01:15:02.996Z Downloaded instant v0.1.13
7862026-03-31T01:15:02.996Z Downloaded keccak v0.1.6
7872026-03-31T01:15:02.996Z Downloaded kstat-rs v0.2.4
7882026-03-31T01:15:02.996Z Downloaded diff v0.1.13
7892026-03-31T01:15:02.996Z Downloaded crossbeam-channel v0.5.15
7902026-03-31T01:15:02.996Z Downloaded filetime v0.2.27
7912026-03-31T01:15:02.996Z Downloaded defmt-parser v1.0.0
7922026-03-31T01:15:02.996Z Downloaded getrandom v0.2.17
7932026-03-31T01:15:02.996Z Downloaded fs-err v2.11.0
7942026-03-31T01:15:02.996Z Downloaded fixedbitset v0.5.7
7952026-03-31T01:15:02.996Z Downloaded derive-ex v0.1.8
7962026-03-31T01:15:02.997Z Downloaded half v1.8.3
7972026-03-31T01:15:02.997Z Downloaded globset v0.4.18
7982026-03-31T01:15:02.997Z Downloaded lru-cache v0.1.2
7992026-03-31T01:15:02.997Z Downloaded lru v0.12.5
8002026-03-31T01:15:02.997Z Downloaded futures-channel v0.3.32
8012026-03-31T01:15:02.997Z Downloaded derive-where v1.6.0
8022026-03-31T01:15:02.997Z Downloaded mime v0.3.17
8032026-03-31T01:15:02.997Z Downloaded memoffset v0.9.1
8042026-03-31T01:15:02.997Z Downloaded md-5 v0.10.6
8052026-03-31T01:15:02.997Z Downloaded lru-slab v0.1.2
8062026-03-31T01:15:02.997Z Downloaded libscf-sys v1.1.0
8072026-03-31T01:15:02.997Z Downloaded futures-executor v0.3.32
8082026-03-31T01:15:02.997Z Downloaded newtype-uuid-macros v0.1.0
8092026-03-31T01:15:02.997Z Downloaded multimap v0.10.1
8102026-03-31T01:15:02.997Z Downloaded indoc v2.0.7
8112026-03-31T01:15:02.997Z Downloaded impl-trait-for-tuples v0.2.3
8122026-03-31T01:15:02.997Z Downloaded maybe-uninit v2.0.0
8132026-03-31T01:15:02.998Z Downloaded md5 v0.7.0
8142026-03-31T01:15:02.998Z Downloaded match_cfg v0.1.0
8152026-03-31T01:15:02.998Z Downloaded maplit v1.0.2
8162026-03-31T01:15:02.998Z Downloaded managed v0.8.0
8172026-03-31T01:15:02.998Z Downloaded linked-hash-map v0.5.6
8182026-03-31T01:15:02.998Z Downloaded hickory-client v0.25.2
8192026-03-31T01:15:02.998Z Downloaded num v0.4.3
8202026-03-31T01:15:02.998Z Downloaded foldhash v0.2.0
8212026-03-31T01:15:03.005Z Downloaded crossbeam-epoch v0.9.18
8222026-03-31T01:15:03.005Z Downloaded humantime v2.3.0
8232026-03-31T01:15:03.005Z Downloaded newline-converter v0.3.0
8242026-03-31T01:15:03.005Z Downloaded lzss v0.8.2
8252026-03-31T01:15:03.005Z Downloaded compact_str v0.8.1
8262026-03-31T01:15:03.005Z Downloaded allocator-api2 v0.2.21
8272026-03-31T01:15:03.005Z Downloaded nibble_vec v0.1.0
8282026-03-31T01:15:03.005Z Downloaded num-conv v0.2.0
8292026-03-31T01:15:03.005Z Downloaded normalize-line-endings v0.3.0
8302026-03-31T01:15:03.005Z Downloaded ingot-types v0.1.2
8312026-03-31T01:15:03.006Z Downloaded hyper-staticfile v0.10.1
8322026-03-31T01:15:03.006Z Downloaded base64 v0.21.7
8332026-03-31T01:15:03.006Z Downloaded num-derive v0.3.3
8342026-03-31T01:15:03.006Z Downloaded ingot v0.1.1
8352026-03-31T01:15:03.006Z Downloaded num_threads v0.1.7
8362026-03-31T01:15:03.006Z Downloaded num-iter v0.1.45
8372026-03-31T01:15:03.006Z Downloaded fatfs v0.3.6
8382026-03-31T01:15:03.006Z Downloaded olpc-cjson v0.1.4
8392026-03-31T01:15:03.006Z Downloaded getrandom v0.3.4
8402026-03-31T01:15:03.006Z Downloaded linear-map v1.2.0
8412026-03-31T01:15:03.006Z Downloaded des v0.8.1
8422026-03-31T01:15:03.006Z Downloaded libsw-core v0.3.2
8432026-03-31T01:15:03.006Z Downloaded libsw v3.5.0
8442026-03-31T01:15:03.006Z Downloaded jobserver v0.1.34
8452026-03-31T01:15:03.006Z Downloaded futures v0.3.32
8462026-03-31T01:15:03.009Z Downloaded oso-derive v0.27.3
8472026-03-31T01:15:03.009Z Downloaded openssl-probe v0.1.6
8482026-03-31T01:15:03.010Z Downloaded openssl-probe v0.2.1
8492026-03-31T01:15:03.010Z Downloaded num-derive v0.4.2
8502026-03-31T01:15:03.010Z Downloaded packed_struct_codegen v0.10.1
8512026-03-31T01:15:03.010Z Downloaded num_enum_derive v0.5.11
8522026-03-31T01:15:03.010Z Downloaded openssl-macros v0.1.1
8532026-03-31T01:15:03.010Z Downloaded opaque-debug v0.3.1
8542026-03-31T01:15:03.010Z Downloaded darling_core v0.21.3
8552026-03-31T01:15:03.010Z Downloaded nanorand v0.7.0
8562026-03-31T01:15:03.010Z Downloaded multer v3.1.0
8572026-03-31T01:15:03.010Z Downloaded ipnet v2.11.0
8582026-03-31T01:15:03.010Z Downloaded git-stub-vcs v0.1.0
8592026-03-31T01:15:03.010Z Downloaded libefi-sys v0.1.0
8602026-03-31T01:15:03.010Z Downloaded glob v0.3.3
8612026-03-31T01:15:03.011Z Downloaded new_debug_unreachable v1.0.6
8622026-03-31T01:15:03.011Z Downloaded libloading v0.8.9
8632026-03-31T01:15:03.011Z Downloaded newtype_derive v0.1.6
8642026-03-31T01:15:03.011Z Downloaded hmac v0.12.1
8652026-03-31T01:15:03.011Z Downloaded bytes v1.11.1
8662026-03-31T01:15:03.011Z Downloaded parse-size v1.1.0
8672026-03-31T01:15:03.011Z Downloaded native-tls v0.2.18
8682026-03-31T01:15:03.011Z Downloaded elliptic-curve v0.13.8
8692026-03-31T01:15:03.011Z Downloaded env_logger v0.11.9
8702026-03-31T01:15:03.011Z Downloaded parse-display v0.10.0
8712026-03-31T01:15:03.011Z Downloaded derive_builder v0.20.2
8722026-03-31T01:15:03.011Z Downloaded pbkdf2 v0.12.2
8732026-03-31T01:15:03.012Z Downloaded path-slash v0.1.5
8742026-03-31T01:15:03.012Z Downloaded nu-ansi-term v0.50.3
8752026-03-31T01:15:03.012Z Downloaded nodrop v0.1.14
8762026-03-31T01:15:03.012Z Downloaded newtype-uuid v1.3.2
8772026-03-31T01:15:03.012Z Downloaded ingot-macros v0.1.1
8782026-03-31T01:15:03.013Z Downloaded iana-time-zone v0.1.65
8792026-03-31T01:15:03.013Z Downloaded phf_shared v0.11.3
8802026-03-31T01:15:03.013Z Downloaded dropshot_endpoint v0.17.0
8812026-03-31T01:15:03.013Z Downloaded peg-runtime v0.8.5
8822026-03-31T01:15:03.013Z Downloaded pbkdf2 v0.11.0
8832026-03-31T01:15:03.014Z Downloaded num_enum v0.7.5
8842026-03-31T01:15:03.014Z Downloaded pin-utils v0.1.0
8852026-03-31T01:15:03.014Z Downloaded phf_shared v0.12.1
8862026-03-31T01:15:03.014Z Downloaded num-complex v0.4.6
8872026-03-31T01:15:03.014Z Downloaded nonempty v0.12.0
8882026-03-31T01:15:03.014Z Downloaded ipnetwork v0.21.1
8892026-03-31T01:15:03.014Z Downloaded mime_guess v2.0.5
8902026-03-31T01:15:03.014Z Downloaded flate2 v1.1.9
8912026-03-31T01:15:03.014Z Downloaded phf_shared v0.13.1
8922026-03-31T01:15:03.015Z Downloaded num_enum v0.5.11
8932026-03-31T01:15:03.015Z Downloaded owo-colors v4.3.0
8942026-03-31T01:15:03.015Z Downloaded num-integer v0.1.46
8952026-03-31T01:15:03.015Z Downloaded num-rational v0.4.2
8962026-03-31T01:15:03.015Z Downloaded proc-macro-crate v1.3.1
8972026-03-31T01:15:03.015Z Downloaded ignore v0.4.25
8982026-03-31T01:15:03.015Z Downloaded predicates-core v1.0.10
8992026-03-31T01:15:03.015Z Downloaded packed_struct v0.10.1
9002026-03-31T01:15:03.016Z Downloaded hyper-rustls v0.27.7
9012026-03-31T01:15:03.016Z Downloaded highway v1.3.0
9022026-03-31T01:15:03.016Z Downloaded memmap2 v0.9.10
9032026-03-31T01:15:03.016Z Downloaded lock_api v0.4.14
9042026-03-31T01:15:03.016Z Downloaded base64 v0.22.1
9052026-03-31T01:15:03.016Z Downloaded derive_more v0.99.20
9062026-03-31T01:15:03.016Z Downloaded proc-macro-crate v3.4.0
9072026-03-31T01:15:03.016Z Downloaded progenitor-client v0.11.2
9082026-03-31T01:15:03.016Z Downloaded oxnet v0.1.4
9092026-03-31T01:15:03.016Z Downloaded precomputed-hash v0.1.1
9102026-03-31T01:15:03.017Z Downloaded bumpalo v3.20.2
9112026-03-31T01:15:03.017Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-03-31T01:15:03.017Z Downloaded flume v0.11.1
9132026-03-31T01:15:03.017Z Downloaded predicates-tree v1.0.13
9142026-03-31T01:15:03.017Z Downloaded parse-display-derive v0.10.0
9152026-03-31T01:15:03.017Z Downloaded httparse v1.10.1
9162026-03-31T01:15:03.017Z Downloaded password-hash v0.4.2
9172026-03-31T01:15:03.017Z Downloaded parking_lot_core v0.8.6
9182026-03-31T01:15:03.018Z Downloaded indexmap v1.9.3
9192026-03-31T01:15:03.018Z Downloaded const_format v0.2.35
9202026-03-31T01:15:03.018Z Downloaded progenitor-macro v0.13.0
9212026-03-31T01:15:03.042Z Downloaded psl-types v2.0.11
9222026-03-31T01:15:03.042Z Downloaded peg v0.8.5
9232026-03-31T01:15:03.042Z Downloaded paste v1.0.15
9242026-03-31T01:15:03.042Z Downloaded peg-macros v0.8.5
9252026-03-31T01:15:03.042Z Downloaded pem-rfc7468 v0.7.0
9262026-03-31T01:15:03.042Z Downloaded radium v0.7.0
9272026-03-31T01:15:03.043Z Downloaded phf v0.13.1
9282026-03-31T01:15:03.043Z Downloaded phf v0.12.1
9292026-03-31T01:15:03.043Z Downloaded num_enum_derive v0.7.5
9302026-03-31T01:15:03.043Z Downloaded quick-error v1.2.3
9312026-03-31T01:15:03.043Z Downloaded heapless v0.8.0
9322026-03-31T01:15:03.043Z Downloaded headers v0.4.1
9332026-03-31T01:15:03.043Z Downloaded omicron-zone-package v0.12.2
9342026-03-31T01:15:03.043Z Downloaded pkg-config v0.3.32
9352026-03-31T01:15:03.043Z Downloaded progenitor-macro v0.11.2
9362026-03-31T01:15:03.043Z Downloaded pem v3.0.6
9372026-03-31T01:15:03.044Z Downloaded powerfmt v0.2.0
9382026-03-31T01:15:03.044Z Downloaded poly1305 v0.8.0
9392026-03-31T01:15:03.044Z Downloaded ppv-lite86 v0.2.21
9402026-03-31T01:15:03.044Z Downloaded half v2.7.1
9412026-03-31T01:15:03.044Z Downloaded recursive v0.1.1
9422026-03-31T01:15:03.044Z Downloaded rand_chacha v0.3.1
9432026-03-31T01:15:03.044Z Downloaded ref-cast-impl v1.0.25
9442026-03-31T01:15:03.045Z Downloaded progenitor-macro v0.10.0
9452026-03-31T01:15:03.045Z Downloaded predicates v3.1.4
9462026-03-31T01:15:03.045Z Downloaded oxide-tokio-rt v0.1.3
9472026-03-31T01:15:03.045Z Downloaded indicatif v0.18.4
9482026-03-31T01:15:03.064Z Downloaded libbz2-rs-sys v0.2.2
9492026-03-31T01:15:03.064Z Downloaded cc v1.2.56
9502026-03-31T01:15:03.065Z Downloaded litrs v1.0.0
9512026-03-31T01:15:03.065Z Downloaded polyval v0.6.2
9522026-03-31T01:15:03.065Z Downloaded postgres-protocol v0.6.10
9532026-03-31T01:15:03.065Z Downloaded progenitor-client v0.10.0
9542026-03-31T01:15:03.065Z Downloaded ar_archive_writer v0.5.1
9552026-03-31T01:15:03.065Z Downloaded progenitor v0.11.2
9562026-03-31T01:15:03.065Z Downloaded primeorder v0.13.6
9572026-03-31T01:15:03.065Z Downloaded ref-cast v1.0.25
9582026-03-31T01:15:03.065Z Downloaded rand_xorshift v0.4.0
9592026-03-31T01:15:03.065Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-03-31T01:15:03.065Z Downloaded rfc6979 v0.4.0
9612026-03-31T01:15:03.065Z Downloaded progenitor v0.10.0
9622026-03-31T01:15:03.065Z Downloaded parking_lot_core v0.9.12
9632026-03-31T01:15:03.088Z Downloaded parking_lot v0.11.2
9642026-03-31T01:15:03.088Z Downloaded der v0.7.10
9652026-03-31T01:15:03.089Z Downloaded progenitor-extras v0.1.1
9662026-03-31T01:15:03.089Z Downloaded parking_lot v0.12.5
9672026-03-31T01:15:03.089Z Downloaded proc-macro-error2 v2.0.1
9682026-03-31T01:15:03.089Z Downloaded progenitor-client v0.13.0
9692026-03-31T01:15:03.111Z Downloaded russh-cryptovec v0.7.3
9702026-03-31T01:15:03.112Z Downloaded derive_more v2.1.1
9712026-03-31T01:15:03.112Z Downloaded pkcs5 v0.7.1
9722026-03-31T01:15:03.112Z Downloaded pin-project-lite v0.2.17
9732026-03-31T01:15:03.112Z Downloaded r2d2 v0.8.10
9742026-03-31T01:15:03.112Z Downloaded pin-project-internal v1.1.11
9752026-03-31T01:15:03.120Z Downloaded pkcs1 v0.7.5
9762026-03-31T01:15:03.120Z Downloaded scheduled-thread-pool v0.2.7
9772026-03-31T01:15:03.121Z Downloaded same-file v1.0.6
9782026-03-31T01:15:03.121Z Downloaded rand_core v0.6.4
9792026-03-31T01:15:03.122Z Downloaded rand_chacha v0.9.0
9802026-03-31T01:15:03.122Z Downloaded pkcs8 v0.10.2
9812026-03-31T01:15:03.122Z Downloaded rustc_version v0.4.1
9822026-03-31T01:15:03.122Z Downloaded oso v0.27.3
9832026-03-31T01:15:03.122Z Downloaded rustc_version v0.1.7
9842026-03-31T01:15:03.122Z Downloaded hickory-resolver v0.25.2
9852026-03-31T01:15:03.122Z Downloaded heapless v0.7.17
9862026-03-31T01:15:03.122Z Downloaded async-compression v0.4.41
9872026-03-31T01:15:03.122Z Downloaded papergrid v0.17.0
9882026-03-31T01:15:03.122Z Downloaded progenitor v0.13.0
9892026-03-31T01:15:03.126Z Downloaded postcard v1.1.3
9902026-03-31T01:15:03.126Z Downloaded dropshot-api-manager v0.7.0
9912026-03-31T01:15:03.126Z Downloaded scroll_derive v0.13.1
9922026-03-31T01:15:03.126Z Downloaded scopeguard v1.2.0
9932026-03-31T01:15:03.126Z Downloaded sapling-renderdag v0.1.0
9942026-03-31T01:15:03.126Z Downloaded rand_core v0.10.0
9952026-03-31T01:15:03.130Z Downloaded derive_more-impl v2.1.1
9962026-03-31T01:15:03.130Z Downloaded rand_core v0.9.5
9972026-03-31T01:15:03.133Z Downloaded jiff-static v0.2.21
9982026-03-31T01:15:03.136Z Downloaded rtoolbox v0.0.3
9992026-03-31T01:15:03.140Z Downloaded semver v0.1.20
10002026-03-31T01:15:03.140Z Downloaded secrecy v0.10.3
10012026-03-31T01:15:03.140Z Downloaded secrecy v0.8.0
10022026-03-31T01:15:03.143Z Downloaded seq-macro v0.3.6
10032026-03-31T01:15:03.148Z Downloaded quinn-udp v0.5.14
10042026-03-31T01:15:03.156Z Downloaded hickory-resolver v0.24.4
10052026-03-31T01:15:03.156Z Downloaded serde_plain v1.0.2
10062026-03-31T01:15:03.156Z Downloaded serde-big-array v0.5.1
10072026-03-31T01:15:03.157Z Downloaded password-hash v0.5.0
10082026-03-31T01:15:03.161Z Downloaded psm v0.1.30
10092026-03-31T01:15:03.161Z Downloaded minimal-lexical v0.2.1
10102026-03-31T01:15:03.161Z Downloaded scrypt v0.11.0
10112026-03-31T01:15:03.161Z Downloaded serde_bytes v0.11.19
10122026-03-31T01:15:03.161Z Downloaded openssl-sys v0.9.111
10132026-03-31T01:15:03.171Z Downloaded rustls-pemfile v1.0.4
10142026-03-31T01:15:03.171Z Downloaded rusty-fork v0.3.1
10152026-03-31T01:15:03.171Z Downloaded expectorate v1.2.0
10162026-03-31T01:15:03.175Z Downloaded ed25519-dalek v2.2.0
10172026-03-31T01:15:03.175Z Downloaded rustc-hash v2.1.1
10182026-03-31T01:15:03.175Z Downloaded sigpipe v0.1.3
10192026-03-31T01:15:03.175Z Downloaded serde_urlencoded v0.7.1
10202026-03-31T01:15:03.175Z Downloaded p256 v0.13.2
10212026-03-31T01:15:03.180Z Downloaded shell-words v1.1.1
10222026-03-31T01:15:03.180Z Downloaded serde_spanned v1.0.4
10232026-03-31T01:15:03.180Z Downloaded rustversion v1.0.22
10242026-03-31T01:15:03.187Z Downloaded signal-hook-tokio v0.3.1
10252026-03-31T01:15:03.187Z Downloaded pin-project v1.1.11
10262026-03-31T01:15:03.193Z Downloaded prefix-trie v0.7.0
10272026-03-31T01:15:03.193Z Downloaded salsa20 v0.10.2
10282026-03-31T01:15:03.193Z Downloaded rand_seeder v0.4.0
10292026-03-31T01:15:03.198Z Downloaded scroll v0.13.0
10302026-03-31T01:15:03.207Z Downloaded signature v2.2.0
10312026-03-31T01:15:03.207Z Downloaded signal-hook-mio v0.2.5
10322026-03-31T01:15:03.210Z Downloaded siphasher v1.0.2
10332026-03-31T01:15:03.211Z Downloaded aes v0.8.4
10342026-03-31T01:15:03.211Z Downloaded http v1.4.0
10352026-03-31T01:15:03.214Z Downloaded sct v0.7.1
10362026-03-31T01:15:03.214Z Downloaded miniz_oxide v0.8.9
10372026-03-31T01:15:03.218Z Downloaded hashbrown v0.12.3
10382026-03-31T01:15:03.218Z Downloaded progenitor-impl v0.10.0
10392026-03-31T01:15:03.223Z Downloaded postgres-types v0.2.12
10402026-03-31T01:15:03.228Z Downloaded slog-bunyan v2.5.0
10412026-03-31T01:15:03.228Z Downloaded resolv-conf v0.7.6
10422026-03-31T01:15:03.238Z Downloaded slog-envlogger v2.2.0
10432026-03-31T01:15:03.238Z Downloaded hashbrown v0.13.2
10442026-03-31T01:15:03.245Z Downloaded sha1 v0.10.6
10452026-03-31T01:15:03.245Z Downloaded rustls-pki-types v1.14.0
10462026-03-31T01:15:03.245Z Downloaded ssh-cipher v0.2.0
10472026-03-31T01:15:03.245Z Downloaded schemars_derive v0.8.22
10482026-03-31T01:15:03.245Z Downloaded rustls-pemfile v2.2.0
10492026-03-31T01:15:03.245Z Downloaded hickory-server v0.25.2
10502026-03-31T01:15:03.258Z Downloaded rcgen v0.12.1
10512026-03-31T01:15:03.262Z Downloaded serde-hex v0.1.0
10522026-03-31T01:15:03.267Z Downloaded crossterm v0.28.1
10532026-03-31T01:15:03.270Z Downloaded serde_repr v0.1.20
10542026-03-31T01:15:03.270Z Downloaded serde_derive_internals v0.29.1
10552026-03-31T01:15:03.270Z Downloaded diesel_derives v2.3.7
10562026-03-31T01:15:03.273Z Downloaded strum v0.26.3
10572026-03-31T01:15:03.274Z Downloaded structmeta-derive v0.3.0
10582026-03-31T01:15:03.278Z Downloaded structmeta v0.3.0
10592026-03-31T01:15:03.278Z Downloaded slog-async v2.8.0
10602026-03-31T01:15:03.278Z Downloaded sec1 v0.7.3
10612026-03-31T01:15:03.281Z Downloaded itertools v0.10.5
10622026-03-31T01:15:03.281Z Downloaded strip-ansi-escapes v0.2.1
10632026-03-31T01:15:03.284Z Downloaded ssh-encoding v0.2.0
10642026-03-31T01:15:03.284Z Downloaded russh-keys v0.45.0
10652026-03-31T01:15:03.287Z Downloaded ron v0.8.1
10662026-03-31T01:15:03.290Z Downloaded supports-color v3.0.2
10672026-03-31T01:15:03.291Z Downloaded subtle v2.6.1
10682026-03-31T01:15:03.291Z Downloaded simd-adler32 v0.3.8
10692026-03-31T01:15:03.294Z Downloaded progenitor-impl v0.13.0
10702026-03-31T01:15:03.295Z Downloaded slog-term v2.9.2
10712026-03-31T01:15:03.298Z Downloaded slog-stdlog v4.1.1
10722026-03-31T01:15:03.298Z Downloaded slog-scope v4.4.1
10732026-03-31T01:15:03.298Z Downloaded tabled_derive v0.11.0
10742026-03-31T01:15:03.301Z Downloaded smallvec v0.6.14
10752026-03-31T01:15:03.301Z Downloaded prettyplease v0.2.37
10762026-03-31T01:15:03.304Z Downloaded termtree v0.5.1
10772026-03-31T01:15:03.304Z Downloaded tap v1.0.1
10782026-03-31T01:15:03.304Z Downloaded take_mut v0.2.2
10792026-03-31T01:15:03.308Z Downloaded testing_table v0.3.0
10802026-03-31T01:15:03.308Z Downloaded tabwriter v1.4.1
10812026-03-31T01:15:03.308Z Downloaded pretty_assertions v1.4.1
10822026-03-31T01:15:03.308Z Downloaded sqlparser_derive v0.5.0
10832026-03-31T01:15:03.311Z Downloaded sync_wrapper v1.0.2
10842026-03-31T01:15:03.311Z Downloaded serde_with_macros v3.17.0
10852026-03-31T01:15:03.311Z Downloaded sync-ptr v0.1.4
10862026-03-31T01:15:03.316Z Downloaded signal-hook-registry v1.4.8
10872026-03-31T01:15:03.316Z Downloaded tagptr v0.2.0
10882026-03-31T01:15:03.316Z Downloaded shlex v1.3.0
10892026-03-31T01:15:03.316Z Downloaded serde_path_to_error v0.1.20
10902026-03-31T01:15:03.319Z Downloaded sqlformat v0.3.5
10912026-03-31T01:15:03.319Z Downloaded slog-json v2.6.1
10922026-03-31T01:15:03.322Z Downloaded slog-dtrace v0.3.0
10932026-03-31T01:15:03.331Z Downloaded progenitor-impl v0.11.2
10942026-03-31T01:15:03.556Z Downloaded string_cache v0.8.9
10952026-03-31T01:15:03.556Z Downloaded snafu-derive v0.8.9
10962026-03-31T01:15:03.556Z Downloaded mio v1.1.1
10972026-03-31T01:15:03.556Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-31T01:15:03.556Z Downloaded hyper-util v0.1.20
10992026-03-31T01:15:03.556Z Downloaded thread-id v5.1.0
11002026-03-31T01:15:03.556Z Downloaded spki v0.7.3
11012026-03-31T01:15:03.556Z Downloaded time-core v0.1.8
11022026-03-31T01:15:03.556Z Downloaded strum v0.27.2
11032026-03-31T01:15:03.556Z Downloaded tinyvec_macros v0.1.1
11042026-03-31T01:15:03.556Z Downloaded strum_macros v0.24.3
11052026-03-31T01:15:03.556Z Downloaded strum_macros v0.26.4
11062026-03-31T01:15:03.556Z Downloaded stringprep v0.1.5
11072026-03-31T01:15:03.556Z Downloaded static_assertions v1.1.0
11082026-03-31T01:15:03.556Z Downloaded num-bigint v0.4.6
11092026-03-31T01:15:03.556Z Downloaded schemars v0.8.22
11102026-03-31T01:15:03.556Z Downloaded strum_macros v0.27.2
11112026-03-31T01:15:03.556Z Downloaded rustls-platform-verifier v0.6.2
11122026-03-31T01:15:03.556Z Downloaded nom v7.1.3
11132026-03-31T01:15:03.556Z Downloaded support-bundle-viewer v0.1.2
11142026-03-31T01:15:03.556Z Downloaded slab v0.4.12
11152026-03-31T01:15:03.556Z Downloaded rustls-native-certs v0.8.3
11162026-03-31T01:15:03.556Z Downloaded termios v0.3.3
11172026-03-31T01:15:03.556Z Downloaded serde_cbor v0.11.2
11182026-03-31T01:15:03.556Z Downloaded rayon-core v1.13.0
11192026-03-31T01:15:03.556Z Downloaded ryu v1.0.23
11202026-03-31T01:15:03.557Z Downloaded spin v0.9.8
11212026-03-31T01:15:03.557Z Downloaded serde_yaml v0.9.34+deprecated
11222026-03-31T01:15:03.557Z Downloaded tower-layer v0.3.3
11232026-03-31T01:15:03.557Z Downloaded tower-service v0.3.3
11242026-03-31T01:15:03.557Z Downloaded thread_local v1.1.9
11252026-03-31T01:15:03.557Z Downloaded stacker v0.1.23
11262026-03-31T01:15:03.557Z Downloaded topological-sort v0.2.2
11272026-03-31T01:15:03.557Z Downloaded similar v2.7.0
11282026-03-31T01:15:03.557Z Downloaded itertools v0.12.1
11292026-03-31T01:15:03.557Z Downloaded crossterm v0.29.0
11302026-03-31T01:15:03.557Z Downloaded bindgen v0.71.1
11312026-03-31T01:15:03.557Z Downloaded unarray v0.1.4
11322026-03-31T01:15:03.557Z Downloaded typify-macro v0.4.3
11332026-03-31T01:15:03.557Z Downloaded smf v0.2.3
11342026-03-31T01:15:03.557Z Downloaded try-lock v0.2.5
11352026-03-31T01:15:03.557Z Downloaded trait-variant v0.1.2
11362026-03-31T01:15:03.557Z Downloaded schemars v0.9.0
11372026-03-31T01:15:03.557Z Downloaded tokio-native-tls v0.3.1
11382026-03-31T01:15:03.557Z Downloaded typify-macro v0.6.1
11392026-03-31T01:15:03.557Z Downloaded tiny-keccak v2.0.2
11402026-03-31T01:15:03.557Z Downloaded tokio-macros v2.6.0
11412026-03-31T01:15:03.557Z Downloaded rand v0.8.5
11422026-03-31T01:15:03.557Z Downloaded hyper v1.8.1
11432026-03-31T01:15:03.557Z Downloaded tls_codec_derive v0.4.2
11442026-03-31T01:15:03.557Z Downloaded usdt-attr-macro v0.6.0
11452026-03-31T01:15:03.557Z Downloaded untrusted v0.7.1
11462026-03-31T01:15:03.557Z Downloaded socket2 v0.6.2
11472026-03-31T01:15:03.557Z Downloaded universal-hash v0.5.1
11482026-03-31T01:15:03.557Z Downloaded tokio-rustls v0.25.0
11492026-03-31T01:15:03.557Z Downloaded tls_codec v0.4.2
11502026-03-31T01:15:03.557Z Downloaded signal-hook v0.3.18
11512026-03-31T01:15:03.557Z Downloaded unicode-truncate v1.1.0
11522026-03-31T01:15:03.557Z Downloaded qorb v0.4.1
11532026-03-31T01:15:03.557Z Downloaded unit-prefix v0.5.2
11542026-03-31T01:15:03.557Z Downloaded time-macros v0.2.27
11552026-03-31T01:15:03.557Z Downloaded tokio-dtrace v0.1.1
11562026-03-31T01:15:03.558Z Downloaded rsa v0.9.10
11572026-03-31T01:15:03.558Z Downloaded utf-8 v0.7.6
11582026-03-31T01:15:03.558Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11592026-03-31T01:15:03.558Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-03-31T01:15:03.558Z Downloaded quinn v0.11.9
11612026-03-31T01:15:03.558Z Downloaded libxml v0.3.3
11622026-03-31T01:15:03.558Z Downloaded void v1.0.2
11632026-03-31T01:15:03.558Z Downloaded num-bigint-dig v0.8.6
11642026-03-31T01:15:03.558Z Downloaded itertools v0.13.0
11652026-03-31T01:15:03.558Z Downloaded tokio-tungstenite v0.21.0
11662026-03-31T01:15:03.559Z Downloaded thiserror-no-std v2.0.2
11672026-03-31T01:15:03.559Z Downloaded usdt v0.6.0
11682026-03-31T01:15:03.559Z Downloaded samael v0.0.19
11692026-03-31T01:15:03.559Z Downloaded usdt-macro v0.6.0
11702026-03-31T01:15:03.559Z Downloaded slog v2.8.2
11712026-03-31T01:15:03.559Z Downloaded toml_writer v1.0.6+spec-1.1.0
11722026-03-31T01:15:03.559Z Downloaded want v0.3.1
11732026-03-31T01:15:03.559Z Downloaded aho-corasick v1.1.4
11742026-03-31T01:15:03.559Z Downloaded term v0.7.0
11752026-03-31T01:15:03.559Z Downloaded hashbrown v0.15.5
11762026-03-31T01:15:03.559Z Downloaded tokio-rustls v0.24.1
11772026-03-31T01:15:03.559Z Downloaded wait-timeout v0.2.1
11782026-03-31T01:15:03.559Z Downloaded tui-tree-widget v0.23.1
11792026-03-31T01:15:03.559Z Downloaded iri-string v0.7.10
11802026-03-31T01:15:03.559Z Downloaded socket2 v0.5.10
11812026-03-31T01:15:03.559Z Downloaded xattr v1.6.1
11822026-03-31T01:15:03.559Z Downloaded libm v0.2.16
11832026-03-31T01:15:03.559Z Downloaded waitgroup v0.1.2
11842026-03-31T01:15:03.559Z Downloaded rand v0.10.0
11852026-03-31T01:15:03.559Z Downloaded rand v0.9.2
11862026-03-31T01:15:03.578Z Downloaded vergen-lib v0.1.6
11872026-03-31T01:15:03.578Z Downloaded tokio-rustls v0.26.4
11882026-03-31T01:15:03.578Z Downloaded unicase v2.9.0
11892026-03-31T01:15:03.578Z Downloaded uzers v0.12.2
11902026-03-31T01:15:03.578Z Downloaded zone v0.3.1
11912026-03-31T01:15:03.578Z Downloaded xshell-macros v0.2.7
11922026-03-31T01:15:03.578Z Downloaded h2 v0.4.13
11932026-03-31T01:15:03.579Z Downloaded zeroize_derive v1.4.3
11942026-03-31T01:15:03.579Z Downloaded vergen-lib v9.1.0
11952026-03-31T01:15:03.579Z Downloaded subprocess v0.2.15
11962026-03-31T01:15:03.579Z Downloaded tinyvec v1.10.0
11972026-03-31T01:15:03.579Z Downloaded rustls-webpki v0.103.9
11982026-03-31T01:15:03.579Z Downloaded zone_cfg_derive v0.3.1
11992026-03-31T01:15:03.579Z Downloaded tokio-tungstenite v0.23.1
12002026-03-31T01:15:03.579Z Downloaded untrusted v0.9.0
12012026-03-31T01:15:03.580Z Downloaded vergen-git2 v9.1.0
12022026-03-31T01:15:03.584Z Downloaded term v1.2.1
12032026-03-31T01:15:03.584Z Downloaded schemars v1.2.1
12042026-03-31T01:15:03.584Z Downloaded whoami v2.1.0
12052026-03-31T01:15:03.584Z Downloaded vergen-gitcl v1.0.8
12062026-03-31T01:15:03.587Z Downloaded snafu v0.8.9
12072026-03-31T01:15:03.590Z Downloaded vsss-rs v3.3.4
12082026-03-31T01:15:03.590Z Downloaded test-strategy v0.4.5
12092026-03-31T01:15:03.593Z Downloaded xz2 v0.1.7
12102026-03-31T01:15:03.593Z Downloaded xshell v0.2.7
12112026-03-31T01:15:03.596Z Downloaded wyz v0.5.1
12122026-03-31T01:15:03.596Z Downloaded russh v0.45.0
12132026-03-31T01:15:03.600Z Downloaded tokio-stream v0.1.18
12142026-03-31T01:15:03.602Z Downloaded usdt-impl v0.6.0
12152026-03-31T01:15:03.602Z Downloaded tracing-attributes v0.1.31
12162026-03-31T01:15:03.605Z Downloaded toml_parser v1.0.9+spec-1.1.0
12172026-03-31T01:15:03.605Z Downloaded toml v1.0.6+spec-1.1.0
12182026-03-31T01:15:03.608Z Downloaded publicsuffix v2.3.0
12192026-03-31T01:15:03.618Z Downloaded steno v0.4.1
12202026-03-31T01:15:03.621Z Downloaded unicode-properties v0.1.4
12212026-03-31T01:15:03.626Z Downloaded zeroize v1.8.2
12222026-03-31T01:15:03.629Z Downloaded itertools v0.14.0
12232026-03-31T01:15:03.632Z Downloaded zstd-safe v7.2.4
12242026-03-31T01:15:03.632Z Downloaded tungstenite v0.21.0
12252026-03-31T01:15:03.635Z Downloaded tracing-core v0.1.36
12262026-03-31T01:15:03.638Z Downloaded p521 v0.13.3
12272026-03-31T01:15:03.642Z Downloaded zstd v0.13.3
12282026-03-31T01:15:03.642Z Downloaded twox-hash v2.1.2
12292026-03-31T01:15:03.642Z Downloaded vergen v9.1.0
12302026-03-31T01:15:03.644Z Downloaded tungstenite v0.23.0
12312026-03-31T01:15:03.647Z Downloaded toml v0.7.8
12322026-03-31T01:15:03.647Z Downloaded tar v0.4.45
12332026-03-31T01:15:03.657Z Downloaded hkdf v0.12.4
12342026-03-31T01:15:03.660Z Downloaded rpassword v7.4.0
12352026-03-31T01:15:03.660Z Downloaded futures-util v0.3.32
12362026-03-31T01:15:03.660Z Downloaded yasna v0.5.2
12372026-03-31T01:15:03.660Z Downloaded iddqd v0.3.17
12382026-03-31T01:15:03.664Z Downloaded walkdir v2.5.0
12392026-03-31T01:15:03.675Z Downloaded typify v0.4.3
12402026-03-31T01:15:03.678Z Downloaded blake3 v1.8.3
12412026-03-31T01:15:03.682Z Downloaded bitvec v1.0.1
12422026-03-31T01:15:03.692Z Downloaded whoami v1.6.1
12432026-03-31T01:15:03.695Z Downloaded aws-lc-rs v1.16.0
12442026-03-31T01:15:03.697Z Downloaded vte v0.14.1
12452026-03-31T01:15:03.700Z Downloaded toml v0.9.12+spec-1.1.0
12462026-03-31T01:15:03.703Z Downloaded unicode-bidi v0.3.18
12472026-03-31T01:15:03.795Z Downloaded unsafe-libyaml v0.2.11
12482026-03-31T01:15:03.795Z Downloaded reedline v0.40.0
12492026-03-31T01:15:03.804Z Downloaded rustyline v14.0.0
12502026-03-31T01:15:03.804Z Downloaded zerocopy v0.6.6
12512026-03-31T01:15:03.804Z Downloaded uuid v1.23.0
12522026-03-31T01:15:03.804Z Downloaded ssh-key v0.6.7
12532026-03-31T01:15:03.804Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-03-31T01:15:03.804Z Downloaded regex v1.12.3
12552026-03-31T01:15:03.804Z Downloaded ron v0.12.0
12562026-03-31T01:15:03.804Z Downloaded zopfli v0.8.3
12572026-03-31T01:15:03.804Z Downloaded typify v0.6.1
12582026-03-31T01:15:03.804Z Downloaded p384 v0.13.1
12592026-03-31T01:15:03.804Z Downloaded toml_edit v0.19.15
12602026-03-31T01:15:03.804Z Downloaded chrono v0.4.44
12612026-03-31T01:15:03.804Z Downloaded typed-path v0.9.3
12622026-03-31T01:15:03.804Z Downloaded tokio-postgres v0.7.16
12632026-03-31T01:15:03.804Z Downloaded lalrpop v0.19.12
12642026-03-31T01:15:03.804Z Downloaded goblin v0.10.5
12652026-03-31T01:15:03.804Z Downloaded unicode_categories v0.1.1
12662026-03-31T01:15:03.804Z Downloaded yansi v1.0.1
12672026-03-31T01:15:03.811Z Downloaded salty v0.3.0
12682026-03-31T01:15:03.811Z Downloaded moka v0.12.13
12692026-03-31T01:15:03.820Z Downloaded x509-cert v0.2.5
12702026-03-31T01:15:03.823Z Downloaded unicode-segmentation v1.12.0
12712026-03-31T01:15:03.827Z Downloaded tower v0.5.3
12722026-03-31T01:15:03.832Z Downloaded git2 v0.20.4
12732026-03-31T01:15:03.838Z Downloaded zip v0.6.6
12742026-03-31T01:15:03.841Z Downloaded zerocopy-derive v0.8.40
12752026-03-31T01:15:03.848Z Downloaded rayon v1.11.0
12762026-03-31T01:15:03.854Z Downloaded reqwest v0.13.2
12772026-03-31T01:15:03.857Z Downloaded reqwest v0.12.28
12782026-03-31T01:15:03.861Z Downloaded zip v4.6.1
12792026-03-31T01:15:03.866Z Downloaded petname v2.0.2
12802026-03-31T01:15:03.873Z Downloaded quick-xml v0.37.5
12812026-03-31T01:15:03.877Z Downloaded rustls-webpki v0.101.7
12822026-03-31T01:15:03.887Z Downloaded tower-http v0.6.8
12832026-03-31T01:15:03.891Z Downloaded serde_with v3.17.0
12842026-03-31T01:15:03.899Z Downloaded portable-atomic v1.13.1
12852026-03-31T01:15:03.904Z Downloaded nix v0.27.1
12862026-03-31T01:15:03.911Z Downloaded proptest v1.10.0
12872026-03-31T01:15:03.921Z Downloaded unicode-normalization v0.1.25
12882026-03-31T01:15:03.931Z Downloaded quinn-proto v0.11.13
12892026-03-31T01:15:03.942Z Downloaded bstr v1.12.1
12902026-03-31T01:15:03.947Z Downloaded winnow v0.5.40
12912026-03-31T01:15:03.954Z Downloaded polar-core v0.27.3
12922026-03-31T01:15:03.959Z Downloaded winnow v0.6.26
12932026-03-31T01:15:03.966Z Downloaded rustls-webpki v0.102.8
12942026-03-31T01:15:03.977Z Downloaded tokio-util v0.7.18
12952026-03-31T01:15:03.983Z Downloaded tough v0.20.0
12962026-03-31T01:15:03.989Z Downloaded nix v0.28.0
12972026-03-31T01:15:04.014Z Downloaded zlib-rs v0.6.2
12982026-03-31T01:15:04.022Z Downloaded object v0.30.4
12992026-03-31T01:15:04.040Z Downloaded object v0.37.3
13002026-03-31T01:15:04.047Z Downloaded vcpkg v0.2.15
13012026-03-31T01:15:04.071Z Downloaded tabled v0.20.0
13022026-03-31T01:15:04.082Z Downloaded rustls v0.22.4
13032026-03-31T01:15:04.089Z Downloaded zerocopy v0.8.40
13042026-03-31T01:15:04.094Z Downloaded smoltcp v0.11.0
13052026-03-31T01:15:04.101Z Downloaded time v0.3.47
13062026-03-31T01:15:04.109Z Downloaded rustls v0.23.37
13072026-03-31T01:15:04.117Z Downloaded rustls v0.21.12
13082026-03-31T01:15:04.124Z Downloaded curve25519-dalek v4.1.3
13092026-03-31T01:15:04.130Z Downloaded smoltcp v0.9.1
13102026-03-31T01:15:04.135Z Downloaded radix_trie v0.2.1
13112026-03-31T01:15:04.139Z Downloaded regex-syntax v0.6.29
13122026-03-31T01:15:04.142Z Downloaded openssl v0.10.75
13132026-03-31T01:15:04.148Z Downloaded webpki-roots v1.0.6
13142026-03-31T01:15:04.151Z Downloaded nix v0.31.1
13152026-03-31T01:15:04.163Z Downloaded hickory-proto v0.24.4
13162026-03-31T01:15:04.176Z Downloaded dropshot v0.17.0
13172026-03-31T01:15:04.188Z Downloaded sqlparser v0.61.0
13182026-03-31T01:15:04.195Z Downloaded openapiv3 v2.2.0
13192026-03-31T01:15:04.202Z Downloaded hickory-proto v0.25.2
13202026-03-31T01:15:04.211Z Downloaded regress v0.10.5
13212026-03-31T01:15:04.216Z Downloaded regex-syntax v0.8.10
13222026-03-31T01:15:04.222Z Downloaded diesel v2.3.7
13232026-03-31T01:15:04.234Z Downloaded sled v0.34.7
13242026-03-31T01:15:04.240Z Downloaded tracing v0.1.44
13252026-03-31T01:15:04.253Z Downloaded rustix v0.38.44
13262026-03-31T01:15:04.267Z Downloaded typify-impl v0.6.1
13272026-03-31T01:15:04.276Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-03-31T01:15:04.284Z Downloaded typify-impl v0.4.3
13292026-03-31T01:15:04.296Z Downloaded zerocopy-derive v0.6.6
13302026-03-31T01:15:04.332Z Downloaded ratatui v0.29.0
13312026-03-31T01:15:04.344Z Downloaded lzma-sys v0.1.20
13322026-03-31T01:15:04.364Z Downloaded chrono-tz v0.10.4
13332026-03-31T01:15:04.373Z Downloaded jiff v0.2.21
13342026-03-31T01:15:04.395Z Downloaded petgraph v0.6.5
13352026-03-31T01:15:04.407Z Downloaded regex-automata v0.4.14
13362026-03-31T01:15:04.425Z Downloaded sha3 v0.10.8
13372026-03-31T01:15:04.445Z Downloaded csv v1.4.0
13382026-03-31T01:15:04.458Z Downloaded petgraph v0.8.3
13392026-03-31T01:15:04.471Z Downloaded libz-sys v1.1.24
13402026-03-31T01:15:04.483Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-03-31T01:15:04.503Z Downloaded tokio v1.50.0
13422026-03-31T01:15:04.543Z Downloaded encoding_rs v0.8.35
13432026-03-31T01:15:04.576Z Downloaded ring v0.17.14
13442026-03-31T01:15:04.622Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-03-31T01:15:05.135Z Downloaded aws-lc-sys v0.37.1
13462026-03-31T01:15:05.382Z Compiling libc v0.2.180
13472026-03-31T01:15:05.382Z Compiling serde v1.0.228
13482026-03-31T01:15:05.386Z Compiling log v0.4.29
13492026-03-31T01:15:05.386Z Compiling shlex v1.3.0
13502026-03-31T01:15:05.386Z Compiling find-msvc-tools v0.1.9
13512026-03-31T01:15:05.386Z Compiling smallvec v1.15.1
13522026-03-31T01:15:05.386Z Compiling syn v2.0.117
13532026-03-31T01:15:05.386Z Compiling typenum v1.19.0
13542026-03-31T01:15:05.707Z Compiling generic-array v0.14.7
13552026-03-31T01:15:05.745Z Compiling subtle v2.6.1
13562026-03-31T01:15:05.772Z Compiling scopeguard v1.2.0
13572026-03-31T01:15:05.789Z Compiling portable-atomic v1.13.1
13582026-03-31T01:15:05.836Z Compiling const-oid v0.9.6
13592026-03-31T01:15:05.863Z Compiling lock_api v0.4.14
13602026-03-31T01:15:05.920Z Compiling critical-section v1.2.0
13612026-03-31T01:15:05.962Z Compiling zerocopy v0.8.40
13622026-03-31T01:15:06.178Z Compiling parking_lot_core v0.9.12
13632026-03-31T01:15:06.194Z Compiling serde_json v1.0.149
13642026-03-31T01:15:06.258Z Compiling pin-project-lite v0.2.17
13652026-03-31T01:15:06.363Z Compiling pkg-config v0.3.32
13662026-03-31T01:15:06.395Z Compiling getrandom v0.2.17
13672026-03-31T01:15:06.423Z Compiling jobserver v0.1.34
13682026-03-31T01:15:06.489Z Compiling errno v0.3.14
13692026-03-31T01:15:06.749Z Compiling cc v1.2.56
13702026-03-31T01:15:06.762Z Compiling rand_core v0.6.4
13712026-03-31T01:15:06.909Z Compiling once_cell v1.21.3
13722026-03-31T01:15:06.933Z Compiling signal-hook-registry v1.4.8
13732026-03-31T01:15:06.947Z Compiling parking_lot v0.12.5
13742026-03-31T01:15:06.980Z Compiling mio v1.1.1
13752026-03-31T01:15:07.041Z Compiling bitflags v2.11.0
13762026-03-31T01:15:07.128Z Compiling libm v0.2.16
13772026-03-31T01:15:07.208Z Compiling num-traits v0.2.19
13782026-03-31T01:15:07.274Z Compiling futures-core v0.3.32
13792026-03-31T01:15:07.316Z Compiling socket2 v0.6.2
13802026-03-31T01:15:07.430Z Compiling percent-encoding v2.3.2
13812026-03-31T01:15:07.461Z Compiling allocator-api2 v0.2.21
13822026-03-31T01:15:07.544Z Compiling foldhash v0.2.0
13832026-03-31T01:15:07.567Z Compiling futures-sink v0.3.32
13842026-03-31T01:15:07.626Z Compiling cpufeatures v0.2.17
13852026-03-31T01:15:07.677Z Compiling futures-channel v0.3.32
13862026-03-31T01:15:07.706Z Compiling slab v0.4.12
13872026-03-31T01:15:07.743Z Compiling getrandom v0.4.1
13882026-03-31T01:15:07.773Z Compiling hashbrown v0.16.1
13892026-03-31T01:15:07.809Z Compiling futures-task v0.3.32
13902026-03-31T01:15:07.890Z Compiling futures-io v0.3.32
13912026-03-31T01:15:07.914Z Compiling rand_core v0.10.0
13922026-03-31T01:15:07.986Z Compiling rustversion v1.0.22
13932026-03-31T01:15:08.054Z Compiling getrandom v0.3.4
13942026-03-31T01:15:08.096Z Compiling form_urlencoded v1.2.2
13952026-03-31T01:15:08.337Z Compiling indexmap v2.13.0
13962026-03-31T01:15:08.367Z Compiling cmake v0.1.57
13972026-03-31T01:15:08.387Z Compiling base64ct v1.8.3
13982026-03-31T01:15:08.659Z Compiling synstructure v0.13.2
13992026-03-31T01:15:08.724Z Compiling ident_case v1.0.1
14002026-03-31T01:15:08.808Z Compiling fs_extra v1.3.0
14012026-03-31T01:15:08.854Z Compiling dunce v1.0.5
14022026-03-31T01:15:08.953Z Compiling pem-rfc7468 v0.7.0
14032026-03-31T01:15:08.968Z Compiling flagset v0.4.7
14042026-03-31T01:15:09.022Z Compiling rand_core v0.9.5
14052026-03-31T01:15:09.051Z Compiling iana-time-zone v0.1.65
14062026-03-31T01:15:09.068Z Compiling rustix v1.1.3
14072026-03-31T01:15:09.083Z Compiling aws-lc-sys v0.37.1
14082026-03-31T01:15:09.098Z Compiling ring v0.17.14
14092026-03-31T01:15:09.253Z Compiling uuid v1.23.0
14102026-03-31T01:15:09.275Z Compiling rustc_version v0.4.1
14112026-03-31T01:15:09.282Z Compiling regex-syntax v0.8.10
14122026-03-31T01:15:09.295Z Compiling vcpkg v0.2.15
14132026-03-31T01:15:09.593Z Compiling aws-lc-rs v1.16.0
14142026-03-31T01:15:09.885Z Compiling tracing-core v0.1.36
14152026-03-31T01:15:09.956Z Compiling crossbeam-utils v0.8.21
14162026-03-31T01:15:10.048Z Compiling openssl-sys v0.9.111
14172026-03-31T01:15:10.236Z Compiling serde_derive v1.0.228
14182026-03-31T01:15:10.252Z Compiling zeroize_derive v1.4.3
14192026-03-31T01:15:10.440Z Compiling zerofrom-derive v0.1.6
14202026-03-31T01:15:10.571Z Compiling yoke-derive v0.8.1
14212026-03-31T01:15:10.810Z Compiling zerocopy-derive v0.8.40
14222026-03-31T01:15:10.895Z Compiling zeroize v1.8.2
14232026-03-31T01:15:11.639Z Compiling zerovec-derive v0.11.2
14242026-03-31T01:15:11.702Z Compiling crypto-common v0.1.7
14252026-03-31T01:15:11.725Z Compiling block-buffer v0.10.4
14262026-03-31T01:15:11.824Z Compiling zerofrom v0.1.6
14272026-03-31T01:15:11.849Z Compiling displaydoc v0.2.5
14282026-03-31T01:15:11.893Z Compiling digest v0.10.7
14292026-03-31T01:15:11.950Z Compiling yoke v0.8.1
14302026-03-31T01:15:12.135Z Compiling tokio-macros v2.6.0
14312026-03-31T01:15:12.139Z Compiling hmac v0.12.1
14322026-03-31T01:15:12.312Z Compiling futures-macro v0.3.32
14332026-03-31T01:15:12.589Z Compiling zerotrie v0.2.3
14342026-03-31T01:15:12.735Z Compiling zerovec v0.11.5
14352026-03-31T01:15:12.852Z Compiling block-padding v0.3.3
14362026-03-31T01:15:12.891Z Compiling sha2 v0.10.9
14372026-03-31T01:15:13.008Z Compiling inout v0.1.4
14382026-03-31T01:15:13.100Z Compiling futures-util v0.3.32
14392026-03-31T01:15:13.171Z Compiling tinystr v0.8.2
14402026-03-31T01:15:13.225Z Compiling potential_utf v0.1.4
14412026-03-31T01:15:13.366Z Compiling icu_locale_core v2.1.1
14422026-03-31T01:15:13.385Z Compiling icu_collections v2.1.1
14432026-03-31T01:15:13.680Z Compiling bytes v1.11.1
14442026-03-31T01:15:13.746Z Compiling cipher v0.4.4
14452026-03-31T01:15:13.864Z Compiling der_derive v0.7.3
14462026-03-31T01:15:14.011Z Compiling icu_provider v2.1.1
14472026-03-31T01:15:14.241Z Compiling tokio v1.50.0
14482026-03-31T01:15:14.247Z Compiling icu_normalizer v2.1.1
14492026-03-31T01:15:14.289Z Compiling icu_properties v2.1.2
14502026-03-31T01:15:14.306Z Compiling http v1.4.0
14512026-03-31T01:15:14.798Z Compiling salsa20 v0.10.2
14522026-03-31T01:15:14.814Z Compiling der v0.7.10
14532026-03-31T01:15:14.934Z Compiling chrono v0.4.44
14542026-03-31T01:15:15.184Z Compiling idna_adapter v1.2.1
14552026-03-31T01:15:15.201Z Compiling ppv-lite86 v0.2.21
14562026-03-31T01:15:15.320Z Compiling idna v1.1.0
14572026-03-31T01:15:15.415Z Compiling pbkdf2 v0.12.2
14582026-03-31T01:15:15.429Z Compiling thiserror-impl v2.0.18
14592026-03-31T01:15:15.460Z Compiling scrypt v0.11.0
14602026-03-31T01:15:15.540Z Compiling rand_chacha v0.9.0
14612026-03-31T01:15:15.714Z Compiling url v2.5.8
14622026-03-31T01:15:15.951Z Compiling spki v0.7.3
14632026-03-31T01:15:15.997Z Compiling cbc v0.1.2
14642026-03-31T01:15:16.152Z Compiling aes v0.8.4
14652026-03-31T01:15:16.159Z Compiling rustls-pki-types v1.14.0
14662026-03-31T01:15:16.200Z Compiling tracing-attributes v0.1.31
14672026-03-31T01:15:16.270Z Compiling rand v0.9.2
14682026-03-31T01:15:16.499Z Compiling http-body v1.0.1
14692026-03-31T01:15:16.605Z Compiling pkcs5 v0.7.1
14702026-03-31T01:15:16.703Z Compiling thiserror v2.0.18
14712026-03-31T01:15:16.765Z Compiling pest_generator v2.8.6
14722026-03-31T01:15:16.813Z Compiling serde_derive_internals v0.29.1
14732026-03-31T01:15:17.079Z Compiling openssl-probe v0.2.1
14742026-03-31T01:15:17.093Z Compiling base64 v0.22.1
14752026-03-31T01:15:17.249Z Compiling untrusted v0.9.0
14762026-03-31T01:15:17.264Z Compiling schemars v0.8.22
14772026-03-31T01:15:17.373Z Compiling httparse v1.10.1
14782026-03-31T01:15:17.410Z Compiling syn v1.0.109
14792026-03-31T01:15:17.459Z Compiling untrusted v0.7.1
14802026-03-31T01:15:17.493Z Compiling pest_derive v2.8.6
14812026-03-31T01:15:17.550Z Compiling tracing v0.1.44
14822026-03-31T01:15:17.736Z Compiling schemars_derive v0.8.22
14832026-03-31T01:15:17.756Z Compiling pkcs8 v0.10.2
14842026-03-31T01:15:17.812Z Compiling scroll_derive v0.13.1
14852026-03-31T01:15:17.913Z Compiling darling_core v0.20.11
14862026-03-31T01:15:18.065Z Compiling tokio-util v0.7.18
14872026-03-31T01:15:18.241Z Compiling rustls v0.23.37
14882026-03-31T01:15:18.412Z Compiling tower-layer v0.3.3
14892026-03-31T01:15:18.578Z Compiling tower-service v0.3.3
14902026-03-31T01:15:18.593Z Compiling atomic-waker v1.1.2
14912026-03-31T01:15:18.674Z Compiling dyn-clone v1.0.20
14922026-03-31T01:15:18.757Z Compiling tinyvec_macros v0.1.1
14932026-03-31T01:15:18.788Z Compiling try-lock v0.2.5
14942026-03-31T01:15:18.809Z Compiling tinyvec v1.10.0
14952026-03-31T01:15:18.899Z Compiling want v0.3.1
14962026-03-31T01:15:19.061Z Compiling h2 v0.4.13
14972026-03-31T01:15:19.064Z Compiling scroll v0.13.0
14982026-03-31T01:15:19.336Z Compiling ipnet v2.11.0
14992026-03-31T01:15:19.614Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-31T01:15:19.827Z Compiling spin v0.9.8
15012026-03-31T01:15:19.874Z Compiling aho-corasick v1.1.4
15022026-03-31T01:15:20.000Z Compiling crc32fast v1.5.0
15032026-03-31T01:15:20.032Z Compiling pin-utils v0.1.0
15042026-03-31T01:15:20.108Z Compiling time-core v0.1.8
15052026-03-31T01:15:20.145Z Compiling darling_macro v0.20.11
15062026-03-31T01:15:20.240Z Compiling openssl v0.10.75
15072026-03-31T01:15:20.254Z Compiling httpdate v1.0.3
15082026-03-31T01:15:20.268Z Compiling num-conv v0.2.0
15092026-03-31T01:15:20.400Z Compiling powerfmt v0.2.0
15102026-03-31T01:15:20.463Z Compiling foreign-types-shared v0.1.1
15112026-03-31T01:15:20.498Z Compiling tempfile v3.25.0
15122026-03-31T01:15:20.554Z Compiling foreign-types v0.3.2
15132026-03-31T01:15:20.594Z Compiling deranged v0.5.8
15142026-03-31T01:15:20.611Z Compiling darling v0.20.11
15152026-03-31T01:15:20.629Z Compiling time-macros v0.2.27
15162026-03-31T01:15:20.694Z Compiling regex-automata v0.4.14
15172026-03-31T01:15:21.524Z Compiling goblin v0.10.5
15182026-03-31T01:15:21.702Z Compiling thiserror-impl v1.0.69
15192026-03-31T01:15:22.112Z Compiling hyper v1.8.1
15202026-03-31T01:15:22.974Z Compiling openssl-macros v0.1.1
15212026-03-31T01:15:23.011Z Compiling wait-timeout v0.2.1
15222026-03-31T01:15:23.026Z Compiling simd-adler32 v0.3.8
15232026-03-31T01:15:23.266Z Compiling usdt-impl v0.6.0
15242026-03-31T01:15:23.282Z Compiling num_threads v0.1.7
15252026-03-31T01:15:23.354Z Compiling either v1.15.0
15262026-03-31T01:15:23.380Z Compiling siphasher v1.0.2
15272026-03-31T01:15:23.466Z Compiling bit-vec v0.8.0
15282026-03-31T01:15:23.558Z Compiling native-tls v0.2.18
15292026-03-31T01:15:23.578Z Compiling quick-error v1.2.3
15302026-03-31T01:15:23.683Z Compiling rusty-fork v0.3.1
15312026-03-31T01:15:23.697Z Compiling bit-set v0.8.0
15322026-03-31T01:15:23.778Z Compiling time v0.3.47
15332026-03-31T01:15:23.854Z Compiling hyper-util v0.1.20
15342026-03-31T01:15:23.993Z Compiling thiserror v1.0.69
15352026-03-31T01:15:24.284Z Compiling dof v0.4.0
15362026-03-31T01:15:24.838Z Compiling derive_builder_core v0.20.2
15372026-03-31T01:15:25.324Z Compiling unicode-normalization v0.1.25
15382026-03-31T01:15:25.437Z Compiling crossbeam-epoch v0.9.18
15392026-03-31T01:15:25.581Z Compiling dtrace-parser v0.3.0
15402026-03-31T01:15:25.685Z Compiling rustls-native-certs v0.8.3
15412026-03-31T01:15:25.769Z Compiling signature v2.2.0
15422026-03-31T01:15:25.784Z Compiling scroll_derive v0.12.1
15432026-03-31T01:15:25.787Z Compiling heapless v0.7.17
15442026-03-31T01:15:25.943Z Compiling rand_xorshift v0.4.0
15452026-03-31T01:15:25.962Z Compiling slog v2.8.2
15462026-03-31T01:15:26.028Z Compiling darling_core v0.21.3
15472026-03-31T01:15:26.102Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-03-31T01:15:26.142Z Compiling sync_wrapper v1.0.2
15492026-03-31T01:15:26.253Z Compiling thread-id v5.1.0
15502026-03-31T01:15:26.319Z Compiling cookie v0.18.1
15512026-03-31T01:15:26.338Z Compiling unicode-properties v0.1.4
15522026-03-31T01:15:26.375Z Compiling adler2 v2.0.1
15532026-03-31T01:15:26.430Z Compiling signal-hook v0.3.18
15542026-03-31T01:15:26.499Z Compiling anyhow v1.0.102
15552026-03-31T01:15:26.566Z Compiling paste v1.0.15
15562026-03-31T01:15:26.594Z Compiling rayon-core v1.13.0
15572026-03-31T01:15:26.610Z Compiling unarray v0.1.4
15582026-03-31T01:15:26.623Z Compiling unicode-bidi v0.3.18
15592026-03-31T01:15:26.718Z Compiling zstd-safe v7.2.4
15602026-03-31T01:15:26.764Z Compiling unicode-segmentation v1.12.0
15612026-03-31T01:15:26.910Z Compiling proptest v1.10.0
15622026-03-31T01:15:26.946Z Compiling stringprep v0.1.5
15632026-03-31T01:15:27.096Z Compiling miniz_oxide v0.8.9
15642026-03-31T01:15:27.161Z Compiling scroll v0.12.0
15652026-03-31T01:15:27.401Z Compiling tower v0.5.3
15662026-03-31T01:15:27.710Z Compiling derive_builder_macro v0.20.2
15672026-03-31T01:15:27.811Z Compiling crossbeam-deque v0.8.6
15682026-03-31T01:15:27.889Z Compiling ipnetwork v0.21.1
15692026-03-31T01:15:27.929Z Compiling http-body-util v0.1.3
15702026-03-31T01:15:27.955Z Compiling webpki-roots v1.0.6
15712026-03-31T01:15:27.993Z Compiling rand_chacha v0.3.1
15722026-03-31T01:15:28.059Z Compiling serde_spanned v0.6.9
15732026-03-31T01:15:28.165Z Compiling serde_tokenstream v0.2.3
15742026-03-31T01:15:28.165Z Compiling toml_datetime v0.6.11
15752026-03-31T01:15:28.204Z Compiling erased-serde v0.3.31
15762026-03-31T01:15:28.268Z Compiling md-5 v0.10.6
15772026-03-31T01:15:28.414Z Compiling zerocopy-derive v0.7.35
15782026-03-31T01:15:28.418Z Compiling curve25519-dalek v4.1.3
15792026-03-31T01:15:28.485Z Compiling vergen-lib v9.1.0
15802026-03-31T01:15:28.552Z Compiling darling_macro v0.21.3
15812026-03-31T01:15:28.660Z Compiling num-integer v0.1.46
15822026-03-31T01:15:28.682Z Compiling hash32 v0.2.1
15832026-03-31T01:15:28.759Z Compiling ff v0.13.1
15842026-03-31T01:15:28.788Z Compiling memoffset v0.9.1
15852026-03-31T01:15:28.873Z Compiling rustix v0.38.44
15862026-03-31T01:15:28.896Z Compiling psl-types v2.0.11
15872026-03-31T01:15:28.984Z Compiling fallible-iterator v0.2.0
15882026-03-31T01:15:28.995Z Compiling ryu v1.0.23
15892026-03-31T01:15:29.023Z Compiling zlib-rs v0.6.2
15902026-03-31T01:15:29.044Z Compiling litrs v1.0.0
15912026-03-31T01:15:29.176Z Compiling ref-cast v1.0.25
15922026-03-31T01:15:29.216Z Compiling smoltcp v0.9.1
15932026-03-31T01:15:29.278Z Compiling iri-string v0.7.10
15942026-03-31T01:15:29.294Z Compiling base16ct v0.2.0
15952026-03-31T01:15:29.468Z Compiling num-bigint-dig v0.8.6
15962026-03-31T01:15:29.483Z Compiling cfg_aliases v0.2.1
15972026-03-31T01:15:29.537Z Compiling document-features v0.2.12
15982026-03-31T01:15:29.566Z Compiling nix v0.31.1
15992026-03-31T01:15:29.636Z Compiling sec1 v0.7.3
16002026-03-31T01:15:29.674Z Compiling zerocopy v0.7.35
16012026-03-31T01:15:29.912Z Compiling newtype-uuid v1.3.2
16022026-03-31T01:15:29.931Z Compiling postgres-protocol v0.6.10
16032026-03-31T01:15:30.213Z Compiling serde_urlencoded v0.7.1
16042026-03-31T01:15:30.225Z Compiling darling v0.21.3
16052026-03-31T01:15:30.241Z Compiling publicsuffix v2.3.0
16062026-03-31T01:15:30.404Z Compiling tower-http v0.6.8
16072026-03-31T01:15:30.419Z Compiling num-iter v0.1.45
16082026-03-31T01:15:30.455Z Compiling group v0.13.0
16092026-03-31T01:15:30.650Z Compiling rand v0.8.5
16102026-03-31T01:15:30.737Z Compiling derive_builder v0.20.2
16112026-03-31T01:15:30.799Z Compiling oxnet v0.1.4
16122026-03-31T01:15:31.014Z Compiling proc-macro-error v1.0.4
16132026-03-31T01:15:31.029Z Compiling tokio-native-tls v0.3.1
16142026-03-31T01:15:31.177Z Compiling goblin v0.8.2
16152026-03-31T01:15:31.406Z Compiling heck v0.4.1
16162026-03-31T01:15:31.816Z Compiling phf_shared v0.13.1
16172026-03-31T01:15:31.858Z Compiling hubpack_derive v0.1.1
16182026-03-31T01:15:31.898Z Compiling flate2 v1.1.9
16192026-03-31T01:15:32.061Z Compiling regex v1.12.3
16202026-03-31T01:15:32.183Z Compiling lazy_static v1.5.0
16212026-03-31T01:15:32.247Z Compiling hkdf v0.12.4
16222026-03-31T01:15:32.278Z Compiling crypto-bigint v0.5.5
16232026-03-31T01:15:32.299Z Compiling terminal_size v0.4.3
16242026-03-31T01:15:32.314Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-31T01:15:32.411Z Compiling ref-cast-impl v1.0.25
16262026-03-31T01:15:32.438Z Compiling async-trait v0.1.89
16272026-03-31T01:15:32.500Z Compiling strum_macros v0.27.2
16282026-03-31T01:15:32.958Z Compiling daft-derive v0.1.5
16292026-03-31T01:15:32.962Z Compiling vergen v9.1.0
16302026-03-31T01:15:33.142Z Compiling fs-err v3.3.0
16312026-03-31T01:15:33.330Z Compiling cargo-platform v0.3.2
16322026-03-31T01:15:33.458Z Compiling encoding_rs v0.8.35
16332026-03-31T01:15:33.607Z Compiling ahash v0.8.12
16342026-03-31T01:15:33.682Z Compiling foldhash v0.1.5
16352026-03-31T01:15:33.806Z Compiling bitflags v1.3.2
16362026-03-31T01:15:33.858Z Compiling libbz2-rs-sys v0.2.2
16372026-03-31T01:15:33.887Z Compiling bumpalo v3.20.2
16382026-03-31T01:15:34.150Z Compiling object v0.37.3
16392026-03-31T01:15:34.373Z Compiling managed v0.8.0
16402026-03-31T01:15:34.418Z Compiling mime v0.3.17
16412026-03-31T01:15:34.471Z Compiling winnow v0.5.40
16422026-03-31T01:15:34.541Z Compiling clap_builder v4.5.60
16432026-03-31T01:15:34.678Z Compiling strum v0.27.2
16442026-03-31T01:15:34.765Z Compiling bzip2 v0.6.1
16452026-03-31T01:15:34.804Z Compiling zopfli v0.8.3
16462026-03-31T01:15:34.966Z Compiling hashbrown v0.15.5
16472026-03-31T01:15:34.997Z Compiling console v0.16.2
16482026-03-31T01:15:35.359Z Compiling daft v0.1.5
16492026-03-31T01:15:35.451Z Compiling cargo_metadata v0.23.1
16502026-03-31T01:15:35.504Z Compiling dof v0.3.0
16512026-03-31T01:15:35.633Z Compiling elliptic-curve v0.13.8
16522026-03-31T01:15:35.774Z Compiling toml_edit v0.19.15
16532026-03-31T01:15:36.025Z Compiling hubpack v0.1.2
16542026-03-31T01:15:36.243Z Compiling phf v0.13.1
16552026-03-31T01:15:36.405Z Compiling signal-hook-mio v0.2.5
16562026-03-31T01:15:36.829Z Compiling zone_cfg_derive v0.3.1
16572026-03-31T01:15:36.910Z Compiling cookie_store v0.22.1
16582026-03-31T01:15:37.460Z Compiling zstd v0.13.3
16592026-03-31T01:15:37.523Z Compiling rayon v1.11.0
16602026-03-31T01:15:37.562Z Compiling hyper-tls v0.6.0
16612026-03-31T01:15:37.733Z Compiling bzip2 v0.4.4
16622026-03-31T01:15:37.902Z Compiling serde_with_macros v3.17.0
16632026-03-31T01:15:37.916Z Compiling postgres-types v0.2.12
16642026-03-31T01:15:38.459Z Compiling usdt-macro v0.6.0
16652026-03-31T01:15:38.476Z Compiling usdt-attr-macro v0.6.0
16662026-03-31T01:15:38.893Z Compiling ed25519 v2.2.3
16672026-03-31T01:15:39.006Z Compiling dtrace-parser v0.2.0
16682026-03-31T01:15:39.029Z Compiling itertools v0.12.1
16692026-03-31T01:15:39.202Z Compiling phf_shared v0.11.3
16702026-03-31T01:15:39.249Z Compiling bstr v1.12.1
16712026-03-31T01:15:39.254Z Compiling pkcs1 v0.7.5
16722026-03-31T01:15:39.382Z Compiling serde-big-array v0.5.1
16732026-03-31T01:15:39.522Z Compiling hex v0.4.3
16742026-03-31T01:15:39.658Z Compiling rfc6979 v0.4.0
16752026-03-31T01:15:39.743Z Compiling strum_macros v0.26.4
16762026-03-31T01:15:39.786Z Compiling serde_repr v0.1.20
16772026-03-31T01:15:39.798Z Compiling enum-as-inner v0.6.1
16782026-03-31T01:15:39.803Z Compiling clap_derive v4.5.55
16792026-03-31T01:15:39.881Z Compiling float-cmp v0.10.0
16802026-03-31T01:15:40.035Z Compiling memmap2 v0.9.10
16812026-03-31T01:15:40.262Z Compiling thread-id v4.2.2
16822026-03-31T01:15:40.266Z Compiling env_filter v1.0.0
16832026-03-31T01:15:40.292Z Compiling fixedbitset v0.4.2
16842026-03-31T01:15:40.308Z Compiling rustc-hash v2.1.1
16852026-03-31T01:15:40.324Z Compiling data-encoding v2.10.0
16862026-03-31T01:15:40.433Z Compiling jiff v0.2.21
16872026-03-31T01:15:40.512Z Compiling unit-prefix v0.5.2
16882026-03-31T01:15:40.542Z Compiling difflib v0.4.0
16892026-03-31T01:15:40.663Z Compiling whoami v2.1.0
16902026-03-31T01:15:41.069Z Compiling keccak v0.1.6
16912026-03-31T01:15:41.091Z Compiling fixedbitset v0.5.7
16922026-03-31T01:15:41.131Z Compiling precomputed-hash v0.1.1
16932026-03-31T01:15:41.217Z Compiling normalize-line-endings v0.3.0
16942026-03-31T01:15:41.318Z Compiling predicates-core v1.0.10
16952026-03-31T01:15:41.359Z Compiling new_debug_unreachable v1.0.6
16962026-03-31T01:15:41.442Z Compiling static_assertions v1.1.0
16972026-03-31T01:15:41.477Z Compiling toml_edit v0.22.27
16982026-03-31T01:15:41.498Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-31T01:15:41.517Z Compiling strum v0.26.3
17002026-03-31T01:15:41.578Z Compiling clap v4.5.60
17012026-03-31T01:15:41.663Z Compiling predicates v3.1.4
17022026-03-31T01:15:41.685Z Compiling string_cache v0.8.9
17032026-03-31T01:15:41.888Z Compiling petgraph v0.8.3
17042026-03-31T01:15:41.901Z Compiling sha3 v0.10.8
17052026-03-31T01:15:41.923Z Compiling tokio-postgres v0.7.16
17062026-03-31T01:15:42.331Z Compiling indicatif v0.18.4
17072026-03-31T01:15:42.364Z Compiling hickory-proto v0.25.2
17082026-03-31T01:15:43.168Z Compiling zip v4.6.1
17092026-03-31T01:15:43.783Z Compiling petgraph v0.6.5
17102026-03-31T01:15:44.088Z Compiling iddqd v0.3.17
17112026-03-31T01:15:44.119Z Compiling env_logger v0.11.9
17122026-03-31T01:15:44.262Z Compiling usdt-impl v0.5.0
17132026-03-31T01:15:44.289Z Compiling usdt v0.6.0
17142026-03-31T01:15:44.476Z Compiling zone v0.3.1
17152026-03-31T01:15:44.552Z Compiling serde_with v3.17.0
17162026-03-31T01:15:44.633Z Compiling ecdsa v0.16.9
17172026-03-31T01:15:44.842Z Compiling similar v2.7.0
17182026-03-31T01:15:45.028Z Compiling rsa v0.9.10
17192026-03-31T01:15:45.141Z Compiling ed25519-dalek v2.2.0
17202026-03-31T01:15:45.213Z Compiling crossterm v0.28.1
17212026-03-31T01:15:45.717Z Compiling zip v0.6.6
17222026-03-31T01:15:45.797Z Compiling toml v0.7.8
17232026-03-31T01:15:46.666Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-03-31T01:15:46.670Z Compiling itertools v0.13.0
17252026-03-31T01:15:46.737Z Compiling tokio-stream v0.1.18
17262026-03-31T01:15:46.752Z Compiling buf-list v1.1.2
17272026-03-31T01:15:47.033Z Compiling x509-cert v0.2.5
17282026-03-31T01:15:47.050Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17292026-03-31T01:15:47.219Z Compiling openapiv3 v2.2.0
17302026-03-31T01:15:47.310Z Compiling sha1 v0.10.6
17312026-03-31T01:15:47.356Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-31T01:15:47.532Z Compiling peg-runtime v0.8.5
17332026-03-31T01:15:47.652Z Compiling lalrpop-util v0.19.12
17342026-03-31T01:15:47.833Z Compiling thread_local v1.1.9
17352026-03-31T01:15:47.848Z Compiling slog-async v2.8.0
17362026-03-31T01:15:47.922Z Compiling crossbeam-channel v0.5.15
17372026-03-31T01:15:48.073Z Compiling futures-executor v0.3.32
17382026-03-31T01:15:48.165Z Compiling is-terminal v0.4.17
17392026-03-31T01:15:48.261Z Compiling filetime v0.2.27
17402026-03-31T01:15:48.332Z Compiling xattr v1.6.1
17412026-03-31T01:15:48.371Z Compiling term v1.2.1
17422026-03-31T01:15:48.386Z Compiling take_mut v0.2.2
17432026-03-31T01:15:48.442Z Compiling futures v0.3.32
17442026-03-31T01:15:48.511Z Compiling tar v0.4.45
17452026-03-31T01:15:48.651Z Compiling slog-term v2.9.2
17462026-03-31T01:15:55.188Z Compiling rustls-webpki v0.103.9
17472026-03-31T01:15:57.990Z Compiling tokio-rustls v0.26.4
17482026-03-31T01:15:57.990Z Compiling rustls-platform-verifier v0.6.2
17492026-03-31T01:15:58.185Z Compiling hyper-rustls v0.27.7
17502026-03-31T01:15:58.452Z Compiling reqwest v0.13.2
17512026-03-31T01:15:58.452Z Compiling reqwest v0.12.28
17522026-03-31T01:16:00.538Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-31T01:16:00.753Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-31T01:16:03.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-03-31T01:16:03.726Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-31T01:16:03.781ZMar 31 01:16:02.221 INFO Starting download, target: Clickhouse
17572026-03-31T01:16:03.781ZMar 31 01:16:02.221 INFO Starting download, target: Cockroach
17582026-03-31T01:16:03.785ZMar 31 01:16:02.221 INFO Starting download, target: Console
17592026-03-31T01:16:03.785ZMar 31 01:16:02.221 INFO Starting download, target: DendriteStub
17602026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Starting download, target: MaghemiteMgd
17612026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Starting download, target: TransceiverControl
17622026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-31T01:16:03.785ZMar 31 01:16:02.222 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-03-31T01:16:04.189ZMar 31 01:16:02.627 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-31T01:16:04.401ZMar 31 01:16:02.837 INFO Download complete, target: TransceiverControl
17702026-03-31T01:16:04.812ZMar 31 01:16:03.245 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-03-31T01:16:05.046ZMar 31 01:16:03.478 INFO Download complete, target: Console
17722026-03-31T01:16:05.273ZMar 31 01:16:03.711 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-03-31T01:16:05.327ZMar 31 01:16:03.767 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-03-31T01:16:05.982ZMar 31 01:16:04.421 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-31T01:16:06.160ZMar 31 01:16:04.601 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-03-31T01:16:06.160ZMar 31 01:16:04.601 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-03-31T01:16:07.538ZMar 31 01:16:05.978 INFO Download complete, target: DendriteStub
17782026-03-31T01:16:07.681ZMar 31 01:16:06.121 INFO Download complete, target: MaghemiteMgd
17792026-03-31T01:16:10.884ZMar 31 01:16:09.324 INFO Checking that binary works, target: Cockroach
17802026-03-31T01:16:10.980ZMar 31 01:16:09.419 INFO Download complete, target: Cockroach
17812026-03-31T01:16:12.882ZMar 31 01:16:11.322 INFO Checking that binary works, target: Clickhouse
17822026-03-31T01:16:13.005ZMar 31 01:16:11.446 INFO Download complete, target: Clickhouse
17832026-03-31T01:16:13.019ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-03-31T01:16:13.022Z
17852026-03-31T01:16:13.022Zreal 3:09.311968108
17862026-03-31T01:16:13.022Zuser 7:16.065131554
17872026-03-31T01:16:13.022Zsys 1:26.269431043
17882026-03-31T01:16:13.022Ztrap 0.217967248
17892026-03-31T01:16:13.022Ztflt 0.592351960
17902026-03-31T01:16:13.022Zdflt 0.555250115
17912026-03-31T01:16:13.022Zkflt 0.020144611
17922026-03-31T01:16:13.022Zlock 21:11.889754332
17932026-03-31T01:16:13.022Zslp 21:58.889049240
17942026-03-31T01:16:13.022Zlat 45.493511659
17952026-03-31T01:16:13.022Zstop 2:08.296464519
17962026-03-31T01:16:13.022Z+ banner clippy
17972026-03-31T01:16:13.022Z
17982026-03-31T01:16:13.022Z #### # # ##### ##### # #
17992026-03-31T01:16:13.022Z # # # # # # # # # #
18002026-03-31T01:16:13.022Z # # # # # # # #
18012026-03-31T01:16:13.022Z # # # ##### ##### #
18022026-03-31T01:16:13.022Z # # # # # # #
18032026-03-31T01:16:13.022Z #### ###### # # # #
18042026-03-31T01:16:13.022Z
18052026-03-31T01:16:13.022Z+ export CARGO_INCREMENTAL=0
18062026-03-31T01:16:13.022Z+ CARGO_INCREMENTAL=0
18072026-03-31T01:16:13.022Z+ ptime -m cargo xtask clippy
18082026-03-31T01:16:13.561Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-03-31T01:16:13.781Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-03-31T01:16:15.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18112026-03-31T01:16:15.728Z Running `target/debug/xtask clippy`
18122026-03-31T01:16:15.755Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18132026-03-31T01:16:16.378Z Downloading crates ...
18142026-03-31T01:16:16.577Z Downloaded constant_time_eq v0.3.1
18152026-03-31T01:16:16.580Z Downloaded anes v0.1.6
18162026-03-31T01:16:16.591Z Downloaded target-triple v1.0.0
18172026-03-31T01:16:16.594Z Downloaded addr2line v0.25.1
18182026-03-31T01:16:16.596Z Downloaded concurrent-queue v2.5.0
18192026-03-31T01:16:16.596Z Downloaded guppy-workspace-hack v0.1.0
18202026-03-31T01:16:16.596Z Downloaded chumsky v0.9.3
18212026-03-31T01:16:16.599Z Downloaded relative-path v1.9.3
18222026-03-31T01:16:16.602Z Downloaded plotters-backend v0.3.7
18232026-03-31T01:16:16.607Z Downloaded rstest v0.25.0
18242026-03-31T01:16:16.610Z Downloaded plotters-svg v0.3.7
18252026-03-31T01:16:16.612Z Downloaded oorandom v11.1.5
18262026-03-31T01:16:16.612Z Downloaded nested v0.1.1
18272026-03-31T01:16:16.615Z Downloaded supports-hyperlinks v2.1.0
18282026-03-31T01:16:16.615Z Downloaded linkme v0.3.35
18292026-03-31T01:16:16.618Z Downloaded event-listener-strategy v0.5.4
18302026-03-31T01:16:16.618Z Downloaded assert_cmd v2.1.2
18312026-03-31T01:16:16.620Z Downloaded httptest v0.16.4
18322026-03-31T01:16:16.623Z Downloaded cfg-expr v0.20.6
18332026-03-31T01:16:16.626Z Downloaded similar-asserts v1.7.0
18342026-03-31T01:16:16.629Z Downloaded stringmetrics v2.2.2
18352026-03-31T01:16:16.632Z Downloaded backtrace-ext v0.2.1
18362026-03-31T01:16:16.635Z Downloaded libtest-mimic v0.8.1
18372026-03-31T01:16:16.638Z Downloaded knuffel-derive v3.2.0
18382026-03-31T01:16:16.638Z Downloaded serde_regex v1.1.0
18392026-03-31T01:16:16.638Z Downloaded rustc-demangle v0.1.27
18402026-03-31T01:16:16.645Z Downloaded approx v0.5.1
18412026-03-31T01:16:16.648Z Downloaded linkme-impl v0.3.35
18422026-03-31T01:16:16.648Z Downloaded partial-io v0.5.4
18432026-03-31T01:16:16.660Z Downloaded supports-unicode v2.1.0
18442026-03-31T01:16:16.663Z Downloaded miette-derive v5.10.0
18452026-03-31T01:16:16.666Z Downloaded terminal_size v0.1.17
18462026-03-31T01:16:16.666Z Downloaded supports-color v2.1.0
18472026-03-31T01:16:16.669Z Downloaded escape8259 v0.5.3
18482026-03-31T01:16:16.669Z Downloaded assert-json-diff v2.0.2
18492026-03-31T01:16:16.672Z Downloaded pathdiff v0.2.3
18502026-03-31T01:16:16.675Z Downloaded path-tree v0.8.3
18512026-03-31T01:16:16.680Z Downloaded datatest-stable v0.3.3
18522026-03-31T01:16:16.683Z Downloaded async-object-pool v0.2.0
18532026-03-31T01:16:16.686Z Downloaded cast v0.3.0
18542026-03-31T01:16:16.688Z Downloaded owo-colors v3.5.0
18552026-03-31T01:16:16.692Z Downloaded target-lexicon v0.13.3
18562026-03-31T01:16:16.695Z Downloaded parking v2.2.1
18572026-03-31T01:16:16.695Z Downloaded tinytemplate v1.2.1
18582026-03-31T01:16:16.728Z Downloaded rust-argon2 v2.1.0
18592026-03-31T01:16:16.728Z Downloaded termcolor v1.4.1
18602026-03-31T01:16:16.728Z Downloaded miette v5.10.0
18612026-03-31T01:16:16.728Z Downloaded futures-timer v3.0.3
18622026-03-31T01:16:16.728Z Downloaded blake2b_simd v1.0.4
18632026-03-31T01:16:16.728Z Downloaded trybuild v1.0.116
18642026-03-31T01:16:16.728Z Downloaded target-spec v3.5.7
18652026-03-31T01:16:16.728Z Downloaded async-lock v3.4.2
18662026-03-31T01:16:16.728Z Downloaded criterion-plot v0.6.0
18672026-03-31T01:16:16.732Z Downloaded rstest_macros v0.25.0
18682026-03-31T01:16:16.734Z Downloaded event-listener v5.4.1
18692026-03-31T01:16:16.739Z Downloaded textwrap v0.15.2
18702026-03-31T01:16:16.749Z Downloaded fancy-regex v0.14.0
18712026-03-31T01:16:16.753Z Downloaded rand_distr v0.5.1
18722026-03-31T01:16:16.753Z Downloaded knuffel v3.2.0
18732026-03-31T01:16:16.759Z Downloaded backtrace v0.3.76
18742026-03-31T01:16:16.761Z Downloaded guppy v0.17.25
18752026-03-31T01:16:16.768Z Downloaded criterion v0.7.0
18762026-03-31T01:16:16.772Z Downloaded plotters v0.3.7
18772026-03-31T01:16:16.778Z Downloaded hashbrown v0.14.5
18782026-03-31T01:16:16.815Z Downloaded gimli v0.32.3
18792026-03-31T01:16:16.905Z Downloaded httpmock v0.8.3
18802026-03-31T01:16:18.480Z Checking cfg-if v1.0.4
18812026-03-31T01:16:18.822Z Checking libc v0.2.180
18822026-03-31T01:16:18.825Z Checking serde_core v1.0.228
18832026-03-31T01:16:18.897Z Checking memchr v2.8.0
18842026-03-31T01:16:18.936Z Checking smallvec v1.15.1
18852026-03-31T01:16:18.975Z Checking itoa v1.0.17
18862026-03-31T01:16:19.012Z Checking log v0.4.29
18872026-03-31T01:16:19.054Z Checking zeroize v1.8.2
18882026-03-31T01:16:19.094Z Checking libm v0.2.16
18892026-03-31T01:16:19.150Z Checking scopeguard v1.2.0
18902026-03-31T01:16:19.186Z Checking stable_deref_trait v1.2.1
18912026-03-31T01:16:19.227Z Checking zmij v1.0.21
18922026-03-31T01:16:19.266Z Checking errno v0.3.14
18932026-03-31T01:16:19.266Z Checking getrandom v0.2.17
18942026-03-31T01:16:19.333Z Checking zerofrom v0.1.6
18952026-03-31T01:16:19.336Z Checking lock_api v0.4.14
18962026-03-31T01:16:19.402Z Checking percent-encoding v2.3.2
18972026-03-31T01:16:19.440Z Checking litemap v0.8.1
18982026-03-31T01:16:19.476Z Checking writeable v0.6.2
18992026-03-31T01:16:19.479Z Checking yoke v0.8.1
19002026-03-31T01:16:19.546Z Checking icu_properties_data v2.1.2
19012026-03-31T01:16:19.579Z Checking icu_normalizer_data v2.1.1
19022026-03-31T01:16:19.613Z Checking form_urlencoded v1.2.2
19032026-03-31T01:16:19.648Z Checking utf8_iter v1.0.4
19042026-03-31T01:16:19.684Z Checking subtle v2.6.1
19052026-03-31T01:16:19.721Z Checking zerovec v0.11.5
19062026-03-31T01:16:19.721Z Checking zerotrie v0.2.3
19072026-03-31T01:16:19.754Z Checking rand_core v0.10.0
19082026-03-31T01:16:19.822Z Checking num-traits v0.2.19
19092026-03-31T01:16:19.822Z Checking pin-project-lite v0.2.17
19102026-03-31T01:16:19.890Z Checking rand_core v0.6.4
19112026-03-31T01:16:19.893Z Checking portable-atomic v1.13.1
19122026-03-31T01:16:19.960Z Checking getrandom v0.4.1
19132026-03-31T01:16:19.992Z Checking zerocopy v0.8.40
19142026-03-31T01:16:20.028Z Checking critical-section v1.2.0
19152026-03-31T01:16:20.096Z Checking parking_lot_core v0.9.12
19162026-03-31T01:16:20.138Z Checking signal-hook-registry v1.4.8
19172026-03-31T01:16:20.176Z Checking tinystr v0.8.2
19182026-03-31T01:16:20.176Z Checking potential_utf v0.1.4
19192026-03-31T01:16:20.307Z Checking parking_lot v0.12.5
19202026-03-31T01:16:20.345Z Checking serde v1.0.228
19212026-03-31T01:16:20.345Z Checking serde_json v1.0.149
19222026-03-31T01:16:20.445Z Checking bitflags v2.11.0
19232026-03-31T01:16:20.451Z Checking icu_locale_core v2.1.1
19242026-03-31T01:16:20.451Z Checking icu_collections v2.1.1
19252026-03-31T01:16:20.452Z Checking once_cell v1.21.3
19262026-03-31T01:16:20.543Z Checking mio v1.1.1
19272026-03-31T01:16:20.608Z Checking typenum v1.19.0
19282026-03-31T01:16:20.676Z Checking socket2 v0.6.2
19292026-03-31T01:16:20.765Z Checking bytes v1.11.1
19302026-03-31T01:16:20.805Z Checking iana-time-zone v0.1.65
19312026-03-31T01:16:20.856Z Checking semver v1.0.27
19322026-03-31T01:16:20.941Z Checking uuid v1.23.0
19332026-03-31T01:16:20.945Z Checking chrono v0.4.44
19342026-03-31T01:16:21.048Z Checking thiserror v2.0.18
19352026-03-31T01:16:21.086Z Checking icu_provider v2.1.1
19362026-03-31T01:16:21.132Z Checking allocator-api2 v0.2.21
19372026-03-31T01:16:21.171Z Checking generic-array v0.14.7
19382026-03-31T01:16:21.210Z Checking futures-core v0.3.32
19392026-03-31T01:16:21.248Z Checking tokio v1.50.0
19402026-03-31T01:16:21.294Z Checking dyn-clone v1.0.20
19412026-03-31T01:16:21.344Z Checking icu_properties v2.1.2
19422026-03-31T01:16:21.380Z Checking icu_normalizer v2.1.1
19432026-03-31T01:16:21.430Z Checking equivalent v1.0.2
19442026-03-31T01:16:21.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-31T01:16:21.544Z Checking const-oid v0.9.6
19462026-03-31T01:16:21.631Z Checking crypto-common v0.1.7
19472026-03-31T01:16:21.700Z Checking foldhash v0.2.0
19482026-03-31T01:16:21.782Z Checking block-buffer v0.10.4
19492026-03-31T01:16:21.827Z Checking futures-sink v0.3.32
19502026-03-31T01:16:21.864Z Checking byteorder v1.5.0
19512026-03-31T01:16:21.899Z Checking hashbrown v0.16.1
19522026-03-31T01:16:21.944Z Checking rustix v1.1.3
19532026-03-31T01:16:21.979Z Checking futures-channel v0.3.32
19542026-03-31T01:16:22.087Z Checking slab v0.4.12
19552026-03-31T01:16:22.168Z Checking idna_adapter v1.2.1
19562026-03-31T01:16:22.204Z Checking futures-io v0.3.32
19572026-03-31T01:16:22.240Z Checking digest v0.10.7
19582026-03-31T01:16:22.295Z Checking futures-task v0.3.32
19592026-03-31T01:16:22.319Z Checking idna v1.1.0
19602026-03-31T01:16:22.355Z Checking cpufeatures v0.2.17
19612026-03-31T01:16:22.406Z Checking indexmap v2.13.0
19622026-03-31T01:16:22.441Z Checking futures-util v0.3.32
19632026-03-31T01:16:22.476Z Checking thiserror v1.0.69
19642026-03-31T01:16:22.479Z Checking getrandom v0.3.4
19652026-03-31T01:16:22.591Z Checking url v2.5.8
19662026-03-31T01:16:22.627Z Checking fnv v1.0.7
19672026-03-31T01:16:22.681Z Checking regex-syntax v0.8.10
19682026-03-31T01:16:22.721Z Checking ppv-lite86 v0.2.21
19692026-03-31T01:16:22.758Z Checking base64 v0.22.1
19702026-03-31T01:16:22.797Z Checking http v1.4.0
19712026-03-31T01:16:22.989Z Checking tracing-core v0.1.36
19722026-03-31T01:16:23.028Z Checking unicode-ident v1.0.24
19732026-03-31T01:16:23.063Z Checking ipnet v2.11.0
19742026-03-31T01:16:23.066Z Checking schemars v0.8.22
19752026-03-31T01:16:23.168Z Checking proc-macro2 v1.0.106
19762026-03-31T01:16:23.333Z Checking tracing v0.1.44
19772026-03-31T01:16:23.370Z Checking untrusted v0.9.0
19782026-03-31T01:16:23.404Z Checking utf8parse v0.2.2
19792026-03-31T01:16:23.509Z Checking anstyle v1.0.13
19802026-03-31T01:16:23.513Z Checking quote v1.0.44
19812026-03-31T01:16:23.578Z Checking ring v0.17.14
19822026-03-31T01:16:23.581Z Checking aho-corasick v1.1.4
19832026-03-31T01:16:23.722Z Checking anstyle-parse v0.2.7
19842026-03-31T01:16:23.758Z Checking syn v2.0.117
19852026-03-31T01:16:23.794Z Checking base64ct v1.8.3
19862026-03-31T01:16:23.900Z Checking anstyle-query v1.1.5
19872026-03-31T01:16:24.015Z Checking is_terminal_polyfill v1.70.2
19882026-03-31T01:16:24.050Z Checking colorchoice v1.0.4
19892026-03-31T01:16:24.084Z Checking block-padding v0.3.3
19902026-03-31T01:16:24.131Z Checking rustls-pki-types v1.14.0
19912026-03-31T01:16:24.178Z Checking anstream v0.6.21
19922026-03-31T01:16:24.245Z Checking httparse v1.10.1
19932026-03-31T01:16:24.281Z Checking regex-automata v0.4.14
19942026-03-31T01:16:24.369Z Checking inout v0.1.4
19952026-03-31T01:16:24.405Z Checking terminal_size v0.4.3
19962026-03-31T01:16:24.442Z Checking tokio-util v0.7.18
19972026-03-31T01:16:24.445Z Checking crossbeam-utils v0.8.21
19982026-03-31T01:16:24.510Z Checking strsim v0.11.1
19992026-03-31T01:16:24.545Z Checking cipher v0.4.4
20002026-03-31T01:16:24.548Z Checking clap_lex v1.0.0
20012026-03-31T01:16:24.611Z Checking http-body v1.0.1
20022026-03-31T01:16:24.695Z Checking rand_core v0.9.5
20032026-03-31T01:16:24.752Z Checking clap_builder v4.5.60
20042026-03-31T01:16:24.788Z Checking sha2 v0.10.9
20052026-03-31T01:16:24.791Z Checking atomic-waker v1.1.2
20062026-03-31T01:16:24.855Z Checking pem-rfc7468 v0.7.0
20072026-03-31T01:16:24.895Z Checking httpdate v1.0.3
20082026-03-31T01:16:24.944Z Checking try-lock v0.2.5
20092026-03-31T01:16:25.043Z Checking hmac v0.12.1
20102026-03-31T01:16:25.079Z Checking pin-utils v0.1.0
20112026-03-31T01:16:25.082Z Checking want v0.3.1
20122026-03-31T01:16:25.149Z Checking powerfmt v0.2.0
20132026-03-31T01:16:25.151Z Checking h2 v0.4.13
20142026-03-31T01:16:25.216Z Checking ryu v1.0.23
20152026-03-31T01:16:25.220Z Checking tower-layer v0.3.3
20162026-03-31T01:16:25.283Z Checking tower-service v0.3.3
20172026-03-31T01:16:25.327Z Checking deranged v0.5.8
20182026-03-31T01:16:25.381Z Checking rand_chacha v0.9.0
20192026-03-31T01:16:25.416Z Checking erased-serde v0.3.31
20202026-03-31T01:16:25.450Z Checking flagset v0.4.7
20212026-03-31T01:16:25.606Z Checking num_threads v0.1.7
20222026-03-31T01:16:25.609Z Checking time-core v0.1.8
20232026-03-31T01:16:25.724Z Checking num-conv v0.2.0
20242026-03-31T01:16:25.806Z Checking rand v0.9.2
20252026-03-31T01:16:25.843Z Checking slog v2.8.2
20262026-03-31T01:16:25.877Z Checking der v0.7.10
20272026-03-31T01:16:25.987Z Checking clap v4.5.60
20282026-03-31T01:16:26.023Z Checking mime v0.3.17
20292026-03-31T01:16:26.093Z Checking spin v0.9.8
20302026-03-31T01:16:26.096Z Checking anyhow v1.0.102
20312026-03-31T01:16:26.162Z Checking http-body-util v0.1.3
20322026-03-31T01:16:26.220Z Checking aws-lc-sys v0.37.1
20332026-03-31T01:16:26.256Z Checking time v0.3.47
20342026-03-31T01:16:26.300Z Checking untrusted v0.7.1
20352026-03-31T01:16:26.337Z Checking openssl-probe v0.2.1
20362026-03-31T01:16:26.372Z Checking regex v1.12.3
20372026-03-31T01:16:26.409Z Checking serde_urlencoded v0.7.1
20382026-03-31T01:16:26.444Z Checking rand_chacha v0.3.1
20392026-03-31T01:16:26.479Z Checking encoding_rs v0.8.35
20402026-03-31T01:16:26.622Z Checking fastrand v2.3.0
20412026-03-31T01:16:26.658Z Checking spki v0.7.3
20422026-03-31T01:16:26.692Z Checking pbkdf2 v0.12.2
20432026-03-31T01:16:26.695Z Checking rand v0.8.5
20442026-03-31T01:16:26.760Z Checking aws-lc-rs v1.16.0
20452026-03-31T01:16:26.828Z Checking aes v0.8.4
20462026-03-31T01:16:26.864Z Checking unicode-width v0.2.0
20472026-03-31T01:16:26.868Z Checking pretty-hex v0.4.1
20482026-03-31T01:16:27.043Z Checking cbc v0.1.2
20492026-03-31T01:16:27.140Z Checking salsa20 v0.10.2
20502026-03-31T01:16:27.202Z Checking ipnetwork v0.21.1
20512026-03-31T01:16:27.237Z Checking hex v0.4.3
20522026-03-31T01:16:27.272Z Checking simd-adler32 v0.3.8
20532026-03-31T01:16:27.307Z Checking scrypt v0.11.0
20542026-03-31T01:16:27.402Z Checking tempfile v3.25.0
20552026-03-31T01:16:27.439Z Checking rustls-native-certs v0.8.3
20562026-03-31T01:16:27.497Z Checking sync_wrapper v1.0.2
20572026-03-31T01:16:27.531Z Checking plain v0.2.3
20582026-03-31T01:16:27.561Z Checking adler2 v2.0.1
20592026-03-31T01:16:27.564Z Checking pkcs5 v0.7.1
20602026-03-31T01:16:27.631Z Checking rustls-webpki v0.103.9
20612026-03-31T01:16:27.668Z Checking tower v0.5.3
20622026-03-31T01:16:27.731Z Checking webpki-roots v1.0.6
20632026-03-31T01:16:27.734Z Checking camino v1.2.2
20642026-03-31T01:16:27.801Z Checking miniz_oxide v0.8.9
20652026-03-31T01:16:27.801Z Checking ucd-trie v0.1.7
20662026-03-31T01:16:27.841Z Checking hyper v1.8.1
20672026-03-31T01:16:27.914Z Checking iri-string v0.7.10
20682026-03-31T01:16:27.917Z Checking pkcs8 v0.10.2
20692026-03-31T01:16:28.029Z Checking openapiv3 v2.2.0
20702026-03-31T01:16:28.066Z Checking pest v2.8.6
20712026-03-31T01:16:28.109Z Checking either v1.15.0
20722026-03-31T01:16:28.146Z Checking rustls v0.23.37
20732026-03-31T01:16:28.181Z Checking crc32fast v1.5.0
20742026-03-31T01:16:28.215Z Checking winnow v0.7.14
20752026-03-31T01:16:28.323Z Checking oxnet v0.1.4
20762026-03-31T01:16:28.359Z Checking lazy_static v1.5.0
20772026-03-31T01:16:28.479Z Checking static_assertions v1.1.0
20782026-03-31T01:16:28.583Z Checking signature v2.2.0
20792026-03-31T01:16:28.620Z Checking hubpack v0.1.2
20802026-03-31T01:16:28.743Z Checking zlib-rs v0.6.2
20812026-03-31T01:16:28.793Z Checking hyper-util v0.1.20
20822026-03-31T01:16:28.829Z Checking sha1 v0.10.6
20832026-03-31T01:16:28.966Z Checking tower-http v0.6.8
20842026-03-31T01:16:29.019Z Checking strum v0.26.3
20852026-03-31T01:16:29.155Z Checking data-encoding v2.10.0
20862026-03-31T01:16:29.192Z Checking foreign-types-shared v0.1.1
20872026-03-31T01:16:29.262Z Checking openssl-sys v0.9.111
20882026-03-31T01:16:29.304Z Checking foreign-types v0.3.2
20892026-03-31T01:16:29.356Z Checking tinyvec_macros v0.1.1
20902026-03-31T01:16:29.405Z Checking num-integer v0.1.46
20912026-03-31T01:16:29.439Z Checking scroll v0.13.0
20922026-03-31T01:16:29.474Z Checking tinyvec v1.10.0
20932026-03-31T01:16:29.477Z Checking serde_spanned v0.6.9
20942026-03-31T01:16:29.650Z Checking toml_datetime v0.6.11
20952026-03-31T01:16:29.653Z Checking flate2 v1.1.9
20962026-03-31T01:16:29.721Z Checking memmap2 v0.9.10
20972026-03-31T01:16:29.725Z Checking goblin v0.10.5
20982026-03-31T01:16:29.789Z Checking openssl v0.10.75
20992026-03-31T01:16:29.825Z Checking bit-vec v0.8.0
21002026-03-31T01:16:29.892Z Checking base16ct v0.2.0
21012026-03-31T01:16:29.940Z Checking psl-types v2.0.11
21022026-03-31T01:16:29.977Z Checking dtrace-parser v0.3.0
21032026-03-31T01:16:30.040Z Checking cookie v0.18.1
21042026-03-31T01:16:30.077Z Checking bit-set v0.8.0
21052026-03-31T01:16:30.080Z Checking sec1 v0.7.3
21062026-03-31T01:16:30.143Z Checking publicsuffix v2.3.0
21072026-03-31T01:16:30.234Z Checking crossbeam-epoch v0.9.18
21082026-03-31T01:16:30.270Z Checking ff v0.13.1
21092026-03-31T01:16:30.305Z Checking wait-timeout v0.2.1
21102026-03-31T01:16:30.340Z Checking thread-id v5.1.0
21112026-03-31T01:16:30.343Z Checking cookie_store v0.22.1
21122026-03-31T01:16:30.424Z Checking group v0.13.0
21132026-03-31T01:16:30.459Z Checking num-iter v0.1.45
21142026-03-31T01:16:30.462Z Checking bstr v1.12.1
21152026-03-31T01:16:30.526Z Checking hkdf v0.12.4
21162026-03-31T01:16:30.529Z Checking tokio-rustls v0.26.4
21172026-03-31T01:16:30.594Z Checking rustls-platform-verifier v0.6.2
21182026-03-31T01:16:30.630Z Checking ahash v0.8.12
21192026-03-31T01:16:30.688Z Checking crypto-bigint v0.5.5
21202026-03-31T01:16:30.725Z Checking quick-error v1.2.3
21212026-03-31T01:16:30.763Z Checking rand_xorshift v0.4.0
21222026-03-31T01:16:30.809Z Checking hyper-rustls v0.27.7
21232026-03-31T01:16:30.850Z Checking scroll v0.12.0
21242026-03-31T01:16:30.888Z Checking rusty-fork v0.3.1
21252026-03-31T01:16:30.891Z Checking unarray v0.1.4
21262026-03-31T01:16:30.954Z Checking num-bigint-dig v0.8.6
21272026-03-31T01:16:31.044Z Checking reqwest v0.13.2
21282026-03-31T01:16:31.081Z Checking pkcs1 v0.7.5
21292026-03-31T01:16:31.090Z Checking proptest v1.10.0
21302026-03-31T01:16:31.147Z Checking goblin v0.8.2
21312026-03-31T01:16:31.317Z Checking x509-cert v0.2.5
21322026-03-31T01:16:31.579Z Checking elliptic-curve v0.13.8
21332026-03-31T01:16:31.731Z Checking native-tls v0.2.18
21342026-03-31T01:16:31.778Z Checking zerocopy v0.7.35
21352026-03-31T01:16:31.899Z Checking unicode-segmentation v1.12.0
21362026-03-31T01:16:31.936Z Checking rsa v0.9.10
21372026-03-31T01:16:31.939Z Checking tokio-native-tls v0.3.1
21382026-03-31T01:16:32.004Z Checking crossbeam-deque v0.8.6
21392026-03-31T01:16:32.040Z Checking dof v0.4.0
21402026-03-31T01:16:32.152Z Checking hyper-tls v0.6.0
21412026-03-31T01:16:32.214Z Checking dtrace-parser v0.2.0
21422026-03-31T01:16:32.249Z Checking rfc6979 v0.4.0
21432026-03-31T01:16:32.287Z Checking memoffset v0.9.1
21442026-03-31T01:16:32.348Z Checking reqwest v0.12.28
21452026-03-31T01:16:32.391Z Checking thread-id v4.2.2
21462026-03-31T01:16:32.427Z Checking ecdsa v0.16.9
21472026-03-31T01:16:32.463Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-31T01:16:32.499Z Checking curve25519-dalek v4.1.3
21492026-03-31T01:16:32.502Z Checking rustix v0.38.44
21502026-03-31T01:16:32.694Z Checking usdt-impl v0.6.0
21512026-03-31T01:16:32.789Z Checking env_filter v1.0.0
21522026-03-31T01:16:32.855Z Checking toml_write v0.1.2
21532026-03-31T01:16:32.880Z Checking newtype-uuid v1.3.2
21542026-03-31T01:16:32.962Z Checking keccak v0.1.6
21552026-03-31T01:16:32.999Z Checking usdt v0.6.0
21562026-03-31T01:16:33.034Z Checking toml_edit v0.22.27
21572026-03-31T01:16:33.083Z Checking dof v0.3.0
21582026-03-31T01:16:33.119Z Checking daft v0.1.5
21592026-03-31T01:16:33.162Z Checking sha3 v0.10.8
21602026-03-31T01:16:33.200Z Checking env_logger v0.11.9
21612026-03-31T01:16:33.234Z Checking ed25519 v2.2.3
21622026-03-31T01:16:33.309Z Checking itertools v0.13.0
21632026-03-31T01:16:33.369Z Checking serde_with v3.17.0
21642026-03-31T01:16:33.406Z Checking bitflags v1.3.2
21652026-03-31T01:16:33.409Z Checking usdt-impl v0.5.0
21662026-03-31T01:16:33.409Z Checking siphasher v1.0.2
21672026-03-31T01:16:33.507Z Checking nix v0.31.1
21682026-03-31T01:16:33.510Z Checking ed25519-dalek v2.2.0
21692026-03-31T01:16:33.510Z Checking unicode-normalization v0.1.25
21702026-03-31T01:16:33.653Z Checking signal-hook v0.3.18
21712026-03-31T01:16:33.742Z Checking managed v0.8.0
21722026-03-31T01:16:33.803Z Checking winnow v0.5.40
21732026-03-31T01:16:33.867Z Checking rayon-core v1.13.0
21742026-03-31T01:16:33.958Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-31T01:16:33.997Z Checking object v0.37.3
21762026-03-31T01:16:34.073Z Checking foldhash v0.1.5
21772026-03-31T01:16:34.147Z Checking bzip2 v0.4.4
21782026-03-31T01:16:34.213Z Checking signal-hook-mio v0.2.5
21792026-03-31T01:16:34.248Z Checking hashbrown v0.15.5
21802026-03-31T01:16:34.340Z Checking ref-cast v1.0.25
21812026-03-31T01:16:34.378Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-31T01:16:34.381Z Checking zip v0.6.6
21832026-03-31T01:16:34.470Z Checking libbz2-rs-sys v0.2.2
21842026-03-31T01:16:34.520Z Checking zstd-safe v7.2.4
21852026-03-31T01:16:34.583Z Checking bumpalo v3.20.2
21862026-03-31T01:16:34.712Z Checking zstd v0.13.3
21872026-03-31T01:16:34.751Z Checking crossterm v0.28.1
21882026-03-31T01:16:34.783Z Checking rayon v1.11.0
21892026-03-31T01:16:34.820Z Checking zopfli v0.8.3
21902026-03-31T01:16:34.823Z Checking similar v2.7.0
21912026-03-31T01:16:34.892Z Checking bzip2 v0.6.1
21922026-03-31T01:16:34.926Z Checking fs-err v3.3.0
21932026-03-31T01:16:34.961Z Checking toml_edit v0.19.15
21942026-03-31T01:16:35.080Z Checking hash32 v0.2.1
21952026-03-31T01:16:35.186Z Checking serde-big-array v0.5.1
21962026-03-31T01:16:35.244Z Checking unicode-bidi v0.3.18
21972026-03-31T01:16:35.281Z Checking predicates-core v1.0.10
21982026-03-31T01:16:35.284Z Checking unicode-properties v0.1.4
21992026-03-31T01:16:35.348Z Checking jiff v0.2.21
22002026-03-31T01:16:35.432Z Checking heapless v0.7.17
22012026-03-31T01:16:35.469Z Checking hickory-proto v0.25.2
22022026-03-31T01:16:35.530Z Checking tokio-stream v0.1.18
22032026-03-31T01:16:35.567Z Checking stringprep v0.1.5
22042026-03-31T01:16:35.750Z Checking md-5 v0.10.6
22052026-03-31T01:16:35.864Z Checking float-cmp v0.10.0
22062026-03-31T01:16:35.915Z Checking fallible-iterator v0.2.0
22072026-03-31T01:16:35.952Z Checking rustc-hash v2.1.1
22082026-03-31T01:16:35.995Z Checking toml v0.7.8
22092026-03-31T01:16:36.032Z Checking difflib v0.4.0
22102026-03-31T01:16:36.094Z Checking normalize-line-endings v0.3.0
22112026-03-31T01:16:36.213Z Checking iddqd v0.3.17
22122026-03-31T01:16:36.216Z Checking postgres-protocol v0.6.10
22132026-03-31T01:16:36.285Z Checking predicates v3.1.4
22142026-03-31T01:16:36.289Z Checking smoltcp v0.9.1
22152026-03-31T01:16:36.289Z Checking phf_shared v0.13.1
22162026-03-31T01:16:36.384Z Checking phf_shared v0.11.3
22172026-03-31T01:16:36.557Z Checking itertools v0.12.1
22182026-03-31T01:16:36.594Z Checking console v0.16.2
22192026-03-31T01:16:36.599Z Checking buf-list v1.1.2
22202026-03-31T01:16:36.662Z Checking strum v0.27.2
22212026-03-31T01:16:36.803Z Checking toml_datetime v0.7.5+spec-1.1.0
22222026-03-31T01:16:36.839Z Checking fixedbitset v0.5.7
22232026-03-31T01:16:36.912Z Checking fixedbitset v0.4.2
22242026-03-31T01:16:36.915Z Checking new_debug_unreachable v1.0.6
22252026-03-31T01:16:37.027Z Checking precomputed-hash v0.1.1
22262026-03-31T01:16:37.063Z Checking unit-prefix v0.5.2
22272026-03-31T01:16:37.067Z Checking lalrpop-util v0.19.12
22282026-03-31T01:16:37.067Z Checking petgraph v0.8.3
22292026-03-31T01:16:37.163Z Checking petgraph v0.6.5
22302026-03-31T01:16:37.166Z Checking string_cache v0.8.9
22312026-03-31T01:16:37.230Z Checking indicatif v0.18.4
22322026-03-31T01:16:37.280Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-31T01:16:37.361Z Checking postgres-types v0.2.12
22342026-03-31T01:16:37.562Z Checking zone v0.3.1
22352026-03-31T01:16:37.598Z Checking zip v4.6.1
22362026-03-31T01:16:37.634Z Checking phf v0.13.1
22372026-03-31T01:16:37.708Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-31T01:16:37.813Z Checking peg-runtime v0.8.5
22392026-03-31T01:16:37.950Z Checking whoami v2.1.0
22402026-03-31T01:16:38.033Z Checking futures-executor v0.3.32
22412026-03-31T01:16:38.157Z Checking is-terminal v0.4.17
22422026-03-31T01:16:38.183Z Checking tokio-postgres v0.7.16
22432026-03-31T01:16:38.219Z Checking futures v0.3.32
22442026-03-31T01:16:38.222Z Checking crossbeam-channel v0.5.15
22452026-03-31T01:16:38.285Z Compiling structmeta-derive v0.3.0
22462026-03-31T01:16:38.288Z Checking thread_local v1.1.9
22472026-03-31T01:16:38.352Z Checking take_mut v0.2.2
22482026-03-31T01:16:38.481Z Checking term v1.2.1
22492026-03-31T01:16:38.517Z Compiling newtype-uuid-macros v0.1.0
22502026-03-31T01:16:38.520Z Checking regress v0.10.5
22512026-03-31T01:16:38.612Z Checking slog-async v2.8.0
22522026-03-31T01:16:38.732Z Checking slog-term v2.9.2
22532026-03-31T01:16:38.768Z Compiling rustls v0.22.4
22542026-03-31T01:16:38.813Z Compiling multer v3.1.0
22552026-03-31T01:16:39.018Z Compiling async-stream-impl v0.3.6
22562026-03-31T01:16:39.054Z Compiling dropshot v0.17.0
22572026-03-31T01:16:39.159Z Compiling dropshot_endpoint v0.17.0
22582026-03-31T01:16:39.307Z Checking match_cfg v0.1.0
22592026-03-31T01:16:39.351Z Checking slog-json v2.6.1
22602026-03-31T01:16:39.390Z Compiling structmeta v0.3.0
22612026-03-31T01:16:39.425Z Checking hostname v0.3.1
22622026-03-31T01:16:39.459Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-03-31T01:16:39.535Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-03-31T01:16:39.573Z Checking slog-bunyan v2.5.0
22652026-03-31T01:16:39.638Z Checking progenitor-client v0.13.0
22662026-03-31T01:16:39.641Z Compiling derive-ex v0.1.8
22672026-03-31T01:16:39.709Z Checking debug-ignore v1.0.5
22682026-03-31T01:16:39.750Z Checking serde_spanned v1.0.4
22692026-03-31T01:16:39.841Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-31T01:16:39.876Z Checking rustls-webpki v0.102.8
22712026-03-31T01:16:39.911Z Checking serde_path_to_error v0.1.20
22722026-03-31T01:16:39.915Z Checking toml_datetime v1.0.0+spec-1.1.0
22732026-03-31T01:16:39.976Z Checking compression-core v0.4.31
22742026-03-31T01:16:40.012Z Checking async-stream v0.3.6
22752026-03-31T01:16:40.133Z Checking compression-codecs v0.4.37
22762026-03-31T01:16:40.171Z Checking toml v1.0.6+spec-1.1.0
22772026-03-31T01:16:40.175Z Checking waitgroup v0.1.2
22782026-03-31T01:16:40.236Z Checking rustls-pemfile v2.2.0
22792026-03-31T01:16:40.305Z Checking hostname v0.4.2
22802026-03-31T01:16:40.341Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812026-03-31T01:16:40.346Z Checking async-compression v0.4.41
22822026-03-31T01:16:40.432Z Compiling parse-display-derive v0.10.0
22832026-03-31T01:16:40.442Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22842026-03-31T01:16:40.478Z Checking itertools v0.14.0
22852026-03-31T01:16:40.613Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22862026-03-31T01:16:40.651Z Checking macaddr v1.0.1
22872026-03-31T01:16:40.775Z Checking instant v0.1.13
22882026-03-31T01:16:40.857Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22892026-03-31T01:16:40.893Z Checking backoff v0.4.0
22902026-03-31T01:16:40.927Z Checking backon v1.6.0
22912026-03-31T01:16:41.040Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22922026-03-31T01:16:41.132Z Checking progenitor-extras v0.1.1
22932026-03-31T01:16:41.135Z Checking heck v0.5.0
22942026-03-31T01:16:41.287Z Checking toml v0.8.23
22952026-03-31T01:16:41.348Z Compiling test-strategy v0.4.5
22962026-03-31T01:16:41.415Z Compiling convert_case v0.4.0
22972026-03-31T01:16:41.530Z Checking half v2.7.1
22982026-03-31T01:16:41.567Z Checking ciborium-io v0.2.2
22992026-03-31T01:16:41.639Z Compiling unsafe-libyaml v0.2.11
23002026-03-31T01:16:41.687Z Checking secrecy v0.10.3
23012026-03-31T01:16:41.722Z Checking tokio-rustls v0.25.0
23022026-03-31T01:16:41.813Z Compiling derive_more v0.99.20
23032026-03-31T01:16:41.849Z Compiling crucible-workspace-hack v0.1.0
23042026-03-31T01:16:41.853Z Checking ciborium-ll v0.2.2
23052026-03-31T01:16:42.053Z Checking indent_write v2.2.0
23062026-03-31T01:16:42.088Z Checking ciborium v0.2.2
23072026-03-31T01:16:42.121Z Checking parse-display v0.10.0
23082026-03-31T01:16:42.213Z Compiling serde_yaml v0.9.34+deprecated
23092026-03-31T01:16:42.344Z Checking camino-tempfile v1.4.1
23102026-03-31T01:16:42.500Z Checking universal-hash v0.5.1
23112026-03-31T01:16:42.535Z Checking opaque-debug v0.3.1
23122026-03-31T01:16:42.538Z Checking typify-impl v0.6.1
23132026-03-31T01:16:42.666Z Checking aead v0.5.2
23142026-03-31T01:16:42.834Z Checking poly1305 v0.8.0
23152026-03-31T01:16:42.870Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-03-31T01:16:43.127Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23172026-03-31T01:16:43.333Z Checking chacha20 v0.9.1
23182026-03-31T01:16:43.487Z Compiling thiserror-impl-no-std v2.0.2
23192026-03-31T01:16:43.563Z Checking swrite v0.1.0
23202026-03-31T01:16:43.688Z Checking password-hash v0.5.0
23212026-03-31T01:16:43.724Z Checking blake2 v0.10.6
23222026-03-31T01:16:43.828Z Checking chacha20poly1305 v0.10.1
23232026-03-31T01:16:43.911Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-03-31T01:16:43.951Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23252026-03-31T01:16:43.987Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23262026-03-31T01:16:43.993Z Checking argon2 v0.5.3
23272026-03-31T01:16:44.248Z Checking byte-wrapper v0.1.0
23282026-03-31T01:16:44.283Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23292026-03-31T01:16:44.388Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23302026-03-31T01:16:44.444Z Compiling toml_edit v0.23.10+spec-1.0.0
23312026-03-31T01:16:44.485Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23322026-03-31T01:16:44.551Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23332026-03-31T01:16:44.638Z Checking tabwriter v1.4.1
23342026-03-31T01:16:44.704Z Checking thiserror-no-std v2.0.2
23352026-03-31T01:16:44.813Z Checking unicode-width v0.1.14
23362026-03-31T01:16:44.875Z Checking vsss-rs v3.3.4
23372026-03-31T01:16:45.097Z Compiling proc-macro-crate v3.4.0
23382026-03-31T01:16:45.218Z Checking glob v0.3.3
23392026-03-31T01:16:45.432Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-31T01:16:45.525Z Compiling heapless v0.8.0
23412026-03-31T01:16:45.580Z Compiling ingot-macros v0.1.1
23422026-03-31T01:16:45.661Z Checking hash32 v0.3.1
23432026-03-31T01:16:45.740Z Compiling smoltcp v0.11.0
23442026-03-31T01:16:45.817Z Checking colored v3.1.1
23452026-03-31T01:16:45.969Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23462026-03-31T01:16:46.006Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23472026-03-31T01:16:46.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23482026-03-31T01:16:46.144Z Compiling num_enum_derive v0.7.5
23492026-03-31T01:16:46.187Z Checking cobs v0.3.0
23502026-03-31T01:16:46.296Z Compiling foreign-types-macros v0.2.3
23512026-03-31T01:16:46.364Z Checking foreign-types-shared v0.3.1
23522026-03-31T01:16:46.487Z Checking cpufeatures v0.3.0
23532026-03-31T01:16:46.591Z Checking chacha20 v0.10.0
23542026-03-31T01:16:46.836Z Checking postcard v1.1.3
23552026-03-31T01:16:46.910Z Checking foreign-types v0.5.0
23562026-03-31T01:16:47.156Z Compiling proc-macro-crate v1.3.1
23572026-03-31T01:16:47.223Z Compiling typify-macro v0.6.1
23582026-03-31T01:16:47.226Z Checking num_enum v0.7.5
23592026-03-31T01:16:47.255Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-03-31T01:16:47.327Z Checking cstr-argument v0.1.2
23612026-03-31T01:16:47.403Z Checking sigpipe v0.1.3
23622026-03-31T01:16:47.476Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-03-31T01:16:47.517Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23642026-03-31T01:16:47.549Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23652026-03-31T01:16:47.620Z Compiling num_enum_derive v0.5.11
23662026-03-31T01:16:47.694Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672026-03-31T01:16:47.807Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23682026-03-31T01:16:47.810Z Checking rand v0.10.0
23692026-03-31T01:16:47.893Z Compiling usdt-macro v0.5.0
23702026-03-31T01:16:47.928Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23712026-03-31T01:16:47.999Z Compiling usdt-attr-macro v0.5.0
23722026-03-31T01:16:48.086Z Checking memmap v0.7.0
23732026-03-31T01:16:48.253Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23742026-03-31T01:16:48.425Z Checking ingot-types v0.1.2
23752026-03-31T01:16:48.648Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-03-31T01:16:48.721Z Checking num_enum v0.5.11
23772026-03-31T01:16:48.756Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23782026-03-31T01:16:48.828Z Checking ingot v0.1.1
23792026-03-31T01:16:48.864Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23802026-03-31T01:16:48.895Z Checking usdt v0.5.0
23812026-03-31T01:16:48.895Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23822026-03-31T01:16:48.963Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23832026-03-31T01:16:48.998Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-03-31T01:16:49.032Z Compiling typify v0.6.1
23852026-03-31T01:16:49.126Z Checking smf v0.2.3
23862026-03-31T01:16:49.190Z Compiling progenitor-impl v0.13.0
23872026-03-31T01:16:49.194Z Compiling num-derive v0.4.2
23882026-03-31T01:16:49.255Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23892026-03-31T01:16:49.372Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
23902026-03-31T01:16:49.458Z Checking whoami v1.6.1
23912026-03-31T01:16:49.565Z Checking tokio-dtrace v0.1.1
23922026-03-31T01:16:49.607Z Compiling derive-where v1.6.0
23932026-03-31T01:16:49.660Z Checking atomicwrites v0.4.4
23942026-03-31T01:16:49.772Z Checking oxide-tokio-rt v0.1.3
23952026-03-31T01:16:49.816Z Checking console v0.15.11
23962026-03-31T01:16:49.967Z Checking newline-converter v0.3.0
23972026-03-31T01:16:50.109Z Checking bytecount v0.6.9
23982026-03-31T01:16:50.144Z Checking expectorate v1.2.0
23992026-03-31T01:16:50.176Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
24002026-03-31T01:16:50.179Z Compiling prettyplease v0.2.37
24012026-03-31T01:16:50.242Z Compiling owo-colors v4.3.0
24022026-03-31T01:16:50.299Z Compiling cancel-safe-futures v0.1.5
24032026-03-31T01:16:50.422Z Checking libsw-core v0.3.2
24042026-03-31T01:16:50.490Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24052026-03-31T01:16:50.563Z Checking same-file v1.0.6
24062026-03-31T01:16:50.595Z Checking libsw v3.5.0
24072026-03-31T01:16:50.736Z Checking linear-map v1.2.0
24082026-03-31T01:16:50.800Z Checking walkdir v2.5.0
24092026-03-31T01:16:50.916Z Checking num-rational v0.4.2
24102026-03-31T01:16:50.951Z Checking num-complex v0.4.6
24112026-03-31T01:16:50.954Z Checking float-ord v0.3.2
24122026-03-31T01:16:51.015Z Checking gethostname v0.5.0
24132026-03-31T01:16:51.214Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24142026-03-31T01:16:51.317Z Checking num v0.4.3
24152026-03-31T01:16:51.320Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-03-31T01:16:51.320Z Compiling async-recursion v1.1.1
24172026-03-31T01:16:51.415Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24182026-03-31T01:16:51.623Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24192026-03-31T01:16:51.762Z Compiling progenitor-macro v0.13.0
24202026-03-31T01:16:52.387Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24212026-03-31T01:16:52.596Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24222026-03-31T01:16:52.980Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24232026-03-31T01:16:54.859Z Checking unicode-linebreak v0.1.5
24242026-03-31T01:16:55.076Z Checking smawk v0.3.2
24252026-03-31T01:16:55.110Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24262026-03-31T01:16:55.191Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24272026-03-31T01:16:55.234Z Checking globset v0.4.18
24282026-03-31T01:16:55.548Z Compiling convert_case v0.10.0
24292026-03-31T01:16:55.886Z Compiling slog-dtrace v0.3.0
24302026-03-31T01:16:56.034Z Checking resolv-conf v0.7.6
24312026-03-31T01:16:56.180Z Compiling derive_more-impl v2.1.1
24322026-03-31T01:16:56.462Z Compiling pin-project-internal v1.1.11
24332026-03-31T01:16:56.503Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342026-03-31T01:16:56.534Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-03-31T01:16:56.683Z Checking pem v3.0.6
24362026-03-31T01:16:56.718Z Checking progenitor v0.13.0
24372026-03-31T01:16:56.764Z Checking fd-lock v4.0.4
24382026-03-31T01:16:56.872Z Checking vte v0.14.1
24392026-03-31T01:16:56.909Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24402026-03-31T01:16:56.943Z Checking display-error-chain v0.2.2
24412026-03-31T01:16:57.015Z Checking derive_more v2.1.1
24422026-03-31T01:16:57.049Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24432026-03-31T01:16:57.083Z Checking strip-ansi-escapes v0.2.1
24442026-03-31T01:16:57.116Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24452026-03-31T01:16:57.148Z Checking crossterm v0.29.0
24462026-03-31T01:16:57.214Z Compiling snafu-derive v0.8.9
24472026-03-31T01:16:57.596Z Checking pin-project v1.1.11
24482026-03-31T01:16:57.666Z Checking linked-hash-map v0.5.6
24492026-03-31T01:16:57.716Z Checking termtree v0.5.1
24502026-03-31T01:16:57.751Z Checking nu-ansi-term v0.50.3
24512026-03-31T01:16:57.865Z Checking lru-cache v0.1.2
24522026-03-31T01:16:57.900Z Checking textwrap v0.16.2
24532026-03-31T01:16:58.005Z Checking reedline v0.40.0
24542026-03-31T01:16:58.043Z Checking olpc-cjson v0.1.4
24552026-03-31T01:16:58.170Z Checking hickory-proto v0.24.4
24562026-03-31T01:16:58.232Z Checking serde_plain v1.0.2
24572026-03-31T01:16:58.420Z Checking typed-path v0.9.3
24582026-03-31T01:16:59.202Z Checking snafu v0.8.9
24592026-03-31T01:16:59.240Z Compiling minimal-lexical v0.2.1
24602026-03-31T01:16:59.243Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-03-31T01:16:59.473Z Checking tough v0.20.0
24622026-03-31T01:16:59.522Z Compiling nom v7.1.3
24632026-03-31T01:16:59.562Z Checking nibble_vec v0.1.0
24642026-03-31T01:16:59.597Z Checking endian-type v0.1.2
24652026-03-31T01:16:59.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24662026-03-31T01:16:59.760Z Checking radix_trie v0.2.1
24672026-03-31T01:16:59.838Z Compiling ar_archive_writer v0.5.1
24682026-03-31T01:16:59.868Z Checking base64 v0.21.7
24692026-03-31T01:16:59.984Z Checking hickory-resolver v0.24.4
24702026-03-31T01:17:00.018Z Checking humantime v2.3.0
24712026-03-31T01:17:00.132Z Checking csv-core v0.1.13
24722026-03-31T01:17:00.225Z Compiling stacker v0.1.23
24732026-03-31T01:17:00.306Z Compiling cfg_aliases v0.1.1
24742026-03-31T01:17:00.342Z Checking csv v1.4.0
24752026-03-31T01:17:00.413Z Checking highway v1.3.0
24762026-03-31T01:17:00.558Z Compiling nix v0.28.0
24772026-03-31T01:17:00.667Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-03-31T01:17:00.714Z Compiling psm v0.1.30
24792026-03-31T01:17:00.749Z Checking papergrid v0.11.0
24802026-03-31T01:17:00.752Z Checking qorb v0.4.1
24812026-03-31T01:17:00.862Z Compiling tabled_derive v0.7.0
24822026-03-31T01:17:00.932Z Checking home v0.5.12
24832026-03-31T01:17:01.117Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24842026-03-31T01:17:01.153Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24852026-03-31T01:17:01.381Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24862026-03-31T01:17:01.483Z Checking phf_shared v0.12.1
24872026-03-31T01:17:01.591Z Compiling recursive-proc-macro-impl v0.1.1
24882026-03-31T01:17:01.627Z Compiling chrono-tz v0.10.4
24892026-03-31T01:17:01.660Z Compiling semver v0.1.20
24902026-03-31T01:17:01.920Z Checking tabled v0.15.0
24912026-03-31T01:17:01.925Z Compiling rustc_version v0.1.7
24922026-03-31T01:17:01.935Z Checking phf v0.12.1
24932026-03-31T01:17:01.999Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24942026-03-31T01:17:02.035Z Checking recursive v0.1.1
24952026-03-31T01:17:02.038Z Compiling const_format_proc_macros v0.2.34
24962026-03-31T01:17:02.101Z Compiling peg-macros v0.8.5
24972026-03-31T01:17:02.149Z Checking winnow v0.6.26
24982026-03-31T01:17:02.183Z Compiling sqlparser_derive v0.5.0
24992026-03-31T01:17:02.749Z Checking unicode_categories v0.1.1
25002026-03-31T01:17:02.901Z Checking rustyline v14.0.0
25012026-03-31T01:17:02.968Z Checking sqlparser v0.61.0
25022026-03-31T01:17:02.971Z Checking const_format v0.2.35
25032026-03-31T01:17:03.328Z Checking sqlformat v0.3.5
25042026-03-31T01:17:03.362Z Compiling newtype_derive v0.1.6
25052026-03-31T01:17:03.552Z Checking peg v0.8.5
25062026-03-31T01:17:03.655Z Checking bcs v0.1.6
25072026-03-31T01:17:03.815Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25082026-03-31T01:17:03.888Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25092026-03-31T01:17:03.922Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25102026-03-31T01:17:04.029Z Checking steno v0.4.1
25112026-03-31T01:17:04.171Z Checking utf-8 v0.7.6
25122026-03-31T01:17:04.205Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25132026-03-31T01:17:04.338Z Checking filetime v0.2.27
25142026-03-31T01:17:04.507Z Checking arc-swap v1.8.2
25152026-03-31T01:17:04.762Z Checking xattr v1.6.1
25162026-03-31T01:17:04.883Z Checking slog-scope v4.4.1
25172026-03-31T01:17:04.922Z Checking tar v0.4.45
25182026-03-31T01:17:05.048Z Checking tungstenite v0.21.0
25192026-03-31T01:17:05.085Z Checking slog-stdlog v4.1.1
25202026-03-31T01:17:05.088Z Compiling typify-impl v0.4.3
25212026-03-31T01:17:05.238Z Checking slog-envlogger v2.2.0
25222026-03-31T01:17:05.415Z Checking typeid v1.0.3
25232026-03-31T01:17:05.490Z Checking tokio-tungstenite v0.21.0
25242026-03-31T01:17:05.797Z Checking subprocess v0.2.15
25252026-03-31T01:17:06.124Z Checking headers-core v0.3.0
25262026-03-31T01:17:06.251Z Checking headers v0.4.1
25272026-03-31T01:17:06.355Z Compiling toml v0.9.12+spec-1.1.0
25282026-03-31T01:17:06.723Z Compiling lzma-sys v0.1.20
25292026-03-31T01:17:06.759Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25302026-03-31T01:17:06.893Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-03-31T01:17:07.072Z Compiling cargo_toml v0.22.3
25322026-03-31T01:17:07.186Z Checking progenitor-client v0.10.0
25332026-03-31T01:17:07.443Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25342026-03-31T01:17:07.720Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25352026-03-31T01:17:07.799Z Checking yasna v0.5.2
25362026-03-31T01:17:07.838Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25372026-03-31T01:17:07.978Z Checking xz2 v0.1.7
25382026-03-31T01:17:08.183Z Checking ron v0.12.0
25392026-03-31T01:17:08.244Z Checking rcgen v0.12.1
25402026-03-31T01:17:08.955Z Checking base16ct v1.0.0
25412026-03-31T01:17:09.049Z Checking dropshot-api-manager-types v0.7.0
25422026-03-31T01:17:09.118Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25432026-03-31T01:17:09.215Z Checking tagptr v0.2.0
25442026-03-31T01:17:09.249Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25452026-03-31T01:17:09.319Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-03-31T01:17:09.388Z Checking moka v0.12.13
25472026-03-31T01:17:09.423Z Compiling radium v0.7.0
25482026-03-31T01:17:09.590Z Compiling typify-macro v0.4.3
25492026-03-31T01:17:09.710Z Compiling libefi-sys v0.1.0
25502026-03-31T01:17:09.776Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-03-31T01:17:09.865Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25522026-03-31T01:17:09.868Z Compiling bitfield-struct v0.6.2
25532026-03-31T01:17:09.975Z Checking tap v1.0.1
25542026-03-31T01:17:10.035Z Compiling maybe-uninit v2.0.0
25552026-03-31T01:17:10.070Z Checking hickory-resolver v0.25.2
25562026-03-31T01:17:10.107Z Checking wyz v0.5.1
25572026-03-31T01:17:10.530Z Compiling zerocopy-derive v0.6.6
25582026-03-31T01:17:10.560Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-31T01:17:10.631Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-31T01:17:10.738Z Checking funty v2.0.0
25612026-03-31T01:17:10.805Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25622026-03-31T01:17:10.837Z Checking crc-catalog v2.4.0
25632026-03-31T01:17:10.869Z Compiling packed_struct v0.10.1
25642026-03-31T01:17:10.962Z Checking crc v3.4.0
25652026-03-31T01:17:11.079Z Checking bitvec v1.0.1
25662026-03-31T01:17:11.185Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-03-31T01:17:11.225Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-03-31T01:17:11.325Z Compiling typify v0.4.3
25692026-03-31T01:17:11.421Z Compiling packed_struct_codegen v0.10.1
25702026-03-31T01:17:11.424Z Checking zerocopy v0.6.6
25712026-03-31T01:17:11.486Z Compiling progenitor-impl v0.10.0
25722026-03-31T01:17:11.489Z Compiling bitfield-macros v0.19.4
25732026-03-31T01:17:11.768Z Compiling indexmap v1.9.3
25742026-03-31T01:17:11.994Z Checking nodrop v0.1.14
25752026-03-31T01:17:12.117Z Checking array-init v0.0.4
25762026-03-31T01:17:12.251Z Checking bitfield v0.19.4
25772026-03-31T01:17:12.430Z Checking smallvec v0.6.14
25782026-03-31T01:17:12.464Z Checking hashbrown v0.12.3
25792026-03-31T01:17:12.496Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-31T01:17:12.561Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-03-31T01:17:12.647Z Checking serde-hex v0.1.0
25822026-03-31T01:17:12.682Z Checking ron v0.8.1
25832026-03-31T01:17:13.269Z Checking hashbrown v0.13.2
25842026-03-31T01:17:13.304Z Checking crc-any v2.5.0
25852026-03-31T01:17:13.515Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25862026-03-31T01:17:13.622Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
25872026-03-31T01:17:13.671Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-03-31T01:17:13.712Z Checking path-slash v0.1.5
25892026-03-31T01:17:13.745Z Checking object v0.30.4
25902026-03-31T01:17:13.848Z Compiling xshell-macros v0.2.7
25912026-03-31T01:17:14.175Z Compiling progenitor-macro v0.10.0
25922026-03-31T01:17:14.209Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25932026-03-31T01:17:14.258Z Checking xshell v0.2.7
25942026-03-31T01:17:14.481Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25952026-03-31T01:17:14.614Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25962026-03-31T01:17:15.171Z Checking half v1.8.3
25972026-03-31T01:17:15.240Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-03-31T01:17:15.394Z Checking serde_cbor v0.11.2
25992026-03-31T01:17:15.427Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26002026-03-31T01:17:15.808Z Compiling num-derive v0.3.3
26012026-03-31T01:17:15.849Z Compiling proc-macro-error-attr2 v2.0.0
26022026-03-31T01:17:15.882Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26032026-03-31T01:17:16.102Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26042026-03-31T01:17:16.278Z Compiling proc-macro-error2 v2.0.1
26052026-03-31T01:17:16.563Z Checking papergrid v0.17.0
26062026-03-31T01:17:16.624Z Checking testing_table v0.3.0
26072026-03-31T01:17:16.657Z Compiling tabled_derive v0.11.0
26082026-03-31T01:17:16.710Z Checking libscf-sys v1.1.0
26092026-03-31T01:17:16.743Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-03-31T01:17:16.774Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26112026-03-31T01:17:16.869Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26122026-03-31T01:17:17.107Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26132026-03-31T01:17:17.159Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26142026-03-31T01:17:17.361Z Checking maplit v1.0.2
26152026-03-31T01:17:17.470Z Checking crc8 v0.1.1
26162026-03-31T01:17:17.503Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-31T01:17:17.600Z Checking fxhash v0.2.1
26182026-03-31T01:17:17.718Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26192026-03-31T01:17:17.755Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26202026-03-31T01:17:17.824Z Checking tabled v0.20.0
26212026-03-31T01:17:17.881Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26222026-03-31T01:17:18.057Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26232026-03-31T01:17:18.107Z Checking unicase v2.9.0
26242026-03-31T01:17:18.142Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26252026-03-31T01:17:18.297Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26262026-03-31T01:17:18.536Z Checking kstat-rs v0.2.4
26272026-03-31T01:17:18.575Z Compiling vergen-lib v0.1.6
26282026-03-31T01:17:18.767Z Compiling diesel_derives v2.3.7
26292026-03-31T01:17:18.838Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26302026-03-31T01:17:18.913Z Checking scheduled-thread-pool v0.2.7
26312026-03-31T01:17:19.023Z Compiling dsl_auto_type v0.2.0
26322026-03-31T01:17:19.067Z Checking progenitor v0.10.0
26332026-03-31T01:17:19.097Z Compiling vergen-gitcl v1.0.8
26342026-03-31T01:17:19.222Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-31T01:17:19.254Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-31T01:17:19.358Z Checking r2d2 v0.8.10
26372026-03-31T01:17:19.574Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26382026-03-31T01:17:19.705Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-03-31T01:17:19.866Z Compiling parking_lot_core v0.8.6
26402026-03-31T01:17:19.953Z Checking downcast-rs v2.0.2
26412026-03-31T01:17:20.066Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26422026-03-31T01:17:20.418Z Compiling git-stub v1.0.0
26432026-03-31T01:17:20.695Z Compiling git-stub-vcs v0.1.0
26442026-03-31T01:17:20.728Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-03-31T01:17:20.731Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26462026-03-31T01:17:20.837Z Checking parking_lot v0.11.2
26472026-03-31T01:17:20.989Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-03-31T01:17:21.057Z Checking prefix-trie v0.7.0
26492026-03-31T01:17:21.091Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26502026-03-31T01:17:21.094Z Checking nanorand v0.7.0
26512026-03-31T01:17:21.175Z Compiling dirs-sys-next v0.1.2
26522026-03-31T01:17:21.354Z Compiling crunchy v0.2.4
26532026-03-31T01:17:21.408Z Checking hickory-server v0.25.2
26542026-03-31T01:17:21.491Z Compiling dirs-next v2.0.0
26552026-03-31T01:17:21.610Z Checking flume v0.11.1
26562026-03-31T01:17:21.645Z Checking sled v0.34.7
26572026-03-31T01:17:21.723Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-03-31T01:17:21.860Z Compiling clang-sys v1.8.1
26592026-03-31T01:17:21.894Z Checking hickory-client v0.25.2
26602026-03-31T01:17:22.054Z Compiling tiny-keccak v2.0.2
26612026-03-31T01:17:22.336Z Compiling term v0.7.0
26622026-03-31T01:17:22.340Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-03-31T01:17:22.401Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-31T01:17:22.404Z Compiling salty v0.3.0
26652026-03-31T01:17:22.653Z Compiling bit-vec v0.6.3
26662026-03-31T01:17:22.702Z Compiling ascii-canvas v3.0.0
26672026-03-31T01:17:22.901Z Compiling bit-set v0.5.3
26682026-03-31T01:17:22.936Z Checking primeorder v0.13.6
26692026-03-31T01:17:23.000Z Compiling itertools v0.10.5
26702026-03-31T01:17:23.142Z Compiling ena v0.14.4
26712026-03-31T01:17:23.252Z Compiling libloading v0.8.9
26722026-03-31T01:17:23.280Z Compiling fs-err v2.11.0
26732026-03-31T01:17:23.387Z Compiling diff v0.1.13
26742026-03-31T01:17:23.492Z Compiling regex-syntax v0.6.29
26752026-03-31T01:17:23.528Z Compiling bindgen v0.71.1
26762026-03-31T01:17:23.843Z Compiling cexpr v0.6.0
26772026-03-31T01:17:24.027Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26782026-03-31T01:17:24.103Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-31T01:17:24.136Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26802026-03-31T01:17:24.563Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26812026-03-31T01:17:24.601Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-31T01:17:24.751Z Compiling libxml v0.3.3
26832026-03-31T01:17:24.789Z Checking parse-size v1.1.0
26842026-03-31T01:17:24.865Z Compiling lalrpop v0.19.12
26852026-03-31T01:17:24.931Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26862026-03-31T01:17:24.936Z Checking diesel v2.3.7
26872026-03-31T01:17:24.995Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-31T01:17:25.078Z Checking p384 v0.13.1
26892026-03-31T01:17:25.518Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26902026-03-31T01:17:25.598Z Compiling strum_macros v0.24.3
26912026-03-31T01:17:25.842Z Checking assert_matches v1.5.0
26922026-03-31T01:17:25.949Z Compiling indoc v1.0.9
26932026-03-31T01:17:26.560Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26942026-03-31T01:17:26.967Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26952026-03-31T01:17:27.029Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26962026-03-31T01:17:27.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26972026-03-31T01:17:27.956Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26982026-03-31T01:17:28.214Z Checking predicates-tree v1.0.13
26992026-03-31T01:17:28.364Z Checking derive_builder v0.20.2
27002026-03-31T01:17:28.397Z Checking quick-xml v0.37.5
27012026-03-31T01:17:28.497Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27022026-03-31T01:17:28.533Z Compiling oso-derive v0.27.3
27032026-03-31T01:17:28.732Z Compiling impl-trait-for-tuples v0.2.3
27042026-03-31T01:17:29.000Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-03-31T01:17:29.079Z Compiling trait-variant v0.1.2
27062026-03-31T01:17:29.304Z Checking openssl-probe v0.1.6
27072026-03-31T01:17:29.448Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27082026-03-31T01:17:29.619Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=f3406edbe24d6c96e07a4a1459598671f04b8b59#f3406edb)
27092026-03-31T01:17:29.776Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27102026-03-31T01:17:29.811Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-03-31T01:17:30.287Z Compiling progenitor-impl v0.11.2
27122026-03-31T01:17:30.592Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27132026-03-31T01:17:30.625Z Compiling mime_guess v2.0.5
27142026-03-31T01:17:30.917Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-03-31T01:17:31.184Z Checking progenitor-client v0.11.2
27162026-03-31T01:17:31.370Z Checking http-range v0.1.5
27172026-03-31T01:17:31.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27182026-03-31T01:17:31.490Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-31T01:17:31.579Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27202026-03-31T01:17:31.725Z Checking ignore v0.4.25
27212026-03-31T01:17:32.206Z Checking atty v0.2.14
27222026-03-31T01:17:32.336Z Checking globwalk v0.9.1
27232026-03-31T01:17:32.982Z Compiling progenitor-macro v0.11.2
27242026-03-31T01:17:33.115Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-31T01:17:34.043Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-31T01:17:34.103Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27272026-03-31T01:17:34.326Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
27282026-03-31T01:17:34.453Z Checking bb8 v0.8.6
27292026-03-31T01:17:34.586Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-31T01:17:34.759Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27312026-03-31T01:17:34.818Z Checking corncobs v0.1.4
27322026-03-31T01:17:34.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-31T01:17:34.979Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27342026-03-31T01:17:35.056Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-03-31T01:17:35.431Z Checking hyper-staticfile v0.10.1
27362026-03-31T01:17:35.761Z Checking camino-tempfile-ext v0.3.3
27372026-03-31T01:17:35.865Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27382026-03-31T01:17:35.934Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27392026-03-31T01:17:35.988Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27402026-03-31T01:17:36.186Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-03-31T01:17:36.221Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-31T01:17:36.782Z Checking signal-hook-tokio v0.3.1
27432026-03-31T01:17:36.941Z Checking secrecy v0.8.0
27442026-03-31T01:17:37.098Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27452026-03-31T01:17:37.417Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27462026-03-31T01:17:37.762Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-03-31T01:17:37.880Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27482026-03-31T01:17:37.915Z Checking progenitor v0.11.2
27492026-03-31T01:17:37.948Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27502026-03-31T01:17:38.023Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27512026-03-31T01:17:38.125Z Checking nonempty v0.12.0
27522026-03-31T01:17:38.321Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27532026-03-31T01:17:38.417Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27542026-03-31T01:17:38.530Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27552026-03-31T01:17:38.693Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27562026-03-31T01:17:38.850Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
27572026-03-31T01:17:38.960Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27582026-03-31T01:17:39.270Z Checking diesel-dtrace v0.5.0
27592026-03-31T01:17:39.338Z Checking async-bb8-diesel v0.2.1
27602026-03-31T01:17:39.549Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27612026-03-31T01:17:39.730Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27622026-03-31T01:17:39.934Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27632026-03-31T01:17:40.189Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27642026-03-31T01:17:40.223Z Checking tungstenite v0.23.0
27652026-03-31T01:17:40.675Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27662026-03-31T01:17:40.732Z Checking tokio-tungstenite v0.23.1
27672026-03-31T01:17:40.886Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27682026-03-31T01:17:41.029Z Checking rand_seeder v0.4.0
27692026-03-31T01:17:41.212Z Checking void v1.0.2
27702026-03-31T01:17:41.256Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27712026-03-31T01:17:41.352Z Checking lzss v0.8.2
27722026-03-31T01:17:41.622Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27732026-03-31T01:17:41.666Z Checking nix v0.27.1
27742026-03-31T01:17:41.776Z Checking serde_bytes v0.11.19
27752026-03-31T01:17:41.861Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27762026-03-31T01:17:41.988Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-03-31T01:17:42.068Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27782026-03-31T01:17:42.208Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27792026-03-31T01:17:42.782Z Checking is_ci v1.2.0
27802026-03-31T01:17:42.915Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812026-03-31T01:17:42.982Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27822026-03-31T01:17:43.125Z Checking yansi v1.0.1
27832026-03-31T01:17:43.214Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27842026-03-31T01:17:43.418Z Checking pretty_assertions v1.4.1
27852026-03-31T01:17:43.463Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27862026-03-31T01:17:43.586Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27872026-03-31T01:17:43.620Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27882026-03-31T01:17:43.737Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27892026-03-31T01:17:43.998Z Compiling darling_core v0.23.0
27902026-03-31T01:17:44.945Z Compiling indoc v2.0.7
27912026-03-31T01:17:45.075Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27922026-03-31T01:17:45.306Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27932026-03-31T01:17:45.427Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-31T01:17:45.603Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27952026-03-31T01:17:45.654Z Compiling instability v0.3.11
27962026-03-31T01:17:45.826Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27972026-03-31T01:17:46.040Z Compiling libz-sys v1.1.24
27982026-03-31T01:17:46.129Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27992026-03-31T01:17:46.450Z Checking castaway v0.2.4
28002026-03-31T01:17:46.574Z Compiling darling_macro v0.23.0
28012026-03-31T01:17:46.606Z Checking compact_str v0.8.1
28022026-03-31T01:17:47.011Z Checking supports-color v3.0.2
28032026-03-31T01:17:47.112Z Compiling darling v0.23.0
28042026-03-31T01:17:47.177Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28052026-03-31T01:17:47.378Z Checking unicode-truncate v1.1.0
28062026-03-31T01:17:47.411Z Checking lru v0.12.5
28072026-03-31T01:17:47.559Z Checking cassowary v0.3.0
28082026-03-31T01:17:47.650Z Compiling libgit2-sys v0.18.3+1.9.2
28092026-03-31T01:17:47.876Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-03-31T01:17:47.953Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28112026-03-31T01:17:47.986Z Checking ratatui v0.29.0
28122026-03-31T01:17:49.186Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-03-31T01:17:49.331Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-31T01:17:49.369Z Compiling vergen-git2 v9.1.0
28152026-03-31T01:17:49.457Z Checking plotters-backend v0.3.7
28162026-03-31T01:17:49.632Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-03-31T01:17:49.665Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-03-31T01:17:49.699Z Checking plotters-svg v0.3.7
28192026-03-31T01:17:49.857Z Checking colored v2.2.0
28202026-03-31T01:17:49.890Z Compiling rustls v0.21.12
28212026-03-31T01:17:49.923Z Checking cast v0.3.0
28222026-03-31T01:17:50.105Z Checking shell-words v1.1.1
28232026-03-31T01:17:50.110Z Checking criterion-plot v0.6.0
28242026-03-31T01:17:50.264Z Checking plotters v0.3.7
28252026-03-31T01:17:50.344Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-31T01:17:50.452Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-03-31T01:17:50.680Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-03-31T01:17:50.905Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-03-31T01:17:51.032Z Checking sct v0.7.1
28302026-03-31T01:17:51.199Z Checking rustls-webpki v0.101.7
28312026-03-31T01:17:51.304Z Checking tinytemplate v1.2.1
28322026-03-31T01:17:51.363Z Checking oorandom v11.1.5
28332026-03-31T01:17:51.511Z Checking hex-literal v0.4.1
28342026-03-31T01:17:51.552Z Checking anes v0.1.6
28352026-03-31T01:17:51.641Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28362026-03-31T01:17:51.760Z Checking criterion v0.7.0
28372026-03-31T01:17:53.019Z Checking erased-serde v0.4.9
28382026-03-31T01:17:53.025Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28392026-03-31T01:17:53.399Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28402026-03-31T01:17:54.178Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28412026-03-31T01:17:54.973Z Checking ordered-float v2.10.1
28422026-03-31T01:17:55.242Z Checking serde-value v0.7.0
28432026-03-31T01:17:55.487Z Checking serde-untagged v0.1.9
28442026-03-31T01:17:55.712Z Checking tokio-rustls v0.24.1
28452026-03-31T01:17:55.941Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-03-31T01:17:55.984Z Checking rustls-pemfile v1.0.4
28472026-03-31T01:17:56.142Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
28482026-03-31T01:17:56.178Z Checking twox-hash v2.1.2
28492026-03-31T01:17:56.512Z Checking unicode-xid v0.2.6
28502026-03-31T01:17:56.656Z Checking cargo-util-schemas v0.8.2
28512026-03-31T01:17:57.041Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-31T01:17:57.581Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-03-31T01:17:57.768Z Checking fatfs v0.3.6
28542026-03-31T01:17:57.812Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-03-31T01:17:57.992Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28562026-03-31T01:17:58.277Z Checking cargo-platform v0.2.0
28572026-03-31T01:17:58.499Z Compiling petname v2.0.2
28582026-03-31T01:17:59.016Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28592026-03-31T01:17:59.355Z Compiling seq-macro v0.3.6
28602026-03-31T01:18:00.023Z Checking cargo_metadata v0.21.0
28612026-03-31T01:18:00.339Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28622026-03-31T01:18:00.606Z Checking concurrent-queue v2.5.0
28632026-03-31T01:18:00.806Z Checking rtoolbox v0.0.3
28642026-03-31T01:18:00.841Z Checking parking v2.2.1
28652026-03-31T01:18:00.980Z Checking futures-timer v3.0.3
28662026-03-31T01:18:01.054Z Checking event-listener v5.4.1
28672026-03-31T01:18:01.187Z Checking rpassword v7.4.0
28682026-03-31T01:18:01.275Z Checking tui-tree-widget v0.23.1
28692026-03-31T01:18:01.325Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28702026-03-31T01:18:01.461Z Checking polyval v0.6.2
28712026-03-31T01:18:01.508Z Checking sapling-renderdag v0.1.0
28722026-03-31T01:18:01.622Z Checking sync-ptr v0.1.4
28732026-03-31T01:18:01.661Z Checking ghash v0.5.1
28742026-03-31T01:18:01.772Z Checking event-listener-strategy v0.5.4
28752026-03-31T01:18:01.802Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28762026-03-31T01:18:01.834Z Checking ctr v0.9.2
28772026-03-31T01:18:01.938Z Checking arrayvec v0.7.6
28782026-03-31T01:18:02.027Z Checking arrayref v0.3.9
28792026-03-31T01:18:02.058Z Checking constant_time_eq v0.4.2
28802026-03-31T01:18:02.129Z Checking aes-gcm v0.10.3
28812026-03-31T01:18:02.204Z Checking async-lock v3.4.2
28822026-03-31T01:18:02.239Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28832026-03-31T01:18:02.314Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-03-31T01:18:02.623Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28852026-03-31T01:18:03.214Z Checking ssh-encoding v0.2.0
28862026-03-31T01:18:03.316Z Checking blowfish v0.9.1
28872026-03-31T01:18:03.438Z Checking ssh-cipher v0.2.0
28882026-03-31T01:18:03.502Z Checking bcrypt-pbkdf v0.10.0
28892026-03-31T01:18:03.647Z Checking async-object-pool v0.2.0
28902026-03-31T01:18:03.695Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28912026-03-31T01:18:03.790Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28922026-03-31T01:18:04.023Z Checking serde_regex v1.1.0
28932026-03-31T01:18:04.216Z Checking password-hash v0.4.2
28942026-03-31T01:18:04.456Z Checking assert-json-diff v2.0.2
28952026-03-31T01:18:04.484Z Checking path-tree v0.8.3
28962026-03-31T01:18:04.651Z Compiling target-lexicon v0.13.3
28972026-03-31T01:18:04.715Z Checking stringmetrics v2.2.2
28982026-03-31T01:18:04.881Z Checking gimli v0.32.3
28992026-03-31T01:18:04.951Z Checking httpmock v0.8.3
29002026-03-31T01:18:05.225Z Checking pbkdf2 v0.11.0
29012026-03-31T01:18:05.428Z Checking ssh-key v0.6.7
29022026-03-31T01:18:06.436Z Checking addr2line v0.25.1
29032026-03-31T01:18:06.670Z Compiling samael v0.0.19
29042026-03-31T01:18:06.735Z Checking p521 v0.13.3
29052026-03-31T01:18:07.121Z Checking p256 v0.13.2
29062026-03-31T01:18:07.374Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29072026-03-31T01:18:07.406Z Checking russh-cryptovec v0.7.3
29082026-03-31T01:18:07.576Z Compiling guppy-workspace-hack v0.1.0
29092026-03-31T01:18:07.611Z Checking rustc-demangle v0.1.27
29102026-03-31T01:18:07.785Z Checking md5 v0.7.0
29112026-03-31T01:18:07.858Z Checking backtrace v0.3.76
29122026-03-31T01:18:07.988Z Checking russh-keys v0.45.0
29132026-03-31T01:18:08.196Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29142026-03-31T01:18:08.369Z Checking num-bigint v0.4.6
29152026-03-31T01:18:08.689Z Checking des v0.8.1
29162026-03-31T01:18:09.036Z Compiling blake3 v1.8.3
29172026-03-31T01:18:09.348Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29182026-03-31T01:18:09.388Z Compiling target-spec v3.5.7
29192026-03-31T01:18:09.727Z Checking russh v0.45.0
29202026-03-31T01:18:09.788Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29212026-03-31T01:18:10.040Z Checking cfg-expr v0.20.6
29222026-03-31T01:18:10.419Z Checking backtrace-ext v0.2.1
29232026-03-31T01:18:10.564Z Checking supports-color v2.1.0
29242026-03-31T01:18:10.570Z Checking textwrap v0.15.2
29252026-03-31T01:18:10.734Z Checking supports-unicode v2.1.0
29262026-03-31T01:18:10.836Z Checking supports-hyperlinks v2.1.0
29272026-03-31T01:18:10.883Z Checking hashbrown v0.14.5
29282026-03-31T01:18:10.985Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29292026-03-31T01:18:11.399Z Checking cargo-platform v0.3.2
29302026-03-31T01:18:11.406Z Checking terminal_size v0.1.17
29312026-03-31T01:18:11.406Z Checking socket2 v0.5.10
29322026-03-31T01:18:11.406Z Compiling miette-derive v5.10.0
29332026-03-31T01:18:11.449Z Checking owo-colors v3.5.0
29342026-03-31T01:18:11.631Z Checking internet-checksum v0.2.1
29352026-03-31T01:18:11.690Z Checking cargo_metadata v0.23.1
29362026-03-31T01:18:11.779Z Checking chumsky v0.9.3
29372026-03-31T01:18:12.503Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-03-31T01:18:12.535Z Checking miette v5.10.0
29392026-03-31T01:18:12.781Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29402026-03-31T01:18:12.845Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29412026-03-31T01:18:13.044Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29422026-03-31T01:18:13.215Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29432026-03-31T01:18:13.306Z Checking httptest v0.16.4
29442026-03-31T01:18:13.353Z Checking pathdiff v0.2.3
29452026-03-31T01:18:13.479Z Compiling knuffel-derive v3.2.0
29462026-03-31T01:18:13.672Z Checking nested v0.1.1
29472026-03-31T01:18:13.709Z Checking topological-sort v0.2.2
29482026-03-31T01:18:13.847Z Checking guppy v0.17.25
29492026-03-31T01:18:13.879Z Compiling git2 v0.20.4
29502026-03-31T01:18:13.912Z Checking omicron-zone-package v0.12.2
29512026-03-31T01:18:14.066Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-03-31T01:18:14.315Z Checking similar-asserts v1.7.0
29532026-03-31T01:18:14.499Z Compiling rstest_macros v0.25.0
29542026-03-31T01:18:14.802Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29552026-03-31T01:18:14.830Z Compiling target-triple v1.0.0
29562026-03-31T01:18:14.961Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29572026-03-31T01:18:14.996Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29582026-03-31T01:18:15.009Z Checking knuffel v3.2.0
29592026-03-31T01:18:15.196Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=f3406edbe24d6c96e07a4a1459598671f04b8b59#f3406edb)
29602026-03-31T01:18:15.665Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-03-31T01:18:15.700Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29622026-03-31T01:18:15.897Z Compiling assert_cmd v2.1.2
29632026-03-31T01:18:16.324Z Compiling relative-path v1.9.3
29642026-03-31T01:18:16.668Z Checking escape8259 v0.5.3
29652026-03-31T01:18:16.859Z Checking libtest-mimic v0.8.1
29662026-03-31T01:18:17.017Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-03-31T01:18:17.125Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-03-31T01:18:17.159Z Checking blake2b_simd v1.0.4
29692026-03-31T01:18:17.231Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
29702026-03-31T01:18:17.579Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29712026-03-31T01:18:17.802Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-03-31T01:18:18.003Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732026-03-31T01:18:18.226Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-03-31T01:18:18.461Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29752026-03-31T01:18:18.558Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29762026-03-31T01:18:18.790Z Checking fancy-regex v0.14.0
29772026-03-31T01:18:19.315Z Checking serde_tokenstream v0.2.3
29782026-03-31T01:18:19.328Z Checking uzers v0.12.2
29792026-03-31T01:18:19.328Z Checking constant_time_eq v0.3.1
29802026-03-31T01:18:19.680Z Compiling linkme-impl v0.3.35
29812026-03-31T01:18:19.736Z Checking termcolor v1.4.1
29822026-03-31T01:18:19.755Z Checking trybuild v1.0.116
29832026-03-31T01:18:19.858Z Checking rust-argon2 v2.1.0
29842026-03-31T01:18:20.123Z Checking datatest-stable v0.3.3
29852026-03-31T01:18:20.335Z Checking rstest v0.25.0
29862026-03-31T01:18:20.591Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29872026-03-31T01:18:20.621Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29882026-03-31T01:18:20.878Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29892026-03-31T01:18:20.940Z Checking support-bundle-viewer v0.1.2
29902026-03-31T01:18:21.231Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-03-31T01:18:21.470Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29922026-03-31T01:18:21.546Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29932026-03-31T01:18:21.721Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29942026-03-31T01:18:21.788Z Checking drift v0.1.3
29952026-03-31T01:18:21.955Z Checking rand_distr v0.5.1
29962026-03-31T01:18:21.990Z Compiling polar-core v0.27.3
29972026-03-31T01:18:22.136Z Checking multimap v0.10.1
29982026-03-31T01:18:22.467Z Checking approx v0.5.1
29992026-03-31T01:18:22.526Z Compiling linkme v0.3.35
30002026-03-31T01:18:22.644Z Checking dropshot-api-manager v0.7.0
30012026-03-31T01:18:23.116Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-31T01:18:23.690Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-03-31T01:18:23.983Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30042026-03-31T01:18:24.017Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30052026-03-31T01:18:24.087Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30062026-03-31T01:18:24.214Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-03-31T01:18:28.213Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30082026-03-31T01:18:28.214Z Checking partial-io v0.5.4
30092026-03-31T01:18:28.214Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30102026-03-31T01:18:28.214Z Checking cargo_toml v0.21.0
30112026-03-31T01:18:28.214Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30122026-03-31T01:18:28.214Z Checking termios v0.3.3
30132026-03-31T01:18:28.214Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30142026-03-31T01:18:28.214Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30152026-03-31T01:18:28.214Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-03-31T01:18:28.309Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30172026-03-31T01:18:28.309Z Checking oso v0.27.3
30182026-03-31T01:18:29.334Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30192026-03-31T01:18:33.878Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30202026-03-31T01:18:36.132Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30212026-03-31T01:18:36.526Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30222026-03-31T01:18:39.838Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30232026-03-31T01:18:45.171Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30242026-03-31T01:18:49.320Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30252026-03-31T01:18:51.794Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30262026-03-31T01:18:52.544Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30272026-03-31T01:18:59.890Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30282026-03-31T01:20:13.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30292026-03-31T01:20:14.125Z
30302026-03-31T01:20:14.125Zreal 4:01.122542304
30312026-03-31T01:20:14.126Zuser 20:22.424657965
30322026-03-31T01:20:14.126Zsys 4:45.208175610
30332026-03-31T01:20:14.126Ztrap 0.481326913
30342026-03-31T01:20:14.126Ztflt 0.110886827
30352026-03-31T01:20:14.126Zdflt 0.143972930
30362026-03-31T01:20:14.129Zkflt 0.000859839
30372026-03-31T01:20:14.129Zlock 56:11.886558930
30382026-03-31T01:20:14.129Zslp 55:44.545259942
30392026-03-31T01:20:14.129Zlat 1:51.181870930
30402026-03-31T01:20:14.129Zstop 10:43.480278345
30412026-03-31T01:20:14.129Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30422026-03-31T01:20:14.129Z+ ptime -m cargo doc --workspace --no-deps
30432026-03-31T01:20:15.008Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30442026-03-31T01:20:15.008Z |
30452026-03-31T01:20:15.008Z = 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)`
30462026-03-31T01:20:15.008Z = 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>
30472026-03-31T01:20:15.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-03-31T01:20:16.162Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30492026-03-31T01:20:16.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30502026-03-31T01:20:16.271Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30512026-03-31T01:20:16.393Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30522026-03-31T01:20:16.417Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-03-31T01:20:16.467Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-31T01:20:16.492Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30552026-03-31T01:20:16.519Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30562026-03-31T01:20:16.683Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-03-31T01:20:16.709Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-03-31T01:20:16.751Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-03-31T01:20:16.776Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-03-31T01:20:16.825Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30612026-03-31T01:20:16.847Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30622026-03-31T01:20:16.873Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30632026-03-31T01:20:16.961Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30642026-03-31T01:20:16.985Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30652026-03-31T01:20:17.057Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30662026-03-31T01:20:17.064Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30672026-03-31T01:20:17.064Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30682026-03-31T01:20:17.393Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30692026-03-31T01:20:17.474Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30702026-03-31T01:20:17.541Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30712026-03-31T01:20:17.656Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30722026-03-31T01:20:17.683Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30732026-03-31T01:20:17.800Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30742026-03-31T01:20:17.912Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30752026-03-31T01:20:17.966Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30762026-03-31T01:20:18.097Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30772026-03-31T01:20:18.139Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30782026-03-31T01:20:18.283Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30792026-03-31T01:20:18.462Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30802026-03-31T01:20:18.509Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30812026-03-31T01:20:18.637Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30822026-03-31T01:20:18.661Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30832026-03-31T01:20:18.698Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30842026-03-31T01:20:18.749Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30852026-03-31T01:20:18.868Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30862026-03-31T01:20:18.979Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30872026-03-31T01:20:19.141Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30882026-03-31T01:20:19.241Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30892026-03-31T01:20:19.308Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30902026-03-31T01:20:19.410Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30912026-03-31T01:20:19.436Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30922026-03-31T01:20:19.461Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30932026-03-31T01:20:19.693Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-03-31T01:20:19.716Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-03-31T01:20:19.739Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-03-31T01:20:19.842Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30972026-03-31T01:20:19.918Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30982026-03-31T01:20:19.941Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30992026-03-31T01:20:19.962Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31002026-03-31T01:20:20.111Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31012026-03-31T01:20:20.202Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31022026-03-31T01:20:20.226Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31032026-03-31T01:20:20.245Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31042026-03-31T01:20:20.342Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31052026-03-31T01:20:20.387Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31062026-03-31T01:20:20.440Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31072026-03-31T01:20:20.574Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31082026-03-31T01:20:20.620Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31092026-03-31T01:20:20.648Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31102026-03-31T01:20:20.687Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31112026-03-31T01:20:20.816Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31122026-03-31T01:20:20.848Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31132026-03-31T01:20:20.889Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31142026-03-31T01:20:21.023Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31152026-03-31T01:20:21.075Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-03-31T01:20:21.097Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31172026-03-31T01:20:21.130Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31182026-03-31T01:20:21.206Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-03-31T01:20:21.229Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-03-31T01:20:21.527Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31212026-03-31T01:20:21.601Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31222026-03-31T01:20:21.929Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31232026-03-31T01:20:22.341Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31242026-03-31T01:20:22.389Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31252026-03-31T01:20:22.569Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31262026-03-31T01:20:22.853Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31272026-03-31T01:20:22.879Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31282026-03-31T01:20:22.957Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31292026-03-31T01:20:23.332Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31302026-03-31T01:20:23.491Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-31T01:20:23.817Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-03-31T01:20:24.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-31T01:20:24.101Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31342026-03-31T01:20:24.862Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-03-31T01:20:25.374Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31362026-03-31T01:20:25.559Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372026-03-31T01:20:25.684Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-31T01:20:25.860Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-03-31T01:20:26.567Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-03-31T01:20:26.660Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-03-31T01:20:26.774Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31422026-03-31T01:20:26.819Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31432026-03-31T01:20:26.996Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31442026-03-31T01:20:27.045Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31452026-03-31T01:20:27.141Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31462026-03-31T01:20:27.228Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31472026-03-31T01:20:27.231Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31482026-03-31T01:20:27.338Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-03-31T01:20:27.423Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31502026-03-31T01:20:27.453Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-03-31T01:20:28.439Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-03-31T01:20:28.558Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-03-31T01:20:29.402Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-03-31T01:20:29.489Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-03-31T01:20:29.549Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-03-31T01:20:29.952Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31572026-03-31T01:20:30.126Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31582026-03-31T01:20:30.219Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31592026-03-31T01:20:30.383Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-03-31T01:20:30.916Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-31T01:20:31.025Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31622026-03-31T01:20:31.246Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-03-31T01:20:31.378Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31642026-03-31T01:20:31.663Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31652026-03-31T01:20:31.772Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31662026-03-31T01:20:31.946Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31672026-03-31T01:20:31.971Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31682026-03-31T01:20:32.265Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31692026-03-31T01:20:33.013Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-03-31T01:20:33.038Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-03-31T01:20:33.250Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-03-31T01:20:33.765Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-03-31T01:20:34.057Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-03-31T01:20:34.457Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-03-31T01:20:35.306Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-31T01:20:35.688Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-03-31T01:20:35.902Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-03-31T01:20:36.189Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-03-31T01:20:36.405Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-03-31T01:20:36.476Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-03-31T01:20:36.892Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-31T01:20:36.967Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-31T01:20:37.001Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31842026-03-31T01:20:37.312Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-03-31T01:20:37.540Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31862026-03-31T01:20:37.926Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31872026-03-31T01:20:38.001Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-31T01:20:38.049Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31892026-03-31T01:20:38.133Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31902026-03-31T01:20:38.156Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31912026-03-31T01:20:38.254Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31922026-03-31T01:20:39.142Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-03-31T01:20:39.264Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31942026-03-31T01:20:40.256Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31952026-03-31T01:20:40.341Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962026-03-31T01:20:40.673Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-03-31T01:20:41.854Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31982026-03-31T01:20:44.197Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31992026-03-31T01:20:44.218Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32002026-03-31T01:20:44.416Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32012026-03-31T01:20:44.746Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32022026-03-31T01:20:44.978Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32032026-03-31T01:20:45.002Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32042026-03-31T01:20:45.326Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-03-31T01:20:47.014Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-31T01:20:47.605Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-03-31T01:20:47.643Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082026-03-31T01:20:47.933Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32092026-03-31T01:20:48.193Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32102026-03-31T01:20:48.733Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112026-03-31T01:20:48.855Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32122026-03-31T01:20:49.287Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-03-31T01:20:49.311Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-03-31T01:20:49.430Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32152026-03-31T01:20:49.558Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32162026-03-31T01:20:49.721Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-03-31T01:20:49.985Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32182026-03-31T01:20:49.989Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32192026-03-31T01:20:50.034Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32202026-03-31T01:20:50.186Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-03-31T01:20:51.099Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-03-31T01:20:51.224Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-03-31T01:20:51.812Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32242026-03-31T01:20:52.251Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-03-31T01:20:52.693Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32262026-03-31T01:20:52.977Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32272026-03-31T01:20:53.690Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-03-31T01:20:53.937Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32292026-03-31T01:20:54.229Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302026-03-31T01:20:57.931Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32312026-03-31T01:20:58.527Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32322026-03-31T01:20:59.097Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32332026-03-31T01:21:00.370Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32342026-03-31T01:21:01.840Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32352026-03-31T01:21:02.704Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32362026-03-31T01:21:03.321Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-03-31T01:21:04.408Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32382026-03-31T01:21:05.470Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32392026-03-31T01:21:06.984Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-03-31T01:21:07.408Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-03-31T01:21:07.677Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32422026-03-31T01:21:08.516Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32432026-03-31T01:21:09.751Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32442026-03-31T01:21:10.313Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32452026-03-31T01:21:11.655Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32462026-03-31T01:21:14.195Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-03-31T01:21:14.916Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-03-31T01:21:15.572Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-03-31T01:21:16.800Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-03-31T01:21:17.469Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32512026-03-31T01:21:18.144Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522026-03-31T01:21:18.772Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32532026-03-31T01:21:20.041Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32542026-03-31T01:21:20.672Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32552026-03-31T01:21:21.318Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-03-31T01:21:21.511Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32572026-03-31T01:21:22.379Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32582026-03-31T01:21:23.095Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32592026-03-31T01:21:24.868Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32602026-03-31T01:21:26.810Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32612026-03-31T01:21:27.937Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32622026-03-31T01:21:28.395Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32632026-03-31T01:21:29.377Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32642026-03-31T01:21:30.070Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32652026-03-31T01:21:31.166Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32662026-03-31T01:21:32.689Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672026-03-31T01:21:33.554Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-03-31T01:21:36.098Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-31T01:21:36.349Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-03-31T01:21:37.540Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-03-31T01:21:38.675Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32722026-03-31T01:21:39.801Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32732026-03-31T01:21:41.089Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32742026-03-31T01:21:47.039Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-03-31T01:21:48.682Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-03-31T01:21:50.229Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32772026-03-31T01:21:51.786Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-03-31T01:21:53.154Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-03-31T01:21:56.784Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-03-31T01:21:57.841Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-03-31T01:21:58.267Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-03-31T01:21:59.546Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-03-31T01:22:01.420Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32842026-03-31T01:22:03.019Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-03-31T01:22:04.658Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32862026-03-31T01:22:06.712Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872026-03-31T01:22:08.413Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32882026-03-31T01:22:10.330Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-03-31T01:22:11.722Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32902026-03-31T01:22:13.363Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32912026-03-31T01:22:15.064Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-03-31T01:22:16.769Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32932026-03-31T01:22:18.465Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32942026-03-31T01:22:19.903Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-03-31T01:22:21.912Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32962026-03-31T01:22:23.389Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32972026-03-31T01:22:25.056Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32982026-03-31T01:22:27.493Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-03-31T01:22:29.092Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33002026-03-31T01:22:30.973Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-03-31T01:22:32.765Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-03-31T01:22:34.970Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33032026-03-31T01:22:36.979Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33042026-03-31T01:22:38.976Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33052026-03-31T01:22:40.860Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062026-03-31T01:22:42.821Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33072026-03-31T01:22:45.262Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-03-31T01:22:47.168Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-03-31T01:22:49.335Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-03-31T01:22:51.519Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112026-03-31T01:22:53.605Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33122026-03-31T01:22:55.712Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-03-31T01:22:57.938Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33142026-03-31T01:23:00.106Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-03-31T01:23:02.255Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33162026-03-31T01:23:04.612Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-03-31T01:23:06.866Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-31T01:23:08.515Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-31T01:23:10.574Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33202026-03-31T01:23:12.745Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33212026-03-31T01:23:14.860Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33222026-03-31T01:23:17.055Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33232026-03-31T01:23:19.139Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-03-31T01:23:21.386Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33252026-03-31T01:23:23.377Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33262026-03-31T01:23:25.613Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-03-31T01:23:27.965Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33282026-03-31T01:23:30.156Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33292026-03-31T01:23:32.334Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33302026-03-31T01:23:34.476Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33312026-03-31T01:23:36.692Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-03-31T01:23:38.861Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33332026-03-31T01:23:40.988Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33342026-03-31T01:23:43.223Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33352026-03-31T01:23:45.486Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33362026-03-31T01:23:47.777Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33372026-03-31T01:23:49.790Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-03-31T01:23:52.034Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33392026-03-31T01:23:54.192Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33402026-03-31T01:23:56.412Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33412026-03-31T01:23:58.670Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33422026-03-31T01:24:01.502Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-03-31T01:24:03.470Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-03-31T01:24:05.876Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-03-31T01:24:08.529Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33462026-03-31T01:24:10.842Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33472026-03-31T01:24:13.275Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33482026-03-31T01:24:15.609Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33492026-03-31T01:24:21.126Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33502026-03-31T01:24:21.153Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-03-31T01:24:22.855Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-03-31T01:24:25.690Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33532026-03-31T01:24:27.843Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33542026-03-31T01:24:35.098Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-03-31T01:24:35.247Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33562026-03-31T01:24:38.456Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33572026-03-31T01:24:41.601Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33582026-03-31T01:24:44.837Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33592026-03-31T01:24:48.012Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33602026-03-31T01:24:51.193Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33612026-03-31T01:24:54.468Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33622026-03-31T01:24:58.975Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33632026-03-31T01:25:01.767Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33642026-03-31T01:25:05.177Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-03-31T01:25:08.652Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33662026-03-31T01:25:12.289Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33672026-03-31T01:25:15.734Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33682026-03-31T01:25:19.179Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33692026-03-31T01:25:22.825Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33702026-03-31T01:25:26.227Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33712026-03-31T01:25:29.977Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33722026-03-31T01:25:33.395Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-03-31T01:25:36.917Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33742026-03-31T01:25:44.135Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33752026-03-31T01:25:44.174Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33762026-03-31T01:25:47.606Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-03-31T01:25:51.091Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-03-31T01:25:54.752Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-03-31T01:26:22.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s
33802026-03-31T01:26:23.163Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33812026-03-31T01:26:23.266Z
33822026-03-31T01:26:23.269Zreal 6:09.088380528
33832026-03-31T01:26:23.269Zuser 16:55.877462918
33842026-03-31T01:26:23.270Zsys 3:36.839406954
33852026-03-31T01:26:23.270Ztrap 0.257137527
33862026-03-31T01:26:23.270Ztflt 0.039534999
33872026-03-31T01:26:23.270Zdflt 0.017446980
33882026-03-31T01:26:23.270Zkflt 0.000011920
33892026-03-31T01:26:23.270Zlock 5:41:10.499876373
33902026-03-31T01:26:23.270Zslp 2:03:03.416575977
33912026-03-31T01:26:23.270Zlat 36.207391741
33922026-03-31T01:26:23.270Zstop 1:47.746297286
33932026-03-31T01:26:23.270Zprocess exited: duration 799663 ms, exit code 0
 
33942026-03-31T01:26:23.277Zfound 0 output files