01KPE5KN0W6FBNT7CWYYM224ZQ: clippy (helios)

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

Buildomat Job: 01KPE5M25MW5HTW3MXPK6P1X0X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T16:51:38.290Zjob assigned to worker 01KPE5M8VP8KNDTHXH60B99E0D [factory aws, i-0304e74900cfd63c5] (queued for 58 s)
 
22026-04-17T16:51:45.310Zstarting task 0: "setup"
32026-04-17T16:51:45.317Z++ uname -s
42026-04-17T16:51:45.320Z+ kern=SunOS
52026-04-17T16:51:45.320Z+ build_user=build
62026-04-17T16:51:45.320Z+ build_uid=12345
72026-04-17T16:51:45.320Z+ work_dir=/work
82026-04-17T16:51:45.320Z+ input_dir=/input
92026-04-17T16:51:45.320Z+ [[ 0 == 12345 ]]
102026-04-17T16:51:45.320Z+ case "$kern" in
112026-04-17T16:51:45.320Z+ groupadd -g 12345 build
122026-04-17T16:51:45.323Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T16:51:47.327Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T16:51:47.439Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T16:51:47.442Z+ home_fs=zfs
162026-04-17T16:51:47.442Z+ [[ zfs == autofs ]]
172026-04-17T16:51:47.442Z+ mkdir -p /home/build
182026-04-17T16:51:47.442Z+ chown build:build /home/build /work
192026-04-17T16:51:48.444Z+ chmod 0700 /home/build /work
202026-04-17T16:51:48.447Zprocess exited: duration 3134 ms, exit code 0
 
212026-04-17T16:51:48.453Zstarting task 1: "rust-toolchain"
222026-04-17T16:51:48.457Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T16:51:48.457Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T16:51:48.457Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-17T16:51:48.457Z * rust toolchain channel = "1.94.0"
262026-04-17T16:51:48.457Z * rust toolchain profile = "default"
272026-04-17T16:51:48.457Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T16:51:48.460Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T16:51:48.460Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T16:51:48.578Zinfo: downloading installer
312026-04-17T16:51:49.971Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T16:51:49.971Zwarn: /opt/ooce/bin
332026-04-17T16:51:49.971Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T16:51:49.972Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T16:51:49.972Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T16:51:49.972Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T16:51:49.972Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T16:51:49.972Zerror: cannot install while Rust is installed
392026-04-17T16:51:49.972Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T16:51:49.972Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T16:51:49.972Zwarn: /home/build/.rustup/settings.toml
422026-04-17T16:51:49.972Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T16:51:49.972Zwarn: instead of the one inferred from the default host triple.
442026-04-17T16:51:49.985Zinfo: profile set to default
452026-04-17T16:51:49.985Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T16:51:49.988Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T16:51:50.127Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T16:51:50.130Zinfo: downloading 6 components
492026-04-17T16:52:04.544Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T16:52:04.544Z
512026-04-17T16:52:04.583Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T16:52:04.583Z
532026-04-17T16:52:04.583Z
542026-04-17T16:52:04.583ZRust is installed now. Great!
552026-04-17T16:52:04.583Z
562026-04-17T16:52:04.583ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T16:52:04.584Zenvironment variable. This has not been done automatically.
582026-04-17T16:52:04.584Z
592026-04-17T16:52:04.584ZTo configure your current shell, you need to source
602026-04-17T16:52:04.584Zthe corresponding env file under $HOME/.cargo.
612026-04-17T16:52:04.584Z
622026-04-17T16:52:04.584ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T16:52:04.584Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T16:52:04.584Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T16:52:04.584Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T16:52:04.584Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T16:52:04.584Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T16:52:04.584Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T16:52:04.587Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T16:52:04.587Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T16:52:04.683Z+ rustup --version
722026-04-17T16:52:04.692Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T16:52:04.695Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T16:52:04.713Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T16:52:04.717Z+ cargo --version
762026-04-17T16:52:04.729Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T16:52:04.732Z+ rustc --version
782026-04-17T16:52:04.751Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T16:52:04.755Zprocess exited: duration 16298 ms, exit code 0
 
802026-04-17T16:52:04.760Zstarting task 2: "authentication"
812026-04-17T16:52:04.777Zprocess exited: duration 16 ms, exit code 0
 
822026-04-17T16:52:04.783Zstarting task 3: "clone repository"
832026-04-17T16:52:04.787Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T16:52:04.790Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T16:52:04.820ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T16:52:15.557Z+ cd /work/oxidecomputer/omicron
872026-04-17T16:52:15.557Z+ git fetch origin 524b3a3392e59262a4561575732ce94be985d01f
882026-04-17T16:52:15.844ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T16:52:15.844Z * branch 524b3a3392e59262a4561575732ce94be985d01f -> FETCH_HEAD
902026-04-17T16:52:15.853Z+ [[ -n john/networking-db-cleanup ]]
912026-04-17T16:52:15.856Z++ git branch --show-current
922026-04-17T16:52:15.856Z+ current=main
932026-04-17T16:52:15.856Z+ [[ main != john/networking-db-cleanup ]]
942026-04-17T16:52:15.856Z+ git branch -f john/networking-db-cleanup 524b3a3392e59262a4561575732ce94be985d01f
952026-04-17T16:52:15.859Z+ git checkout -f john/networking-db-cleanup
962026-04-17T16:52:15.982ZSwitched to branch 'john/networking-db-cleanup'
972026-04-17T16:52:15.987Z+ git reset --hard 524b3a3392e59262a4561575732ce94be985d01f
982026-04-17T16:52:16.109ZHEAD is now at 524b3a339 cargo fmt
992026-04-17T16:52:16.113Zprocess exited: duration 11325 ms, exit code 0
 
