01KT4Y71DWW6JTSVWST9MK5C06: clippy (helios)

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

Buildomat Job: 01KT4Y7W24TZK19EWPHPMNV974

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T19:52:08.232Zjob assigned to worker 01KT4Y85M0K42PSMF09BHDHV52 [factory aws, i-0530c2f7506a6d070] (queued for 50 s)
 
22026-06-02T19:52:14.711Zstarting task 0: "setup"
32026-06-02T19:52:14.726Z++ uname -s
42026-06-02T19:52:14.726Z+ kern=SunOS
52026-06-02T19:52:14.726Z+ build_user=build
62026-06-02T19:52:14.726Z+ build_uid=12345
72026-06-02T19:52:14.727Z+ work_dir=/work
82026-06-02T19:52:14.727Z+ input_dir=/input
92026-06-02T19:52:14.727Z+ [[ 0 == 12345 ]]
102026-06-02T19:52:14.727Z+ case "$kern" in
112026-06-02T19:52:14.727Z+ groupadd -g 12345 build
122026-06-02T19:52:14.727Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T19:52:16.727Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T19:52:16.795Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T19:52:16.804Z+ home_fs=zfs
162026-06-02T19:52:16.804Z+ [[ zfs == autofs ]]
172026-06-02T19:52:16.804Z+ mkdir -p /home/build
182026-06-02T19:52:16.805Z+ chown build:build /home/build /work
192026-06-02T19:52:18.797Z+ chmod 0700 /home/build /work
202026-06-02T19:52:18.808Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-02T19:52:18.837Zstarting task 1: "rust-toolchain"
222026-06-02T19:52:18.842Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T19:52:18.842Z * rust toolchain channel = "1.94.0"
242026-06-02T19:52:18.842Z * rust toolchain profile = "default"
252026-06-02T19:52:18.842Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T19:52:18.842Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T19:52:18.842Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T19:52:18.842Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T19:52:18.842Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T19:52:18.945Zinfo: downloading installer
312026-06-02T19:52:20.327Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T19:52:20.327Zwarn: /home/build/.rustup/settings.toml
332026-06-02T19:52:20.327Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T19:52:20.327Zwarn: instead of the one inferred from the default host triple.
352026-06-02T19:52:20.341Zinfo: profile set to default
362026-06-02T19:52:20.341Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T19:52:20.361Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T19:52:20.492Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T19:52:20.495Zinfo: downloading 6 components
402026-06-02T19:52:38.011Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T19:52:38.011Z
422026-06-02T19:52:38.107Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T19:52:38.107Z
442026-06-02T19:52:38.107Z
452026-06-02T19:52:38.107ZRust is installed now. Great!
462026-06-02T19:52:38.107Z
472026-06-02T19:52:38.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T19:52:38.107Zenvironment variable. This has not been done automatically.
492026-06-02T19:52:38.107Z
502026-06-02T19:52:38.107ZTo configure your current shell, you need to source
512026-06-02T19:52:38.107Zthe corresponding env file under $HOME/.cargo.
522026-06-02T19:52:38.107Z
532026-06-02T19:52:38.107ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T19:52:38.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T19:52:38.107Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T19:52:38.108Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T19:52:38.108Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T19:52:38.108Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T19:52:38.108Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T19:52:38.108Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T19:52:38.108Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T19:52:38.108Z+ rustup --version
632026-06-02T19:52:38.108Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T19:52:38.108Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T19:52:38.108Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T19:52:38.108Z+ cargo --version
672026-06-02T19:52:38.108Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T19:52:38.109Z+ rustc --version
692026-06-02T19:52:38.109Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T19:52:38.109Zprocess exited: duration 15773 ms, exit code 0
 
712026-06-02T19:52:38.152Zstarting task 2: "authentication"
722026-06-02T19:52:38.180Zprocess exited: duration 42 ms, exit code 0
 
732026-06-02T19:52:38.189Zstarting task 3: "clone repository"
742026-06-02T19:52:38.193Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T19:52:38.196Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T19:52:38.243ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T19:52:48.949Z+ cd /work/oxidecomputer/omicron
782026-06-02T19:52:48.949Z+ git fetch origin c6e59046f4243a68e7973eeec1a426216bbdbe9e
792026-06-02T19:52:49.223ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T19:52:49.223Z * branch c6e59046f4243a68e7973eeec1a426216bbdbe9e -> FETCH_HEAD
812026-06-02T19:52:49.233Z+ [[ -n mergeconflict/fm-sitrepguardedinsert ]]
822026-06-02T19:52:49.236Z++ git branch --show-current
832026-06-02T19:52:49.236Z+ current=main
842026-06-02T19:52:49.236Z+ [[ main != mergeconflict/fm-sitrepguardedinsert ]]
852026-06-02T19:52:49.236Z+ git branch -f mergeconflict/fm-sitrepguardedinsert c6e59046f4243a68e7973eeec1a426216bbdbe9e
862026-06-02T19:52:49.238Z+ git checkout -f mergeconflict/fm-sitrepguardedinsert
872026-06-02T19:52:49.271ZSwitched to branch 'mergeconflict/fm-sitrepguardedinsert'
882026-06-02T19:52:49.274Z+ git reset --hard c6e59046f4243a68e7973eeec1a426216bbdbe9e
892026-06-02T19:52:49.298ZHEAD is now at c6e59046f [fm] Introduce SitrepGuardedInsert.
902026-06-02T19:52:49.302Zprocess exited: duration 11111 ms, exit code 0
 