1002026-04-17T16:52:16.119Zstarting task 4: "build"
1012026-04-17T16:52:16.123Z+ source ./env.sh
1022026-04-17T16:52:16.128Z++ OLD_SHELL_OPTS=ehxB
1032026-04-17T16:52:16.128Z++ set -o xtrace
1042026-04-17T16:52:16.128Z++++ dirname ./env.sh
1052026-04-17T16:52:16.134Z+++ readlink -f .
1062026-04-17T16:52:16.134Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-17T16:52:16.134Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-17T16:52:16.134Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-17T16:52:16.134Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-17T16:52:16.134Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-17T16:52:16.134Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-17T16:52:16.134Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-17T16:52:16.135Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-17T16:52:16.135Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-17T16:52:16.135Z++ case $OLD_SHELL_OPTS in
1162026-04-17T16:52:16.135Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-17T16:52:16.135Z+ source .github/buildomat/ci-env.sh
1182026-04-17T16:52:16.135Z++ export CARGO_TERM_COLOR=always
1192026-04-17T16:52:16.135Z++ CARGO_TERM_COLOR=always
1202026-04-17T16:52:16.135Z+ cargo --version
1212026-04-17T16:52:16.140Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-17T16:52:16.143Z+ rustc --version
1232026-04-17T16:52:16.163Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-17T16:52:16.166Z+ banner prerequisites
1252026-04-17T16:52:16.169Z
1262026-04-17T16:52:16.169Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-17T16:52:16.169Z # # # # # # # # # # # # # # #
1282026-04-17T16:52:16.169Z # # # # ##### # # ##### # # # # # #### #
1292026-04-17T16:52:16.169Z ##### ##### # ##### # # # # # # # # #
1302026-04-17T16:52:16.169Z # # # # # # # # # # # # # # #
1312026-04-17T16:52:16.169Z # # # ###### # # ###### ### # #### # #### #
1322026-04-17T16:52:16.169Z
1332026-04-17T16:52:16.169Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-17T16:52:27.296Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-17T16:52:34.606Z Startup: Caching catalogs ... Done
1362026-04-17T16:52:40.301ZPlanning: Solver setup ... Done (4.434s)
1372026-04-17T16:52:40.332ZPlanning: Running solver ... Done (0.032s)
1382026-04-17T16:52:40.455ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-17T16:52:40.472ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-17T16:52:40.596ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-17T16:52:40.632ZPlanning: Package planning ... Done (0.036s)
1422026-04-17T16:52:40.668ZPlanning: Merging actions ... Done (0.036s)
1432026-04-17T16:52:40.849ZPlanning: Checking for conflicting actions ... Done (0.181s)
1442026-04-17T16:52:40.858ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-17T16:52:41.639ZPlanning: Evaluating mediators ... Done (0.780s)
1462026-04-17T16:52:41.646ZPlanning: Planning completed in 6.87 seconds
1472026-04-17T16:52:41.658Z Packages to install: 5
1482026-04-17T16:52:41.659Z Mediators to change: 3
1492026-04-17T16:52:41.659Z Services to change: 1
1502026-04-17T16:52:41.659Z Estimated space available: 155.35 GB
1512026-04-17T16:52:41.662ZEstimated space to be consumed: 1.89 GB
1522026-04-17T16:52:41.662Z Create boot environment: No
1532026-04-17T16:52:41.662ZCreate backup boot environment: No
1542026-04-17T16:52:41.662Z Rebuild boot archive: No
1552026-04-17T16:52:41.662Z
1562026-04-17T16:52:41.662ZChanged mediators:
1572026-04-17T16:52:41.662Z mediator clang:
1582026-04-17T16:52:41.662Z version: None -> 15 (system default)
1592026-04-17T16:52:41.662Z
1602026-04-17T16:52:41.662Z mediator llvm:
1612026-04-17T16:52:41.662Z version: 14 (system default) -> 15 (system default)
1622026-04-17T16:52:41.662Z
1632026-04-17T16:52:41.662Z mediator postgresql:
1642026-04-17T16:52:41.662Z version: 15 (system default) -> 18 (system default)
1652026-04-17T16:52:41.662Z
1662026-04-17T16:52:41.662ZChanged packages:
1672026-04-17T16:52:41.662Zhelios-dev
1682026-04-17T16:52:41.662Z developer/build-essential
1692026-04-17T16:52:41.662Z None -> 11-2.0
1702026-04-17T16:52:41.662Z library/libxmlsec1
1712026-04-17T16:52:41.662Z None -> 1.2.35-2.0
1722026-04-17T16:52:41.662Z ooce/developer/clang-15
1732026-04-17T16:52:41.662Z None -> 15.0.7-2.0
1742026-04-17T16:52:41.662Z ooce/developer/llvm-15
1752026-04-17T16:52:41.662Z None -> 15.0.7-2.0
1762026-04-17T16:52:41.662Z ooce/library/postgresql-18
1772026-04-17T16:52:41.662Z None -> 18.1-2.0
1782026-04-17T16:52:41.662Z
1792026-04-17T16:52:41.662ZServices:
1802026-04-17T16:52:41.662Z restart_fmri:
1812026-04-17T16:52:41.663Z svc:/system/update-man-index:default
1822026-04-17T16:52:41.701Z
1832026-04-17T16:52:41.701ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-17T16:52:47.761ZDownload: 1195/4272 items 44.1/219.0MB 20% complete (12.6M/s)
1852026-04-17T16:52:52.775ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (11.9M/s)
1862026-04-17T16:53:01.947ZDownload: 3246/4272 items 203.1/219.0MB 92% complete (17.6M/s)
1872026-04-17T16:53:11.541ZDownload: 3248/4272 items 203.1/219.0MB 92% complete
1882026-04-17T16:53:30.351ZDownload: 3283/4272 items 210.5/219.0MB 96% complete
1892026-04-17T16:53:41.693ZDownload: 3289/4272 items 212.4/219.0MB 96% complete
1902026-04-17T16:53:44.967ZDownload: Completed 218.99 MB in 63.26 seconds (3.5M/s)
1912026-04-17T16:53:45.111Z Actions: 1/4789 actions (Installing new actions)
1922026-04-17T16:53:48.426Z Actions: Completed 4789 actions in 3.31 seconds.
1932026-04-17T16:53:49.062Z Done (0.632s)
1942026-04-17T16:53:49.062Z Done (0.000s)
1952026-04-17T16:53:49.777Z Done (0.714s)
1962026-04-17T16:53:52.897Z Done (2.778s)
1972026-04-17T16:53:52.967Z Done (0.012s)
1982026-04-17T16:53:52.970Z Done (0.000s)
1992026-04-17T16:53:53.308Z Done (0.000s)
2002026-04-17T16:53:54.157ZPlanning: Evaluating mediator changes ... Done
2012026-04-17T16:53:54.263ZPlanning: Checking for conflicting actions ... Done
2022026-04-17T16:53:54.266ZPlanning: Consolidating action changes ... Done
2032026-04-17T16:53:54.426ZPlanning: Evaluating mediators ... Done
2042026-04-17T16:53:54.430ZPlanning: Planning completed in 0.27 seconds
2052026-04-17T16:53:54.449Z Mediators to change: 2
2062026-04-17T16:53:54.449Z Create boot environment: No
2072026-04-17T16:53:54.450ZCreate backup boot environment: No
2082026-04-17T16:53:54.521Z Done
2092026-04-17T16:53:54.521Z Done
2102026-04-17T16:53:55.137Z Done
2112026-04-17T16:53:57.619Z Done
2122026-04-17T16:53:57.693Z Done
2132026-04-17T16:53:57.695Z Done
2142026-04-17T16:53:57.845Z Done
2152026-04-17T16:53:58.105ZPlanning: Evaluating mediator changes ... Done
2162026-04-17T16:53:58.213ZPlanning: Checking for conflicting actions ... Done
2172026-04-17T16:53:58.217ZPlanning: Consolidating action changes ... Done
2182026-04-17T16:53:58.375ZPlanning: Evaluating mediators ... Done
2192026-04-17T16:53:58.378ZPlanning: Planning completed in 0.27 seconds
2202026-04-17T16:53:58.392Z Mediators to change: 1
2212026-04-17T16:53:58.392Z Create boot environment: No
2222026-04-17T16:53:58.392ZCreate backup boot environment: No
2232026-04-17T16:53:58.447Z Done
2242026-04-17T16:53:58.448Z Done
2252026-04-17T16:53:59.055Z Done
2262026-04-17T16:54:01.531Z Done
2272026-04-17T16:54:01.603Z Done
2282026-04-17T16:54:01.616Z Done
2292026-04-17T16:54:01.725Z Done
2302026-04-17T16:54:02.013ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-17T16:54:02.013Zclang system 15 system
2322026-04-17T16:54:02.013Zcsh system system illumos
2332026-04-17T16:54:02.013Zctags system system illumos
2342026-04-17T16:54:02.013Zfile system system illumos
2352026-04-17T16:54:02.013Zgcc vendor 12 vendor
2362026-04-17T16:54:02.013Zgcc system 14 system
2372026-04-17T16:54:02.013Zgcc system 10 system
2382026-04-17T16:54:02.013Zgo system 1.20 system
2392026-04-17T16:54:02.013Zgo system 1.19 system
2402026-04-17T16:54:02.013Zllvm system 15 system
2412026-04-17T16:54:02.013Zllvm system 14 system
2422026-04-17T16:54:02.013Zmariadb system 10.6 system
2432026-04-17T16:54:02.014Zmta vendor vendor dma
2442026-04-17T16:54:02.014Zopenjdk system 17 system
2452026-04-17T16:54:02.014Zopenjdk system 11 system
2462026-04-17T16:54:02.014Zopenjdk system 1.8 system
2472026-04-17T16:54:02.014Zopenssl vendor 3 vendor
2482026-04-17T16:54:02.014Zperl system 5.36 system
2492026-04-17T16:54:02.014Zpostgresql system 18 system
2502026-04-17T16:54:02.014Zpostgresql system 15 system
2512026-04-17T16:54:02.014Zpostgresql system 13 system
2522026-04-17T16:54:02.014Zpython vendor 3 vendor
2532026-04-17T16:54:02.014Zpython system 2 system
2542026-04-17T16:54:02.014Zpython3 system 3.11 system
2552026-04-17T16:54:02.014Zruby system 3.0 system
2562026-04-17T16:54:02.014Zwords vendor vendor american-english
2572026-04-17T16:54:02.014Zwords system system australian-english
2582026-04-17T16:54:02.014Zwords system system british-english
2592026-04-17T16:54:02.014Zwords system system canadian-english
2602026-04-17T16:54:02.014Zwords system system french
2612026-04-17T16:54:02.014Zwords system system italian
2622026-04-17T16:54:02.014Zwords system system ngerman
2632026-04-17T16:54:02.014Zwords system system ogerman
2642026-04-17T16:54:02.014Zwords system system spanish
2652026-04-17T16:54:02.239ZPUBLISHER TYPE STATUS P LOCATION
2662026-04-17T16:54:02.239Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-04-17T16:54:06.739ZFMRI IFO
2682026-04-17T16:54:06.739Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-04-17T16:54:06.739Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-04-17T16:54:06.740Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-04-17T16:54:06.740Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-04-17T16:54:06.740Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-04-17T16:54:06.740Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-04-17T16:54:06.740Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-04-17T16:54:06.740Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-04-17T16:54:06.740Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-04-17T16:54:06.740Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-04-17T16:54:06.740Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-04-17T16:54:06.740Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-04-17T16:54:06.740Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-04-17T16:54:06.741Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-04-17T16:54:06.741Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-04-17T16:54:06.741Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-04-17T16:54:06.741Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-04-17T16:54:07.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-04-17T16:54:08.363Z Updating crates.io index
2872026-04-17T16:54:08.397Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-04-17T16:54:08.857Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-04-17T16:54:09.782Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-04-17T16:54:10.325Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-04-17T16:54:12.483Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-04-17T16:54:13.191Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-04-17T16:54:14.543Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-04-17T16:54:15.834Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-04-17T16:54:16.110Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-04-17T16:54:16.791Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-04-17T16:54:17.126Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-04-17T16:54:17.448Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-04-17T16:54:17.763Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-04-17T16:54:18.731Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-04-17T16:54:19.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-04-17T16:54:19.516Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-04-17T16:54:19.874Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-04-17T16:54:20.194Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-04-17T16:54:20.616Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-04-17T16:54:20.854Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-04-17T16:54:21.085Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-04-17T16:54:21.487Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-04-17T16:54:21.806Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-04-17T16:54:22.327Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-04-17T16:54:22.561Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-04-17T16:54:22.862Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-04-17T16:54:23.166Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-04-17T16:54:24.093Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-04-17T16:54:25.024Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-04-17T16:54:25.472Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-04-17T16:54:25.799Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-04-17T16:54:26.098Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-04-17T16:54:26.471Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-04-17T16:54:27.069Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-04-17T16:54:27.287Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-04-17T16:54:27.542Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-04-17T16:54:27.756Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-04-17T16:54:28.201Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-04-17T16:54:39.836Z Downloading crates ...
3262026-04-17T16:54:39.888Z Downloaded anstream v0.6.21
3272026-04-17T16:54:39.892Z Downloaded anstyle-parse v0.2.7
3282026-04-17T16:54:39.892Z Downloaded anstyle v1.0.13
3292026-04-17T16:54:39.902Z Downloaded anyhow v1.0.102
3302026-04-17T16:54:39.903Z Downloaded anstyle-query v1.1.5
3312026-04-17T16:54:39.903Z Downloaded thread-id v4.2.2
3322026-04-17T16:54:39.903Z Downloaded icu_provider v2.1.1
3332026-04-17T16:54:39.917Z Downloaded displaydoc v0.2.5
3342026-04-17T16:54:39.917Z Downloaded utf8parse v0.2.2
3352026-04-17T16:54:39.917Z Downloaded papergrid v0.11.0
3362026-04-17T16:54:39.917Z Downloaded zerofrom v0.1.6
3372026-04-17T16:54:39.917Z Downloaded unicode-linebreak v0.1.5
3382026-04-17T16:54:39.917Z Downloaded cfg-if v1.0.4
3392026-04-17T16:54:39.917Z Downloaded unicode-xid v0.2.6
3402026-04-17T16:54:39.923Z Downloaded textwrap v0.16.2
3412026-04-17T16:54:39.923Z Downloaded pretty-hex v0.4.1
3422026-04-17T16:54:39.923Z Downloaded heck v0.4.1
3432026-04-17T16:54:39.923Z Downloaded itoa v1.0.17
3442026-04-17T16:54:39.924Z Downloaded crypto-common v0.1.7
3452026-04-17T16:54:39.924Z Downloaded utf8_iter v1.0.4
3462026-04-17T16:54:39.924Z Downloaded toml_write v0.1.2
3472026-04-17T16:54:39.924Z Downloaded usdt v0.5.0
3482026-04-17T16:54:39.929Z Downloaded semver v1.0.27
3492026-04-17T16:54:39.929Z Downloaded sha2 v0.10.9
3502026-04-17T16:54:39.929Z Downloaded digest v0.10.7
3512026-04-17T16:54:39.937Z Downloaded zerofrom-derive v0.1.6
3522026-04-17T16:54:39.937Z Downloaded usdt-macro v0.5.0
3532026-04-17T16:54:39.937Z Downloaded pest_generator v2.8.6
3542026-04-17T16:54:39.937Z Downloaded usdt-attr-macro v0.5.0
3552026-04-17T16:54:39.937Z Downloaded serde_core v1.0.228
3562026-04-17T16:54:39.944Z Downloaded version_check v0.9.5
3572026-04-17T16:54:39.944Z Downloaded memmap v0.7.0
3582026-04-17T16:54:39.944Z Downloaded typeid v1.0.3
3592026-04-17T16:54:39.944Z Downloaded toml_edit v0.22.27
3602026-04-17T16:54:39.944Z Downloaded thiserror v1.0.69
3612026-04-17T16:54:39.944Z Downloaded toml_datetime v0.6.11
3622026-04-17T16:54:39.947Z Downloaded tinystr v0.8.2
3632026-04-17T16:54:39.947Z Downloaded clap v4.5.60
3642026-04-17T16:54:39.953Z Downloaded is_terminal_polyfill v1.70.2
3652026-04-17T16:54:39.953Z Downloaded thiserror-impl v2.0.18
3662026-04-17T16:54:39.960Z Downloaded strsim v0.11.1
3672026-04-17T16:54:39.960Z Downloaded scroll_derive v0.12.1
3682026-04-17T16:54:39.960Z Downloaded usdt-impl v0.5.0
3692026-04-17T16:54:39.960Z Downloaded zmij v1.0.21
3702026-04-17T16:54:39.960Z Downloaded idna_adapter v1.2.1
3712026-04-17T16:54:39.960Z Downloaded dtrace-parser v0.2.0
3722026-04-17T16:54:39.960Z Downloaded toml v0.8.23
3732026-04-17T16:54:39.960Z Downloaded zerovec-derive v0.11.2
3742026-04-17T16:54:39.961Z Downloaded generic-array v0.14.7
3752026-04-17T16:54:39.966Z Downloaded writeable v0.6.2
3762026-04-17T16:54:39.966Z Downloaded thiserror-impl v1.0.69
3772026-04-17T16:54:39.966Z Downloaded smawk v0.3.2
3782026-04-17T16:54:39.966Z Downloaded serde-value v0.7.0
3792026-04-17T16:54:39.966Z Downloaded dof v0.3.0
3802026-04-17T16:54:39.966Z Downloaded fnv v1.0.7
3812026-04-17T16:54:39.966Z Downloaded cargo-platform v0.2.0
3822026-04-17T16:54:39.967Z Downloaded zerocopy-derive v0.7.35
3832026-04-17T16:54:39.970Z Downloaded errno v0.3.14
3842026-04-17T16:54:39.970Z Downloaded yoke-derive v0.8.1
3852026-04-17T16:54:39.970Z Downloaded proc-macro-error-attr v1.0.4
3862026-04-17T16:54:39.970Z Downloaded yoke v0.8.1
3872026-04-17T16:54:39.970Z Downloaded heck v0.5.0
3882026-04-17T16:54:39.973Z Downloaded colorchoice v1.0.4
3892026-04-17T16:54:39.973Z Downloaded equivalent v1.0.2
3902026-04-17T16:54:39.978Z Downloaded plain v0.2.3
3912026-04-17T16:54:39.981Z Downloaded form_urlencoded v1.2.2
3922026-04-17T16:54:39.981Z Downloaded ucd-trie v0.1.7
3932026-04-17T16:54:39.988Z Downloaded typenum v1.19.0
3942026-04-17T16:54:39.988Z Downloaded zerotrie v0.2.3
3952026-04-17T16:54:39.992Z Downloaded thiserror v2.0.18
3962026-04-17T16:54:39.992Z Downloaded url v2.5.8
3972026-04-17T16:54:39.992Z Downloaded macaddr v1.0.1
3982026-04-17T16:54:39.996Z Downloaded potential_utf v0.1.4
3992026-04-17T16:54:39.996Z Downloaded unicode-ident v1.0.24
4002026-04-17T16:54:40.000Z Downloaded stable_deref_trait v1.2.1
4012026-04-17T16:54:40.005Z Downloaded terminal_size v0.4.3
4022026-04-17T16:54:40.008Z Downloaded percent-encoding v2.3.2
4032026-04-17T16:54:40.009Z Downloaded serde_spanned v0.6.9
4042026-04-17T16:54:40.009Z Downloaded zerovec v0.11.5
4052026-04-17T16:54:40.011Z Downloaded zerocopy v0.7.35
4062026-04-17T16:54:40.019Z Downloaded ordered-float v2.10.1
4072026-04-17T16:54:40.031Z Downloaded clap_lex v1.0.0
4082026-04-17T16:54:40.031Z Downloaded winnow v0.7.14
4092026-04-17T16:54:40.039Z Downloaded tabled_derive v0.7.0
4102026-04-17T16:54:40.039Z Downloaded fs-err v3.3.0
4112026-04-17T16:54:40.039Z Downloaded unicode-width v0.2.0
4122026-04-17T16:54:40.039Z Downloaded fastrand v2.3.0
4132026-04-17T16:54:40.039Z Downloaded erased-serde v0.4.9
4142026-04-17T16:54:40.040Z Downloaded unicode-width v0.1.14
4152026-04-17T16:54:40.040Z Downloaded quote v1.0.44
4162026-04-17T16:54:40.040Z Downloaded autocfg v1.5.0
4172026-04-17T16:54:40.040Z Downloaded bitflags v2.11.0
4182026-04-17T16:54:40.040Z Downloaded camino-tempfile v1.4.1
4192026-04-17T16:54:40.045Z Downloaded bytecount v0.6.9
4202026-04-17T16:54:40.045Z Downloaded block-buffer v0.10.4
4212026-04-17T16:54:40.045Z Downloaded cpufeatures v0.2.17
4222026-04-17T16:54:40.060Z Downloaded cargo_metadata v0.21.0
4232026-04-17T16:54:40.060Z Downloaded proc-macro-error v1.0.4
4242026-04-17T16:54:40.068Z Downloaded swrite v0.1.0
4252026-04-17T16:54:40.068Z Downloaded scroll v0.12.0
4262026-04-17T16:54:40.068Z Downloaded serde_tokenstream v0.2.3
4272026-04-17T16:54:40.068Z Downloaded cargo_toml v0.21.0
4282026-04-17T16:54:40.068Z Downloaded serde-untagged v0.1.9
4292026-04-17T16:54:40.073Z Downloaded synstructure v0.13.2
4302026-04-17T16:54:40.073Z Downloaded byteorder v1.5.0
4312026-04-17T16:54:40.073Z Downloaded smallvec v1.15.1
4322026-04-17T16:54:40.073Z Downloaded litemap v0.8.1
4332026-04-17T16:54:40.074Z Downloaded camino v1.2.2
4342026-04-17T16:54:40.078Z Downloaded pest_derive v2.8.6
4352026-04-17T16:54:40.078Z Downloaded proc-macro2 v1.0.106
4362026-04-17T16:54:40.079Z Downloaded icu_properties v2.1.2
4372026-04-17T16:54:40.089Z Downloaded indexmap v2.13.0
4382026-04-17T16:54:40.097Z Downloaded clap_derive v4.5.55
4392026-04-17T16:54:40.097Z Downloaded cargo-util-schemas v0.8.2
4402026-04-17T16:54:40.097Z Downloaded log v0.4.29
4412026-04-17T16:54:40.106Z Downloaded getrandom v0.4.1
4422026-04-17T16:54:40.107Z Downloaded once_cell v1.21.3
4432026-04-17T16:54:40.113Z Downloaded num-traits v0.2.19
4442026-04-17T16:54:40.121Z Downloaded tempfile v3.25.0
4452026-04-17T16:54:40.124Z Downloaded icu_locale_core v2.1.1
4462026-04-17T16:54:40.129Z Downloaded memchr v2.8.0
4472026-04-17T16:54:40.129Z Downloaded pest_meta v2.8.6
4482026-04-17T16:54:40.135Z Downloaded icu_normalizer_data v2.1.1
4492026-04-17T16:54:40.139Z Downloaded icu_normalizer v2.1.1
4502026-04-17T16:54:40.150Z Downloaded idna v1.1.0
4512026-04-17T16:54:40.150Z Downloaded serde_derive v1.0.228
4522026-04-17T16:54:40.150Z Downloaded pest v2.8.6
4532026-04-17T16:54:40.153Z Downloaded serde v1.0.228
4542026-04-17T16:54:40.159Z Downloaded icu_collections v2.1.1
4552026-04-17T16:54:40.184Z Downloaded hashbrown v0.16.1
4562026-04-17T16:54:40.191Z Downloaded serde_json v1.0.149
4572026-04-17T16:54:40.194Z Downloaded clap_builder v4.5.60
4582026-04-17T16:54:40.207Z Downloaded goblin v0.8.2
4592026-04-17T16:54:40.211Z Downloaded icu_properties_data v2.1.2
4602026-04-17T16:54:40.217Z Downloaded tabled v0.15.0
4612026-04-17T16:54:40.225Z Downloaded syn v1.0.109
4622026-04-17T16:54:40.239Z Downloaded syn v2.0.117
4632026-04-17T16:54:40.253Z Downloaded rustix v1.1.3
4642026-04-17T16:54:40.280Z Downloaded libc v0.2.185
4652026-04-17T16:54:40.348Z Compiling proc-macro2 v1.0.106
4662026-04-17T16:54:40.348Z Compiling unicode-ident v1.0.24
4672026-04-17T16:54:40.348Z Compiling quote v1.0.44
4682026-04-17T16:54:40.348Z Compiling serde_core v1.0.228
4692026-04-17T16:54:40.352Z Compiling libc v0.2.185
4702026-04-17T16:54:40.352Z Compiling version_check v0.9.5
4712026-04-17T16:54:40.352Z Compiling memchr v2.8.0
4722026-04-17T16:54:40.352Z Compiling stable_deref_trait v1.2.1
4732026-04-17T16:54:40.681Z Compiling serde v1.0.228
4742026-04-17T16:54:40.698Z Compiling zmij v1.0.21
4752026-04-17T16:54:40.913Z Compiling autocfg v1.5.0
4762026-04-17T16:54:41.040Z Compiling itoa v1.0.17
4772026-04-17T16:54:41.219Z Compiling ucd-trie v0.1.7
4782026-04-17T16:54:41.235Z Compiling thiserror v1.0.69
4792026-04-17T16:54:41.294Z Compiling writeable v0.6.2
4802026-04-17T16:54:41.311Z Compiling litemap v0.8.1
4812026-04-17T16:54:41.360Z Compiling pest v2.8.6
4822026-04-17T16:54:41.482Z Compiling byteorder v1.5.0
4832026-04-17T16:54:41.498Z Compiling icu_properties_data v2.1.2
4842026-04-17T16:54:41.515Z Compiling icu_normalizer_data v2.1.1
4852026-04-17T16:54:41.769Z Compiling rustix v1.1.3
4862026-04-17T16:54:41.848Z Compiling errno v0.3.14
4872026-04-17T16:54:41.887Z Compiling serde_json v1.0.149
4882026-04-17T16:54:42.015Z Compiling syn v2.0.117
4892026-04-17T16:54:42.039Z Compiling bitflags v2.11.0
4902026-04-17T16:54:42.217Z Compiling num-traits v0.2.19
4912026-04-17T16:54:42.272Z Compiling hashbrown v0.16.1
4922026-04-17T16:54:42.409Z Compiling typeid v1.0.3
4932026-04-17T16:54:42.453Z Compiling pest_meta v2.8.6
4942026-04-17T16:54:42.654Z Compiling equivalent v1.0.2
4952026-04-17T16:54:42.674Z Compiling smallvec v1.15.1
4962026-04-17T16:54:42.804Z Compiling indexmap v2.13.0
4972026-04-17T16:54:42.861Z Compiling thread-id v4.2.2
4982026-04-17T16:54:42.893Z Compiling proc-macro-error-attr v1.0.4
4992026-04-17T16:54:42.952Z Compiling usdt-impl v0.5.0
5002026-04-17T16:54:43.017Z Compiling winnow v0.7.14
5012026-04-17T16:54:43.082Z Compiling erased-serde v0.4.9
5022026-04-17T16:54:43.276Z Compiling syn v1.0.109
5032026-04-17T16:54:43.386Z Compiling toml_write v0.1.2
5042026-04-17T16:54:43.642Z Compiling proc-macro-error v1.0.4
5052026-04-17T16:54:43.737Z Compiling camino v1.2.2
5062026-04-17T16:54:43.835Z Compiling utf8parse v0.2.2
5072026-04-17T16:54:43.954Z Compiling percent-encoding v2.3.2
5082026-04-17T16:54:44.059Z Compiling utf8_iter v1.0.4
5092026-04-17T16:54:44.086Z Compiling getrandom v0.4.1
5102026-04-17T16:54:44.153Z Compiling thiserror v2.0.18
5112026-04-17T16:54:44.171Z Compiling log v0.4.29
5122026-04-17T16:54:44.212Z Compiling plain v0.2.3
5132026-04-17T16:54:44.255Z Compiling form_urlencoded v1.2.2
5142026-04-17T16:54:44.331Z Compiling ordered-float v2.10.1
5152026-04-17T16:54:44.414Z Compiling anstyle-parse v0.2.7
5162026-04-17T16:54:44.593Z Compiling synstructure v0.13.2
5172026-04-17T16:54:44.596Z Compiling pest_generator v2.8.6
5182026-04-17T16:54:44.627Z Compiling terminal_size v0.4.3
5192026-04-17T16:54:44.787Z Compiling pretty-hex v0.4.1
5202026-04-17T16:54:44.932Z Compiling cfg-if v1.0.4
5212026-04-17T16:54:44.935Z Compiling colorchoice v1.0.4
5222026-04-17T16:54:44.950Z Compiling is_terminal_polyfill v1.70.2
5232026-04-17T16:54:44.967Z Compiling anstyle-query v1.1.5
5242026-04-17T16:54:45.012Z Compiling anstyle v1.0.13
5252026-04-17T16:54:45.105Z Compiling serde-untagged v0.1.9
5262026-04-17T16:54:45.184Z Compiling anstream v0.6.21
5272026-04-17T16:54:45.241Z Compiling semver v1.0.27
5282026-04-17T16:54:45.326Z Compiling fs-err v3.3.0
5292026-04-17T16:54:45.347Z Compiling heck v0.4.1
5302026-04-17T16:54:45.490Z Compiling unicode-width v0.1.14
5312026-04-17T16:54:45.513Z Compiling heck v0.5.0
5322026-04-17T16:54:45.560Z Compiling unicode-xid v0.2.6
5332026-04-17T16:54:45.593Z Compiling clap_lex v1.0.0
5342026-04-17T16:54:45.687Z Compiling strsim v0.11.1
5352026-04-17T16:54:45.758Z Compiling once_cell v1.21.3
5362026-04-17T16:54:45.774Z Compiling fnv v1.0.7
5372026-04-17T16:54:45.824Z Compiling anyhow v1.0.102
5382026-04-17T16:54:45.881Z Compiling fastrand v2.3.0
5392026-04-17T16:54:45.884Z Compiling bytecount v0.6.9
5402026-04-17T16:54:45.974Z Compiling clap_builder v4.5.60
5412026-04-17T16:54:46.032Z Compiling papergrid v0.11.0
5422026-04-17T16:54:46.148Z Compiling tempfile v3.25.0
5432026-04-17T16:54:46.165Z Compiling memmap v0.7.0
5442026-04-17T16:54:46.279Z Compiling serde_derive v1.0.228
5452026-04-17T16:54:46.346Z Compiling zerofrom-derive v0.1.6
5462026-04-17T16:54:46.364Z Compiling yoke-derive v0.8.1
5472026-04-17T16:54:46.504Z Compiling zerovec-derive v0.11.2
5482026-04-17T16:54:46.522Z Compiling displaydoc v0.2.5
5492026-04-17T16:54:47.335Z Compiling thiserror-impl v1.0.69
5502026-04-17T16:54:47.510Z Compiling zerocopy-derive v0.7.35
5512026-04-17T16:54:47.582Z Compiling pest_derive v2.8.6
5522026-04-17T16:54:47.607Z Compiling scroll_derive v0.12.1
5532026-04-17T16:54:47.783Z Compiling zerofrom v0.1.6
5542026-04-17T16:54:47.927Z Compiling yoke v0.8.1
5552026-04-17T16:54:48.026Z Compiling thiserror-impl v2.0.18
5562026-04-17T16:54:48.127Z Compiling zerovec v0.11.5
5572026-04-17T16:54:48.271Z Compiling zerotrie v0.2.3
5582026-04-17T16:54:48.390Z Compiling zerocopy v0.7.35
5592026-04-17T16:54:48.582Z Compiling tinystr v0.8.2
5602026-04-17T16:54:48.638Z Compiling potential_utf v0.1.4
5612026-04-17T16:54:48.723Z Compiling dtrace-parser v0.2.0
5622026-04-17T16:54:48.789Z Compiling icu_locale_core v2.1.1
5632026-04-17T16:54:48.812Z Compiling icu_collections v2.1.1
5642026-04-17T16:54:48.947Z Compiling scroll v0.12.0
5652026-04-17T16:54:49.010Z Compiling tabled_derive v0.7.0
5662026-04-17T16:54:49.175Z Compiling clap_derive v4.5.55
5672026-04-17T16:54:49.289Z Compiling goblin v0.8.2
5682026-04-17T16:54:49.462Z Compiling icu_provider v2.1.1
5692026-04-17T16:54:49.480Z Compiling unicode-linebreak v0.1.5
5702026-04-17T16:54:49.674Z Compiling serde_spanned v0.6.9
5712026-04-17T16:54:49.701Z Compiling icu_properties v2.1.2
5722026-04-17T16:54:49.723Z Compiling icu_normalizer v2.1.1
5732026-04-17T16:54:49.741Z Compiling toml_datetime v0.6.11
5742026-04-17T16:54:49.766Z Compiling dof v0.3.0
5752026-04-17T16:54:49.823Z Compiling serde_tokenstream v0.2.3
5762026-04-17T16:54:49.908Z Compiling serde-value v0.7.0
5772026-04-17T16:54:50.002Z Compiling toml_edit v0.22.27
5782026-04-17T16:54:50.160Z Compiling cargo-platform v0.2.0
5792026-04-17T16:54:50.262Z Compiling unicode-width v0.2.0
5802026-04-17T16:54:50.280Z Compiling smawk v0.3.2
5812026-04-17T16:54:50.422Z Compiling tabled v0.15.0
5822026-04-17T16:54:50.439Z Compiling macaddr v1.0.1
5832026-04-17T16:54:50.540Z Compiling idna_adapter v1.2.1
5842026-04-17T16:54:50.667Z Compiling idna v1.1.0
5852026-04-17T16:54:50.692Z Compiling textwrap v0.16.2
5862026-04-17T16:54:50.754Z Compiling usdt-macro v0.5.0
5872026-04-17T16:54:50.788Z Compiling usdt-attr-macro v0.5.0
5882026-04-17T16:54:50.937Z Compiling clap v4.5.60
5892026-04-17T16:54:50.995Z Compiling url v2.5.8
5902026-04-17T16:54:51.328Z Compiling camino-tempfile v1.4.1
5912026-04-17T16:54:51.379Z Compiling toml v0.8.23
5922026-04-17T16:54:51.562Z Compiling swrite v0.1.0
5932026-04-17T16:54:51.696Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-17T16:54:51.832Z Compiling cargo-util-schemas v0.8.2
5952026-04-17T16:54:51.955Z Compiling cargo_toml v0.21.0
5962026-04-17T16:54:52.397Z Compiling usdt v0.5.0
5972026-04-17T16:54:52.775Z Compiling cargo_metadata v0.21.0
5982026-04-17T16:54:53.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-04-17T16:54:55.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.09s
6002026-04-17T16:54:56.006Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-04-17T16:54:56.555Z Downloading crates ...
6022026-04-17T16:54:56.658Z Downloaded compression-core v0.4.31
6032026-04-17T16:54:56.666Z Downloaded ciborium-io v0.2.2
6042026-04-17T16:54:56.666Z Downloaded diesel-dtrace v0.5.0
6052026-04-17T16:54:56.666Z Downloaded bb8 v0.8.6
6062026-04-17T16:54:56.670Z Downloaded adler2 v2.0.1
6072026-04-17T16:54:56.670Z Downloaded cobs v0.3.0
6082026-04-17T16:54:56.671Z Downloaded async-stream v0.3.6
6092026-04-17T16:54:56.671Z Downloaded ecdsa v0.16.9
6102026-04-17T16:54:56.713Z Downloaded fd-lock v4.0.4
6112026-04-17T16:54:56.713Z Downloaded dtrace-parser v0.3.0
6122026-04-17T16:54:56.713Z Downloaded document-features v0.2.12
6132026-04-17T16:54:56.713Z Downloaded crc-catalog v2.4.0
6142026-04-17T16:54:56.713Z Downloaded crossbeam-epoch v0.9.18
6152026-04-17T16:54:56.713Z Downloaded bit-vec v0.6.3
6162026-04-17T16:54:56.713Z Downloaded dropshot_endpoint v0.17.0
6172026-04-17T16:54:56.713Z Downloaded crossbeam-deque v0.8.6
6182026-04-17T16:54:56.713Z Downloaded darling v0.20.11
6192026-04-17T16:54:56.713Z Downloaded arrayvec v0.7.6
6202026-04-17T16:54:56.713Z Downloaded crossbeam-utils v0.8.21
6212026-04-17T16:54:56.713Z Downloaded cargo-platform v0.1.9
6222026-04-17T16:54:56.713Z Downloaded either v1.15.0
6232026-04-17T16:54:56.713Z Downloaded derive_builder_macro v0.20.2
6242026-04-17T16:54:56.714Z Downloaded defmt-macros v1.0.1
6252026-04-17T16:54:56.714Z Downloaded daft-derive v0.1.5
6262026-04-17T16:54:56.714Z Downloaded dyn-clone v1.0.20
6272026-04-17T16:54:56.714Z Downloaded blake2 v0.10.6
6282026-04-17T16:54:56.714Z Downloaded ena v0.14.4
6292026-04-17T16:54:56.714Z Downloaded async-stream-impl v0.3.6
6302026-04-17T16:54:56.714Z Downloaded bitfield-macros v0.19.4
6312026-04-17T16:54:56.714Z Downloaded derive_more v0.99.20
6322026-04-17T16:54:56.727Z Downloaded defmt v0.3.100
6332026-04-17T16:54:56.727Z Downloaded darling_macro v0.23.0
6342026-04-17T16:54:56.727Z Downloaded castaway v0.2.4
6352026-04-17T16:54:56.727Z Downloaded array-init v0.0.4
6362026-04-17T16:54:56.727Z Downloaded backoff v0.4.0
6372026-04-17T16:54:56.727Z Downloaded atomicwrites v0.4.4
6382026-04-17T16:54:56.727Z Downloaded argon2 v0.5.3
6392026-04-17T16:54:56.727Z Downloaded dsl_auto_type v0.2.0
6402026-04-17T16:54:56.727Z Downloaded crunchy v0.2.4
6412026-04-17T16:54:56.728Z Downloaded colored v3.1.1
6422026-04-17T16:54:56.728Z Downloaded cancel-safe-futures v0.1.5
6432026-04-17T16:54:56.740Z Downloaded dof v0.4.0
6442026-04-17T16:54:56.741Z Downloaded atomic-waker v1.1.2
6452026-04-17T16:54:56.741Z Downloaded atty v0.2.14
6462026-04-17T16:54:56.741Z Downloaded critical-section v1.2.0
6472026-04-17T16:54:56.741Z Downloaded block-padding v0.3.3
6482026-04-17T16:54:56.741Z Downloaded darling_macro v0.21.3
6492026-04-17T16:54:56.741Z Downloaded curve25519-dalek-derive v0.1.1
6502026-04-17T16:54:56.741Z Downloaded bit-set v0.5.3
6512026-04-17T16:54:56.742Z Downloaded ciborium-ll v0.2.2
6522026-04-17T16:54:56.742Z Downloaded async-recursion v1.1.1
6532026-04-17T16:54:56.742Z Downloaded aead v0.5.2
6542026-04-17T16:54:56.754Z Downloaded dirs-next v2.0.0
6552026-04-17T16:54:56.754Z Downloaded env_filter v1.0.0
6562026-04-17T16:54:56.754Z Downloaded foreign-types-shared v0.1.1
6572026-04-17T16:54:56.755Z Downloaded float-ord v0.3.2
6582026-04-17T16:54:56.755Z Downloaded assert_matches v1.5.0
6592026-04-17T16:54:56.755Z Downloaded ahash v0.8.12
6602026-04-17T16:54:56.755Z Downloaded backon v1.6.0
6612026-04-17T16:54:56.755Z Downloaded fixedbitset v0.5.7
6622026-04-17T16:54:56.755Z Downloaded display-error-chain v0.2.2
6632026-04-17T16:54:56.755Z Downloaded compression-codecs v0.4.37
6642026-04-17T16:54:56.755Z Downloaded darling_macro v0.20.11
6652026-04-17T16:54:56.755Z Downloaded dunce v1.0.5
6662026-04-17T16:54:56.759Z Downloaded downcast-rs v2.0.2
6672026-04-17T16:54:56.759Z Downloaded dirs-sys-next v0.1.2
6682026-04-17T16:54:56.759Z Downloaded bitfield-struct v0.6.2
6692026-04-17T16:54:56.759Z Downloaded base16ct v0.2.0
6702026-04-17T16:54:56.759Z Downloaded funty v2.0.0
6712026-04-17T16:54:56.759Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-04-17T16:54:56.759Z Downloaded cfg_aliases v0.2.1
6732026-04-17T16:54:56.760Z Downloaded bcrypt-pbkdf v0.10.0
6742026-04-17T16:54:56.760Z Downloaded ascii-canvas v3.0.0
6752026-04-17T16:54:56.764Z Downloaded enum-as-inner v0.6.1
6762026-04-17T16:54:56.764Z Downloaded convert_case v0.4.0
6772026-04-17T16:54:56.764Z Downloaded derive-ex v0.1.8
6782026-04-17T16:54:56.764Z Downloaded foreign-types-shared v0.3.1
6792026-04-17T16:54:56.764Z Downloaded deranged v0.5.8
6802026-04-17T16:54:56.781Z Downloaded ctr v0.9.2
6812026-04-17T16:54:56.781Z Downloaded fxhash v0.2.1
6822026-04-17T16:54:56.781Z Downloaded endian-type v0.1.2
6832026-04-17T16:54:56.781Z Downloaded defmt-parser v1.0.0
6842026-04-17T16:54:56.782Z Downloaded embedded-io v0.4.0
6852026-04-17T16:54:56.782Z Downloaded dropshot-api-manager-types v0.6.0
6862026-04-17T16:54:56.782Z Downloaded crucible-workspace-hack v0.1.0
6872026-04-17T16:54:56.782Z Downloaded flagset v0.4.7
6882026-04-17T16:54:56.782Z Downloaded debug-ignore v1.0.5
6892026-04-17T16:54:56.782Z Downloaded cstr-argument v0.1.2
6902026-04-17T16:54:56.782Z Downloaded arrayref v0.3.9
6912026-04-17T16:54:56.794Z Downloaded float-cmp v0.10.0
6922026-04-17T16:54:56.794Z Downloaded difflib v0.4.0
6932026-04-17T16:54:56.794Z Downloaded fixedbitset v0.4.2
6942026-04-17T16:54:56.794Z Downloaded cpufeatures v0.3.0
6952026-04-17T16:54:56.813Z Downloaded embedded-io v0.6.1
6962026-04-17T16:54:56.813Z Downloaded futures-task v0.3.32
6972026-04-17T16:54:56.813Z Downloaded crc v3.4.0
6982026-04-17T16:54:56.813Z Downloaded find-msvc-tools v0.1.9
6992026-04-17T16:54:56.813Z Downloaded foreign-types-macros v0.2.3
7002026-04-17T16:54:56.814Z Downloaded foreign-types v0.3.2
7012026-04-17T16:54:56.814Z Downloaded gethostname v0.5.0
7022026-04-17T16:54:56.814Z Downloaded bit-set v0.8.0
7032026-04-17T16:54:56.821Z Downloaded globwalk v0.9.1
7042026-04-17T16:54:56.821Z Downloaded cbc v0.1.2
7052026-04-17T16:54:56.821Z Downloaded futures-macro v0.3.32
7062026-04-17T16:54:56.821Z Downloaded git-stub v1.0.0
7072026-04-17T16:54:56.821Z Downloaded futures-io v0.3.32
7082026-04-17T16:54:56.821Z Downloaded hash32 v0.2.1
7092026-04-17T16:54:56.821Z Downloaded futures-sink v0.3.32
7102026-04-17T16:54:56.821Z Downloaded futures-core v0.3.32
7112026-04-17T16:54:56.821Z Downloaded ghash v0.5.1
7122026-04-17T16:54:56.821Z Downloaded blowfish v0.9.1
7132026-04-17T16:54:56.821Z Downloaded crc8 v0.1.1
7142026-04-17T16:54:56.821Z Downloaded csv-core v0.1.13
7152026-04-17T16:54:56.822Z Downloaded const_format_proc_macros v0.2.34
7162026-04-17T16:54:56.825Z Downloaded cipher v0.4.4
7172026-04-17T16:54:56.833Z Downloaded async-trait v0.1.89
7182026-04-17T16:54:56.833Z Downloaded hex-literal v0.4.1
7192026-04-17T16:54:56.833Z Downloaded headers-core v0.3.0
7202026-04-17T16:54:56.834Z Downloaded corncobs v0.1.4
7212026-04-17T16:54:56.845Z Downloaded chacha20 v0.9.1
7222026-04-17T16:54:56.845Z Downloaded hostname v0.4.2
7232026-04-17T16:54:56.845Z Downloaded http-body v1.0.1
7242026-04-17T16:54:56.845Z Downloaded fs_extra v1.3.0
7252026-04-17T16:54:56.845Z Downloaded base64ct v1.8.3
7262026-04-17T16:54:56.845Z Downloaded camino-tempfile-ext v0.3.3
7272026-04-17T16:54:56.846Z Downloaded env_logger v0.11.9
7282026-04-17T16:54:56.855Z Downloaded der_derive v0.7.3
7292026-04-17T16:54:56.855Z Downloaded convert_case v0.10.0
7302026-04-17T16:54:56.856Z Downloaded cexpr v0.6.0
7312026-04-17T16:54:56.856Z Downloaded cmake v0.1.57
7322026-04-17T16:54:56.856Z Downloaded daft v0.1.5
7332026-04-17T16:54:56.856Z Downloaded bcs v0.1.6
7342026-04-17T16:54:56.856Z Downloaded home v0.5.12
7352026-04-17T16:54:56.856Z Downloaded base64 v0.21.7
7362026-04-17T16:54:56.856Z Downloaded defmt v1.0.1
7372026-04-17T16:54:56.865Z Downloaded constant_time_eq v0.4.2
7382026-04-17T16:54:56.865Z Downloaded foldhash v0.1.5
7392026-04-17T16:54:56.865Z Downloaded http-range v0.1.5
7402026-04-17T16:54:56.865Z Downloaded fallible-iterator v0.2.0
7412026-04-17T16:54:56.865Z Downloaded ed25519 v2.2.3
7422026-04-17T16:54:56.865Z Downloaded httpdate v1.0.3
7432026-04-17T16:54:56.865Z Downloaded hex v0.4.3
7442026-04-17T16:54:56.873Z Downloaded derive_builder v0.20.2
7452026-04-17T16:54:56.874Z Downloaded hubpack_derive v0.1.1
7462026-04-17T16:54:56.874Z Downloaded hubpack v0.1.2
7472026-04-17T16:54:56.874Z Downloaded ident_case v1.0.1
7482026-04-17T16:54:56.874Z Downloaded git-stub-vcs v0.1.0
7492026-04-17T16:54:56.874Z Downloaded foreign-types v0.5.0
7502026-04-17T16:54:56.874Z Downloaded cassowary v0.3.0
7512026-04-17T16:54:56.874Z Downloaded erased-serde v0.3.31
7522026-04-17T16:54:56.874Z Downloaded futures-executor v0.3.32
7532026-04-17T16:54:56.881Z Downloaded fs-err v2.11.0
7542026-04-17T16:54:56.881Z Downloaded filetime v0.2.27
7552026-04-17T16:54:56.881Z Downloaded colored v2.2.0
7562026-04-17T16:54:56.881Z Downloaded globset v0.4.18
7572026-04-17T16:54:56.881Z Downloaded indoc v1.0.9
7582026-04-17T16:54:56.886Z Downloaded hyper-tls v0.6.0
7592026-04-17T16:54:56.886Z Downloaded indent_write v2.2.0
7602026-04-17T16:54:56.886Z Downloaded instant v0.1.13
7612026-04-17T16:54:56.887Z Downloaded bzip2 v0.4.4
7622026-04-17T16:54:56.887Z Downloaded data-encoding v2.10.0
7632026-04-17T16:54:56.887Z Downloaded bitfield v0.19.4
7642026-04-17T16:54:56.887Z Downloaded bit-vec v0.8.0
7652026-04-17T16:54:56.894Z Downloaded inout v0.1.4
7662026-04-17T16:54:56.894Z Downloaded instability v0.3.11
7672026-04-17T16:54:56.894Z Downloaded bytes v1.11.1
7682026-04-17T16:54:56.894Z Downloaded const-oid v0.9.6
7692026-04-17T16:54:56.898Z Downloaded is-terminal v0.4.17
7702026-04-17T16:54:56.898Z Downloaded crc32fast v1.5.0
7712026-04-17T16:54:56.898Z Downloaded cookie_store v0.22.1
7722026-04-17T16:54:56.898Z Downloaded ciborium v0.2.2
7732026-04-17T16:54:56.906Z Downloaded ar_archive_writer v0.5.1
7742026-04-17T16:54:56.906Z Downloaded hash32 v0.3.1
7752026-04-17T16:54:56.906Z Downloaded drift v0.1.3
7762026-04-17T16:54:56.925Z Downloaded hostname v0.3.1
7772026-04-17T16:54:56.925Z Downloaded keccak v0.1.6
7782026-04-17T16:54:56.925Z Downloaded group v0.13.0
7792026-04-17T16:54:56.925Z Downloaded kstat-rs v0.2.4
7802026-04-17T16:54:56.925Z Downloaded is_ci v1.2.0
7812026-04-17T16:54:56.925Z Downloaded highway v1.3.0
7822026-04-17T16:54:56.929Z Downloaded cargo_metadata v0.19.2
7832026-04-17T16:54:56.929Z Downloaded lalrpop-util v0.19.12
7842026-04-17T16:54:56.929Z Downloaded bzip2 v0.6.1
7852026-04-17T16:54:56.929Z Downloaded http-body-util v0.1.3
7862026-04-17T16:54:56.929Z Downloaded des v0.8.1
7872026-04-17T16:54:56.929Z Downloaded clang-sys v1.8.1
7882026-04-17T16:54:56.929Z Downloaded lazy_static v1.5.0
7892026-04-17T16:54:56.929Z Downloaded foldhash v0.2.0
7902026-04-17T16:54:56.929Z Downloaded diff v0.1.13
7912026-04-17T16:54:56.929Z Downloaded libscf-sys v1.1.0
7922026-04-17T16:54:56.929Z Downloaded console v0.16.2
7932026-04-17T16:54:56.929Z Downloaded derive_builder_core v0.20.2
7942026-04-17T16:54:56.930Z Downloaded buf-list v1.1.2
7952026-04-17T16:54:56.930Z Downloaded cfg_aliases v0.1.1
7962026-04-17T16:54:56.933Z Downloaded lru-cache v0.1.2
7972026-04-17T16:54:56.933Z Downloaded linked-hash-map v0.5.6
7982026-04-17T16:54:56.933Z Downloaded ff v0.13.1
7992026-04-17T16:54:56.933Z Downloaded darling_core v0.21.3
8002026-04-17T16:54:56.944Z Downloaded maplit v1.0.2
8012026-04-17T16:54:56.962Z Downloaded mime v0.3.17
8022026-04-17T16:54:56.962Z Downloaded maybe-uninit v2.0.0
8032026-04-17T16:54:56.962Z Downloaded lzss v0.8.2
8042026-04-17T16:54:56.962Z Downloaded impl-trait-for-tuples v0.2.3
8052026-04-17T16:54:56.962Z Downloaded glob v0.3.3
8062026-04-17T16:54:56.962Z Downloaded futures-channel v0.3.32
8072026-04-17T16:54:56.962Z Downloaded humantime v2.3.0
8082026-04-17T16:54:56.962Z Downloaded half v1.8.3
8092026-04-17T16:54:56.962Z Downloaded darling v0.23.0
8102026-04-17T16:54:56.962Z Downloaded ipnetwork v0.21.1
8112026-04-17T16:54:56.962Z Downloaded ipnet v2.11.0
8122026-04-17T16:54:56.962Z Downloaded internet-checksum v0.2.1
8132026-04-17T16:54:56.962Z Downloaded new_debug_unreachable v1.0.6
8142026-04-17T16:54:56.962Z Downloaded memoffset v0.9.1
8152026-04-17T16:54:56.962Z Downloaded md5 v0.7.0
8162026-04-17T16:54:56.962Z Downloaded md-5 v0.10.6
8172026-04-17T16:54:56.971Z Downloaded nonempty v0.12.0
8182026-04-17T16:54:56.971Z Downloaded match_cfg v0.1.0
8192026-04-17T16:54:56.971Z Downloaded managed v0.8.0
8202026-04-17T16:54:56.971Z Downloaded ingot-types v0.1.2
8212026-04-17T16:54:56.971Z Downloaded newtype-uuid-macros v0.1.0
8222026-04-17T16:54:56.972Z Downloaded multimap v0.10.1
8232026-04-17T16:54:56.972Z Downloaded ingot v0.1.1
8242026-04-17T16:54:56.972Z Downloaded lru-slab v0.1.2
8252026-04-17T16:54:56.972Z Downloaded diesel_derives v2.3.7
8262026-04-17T16:54:56.978Z Downloaded allocator-api2 v0.2.21
8272026-04-17T16:54:56.978Z Downloaded indoc v2.0.7
8282026-04-17T16:54:56.978Z Downloaded crc-any v2.5.0
8292026-04-17T16:54:56.978Z Downloaded hyper-staticfile v0.10.1
8302026-04-17T16:54:56.978Z Downloaded nibble_vec v0.1.0
8312026-04-17T16:54:56.989Z Downloaded chacha20 v0.10.0
8322026-04-17T16:54:56.989Z Downloaded num v0.4.3
8332026-04-17T16:54:56.989Z Downloaded bitflags v1.3.2
8342026-04-17T16:54:56.989Z Downloaded async-bb8-diesel v0.2.1
8352026-04-17T16:54:56.989Z Downloaded num_enum_derive v0.5.11
8362026-04-17T16:54:56.989Z Downloaded darling_core v0.23.0
8372026-04-17T16:54:56.996Z Downloaded newtype_derive v0.1.6
8382026-04-17T16:54:56.996Z Downloaded normalize-line-endings v0.3.0
8392026-04-17T16:54:56.997Z Downloaded hmac v0.12.1
8402026-04-17T16:54:56.997Z Downloaded newline-converter v0.3.0
8412026-04-17T16:54:56.997Z Downloaded fatfs v0.3.6
8422026-04-17T16:54:56.997Z Downloaded getrandom v0.2.17
8432026-04-17T16:54:57.004Z Downloaded dropshot_endpoint v0.16.7
8442026-04-17T16:54:57.004Z Downloaded olpc-cjson v0.1.4
8452026-04-17T16:54:57.005Z Downloaded num_threads v0.1.7
8462026-04-17T16:54:57.005Z Downloaded num-iter v0.1.45
8472026-04-17T16:54:57.005Z Downloaded num-derive v0.4.2
8482026-04-17T16:54:57.005Z Downloaded libsw-core v0.3.2
8492026-04-17T16:54:57.005Z Downloaded libloading v0.8.9
8502026-04-17T16:54:57.016Z Downloaded cookie v0.18.1
8512026-04-17T16:54:57.016Z Downloaded libsw v3.5.0
8522026-04-17T16:54:57.016Z Downloaded libefi-sys v0.1.0
8532026-04-17T16:54:57.016Z Downloaded nodrop v0.1.14
8542026-04-17T16:54:57.016Z Downloaded opaque-debug v0.3.1
8552026-04-17T16:54:57.016Z Downloaded elliptic-curve v0.13.8
8562026-04-17T16:54:57.016Z Downloaded openssl-probe v0.1.6
8572026-04-17T16:54:57.016Z Downloaded openssl-probe v0.2.1
8582026-04-17T16:54:57.016Z Downloaded openssl-macros v0.1.1
8592026-04-17T16:54:57.016Z Downloaded darling v0.21.3
8602026-04-17T16:54:57.019Z Downloaded linear-map v1.2.0
8612026-04-17T16:54:57.019Z Downloaded getrandom v0.3.4
8622026-04-17T16:54:57.019Z Downloaded hyper-rustls v0.27.7
8632026-04-17T16:54:57.022Z Downloaded console v0.15.11
8642026-04-17T16:54:57.022Z Downloaded ingot-macros v0.1.1
8652026-04-17T16:54:57.029Z Downloaded derive-where v1.6.0
8662026-04-17T16:54:57.029Z Downloaded multer v3.1.0
8672026-04-17T16:54:57.029Z Downloaded lru v0.12.5
8682026-04-17T16:54:57.029Z Downloaded lock_api v0.4.14
8692026-04-17T16:54:57.035Z Downloaded parse-size v1.1.0
8702026-04-17T16:54:57.035Z Downloaded oso-derive v0.27.3
8712026-04-17T16:54:57.035Z Downloaded nanorand v0.7.0
8722026-04-17T16:54:57.035Z Downloaded mime_guess v2.0.5
8732026-04-17T16:54:57.046Z Downloaded packed_struct_codegen v0.10.1
8742026-04-17T16:54:57.046Z Downloaded num-conv v0.2.0
8752026-04-17T16:54:57.046Z Downloaded byte-wrapper v0.1.0
8762026-04-17T16:54:57.046Z Downloaded futures v0.3.32
8772026-04-17T16:54:57.056Z Downloaded half v2.7.1
8782026-04-17T16:54:57.056Z Downloaded newtype-uuid v1.3.2
8792026-04-17T16:54:57.056Z Downloaded base64 v0.22.1
8802026-04-17T16:54:57.056Z Downloaded darling_core v0.20.11
8812026-04-17T16:54:57.056Z Downloaded peg-runtime v0.8.5
8822026-04-17T16:54:57.056Z Downloaded crossterm v0.29.0
8832026-04-17T16:54:57.065Z Downloaded jobserver v0.1.34
8842026-04-17T16:54:57.065Z Downloaded pbkdf2 v0.11.0
8852026-04-17T16:54:57.065Z Downloaded num-rational v0.4.2
8862026-04-17T16:54:57.065Z Downloaded parse-display v0.10.0
8872026-04-17T16:54:57.065Z Downloaded pbkdf2 v0.12.2
8882026-04-17T16:54:57.081Z Downloaded num-complex v0.4.6
8892026-04-17T16:54:57.081Z Downloaded compact_str v0.8.1
8902026-04-17T16:54:57.081Z Downloaded path-slash v0.1.5
8912026-04-17T16:54:57.081Z Downloaded chacha20poly1305 v0.10.1
8922026-04-17T16:54:57.082Z Downloaded nu-ansi-term v0.50.3
8932026-04-17T16:54:57.082Z Downloaded phf_shared v0.13.1
8942026-04-17T16:54:57.082Z Downloaded phf_shared v0.12.1
8952026-04-17T16:54:57.089Z Downloaded pin-utils v0.1.0
8962026-04-17T16:54:57.089Z Downloaded num_enum v0.7.5
8972026-04-17T16:54:57.094Z Downloaded predicates-tree v1.0.13
8982026-04-17T16:54:57.094Z Downloaded num-derive v0.3.3
8992026-04-17T16:54:57.094Z Downloaded httparse v1.10.1
9002026-04-17T16:54:57.094Z Downloaded packed_struct v0.10.1
9012026-04-17T16:54:57.094Z Downloaded proc-macro-crate v1.3.1
9022026-04-17T16:54:57.094Z Downloaded owo-colors v4.3.0
9032026-04-17T16:54:57.094Z Downloaded ignore v0.4.25
9042026-04-17T16:54:57.099Z Downloaded num_enum_derive v0.7.5
9052026-04-17T16:54:57.099Z Downloaded num-integer v0.1.46
9062026-04-17T16:54:57.099Z Downloaded predicates-core v1.0.10
9072026-04-17T16:54:57.099Z Downloaded precomputed-hash v0.1.1
9082026-04-17T16:54:57.108Z Downloaded proc-macro-crate v3.4.0
9092026-04-17T16:54:57.108Z Downloaded headers v0.4.1
9102026-04-17T16:54:57.109Z Downloaded litrs v1.0.0
9112026-04-17T16:54:57.109Z Downloaded password-hash v0.4.2
9122026-04-17T16:54:57.109Z Downloaded memmap2 v0.9.10
9132026-04-17T16:54:57.109Z Downloaded flume v0.11.1
9142026-04-17T16:54:57.113Z Downloaded crypto-bigint v0.5.5
9152026-04-17T16:54:57.117Z Downloaded oxide-tokio-rt v0.1.4
9162026-04-17T16:54:57.117Z Downloaded parking_lot_core v0.8.6
9172026-04-17T16:54:57.117Z Downloaded oxnet v0.1.4
9182026-04-17T16:54:57.117Z Downloaded indexmap v1.9.3
9192026-04-17T16:54:57.120Z Downloaded progenitor-client v0.10.0
9202026-04-17T16:54:57.120Z Downloaded proc-macro-error-attr2 v2.0.0
9212026-04-17T16:54:57.120Z Downloaded iana-time-zone v0.1.65
9222026-04-17T16:54:57.124Z Downloaded progenitor-macro v0.13.0
9232026-04-17T16:54:57.125Z Downloaded progenitor-macro v0.10.0
9242026-04-17T16:54:57.125Z Downloaded progenitor-macro v0.11.2
9252026-04-17T16:54:57.125Z Downloaded progenitor-client v0.11.2
9262026-04-17T16:54:57.128Z Downloaded psl-types v2.0.11
9272026-04-17T16:54:57.128Z Downloaded const_format v0.2.35
9282026-04-17T16:54:57.128Z Downloaded quick-error v1.2.3
9292026-04-17T16:54:57.135Z Downloaded derive_more v2.1.1
9302026-04-17T16:54:57.148Z Downloaded peg-macros v0.8.5
9312026-04-17T16:54:57.148Z Downloaded phf_shared v0.11.3
9322026-04-17T16:54:57.148Z Downloaded phf v0.12.1
9332026-04-17T16:54:57.148Z Downloaded pem-rfc7468 v0.7.0
9342026-04-17T16:54:57.148Z Downloaded radium v0.7.0
9352026-04-17T16:54:57.148Z Downloaded rand_chacha v0.3.1
9362026-04-17T16:54:57.148Z Downloaded pem v3.0.6
9372026-04-17T16:54:57.149Z Downloaded peg v0.8.5
9382026-04-17T16:54:57.153Z Downloaded paste v1.0.15
9392026-04-17T16:54:57.153Z Downloaded pkg-config v0.3.32
9402026-04-17T16:54:57.153Z Downloaded cc v1.2.56
9412026-04-17T16:54:57.154Z Downloaded libbz2-rs-sys v0.2.2
9422026-04-17T16:54:57.154Z Downloaded flate2 v1.1.9
9432026-04-17T16:54:57.160Z Downloaded powerfmt v0.2.0
9442026-04-17T16:54:57.160Z Downloaded omicron-zone-package v0.12.2
9452026-04-17T16:54:57.161Z Downloaded polyval v0.6.2
9462026-04-17T16:54:57.164Z Downloaded pin-project-lite v0.2.17
9472026-04-17T16:54:57.164Z Downloaded rand_xorshift v0.4.0
9482026-04-17T16:54:57.166Z Downloaded postgres-protocol v0.6.10
9492026-04-17T16:54:57.166Z Downloaded indicatif v0.18.4
9502026-04-17T16:54:57.176Z Downloaded ppv-lite86 v0.2.21
9512026-04-17T16:54:57.176Z Downloaded ref-cast v1.0.25
9522026-04-17T16:54:57.176Z Downloaded recursive v0.1.1
9532026-04-17T16:54:57.176Z Downloaded expectorate v1.2.0
9542026-04-17T16:54:57.176Z Downloaded ref-cast-impl v1.0.25
9552026-04-17T16:54:57.180Z Downloaded arc-swap v1.8.2
9562026-04-17T16:54:57.180Z Downloaded parking_lot v0.12.5
9572026-04-17T16:54:57.180Z Downloaded heapless v0.7.17
9582026-04-17T16:54:57.180Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-04-17T16:54:57.180Z Downloaded heapless v0.8.0
9602026-04-17T16:54:57.184Z Downloaded pin-project-internal v1.1.11
9612026-04-17T16:54:57.184Z Downloaded native-tls v0.2.18
9622026-04-17T16:54:57.184Z Downloaded phf v0.13.1
9632026-04-17T16:54:57.192Z Downloaded ed25519-dalek v2.2.0
9642026-04-17T16:54:57.192Z Downloaded progenitor v0.13.0
9652026-04-17T16:54:57.192Z Downloaded proc-macro-error2 v2.0.1
9662026-04-17T16:54:57.199Z Downloaded primeorder v0.13.6
9672026-04-17T16:54:57.199Z Downloaded parse-display-derive v0.10.0
9682026-04-17T16:54:57.199Z Downloaded parking_lot v0.11.2
9692026-04-17T16:54:57.199Z Downloaded rfc6979 v0.4.0
9702026-04-17T16:54:57.200Z Downloaded progenitor-extras v0.1.1
9712026-04-17T16:54:57.200Z Downloaded progenitor-client v0.13.0
9722026-04-17T16:54:57.200Z Downloaded crossbeam-channel v0.5.15
9732026-04-17T16:54:57.206Z Downloaded derive_more-impl v2.1.1
9742026-04-17T16:54:57.206Z Downloaded rtoolbox v0.0.3
9752026-04-17T16:54:57.206Z Downloaded parking_lot_core v0.9.12
9762026-04-17T16:54:57.206Z Downloaded rustc_version v0.1.7
9772026-04-17T16:54:57.207Z Downloaded rustc-hash v2.1.1
9782026-04-17T16:54:57.207Z Downloaded aes v0.8.4
9792026-04-17T16:54:57.218Z Downloaded rustc_version v0.4.1
9802026-04-17T16:54:57.218Z Downloaded bumpalo v3.20.2
9812026-04-17T16:54:57.219Z Downloaded r2d2 v0.8.10
9822026-04-17T16:54:57.219Z Downloaded password-hash v0.5.0
9832026-04-17T16:54:57.219Z Downloaded pkcs5 v0.7.1
9842026-04-17T16:54:57.219Z Downloaded psm v0.1.30
9852026-04-17T16:54:57.224Z Downloaded oso v0.27.3
9862026-04-17T16:54:57.224Z Downloaded async-compression v0.4.41
9872026-04-17T16:54:57.225Z Downloaded hickory-resolver v0.24.4
9882026-04-17T16:54:57.225Z Downloaded russh-cryptovec v0.7.3
9892026-04-17T16:54:57.233Z Downloaded rand_chacha v0.9.0
9902026-04-17T16:54:57.240Z Downloaded der v0.7.10
9912026-04-17T16:54:57.240Z Downloaded postcard v1.1.3
9922026-04-17T16:54:57.240Z Downloaded rand_seeder v0.4.0
9932026-04-17T16:54:57.240Z Downloaded rand_core v0.10.0
9942026-04-17T16:54:57.240Z Downloaded predicates v3.1.4
9952026-04-17T16:54:57.240Z Downloaded rand_core v0.9.5
9962026-04-17T16:54:57.243Z Downloaded salsa20 v0.10.2
9972026-04-17T16:54:57.244Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-17T16:54:57.244Z Downloaded sapling-renderdag v0.1.0
9992026-04-17T16:54:57.244Z Downloaded same-file v1.0.6
10002026-04-17T16:54:57.244Z Downloaded rand_core v0.6.4
10012026-04-17T16:54:57.244Z Downloaded miniz_oxide v0.8.9
10022026-04-17T16:54:57.253Z Downloaded scroll_derive v0.13.1
10032026-04-17T16:54:57.254Z Downloaded scrypt v0.11.0
10042026-04-17T16:54:57.254Z Downloaded postgres-types v0.2.12
10052026-04-17T16:54:57.254Z Downloaded pkcs1 v0.7.5
10062026-04-17T16:54:57.261Z Downloaded num_enum v0.5.11
10072026-04-17T16:54:57.261Z Downloaded p256 v0.13.2
10082026-04-17T16:54:57.261Z Downloaded jiff-static v0.2.21
10092026-04-17T16:54:57.265Z Downloaded progenitor v0.11.2
10102026-04-17T16:54:57.265Z Downloaded progenitor v0.10.0
10112026-04-17T16:54:57.265Z Downloaded aes-gcm v0.10.3
10122026-04-17T16:54:57.269Z Downloaded scopeguard v1.2.0
10132026-04-17T16:54:57.269Z Downloaded serde-big-array v0.5.1
10142026-04-17T16:54:57.275Z Downloaded secrecy v0.10.3
10152026-04-17T16:54:57.275Z Downloaded semver v0.1.20
10162026-04-17T16:54:57.276Z Downloaded seq-macro v0.3.6
10172026-04-17T16:54:57.283Z Downloaded serde_urlencoded v0.7.1
10182026-04-17T16:54:57.283Z Downloaded aho-corasick v1.1.4
10192026-04-17T16:54:57.283Z Downloaded serde_repr v0.1.20
10202026-04-17T16:54:57.283Z Downloaded hickory-resolver v0.25.2
10212026-04-17T16:54:57.283Z Downloaded quinn-udp v0.5.14
10222026-04-17T16:54:57.287Z Downloaded serde_plain v1.0.2
10232026-04-17T16:54:57.288Z Downloaded resolv-conf v0.7.6
10242026-04-17T16:54:57.288Z Downloaded serde_bytes v0.11.19
10252026-04-17T16:54:57.288Z Downloaded secrecy v0.8.0
10262026-04-17T16:54:57.293Z Downloaded rustls-pemfile v1.0.4
10272026-04-17T16:54:57.293Z Downloaded dropshot-api-manager v0.6.0
10282026-04-17T16:54:57.293Z Downloaded sha1 v0.10.6
10292026-04-17T16:54:57.298Z Downloaded signal-hook-mio v0.2.5
10302026-04-17T16:54:57.298Z Downloaded rustls-native-certs v0.8.3
10312026-04-17T16:54:57.298Z Downloaded pkcs8 v0.10.2
10322026-04-17T16:54:57.306Z Downloaded shell-words v1.1.1
10332026-04-17T16:54:57.306Z Downloaded rustls-pemfile v2.2.0
10342026-04-17T16:54:57.306Z Downloaded pin-project v1.1.11
10352026-04-17T16:54:57.311Z Downloaded sigpipe v0.1.3
10362026-04-17T16:54:57.312Z Downloaded rusty-fork v0.3.1
10372026-04-17T16:54:57.312Z Downloaded rustversion v1.0.22
10382026-04-17T16:54:57.312Z Downloaded poly1305 v0.8.0
10392026-04-17T16:54:57.325Z Downloaded openssl-sys v0.9.111
10402026-04-17T16:54:57.325Z Downloaded siphasher v1.0.2
10412026-04-17T16:54:57.325Z Downloaded signature v2.2.0
10422026-04-17T16:54:57.326Z Downloaded slog-envlogger v2.2.0
10432026-04-17T16:54:57.336Z Downloaded slog-bunyan v2.5.0
10442026-04-17T16:54:57.336Z Downloaded signal-hook-tokio v0.3.1
10452026-04-17T16:54:57.336Z Downloaded scroll v0.13.0
10462026-04-17T16:54:57.336Z Downloaded hashbrown v0.13.2
10472026-04-17T16:54:57.343Z Downloaded progenitor-impl v0.13.0
10482026-04-17T16:54:57.343Z Downloaded progenitor-impl v0.10.0
10492026-04-17T16:54:57.343Z Downloaded prefix-trie v0.7.0
10502026-04-17T16:54:57.343Z Downloaded papergrid v0.17.0
10512026-04-17T16:54:57.349Z Downloaded sec1 v0.7.3
10522026-04-17T16:54:57.349Z Downloaded sct v0.7.1
10532026-04-17T16:54:57.349Z Downloaded ssh-cipher v0.2.0
10542026-04-17T16:54:57.349Z Downloaded sqlparser_derive v0.5.0
10552026-04-17T16:54:57.349Z Downloaded serde-hex v0.1.0
10562026-04-17T16:54:57.353Z Downloaded ssh-encoding v0.2.0
10572026-04-17T16:54:57.358Z Downloaded structmeta v0.3.0
10582026-04-17T16:54:57.362Z Downloaded serde_spanned v1.0.4
10592026-04-17T16:54:57.362Z Downloaded serde_path_to_error v0.1.20
10602026-04-17T16:54:57.368Z Downloaded serde_derive_internals v0.29.1
10612026-04-17T16:54:57.368Z Downloaded http v1.4.0
10622026-04-17T16:54:57.375Z Downloaded rustls-pki-types v1.14.0
10632026-04-17T16:54:57.376Z Downloaded strum v0.27.2
10642026-04-17T16:54:57.376Z Downloaded structmeta-derive v0.3.0
10652026-04-17T16:54:57.376Z Downloaded strip-ansi-escapes v0.2.1
10662026-04-17T16:54:57.380Z Downloaded shlex v1.3.0
10672026-04-17T16:54:57.380Z Downloaded signal-hook-registry v1.4.8
10682026-04-17T16:54:57.396Z Downloaded rcgen v0.12.1
10692026-04-17T16:54:57.396Z Downloaded hashbrown v0.12.3
10702026-04-17T16:54:57.396Z Downloaded hyper-util v0.1.20
10712026-04-17T16:54:57.404Z Downloaded slab v0.4.12
10722026-04-17T16:54:57.405Z Downloaded slog-async v2.8.0
10732026-04-17T16:54:57.405Z Downloaded tabled_derive v0.11.0
10742026-04-17T16:54:57.405Z Downloaded subtle v2.6.1
10752026-04-17T16:54:57.405Z Downloaded supports-color v3.0.2
10762026-04-17T16:54:57.405Z Downloaded slog-json v2.6.1
10772026-04-17T16:54:57.405Z Downloaded sync_wrapper v1.0.2
10782026-04-17T16:54:57.405Z Downloaded slog-dtrace v0.3.0
10792026-04-17T16:54:57.405Z Downloaded pretty_assertions v1.4.1
10802026-04-17T16:54:57.405Z Downloaded schemars_derive v0.8.22
10812026-04-17T16:54:57.405Z Downloaded simd-adler32 v0.3.8
10822026-04-17T16:54:57.405Z Downloaded slog-scope v4.4.1
10832026-04-17T16:54:57.416Z Downloaded crossterm v0.28.1
10842026-04-17T16:54:57.416Z Downloaded tap v1.0.1
10852026-04-17T16:54:57.416Z Downloaded progenitor-impl v0.11.2
10862026-04-17T16:54:57.416Z Downloaded prettyplease v0.2.37
10872026-04-17T16:54:57.416Z Downloaded take_mut v0.2.2
10882026-04-17T16:54:57.419Z Downloaded smallvec v0.6.14
10892026-04-17T16:54:57.419Z Downloaded slog-stdlog v4.1.1
10902026-04-17T16:54:57.419Z Downloaded sync-ptr v0.1.4
10912026-04-17T16:54:57.419Z Downloaded testing_table v0.3.0
10922026-04-17T16:54:57.419Z Downloaded termtree v0.5.1
10932026-04-17T16:54:57.419Z Downloaded time-core v0.1.8
10942026-04-17T16:54:57.419Z Downloaded itertools v0.10.5
10952026-04-17T16:54:57.419Z Downloaded thiserror-impl-no-std v2.0.2
10962026-04-17T16:54:57.419Z Downloaded smf v0.2.3
10972026-04-17T16:54:57.424Z Downloaded mio v1.2.0
10982026-04-17T16:54:57.424Z Downloaded thread-id v5.1.0
10992026-04-17T16:54:57.424Z Downloaded tinyvec_macros v0.1.1
11002026-04-17T16:54:57.424Z Downloaded minimal-lexical v0.2.1
11012026-04-17T16:54:57.437Z Downloaded sqlformat v0.3.5
11022026-04-17T16:54:57.437Z Downloaded hickory-server v0.25.2
11032026-04-17T16:54:57.441Z Downloaded stringprep v0.1.5
11042026-04-17T16:54:57.441Z Downloaded spki v0.7.3
11052026-04-17T16:54:57.441Z Downloaded snafu-derive v0.8.9
11062026-04-17T16:54:57.441Z Downloaded string_cache v0.8.9
11072026-04-17T16:54:57.441Z Downloaded russh-keys v0.45.0
11082026-04-17T16:54:57.451Z Downloaded serde_with_macros v3.17.0
11092026-04-17T16:54:57.459Z Downloaded strum v0.26.3
11102026-04-17T16:54:57.459Z Downloaded static_assertions v1.1.0
11112026-04-17T16:54:57.459Z Downloaded strum_macros v0.27.2
11122026-04-17T16:54:57.464Z Downloaded strum_macros v0.24.3
11132026-04-17T16:54:57.464Z Downloaded ryu v1.0.23
11142026-04-17T16:54:57.464Z Downloaded schemars v0.8.22
11152026-04-17T16:54:57.470Z Downloaded tabwriter v1.4.1
11162026-04-17T16:54:57.470Z Downloaded rustls-platform-verifier v0.6.2
11172026-04-17T16:54:57.479Z Downloaded strum_macros v0.26.4
11182026-04-17T16:54:57.479Z Downloaded slog-term v2.9.2
11192026-04-17T16:54:57.480Z Downloaded thiserror-no-std v2.0.2
11202026-04-17T16:54:57.480Z Downloaded topological-sort v0.2.2
11212026-04-17T16:54:57.480Z Downloaded num-bigint v0.4.6
11222026-04-17T16:54:57.485Z Downloaded tagptr v0.2.0
11232026-04-17T16:54:57.485Z Downloaded support-bundle-viewer v0.1.2
11242026-04-17T16:54:57.485Z Downloaded termios v0.3.3
11252026-04-17T16:54:57.488Z Downloaded serde_cbor v0.11.2
11262026-04-17T16:54:57.491Z Downloaded nom v7.1.3
11272026-04-17T16:54:57.504Z Downloaded trait-variant v0.1.2
11282026-04-17T16:54:57.504Z Downloaded tower-layer v0.3.3
11292026-04-17T16:54:57.504Z Downloaded tiny-keccak v2.0.2
11302026-04-17T16:54:57.514Z Downloaded time-macros v0.2.27
11312026-04-17T16:54:57.515Z Downloaded try-lock v0.2.5
11322026-04-17T16:54:57.515Z Downloaded thread_local v1.1.9
11332026-04-17T16:54:57.515Z Downloaded ron v0.8.1
11342026-04-17T16:54:57.515Z Downloaded tower-service v0.3.3
11352026-04-17T16:54:57.515Z Downloaded quinn v0.11.9
11362026-04-17T16:54:57.515Z Downloaded libxml v0.3.3
11372026-04-17T16:54:57.526Z Downloaded tls_codec_derive v0.4.2
11382026-04-17T16:54:57.526Z Downloaded serde_yaml v0.9.34+deprecated
11392026-04-17T16:54:57.526Z Downloaded qorb v0.4.1
11402026-04-17T16:54:57.526Z Downloaded publicsuffix v2.3.0
11412026-04-17T16:54:57.526Z Downloaded unicode-truncate v1.1.0
11422026-04-17T16:54:57.526Z Downloaded spin v0.9.8
11432026-04-17T16:54:57.526Z Downloaded tokio-macros v2.7.0
11442026-04-17T16:54:57.535Z Downloaded tls_codec v0.4.2
11452026-04-17T16:54:57.535Z Downloaded stacker v0.1.23
11462026-04-17T16:54:57.535Z Downloaded typify-macro v0.4.3
11472026-04-17T16:54:57.535Z Downloaded universal-hash v0.5.1
11482026-04-17T16:54:57.535Z Downloaded unarray v0.1.4
11492026-04-17T16:54:57.535Z Downloaded typify-macro v0.6.1
11502026-04-17T16:54:57.539Z Downloaded tokio-native-tls v0.3.1
11512026-04-17T16:54:57.539Z Downloaded tokio-tungstenite v0.23.1
11522026-04-17T16:54:57.539Z Downloaded rayon-core v1.13.0
11532026-04-17T16:54:57.539Z Downloaded unit-prefix v0.5.2
11542026-04-17T16:54:57.539Z Downloaded signal-hook v0.3.18
11552026-04-17T16:54:57.542Z Downloaded similar v2.7.0
11562026-04-17T16:54:57.550Z Downloaded untrusted v0.9.0
11572026-04-17T16:54:57.550Z Downloaded untrusted v0.7.1
11582026-04-17T16:54:57.550Z Downloaded tokio-dtrace v0.1.1
11592026-04-17T16:54:57.550Z Downloaded rand v0.8.5
11602026-04-17T16:54:57.550Z Downloaded usdt-attr-macro v0.6.0
11612026-04-17T16:54:57.553Z Downloaded tokio-tungstenite v0.21.0
11622026-04-17T16:54:57.553Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-04-17T16:54:57.554Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-04-17T16:54:57.558Z Downloaded num-bigint-dig v0.8.6
11652026-04-17T16:54:57.558Z Downloaded utf-8 v0.7.6
11662026-04-17T16:54:57.559Z Downloaded usdt-macro v0.6.0
11672026-04-17T16:54:57.562Z Downloaded usdt v0.6.0
11682026-04-17T16:54:57.562Z Downloaded term v1.2.1
11692026-04-17T16:54:57.569Z Downloaded iri-string v0.7.10
11702026-04-17T16:54:57.573Z Downloaded term v0.7.0
11712026-04-17T16:54:57.573Z Downloaded itertools v0.13.0
11722026-04-17T16:54:57.583Z Downloaded toml_writer v1.0.6+spec-1.1.0
11732026-04-17T16:54:57.597Z Downloaded tui-tree-widget v0.23.1
11742026-04-17T16:54:57.597Z Downloaded void v1.0.2
11752026-04-17T16:54:57.598Z Downloaded wait-timeout v0.2.1
11762026-04-17T16:54:57.598Z Downloaded rsa v0.9.10
11772026-04-17T16:54:57.598Z Downloaded rand v0.9.2
11782026-04-17T16:54:57.598Z Downloaded aws-lc-rs v1.16.0
11792026-04-17T16:54:57.606Z Downloaded socket2 v0.5.10
11802026-04-17T16:54:57.606Z Downloaded socket2 v0.6.3
11812026-04-17T16:54:57.615Z Downloaded want v0.3.1
11822026-04-17T16:54:57.615Z Downloaded waitgroup v0.1.2
11832026-04-17T16:54:57.615Z Downloaded chrono v0.4.44
11842026-04-17T16:54:57.615Z Downloaded unicase v2.9.0
11852026-04-17T16:54:57.629Z Downloaded hyper v1.8.1
11862026-04-17T16:54:57.629Z Downloaded samael v0.0.19
11872026-04-17T16:54:57.629Z Downloaded tokio-rustls v0.24.1
11882026-04-17T16:54:57.629Z Downloaded subprocess v0.2.15
11892026-04-17T16:54:57.629Z Downloaded xshell-macros v0.2.7
11902026-04-17T16:54:57.629Z Downloaded xattr v1.6.1
11912026-04-17T16:54:57.629Z Downloaded slog v2.8.2
11922026-04-17T16:54:57.629Z Downloaded tokio-stream v0.1.18
11932026-04-17T16:54:57.635Z Downloaded schemars v0.9.0
11942026-04-17T16:54:57.635Z Downloaded itertools v0.12.1
11952026-04-17T16:54:57.639Z Downloaded usdt-impl v0.6.0
11962026-04-17T16:54:57.639Z Downloaded zone_cfg_derive v0.3.1
11972026-04-17T16:54:57.639Z Downloaded zeroize_derive v1.4.3
11982026-04-17T16:54:57.642Z Downloaded iddqd v0.3.17
11992026-04-17T16:54:57.647Z Downloaded tokio-rustls v0.26.4
12002026-04-17T16:54:57.647Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-04-17T16:54:57.647Z Downloaded hashbrown v0.15.5
12022026-04-17T16:54:57.650Z Downloaded vergen-git2 v1.0.7
12032026-04-17T16:54:57.650Z Downloaded uzers v0.12.2
12042026-04-17T16:54:57.653Z Downloaded test-strategy v0.4.5
12052026-04-17T16:54:57.653Z Downloaded snafu v0.8.9
12062026-04-17T16:54:57.658Z Downloaded futures-util v0.3.32
12072026-04-17T16:54:57.665Z Downloaded vsss-rs v3.3.4
12082026-04-17T16:54:57.678Z Downloaded tracing-attributes v0.1.31
12092026-04-17T16:54:57.678Z Downloaded tinyvec v1.10.0
12102026-04-17T16:54:57.678Z Downloaded schemars v1.2.1
12112026-04-17T16:54:57.682Z Downloaded vergen-lib v0.1.6
12122026-04-17T16:54:57.682Z Downloaded vergen-gitcl v1.0.8
12132026-04-17T16:54:57.682Z Downloaded hkdf v0.12.4
12142026-04-17T16:54:57.682Z Downloaded rustls-webpki v0.103.9
12152026-04-17T16:54:57.682Z Downloaded whoami v2.1.0
12162026-04-17T16:54:57.682Z Downloaded walkdir v2.5.0
12172026-04-17T16:54:57.682Z Downloaded whoami v1.6.1
12182026-04-17T16:54:57.687Z Downloaded rand v0.10.0
12192026-04-17T16:54:57.696Z Downloaded tokio-rustls v0.25.0
12202026-04-17T16:54:57.696Z Downloaded wyz v0.5.1
12212026-04-17T16:54:57.702Z Downloaded unicode-properties v0.1.4
12222026-04-17T16:54:57.702Z Downloaded h2 v0.4.13
12232026-04-17T16:54:57.702Z Downloaded p521 v0.13.3
12242026-04-17T16:54:57.706Z Downloaded zeroize v1.8.2
12252026-04-17T16:54:57.706Z Downloaded zone v0.3.1
12262026-04-17T16:54:57.712Z Downloaded tar v0.4.45
12272026-04-17T16:54:57.712Z Downloaded itertools v0.14.0
12282026-04-17T16:54:57.715Z Downloaded blake3 v1.8.3
12292026-04-17T16:54:57.719Z Downloaded xshell v0.2.7
12302026-04-17T16:54:57.719Z Downloaded vergen v9.0.6
12312026-04-17T16:54:57.728Z Downloaded tungstenite v0.21.0
12322026-04-17T16:54:57.729Z Downloaded zstd v0.13.3
12332026-04-17T16:54:57.739Z Downloaded russh v0.45.0
12342026-04-17T16:54:57.739Z Downloaded steno v0.4.1
12352026-04-17T16:54:57.739Z Downloaded typify v0.4.3
12362026-04-17T16:54:57.743Z Downloaded twox-hash v2.1.2
12372026-04-17T16:54:57.743Z Downloaded tungstenite v0.23.0
12382026-04-17T16:54:57.746Z Downloaded unsafe-libyaml v0.2.11
12392026-04-17T16:54:57.753Z Downloaded unicode-bidi v0.3.18
12402026-04-17T16:54:57.756Z Downloaded zstd-safe v7.2.4
12412026-04-17T16:54:57.756Z Downloaded uuid v1.23.0
12422026-04-17T16:54:57.763Z Downloaded libm v0.2.16
12432026-04-17T16:54:57.769Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-04-17T16:54:57.769Z Downloaded toml v0.9.12+spec-1.1.0
12452026-04-17T16:54:57.772Z Downloaded toml v0.7.8
12462026-04-17T16:54:57.772Z Downloaded toml v1.0.6+spec-1.1.0
12472026-04-17T16:54:57.775Z Downloaded typify v0.6.1
12482026-04-17T16:54:57.780Z Downloaded yasna v0.5.2
12492026-04-17T16:54:57.793Z Downloaded tracing-core v0.1.36
12502026-04-17T16:54:57.808Z Downloaded vte v0.14.1
12512026-04-17T16:54:57.812Z Downloaded rpassword v7.4.0
12522026-04-17T16:54:57.812Z Downloaded zopfli v0.8.3
12532026-04-17T16:54:57.820Z Downloaded rustyline v14.0.0
12542026-04-17T16:54:57.827Z Downloaded yansi v1.0.1
12552026-04-17T16:54:57.834Z Downloaded git2 v0.20.4
12562026-04-17T16:54:57.834Z Downloaded p384 v0.13.1
12572026-04-17T16:54:57.842Z Downloaded toml_edit v0.19.15
12582026-04-17T16:54:57.846Z Downloaded zerocopy v0.6.6
12592026-04-17T16:54:57.851Z Downloaded bitvec v1.0.1
12602026-04-17T16:54:57.854Z Downloaded ssh-key v0.6.7
12612026-04-17T16:54:57.859Z Downloaded tokio-postgres v0.7.16
12622026-04-17T16:54:57.862Z Downloaded bindgen v0.71.1
12632026-04-17T16:54:57.878Z Downloaded typed-path v0.9.3
12642026-04-17T16:54:57.886Z Downloaded unicode_categories v0.1.1
12652026-04-17T16:54:57.895Z Downloaded zip v0.6.6
12662026-04-17T16:54:57.902Z Downloaded reedline v0.40.0
12672026-04-17T16:54:57.902Z Downloaded reqwest v0.13.2
12682026-04-17T16:54:57.902Z Downloaded moka v0.12.13
12692026-04-17T16:54:57.905Z Downloaded lalrpop v0.19.12
12702026-04-17T16:54:57.911Z Downloaded rayon v1.11.0
12712026-04-17T16:54:57.929Z Downloaded tough v0.20.0
12722026-04-17T16:54:57.933Z Downloaded proptest v1.10.0
12732026-04-17T16:54:57.938Z Downloaded regex v1.12.3
12742026-04-17T16:54:57.951Z Downloaded tower v0.5.3
12752026-04-17T16:54:57.957Z Downloaded portable-atomic v1.13.1
12762026-04-17T16:54:57.964Z Downloaded quick-xml v0.37.5
12772026-04-17T16:54:57.972Z Downloaded rustls-webpki v0.101.7
12782026-04-17T16:54:57.980Z Downloaded x509-cert v0.2.5
12792026-04-17T16:54:57.980Z Downloaded unicode-segmentation v1.12.0
12802026-04-17T16:54:57.980Z Downloaded rustls-webpki v0.102.8
12812026-04-17T16:54:57.985Z Downloaded zerocopy-derive v0.8.40
12822026-04-17T16:54:57.990Z Downloaded reqwest v0.12.28
12832026-04-17T16:54:57.993Z Downloaded goblin v0.10.5
12842026-04-17T16:54:58.003Z Downloaded serde_with v3.17.0
12852026-04-17T16:54:58.012Z Downloaded object v0.30.4
12862026-04-17T16:54:58.012Z Downloaded unicode-normalization v0.1.25
12872026-04-17T16:54:58.015Z Downloaded quinn-proto v0.11.13
12882026-04-17T16:54:58.015Z Downloaded tokio-util v0.7.18
12892026-04-17T16:54:58.020Z Downloaded radix_trie v0.2.1
12902026-04-17T16:54:58.025Z Downloaded petname v2.0.2
12912026-04-17T16:54:58.028Z Downloaded polar-core v0.27.3
12922026-04-17T16:54:58.039Z Downloaded openssl v0.10.75
12932026-04-17T16:54:58.047Z Downloaded tower-http v0.6.8
12942026-04-17T16:54:58.070Z Downloaded salty v0.3.0
12952026-04-17T16:54:58.070Z Downloaded curve25519-dalek v4.1.3
12962026-04-17T16:54:58.070Z Downloaded rustls v0.21.12
12972026-04-17T16:54:58.071Z Downloaded zip v4.6.1
12982026-04-17T16:54:58.071Z Downloaded bstr v1.12.1
12992026-04-17T16:54:58.071Z Downloaded smoltcp v0.9.1
13002026-04-17T16:54:58.077Z Downloaded nix v0.27.1
13012026-04-17T16:54:58.083Z Downloaded hickory-proto v0.24.4
13022026-04-17T16:54:58.091Z Downloaded regex-syntax v0.6.29
13032026-04-17T16:54:58.095Z Downloaded nix v0.31.2
13042026-04-17T16:54:58.103Z Downloaded winnow v0.5.40
13052026-04-17T16:54:58.106Z Downloaded winnow v0.6.26
13062026-04-17T16:54:58.115Z Downloaded rustls v0.22.4
13072026-04-17T16:54:58.121Z Downloaded zerocopy v0.8.40
13082026-04-17T16:54:58.127Z Downloaded hickory-proto v0.25.2
13092026-04-17T16:54:58.136Z Downloaded regex-syntax v0.8.10
13102026-04-17T16:54:58.167Z Downloaded tabled v0.20.0
13112026-04-17T16:54:58.172Z Downloaded nix v0.29.0
13122026-04-17T16:54:58.178Z Downloaded dropshot v0.16.7
13132026-04-17T16:54:58.190Z Downloaded nix v0.28.0
13142026-04-17T16:54:58.198Z Downloaded time v0.3.47
13152026-04-17T16:54:58.215Z Downloaded zlib-rs v0.6.2
13162026-04-17T16:54:58.224Z Downloaded object v0.37.3
13172026-04-17T16:54:58.229Z Downloaded dropshot v0.17.0
13182026-04-17T16:54:58.236Z Downloaded tracing v0.1.44
13192026-04-17T16:54:58.248Z Downloaded webpki-roots v1.0.6
13202026-04-17T16:54:58.251Z Downloaded vcpkg v0.2.15
13212026-04-17T16:54:58.271Z Downloaded sled v0.34.7
13222026-04-17T16:54:58.279Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-04-17T16:54:58.286Z Downloaded smoltcp v0.11.0
13242026-04-17T16:54:58.298Z Downloaded diesel v2.3.7
13252026-04-17T16:54:58.303Z Downloaded rustls v0.23.37
13262026-04-17T16:54:58.310Z Downloaded regress v0.10.5
13272026-04-17T16:54:58.315Z Downloaded rustix v0.38.44
13282026-04-17T16:54:58.332Z Downloaded openapiv3 v2.2.0
13292026-04-17T16:54:58.359Z Downloaded chrono-tz v0.10.4
13302026-04-17T16:54:58.369Z Downloaded jiff v0.2.21
13312026-04-17T16:54:58.384Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-04-17T16:54:58.391Z Downloaded sqlparser v0.61.0
13332026-04-17T16:54:58.399Z Downloaded sha3 v0.10.8
13342026-04-17T16:54:58.426Z Downloaded typify-impl v0.6.1
13352026-04-17T16:54:58.450Z Downloaded ratatui v0.29.0
13362026-04-17T16:54:58.461Z Downloaded typify-impl v0.4.3
13372026-04-17T16:54:58.492Z Downloaded zerocopy-derive v0.6.6
13382026-04-17T16:54:58.497Z Downloaded csv v1.4.0
13392026-04-17T16:54:58.509Z Downloaded regex-automata v0.4.14
13402026-04-17T16:54:58.518Z Downloaded petgraph v0.6.5
13412026-04-17T16:54:58.538Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-17T16:54:58.569Z Downloaded petgraph v0.8.3
13432026-04-17T16:54:58.590Z Downloaded libz-sys v1.1.24
13442026-04-17T16:54:58.618Z Downloaded tokio v1.52.1
13452026-04-17T16:54:58.677Z Downloaded encoding_rs v0.8.35
13462026-04-17T16:54:58.690Z Downloaded ring v0.17.14
13472026-04-17T16:54:59.093Z Downloaded aws-lc-sys v0.37.1
13482026-04-17T16:54:59.337Z Compiling libc v0.2.185
13492026-04-17T16:54:59.337Z Compiling serde v1.0.228
13502026-04-17T16:54:59.340Z Compiling find-msvc-tools v0.1.9
13512026-04-17T16:54:59.340Z Compiling log v0.4.29
13522026-04-17T16:54:59.340Z Compiling shlex v1.3.0
13532026-04-17T16:54:59.340Z Compiling smallvec v1.15.1
13542026-04-17T16:54:59.340Z Compiling syn v2.0.117
13552026-04-17T16:54:59.341Z Compiling typenum v1.19.0
13562026-04-17T16:54:59.667Z Compiling generic-array v0.14.7
13572026-04-17T16:54:59.670Z Compiling subtle v2.6.1
13582026-04-17T16:54:59.733Z Compiling scopeguard v1.2.0
13592026-04-17T16:54:59.766Z Compiling const-oid v0.9.6
13602026-04-17T16:54:59.832Z Compiling lock_api v0.4.14
13612026-04-17T16:54:59.835Z Compiling portable-atomic v1.13.1
13622026-04-17T16:54:59.857Z Compiling zerocopy v0.8.40
13632026-04-17T16:54:59.919Z Compiling serde_json v1.0.149
13642026-04-17T16:55:00.053Z Compiling critical-section v1.2.0
13652026-04-17T16:55:00.119Z Compiling pin-project-lite v0.2.17
13662026-04-17T16:55:00.160Z Compiling parking_lot_core v0.9.12
13672026-04-17T16:55:00.303Z Compiling getrandom v0.2.17
13682026-04-17T16:55:00.335Z Compiling jobserver v0.1.34
13692026-04-17T16:55:00.365Z Compiling errno v0.3.14
13702026-04-17T16:55:00.458Z Compiling rand_core v0.6.4
13712026-04-17T16:55:00.497Z Compiling pkg-config v0.3.32
13722026-04-17T16:55:00.531Z Compiling signal-hook-registry v1.4.8
13732026-04-17T16:55:00.714Z Compiling cc v1.2.56
13742026-04-17T16:55:00.732Z Compiling bitflags v2.11.0
13752026-04-17T16:55:00.798Z Compiling once_cell v1.21.3
13762026-04-17T16:55:00.812Z Compiling libm v0.2.16
13772026-04-17T16:55:00.876Z Compiling parking_lot v0.12.5
13782026-04-17T16:55:00.953Z Compiling mio v1.2.0
13792026-04-17T16:55:01.005Z Compiling num-traits v0.2.19
13802026-04-17T16:55:01.035Z Compiling futures-core v0.3.32
13812026-04-17T16:55:01.187Z Compiling percent-encoding v2.3.2
13822026-04-17T16:55:01.238Z Compiling socket2 v0.6.3
13832026-04-17T16:55:01.312Z Compiling allocator-api2 v0.2.21
13842026-04-17T16:55:01.365Z Compiling cpufeatures v0.2.17
13852026-04-17T16:55:01.415Z Compiling futures-sink v0.3.32
13862026-04-17T16:55:01.419Z Compiling foldhash v0.2.0
13872026-04-17T16:55:01.439Z Compiling slab v0.4.12
13882026-04-17T16:55:01.477Z Compiling futures-channel v0.3.32
13892026-04-17T16:55:01.614Z Compiling hashbrown v0.16.1
13902026-04-17T16:55:01.627Z Compiling getrandom v0.4.1
13912026-04-17T16:55:01.645Z Compiling futures-task v0.3.32
13922026-04-17T16:55:01.672Z Compiling futures-io v0.3.32
13932026-04-17T16:55:01.809Z Compiling rustversion v1.0.22
13942026-04-17T16:55:01.843Z Compiling getrandom v0.3.4
13952026-04-17T16:55:01.930Z Compiling rand_core v0.10.0
13962026-04-17T16:55:02.282Z Compiling synstructure v0.13.2
13972026-04-17T16:55:02.353Z Compiling indexmap v2.13.0
13982026-04-17T16:55:02.379Z Compiling cmake v0.1.57
13992026-04-17T16:55:02.413Z Compiling form_urlencoded v1.2.2
14002026-04-17T16:55:02.593Z Compiling dunce v1.0.5
14012026-04-17T16:55:02.695Z Compiling ident_case v1.0.1
14022026-04-17T16:55:02.727Z Compiling fs_extra v1.3.0
14032026-04-17T16:55:02.796Z Compiling base64ct v1.8.3
14042026-04-17T16:55:02.821Z Compiling flagset v0.4.7
14052026-04-17T16:55:02.848Z Compiling rand_core v0.9.5
14062026-04-17T16:55:02.873Z Compiling iana-time-zone v0.1.65
14072026-04-17T16:55:02.951Z Compiling rustix v1.1.3
14082026-04-17T16:55:02.973Z Compiling ring v0.17.14
14092026-04-17T16:55:03.016Z Compiling aws-lc-sys v0.37.1
14102026-04-17T16:55:03.042Z Compiling pem-rfc7468 v0.7.0
14112026-04-17T16:55:03.106Z Compiling uuid v1.23.0
14122026-04-17T16:55:03.112Z Compiling rustc_version v0.4.1
14132026-04-17T16:55:03.145Z Compiling vcpkg v0.2.15
14142026-04-17T16:55:03.357Z Compiling regex-syntax v0.8.10
14152026-04-17T16:55:03.435Z Compiling aws-lc-rs v1.16.0
14162026-04-17T16:55:03.721Z Compiling tracing-core v0.1.36
14172026-04-17T16:55:03.818Z Compiling pest_generator v2.8.6
14182026-04-17T16:55:03.873Z Compiling openssl-sys v0.9.111
14192026-04-17T16:55:04.068Z Compiling serde_derive v1.0.228
14202026-04-17T16:55:04.268Z Compiling zeroize_derive v1.4.3
14212026-04-17T16:55:04.402Z Compiling zerofrom-derive v0.1.6
14222026-04-17T16:55:04.545Z Compiling yoke-derive v0.8.1
14232026-04-17T16:55:04.706Z Compiling zerocopy-derive v0.8.40
14242026-04-17T16:55:04.925Z Compiling zeroize v1.8.2
14252026-04-17T16:55:05.700Z Compiling crypto-common v0.1.7
14262026-04-17T16:55:05.714Z Compiling block-buffer v0.10.4
14272026-04-17T16:55:05.727Z Compiling zerovec-derive v0.11.2
14282026-04-17T16:55:05.811Z Compiling zerofrom v0.1.6
14292026-04-17T16:55:05.846Z Compiling digest v0.10.7
14302026-04-17T16:55:05.877Z Compiling displaydoc v0.2.5
14312026-04-17T16:55:05.940Z Compiling yoke v0.8.1
14322026-04-17T16:55:06.096Z Compiling tokio-macros v2.7.0
14332026-04-17T16:55:06.126Z Compiling hmac v0.12.1
14342026-04-17T16:55:06.281Z Compiling futures-macro v0.3.32
14352026-04-17T16:55:06.610Z Compiling zerotrie v0.2.3
14362026-04-17T16:55:06.830Z Compiling block-padding v0.3.3
14372026-04-17T16:55:06.861Z Compiling zerovec v0.11.5
14382026-04-17T16:55:06.925Z Compiling sha2 v0.10.9
14392026-04-17T16:55:06.985Z Compiling inout v0.1.4
14402026-04-17T16:55:07.127Z Compiling futures-util v0.3.32
14412026-04-17T16:55:07.154Z Compiling cipher v0.4.4
14422026-04-17T16:55:07.353Z Compiling tinystr v0.8.2
14432026-04-17T16:55:07.413Z Compiling potential_utf v0.1.4
14442026-04-17T16:55:07.551Z Compiling bytes v1.11.1
14452026-04-17T16:55:07.577Z Compiling icu_locale_core v2.1.1
14462026-04-17T16:55:07.580Z Compiling icu_collections v2.1.1
14472026-04-17T16:55:07.606Z Compiling der_derive v0.7.3
14482026-04-17T16:55:08.060Z Compiling tokio v1.52.1
14492026-04-17T16:55:08.168Z Compiling http v1.4.0
14502026-04-17T16:55:08.287Z Compiling icu_provider v2.1.1
14512026-04-17T16:55:08.458Z Compiling chrono v0.4.44
14522026-04-17T16:55:08.556Z Compiling icu_properties v2.1.2
14532026-04-17T16:55:08.580Z Compiling icu_normalizer v2.1.1
14542026-04-17T16:55:09.056Z Compiling ppv-lite86 v0.2.21
14552026-04-17T16:55:09.114Z Compiling der v0.7.10
14562026-04-17T16:55:09.152Z Compiling salsa20 v0.10.2
14572026-04-17T16:55:09.293Z Compiling pbkdf2 v0.12.2
14582026-04-17T16:55:09.367Z Compiling thiserror-impl v2.0.18
14592026-04-17T16:55:09.381Z Compiling idna_adapter v1.2.1
14602026-04-17T16:55:09.406Z Compiling scrypt v0.11.0
14612026-04-17T16:55:09.517Z Compiling idna v1.1.0
14622026-04-17T16:55:09.621Z Compiling rand_chacha v0.9.0
14632026-04-17T16:55:09.649Z Compiling cbc v0.1.2
14642026-04-17T16:55:09.798Z Compiling url v2.5.8
14652026-04-17T16:55:09.821Z Compiling aes v0.8.4
14662026-04-17T16:55:10.148Z Compiling spki v0.7.3
14672026-04-17T16:55:10.286Z Compiling rustls-pki-types v1.14.0
14682026-04-17T16:55:10.305Z Compiling tracing-attributes v0.1.31
14692026-04-17T16:55:10.351Z Compiling pkcs5 v0.7.1
14702026-04-17T16:55:10.571Z Compiling rand v0.9.2
14712026-04-17T16:55:10.654Z Compiling thiserror v2.0.18
14722026-04-17T16:55:10.718Z Compiling http-body v1.0.1
14732026-04-17T16:55:10.817Z Compiling serde_derive_internals v0.29.1
14742026-04-17T16:55:10.831Z Compiling untrusted v0.9.0
14752026-04-17T16:55:10.846Z Compiling openssl-probe v0.2.1
14762026-04-17T16:55:10.874Z Compiling base64 v0.22.1
14772026-04-17T16:55:10.952Z Compiling schemars v0.8.22
14782026-04-17T16:55:11.021Z Compiling untrusted v0.7.1
14792026-04-17T16:55:11.143Z Compiling httparse v1.10.1
14802026-04-17T16:55:11.175Z Compiling pkcs8 v0.10.2
14812026-04-17T16:55:11.350Z Compiling pest_derive v2.8.6
14822026-04-17T16:55:11.489Z Compiling scroll_derive v0.13.1
14832026-04-17T16:55:11.524Z Compiling darling_core v0.20.11
14842026-04-17T16:55:11.588Z Compiling tracing v0.1.44
14852026-04-17T16:55:11.682Z Compiling schemars_derive v0.8.22
14862026-04-17T16:55:11.789Z Compiling tokio-util v0.7.18
14872026-04-17T16:55:11.907Z Compiling tower-layer v0.3.3
14882026-04-17T16:55:12.068Z Compiling atomic-waker v1.1.2
14892026-04-17T16:55:12.198Z Compiling tinyvec_macros v0.1.1
14902026-04-17T16:55:12.276Z Compiling rustls v0.23.37
14912026-04-17T16:55:12.301Z Compiling try-lock v0.2.5
14922026-04-17T16:55:12.412Z Compiling dyn-clone v1.0.20
14932026-04-17T16:55:12.444Z Compiling tower-service v0.3.3
14942026-04-17T16:55:12.543Z Compiling h2 v0.4.13
14952026-04-17T16:55:12.558Z Compiling want v0.3.1
14962026-04-17T16:55:12.724Z Compiling scroll v0.13.0
14972026-04-17T16:55:12.817Z Compiling tinyvec v1.10.0
14982026-04-17T16:55:13.009Z Compiling ipnet v2.11.0
14992026-04-17T16:55:13.161Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-04-17T16:55:13.285Z Compiling spin v0.9.8
15012026-04-17T16:55:13.487Z Compiling aho-corasick v1.1.4
15022026-04-17T16:55:13.502Z Compiling crc32fast v1.5.0
15032026-04-17T16:55:13.540Z Compiling pin-utils v0.1.0
15042026-04-17T16:55:13.614Z Compiling openssl v0.10.75
15052026-04-17T16:55:13.693Z Compiling powerfmt v0.2.0
15062026-04-17T16:55:13.764Z Compiling time-core v0.1.8
15072026-04-17T16:55:13.790Z Compiling darling_macro v0.20.11
15082026-04-17T16:55:13.835Z Compiling httpdate v1.0.3
15092026-04-17T16:55:13.892Z Compiling num-conv v0.2.0
15102026-04-17T16:55:13.906Z Compiling foreign-types-shared v0.1.1
15112026-04-17T16:55:13.993Z Compiling foreign-types v0.3.2
15122026-04-17T16:55:14.020Z Compiling time-macros v0.2.27
15132026-04-17T16:55:14.069Z Compiling deranged v0.5.8
15142026-04-17T16:55:14.081Z Compiling tempfile v3.25.0
15152026-04-17T16:55:14.262Z Compiling darling v0.20.11
15162026-04-17T16:55:14.343Z Compiling regex-automata v0.4.14
15172026-04-17T16:55:14.443Z Compiling goblin v0.10.5
15182026-04-17T16:55:15.057Z Compiling openssl-macros v0.1.1
15192026-04-17T16:55:15.140Z Compiling wait-timeout v0.2.1
15202026-04-17T16:55:15.406Z Compiling hyper v1.8.1
15212026-04-17T16:55:15.440Z Compiling socket2 v0.5.10
15222026-04-17T16:55:15.539Z Compiling bit-vec v0.8.0
15232026-04-17T16:55:15.774Z Compiling crossbeam-utils v0.8.21
15242026-04-17T16:55:15.836Z Compiling simd-adler32 v0.3.8
15252026-04-17T16:55:16.058Z Compiling num_threads v0.1.7
15262026-04-17T16:55:16.074Z Compiling usdt-impl v0.6.0
15272026-04-17T16:55:16.150Z Compiling native-tls v0.2.18
15282026-04-17T16:55:16.277Z Compiling siphasher v1.0.2
15292026-04-17T16:55:16.352Z Compiling syn v1.0.109
15302026-04-17T16:55:16.416Z Compiling quick-error v1.2.3
15312026-04-17T16:55:16.463Z Compiling hyper-util v0.1.20
15322026-04-17T16:55:16.524Z Compiling rusty-fork v0.3.1
15332026-04-17T16:55:16.773Z Compiling time v0.3.47
15342026-04-17T16:55:16.912Z Compiling bit-set v0.8.0
15352026-04-17T16:55:17.075Z Compiling derive_builder_core v0.20.2
15362026-04-17T16:55:17.975Z Compiling dof v0.4.0
15372026-04-17T16:55:18.359Z Compiling unicode-normalization v0.1.25
15382026-04-17T16:55:18.432Z Compiling dtrace-parser v0.3.0
15392026-04-17T16:55:18.453Z Compiling rustls-native-certs v0.8.3
15402026-04-17T16:55:18.707Z Compiling signature v2.2.0
15412026-04-17T16:55:18.729Z Compiling thiserror-impl v1.0.69
15422026-04-17T16:55:18.806Z Compiling scroll_derive v0.12.1
15432026-04-17T16:55:18.869Z Compiling heapless v0.7.17
15442026-04-17T16:55:19.103Z Compiling rand_xorshift v0.4.0
15452026-04-17T16:55:19.135Z Compiling slog v2.8.2
15462026-04-17T16:55:19.160Z Compiling darling_core v0.21.3
15472026-04-17T16:55:19.262Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-04-17T16:55:19.307Z Compiling sync_wrapper v1.0.2
15492026-04-17T16:55:19.417Z Compiling thread-id v5.1.0
15502026-04-17T16:55:19.445Z Compiling cookie v0.18.1
15512026-04-17T16:55:19.499Z Compiling unarray v0.1.4
15522026-04-17T16:55:19.530Z Compiling zstd-safe v7.2.4
15532026-04-17T16:55:19.608Z Compiling adler2 v2.0.1
15542026-04-17T16:55:19.625Z Compiling anyhow v1.0.102
15552026-04-17T16:55:19.721Z Compiling signal-hook v0.3.18
15562026-04-17T16:55:19.744Z Compiling unicode-properties v0.1.4
15572026-04-17T16:55:19.872Z Compiling paste v1.0.15
15582026-04-17T16:55:19.901Z Compiling unicode-bidi v0.3.18
15592026-04-17T16:55:19.968Z Compiling thiserror v1.0.69
15602026-04-17T16:55:19.974Z Compiling miniz_oxide v0.8.9
15612026-04-17T16:55:20.106Z Compiling proptest v1.10.0
15622026-04-17T16:55:20.409Z Compiling stringprep v0.1.5
15632026-04-17T16:55:20.567Z Compiling scroll v0.12.0
15642026-04-17T16:55:20.684Z Compiling tower v0.5.3
15652026-04-17T16:55:20.850Z Compiling derive_builder_macro v0.20.2
15662026-04-17T16:55:21.073Z Compiling ipnetwork v0.21.1
15672026-04-17T16:55:21.131Z Compiling http-body-util v0.1.3
15682026-04-17T16:55:21.294Z Compiling webpki-roots v1.0.6
15692026-04-17T16:55:21.348Z Compiling rand_chacha v0.3.1
15702026-04-17T16:55:21.378Z Compiling erased-serde v0.3.31
15712026-04-17T16:55:21.413Z Compiling toml_datetime v0.6.11
15722026-04-17T16:55:21.455Z Compiling serde_tokenstream v0.2.3
15732026-04-17T16:55:21.631Z Compiling darling_macro v0.21.3
15742026-04-17T16:55:21.720Z Compiling serde_spanned v0.6.9
15752026-04-17T16:55:21.826Z Compiling md-5 v0.10.6
15762026-04-17T16:55:21.868Z Compiling zerocopy-derive v0.7.35
15772026-04-17T16:55:21.891Z Compiling curve25519-dalek v4.1.3
15782026-04-17T16:55:21.994Z Compiling vergen-lib v0.1.6
15792026-04-17T16:55:22.105Z Compiling num-integer v0.1.46
15802026-04-17T16:55:22.162Z Compiling hash32 v0.2.1
15812026-04-17T16:55:22.177Z Compiling ff v0.13.1
15822026-04-17T16:55:22.233Z Compiling memoffset v0.9.1
15832026-04-17T16:55:22.318Z Compiling ryu v1.0.23
15842026-04-17T16:55:22.351Z Compiling fallible-iterator v0.2.0
15852026-04-17T16:55:22.433Z Compiling ref-cast v1.0.25
15862026-04-17T16:55:22.440Z Compiling iri-string v0.7.10
15872026-04-17T16:55:22.503Z Compiling zlib-rs v0.6.2
15882026-04-17T16:55:22.674Z Compiling cfg_aliases v0.2.1
15892026-04-17T16:55:22.728Z Compiling base16ct v0.2.0
15902026-04-17T16:55:22.745Z Compiling rustix v0.38.44
15912026-04-17T16:55:22.758Z Compiling litrs v1.0.0
15922026-04-17T16:55:22.908Z Compiling psl-types v2.0.11
15932026-04-17T16:55:23.038Z Compiling smoltcp v0.9.1
15942026-04-17T16:55:23.082Z Compiling num-bigint-dig v0.8.6
15952026-04-17T16:55:23.255Z Compiling document-features v0.2.12
15962026-04-17T16:55:23.381Z Compiling publicsuffix v2.3.0
15972026-04-17T16:55:23.409Z Compiling sec1 v0.7.3
15982026-04-17T16:55:23.553Z Compiling tower-http v0.6.8
15992026-04-17T16:55:23.664Z Compiling nix v0.31.2
16002026-04-17T16:55:23.873Z Compiling zerocopy v0.7.35
16012026-04-17T16:55:23.914Z Compiling postgres-protocol v0.6.10
16022026-04-17T16:55:23.945Z Compiling serde_urlencoded v0.7.1
16032026-04-17T16:55:24.017Z Compiling newtype-uuid v1.3.2
16042026-04-17T16:55:24.298Z Compiling num-iter v0.1.45
16052026-04-17T16:55:24.409Z Compiling group v0.13.0
16062026-04-17T16:55:24.466Z Compiling darling v0.21.3
16072026-04-17T16:55:24.550Z Compiling rand v0.8.5
16082026-04-17T16:55:24.582Z Compiling oxnet v0.1.4
16092026-04-17T16:55:24.740Z Compiling hubpack_derive v0.1.1
16102026-04-17T16:55:24.815Z Compiling derive_builder v0.20.2
16112026-04-17T16:55:24.896Z Compiling tokio-native-tls v0.3.1
16122026-04-17T16:55:24.979Z Compiling goblin v0.8.2
16132026-04-17T16:55:25.384Z Compiling flate2 v1.1.9
16142026-04-17T16:55:25.554Z Compiling regex v1.12.3
16152026-04-17T16:55:25.674Z Compiling phf_shared v0.13.1
16162026-04-17T16:55:25.781Z Compiling lazy_static v1.5.0
16172026-04-17T16:55:25.796Z Compiling cargo-platform v0.1.9
16182026-04-17T16:55:25.806Z Compiling hkdf v0.12.4
16192026-04-17T16:55:25.878Z Compiling crypto-bigint v0.5.5
16202026-04-17T16:55:25.934Z Compiling terminal_size v0.4.3
16212026-04-17T16:55:25.977Z Compiling ref-cast-impl v1.0.25
16222026-04-17T16:55:25.995Z Compiling daft-derive v0.1.5
16232026-04-17T16:55:26.039Z Compiling async-trait v0.1.89
16242026-04-17T16:55:26.052Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-17T16:55:26.494Z Compiling strum_macros v0.27.2
16262026-04-17T16:55:26.712Z Compiling vergen v9.0.6
16272026-04-17T16:55:26.741Z Compiling fs-err v3.3.0
16282026-04-17T16:55:26.893Z Compiling ahash v0.8.12
16292026-04-17T16:55:26.928Z Compiling bitflags v1.3.2
16302026-04-17T16:55:27.007Z Compiling object v0.37.3
16312026-04-17T16:55:27.057Z Compiling managed v0.8.0
16322026-04-17T16:55:27.094Z Compiling unicode-segmentation v1.12.0
16332026-04-17T16:55:27.271Z Compiling libbz2-rs-sys v0.2.2
16342026-04-17T16:55:27.274Z Compiling winnow v0.5.40
16352026-04-17T16:55:27.490Z Compiling bumpalo v3.20.2
16362026-04-17T16:55:27.746Z Compiling foldhash v0.1.5
16372026-04-17T16:55:27.929Z Compiling clap_builder v4.5.60
16382026-04-17T16:55:27.973Z Compiling hashbrown v0.15.5
16392026-04-17T16:55:28.012Z Compiling bzip2 v0.6.1
16402026-04-17T16:55:28.223Z Compiling zopfli v0.8.3
16412026-04-17T16:55:28.512Z Compiling strum v0.27.2
16422026-04-17T16:55:28.527Z Compiling dof v0.3.0
16432026-04-17T16:55:28.656Z Compiling toml_edit v0.19.15
16442026-04-17T16:55:28.895Z Compiling elliptic-curve v0.13.8
16452026-04-17T16:55:29.233Z Compiling daft v0.1.5
16462026-04-17T16:55:29.311Z Compiling cargo_metadata v0.19.2
16472026-04-17T16:55:29.401Z Compiling phf v0.13.1
16482026-04-17T16:55:29.565Z Compiling signal-hook-mio v0.2.5
16492026-04-17T16:55:29.694Z Compiling cookie_store v0.22.1
16502026-04-17T16:55:30.629Z Compiling zstd v0.13.3
16512026-04-17T16:55:30.721Z Compiling hubpack v0.1.2
16522026-04-17T16:55:30.891Z Compiling hyper-tls v0.6.0
16532026-04-17T16:55:30.902Z Compiling bzip2 v0.4.4
16542026-04-17T16:55:30.936Z Compiling serde_with_macros v3.17.0
16552026-04-17T16:55:31.107Z Compiling postgres-types v0.2.12
16562026-04-17T16:55:31.145Z Compiling usdt-attr-macro v0.6.0
16572026-04-17T16:55:31.240Z Compiling usdt-macro v0.6.0
16582026-04-17T16:55:31.667Z Compiling dtrace-parser v0.2.0
16592026-04-17T16:55:31.877Z Compiling ed25519 v2.2.3
16602026-04-17T16:55:31.947Z Compiling bstr v1.12.1
16612026-04-17T16:55:32.012Z Compiling phf_shared v0.11.3
16622026-04-17T16:55:32.079Z Compiling pkcs1 v0.7.5
16632026-04-17T16:55:32.197Z Compiling hex v0.4.3
16642026-04-17T16:55:32.246Z Compiling serde-big-array v0.5.1
16652026-04-17T16:55:32.392Z Compiling rfc6979 v0.4.0
16662026-04-17T16:55:32.445Z Compiling serde_repr v0.1.20
16672026-04-17T16:55:32.480Z Compiling enum-as-inner v0.6.1
16682026-04-17T16:55:32.483Z Compiling clap_derive v4.5.55
16692026-04-17T16:55:32.517Z Compiling strum_macros v0.26.4
16702026-04-17T16:55:32.600Z Compiling float-cmp v0.10.0
16712026-04-17T16:55:32.750Z Compiling memmap2 v0.9.10
16722026-04-17T16:55:32.788Z Compiling thread-id v4.2.2
16732026-04-17T16:55:32.877Z Compiling env_filter v1.0.0
16742026-04-17T16:55:32.960Z Compiling encoding_rs v0.8.35
16752026-04-17T16:55:32.960Z Compiling normalize-line-endings v0.3.0
16762026-04-17T16:55:32.988Z Compiling data-encoding v2.10.0
16772026-04-17T16:55:33.057Z Compiling rustc-hash v2.1.1
16782026-04-17T16:55:33.178Z Compiling new_debug_unreachable v1.0.6
16792026-04-17T16:55:33.192Z Compiling jiff v0.2.21
16802026-04-17T16:55:33.252Z Compiling precomputed-hash v0.1.1
16812026-04-17T16:55:33.346Z Compiling keccak v0.1.6
16822026-04-17T16:55:33.673Z Compiling mime v0.3.17
16832026-04-17T16:55:33.934Z Compiling fixedbitset v0.4.2
16842026-04-17T16:55:34.151Z Compiling either v1.15.0
16852026-04-17T16:55:34.151Z Compiling whoami v2.1.0
16862026-04-17T16:55:34.237Z Compiling difflib v0.4.0
16872026-04-17T16:55:34.254Z Compiling fixedbitset v0.5.7
16882026-04-17T16:55:34.360Z Compiling predicates-core v1.0.10
16892026-04-17T16:55:34.479Z Compiling static_assertions v1.1.0
16902026-04-17T16:55:34.531Z Compiling predicates v3.1.4
16912026-04-17T16:55:34.546Z Compiling petgraph v0.8.3
16922026-04-17T16:55:34.558Z Compiling tokio-postgres v0.7.16
16932026-04-17T16:55:34.572Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-17T16:55:34.806Z Compiling itertools v0.13.0
16952026-04-17T16:55:35.052Z Compiling strum v0.26.3
16962026-04-17T16:55:35.180Z Compiling clap v4.5.60
16972026-04-17T16:55:35.194Z Compiling toml_edit v0.22.27
16982026-04-17T16:55:35.265Z Compiling petgraph v0.6.5
16992026-04-17T16:55:36.011Z Compiling zip v4.6.1
17002026-04-17T16:55:36.438Z Compiling sha3 v0.10.8
17012026-04-17T16:55:36.727Z Compiling string_cache v0.8.9
17022026-04-17T16:55:36.773Z Compiling hickory-proto v0.25.2
17032026-04-17T16:55:36.944Z Compiling iddqd v0.3.17
17042026-04-17T16:55:36.958Z Compiling env_logger v0.11.9
17052026-04-17T16:55:37.031Z Compiling usdt v0.6.0
17062026-04-17T16:55:37.305Z Compiling usdt-impl v0.5.0
17072026-04-17T16:55:37.318Z Compiling ecdsa v0.16.9
17082026-04-17T16:55:37.318Z Compiling serde_with v3.17.0
17092026-04-17T16:55:37.347Z Compiling similar v2.7.0
17102026-04-17T16:55:37.715Z Compiling rsa v0.9.10
17112026-04-17T16:55:37.895Z Compiling ed25519-dalek v2.2.0
17122026-04-17T16:55:37.953Z Compiling crossterm v0.28.1
17132026-04-17T16:55:38.215Z Compiling zip v0.6.6
17142026-04-17T16:55:38.789Z Compiling toml v0.7.8
17152026-04-17T16:55:39.258Z Compiling heck v0.4.1
17162026-04-17T16:55:39.355Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-04-17T16:55:39.389Z Compiling crossbeam-epoch v0.9.18
17182026-04-17T16:55:39.490Z Compiling tokio-stream v0.1.18
17192026-04-17T16:55:39.509Z Compiling buf-list v1.1.2
17202026-04-17T16:55:39.718Z Compiling x509-cert v0.2.5
17212026-04-17T16:55:39.783Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-04-17T16:55:39.952Z Compiling openapiv3 v2.2.0
17232026-04-17T16:55:40.001Z Compiling sha1 v0.10.6
17242026-04-17T16:55:40.086Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-04-17T16:55:40.214Z Compiling peg-runtime v0.8.5
17262026-04-17T16:55:40.387Z Compiling lalrpop-util v0.19.12
17272026-04-17T16:55:40.506Z Compiling thread_local v1.1.9
17282026-04-17T16:55:40.588Z Compiling slog-async v2.8.0
17292026-04-17T16:55:40.761Z Compiling crossbeam-channel v0.5.15
17302026-04-17T16:55:40.910Z Compiling futures-executor v0.3.32
17312026-04-17T16:55:41.011Z Compiling is-terminal v0.4.17
17322026-04-17T16:55:41.114Z Compiling filetime v0.2.27
17332026-04-17T16:55:41.178Z Compiling take_mut v0.2.2
17342026-04-17T16:55:41.225Z Compiling xattr v1.6.1
17352026-04-17T16:55:41.289Z Compiling term v1.2.1
17362026-04-17T16:55:41.334Z Compiling tar v0.4.45
17372026-04-17T16:55:41.412Z Compiling futures v0.3.32
17382026-04-17T16:55:41.759Z Compiling slog-term v2.9.2
17392026-04-17T16:55:48.160Z Compiling rustls-webpki v0.103.9
17402026-04-17T16:55:50.923Z Compiling tokio-rustls v0.26.4
17412026-04-17T16:55:50.923Z Compiling rustls-platform-verifier v0.6.2
17422026-04-17T16:55:51.118Z Compiling hyper-rustls v0.27.7
17432026-04-17T16:55:51.318Z Compiling reqwest v0.12.28
17442026-04-17T16:55:51.318Z Compiling reqwest v0.13.2
17452026-04-17T16:55:53.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-04-17T16:55:53.617Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-04-17T16:55:56.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17482026-04-17T16:55:56.561Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-04-17T16:55:56.615ZApr 17 16:55:55.160 INFO Starting download, target: Cockroach
17502026-04-17T16:55:56.615ZApr 17 16:55:55.161 INFO Starting download, target: DendriteStub
17512026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Starting download, target: Clickhouse
17522026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Starting download, target: Console
17532026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Starting download, target: MaghemiteMgd
17542026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Starting download, target: TransceiverControl
17552026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-04-17T16:55:56.618ZApr 17 16:55:55.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-17T16:55:56.921ZApr 17 16:55:55.467 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-04-17T16:55:57.132ZApr 17 16:55:55.677 INFO Download complete, target: TransceiverControl
17632026-04-17T16:55:57.527ZApr 17 16:55:56.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-04-17T16:55:57.762ZApr 17 16:55:56.303 INFO Download complete, target: Console
17652026-04-17T16:55:58.270ZApr 17 16:55:56.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-04-17T16:55:58.366ZApr 17 16:55:56.910 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-04-17T16:55:58.534ZApr 17 16:55:57.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-17T16:55:58.718ZApr 17 16:55:57.264 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-04-17T16:55:58.718ZApr 17 16:55:57.264 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-04-17T16:56:00.626ZApr 17 16:55:59.171 INFO Download complete, target: MaghemiteMgd
17712026-04-17T16:56:00.719ZApr 17 16:55:59.263 INFO Download complete, target: DendriteStub
17722026-04-17T16:56:03.315ZApr 17 16:56:01.860 INFO Checking that binary works, target: Cockroach
17732026-04-17T16:56:03.407ZApr 17 16:56:01.953 INFO Download complete, target: Cockroach
17742026-04-17T16:56:05.224ZApr 17 16:56:03.768 INFO Checking that binary works, target: Clickhouse
17752026-04-17T16:56:05.360ZApr 17 16:56:03.906 INFO Download complete, target: Clickhouse
17762026-04-17T16:56:05.373ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-04-17T16:56:05.377Z
17782026-04-17T16:56:05.377Zreal 3:49.171375684
17792026-04-17T16:56:05.377Zuser 7:13.445460925
17802026-04-17T16:56:05.377Zsys 1:24.064746985
17812026-04-17T16:56:05.377Ztrap 0.225327019
17822026-04-17T16:56:05.377Ztflt 0.568299939
17832026-04-17T16:56:05.377Zdflt 0.469546597
17842026-04-17T16:56:05.377Zkflt 0.022230828
17852026-04-17T16:56:05.377Zlock 20:44.642183113
17862026-04-17T16:56:05.377Zslp 23:11.589123350
17872026-04-17T16:56:05.377Zlat 42.672911965
17882026-04-17T16:56:05.377Zstop 1:55.089983082
17892026-04-17T16:56:05.377Z+ banner clippy
17902026-04-17T16:56:05.377Z
17912026-04-17T16:56:05.377Z #### # # ##### ##### # #
17922026-04-17T16:56:05.377Z # # # # # # # # # #
17932026-04-17T16:56:05.377Z # # # # # # # #
17942026-04-17T16:56:05.377Z # # # ##### ##### #
17952026-04-17T16:56:05.377Z # # # # # # #
17962026-04-17T16:56:05.377Z #### ###### # # # #
17972026-04-17T16:56:05.377Z
17982026-04-17T16:56:05.377Z+ export CARGO_INCREMENTAL=0
17992026-04-17T16:56:05.377Z+ CARGO_INCREMENTAL=0
18002026-04-17T16:56:05.377Z+ ptime -m cargo xtask clippy
18012026-04-17T16:56:05.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-04-17T16:56:06.127Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-04-17T16:56:07.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18042026-04-17T16:56:08.053Z Running `target/debug/xtask clippy`
18052026-04-17T16:56:08.081Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-04-17T16:56:08.686Z Downloading crates ...
18072026-04-17T16:56:08.883Z Downloaded addr2line v0.25.1
18082026-04-17T16:56:08.886Z Downloaded guppy-workspace-hack v0.1.0
18092026-04-17T16:56:08.890Z Downloaded oorandom v11.1.5
18102026-04-17T16:56:08.893Z Downloaded assert-json-diff v2.0.2
18112026-04-17T16:56:08.893Z Downloaded approx v0.5.1
18122026-04-17T16:56:08.905Z Downloaded gimli v0.32.3
18132026-04-17T16:56:08.910Z Downloaded similar-asserts v1.7.0
18142026-04-17T16:56:08.914Z Downloaded owo-colors v3.5.0
18152026-04-17T16:56:08.914Z Downloaded target-lexicon v0.13.3
18162026-04-17T16:56:08.917Z Downloaded linkme-impl v0.3.35
18172026-04-17T16:56:08.920Z Downloaded escape8259 v0.5.3
18182026-04-17T16:56:08.920Z Downloaded termcolor v1.4.1
18192026-04-17T16:56:08.923Z Downloaded concurrent-queue v2.5.0
18202026-04-17T16:56:08.926Z Downloaded supports-unicode v2.1.0
18212026-04-17T16:56:08.928Z Downloaded futures-timer v3.0.3
18222026-04-17T16:56:08.928Z Downloaded blake2b_simd v1.0.4
18232026-04-17T16:56:08.928Z Downloaded async-object-pool v0.2.0
18242026-04-17T16:56:08.928Z Downloaded assert_cmd v2.1.2
18252026-04-17T16:56:08.932Z Downloaded fancy-regex v0.14.0
18262026-04-17T16:56:08.935Z Downloaded pathdiff v0.2.3
18272026-04-17T16:56:08.942Z Downloaded supports-hyperlinks v2.1.0
18282026-04-17T16:56:08.945Z Downloaded tokio-test v0.4.5
18292026-04-17T16:56:08.945Z Downloaded nested v0.1.1
18302026-04-17T16:56:08.945Z Downloaded cast v0.3.0
18312026-04-17T16:56:08.945Z Downloaded backtrace-ext v0.2.1
18322026-04-17T16:56:08.948Z Downloaded plotters-svg v0.3.7
18332026-04-17T16:56:08.948Z Downloaded plotters-backend v0.3.7
18342026-04-17T16:56:08.956Z Downloaded rstest_macros v0.25.0
18352026-04-17T16:56:08.959Z Downloaded constant_time_eq v0.3.1
18362026-04-17T16:56:08.962Z Downloaded serde_regex v1.1.0
18372026-04-17T16:56:08.965Z Downloaded supports-color v2.1.0
18382026-04-17T16:56:08.968Z Downloaded parking v2.2.1
18392026-04-17T16:56:08.971Z Downloaded cargo-platform v0.3.2
18402026-04-17T16:56:08.974Z Downloaded target-triple v1.0.0
18412026-04-17T16:56:08.976Z Downloaded miette-derive v5.10.0
18422026-04-17T16:56:08.979Z Downloaded event-listener-strategy v0.5.4
18432026-04-17T16:56:08.981Z Downloaded terminal_size v0.1.17
18442026-04-17T16:56:08.984Z Downloaded partial-io v0.5.4
18452026-04-17T16:56:08.984Z Downloaded path-tree v0.8.3
18462026-04-17T16:56:08.987Z Downloaded anes v0.1.6
18472026-04-17T16:56:08.990Z Downloaded rustc-demangle v0.1.27
18482026-04-17T16:56:08.990Z Downloaded httptest v0.16.4
18492026-04-17T16:56:08.992Z Downloaded knuffel-derive v3.2.0
18502026-04-17T16:56:08.995Z Downloaded rust-argon2 v2.1.0
18512026-04-17T16:56:08.995Z Downloaded relative-path v1.9.3
18522026-04-17T16:56:08.998Z Downloaded rand_distr v0.5.1
18532026-04-17T16:56:09.001Z Downloaded cargo_metadata v0.23.1
18542026-04-17T16:56:09.001Z Downloaded libtest-mimic v0.8.1
18552026-04-17T16:56:09.004Z Downloaded target-spec v3.5.7
18562026-04-17T16:56:09.007Z Downloaded tinytemplate v1.2.1
18572026-04-17T16:56:09.007Z Downloaded linkme v0.3.35
18582026-04-17T16:56:09.010Z Downloaded event-listener v5.4.1
18592026-04-17T16:56:09.010Z Downloaded async-lock v3.4.2
18602026-04-17T16:56:09.013Z Downloaded stringmetrics v2.2.2
18612026-04-17T16:56:09.020Z Downloaded hickory-client v0.25.2
18622026-04-17T16:56:09.023Z Downloaded criterion-plot v0.6.0
18632026-04-17T16:56:09.023Z Downloaded datatest-stable v0.3.3
18642026-04-17T16:56:09.026Z Downloaded cfg-expr v0.20.6
18652026-04-17T16:56:09.029Z Downloaded trybuild v1.0.116
18662026-04-17T16:56:09.039Z Downloaded textwrap v0.15.2
18672026-04-17T16:56:09.042Z Downloaded knuffel v3.2.0
18682026-04-17T16:56:09.042Z Downloaded chumsky v0.9.3
18692026-04-17T16:56:09.047Z Downloaded rstest v0.25.0
18702026-04-17T16:56:09.050Z Downloaded backtrace v0.3.76
18712026-04-17T16:56:09.050Z Downloaded miette v5.10.0
18722026-04-17T16:56:09.056Z Downloaded hashbrown v0.14.5
18732026-04-17T16:56:09.063Z Downloaded criterion v0.7.0
18742026-04-17T16:56:09.067Z Downloaded guppy v0.17.25
18752026-04-17T16:56:09.067Z Downloaded plotters v0.3.7
18762026-04-17T16:56:09.157Z Downloaded httpmock v0.8.3
18772026-04-17T16:56:10.736Z Checking cfg-if v1.0.4
18782026-04-17T16:56:11.075Z Checking libc v0.2.185
18792026-04-17T16:56:11.078Z Checking serde_core v1.0.228
18802026-04-17T16:56:11.148Z Checking memchr v2.8.0
18812026-04-17T16:56:11.187Z Checking smallvec v1.15.1
18822026-04-17T16:56:11.224Z Checking log v0.4.29
18832026-04-17T16:56:11.258Z Checking itoa v1.0.17
18842026-04-17T16:56:11.300Z Checking zeroize v1.8.2
18852026-04-17T16:56:11.338Z Checking libm v0.2.16
18862026-04-17T16:56:11.392Z Checking scopeguard v1.2.0
18872026-04-17T16:56:11.428Z Checking stable_deref_trait v1.2.1
18882026-04-17T16:56:11.464Z Checking zmij v1.0.21
18892026-04-17T16:56:11.503Z Checking zerofrom v0.1.6
18902026-04-17T16:56:11.537Z Checking lock_api v0.4.14
18912026-04-17T16:56:11.566Z Checking errno v0.3.14
18922026-04-17T16:56:11.569Z Checking getrandom v0.2.17
18932026-04-17T16:56:11.636Z Checking percent-encoding v2.3.2
18942026-04-17T16:56:11.670Z Checking yoke v0.8.1
18952026-04-17T16:56:11.702Z Checking litemap v0.8.1
18962026-04-17T16:56:11.735Z Checking writeable v0.6.2
18972026-04-17T16:56:11.774Z Checking icu_normalizer_data v2.1.1
18982026-04-17T16:56:11.777Z Checking icu_properties_data v2.1.2
18992026-04-17T16:56:11.835Z Checking subtle v2.6.1
19002026-04-17T16:56:11.871Z Checking zerovec v0.11.5
19012026-04-17T16:56:11.906Z Checking zerotrie v0.2.3
19022026-04-17T16:56:11.939Z Checking form_urlencoded v1.2.2
19032026-04-17T16:56:11.939Z Checking utf8_iter v1.0.4
19042026-04-17T16:56:11.942Z Checking pin-project-lite v0.2.17
19052026-04-17T16:56:12.035Z Checking num-traits v0.2.19
19062026-04-17T16:56:12.071Z Checking rand_core v0.6.4
19072026-04-17T16:56:12.107Z Checking parking_lot_core v0.9.12
19082026-04-17T16:56:12.142Z Checking portable-atomic v1.13.1
19092026-04-17T16:56:12.177Z Checking zerocopy v0.8.40
19102026-04-17T16:56:12.212Z Checking rand_core v0.10.0
19112026-04-17T16:56:12.269Z Checking critical-section v1.2.0
19122026-04-17T16:56:12.309Z Checking tinystr v0.8.2
19132026-04-17T16:56:12.344Z Checking potential_utf v0.1.4
19142026-04-17T16:56:12.375Z Checking parking_lot v0.12.5
19152026-04-17T16:56:12.409Z Checking getrandom v0.4.1
19162026-04-17T16:56:12.498Z Checking icu_collections v2.1.1
19172026-04-17T16:56:12.534Z Checking icu_locale_core v2.1.1
19182026-04-17T16:56:12.566Z Checking serde v1.0.228
19192026-04-17T16:56:12.601Z Checking serde_json v1.0.149
19202026-04-17T16:56:12.605Z Checking bitflags v2.11.0
19212026-04-17T16:56:12.632Z Checking once_cell v1.21.3
19222026-04-17T16:56:12.699Z Checking signal-hook-registry v1.4.8
19232026-04-17T16:56:12.827Z Checking mio v1.2.0
19242026-04-17T16:56:12.871Z Checking socket2 v0.6.3
19252026-04-17T16:56:12.904Z Checking typenum v1.19.0
19262026-04-17T16:56:12.948Z Checking iana-time-zone v0.1.65
19272026-04-17T16:56:12.986Z Checking bytes v1.11.1
19282026-04-17T16:56:13.084Z Checking chrono v0.4.44
19292026-04-17T16:56:13.119Z Checking icu_provider v2.1.1
19302026-04-17T16:56:13.158Z Checking thiserror v2.0.18
19312026-04-17T16:56:13.197Z Checking uuid v1.23.0
19322026-04-17T16:56:13.279Z Checking semver v1.0.27
19332026-04-17T16:56:13.316Z Checking allocator-api2 v0.2.21
19342026-04-17T16:56:13.377Z Checking icu_properties v2.1.2
19352026-04-17T16:56:13.440Z Checking icu_normalizer v2.1.1
19362026-04-17T16:56:13.443Z Checking generic-array v0.14.7
19372026-04-17T16:56:13.506Z Checking tokio v1.52.1
19382026-04-17T16:56:13.541Z Checking futures-core v0.3.32
19392026-04-17T16:56:13.636Z Checking equivalent v1.0.2
19402026-04-17T16:56:13.702Z Checking dyn-clone v1.0.20
19412026-04-17T16:56:13.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19422026-04-17T16:56:13.783Z Checking const-oid v0.9.6
19432026-04-17T16:56:13.831Z Checking foldhash v0.2.0
19442026-04-17T16:56:13.933Z Checking crypto-common v0.1.7
19452026-04-17T16:56:13.972Z Checking block-buffer v0.10.4
19462026-04-17T16:56:14.038Z Checking hashbrown v0.16.1
19472026-04-17T16:56:14.081Z Checking futures-sink v0.3.32
19482026-04-17T16:56:14.084Z Checking futures-io v0.3.32
19492026-04-17T16:56:14.146Z Checking futures-task v0.3.32
19502026-04-17T16:56:14.198Z Checking idna_adapter v1.2.1
19512026-04-17T16:56:14.232Z Checking slab v0.4.12
19522026-04-17T16:56:14.235Z Checking futures-channel v0.3.32
19532026-04-17T16:56:14.304Z Checking rustix v1.1.3
19542026-04-17T16:56:14.342Z Checking idna v1.1.0
19552026-04-17T16:56:14.413Z Checking byteorder v1.5.0
19562026-04-17T16:56:14.472Z Checking digest v0.10.7
19572026-04-17T16:56:14.500Z Checking futures-util v0.3.32
19582026-04-17T16:56:14.550Z Checking cpufeatures v0.2.17
19592026-04-17T16:56:14.610Z Checking url v2.5.8
19602026-04-17T16:56:14.642Z Checking indexmap v2.13.0
19612026-04-17T16:56:14.676Z Checking thiserror v1.0.69
19622026-04-17T16:56:14.712Z Checking getrandom v0.3.4
19632026-04-17T16:56:14.802Z Checking fnv v1.0.7
19642026-04-17T16:56:14.885Z Checking regex-syntax v0.8.10
19652026-04-17T16:56:14.920Z Checking ppv-lite86 v0.2.21
19662026-04-17T16:56:14.922Z Checking http v1.4.0
19672026-04-17T16:56:15.058Z Checking schemars v0.8.22
19682026-04-17T16:56:15.149Z Checking tracing-core v0.1.36
19692026-04-17T16:56:15.222Z Checking base64 v0.22.1
19702026-04-17T16:56:15.257Z Checking ipnet v2.11.0
19712026-04-17T16:56:15.474Z Checking tracing v0.1.44
19722026-04-17T16:56:15.510Z Checking unicode-ident v1.0.24
19732026-04-17T16:56:15.554Z Checking anstyle v1.0.13
19742026-04-17T16:56:15.557Z Checking untrusted v0.9.0
19752026-04-17T16:56:15.645Z Checking utf8parse v0.2.2
19762026-04-17T16:56:15.719Z Checking proc-macro2 v1.0.106
19772026-04-17T16:56:15.755Z Checking ring v0.17.14
19782026-04-17T16:56:15.757Z Checking base64ct v1.8.3
19792026-04-17T16:56:15.823Z Checking block-padding v0.3.3
19802026-04-17T16:56:15.827Z Checking anstyle-parse v0.2.7
19812026-04-17T16:56:15.987Z Checking aho-corasick v1.1.4
19822026-04-17T16:56:16.035Z Checking anstyle-query v1.1.5
19832026-04-17T16:56:16.071Z Checking quote v1.0.44
19842026-04-17T16:56:16.074Z Checking colorchoice v1.0.4
19852026-04-17T16:56:16.156Z Checking is_terminal_polyfill v1.70.2
19862026-04-17T16:56:16.217Z Checking inout v0.1.4
19872026-04-17T16:56:16.251Z Checking rustls-pki-types v1.14.0
19882026-04-17T16:56:16.285Z Checking syn v2.0.117
19892026-04-17T16:56:16.288Z Checking anstream v0.6.21
19902026-04-17T16:56:16.380Z Checking crossbeam-utils v0.8.21
19912026-04-17T16:56:16.424Z Checking httparse v1.10.1
19922026-04-17T16:56:16.534Z Checking cipher v0.4.4
19932026-04-17T16:56:16.571Z Checking terminal_size v0.4.3
19942026-04-17T16:56:16.647Z Checking clap_lex v1.0.0
19952026-04-17T16:56:16.681Z Checking regex-automata v0.4.14
19962026-04-17T16:56:16.718Z Checking strsim v0.11.1
19972026-04-17T16:56:16.721Z Checking tokio-util v0.7.18
19982026-04-17T16:56:16.786Z Checking pem-rfc7468 v0.7.0
19992026-04-17T16:56:16.789Z Checking http-body v1.0.1
20002026-04-17T16:56:16.815Z Checking sha2 v0.10.9
20012026-04-17T16:56:16.819Z Checking atomic-waker v1.1.2
20022026-04-17T16:56:16.914Z Checking clap_builder v4.5.60
20032026-04-17T16:56:16.965Z Checking rand_core v0.9.5
20042026-04-17T16:56:17.003Z Checking hmac v0.12.1
20052026-04-17T16:56:17.006Z Checking try-lock v0.2.5
20062026-04-17T16:56:17.143Z Checking httpdate v1.0.3
20072026-04-17T16:56:17.178Z Checking want v0.3.1
20082026-04-17T16:56:17.181Z Checking ryu v1.0.23
20092026-04-17T16:56:17.181Z Checking tower-service v0.3.3
20102026-04-17T16:56:17.311Z Checking tower-layer v0.3.3
20112026-04-17T16:56:17.345Z Checking pin-utils v0.1.0
20122026-04-17T16:56:17.348Z Checking flagset v0.4.7
20132026-04-17T16:56:17.410Z Checking h2 v0.4.13
20142026-04-17T16:56:17.413Z Checking erased-serde v0.3.31
20152026-04-17T16:56:17.473Z Checking powerfmt v0.2.0
20162026-04-17T16:56:17.505Z Checking rand_chacha v0.9.0
20172026-04-17T16:56:17.539Z Checking der v0.7.10
20182026-04-17T16:56:17.643Z Checking deranged v0.5.8
20192026-04-17T16:56:17.726Z Checking spin v0.9.8
20202026-04-17T16:56:17.835Z Checking slog v2.8.2
20212026-04-17T16:56:17.928Z Checking socket2 v0.5.10
20222026-04-17T16:56:18.115Z Checking clap v4.5.60
20232026-04-17T16:56:18.118Z Checking num_threads v0.1.7
20242026-04-17T16:56:18.189Z Checking time-core v0.1.8
20252026-04-17T16:56:18.225Z Checking num-conv v0.2.0
20262026-04-17T16:56:18.261Z Checking rand v0.9.2
20272026-04-17T16:56:18.297Z Checking anyhow v1.0.102
20282026-04-17T16:56:18.357Z Checking http-body-util v0.1.3
20292026-04-17T16:56:18.392Z Checking aws-lc-sys v0.37.1
20302026-04-17T16:56:18.476Z Checking untrusted v0.7.1
20312026-04-17T16:56:18.519Z Checking fastrand v2.3.0
20322026-04-17T16:56:18.569Z Checking spki v0.7.3
20332026-04-17T16:56:18.605Z Checking time v0.3.47
20342026-04-17T16:56:18.607Z Checking serde_urlencoded v0.7.1
20352026-04-17T16:56:18.668Z Checking pbkdf2 v0.12.2
20362026-04-17T16:56:18.721Z Checking aes v0.8.4
20372026-04-17T16:56:18.756Z Checking openssl-probe v0.2.1
20382026-04-17T16:56:18.759Z Checking regex v1.12.3
20392026-04-17T16:56:18.823Z Checking salsa20 v0.10.2
20402026-04-17T16:56:18.864Z Checking cbc v0.1.2
20412026-04-17T16:56:18.899Z Checking rand_chacha v0.3.1
20422026-04-17T16:56:18.932Z Checking aws-lc-rs v1.16.0
20432026-04-17T16:56:18.982Z Checking hex v0.4.3
20442026-04-17T16:56:19.018Z Checking pretty-hex v0.4.1
20452026-04-17T16:56:19.094Z Checking scrypt v0.11.0
20462026-04-17T16:56:19.127Z Checking rand v0.8.5
20472026-04-17T16:56:19.130Z Checking tempfile v3.25.0
20482026-04-17T16:56:19.191Z Checking ipnetwork v0.21.1
20492026-04-17T16:56:19.226Z Checking plain v0.2.3
20502026-04-17T16:56:19.264Z Checking pkcs5 v0.7.1
20512026-04-17T16:56:19.357Z Checking camino v1.2.2
20522026-04-17T16:56:19.393Z Checking ucd-trie v0.1.7
20532026-04-17T16:56:19.427Z Checking rustls-native-certs v0.8.3
20542026-04-17T16:56:19.542Z Checking pkcs8 v0.10.2
20552026-04-17T16:56:19.577Z Checking pest v2.8.6
20562026-04-17T16:56:19.608Z Checking sync_wrapper v1.0.2
20572026-04-17T16:56:19.642Z Checking webpki-roots v1.0.6
20582026-04-17T16:56:19.676Z Checking simd-adler32 v0.3.8
20592026-04-17T16:56:19.737Z Checking tower v0.5.3
20602026-04-17T16:56:19.770Z Checking iri-string v0.7.10
20612026-04-17T16:56:19.772Z Checking rustls-webpki v0.103.9
20622026-04-17T16:56:19.772Z Checking openapiv3 v2.2.0
20632026-04-17T16:56:19.869Z Checking either v1.15.0
20642026-04-17T16:56:19.871Z Checking adler2 v2.0.1
20652026-04-17T16:56:20.030Z Checking mime v0.3.17
20662026-04-17T16:56:20.064Z Checking hyper v1.8.1
20672026-04-17T16:56:20.098Z Checking miniz_oxide v0.8.9
20682026-04-17T16:56:20.139Z Checking winnow v0.7.14
20692026-04-17T16:56:20.229Z Checking static_assertions v1.1.0
20702026-04-17T16:56:20.288Z Checking rustls v0.23.37
20712026-04-17T16:56:20.327Z Checking oxnet v0.1.4
20722026-04-17T16:56:20.483Z Checking lazy_static v1.5.0
20732026-04-17T16:56:20.601Z Checking signature v2.2.0
20742026-04-17T16:56:20.604Z Checking hubpack v0.1.2
20752026-04-17T16:56:20.668Z Checking encoding_rs v0.8.35
20762026-04-17T16:56:20.761Z Checking strum v0.26.3
20772026-04-17T16:56:20.835Z Checking tower-http v0.6.8
20782026-04-17T16:56:20.858Z Checking crc32fast v1.5.0
20792026-04-17T16:56:20.914Z Checking foreign-types-shared v0.1.1
20802026-04-17T16:56:20.998Z Checking hyper-util v0.1.20
20812026-04-17T16:56:21.036Z Checking foreign-types v0.3.2
20822026-04-17T16:56:21.041Z Checking sha1 v0.10.6
20832026-04-17T16:56:21.130Z Checking openssl-sys v0.9.111
20842026-04-17T16:56:21.139Z Checking tinyvec_macros v0.1.1
20852026-04-17T16:56:21.194Z Checking serde_spanned v0.6.9
20862026-04-17T16:56:21.224Z Checking tinyvec v1.10.0
20872026-04-17T16:56:21.271Z Checking toml_datetime v0.6.11
20882026-04-17T16:56:21.341Z Checking num-integer v0.1.46
20892026-04-17T16:56:21.438Z Checking data-encoding v2.10.0
20902026-04-17T16:56:21.477Z Checking scroll v0.13.0
20912026-04-17T16:56:21.556Z Checking base16ct v0.2.0
20922026-04-17T16:56:21.597Z Checking zlib-rs v0.6.2
20932026-04-17T16:56:21.636Z Checking bit-vec v0.8.0
20942026-04-17T16:56:21.674Z Checking openssl v0.10.75
20952026-04-17T16:56:21.717Z Checking sec1 v0.7.3
20962026-04-17T16:56:21.767Z Checking goblin v0.10.5
20972026-04-17T16:56:21.777Z Checking ff v0.13.1
20982026-04-17T16:56:21.854Z Checking bit-set v0.8.0
20992026-04-17T16:56:21.927Z Checking memmap2 v0.9.10
21002026-04-17T16:56:21.962Z Checking wait-timeout v0.2.1
21012026-04-17T16:56:22.011Z Checking group v0.13.0
21022026-04-17T16:56:22.110Z Checking num-iter v0.1.45
21032026-04-17T16:56:22.121Z Checking dtrace-parser v0.3.0
21042026-04-17T16:56:22.187Z Checking bstr v1.12.1
21052026-04-17T16:56:22.260Z Checking hkdf v0.12.4
21062026-04-17T16:56:22.293Z Checking crossbeam-epoch v0.9.18
21072026-04-17T16:56:22.375Z Checking ahash v0.8.12
21082026-04-17T16:56:22.418Z Checking crypto-bigint v0.5.5
21092026-04-17T16:56:22.495Z Checking flate2 v1.1.9
21102026-04-17T16:56:22.542Z Checking thread-id v5.1.0
21112026-04-17T16:56:22.589Z Checking psl-types v2.0.11
21122026-04-17T16:56:22.625Z Checking quick-error v1.2.3
21132026-04-17T16:56:22.657Z Checking cookie v0.18.1
21142026-04-17T16:56:22.694Z Checking tokio-rustls v0.26.4
21152026-04-17T16:56:22.732Z Checking publicsuffix v2.3.0
21162026-04-17T16:56:22.766Z Checking rusty-fork v0.3.1
21172026-04-17T16:56:22.809Z Checking rand_xorshift v0.4.0
21182026-04-17T16:56:22.906Z Checking scroll v0.12.0
21192026-04-17T16:56:22.940Z Checking unarray v0.1.4
21202026-04-17T16:56:22.975Z Checking cookie_store v0.22.1
21212026-04-17T16:56:22.978Z Checking hyper-rustls v0.27.7
21222026-04-17T16:56:22.978Z Checking rustls-platform-verifier v0.6.2
21232026-04-17T16:56:23.072Z Checking proptest v1.10.0
21242026-04-17T16:56:23.149Z Checking goblin v0.8.2
21252026-04-17T16:56:23.184Z Checking num-bigint-dig v0.8.6
21262026-04-17T16:56:23.268Z Checking pkcs1 v0.7.5
21272026-04-17T16:56:23.310Z Checking elliptic-curve v0.13.8
21282026-04-17T16:56:23.343Z Checking x509-cert v0.2.5
21292026-04-17T16:56:23.503Z Checking zerocopy v0.7.35
21302026-04-17T16:56:23.611Z Checking native-tls v0.2.18
21312026-04-17T16:56:23.646Z Checking unicode-segmentation v1.12.0
21322026-04-17T16:56:23.816Z Checking tokio-native-tls v0.3.1
21332026-04-17T16:56:23.986Z Checking reqwest v0.13.2
21342026-04-17T16:56:24.022Z Checking dtrace-parser v0.2.0
21352026-04-17T16:56:24.026Z Checking hyper-tls v0.6.0
21362026-04-17T16:56:24.053Z Checking rsa v0.9.10
21372026-04-17T16:56:24.053Z Checking rfc6979 v0.4.0
21382026-04-17T16:56:24.118Z Checking dof v0.4.0
21392026-04-17T16:56:24.225Z Checking thread-id v4.2.2
21402026-04-17T16:56:24.261Z Checking reqwest v0.12.28
21412026-04-17T16:56:24.296Z Checking toml_write v0.1.2
21422026-04-17T16:56:24.334Z Checking ecdsa v0.16.9
21432026-04-17T16:56:24.488Z Checking toml_edit v0.22.27
21442026-04-17T16:56:24.623Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-04-17T16:56:24.691Z Checking curve25519-dalek v4.1.3
21462026-04-17T16:56:24.799Z Checking usdt-impl v0.6.0
21472026-04-17T16:56:24.836Z Checking newtype-uuid v1.3.2
21482026-04-17T16:56:24.839Z Checking memoffset v0.9.1
21492026-04-17T16:56:24.976Z Checking rustix v0.38.44
21502026-04-17T16:56:24.979Z Checking env_filter v1.0.0
21512026-04-17T16:56:25.043Z Checking dof v0.3.0
21522026-04-17T16:56:25.078Z Checking keccak v0.1.6
21532026-04-17T16:56:25.112Z Checking usdt v0.6.0
21542026-04-17T16:56:25.148Z Checking daft v0.1.5
21552026-04-17T16:56:25.182Z Checking env_logger v0.11.9
21562026-04-17T16:56:25.266Z Checking sha3 v0.10.8
21572026-04-17T16:56:25.300Z Checking ed25519 v2.2.3
21582026-04-17T16:56:25.357Z Checking usdt-impl v0.5.0
21592026-04-17T16:56:25.397Z Checking itertools v0.13.0
21602026-04-17T16:56:25.461Z Checking serde_with v3.17.0
21612026-04-17T16:56:25.475Z Checking bitflags v1.3.2
21622026-04-17T16:56:25.510Z Checking siphasher v1.0.2
21632026-04-17T16:56:25.514Z Checking ed25519-dalek v2.2.0
21642026-04-17T16:56:25.589Z Checking unicode-normalization v0.1.25
21652026-04-17T16:56:25.592Z Checking signal-hook v0.3.18
21662026-04-17T16:56:25.669Z Checking managed v0.8.0
21672026-04-17T16:56:25.705Z Checking winnow v0.5.40
21682026-04-17T16:56:25.794Z Checking nix v0.31.2
21692026-04-17T16:56:25.829Z Checking bzip2-sys v0.1.13+1.0.8
21702026-04-17T16:56:25.861Z Checking object v0.37.3
21712026-04-17T16:56:25.897Z Checking foldhash v0.1.5
21722026-04-17T16:56:25.939Z Checking bzip2 v0.4.4
21732026-04-17T16:56:26.016Z Checking signal-hook-mio v0.2.5
21742026-04-17T16:56:26.056Z Checking hashbrown v0.15.5
21752026-04-17T16:56:26.131Z Checking ref-cast v1.0.25
21762026-04-17T16:56:26.166Z Checking zstd-sys v2.0.16+zstd.1.5.7
21772026-04-17T16:56:26.258Z Checking toml_datetime v0.7.5+spec-1.1.0
21782026-04-17T16:56:26.304Z Checking zstd-safe v7.2.4
21792026-04-17T16:56:26.481Z Checking zip v0.6.6
21802026-04-17T16:56:26.483Z Checking libbz2-rs-sys v0.2.2
21812026-04-17T16:56:26.548Z Checking bumpalo v3.20.2
21822026-04-17T16:56:26.551Z Checking zstd v0.13.3
21832026-04-17T16:56:26.773Z Checking zopfli v0.8.3
21842026-04-17T16:56:26.807Z Checking crossterm v0.28.1
21852026-04-17T16:56:26.839Z Checking similar v2.7.0
21862026-04-17T16:56:26.842Z Checking tokio-stream v0.1.18
21872026-04-17T16:56:26.906Z Checking toml_edit v0.19.15
21882026-04-17T16:56:26.908Z Checking fs-err v3.3.0
21892026-04-17T16:56:26.972Z Checking bzip2 v0.6.1
21902026-04-17T16:56:27.121Z Checking hash32 v0.2.1
21912026-04-17T16:56:27.161Z Checking serde-big-array v0.5.1
21922026-04-17T16:56:27.224Z Checking unicode-properties v0.1.4
21932026-04-17T16:56:27.260Z Checking unicode-bidi v0.3.18
21942026-04-17T16:56:27.295Z Checking predicates-core v1.0.10
21952026-04-17T16:56:27.327Z Checking jiff v0.2.21
21962026-04-17T16:56:27.331Z Checking heapless v0.7.17
21972026-04-17T16:56:27.437Z Checking hickory-proto v0.25.2
21982026-04-17T16:56:27.439Z Checking md-5 v0.10.6
21992026-04-17T16:56:27.519Z Checking float-cmp v0.10.0
22002026-04-17T16:56:27.570Z Checking stringprep v0.1.5
22012026-04-17T16:56:27.629Z Checking fallible-iterator v0.2.0
22022026-04-17T16:56:27.677Z Checking rustc-hash v2.1.1
22032026-04-17T16:56:27.745Z Checking difflib v0.4.0
22042026-04-17T16:56:27.784Z Checking normalize-line-endings v0.3.0
22052026-04-17T16:56:27.816Z Checking iddqd v0.3.17
22062026-04-17T16:56:27.933Z Checking smoltcp v0.9.1
22072026-04-17T16:56:27.947Z Checking postgres-protocol v0.6.10
22082026-04-17T16:56:27.966Z Checking predicates v3.1.4
22092026-04-17T16:56:27.969Z Checking toml v0.7.8
22102026-04-17T16:56:28.140Z Checking phf_shared v0.11.3
22112026-04-17T16:56:28.266Z Checking phf_shared v0.13.1
22122026-04-17T16:56:28.302Z Checking buf-list v1.1.2
22132026-04-17T16:56:28.337Z Checking strum v0.27.2
22142026-04-17T16:56:28.341Z Checking fixedbitset v0.5.7
22152026-04-17T16:56:28.516Z Checking precomputed-hash v0.1.1
22162026-04-17T16:56:28.523Z Checking lalrpop-util v0.19.12
22172026-04-17T16:56:28.523Z Checking fixedbitset v0.4.2
22182026-04-17T16:56:28.523Z Checking new_debug_unreachable v1.0.6
22192026-04-17T16:56:28.610Z Checking petgraph v0.8.3
22202026-04-17T16:56:28.613Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-04-17T16:56:28.851Z Checking phf v0.13.1
22222026-04-17T16:56:28.863Z Checking postgres-types v0.2.12
22232026-04-17T16:56:28.863Z Checking string_cache v0.8.9
22242026-04-17T16:56:28.863Z Checking petgraph v0.6.5
22252026-04-17T16:56:28.863Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22262026-04-17T16:56:28.929Z Checking peg-runtime v0.8.5
22272026-04-17T16:56:29.045Z Checking whoami v2.1.0
22282026-04-17T16:56:29.375Z Checking futures-executor v0.3.32
22292026-04-17T16:56:29.386Z Checking is-terminal v0.4.17
22302026-04-17T16:56:29.386Z Checking tokio-postgres v0.7.16
22312026-04-17T16:56:29.386Z Checking futures v0.3.32
22322026-04-17T16:56:29.386Z Checking crossbeam-channel v0.5.15
22332026-04-17T16:56:29.421Z Compiling structmeta-derive v0.3.0
22342026-04-17T16:56:29.581Z Checking zip v4.6.1
22352026-04-17T16:56:29.807Z Checking thread_local v1.1.9
22362026-04-17T16:56:29.897Z Checking term v1.2.1
22372026-04-17T16:56:30.063Z Checking take_mut v0.2.2
22382026-04-17T16:56:30.153Z Checking slog-term v2.9.2
22392026-04-17T16:56:30.275Z Checking slog-async v2.8.0
22402026-04-17T16:56:30.280Z Compiling newtype-uuid-macros v0.1.0
22412026-04-17T16:56:30.280Z Compiling rustls v0.22.4
22422026-04-17T16:56:30.292Z Compiling multer v3.1.0
22432026-04-17T16:56:30.430Z Checking regress v0.10.5
22442026-04-17T16:56:30.441Z Compiling async-stream-impl v0.3.6
22452026-04-17T16:56:30.572Z Compiling structmeta v0.3.0
22462026-04-17T16:56:30.584Z Compiling dropshot v0.16.7
22472026-04-17T16:56:30.584Z Compiling dropshot_endpoint v0.16.7
22482026-04-17T16:56:30.627Z Checking match_cfg v0.1.0
22492026-04-17T16:56:30.725Z Checking hostname v0.3.1
22502026-04-17T16:56:30.776Z Compiling derive-ex v0.1.8
22512026-04-17T16:56:30.857Z Checking slog-json v2.6.1
22522026-04-17T16:56:30.911Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-04-17T16:56:30.957Z Checking debug-ignore v1.0.5
22542026-04-17T16:56:31.028Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-04-17T16:56:31.062Z Checking slog-bunyan v2.5.0
22562026-04-17T16:56:31.095Z Checking serde_spanned v1.0.4
22572026-04-17T16:56:31.098Z Checking toml_writer v1.0.6+spec-1.1.0
22582026-04-17T16:56:31.202Z Checking progenitor-client v0.13.0
22592026-04-17T16:56:31.253Z Checking rustls-webpki v0.102.8
22602026-04-17T16:56:31.324Z Checking serde_path_to_error v0.1.20
22612026-04-17T16:56:31.359Z Checking async-stream v0.3.6
22622026-04-17T16:56:31.496Z Checking waitgroup v0.1.2
22632026-04-17T16:56:31.531Z Checking rustls-pemfile v2.2.0
22642026-04-17T16:56:31.618Z Checking hostname v0.4.2
22652026-04-17T16:56:31.651Z Checking toml v0.9.12+spec-1.1.0
22662026-04-17T16:56:31.720Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-04-17T16:56:31.723Z Compiling parse-display-derive v0.10.0
22682026-04-17T16:56:31.781Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-04-17T16:56:31.826Z Checking itertools v0.14.0
22702026-04-17T16:56:31.869Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712026-04-17T16:56:31.948Z Checking macaddr v1.0.1
22722026-04-17T16:56:32.155Z Checking instant v0.1.13
22732026-04-17T16:56:32.240Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22742026-04-17T16:56:32.275Z Checking progenitor-client v0.10.0
22752026-04-17T16:56:32.310Z Checking backoff v0.4.0
22762026-04-17T16:56:32.345Z Checking backon v1.6.0
22772026-04-17T16:56:32.476Z Compiling test-strategy v0.4.5
22782026-04-17T16:56:32.512Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22792026-04-17T16:56:32.579Z Checking unicode-width v0.2.0
22802026-04-17T16:56:32.588Z Checking progenitor-extras v0.1.1
22812026-04-17T16:56:32.839Z Checking heck v0.5.0
22822026-04-17T16:56:32.886Z Compiling convert_case v0.4.0
22832026-04-17T16:56:32.920Z Checking half v2.7.1
22842026-04-17T16:56:32.974Z Checking ciborium-io v0.2.2
22852026-04-17T16:56:33.007Z Checking secrecy v0.10.3
22862026-04-17T16:56:33.091Z Checking indent_write v2.2.0
22872026-04-17T16:56:33.144Z Checking tokio-rustls v0.25.0
22882026-04-17T16:56:33.178Z Checking universal-hash v0.5.1
22892026-04-17T16:56:33.211Z Checking ciborium-ll v0.2.2
22902026-04-17T16:56:33.245Z Compiling unsafe-libyaml v0.2.11
22912026-04-17T16:56:33.282Z Compiling derive_more v0.99.20
22922026-04-17T16:56:33.333Z Checking opaque-debug v0.3.1
22932026-04-17T16:56:33.411Z Checking ciborium v0.2.2
22942026-04-17T16:56:33.443Z Checking camino-tempfile v1.4.1
22952026-04-17T16:56:33.446Z Checking parse-display v0.10.0
22962026-04-17T16:56:33.632Z Compiling crucible-workspace-hack v0.1.0
22972026-04-17T16:56:33.667Z Checking aead v0.5.2
22982026-04-17T16:56:33.836Z Compiling serde_yaml v0.9.34+deprecated
22992026-04-17T16:56:33.903Z Checking poly1305 v0.8.0
23002026-04-17T16:56:33.970Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23012026-04-17T16:56:34.007Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23022026-04-17T16:56:34.039Z Compiling typify-impl v0.6.1
23032026-04-17T16:56:34.188Z Checking chacha20 v0.9.1
23042026-04-17T16:56:34.374Z Compiling thiserror-impl-no-std v2.0.2
23052026-04-17T16:56:34.409Z Checking swrite v0.1.0
23062026-04-17T16:56:34.528Z Checking password-hash v0.5.0
23072026-04-17T16:56:34.784Z Checking blake2 v0.10.6
23082026-04-17T16:56:35.050Z Checking argon2 v0.5.3
23092026-04-17T16:56:35.250Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-04-17T16:56:35.329Z Checking chacha20poly1305 v0.10.1
23112026-04-17T16:56:35.413Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23122026-04-17T16:56:35.499Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23132026-04-17T16:56:35.539Z Checking byte-wrapper v0.1.0
23142026-04-17T16:56:35.587Z Checking thiserror-no-std v2.0.2
23152026-04-17T16:56:35.698Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-17T16:56:35.732Z Checking vsss-rs v3.3.4
23172026-04-17T16:56:35.764Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-04-17T16:56:35.847Z Checking crossbeam-deque v0.8.6
23192026-04-17T16:56:35.881Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-04-17T16:56:35.962Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23212026-04-17T16:56:36.008Z Compiling rayon-core v1.13.0
23222026-04-17T16:56:36.059Z Checking toml v0.8.23
23232026-04-17T16:56:36.406Z Compiling proc-macro-error v1.0.4
23242026-04-17T16:56:36.620Z Checking rayon v1.11.0
23252026-04-17T16:56:36.658Z Compiling toml_edit v0.23.10+spec-1.0.0
23262026-04-17T16:56:36.742Z Checking unicode-width v0.1.14
23272026-04-17T16:56:36.870Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23282026-04-17T16:56:37.021Z Checking glob v0.3.3
23292026-04-17T16:56:37.081Z Checking tabwriter v1.4.1
23302026-04-17T16:56:37.228Z Compiling proc-macro-crate v3.4.0
23312026-04-17T16:56:37.261Z Compiling heapless v0.8.0
23322026-04-17T16:56:37.446Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-04-17T16:56:37.605Z Compiling ingot-macros v0.1.1
23342026-04-17T16:56:37.733Z Checking hash32 v0.3.1
23352026-04-17T16:56:37.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-04-17T16:56:37.800Z Compiling smoltcp v0.11.0
23372026-04-17T16:56:38.044Z Checking cobs v0.3.0
23382026-04-17T16:56:38.046Z Compiling usdt-macro v0.5.0
23392026-04-17T16:56:38.110Z Compiling usdt-attr-macro v0.5.0
23402026-04-17T16:56:38.208Z Checking memmap v0.7.0
23412026-04-17T16:56:38.245Z Checking colored v3.1.1
23422026-04-17T16:56:38.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23432026-04-17T16:56:38.468Z Checking postcard v1.1.3
23442026-04-17T16:56:38.549Z Compiling num_enum_derive v0.7.5
23452026-04-17T16:56:38.587Z Compiling typify-macro v0.6.1
23462026-04-17T16:56:38.789Z Compiling proc-macro-crate v1.3.1
23472026-04-17T16:56:38.825Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23482026-04-17T16:56:38.901Z Checking usdt v0.5.0
23492026-04-17T16:56:39.059Z Checking sigpipe v0.1.3
23502026-04-17T16:56:39.094Z Compiling foreign-types-macros v0.2.3
23512026-04-17T16:56:39.166Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23522026-04-17T16:56:39.224Z Checking cpufeatures v0.3.0
23532026-04-17T16:56:39.325Z Checking foreign-types-shared v0.3.1
23542026-04-17T16:56:39.450Z Checking chacha20 v0.10.0
23552026-04-17T16:56:39.485Z Compiling num_enum_derive v0.5.11
23562026-04-17T16:56:39.613Z Checking num_enum v0.7.5
23572026-04-17T16:56:39.711Z Checking foreign-types v0.5.0
23582026-04-17T16:56:39.714Z Checking cstr-argument v0.1.2
23592026-04-17T16:56:39.773Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-04-17T16:56:39.810Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23612026-04-17T16:56:39.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23622026-04-17T16:56:39.873Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23632026-04-17T16:56:40.079Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-04-17T16:56:40.120Z Checking rand v0.10.0
23652026-04-17T16:56:40.209Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662026-04-17T16:56:40.268Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-04-17T16:56:40.272Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-04-17T16:56:40.340Z Compiling typify v0.6.1
23692026-04-17T16:56:40.368Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23702026-04-17T16:56:40.431Z Checking ingot-types v0.1.2
23712026-04-17T16:56:40.469Z Compiling progenitor-impl v0.13.0
23722026-04-17T16:56:40.474Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23732026-04-17T16:56:40.474Z Compiling zone_cfg_derive v0.3.1
23742026-04-17T16:56:40.571Z Checking num_enum v0.5.11
23752026-04-17T16:56:40.777Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23762026-04-17T16:56:40.898Z Checking ingot v0.1.1
23772026-04-17T16:56:40.932Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23782026-04-17T16:56:40.986Z Checking itertools v0.12.1
23792026-04-17T16:56:41.121Z Compiling num-derive v0.4.2
23802026-04-17T16:56:41.206Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23812026-04-17T16:56:41.469Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23822026-04-17T16:56:41.600Z Checking smf v0.2.3
23832026-04-17T16:56:41.651Z Checking whoami v1.6.1
23842026-04-17T16:56:41.742Z Checking tokio-dtrace v0.1.1
23852026-04-17T16:56:41.849Z Compiling derive-where v1.6.0
23862026-04-17T16:56:41.896Z Checking console v0.15.11
23872026-04-17T16:56:41.951Z Checking oxide-tokio-rt v0.1.4
23882026-04-17T16:56:42.017Z Checking zone v0.3.1
23892026-04-17T16:56:42.060Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23902026-04-17T16:56:42.148Z Checking atomicwrites v0.4.4
23912026-04-17T16:56:42.184Z Checking newline-converter v0.3.0
23922026-04-17T16:56:42.305Z Checking bytecount v0.6.9
23932026-04-17T16:56:42.334Z Checking expectorate v1.2.0
23942026-04-17T16:56:42.347Z Compiling owo-colors v4.3.0
23952026-04-17T16:56:42.398Z Compiling cancel-safe-futures v0.1.5
23962026-04-17T16:56:42.445Z Checking libsw-core v0.3.2
23972026-04-17T16:56:42.537Z Compiling prettyplease v0.2.37
23982026-04-17T16:56:42.571Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-04-17T16:56:42.609Z Checking libsw v3.5.0
24002026-04-17T16:56:42.782Z Checking num-rational v0.4.2
24012026-04-17T16:56:42.846Z Checking num-complex v0.4.6
24022026-04-17T16:56:42.968Z Checking same-file v1.0.6
24032026-04-17T16:56:43.112Z Checking linear-map v1.2.0
24042026-04-17T16:56:43.144Z Checking walkdir v2.5.0
24052026-04-17T16:56:43.187Z Checking float-ord v0.3.2
24062026-04-17T16:56:43.192Z Compiling progenitor-macro v0.13.0
24072026-04-17T16:56:43.252Z Checking num v0.4.3
24082026-04-17T16:56:43.302Z Checking gethostname v0.5.0
24092026-04-17T16:56:43.338Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-04-17T16:56:43.339Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24112026-04-17T16:56:43.399Z Compiling async-recursion v1.1.1
24122026-04-17T16:56:43.465Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-04-17T16:56:43.492Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-04-17T16:56:43.669Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-04-17T16:56:44.640Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24162026-04-17T16:56:45.131Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-04-17T16:56:45.965Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-04-17T16:56:47.010Z Checking smawk v0.3.2
24192026-04-17T16:56:47.170Z Checking unicode-linebreak v0.1.5
24202026-04-17T16:56:47.407Z Checking resolv-conf v0.7.6
24212026-04-17T16:56:47.440Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-04-17T16:56:47.582Z Checking papergrid v0.11.0
24232026-04-17T16:56:47.627Z Compiling tabled_derive v0.7.0
24242026-04-17T16:56:47.682Z Checking globset v0.4.18
24252026-04-17T16:56:48.015Z Compiling convert_case v0.10.0
24262026-04-17T16:56:48.049Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272026-04-17T16:56:48.100Z Checking progenitor v0.13.0
24282026-04-17T16:56:48.263Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-04-17T16:56:48.354Z Compiling slog-dtrace v0.3.0
24302026-04-17T16:56:48.639Z Checking tabled v0.15.0
24312026-04-17T16:56:48.642Z Compiling derive_more-impl v2.1.1
24322026-04-17T16:56:48.737Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-04-17T16:56:48.851Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24342026-04-17T16:56:49.493Z Checking derive_more v2.1.1
24352026-04-17T16:56:49.528Z Compiling pin-project-internal v1.1.11
24362026-04-17T16:56:49.600Z Checking crossterm v0.29.0
24372026-04-17T16:56:49.633Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24382026-04-17T16:56:49.790Z Checking pem v3.0.6
24392026-04-17T16:56:49.876Z Checking fd-lock v4.0.4
24402026-04-17T16:56:49.978Z Checking vte v0.14.1
24412026-04-17T16:56:50.032Z Checking display-error-chain v0.2.2
24422026-04-17T16:56:50.165Z Checking strip-ansi-escapes v0.2.1
24432026-04-17T16:56:50.200Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24442026-04-17T16:56:50.203Z Compiling snafu-derive v0.8.9
24452026-04-17T16:56:50.302Z Checking termtree v0.5.1
24462026-04-17T16:56:50.368Z Checking linked-hash-map v0.5.6
24472026-04-17T16:56:50.471Z Checking nu-ansi-term v0.50.3
24482026-04-17T16:56:50.571Z Checking lru-cache v0.1.2
24492026-04-17T16:56:50.672Z Checking pin-project v1.1.11
24502026-04-17T16:56:50.743Z Checking textwrap v0.16.2
24512026-04-17T16:56:50.746Z Checking reedline v0.40.0
24522026-04-17T16:56:50.811Z Checking olpc-cjson v0.1.4
24532026-04-17T16:56:50.846Z Checking hickory-proto v0.24.4
24542026-04-17T16:56:50.977Z Checking serde_plain v1.0.2
24552026-04-17T16:56:51.014Z Compiling minimal-lexical v0.2.1
24562026-04-17T16:56:51.041Z Checking typed-path v0.9.3
24572026-04-17T16:56:51.161Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-04-17T16:56:51.295Z Compiling nom v7.1.3
24592026-04-17T16:56:51.730Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-04-17T16:56:51.800Z Compiling ar_archive_writer v0.5.1
24612026-04-17T16:56:51.850Z Checking humantime v2.3.0
24622026-04-17T16:56:51.950Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24632026-04-17T16:56:52.060Z Checking csv-core v0.1.13
24642026-04-17T16:56:52.215Z Checking snafu v0.8.9
24652026-04-17T16:56:52.267Z Checking csv v1.4.0
24662026-04-17T16:56:52.338Z Compiling stacker v0.1.23
24672026-04-17T16:56:52.427Z Checking highway v1.3.0
24682026-04-17T16:56:52.482Z Checking tough v0.20.0
24692026-04-17T16:56:52.630Z Compiling cfg_aliases v0.1.1
24702026-04-17T16:56:52.664Z Checking hickory-resolver v0.24.4
24712026-04-17T16:56:52.664Z Checking nibble_vec v0.1.0
24722026-04-17T16:56:52.727Z Compiling psm v0.1.30
24732026-04-17T16:56:52.790Z Checking home v0.5.12
24742026-04-17T16:56:52.793Z Compiling nix v0.28.0
24752026-04-17T16:56:52.793Z Checking endian-type v0.1.2
24762026-04-17T16:56:52.884Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-04-17T16:56:52.923Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-04-17T16:56:52.977Z Checking radix_trie v0.2.1
24792026-04-17T16:56:53.210Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-04-17T16:56:53.318Z Checking phf_shared v0.12.1
24812026-04-17T16:56:53.418Z Compiling recursive-proc-macro-impl v0.1.1
24822026-04-17T16:56:53.464Z Checking qorb v0.4.1
24832026-04-17T16:56:53.499Z Compiling semver v0.1.20
24842026-04-17T16:56:53.680Z Compiling chrono-tz v0.10.4
24852026-04-17T16:56:53.727Z Compiling rustc_version v0.1.7
24862026-04-17T16:56:53.762Z Checking phf v0.12.1
24872026-04-17T16:56:53.838Z Checking recursive v0.1.1
24882026-04-17T16:56:53.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892026-04-17T16:56:53.931Z Compiling const_format_proc_macros v0.2.34
24902026-04-17T16:56:53.993Z Compiling peg-macros v0.8.5
24912026-04-17T16:56:53.996Z Checking winnow v0.6.26
24922026-04-17T16:56:54.440Z Compiling sqlparser_derive v0.5.0
24932026-04-17T16:56:54.640Z Checking unicode_categories v0.1.1
24942026-04-17T16:56:54.752Z Checking rustyline v14.0.0
24952026-04-17T16:56:54.785Z Checking const_format v0.2.35
24962026-04-17T16:56:54.880Z Compiling newtype_derive v0.1.6
24972026-04-17T16:56:55.180Z Checking sqlformat v0.3.5
24982026-04-17T16:56:55.222Z Checking sqlparser v0.61.0
24992026-04-17T16:56:55.374Z Checking peg v0.8.5
25002026-04-17T16:56:55.456Z Checking bcs v0.1.6
25012026-04-17T16:56:55.701Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-04-17T16:56:55.751Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-04-17T16:56:55.755Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-04-17T16:56:55.831Z Checking steno v0.4.1
25052026-04-17T16:56:55.917Z Checking filetime v0.2.27
25062026-04-17T16:56:56.073Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-04-17T16:56:56.110Z Checking xattr v1.6.1
25082026-04-17T16:56:56.267Z Checking tar v0.4.45
25092026-04-17T16:56:56.679Z Checking subprocess v0.2.15
25102026-04-17T16:56:56.747Z Checking base64 v0.21.7
25112026-04-17T16:56:56.876Z Checking headers-core v0.3.0
25122026-04-17T16:56:56.993Z Checking yasna v0.5.2
25132026-04-17T16:56:57.027Z Checking headers v0.4.1
25142026-04-17T16:56:57.030Z Checking dropshot-api-manager-types v0.6.0
25152026-04-17T16:56:57.154Z Checking tagptr v0.2.0
25162026-04-17T16:56:57.249Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25172026-04-17T16:56:57.320Z Checking moka v0.12.13
25182026-04-17T16:56:57.399Z Checking rcgen v0.12.1
25192026-04-17T16:56:57.501Z Checking utf-8 v0.7.6
25202026-04-17T16:56:57.667Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25212026-04-17T16:56:57.736Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25222026-04-17T16:56:57.837Z Compiling radium v0.7.0
25232026-04-17T16:56:57.976Z Checking hickory-resolver v0.25.2
25242026-04-17T16:56:58.125Z Compiling libefi-sys v0.1.0
25252026-04-17T16:56:58.263Z Compiling bitfield-struct v0.6.2
25262026-04-17T16:56:58.383Z Checking tap v1.0.1
25272026-04-17T16:56:58.474Z Compiling maybe-uninit v2.0.0
25282026-04-17T16:56:58.519Z Checking wyz v0.5.1
25292026-04-17T16:56:58.705Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25302026-04-17T16:56:58.913Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-04-17T16:56:58.945Z Compiling zerocopy-derive v0.6.6
25322026-04-17T16:56:59.019Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-04-17T16:56:59.051Z Checking funty v2.0.0
25342026-04-17T16:56:59.175Z Checking crc-catalog v2.4.0
25352026-04-17T16:56:59.209Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-04-17T16:56:59.297Z Compiling packed_struct v0.10.1
25372026-04-17T16:56:59.330Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-04-17T16:56:59.395Z Checking bitvec v1.0.1
25392026-04-17T16:56:59.486Z Checking crc v3.4.0
25402026-04-17T16:56:59.605Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412026-04-17T16:56:59.699Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25422026-04-17T16:56:59.717Z Checking tungstenite v0.21.0
25432026-04-17T16:56:59.766Z Compiling packed_struct_codegen v0.10.1
25442026-04-17T16:56:59.788Z Compiling bitfield-macros v0.19.4
25452026-04-17T16:56:59.805Z Checking zerocopy v0.6.6
25462026-04-17T16:57:00.116Z Compiling indexmap v1.9.3
25472026-04-17T16:57:00.151Z Checking nodrop v0.1.14
25482026-04-17T16:57:00.268Z Checking array-init v0.0.4
25492026-04-17T16:57:00.388Z Checking tokio-tungstenite v0.21.0
25502026-04-17T16:57:00.500Z Checking bitfield v0.19.4
25512026-04-17T16:57:00.642Z Checking smallvec v0.6.14
25522026-04-17T16:57:00.714Z Checking hashbrown v0.12.3
25532026-04-17T16:57:00.745Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25542026-04-17T16:57:00.860Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25552026-04-17T16:57:00.914Z Checking serde-hex v0.1.0
25562026-04-17T16:57:00.976Z Checking ron v0.8.1
25572026-04-17T16:57:01.512Z Checking hashbrown v0.13.2
25582026-04-17T16:57:01.529Z Checking crc-any v2.5.0
25592026-04-17T16:57:01.743Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-04-17T16:57:01.814Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25612026-04-17T16:57:01.930Z Checking path-slash v0.1.5
25622026-04-17T16:57:01.958Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-04-17T16:57:01.989Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-04-17T16:57:01.995Z Checking object v0.30.4
25652026-04-17T16:57:02.052Z Compiling xshell-macros v0.2.7
25662026-04-17T16:57:02.261Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25672026-04-17T16:57:02.405Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-04-17T16:57:02.450Z Checking xshell v0.2.7
25692026-04-17T16:57:02.669Z Checking half v1.8.3
25702026-04-17T16:57:02.672Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25712026-04-17T16:57:02.900Z Checking serde_cbor v0.11.2
25722026-04-17T16:57:03.075Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25732026-04-17T16:57:03.328Z Compiling num-derive v0.3.3
25742026-04-17T16:57:03.360Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25752026-04-17T16:57:03.461Z Compiling proc-macro-error-attr2 v2.0.0
25762026-04-17T16:57:03.495Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25772026-04-17T16:57:03.712Z Checking papergrid v0.17.0
25782026-04-17T16:57:03.876Z Compiling proc-macro-error2 v2.0.1
25792026-04-17T16:57:04.133Z Checking testing_table v0.3.0
25802026-04-17T16:57:04.215Z Checking libscf-sys v1.1.0
25812026-04-17T16:57:04.218Z Compiling tabled_derive v0.11.0
25822026-04-17T16:57:04.278Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25832026-04-17T16:57:04.377Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25842026-04-17T16:57:04.531Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-04-17T16:57:04.610Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25862026-04-17T16:57:04.805Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25872026-04-17T16:57:04.922Z Checking maplit v1.0.2
25882026-04-17T16:57:04.971Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-04-17T16:57:05.036Z Checking fxhash v0.2.1
25902026-04-17T16:57:05.141Z Checking crc8 v0.1.1
25912026-04-17T16:57:05.184Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25922026-04-17T16:57:05.265Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25932026-04-17T16:57:05.395Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25942026-04-17T16:57:05.427Z Checking tabled v0.20.0
25952026-04-17T16:57:05.830Z Checking unicase v2.9.0
25962026-04-17T16:57:06.008Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25972026-04-17T16:57:06.040Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25982026-04-17T16:57:06.072Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25992026-04-17T16:57:06.292Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26002026-04-17T16:57:06.386Z Checking kstat-rs v0.2.4
26012026-04-17T16:57:06.497Z Compiling diesel_derives v2.3.7
26022026-04-17T16:57:06.609Z Compiling typify-impl v0.4.3
26032026-04-17T16:57:06.612Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26042026-04-17T16:57:06.775Z Checking scheduled-thread-pool v0.2.7
26052026-04-17T16:57:06.951Z Compiling dsl_auto_type v0.2.0
26062026-04-17T16:57:06.990Z Checking arc-swap v1.8.2
26072026-04-17T16:57:07.241Z Compiling vergen-gitcl v1.0.8
26082026-04-17T16:57:07.423Z Compiling diesel_table_macro_syntax v0.3.0
26092026-04-17T16:57:07.458Z Compiling parking_lot_core v0.8.6
26102026-04-17T16:57:07.541Z Checking slog-scope v4.4.1
26112026-04-17T16:57:07.600Z Checking r2d2 v0.8.10
26122026-04-17T16:57:07.707Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-04-17T16:57:07.781Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26142026-04-17T16:57:08.029Z Compiling git-stub v1.0.0
26152026-04-17T16:57:08.131Z Checking downcast-rs v2.0.2
26162026-04-17T16:57:08.260Z Compiling git-stub-vcs v0.1.0
26172026-04-17T16:57:08.540Z Checking slog-stdlog v4.1.1
26182026-04-17T16:57:08.668Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26192026-04-17T16:57:08.699Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26202026-04-17T16:57:08.800Z Checking slog-envlogger v2.2.0
26212026-04-17T16:57:08.978Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26222026-04-17T16:57:09.012Z Checking parking_lot v0.11.2
26232026-04-17T16:57:09.222Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26242026-04-17T16:57:09.254Z Checking prefix-trie v0.7.0
26252026-04-17T16:57:09.443Z Checking sled v0.34.7
26262026-04-17T16:57:09.548Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26272026-04-17T16:57:09.579Z Checking nanorand v0.7.0
26282026-04-17T16:57:09.610Z Checking hickory-server v0.25.2
26292026-04-17T16:57:09.742Z Compiling dirs-sys-next v0.1.2
26302026-04-17T16:57:09.815Z Compiling crunchy v0.2.4
26312026-04-17T16:57:09.948Z Compiling dirs-next v2.0.0
26322026-04-17T16:57:10.059Z Checking flume v0.11.1
26332026-04-17T16:57:10.117Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26342026-04-17T16:57:10.152Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-04-17T16:57:10.182Z Compiling clang-sys v1.8.1
26362026-04-17T16:57:10.314Z Compiling tiny-keccak v2.0.2
26372026-04-17T16:57:10.683Z Compiling term v0.7.0
26382026-04-17T16:57:10.715Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26392026-04-17T16:57:10.747Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26402026-04-17T16:57:11.053Z Compiling typify-macro v0.4.3
26412026-04-17T16:57:11.086Z Compiling salty v0.3.0
26422026-04-17T16:57:11.281Z Compiling bit-vec v0.6.3
26432026-04-17T16:57:11.396Z Compiling ascii-canvas v3.0.0
26442026-04-17T16:57:11.527Z Compiling bit-set v0.5.3
26452026-04-17T16:57:11.696Z Checking primeorder v0.13.6
26462026-04-17T16:57:11.728Z Compiling itertools v0.10.5
26472026-04-17T16:57:11.965Z Compiling ena v0.14.4
26482026-04-17T16:57:12.002Z Compiling libloading v0.8.9
26492026-04-17T16:57:12.095Z Compiling fs-err v2.11.0
26502026-04-17T16:57:12.127Z Compiling diff v0.1.13
26512026-04-17T16:57:12.201Z Compiling bindgen v0.71.1
26522026-04-17T16:57:12.232Z Compiling regex-syntax v0.6.29
26532026-04-17T16:57:12.687Z Compiling cexpr v0.6.0
26542026-04-17T16:57:12.737Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26552026-04-17T16:57:12.783Z Compiling typify v0.4.3
26562026-04-17T16:57:12.921Z Checking diesel v2.3.7
26572026-04-17T16:57:12.953Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-04-17T16:57:12.957Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-04-17T16:57:13.372Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26602026-04-17T16:57:13.404Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26612026-04-17T16:57:13.545Z Compiling libxml v0.3.3
26622026-04-17T16:57:13.598Z Compiling lalrpop v0.19.12
26632026-04-17T16:57:13.632Z Checking parse-size v1.1.0
26642026-04-17T16:57:13.778Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26652026-04-17T16:57:13.810Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26662026-04-17T16:57:14.142Z Checking p384 v0.13.1
26672026-04-17T16:57:14.337Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26682026-04-17T16:57:14.589Z Compiling strum_macros v0.24.3
26692026-04-17T16:57:14.627Z Checking assert_matches v1.5.0
26702026-04-17T16:57:14.731Z Compiling indoc v1.0.9
26712026-04-17T16:57:15.837Z Compiling progenitor-impl v0.10.0
26722026-04-17T16:57:15.969Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26732026-04-17T16:57:16.081Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-04-17T16:57:16.314Z Checking predicates-tree v1.0.13
26752026-04-17T16:57:16.453Z Checking derive_builder v0.20.2
26762026-04-17T16:57:16.603Z Checking quick-xml v0.37.5
26772026-04-17T16:57:16.845Z Compiling oso-derive v0.27.3
26782026-04-17T16:57:16.972Z Compiling trait-variant v0.1.2
26792026-04-17T16:57:17.354Z Compiling impl-trait-for-tuples v0.2.3
26802026-04-17T16:57:17.508Z Checking openssl-probe v0.1.6
26812026-04-17T16:57:17.553Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26822026-04-17T16:57:17.646Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26832026-04-17T16:57:18.341Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26842026-04-17T16:57:18.427Z Compiling progenitor-macro v0.10.0
26852026-04-17T16:57:18.961Z Compiling progenitor-impl v0.11.2
26862026-04-17T16:57:19.106Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26872026-04-17T16:57:19.822Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26882026-04-17T16:57:21.076Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26892026-04-17T16:57:21.625Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26902026-04-17T16:57:21.657Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-04-17T16:57:22.316Z Checking toml_datetime v1.0.0+spec-1.1.0
26922026-04-17T16:57:22.557Z Checking toml v1.0.6+spec-1.1.0
26932026-04-17T16:57:22.670Z Compiling mime_guess v2.0.5
26942026-04-17T16:57:23.181Z Compiling progenitor-macro v0.11.2
26952026-04-17T16:57:23.327Z Checking progenitor v0.10.0
26962026-04-17T16:57:23.509Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-04-17T16:57:23.583Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26982026-04-17T16:57:23.837Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-04-17T16:57:24.083Z Checking progenitor-client v0.11.2
27002026-04-17T16:57:24.167Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27012026-04-17T16:57:24.278Z Checking http-range v0.1.5
27022026-04-17T16:57:24.350Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-04-17T16:57:24.460Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-04-17T16:57:24.484Z Checking ignore v0.4.25
27052026-04-17T16:57:24.932Z Checking atty v0.2.14
27062026-04-17T16:57:25.059Z Checking globwalk v0.9.1
27072026-04-17T16:57:25.440Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27082026-04-17T16:57:25.473Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-04-17T16:57:25.933Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27102026-04-17T16:57:26.002Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-04-17T16:57:26.157Z Checking bb8 v0.8.6
27122026-04-17T16:57:26.423Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-04-17T16:57:26.469Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-04-17T16:57:26.652Z Checking corncobs v0.1.4
27152026-04-17T16:57:26.708Z Checking compression-core v0.4.31
27162026-04-17T16:57:26.811Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-04-17T16:57:26.866Z Checking compression-codecs v0.4.37
27182026-04-17T16:57:26.973Z Checking diesel-dtrace v0.5.0
27192026-04-17T16:57:27.094Z Checking async-bb8-diesel v0.2.1
27202026-04-17T16:57:27.284Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-04-17T16:57:27.479Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-04-17T16:57:27.503Z Checking hyper-staticfile v0.10.1
27232026-04-17T16:57:27.640Z Checking camino-tempfile-ext v0.3.3
27242026-04-17T16:57:27.707Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27252026-04-17T16:57:27.826Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27262026-04-17T16:57:27.865Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-04-17T16:57:28.016Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27282026-04-17T16:57:28.081Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-04-17T16:57:28.137Z Checking progenitor v0.11.2
27302026-04-17T16:57:28.307Z Checking signal-hook-tokio v0.3.1
27312026-04-17T16:57:28.465Z Checking secrecy v0.8.0
27322026-04-17T16:57:28.629Z Compiling dropshot v0.17.0
27332026-04-17T16:57:28.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27342026-04-17T16:57:29.006Z Checking async-compression v0.4.41
27352026-04-17T16:57:29.071Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27362026-04-17T16:57:29.290Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27372026-04-17T16:57:29.552Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27382026-04-17T16:57:29.597Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27392026-04-17T16:57:29.945Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27402026-04-17T16:57:29.948Z Compiling dropshot_endpoint v0.17.0
27412026-04-17T16:57:30.088Z Checking nonempty v0.12.0
27422026-04-17T16:57:30.292Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27432026-04-17T16:57:30.428Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-04-17T16:57:30.461Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-17T16:57:30.761Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27462026-04-17T16:57:30.794Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-04-17T16:57:30.903Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-04-17T16:57:31.278Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27492026-04-17T16:57:31.724Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27502026-04-17T16:57:31.760Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27512026-04-17T16:57:32.002Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27522026-04-17T16:57:32.005Z Checking tungstenite v0.23.0
27532026-04-17T16:57:32.491Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27542026-04-17T16:57:32.701Z Checking tokio-tungstenite v0.23.1
27552026-04-17T16:57:33.002Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27562026-04-17T16:57:33.384Z Checking rand_seeder v0.4.0
27572026-04-17T16:57:33.567Z Checking void v1.0.2
27582026-04-17T16:57:33.659Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-04-17T16:57:33.693Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27602026-04-17T16:57:33.723Z Checking lzss v0.8.2
27612026-04-17T16:57:33.941Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27622026-04-17T16:57:34.060Z Checking nix v0.27.1
27632026-04-17T16:57:34.136Z Checking serde_bytes v0.11.19
27642026-04-17T16:57:34.348Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652026-04-17T16:57:34.561Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27662026-04-17T16:57:34.608Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27672026-04-17T16:57:34.808Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-04-17T16:57:35.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27692026-04-17T16:57:35.552Z Checking is_ci v1.2.0
27702026-04-17T16:57:35.586Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27712026-04-17T16:57:35.691Z Checking yansi v1.0.1
27722026-04-17T16:57:35.973Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-04-17T16:57:36.016Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27742026-04-17T16:57:36.091Z Checking pretty_assertions v1.4.1
27752026-04-17T16:57:36.241Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-04-17T16:57:36.281Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772026-04-17T16:57:36.546Z Compiling darling_core v0.23.0
27782026-04-17T16:57:37.417Z Compiling indoc v2.0.7
27792026-04-17T16:57:37.717Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27802026-04-17T16:57:37.747Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-04-17T16:57:37.889Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-04-17T16:57:37.970Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-04-17T16:57:38.183Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-04-17T16:57:38.216Z Compiling instability v0.3.11
27852026-04-17T16:57:38.606Z Compiling libz-sys v1.1.24
27862026-04-17T16:57:38.687Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-04-17T16:57:38.869Z Checking castaway v0.2.4
27882026-04-17T16:57:39.007Z Checking compact_str v0.8.1
27892026-04-17T16:57:39.069Z Compiling darling_macro v0.23.0
27902026-04-17T16:57:39.402Z Checking supports-color v3.0.2
27912026-04-17T16:57:39.568Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-04-17T16:57:39.599Z Compiling darling v0.23.0
27932026-04-17T16:57:39.797Z Checking unicode-truncate v1.1.0
27942026-04-17T16:57:39.860Z Checking console v0.16.2
27952026-04-17T16:57:39.962Z Checking lru v0.12.5
27962026-04-17T16:57:40.153Z Checking cassowary v0.3.0
27972026-04-17T16:57:40.217Z Checking unit-prefix v0.5.2
27982026-04-17T16:57:40.361Z Checking indicatif v0.18.4
27992026-04-17T16:57:40.436Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28002026-04-17T16:57:40.470Z Checking ratatui v0.29.0
28012026-04-17T16:57:40.475Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-04-17T16:57:40.684Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-04-17T16:57:40.949Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-04-17T16:57:41.963Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-04-17T16:57:42.067Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-04-17T16:57:42.225Z Compiling vergen-git2 v1.0.7
28072026-04-17T16:57:42.279Z Checking plotters-backend v0.3.7
28082026-04-17T16:57:42.353Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-04-17T16:57:42.478Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-04-17T16:57:42.509Z Checking plotters-svg v0.3.7
28112026-04-17T16:57:42.570Z Checking colored v2.2.0
28122026-04-17T16:57:42.676Z Checking cast v0.3.0
28132026-04-17T16:57:42.708Z Checking shell-words v1.1.1
28142026-04-17T16:57:42.796Z Compiling rustls v0.21.12
28152026-04-17T16:57:42.858Z Checking criterion-plot v0.6.0
28162026-04-17T16:57:42.933Z Checking plotters v0.3.7
28172026-04-17T16:57:43.092Z Checking typeid v1.0.3
28182026-04-17T16:57:43.160Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-04-17T16:57:43.227Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-04-17T16:57:43.450Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-04-17T16:57:43.676Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28222026-04-17T16:57:43.744Z Checking sct v0.7.1
28232026-04-17T16:57:43.869Z Checking rustls-webpki v0.101.7
28242026-04-17T16:57:44.099Z Checking tinytemplate v1.2.1
28252026-04-17T16:57:44.141Z Compiling nix v0.29.0
28262026-04-17T16:57:44.238Z Checking hex-literal v0.4.1
28272026-04-17T16:57:44.338Z Checking anes v0.1.6
28282026-04-17T16:57:44.369Z Checking oorandom v11.1.5
28292026-04-17T16:57:44.548Z Checking criterion v0.7.0
28302026-04-17T16:57:44.621Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-04-17T16:57:45.915Z Checking erased-serde v0.4.9
28322026-04-17T16:57:45.944Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-04-17T16:57:46.303Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28342026-04-17T16:57:46.695Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-04-17T16:57:47.085Z Checking ordered-float v2.10.1
28362026-04-17T16:57:47.349Z Checking serde-value v0.7.0
28372026-04-17T16:57:47.591Z Checking serde-untagged v0.1.9
28382026-04-17T16:57:47.814Z Checking tokio-rustls v0.24.1
28392026-04-17T16:57:48.306Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-04-17T16:57:49.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-04-17T16:57:49.340Z Checking rustls-pemfile v1.0.4
28422026-04-17T16:57:49.512Z Checking twox-hash v2.1.2
28432026-04-17T16:57:49.781Z Checking unicode-xid v0.2.6
28442026-04-17T16:57:49.816Z Checking cargo-util-schemas v0.8.2
28452026-04-17T16:57:49.891Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-04-17T16:57:50.743Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28472026-04-17T16:57:50.895Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-17T16:57:51.089Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-04-17T16:57:51.425Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28502026-04-17T16:57:51.635Z Checking fatfs v0.3.6
28512026-04-17T16:57:52.107Z Checking cargo-platform v0.2.0
28522026-04-17T16:57:52.330Z Compiling petname v2.0.2
28532026-04-17T16:57:52.382Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28542026-04-17T16:57:52.580Z Compiling seq-macro v0.3.6
28552026-04-17T16:57:52.988Z Checking cargo_metadata v0.21.0
28562026-04-17T16:57:53.096Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-04-17T16:57:53.684Z Checking concurrent-queue v2.5.0
28582026-04-17T16:57:53.756Z Checking rtoolbox v0.0.3
28592026-04-17T16:57:53.924Z Checking parking v2.2.1
28602026-04-17T16:57:53.944Z Checking futures-timer v3.0.3
28612026-04-17T16:57:54.037Z Checking event-listener v5.4.1
28622026-04-17T16:57:54.070Z Checking rpassword v7.4.0
28632026-04-17T16:57:54.208Z Checking tui-tree-widget v0.23.1
28642026-04-17T16:57:54.281Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-04-17T16:57:54.422Z Checking polyval v0.6.2
28662026-04-17T16:57:54.470Z Checking sapling-renderdag v0.1.0
28672026-04-17T16:57:54.530Z Checking sync-ptr v0.1.4
28682026-04-17T16:57:54.616Z Checking ghash v0.5.1
28692026-04-17T16:57:54.757Z Checking event-listener-strategy v0.5.4
28702026-04-17T16:57:54.776Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-04-17T16:57:54.783Z Checking ctr v0.9.2
28722026-04-17T16:57:54.893Z Checking arrayref v0.3.9
28732026-04-17T16:57:55.002Z Checking arrayvec v0.7.6
28742026-04-17T16:57:55.007Z Checking constant_time_eq v0.4.2
28752026-04-17T16:57:55.045Z Compiling samael v0.0.19
28762026-04-17T16:57:55.074Z Checking aes-gcm v0.10.3
28772026-04-17T16:57:55.132Z Checking async-lock v3.4.2
28782026-04-17T16:57:55.169Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-04-17T16:57:55.259Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-04-17T16:57:55.534Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-04-17T16:57:56.160Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-04-17T16:57:56.238Z Checking ssh-encoding v0.2.0
28832026-04-17T16:57:56.460Z Checking blowfish v0.9.1
28842026-04-17T16:57:56.644Z Checking bcrypt-pbkdf v0.10.0
28852026-04-17T16:57:56.931Z Checking ssh-cipher v0.2.0
28862026-04-17T16:57:57.046Z Checking async-object-pool v0.2.0
28872026-04-17T16:57:57.168Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28882026-04-17T16:57:57.350Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28892026-04-17T16:57:57.494Z Checking serde_regex v1.1.0
28902026-04-17T16:57:57.678Z Checking password-hash v0.4.2
28912026-04-17T16:57:57.924Z Checking assert-json-diff v2.0.2
28922026-04-17T16:57:57.958Z Checking path-tree v0.8.3
28932026-04-17T16:57:57.991Z Checking gimli v0.32.3
28942026-04-17T16:57:58.118Z Checking stringmetrics v2.2.2
28952026-04-17T16:57:58.174Z Compiling target-lexicon v0.13.3
28962026-04-17T16:57:58.294Z Checking httpmock v0.8.3
28972026-04-17T16:57:58.748Z Checking pbkdf2 v0.11.0
28982026-04-17T16:57:58.954Z Checking ssh-key v0.6.7
28992026-04-17T16:57:59.579Z Checking addr2line v0.25.1
29002026-04-17T16:57:59.668Z Checking p521 v0.13.3
29012026-04-17T16:57:59.852Z Checking p256 v0.13.2
29022026-04-17T16:58:00.259Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-04-17T16:58:00.334Z Checking russh-cryptovec v0.7.3
29042026-04-17T16:58:00.388Z Compiling guppy-workspace-hack v0.1.0
29052026-04-17T16:58:00.461Z Checking rustc-demangle v0.1.27
29062026-04-17T16:58:00.492Z Checking md5 v0.7.0
29072026-04-17T16:58:00.714Z Checking russh-keys v0.45.0
29082026-04-17T16:58:00.745Z Checking backtrace v0.3.76
29092026-04-17T16:58:00.878Z Checking num-bigint v0.4.6
29102026-04-17T16:58:01.086Z Checking des v0.8.1
29112026-04-17T16:58:01.404Z Compiling blake3 v1.8.3
29122026-04-17T16:58:01.444Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-04-17T16:58:01.475Z Compiling target-spec v3.5.7
29142026-04-17T16:58:01.866Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-04-17T16:58:01.877Z Checking russh v0.45.0
29162026-04-17T16:58:01.959Z Checking backtrace-ext v0.2.1
29172026-04-17T16:58:02.101Z Checking cfg-expr v0.20.6
29182026-04-17T16:58:02.405Z Checking supports-color v2.1.0
29192026-04-17T16:58:02.523Z Checking textwrap v0.15.2
29202026-04-17T16:58:02.547Z Checking supports-unicode v2.1.0
29212026-04-17T16:58:02.577Z Checking supports-hyperlinks v2.1.0
29222026-04-17T16:58:02.689Z Checking hashbrown v0.14.5
29232026-04-17T16:58:02.727Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-04-17T16:58:02.761Z Checking cargo-platform v0.3.2
29252026-04-17T16:58:03.189Z Checking terminal_size v0.1.17
29262026-04-17T16:58:03.285Z Compiling miette-derive v5.10.0
29272026-04-17T16:58:03.285Z Checking owo-colors v3.5.0
29282026-04-17T16:58:03.285Z Checking internet-checksum v0.2.1
29292026-04-17T16:58:03.339Z Checking chumsky v0.9.3
29302026-04-17T16:58:03.646Z Checking cargo_metadata v0.23.1
29312026-04-17T16:58:06.832Z Checking miette v5.10.0
29322026-04-17T16:58:06.870Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29332026-04-17T16:58:06.872Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-04-17T16:58:06.872Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-04-17T16:58:06.872Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-04-17T16:58:06.872Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29372026-04-17T16:58:06.872Z Compiling knuffel-derive v3.2.0
29382026-04-17T16:58:06.872Z Checking httptest v0.16.4
29392026-04-17T16:58:06.873Z Checking pathdiff v0.2.3
29402026-04-17T16:58:06.923Z Checking topological-sort v0.2.2
29412026-04-17T16:58:06.923Z Checking nested v0.1.1
29422026-04-17T16:58:06.923Z Checking omicron-zone-package v0.12.2
29432026-04-17T16:58:06.923Z Checking guppy v0.17.25
29442026-04-17T16:58:06.923Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29452026-04-17T16:58:06.923Z Checking similar-asserts v1.7.0
29462026-04-17T16:58:06.923Z Compiling rstest_macros v0.25.0
29472026-04-17T16:58:06.923Z Checking knuffel v3.2.0
29482026-04-17T16:58:06.923Z Compiling git2 v0.20.4
29492026-04-17T16:58:06.923Z Compiling target-triple v1.0.0
29502026-04-17T16:58:06.923Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-04-17T16:58:06.923Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-04-17T16:58:06.923Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29532026-04-17T16:58:06.933Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29542026-04-17T16:58:07.113Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29552026-04-17T16:58:07.145Z Checking hickory-client v0.25.2
29562026-04-17T16:58:07.453Z Checking tokio-test v0.4.5
29572026-04-17T16:58:07.684Z Checking escape8259 v0.5.3
29582026-04-17T16:58:07.731Z Compiling assert_cmd v2.1.2
29592026-04-17T16:58:07.844Z Compiling relative-path v1.9.3
29602026-04-17T16:58:08.052Z Checking libtest-mimic v0.8.1
29612026-04-17T16:58:08.478Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-04-17T16:58:08.532Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-04-17T16:58:08.614Z Checking blake2b_simd v1.0.4
29642026-04-17T16:58:09.191Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-04-17T16:58:09.608Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-04-17T16:58:09.657Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-04-17T16:58:09.893Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29682026-04-17T16:58:10.020Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29692026-04-17T16:58:10.200Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-04-17T16:58:10.249Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-04-17T16:58:10.476Z Checking fancy-regex v0.14.0
29722026-04-17T16:58:10.759Z Compiling polar-core v0.27.3
29732026-04-17T16:58:10.847Z Checking serde_tokenstream v0.2.3
29742026-04-17T16:58:10.932Z Checking uzers v0.12.2
29752026-04-17T16:58:11.092Z Checking constant_time_eq v0.3.1
29762026-04-17T16:58:11.172Z Checking termcolor v1.4.1
29772026-04-17T16:58:11.222Z Compiling linkme-impl v0.3.35
29782026-04-17T16:58:11.412Z Checking trybuild v1.0.116
29792026-04-17T16:58:11.619Z Checking rust-argon2 v2.1.0
29802026-04-17T16:58:11.735Z Checking rstest v0.25.0
29812026-04-17T16:58:11.876Z Checking datatest-stable v0.3.3
29822026-04-17T16:58:12.161Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-04-17T16:58:12.296Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-04-17T16:58:12.474Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-04-17T16:58:12.513Z Checking support-bundle-viewer v0.1.2
29862026-04-17T16:58:12.814Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-04-17T16:58:13.008Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-04-17T16:58:13.213Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29892026-04-17T16:58:13.246Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-04-17T16:58:13.444Z Checking drift v0.1.3
29912026-04-17T16:58:13.478Z Checking rand_distr v0.5.1
29922026-04-17T16:58:13.768Z Checking multimap v0.10.1
29932026-04-17T16:58:13.907Z Checking approx v0.5.1
29942026-04-17T16:58:13.976Z Compiling linkme v0.3.35
29952026-04-17T16:58:14.075Z Checking dropshot-api-manager v0.6.0
29962026-04-17T16:58:15.261Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-04-17T16:58:15.494Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-04-17T16:58:15.668Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-04-17T16:58:15.809Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-04-17T16:58:15.871Z Checking oso v0.27.3
30012026-04-17T16:58:15.904Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-04-17T16:58:15.935Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-04-17T16:58:16.042Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30042026-04-17T16:58:16.284Z Checking partial-io v0.5.4
30052026-04-17T16:58:16.316Z Checking cargo_toml v0.21.0
30062026-04-17T16:58:16.473Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-04-17T16:58:16.530Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-04-17T16:58:16.720Z Checking termios v0.3.3
30092026-04-17T16:58:16.761Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-04-17T16:58:16.875Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30112026-04-17T16:58:17.154Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-04-17T16:58:17.185Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-04-17T16:58:21.025Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-04-17T16:58:25.341Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30152026-04-17T16:58:25.659Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-04-17T16:58:28.397Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-04-17T16:58:32.066Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-04-17T16:58:37.088Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-04-17T16:58:40.472Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-04-17T16:58:41.518Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-04-17T16:58:42.105Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30222026-04-17T16:58:42.151Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-04-17T16:58:51.360Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-04-17T17:00:05.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30252026-04-17T17:00:06.483Z
30262026-04-17T17:00:06.483Zreal 4:01.071819924
30272026-04-17T17:00:06.483Zuser 20:28.425755496
30282026-04-17T17:00:06.483Zsys 4:40.356902759
30292026-04-17T17:00:06.483Ztrap 0.495788115
30302026-04-17T17:00:06.483Ztflt 0.100231449
30312026-04-17T17:00:06.483Zdflt 0.211347733
30322026-04-17T17:00:06.483Zkflt 0.001924805
30332026-04-17T17:00:06.483Zlock 56:16.832178135
30342026-04-17T17:00:06.483Zslp 56:10.494131001
30352026-04-17T17:00:06.483Zlat 1:51.870472907
30362026-04-17T17:00:06.483Zstop 10:16.974368634
30372026-04-17T17:00:06.486Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-04-17T17:00:06.486Z+ ptime -m cargo doc --workspace --no-deps
30392026-04-17T17:00:07.355Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-04-17T17:00:07.355Z |
30412026-04-17T17:00:07.355Z = 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)`
30422026-04-17T17:00:07.355Z = 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>
30432026-04-17T17:00:08.308Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-04-17T17:00:08.532Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-04-17T17:00:08.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-04-17T17:00:08.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-04-17T17:00:08.752Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30482026-04-17T17:00:08.795Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-04-17T17:00:08.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-04-17T17:00:08.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-04-17T17:00:08.897Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-04-17T17:00:09.055Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-04-17T17:00:09.103Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-04-17T17:00:09.127Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-04-17T17:00:09.171Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-04-17T17:00:09.192Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30572026-04-17T17:00:09.212Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-04-17T17:00:09.232Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-04-17T17:00:09.310Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-04-17T17:00:09.357Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30612026-04-17T17:00:09.360Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-04-17T17:00:09.400Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-04-17T17:00:09.735Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642026-04-17T17:00:09.823Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-04-17T17:00:09.914Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-04-17T17:00:09.998Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-04-17T17:00:10.021Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-04-17T17:00:10.057Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-04-17T17:00:10.144Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-04-17T17:00:10.278Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-04-17T17:00:10.327Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-04-17T17:00:10.485Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-04-17T17:00:10.610Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-04-17T17:00:10.671Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-04-17T17:00:10.808Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-04-17T17:00:10.933Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-04-17T17:00:10.999Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-04-17T17:00:11.021Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-04-17T17:00:11.162Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-04-17T17:00:11.185Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-04-17T17:00:11.248Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-04-17T17:00:11.414Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-04-17T17:00:11.521Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-04-17T17:00:11.601Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-04-17T17:00:11.685Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-04-17T17:00:11.748Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30872026-04-17T17:00:11.866Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-04-17T17:00:11.894Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30892026-04-17T17:00:12.035Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902026-04-17T17:00:12.120Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30912026-04-17T17:00:12.145Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-04-17T17:00:12.215Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-04-17T17:00:12.267Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-04-17T17:00:12.314Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-04-17T17:00:12.341Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-04-17T17:00:12.497Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-04-17T17:00:12.520Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-04-17T17:00:12.587Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30992026-04-17T17:00:12.608Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-04-17T17:00:12.746Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-04-17T17:00:12.768Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-04-17T17:00:12.789Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31032026-04-17T17:00:12.959Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31042026-04-17T17:00:13.052Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-04-17T17:00:13.076Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-04-17T17:00:13.096Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31072026-04-17T17:00:13.228Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31082026-04-17T17:00:13.251Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-04-17T17:00:13.276Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31102026-04-17T17:00:13.425Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-04-17T17:00:13.517Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-04-17T17:00:13.517Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-04-17T17:00:13.562Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-04-17T17:00:13.564Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-04-17T17:00:13.565Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-04-17T17:00:13.943Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-04-17T17:00:13.979Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-04-17T17:00:14.306Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-04-17T17:00:14.675Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-04-17T17:00:14.747Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-04-17T17:00:14.901Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-04-17T17:00:15.192Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-04-17T17:00:15.215Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-04-17T17:00:15.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31252026-04-17T17:00:15.677Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-04-17T17:00:15.869Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31272026-04-17T17:00:16.143Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-04-17T17:00:16.167Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-17T17:00:16.443Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-04-17T17:00:16.734Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-17T17:00:17.466Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-04-17T17:00:17.768Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-04-17T17:00:18.078Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-04-17T17:00:18.178Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31352026-04-17T17:00:18.283Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-04-17T17:00:18.534Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-04-17T17:00:18.812Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-04-17T17:00:19.162Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-04-17T17:00:19.230Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-04-17T17:00:19.330Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-04-17T17:00:19.408Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-04-17T17:00:19.506Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-04-17T17:00:19.646Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-04-17T17:00:19.751Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-04-17T17:00:19.818Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-04-17T17:00:19.839Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31472026-04-17T17:00:19.864Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-04-17T17:00:19.888Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-04-17T17:00:20.505Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31502026-04-17T17:00:20.695Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31512026-04-17T17:00:20.753Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-04-17T17:00:21.301Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-04-17T17:00:22.041Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-04-17T17:00:22.093Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-04-17T17:00:22.161Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-04-17T17:00:22.430Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31572026-04-17T17:00:22.733Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31582026-04-17T17:00:23.074Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-04-17T17:00:23.355Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-04-17T17:00:23.382Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31612026-04-17T17:00:23.462Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31622026-04-17T17:00:23.772Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-04-17T17:00:24.097Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31642026-04-17T17:00:24.126Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31652026-04-17T17:00:24.243Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31662026-04-17T17:00:24.265Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-04-17T17:00:24.612Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-04-17T17:00:24.635Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-04-17T17:00:25.330Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-04-17T17:00:25.356Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31712026-04-17T17:00:25.969Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-04-17T17:00:26.087Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-04-17T17:00:26.412Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-04-17T17:00:26.815Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-17T17:00:27.667Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-04-17T17:00:27.962Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-04-17T17:00:28.281Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-04-17T17:00:28.533Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-04-17T17:00:28.674Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-04-17T17:00:28.846Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-04-17T17:00:29.270Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-04-17T17:00:29.339Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-04-17T17:00:29.565Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-04-17T17:00:30.087Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-17T17:00:30.116Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31862026-04-17T17:00:30.507Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31872026-04-17T17:00:30.676Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31882026-04-17T17:00:30.718Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31892026-04-17T17:00:30.763Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-04-17T17:00:31.926Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-17T17:00:32.624Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-04-17T17:00:33.295Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-04-17T17:00:33.670Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31942026-04-17T17:00:34.259Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31952026-04-17T17:00:34.440Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962026-04-17T17:00:35.516Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31972026-04-17T17:00:36.214Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31982026-04-17T17:00:36.235Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31992026-04-17T17:00:36.252Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32002026-04-17T17:00:37.844Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32012026-04-17T17:00:38.259Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32022026-04-17T17:00:38.326Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32032026-04-17T17:00:39.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042026-04-17T17:00:39.348Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32052026-04-17T17:00:39.370Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32062026-04-17T17:00:40.008Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32072026-04-17T17:00:40.032Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-04-17T17:00:40.842Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32092026-04-17T17:00:41.102Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32102026-04-17T17:00:41.165Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-04-17T17:00:41.372Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32122026-04-17T17:00:41.793Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132026-04-17T17:00:41.971Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-04-17T17:00:42.033Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32152026-04-17T17:00:42.232Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32162026-04-17T17:00:42.493Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32172026-04-17T17:00:42.722Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32182026-04-17T17:00:42.848Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-04-17T17:00:42.974Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-04-17T17:00:43.291Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32212026-04-17T17:00:43.391Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-04-17T17:00:43.884Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32232026-04-17T17:00:44.028Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32242026-04-17T17:00:44.607Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32252026-04-17T17:00:45.267Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32262026-04-17T17:00:45.318Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32272026-04-17T17:00:46.821Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32282026-04-17T17:00:47.681Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32292026-04-17T17:00:49.305Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32302026-04-17T17:00:49.648Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-04-17T17:00:50.148Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32322026-04-17T17:00:51.307Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32332026-04-17T17:00:53.121Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-04-17T17:00:54.130Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-04-17T17:00:54.598Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32362026-04-17T17:00:55.427Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32372026-04-17T17:00:55.753Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32382026-04-17T17:00:58.774Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-04-17T17:00:59.127Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-04-17T17:00:59.538Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-04-17T17:00:59.928Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32422026-04-17T17:00:59.999Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-04-17T17:01:00.482Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32442026-04-17T17:01:00.739Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32452026-04-17T17:01:03.655Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-17T17:01:06.431Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32472026-04-17T17:01:07.059Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482026-04-17T17:01:07.838Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-04-17T17:01:09.036Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32502026-04-17T17:01:09.751Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32512026-04-17T17:01:10.588Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-04-17T17:01:11.288Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-04-17T17:01:12.014Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542026-04-17T17:01:13.406Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32552026-04-17T17:01:14.114Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32562026-04-17T17:01:15.177Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32572026-04-17T17:01:15.220Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32582026-04-17T17:01:15.797Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32592026-04-17T17:01:16.806Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32602026-04-17T17:01:17.507Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32612026-04-17T17:01:20.309Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32622026-04-17T17:01:21.487Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32632026-04-17T17:01:22.112Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32642026-04-17T17:01:22.979Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32652026-04-17T17:01:24.036Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32662026-04-17T17:01:29.017Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672026-04-17T17:01:29.044Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-04-17T17:01:29.044Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32692026-04-17T17:01:29.044Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32702026-04-17T17:01:29.927Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32712026-04-17T17:01:31.057Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32722026-04-17T17:01:32.529Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32732026-04-17T17:01:33.703Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32742026-04-17T17:01:34.989Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-04-17T17:01:39.677Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32762026-04-17T17:01:41.074Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-04-17T17:01:42.759Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32782026-04-17T17:01:44.325Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32792026-04-17T17:01:45.759Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32802026-04-17T17:01:47.232Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-04-17T17:01:50.766Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32822026-04-17T17:01:52.122Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32832026-04-17T17:01:52.429Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32842026-04-17T17:01:53.991Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32852026-04-17T17:01:55.547Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32862026-04-17T17:01:57.131Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872026-04-17T17:01:58.954Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32882026-04-17T17:02:00.941Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32892026-04-17T17:02:02.560Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32902026-04-17T17:02:04.596Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912026-04-17T17:02:05.961Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-04-17T17:02:07.621Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32932026-04-17T17:02:09.289Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32942026-04-17T17:02:10.967Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32952026-04-17T17:02:12.400Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32962026-04-17T17:02:14.520Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32972026-04-17T17:02:16.220Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32982026-04-17T17:02:17.678Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32992026-04-17T17:02:19.740Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33002026-04-17T17:02:21.561Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33012026-04-17T17:02:23.970Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33022026-04-17T17:02:25.604Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-17T17:02:27.526Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-04-17T17:02:29.726Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33052026-04-17T17:02:31.717Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33062026-04-17T17:02:33.662Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33072026-04-17T17:02:35.714Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33082026-04-17T17:02:37.682Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-04-17T17:02:41.158Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33102026-04-17T17:02:42.147Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33112026-04-17T17:02:44.323Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33122026-04-17T17:02:46.490Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33132026-04-17T17:02:48.614Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-04-17T17:02:50.813Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33152026-04-17T17:02:52.938Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33162026-04-17T17:02:55.026Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-04-17T17:02:57.247Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33182026-04-17T17:02:59.649Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33192026-04-17T17:03:04.356Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33202026-04-17T17:03:04.384Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-04-17T17:03:06.326Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-04-17T17:03:08.487Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-04-17T17:03:10.194Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33242026-04-17T17:03:12.407Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33252026-04-17T17:03:14.607Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33262026-04-17T17:03:16.774Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33272026-04-17T17:03:18.966Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33282026-04-17T17:03:21.205Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33292026-04-17T17:03:23.330Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33302026-04-17T17:03:25.561Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33312026-04-17T17:03:27.711Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33322026-04-17T17:03:30.510Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33332026-04-17T17:03:32.498Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33342026-04-17T17:03:34.909Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33352026-04-17T17:03:37.157Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33362026-04-17T17:03:39.612Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33372026-04-17T17:03:42.042Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33382026-04-17T17:03:44.316Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33392026-04-17T17:03:46.663Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33402026-04-17T17:03:48.941Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33412026-04-17T17:03:51.494Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33422026-04-17T17:03:53.709Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33432026-04-17T17:03:56.124Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33442026-04-17T17:03:58.527Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33452026-04-17T17:04:00.781Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33462026-04-17T17:04:03.258Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33472026-04-17T17:04:05.659Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33482026-04-17T17:04:08.083Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33492026-04-17T17:04:10.748Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33502026-04-17T17:04:13.164Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33512026-04-17T17:04:15.593Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-04-17T17:04:17.962Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-04-17T17:04:20.361Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33542026-04-17T17:04:22.841Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33552026-04-17T17:04:25.682Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33562026-04-17T17:04:27.987Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-04-17T17:04:30.635Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33582026-04-17T17:04:37.960Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-04-17T17:04:38.152Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33602026-04-17T17:04:41.404Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33612026-04-17T17:04:44.711Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33622026-04-17T17:04:47.951Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33632026-04-17T17:04:51.080Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33642026-04-17T17:04:54.424Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-04-17T17:04:58.969Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33662026-04-17T17:05:01.623Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33672026-04-17T17:05:05.301Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33682026-04-17T17:05:08.870Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33692026-04-17T17:05:12.365Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33702026-04-17T17:05:15.933Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33712026-04-17T17:05:19.498Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33722026-04-17T17:05:23.115Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33732026-04-17T17:05:26.666Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742026-04-17T17:05:30.205Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33752026-04-17T17:05:33.932Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33762026-04-17T17:05:37.437Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33772026-04-17T17:05:41.054Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33782026-04-17T17:05:44.653Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33792026-04-17T17:05:48.224Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33802026-04-17T17:05:51.998Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33812026-04-17T17:05:55.496Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33822026-04-17T17:05:59.108Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33832026-04-17T17:06:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s
33842026-04-17T17:06:28.041Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33852026-04-17T17:06:28.146Z
33862026-04-17T17:06:28.146Zreal 6:21.525175325
33872026-04-17T17:06:28.146Zuser 17:17.417737268
33882026-04-17T17:06:28.146Zsys 3:37.449336341
33892026-04-17T17:06:28.146Ztrap 0.246120246
33902026-04-17T17:06:28.151Ztflt 0.010733016
33912026-04-17T17:06:28.151Zdflt 0.069652334
33922026-04-17T17:06:28.151Zkflt 0.000067628
33932026-04-17T17:06:28.151Zlock 5:50:05.409043197
33942026-04-17T17:06:28.151Zslp 2:07:42.483803784
33952026-04-17T17:06:28.151Zlat 30.443489291
33962026-04-17T17:06:28.151Zstop 1:35.656335300
33972026-04-17T17:06:28.151Zprocess exited: duration 851911 ms, exit code 0
 
33982026-04-17T17:06:28.157Zfound 0 output files