912026-06-02T19:52:49.308Zstarting task 4: "build"
922026-06-02T19:52:49.311Z+ source ./env.sh
932026-06-02T19:52:49.314Z++ OLD_SHELL_OPTS=ehxB
942026-06-02T19:52:49.314Z++ set -o xtrace
952026-06-02T19:52:49.314Z++++ dirname ./env.sh
962026-06-02T19:52:49.317Z+++ readlink -f .
972026-06-02T19:52:49.320Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-02T19:52:49.320Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-02T19:52:49.320Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-02T19:52:49.320Z++ 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
1012026-06-02T19:52:49.320Z++ 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
1022026-06-02T19:52:49.321Z++ 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
1032026-06-02T19:52:49.321Z++ 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
1042026-06-02T19:52:49.321Z++ 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
1052026-06-02T19:52:49.321Z++ 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
1062026-06-02T19:52:49.321Z++ case $OLD_SHELL_OPTS in
1072026-06-02T19:52:49.321Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-02T19:52:49.321Z+ source .github/buildomat/ci-env.sh
1092026-06-02T19:52:49.321Z++ export CARGO_TERM_COLOR=always
1102026-06-02T19:52:49.321Z++ CARGO_TERM_COLOR=always
1112026-06-02T19:52:49.321Z+ cargo --version
1122026-06-02T19:52:49.328Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-02T19:52:49.331Z+ rustc --version
1142026-06-02T19:52:49.349Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-02T19:52:49.351Z+ banner prerequisites
1162026-06-02T19:52:49.355Z
1172026-06-02T19:52:49.355Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-02T19:52:49.355Z # # # # # # # # # # # # # # #
1192026-06-02T19:52:49.355Z # # # # ##### # # ##### # # # # # #### #
1202026-06-02T19:52:49.355Z ##### ##### # ##### # # # # # # # # #
1212026-06-02T19:52:49.355Z # # # # # # # # # # # # # # #
1222026-06-02T19:52:49.355Z # # # ###### # # ###### ### # #### # #### #
1232026-06-02T19:52:49.355Z
1242026-06-02T19:52:49.355Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-02T19:52:51.617Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-02T19:52:51.743Z Startup: Caching catalogs ... Done
1272026-06-02T19:52:51.989ZPlanning: Solver setup ... Done (0.258s)
1282026-06-02T19:52:52.009ZPlanning: Running solver ... Done (0.020s)
1292026-06-02T19:52:52.017ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-02T19:52:52.028ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-02T19:52:52.045ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-02T19:52:52.058ZPlanning: Package planning ... Done (0.014s)
1332026-06-02T19:52:52.060ZPlanning: Merging actions ... Done (0.001s)
1342026-06-02T19:52:52.251ZPlanning: Checking for conflicting actions ... Done (0.191s)
1352026-06-02T19:52:52.253ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-02T19:52:53.044ZPlanning: Evaluating mediators ... Done (0.791s)
1372026-06-02T19:52:53.048ZPlanning: Planning completed in 1.33 seconds
1382026-06-02T19:52:53.053Z Packages to install: 2
1392026-06-02T19:52:53.054Z Estimated space available: 156.10 GB
1402026-06-02T19:52:53.054ZEstimated space to be consumed: 23.93 MB
1412026-06-02T19:52:53.054Z Create boot environment: No
1422026-06-02T19:52:53.058ZCreate backup boot environment: No
1432026-06-02T19:52:53.058Z Rebuild boot archive: No
1442026-06-02T19:52:53.058Z
1452026-06-02T19:52:53.058ZChanged packages:
1462026-06-02T19:52:53.058Zhelios
1472026-06-02T19:52:53.058Z developer/build-essential
1482026-06-02T19:52:53.058Z None -> 11-3.0
1492026-06-02T19:52:53.058Z library/libxmlsec1
1502026-06-02T19:52:53.058Z None -> 1.2.35-3.0
1512026-06-02T19:52:53.078Z
1522026-06-02T19:52:53.078ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-02T19:52:57.327ZDownload: Completed 1.28 MB in 4.25 seconds (308k/s)
1542026-06-02T19:52:57.394Z Actions: 1/268 actions (Installing new actions)
1552026-06-02T19:52:57.433Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-02T19:52:57.440ZFinalize: Updating package state database ... Done (0.007s)
1572026-06-02T19:52:57.440ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-02T19:52:57.461ZFinalize: Updating image state ... Done (0.020s)
1592026-06-02T19:52:59.842ZFinalize: Creating fast lookup database ... Done (2.360s)
1602026-06-02T19:52:59.924ZFinalize: Reading search index ... Done (0.027s)
1612026-06-02T19:52:59.928ZFinalize: Updating search index ... Done (0.000s)
1622026-06-02T19:52:59.998ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-02T19:53:00.293ZPlanning: Evaluating mediator changes ... Done
1642026-06-02T19:53:00.397ZPlanning: Checking for conflicting actions ... Done
1652026-06-02T19:53:00.400ZPlanning: Consolidating action changes ... Done
1662026-06-02T19:53:00.556ZPlanning: Evaluating mediators ... Done
1672026-06-02T19:53:00.560ZPlanning: Planning completed in 0.26 seconds
1682026-06-02T19:53:00.581Z Mediators to change: 2
1692026-06-02T19:53:00.581Z Create boot environment: No
1702026-06-02T19:53:00.581ZCreate backup boot environment: No
1712026-06-02T19:53:00.632ZFinalize: Updating package state database ... Done
1722026-06-02T19:53:00.632ZFinalize: Updating package cache ... Done
1732026-06-02T19:53:00.645ZFinalize: Updating image state ... Done
1742026-06-02T19:53:02.591ZFinalize: Creating fast lookup database ... Done
1752026-06-02T19:53:02.651ZFinalize: Reading search index ... Done
1762026-06-02T19:53:02.655ZFinalize: Updating search index ... Done
1772026-06-02T19:53:02.735ZFinalize: Updating package cache ... Done
1782026-06-02T19:53:03.014ZPlanning: Evaluating mediator changes ... Done
1792026-06-02T19:53:03.120ZPlanning: Checking for conflicting actions ... Done
1802026-06-02T19:53:03.123ZPlanning: Consolidating action changes ... Done
1812026-06-02T19:53:03.280ZPlanning: Evaluating mediators ... Done
1822026-06-02T19:53:03.284ZPlanning: Planning completed in 0.27 seconds
1832026-06-02T19:53:03.303Z Mediators to change: 1
1842026-06-02T19:53:03.303Z Create boot environment: No
1852026-06-02T19:53:03.303ZCreate backup boot environment: No
1862026-06-02T19:53:03.353ZFinalize: Updating package state database ... Done
1872026-06-02T19:53:03.353ZFinalize: Updating package cache ... Done
1882026-06-02T19:53:03.364ZFinalize: Updating image state ... Done
1892026-06-02T19:53:05.297ZFinalize: Creating fast lookup database ... Done
1902026-06-02T19:53:05.365ZFinalize: Reading search index ... Done
1912026-06-02T19:53:05.369ZFinalize: Updating search index ... Done
1922026-06-02T19:53:05.436ZFinalize: Updating package cache ... Done
1932026-06-02T19:53:05.744ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-02T19:53:05.744Zapache system 2.4 system
1952026-06-02T19:53:05.744Zclang system 15 system
1962026-06-02T19:53:05.745Zcsh system system illumos
1972026-06-02T19:53:05.745Zctags system system illumos
1982026-06-02T19:53:05.745Zfile vendor vendor darwinsys
1992026-06-02T19:53:05.745Zfile system system illumos
2002026-06-02T19:53:05.745Zgcc vendor 14 vendor
2012026-06-02T19:53:05.745Zgcc system 13 system
2022026-06-02T19:53:05.745Zgcc system 10 system
2032026-06-02T19:53:05.745Zgo system 1.25 system
2042026-06-02T19:53:05.745Zllvm system 15 system
2052026-06-02T19:53:05.745Zmariadb system 11.4 system
2062026-06-02T19:53:05.746Zmta vendor vendor dma
2072026-06-02T19:53:05.746Zopenjdk system 17 system
2082026-06-02T19:53:05.746Zopenjdk system 11 system
2092026-06-02T19:53:05.746Zopenssl vendor 3 vendor
2102026-06-02T19:53:05.746Zperl system 5.40 system
2112026-06-02T19:53:05.746Zpostgresql system 18 system
2122026-06-02T19:53:05.746Zpostgresql system 17 system
2132026-06-02T19:53:05.746Zpython vendor 3 vendor
2142026-06-02T19:53:05.746Zpython system 2 system
2152026-06-02T19:53:05.746Zpython3 vendor 3.13 vendor
2162026-06-02T19:53:05.746Zruby system 3.4 system
2172026-06-02T19:53:05.746Zruby system 3.0 system
2182026-06-02T19:53:05.747Zwords vendor vendor american-english
2192026-06-02T19:53:05.747Zwords system system australian-english
2202026-06-02T19:53:05.747Zwords system system british-english
2212026-06-02T19:53:05.747Zwords system system canadian-english
2222026-06-02T19:53:05.747Zwords system system french
2232026-06-02T19:53:05.747Zwords system system italian
2242026-06-02T19:53:05.747Zwords system system ngerman
2252026-06-02T19:53:05.747Zwords system system ogerman
2262026-06-02T19:53:05.747Zwords system system spanish
2272026-06-02T19:53:05.999ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-02T19:53:06.000Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-02T19:53:06.282ZFMRI IFO
2302026-06-02T19:53:06.282Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-02T19:53:06.282Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-02T19:53:06.282Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-02T19:53:06.282Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-02T19:53:06.282Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-02T19:53:06.282Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-02T19:53:06.282Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-02T19:53:06.282Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-02T19:53:06.282Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-02T19:53:06.537Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-02T19:53:06.830Z Updating crates.io index
2412026-06-02T19:53:06.833Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-02T19:53:07.086Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-02T19:53:07.896Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-02T19:53:08.646Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-02T19:53:09.499Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-02T19:53:10.003Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-02T19:53:11.546Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-02T19:53:12.388Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-02T19:53:12.777Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-02T19:53:13.548Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-02T19:53:14.310Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-02T19:53:14.598Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-02T19:53:14.897Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-02T19:53:16.025Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-02T19:53:16.513Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-02T19:53:16.757Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-02T19:53:17.072Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-02T19:53:17.412Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-02T19:53:17.810Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-02T19:53:18.283Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-02T19:53:18.518Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-02T19:53:18.803Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-02T19:53:19.381Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-02T19:53:19.712Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-02T19:53:20.091Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-02T19:53:20.474Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-02T19:53:20.775Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-02T19:53:21.379Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-02T19:53:21.678Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-02T19:53:22.663Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-02T19:53:23.502Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-06-02T19:53:23.778Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-06-02T19:53:24.119Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-06-02T19:53:24.441Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-06-02T19:53:24.763Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-06-02T19:53:25.067Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-02T19:53:25.528Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-02T19:53:25.793Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-02T19:53:26.081Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-02T19:53:26.477Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-06-02T19:53:39.076Z Downloading crates ...
2822026-06-02T19:53:39.109Z Downloaded fastrand v2.3.0
2832026-06-02T19:53:39.127Z Downloaded icu_properties v2.1.2
2842026-06-02T19:53:39.127Z Downloaded plain v0.2.3
2852026-06-02T19:53:39.127Z Downloaded typeid v1.0.3
2862026-06-02T19:53:39.127Z Downloaded thiserror v2.0.18
2872026-06-02T19:53:39.127Z Downloaded toml_edit v0.22.27
2882026-06-02T19:53:39.127Z Downloaded toml v0.8.23
2892026-06-02T19:53:39.127Z Downloaded toml_datetime v0.6.11
2902026-06-02T19:53:39.127Z Downloaded errno v0.3.14
2912026-06-02T19:53:39.127Z Downloaded equivalent v1.0.2
2922026-06-02T19:53:39.127Z Downloaded thread-id v4.2.2
2932026-06-02T19:53:39.127Z Downloaded icu_locale_core v2.1.1
2942026-06-02T19:53:39.127Z Downloaded tempfile v3.25.0
2952026-06-02T19:53:39.127Z Downloaded usdt v0.5.0
2962026-06-02T19:53:39.127Z Downloaded itoa v1.0.17
2972026-06-02T19:53:39.127Z Downloaded form_urlencoded v1.2.2
2982026-06-02T19:53:39.148Z Downloaded thiserror-impl v2.0.18
2992026-06-02T19:53:39.148Z Downloaded memmap v0.7.0
3002026-06-02T19:53:39.148Z Downloaded zmij v1.0.21
3012026-06-02T19:53:39.148Z Downloaded ucd-trie v0.1.7
3022026-06-02T19:53:39.148Z Downloaded zerofrom v0.1.6
3032026-06-02T19:53:39.148Z Downloaded version_check v0.9.5
3042026-06-02T19:53:39.148Z Downloaded usdt-attr-macro v0.5.0
3052026-06-02T19:53:39.148Z Downloaded unicode-xid v0.2.6
3062026-06-02T19:53:39.148Z Downloaded heck v0.4.1
3072026-06-02T19:53:39.148Z Downloaded clap v4.5.60
3082026-06-02T19:53:39.149Z Downloaded zerofrom-derive v0.1.6
3092026-06-02T19:53:39.149Z Downloaded utf8_iter v1.0.4
3102026-06-02T19:53:39.149Z Downloaded toml_write v0.1.2
3112026-06-02T19:53:39.149Z Downloaded yoke v0.8.1
3122026-06-02T19:53:39.149Z Downloaded indexmap v2.14.0
3132026-06-02T19:53:39.149Z Downloaded writeable v0.6.2
3142026-06-02T19:53:39.176Z Downloaded thiserror v1.0.69
3152026-06-02T19:53:39.176Z Downloaded strsim v0.11.1
3162026-06-02T19:53:39.176Z Downloaded ordered-float v2.10.1
3172026-06-02T19:53:39.176Z Downloaded cfg-if v1.0.4
3182026-06-02T19:53:39.177Z Downloaded usdt-macro v0.5.0
3192026-06-02T19:53:39.177Z Downloaded unicode-linebreak v0.1.5
3202026-06-02T19:53:39.177Z Downloaded getrandom v0.4.1
3212026-06-02T19:53:39.177Z Downloaded thiserror-impl v1.0.69
3222026-06-02T19:53:39.178Z Downloaded cpufeatures v0.2.17
3232026-06-02T19:53:39.178Z Downloaded erased-serde v0.4.9
3242026-06-02T19:53:39.178Z Downloaded idna_adapter v1.2.1
3252026-06-02T19:53:39.178Z Downloaded generic-array v0.14.7
3262026-06-02T19:53:39.178Z Downloaded yoke-derive v0.8.1
3272026-06-02T19:53:39.178Z Downloaded scroll_derive v0.12.1
3282026-06-02T19:53:39.178Z Downloaded utf8parse v0.2.2
3292026-06-02T19:53:39.178Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-02T19:53:39.178Z Downloaded heck v0.5.0
3312026-06-02T19:53:39.178Z Downloaded zerocopy-derive v0.7.35
3322026-06-02T19:53:39.178Z Downloaded is_terminal_polyfill v1.70.2
3332026-06-02T19:53:39.178Z Downloaded cargo-platform v0.2.0
3342026-06-02T19:53:39.194Z Downloaded serde-value v0.7.0
3352026-06-02T19:53:39.194Z Downloaded usdt-impl v0.5.0
3362026-06-02T19:53:39.194Z Downloaded serde_spanned v0.6.9
3372026-06-02T19:53:39.194Z Downloaded tinystr v0.8.2
3382026-06-02T19:53:39.194Z Downloaded unicode-ident v1.0.24
3392026-06-02T19:53:39.194Z Downloaded zerovec-derive v0.11.2
3402026-06-02T19:53:39.194Z Downloaded textwrap v0.16.2
3412026-06-02T19:53:39.194Z Downloaded clap_lex v1.0.0
3422026-06-02T19:53:39.206Z Downloaded crypto-common v0.1.7
3432026-06-02T19:53:39.206Z Downloaded url v2.5.8
3442026-06-02T19:53:39.206Z Downloaded typenum v1.19.0
3452026-06-02T19:53:39.206Z Downloaded block-buffer v0.10.4
3462026-06-02T19:53:39.206Z Downloaded tabled_derive v0.7.0
3472026-06-02T19:53:39.206Z Downloaded dof v0.3.0
3482026-06-02T19:53:39.206Z Downloaded swrite v0.1.0
3492026-06-02T19:53:39.207Z Downloaded potential_utf v0.1.4
3502026-06-02T19:53:39.207Z Downloaded dtrace-parser v0.2.0
3512026-06-02T19:53:39.207Z Downloaded colorchoice v1.0.4
3522026-06-02T19:53:39.207Z Downloaded terminal_size v0.4.3
3532026-06-02T19:53:39.245Z Downloaded anstyle-query v1.1.5
3542026-06-02T19:53:39.245Z Downloaded zerocopy v0.7.35
3552026-06-02T19:53:39.245Z Downloaded zerovec v0.11.5
3562026-06-02T19:53:39.245Z Downloaded proc-macro-error v1.0.4
3572026-06-02T19:53:39.245Z Downloaded fs-err v3.3.0
3582026-06-02T19:53:39.245Z Downloaded anstyle-parse v0.2.7
3592026-06-02T19:53:39.245Z Downloaded digest v0.10.7
3602026-06-02T19:53:39.268Z Downloaded autocfg v1.5.0
3612026-06-02T19:53:39.268Z Downloaded anstyle v1.0.13
3622026-06-02T19:53:39.268Z Downloaded anstream v0.6.21
3632026-06-02T19:53:39.268Z Downloaded serde v1.0.228
3642026-06-02T19:53:39.268Z Downloaded unicode-width v0.1.14
3652026-06-02T19:53:39.268Z Downloaded macaddr v1.0.1
3662026-06-02T19:53:39.269Z Downloaded fnv v1.0.7
3672026-06-02T19:53:39.269Z Downloaded zerotrie v0.2.3
3682026-06-02T19:53:39.269Z Downloaded smawk v0.3.2
3692026-06-02T19:53:39.269Z Downloaded winnow v0.7.14
3702026-06-02T19:53:39.269Z Downloaded stable_deref_trait v1.2.1
3712026-06-02T19:53:39.269Z Downloaded scroll v0.12.0
3722026-06-02T19:53:39.269Z Downloaded bytecount v0.6.9
3732026-06-02T19:53:39.269Z Downloaded unicode-width v0.2.0
3742026-06-02T19:53:39.269Z Downloaded synstructure v0.13.2
3752026-06-02T19:53:39.269Z Downloaded camino-tempfile v1.4.1
3762026-06-02T19:53:39.269Z Downloaded byteorder v1.5.0
3772026-06-02T19:53:39.270Z Downloaded sha2 v0.10.9
3782026-06-02T19:53:39.270Z Downloaded serde-untagged v0.1.9
3792026-06-02T19:53:39.270Z Downloaded displaydoc v0.2.5
3802026-06-02T19:53:39.299Z Downloaded serde_tokenstream v0.2.3
3812026-06-02T19:53:39.299Z Downloaded cargo-util-schemas v0.8.2
3822026-06-02T19:53:39.299Z Downloaded semver v1.0.28
3832026-06-02T19:53:39.299Z Downloaded once_cell v1.21.3
3842026-06-02T19:53:39.299Z Downloaded cargo_toml v0.21.0
3852026-06-02T19:53:39.300Z Downloaded cargo_metadata v0.21.0
3862026-06-02T19:53:39.300Z Downloaded quote v1.0.45
3872026-06-02T19:53:39.300Z Downloaded pretty-hex v0.4.1
3882026-06-02T19:53:39.300Z Downloaded icu_normalizer v2.1.1
3892026-06-02T19:53:39.300Z Downloaded icu_provider v2.1.1
3902026-06-02T19:53:39.300Z Downloaded clap_derive v4.5.55
3912026-06-02T19:53:39.300Z Downloaded anyhow v1.0.102
3922026-06-02T19:53:39.300Z Downloaded percent-encoding v2.3.2
3932026-06-02T19:53:39.300Z Downloaded litemap v0.8.1
3942026-06-02T19:53:39.300Z Downloaded pest_derive v2.8.6
3952026-06-02T19:53:39.300Z Downloaded log v0.4.29
3962026-06-02T19:53:39.300Z Downloaded smallvec v1.15.1
3972026-06-02T19:53:39.313Z Downloaded serde_core v1.0.228
3982026-06-02T19:53:39.313Z Downloaded num-traits v0.2.19
3992026-06-02T19:53:39.313Z Downloaded serde_derive v1.0.228
4002026-06-02T19:53:39.313Z Downloaded papergrid v0.11.0
4012026-06-02T19:53:39.313Z Downloaded camino v1.2.2
4022026-06-02T19:53:39.313Z Downloaded bitflags v2.11.0
4032026-06-02T19:53:39.313Z Downloaded pest_generator v2.8.6
4042026-06-02T19:53:39.313Z Downloaded memchr v2.8.0
4052026-06-02T19:53:39.325Z Downloaded icu_normalizer_data v2.1.1
4062026-06-02T19:53:39.326Z Downloaded proc-macro2 v1.0.106
4072026-06-02T19:53:39.326Z Downloaded pest_meta v2.8.6
4082026-06-02T19:53:39.326Z Downloaded icu_collections v2.1.1
4092026-06-02T19:53:39.335Z Downloaded clap_builder v4.5.60
4102026-06-02T19:53:39.348Z Downloaded pest v2.8.6
4112026-06-02T19:53:39.360Z Downloaded icu_properties_data v2.1.2
4122026-06-02T19:53:39.370Z Downloaded idna v1.1.0
4132026-06-02T19:53:39.370Z Downloaded hashbrown v0.17.0
4142026-06-02T19:53:39.389Z Downloaded serde_json v1.0.149
4152026-06-02T19:53:39.389Z Downloaded goblin v0.8.2
4162026-06-02T19:53:39.413Z Downloaded syn v1.0.109
4172026-06-02T19:53:39.413Z Downloaded tabled v0.15.0
4182026-06-02T19:53:39.431Z Downloaded syn v2.0.117
4192026-06-02T19:53:39.446Z Downloaded rustix v1.1.3
4202026-06-02T19:53:39.486Z Downloaded libc v0.2.185
4212026-06-02T19:53:39.524Z Compiling proc-macro2 v1.0.106
4222026-06-02T19:53:39.524Z Compiling unicode-ident v1.0.24
4232026-06-02T19:53:39.524Z Compiling quote v1.0.45
4242026-06-02T19:53:39.541Z Compiling serde_core v1.0.228
4252026-06-02T19:53:39.542Z Compiling libc v0.2.185
4262026-06-02T19:53:39.542Z Compiling version_check v0.9.5
4272026-06-02T19:53:39.542Z Compiling serde v1.0.228
4282026-06-02T19:53:39.542Z Compiling memchr v2.8.0
4292026-06-02T19:53:39.863Z Compiling stable_deref_trait v1.2.1
4302026-06-02T19:53:40.076Z Compiling zmij v1.0.21
4312026-06-02T19:53:40.171Z Compiling thiserror v1.0.69
4322026-06-02T19:53:40.209Z Compiling ucd-trie v0.1.7
4332026-06-02T19:53:40.209Z Compiling itoa v1.0.17
4342026-06-02T19:53:40.340Z Compiling autocfg v1.5.0
4352026-06-02T19:53:40.485Z Compiling pest v2.8.6
4362026-06-02T19:53:40.518Z Compiling writeable v0.6.2
4372026-06-02T19:53:40.535Z Compiling litemap v0.8.1
4382026-06-02T19:53:40.568Z Compiling rustix v1.1.3
4392026-06-02T19:53:40.720Z Compiling byteorder v1.5.0
4402026-06-02T19:53:40.736Z Compiling icu_normalizer_data v2.1.1
4412026-06-02T19:53:40.936Z Compiling icu_properties_data v2.1.2
4422026-06-02T19:53:41.094Z Compiling syn v2.0.117
4432026-06-02T19:53:41.143Z Compiling errno v0.3.14
4442026-06-02T19:53:41.160Z Compiling bitflags v2.11.0
4452026-06-02T19:53:41.182Z Compiling serde_json v1.0.149
4462026-06-02T19:53:41.406Z Compiling num-traits v0.2.19
4472026-06-02T19:53:41.422Z Compiling smallvec v1.15.1
4482026-06-02T19:53:41.596Z Compiling pest_meta v2.8.6
4492026-06-02T19:53:41.636Z Compiling typeid v1.0.3
4502026-06-02T19:53:41.652Z Compiling hashbrown v0.17.0
4512026-06-02T19:53:41.717Z Compiling equivalent v1.0.2
4522026-06-02T19:53:41.946Z Compiling thread-id v4.2.2
4532026-06-02T19:53:42.005Z Compiling proc-macro-error-attr v1.0.4
4542026-06-02T19:53:42.032Z Compiling usdt-impl v0.5.0
4552026-06-02T19:53:42.106Z Compiling syn v1.0.109
4562026-06-02T19:53:42.188Z Compiling indexmap v2.14.0
4572026-06-02T19:53:42.204Z Compiling erased-serde v0.4.9
4582026-06-02T19:53:42.236Z Compiling winnow v0.7.14
4592026-06-02T19:53:42.470Z Compiling toml_write v0.1.2
4602026-06-02T19:53:42.815Z Compiling proc-macro-error v1.0.4
4612026-06-02T19:53:42.852Z Compiling utf8parse v0.2.2
4622026-06-02T19:53:42.923Z Compiling camino v1.2.2
4632026-06-02T19:53:42.964Z Compiling thiserror v2.0.18
4642026-06-02T19:53:43.212Z Compiling log v0.4.29
4652026-06-02T19:53:43.230Z Compiling percent-encoding v2.3.2
4662026-06-02T19:53:43.245Z Compiling getrandom v0.4.1
4672026-06-02T19:53:43.293Z Compiling utf8_iter v1.0.4
4682026-06-02T19:53:43.394Z Compiling plain v0.2.3
4692026-06-02T19:53:43.419Z Compiling form_urlencoded v1.2.2
4702026-06-02T19:53:43.499Z Compiling ordered-float v2.10.1
4712026-06-02T19:53:43.600Z Compiling anstyle-parse v0.2.7
4722026-06-02T19:53:43.677Z Compiling synstructure v0.13.2
4732026-06-02T19:53:43.696Z Compiling pest_generator v2.8.6
4742026-06-02T19:53:43.754Z Compiling terminal_size v0.4.3
4752026-06-02T19:53:43.892Z Compiling anstyle-query v1.1.5
4762026-06-02T19:53:43.993Z Compiling is_terminal_polyfill v1.70.2
4772026-06-02T19:53:44.010Z Compiling anstyle v1.0.13
4782026-06-02T19:53:44.013Z Compiling cfg-if v1.0.4
4792026-06-02T19:53:44.074Z Compiling colorchoice v1.0.4
4802026-06-02T19:53:44.091Z Compiling pretty-hex v0.4.1
4812026-06-02T19:53:44.192Z Compiling anstream v0.6.21
4822026-06-02T19:53:44.243Z Compiling serde-untagged v0.1.9
4832026-06-02T19:53:44.282Z Compiling semver v1.0.28
4842026-06-02T19:53:44.390Z Compiling fs-err v3.3.0
4852026-06-02T19:53:44.478Z Compiling anyhow v1.0.102
4862026-06-02T19:53:44.497Z Compiling fastrand v2.3.0
4872026-06-02T19:53:44.577Z Compiling unicode-xid v0.2.6
4882026-06-02T19:53:44.594Z Compiling unicode-width v0.1.14
4892026-06-02T19:53:44.634Z Compiling fnv v1.0.7
4902026-06-02T19:53:44.703Z Compiling clap_lex v1.0.0
4912026-06-02T19:53:44.754Z Compiling heck v0.5.0
4922026-06-02T19:53:44.781Z Compiling once_cell v1.21.3
4932026-06-02T19:53:44.867Z Compiling heck v0.4.1
4942026-06-02T19:53:44.934Z Compiling strsim v0.11.1
4952026-06-02T19:53:44.995Z Compiling bytecount v0.6.9
4962026-06-02T19:53:44.998Z Compiling tempfile v3.25.0
4972026-06-02T19:53:45.129Z Compiling papergrid v0.11.0
4982026-06-02T19:53:45.191Z Compiling clap_builder v4.5.60
4992026-06-02T19:53:45.255Z Compiling memmap v0.7.0
5002026-06-02T19:53:45.287Z Compiling smawk v0.3.2
5012026-06-02T19:53:45.352Z Compiling serde_derive v1.0.228
5022026-06-02T19:53:45.376Z Compiling zerofrom-derive v0.1.6
5032026-06-02T19:53:45.470Z Compiling yoke-derive v0.8.1
5042026-06-02T19:53:45.470Z Compiling zerovec-derive v0.11.2
5052026-06-02T19:53:45.672Z Compiling displaydoc v0.2.5
5062026-06-02T19:53:46.456Z Compiling thiserror-impl v1.0.69
5072026-06-02T19:53:46.588Z Compiling zerocopy-derive v0.7.35
5082026-06-02T19:53:46.629Z Compiling pest_derive v2.8.6
5092026-06-02T19:53:46.646Z Compiling scroll_derive v0.12.1
5102026-06-02T19:53:46.793Z Compiling zerofrom v0.1.6
5112026-06-02T19:53:46.924Z Compiling yoke v0.8.1
5122026-06-02T19:53:47.054Z Compiling thiserror-impl v2.0.18
5132026-06-02T19:53:47.112Z Compiling zerovec v0.11.5
5142026-06-02T19:53:47.302Z Compiling zerotrie v0.2.3
5152026-06-02T19:53:47.441Z Compiling zerocopy v0.7.35
5162026-06-02T19:53:47.606Z Compiling tinystr v0.8.2
5172026-06-02T19:53:47.622Z Compiling potential_utf v0.1.4
5182026-06-02T19:53:47.784Z Compiling icu_locale_core v2.1.1
5192026-06-02T19:53:47.826Z Compiling icu_collections v2.1.1
5202026-06-02T19:53:47.864Z Compiling dtrace-parser v0.2.0
5212026-06-02T19:53:48.009Z Compiling scroll v0.12.0
5222026-06-02T19:53:48.286Z Compiling goblin v0.8.2
5232026-06-02T19:53:48.339Z Compiling tabled_derive v0.7.0
5242026-06-02T19:53:48.339Z Compiling clap_derive v4.5.55
5252026-06-02T19:53:48.339Z Compiling unicode-linebreak v0.1.5
5262026-06-02T19:53:48.555Z Compiling icu_provider v2.1.1
5272026-06-02T19:53:48.704Z Compiling unicode-width v0.2.0
5282026-06-02T19:53:48.834Z Compiling toml_datetime v0.6.11
5292026-06-02T19:53:48.865Z Compiling serde_spanned v0.6.9
5302026-06-02T19:53:48.903Z Compiling icu_normalizer v2.1.1
5312026-06-02T19:53:48.950Z Compiling icu_properties v2.1.2
5322026-06-02T19:53:48.987Z Compiling dof v0.3.0
5332026-06-02T19:53:49.041Z Compiling toml_edit v0.22.27
5342026-06-02T19:53:49.081Z Compiling serde_tokenstream v0.2.3
5352026-06-02T19:53:49.175Z Compiling serde-value v0.7.0
5362026-06-02T19:53:49.378Z Compiling cargo-platform v0.2.0
5372026-06-02T19:53:49.426Z Compiling tabled v0.15.0
5382026-06-02T19:53:49.514Z Compiling textwrap v0.16.2
5392026-06-02T19:53:49.649Z Compiling macaddr v1.0.1
5402026-06-02T19:53:49.895Z Compiling idna_adapter v1.2.1
5412026-06-02T19:53:49.959Z Compiling usdt-macro v0.5.0
5422026-06-02T19:53:49.975Z Compiling usdt-attr-macro v0.5.0
5432026-06-02T19:53:49.998Z Compiling camino-tempfile v1.4.1
5442026-06-02T19:53:50.032Z Compiling idna v1.1.0
5452026-06-02T19:53:50.053Z Compiling clap v4.5.60
5462026-06-02T19:53:50.221Z Compiling swrite v0.1.0
5472026-06-02T19:53:50.322Z Compiling url v2.5.8
5482026-06-02T19:53:50.422Z Compiling toml v0.8.23
5492026-06-02T19:53:50.649Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-02T19:53:50.870Z Compiling cargo-util-schemas v0.8.2
5512026-06-02T19:53:50.935Z Compiling cargo_toml v0.21.0
5522026-06-02T19:53:51.440Z Compiling usdt v0.5.0
5532026-06-02T19:53:51.785Z Compiling cargo_metadata v0.21.0
5542026-06-02T19:53:52.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-06-02T19:53:54.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.38s
5562026-06-02T19:53:54.985Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-06-02T19:53:55.570Z Downloading crates ...
5582026-06-02T19:53:55.666Z Downloaded async-stream v0.3.6
5592026-06-02T19:53:55.688Z Downloaded console v0.15.11
5602026-06-02T19:53:55.706Z Downloaded ar_archive_writer v0.5.1
5612026-06-02T19:53:55.706Z Downloaded darling_macro v0.13.4
5622026-06-02T19:53:55.706Z Downloaded cookie v0.18.1
5632026-06-02T19:53:55.706Z Downloaded compact_str v0.8.1
5642026-06-02T19:53:55.706Z Downloaded crc32fast v1.5.0
5652026-06-02T19:53:55.706Z Downloaded diesel_table_macro_syntax v0.3.0
5662026-06-02T19:53:55.706Z Downloaded assert_matches v1.5.0
5672026-06-02T19:53:55.706Z Downloaded defmt v0.3.100
5682026-06-02T19:53:55.706Z Downloaded der_derive v0.7.3
5692026-06-02T19:53:55.706Z Downloaded darling_macro v0.23.0
5702026-06-02T19:53:55.706Z Downloaded block-padding v0.3.3
5712026-06-02T19:53:55.706Z Downloaded dsl_auto_type v0.2.0
5722026-06-02T19:53:55.706Z Downloaded async-recursion v1.1.1
5732026-06-02T19:53:55.706Z Downloaded downcast-rs v2.0.2
5742026-06-02T19:53:55.721Z Downloaded ahash v0.8.12
5752026-06-02T19:53:55.721Z Downloaded env_filter v1.0.0
5762026-06-02T19:53:55.721Z Downloaded bit-vec v0.8.0
5772026-06-02T19:53:55.721Z Downloaded aws-lc-rs v1.16.3
5782026-06-02T19:53:55.722Z Downloaded crossbeam-epoch v0.9.18
5792026-06-02T19:53:55.722Z Downloaded adler2 v2.0.1
5802026-06-02T19:53:55.722Z Downloaded cfg_aliases v0.1.1
5812026-06-02T19:53:55.722Z Downloaded arrayref v0.3.9
5822026-06-02T19:53:55.722Z Downloaded fd-lock v4.0.4
5832026-06-02T19:53:55.722Z Downloaded aead v0.5.2
5842026-06-02T19:53:55.722Z Downloaded ciborium v0.2.2
5852026-06-02T19:53:55.722Z Downloaded array-init v0.0.4
5862026-06-02T19:53:55.722Z Downloaded ed25519-dalek v2.2.0
5872026-06-02T19:53:55.722Z Downloaded cbc v0.1.2
5882026-06-02T19:53:55.735Z Downloaded embedded-io v0.4.0
5892026-06-02T19:53:55.735Z Downloaded defmt v1.0.1
5902026-06-02T19:53:55.735Z Downloaded crc8 v0.1.1
5912026-06-02T19:53:55.735Z Downloaded darling_macro v0.20.11
5922026-06-02T19:53:55.736Z Downloaded atomicwrites v0.4.4
5932026-06-02T19:53:55.736Z Downloaded dtrace-parser v0.3.0
5942026-06-02T19:53:55.736Z Downloaded cfg_aliases v0.2.1
5952026-06-02T19:53:55.736Z Downloaded cpufeatures v0.3.0
5962026-06-02T19:53:55.736Z Downloaded darling v0.13.4
5972026-06-02T19:53:55.736Z Downloaded compression-core v0.4.31
5982026-06-02T19:53:55.736Z Downloaded atty v0.2.14
5992026-06-02T19:53:55.760Z Downloaded derive-where v1.6.0
6002026-06-02T19:53:55.760Z Downloaded futures-macro v0.3.32
6012026-06-02T19:53:55.760Z Downloaded arc-swap v1.8.2
6022026-06-02T19:53:55.760Z Downloaded defmt-macros v1.0.1
6032026-06-02T19:53:55.761Z Downloaded darling_macro v0.21.3
6042026-06-02T19:53:55.761Z Downloaded dunce v1.0.5
6052026-06-02T19:53:55.761Z Downloaded display-error-chain v0.2.2
6062026-06-02T19:53:55.761Z Downloaded bitflags v1.3.2
6072026-06-02T19:53:55.761Z Downloaded crc v3.4.0
6082026-06-02T19:53:55.761Z Downloaded castaway v0.2.4
6092026-06-02T19:53:55.761Z Downloaded bitfield-struct v0.6.2
6102026-06-02T19:53:55.761Z Downloaded bit-set v0.8.0
6112026-06-02T19:53:55.761Z Downloaded flagset v0.4.7
6122026-06-02T19:53:55.770Z Downloaded convert_case v0.10.0
6132026-06-02T19:53:55.770Z Downloaded cmake v0.1.57
6142026-06-02T19:53:55.770Z Downloaded camino-tempfile-ext v0.3.3
6152026-06-02T19:53:55.770Z Downloaded darling_core v0.20.11
6162026-06-02T19:53:55.770Z Downloaded dof v0.4.0
6172026-06-02T19:53:55.770Z Downloaded ciborium-io v0.2.2
6182026-06-02T19:53:55.770Z Downloaded bit-set v0.5.3
6192026-06-02T19:53:55.770Z Downloaded ascii-canvas v3.0.0
6202026-06-02T19:53:55.770Z Downloaded crossterm v0.28.1
6212026-06-02T19:53:55.770Z Downloaded foreign-types v0.5.0
6222026-06-02T19:53:55.770Z Downloaded embedded-io v0.6.1
6232026-06-02T19:53:55.770Z Downloaded dyn-clone v1.0.20
6242026-06-02T19:53:55.770Z Downloaded fixedbitset v0.4.2
6252026-06-02T19:53:55.770Z Downloaded foreign-types-macros v0.2.3
6262026-06-02T19:53:55.770Z Downloaded debug-ignore v1.0.5
6272026-06-02T19:53:55.789Z Downloaded document-features v0.2.12
6282026-06-02T19:53:55.789Z Downloaded critical-section v1.2.0
6292026-06-02T19:53:55.790Z Downloaded defmt-parser v1.0.0
6302026-06-02T19:53:55.790Z Downloaded crc-catalog v2.4.0
6312026-06-02T19:53:55.790Z Downloaded foreign-types-shared v0.1.1
6322026-06-02T19:53:55.790Z Downloaded ctr v0.9.2
6332026-06-02T19:53:55.790Z Downloaded foreign-types v0.3.2
6342026-06-02T19:53:55.790Z Downloaded byte-wrapper v0.1.0
6352026-06-02T19:53:55.800Z Downloaded difflib v0.4.0
6362026-06-02T19:53:55.801Z Downloaded bcrypt-pbkdf v0.10.0
6372026-06-02T19:53:55.801Z Downloaded cargo-platform v0.3.2
6382026-06-02T19:53:55.801Z Downloaded cobs v0.3.0
6392026-06-02T19:53:55.801Z Downloaded foldhash v0.2.0
6402026-06-02T19:53:55.801Z Downloaded float-cmp v0.10.0
6412026-06-02T19:53:55.801Z Downloaded curve25519-dalek-derive v0.1.1
6422026-06-02T19:53:55.801Z Downloaded bitfield v0.19.4
6432026-06-02T19:53:55.801Z Downloaded endian-type v0.1.2
6442026-06-02T19:53:55.801Z Downloaded dirs-sys-next v0.1.2
6452026-06-02T19:53:55.801Z Downloaded bitfield-macros v0.19.4
6462026-06-02T19:53:55.801Z Downloaded async-stream-impl v0.3.6
6472026-06-02T19:53:55.801Z Downloaded base16ct v0.2.0
6482026-06-02T19:53:55.802Z Downloaded futures-task v0.3.32
6492026-06-02T19:53:55.802Z Downloaded crunchy v0.2.4
6502026-06-02T19:53:55.802Z Downloaded convert_case v0.4.0
6512026-06-02T19:53:55.802Z Downloaded foreign-types-shared v0.3.1
6522026-06-02T19:53:55.802Z Downloaded derive_builder_macro v0.20.2
6532026-06-02T19:53:55.802Z Downloaded console v0.16.2
6542026-06-02T19:53:55.802Z Downloaded dirs-next v2.0.0
6552026-06-02T19:53:55.802Z Downloaded bb8 v0.8.6
6562026-06-02T19:53:55.802Z Downloaded ghash v0.5.1
6572026-06-02T19:53:55.802Z Downloaded dropshot-api-manager-types v0.7.2
6582026-06-02T19:53:55.802Z Downloaded cstr-argument v0.1.2
6592026-06-02T19:53:55.802Z Downloaded atomic-waker v1.1.2
6602026-06-02T19:53:55.802Z Downloaded git-stub v1.0.0
6612026-06-02T19:53:55.802Z Downloaded clang-sys v1.8.1
6622026-06-02T19:53:55.812Z Downloaded cancel-safe-futures v0.1.5
6632026-06-02T19:53:55.813Z Downloaded blowfish v0.9.1
6642026-06-02T19:53:55.813Z Downloaded arrayvec v0.7.6
6652026-06-02T19:53:55.813Z Downloaded ecdsa v0.16.9
6662026-06-02T19:53:55.813Z Downloaded ed25519 v2.2.3
6672026-06-02T19:53:55.813Z Downloaded colored v3.1.1
6682026-06-02T19:53:55.824Z Downloaded cargo_metadata v0.23.1
6692026-06-02T19:53:55.824Z Downloaded ciborium-ll v0.2.2
6702026-06-02T19:53:55.824Z Downloaded argon2 v0.5.3
6712026-06-02T19:53:55.825Z Downloaded darling_core v0.21.3
6722026-06-02T19:53:55.825Z Downloaded gethostname v0.5.0
6732026-06-02T19:53:55.825Z Downloaded derive_builder_core v0.20.2
6742026-06-02T19:53:55.825Z Downloaded daft v0.1.7
6752026-06-02T19:53:55.847Z Downloaded futures-io v0.3.32
6762026-06-02T19:53:55.847Z Downloaded chacha20 v0.9.1
6772026-06-02T19:53:55.847Z Downloaded enum-as-inner v0.6.1
6782026-06-02T19:53:55.847Z Downloaded futures-sink v0.3.32
6792026-06-02T19:53:55.847Z Downloaded derive-ex v0.1.8
6802026-06-02T19:53:55.848Z Downloaded crucible-workspace-hack v0.1.0
6812026-06-02T19:53:55.848Z Downloaded futures-core v0.3.32
6822026-06-02T19:53:55.848Z Downloaded globwalk v0.9.1
6832026-06-02T19:53:55.848Z Downloaded hex v0.4.3
6842026-06-02T19:53:55.848Z Downloaded derive_builder v0.20.2
6852026-06-02T19:53:55.848Z Downloaded hex-literal v0.4.1
6862026-06-02T19:53:55.866Z Downloaded hash32 v0.3.1
6872026-06-02T19:53:55.867Z Downloaded fxhash v0.2.1
6882026-06-02T19:53:55.867Z Downloaded httpdate v1.0.3
6892026-06-02T19:53:55.867Z Downloaded crossbeam-utils v0.8.21
6902026-06-02T19:53:55.867Z Downloaded http-body v1.0.1
6912026-06-02T19:53:55.867Z Downloaded home v0.5.12
6922026-06-02T19:53:55.867Z Downloaded funty v2.0.0
6932026-06-02T19:53:55.867Z Downloaded hash32 v0.2.1
6942026-06-02T19:53:55.867Z Downloaded cipher v0.4.4
6952026-06-02T19:53:55.867Z Downloaded cexpr v0.6.0
6962026-06-02T19:53:55.868Z Downloaded cassowary v0.3.0
6972026-06-02T19:53:55.868Z Downloaded compression-codecs v0.4.37
6982026-06-02T19:53:55.868Z Downloaded bit-vec v0.6.3
6992026-06-02T19:53:55.868Z Downloaded hostname v0.3.1
7002026-06-02T19:53:55.868Z Downloaded hubpack v0.1.2
7012026-06-02T19:53:55.868Z Downloaded http-range v0.1.5
7022026-06-02T19:53:55.868Z Downloaded deranged v0.5.8
7032026-06-02T19:53:55.868Z Downloaded hostname v0.4.2
7042026-06-02T19:53:55.868Z Downloaded foldhash v0.1.5
7052026-06-02T19:53:55.869Z Downloaded constant_time_eq v0.4.2
7062026-06-02T19:53:55.869Z Downloaded base64ct v1.8.3
7072026-06-02T19:53:55.869Z Downloaded const_format_proc_macros v0.2.34
7082026-06-02T19:53:55.869Z Downloaded bzip2 v0.6.1
7092026-06-02T19:53:55.869Z Downloaded diesel-dtrace v0.5.0
7102026-06-02T19:53:55.869Z Downloaded hubpack_derive v0.1.1
7112026-06-02T19:53:55.869Z Downloaded daft-derive v0.1.7
7122026-06-02T19:53:55.886Z Downloaded hyper-tls v0.6.0
7132026-06-02T19:53:55.887Z Downloaded illumos-nvpair v0.3.0
7142026-06-02T19:53:55.887Z Downloaded group v0.13.0
7152026-06-02T19:53:55.887Z Downloaded erased-serde v0.3.31
7162026-06-02T19:53:55.887Z Downloaded indoc v1.0.9
7172026-06-02T19:53:55.887Z Downloaded env_logger v0.11.9
7182026-06-02T19:53:55.887Z Downloaded inout v0.1.4
7192026-06-02T19:53:55.887Z Downloaded ident_case v1.0.1
7202026-06-02T19:53:55.887Z Downloaded is-terminal v0.4.17
7212026-06-02T19:53:55.887Z Downloaded indent_write v2.2.0
7222026-06-02T19:53:55.887Z Downloaded illumos-nvpair-sys v0.2.0
7232026-06-02T19:53:55.887Z Downloaded des v0.8.1
7242026-06-02T19:53:55.887Z Downloaded darling v0.20.11
7252026-06-02T19:53:55.887Z Downloaded darling v0.23.0
7262026-06-02T19:53:55.918Z Downloaded data-encoding v2.10.0
7272026-06-02T19:53:55.918Z Downloaded corncobs v0.1.4
7282026-06-02T19:53:55.918Z Downloaded filetime v0.2.27
7292026-06-02T19:53:55.918Z Downloaded bzip2 v0.4.4
7302026-06-02T19:53:55.918Z Downloaded glob v0.3.3
7312026-06-02T19:53:55.918Z Downloaded git-stub-vcs v0.1.0
7322026-06-02T19:53:55.918Z Downloaded instability v0.3.11
7332026-06-02T19:53:55.918Z Downloaded is_ci v1.2.0
7342026-06-02T19:53:55.918Z Downloaded fs-err v2.11.0
7352026-06-02T19:53:55.918Z Downloaded fallible-iterator v0.2.0
7362026-06-02T19:53:55.918Z Downloaded lazy_static v1.5.0
7372026-06-02T19:53:55.918Z Downloaded dropshot_endpoint v0.17.0
7382026-06-02T19:53:55.918Z Downloaded http-body-util v0.1.3
7392026-06-02T19:53:55.918Z Downloaded colored v2.2.0
7402026-06-02T19:53:55.943Z Downloaded blake2 v0.10.6
7412026-06-02T19:53:55.943Z Downloaded backon v1.6.0
7422026-06-02T19:53:55.943Z Downloaded kstat-rs v0.2.4
7432026-06-02T19:53:55.943Z Downloaded futures-executor v0.3.32
7442026-06-02T19:53:55.943Z Downloaded backoff v0.4.0
7452026-06-02T19:53:55.943Z Downloaded highway v1.3.0
7462026-06-02T19:53:55.943Z Downloaded getrandom v0.2.17
7472026-06-02T19:53:55.943Z Downloaded crc-any v2.5.0
7482026-06-02T19:53:55.943Z Downloaded keccak v0.1.6
7492026-06-02T19:53:55.943Z Downloaded allocator-api2 v0.2.21
7502026-06-02T19:53:55.943Z Downloaded bumpalo v3.20.2
7512026-06-02T19:53:55.943Z Downloaded match_cfg v0.1.0
7522026-06-02T19:53:55.943Z Downloaded lru-slab v0.1.2
7532026-06-02T19:53:55.944Z Downloaded fs_extra v1.3.0
7542026-06-02T19:53:55.944Z Downloaded linked-hash-map v0.5.6
7552026-06-02T19:53:55.944Z Downloaded buf-list v1.1.2
7562026-06-02T19:53:55.944Z Downloaded crossbeam-deque v0.8.6
7572026-06-02T19:53:55.944Z Downloaded diff v0.1.13
7582026-06-02T19:53:55.944Z Downloaded ipnet v2.11.0
7592026-06-02T19:53:55.944Z Downloaded globset v0.4.18
7602026-06-02T19:53:55.944Z Downloaded ingot-types v0.1.2
7612026-06-02T19:53:55.944Z Downloaded internet-checksum v0.2.1
7622026-06-02T19:53:55.944Z Downloaded maybe-uninit v2.0.0
7632026-06-02T19:53:55.944Z Downloaded maplit v1.0.2
7642026-06-02T19:53:55.944Z Downloaded memoffset v0.9.1
7652026-06-02T19:53:55.944Z Downloaded md-5 v0.10.6
7662026-06-02T19:53:55.944Z Downloaded find-msvc-tools v0.1.9
7672026-06-02T19:53:55.964Z Downloaded csv-core v0.1.13
7682026-06-02T19:53:55.965Z Downloaded newline-converter v0.3.0
7692026-06-02T19:53:55.965Z Downloaded new_debug_unreachable v1.0.6
7702026-06-02T19:53:55.965Z Downloaded lru-cache v0.1.2
7712026-06-02T19:53:55.965Z Downloaded newtype_derive v0.1.6
7722026-06-02T19:53:55.965Z Downloaded lru v0.12.5
7732026-06-02T19:53:55.965Z Downloaded indoc v2.0.7
7742026-06-02T19:53:55.965Z Downloaded impl-trait-for-tuples v0.2.3
7752026-06-02T19:53:55.965Z Downloaded half v1.8.3
7762026-06-02T19:53:55.965Z Downloaded fatfs v0.3.6
7772026-06-02T19:53:55.965Z Downloaded mime v0.3.17
7782026-06-02T19:53:55.965Z Downloaded md5 v0.7.0
7792026-06-02T19:53:55.965Z Downloaded lzss v0.8.2
7802026-06-02T19:53:55.965Z Downloaded ingot v0.1.1
7812026-06-02T19:53:55.965Z Downloaded newtype-uuid-macros v0.1.0
7822026-06-02T19:53:55.965Z Downloaded lalrpop-util v0.19.12
7832026-06-02T19:53:55.966Z Downloaded jobserver v0.1.34
7842026-06-02T19:53:55.974Z Downloaded normalize-line-endings v0.3.0
7852026-06-02T19:53:55.974Z Downloaded ipnetwork v0.21.1
7862026-06-02T19:53:55.974Z Downloaded fixedbitset v0.5.7
7872026-06-02T19:53:55.974Z Downloaded const-oid v0.9.6
7882026-06-02T19:53:55.974Z Downloaded elliptic-curve v0.13.8
7892026-06-02T19:53:55.974Z Downloaded instant v0.1.13
7902026-06-02T19:53:55.974Z Downloaded ena v0.14.4
7912026-06-02T19:53:55.974Z Downloaded async-trait v0.1.89
7922026-06-02T19:53:55.974Z Downloaded num v0.4.3
7932026-06-02T19:53:55.974Z Downloaded nodrop v0.1.14
7942026-06-02T19:53:55.974Z Downloaded num-conv v0.2.0
7952026-06-02T19:53:55.974Z Downloaded libefi-sys v0.1.0
7962026-06-02T19:53:55.974Z Downloaded ff v0.13.1
7972026-06-02T19:53:55.974Z Downloaded num_threads v0.1.7
7982026-06-02T19:53:55.975Z Downloaded either v1.15.0
7992026-06-02T19:53:55.975Z Downloaded headers-core v0.3.0
8002026-06-02T19:53:55.975Z Downloaded cookie_store v0.22.1
8012026-06-02T19:53:55.999Z Downloaded libscf-sys v1.1.0
8022026-06-02T19:53:55.999Z Downloaded httparse v1.10.1
8032026-06-02T19:53:55.999Z Downloaded libsw-core v0.3.2
8042026-06-02T19:53:55.999Z Downloaded num_enum_derive v0.5.11
8052026-06-02T19:53:55.999Z Downloaded num-iter v0.1.45
8062026-06-02T19:53:55.999Z Downloaded num-derive v0.4.2
8072026-06-02T19:53:55.999Z Downloaded num-derive v0.3.3
8082026-06-02T19:53:55.999Z Downloaded openssl-probe v0.1.6
8092026-06-02T19:53:55.999Z Downloaded libsw v3.5.0
8102026-06-02T19:53:55.999Z Downloaded openssl-probe v0.2.1
8112026-06-02T19:53:56.013Z Downloaded opaque-debug v0.3.1
8122026-06-02T19:53:56.013Z Downloaded hyper-rustls v0.27.7
8132026-06-02T19:53:56.013Z Downloaded olpc-cjson v0.1.4
8142026-06-02T19:53:56.014Z Downloaded hmac v0.12.1
8152026-06-02T19:53:56.014Z Downloaded chacha20 v0.10.0
8162026-06-02T19:53:56.014Z Downloaded hyper-staticfile v0.10.1
8172026-06-02T19:53:56.014Z Downloaded oso-derive v0.27.3
8182026-06-02T19:53:56.014Z Downloaded nibble_vec v0.1.0
8192026-06-02T19:53:56.014Z Downloaded nanorand v0.7.0
8202026-06-02T19:53:56.014Z Downloaded linear-map v1.2.0
8212026-06-02T19:53:56.014Z Downloaded libloading v0.8.9
8222026-06-02T19:53:56.014Z Downloaded parse-display v0.10.0
8232026-06-02T19:53:56.014Z Downloaded parse-size v1.1.0
8242026-06-02T19:53:56.014Z Downloaded darling_core v0.13.4
8252026-06-02T19:53:56.014Z Downloaded futures-channel v0.3.32
8262026-06-02T19:53:56.014Z Downloaded derive_more v0.99.20
8272026-06-02T19:53:56.014Z Downloaded managed v0.8.0
8282026-06-02T19:53:56.014Z Downloaded lock_api v0.4.14
8292026-06-02T19:53:56.014Z Downloaded packed_struct_codegen v0.10.1
8302026-06-02T19:53:56.014Z Downloaded ingot-macros v0.1.1
8312026-06-02T19:53:56.014Z Downloaded iana-time-zone v0.1.65
8322026-06-02T19:53:56.025Z Downloaded native-tls v0.2.18
8332026-06-02T19:53:56.025Z Downloaded half v2.7.1
8342026-06-02T19:53:56.025Z Downloaded multimap v0.10.1
8352026-06-02T19:53:56.025Z Downloaded multer v3.1.0
8362026-06-02T19:53:56.025Z Downloaded peg-runtime v0.8.5
8372026-06-02T19:53:56.025Z Downloaded pbkdf2 v0.11.0
8382026-06-02T19:53:56.025Z Downloaded newtype-uuid v1.3.2
8392026-06-02T19:53:56.026Z Downloaded mime_guess v2.0.5
8402026-06-02T19:53:56.026Z Downloaded bytes v1.11.1
8412026-06-02T19:53:56.042Z Downloaded chacha20poly1305 v0.10.1
8422026-06-02T19:53:56.042Z Downloaded async-bb8-diesel v0.2.1
8432026-06-02T19:53:56.042Z Downloaded float-ord v0.3.2
8442026-06-02T19:53:56.042Z Downloaded pbkdf2 v0.12.2
8452026-06-02T19:53:56.042Z Downloaded nu-ansi-term v0.50.3
8462026-06-02T19:53:56.042Z Downloaded path-slash v0.1.5
8472026-06-02T19:53:56.042Z Downloaded nonempty v0.12.0
8482026-06-02T19:53:56.042Z Downloaded base64 v0.22.1
8492026-06-02T19:53:56.042Z Downloaded phf_shared v0.11.3
8502026-06-02T19:53:56.043Z Downloaded bcs v0.1.6
8512026-06-02T19:53:56.057Z Downloaded crypto-bigint v0.5.5
8522026-06-02T19:53:56.058Z Downloaded num_enum_derive v0.7.5
8532026-06-02T19:53:56.058Z Downloaded futures v0.3.32
8542026-06-02T19:53:56.058Z Downloaded base64 v0.21.7
8552026-06-02T19:53:56.058Z Downloaded num-integer v0.1.46
8562026-06-02T19:53:56.058Z Downloaded pin-utils v0.1.0
8572026-06-02T19:53:56.073Z Downloaded predicates-tree v1.0.13
8582026-06-02T19:53:56.073Z Downloaded darling_core v0.23.0
8592026-06-02T19:53:56.073Z Downloaded owo-colors v4.3.0
8602026-06-02T19:53:56.086Z Downloaded packed_struct v0.10.1
8612026-06-02T19:53:56.087Z Downloaded oxide-tokio-rt v0.1.4
8622026-06-02T19:53:56.087Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-06-02T19:53:56.087Z Downloaded proc-macro-crate v1.3.1
8642026-06-02T19:53:56.087Z Downloaded predicates-core v1.0.10
8652026-06-02T19:53:56.087Z Downloaded parse-display-derive v0.10.0
8662026-06-02T19:53:56.087Z Downloaded getrandom v0.3.4
8672026-06-02T19:53:56.087Z Downloaded precomputed-hash v0.1.1
8682026-06-02T19:53:56.087Z Downloaded parking_lot_core v0.8.6
8692026-06-02T19:53:56.087Z Downloaded heapless v0.8.0
8702026-06-02T19:53:56.113Z Downloaded drift v0.2.0
8712026-06-02T19:53:56.113Z Downloaded progenitor-client v0.11.2
8722026-06-02T19:53:56.113Z Downloaded password-hash v0.4.2
8732026-06-02T19:53:56.113Z Downloaded memmap2 v0.9.10
8742026-06-02T19:53:56.113Z Downloaded progenitor-client v0.14.0
8752026-06-02T19:53:56.113Z Downloaded cc v1.2.56
8762026-06-02T19:53:56.113Z Downloaded progenitor-macro v0.14.0
8772026-06-02T19:53:56.129Z Downloaded progenitor-client v0.10.0
8782026-06-02T19:53:56.129Z Downloaded flume v0.11.1
8792026-06-02T19:53:56.129Z Downloaded phf_shared v0.12.1
8802026-06-02T19:53:56.130Z Downloaded peg-macros v0.8.5
8812026-06-02T19:53:56.130Z Downloaded peg v0.8.5
8822026-06-02T19:53:56.130Z Downloaded ignore v0.4.25
8832026-06-02T19:53:56.130Z Downloaded pem-rfc7468 v0.7.0
8842026-06-02T19:53:56.130Z Downloaded pin-project-internal v1.1.11
8852026-06-02T19:53:56.130Z Downloaded quick-error v1.2.3
8862026-06-02T19:53:56.130Z Downloaded phf v0.13.1
8872026-06-02T19:53:56.130Z Downloaded omicron-zone-package v0.12.2
8882026-06-02T19:53:56.130Z Downloaded progenitor-macro v0.13.0
8892026-06-02T19:53:56.130Z Downloaded progenitor-macro v0.11.2
8902026-06-02T19:53:56.130Z Downloaded phf v0.12.1
8912026-06-02T19:53:56.130Z Downloaded rand_chacha v0.3.1
8922026-06-02T19:53:56.130Z Downloaded litrs v1.0.0
8932026-06-02T19:53:56.130Z Downloaded pem v3.0.6
8942026-06-02T19:53:56.130Z Downloaded powerfmt v0.2.0
8952026-06-02T19:53:56.130Z Downloaded radium v0.7.0
8962026-06-02T19:53:56.130Z Downloaded oxnet v0.1.4
8972026-06-02T19:53:56.130Z Downloaded num_enum v0.7.5
8982026-06-02T19:53:56.136Z Downloaded polyval v0.6.2
8992026-06-02T19:53:56.136Z Downloaded pin-project-lite v0.2.17
9002026-06-02T19:53:56.136Z Downloaded postgres-protocol v0.6.10
9012026-06-02T19:53:56.136Z Downloaded ppv-lite86 v0.2.21
9022026-06-02T19:53:56.136Z Downloaded pkcs8 v0.10.2
9032026-06-02T19:53:56.136Z Downloaded primeorder v0.13.6
9042026-06-02T19:53:56.136Z Downloaded predicates v3.1.4
9052026-06-02T19:53:56.136Z Downloaded ref-cast v1.0.25
9062026-06-02T19:53:56.136Z Downloaded crossbeam-channel v0.5.15
9072026-06-02T19:53:56.151Z Downloaded parking_lot_core v0.9.12
9082026-06-02T19:53:56.151Z Downloaded recursive v0.1.1
9092026-06-02T19:53:56.151Z Downloaded derive_more v2.1.1
9102026-06-02T19:53:56.171Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-06-02T19:53:56.171Z Downloaded progenitor v0.13.0
9122026-06-02T19:53:56.171Z Downloaded parking_lot v0.11.2
9132026-06-02T19:53:56.172Z Downloaded parking_lot v0.12.5
9142026-06-02T19:53:56.172Z Downloaded ref-cast-impl v1.0.25
9152026-06-02T19:53:56.172Z Downloaded progenitor-client v0.13.0
9162026-06-02T19:53:56.172Z Downloaded progenitor v0.14.0
9172026-06-02T19:53:56.172Z Downloaded russh-cryptovec v0.7.3
9182026-06-02T19:53:56.172Z Downloaded derive_more-impl v2.1.1
9192026-06-02T19:53:56.172Z Downloaded paste v1.0.15
9202026-06-02T19:53:56.172Z Downloaded progenitor-extras v0.2.0
9212026-06-02T19:53:56.172Z Downloaded proc-macro-error2 v2.0.1
9222026-06-02T19:53:56.188Z Downloaded password-hash v0.5.0
9232026-06-02T19:53:56.188Z Downloaded libbz2-rs-sys v0.2.2
9242026-06-02T19:53:56.188Z Downloaded progenitor v0.11.2
9252026-06-02T19:53:56.189Z Downloaded rustc_version v0.1.7
9262026-06-02T19:53:56.189Z Downloaded rustc-hash v2.1.1
9272026-06-02T19:53:56.189Z Downloaded r2d2 v0.8.10
9282026-06-02T19:53:56.189Z Downloaded pkg-config v0.3.32
9292026-06-02T19:53:56.189Z Downloaded pkcs1 v0.7.5
9302026-06-02T19:53:56.189Z Downloaded rustc_version v0.4.1
9312026-06-02T19:53:56.189Z Downloaded psm v0.1.30
9322026-06-02T19:53:56.189Z Downloaded psl-types v2.0.11
9332026-06-02T19:53:56.189Z Downloaded pkcs5 v0.7.1
9342026-06-02T19:53:56.198Z Downloaded flate2 v1.1.9
9352026-06-02T19:53:56.198Z Downloaded postcard v1.1.3
9362026-06-02T19:53:56.198Z Downloaded expectorate v1.2.0
9372026-06-02T19:53:56.198Z Downloaded rand_xorshift v0.4.0
9382026-06-02T19:53:56.198Z Downloaded proc-macro-crate v3.4.0
9392026-06-02T19:53:56.198Z Downloaded der v0.7.10
9402026-06-02T19:53:56.198Z Downloaded rand_core v0.6.4
9412026-06-02T19:53:56.198Z Downloaded openssl-macros v0.1.1
9422026-06-02T19:53:56.198Z Downloaded oso v0.27.3
9432026-06-02T19:53:56.198Z Downloaded p256 v0.13.2
9442026-06-02T19:53:56.198Z Downloaded postgres-types v0.2.12
9452026-06-02T19:53:56.198Z Downloaded hickory-resolver v0.25.2
9462026-06-02T19:53:56.209Z Downloaded humantime v2.3.0
9472026-06-02T19:53:56.209Z Downloaded indicatif v0.18.4
9482026-06-02T19:53:56.209Z Downloaded same-file v1.0.6
9492026-06-02T19:53:56.209Z Downloaded salsa20 v0.10.2
9502026-06-02T19:53:56.209Z Downloaded rand_core v0.9.5
9512026-06-02T19:53:56.209Z Downloaded heapless v0.7.17
9522026-06-02T19:53:56.210Z Downloaded num_enum v0.5.11
9532026-06-02T19:53:56.233Z Downloaded hickory-resolver v0.24.4
9542026-06-02T19:53:56.233Z Downloaded rand_core v0.10.0
9552026-06-02T19:53:56.233Z Downloaded miniz_oxide v0.8.9
9562026-06-02T19:53:56.233Z Downloaded papergrid v0.17.0
9572026-06-02T19:53:56.233Z Downloaded scroll_derive v0.13.1
9582026-06-02T19:53:56.233Z Downloaded scheduled-thread-pool v0.2.7
9592026-06-02T19:53:56.258Z Downloaded scrypt v0.11.0
9602026-06-02T19:53:56.258Z Downloaded sapling-renderdag v0.1.0
9612026-06-02T19:53:56.258Z Downloaded diesel_derives v2.3.7
9622026-06-02T19:53:56.258Z Downloaded secrecy v0.10.3
9632026-06-02T19:53:56.258Z Downloaded secrecy v0.8.0
9642026-06-02T19:53:56.258Z Downloaded num-rational v0.4.2
9652026-06-02T19:53:56.258Z Downloaded indexmap v1.9.3
9662026-06-02T19:53:56.258Z Downloaded pin-project v1.1.11
9672026-06-02T19:53:56.259Z Downloaded serde-big-array v0.5.1
9682026-06-02T19:53:56.259Z Downloaded rtoolbox v0.0.3
9692026-06-02T19:53:56.270Z Downloaded serde_urlencoded v0.7.1
9702026-06-02T19:53:56.270Z Downloaded serde_plain v1.0.2
9712026-06-02T19:53:56.270Z Downloaded semver v0.1.20
9722026-06-02T19:53:56.270Z Downloaded serde_bytes v0.11.19
9732026-06-02T19:53:56.270Z Downloaded serde_spanned v1.0.4
9742026-06-02T19:53:56.270Z Downloaded rfc6979 v0.4.0
9752026-06-02T19:53:56.270Z Downloaded resolv-conf v0.7.6
9762026-06-02T19:53:56.270Z Downloaded rustversion v1.0.22
9772026-06-02T19:53:56.270Z Downloaded rand_chacha v0.9.0
9782026-06-02T19:53:56.271Z Downloaded hashbrown v0.13.2
9792026-06-02T19:53:56.271Z Downloaded headers v0.4.1
9802026-06-02T19:53:56.271Z Downloaded aes-gcm v0.10.3
9812026-06-02T19:53:56.271Z Downloaded rustls-pemfile v1.0.4
9822026-06-02T19:53:56.271Z Downloaded phf_shared v0.13.1
9832026-06-02T19:53:56.271Z Downloaded serde_repr v0.1.20
9842026-06-02T19:53:56.271Z Downloaded rusty-fork v0.3.1
9852026-06-02T19:53:56.271Z Downloaded num-complex v0.4.6
9862026-06-02T19:53:56.271Z Downloaded const_format v0.2.35
9872026-06-02T19:53:56.289Z Downloaded shell-words v1.1.1
9882026-06-02T19:53:56.289Z Downloaded rand_seeder v0.4.0
9892026-06-02T19:53:56.289Z Downloaded minimal-lexical v0.2.1
9902026-06-02T19:53:56.289Z Downloaded openssl-sys v0.9.115
9912026-06-02T19:53:56.290Z Downloaded siphasher v1.0.2
9922026-06-02T19:53:56.290Z Downloaded sigpipe v0.1.3
9932026-06-02T19:53:56.290Z Downloaded signature v2.2.0
9942026-06-02T19:53:56.290Z Downloaded rustls-pemfile v2.2.0
9952026-06-02T19:53:56.290Z Downloaded async-compression v0.4.41
9962026-06-02T19:53:56.313Z Downloaded schemars_derive v0.8.22
9972026-06-02T19:53:56.313Z Downloaded progenitor-impl v0.11.2
9982026-06-02T19:53:56.313Z Downloaded darling v0.21.3
9992026-06-02T19:53:56.313Z Downloaded signal-hook-tokio v0.3.1
10002026-06-02T19:53:56.313Z Downloaded slog-envlogger v2.2.0
10012026-06-02T19:53:56.313Z Downloaded sec1 v0.7.3
10022026-06-02T19:53:56.313Z Downloaded jiff-static v0.2.21
10032026-06-02T19:53:56.313Z Downloaded slog-bunyan v2.5.0
10042026-06-02T19:53:56.313Z Downloaded poly1305 v0.8.0
10052026-06-02T19:53:56.322Z Downloaded scroll v0.13.0
10062026-06-02T19:53:56.322Z Downloaded scopeguard v1.2.0
10072026-06-02T19:53:56.322Z Downloaded seq-macro v0.3.6
10082026-06-02T19:53:56.322Z Downloaded serde_with_macros v1.5.2
10092026-06-02T19:53:56.322Z Downloaded http v1.4.0
10102026-06-02T19:53:56.322Z Downloaded quinn-udp v0.5.14
10112026-06-02T19:53:56.322Z Downloaded ssh-encoding v0.2.0
10122026-06-02T19:53:56.322Z Downloaded rustls-pki-types v1.14.0
10132026-06-02T19:53:56.341Z Downloaded serde-hex v0.1.0
10142026-06-02T19:53:56.341Z Downloaded sct v0.7.1
10152026-06-02T19:53:56.341Z Downloaded sqlparser_derive v0.5.0
10162026-06-02T19:53:56.341Z Downloaded hickory-server v0.25.2
10172026-06-02T19:53:56.341Z Downloaded serde_path_to_error v0.1.20
10182026-06-02T19:53:56.341Z Downloaded hashbrown v0.12.3
10192026-06-02T19:53:56.341Z Downloaded sha1 v0.10.6
10202026-06-02T19:53:56.342Z Downloaded ssh-cipher v0.2.0
10212026-06-02T19:53:56.357Z Downloaded simd-adler32 v0.3.8
10222026-06-02T19:53:56.358Z Downloaded signal-hook-mio v0.2.5
10232026-06-02T19:53:56.358Z Downloaded serde_derive_internals v0.29.1
10242026-06-02T19:53:56.358Z Downloaded rustls-native-certs v0.8.3
10252026-06-02T19:53:56.358Z Downloaded strsim v0.10.0
10262026-06-02T19:53:56.358Z Downloaded strip-ansi-escapes v0.2.1
10272026-06-02T19:53:56.358Z Downloaded shlex v1.3.0
10282026-06-02T19:53:56.380Z Downloaded slog-dtrace v0.3.0
10292026-06-02T19:53:56.380Z Downloaded signal-hook-registry v1.4.8
10302026-06-02T19:53:56.380Z Downloaded hyper-util v0.1.20
10312026-06-02T19:53:56.380Z Downloaded slog-json v2.6.1
10322026-06-02T19:53:56.380Z Downloaded strum v0.27.2
10332026-06-02T19:53:56.380Z Downloaded slog-term v2.9.2
10342026-06-02T19:53:56.380Z Downloaded slog-async v2.8.0
10352026-06-02T19:53:56.380Z Downloaded subtle v2.6.1
10362026-06-02T19:53:56.380Z Downloaded strum v0.26.3
10372026-06-02T19:53:56.380Z Downloaded prettyplease v0.2.37
10382026-06-02T19:53:56.380Z Downloaded sync_wrapper v1.0.2
10392026-06-02T19:53:56.380Z Downloaded slog-stdlog v4.1.1
10402026-06-02T19:53:56.380Z Downloaded slab v0.4.12
10412026-06-02T19:53:56.381Z Downloaded mio v1.2.0
10422026-06-02T19:53:56.381Z Downloaded structmeta-derive v0.3.0
10432026-06-02T19:53:56.451Z Downloaded itertools v0.10.5
10442026-06-02T19:53:56.451Z Downloaded structmeta v0.3.0
10452026-06-02T19:53:56.451Z Downloaded slog-scope v4.4.1
10462026-06-02T19:53:56.451Z Downloaded russh-keys v0.45.0
10472026-06-02T19:53:56.451Z Downloaded take_mut v0.2.2
10482026-06-02T19:53:56.451Z Downloaded tabled_derive v0.11.0
10492026-06-02T19:53:56.451Z Downloaded snafu-derive v0.8.9
10502026-06-02T19:53:56.452Z Downloaded tagptr v0.2.0
10512026-06-02T19:53:56.452Z Downloaded smallvec v0.6.14
10522026-06-02T19:53:56.452Z Downloaded progenitor-impl v0.13.0
10532026-06-02T19:53:56.452Z Downloaded testing_table v0.3.0
10542026-06-02T19:53:56.452Z Downloaded tap v1.0.1
10552026-06-02T19:53:56.452Z Downloaded serde_cbor v0.11.2
10562026-06-02T19:53:56.452Z Downloaded aes v0.8.4
10572026-06-02T19:53:56.488Z Downloaded progenitor-impl v0.14.0
10582026-06-02T19:53:56.488Z Downloaded smf v0.2.3
10592026-06-02T19:53:56.488Z Downloaded sqlformat v0.3.5
10602026-06-02T19:53:56.488Z Downloaded prefix-trie v0.7.0
10612026-06-02T19:53:56.488Z Downloaded serde_with_macros v3.17.0
10622026-06-02T19:53:56.488Z Downloaded thiserror-impl-no-std v2.0.2
10632026-06-02T19:53:56.488Z Downloaded termtree v0.5.1
10642026-06-02T19:53:56.488Z Downloaded thread-id v5.1.0
10652026-06-02T19:53:56.488Z Downloaded ron v0.8.1
10662026-06-02T19:53:56.488Z Downloaded time-core v0.1.8
10672026-06-02T19:53:56.488Z Downloaded pretty_assertions v1.4.1
10682026-06-02T19:53:56.488Z Downloaded stringprep v0.1.5
10692026-06-02T19:53:56.489Z Downloaded static_assertions v1.1.0
10702026-06-02T19:53:56.489Z Downloaded aho-corasick v1.1.4
10712026-06-02T19:53:56.489Z Downloaded tinyvec_macros v0.1.1
10722026-06-02T19:53:56.489Z Downloaded stacker v0.1.23
10732026-06-02T19:53:56.489Z Downloaded crossterm v0.29.0
10742026-06-02T19:53:56.489Z Downloaded string_cache v0.8.9
10752026-06-02T19:53:56.489Z Downloaded sync-ptr v0.1.4
10762026-06-02T19:53:56.489Z Downloaded strum_macros v0.26.4
10772026-06-02T19:53:56.489Z Downloaded tokio-macros v2.7.0
10782026-06-02T19:53:56.489Z Downloaded schemars v0.8.22
10792026-06-02T19:53:56.489Z Downloaded strum_macros v0.24.3
10802026-06-02T19:53:56.489Z Downloaded hashbrown v0.16.1
10812026-06-02T19:53:56.489Z Downloaded spin v0.9.8
10822026-06-02T19:53:56.490Z Downloaded qorb v0.4.1
10832026-06-02T19:53:56.490Z Downloaded tabwriter v1.4.1
10842026-06-02T19:53:56.490Z Downloaded supports-color v3.0.2
10852026-06-02T19:53:56.490Z Downloaded support-bundle-viewer v0.1.2
10862026-06-02T19:53:56.490Z Downloaded strum_macros v0.27.2
10872026-06-02T19:53:56.490Z Downloaded tower-layer v0.3.3
10882026-06-02T19:53:56.490Z Downloaded serde_yaml v0.9.34+deprecated
10892026-06-02T19:53:56.490Z Downloaded termios v0.3.3
10902026-06-02T19:53:56.490Z Downloaded rand v0.8.6
10912026-06-02T19:53:56.490Z Downloaded num-bigint v0.4.6
10922026-06-02T19:53:56.490Z Downloaded nom v7.1.3
10932026-06-02T19:53:56.498Z Downloaded topological-sort v0.2.2
10942026-06-02T19:53:56.498Z Downloaded hashbrown v0.15.5
10952026-06-02T19:53:56.498Z Downloaded tower-service v0.3.3
10962026-06-02T19:53:56.498Z Downloaded try-lock v0.2.5
10972026-06-02T19:53:56.498Z Downloaded thread_local v1.1.9
10982026-06-02T19:53:56.498Z Downloaded dropshot-api-manager v0.7.2
10992026-06-02T19:53:56.498Z Downloaded time-macros v0.2.27
11002026-06-02T19:53:56.498Z Downloaded spki v0.7.3
11012026-06-02T19:53:56.498Z Downloaded libxml v0.3.3
11022026-06-02T19:53:56.498Z Downloaded tls_codec v0.4.2
11032026-06-02T19:53:56.498Z Downloaded trait-variant v0.1.2
11042026-06-02T19:53:56.498Z Downloaded tls_codec_derive v0.4.2
11052026-06-02T19:53:56.498Z Downloaded thiserror-no-std v2.0.2
11062026-06-02T19:53:56.498Z Downloaded signal-hook v0.3.18
11072026-06-02T19:53:56.499Z Downloaded typify-macro v0.4.3
11082026-06-02T19:53:56.499Z Downloaded rustls-platform-verifier v0.6.2
11092026-06-02T19:53:56.499Z Downloaded slog v2.8.2
11102026-06-02T19:53:56.510Z Downloaded similar v2.7.0
11112026-06-02T19:53:56.510Z Downloaded unicode-truncate v1.1.0
11122026-06-02T19:53:56.510Z Downloaded unarray v0.1.4
11132026-06-02T19:53:56.510Z Downloaded tiny-keccak v2.0.2
11142026-06-02T19:53:56.527Z Downloaded typify-macro v0.6.2
11152026-06-02T19:53:56.527Z Downloaded tokio-dtrace v0.1.1
11162026-06-02T19:53:56.527Z Downloaded unit-prefix v0.5.2
11172026-06-02T19:53:56.527Z Downloaded ryu v1.0.23
11182026-06-02T19:53:56.527Z Downloaded tokio-rustls v0.25.0
11192026-06-02T19:53:56.527Z Downloaded itertools v0.12.1
11202026-06-02T19:53:56.527Z Downloaded itertools v0.13.0
11212026-06-02T19:53:56.556Z Downloaded tokio-native-tls v0.3.1
11222026-06-02T19:53:56.556Z Downloaded tokio-tungstenite v0.21.0
11232026-06-02T19:53:56.556Z Downloaded rayon-core v1.13.0
11242026-06-02T19:53:56.556Z Downloaded universal-hash v0.5.1
11252026-06-02T19:53:56.556Z Downloaded quinn v0.11.9
11262026-06-02T19:53:56.556Z Downloaded usdt v0.6.0
11272026-06-02T19:53:56.556Z Downloaded untrusted v0.7.1
11282026-06-02T19:53:56.556Z Downloaded schemars v0.9.0
11292026-06-02T19:53:56.556Z Downloaded tokio-tungstenite v0.23.1
11302026-06-02T19:53:56.557Z Downloaded iri-string v0.7.10
11312026-06-02T19:53:56.570Z Downloaded usdt-attr-macro v0.6.0
11322026-06-02T19:53:56.570Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-02T19:53:56.570Z Downloaded socket2 v0.6.3
11342026-06-02T19:53:56.570Z Downloaded socket2 v0.5.10
11352026-06-02T19:53:56.570Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-06-02T19:53:56.570Z Downloaded rand v0.9.2
11372026-06-02T19:53:56.570Z Downloaded untrusted v0.9.0
11382026-06-02T19:53:56.570Z Downloaded num-bigint-dig v0.8.6
11392026-06-02T19:53:56.570Z Downloaded usdt-macro v0.6.0
11402026-06-02T19:53:56.570Z Downloaded utf-8 v0.7.6
11412026-06-02T19:53:56.570Z Downloaded term v0.7.0
11422026-06-02T19:53:56.570Z Downloaded hyper v1.8.1
11432026-06-02T19:53:56.570Z Downloaded void v1.0.2
11442026-06-02T19:53:56.570Z Downloaded waitgroup v0.1.2
11452026-06-02T19:53:56.570Z Downloaded wait-timeout v0.2.1
11462026-06-02T19:53:56.570Z Downloaded publicsuffix v2.3.0
11472026-06-02T19:53:56.580Z Downloaded tui-tree-widget v0.23.1
11482026-06-02T19:53:56.581Z Downloaded rustls-webpki v0.103.9
11492026-06-02T19:53:56.581Z Downloaded want v0.3.1
11502026-06-02T19:53:56.581Z Downloaded rsa v0.9.10
11512026-06-02T19:53:56.613Z Downloaded unicase v2.9.0
11522026-06-02T19:53:56.613Z Downloaded tokio-stream v0.1.18
11532026-06-02T19:53:56.613Z Downloaded h2 v0.4.13
11542026-06-02T19:53:56.613Z Downloaded russh v0.45.0
11552026-06-02T19:53:56.613Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-02T19:53:56.613Z Downloaded snafu v0.8.9
11572026-06-02T19:53:56.613Z Downloaded xshell-macros v0.2.7
11582026-06-02T19:53:56.614Z Downloaded samael v0.0.19
11592026-06-02T19:53:56.637Z Downloaded tokio-rustls v0.26.4
11602026-06-02T19:53:56.637Z Downloaded itertools v0.14.0
11612026-06-02T19:53:56.637Z Downloaded zone v0.3.1
11622026-06-02T19:53:56.637Z Downloaded zeroize_derive v1.4.3
11632026-06-02T19:53:56.637Z Downloaded rcgen v0.12.1
11642026-06-02T19:53:56.637Z Downloaded tokio-rustls v0.24.1
11652026-06-02T19:53:56.638Z Downloaded futures-util v0.3.32
11662026-06-02T19:53:56.638Z Downloaded zone_cfg_derive v0.3.1
11672026-06-02T19:53:56.638Z Downloaded test-strategy v0.4.5
11682026-06-02T19:53:56.638Z Downloaded usdt-impl v0.6.0
11692026-06-02T19:53:56.638Z Downloaded rand v0.10.0
11702026-06-02T19:53:56.638Z Downloaded blake3 v1.8.3
11712026-06-02T19:53:56.638Z Downloaded vergen-git2 v9.1.0
11722026-06-02T19:53:56.638Z Downloaded p521 v0.13.3
11732026-06-02T19:53:56.638Z Downloaded vergen-gitcl v1.0.8
11742026-06-02T19:53:56.656Z Downloaded tinyvec v1.10.0
11752026-06-02T19:53:56.656Z Downloaded vergen-lib v0.1.6
11762026-06-02T19:53:56.656Z Downloaded twox-hash v2.1.2
11772026-06-02T19:53:56.656Z Downloaded walkdir v2.5.0
11782026-06-02T19:53:56.656Z Downloaded schemars v1.2.1
11792026-06-02T19:53:56.657Z Downloaded xattr v1.6.1
11802026-06-02T19:53:56.657Z Downloaded whoami v2.1.0
11812026-06-02T19:53:56.668Z Downloaded xshell v0.2.7
11822026-06-02T19:53:56.668Z Downloaded wyz v0.5.1
11832026-06-02T19:53:56.668Z Downloaded toml v0.7.8
11842026-06-02T19:53:56.668Z Downloaded unicode-properties v0.1.4
11852026-06-02T19:53:56.669Z Downloaded zstd v0.13.3
11862026-06-02T19:53:56.669Z Downloaded subprocess v0.2.15
11872026-06-02T19:53:56.669Z Downloaded tar v0.4.45
11882026-06-02T19:53:56.669Z Downloaded hkdf v0.12.4
11892026-06-02T19:53:56.669Z Downloaded zeroize v1.8.2
11902026-06-02T19:53:56.669Z Downloaded term v1.2.1
11912026-06-02T19:53:56.669Z Downloaded toml_parser v1.0.9+spec-1.1.0
11922026-06-02T19:53:56.669Z Downloaded toml v1.0.6+spec-1.1.0
11932026-06-02T19:53:56.690Z Downloaded zstd-safe v7.2.4
11942026-06-02T19:53:56.690Z Downloaded vergen v9.1.0
11952026-06-02T19:53:56.697Z Downloaded vergen-lib v9.1.0
11962026-06-02T19:53:56.697Z Downloaded libm v0.2.16
11972026-06-02T19:53:56.697Z Downloaded uzers v0.12.2
11982026-06-02T19:53:56.697Z Downloaded vsss-rs v3.3.4
11992026-06-02T19:53:56.697Z Downloaded typify v0.4.3
12002026-06-02T19:53:56.698Z Downloaded iddqd v0.4.2
12012026-06-02T19:53:56.698Z Downloaded whoami v1.6.1
12022026-06-02T19:53:56.698Z Downloaded rustyline v14.0.0
12032026-06-02T19:53:56.708Z Downloaded unicode-bidi v0.3.18
12042026-06-02T19:53:56.708Z Downloaded typify v0.6.2
12052026-06-02T19:53:56.708Z Downloaded tungstenite v0.23.0
12062026-06-02T19:53:56.708Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-02T19:53:56.730Z Downloaded unsafe-libyaml v0.2.11
12082026-06-02T19:53:56.749Z Downloaded steno v0.4.1
12092026-06-02T19:53:56.749Z Downloaded tracing-attributes v0.1.31
12102026-06-02T19:53:56.749Z Downloaded tungstenite v0.21.0
12112026-06-02T19:53:56.749Z Downloaded uuid v1.23.0
12122026-06-02T19:53:56.749Z Downloaded tracing-core v0.1.36
12132026-06-02T19:53:56.749Z Downloaded bindgen v0.71.1
12142026-06-02T19:53:56.787Z Downloaded serde_with v1.14.0
12152026-06-02T19:53:56.787Z Downloaded zerocopy v0.6.6
12162026-06-02T19:53:56.787Z Downloaded rpassword v7.4.0
12172026-06-02T19:53:56.787Z Downloaded yasna v0.5.2
12182026-06-02T19:53:56.787Z Downloaded vte v0.14.1
12192026-06-02T19:53:56.787Z Downloaded bitvec v1.0.1
12202026-06-02T19:53:56.803Z Downloaded ssh-key v0.6.7
12212026-06-02T19:53:56.803Z Downloaded reqwest v0.12.28
12222026-06-02T19:53:56.803Z Downloaded zip v0.6.6
12232026-06-02T19:53:56.803Z Downloaded zopfli v0.8.3
12242026-06-02T19:53:56.824Z Downloaded p384 v0.13.1
12252026-06-02T19:53:56.824Z Downloaded chrono v0.4.44
12262026-06-02T19:53:56.824Z Downloaded tokio-postgres v0.7.16
12272026-06-02T19:53:56.824Z Downloaded regex v1.12.3
12282026-06-02T19:53:56.857Z Downloaded git2 v0.20.4
12292026-06-02T19:53:56.857Z Downloaded toml_edit v0.19.15
12302026-06-02T19:53:56.883Z Downloaded x509-cert v0.2.5
12312026-06-02T19:53:56.883Z Downloaded reedline v0.40.0
12322026-06-02T19:53:56.883Z Downloaded portable-atomic v1.13.1
12332026-06-02T19:53:56.883Z Downloaded rustls-webpki v0.101.7
12342026-06-02T19:53:56.883Z Downloaded yansi v1.0.1
12352026-06-02T19:53:56.883Z Downloaded zerocopy-derive v0.8.40
12362026-06-02T19:53:56.883Z Downloaded rayon v1.11.0
12372026-06-02T19:53:56.899Z Downloaded unicode-normalization v0.1.25
12382026-06-02T19:53:56.899Z Downloaded quick-xml v0.37.5
12392026-06-02T19:53:56.899Z Downloaded tokio-util v0.7.18
12402026-06-02T19:53:56.899Z Downloaded goblin v0.10.5
12412026-06-02T19:53:56.899Z Downloaded tower v0.5.3
12422026-06-02T19:53:56.899Z Downloaded unicode_categories v0.1.1
12432026-06-02T19:53:56.899Z Downloaded salty v0.3.0
12442026-06-02T19:53:56.899Z Downloaded moka v0.12.13
12452026-06-02T19:53:56.930Z Downloaded reqwest v0.13.2
12462026-06-02T19:53:56.930Z Downloaded serde_with v3.17.0
12472026-06-02T19:53:56.931Z Downloaded tower-http v0.6.8
12482026-06-02T19:53:56.968Z Downloaded curve25519-dalek v4.1.3
12492026-06-02T19:53:56.968Z Downloaded typed-path v0.9.3
12502026-06-02T19:53:56.968Z Downloaded lalrpop v0.19.12
12512026-06-02T19:53:56.968Z Downloaded zip v4.6.1
12522026-06-02T19:53:56.968Z Downloaded object v0.30.4
12532026-06-02T19:53:56.968Z Downloaded tough v0.22.0
12542026-06-02T19:53:56.998Z Downloaded proptest v1.10.0
12552026-06-02T19:53:56.998Z Downloaded rustls-webpki v0.102.8
12562026-06-02T19:53:56.998Z Downloaded winnow v0.6.26
12572026-06-02T19:53:56.998Z Downloaded openssl v0.10.79
12582026-06-02T19:53:56.998Z Downloaded winnow v0.5.40
12592026-06-02T19:53:57.018Z Downloaded unicode-segmentation v1.12.0
12602026-06-02T19:53:57.018Z Downloaded polar-core v0.27.3
12612026-06-02T19:53:57.018Z Downloaded nix v0.27.1
12622026-06-02T19:53:57.018Z Downloaded petname v2.0.2
12632026-06-02T19:53:57.018Z Downloaded dropshot v0.17.0
12642026-06-02T19:53:57.019Z Downloaded time v0.3.47
12652026-06-02T19:53:57.027Z Downloaded tabled v0.20.0
12662026-06-02T19:53:57.028Z Downloaded smoltcp v0.9.1
12672026-06-02T19:53:57.042Z Downloaded quinn-proto v0.11.13
12682026-06-02T19:53:57.042Z Downloaded vcpkg v0.2.15
12692026-06-02T19:53:57.056Z Downloaded openapiv3 v2.2.0
12702026-06-02T19:53:57.069Z Downloaded zerocopy v0.8.40
12712026-06-02T19:53:57.079Z Downloaded diesel v2.3.7
12722026-06-02T19:53:57.085Z Downloaded nix v0.28.0
12732026-06-02T19:53:57.085Z Downloaded hickory-proto v0.25.2
12742026-06-02T19:53:57.093Z Downloaded rustls v0.21.12
12752026-06-02T19:53:57.099Z Downloaded regex-syntax v0.6.29
12762026-06-02T19:53:57.104Z Downloaded rustix v0.38.44
12772026-06-02T19:53:57.123Z Downloaded zlib-rs v0.6.2
12782026-06-02T19:53:57.131Z Downloaded bstr v1.12.1
12792026-06-02T19:53:57.131Z Downloaded hickory-proto v0.24.4
12802026-06-02T19:53:57.150Z Downloaded radix_trie v0.2.1
12812026-06-02T19:53:57.150Z Downloaded object v0.37.3
12822026-06-02T19:53:57.153Z Downloaded webpki-roots v1.0.6
12832026-06-02T19:53:57.153Z Downloaded nix v0.31.2
12842026-06-02T19:53:57.158Z Downloaded sqlparser v0.61.0
12852026-06-02T19:53:57.173Z Downloaded rustls v0.22.4
12862026-06-02T19:53:57.182Z Downloaded regress v0.10.5
12872026-06-02T19:53:57.182Z Downloaded smoltcp v0.11.0
12882026-06-02T19:53:57.188Z Downloaded rustls v0.23.37
12892026-06-02T19:53:57.208Z Downloaded tracing v0.1.44
12902026-06-02T19:53:57.215Z Downloaded regex-syntax v0.8.10
12912026-06-02T19:53:57.215Z Downloaded typify-impl v0.4.3
12922026-06-02T19:53:57.222Z Downloaded ratatui v0.29.0
12932026-06-02T19:53:57.234Z Downloaded regress v0.11.1
12942026-06-02T19:53:57.249Z Downloaded petgraph v0.6.5
12952026-06-02T19:53:57.269Z Downloaded csv v1.4.0
12962026-06-02T19:53:57.292Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-06-02T19:53:57.310Z Downloaded typify-impl v0.6.2
12982026-06-02T19:53:57.327Z Downloaded sled v0.34.7
12992026-06-02T19:53:57.327Z Downloaded sha3 v0.10.8
13002026-06-02T19:53:57.335Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-06-02T19:53:57.351Z Downloaded zerocopy-derive v0.6.6
13022026-06-02T19:53:57.355Z Downloaded regex-automata v0.4.14
13032026-06-02T19:53:57.362Z Downloaded encoding_rs v0.8.35
13042026-06-02T19:53:57.385Z Downloaded chrono-tz v0.10.4
13052026-06-02T19:53:57.394Z Downloaded jiff v0.2.21
13062026-06-02T19:53:57.412Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-06-02T19:53:57.436Z Downloaded petgraph v0.8.3
13082026-06-02T19:53:57.452Z Downloaded libz-sys v1.1.24
13092026-06-02T19:53:57.473Z Downloaded tokio v1.52.1
13102026-06-02T19:53:57.551Z Downloaded ring v0.17.14
13112026-06-02T19:53:58.049Z Downloaded aws-lc-sys v0.40.0
13122026-06-02T19:53:58.285Z Compiling libc v0.2.185
13132026-06-02T19:53:58.285Z Compiling serde v1.0.228
13142026-06-02T19:53:58.290Z Compiling log v0.4.29
13152026-06-02T19:53:58.290Z Compiling find-msvc-tools v0.1.9
13162026-06-02T19:53:58.290Z Compiling shlex v1.3.0
13172026-06-02T19:53:58.290Z Compiling syn v2.0.117
13182026-06-02T19:53:58.423Z Compiling smallvec v1.15.1
13192026-06-02T19:53:58.432Z Compiling typenum v1.19.0
13202026-06-02T19:53:58.627Z Compiling generic-array v0.14.7
13212026-06-02T19:53:58.645Z Compiling subtle v2.6.1
13222026-06-02T19:53:58.660Z Compiling scopeguard v1.2.0
13232026-06-02T19:53:58.676Z Compiling const-oid v0.9.6
13242026-06-02T19:53:58.739Z Compiling serde_json v1.0.149
13252026-06-02T19:53:58.760Z Compiling lock_api v0.4.14
13262026-06-02T19:53:58.803Z Compiling zerocopy v0.8.40
13272026-06-02T19:53:58.856Z Compiling parking_lot_core v0.9.12
13282026-06-02T19:53:58.973Z Compiling portable-atomic v1.13.1
13292026-06-02T19:53:59.076Z Compiling pin-project-lite v0.2.17
13302026-06-02T19:53:59.189Z Compiling pkg-config v0.3.32
13312026-06-02T19:53:59.253Z Compiling getrandom v0.2.17
13322026-06-02T19:53:59.349Z Compiling jobserver v0.1.34
13332026-06-02T19:53:59.393Z Compiling rand_core v0.6.4
13342026-06-02T19:53:59.439Z Compiling errno v0.3.14
13352026-06-02T19:53:59.565Z Compiling cc v1.2.56
13362026-06-02T19:53:59.664Z Compiling signal-hook-registry v1.4.8
13372026-06-02T19:53:59.709Z Compiling bitflags v2.11.0
13382026-06-02T19:53:59.785Z Compiling futures-core v0.3.32
13392026-06-02T19:53:59.831Z Compiling critical-section v1.2.0
13402026-06-02T19:53:59.874Z Compiling libm v0.2.16
13412026-06-02T19:53:59.886Z Compiling once_cell v1.21.3
13422026-06-02T19:53:59.899Z Compiling parking_lot v0.12.5
13432026-06-02T19:53:59.910Z Compiling mio v1.2.0
13442026-06-02T19:53:59.966Z Compiling num-traits v0.2.19
13452026-06-02T19:54:00.023Z Compiling percent-encoding v2.3.2
13462026-06-02T19:54:00.086Z Compiling socket2 v0.6.3
13472026-06-02T19:54:00.210Z Compiling futures-sink v0.3.32
13482026-06-02T19:54:00.260Z Compiling futures-io v0.3.32
13492026-06-02T19:54:00.291Z Compiling futures-channel v0.3.32
13502026-06-02T19:54:00.310Z Compiling futures-task v0.3.32
13512026-06-02T19:54:00.354Z Compiling slab v0.4.12
13522026-06-02T19:54:00.548Z Compiling cpufeatures v0.2.17
13532026-06-02T19:54:00.579Z Compiling getrandom v0.4.1
13542026-06-02T19:54:00.593Z Compiling rand_core v0.10.0
13552026-06-02T19:54:00.593Z Compiling indexmap v2.14.0
13562026-06-02T19:54:00.625Z Compiling rustversion v1.0.22
13572026-06-02T19:54:00.658Z Compiling getrandom v0.3.4
13582026-06-02T19:54:00.765Z Compiling cmake v0.1.57
13592026-06-02T19:54:01.020Z Compiling form_urlencoded v1.2.2
13602026-06-02T19:54:01.195Z Compiling dunce v1.0.5
13612026-06-02T19:54:01.213Z Compiling fs_extra v1.3.0
13622026-06-02T19:54:01.228Z Compiling synstructure v0.13.2
13632026-06-02T19:54:01.302Z Compiling ident_case v1.0.1
13642026-06-02T19:54:01.434Z Compiling base64ct v1.8.3
13652026-06-02T19:54:01.441Z Compiling rustix v1.1.3
13662026-06-02T19:54:01.471Z Compiling aws-lc-sys v0.40.0
13672026-06-02T19:54:01.644Z Compiling regex-syntax v0.8.10
13682026-06-02T19:54:01.740Z Compiling pem-rfc7468 v0.7.0
13692026-06-02T19:54:01.795Z Compiling flagset v0.4.7
13702026-06-02T19:54:01.810Z Compiling iana-time-zone v0.1.65
13712026-06-02T19:54:01.873Z Compiling rand_core v0.9.5
13722026-06-02T19:54:01.937Z Compiling ring v0.17.14
13732026-06-02T19:54:02.016Z Compiling vcpkg v0.2.15
13742026-06-02T19:54:02.043Z Compiling aws-lc-rs v1.16.3
13752026-06-02T19:54:02.151Z Compiling uuid v1.23.0
13762026-06-02T19:54:02.335Z Compiling rustc_version v0.4.1
13772026-06-02T19:54:02.677Z Compiling tracing-core v0.1.36
13782026-06-02T19:54:02.776Z Compiling openssl-sys v0.9.115
13792026-06-02T19:54:02.881Z Compiling base64 v0.22.1
13802026-06-02T19:54:02.986Z Compiling serde_derive v1.0.228
13812026-06-02T19:54:03.210Z Compiling zeroize_derive v1.4.3
13822026-06-02T19:54:03.234Z Compiling zerofrom-derive v0.1.6
13832026-06-02T19:54:03.308Z Compiling yoke-derive v0.8.1
13842026-06-02T19:54:03.315Z Compiling zerocopy-derive v0.8.40
13852026-06-02T19:54:03.863Z Compiling zeroize v1.8.2
13862026-06-02T19:54:04.062Z Compiling zerovec-derive v0.11.2
13872026-06-02T19:54:04.408Z Compiling displaydoc v0.2.5
13882026-06-02T19:54:04.609Z Compiling crypto-common v0.1.7
13892026-06-02T19:54:04.654Z Compiling zerofrom v0.1.6
13902026-06-02T19:54:04.742Z Compiling yoke v0.8.1
13912026-06-02T19:54:04.756Z Compiling block-buffer v0.10.4
13922026-06-02T19:54:04.919Z Compiling digest v0.10.7
13932026-06-02T19:54:04.929Z Compiling tokio-macros v2.7.0
13942026-06-02T19:54:05.141Z Compiling zerotrie v0.2.3
13952026-06-02T19:54:05.162Z Compiling zerovec v0.11.5
13962026-06-02T19:54:05.186Z Compiling futures-macro v0.3.32
13972026-06-02T19:54:05.479Z Compiling hmac v0.12.1
13982026-06-02T19:54:05.651Z Compiling tinystr v0.8.2
13992026-06-02T19:54:05.691Z Compiling potential_utf v0.1.4
14002026-06-02T19:54:05.708Z Compiling block-padding v0.3.3
14012026-06-02T19:54:05.833Z Compiling icu_locale_core v2.1.1
14022026-06-02T19:54:05.857Z Compiling icu_collections v2.1.1
14032026-06-02T19:54:05.880Z Compiling inout v0.1.4
14042026-06-02T19:54:06.006Z Compiling futures-util v0.3.32
14052026-06-02T19:54:06.031Z Compiling cipher v0.4.4
14062026-06-02T19:54:06.280Z Compiling sha2 v0.10.9
14072026-06-02T19:54:06.307Z Compiling der_derive v0.7.3
14082026-06-02T19:54:06.486Z Compiling bytes v1.11.1
14092026-06-02T19:54:06.706Z Compiling icu_provider v2.1.1
14102026-06-02T19:54:07.013Z Compiling tokio v1.52.1
14112026-06-02T19:54:07.032Z Compiling icu_normalizer v2.1.1
14122026-06-02T19:54:07.093Z Compiling icu_properties v2.1.2
14132026-06-02T19:54:07.244Z Compiling der v0.7.10
14142026-06-02T19:54:07.567Z Compiling http v1.4.0
14152026-06-02T19:54:07.656Z Compiling ppv-lite86 v0.2.21
14162026-06-02T19:54:07.751Z Compiling chrono v0.4.44
14172026-06-02T19:54:07.971Z Compiling idna_adapter v1.2.1
14182026-06-02T19:54:08.110Z Compiling idna v1.1.0
14192026-06-02T19:54:08.166Z Compiling spki v0.7.3
14202026-06-02T19:54:08.255Z Compiling salsa20 v0.10.2
14212026-06-02T19:54:08.364Z Compiling pbkdf2 v0.12.2
14222026-06-02T19:54:08.386Z Compiling url v2.5.8
14232026-06-02T19:54:08.411Z Compiling rustls-pki-types v1.14.0
14242026-06-02T19:54:08.461Z Compiling thiserror-impl v2.0.18
14252026-06-02T19:54:08.476Z Compiling tracing-attributes v0.1.31
14262026-06-02T19:54:08.741Z Compiling scrypt v0.11.0
14272026-06-02T19:54:08.840Z Compiling http-body v1.0.1
14282026-06-02T19:54:08.983Z Compiling rand_chacha v0.9.0
14292026-06-02T19:54:08.983Z Compiling aes v0.8.4
14302026-06-02T19:54:09.092Z Compiling cbc v0.1.2
14312026-06-02T19:54:09.214Z Compiling tinyvec_macros v0.1.1
14322026-06-02T19:54:09.239Z Compiling openssl-probe v0.2.1
14332026-06-02T19:54:09.285Z Compiling untrusted v0.9.0
14342026-06-02T19:54:09.401Z Compiling untrusted v0.7.1
14352026-06-02T19:54:09.417Z Compiling httparse v1.10.1
14362026-06-02T19:54:09.677Z Compiling pkcs5 v0.7.1
14372026-06-02T19:54:09.755Z Compiling thiserror v2.0.18
14382026-06-02T19:54:09.806Z Compiling tracing v0.1.44
14392026-06-02T19:54:09.831Z Compiling tinyvec v1.10.0
14402026-06-02T19:54:09.916Z Compiling pest_generator v2.8.6
14412026-06-02T19:54:10.043Z Compiling rand v0.9.2
14422026-06-02T19:54:10.083Z Compiling serde_derive_internals v0.29.1
14432026-06-02T19:54:10.129Z Compiling aho-corasick v1.1.4
14442026-06-02T19:54:10.161Z Compiling tower-layer v0.3.3
14452026-06-02T19:54:10.301Z Compiling schemars v0.8.22
14462026-06-02T19:54:10.541Z Compiling tower-service v0.3.3
14472026-06-02T19:54:10.598Z Compiling rustls v0.23.37
14482026-06-02T19:54:10.636Z Compiling dyn-clone v1.0.20
14492026-06-02T19:54:10.805Z Compiling tokio-util v0.7.18
14502026-06-02T19:54:10.818Z Compiling atomic-waker v1.1.2
14512026-06-02T19:54:10.828Z Compiling try-lock v0.2.5
14522026-06-02T19:54:10.901Z Compiling want v0.3.1
14532026-06-02T19:54:10.922Z Compiling regex-automata v0.4.14
14542026-06-02T19:54:10.940Z Compiling schemars_derive v0.8.22
14552026-06-02T19:54:11.060Z Compiling pest_derive v2.8.6
14562026-06-02T19:54:11.331Z Compiling pkcs8 v0.10.2
14572026-06-02T19:54:11.488Z Compiling h2 v0.4.13
14582026-06-02T19:54:11.813Z Compiling ipnet v2.11.0
14592026-06-02T19:54:11.892Z Compiling scroll_derive v0.13.1
14602026-06-02T19:54:11.916Z Compiling darling_core v0.20.11
14612026-06-02T19:54:12.166Z Compiling httpdate v1.0.3
14622026-06-02T19:54:12.282Z Compiling pin-utils v0.1.0
14632026-06-02T19:54:12.353Z Compiling foreign-types-shared v0.1.1
14642026-06-02T19:54:12.386Z Compiling openssl v0.10.79
14652026-06-02T19:54:12.434Z Compiling foreign-types v0.3.2
14662026-06-02T19:54:12.512Z Compiling tempfile v3.25.0
14672026-06-02T19:54:12.586Z Compiling scroll v0.13.0
14682026-06-02T19:54:12.634Z Compiling unicode-normalization v0.1.25
14692026-06-02T19:54:12.867Z Compiling openssl-macros v0.1.1
14702026-06-02T19:54:13.079Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-02T19:54:13.263Z Compiling spin v0.9.8
14722026-06-02T19:54:13.316Z Compiling powerfmt v0.2.0
14732026-06-02T19:54:13.458Z Compiling num-conv v0.2.0
14742026-06-02T19:54:13.462Z Compiling time-core v0.1.8
14752026-06-02T19:54:13.468Z Compiling crc32fast v1.5.0
14762026-06-02T19:54:13.576Z Compiling native-tls v0.2.18
14772026-06-02T19:54:13.612Z Compiling time-macros v0.2.27
14782026-06-02T19:54:13.803Z Compiling deranged v0.5.8
14792026-06-02T19:54:14.129Z Compiling darling_macro v0.20.11
14802026-06-02T19:54:14.584Z Compiling hyper v1.8.1
14812026-06-02T19:54:14.638Z Compiling darling v0.20.11
14822026-06-02T19:54:14.720Z Compiling goblin v0.10.5
14832026-06-02T19:54:14.750Z Compiling rustls-native-certs v0.8.3
14842026-06-02T19:54:14.939Z Compiling sync_wrapper v1.0.2
14852026-06-02T19:54:15.037Z Compiling wait-timeout v0.2.1
14862026-06-02T19:54:15.051Z Compiling quick-error v1.2.3
14872026-06-02T19:54:15.165Z Compiling siphasher v1.0.2
14882026-06-02T19:54:15.300Z Compiling syn v1.0.109
14892026-06-02T19:54:15.336Z Compiling simd-adler32 v0.3.8
14902026-06-02T19:54:15.350Z Compiling usdt-impl v0.6.0
14912026-06-02T19:54:15.603Z Compiling num_threads v0.1.7
14922026-06-02T19:54:15.618Z Compiling crossbeam-utils v0.8.21
14932026-06-02T19:54:15.651Z Compiling hyper-util v0.1.20
14942026-06-02T19:54:15.698Z Compiling bit-vec v0.8.0
14952026-06-02T19:54:15.921Z Compiling bit-set v0.8.0
14962026-06-02T19:54:15.935Z Compiling time v0.3.47
14972026-06-02T19:54:16.179Z Compiling rusty-fork v0.3.1
14982026-06-02T19:54:16.444Z Compiling tower v0.5.3
14992026-06-02T19:54:16.487Z Compiling derive_builder_core v0.20.2
15002026-06-02T19:54:16.917Z Compiling dtrace-parser v0.3.0
15012026-06-02T19:54:17.488Z Compiling http-body-util v0.1.3
15022026-06-02T19:54:17.493Z Compiling webpki-roots v1.0.6
15032026-06-02T19:54:17.493Z Compiling signature v2.2.0
15042026-06-02T19:54:17.493Z Compiling scroll_derive v0.12.1
15052026-06-02T19:54:17.493Z Compiling dof v0.4.0
15062026-06-02T19:54:17.493Z Compiling thiserror-impl v1.0.69
15072026-06-02T19:54:17.521Z Compiling heapless v0.7.17
15082026-06-02T19:54:17.660Z Compiling rand_xorshift v0.4.0
15092026-06-02T19:54:17.765Z Compiling slog v2.8.2
15102026-06-02T19:54:17.819Z Compiling darling_core v0.21.3
15112026-06-02T19:54:17.938Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-02T19:54:18.030Z Compiling thread-id v5.1.0
15132026-06-02T19:54:18.113Z Compiling cookie v0.18.1
15142026-06-02T19:54:18.210Z Compiling anyhow v1.0.102
15152026-06-02T19:54:18.295Z Compiling unicode-properties v0.1.4
15162026-06-02T19:54:18.502Z Compiling adler2 v2.0.1
15172026-06-02T19:54:18.513Z Compiling iri-string v0.7.10
15182026-06-02T19:54:18.609Z Compiling paste v1.0.15
15192026-06-02T19:54:18.630Z Compiling ryu v1.0.23
15202026-06-02T19:54:18.689Z Compiling allocator-api2 v0.2.21
15212026-06-02T19:54:18.802Z Compiling zstd-safe v7.2.4
15222026-06-02T19:54:18.832Z Compiling unicode-bidi v0.3.18
15232026-06-02T19:54:18.969Z Compiling signal-hook v0.3.18
15242026-06-02T19:54:18.987Z Compiling unarray v0.1.4
15252026-06-02T19:54:19.055Z Compiling serde_urlencoded v0.7.1
15262026-06-02T19:54:19.092Z Compiling proptest v1.10.0
15272026-06-02T19:54:19.149Z Compiling stringprep v0.1.5
15282026-06-02T19:54:19.289Z Compiling thiserror v1.0.69
15292026-06-02T19:54:19.348Z Compiling miniz_oxide v0.8.9
15302026-06-02T19:54:19.634Z Compiling tower-http v0.6.8
15312026-06-02T19:54:20.005Z Compiling scroll v0.12.0
15322026-06-02T19:54:20.088Z Compiling derive_builder_macro v0.20.2
15332026-06-02T19:54:20.262Z Compiling tokio-native-tls v0.3.1
15342026-06-02T19:54:20.278Z Compiling darling_macro v0.21.3
15352026-06-02T19:54:20.473Z Compiling ipnetwork v0.21.1
15362026-06-02T19:54:20.553Z Compiling bstr v1.12.1
15372026-06-02T19:54:20.569Z Compiling rand_chacha v0.3.1
15382026-06-02T19:54:20.764Z Compiling toml_datetime v0.6.11
15392026-06-02T19:54:20.869Z Compiling serde_spanned v0.6.9
15402026-06-02T19:54:20.947Z Compiling serde_tokenstream v0.2.3
15412026-06-02T19:54:21.018Z Compiling erased-serde v0.3.31
15422026-06-02T19:54:21.033Z Compiling md-5 v0.10.6
15432026-06-02T19:54:21.197Z Compiling async-trait v0.1.89
15442026-06-02T19:54:21.211Z Compiling zerocopy-derive v0.7.35
15452026-06-02T19:54:21.258Z Compiling pin-project-internal v1.1.11
15462026-06-02T19:54:21.381Z Compiling curve25519-dalek v4.1.3
15472026-06-02T19:54:21.505Z Compiling vergen-lib v9.1.0
15482026-06-02T19:54:21.682Z Compiling num-integer v0.1.46
15492026-06-02T19:54:21.714Z Compiling hash32 v0.2.1
15502026-06-02T19:54:21.928Z Compiling ff v0.13.1
15512026-06-02T19:54:22.005Z Compiling memoffset v0.9.1
15522026-06-02T19:54:22.041Z Compiling encoding_rs v0.8.35
15532026-06-02T19:54:22.057Z Compiling rustix v0.38.44
15542026-06-02T19:54:22.196Z Compiling smoltcp v0.9.1
15552026-06-02T19:54:22.207Z Compiling base16ct v0.2.0
15562026-06-02T19:54:22.351Z Compiling zlib-rs v0.6.2
15572026-06-02T19:54:22.382Z Compiling mime v0.3.17
15582026-06-02T19:54:22.397Z Compiling litrs v1.0.0
15592026-06-02T19:54:22.524Z Compiling fallible-iterator v0.2.0
15602026-06-02T19:54:22.635Z Compiling cfg_aliases v0.2.1
15612026-06-02T19:54:22.709Z Compiling psl-types v2.0.11
15622026-06-02T19:54:22.836Z Compiling num-bigint-dig v0.8.6
15632026-06-02T19:54:22.841Z Compiling ref-cast v1.0.25
15642026-06-02T19:54:22.897Z Compiling document-features v0.2.12
15652026-06-02T19:54:23.044Z Compiling publicsuffix v2.3.0
15662026-06-02T19:54:23.197Z Compiling postgres-protocol v0.6.10
15672026-06-02T19:54:23.217Z Compiling nix v0.31.2
15682026-06-02T19:54:23.526Z Compiling pin-project v1.1.11
15692026-06-02T19:54:23.574Z Compiling sec1 v0.7.3
15702026-06-02T19:54:23.622Z Compiling zerocopy v0.7.35
15712026-06-02T19:54:23.681Z Compiling group v0.13.0
15722026-06-02T19:54:23.731Z Compiling num-iter v0.1.45
15732026-06-02T19:54:23.925Z Compiling newtype-uuid v1.3.2
15742026-06-02T19:54:24.155Z Compiling rand v0.8.6
15752026-06-02T19:54:24.250Z Compiling darling v0.21.3
15762026-06-02T19:54:24.266Z Compiling oxnet v0.1.4
15772026-06-02T19:54:24.269Z Compiling hubpack_derive v0.1.1
15782026-06-02T19:54:24.289Z Compiling derive_builder v0.20.2
15792026-06-02T19:54:24.348Z Compiling hyper-tls v0.6.0
15802026-06-02T19:54:24.616Z Compiling goblin v0.8.2
15812026-06-02T19:54:25.003Z Compiling phf_shared v0.13.1
15822026-06-02T19:54:25.003Z Compiling lazy_static v1.5.0
15832026-06-02T19:54:25.110Z Compiling regex v1.12.3
15842026-06-02T19:54:25.170Z Compiling flate2 v1.1.9
15852026-06-02T19:54:25.241Z Compiling futures-executor v0.3.32
15862026-06-02T19:54:25.552Z Compiling hex v0.4.3
15872026-06-02T19:54:25.566Z Compiling hkdf v0.12.4
15882026-06-02T19:54:25.569Z Compiling crypto-bigint v0.5.5
15892026-06-02T19:54:25.569Z Compiling snafu-derive v0.8.9
15902026-06-02T19:54:25.609Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-02T19:54:25.730Z Compiling daft-derive v0.1.7
15922026-06-02T19:54:25.818Z Compiling strum_macros v0.27.2
15932026-06-02T19:54:26.253Z Compiling ref-cast-impl v1.0.25
15942026-06-02T19:54:26.456Z Compiling terminal_size v0.4.3
15952026-06-02T19:54:26.598Z Compiling vergen v9.1.0
15962026-06-02T19:54:26.783Z Compiling fs-err v3.3.0
15972026-06-02T19:54:26.809Z Compiling cargo-platform v0.3.2
15982026-06-02T19:54:26.972Z Compiling ahash v0.8.12
15992026-06-02T19:54:27.076Z Compiling bumpalo v3.20.2
16002026-06-02T19:54:27.178Z Compiling unicode-segmentation v1.12.0
16012026-06-02T19:54:27.330Z Compiling object v0.37.3
16022026-06-02T19:54:27.516Z Compiling bitflags v1.3.2
16032026-06-02T19:54:27.570Z Compiling libbz2-rs-sys v0.2.2
16042026-06-02T19:54:27.589Z Compiling foldhash v0.1.5
16052026-06-02T19:54:27.603Z Compiling foldhash v0.2.0
16062026-06-02T19:54:27.684Z Compiling winnow v0.5.40
16072026-06-02T19:54:27.757Z Compiling same-file v1.0.6
16082026-06-02T19:54:27.789Z Compiling managed v0.8.0
16092026-06-02T19:54:27.819Z Compiling strum v0.27.2
16102026-06-02T19:54:28.001Z Compiling walkdir v2.5.0
16112026-06-02T19:54:28.020Z Compiling hashbrown v0.16.1
16122026-06-02T19:54:28.020Z Compiling bzip2 v0.6.1
16132026-06-02T19:54:28.208Z Compiling hashbrown v0.15.5
16142026-06-02T19:54:28.257Z Compiling clap_builder v4.5.60
16152026-06-02T19:54:28.272Z Compiling snafu v0.8.9
16162026-06-02T19:54:28.531Z Compiling zopfli v0.8.3
16172026-06-02T19:54:28.747Z Compiling cargo_metadata v0.23.1
16182026-06-02T19:54:28.762Z Compiling dof v0.3.0
16192026-06-02T19:54:29.004Z Compiling toml_edit v0.19.15
16202026-06-02T19:54:29.092Z Compiling elliptic-curve v0.13.8
16212026-06-02T19:54:29.200Z Compiling daft v0.1.7
16222026-06-02T19:54:29.472Z Compiling futures v0.3.32
16232026-06-02T19:54:29.487Z Compiling phf v0.13.1
16242026-06-02T19:54:29.645Z Compiling cookie_store v0.22.1
16252026-06-02T19:54:30.099Z Compiling signal-hook-mio v0.2.5
16262026-06-02T19:54:30.215Z Compiling hubpack v0.1.2
16272026-06-02T19:54:30.293Z Compiling bzip2 v0.4.4
16282026-06-02T19:54:30.483Z Compiling zstd v0.13.3
16292026-06-02T19:54:30.530Z Compiling serde_with_macros v3.17.0
16302026-06-02T19:54:30.764Z Compiling postgres-types v0.2.12
16312026-06-02T19:54:31.259Z Compiling usdt-attr-macro v0.6.0
16322026-06-02T19:54:31.328Z Compiling usdt-macro v0.6.0
16332026-06-02T19:54:31.663Z Compiling globset v0.4.18
16342026-06-02T19:54:31.678Z Compiling dtrace-parser v0.2.0
16352026-06-02T19:54:31.745Z Compiling ed25519 v2.2.3
16362026-06-02T19:54:32.102Z Compiling phf_shared v0.11.3
16372026-06-02T19:54:32.106Z Compiling olpc-cjson v0.1.4
16382026-06-02T19:54:32.232Z Compiling pkcs1 v0.7.5
16392026-06-02T19:54:32.246Z Compiling serde_plain v1.0.2
16402026-06-02T19:54:32.358Z Compiling serde-big-array v0.5.1
16412026-06-02T19:54:32.414Z Compiling rfc6979 v0.4.0
16422026-06-02T19:54:32.431Z Compiling pem v3.0.6
16432026-06-02T19:54:32.434Z Compiling clap_derive v4.5.55
16442026-06-02T19:54:32.496Z Compiling serde_repr v0.1.20
16452026-06-02T19:54:32.534Z Compiling async-recursion v1.1.1
16462026-06-02T19:54:32.624Z Compiling enum-as-inner v0.6.1
16472026-06-02T19:54:32.642Z Compiling strum_macros v0.26.4
16482026-06-02T19:54:32.757Z Compiling float-cmp v0.10.0
16492026-06-02T19:54:32.900Z Compiling thread-id v4.2.2
16502026-06-02T19:54:32.986Z Compiling memmap2 v0.9.10
16512026-06-02T19:54:33.021Z Compiling env_filter v1.0.0
16522026-06-02T19:54:33.120Z Compiling fixedbitset v0.4.2
16532026-06-02T19:54:33.173Z Compiling keccak v0.1.6
16542026-06-02T19:54:33.199Z Compiling either v1.15.0
16552026-06-02T19:54:33.328Z Compiling typed-path v0.9.3
16562026-06-02T19:54:33.338Z Compiling data-encoding v2.10.0
16572026-06-02T19:54:33.416Z Compiling normalize-line-endings v0.3.0
16582026-06-02T19:54:33.531Z Compiling new_debug_unreachable v1.0.6
16592026-06-02T19:54:33.605Z Compiling fixedbitset v0.5.7
16602026-06-02T19:54:34.018Z Compiling jiff v0.2.21
16612026-06-02T19:54:34.024Z Compiling static_assertions v1.1.0
16622026-06-02T19:54:34.024Z Compiling precomputed-hash v0.1.1
16632026-06-02T19:54:34.086Z Compiling difflib v0.4.0
16642026-06-02T19:54:34.143Z Compiling predicates-core v1.0.10
16652026-06-02T19:54:34.212Z Compiling whoami v2.1.0
16662026-06-02T19:54:34.323Z Compiling predicates v3.1.4
16672026-06-02T19:54:34.443Z Compiling strum v0.26.3
16682026-06-02T19:54:34.541Z Compiling tokio-postgres v0.7.16
16692026-06-02T19:54:34.772Z Compiling clap v4.5.60
16702026-06-02T19:54:34.827Z Compiling string_cache v0.8.9
16712026-06-02T19:54:34.827Z Compiling toml_edit v0.22.27
16722026-06-02T19:54:34.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-02T19:54:34.941Z Compiling petgraph v0.8.3
16742026-06-02T19:54:35.003Z Compiling hickory-proto v0.25.2
16752026-06-02T19:54:35.149Z Compiling itertools v0.13.0
16762026-06-02T19:54:36.401Z Compiling sha3 v0.10.8
16772026-06-02T19:54:36.744Z Compiling zip v4.6.1
16782026-06-02T19:54:36.782Z Compiling petgraph v0.6.5
16792026-06-02T19:54:37.049Z Compiling env_logger v0.11.9
16802026-06-02T19:54:37.223Z Compiling usdt v0.6.0
16812026-06-02T19:54:37.369Z Compiling usdt-impl v0.5.0
16822026-06-02T19:54:37.450Z Compiling ecdsa v0.16.9
16832026-06-02T19:54:37.469Z Compiling rsa v0.9.10
16842026-06-02T19:54:37.657Z Compiling ed25519-dalek v2.2.0
16852026-06-02T19:54:37.895Z Compiling serde_with v3.17.0
16862026-06-02T19:54:37.930Z Compiling crossterm v0.28.1
16872026-06-02T19:54:38.238Z Compiling zip v0.6.6
16882026-06-02T19:54:38.330Z Compiling toml v0.7.8
16892026-06-02T19:54:38.966Z Compiling iddqd v0.4.2
16902026-06-02T19:54:39.534Z Compiling heck v0.4.1
16912026-06-02T19:54:39.595Z Compiling similar v2.7.0
16922026-06-02T19:54:39.613Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-02T19:54:39.641Z Compiling crossbeam-epoch v0.9.18
16942026-06-02T19:54:39.765Z Compiling tokio-stream v0.1.18
16952026-06-02T19:54:39.948Z Compiling buf-list v1.1.2
16962026-06-02T19:54:40.213Z Compiling x509-cert v0.2.5
16972026-06-02T19:54:40.226Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-02T19:54:40.238Z Compiling openapiv3 v2.2.0
16992026-06-02T19:54:40.239Z Compiling sha1 v0.10.6
17002026-06-02T19:54:40.505Z Compiling peg-runtime v0.8.5
17012026-06-02T19:54:40.512Z Compiling lalrpop-util v0.19.12
17022026-06-02T19:54:40.512Z Compiling thread_local v1.1.9
17032026-06-02T19:54:41.119Z Compiling slog-async v2.8.0
17042026-06-02T19:54:41.124Z Compiling crossbeam-channel v0.5.15
17052026-06-02T19:54:41.124Z Compiling is-terminal v0.4.17
17062026-06-02T19:54:41.124Z Compiling filetime v0.2.27
17072026-06-02T19:54:41.124Z Compiling xattr v1.6.1
17082026-06-02T19:54:41.124Z Compiling take_mut v0.2.2
17092026-06-02T19:54:41.124Z Compiling term v1.2.1
17102026-06-02T19:54:41.124Z Compiling tar v0.4.45
17112026-06-02T19:54:41.645Z Compiling slog-term v2.9.2
17122026-06-02T19:54:51.394Z Compiling rustls-webpki v0.103.9
17132026-06-02T19:54:54.126Z Compiling tokio-rustls v0.26.4
17142026-06-02T19:54:54.126Z Compiling rustls-platform-verifier v0.6.2
17152026-06-02T19:54:54.326Z Compiling hyper-rustls v0.27.7
17162026-06-02T19:54:54.532Z Compiling reqwest v0.12.28
17172026-06-02T19:54:54.532Z Compiling reqwest v0.13.2
17182026-06-02T19:54:55.827Z Compiling tough v0.22.0
17192026-06-02T19:54:58.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-02T19:54:58.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-02T19:55:01.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-02T19:55:01.721Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: Clickhouse
17242026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: Cockroach
17252026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: Console
17262026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: DendriteStub
17272026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: MaghemiteMgd
17282026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Starting download, target: TransceiverControl
17292026-06-02T19:55:01.764ZJun 02 19:55:00.686 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-06-02T19:55:01.765ZJun 02 19:55:00.686 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-02T19:55:01.765ZJun 02 19:55:00.686 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-06-02T19:55:01.765ZJun 02 19:55:00.686 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-02T19:55:01.765ZJun 02 19:55:00.686 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-02T19:55:01.765ZJun 02 19:55:00.687 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-02T19:55:02.238ZJun 02 19:55:01.292 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-02T19:55:02.466ZJun 02 19:55:01.506 INFO Download complete, target: TransceiverControl
17372026-06-02T19:55:02.700ZJun 02 19:55:01.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-02T19:55:02.834ZJun 02 19:55:01.912 INFO Download complete, target: Console
17392026-06-02T19:55:03.970ZJun 02 19:55:03.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-06-02T19:55:04.491ZJun 02 19:55:03.493 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-02T19:55:04.984ZJun 02 19:55:04.033 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-02T19:55:06.838ZJun 02 19:55:05.850 INFO Download complete, target: DendriteStub
17432026-06-02T19:55:07.473ZJun 02 19:55:06.520 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-06-02T19:55:07.473ZJun 02 19:55:06.521 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-06-02T19:55:07.565ZJun 02 19:55:06.534 INFO Download complete, target: MaghemiteMgd
17462026-06-02T19:55:10.744ZJun 02 19:55:09.819 INFO Checking that binary works, target: Clickhouse
17472026-06-02T19:55:10.907ZJun 02 19:55:09.956 INFO Download complete, target: Clickhouse
17482026-06-02T19:55:12.062ZJun 02 19:55:11.132 INFO Checking that binary works, target: Cockroach
17492026-06-02T19:55:12.266ZJun 02 19:55:11.305 INFO Download complete, target: Cockroach
17502026-06-02T19:55:12.384ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-02T19:55:12.384Z
17522026-06-02T19:55:12.384Zreal 2:22.882633769
17532026-06-02T19:55:12.384Zuser 6:55.202204694
17542026-06-02T19:55:12.384Zsys 1:21.261147802
17552026-06-02T19:55:12.384Ztrap 0.220481950
17562026-06-02T19:55:12.384Ztflt 0.799193473
17572026-06-02T19:55:12.384Zdflt 0.815900171
17582026-06-02T19:55:12.385Zkflt 0.031926041
17592026-06-02T19:55:12.385Zlock 21:48.835343568
17602026-06-02T19:55:12.385Zslp 21:30.646042934
17612026-06-02T19:55:12.385Zlat 44.306999915
17622026-06-02T19:55:12.385Zstop 1:56.745899121
17632026-06-02T19:55:12.385Z+ banner clippy
17642026-06-02T19:55:12.385Z
17652026-06-02T19:55:12.385Z #### # # ##### ##### # #
17662026-06-02T19:55:12.385Z # # # # # # # # # #
17672026-06-02T19:55:12.385Z # # # # # # # #
17682026-06-02T19:55:12.385Z # # # ##### ##### #
17692026-06-02T19:55:12.385Z # # # # # # #
17702026-06-02T19:55:12.385Z #### ###### # # # #
17712026-06-02T19:55:12.385Z
17722026-06-02T19:55:12.385Z+ export CARGO_INCREMENTAL=0
17732026-06-02T19:55:12.385Z+ CARGO_INCREMENTAL=0
17742026-06-02T19:55:12.385Z+ ptime -m cargo xtask clippy
17752026-06-02T19:55:12.780Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-02T19:55:12.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-02T19:55:14.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17782026-06-02T19:55:14.888Z Running `target/debug/xtask clippy`
17792026-06-02T19:55:14.921Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17802026-06-02T19:55:15.522Z Downloading crates ...
17812026-06-02T19:55:15.712Z Downloaded backtrace-ext v0.2.1
17822026-06-02T19:55:15.716Z Downloaded concurrent-queue v2.5.0
17832026-06-02T19:55:15.721Z Downloaded owo-colors v3.5.0
17842026-06-02T19:55:15.724Z Downloaded supports-color v2.1.0
17852026-06-02T19:55:15.727Z Downloaded target-triple v1.0.0
17862026-06-02T19:55:15.727Z Downloaded blake2b_simd v1.0.4
17872026-06-02T19:55:15.734Z Downloaded assert_cmd v2.1.2
17882026-06-02T19:55:15.737Z Downloaded addr2line v0.25.1
17892026-06-02T19:55:15.739Z Downloaded supports-unicode v2.1.0
17902026-06-02T19:55:15.739Z Downloaded pathdiff v0.2.3
17912026-06-02T19:55:15.742Z Downloaded cast v0.3.0
17922026-06-02T19:55:15.742Z Downloaded async-object-pool v0.2.0
17932026-06-02T19:55:15.742Z Downloaded serde_regex v1.1.0
17942026-06-02T19:55:15.742Z Downloaded cfg-expr v0.20.6
17952026-06-02T19:55:15.745Z Downloaded chumsky v0.9.3
17962026-06-02T19:55:15.748Z Downloaded assert-json-diff v2.0.2
17972026-06-02T19:55:15.757Z Downloaded trybuild v1.0.116
17982026-06-02T19:55:15.757Z Downloaded textwrap v0.15.2
17992026-06-02T19:55:15.762Z Downloaded supports-hyperlinks v2.1.0
18002026-06-02T19:55:15.762Z Downloaded plotters-svg v0.3.7
18012026-06-02T19:55:15.762Z Downloaded async-lock v3.4.2
18022026-06-02T19:55:15.762Z Downloaded miette-derive v5.10.0
18032026-06-02T19:55:15.762Z Downloaded rstest v0.25.0
18042026-06-02T19:55:15.762Z Downloaded tokio-test v0.4.5
18052026-06-02T19:55:15.767Z Downloaded plotters-backend v0.3.7
18062026-06-02T19:55:15.770Z Downloaded event-listener-strategy v0.5.4
18072026-06-02T19:55:15.770Z Downloaded terminal_size v0.1.17
18082026-06-02T19:55:15.770Z Downloaded guppy-workspace-hack v0.1.0
18092026-06-02T19:55:15.773Z Downloaded linkme-impl v0.3.35
18102026-06-02T19:55:15.773Z Downloaded parking v2.2.1
18112026-06-02T19:55:15.773Z Downloaded target-lexicon v0.13.3
18122026-06-02T19:55:15.775Z Downloaded anes v0.1.6
18132026-06-02T19:55:15.779Z Downloaded escape8259 v0.5.3
18142026-06-02T19:55:15.782Z Downloaded approx v0.5.1
18152026-06-02T19:55:15.786Z Downloaded similar-asserts v1.7.0
18162026-06-02T19:55:15.793Z Downloaded constant_time_eq v0.3.1
18172026-06-02T19:55:15.800Z Downloaded oorandom v11.1.5
18182026-06-02T19:55:15.803Z Downloaded tinytemplate v1.2.1
18192026-06-02T19:55:15.803Z Downloaded libtest-mimic v0.8.1
18202026-06-02T19:55:15.805Z Downloaded path-tree v0.8.3
18212026-06-02T19:55:15.809Z Downloaded criterion-plot v0.6.0
18222026-06-02T19:55:15.809Z Downloaded termcolor v1.4.1
18232026-06-02T19:55:15.813Z Downloaded partial-io v0.5.4
18242026-06-02T19:55:15.821Z Downloaded knuffel-derive v3.2.0
18252026-06-02T19:55:15.821Z Downloaded futures-timer v3.0.3
18262026-06-02T19:55:15.821Z Downloaded rustc-demangle v0.1.27
18272026-06-02T19:55:15.824Z Downloaded stringmetrics v2.2.2
18282026-06-02T19:55:15.824Z Downloaded relative-path v1.9.3
18292026-06-02T19:55:15.824Z Downloaded nested v0.1.1
18302026-06-02T19:55:15.824Z Downloaded httptest v0.16.4
18312026-06-02T19:55:15.830Z Downloaded event-listener v5.4.1
18322026-06-02T19:55:15.830Z Downloaded linkme v0.3.35
18332026-06-02T19:55:15.833Z Downloaded backtrace v0.3.76
18342026-06-02T19:55:15.833Z Downloaded hickory-client v0.25.2
18352026-06-02T19:55:15.836Z Downloaded datatest-stable v0.3.3
18362026-06-02T19:55:15.836Z Downloaded target-spec v3.5.7
18372026-06-02T19:55:15.840Z Downloaded rstest_macros v0.25.0
18382026-06-02T19:55:15.840Z Downloaded rust-argon2 v2.1.0
18392026-06-02T19:55:15.845Z Downloaded rand_distr v0.5.1
18402026-06-02T19:55:15.848Z Downloaded miette v5.10.0
18412026-06-02T19:55:15.851Z Downloaded knuffel v3.2.0
18422026-06-02T19:55:15.862Z Downloaded fancy-regex v0.14.0
18432026-06-02T19:55:15.924Z Downloaded plotters v0.3.7
18442026-06-02T19:55:15.930Z Downloaded guppy v0.17.25
18452026-06-02T19:55:15.931Z Downloaded hashbrown v0.14.5
18462026-06-02T19:55:15.931Z Downloaded criterion v0.7.0
18472026-06-02T19:55:15.931Z Downloaded gimli v0.32.3
18482026-06-02T19:55:15.997Z Downloaded httpmock v0.8.3
18492026-06-02T19:55:17.671Z Checking cfg-if v1.0.4
18502026-06-02T19:55:18.025Z Checking libc v0.2.185
18512026-06-02T19:55:18.034Z Checking serde_core v1.0.228
18522026-06-02T19:55:18.160Z Checking memchr v2.8.0
18532026-06-02T19:55:18.168Z Checking smallvec v1.15.1
18542026-06-02T19:55:18.234Z Checking itoa v1.0.17
18552026-06-02T19:55:18.235Z Checking log v0.4.29
18562026-06-02T19:55:18.258Z Checking zeroize v1.8.2
18572026-06-02T19:55:18.290Z Checking libm v0.2.16
18582026-06-02T19:55:18.352Z Checking scopeguard v1.2.0
18592026-06-02T19:55:18.397Z Checking stable_deref_trait v1.2.1
18602026-06-02T19:55:18.446Z Checking zmij v1.0.21
18612026-06-02T19:55:18.472Z Checking zerofrom v0.1.6
18622026-06-02T19:55:18.509Z Checking lock_api v0.4.14
18632026-06-02T19:55:18.560Z Checking errno v0.3.14
18642026-06-02T19:55:18.598Z Checking getrandom v0.2.17
18652026-06-02T19:55:18.637Z Checking yoke v0.8.1
18662026-06-02T19:55:18.637Z Checking percent-encoding v2.3.2
18672026-06-02T19:55:18.664Z Checking litemap v0.8.1
18682026-06-02T19:55:18.697Z Checking writeable v0.6.2
18692026-06-02T19:55:18.735Z Checking icu_properties_data v2.1.2
18702026-06-02T19:55:18.757Z Checking icu_normalizer_data v2.1.1
18712026-06-02T19:55:18.840Z Checking zerovec v0.11.5
18722026-06-02T19:55:18.840Z Checking zerotrie v0.2.3
18732026-06-02T19:55:18.896Z Checking subtle v2.6.1
18742026-06-02T19:55:18.921Z Checking form_urlencoded v1.2.2
18752026-06-02T19:55:18.957Z Checking pin-project-lite v0.2.17
18762026-06-02T19:55:18.972Z Checking utf8_iter v1.0.4
18772026-06-02T19:55:19.037Z Checking num-traits v0.2.19
18782026-06-02T19:55:19.117Z Checking rand_core v0.6.4
18792026-06-02T19:55:19.117Z Checking parking_lot_core v0.9.12
18802026-06-02T19:55:19.142Z Checking zerocopy v0.8.40
18812026-06-02T19:55:19.190Z Checking rand_core v0.10.0
18822026-06-02T19:55:19.833Z Checking portable-atomic v1.13.1
18832026-06-02T19:55:19.833Z Checking signal-hook-registry v1.4.8
18842026-06-02T19:55:19.833Z Checking tinystr v0.8.2
18852026-06-02T19:55:19.833Z Checking potential_utf v0.1.4
18862026-06-02T19:55:19.833Z Checking parking_lot v0.12.5
18872026-06-02T19:55:19.833Z Checking getrandom v0.4.1
18882026-06-02T19:55:19.833Z Checking icu_collections v2.1.1
18892026-06-02T19:55:19.833Z Checking icu_locale_core v2.1.1
18902026-06-02T19:55:19.833Z Checking serde v1.0.228
18912026-06-02T19:55:19.833Z Checking serde_json v1.0.149
18922026-06-02T19:55:19.833Z Checking bitflags v2.11.0
18932026-06-02T19:55:19.833Z Checking critical-section v1.2.0
18942026-06-02T19:55:19.918Z Checking mio v1.2.0
18952026-06-02T19:55:19.918Z Checking once_cell v1.21.3
18962026-06-02T19:55:19.918Z Checking socket2 v0.6.3
18972026-06-02T19:55:19.918Z Checking typenum v1.19.0
18982026-06-02T19:55:20.079Z Checking iana-time-zone v0.1.65
18992026-06-02T19:55:20.249Z Checking bytes v1.11.1
19002026-06-02T19:55:20.373Z Checking thiserror v2.0.18
19012026-06-02T19:55:20.373Z Checking icu_provider v2.1.1
19022026-06-02T19:55:20.373Z Checking chrono v0.4.44
19032026-06-02T19:55:20.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-02T19:55:20.373Z Checking uuid v1.23.0
19052026-06-02T19:55:20.396Z Checking semver v1.0.28
19062026-06-02T19:55:20.396Z Checking icu_properties v2.1.2
19072026-06-02T19:55:20.457Z Checking icu_normalizer v2.1.1
19082026-06-02T19:55:20.508Z Checking generic-array v0.14.7
19092026-06-02T19:55:20.627Z Checking tokio v1.52.1
19102026-06-02T19:55:20.693Z Checking futures-core v0.3.32
19112026-06-02T19:55:20.693Z Checking equivalent v1.0.2
19122026-06-02T19:55:20.780Z Checking dyn-clone v1.0.20
19132026-06-02T19:55:20.877Z Checking const-oid v0.9.6
19142026-06-02T19:55:20.877Z Checking futures-sink v0.3.32
19152026-06-02T19:55:20.910Z Checking futures-task v0.3.32
19162026-06-02T19:55:20.945Z Checking futures-channel v0.3.32
19172026-06-02T19:55:20.983Z Checking crypto-common v0.1.7
19182026-06-02T19:55:21.089Z Checking block-buffer v0.10.4
19192026-06-02T19:55:21.201Z Checking futures-io v0.3.32
19202026-06-02T19:55:21.201Z Checking slab v0.4.12
19212026-06-02T19:55:21.311Z Checking rustix v1.1.3
19222026-06-02T19:55:21.312Z Checking byteorder v1.5.0
19232026-06-02T19:55:21.312Z Checking hashbrown v0.17.0
19242026-06-02T19:55:21.355Z Checking idna_adapter v1.2.1
19252026-06-02T19:55:21.355Z Checking futures-util v0.3.32
19262026-06-02T19:55:21.421Z Checking idna v1.1.0
19272026-06-02T19:55:21.467Z Checking cpufeatures v0.2.17
19282026-06-02T19:55:21.538Z Checking digest v0.10.7
19292026-06-02T19:55:21.651Z Checking thiserror v1.0.69
19302026-06-02T19:55:21.730Z Checking getrandom v0.3.4
19312026-06-02T19:55:21.730Z Checking url v2.5.8
19322026-06-02T19:55:21.730Z Checking fnv v1.0.7
19332026-06-02T19:55:21.754Z Checking indexmap v2.14.0
19342026-06-02T19:55:22.576Z Checking regex-syntax v0.8.10
19352026-06-02T19:55:22.597Z Checking http v1.4.0
19362026-06-02T19:55:22.597Z Checking ppv-lite86 v0.2.21
19372026-06-02T19:55:22.597Z Checking tracing-core v0.1.36
19382026-06-02T19:55:22.597Z Checking schemars v0.8.22
19392026-06-02T19:55:22.597Z Checking base64 v0.22.1
19402026-06-02T19:55:22.597Z Checking tracing v0.1.44
19412026-06-02T19:55:22.597Z Checking ipnet v2.11.0
19422026-06-02T19:55:22.597Z Checking anstyle v1.0.13
19432026-06-02T19:55:22.597Z Checking utf8parse v0.2.2
19442026-06-02T19:55:22.597Z Checking unicode-ident v1.0.24
19452026-06-02T19:55:22.784Z Checking untrusted v0.9.0
19462026-06-02T19:55:22.784Z Checking base64ct v1.8.3
19472026-06-02T19:55:22.936Z Checking proc-macro2 v1.0.106
19482026-06-02T19:55:22.936Z Checking anstyle-parse v0.2.7
19492026-06-02T19:55:22.936Z Checking ring v0.17.14
19502026-06-02T19:55:22.936Z Checking block-padding v0.3.3
19512026-06-02T19:55:23.034Z Checking aho-corasick v1.1.4
19522026-06-02T19:55:23.034Z Checking is_terminal_polyfill v1.70.2
19532026-06-02T19:55:23.034Z Checking anstyle-query v1.1.5
19542026-06-02T19:55:23.110Z Checking quote v1.0.45
19552026-06-02T19:55:23.110Z Checking colorchoice v1.0.4
19562026-06-02T19:55:23.144Z Checking inout v0.1.4
19572026-06-02T19:55:23.278Z Checking rustls-pki-types v1.14.0
19582026-06-02T19:55:23.427Z Checking anstream v0.6.21
19592026-06-02T19:55:23.427Z Checking httparse v1.10.1
19602026-06-02T19:55:23.427Z Checking syn v2.0.117
19612026-06-02T19:55:23.428Z Checking cipher v0.4.4
19622026-06-02T19:55:23.549Z Checking terminal_size v0.4.3
19632026-06-02T19:55:23.684Z Checking crossbeam-utils v0.8.21
19642026-06-02T19:55:23.684Z Checking allocator-api2 v0.2.21
19652026-06-02T19:55:23.684Z Checking strsim v0.11.1
19662026-06-02T19:55:23.684Z Checking clap_lex v1.0.0
19672026-06-02T19:55:23.732Z Checking regex-automata v0.4.14
19682026-06-02T19:55:23.732Z Checking pem-rfc7468 v0.7.0
19692026-06-02T19:55:23.765Z Checking clap_builder v4.5.60
19702026-06-02T19:55:23.765Z Checking tokio-util v0.7.18
19712026-06-02T19:55:26.472Z Checking http-body v1.0.1
19722026-06-02T19:55:26.641Z Checking sha2 v0.10.9
19732026-06-02T19:55:26.641Z Checking atomic-waker v1.1.2
19742026-06-02T19:55:26.641Z Checking powerfmt v0.2.0
19752026-06-02T19:55:26.641Z Checking rand_core v0.9.5
19762026-06-02T19:55:26.641Z Checking hmac v0.12.1
19772026-06-02T19:55:26.641Z Checking deranged v0.5.8
19782026-06-02T19:55:26.641Z Checking try-lock v0.2.5
19792026-06-02T19:55:26.641Z Checking num-conv v0.2.0
19802026-06-02T19:55:26.641Z Checking num_threads v0.1.7
19812026-06-02T19:55:26.641Z Checking httpdate v1.0.3
19822026-06-02T19:55:26.641Z Checking time-core v0.1.8
19832026-06-02T19:55:26.641Z Checking want v0.3.1
19842026-06-02T19:55:26.641Z Checking h2 v0.4.13
19852026-06-02T19:55:26.641Z Checking pin-utils v0.1.0
19862026-06-02T19:55:26.641Z Checking tower-layer v0.3.3
19872026-06-02T19:55:26.641Z Checking tower-service v0.3.3
19882026-06-02T19:55:26.641Z Checking flagset v0.4.7
19892026-06-02T19:55:26.641Z Checking ryu v1.0.23
19902026-06-02T19:55:26.641Z Checking rand_chacha v0.9.0
19912026-06-02T19:55:26.641Z Checking der v0.7.10
19922026-06-02T19:55:26.713Z Checking erased-serde v0.3.31
19932026-06-02T19:55:26.713Z Checking mime v0.3.17
19942026-06-02T19:55:26.713Z Checking clap v4.5.60
19952026-06-02T19:55:26.713Z Checking time v0.3.47
19962026-06-02T19:55:26.713Z Checking rand v0.9.2
19972026-06-02T19:55:26.713Z Checking spin v0.9.8
19982026-06-02T19:55:26.713Z Checking slog v2.8.2
19992026-06-02T19:55:26.713Z Checking anyhow v1.0.102
20002026-06-02T19:55:26.713Z Checking http-body-util v0.1.3
20012026-06-02T19:55:26.713Z Checking aws-lc-sys v0.40.0
20022026-06-02T19:55:26.713Z Checking untrusted v0.7.1
20032026-06-02T19:55:26.713Z Checking fastrand v2.3.0
20042026-06-02T19:55:26.714Z Checking openssl-probe v0.2.1
20052026-06-02T19:55:26.714Z Checking spki v0.7.3
20062026-06-02T19:55:26.714Z Checking serde_urlencoded v0.7.1
20072026-06-02T19:55:26.714Z Checking pbkdf2 v0.12.2
20082026-06-02T19:55:26.714Z Checking aes v0.8.4
20092026-06-02T19:55:26.714Z Checking encoding_rs v0.8.35
20102026-06-02T19:55:26.714Z Checking regex v1.12.3
20112026-06-02T19:55:26.714Z Checking salsa20 v0.10.2
20122026-06-02T19:55:26.714Z Checking cbc v0.1.2
20132026-06-02T19:55:26.714Z Checking aws-lc-rs v1.16.3
20142026-06-02T19:55:26.714Z Checking rand_chacha v0.3.1
20152026-06-02T19:55:26.714Z Checking hex v0.4.3
20162026-06-02T19:55:26.714Z Checking pretty-hex v0.4.1
20172026-06-02T19:55:26.714Z Checking simd-adler32 v0.3.8
20182026-06-02T19:55:26.714Z Checking scrypt v0.11.0
20192026-06-02T19:55:26.714Z Checking rand v0.8.6
20202026-06-02T19:55:26.714Z Checking tempfile v3.25.0
20212026-06-02T19:55:26.714Z Checking ipnetwork v0.21.1
20222026-06-02T19:55:26.714Z Checking adler2 v2.0.1
20232026-06-02T19:55:26.714Z Checking plain v0.2.3
20242026-06-02T19:55:26.714Z Checking miniz_oxide v0.8.9
20252026-06-02T19:55:26.714Z Checking pkcs5 v0.7.1
20262026-06-02T19:55:26.714Z Checking rustls-native-certs v0.8.3
20272026-06-02T19:55:26.714Z Checking sync_wrapper v1.0.2
20282026-06-02T19:55:26.983Z Checking ucd-trie v0.1.7
20292026-06-02T19:55:26.983Z Checking webpki-roots v1.0.6
20302026-06-02T19:55:26.997Z Checking tower v0.5.3
20312026-06-02T19:55:26.997Z Checking rustls-webpki v0.103.9
20322026-06-02T19:55:26.997Z Checking camino v1.2.2
20332026-06-02T19:55:26.997Z Checking pest v2.8.6
20342026-06-02T19:55:26.997Z Checking pkcs8 v0.10.2
20352026-06-02T19:55:26.997Z Checking iri-string v0.7.10
20362026-06-02T19:55:26.997Z Checking foldhash v0.2.0
20372026-06-02T19:55:27.047Z Checking hyper v1.8.1
20382026-06-02T19:55:27.080Z Checking futures-executor v0.3.32
20392026-06-02T19:55:27.114Z Checking either v1.15.0
20402026-06-02T19:55:27.145Z Checking hashbrown v0.16.1
20412026-06-02T19:55:27.151Z Checking openapiv3 v2.2.0
20422026-06-02T19:55:27.207Z Checking rustls v0.23.37
20432026-06-02T19:55:27.242Z Checking futures v0.3.32
20442026-06-02T19:55:27.357Z Checking crc32fast v1.5.0
20452026-06-02T19:55:27.369Z Checking static_assertions v1.1.0
20462026-06-02T19:55:27.442Z Checking oxnet v0.1.4
20472026-06-02T19:55:27.476Z Checking lazy_static v1.5.0
20482026-06-02T19:55:27.595Z Checking signature v2.2.0
20492026-06-02T19:55:27.662Z Checking winnow v0.7.14
20502026-06-02T19:55:27.702Z Checking hubpack v0.1.2
20512026-06-02T19:55:27.746Z Checking zlib-rs v0.6.2
20522026-06-02T19:55:27.892Z Checking strum v0.26.3
20532026-06-02T19:55:27.926Z Checking tinyvec_macros v0.1.1
20542026-06-02T19:55:27.959Z Checking tower-http v0.6.8
20552026-06-02T19:55:27.963Z Checking hyper-util v0.1.20
20562026-06-02T19:55:28.027Z Checking psl-types v2.0.11
20572026-06-02T19:55:28.031Z Checking tinyvec v1.10.0
20582026-06-02T19:55:28.167Z Checking publicsuffix v2.3.0
20592026-06-02T19:55:28.304Z Checking cookie v0.18.1
20602026-06-02T19:55:28.371Z Checking sha1 v0.10.6
20612026-06-02T19:55:28.413Z Checking num-integer v0.1.46
20622026-06-02T19:55:28.462Z Checking scroll v0.13.0
20632026-06-02T19:55:28.515Z Checking data-encoding v2.10.0
20642026-06-02T19:55:28.561Z Checking cookie_store v0.22.1
20652026-06-02T19:55:28.650Z Checking flate2 v1.1.9
20662026-06-02T19:55:28.685Z Checking serde_spanned v0.6.9
20672026-06-02T19:55:28.719Z Checking goblin v0.10.5
20682026-06-02T19:55:28.819Z Checking toml_datetime v0.6.11
20692026-06-02T19:55:28.852Z Checking memmap2 v0.9.10
20702026-06-02T19:55:28.887Z Checking base16ct v0.2.0
20712026-06-02T19:55:28.919Z Checking foreign-types-shared v0.1.1
20722026-06-02T19:55:28.973Z Checking bit-vec v0.8.0
20732026-06-02T19:55:29.020Z Checking dtrace-parser v0.3.0
20742026-06-02T19:55:29.055Z Checking foreign-types v0.3.2
20752026-06-02T19:55:29.058Z Checking sec1 v0.7.3
20762026-06-02T19:55:29.058Z Checking ff v0.13.1
20772026-06-02T19:55:29.152Z Checking openssl-sys v0.9.115
20782026-06-02T19:55:29.189Z Checking bit-set v0.8.0
20792026-06-02T19:55:29.254Z Checking wait-timeout v0.2.1
20802026-06-02T19:55:29.288Z Checking thread-id v5.1.0
20812026-06-02T19:55:29.291Z Checking group v0.13.0
20822026-06-02T19:55:29.396Z Checking num-iter v0.1.45
20832026-06-02T19:55:29.408Z Checking bstr v1.12.1
20842026-06-02T19:55:29.423Z Checking hkdf v0.12.4
20852026-06-02T19:55:29.489Z Checking crossbeam-epoch v0.9.18
20862026-06-02T19:55:29.504Z Checking ahash v0.8.12
20872026-06-02T19:55:29.504Z Checking crypto-bigint v0.5.5
20882026-06-02T19:55:29.553Z Checking openssl v0.10.79
20892026-06-02T19:55:29.600Z Checking tokio-rustls v0.26.4
20902026-06-02T19:55:29.639Z Checking rustls-platform-verifier v0.6.2
20912026-06-02T19:55:29.669Z Checking quick-error v1.2.3
20922026-06-02T19:55:29.737Z Checking rand_xorshift v0.4.0
20932026-06-02T19:55:29.792Z Checking rusty-fork v0.3.1
20942026-06-02T19:55:29.828Z Checking scroll v0.12.0
20952026-06-02T19:55:29.831Z Checking unarray v0.1.4
20962026-06-02T19:55:29.895Z Checking num-bigint-dig v0.8.6
20972026-06-02T19:55:29.898Z Checking hyper-rustls v0.27.7
20982026-06-02T19:55:29.982Z Checking pkcs1 v0.7.5
20992026-06-02T19:55:29.987Z Checking proptest v1.10.0
21002026-06-02T19:55:30.073Z Checking goblin v0.8.2
21012026-06-02T19:55:30.157Z Checking reqwest v0.13.2
21022026-06-02T19:55:30.214Z Checking x509-cert v0.2.5
21032026-06-02T19:55:30.407Z Checking elliptic-curve v0.13.8
21042026-06-02T19:55:30.723Z Checking zerocopy v0.7.35
21052026-06-02T19:55:30.759Z Checking unicode-segmentation v1.12.0
21062026-06-02T19:55:30.878Z Checking rsa v0.9.10
21072026-06-02T19:55:31.025Z Checking dtrace-parser v0.2.0
21082026-06-02T19:55:31.073Z Checking dof v0.4.0
21092026-06-02T19:55:31.108Z Checking rfc6979 v0.4.0
21102026-06-02T19:55:31.225Z Checking memoffset v0.9.1
21112026-06-02T19:55:31.261Z Checking thread-id v4.2.2
21122026-06-02T19:55:31.294Z Checking ecdsa v0.16.9
21132026-06-02T19:55:31.333Z Checking curve25519-dalek v4.1.3
21142026-06-02T19:55:31.369Z Checking rustix v0.38.44
21152026-06-02T19:55:31.371Z Checking env_filter v1.0.0
21162026-06-02T19:55:31.554Z Checking native-tls v0.2.18
21172026-06-02T19:55:31.590Z Checking toml_write v0.1.2
21182026-06-02T19:55:31.643Z Checking keccak v0.1.6
21192026-06-02T19:55:31.730Z Checking usdt-impl v0.6.0
21202026-06-02T19:55:31.766Z Checking tokio-native-tls v0.3.1
21212026-06-02T19:55:31.800Z Checking same-file v1.0.6
21222026-06-02T19:55:31.836Z Checking sha3 v0.10.8
21232026-06-02T19:55:31.839Z Checking newtype-uuid v1.3.2
21242026-06-02T19:55:31.939Z Checking walkdir v2.5.0
21252026-06-02T19:55:31.942Z Checking hyper-tls v0.6.0
21262026-06-02T19:55:32.008Z Checking dof v0.3.0
21272026-06-02T19:55:32.037Z Checking usdt v0.6.0
21282026-06-02T19:55:32.070Z Checking toml_edit v0.22.27
21292026-06-02T19:55:32.104Z Checking daft v0.1.7
21302026-06-02T19:55:32.138Z Checking env_logger v0.11.9
21312026-06-02T19:55:32.141Z Checking ed25519 v2.2.3
21322026-06-02T19:55:32.203Z Checking itertools v0.13.0
21332026-06-02T19:55:32.206Z Checking reqwest v0.12.28
21342026-06-02T19:55:32.343Z Checking serde_with v3.17.0
21352026-06-02T19:55:32.361Z Checking usdt-impl v0.5.0
21362026-06-02T19:55:32.372Z Checking siphasher v1.0.2
21372026-06-02T19:55:32.372Z Checking bitflags v1.3.2
21382026-06-02T19:55:32.416Z Checking ed25519-dalek v2.2.0
21392026-06-02T19:55:32.478Z Checking nix v0.31.2
21402026-06-02T19:55:32.530Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-06-02T19:55:32.598Z Checking unicode-normalization v0.1.25
21422026-06-02T19:55:32.664Z Checking signal-hook v0.3.18
21432026-06-02T19:55:32.869Z Checking winnow v0.5.40
21442026-06-02T19:55:32.903Z Checking managed v0.8.0
21452026-06-02T19:55:33.024Z Checking bzip2-sys v0.1.13+1.0.8
21462026-06-02T19:55:33.081Z Checking object v0.37.3
21472026-06-02T19:55:33.115Z Checking foldhash v0.1.5
21482026-06-02T19:55:33.147Z Checking bzip2 v0.4.4
21492026-06-02T19:55:33.182Z Checking signal-hook-mio v0.2.5
21502026-06-02T19:55:33.235Z Checking globset v0.4.18
21512026-06-02T19:55:33.267Z Checking hashbrown v0.15.5
21522026-06-02T19:55:33.323Z Checking ref-cast v1.0.25
21532026-06-02T19:55:33.353Z Checking zstd-sys v2.0.16+zstd.1.5.7
21542026-06-02T19:55:33.442Z Checking zip v0.6.6
21552026-06-02T19:55:33.491Z Checking zstd-safe v7.2.4
21562026-06-02T19:55:33.524Z Checking pin-project v1.1.11
21572026-06-02T19:55:33.563Z Checking libbz2-rs-sys v0.2.2
21582026-06-02T19:55:33.643Z Checking bumpalo v3.20.2
21592026-06-02T19:55:33.757Z Checking zstd v0.13.3
21602026-06-02T19:55:33.770Z Checking crossterm v0.28.1
21612026-06-02T19:55:33.775Z Checking similar v2.7.0
21622026-06-02T19:55:33.797Z Checking tokio-stream v0.1.18
21632026-06-02T19:55:33.861Z Checking zopfli v0.8.3
21642026-06-02T19:55:33.895Z Checking fs-err v3.3.0
21652026-06-02T19:55:33.984Z Checking bzip2 v0.6.1
21662026-06-02T19:55:34.044Z Checking toml_edit v0.19.15
21672026-06-02T19:55:34.167Z Checking pem v3.0.6
21682026-06-02T19:55:34.174Z Checking hash32 v0.2.1
21692026-06-02T19:55:34.234Z Checking serde-big-array v0.5.1
21702026-06-02T19:55:34.239Z Checking jiff v0.2.21
21712026-06-02T19:55:34.239Z Checking predicates-core v1.0.10
21722026-06-02T19:55:34.343Z Checking unicode-bidi v0.3.18
21732026-06-02T19:55:34.377Z Checking unicode-properties v0.1.4
21742026-06-02T19:55:34.411Z Checking heapless v0.7.17
21752026-06-02T19:55:34.415Z Checking snafu v0.8.9
21762026-06-02T19:55:34.474Z Checking olpc-cjson v0.1.4
21772026-06-02T19:55:34.585Z Checking hickory-proto v0.25.2
21782026-06-02T19:55:34.630Z Checking md-5 v0.10.6
21792026-06-02T19:55:34.666Z Checking stringprep v0.1.5
21802026-06-02T19:55:34.710Z Checking serde_plain v1.0.2
21812026-06-02T19:55:34.791Z Checking float-cmp v0.10.0
21822026-06-02T19:55:34.841Z Checking fallible-iterator v0.2.0
21832026-06-02T19:55:34.844Z Checking difflib v0.4.0
21842026-06-02T19:55:34.906Z Checking typed-path v0.9.3
21852026-06-02T19:55:34.940Z Checking normalize-line-endings v0.3.0
21862026-06-02T19:55:35.057Z Checking smoltcp v0.9.1
21872026-06-02T19:55:35.093Z Checking predicates v3.1.4
21882026-06-02T19:55:35.097Z Checking toml v0.7.8
21892026-06-02T19:55:35.160Z Checking postgres-protocol v0.6.10
21902026-06-02T19:55:35.401Z Checking iddqd v0.4.2
21912026-06-02T19:55:35.497Z Checking phf_shared v0.13.1
21922026-06-02T19:55:35.502Z Checking phf_shared v0.11.3
21932026-06-02T19:55:35.505Z Checking buf-list v1.1.2
21942026-06-02T19:55:35.635Z Checking strum v0.27.2
21952026-06-02T19:55:35.671Z Checking lalrpop-util v0.19.12
21962026-06-02T19:55:35.674Z Checking precomputed-hash v0.1.1
21972026-06-02T19:55:35.737Z Checking fixedbitset v0.4.2
21982026-06-02T19:55:35.740Z Checking tough v0.22.0
21992026-06-02T19:55:35.803Z Checking new_debug_unreachable v1.0.6
22002026-06-02T19:55:35.837Z Checking fixedbitset v0.5.7
22012026-06-02T19:55:35.867Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-06-02T19:55:35.904Z Checking string_cache v0.8.9
22032026-06-02T19:55:35.934Z Checking petgraph v0.6.5
22042026-06-02T19:55:36.052Z Checking petgraph v0.8.3
22052026-06-02T19:55:36.094Z Checking phf v0.13.1
22062026-06-02T19:55:36.269Z Checking postgres-types v0.2.12
22072026-06-02T19:55:36.384Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-06-02T19:55:36.525Z Checking zip v4.6.1
22092026-06-02T19:55:36.605Z Checking peg-runtime v0.8.5
22102026-06-02T19:55:36.610Z Checking whoami v2.1.0
22112026-06-02T19:55:36.855Z Checking tokio-postgres v0.7.16
22122026-06-02T19:55:36.893Z Checking is-terminal v0.4.17
22132026-06-02T19:55:37.012Z Checking crossbeam-channel v0.5.15
22142026-06-02T19:55:37.117Z Compiling structmeta-derive v0.3.0
22152026-06-02T19:55:37.177Z Checking thread_local v1.1.9
22162026-06-02T19:55:37.366Z Checking take_mut v0.2.2
22172026-06-02T19:55:37.371Z Checking term v1.2.1
22182026-06-02T19:55:37.398Z Compiling newtype-uuid-macros v0.1.0
22192026-06-02T19:55:37.496Z Checking slog-async v2.8.0
22202026-06-02T19:55:37.708Z Compiling rustls v0.22.4
22212026-06-02T19:55:37.721Z Checking slog-term v2.9.2
22222026-06-02T19:55:37.721Z Compiling multer v3.1.0
22232026-06-02T19:55:37.776Z Compiling async-stream-impl v0.3.6
22242026-06-02T19:55:37.876Z Compiling dropshot v0.17.0
22252026-06-02T19:55:37.947Z Compiling dropshot_endpoint v0.17.0
22262026-06-02T19:55:37.990Z Checking match_cfg v0.1.0
22272026-06-02T19:55:38.083Z Checking hostname v0.3.1
22282026-06-02T19:55:38.152Z Checking slog-json v2.6.1
22292026-06-02T19:55:38.220Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22302026-06-02T19:55:38.248Z Compiling structmeta v0.3.0
22312026-06-02T19:55:38.251Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22322026-06-02T19:55:38.251Z Checking debug-ignore v1.0.5
22332026-06-02T19:55:38.361Z Checking slog-bunyan v2.5.0
22342026-06-02T19:55:38.399Z Checking rustls-webpki v0.102.8
22352026-06-02T19:55:38.435Z Checking serde_path_to_error v0.1.20
22362026-06-02T19:55:38.439Z Checking toml_datetime v1.0.0+spec-1.1.0
22372026-06-02T19:55:38.499Z Checking serde_spanned v1.0.4
22382026-06-02T19:55:38.559Z Compiling derive-ex v0.1.8
22392026-06-02T19:55:38.635Z Checking compression-core v0.4.31
22402026-06-02T19:55:38.669Z Checking toml_writer v1.0.6+spec-1.1.0
22412026-06-02T19:55:38.702Z Checking progenitor-client v0.14.0
22422026-06-02T19:55:38.734Z Checking async-stream v0.3.6
22432026-06-02T19:55:38.799Z Checking compression-codecs v0.4.37
22442026-06-02T19:55:38.867Z Checking toml v1.0.6+spec-1.1.0
22452026-06-02T19:55:38.902Z Checking waitgroup v0.1.2
22462026-06-02T19:55:38.960Z Checking rustls-pemfile v2.2.0
22472026-06-02T19:55:38.994Z Checking async-compression v0.4.41
22482026-06-02T19:55:39.028Z Checking hostname v0.4.2
22492026-06-02T19:55:39.122Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22502026-06-02T19:55:39.143Z Compiling parse-display-derive v0.10.0
22512026-06-02T19:55:39.172Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-02T19:55:39.190Z Checking regress v0.10.5
22532026-06-02T19:55:39.256Z Checking itertools v0.14.0
22542026-06-02T19:55:39.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22552026-06-02T19:55:39.466Z Checking macaddr v1.0.1
22562026-06-02T19:55:39.673Z Checking instant v0.1.13
22572026-06-02T19:55:39.734Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22582026-06-02T19:55:39.761Z Checking backon v1.6.0
22592026-06-02T19:55:39.797Z Checking backoff v0.4.0
22602026-06-02T19:55:39.952Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22612026-06-02T19:55:39.987Z Checking humantime v2.3.0
22622026-06-02T19:55:40.022Z Checking progenitor-extras v0.2.0
22632026-06-02T19:55:40.197Z Checking progenitor-client v0.10.0
22642026-06-02T19:55:40.271Z Compiling test-strategy v0.4.5
22652026-06-02T19:55:40.274Z Checking unicode-width v0.2.0
22662026-06-02T19:55:40.337Z Checking heck v0.5.0
22672026-06-02T19:55:40.340Z Checking tokio-rustls v0.25.0
22682026-06-02T19:55:40.442Z Compiling convert_case v0.4.0
22692026-06-02T19:55:40.449Z Checking half v2.7.1
22702026-06-02T19:55:40.586Z Checking ciborium-io v0.2.2
22712026-06-02T19:55:40.603Z Checking secrecy v0.10.3
22722026-06-02T19:55:40.641Z Compiling regress v0.11.1
22732026-06-02T19:55:40.649Z Checking indent_write v2.2.0
22742026-06-02T19:55:40.719Z Checking universal-hash v0.5.1
22752026-06-02T19:55:40.751Z Checking ciborium-ll v0.2.2
22762026-06-02T19:55:40.803Z Checking parse-display v0.10.0
22772026-06-02T19:55:40.837Z Compiling unsafe-libyaml v0.2.11
22782026-06-02T19:55:40.841Z Compiling derive_more v0.99.20
22792026-06-02T19:55:40.900Z Checking opaque-debug v0.3.1
22802026-06-02T19:55:40.948Z Checking ciborium v0.2.2
22812026-06-02T19:55:41.014Z Checking camino-tempfile v1.4.1
22822026-06-02T19:55:41.193Z Compiling crucible-workspace-hack v0.1.0
22832026-06-02T19:55:41.387Z Compiling serde_yaml v0.9.34+deprecated
22842026-06-02T19:55:41.464Z Checking aead v0.5.2
22852026-06-02T19:55:41.637Z Checking poly1305 v0.8.0
22862026-06-02T19:55:41.700Z Checking chacha20 v0.9.1
22872026-06-02T19:55:41.777Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22882026-06-02T19:55:41.916Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22892026-06-02T19:55:41.950Z Compiling thiserror-impl-no-std v2.0.2
22902026-06-02T19:55:42.188Z Compiling typify-impl v0.6.2
22912026-06-02T19:55:42.258Z Checking password-hash v0.5.0
22922026-06-02T19:55:42.505Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22932026-06-02T19:55:42.540Z Checking blake2 v0.10.6
22942026-06-02T19:55:42.804Z Checking argon2 v0.5.3
22952026-06-02T19:55:42.862Z Checking chacha20poly1305 v0.10.1
22962026-06-02T19:55:43.016Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22972026-06-02T19:55:43.137Z Checking thiserror-no-std v2.0.2
22982026-06-02T19:55:43.170Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22992026-06-02T19:55:43.252Z Checking vsss-rs v3.3.4
23002026-06-02T19:55:43.417Z Checking byte-wrapper v0.1.0
23012026-06-02T19:55:43.474Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23022026-06-02T19:55:43.535Z Checking swrite v0.1.0
23032026-06-02T19:55:43.653Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23042026-06-02T19:55:43.656Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23052026-06-02T19:55:43.747Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23062026-06-02T19:55:43.900Z Checking crossbeam-deque v0.8.6
23072026-06-02T19:55:43.936Z Compiling rayon-core v1.13.0
23082026-06-02T19:55:44.109Z Checking toml v0.8.23
23092026-06-02T19:55:44.547Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23102026-06-02T19:55:44.553Z Compiling proc-macro-error v1.0.4
23112026-06-02T19:55:44.553Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-06-02T19:55:44.553Z Checking rayon v1.11.0
23132026-06-02T19:55:44.755Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-06-02T19:55:44.790Z Checking tabwriter v1.4.1
23152026-06-02T19:55:44.964Z Checking glob v0.3.3
23162026-06-02T19:55:44.969Z Checking colored v3.1.1
23172026-06-02T19:55:45.169Z Compiling heapless v0.8.0
23182026-06-02T19:55:45.217Z Compiling ingot-macros v0.1.1
23192026-06-02T19:55:45.250Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23202026-06-02T19:55:45.370Z Compiling proc-macro-crate v3.4.0
23212026-06-02T19:55:45.586Z Checking hash32 v0.3.1
23222026-06-02T19:55:45.672Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-02T19:55:45.740Z Checking unicode-width v0.1.14
23242026-06-02T19:55:45.815Z Compiling smoltcp v0.11.0
23252026-06-02T19:55:45.989Z Checking cobs v0.3.0
23262026-06-02T19:55:46.012Z Compiling usdt-macro v0.5.0
23272026-06-02T19:55:46.040Z Compiling usdt-attr-macro v0.5.0
23282026-06-02T19:55:46.148Z Checking memmap v0.7.0
23292026-06-02T19:55:46.224Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-06-02T19:55:46.308Z Checking postcard v1.1.3
23312026-06-02T19:55:46.488Z Compiling num_enum_derive v0.7.5
23322026-06-02T19:55:46.621Z Compiling proc-macro-crate v1.3.1
23332026-06-02T19:55:46.746Z Compiling typify-macro v0.6.2
23342026-06-02T19:55:46.781Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-06-02T19:55:46.814Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23362026-06-02T19:55:46.848Z Checking usdt v0.5.0
23372026-06-02T19:55:47.016Z Checking sigpipe v0.1.3
23382026-06-02T19:55:47.050Z Compiling foreign-types-macros v0.2.3
23392026-06-02T19:55:47.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-06-02T19:55:47.121Z Checking cpufeatures v0.3.0
23412026-06-02T19:55:47.219Z Checking foreign-types-shared v0.3.1
23422026-06-02T19:55:47.336Z Checking chacha20 v0.10.0
23432026-06-02T19:55:47.366Z Compiling num_enum_derive v0.5.11
23442026-06-02T19:55:47.546Z Checking num_enum v0.7.5
23452026-06-02T19:55:47.647Z Checking foreign-types v0.5.0
23462026-06-02T19:55:47.682Z Checking cstr-argument v0.1.2
23472026-06-02T19:55:47.714Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-06-02T19:55:47.746Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-06-02T19:55:47.750Z Compiling num-derive v0.4.2
23502026-06-02T19:55:47.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23512026-06-02T19:55:47.994Z Checking ingot-types v0.1.2
23522026-06-02T19:55:48.078Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-06-02T19:55:48.159Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-02T19:55:48.216Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23552026-06-02T19:55:48.342Z Checking rand v0.10.0
23562026-06-02T19:55:48.377Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-06-02T19:55:48.482Z Checking ingot v0.1.1
23582026-06-02T19:55:48.500Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-06-02T19:55:48.500Z Checking num_enum v0.5.11
23602026-06-02T19:55:48.542Z Compiling typify v0.6.2
23612026-06-02T19:55:48.611Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23622026-06-02T19:55:48.644Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-06-02T19:55:48.676Z Compiling progenitor-impl v0.14.0
23642026-06-02T19:55:48.738Z Compiling zone_cfg_derive v0.3.1
23652026-06-02T19:55:48.836Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23662026-06-02T19:55:48.997Z Checking itertools v0.12.1
23672026-06-02T19:55:49.038Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-06-02T19:55:49.300Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23692026-06-02T19:55:49.480Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23702026-06-02T19:55:49.580Z Checking smf v0.2.3
23712026-06-02T19:55:49.624Z Checking whoami v1.6.1
23722026-06-02T19:55:49.716Z Checking tokio-dtrace v0.1.1
23732026-06-02T19:55:49.749Z Compiling derive-where v1.6.0
23742026-06-02T19:55:49.829Z Checking console v0.15.11
23752026-06-02T19:55:49.864Z Checking atomicwrites v0.4.4
23762026-06-02T19:55:49.923Z Checking oxide-tokio-rt v0.1.4
23772026-06-02T19:55:49.999Z Checking newline-converter v0.3.0
23782026-06-02T19:55:50.037Z Checking zone v0.3.1
23792026-06-02T19:55:50.079Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23802026-06-02T19:55:50.113Z Checking num-rational v0.4.2
23812026-06-02T19:55:50.146Z Checking num-complex v0.4.6
23822026-06-02T19:55:50.150Z Checking expectorate v1.2.0
23832026-06-02T19:55:50.329Z Checking float-ord v0.3.2
23842026-06-02T19:55:50.404Z Checking bytecount v0.6.9
23852026-06-02T19:55:50.438Z Compiling prettyplease v0.2.37
23862026-06-02T19:55:50.469Z Compiling owo-colors v4.3.0
23872026-06-02T19:55:50.505Z Checking num v0.4.3
23882026-06-02T19:55:50.537Z Compiling cancel-safe-futures v0.1.5
23892026-06-02T19:55:50.604Z Compiling progenitor-impl v0.13.0
23902026-06-02T19:55:50.704Z Checking libsw-core v0.3.2
23912026-06-02T19:55:50.873Z Checking libsw v3.5.0
23922026-06-02T19:55:51.125Z Checking progenitor-client v0.13.0
23932026-06-02T19:55:51.134Z Checking linear-map v1.2.0
23942026-06-02T19:55:51.238Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23952026-06-02T19:55:51.282Z Compiling progenitor-macro v0.14.0
23962026-06-02T19:55:51.348Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-02T19:55:51.506Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-06-02T19:55:51.957Z Checking gethostname v0.5.0
23992026-06-02T19:55:52.072Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-06-02T19:55:52.285Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24012026-06-02T19:55:53.128Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-06-02T19:55:53.191Z Compiling progenitor-macro v0.13.0
24032026-06-02T19:55:54.249Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-06-02T19:55:55.434Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-06-02T19:55:56.245Z Checking progenitor v0.14.0
24062026-06-02T19:55:56.603Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24072026-06-02T19:55:57.192Z Checking resolv-conf v0.7.6
24082026-06-02T19:55:57.292Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24092026-06-02T19:55:57.399Z Checking smawk v0.3.2
24102026-06-02T19:55:57.484Z Checking unicode-linebreak v0.1.5
24112026-06-02T19:55:57.553Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-06-02T19:55:57.732Z Checking papergrid v0.11.0
24132026-06-02T19:55:57.809Z Compiling tabled_derive v0.7.0
24142026-06-02T19:55:57.941Z Compiling convert_case v0.10.0
24152026-06-02T19:55:58.131Z Checking progenitor v0.13.0
24162026-06-02T19:55:58.213Z Compiling slog-dtrace v0.3.0
24172026-06-02T19:55:58.332Z Compiling derive_more-impl v2.1.1
24182026-06-02T19:55:58.367Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-06-02T19:55:58.846Z Checking tabled v0.15.0
24202026-06-02T19:55:59.056Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24212026-06-02T19:55:59.130Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24222026-06-02T19:55:59.170Z Checking derive_more v2.1.1
24232026-06-02T19:55:59.233Z Checking linked-hash-map v0.5.6
24242026-06-02T19:55:59.269Z Checking hickory-proto v0.24.4
24252026-06-02T19:55:59.299Z Checking crossterm v0.29.0
24262026-06-02T19:55:59.363Z Checking fd-lock v4.0.4
24272026-06-02T19:55:59.433Z Checking lru-cache v0.1.2
24282026-06-02T19:55:59.511Z Checking vte v0.14.1
24292026-06-02T19:55:59.574Z Checking display-error-chain v0.2.2
24302026-06-02T19:55:59.691Z Checking strip-ansi-escapes v0.2.1
24312026-06-02T19:55:59.723Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-06-02T19:55:59.756Z Checking termtree v0.5.1
24332026-06-02T19:55:59.832Z Checking nu-ansi-term v0.50.3
24342026-06-02T19:55:59.879Z Checking textwrap v0.16.2
24352026-06-02T19:55:59.983Z Compiling minimal-lexical v0.2.1
24362026-06-02T19:55:59.994Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-06-02T19:56:00.030Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24382026-06-02T19:56:00.064Z Checking reedline v0.40.0
24392026-06-02T19:56:00.118Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-02T19:56:00.183Z Compiling nom v7.1.3
24412026-06-02T19:56:00.411Z Compiling ar_archive_writer v0.5.1
24422026-06-02T19:56:00.578Z Checking csv-core v0.1.13
24432026-06-02T19:56:00.721Z Compiling stacker v0.1.23
24442026-06-02T19:56:00.786Z Checking csv v1.4.0
24452026-06-02T19:56:01.007Z Compiling cfg_aliases v0.1.1
24462026-06-02T19:56:01.063Z Checking hickory-resolver v0.24.4
24472026-06-02T19:56:01.091Z Checking highway v1.3.0
24482026-06-02T19:56:01.124Z Compiling semver v0.1.20
24492026-06-02T19:56:01.178Z Compiling nix v0.28.0
24502026-06-02T19:56:01.261Z Checking nibble_vec v0.1.0
24512026-06-02T19:56:01.293Z Compiling psm v0.1.30
24522026-06-02T19:56:01.340Z Compiling rustc_version v0.1.7
24532026-06-02T19:56:01.413Z Checking endian-type v0.1.2
24542026-06-02T19:56:01.446Z Checking home v0.5.12
24552026-06-02T19:56:01.514Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24562026-06-02T19:56:01.581Z Checking radix_trie v0.2.1
24572026-06-02T19:56:01.584Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24582026-06-02T19:56:01.643Z Compiling newtype_derive v0.1.6
24592026-06-02T19:56:01.646Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24602026-06-02T19:56:01.802Z Checking qorb v0.4.1
24612026-06-02T19:56:01.866Z Checking phf_shared v0.12.1
24622026-06-02T19:56:01.900Z Compiling recursive-proc-macro-impl v0.1.1
24632026-06-02T19:56:02.033Z Compiling chrono-tz v0.10.4
24642026-06-02T19:56:02.122Z Checking phf v0.12.1
24652026-06-02T19:56:02.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24662026-06-02T19:56:02.307Z Compiling const_format_proc_macros v0.2.34
24672026-06-02T19:56:02.340Z Checking recursive v0.1.1
24682026-06-02T19:56:02.371Z Compiling peg-macros v0.8.5
24692026-06-02T19:56:02.374Z Checking winnow v0.6.26
24702026-06-02T19:56:02.458Z Compiling sqlparser_derive v0.5.0
24712026-06-02T19:56:02.993Z Checking unicode_categories v0.1.1
24722026-06-02T19:56:03.174Z Checking rustyline v14.0.0
24732026-06-02T19:56:03.177Z Checking const_format v0.2.35
24742026-06-02T19:56:03.238Z Checking sqlparser v0.61.0
24752026-06-02T19:56:03.575Z Checking sqlformat v0.3.5
24762026-06-02T19:56:03.794Z Checking peg v0.8.5
24772026-06-02T19:56:03.921Z Checking bcs v0.1.6
24782026-06-02T19:56:03.998Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24792026-06-02T19:56:04.038Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24802026-06-02T19:56:04.178Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-06-02T19:56:04.213Z Checking steno v0.4.1
24822026-06-02T19:56:04.258Z Checking filetime v0.2.27
24832026-06-02T19:56:04.292Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24842026-06-02T19:56:04.427Z Checking xattr v1.6.1
24852026-06-02T19:56:04.582Z Checking tar v0.4.45
24862026-06-02T19:56:04.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-06-02T19:56:05.008Z Checking subprocess v0.2.15
24882026-06-02T19:56:05.147Z Checking base64 v0.21.7
24892026-06-02T19:56:05.223Z Checking headers-core v0.3.0
24902026-06-02T19:56:05.350Z Checking yasna v0.5.2
24912026-06-02T19:56:05.357Z Checking headers v0.4.1
24922026-06-02T19:56:05.410Z Checking dropshot-api-manager-types v0.7.2
24932026-06-02T19:56:05.603Z Checking tagptr v0.2.0
24942026-06-02T19:56:05.713Z Checking rcgen v0.12.1
24952026-06-02T19:56:05.767Z Checking moka v0.12.13
24962026-06-02T19:56:05.843Z Checking utf-8 v0.7.6
24972026-06-02T19:56:06.008Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24982026-06-02T19:56:06.050Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24992026-06-02T19:56:06.179Z Compiling libefi-sys v0.1.0
25002026-06-02T19:56:06.268Z Checking tungstenite v0.21.0
25012026-06-02T19:56:06.424Z Checking hickory-resolver v0.25.2
25022026-06-02T19:56:06.486Z Compiling bitfield-struct v0.6.2
25032026-06-02T19:56:06.709Z Checking tokio-tungstenite v0.21.0
25042026-06-02T19:56:06.793Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-02T19:56:06.895Z Compiling radium v0.7.0
25062026-06-02T19:56:07.009Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25072026-06-02T19:56:07.084Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25082026-06-02T19:56:07.139Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-06-02T19:56:07.172Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-02T19:56:07.234Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25112026-06-02T19:56:07.264Z Compiling maybe-uninit v2.0.0
25122026-06-02T19:56:07.401Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-02T19:56:07.436Z Checking tap v1.0.1
25142026-06-02T19:56:07.590Z Checking wyz v0.5.1
25152026-06-02T19:56:07.696Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25162026-06-02T19:56:07.727Z Compiling zerocopy-derive v0.6.6
25172026-06-02T19:56:07.792Z Checking crc-catalog v2.4.0
25182026-06-02T19:56:07.859Z Checking funty v2.0.0
25192026-06-02T19:56:07.891Z Compiling packed_struct v0.10.1
25202026-06-02T19:56:07.921Z Checking crc v3.4.0
25212026-06-02T19:56:07.953Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25222026-06-02T19:56:08.124Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25232026-06-02T19:56:08.197Z Checking bitvec v1.0.1
25242026-06-02T19:56:08.354Z Compiling packed_struct_codegen v0.10.1
25252026-06-02T19:56:08.589Z Checking zerocopy v0.6.6
25262026-06-02T19:56:08.921Z Compiling bitfield-macros v0.19.4
25272026-06-02T19:56:09.152Z Compiling indexmap v1.9.3
25282026-06-02T19:56:09.375Z Checking nodrop v0.1.14
25292026-06-02T19:56:09.468Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25302026-06-02T19:56:09.543Z Checking array-init v0.0.4
25312026-06-02T19:56:09.560Z Checking smallvec v0.6.14
25322026-06-02T19:56:09.661Z Checking bitfield v0.19.4
25332026-06-02T19:56:09.777Z Checking hashbrown v0.12.3
25342026-06-02T19:56:09.850Z Checking serde-hex v0.1.0
25352026-06-02T19:56:09.957Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-02T19:56:10.140Z Checking ron v0.8.1
25372026-06-02T19:56:10.173Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-02T19:56:10.444Z Checking hashbrown v0.13.2
25392026-06-02T19:56:10.555Z Checking crc-any v2.5.0
25402026-06-02T19:56:10.655Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25412026-06-02T19:56:10.693Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-02T19:56:10.754Z Compiling xshell-macros v0.2.7
25432026-06-02T19:56:10.875Z Checking path-slash v0.1.5
25442026-06-02T19:56:10.907Z Checking object v0.30.4
25452026-06-02T19:56:11.005Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-06-02T19:56:11.148Z Checking xshell v0.2.7
25472026-06-02T19:56:11.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25482026-06-02T19:56:11.525Z Checking half v1.8.3
25492026-06-02T19:56:11.690Z Compiling num-derive v0.3.3
25502026-06-02T19:56:11.746Z Checking serde_cbor v0.11.2
25512026-06-02T19:56:11.807Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25522026-06-02T19:56:12.176Z Compiling proc-macro-error-attr2 v2.0.0
25532026-06-02T19:56:12.595Z Checking libscf-sys v1.1.0
25542026-06-02T19:56:12.595Z Compiling proc-macro-error2 v2.0.1
25552026-06-02T19:56:12.727Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-02T19:56:12.780Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25572026-06-02T19:56:12.925Z Compiling tabled_derive v0.11.0
25582026-06-02T19:56:12.970Z Checking papergrid v0.17.0
25592026-06-02T19:56:13.035Z Checking testing_table v0.3.0
25602026-06-02T19:56:13.039Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25612026-06-02T19:56:13.154Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25622026-06-02T19:56:13.275Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25632026-06-02T19:56:13.638Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-02T19:56:13.741Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-06-02T19:56:13.851Z Checking maplit v1.0.2
25662026-06-02T19:56:13.995Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25672026-06-02T19:56:14.147Z Compiling git-stub v1.0.0
25682026-06-02T19:56:14.181Z Checking tabled v0.20.0
25692026-06-02T19:56:14.184Z Checking crc8 v0.1.1
25702026-06-02T19:56:14.339Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25712026-06-02T19:56:14.432Z Compiling git-stub-vcs v0.1.0
25722026-06-02T19:56:14.743Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25732026-06-02T19:56:14.806Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25742026-06-02T19:56:14.885Z Checking fxhash v0.2.1
25752026-06-02T19:56:14.951Z Checking unicase v2.9.0
25762026-06-02T19:56:15.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25772026-06-02T19:56:15.115Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25782026-06-02T19:56:15.147Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25792026-06-02T19:56:15.452Z Compiling vergen-lib v0.1.6
25802026-06-02T19:56:15.519Z Compiling diesel_derives v2.3.7
25812026-06-02T19:56:15.559Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25822026-06-02T19:56:15.698Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25832026-06-02T19:56:15.758Z Checking scheduled-thread-pool v0.2.7
25842026-06-02T19:56:15.798Z Compiling dsl_auto_type v0.2.0
25852026-06-02T19:56:15.838Z Compiling vergen-gitcl v1.0.8
25862026-06-02T19:56:15.927Z Compiling diesel_table_macro_syntax v0.3.0
25872026-06-02T19:56:16.080Z Checking r2d2 v0.8.10
25882026-06-02T19:56:16.159Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-02T19:56:16.285Z Checking kstat-rs v0.2.4
25902026-06-02T19:56:16.289Z Checking arc-swap v1.8.2
25912026-06-02T19:56:16.520Z Checking downcast-rs v2.0.2
25922026-06-02T19:56:16.552Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25932026-06-02T19:56:16.631Z Checking slog-scope v4.4.1
25942026-06-02T19:56:16.667Z Compiling parking_lot_core v0.8.6
25952026-06-02T19:56:16.798Z Checking slog-stdlog v4.1.1
25962026-06-02T19:56:16.878Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25972026-06-02T19:56:16.885Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-06-02T19:56:16.962Z Checking slog-envlogger v2.2.0
25992026-06-02T19:56:17.137Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26002026-06-02T19:56:17.169Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-06-02T19:56:17.173Z Compiling dirs-sys-next v0.1.2
26022026-06-02T19:56:17.230Z Compiling crunchy v0.2.4
26032026-06-02T19:56:17.385Z Compiling dirs-next v2.0.0
26042026-06-02T19:56:17.418Z Checking parking_lot v0.11.2
26052026-06-02T19:56:17.451Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-06-02T19:56:17.485Z Compiling clang-sys v1.8.1
26072026-06-02T19:56:17.544Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26082026-06-02T19:56:17.584Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26092026-06-02T19:56:17.673Z Checking prefix-trie v0.7.0
26102026-06-02T19:56:17.852Z Compiling tiny-keccak v2.0.2
26112026-06-02T19:56:17.984Z Checking sled v0.34.7
26122026-06-02T19:56:18.048Z Checking hickory-server v0.25.2
26132026-06-02T19:56:18.203Z Compiling term v0.7.0
26142026-06-02T19:56:18.206Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26152026-06-02T19:56:18.264Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26162026-06-02T19:56:18.264Z Compiling typify-impl v0.4.3
26172026-06-02T19:56:18.765Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26182026-06-02T19:56:18.821Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26192026-06-02T19:56:18.990Z Checking nanorand v0.7.0
26202026-06-02T19:56:19.121Z Compiling bit-vec v0.6.3
26212026-06-02T19:56:19.217Z Compiling salty v0.3.0
26222026-06-02T19:56:19.280Z Checking flume v0.11.1
26232026-06-02T19:56:19.369Z Compiling bit-set v0.5.3
26242026-06-02T19:56:19.399Z Compiling ascii-canvas v3.0.0
26252026-06-02T19:56:19.556Z Checking primeorder v0.13.6
26262026-06-02T19:56:19.559Z Compiling itertools v0.10.5
26272026-06-02T19:56:19.663Z Compiling ena v0.14.4
26282026-06-02T19:56:19.695Z Compiling libloading v0.8.9
26292026-06-02T19:56:19.820Z Compiling diff v0.1.13
26302026-06-02T19:56:19.901Z Compiling regex-syntax v0.6.29
26312026-06-02T19:56:19.932Z Compiling bindgen v0.71.1
26322026-06-02T19:56:20.482Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26332026-06-02T19:56:20.778Z Compiling cexpr v0.6.0
26342026-06-02T19:56:21.043Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26352026-06-02T19:56:21.166Z Compiling fs-err v2.11.0
26362026-06-02T19:56:21.392Z Compiling lalrpop v0.19.12
26372026-06-02T19:56:21.477Z Compiling rustc-hash v2.1.1
26382026-06-02T19:56:21.729Z Checking diesel v2.3.7
26392026-06-02T19:56:21.819Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26402026-06-02T19:56:21.983Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26412026-06-02T19:56:22.033Z Compiling libxml v0.3.3
26422026-06-02T19:56:22.409Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26432026-06-02T19:56:22.570Z Checking p384 v0.13.1
26442026-06-02T19:56:22.751Z Compiling typify-macro v0.4.3
26452026-06-02T19:56:23.005Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26462026-06-02T19:56:23.630Z Compiling strum_macros v0.24.3
26472026-06-02T19:56:24.529Z Compiling typify v0.4.3
26482026-06-02T19:56:24.570Z Compiling indoc v1.0.9
26492026-06-02T19:56:24.670Z Checking assert_matches v1.5.0
26502026-06-02T19:56:24.772Z Checking parse-size v1.1.0
26512026-06-02T19:56:24.918Z Compiling progenitor-impl v0.11.2
26522026-06-02T19:56:24.950Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26532026-06-02T19:56:25.163Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-06-02T19:56:25.368Z Checking quick-xml v0.37.5
26552026-06-02T19:56:25.640Z Checking derive_builder v0.20.2
26562026-06-02T19:56:25.782Z Compiling oso-derive v0.27.3
26572026-06-02T19:56:25.814Z Compiling impl-trait-for-tuples v0.2.3
26582026-06-02T19:56:26.261Z Compiling trait-variant v0.1.2
26592026-06-02T19:56:26.297Z Checking openssl-probe v0.1.6
26602026-06-02T19:56:26.821Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26612026-06-02T19:56:27.364Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26622026-06-02T19:56:27.407Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26632026-06-02T19:56:27.532Z Compiling progenitor-macro v0.11.2
26642026-06-02T19:56:27.689Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26652026-06-02T19:56:27.883Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26662026-06-02T19:56:27.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26672026-06-02T19:56:28.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26682026-06-02T19:56:28.685Z Checking progenitor-client v0.11.2
26692026-06-02T19:56:28.960Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26702026-06-02T19:56:29.855Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26712026-06-02T19:56:29.890Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26722026-06-02T19:56:30.204Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26732026-06-02T19:56:30.426Z Checking predicates-tree v1.0.13
26742026-06-02T19:56:30.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-02T19:56:30.934Z Compiling mime_guess v2.0.5
26762026-06-02T19:56:31.071Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26772026-06-02T19:56:31.499Z Checking http-range v0.1.5
26782026-06-02T19:56:31.866Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-02T19:56:32.288Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-06-02T19:56:32.431Z Checking progenitor v0.11.2
26812026-06-02T19:56:32.601Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-06-02T19:56:32.634Z Checking bb8 v0.8.6
26832026-06-02T19:56:32.825Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26842026-06-02T19:56:32.941Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-06-02T19:56:32.987Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26862026-06-02T19:56:33.165Z Checking atty v0.2.14
26872026-06-02T19:56:33.223Z Checking corncobs v0.1.4
26882026-06-02T19:56:33.417Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-02T19:56:33.790Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-02T19:56:33.894Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26912026-06-02T19:56:34.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-06-02T19:56:34.141Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26932026-06-02T19:56:34.300Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-02T19:56:34.334Z Checking ignore v0.4.25
26952026-06-02T19:56:34.757Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-06-02T19:56:34.791Z Checking secrecy v0.8.0
26972026-06-02T19:56:35.314Z Checking globwalk v0.9.1
26982026-06-02T19:56:35.528Z Checking hyper-staticfile v0.10.1
26992026-06-02T19:56:35.535Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27002026-06-02T19:56:35.560Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27012026-06-02T19:56:35.810Z Checking async-bb8-diesel v0.2.1
27022026-06-02T19:56:35.842Z Checking diesel-dtrace v0.5.0
27032026-06-02T19:56:36.070Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27042026-06-02T19:56:36.110Z Checking nonempty v0.12.0
27052026-06-02T19:56:36.191Z Compiling illumos-nvpair-sys v0.2.0
27062026-06-02T19:56:36.301Z Checking camino-tempfile-ext v0.3.3
27072026-06-02T19:56:36.469Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27082026-06-02T19:56:36.538Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-06-02T19:56:36.652Z Checking signal-hook-tokio v0.3.1
27102026-06-02T19:56:36.811Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27112026-06-02T19:56:37.236Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27122026-06-02T19:56:37.272Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27132026-06-02T19:56:37.384Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-06-02T19:56:37.614Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27152026-06-02T19:56:37.665Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-06-02T19:56:37.806Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-06-02T19:56:38.013Z Checking illumos-nvpair v0.3.0
27182026-06-02T19:56:38.204Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27192026-06-02T19:56:38.358Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27202026-06-02T19:56:38.522Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27212026-06-02T19:56:38.593Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27222026-06-02T19:56:38.669Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27232026-06-02T19:56:38.788Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-06-02T19:56:38.830Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
27252026-06-02T19:56:38.867Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27262026-06-02T19:56:39.201Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27272026-06-02T19:56:39.300Z Checking tungstenite v0.23.0
27282026-06-02T19:56:39.459Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27292026-06-02T19:56:39.771Z Checking tokio-tungstenite v0.23.1
27302026-06-02T19:56:40.070Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-06-02T19:56:40.489Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27322026-06-02T19:56:40.657Z Checking rand_seeder v0.4.0
27332026-06-02T19:56:40.837Z Checking void v1.0.2
27342026-06-02T19:56:40.869Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27352026-06-02T19:56:40.930Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27362026-06-02T19:56:40.970Z Checking lzss v0.8.2
27372026-06-02T19:56:41.003Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27382026-06-02T19:56:41.103Z Checking nix v0.27.1
27392026-06-02T19:56:41.147Z Checking serde_bytes v0.11.19
27402026-06-02T19:56:41.224Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27412026-06-02T19:56:41.353Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27422026-06-02T19:56:41.591Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27432026-06-02T19:56:42.089Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27442026-06-02T19:56:42.319Z Checking is_ci v1.2.0
27452026-06-02T19:56:42.353Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-06-02T19:56:42.451Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27472026-06-02T19:56:42.872Z Checking yansi v1.0.1
27482026-06-02T19:56:42.927Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27492026-06-02T19:56:42.976Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27502026-06-02T19:56:43.148Z Checking pretty_assertions v1.4.1
27512026-06-02T19:56:43.223Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27522026-06-02T19:56:43.323Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27532026-06-02T19:56:43.588Z Compiling darling_core v0.23.0
27542026-06-02T19:56:44.356Z Compiling indoc v2.0.7
27552026-06-02T19:56:44.557Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27562026-06-02T19:56:44.790Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27572026-06-02T19:56:44.832Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-02T19:56:45.015Z Compiling libz-sys v1.1.24
27592026-06-02T19:56:45.245Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602026-06-02T19:56:45.410Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-02T19:56:45.714Z Compiling instability v0.3.11
27622026-06-02T19:56:45.734Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-02T19:56:45.977Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27642026-06-02T19:56:46.005Z Checking castaway v0.2.4
27652026-06-02T19:56:46.142Z Compiling darling_macro v0.23.0
27662026-06-02T19:56:46.172Z Checking compact_str v0.8.1
27672026-06-02T19:56:46.580Z Checking supports-color v3.0.2
27682026-06-02T19:56:46.685Z Compiling darling v0.23.0
27692026-06-02T19:56:46.738Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27702026-06-02T19:56:46.960Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27712026-06-02T19:56:46.995Z Checking unicode-truncate v1.1.0
27722026-06-02T19:56:47.169Z Checking console v0.16.2
27732026-06-02T19:56:47.202Z Checking lru v0.12.5
27742026-06-02T19:56:47.387Z Compiling libgit2-sys v0.18.3+1.9.2
27752026-06-02T19:56:47.478Z Checking cassowary v0.3.0
27762026-06-02T19:56:47.510Z Checking unit-prefix v0.5.2
27772026-06-02T19:56:47.670Z Checking indicatif v0.18.4
27782026-06-02T19:56:47.717Z Checking ratatui v0.29.0
27792026-06-02T19:56:47.772Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27802026-06-02T19:56:48.080Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27812026-06-02T19:56:48.427Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-06-02T19:56:49.018Z Compiling vergen-git2 v9.1.0
27832026-06-02T19:56:49.086Z Checking plotters-backend v0.3.7
27842026-06-02T19:56:49.283Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27852026-06-02T19:56:49.314Z Checking plotters-svg v0.3.7
27862026-06-02T19:56:49.481Z Checking cast v0.3.0
27872026-06-02T19:56:49.514Z Compiling rustls v0.21.12
27882026-06-02T19:56:49.665Z Checking criterion-plot v0.6.0
27892026-06-02T19:56:49.811Z Checking plotters v0.3.7
27902026-06-02T19:56:49.937Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27912026-06-02T19:56:49.972Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27922026-06-02T19:56:50.220Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27932026-06-02T19:56:50.415Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27942026-06-02T19:56:50.563Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27952026-06-02T19:56:50.639Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27962026-06-02T19:56:50.786Z Checking colored v2.2.0
27972026-06-02T19:56:50.886Z Checking sct v0.7.1
27982026-06-02T19:56:51.011Z Checking rustls-webpki v0.101.7
27992026-06-02T19:56:51.053Z Checking tinytemplate v1.2.1
28002026-06-02T19:56:51.297Z Checking oorandom v11.1.5
28012026-06-02T19:56:51.330Z Checking anes v0.1.6
28022026-06-02T19:56:51.373Z Checking shell-words v1.1.1
28032026-06-02T19:56:51.523Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-06-02T19:56:51.555Z Checking criterion v0.7.0
28052026-06-02T19:56:52.912Z Checking typeid v1.0.3
28062026-06-02T19:56:52.943Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28072026-06-02T19:56:53.045Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28082026-06-02T19:56:53.826Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28092026-06-02T19:56:54.635Z Checking hex-literal v0.4.1
28102026-06-02T19:56:54.766Z Checking erased-serde v0.4.9
28112026-06-02T19:56:55.151Z Checking tokio-rustls v0.24.1
28122026-06-02T19:56:55.390Z Checking rustls-pemfile v1.0.4
28132026-06-02T19:56:55.562Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-02T19:56:55.787Z Checking twox-hash v2.1.2
28152026-06-02T19:56:55.989Z Checking ordered-float v2.10.1
28162026-06-02T19:56:56.160Z Checking serde-untagged v0.1.9
28172026-06-02T19:56:56.255Z Checking serde-value v0.7.0
28182026-06-02T19:56:56.386Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28192026-06-02T19:56:56.495Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28202026-06-02T19:56:57.113Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28212026-06-02T19:56:57.304Z Checking fatfs v0.3.6
28222026-06-02T19:56:57.478Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-02T19:56:57.803Z Compiling seq-macro v0.3.6
28242026-06-02T19:56:57.852Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28252026-06-02T19:56:58.029Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28262026-06-02T19:56:58.340Z Checking unicode-xid v0.2.6
28272026-06-02T19:56:58.481Z Checking cargo-util-schemas v0.8.2
28282026-06-02T19:56:58.847Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-02T19:56:59.371Z Checking cargo-platform v0.2.0
28302026-06-02T19:56:59.404Z Compiling petname v2.0.2
28312026-06-02T19:56:59.475Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-02T19:56:59.575Z Checking cargo_metadata v0.21.0
28332026-06-02T19:57:00.058Z Checking concurrent-queue v2.5.0
28342026-06-02T19:57:00.270Z Checking rtoolbox v0.0.3
28352026-06-02T19:57:00.365Z Checking parking v2.2.1
28362026-06-02T19:57:00.431Z Checking rpassword v7.4.0
28372026-06-02T19:57:00.516Z Checking event-listener v5.4.1
28382026-06-02T19:57:00.762Z Checking tui-tree-widget v0.23.1
28392026-06-02T19:57:00.976Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-02T19:57:01.008Z Checking polyval v0.6.2
28412026-06-02T19:57:01.164Z Checking sapling-renderdag v0.1.0
28422026-06-02T19:57:01.205Z Checking sync-ptr v0.1.4
28432026-06-02T19:57:01.353Z Checking ghash v0.5.1
28442026-06-02T19:57:01.431Z Checking event-listener-strategy v0.5.4
28452026-06-02T19:57:01.501Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-02T19:57:01.596Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-02T19:57:01.820Z Checking ctr v0.9.2
28482026-06-02T19:57:02.020Z Checking futures-timer v3.0.3
28492026-06-02T19:57:02.187Z Checking arrayvec v0.7.6
28502026-06-02T19:57:02.226Z Checking constant_time_eq v0.4.2
28512026-06-02T19:57:02.393Z Checking arrayref v0.3.9
28522026-06-02T19:57:02.424Z Checking aes-gcm v0.10.3
28532026-06-02T19:57:02.538Z Checking async-lock v3.4.2
28542026-06-02T19:57:02.606Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-02T19:57:02.953Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-02T19:57:03.015Z Compiling samael v0.0.19
28572026-06-02T19:57:03.079Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582026-06-02T19:57:03.597Z Checking ssh-encoding v0.2.0
28592026-06-02T19:57:03.823Z Checking blowfish v0.9.1
28602026-06-02T19:57:04.008Z Compiling strsim v0.10.0
28612026-06-02T19:57:04.210Z Compiling darling_core v0.13.4
28622026-06-02T19:57:04.365Z Checking bcrypt-pbkdf v0.10.0
28632026-06-02T19:57:04.556Z Checking ssh-cipher v0.2.0
28642026-06-02T19:57:04.758Z Checking async-object-pool v0.2.0
28652026-06-02T19:57:04.899Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-02T19:57:05.298Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28672026-06-02T19:57:05.779Z Checking serde_regex v1.1.0
28682026-06-02T19:57:05.966Z Checking password-hash v0.4.2
28692026-06-02T19:57:05.969Z Checking assert-json-diff v2.0.2
28702026-06-02T19:57:06.066Z Checking path-tree v0.8.3
28712026-06-02T19:57:06.189Z Checking stringmetrics v2.2.2
28722026-06-02T19:57:06.221Z Checking gimli v0.32.3
28732026-06-02T19:57:06.326Z Compiling target-lexicon v0.13.3
28742026-06-02T19:57:06.365Z Checking httpmock v0.8.3
28752026-06-02T19:57:06.851Z Checking pbkdf2 v0.11.0
28762026-06-02T19:57:07.050Z Compiling darling_macro v0.13.4
28772026-06-02T19:57:07.552Z Checking ssh-key v0.6.7
28782026-06-02T19:57:07.789Z Checking addr2line v0.25.1
28792026-06-02T19:57:08.189Z Checking p521 v0.13.3
28802026-06-02T19:57:08.277Z Checking p256 v0.13.2
28812026-06-02T19:57:08.551Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-02T19:57:08.585Z Checking russh-cryptovec v0.7.3
28832026-06-02T19:57:08.748Z Checking md5 v0.7.0
28842026-06-02T19:57:08.818Z Checking rustc-demangle v0.1.27
28852026-06-02T19:57:08.820Z Compiling guppy-workspace-hack v0.1.0
28862026-06-02T19:57:08.952Z Checking russh-keys v0.45.0
28872026-06-02T19:57:09.147Z Checking backtrace v0.3.76
28882026-06-02T19:57:09.153Z Compiling darling v0.13.4
28892026-06-02T19:57:09.420Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-02T19:57:09.507Z Checking num-bigint v0.4.6
28912026-06-02T19:57:09.612Z Checking des v0.8.1
28922026-06-02T19:57:09.796Z Compiling blake3 v1.8.3
28932026-06-02T19:57:09.803Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-02T19:57:10.009Z Compiling target-spec v3.5.7
28952026-06-02T19:57:10.254Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-02T19:57:10.483Z Checking russh v0.45.0
28972026-06-02T19:57:10.555Z Checking cfg-expr v0.20.6
28982026-06-02T19:57:10.687Z Checking backtrace-ext v0.2.1
28992026-06-02T19:57:10.830Z Compiling serde_with_macros v1.5.2
29002026-06-02T19:57:10.971Z Checking supports-color v2.1.0
29012026-06-02T19:57:11.002Z Checking textwrap v0.15.2
29022026-06-02T19:57:11.195Z Checking supports-unicode v2.1.0
29032026-06-02T19:57:11.235Z Checking supports-hyperlinks v2.1.0
29042026-06-02T19:57:11.278Z Checking hashbrown v0.14.5
29052026-06-02T19:57:11.379Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-02T19:57:11.607Z Checking cargo-platform v0.3.2
29072026-06-02T19:57:11.697Z Checking socket2 v0.5.10
29082026-06-02T19:57:11.775Z Checking terminal_size v0.1.17
29092026-06-02T19:57:11.819Z Compiling miette-derive v5.10.0
29102026-06-02T19:57:11.972Z Checking internet-checksum v0.2.1
29112026-06-02T19:57:12.124Z Checking owo-colors v3.5.0
29122026-06-02T19:57:12.453Z Checking cargo_metadata v0.23.1
29132026-06-02T19:57:12.681Z Checking chumsky v0.9.3
29142026-06-02T19:57:12.967Z Checking miette v5.10.0
29152026-06-02T19:57:13.234Z Compiling serde_with v1.14.0
29162026-06-02T19:57:13.747Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-06-02T19:57:13.797Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29182026-06-02T19:57:13.828Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-06-02T19:57:14.162Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29202026-06-02T19:57:14.375Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29212026-06-02T19:57:14.423Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29222026-06-02T19:57:14.595Z Compiling knuffel-derive v3.2.0
29232026-06-02T19:57:14.643Z Checking httptest v0.16.4
29242026-06-02T19:57:14.742Z Checking pathdiff v0.2.3
29252026-06-02T19:57:14.882Z Checking nested v0.1.1
29262026-06-02T19:57:15.035Z Checking topological-sort v0.2.2
29272026-06-02T19:57:15.067Z Checking guppy v0.17.25
29282026-06-02T19:57:15.204Z Checking omicron-zone-package v0.12.2
29292026-06-02T19:57:15.276Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29302026-06-02T19:57:15.642Z Compiling git2 v0.20.4
29312026-06-02T19:57:16.047Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-02T19:57:16.095Z Checking knuffel v3.2.0
29332026-06-02T19:57:16.126Z Checking similar-asserts v1.7.0
29342026-06-02T19:57:16.305Z Compiling target-triple v1.0.0
29352026-06-02T19:57:16.337Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29362026-06-02T19:57:16.502Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-06-02T19:57:16.669Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29382026-06-02T19:57:16.743Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-06-02T19:57:16.938Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29402026-06-02T19:57:16.972Z Checking hickory-client v0.25.2
29412026-06-02T19:57:17.283Z Checking tokio-test v0.4.5
29422026-06-02T19:57:17.518Z Compiling assert_cmd v2.1.2
29432026-06-02T19:57:17.568Z Checking escape8259 v0.5.3
29442026-06-02T19:57:17.730Z Checking libtest-mimic v0.8.1
29452026-06-02T19:57:18.390Z Compiling polar-core v0.27.3
29462026-06-02T19:57:18.423Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29472026-06-02T19:57:18.453Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29482026-06-02T19:57:18.559Z Checking blake2b_simd v1.0.4
29492026-06-02T19:57:19.014Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29502026-06-02T19:57:19.044Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29512026-06-02T19:57:19.175Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29522026-06-02T19:57:19.428Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-06-02T19:57:19.573Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29542026-06-02T19:57:19.796Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552026-06-02T19:57:19.972Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29562026-06-02T19:57:20.191Z Checking fancy-regex v0.14.0
29572026-06-02T19:57:20.421Z Checking serde_tokenstream v0.2.3
29582026-06-02T19:57:20.572Z Checking approx v0.5.1
29592026-06-02T19:57:20.650Z Checking uzers v0.12.2
29602026-06-02T19:57:20.738Z Compiling rstest_macros v0.25.0
29612026-06-02T19:57:20.888Z Checking termcolor v1.4.1
29622026-06-02T19:57:21.039Z Checking constant_time_eq v0.3.1
29632026-06-02T19:57:21.129Z Compiling linkme-impl v0.3.35
29642026-06-02T19:57:21.170Z Checking rust-argon2 v2.1.0
29652026-06-02T19:57:21.429Z Checking trybuild v1.0.116
29662026-06-02T19:57:21.627Z Checking datatest-stable v0.3.3
29672026-06-02T19:57:22.208Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-06-02T19:57:22.495Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692026-06-02T19:57:22.551Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702026-06-02T19:57:23.263Z Checking oso v0.27.3
29712026-06-02T19:57:23.298Z Checking support-bundle-viewer v0.1.2
29722026-06-02T19:57:23.570Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29732026-06-02T19:57:23.602Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29742026-06-02T19:57:23.666Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29752026-06-02T19:57:23.851Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29762026-06-02T19:57:23.856Z Checking drift v0.2.0
29772026-06-02T19:57:23.891Z Checking rand_distr v0.5.1
29782026-06-02T19:57:24.018Z Checking multimap v0.10.1
29792026-06-02T19:57:24.218Z Compiling relative-path v1.9.3
29802026-06-02T19:57:24.248Z Compiling linkme v0.3.35
29812026-06-02T19:57:24.251Z Checking dropshot-api-manager v0.7.2
29822026-06-02T19:57:25.123Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29832026-06-02T19:57:25.467Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29842026-06-02T19:57:25.510Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29852026-06-02T19:57:25.805Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29862026-06-02T19:57:25.907Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29872026-06-02T19:57:26.042Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29882026-06-02T19:57:26.084Z Checking cargo_toml v0.21.0
29892026-06-02T19:57:26.209Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29902026-06-02T19:57:26.426Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29912026-06-02T19:57:26.717Z Checking partial-io v0.5.4
29922026-06-02T19:57:26.895Z Checking termios v0.3.3
29932026-06-02T19:57:26.928Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29942026-06-02T19:57:27.054Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29952026-06-02T19:57:28.063Z Checking rstest v0.25.0
29962026-06-02T19:57:28.285Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-06-02T19:57:29.159Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29982026-06-02T19:57:32.532Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29992026-06-02T19:57:34.549Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-02T19:57:38.408Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30012026-06-02T19:57:38.769Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30022026-06-02T19:57:41.669Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30032026-06-02T19:57:45.459Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30042026-06-02T19:57:49.960Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30052026-06-02T19:57:53.851Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-02T19:57:54.879Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30072026-06-02T19:57:55.389Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30082026-06-02T19:57:56.002Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-06-02T19:58:05.223Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-06-02T19:59:15.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30112026-06-02T19:59:15.647Z
30122026-06-02T19:59:15.647Zreal 4:03.399065676
30132026-06-02T19:59:15.647Zuser 21:08.613647547
30142026-06-02T19:59:15.647Zsys 4:51.038359343
30152026-06-02T19:59:15.647Ztrap 0.503315103
30162026-06-02T19:59:15.657Ztflt 0.522924129
30172026-06-02T19:59:15.657Zdflt 0.432842240
30182026-06-02T19:59:15.657Zkflt 0.005183052
30192026-06-02T19:59:15.657Zlock 57:59.473964300
30202026-06-02T19:59:15.657Zslp 58:17.238448075
30212026-06-02T19:59:15.657Zlat 1:52.668577814
30222026-06-02T19:59:15.657Zstop 10:29.247846330
30232026-06-02T19:59:15.657Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30242026-06-02T19:59:15.657Z+ ptime -m cargo doc --workspace --no-deps
30252026-06-02T19:59:16.548Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30262026-06-02T19:59:16.548Z |
30272026-06-02T19:59:16.548Z = 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)`
30282026-06-02T19:59:16.548Z = 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>
30292026-06-02T19:59:17.510Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-02T19:59:17.744Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-06-02T19:59:17.793Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30322026-06-02T19:59:17.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-06-02T19:59:17.921Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30342026-06-02T19:59:18.012Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30352026-06-02T19:59:18.047Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-02T19:59:18.047Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-02T19:59:18.090Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-06-02T19:59:18.120Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-06-02T19:59:18.272Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30402026-06-02T19:59:18.321Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30412026-06-02T19:59:18.349Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30422026-06-02T19:59:18.367Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-06-02T19:59:18.420Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30442026-06-02T19:59:18.443Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30452026-06-02T19:59:18.465Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-02T19:59:18.510Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-06-02T19:59:18.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30482026-06-02T19:59:18.560Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-06-02T19:59:18.736Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-06-02T19:59:18.902Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30512026-06-02T19:59:19.124Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-02T19:59:19.217Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-06-02T19:59:19.274Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30542026-06-02T19:59:19.352Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30552026-06-02T19:59:19.376Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30562026-06-02T19:59:19.464Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30572026-06-02T19:59:19.523Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30582026-06-02T19:59:19.633Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30592026-06-02T19:59:19.721Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30602026-06-02T19:59:19.869Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30612026-06-02T19:59:19.905Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30622026-06-02T19:59:19.971Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30632026-06-02T19:59:20.128Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642026-06-02T19:59:20.159Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30652026-06-02T19:59:20.180Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-06-02T19:59:20.366Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30672026-06-02T19:59:20.413Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-06-02T19:59:20.595Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30692026-06-02T19:59:20.847Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702026-06-02T19:59:20.913Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30712026-06-02T19:59:20.949Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30722026-06-02T19:59:21.116Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30732026-06-02T19:59:21.157Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30742026-06-02T19:59:21.183Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30752026-06-02T19:59:21.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30762026-06-02T19:59:21.415Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30772026-06-02T19:59:21.443Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30782026-06-02T19:59:21.471Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-06-02T19:59:21.637Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-06-02T19:59:21.686Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-06-02T19:59:21.728Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30822026-06-02T19:59:21.763Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-06-02T19:59:21.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-06-02T19:59:21.908Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30852026-06-02T19:59:21.939Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30862026-06-02T19:59:22.069Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30872026-06-02T19:59:22.069Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30882026-06-02T19:59:22.135Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30892026-06-02T19:59:22.173Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30902026-06-02T19:59:22.259Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30912026-06-02T19:59:22.534Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30922026-06-02T19:59:22.578Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30932026-06-02T19:59:22.861Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30942026-06-02T19:59:22.970Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30952026-06-02T19:59:23.300Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30962026-06-02T19:59:23.373Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30972026-06-02T19:59:23.662Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-02T19:59:23.697Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30992026-06-02T19:59:23.767Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31002026-06-02T19:59:23.898Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31012026-06-02T19:59:23.979Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31022026-06-02T19:59:24.043Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31032026-06-02T19:59:24.488Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31042026-06-02T19:59:24.514Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31052026-06-02T19:59:24.840Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31062026-06-02T19:59:25.129Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31072026-06-02T19:59:25.585Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31082026-06-02T19:59:26.176Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31092026-06-02T19:59:26.301Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31102026-06-02T19:59:26.341Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31112026-06-02T19:59:26.479Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31122026-06-02T19:59:26.541Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31132026-06-02T19:59:26.680Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31142026-06-02T19:59:26.733Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31152026-06-02T19:59:26.874Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31162026-06-02T19:59:26.972Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31172026-06-02T19:59:27.018Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-06-02T19:59:27.053Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31192026-06-02T19:59:27.157Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31202026-06-02T19:59:27.204Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31212026-06-02T19:59:27.385Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31222026-06-02T19:59:27.411Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31232026-06-02T19:59:27.435Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31242026-06-02T19:59:27.508Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31252026-06-02T19:59:27.610Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31262026-06-02T19:59:27.642Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31272026-06-02T19:59:27.843Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31282026-06-02T19:59:27.969Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31292026-06-02T19:59:27.993Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31302026-06-02T19:59:27.993Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31312026-06-02T19:59:28.039Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31322026-06-02T19:59:28.086Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31332026-06-02T19:59:28.180Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31342026-06-02T19:59:28.236Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31352026-06-02T19:59:28.273Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31362026-06-02T19:59:28.381Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31372026-06-02T19:59:28.470Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31382026-06-02T19:59:28.697Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31392026-06-02T19:59:28.722Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31402026-06-02T19:59:29.190Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-02T19:59:29.215Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422026-06-02T19:59:29.352Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31432026-06-02T19:59:29.651Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31442026-06-02T19:59:29.932Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-06-02T19:59:30.081Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-06-02T19:59:30.532Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-02T19:59:30.922Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31482026-06-02T19:59:31.196Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31492026-06-02T19:59:31.358Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31502026-06-02T19:59:31.647Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512026-06-02T19:59:31.818Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31522026-06-02T19:59:31.963Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31532026-06-02T19:59:32.213Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31542026-06-02T19:59:32.706Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-06-02T19:59:32.869Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-02T19:59:33.247Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31572026-06-02T19:59:33.374Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31582026-06-02T19:59:33.829Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-06-02T19:59:33.882Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-06-02T19:59:34.172Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-02T19:59:34.735Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31622026-06-02T19:59:34.797Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-06-02T19:59:34.893Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-06-02T19:59:35.570Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-06-02T19:59:35.993Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31662026-06-02T19:59:36.406Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-06-02T19:59:36.417Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-06-02T19:59:37.358Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-06-02T19:59:37.748Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-06-02T19:59:38.038Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-06-02T19:59:38.095Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-06-02T19:59:38.314Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-06-02T19:59:38.426Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-06-02T19:59:38.459Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31752026-06-02T19:59:38.536Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-02T19:59:38.697Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31772026-06-02T19:59:38.795Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-02T19:59:39.122Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-06-02T19:59:39.388Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-06-02T19:59:39.947Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-06-02T19:59:40.011Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31822026-06-02T19:59:40.292Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-06-02T19:59:40.354Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31842026-06-02T19:59:40.783Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-06-02T19:59:40.981Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-06-02T19:59:42.105Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-06-02T19:59:42.127Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31882026-06-02T19:59:47.025Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31892026-06-02T19:59:47.090Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-06-02T19:59:47.090Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-06-02T19:59:47.090Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-06-02T19:59:47.090Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-02T19:59:47.090Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-06-02T19:59:47.280Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-06-02T19:59:47.945Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-06-02T19:59:47.971Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31972026-06-02T19:59:48.055Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-02T19:59:48.089Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-02T19:59:48.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-06-02T19:59:48.770Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-02T19:59:49.054Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-06-02T19:59:49.125Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32032026-06-02T19:59:49.260Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-06-02T19:59:49.826Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32052026-06-02T19:59:49.829Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-06-02T19:59:50.241Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-06-02T19:59:50.434Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32082026-06-02T19:59:51.148Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-06-02T19:59:51.337Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-02T19:59:51.833Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-06-02T19:59:52.073Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-02T19:59:52.320Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32132026-06-02T19:59:53.123Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32142026-06-02T19:59:53.652Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-02T19:59:55.002Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-02T19:59:56.755Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32172026-06-02T19:59:57.124Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-06-02T19:59:58.162Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-06-02T19:59:59.080Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-06-02T19:59:59.713Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-06-02T20:00:01.242Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32222026-06-02T20:00:01.887Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32232026-06-02T20:00:03.467Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-06-02T20:00:04.190Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32252026-06-02T20:00:05.456Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-06-02T20:00:05.691Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32272026-06-02T20:00:06.455Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-06-02T20:00:06.948Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-06-02T20:00:08.041Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-06-02T20:00:08.400Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-06-02T20:00:09.453Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-06-02T20:00:10.794Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-06-02T20:00:14.042Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32342026-06-02T20:00:14.759Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32352026-06-02T20:00:15.940Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-06-02T20:00:16.464Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-06-02T20:00:17.093Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-06-02T20:00:18.254Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-06-02T20:00:18.910Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32402026-06-02T20:00:19.507Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32412026-06-02T20:00:20.684Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-06-02T20:00:21.500Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32432026-06-02T20:00:22.121Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32442026-06-02T20:00:23.114Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-06-02T20:00:23.170Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-06-02T20:00:24.236Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32472026-06-02T20:00:25.307Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32482026-06-02T20:00:26.945Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-06-02T20:00:28.429Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502026-06-02T20:00:29.586Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32512026-06-02T20:00:30.172Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32522026-06-02T20:00:30.910Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32532026-06-02T20:00:31.753Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32542026-06-02T20:00:32.893Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32552026-06-02T20:00:35.150Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32562026-06-02T20:00:35.740Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-06-02T20:00:36.517Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-06-02T20:00:37.606Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-06-02T20:00:39.126Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-06-02T20:00:40.106Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-06-02T20:00:41.360Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-06-02T20:00:43.694Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-06-02T20:00:44.496Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32642026-06-02T20:00:45.825Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32652026-06-02T20:00:47.315Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32662026-06-02T20:00:48.841Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-06-02T20:00:50.551Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32682026-06-02T20:00:53.410Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-06-02T20:00:55.096Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32702026-06-02T20:01:00.460Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32712026-06-02T20:01:01.423Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-06-02T20:01:02.170Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32732026-06-02T20:01:02.921Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-06-02T20:01:04.508Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32752026-06-02T20:01:06.257Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32762026-06-02T20:01:07.853Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772026-06-02T20:01:09.957Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32782026-06-02T20:01:11.578Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32792026-06-02T20:01:13.182Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-06-02T20:01:15.153Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32812026-06-02T20:01:16.542Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32822026-06-02T20:01:18.197Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32832026-06-02T20:01:19.829Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-06-02T20:01:21.453Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32852026-06-02T20:01:23.140Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32862026-06-02T20:01:24.826Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32872026-06-02T20:01:26.627Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32882026-06-02T20:01:28.110Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32892026-06-02T20:01:29.804Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32902026-06-02T20:01:31.621Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32912026-06-02T20:01:33.572Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32922026-06-02T20:01:35.139Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-06-02T20:01:37.247Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32942026-06-02T20:01:38.974Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32952026-06-02T20:01:40.808Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32962026-06-02T20:01:42.920Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32972026-06-02T20:01:44.854Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32982026-06-02T20:01:48.057Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-06-02T20:01:48.148Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33002026-06-02T20:01:50.881Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33012026-06-02T20:01:53.863Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-06-02T20:01:55.709Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33032026-06-02T20:01:57.750Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33042026-06-02T20:01:59.978Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33052026-06-02T20:02:02.123Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-06-02T20:02:04.361Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33072026-06-02T20:02:06.793Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33082026-06-02T20:02:09.069Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33092026-06-02T20:02:10.954Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33102026-06-02T20:02:12.949Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33112026-06-02T20:02:15.275Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33122026-06-02T20:02:17.518Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33132026-06-02T20:02:19.678Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-06-02T20:02:21.906Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-06-02T20:02:24.113Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-06-02T20:02:26.413Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33172026-06-02T20:02:28.590Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33182026-06-02T20:02:30.803Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-06-02T20:02:33.061Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-06-02T20:02:35.296Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-06-02T20:02:37.577Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33222026-06-02T20:02:39.819Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33232026-06-02T20:02:42.055Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-06-02T20:02:44.344Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33252026-06-02T20:02:46.544Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33262026-06-02T20:02:48.779Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-06-02T20:02:51.081Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33282026-06-02T20:02:53.518Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33292026-06-02T20:02:55.808Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33302026-06-02T20:02:58.107Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33312026-06-02T20:03:00.660Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33322026-06-02T20:03:03.085Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-06-02T20:03:05.374Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33342026-06-02T20:03:07.654Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33352026-06-02T20:03:10.116Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33362026-06-02T20:03:12.399Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33372026-06-02T20:03:14.881Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33382026-06-02T20:03:17.162Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-06-02T20:03:20.029Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-06-02T20:03:22.103Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-06-02T20:03:24.526Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-06-02T20:03:27.030Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-06-02T20:03:29.650Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33442026-06-02T20:03:32.083Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-06-02T20:03:34.688Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-06-02T20:03:37.311Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-06-02T20:03:39.802Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-06-02T20:03:42.309Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492026-06-02T20:03:44.771Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33502026-06-02T20:03:47.360Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33512026-06-02T20:03:50.263Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-06-02T20:03:52.600Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33532026-06-02T20:03:55.242Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33542026-06-02T20:03:57.785Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-06-02T20:04:05.246Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-06-02T20:04:05.540Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-06-02T20:04:08.752Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33582026-06-02T20:04:13.475Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-06-02T20:04:16.244Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-06-02T20:04:19.981Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33612026-06-02T20:04:23.573Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33622026-06-02T20:04:27.241Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33632026-06-02T20:04:30.796Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33642026-06-02T20:04:34.565Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33652026-06-02T20:04:38.115Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33662026-06-02T20:04:41.743Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33672026-06-02T20:04:45.416Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33682026-06-02T20:04:49.154Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33692026-06-02T20:04:52.781Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33702026-06-02T20:04:56.365Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33712026-06-02T20:05:00.043Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33722026-06-02T20:05:03.721Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33732026-06-02T20:05:07.486Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33742026-06-02T20:05:11.022Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33752026-06-02T20:05:14.678Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33762026-06-02T20:05:18.339Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-06-02T20:05:22.067Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-06-02T20:05:25.680Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-06-02T20:05:54.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 39s
33802026-06-02T20:05:55.100Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33812026-06-02T20:05:55.207Z
33822026-06-02T20:05:55.209Zreal 6:39.468409006
33832026-06-02T20:05:55.209Zuser 17:49.267153025
33842026-06-02T20:05:55.209Zsys 3:49.381148370
33852026-06-02T20:05:55.209Ztrap 0.269753523
33862026-06-02T20:05:55.210Ztflt 0.017923887
33872026-06-02T20:05:55.210Zdflt 0.059009682
33882026-06-02T20:05:55.210Zkflt 0.000019650
33892026-06-02T20:05:55.210Zlock 6:14:57.780356244
33902026-06-02T20:05:55.210Zslp 2:14:07.263955154
33912026-06-02T20:05:55.210Zlat 37.551623305
33922026-06-02T20:05:55.210Zstop 1:55.109992854
33932026-06-02T20:05:55.210Zprocess exited: duration 785890 ms, exit code 0
 
33942026-06-02T20:05:55.217Zfound 0 output files