01KW1XKTSS9VNNT14STHN7JZZH: clippy (helios)

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

Buildomat Job: 01KW1XME4K4F7SZ2MB2X3XR30Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T12:15:12.057Zjob assigned to worker 01KW1XMKTSZY2Q3ZSQFB9MSQYF [factory aws, i-09f2e5a67843e6aa1] (queued for 51 s)
 
22026-06-26T12:15:18.480Zstarting task 0: "setup"
32026-06-26T12:15:18.485Z++ uname -s
42026-06-26T12:15:18.488Z+ kern=SunOS
52026-06-26T12:15:18.488Z+ build_user=build
62026-06-26T12:15:18.488Z+ build_uid=12345
72026-06-26T12:15:18.488Z+ work_dir=/work
82026-06-26T12:15:18.488Z+ input_dir=/input
92026-06-26T12:15:18.488Z+ [[ 0 == 12345 ]]
102026-06-26T12:15:18.488Z+ case "$kern" in
112026-06-26T12:15:18.488Z+ groupadd -g 12345 build
122026-06-26T12:15:18.492Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T12:15:20.494Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T12:15:20.563Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T12:15:20.566Z+ home_fs=zfs
162026-06-26T12:15:20.566Z+ [[ zfs == autofs ]]
172026-06-26T12:15:20.566Z+ mkdir -p /home/build
182026-06-26T12:15:20.566Z+ chown build:build /home/build /work
192026-06-26T12:15:22.567Z+ chmod 0700 /home/build /work
202026-06-26T12:15:22.571Zprocess exited: duration 4087 ms, exit code 0
 
212026-06-26T12:15:22.590Zstarting task 1: "rust-toolchain"
222026-06-26T12:15:22.594Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-26T12:15:22.594Z * rust toolchain channel = "1.94.0"
242026-06-26T12:15:22.594Z * rust toolchain profile = "default"
252026-06-26T12:15:22.594Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T12:15:22.595Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T12:15:22.595Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T12:15:22.595Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T12:15:22.598Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-26T12:15:22.702Zinfo: downloading installer
312026-06-26T12:15:24.229Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T12:15:24.229Zwarn: /home/build/.rustup/settings.toml
332026-06-26T12:15:24.229Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T12:15:24.229Zwarn: instead of the one inferred from the default host triple.
352026-06-26T12:15:24.242Zinfo: profile set to default
362026-06-26T12:15:24.242Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T12:15:24.245Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-26T12:15:24.411Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-26T12:15:24.414Zinfo: downloading 6 components
402026-06-26T12:15:41.342Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-26T12:15:41.342Z
422026-06-26T12:15:41.373Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-26T12:15:41.373Z
442026-06-26T12:15:41.373Z
452026-06-26T12:15:41.373ZRust is installed now. Great!
462026-06-26T12:15:41.373Z
472026-06-26T12:15:41.373ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T12:15:41.373Zenvironment variable. This has not been done automatically.
492026-06-26T12:15:41.373Z
502026-06-26T12:15:41.373ZTo configure your current shell, you need to source
512026-06-26T12:15:41.373Zthe corresponding env file under $HOME/.cargo.
522026-06-26T12:15:41.373Z
532026-06-26T12:15:41.373ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T12:15:41.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T12:15:41.373Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T12:15:41.373Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T12:15:41.373Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T12:15:41.373Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T12:15:41.373Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T12:15:41.377Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T12:15:41.377Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T12:15:41.463Z+ rustup --version
632026-06-26T12:15:41.471Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T12:15:41.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T12:15:41.494Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-26T12:15:41.497Z+ cargo --version
672026-06-26T12:15:41.509Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-26T12:15:41.513Z+ rustc --version
692026-06-26T12:15:41.531Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-26T12:15:41.534Zprocess exited: duration 18943 ms, exit code 0
 
712026-06-26T12:15:41.540Zstarting task 2: "authentication"
722026-06-26T12:15:41.556Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T12:15:41.563Zstarting task 3: "clone repository"
742026-06-26T12:15:41.566Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T12:15:41.569Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T12:15:41.599ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T12:15:51.637Z+ cd /work/oxidecomputer/omicron
782026-06-26T12:15:51.637Z+ git fetch origin 850b377fd89407e6b8f83161ebf8158bc7a237f3
792026-06-26T12:15:51.922ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T12:15:51.922Z * branch 850b377fd89407e6b8f83161ebf8158bc7a237f3 -> FETCH_HEAD
812026-06-26T12:15:51.933Z+ [[ -n nsk/bgp-config-update-endpoint ]]
822026-06-26T12:15:51.936Z++ git branch --show-current
832026-06-26T12:15:51.936Z+ current=main
842026-06-26T12:15:51.936Z+ [[ main != nsk/bgp-config-update-endpoint ]]
852026-06-26T12:15:51.936Z+ git branch -f nsk/bgp-config-update-endpoint 850b377fd89407e6b8f83161ebf8158bc7a237f3
862026-06-26T12:15:51.939Z+ git checkout -f nsk/bgp-config-update-endpoint
872026-06-26T12:15:52.184ZSwitched to branch 'nsk/bgp-config-update-endpoint'
882026-06-26T12:15:52.191Z+ git reset --hard 850b377fd89407e6b8f83161ebf8158bc7a237f3
892026-06-26T12:15:52.437ZHEAD is now at 850b377fd add bgp_config_update integration test
902026-06-26T12:15:52.440Zprocess exited: duration 10876 ms, exit code 0
 
912026-06-26T12:15:52.446Zstarting task 4: "build"
922026-06-26T12:15:52.450Z+ source ./env.sh
932026-06-26T12:15:52.453Z++ OLD_SHELL_OPTS=ehxB
942026-06-26T12:15:52.453Z++ set -o xtrace
952026-06-26T12:15:52.453Z++++ dirname ./env.sh
962026-06-26T12:15:52.456Z+++ readlink -f .
972026-06-26T12:15:52.459Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ 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-26T12:15:52.459Z++ case $OLD_SHELL_OPTS in
1072026-06-26T12:15:52.459Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-26T12:15:52.459Z+ source .github/buildomat/ci-env.sh
1092026-06-26T12:15:52.459Z++ export CARGO_TERM_COLOR=always
1102026-06-26T12:15:52.459Z++ CARGO_TERM_COLOR=always
1112026-06-26T12:15:52.460Z+ cargo --version
1122026-06-26T12:15:52.466Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-26T12:15:52.469Z+ rustc --version
1142026-06-26T12:15:52.491Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-26T12:15:52.494Z+ banner prerequisites
1162026-06-26T12:15:52.497Z
1172026-06-26T12:15:52.497Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-26T12:15:52.497Z # # # # # # # # # # # # # # #
1192026-06-26T12:15:52.497Z # # # # ##### # # ##### # # # # # #### #
1202026-06-26T12:15:52.497Z ##### ##### # ##### # # # # # # # # #
1212026-06-26T12:15:52.497Z # # # # # # # # # # # # # # #
1222026-06-26T12:15:52.497Z # # # ###### # # ###### ### # #### # #### #
1232026-06-26T12:15:52.497Z
1242026-06-26T12:15:52.497Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-26T12:15:55.153Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-26T12:15:55.265Z Startup: Caching catalogs ... Done
1272026-06-26T12:15:55.755ZPlanning: Solver setup ... Done (0.447s)
1282026-06-26T12:15:55.780ZPlanning: Running solver ... Done (0.025s)
1292026-06-26T12:15:55.792ZPlanning: Finding local manifests ... Done (0.002s)
1302026-06-26T12:15:55.802ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-26T12:15:55.818ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-26T12:15:55.831ZPlanning: Package planning ... Done (0.013s)
1332026-06-26T12:15:55.834ZPlanning: Merging actions ... Done (0.001s)
1342026-06-26T12:15:55.998ZPlanning: Checking for conflicting actions ... Done (0.165s)
1352026-06-26T12:15:56.002ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-26T12:15:56.775ZPlanning: Evaluating mediators ... Done (0.775s)
1372026-06-26T12:15:56.778ZPlanning: Planning completed in 1.49 seconds
1382026-06-26T12:15:56.784Z Packages to install: 2
1392026-06-26T12:15:56.784Z Estimated space available: 156.07 GB
1402026-06-26T12:15:56.787ZEstimated space to be consumed: 30.96 MB
1412026-06-26T12:15:56.787Z Create boot environment: No
1422026-06-26T12:15:56.787ZCreate backup boot environment: No
1432026-06-26T12:15:56.787Z Rebuild boot archive: No
1442026-06-26T12:15:56.787Z
1452026-06-26T12:15:56.787ZChanged packages:
1462026-06-26T12:15:56.787Zhelios
1472026-06-26T12:15:56.787Z developer/build-essential
1482026-06-26T12:15:56.787Z None -> 11-3.0
1492026-06-26T12:15:56.787Z library/libxmlsec1
1502026-06-26T12:15:56.787Z None -> 1.2.35-3.0
1512026-06-26T12:15:56.808Z
1522026-06-26T12:15:56.808ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-26T12:15:58.236ZDownload: Completed 1.28 MB in 1.43 seconds (918k/s)
1542026-06-26T12:15:58.282Z Actions: 1/268 actions (Installing new actions)
1552026-06-26T12:15:58.321Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-26T12:15:58.331ZFinalize: Updating package state database ... Done (0.010s)
1572026-06-26T12:15:58.331ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-26T12:15:58.361ZFinalize: Updating image state ... Done (0.029s)
1592026-06-26T12:16:00.785ZFinalize: Creating fast lookup database ... Done (2.398s)
1602026-06-26T12:16:00.857ZFinalize: Reading search index ... Done (0.012s)
1612026-06-26T12:16:00.860ZFinalize: Updating search index ... Done (0.000s)
1622026-06-26T12:16:00.936ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-26T12:16:01.252ZPlanning: Evaluating mediator changes ... Done
1642026-06-26T12:16:01.357ZPlanning: Checking for conflicting actions ... Done
1652026-06-26T12:16:01.361ZPlanning: Consolidating action changes ... Done
1662026-06-26T12:16:01.514ZPlanning: Evaluating mediators ... Done
1672026-06-26T12:16:01.517ZPlanning: Planning completed in 0.26 seconds
1682026-06-26T12:16:01.537Z Mediators to change: 2
1692026-06-26T12:16:01.540Z Create boot environment: No
1702026-06-26T12:16:01.540ZCreate backup boot environment: No
1712026-06-26T12:16:01.583ZFinalize: Updating package state database ... Done
1722026-06-26T12:16:01.583ZFinalize: Updating package cache ... Done
1732026-06-26T12:16:01.598ZFinalize: Updating image state ... Done
1742026-06-26T12:16:03.545ZFinalize: Creating fast lookup database ... Done
1752026-06-26T12:16:03.604ZFinalize: Reading search index ... Done
1762026-06-26T12:16:03.607ZFinalize: Updating search index ... Done
1772026-06-26T12:16:03.669ZFinalize: Updating package cache ... Done
1782026-06-26T12:16:03.957ZPlanning: Evaluating mediator changes ... Done
1792026-06-26T12:16:04.064ZPlanning: Checking for conflicting actions ... Done
1802026-06-26T12:16:04.068ZPlanning: Consolidating action changes ... Done
1812026-06-26T12:16:04.222ZPlanning: Evaluating mediators ... Done
1822026-06-26T12:16:04.225ZPlanning: Planning completed in 0.27 seconds
1832026-06-26T12:16:04.245Z Mediators to change: 1
1842026-06-26T12:16:04.245Z Create boot environment: No
1852026-06-26T12:16:04.248ZCreate backup boot environment: No
1862026-06-26T12:16:04.287ZFinalize: Updating package state database ... Done
1872026-06-26T12:16:04.288ZFinalize: Updating package cache ... Done
1882026-06-26T12:16:04.303ZFinalize: Updating image state ... Done
1892026-06-26T12:16:06.278ZFinalize: Creating fast lookup database ... Done
1902026-06-26T12:16:06.343ZFinalize: Reading search index ... Done
1912026-06-26T12:16:06.346ZFinalize: Updating search index ... Done
1922026-06-26T12:16:06.416ZFinalize: Updating package cache ... Done
1932026-06-26T12:16:06.729ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-26T12:16:06.729Zapache system 2.4 system
1952026-06-26T12:16:06.729Zclang system 15 system
1962026-06-26T12:16:06.729Zcsh system system illumos
1972026-06-26T12:16:06.729Zctags system system illumos
1982026-06-26T12:16:06.729Zfile vendor vendor darwinsys
1992026-06-26T12:16:06.729Zfile system system illumos
2002026-06-26T12:16:06.729Zgcc vendor 14 vendor
2012026-06-26T12:16:06.729Zgcc system 13 system
2022026-06-26T12:16:06.730Zgcc system 10 system
2032026-06-26T12:16:06.730Zgo system 1.25 system
2042026-06-26T12:16:06.730Zllvm system 15 system
2052026-06-26T12:16:06.730Zmariadb system 11.4 system
2062026-06-26T12:16:06.730Zmta vendor vendor dma
2072026-06-26T12:16:06.730Zopenjdk system 17 system
2082026-06-26T12:16:06.730Zopenjdk system 11 system
2092026-06-26T12:16:06.730Zopenssl vendor 3 vendor
2102026-06-26T12:16:06.730Zperl system 5.40 system
2112026-06-26T12:16:06.730Zpostgresql system 18 system
2122026-06-26T12:16:06.730Zpostgresql system 17 system
2132026-06-26T12:16:06.730Zpython vendor 3 vendor
2142026-06-26T12:16:06.730Zpython system 2 system
2152026-06-26T12:16:06.730Zpython3 vendor 3.13 vendor
2162026-06-26T12:16:06.730Zruby system 3.4 system
2172026-06-26T12:16:06.730Zruby system 3.0 system
2182026-06-26T12:16:06.731Zwords vendor vendor american-english
2192026-06-26T12:16:06.731Zwords system system australian-english
2202026-06-26T12:16:06.731Zwords system system british-english
2212026-06-26T12:16:06.731Zwords system system canadian-english
2222026-06-26T12:16:06.731Zwords system system french
2232026-06-26T12:16:06.731Zwords system system italian
2242026-06-26T12:16:06.731Zwords system system ngerman
2252026-06-26T12:16:06.731Zwords system system ogerman
2262026-06-26T12:16:06.731Zwords system system spanish
2272026-06-26T12:16:06.980ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-26T12:16:06.980Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-26T12:16:07.290ZFMRI IFO
2302026-06-26T12:16:07.290Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-26T12:16:07.290Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-26T12:16:07.290Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-26T12:16:07.290Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-26T12:16:07.290Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-26T12:16:07.290Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-26T12:16:07.290Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-26T12:16:07.290Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-26T12:16:07.290Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-26T12:16:07.558Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-26T12:16:07.841Z Updating crates.io index
2412026-06-26T12:16:07.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-26T12:16:08.370Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-26T12:16:08.724Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-26T12:16:09.083Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-26T12:16:10.229Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-26T12:16:10.789Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-26T12:16:12.355Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-26T12:16:13.188Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-26T12:16:13.521Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-26T12:16:14.674Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-26T12:16:15.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-26T12:16:15.326Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-26T12:16:15.703Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-26T12:16:16.169Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-26T12:16:16.641Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-26T12:16:17.031Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-26T12:16:17.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-26T12:16:17.719Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-26T12:16:18.252Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-26T12:16:18.508Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-26T12:16:18.771Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-26T12:16:19.038Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-26T12:16:19.491Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-26T12:16:19.856Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-26T12:16:20.294Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-26T12:16:20.827Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-26T12:16:21.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-26T12:16:21.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-26T12:16:22.761Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-26T12:16:23.387Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-26T12:16:23.820Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-06-26T12:16:24.245Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-26T12:16:24.477Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-26T12:16:24.862Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-26T12:16:25.185Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-26T12:16:25.507Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-26T12:16:25.912Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-26T12:16:26.378Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-26T12:16:26.643Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-26T12:16:26.956Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-26T12:16:27.284Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-26T12:16:38.637Z Downloading crates ...
2832026-06-26T12:16:38.683Z Downloaded autocfg v1.5.0
2842026-06-26T12:16:38.687Z Downloaded anstream v1.0.0
2852026-06-26T12:16:38.690Z Downloaded fnv v1.0.7
2862026-06-26T12:16:38.702Z Downloaded once_cell v1.21.3
2872026-06-26T12:16:38.705Z Downloaded equivalent v1.0.2
2882026-06-26T12:16:38.705Z Downloaded proc-macro2 v1.0.106
2892026-06-26T12:16:38.708Z Downloaded fastrand v2.3.0
2902026-06-26T12:16:38.708Z Downloaded errno v0.3.14
2912026-06-26T12:16:38.711Z Downloaded heck v0.4.1
2922026-06-26T12:16:38.715Z Downloaded memmap v0.7.0
2932026-06-26T12:16:38.718Z Downloaded heck v0.5.0
2942026-06-26T12:16:38.718Z Downloaded cfg-if v1.0.4
2952026-06-26T12:16:38.722Z Downloaded unicode-xid v0.2.6
2962026-06-26T12:16:38.725Z Downloaded macaddr v1.0.1
2972026-06-26T12:16:38.725Z Downloaded ordered-float v2.10.1
2982026-06-26T12:16:38.729Z Downloaded utf8parse v0.2.2
2992026-06-26T12:16:38.729Z Downloaded toml_datetime v0.6.11
3002026-06-26T12:16:38.729Z Downloaded generic-array v0.14.7
3012026-06-26T12:16:38.732Z Downloaded version_check v0.9.5
3022026-06-26T12:16:38.732Z Downloaded zerofrom v0.1.6
3032026-06-26T12:16:38.732Z Downloaded form_urlencoded v1.2.2
3042026-06-26T12:16:38.732Z Downloaded utf8_iter v1.0.4
3052026-06-26T12:16:38.736Z Downloaded usdt v0.5.0
3062026-06-26T12:16:38.739Z Downloaded usdt-attr-macro v0.5.0
3072026-06-26T12:16:38.739Z Downloaded proc-macro-error-attr v1.0.4
3082026-06-26T12:16:38.739Z Downloaded terminal_size v0.4.3
3092026-06-26T12:16:38.739Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-26T12:16:38.742Z Downloaded typeid v1.0.3
3112026-06-26T12:16:38.742Z Downloaded potential_utf v0.1.4
3122026-06-26T12:16:38.745Z Downloaded usdt-macro v0.5.0
3132026-06-26T12:16:38.745Z Downloaded thread-id v4.2.2
3142026-06-26T12:16:38.746Z Downloaded plain v0.2.3
3152026-06-26T12:16:38.746Z Downloaded serde-untagged v0.1.9
3162026-06-26T12:16:38.746Z Downloaded zerofrom-derive v0.1.6
3172026-06-26T12:16:38.749Z Downloaded yoke-derive v0.8.1
3182026-06-26T12:16:38.749Z Downloaded erased-serde v0.4.9
3192026-06-26T12:16:38.749Z Downloaded clap_lex v1.0.0
3202026-06-26T12:16:38.749Z Downloaded dof v0.3.0
3212026-06-26T12:16:38.749Z Downloaded itoa v1.0.17
3222026-06-26T12:16:38.752Z Downloaded unicode-linebreak v0.1.5
3232026-06-26T12:16:38.759Z Downloaded anstyle-query v1.1.5
3242026-06-26T12:16:38.762Z Downloaded crypto-common v0.1.7
3252026-06-26T12:16:38.762Z Downloaded zmij v1.0.21
3262026-06-26T12:16:38.762Z Downloaded toml_write v0.1.2
3272026-06-26T12:16:38.766Z Downloaded serde-value v0.7.0
3282026-06-26T12:16:38.766Z Downloaded scroll_derive v0.12.1
3292026-06-26T12:16:38.766Z Downloaded pretty-hex v0.4.1
3302026-06-26T12:16:38.766Z Downloaded cargo-platform v0.2.0
3312026-06-26T12:16:38.770Z Downloaded zerovec-derive v0.11.2
3322026-06-26T12:16:38.773Z Downloaded yoke v0.8.1
3332026-06-26T12:16:38.773Z Downloaded thiserror-impl v2.0.18
3342026-06-26T12:16:38.773Z Downloaded strsim v0.11.1
3352026-06-26T12:16:38.776Z Downloaded usdt-impl v0.5.0
3362026-06-26T12:16:38.779Z Downloaded tinystr v0.8.2
3372026-06-26T12:16:38.779Z Downloaded thiserror v2.0.18
3382026-06-26T12:16:38.782Z Downloaded writeable v0.6.2
3392026-06-26T12:16:38.782Z Downloaded block-buffer v0.10.4
3402026-06-26T12:16:38.786Z Downloaded thiserror-impl v1.0.69
3412026-06-26T12:16:38.786Z Downloaded ucd-trie v0.1.7
3422026-06-26T12:16:38.789Z Downloaded idna_adapter v1.2.1
3432026-06-26T12:16:38.792Z Downloaded colorchoice v1.0.4
3442026-06-26T12:16:38.795Z Downloaded smawk v0.3.2
3452026-06-26T12:16:38.795Z Downloaded stable_deref_trait v1.2.1
3462026-06-26T12:16:38.795Z Downloaded zerocopy-derive v0.7.35
3472026-06-26T12:16:38.800Z Downloaded tabled_derive v0.7.0
3482026-06-26T12:16:38.800Z Downloaded serde_spanned v0.6.9
3492026-06-26T12:16:38.800Z Downloaded dtrace-parser v0.2.0
3502026-06-26T12:16:38.803Z Downloaded textwrap v0.16.2
3512026-06-26T12:16:38.803Z Downloaded percent-encoding v2.3.2
3522026-06-26T12:16:38.806Z Downloaded toml v0.8.23
3532026-06-26T12:16:38.806Z Downloaded bytecount v0.6.9
3542026-06-26T12:16:38.810Z Downloaded unicode-ident v1.0.24
3552026-06-26T12:16:38.813Z Downloaded typenum v1.19.0
3562026-06-26T12:16:38.813Z Downloaded zerotrie v0.2.3
3572026-06-26T12:16:38.816Z Downloaded scroll v0.12.0
3582026-06-26T12:16:38.816Z Downloaded toml_edit v0.22.27
3592026-06-26T12:16:38.819Z Downloaded indexmap v2.14.0
3602026-06-26T12:16:38.822Z Downloaded anstyle-parse v1.0.0
3612026-06-26T12:16:38.826Z Downloaded swrite v0.1.0
3622026-06-26T12:16:38.828Z Downloaded digest v0.10.7
3632026-06-26T12:16:38.829Z Downloaded url v2.5.8
3642026-06-26T12:16:38.832Z Downloaded quote v1.0.45
3652026-06-26T12:16:38.832Z Downloaded proc-macro-error v1.0.4
3662026-06-26T12:16:38.841Z Downloaded sha2 v0.10.9
3672026-06-26T12:16:38.844Z Downloaded zerovec v0.11.5
3682026-06-26T12:16:38.844Z Downloaded serde_tokenstream v0.2.3
3692026-06-26T12:16:38.847Z Downloaded displaydoc v0.2.5
3702026-06-26T12:16:38.847Z Downloaded cpufeatures v0.2.17
3712026-06-26T12:16:38.847Z Downloaded thiserror v1.0.69
3722026-06-26T12:16:38.850Z Downloaded synstructure v0.13.2
3732026-06-26T12:16:38.850Z Downloaded byteorder v1.5.0
3742026-06-26T12:16:38.850Z Downloaded zerocopy v0.7.35
3752026-06-26T12:16:38.858Z Downloaded clap_derive v4.6.1
3762026-06-26T12:16:38.861Z Downloaded winnow v0.7.14
3772026-06-26T12:16:38.864Z Downloaded unicode-width v0.1.14
3782026-06-26T12:16:38.867Z Downloaded camino-tempfile v1.4.1
3792026-06-26T12:16:38.871Z Downloaded pest_generator v2.8.6
3802026-06-26T12:16:38.871Z Downloaded unicode-width v0.2.0
3812026-06-26T12:16:38.874Z Downloaded fs-err v3.3.0
3822026-06-26T12:16:38.874Z Downloaded litemap v0.8.1
3832026-06-26T12:16:38.874Z Downloaded cargo-util-schemas v0.8.2
3842026-06-26T12:16:38.877Z Downloaded pest_derive v2.8.6
3852026-06-26T12:16:38.877Z Downloaded cargo_toml v0.21.0
3862026-06-26T12:16:38.877Z Downloaded bitflags v2.11.0
3872026-06-26T12:16:38.881Z Downloaded semver v1.0.28
3882026-06-26T12:16:38.881Z Downloaded cargo_metadata v0.21.0
3892026-06-26T12:16:38.881Z Downloaded camino v1.2.2
3902026-06-26T12:16:38.884Z Downloaded anyhow v1.0.102
3912026-06-26T12:16:38.884Z Downloaded anstyle v1.0.14
3922026-06-26T12:16:38.888Z Downloaded papergrid v0.11.0
3932026-06-26T12:16:38.892Z Downloaded num-traits v0.2.19
3942026-06-26T12:16:38.897Z Downloaded clap v4.6.1
3952026-06-26T12:16:38.900Z Downloaded icu_provider v2.1.1
3962026-06-26T12:16:38.900Z Downloaded getrandom v0.4.1
3972026-06-26T12:16:38.900Z Downloaded icu_collections v2.1.1
3982026-06-26T12:16:38.903Z Downloaded serde_derive v1.0.228
3992026-06-26T12:16:38.906Z Downloaded tempfile v3.25.0
4002026-06-26T12:16:38.906Z Downloaded log v0.4.29
4012026-06-26T12:16:38.910Z Downloaded serde_core v1.0.228
4022026-06-26T12:16:38.915Z Downloaded smallvec v1.15.1
4032026-06-26T12:16:38.934Z Downloaded icu_properties v2.1.2
4042026-06-26T12:16:38.940Z Downloaded icu_locale_core v2.1.1
4052026-06-26T12:16:38.940Z Downloaded pest_meta v2.8.6
4062026-06-26T12:16:38.944Z Downloaded icu_normalizer_data v2.1.1
4072026-06-26T12:16:38.944Z Downloaded icu_normalizer v2.1.1
4082026-06-26T12:16:38.957Z Downloaded serde v1.0.228
4092026-06-26T12:16:38.963Z Downloaded memchr v2.8.0
4102026-06-26T12:16:38.981Z Downloaded pest v2.8.6
4112026-06-26T12:16:38.984Z Downloaded idna v1.1.0
4122026-06-26T12:16:38.992Z Downloaded hashbrown v0.17.0
4132026-06-26T12:16:38.999Z Downloaded clap_builder v4.6.0
4142026-06-26T12:16:39.002Z Downloaded icu_properties_data v2.1.2
4152026-06-26T12:16:39.008Z Downloaded serde_json v1.0.149
4162026-06-26T12:16:39.015Z Downloaded tabled v0.15.0
4172026-06-26T12:16:39.023Z Downloaded goblin v0.8.2
4182026-06-26T12:16:39.043Z Downloaded syn v1.0.109
4192026-06-26T12:16:39.053Z Downloaded syn v2.0.117
4202026-06-26T12:16:39.062Z Downloaded rustix v1.1.3
4212026-06-26T12:16:39.090Z Downloaded libc v0.2.185
4222026-06-26T12:16:39.157Z Compiling proc-macro2 v1.0.106
4232026-06-26T12:16:39.160Z Compiling unicode-ident v1.0.24
4242026-06-26T12:16:39.160Z Compiling quote v1.0.45
4252026-06-26T12:16:39.160Z Compiling serde_core v1.0.228
4262026-06-26T12:16:39.160Z Compiling libc v0.2.185
4272026-06-26T12:16:39.160Z Compiling version_check v0.9.5
4282026-06-26T12:16:39.160Z Compiling stable_deref_trait v1.2.1
4292026-06-26T12:16:39.160Z Compiling serde v1.0.228
4302026-06-26T12:16:39.499Z Compiling memchr v2.8.0
4312026-06-26T12:16:39.526Z Compiling zmij v1.0.21
4322026-06-26T12:16:39.692Z Compiling itoa v1.0.17
4332026-06-26T12:16:39.774Z Compiling autocfg v1.5.0
4342026-06-26T12:16:39.822Z Compiling thiserror v1.0.69
4352026-06-26T12:16:39.869Z Compiling ucd-trie v0.1.7
4362026-06-26T12:16:40.168Z Compiling pest v2.8.6
4372026-06-26T12:16:40.171Z Compiling writeable v0.6.2
4382026-06-26T12:16:40.199Z Compiling litemap v0.8.1
4392026-06-26T12:16:40.229Z Compiling rustix v1.1.3
4402026-06-26T12:16:40.379Z Compiling icu_normalizer_data v2.1.1
4412026-06-26T12:16:40.395Z Compiling byteorder v1.5.0
4422026-06-26T12:16:40.585Z Compiling icu_properties_data v2.1.2
4432026-06-26T12:16:40.618Z Compiling syn v2.0.117
4442026-06-26T12:16:40.715Z Compiling errno v0.3.14
4452026-06-26T12:16:40.750Z Compiling bitflags v2.11.0
4462026-06-26T12:16:40.788Z Compiling serde_json v1.0.149
4472026-06-26T12:16:41.028Z Compiling num-traits v0.2.19
4482026-06-26T12:16:41.057Z Compiling smallvec v1.15.1
4492026-06-26T12:16:41.204Z Compiling pest_meta v2.8.6
4502026-06-26T12:16:41.231Z Compiling equivalent v1.0.2
4512026-06-26T12:16:41.271Z Compiling hashbrown v0.17.0
4522026-06-26T12:16:41.327Z Compiling typeid v1.0.3
4532026-06-26T12:16:41.637Z Compiling thread-id v4.2.2
4542026-06-26T12:16:41.698Z Compiling proc-macro-error-attr v1.0.4
4552026-06-26T12:16:41.719Z Compiling usdt-impl v0.5.0
4562026-06-26T12:16:41.735Z Compiling winnow v0.7.14
4572026-06-26T12:16:41.876Z Compiling indexmap v2.14.0
4582026-06-26T12:16:41.893Z Compiling erased-serde v0.4.9
4592026-06-26T12:16:41.931Z Compiling syn v1.0.109
4602026-06-26T12:16:42.107Z Compiling toml_write v0.1.2
4612026-06-26T12:16:42.503Z Compiling proc-macro-error v1.0.4
4622026-06-26T12:16:42.541Z Compiling plain v0.2.3
4632026-06-26T12:16:42.658Z Compiling utf8parse v0.2.2
4642026-06-26T12:16:42.713Z Compiling percent-encoding v2.3.2
4652026-06-26T12:16:42.779Z Compiling log v0.4.29
4662026-06-26T12:16:42.919Z Compiling thiserror v2.0.18
4672026-06-26T12:16:42.954Z Compiling camino v1.2.2
4682026-06-26T12:16:42.976Z Compiling getrandom v0.4.1
4692026-06-26T12:16:42.993Z Compiling utf8_iter v1.0.4
4702026-06-26T12:16:43.152Z Compiling ordered-float v2.10.1
4712026-06-26T12:16:43.262Z Compiling form_urlencoded v1.2.2
4722026-06-26T12:16:43.330Z Compiling synstructure v0.13.2
4732026-06-26T12:16:43.348Z Compiling pest_generator v2.8.6
4742026-06-26T12:16:43.432Z Compiling anstyle-parse v1.0.0
4752026-06-26T12:16:43.554Z Compiling terminal_size v0.4.3
4762026-06-26T12:16:43.701Z Compiling cfg-if v1.0.4
4772026-06-26T12:16:43.782Z Compiling colorchoice v1.0.4
4782026-06-26T12:16:43.837Z Compiling is_terminal_polyfill v1.70.2
4792026-06-26T12:16:43.868Z Compiling pretty-hex v0.4.1
4802026-06-26T12:16:43.907Z Compiling anstyle-query v1.1.5
4812026-06-26T12:16:43.933Z Compiling anstyle v1.0.14
4822026-06-26T12:16:43.954Z Compiling serde-untagged v0.1.9
4832026-06-26T12:16:44.067Z Compiling semver v1.0.28
4842026-06-26T12:16:44.174Z Compiling anstream v1.0.0
4852026-06-26T12:16:44.195Z Compiling fs-err v3.3.0
4862026-06-26T12:16:44.219Z Compiling fastrand v2.3.0
4872026-06-26T12:16:44.389Z Compiling anyhow v1.0.102
4882026-06-26T12:16:44.405Z Compiling fnv v1.0.7
4892026-06-26T12:16:44.422Z Compiling heck v0.4.1
4902026-06-26T12:16:44.480Z Compiling heck v0.5.0
4912026-06-26T12:16:44.484Z Compiling unicode-width v0.1.14
4922026-06-26T12:16:44.515Z Compiling once_cell v1.21.3
4932026-06-26T12:16:44.698Z Compiling unicode-xid v0.2.6
4942026-06-26T12:16:44.728Z Compiling clap_lex v1.0.0
4952026-06-26T12:16:44.745Z Compiling bytecount v0.6.9
4962026-06-26T12:16:44.775Z Compiling strsim v0.11.1
4972026-06-26T12:16:44.882Z Compiling papergrid v0.11.0
4982026-06-26T12:16:44.958Z Compiling clap_builder v4.6.0
4992026-06-26T12:16:44.975Z Compiling tempfile v3.25.0
5002026-06-26T12:16:45.028Z Compiling serde_derive v1.0.228
5012026-06-26T12:16:45.052Z Compiling zerofrom-derive v0.1.6
5022026-06-26T12:16:45.126Z Compiling yoke-derive v0.8.1
5032026-06-26T12:16:45.344Z Compiling zerovec-derive v0.11.2
5042026-06-26T12:16:45.539Z Compiling displaydoc v0.2.5
5052026-06-26T12:16:46.296Z Compiling thiserror-impl v1.0.69
5062026-06-26T12:16:46.314Z Compiling zerocopy-derive v0.7.35
5072026-06-26T12:16:46.330Z Compiling pest_derive v2.8.6
5082026-06-26T12:16:46.479Z Compiling scroll_derive v0.12.1
5092026-06-26T12:16:46.507Z Compiling zerofrom v0.1.6
5102026-06-26T12:16:46.645Z Compiling yoke v0.8.1
5112026-06-26T12:16:46.797Z Compiling thiserror-impl v2.0.18
5122026-06-26T12:16:46.846Z Compiling zerovec v0.11.5
5132026-06-26T12:16:47.154Z Compiling zerotrie v0.2.3
5142026-06-26T12:16:47.237Z Compiling zerocopy v0.7.35
5152026-06-26T12:16:47.367Z Compiling tinystr v0.8.2
5162026-06-26T12:16:47.473Z Compiling potential_utf v0.1.4
5172026-06-26T12:16:47.596Z Compiling icu_locale_core v2.1.1
5182026-06-26T12:16:47.650Z Compiling icu_collections v2.1.1
5192026-06-26T12:16:47.694Z Compiling dtrace-parser v0.2.0
5202026-06-26T12:16:47.813Z Compiling scroll v0.12.0
5212026-06-26T12:16:48.084Z Compiling goblin v0.8.2
5222026-06-26T12:16:48.102Z Compiling tabled_derive v0.7.0
5232026-06-26T12:16:48.141Z Compiling clap_derive v4.6.1
5242026-06-26T12:16:48.287Z Compiling icu_provider v2.1.1
5252026-06-26T12:16:48.453Z Compiling serde_spanned v0.6.9
5262026-06-26T12:16:48.506Z Compiling toml_datetime v0.6.11
5272026-06-26T12:16:48.533Z Compiling icu_normalizer v2.1.1
5282026-06-26T12:16:48.586Z Compiling icu_properties v2.1.2
5292026-06-26T12:16:48.605Z Compiling dof v0.3.0
5302026-06-26T12:16:48.608Z Compiling serde_tokenstream v0.2.3
5312026-06-26T12:16:48.781Z Compiling toml_edit v0.22.27
5322026-06-26T12:16:49.008Z Compiling serde-value v0.7.0
5332026-06-26T12:16:49.026Z Compiling cargo-platform v0.2.0
5342026-06-26T12:16:49.202Z Compiling memmap v0.7.0
5352026-06-26T12:16:49.300Z Compiling unicode-linebreak v0.1.5
5362026-06-26T12:16:49.369Z Compiling unicode-width v0.2.0
5372026-06-26T12:16:49.392Z Compiling smawk v0.3.2
5382026-06-26T12:16:49.537Z Compiling idna_adapter v1.2.1
5392026-06-26T12:16:49.574Z Compiling usdt-attr-macro v0.5.0
5402026-06-26T12:16:49.651Z Compiling idna v1.1.0
5412026-06-26T12:16:49.684Z Compiling usdt-macro v0.5.0
5422026-06-26T12:16:49.702Z Compiling textwrap v0.16.2
5432026-06-26T12:16:49.841Z Compiling tabled v0.15.0
5442026-06-26T12:16:49.916Z Compiling clap v4.6.1
5452026-06-26T12:16:50.008Z Compiling url v2.5.8
5462026-06-26T12:16:50.169Z Compiling macaddr v1.0.1
5472026-06-26T12:16:50.274Z Compiling toml v0.8.23
5482026-06-26T12:16:50.334Z Compiling camino-tempfile v1.4.1
5492026-06-26T12:16:50.570Z Compiling swrite v0.1.0
5502026-06-26T12:16:50.766Z Compiling cargo-util-schemas v0.8.2
5512026-06-26T12:16:50.785Z Compiling cargo_toml v0.21.0
5522026-06-26T12:16:50.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-26T12:16:51.021Z Compiling usdt v0.5.0
5542026-06-26T12:16:51.768Z Compiling cargo_metadata v0.21.0
5552026-06-26T12:16:52.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-26T12:16:54.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s
5572026-06-26T12:16:55.047Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-26T12:16:55.629Z Downloading crates ...
5592026-06-26T12:16:55.717Z Downloaded adler2 v2.0.1
5602026-06-26T12:16:55.741Z Downloaded base64ct v1.8.3
5612026-06-26T12:16:55.745Z Downloaded crc-any v2.5.0
5622026-06-26T12:16:55.748Z Downloaded darling v0.20.11
5632026-06-26T12:16:55.751Z Downloaded bitfield-macros v0.19.4
5642026-06-26T12:16:55.754Z Downloaded async-stream-impl v0.3.6
5652026-06-26T12:16:55.754Z Downloaded critical-section v1.2.0
5662026-06-26T12:16:55.754Z Downloaded cobs v0.3.0
5672026-06-26T12:16:55.757Z Downloaded darling_macro v0.21.3
5682026-06-26T12:16:55.757Z Downloaded aead v0.5.2
5692026-06-26T12:16:55.759Z Downloaded crossbeam-epoch v0.9.18
5702026-06-26T12:16:55.759Z Downloaded darling_macro v0.13.4
5712026-06-26T12:16:55.759Z Downloaded bitfield-struct v0.6.2
5722026-06-26T12:16:55.762Z Downloaded base64 v0.22.1
5732026-06-26T12:16:55.765Z Downloaded defmt v0.3.100
5742026-06-26T12:16:55.765Z Downloaded curve25519-dalek-derive v0.1.1
5752026-06-26T12:16:55.765Z Downloaded darling_macro v0.20.11
5762026-06-26T12:16:55.765Z Downloaded crc8 v0.1.1
5772026-06-26T12:16:55.768Z Downloaded crossbeam-deque v0.8.6
5782026-06-26T12:16:55.768Z Downloaded cfg_aliases v0.2.1
5792026-06-26T12:16:55.768Z Downloaded bit-set v0.5.3
5802026-06-26T12:16:55.778Z Downloaded dirs-sys-next v0.1.2
5812026-06-26T12:16:55.781Z Downloaded dunce v1.0.5
5822026-06-26T12:16:55.783Z Downloaded difflib v0.4.0
5832026-06-26T12:16:55.786Z Downloaded atty v0.2.14
5842026-06-26T12:16:55.786Z Downloaded der_derive v0.7.3
5852026-06-26T12:16:55.786Z Downloaded ctr v0.9.2
5862026-06-26T12:16:55.790Z Downloaded ascii-canvas v3.0.0
5872026-06-26T12:16:55.792Z Downloaded base16ct v0.2.0
5882026-06-26T12:16:55.792Z Downloaded atomic-waker v1.1.2
5892026-06-26T12:16:55.792Z Downloaded array-init v0.0.4
5902026-06-26T12:16:55.796Z Downloaded debug-ignore v1.0.5
5912026-06-26T12:16:55.796Z Downloaded assert_matches v1.5.0
5922026-06-26T12:16:55.799Z Downloaded darling_macro v0.23.0
5932026-06-26T12:16:55.799Z Downloaded darling v0.13.4
5942026-06-26T12:16:55.799Z Downloaded daft-derive v0.1.7
5952026-06-26T12:16:55.802Z Downloaded derive-ex v0.1.8
5962026-06-26T12:16:55.802Z Downloaded data-encoding v2.10.0
5972026-06-26T12:16:55.805Z Downloaded crunchy v0.2.4
5982026-06-26T12:16:55.805Z Downloaded float-cmp v0.10.0
5992026-06-26T12:16:55.805Z Downloaded document-features v0.2.12
6002026-06-26T12:16:55.805Z Downloaded enum-as-inner v0.6.1
6012026-06-26T12:16:55.808Z Downloaded async-stream v0.3.6
6022026-06-26T12:16:55.808Z Downloaded daft v0.1.7
6032026-06-26T12:16:55.811Z Downloaded bit-set v0.8.0
6042026-06-26T12:16:55.814Z Downloaded dsl_auto_type v0.2.0
6052026-06-26T12:16:55.814Z Downloaded bb8 v0.8.6
6062026-06-26T12:16:55.817Z Downloaded darling v0.21.3
6072026-06-26T12:16:55.822Z Downloaded cpufeatures v0.3.0
6082026-06-26T12:16:55.826Z Downloaded derive_builder_core v0.20.2
6092026-06-26T12:16:55.826Z Downloaded castaway v0.2.4
6102026-06-26T12:16:55.826Z Downloaded atomicwrites v0.4.4
6112026-06-26T12:16:55.830Z Downloaded crc v3.4.0
6122026-06-26T12:16:55.830Z Downloaded cargo-platform v0.3.2
6132026-06-26T12:16:55.833Z Downloaded flagset v0.4.7
6142026-06-26T12:16:55.833Z Downloaded env_filter v1.0.0
6152026-06-26T12:16:55.833Z Downloaded defmt-parser v1.0.0
6162026-06-26T12:16:55.833Z Downloaded convert_case v0.4.0
6172026-06-26T12:16:55.837Z Downloaded compression-core v0.4.31
6182026-06-26T12:16:55.837Z Downloaded embedded-io v0.6.1
6192026-06-26T12:16:55.837Z Downloaded cfg_aliases v0.1.1
6202026-06-26T12:16:55.837Z Downloaded ed25519 v2.2.3
6212026-06-26T12:16:55.837Z Downloaded async-recursion v1.1.1
6222026-06-26T12:16:55.840Z Downloaded downcast-rs v2.0.2
6232026-06-26T12:16:55.840Z Downloaded crucible-workspace-hack v0.1.0
6242026-06-26T12:16:55.843Z Downloaded ciborium-io v0.2.2
6252026-06-26T12:16:55.843Z Downloaded bcrypt-pbkdf v0.10.0
6262026-06-26T12:16:55.843Z Downloaded crc-catalog v2.4.0
6272026-06-26T12:16:55.846Z Downloaded float-ord v0.3.2
6282026-06-26T12:16:55.846Z Downloaded dtrace-parser v0.3.0
6292026-06-26T12:16:55.846Z Downloaded derive_builder_macro v0.20.2
6302026-06-26T12:16:55.846Z Downloaded cstr-argument v0.1.2
6312026-06-26T12:16:55.849Z Downloaded block-padding v0.3.3
6322026-06-26T12:16:55.849Z Downloaded embedded-io v0.4.0
6332026-06-26T12:16:55.852Z Downloaded async-trait v0.1.89
6342026-06-26T12:16:55.852Z Downloaded dyn-clone v1.0.20
6352026-06-26T12:16:55.855Z Downloaded anstream v0.6.21
6362026-06-26T12:16:55.855Z Downloaded buf-list v1.1.2
6372026-06-26T12:16:55.858Z Downloaded blowfish v0.9.1
6382026-06-26T12:16:55.861Z Downloaded dropshot-api-manager-types v0.7.2
6392026-06-26T12:16:55.861Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-06-26T12:16:55.861Z Downloaded dof v0.4.0
6412026-06-26T12:16:55.861Z Downloaded argon2 v0.5.3
6422026-06-26T12:16:55.864Z Downloaded arrayvec v0.7.6
6432026-06-26T12:16:55.864Z Downloaded endian-type v0.1.2
6442026-06-26T12:16:55.867Z Downloaded camino-tempfile-ext v0.3.3
6452026-06-26T12:16:55.867Z Downloaded bitflags v1.3.2
6462026-06-26T12:16:55.869Z Downloaded display-error-chain v0.2.2
6472026-06-26T12:16:55.869Z Downloaded ciborium-ll v0.2.2
6482026-06-26T12:16:55.869Z Downloaded bzip2 v0.4.4
6492026-06-26T12:16:55.872Z Downloaded backoff v0.4.0
6502026-06-26T12:16:55.872Z Downloaded anstyle-parse v0.2.7
6512026-06-26T12:16:55.875Z Downloaded foreign-types-shared v0.1.1
6522026-06-26T12:16:55.875Z Downloaded foreign-types v0.3.2
6532026-06-26T12:16:55.875Z Downloaded defmt-macros v1.0.1
6542026-06-26T12:16:55.878Z Downloaded fixedbitset v0.4.2
6552026-06-26T12:16:55.881Z Downloaded foreign-types-macros v0.2.3
6562026-06-26T12:16:55.881Z Downloaded allocator-api2 v0.2.21
6572026-06-26T12:16:55.881Z Downloaded defmt v1.0.1
6582026-06-26T12:16:55.884Z Downloaded foreign-types-shared v0.3.1
6592026-06-26T12:16:55.884Z Downloaded ghash v0.5.1
6602026-06-26T12:16:55.887Z Downloaded fxhash v0.2.1
6612026-06-26T12:16:55.887Z Downloaded futures-io v0.3.32
6622026-06-26T12:16:55.887Z Downloaded csv-core v0.1.13
6632026-06-26T12:16:55.890Z Downloaded funty v2.0.0
6642026-06-26T12:16:55.890Z Downloaded foreign-types v0.5.0
6652026-06-26T12:16:55.890Z Downloaded futures-macro v0.3.32
6662026-06-26T12:16:55.890Z Downloaded byte-wrapper v0.1.0
6672026-06-26T12:16:55.893Z Downloaded cassowary v0.3.0
6682026-06-26T12:16:55.894Z Downloaded futures-task v0.3.32
6692026-06-26T12:16:55.894Z Downloaded darling v0.23.0
6702026-06-26T12:16:55.896Z Downloaded compression-codecs v0.4.37
6712026-06-26T12:16:55.899Z Downloaded cbc v0.1.2
6722026-06-26T12:16:55.899Z Downloaded cmake v0.1.57
6732026-06-26T12:16:55.902Z Downloaded gethostname v0.5.0
6742026-06-26T12:16:55.902Z Downloaded futures-sink v0.3.32
6752026-06-26T12:16:55.902Z Downloaded bitfield v0.19.4
6762026-06-26T12:16:55.905Z Downloaded bit-vec v0.8.0
6772026-06-26T12:16:55.905Z Downloaded bit-vec v0.6.3
6782026-06-26T12:16:55.906Z Downloaded cexpr v0.6.0
6792026-06-26T12:16:55.909Z Downloaded constant_time_eq v0.4.2
6802026-06-26T12:16:55.909Z Downloaded arrayref v0.3.9
6812026-06-26T12:16:55.909Z Downloaded globwalk v0.9.1
6822026-06-26T12:16:55.911Z Downloaded git-stub v1.0.0
6832026-06-26T12:16:55.911Z Downloaded chacha20 v0.9.1
6842026-06-26T12:16:55.912Z Downloaded headers-core v0.3.0
6852026-06-26T12:16:55.912Z Downloaded hash32 v0.2.1
6862026-06-26T12:16:55.916Z Downloaded corncobs v0.1.4
6872026-06-26T12:16:55.917Z Downloaded cargo_metadata v0.23.1
6882026-06-26T12:16:55.917Z Downloaded dirs-next v2.0.0
6892026-06-26T12:16:55.917Z Downloaded convert_case v0.10.0
6902026-06-26T12:16:55.920Z Downloaded deranged v0.5.8
6912026-06-26T12:16:55.920Z Downloaded ciborium v0.2.2
6922026-06-26T12:16:55.923Z Downloaded bzip2 v0.6.1
6932026-06-26T12:16:55.923Z Downloaded blake2 v0.10.6
6942026-06-26T12:16:55.923Z Downloaded ff v0.13.1
6952026-06-26T12:16:55.925Z Downloaded erased-serde v0.3.31
6962026-06-26T12:16:55.925Z Downloaded async-bb8-diesel v0.2.1
6972026-06-26T12:16:55.928Z Downloaded foldhash v0.1.5
6982026-06-26T12:16:55.928Z Downloaded find-msvc-tools v0.1.9
6992026-06-26T12:16:55.932Z Downloaded fd-lock v4.0.4
7002026-06-26T12:16:55.932Z Downloaded hex v0.4.3
7012026-06-26T12:16:55.935Z Downloaded ena v0.14.4
7022026-06-26T12:16:55.935Z Downloaded env_logger v0.11.9
7032026-06-26T12:16:55.935Z Downloaded clang-sys v1.8.1
7042026-06-26T12:16:55.938Z Downloaded fixedbitset v0.5.7
7052026-06-26T12:16:55.938Z Downloaded fallible-iterator v0.2.0
7062026-06-26T12:16:55.938Z Downloaded diesel-dtrace v0.5.0
7072026-06-26T12:16:55.941Z Downloaded hash32 v0.3.1
7082026-06-26T12:16:55.941Z Downloaded cancel-safe-futures v0.1.5
7092026-06-26T12:16:55.944Z Downloaded futures-executor v0.3.32
7102026-06-26T12:16:55.944Z Downloaded either v1.15.0
7112026-06-26T12:16:55.944Z Downloaded backon v1.6.0
7122026-06-26T12:16:55.947Z Downloaded const_format_proc_macros v0.2.34
7132026-06-26T12:16:55.950Z Downloaded http-body v1.0.1
7142026-06-26T12:16:55.950Z Downloaded hubpack_derive v0.1.1
7152026-06-26T12:16:55.950Z Downloaded http-range v0.1.5
7162026-06-26T12:16:55.953Z Downloaded ecdsa v0.16.9
7172026-06-26T12:16:55.953Z Downloaded ahash v0.8.12
7182026-06-26T12:16:55.956Z Downloaded crc32fast v1.5.0
7192026-06-26T12:16:55.956Z Downloaded globset v0.4.18
7202026-06-26T12:16:55.956Z Downloaded glob v0.3.3
7212026-06-26T12:16:55.959Z Downloaded console v0.15.11
7222026-06-26T12:16:55.959Z Downloaded futures-core v0.3.32
7232026-06-26T12:16:55.962Z Downloaded cookie v0.18.1
7242026-06-26T12:16:55.962Z Downloaded colored v2.2.0
7252026-06-26T12:16:55.965Z Downloaded hex-literal v0.4.1
7262026-06-26T12:16:55.965Z Downloaded chacha20 v0.10.0
7272026-06-26T12:16:55.968Z Downloaded console v0.16.2
7282026-06-26T12:16:55.968Z Downloaded hostname v0.4.2
7292026-06-26T12:16:55.968Z Downloaded colored v3.1.1
7302026-06-26T12:16:55.971Z Downloaded illumos-nvpair-sys v0.2.0
7312026-06-26T12:16:55.971Z Downloaded indoc v1.0.9
7322026-06-26T12:16:55.974Z Downloaded illumos-nvpair v0.3.0
7332026-06-26T12:16:55.974Z Downloaded cipher v0.4.4
7342026-06-26T12:16:55.974Z Downloaded bcs v0.1.6
7352026-06-26T12:16:55.976Z Downloaded hostname v0.3.1
7362026-06-26T12:16:55.976Z Downloaded home v0.5.12
7372026-06-26T12:16:55.976Z Downloaded git-stub-vcs v0.1.0
7382026-06-26T12:16:55.981Z Downloaded group v0.13.0
7392026-06-26T12:16:55.984Z Downloaded hubpack v0.1.2
7402026-06-26T12:16:55.984Z Downloaded httpdate v1.0.3
7412026-06-26T12:16:55.987Z Downloaded inout v0.1.4
7422026-06-26T12:16:55.990Z Downloaded ident_case v1.0.1
7432026-06-26T12:16:55.993Z Downloaded drift v0.2.0
7442026-06-26T12:16:55.996Z Downloaded filetime v0.2.27
7452026-06-26T12:16:55.999Z Downloaded internet-checksum v0.2.1
7462026-06-26T12:16:55.999Z Downloaded des v0.8.1
7472026-06-26T12:16:56.003Z Downloaded keccak v0.1.6
7482026-06-26T12:16:56.003Z Downloaded is_ci v1.2.0
7492026-06-26T12:16:56.003Z Downloaded highway v1.3.0
7502026-06-26T12:16:56.006Z Downloaded futures-channel v0.3.32
7512026-06-26T12:16:56.006Z Downloaded fs-err v2.11.0
7522026-06-26T12:16:56.006Z Downloaded diff v0.1.13
7532026-06-26T12:16:56.009Z Downloaded derive_builder v0.20.2
7542026-06-26T12:16:56.011Z Downloaded foldhash v0.2.0
7552026-06-26T12:16:56.012Z Downloaded crossbeam-utils v0.8.21
7562026-06-26T12:16:56.015Z Downloaded lalrpop-util v0.19.12
7572026-06-26T12:16:56.016Z Downloaded hyper-tls v0.6.0
7582026-06-26T12:16:56.016Z Downloaded indent_write v2.2.0
7592026-06-26T12:16:56.019Z Downloaded instability v0.3.11
7602026-06-26T12:16:56.021Z Downloaded managed v0.8.0
7612026-06-26T12:16:56.021Z Downloaded lzss v0.8.2
7622026-06-26T12:16:56.024Z Downloaded http-body-util v0.1.3
7632026-06-26T12:16:56.024Z Downloaded lru-cache v0.1.2
7642026-06-26T12:16:56.027Z Downloaded darling_core v0.13.4
7652026-06-26T12:16:56.030Z Downloaded humantime v2.3.0
7662026-06-26T12:16:56.030Z Downloaded cookie_store v0.22.1
7672026-06-26T12:16:56.033Z Downloaded fs_extra v1.3.0
7682026-06-26T12:16:56.036Z Downloaded lru-slab v0.1.2
7692026-06-26T12:16:56.036Z Downloaded maybe-uninit v2.0.0
7702026-06-26T12:16:56.039Z Downloaded match_cfg v0.1.0
7712026-06-26T12:16:56.040Z Downloaded maplit v1.0.2
7722026-06-26T12:16:56.040Z Downloaded derive_more v2.1.1
7732026-06-26T12:16:56.045Z Downloaded memoffset v0.9.1
7742026-06-26T12:16:56.048Z Downloaded arc-swap v1.8.2
7752026-06-26T12:16:56.050Z Downloaded getrandom v0.2.17
7762026-06-26T12:16:56.051Z Downloaded linked-hash-map v0.5.6
7772026-06-26T12:16:56.054Z Downloaded instant v0.1.13
7782026-06-26T12:16:56.054Z Downloaded ingot-types v0.1.2
7792026-06-26T12:16:56.054Z Downloaded newline-converter v0.3.0
7802026-06-26T12:16:56.054Z Downloaded half v1.8.3
7812026-06-26T12:16:56.057Z Downloaded new_debug_unreachable v1.0.6
7822026-06-26T12:16:56.058Z Downloaded libscf-sys v1.1.0
7832026-06-26T12:16:56.058Z Downloaded kstat-rs v0.2.4
7842026-06-26T12:16:56.058Z Downloaded ingot v0.1.1
7852026-06-26T12:16:56.061Z Downloaded base64 v0.21.7
7862026-06-26T12:16:56.061Z Downloaded md-5 v0.10.6
7872026-06-26T12:16:56.064Z Downloaded darling_core v0.23.0
7882026-06-26T12:16:56.067Z Downloaded md5 v0.7.0
7892026-06-26T12:16:56.067Z Downloaded nodrop v0.1.14
7902026-06-26T12:16:56.067Z Downloaded multimap v0.10.1
7912026-06-26T12:16:56.070Z Downloaded chacha20poly1305 v0.10.1
7922026-06-26T12:16:56.070Z Downloaded bytes v1.11.1
7932026-06-26T12:16:56.072Z Downloaded darling_core v0.20.11
7942026-06-26T12:16:56.075Z Downloaded num-conv v0.2.0
7952026-06-26T12:16:56.075Z Downloaded num v0.4.3
7962026-06-26T12:16:56.075Z Downloaded fatfs v0.3.6
7972026-06-26T12:16:56.078Z Downloaded elliptic-curve v0.13.8
7982026-06-26T12:16:56.081Z Downloaded derive_more v0.99.20
7992026-06-26T12:16:56.084Z Downloaded libefi-sys v0.1.0
8002026-06-26T12:16:56.084Z Downloaded derive-where v1.6.0
8012026-06-26T12:16:56.087Z Downloaded jobserver v0.1.34
8022026-06-26T12:16:56.087Z Downloaded dropshot_endpoint v0.17.0
8032026-06-26T12:16:56.090Z Downloaded linear-map v1.2.0
8042026-06-26T12:16:56.090Z Downloaded num-derive v0.4.2
8052026-06-26T12:16:56.093Z Downloaded newtype-uuid-macros v0.1.0
8062026-06-26T12:16:56.093Z Downloaded ipnetwork v0.21.1
8072026-06-26T12:16:56.093Z Downloaded normalize-line-endings v0.3.0
8082026-06-26T12:16:56.096Z Downloaded newtype_derive v0.1.6
8092026-06-26T12:16:56.096Z Downloaded num-derive v0.3.3
8102026-06-26T12:16:56.096Z Downloaded lock_api v0.4.14
8112026-06-26T12:16:56.099Z Downloaded num-iter v0.1.45
8122026-06-26T12:16:56.099Z Downloaded num_threads v0.1.7
8132026-06-26T12:16:56.099Z Downloaded crypto-bigint v0.5.5
8142026-06-26T12:16:56.102Z Downloaded const-oid v0.9.6
8152026-06-26T12:16:56.105Z Downloaded compact_str v0.8.1
8162026-06-26T12:16:56.108Z Downloaded openssl-macros v0.1.1
8172026-06-26T12:16:56.108Z Downloaded mime_guess v2.0.5
8182026-06-26T12:16:56.108Z Downloaded futures v0.3.32
8192026-06-26T12:16:56.111Z Downloaded const_format v0.2.35
8202026-06-26T12:16:56.113Z Downloaded mime v0.3.17
8212026-06-26T12:16:56.116Z Downloaded nonempty v0.12.0
8222026-06-26T12:16:56.116Z Downloaded num_enum_derive v0.5.11
8232026-06-26T12:16:56.116Z Downloaded ingot-macros v0.1.1
8242026-06-26T12:16:56.119Z Downloaded crossbeam-channel v0.5.15
8252026-06-26T12:16:56.122Z Downloaded olpc-cjson v0.1.4
8262026-06-26T12:16:56.122Z Downloaded newtype-uuid v1.3.2
8272026-06-26T12:16:56.122Z Downloaded libsw-core v0.3.2
8282026-06-26T12:16:56.138Z Downloaded openssl-probe v0.2.1
8292026-06-26T12:16:56.141Z Downloaded openssl-probe v0.1.6
8302026-06-26T12:16:56.141Z Downloaded opaque-debug v0.3.1
8312026-06-26T12:16:56.141Z Downloaded native-tls v0.2.18
8322026-06-26T12:16:56.145Z Downloaded nanorand v0.7.0
8332026-06-26T12:16:56.145Z Downloaded iana-time-zone v0.1.65
8342026-06-26T12:16:56.148Z Downloaded hyper-staticfile v0.10.1
8352026-06-26T12:16:56.148Z Downloaded pbkdf2 v0.12.2
8362026-06-26T12:16:56.148Z Downloaded path-slash v0.1.5
8372026-06-26T12:16:56.151Z Downloaded parse-size v1.1.0
8382026-06-26T12:16:56.151Z Downloaded parse-display v0.10.0
8392026-06-26T12:16:56.151Z Downloaded oso-derive v0.27.3
8402026-06-26T12:16:56.151Z Downloaded nu-ansi-term v0.50.3
8412026-06-26T12:16:56.155Z Downloaded hyper-rustls v0.27.7
8422026-06-26T12:16:56.155Z Downloaded half v2.7.1
8432026-06-26T12:16:56.159Z Downloaded flume v0.11.1
8442026-06-26T12:16:56.159Z Downloaded getrandom v0.3.4
8452026-06-26T12:16:56.162Z Downloaded ed25519-dalek v2.2.0
8462026-06-26T12:16:56.165Z Downloaded hmac v0.12.1
8472026-06-26T12:16:56.165Z Downloaded num_enum v0.5.11
8482026-06-26T12:16:56.167Z Downloaded num-rational v0.4.2
8492026-06-26T12:16:56.167Z Downloaded num-complex v0.4.6
8502026-06-26T12:16:56.170Z Downloaded num_enum_derive v0.7.6
8512026-06-26T12:16:56.170Z Downloaded nibble_vec v0.1.0
8522026-06-26T12:16:56.170Z Downloaded pin-utils v0.1.0
8532026-06-26T12:16:56.173Z Downloaded phf_shared v0.11.3
8542026-06-26T12:16:56.173Z Downloaded num_enum v0.7.6
8552026-06-26T12:16:56.176Z Downloaded derive_more-impl v2.1.1
8562026-06-26T12:16:56.179Z Downloaded httparse v1.10.1
8572026-06-26T12:16:56.183Z Downloaded memmap2 v0.9.10
8582026-06-26T12:16:56.183Z Downloaded peg-runtime v0.8.5
8592026-06-26T12:16:56.183Z Downloaded pbkdf2 v0.11.0
8602026-06-26T12:16:56.186Z Downloaded ipnet v2.11.0
8612026-06-26T12:16:56.186Z Downloaded ignore v0.4.25
8622026-06-26T12:16:56.186Z Downloaded der v0.7.10
8632026-06-26T12:16:56.190Z Downloaded phf_shared v0.13.1
8642026-06-26T12:16:56.190Z Downloaded libsw v3.5.0
8652026-06-26T12:16:56.193Z Downloaded darling_core v0.21.3
8662026-06-26T12:16:56.193Z Downloaded heapless v0.7.17
8672026-06-26T12:16:56.196Z Downloaded oxnet v0.1.5
8682026-06-26T12:16:56.199Z Downloaded owo-colors v4.3.0
8692026-06-26T12:16:56.199Z Downloaded ar_archive_writer v0.5.1
8702026-06-26T12:16:56.202Z Downloaded oxide-tokio-rt v0.1.4
8712026-06-26T12:16:56.202Z Downloaded predicates-tree v1.0.13
8722026-06-26T12:16:56.205Z Downloaded bumpalo v3.20.2
8732026-06-26T12:16:56.205Z Downloaded proc-macro-crate v1.3.1
8742026-06-26T12:16:56.205Z Downloaded packed_struct_codegen v0.10.1
8752026-06-26T12:16:56.208Z Downloaded litrs v1.0.0
8762026-06-26T12:16:56.208Z Downloaded libloading v0.8.9
8772026-06-26T12:16:56.211Z Downloaded password-hash v0.4.2
8782026-06-26T12:16:56.211Z Downloaded is-terminal v0.4.17
8792026-06-26T12:16:56.211Z Downloaded packed_struct v0.10.1
8802026-06-26T12:16:56.214Z Downloaded multer v3.1.0
8812026-06-26T12:16:56.214Z Downloaded precomputed-hash v0.1.1
8822026-06-26T12:16:56.214Z Downloaded indoc v2.0.7
8832026-06-26T12:16:56.217Z Downloaded lru v0.12.5
8842026-06-26T12:16:56.217Z Downloaded lazy_static v1.5.0
8852026-06-26T12:16:56.220Z Downloaded paste v1.0.15
8862026-06-26T12:16:56.220Z Downloaded parse-display-derive v0.10.0
8872026-06-26T12:16:56.223Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-06-26T12:16:56.223Z Downloaded proc-macro-crate v3.4.0
8892026-06-26T12:16:56.223Z Downloaded parking_lot_core v0.8.6
8902026-06-26T12:16:56.226Z Downloaded flate2 v1.1.9
8912026-06-26T12:16:56.229Z Downloaded impl-trait-for-tuples v0.2.3
8922026-06-26T12:16:56.229Z Downloaded pem-rfc7468 v0.7.0
8932026-06-26T12:16:56.232Z Downloaded indexmap v1.9.3
8942026-06-26T12:16:56.232Z Downloaded heapless v0.8.0
8952026-06-26T12:16:56.235Z Downloaded pem v3.0.6
8962026-06-26T12:16:56.238Z Downloaded password-hash v0.5.0
8972026-06-26T12:16:56.238Z Downloaded num-integer v0.1.46
8982026-06-26T12:16:56.238Z Downloaded libbz2-rs-sys v0.2.2
8992026-06-26T12:16:56.241Z Downloaded peg v0.8.5
9002026-06-26T12:16:56.244Z Downloaded progenitor-macro v0.14.0
9012026-06-26T12:16:56.244Z Downloaded progenitor-macro v0.11.2
9022026-06-26T12:16:56.244Z Downloaded progenitor-client v0.10.0
9032026-06-26T12:16:56.244Z Downloaded phf_shared v0.12.1
9042026-06-26T12:16:56.245Z Downloaded phf v0.12.1
9052026-06-26T12:16:56.247Z Downloaded progenitor-client v0.11.2
9062026-06-26T12:16:56.247Z Downloaded headers v0.4.1
9072026-06-26T12:16:56.250Z Downloaded pkg-config v0.3.32
9082026-06-26T12:16:56.253Z Downloaded phf v0.13.1
9092026-06-26T12:16:56.253Z Downloaded diesel_derives v2.3.7
9102026-06-26T12:16:56.256Z Downloaded polyval v0.6.2
9112026-06-26T12:16:56.259Z Downloaded pkcs8 v0.10.2
9122026-06-26T12:16:56.259Z Downloaded quick-error v1.2.3
9132026-06-26T12:16:56.262Z Downloaded psl-types v2.0.11
9142026-06-26T12:16:56.262Z Downloaded cc v1.2.56
9152026-06-26T12:16:56.262Z Downloaded async-compression v0.4.41
9162026-06-26T12:16:56.265Z Downloaded pin-project-lite v0.2.17
9172026-06-26T12:16:56.268Z Downloaded ppv-lite86 v0.2.21
9182026-06-26T12:16:56.272Z Downloaded progenitor-macro v0.13.0
9192026-06-26T12:16:56.272Z Downloaded powerfmt v0.2.0
9202026-06-26T12:16:56.272Z Downloaded rand_xorshift v0.4.0
9212026-06-26T12:16:56.274Z Downloaded poly1305 v0.8.0
9222026-06-26T12:16:56.275Z Downloaded recursive v0.1.1
9232026-06-26T12:16:56.275Z Downloaded parking_lot v0.12.5
9242026-06-26T12:16:56.277Z Downloaded radium v0.7.0
9252026-06-26T12:16:56.277Z Downloaded peg-macros v0.8.5
9262026-06-26T12:16:56.280Z Downloaded primeorder v0.13.6
9272026-06-26T12:16:56.290Z Downloaded progenitor-client v0.14.0
9282026-06-26T12:16:56.293Z Downloaded progenitor-client v0.13.0
9292026-06-26T12:16:56.293Z Downloaded ref-cast-impl v1.0.25
9302026-06-26T12:16:56.300Z Downloaded progenitor-extras v0.2.0
9312026-06-26T12:16:56.307Z Downloaded parking_lot v0.11.2
9322026-06-26T12:16:56.310Z Downloaded predicates-core v1.0.10
9332026-06-26T12:16:56.310Z Downloaded predicates v3.1.4
9342026-06-26T12:16:56.317Z Downloaded rustc_version v0.4.1
9352026-06-26T12:16:56.320Z Downloaded rustc-hash v2.1.1
9362026-06-26T12:16:56.323Z Downloaded indicatif v0.18.4
9372026-06-26T12:16:56.326Z Downloaded progenitor v0.14.0
9382026-06-26T12:16:56.329Z Downloaded rustc_version v0.1.7
9392026-06-26T12:16:56.329Z Downloaded postgres-protocol v0.6.10
9402026-06-26T12:16:56.329Z Downloaded progenitor v0.11.2
9412026-06-26T12:16:56.332Z Downloaded pkcs5 v0.7.1
9422026-06-26T12:16:56.332Z Downloaded rfc6979 v0.4.0
9432026-06-26T12:16:56.336Z Downloaded progenitor v0.13.0
9442026-06-26T12:16:56.336Z Downloaded hickory-resolver v0.25.2
9452026-06-26T12:16:56.339Z Downloaded expectorate v1.2.0
9462026-06-26T12:16:56.339Z Downloaded parking_lot_core v0.9.12
9472026-06-26T12:16:56.342Z Downloaded papergrid v0.17.0
9482026-06-26T12:16:56.344Z Downloaded rand_seeder v0.4.0
9492026-06-26T12:16:56.347Z Downloaded rand_core v0.10.0
9502026-06-26T12:16:56.347Z Downloaded russh-cryptovec v0.7.3
9512026-06-26T12:16:56.347Z Downloaded ref-cast v1.0.25
9522026-06-26T12:16:56.350Z Downloaded salsa20 v0.10.2
9532026-06-26T12:16:56.351Z Downloaded omicron-zone-package v0.12.2
9542026-06-26T12:16:56.353Z Downloaded pin-project-internal v1.1.11
9552026-06-26T12:16:56.356Z Downloaded scheduled-thread-pool v0.2.7
9562026-06-26T12:16:56.356Z Downloaded psm v0.1.30
9572026-06-26T12:16:56.359Z Downloaded rand_core v0.9.5
9582026-06-26T12:16:56.359Z Downloaded hickory-resolver v0.24.4
9592026-06-26T12:16:56.362Z Downloaded rand_chacha v0.9.0
9602026-06-26T12:16:56.362Z Downloaded r2d2 v0.8.10
9612026-06-26T12:16:56.371Z Downloaded rand_chacha v0.3.1
9622026-06-26T12:16:56.375Z Downloaded sapling-renderdag v0.1.0
9632026-06-26T12:16:56.379Z Downloaded scopeguard v1.2.0
9642026-06-26T12:16:56.382Z Downloaded serde-big-array v0.5.1
9652026-06-26T12:16:56.382Z Downloaded oso v0.27.3
9662026-06-26T12:16:56.382Z Downloaded secrecy v0.8.0
9672026-06-26T12:16:56.386Z Downloaded resolv-conf v0.7.6
9682026-06-26T12:16:56.386Z Downloaded miniz_oxide v0.8.9
9692026-06-26T12:16:56.389Z Downloaded postgres-types v0.2.12
9702026-06-26T12:16:56.389Z Downloaded scrypt v0.11.0
9712026-06-26T12:16:56.389Z Downloaded same-file v1.0.6
9722026-06-26T12:16:56.392Z Downloaded jiff-static v0.2.21
9732026-06-26T12:16:56.392Z Downloaded recursive-proc-macro-impl v0.1.1
9742026-06-26T12:16:56.395Z Downloaded postcard v1.1.3
9752026-06-26T12:16:56.395Z Downloaded pkcs1 v0.7.5
9762026-06-26T12:16:56.400Z Downloaded secrecy v0.10.3
9772026-06-26T12:16:56.403Z Downloaded seq-macro v0.3.6
9782026-06-26T12:16:56.405Z Downloaded proc-macro-error2 v2.0.1
9792026-06-26T12:16:56.408Z Downloaded serde_plain v1.0.2
9802026-06-26T12:16:56.408Z Downloaded scroll_derive v0.13.1
9812026-06-26T12:16:56.411Z Downloaded semver v0.1.20
9822026-06-26T12:16:56.411Z Downloaded serde_bytes v0.11.19
9832026-06-26T12:16:56.418Z Downloaded rustls-native-certs v0.8.3
9842026-06-26T12:16:56.423Z Downloaded serde_urlencoded v0.7.1
9852026-06-26T12:16:56.426Z Downloaded rtoolbox v0.0.3
9862026-06-26T12:16:56.430Z Downloaded serde_repr v0.1.20
9872026-06-26T12:16:56.430Z Downloaded p256 v0.13.2
9882026-06-26T12:16:56.433Z Downloaded serde_spanned v1.0.4
9892026-06-26T12:16:56.435Z Downloaded pin-project v1.1.11
9902026-06-26T12:16:56.441Z Downloaded sha1 v0.10.6
9912026-06-26T12:16:56.444Z Downloaded quinn-udp v0.5.14
9922026-06-26T12:16:56.444Z Downloaded prefix-trie v0.7.0
9932026-06-26T12:16:56.447Z Downloaded aes v0.8.4
9942026-06-26T12:16:56.450Z Downloaded rustls-pemfile v2.2.0
9952026-06-26T12:16:56.450Z Downloaded rustls-pemfile v1.0.4
9962026-06-26T12:16:56.453Z Downloaded rusty-fork v0.3.1
9972026-06-26T12:16:56.453Z Downloaded rustversion v1.0.22
9982026-06-26T12:16:56.456Z Downloaded rand_core v0.6.4
9992026-06-26T12:16:56.456Z Downloaded http v1.4.0
10002026-06-26T12:16:56.458Z Downloaded openssl-sys v0.9.115
10012026-06-26T12:16:56.461Z Downloaded schemars_derive v0.8.22
10022026-06-26T12:16:56.461Z Downloaded minimal-lexical v0.2.1
10032026-06-26T12:16:56.465Z Downloaded shell-words v1.1.1
10042026-06-26T12:16:56.468Z Downloaded siphasher v1.0.2
10052026-06-26T12:16:56.468Z Downloaded signature v2.2.0
10062026-06-26T12:16:56.470Z Downloaded signal-hook-mio v0.2.5
10072026-06-26T12:16:56.470Z Downloaded slog-envlogger v2.2.0
10082026-06-26T12:16:56.474Z Downloaded crossterm v0.28.1
10092026-06-26T12:16:56.476Z Downloaded hickory-server v0.25.2
10102026-06-26T12:16:56.479Z Downloaded hashbrown v0.13.2
10112026-06-26T12:16:56.482Z Downloaded scroll v0.13.0
10122026-06-26T12:16:56.485Z Downloaded hashbrown v0.12.3
10132026-06-26T12:16:56.488Z Downloaded signal-hook-tokio v0.3.1
10142026-06-26T12:16:56.488Z Downloaded sec1 v0.7.3
10152026-06-26T12:16:56.488Z Downloaded sigpipe v0.1.3
10162026-06-26T12:16:56.491Z Downloaded russh-keys v0.45.0
10172026-06-26T12:16:56.491Z Downloaded serde_path_to_error v0.1.20
10182026-06-26T12:16:56.491Z Downloaded sct v0.7.1
10192026-06-26T12:16:56.494Z Downloaded slog-bunyan v2.5.0
10202026-06-26T12:16:56.497Z Downloaded serde-hex v0.1.0
10212026-06-26T12:16:56.497Z Downloaded hyper-util v0.1.20
10222026-06-26T12:16:56.501Z Downloaded crossterm v0.29.0
10232026-06-26T12:16:56.505Z Downloaded serde_derive_internals v0.29.1
10242026-06-26T12:16:56.510Z Downloaded aes-gcm v0.10.3
10252026-06-26T12:16:56.518Z Downloaded ssh-encoding v0.2.0
10262026-06-26T12:16:56.521Z Downloaded rustls-pki-types v1.14.0
10272026-06-26T12:16:56.526Z Downloaded sqlparser_derive v0.5.0
10282026-06-26T12:16:56.529Z Downloaded strip-ansi-escapes v0.2.1
10292026-06-26T12:16:56.532Z Downloaded itertools v0.10.5
10302026-06-26T12:16:56.540Z Downloaded slog-json v2.6.1
10312026-06-26T12:16:56.561Z Downloaded slog-dtrace v0.3.0
10322026-06-26T12:16:56.561Z Downloaded shlex v1.3.0
10332026-06-26T12:16:56.561Z Downloaded slab v0.4.12
10342026-06-26T12:16:56.565Z Downloaded strum v0.27.2
10352026-06-26T12:16:56.565Z Downloaded structmeta-derive v0.3.0
10362026-06-26T12:16:56.565Z Downloaded subtle v2.6.1
10372026-06-26T12:16:56.565Z Downloaded strum v0.26.3
10382026-06-26T12:16:56.565Z Downloaded progenitor-impl v0.14.0
10392026-06-26T12:16:56.565Z Downloaded prettyplease v0.2.37
10402026-06-26T12:16:56.565Z Downloaded strsim v0.10.0
10412026-06-26T12:16:56.565Z Downloaded structmeta v0.3.0
10422026-06-26T12:16:56.565Z Downloaded signal-hook-registry v1.4.8
10432026-06-26T12:16:56.565Z Downloaded serde_cbor v0.11.2
10442026-06-26T12:16:56.565Z Downloaded pretty_assertions v1.4.1
10452026-06-26T12:16:56.565Z Downloaded simd-adler32 v0.3.8
10462026-06-26T12:16:56.565Z Downloaded smallvec v0.6.14
10472026-06-26T12:16:56.568Z Downloaded slog-async v2.8.0
10482026-06-26T12:16:56.568Z Downloaded ron v0.8.1
10492026-06-26T12:16:56.571Z Downloaded progenitor-impl v0.11.2
10502026-06-26T12:16:56.574Z Downloaded take_mut v0.2.2
10512026-06-26T12:16:56.577Z Downloaded sync-ptr v0.1.4
10522026-06-26T12:16:56.577Z Downloaded tabled_derive v0.11.0
10532026-06-26T12:16:56.577Z Downloaded tagptr v0.2.0
10542026-06-26T12:16:56.580Z Downloaded smf v0.2.3
10552026-06-26T12:16:56.580Z Downloaded slog-stdlog v4.1.1
10562026-06-26T12:16:56.580Z Downloaded serde_with_macros v1.5.2
10572026-06-26T12:16:56.583Z Downloaded mio v1.2.0
10582026-06-26T12:16:56.586Z Downloaded sync_wrapper v1.0.2
10592026-06-26T12:16:56.586Z Downloaded termtree v0.5.1
10602026-06-26T12:16:56.586Z Downloaded tap v1.0.1
10612026-06-26T12:16:56.589Z Downloaded tabwriter v1.4.1
10622026-06-26T12:16:56.589Z Downloaded snafu-derive v0.8.9
10632026-06-26T12:16:56.589Z Downloaded supports-color v3.0.2
10642026-06-26T12:16:56.589Z Downloaded slog-scope v4.4.1
10652026-06-26T12:16:56.592Z Downloaded serde_with_macros v3.17.0
10662026-06-26T12:16:56.592Z Downloaded ssh-cipher v0.2.0
10672026-06-26T12:16:56.592Z Downloaded thread-id v5.1.0
10682026-06-26T12:16:56.595Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-26T12:16:56.595Z Downloaded sqlformat v0.3.5
10702026-06-26T12:16:56.596Z Downloaded spki v0.7.3
10712026-06-26T12:16:56.599Z Downloaded ryu v1.0.23
10722026-06-26T12:16:56.599Z Downloaded time-core v0.1.8
10732026-06-26T12:16:56.602Z Downloaded stacker v0.1.23
10742026-06-26T12:16:56.605Z Downloaded num-bigint v0.4.6
10752026-06-26T12:16:56.608Z Downloaded aho-corasick v1.1.4
10762026-06-26T12:16:56.611Z Downloaded testing_table v0.3.0
10772026-06-26T12:16:56.614Z Downloaded nom v7.1.3
10782026-06-26T12:16:56.617Z Downloaded rcgen v0.12.1
10792026-06-26T12:16:56.620Z Downloaded tokio-macros v2.7.0
10802026-06-26T12:16:56.623Z Downloaded progenitor-impl v0.13.0
10812026-06-26T12:16:56.626Z Downloaded strum_macros v0.24.3
10822026-06-26T12:16:56.629Z Downloaded libxml v0.3.3
10832026-06-26T12:16:56.632Z Downloaded dropshot-api-manager v0.7.2
10842026-06-26T12:16:56.635Z Downloaded slog-term v2.9.2
10852026-06-26T12:16:56.638Z Downloaded schemars v0.8.22
10862026-06-26T12:16:56.643Z Downloaded tinyvec_macros v0.1.1
10872026-06-26T12:16:56.646Z Downloaded strum_macros v0.27.2
10882026-06-26T12:16:56.646Z Downloaded strum_macros v0.26.4
10892026-06-26T12:16:56.655Z Downloaded hashbrown v0.16.1
10902026-06-26T12:16:56.658Z Downloaded support-bundle-viewer v0.1.2
10912026-06-26T12:16:56.661Z Downloaded serde_yaml v0.9.34+deprecated
10922026-06-26T12:16:56.664Z Downloaded rustls-platform-verifier v0.6.2
10932026-06-26T12:16:56.667Z Downloaded publicsuffix v2.3.0
10942026-06-26T12:16:56.670Z Downloaded thread_local v1.1.9
10952026-06-26T12:16:56.673Z Downloaded quinn v0.11.9
10962026-06-26T12:16:56.675Z Downloaded spin v0.9.8
10972026-06-26T12:16:56.678Z Downloaded termios v0.3.3
10982026-06-26T12:16:56.681Z Downloaded static_assertions v1.1.0
10992026-06-26T12:16:56.684Z Downloaded tower-service v0.3.3
11002026-06-26T12:16:56.684Z Downloaded topological-sort v0.2.2
11012026-06-26T12:16:56.687Z Downloaded signal-hook v0.3.18
11022026-06-26T12:16:56.690Z Downloaded rayon-core v1.13.0
11032026-06-26T12:16:56.693Z Downloaded stringprep v0.1.5
11042026-06-26T12:16:56.696Z Downloaded tiny-keccak v2.0.2
11052026-06-26T12:16:56.699Z Downloaded time-macros v0.2.27
11062026-06-26T12:16:56.699Z Downloaded tower-layer v0.3.3
11072026-06-26T12:16:56.699Z Downloaded try-lock v0.2.5
11082026-06-26T12:16:56.702Z Downloaded thiserror-no-std v2.0.2
11092026-06-26T12:16:56.702Z Downloaded string_cache v0.8.9
11102026-06-26T12:16:56.706Z Downloaded itertools v0.12.1
11112026-06-26T12:16:56.711Z Downloaded qorb v0.4.1
11122026-06-26T12:16:56.713Z Downloaded slog v2.8.2
11132026-06-26T12:16:56.716Z Downloaded similar v2.7.0
11142026-06-26T12:16:56.719Z Downloaded tokio-native-tls v0.3.1
11152026-06-26T12:16:56.719Z Downloaded tokio-rustls v0.25.0
11162026-06-26T12:16:56.722Z Downloaded tokio-tungstenite v0.21.0
11172026-06-26T12:16:56.722Z Downloaded rsa v0.9.10
11182026-06-26T12:16:56.725Z Downloaded typify-macro v0.6.2
11192026-06-26T12:16:56.728Z Downloaded typify-macro v0.4.3
11202026-06-26T12:16:56.728Z Downloaded tokio-dtrace v0.1.1
11212026-06-26T12:16:56.728Z Downloaded tls_codec_derive v0.4.2
11222026-06-26T12:16:56.731Z Downloaded unicode-truncate v1.1.0
11232026-06-26T12:16:56.731Z Downloaded tls_codec v0.4.2
11242026-06-26T12:16:56.731Z Downloaded iri-string v0.7.10
11252026-06-26T12:16:56.735Z Downloaded unit-prefix v0.5.2
11262026-06-26T12:16:56.738Z Downloaded universal-hash v0.5.1
11272026-06-26T12:16:56.738Z Downloaded socket2 v0.5.10
11282026-06-26T12:16:56.741Z Downloaded usdt v0.6.0
11292026-06-26T12:16:56.741Z Downloaded futures-util v0.3.32
11302026-06-26T12:16:56.746Z Downloaded usdt-attr-macro v0.6.0
11312026-06-26T12:16:56.749Z Downloaded untrusted v0.9.0
11322026-06-26T12:16:56.749Z Downloaded untrusted v0.7.1
11332026-06-26T12:16:56.752Z Downloaded rand v0.8.6
11342026-06-26T12:16:56.755Z Downloaded usdt-macro v0.6.0
11352026-06-26T12:16:56.755Z Downloaded socket2 v0.6.3
11362026-06-26T12:16:56.758Z Downloaded term v1.2.1
11372026-06-26T12:16:56.761Z Downloaded utf-8 v0.7.6
11382026-06-26T12:16:56.761Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-26T12:16:56.764Z Downloaded rustls-webpki v0.103.9
11402026-06-26T12:16:56.764Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-06-26T12:16:56.767Z Downloaded rand v0.9.2
11422026-06-26T12:16:56.767Z Downloaded hyper v1.8.1
11432026-06-26T12:16:56.771Z Downloaded samael v0.0.19
11442026-06-26T12:16:56.774Z Downloaded tui-tree-widget v0.23.1
11452026-06-26T12:16:56.777Z Downloaded schemars v0.9.0
11462026-06-26T12:16:56.782Z Downloaded waitgroup v0.1.2
11472026-06-26T12:16:56.785Z Downloaded wait-timeout v0.2.1
11482026-06-26T12:16:56.785Z Downloaded void v1.0.2
11492026-06-26T12:16:56.785Z Downloaded trait-variant v0.1.2
11502026-06-26T12:16:56.785Z Downloaded libm v0.2.16
11512026-06-26T12:16:56.791Z Downloaded subprocess v0.2.15
11522026-06-26T12:16:56.794Z Downloaded tokio-rustls v0.26.4
11532026-06-26T12:16:56.797Z Downloaded want v0.3.1
11542026-06-26T12:16:56.797Z Downloaded tokio-rustls v0.24.1
11552026-06-26T12:16:56.797Z Downloaded hkdf v0.12.4
11562026-06-26T12:16:56.800Z Downloaded nom v8.0.0
11572026-06-26T12:16:56.803Z Downloaded unicase v2.9.0
11582026-06-26T12:16:56.803Z Downloaded itertools v0.13.0
11592026-06-26T12:16:56.807Z Downloaded unarray v0.1.4
11602026-06-26T12:16:56.810Z Downloaded snafu v0.8.9
11612026-06-26T12:16:56.813Z Downloaded tokio-tungstenite v0.23.1
11622026-06-26T12:16:56.816Z Downloaded usdt-impl v0.6.0
11632026-06-26T12:16:56.816Z Downloaded term v0.7.0
11642026-06-26T12:16:56.819Z Downloaded xshell-macros v0.2.7
11652026-06-26T12:16:56.822Z Downloaded rand v0.10.0
11662026-06-26T12:16:56.825Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-06-26T12:16:56.831Z Downloaded vergen-gitcl v1.0.8
11682026-06-26T12:16:56.834Z Downloaded zeroize_derive v1.4.3
11692026-06-26T12:16:56.837Z Downloaded vergen-lib v0.1.6
11702026-06-26T12:16:56.837Z Downloaded aws-lc-rs v1.16.3
11712026-06-26T12:16:56.841Z Downloaded vergen-git2 v9.1.0
11722026-06-26T12:16:56.844Z Downloaded num-bigint-dig v0.8.6
11732026-06-26T12:16:56.847Z Downloaded tracing-attributes v0.1.31
11742026-06-26T12:16:56.847Z Downloaded test-strategy v0.4.5
11752026-06-26T12:16:56.850Z Downloaded vsss-rs v3.3.4
11762026-06-26T12:16:56.853Z Downloaded twox-hash v2.1.2
11772026-06-26T12:16:56.853Z Downloaded h2 v0.4.13
11782026-06-26T12:16:56.856Z Downloaded vergen-lib v9.1.0
11792026-06-26T12:16:56.859Z Downloaded zone v0.3.1
11802026-06-26T12:16:56.859Z Downloaded uzers v0.12.2
11812026-06-26T12:16:56.859Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-06-26T12:16:56.863Z Downloaded tinyvec v1.10.0
11832026-06-26T12:16:56.866Z Downloaded schemars v1.2.1
11842026-06-26T12:16:56.873Z Downloaded whoami v2.1.0
11852026-06-26T12:16:56.876Z Downloaded unicode-properties v0.1.4
11862026-06-26T12:16:56.876Z Downloaded itertools v0.14.0
11872026-06-26T12:16:56.880Z Downloaded russh v0.45.0
11882026-06-26T12:16:56.883Z Downloaded iddqd v0.4.2
11892026-06-26T12:16:56.887Z Downloaded xshell v0.2.7
11902026-06-26T12:16:56.890Z Downloaded xattr v1.6.1
11912026-06-26T12:16:56.890Z Downloaded wyz v0.5.1
11922026-06-26T12:16:56.890Z Downloaded whoami v1.6.1
11932026-06-26T12:16:56.893Z Downloaded toml v0.7.8
11942026-06-26T12:16:56.896Z Downloaded tar v0.4.45
11952026-06-26T12:16:56.896Z Downloaded hashbrown v0.15.5
11962026-06-26T12:16:56.899Z Downloaded toml v1.0.6+spec-1.1.0
11972026-06-26T12:16:56.904Z Downloaded vergen v9.1.0
11982026-06-26T12:16:56.907Z Downloaded zone_cfg_derive v0.3.1
11992026-06-26T12:16:56.910Z Downloaded p521 v0.13.3
12002026-06-26T12:16:56.910Z Downloaded zeroize v1.8.2
12012026-06-26T12:16:56.915Z Downloaded tungstenite v0.23.0
12022026-06-26T12:16:56.917Z Downloaded zstd-safe v7.2.4
12032026-06-26T12:16:56.920Z Downloaded zstd v0.13.3
12042026-06-26T12:16:56.920Z Downloaded steno v0.4.1
12052026-06-26T12:16:56.923Z Downloaded walkdir v2.5.0
12062026-06-26T12:16:56.926Z Downloaded rustyline v14.0.0
12072026-06-26T12:16:56.929Z Downloaded tokio-stream v0.1.18
12082026-06-26T12:16:56.938Z Downloaded typify v0.4.3
12092026-06-26T12:16:56.941Z Downloaded rpassword v7.4.0
12102026-06-26T12:16:56.944Z Downloaded tungstenite v0.21.0
12112026-06-26T12:16:56.944Z Downloaded typify v0.6.2
12122026-06-26T12:16:56.950Z Downloaded unicode-bidi v0.3.18
12132026-06-26T12:16:56.953Z Downloaded unsafe-libyaml v0.2.11
12142026-06-26T12:16:56.956Z Downloaded zerocopy v0.6.6
12152026-06-26T12:16:56.956Z Downloaded bitvec v1.0.1
12162026-06-26T12:16:56.964Z Downloaded yasna v0.5.2
12172026-06-26T12:16:56.967Z Downloaded uuid v1.23.0
12182026-06-26T12:16:56.970Z Downloaded tracing-core v0.1.36
12192026-06-26T12:16:56.970Z Downloaded bindgen v0.71.1
12202026-06-26T12:16:56.973Z Downloaded reedline v0.40.0
12212026-06-26T12:16:56.978Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-06-26T12:16:56.982Z Downloaded vte v0.14.1
12232026-06-26T12:16:56.984Z Downloaded tokio-postgres v0.7.16
12242026-06-26T12:16:56.990Z Downloaded serde_with v1.14.0
12252026-06-26T12:16:56.994Z Downloaded blake3 v1.8.3
12262026-06-26T12:16:57.013Z Downloaded p384 v0.13.1
12272026-06-26T12:16:57.016Z Downloaded zopfli v0.8.3
12282026-06-26T12:16:57.019Z Downloaded ssh-key v0.6.7
12292026-06-26T12:16:57.025Z Downloaded unicode_categories v0.1.1
12302026-06-26T12:16:57.041Z Downloaded reqwest v0.13.2
12312026-06-26T12:16:57.045Z Downloaded reqwest v0.12.28
12322026-06-26T12:16:57.051Z Downloaded yansi v1.0.1
12332026-06-26T12:16:57.053Z Downloaded zip v0.6.6
12342026-06-26T12:16:57.059Z Downloaded git2 v0.20.4
12352026-06-26T12:16:57.062Z Downloaded chrono v0.4.44
12362026-06-26T12:16:57.068Z Downloaded regex v1.12.3
12372026-06-26T12:16:57.075Z Downloaded toml_edit v0.19.15
12382026-06-26T12:16:57.087Z Downloaded rayon v1.11.0
12392026-06-26T12:16:57.092Z Downloaded quick-xml v0.37.5
12402026-06-26T12:16:57.095Z Downloaded lalrpop v0.19.12
12412026-06-26T12:16:57.099Z Downloaded rustls-webpki v0.101.7
12422026-06-26T12:16:57.108Z Downloaded zerocopy-derive v0.8.40
12432026-06-26T12:16:57.112Z Downloaded tower v0.5.3
12442026-06-26T12:16:57.118Z Downloaded unicode-segmentation v1.12.0
12452026-06-26T12:16:57.122Z Downloaded typed-path v0.9.3
12462026-06-26T12:16:57.125Z Downloaded x509-cert v0.2.5
12472026-06-26T12:16:57.125Z Downloaded salty v0.3.0
12482026-06-26T12:16:57.129Z Downloaded portable-atomic v1.13.1
12492026-06-26T12:16:57.159Z Downloaded tokio-util v0.7.18
12502026-06-26T12:16:57.166Z Downloaded petname v2.0.2
12512026-06-26T12:16:57.169Z Downloaded rustls-webpki v0.102.8
12522026-06-26T12:16:57.180Z Downloaded zip v4.6.1
12532026-06-26T12:16:57.183Z Downloaded unicode-normalization v0.1.25
12542026-06-26T12:16:57.186Z Downloaded curve25519-dalek v4.1.3
12552026-06-26T12:16:57.189Z Downloaded tower-http v0.6.8
12562026-06-26T12:16:57.194Z Downloaded serde_with v3.17.0
12572026-06-26T12:16:57.200Z Downloaded moka v0.12.13
12582026-06-26T12:16:57.205Z Downloaded proptest v1.10.0
12592026-06-26T12:16:57.209Z Downloaded object v0.30.4
12602026-06-26T12:16:57.215Z Downloaded tough v0.22.0
12612026-06-26T12:16:57.221Z Downloaded radix_trie v0.2.1
12622026-06-26T12:16:57.224Z Downloaded quinn-proto v0.11.13
12632026-06-26T12:16:57.227Z Downloaded nix v0.27.1
12642026-06-26T12:16:57.233Z Downloaded goblin v0.10.5
12652026-06-26T12:16:57.236Z Downloaded bstr v1.12.1
12662026-06-26T12:16:57.248Z Downloaded winnow v0.6.26
12672026-06-26T12:16:57.253Z Downloaded winnow v0.5.40
12682026-06-26T12:16:57.273Z Downloaded openssl v0.10.79
12692026-06-26T12:16:57.284Z Downloaded polar-core v0.27.3
12702026-06-26T12:16:57.293Z Downloaded rustls v0.21.12
12712026-06-26T12:16:57.302Z Downloaded tabled v0.20.0
12722026-06-26T12:16:57.314Z Downloaded dropshot v0.17.0
12732026-06-26T12:16:57.326Z Downloaded smoltcp v0.9.1
12742026-06-26T12:16:57.332Z Downloaded regex-syntax v0.6.29
12752026-06-26T12:16:57.336Z Downloaded time v0.3.47
12762026-06-26T12:16:57.343Z Downloaded nix v0.31.2
12772026-06-26T12:16:57.352Z Downloaded vcpkg v0.2.15
12782026-06-26T12:16:57.375Z Downloaded object v0.37.3
12792026-06-26T12:16:57.381Z Downloaded hickory-proto v0.24.4
12802026-06-26T12:16:57.390Z Downloaded rustls v0.22.4
12812026-06-26T12:16:57.397Z Downloaded zlib-rs v0.6.2
12822026-06-26T12:16:57.400Z Downloaded hickory-proto v0.25.2
12832026-06-26T12:16:57.410Z Downloaded webpki-roots v1.0.6
12842026-06-26T12:16:57.413Z Downloaded regex-syntax v0.8.10
12852026-06-26T12:16:57.417Z Downloaded zerocopy v0.8.40
12862026-06-26T12:16:57.422Z Downloaded diesel v2.3.7
12872026-06-26T12:16:57.434Z Downloaded smoltcp v0.11.0
12882026-06-26T12:16:57.441Z Downloaded regress v0.11.1
12892026-06-26T12:16:57.447Z Downloaded rustls v0.23.37
12902026-06-26T12:16:57.454Z Downloaded regress v0.10.5
12912026-06-26T12:16:57.483Z Downloaded openapiv3 v2.2.0
12922026-06-26T12:16:57.488Z Downloaded nix v0.28.0
12932026-06-26T12:16:57.488Z Downloaded rustix v0.38.44
12942026-06-26T12:16:57.499Z Downloaded sqlparser v0.61.0
12952026-06-26T12:16:57.518Z Downloaded sled v0.34.7
12962026-06-26T12:16:57.526Z Downloaded typify-impl v0.6.2
12972026-06-26T12:16:57.535Z Downloaded tracing v0.1.44
12982026-06-26T12:16:57.568Z Downloaded zerocopy-derive v0.6.6
12992026-06-26T12:16:57.585Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-06-26T12:16:57.593Z Downloaded ratatui v0.29.0
13012026-06-26T12:16:57.613Z Downloaded typify-impl v0.4.3
13022026-06-26T12:16:57.621Z Downloaded petgraph v0.8.3
13032026-06-26T12:16:57.636Z Downloaded csv v1.4.0
13042026-06-26T12:16:57.679Z Downloaded regex-automata v0.4.14
13052026-06-26T12:16:57.700Z Downloaded petgraph v0.6.5
13062026-06-26T12:16:57.711Z Downloaded encoding_rs v0.8.35
13072026-06-26T12:16:57.726Z Downloaded jiff v0.2.21
13082026-06-26T12:16:57.736Z Downloaded chrono-tz v0.10.4
13092026-06-26T12:16:57.756Z Downloaded ring v0.17.14
13102026-06-26T12:16:57.781Z Downloaded libz-sys v1.1.24
13112026-06-26T12:16:57.796Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-06-26T12:16:57.809Z Downloaded sha3 v0.10.8
13132026-06-26T12:16:57.812Z Downloaded tokio v1.52.1
13142026-06-26T12:16:57.939Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-06-26T12:16:58.540Z Downloaded aws-lc-sys v0.40.0
13162026-06-26T12:16:58.791Z Compiling libc v0.2.185
13172026-06-26T12:16:58.791Z Compiling serde v1.0.228
13182026-06-26T12:16:58.795Z Compiling log v0.4.29
13192026-06-26T12:16:58.795Z Compiling find-msvc-tools v0.1.9
13202026-06-26T12:16:58.795Z Compiling shlex v1.3.0
13212026-06-26T12:16:58.930Z Compiling smallvec v1.15.1
13222026-06-26T12:16:58.944Z Compiling syn v2.0.117
13232026-06-26T12:16:58.974Z Compiling typenum v1.19.0
13242026-06-26T12:16:59.117Z Compiling generic-array v0.14.7
13252026-06-26T12:16:59.146Z Compiling subtle v2.6.1
13262026-06-26T12:16:59.149Z Compiling scopeguard v1.2.0
13272026-06-26T12:16:59.190Z Compiling const-oid v0.9.6
13282026-06-26T12:16:59.250Z Compiling lock_api v0.4.14
13292026-06-26T12:16:59.263Z Compiling serde_json v1.0.149
13302026-06-26T12:16:59.315Z Compiling zerocopy v0.8.40
13312026-06-26T12:16:59.352Z Compiling portable-atomic v1.13.1
13322026-06-26T12:16:59.474Z Compiling parking_lot_core v0.9.12
13332026-06-26T12:16:59.706Z Compiling pin-project-lite v0.2.17
13342026-06-26T12:16:59.763Z Compiling getrandom v0.2.17
13352026-06-26T12:16:59.800Z Compiling jobserver v0.1.34
13362026-06-26T12:16:59.814Z Compiling errno v0.3.14
13372026-06-26T12:16:59.893Z Compiling pkg-config v0.3.32
13382026-06-26T12:16:59.908Z Compiling rand_core v0.6.4
13392026-06-26T12:16:59.960Z Compiling signal-hook-registry v1.4.8
13402026-06-26T12:17:00.164Z Compiling cc v1.2.56
13412026-06-26T12:17:00.177Z Compiling bitflags v2.11.0
13422026-06-26T12:17:00.199Z Compiling critical-section v1.2.0
13432026-06-26T12:17:00.231Z Compiling futures-core v0.3.32
13442026-06-26T12:17:00.306Z Compiling libm v0.2.16
13452026-06-26T12:17:00.383Z Compiling once_cell v1.21.3
13462026-06-26T12:17:00.401Z Compiling parking_lot v0.12.5
13472026-06-26T12:17:00.431Z Compiling mio v1.2.0
13482026-06-26T12:17:00.481Z Compiling num-traits v0.2.19
13492026-06-26T12:17:00.563Z Compiling percent-encoding v2.3.2
13502026-06-26T12:17:00.600Z Compiling socket2 v0.6.3
13512026-06-26T12:17:00.765Z Compiling futures-sink v0.3.32
13522026-06-26T12:17:00.787Z Compiling futures-io v0.3.32
13532026-06-26T12:17:00.846Z Compiling futures-channel v0.3.32
13542026-06-26T12:17:00.865Z Compiling cpufeatures v0.2.17
13552026-06-26T12:17:00.894Z Compiling getrandom v0.4.1
13562026-06-26T12:17:00.938Z Compiling futures-task v0.3.32
13572026-06-26T12:17:00.952Z Compiling slab v0.4.12
13582026-06-26T12:17:00.997Z Compiling rand_core v0.10.0
13592026-06-26T12:17:01.065Z Compiling indexmap v2.14.0
13602026-06-26T12:17:01.105Z Compiling getrandom v0.3.4
13612026-06-26T12:17:01.128Z Compiling rustversion v1.0.22
13622026-06-26T12:17:01.160Z Compiling cmake v0.1.57
13632026-06-26T12:17:01.624Z Compiling form_urlencoded v1.2.2
13642026-06-26T12:17:01.659Z Compiling fs_extra v1.3.0
13652026-06-26T12:17:01.796Z Compiling dunce v1.0.5
13662026-06-26T12:17:01.810Z Compiling base64ct v1.8.3
13672026-06-26T12:17:01.863Z Compiling synstructure v0.13.2
13682026-06-26T12:17:01.891Z Compiling ident_case v1.0.1
13692026-06-26T12:17:01.940Z Compiling aws-lc-sys v0.40.0
13702026-06-26T12:17:02.013Z Compiling flagset v0.4.7
13712026-06-26T12:17:02.113Z Compiling pem-rfc7468 v0.7.0
13722026-06-26T12:17:02.127Z Compiling rustix v1.1.3
13732026-06-26T12:17:02.149Z Compiling regex-syntax v0.8.10
13742026-06-26T12:17:02.203Z Compiling iana-time-zone v0.1.65
13752026-06-26T12:17:02.397Z Compiling rand_core v0.9.5
13762026-06-26T12:17:02.414Z Compiling ring v0.17.14
13772026-06-26T12:17:02.426Z Compiling aws-lc-rs v1.16.3
13782026-06-26T12:17:02.499Z Compiling vcpkg v0.2.15
13792026-06-26T12:17:02.686Z Compiling uuid v1.23.0
13802026-06-26T12:17:02.711Z Compiling rustc_version v0.4.1
13812026-06-26T12:17:03.053Z Compiling tracing-core v0.1.36
13822026-06-26T12:17:03.245Z Compiling openssl-sys v0.9.115
13832026-06-26T12:17:03.401Z Compiling base64 v0.22.1
13842026-06-26T12:17:03.601Z Compiling serde_derive v1.0.228
13852026-06-26T12:17:03.619Z Compiling zeroize_derive v1.4.3
13862026-06-26T12:17:03.732Z Compiling zerofrom-derive v0.1.6
13872026-06-26T12:17:03.788Z Compiling yoke-derive v0.8.1
13882026-06-26T12:17:03.919Z Compiling zerovec-derive v0.11.2
13892026-06-26T12:17:04.278Z Compiling zeroize v1.8.2
13902026-06-26T12:17:04.541Z Compiling zerocopy-derive v0.8.40
13912026-06-26T12:17:04.982Z Compiling displaydoc v0.2.5
13922026-06-26T12:17:05.057Z Compiling crypto-common v0.1.7
13932026-06-26T12:17:05.082Z Compiling block-buffer v0.10.4
13942026-06-26T12:17:05.166Z Compiling zerofrom v0.1.6
13952026-06-26T12:17:05.218Z Compiling digest v0.10.7
13962026-06-26T12:17:05.249Z Compiling tokio-macros v2.7.0
13972026-06-26T12:17:05.289Z Compiling yoke v0.8.1
13982026-06-26T12:17:05.465Z Compiling zerovec v0.11.5
13992026-06-26T12:17:05.479Z Compiling futures-macro v0.3.32
14002026-06-26T12:17:05.726Z Compiling zerotrie v0.2.3
14012026-06-26T12:17:05.960Z Compiling tinystr v0.8.2
14022026-06-26T12:17:05.964Z Compiling potential_utf v0.1.4
14032026-06-26T12:17:06.022Z Compiling hmac v0.12.1
14042026-06-26T12:17:06.131Z Compiling icu_locale_core v2.1.1
14052026-06-26T12:17:06.159Z Compiling icu_collections v2.1.1
14062026-06-26T12:17:06.175Z Compiling block-padding v0.3.3
14072026-06-26T12:17:06.268Z Compiling futures-util v0.3.32
14082026-06-26T12:17:06.325Z Compiling inout v0.1.4
14092026-06-26T12:17:06.542Z Compiling cipher v0.4.4
14102026-06-26T12:17:06.661Z Compiling sha2 v0.10.9
14112026-06-26T12:17:06.811Z Compiling icu_provider v2.1.1
14122026-06-26T12:17:07.078Z Compiling bytes v1.11.1
14132026-06-26T12:17:07.094Z Compiling icu_normalizer v2.1.1
14142026-06-26T12:17:07.111Z Compiling icu_properties v2.1.2
14152026-06-26T12:17:07.154Z Compiling der_derive v0.7.3
14162026-06-26T12:17:07.646Z Compiling tokio v1.52.1
14172026-06-26T12:17:07.687Z Compiling http v1.4.0
14182026-06-26T12:17:08.055Z Compiling idna_adapter v1.2.1
14192026-06-26T12:17:08.139Z Compiling der v0.7.10
14202026-06-26T12:17:08.193Z Compiling idna v1.1.0
14212026-06-26T12:17:08.215Z Compiling chrono v0.4.44
14222026-06-26T12:17:08.582Z Compiling url v2.5.8
14232026-06-26T12:17:08.624Z Compiling salsa20 v0.10.2
14242026-06-26T12:17:08.764Z Compiling pbkdf2 v0.12.2
14252026-06-26T12:17:08.834Z Compiling rustls-pki-types v1.14.0
14262026-06-26T12:17:08.880Z Compiling tracing-attributes v0.1.31
14272026-06-26T12:17:09.065Z Compiling ppv-lite86 v0.2.21
14282026-06-26T12:17:09.279Z Compiling spki v0.7.3
14292026-06-26T12:17:09.321Z Compiling thiserror-impl v2.0.18
14302026-06-26T12:17:09.358Z Compiling rand_chacha v0.9.0
14312026-06-26T12:17:09.383Z Compiling scrypt v0.11.0
14322026-06-26T12:17:09.482Z Compiling http-body v1.0.1
14332026-06-26T12:17:09.575Z Compiling cbc v0.1.2
14342026-06-26T12:17:09.633Z Compiling aes v0.8.4
14352026-06-26T12:17:09.710Z Compiling untrusted v0.9.0
14362026-06-26T12:17:09.722Z Compiling httparse v1.10.1
14372026-06-26T12:17:09.829Z Compiling untrusted v0.7.1
14382026-06-26T12:17:09.953Z Compiling openssl-probe v0.2.1
14392026-06-26T12:17:10.050Z Compiling tinyvec_macros v0.1.1
14402026-06-26T12:17:10.110Z Compiling tinyvec v1.10.0
14412026-06-26T12:17:10.124Z Compiling pkcs5 v0.7.1
14422026-06-26T12:17:10.185Z Compiling tracing v0.1.44
14432026-06-26T12:17:10.449Z Compiling pest_generator v2.8.6
14442026-06-26T12:17:10.452Z Compiling rand v0.9.2
14452026-06-26T12:17:10.592Z Compiling serde_derive_internals v0.29.1
14462026-06-26T12:17:10.650Z Compiling thiserror v2.0.18
14472026-06-26T12:17:10.674Z Compiling aho-corasick v1.1.4
14482026-06-26T12:17:10.757Z Compiling atomic-waker v1.1.2
14492026-06-26T12:17:10.882Z Compiling tower-service v0.3.3
14502026-06-26T12:17:10.981Z Compiling rustls v0.23.37
14512026-06-26T12:17:11.157Z Compiling try-lock v0.2.5
14522026-06-26T12:17:11.168Z Compiling schemars v0.8.22
14532026-06-26T12:17:11.241Z Compiling tower-layer v0.3.3
14542026-06-26T12:17:11.263Z Compiling dyn-clone v1.0.20
14552026-06-26T12:17:11.364Z Compiling tokio-util v0.7.18
14562026-06-26T12:17:11.458Z Compiling want v0.3.1
14572026-06-26T12:17:11.471Z Compiling schemars_derive v0.8.22
14582026-06-26T12:17:11.483Z Compiling pest_derive v2.8.6
14592026-06-26T12:17:11.620Z Compiling regex-automata v0.4.14
14602026-06-26T12:17:11.905Z Compiling pkcs8 v0.10.2
14612026-06-26T12:17:12.215Z Compiling h2 v0.4.13
14622026-06-26T12:17:12.215Z Compiling ipnet v2.11.0
14632026-06-26T12:17:12.410Z Compiling scroll_derive v0.13.1
14642026-06-26T12:17:12.433Z Compiling darling_core v0.20.11
14652026-06-26T12:17:12.737Z Compiling foreign-types-shared v0.1.1
14662026-06-26T12:17:12.740Z Compiling pin-utils v0.1.0
14672026-06-26T12:17:12.811Z Compiling openssl v0.10.79
14682026-06-26T12:17:12.814Z Compiling httpdate v1.0.3
14692026-06-26T12:17:13.041Z Compiling tempfile v3.25.0
14702026-06-26T12:17:13.073Z Compiling foreign-types v0.3.2
14712026-06-26T12:17:13.227Z Compiling scroll v0.13.0
14722026-06-26T12:17:13.320Z Compiling unicode-normalization v0.1.25
14732026-06-26T12:17:13.477Z Compiling openssl-macros v0.1.1
14742026-06-26T12:17:13.768Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-26T12:17:13.831Z Compiling spin v0.9.8
14762026-06-26T12:17:13.866Z Compiling powerfmt v0.2.0
14772026-06-26T12:17:14.037Z Compiling time-core v0.1.8
14782026-06-26T12:17:14.066Z Compiling native-tls v0.2.18
14792026-06-26T12:17:14.153Z Compiling crc32fast v1.5.0
14802026-06-26T12:17:14.183Z Compiling num-conv v0.2.0
14812026-06-26T12:17:14.312Z Compiling time-macros v0.2.27
14822026-06-26T12:17:14.431Z Compiling deranged v0.5.8
14832026-06-26T12:17:14.678Z Compiling darling_macro v0.20.11
14842026-06-26T12:17:15.147Z Compiling hyper v1.8.1
14852026-06-26T12:17:15.350Z Compiling darling v0.20.11
14862026-06-26T12:17:15.387Z Compiling goblin v0.10.5
14872026-06-26T12:17:15.433Z Compiling rustls-native-certs v0.8.3
14882026-06-26T12:17:15.701Z Compiling sync_wrapper v1.0.2
14892026-06-26T12:17:15.724Z Compiling wait-timeout v0.2.1
14902026-06-26T12:17:15.811Z Compiling num_threads v0.1.7
14912026-06-26T12:17:15.911Z Compiling unicode-segmentation v1.12.0
14922026-06-26T12:17:15.986Z Compiling syn v1.0.109
14932026-06-26T12:17:16.145Z Compiling bit-vec v0.8.0
14942026-06-26T12:17:16.282Z Compiling hyper-util v0.1.20
14952026-06-26T12:17:16.285Z Compiling simd-adler32 v0.3.8
14962026-06-26T12:17:16.373Z Compiling siphasher v1.0.2
14972026-06-26T12:17:16.591Z Compiling usdt-impl v0.6.0
14982026-06-26T12:17:16.627Z Compiling quick-error v1.2.3
14992026-06-26T12:17:16.728Z Compiling crossbeam-utils v0.8.21
15002026-06-26T12:17:16.742Z Compiling rusty-fork v0.3.1
15012026-06-26T12:17:17.038Z Compiling bit-set v0.8.0
15022026-06-26T12:17:17.106Z Compiling time v0.3.47
15032026-06-26T12:17:17.137Z Compiling tower v0.5.3
15042026-06-26T12:17:17.199Z Compiling derive_builder_core v0.20.2
15052026-06-26T12:17:17.621Z Compiling dtrace-parser v0.3.0
15062026-06-26T12:17:17.671Z Compiling http-body-util v0.1.3
15072026-06-26T12:17:17.915Z Compiling webpki-roots v1.0.6
15082026-06-26T12:17:18.036Z Compiling signature v2.2.0
15092026-06-26T12:17:18.072Z Compiling thiserror-impl v1.0.69
15102026-06-26T12:17:18.089Z Compiling scroll_derive v0.12.1
15112026-06-26T12:17:18.213Z Compiling dof v0.4.0
15122026-06-26T12:17:18.379Z Compiling heapless v0.7.17
15132026-06-26T12:17:18.617Z Compiling rand_xorshift v0.4.0
15142026-06-26T12:17:18.691Z Compiling slog v2.8.2
15152026-06-26T12:17:18.750Z Compiling darling_core v0.21.3
15162026-06-26T12:17:18.780Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-06-26T12:17:18.875Z Compiling thread-id v5.1.0
15182026-06-26T12:17:18.958Z Compiling cookie v0.18.1
15192026-06-26T12:17:19.047Z Compiling allocator-api2 v0.2.21
15202026-06-26T12:17:19.142Z Compiling adler2 v2.0.1
15212026-06-26T12:17:19.276Z Compiling paste v1.0.15
15222026-06-26T12:17:19.327Z Compiling unicode-properties v0.1.4
15232026-06-26T12:17:19.368Z Compiling unarray v0.1.4
15242026-06-26T12:17:19.372Z Compiling zstd-safe v7.2.4
15252026-06-26T12:17:19.480Z Compiling signal-hook v0.3.18
15262026-06-26T12:17:19.551Z Compiling unicode-bidi v0.3.18
15272026-06-26T12:17:19.555Z Compiling anyhow v1.0.102
15282026-06-26T12:17:19.572Z Compiling ryu v1.0.23
15292026-06-26T12:17:19.649Z Compiling iri-string v0.7.10
15302026-06-26T12:17:19.704Z Compiling serde_urlencoded v0.7.1
15312026-06-26T12:17:19.810Z Compiling proptest v1.10.0
15322026-06-26T12:17:19.946Z Compiling stringprep v0.1.5
15332026-06-26T12:17:20.053Z Compiling thiserror v1.0.69
15342026-06-26T12:17:20.067Z Compiling miniz_oxide v0.8.9
15352026-06-26T12:17:20.681Z Compiling scroll v0.12.0
15362026-06-26T12:17:20.941Z Compiling tower-http v0.6.8
15372026-06-26T12:17:20.972Z Compiling derive_builder_macro v0.20.2
15382026-06-26T12:17:21.122Z Compiling tokio-native-tls v0.3.1
15392026-06-26T12:17:21.213Z Compiling darling_macro v0.21.3
15402026-06-26T12:17:21.293Z Compiling heck v0.4.1
15412026-06-26T12:17:21.341Z Compiling ipnetwork v0.21.1
15422026-06-26T12:17:21.456Z Compiling bstr v1.12.1
15432026-06-26T12:17:21.557Z Compiling rand_chacha v0.3.1
15442026-06-26T12:17:21.687Z Compiling serde_tokenstream v0.2.3
15452026-06-26T12:17:21.706Z Compiling erased-serde v0.3.31
15462026-06-26T12:17:21.789Z Compiling serde_spanned v0.6.9
15472026-06-26T12:17:21.939Z Compiling toml_datetime v0.6.11
15482026-06-26T12:17:22.001Z Compiling md-5 v0.10.6
15492026-06-26T12:17:22.115Z Compiling zerocopy-derive v0.7.35
15502026-06-26T12:17:22.167Z Compiling async-trait v0.1.89
15512026-06-26T12:17:22.196Z Compiling pin-project-internal v1.1.11
15522026-06-26T12:17:22.199Z Compiling curve25519-dalek v4.1.3
15532026-06-26T12:17:22.378Z Compiling vergen-lib v9.1.0
15542026-06-26T12:17:22.542Z Compiling num-integer v0.1.46
15552026-06-26T12:17:22.562Z Compiling hash32 v0.2.1
15562026-06-26T12:17:22.758Z Compiling ff v0.13.1
15572026-06-26T12:17:22.881Z Compiling memoffset v0.9.1
15582026-06-26T12:17:22.903Z Compiling encoding_rs v0.8.35
15592026-06-26T12:17:22.997Z Compiling litrs v1.0.0
15602026-06-26T12:17:23.071Z Compiling psl-types v2.0.11
15612026-06-26T12:17:23.195Z Compiling rustix v0.38.44
15622026-06-26T12:17:23.199Z Compiling zlib-rs v0.6.2
15632026-06-26T12:17:23.343Z Compiling mime v0.3.17
15642026-06-26T12:17:23.507Z Compiling fallible-iterator v0.2.0
15652026-06-26T12:17:23.557Z Compiling base16ct v0.2.0
15662026-06-26T12:17:23.607Z Compiling cfg_aliases v0.2.1
15672026-06-26T12:17:23.684Z Compiling num-bigint-dig v0.8.6
15682026-06-26T12:17:23.735Z Compiling smoltcp v0.9.1
15692026-06-26T12:17:23.811Z Compiling ref-cast v1.0.25
15702026-06-26T12:17:23.890Z Compiling postgres-protocol v0.6.10
15712026-06-26T12:17:24.088Z Compiling sec1 v0.7.3
15722026-06-26T12:17:24.163Z Compiling nix v0.31.2
15732026-06-26T12:17:24.402Z Compiling document-features v0.2.12
15742026-06-26T12:17:24.453Z Compiling pin-project v1.1.11
15752026-06-26T12:17:24.466Z Compiling publicsuffix v2.3.0
15762026-06-26T12:17:24.533Z Compiling zerocopy v0.7.35
15772026-06-26T12:17:24.619Z Compiling group v0.13.0
15782026-06-26T12:17:24.644Z Compiling num-iter v0.1.45
15792026-06-26T12:17:24.896Z Compiling newtype-uuid v1.3.2
15802026-06-26T12:17:24.909Z Compiling hubpack_derive v0.1.1
15812026-06-26T12:17:25.074Z Compiling rand v0.8.6
15822026-06-26T12:17:25.220Z Compiling darling v0.21.3
15832026-06-26T12:17:25.235Z Compiling oxnet v0.1.5
15842026-06-26T12:17:25.307Z Compiling snafu-derive v0.8.9
15852026-06-26T12:17:25.343Z Compiling derive_builder v0.20.2
15862026-06-26T12:17:25.367Z Compiling hyper-tls v0.6.0
15872026-06-26T12:17:25.624Z Compiling goblin v0.8.2
15882026-06-26T12:17:26.198Z Compiling flate2 v1.1.9
15892026-06-26T12:17:26.341Z Compiling phf_shared v0.13.1
15902026-06-26T12:17:26.430Z Compiling lazy_static v1.5.0
15912026-06-26T12:17:26.466Z Compiling regex v1.12.3
15922026-06-26T12:17:26.527Z Compiling anstyle-parse v0.2.7
15932026-06-26T12:17:26.627Z Compiling strum_macros v0.27.2
15942026-06-26T12:17:26.663Z Compiling futures-executor v0.3.32
15952026-06-26T12:17:26.715Z Compiling hex v0.4.3
15962026-06-26T12:17:26.904Z Compiling hkdf v0.12.4
15972026-06-26T12:17:26.925Z Compiling crypto-bigint v0.5.5
15982026-06-26T12:17:26.992Z Compiling terminal_size v0.4.3
15992026-06-26T12:17:27.077Z Compiling daft-derive v0.1.7
16002026-06-26T12:17:27.139Z Compiling curve25519-dalek-derive v0.1.1
16012026-06-26T12:17:27.244Z Compiling ref-cast-impl v1.0.25
16022026-06-26T12:17:27.794Z Compiling vergen v9.1.0
16032026-06-26T12:17:27.798Z Compiling fs-err v3.3.0
16042026-06-26T12:17:27.822Z Compiling cargo-platform v0.3.2
16052026-06-26T12:17:27.979Z Compiling ahash v0.8.12
16062026-06-26T12:17:27.998Z Compiling bumpalo v3.20.2
16072026-06-26T12:17:28.101Z Compiling winnow v0.5.40
16082026-06-26T12:17:28.185Z Compiling managed v0.8.0
16092026-06-26T12:17:28.260Z Compiling same-file v1.0.6
16102026-06-26T12:17:28.404Z Compiling bitflags v1.3.2
16112026-06-26T12:17:28.422Z Compiling libbz2-rs-sys v0.2.2
16122026-06-26T12:17:28.480Z Compiling foldhash v0.1.5
16132026-06-26T12:17:28.629Z Compiling object v0.37.3
16142026-06-26T12:17:28.654Z Compiling foldhash v0.2.0
16152026-06-26T12:17:28.880Z Compiling bzip2 v0.6.1
16162026-06-26T12:17:28.949Z Compiling hashbrown v0.16.1
16172026-06-26T12:17:29.066Z Compiling clap_builder v4.6.0
16182026-06-26T12:17:29.096Z Compiling strum v0.27.2
16192026-06-26T12:17:29.106Z Compiling hashbrown v0.15.5
16202026-06-26T12:17:29.220Z Compiling walkdir v2.5.0
16212026-06-26T12:17:29.537Z Compiling toml_edit v0.19.15
16222026-06-26T12:17:29.537Z Compiling zopfli v0.8.3
16232026-06-26T12:17:29.658Z Compiling cargo_metadata v0.23.1
16242026-06-26T12:17:29.732Z Compiling elliptic-curve v0.13.8
16252026-06-26T12:17:29.953Z Compiling dof v0.3.0
16262026-06-26T12:17:30.133Z Compiling daft v0.1.7
16272026-06-26T12:17:30.410Z Compiling snafu v0.8.9
16282026-06-26T12:17:30.667Z Compiling futures v0.3.32
16292026-06-26T12:17:30.753Z Compiling anstream v0.6.21
16302026-06-26T12:17:30.767Z Compiling phf v0.13.1
16312026-06-26T12:17:30.920Z Compiling signal-hook-mio v0.2.5
16322026-06-26T12:17:31.008Z Compiling cookie_store v0.22.1
16332026-06-26T12:17:31.059Z Compiling bzip2 v0.4.4
16342026-06-26T12:17:31.266Z Compiling zstd v0.13.3
16352026-06-26T12:17:31.395Z Compiling hubpack v0.1.2
16362026-06-26T12:17:31.571Z Compiling serde_with_macros v3.17.0
16372026-06-26T12:17:31.727Z Compiling postgres-types v0.2.12
16382026-06-26T12:17:32.118Z Compiling usdt-attr-macro v0.6.0
16392026-06-26T12:17:32.162Z Compiling usdt-macro v0.6.0
16402026-06-26T12:17:32.284Z Compiling globset v0.4.18
16412026-06-26T12:17:32.707Z Compiling dtrace-parser v0.2.0
16422026-06-26T12:17:32.823Z Compiling ed25519 v2.2.3
16432026-06-26T12:17:32.908Z Compiling phf_shared v0.11.3
16442026-06-26T12:17:32.908Z Compiling olpc-cjson v0.1.4
16452026-06-26T12:17:32.965Z Compiling pkcs1 v0.7.5
16462026-06-26T12:17:33.079Z Compiling clap_derive v4.6.1
16472026-06-26T12:17:33.093Z Compiling enum-as-inner v0.6.1
16482026-06-26T12:17:33.320Z Compiling strum_macros v0.26.4
16492026-06-26T12:17:33.368Z Compiling serde_plain v1.0.2
16502026-06-26T12:17:33.457Z Compiling serde-big-array v0.5.1
16512026-06-26T12:17:33.563Z Compiling rfc6979 v0.4.0
16522026-06-26T12:17:33.591Z Compiling pem v3.0.6
16532026-06-26T12:17:33.604Z Compiling async-recursion v1.1.1
16542026-06-26T12:17:33.686Z Compiling serde_repr v0.1.20
16552026-06-26T12:17:33.714Z Compiling float-cmp v0.10.0
16562026-06-26T12:17:33.864Z Compiling memmap2 v0.9.10
16572026-06-26T12:17:33.915Z Compiling thread-id v4.2.2
16582026-06-26T12:17:34.002Z Compiling env_filter v1.0.0
16592026-06-26T12:17:34.074Z Compiling whoami v2.1.0
16602026-06-26T12:17:34.216Z Compiling jiff v0.2.21
16612026-06-26T12:17:34.247Z Compiling either v1.15.0
16622026-06-26T12:17:34.304Z Compiling keccak v0.1.6
16632026-06-26T12:17:34.450Z Compiling difflib v0.4.0
16642026-06-26T12:17:34.465Z Compiling normalize-line-endings v0.3.0
16652026-06-26T12:17:34.560Z Compiling fixedbitset v0.5.7
16662026-06-26T12:17:34.850Z Compiling predicates-core v1.0.10
16672026-06-26T12:17:34.871Z Compiling precomputed-hash v0.1.1
16682026-06-26T12:17:34.965Z Compiling fixedbitset v0.4.2
16692026-06-26T12:17:35.017Z Compiling static_assertions v1.1.0
16702026-06-26T12:17:35.029Z Compiling typed-path v0.9.3
16712026-06-26T12:17:35.060Z Compiling data-encoding v2.10.0
16722026-06-26T12:17:35.091Z Compiling new_debug_unreachable v1.0.6
16732026-06-26T12:17:35.116Z Compiling petgraph v0.6.5
16742026-06-26T12:17:35.164Z Compiling string_cache v0.8.9
16752026-06-26T12:17:35.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-26T12:17:35.391Z Compiling hickory-proto v0.25.2
16772026-06-26T12:17:35.767Z Compiling strum v0.26.3
16782026-06-26T12:17:35.903Z Compiling predicates v3.1.4
16792026-06-26T12:17:36.244Z Compiling clap v4.6.1
16802026-06-26T12:17:36.335Z Compiling petgraph v0.8.3
16812026-06-26T12:17:36.554Z Compiling sha3 v0.10.8
16822026-06-26T12:17:36.589Z Compiling itertools v0.13.0
16832026-06-26T12:17:36.654Z Compiling tokio-postgres v0.7.16
16842026-06-26T12:17:37.016Z Compiling zip v4.6.1
16852026-06-26T12:17:37.843Z Compiling toml_edit v0.22.27
16862026-06-26T12:17:37.971Z Compiling env_logger v0.11.9
16872026-06-26T12:17:38.038Z Compiling usdt v0.6.0
16882026-06-26T12:17:38.302Z Compiling usdt-impl v0.5.0
16892026-06-26T12:17:38.321Z Compiling ecdsa v0.16.9
16902026-06-26T12:17:38.325Z Compiling rsa v0.9.10
16912026-06-26T12:17:38.472Z Compiling ed25519-dalek v2.2.0
16922026-06-26T12:17:38.714Z Compiling serde_with v3.17.0
16932026-06-26T12:17:38.837Z Compiling crossterm v0.28.1
16942026-06-26T12:17:39.568Z Compiling zip v0.6.6
16952026-06-26T12:17:40.148Z Compiling toml v0.7.8
16962026-06-26T12:17:40.180Z Compiling iddqd v0.4.2
16972026-06-26T12:17:40.594Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-06-26T12:17:40.634Z Compiling similar v2.7.0
16992026-06-26T12:17:40.668Z Compiling crossbeam-epoch v0.9.18
17002026-06-26T12:17:40.761Z Compiling tokio-stream v0.1.18
17012026-06-26T12:17:40.953Z Compiling buf-list v1.1.2
17022026-06-26T12:17:41.213Z Compiling x509-cert v0.2.5
17032026-06-26T12:17:41.230Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-06-26T12:17:41.242Z Compiling openapiv3 v2.2.0
17052026-06-26T12:17:41.469Z Compiling sha1 v0.10.6
17062026-06-26T12:17:41.473Z Compiling lalrpop-util v0.19.12
17072026-06-26T12:17:41.551Z Compiling peg-runtime v0.8.5
17082026-06-26T12:17:41.664Z Compiling thread_local v1.1.9
17092026-06-26T12:17:41.687Z Compiling slog-async v2.8.0
17102026-06-26T12:17:41.700Z Compiling crossbeam-channel v0.5.15
17112026-06-26T12:17:41.841Z Compiling filetime v0.2.27
17122026-06-26T12:17:41.923Z Compiling is-terminal v0.4.17
17132026-06-26T12:17:42.012Z Compiling xattr v1.6.1
17142026-06-26T12:17:42.026Z Compiling take_mut v0.2.2
17152026-06-26T12:17:42.026Z Compiling term v1.2.1
17162026-06-26T12:17:42.153Z Compiling tar v0.4.45
17172026-06-26T12:17:42.605Z Compiling slog-term v2.9.2
17182026-06-26T12:17:51.490Z Compiling rustls-webpki v0.103.9
17192026-06-26T12:17:54.319Z Compiling tokio-rustls v0.26.4
17202026-06-26T12:17:54.319Z Compiling rustls-platform-verifier v0.6.2
17212026-06-26T12:17:54.521Z Compiling hyper-rustls v0.27.7
17222026-06-26T12:17:54.724Z Compiling reqwest v0.12.28
17232026-06-26T12:17:54.724Z Compiling reqwest v0.13.2
17242026-06-26T12:17:55.995Z Compiling tough v0.22.0
17252026-06-26T12:17:58.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-06-26T12:17:58.800Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-06-26T12:18:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-06-26T12:18:01.844Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-06-26T12:18:01.902ZJun 26 12:18:00.498 INFO Starting download, target: Clickhouse
17302026-06-26T12:18:01.902ZJun 26 12:18:00.499 INFO Starting download, target: Cockroach
17312026-06-26T12:18:01.902ZJun 26 12:18:00.499 INFO Starting download, target: Console
17322026-06-26T12:18:01.902ZJun 26 12:18:00.499 INFO Starting download, target: DendriteStub
17332026-06-26T12:18:01.902ZJun 26 12:18:00.499 INFO Starting download, target: MaghemiteMgd
17342026-06-26T12:18:01.902ZJun 26 12:18:00.499 INFO Starting download, target: TransceiverControl
17352026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-26T12:18:01.909ZJun 26 12:18:00.499 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-06-26T12:18:02.249ZJun 26 12:18:00.839 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-26T12:18:02.457ZJun 26 12:18:01.061 INFO Download complete, target: TransceiverControl
17432026-06-26T12:18:03.526ZJun 26 12:18:02.131 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-26T12:18:03.658ZJun 26 12:18:02.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-06-26T12:18:03.707ZJun 26 12:18:02.312 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-26T12:18:03.722ZJun 26 12:18:02.322 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-26T12:18:03.973ZJun 26 12:18:02.579 INFO Download complete, target: Console
17482026-06-26T12:18:04.048ZJun 26 12:18:02.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-26T12:18:04.048ZJun 26 12:18:02.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-26T12:18:06.015ZJun 26 12:18:04.621 INFO Download complete, target: MaghemiteMgd
17512026-06-26T12:18:06.018ZJun 26 12:18:04.622 INFO Download complete, target: DendriteStub
17522026-06-26T12:18:08.678ZJun 26 12:18:07.283 INFO Checking that binary works, target: Cockroach
17532026-06-26T12:18:08.790ZJun 26 12:18:07.396 INFO Download complete, target: Cockroach
17542026-06-26T12:18:10.506ZJun 26 12:18:09.111 INFO Checking that binary works, target: Clickhouse
17552026-06-26T12:18:10.594ZJun 26 12:18:09.199 INFO Download complete, target: Clickhouse
17562026-06-26T12:18:10.608ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-26T12:18:10.612Z
17582026-06-26T12:18:10.612Zreal 2:18.110925054
17592026-06-26T12:18:10.612Zuser 6:59.376220157
17602026-06-26T12:18:10.612Zsys 1:24.205250988
17612026-06-26T12:18:10.612Ztrap 0.232966954
17622026-06-26T12:18:10.612Ztflt 0.721883207
17632026-06-26T12:18:10.612Zdflt 0.591964674
17642026-06-26T12:18:10.612Zkflt 0.027939685
17652026-06-26T12:18:10.612Zlock 21:47.160273828
17662026-06-26T12:18:10.612Zslp 21:37.027317991
17672026-06-26T12:18:10.612Zlat 43.383692738
17682026-06-26T12:18:10.612Zstop 1:55.379807476
17692026-06-26T12:18:10.612Z+ banner clippy
17702026-06-26T12:18:10.612Z
17712026-06-26T12:18:10.612Z #### # # ##### ##### # #
17722026-06-26T12:18:10.612Z # # # # # # # # # #
17732026-06-26T12:18:10.612Z # # # # # # # #
17742026-06-26T12:18:10.612Z # # # ##### ##### #
17752026-06-26T12:18:10.612Z # # # # # # #
17762026-06-26T12:18:10.612Z #### ###### # # # #
17772026-06-26T12:18:10.612Z
17782026-06-26T12:18:10.612Z+ export CARGO_INCREMENTAL=0
17792026-06-26T12:18:10.612Z+ CARGO_INCREMENTAL=0
17802026-06-26T12:18:10.612Z+ ptime -m cargo xtask clippy
17812026-06-26T12:18:11.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-26T12:18:11.353Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-26T12:18:13.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17842026-06-26T12:18:13.283Z Running `target/debug/xtask clippy`
17852026-06-26T12:18:13.306Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-26T12:18:13.924Z Downloading crates ...
17872026-06-26T12:18:14.123Z Downloaded addr2line v0.25.1
17882026-06-26T12:18:14.126Z Downloaded httptest v0.16.4
17892026-06-26T12:18:14.131Z Downloaded linkme-impl v0.3.35
17902026-06-26T12:18:14.134Z Downloaded hickory-client v0.25.2
17912026-06-26T12:18:14.137Z Downloaded knuffel-derive v3.2.0
17922026-06-26T12:18:14.140Z Downloaded guppy-workspace-hack v0.1.0
17932026-06-26T12:18:14.140Z Downloaded assert-json-diff v2.0.2
17942026-06-26T12:18:14.140Z Downloaded futures-timer v3.0.3
17952026-06-26T12:18:14.143Z Downloaded pathdiff v0.2.3
17962026-06-26T12:18:14.146Z Downloaded tokio-test v0.4.5
17972026-06-26T12:18:14.149Z Downloaded stringmetrics v2.2.2
17982026-06-26T12:18:14.149Z Downloaded terminal_size v0.1.17
17992026-06-26T12:18:14.152Z Downloaded async-object-pool v0.2.0
18002026-06-26T12:18:14.155Z Downloaded approx v0.5.1
18012026-06-26T12:18:14.158Z Downloaded linkme v0.3.35
18022026-06-26T12:18:14.160Z Downloaded libtest-mimic v0.8.1
18032026-06-26T12:18:14.160Z Downloaded plotters-svg v0.3.7
18042026-06-26T12:18:14.163Z Downloaded constant_time_eq v0.3.1
18052026-06-26T12:18:14.167Z Downloaded nested v0.1.1
18062026-06-26T12:18:14.168Z Downloaded escape8259 v0.5.3
18072026-06-26T12:18:14.168Z Downloaded backtrace-ext v0.2.1
18082026-06-26T12:18:14.168Z Downloaded parking v2.2.1
18092026-06-26T12:18:14.168Z Downloaded cast v0.3.0
18102026-06-26T12:18:14.171Z Downloaded miette-derive v5.10.0
18112026-06-26T12:18:14.174Z Downloaded event-listener-strategy v0.5.4
18122026-06-26T12:18:14.177Z Downloaded target-triple v1.0.0
18132026-06-26T12:18:14.181Z Downloaded supports-unicode v2.1.0
18142026-06-26T12:18:14.187Z Downloaded concurrent-queue v2.5.0
18152026-06-26T12:18:14.190Z Downloaded chumsky v0.9.3
18162026-06-26T12:18:14.190Z Downloaded supports-hyperlinks v2.1.0
18172026-06-26T12:18:14.196Z Downloaded serde_regex v1.1.0
18182026-06-26T12:18:14.201Z Downloaded supports-color v2.1.0
18192026-06-26T12:18:14.204Z Downloaded similar-asserts v1.7.0
18202026-06-26T12:18:14.208Z Downloaded criterion-plot v0.6.0
18212026-06-26T12:18:14.211Z Downloaded owo-colors v3.5.0
18222026-06-26T12:18:14.216Z Downloaded plotters-backend v0.3.7
18232026-06-26T12:18:14.218Z Downloaded rust-argon2 v2.1.0
18242026-06-26T12:18:14.221Z Downloaded target-spec v3.5.7
18252026-06-26T12:18:14.224Z Downloaded target-lexicon v0.13.3
18262026-06-26T12:18:14.228Z Downloaded anes v0.1.6
18272026-06-26T12:18:14.235Z Downloaded partial-io v0.5.4
18282026-06-26T12:18:14.238Z Downloaded path-tree v0.8.3
18292026-06-26T12:18:14.238Z Downloaded termcolor v1.4.1
18302026-06-26T12:18:14.241Z Downloaded assert_cmd v2.1.2
18312026-06-26T12:18:14.244Z Downloaded relative-path v1.9.3
18322026-06-26T12:18:14.247Z Downloaded event-listener v5.4.1
18332026-06-26T12:18:14.247Z Downloaded blake2b_simd v1.0.4
18342026-06-26T12:18:14.250Z Downloaded tinytemplate v1.2.1
18352026-06-26T12:18:14.250Z Downloaded async-lock v3.4.2
18362026-06-26T12:18:14.253Z Downloaded textwrap v0.15.2
18372026-06-26T12:18:14.256Z Downloaded trybuild v1.0.116
18382026-06-26T12:18:14.257Z Downloaded rustc-demangle v0.1.27
18392026-06-26T12:18:14.260Z Downloaded cfg-expr v0.20.6
18402026-06-26T12:18:14.260Z Downloaded datatest-stable v0.3.3
18412026-06-26T12:18:14.265Z Downloaded rstest v0.25.0
18422026-06-26T12:18:14.268Z Downloaded oorandom v11.1.5
18432026-06-26T12:18:14.277Z Downloaded rand_distr v0.5.1
18442026-06-26T12:18:14.280Z Downloaded knuffel v3.2.0
18452026-06-26T12:18:14.287Z Downloaded miette v5.10.0
18462026-06-26T12:18:14.292Z Downloaded backtrace v0.3.76
18472026-06-26T12:18:14.294Z Downloaded fancy-regex v0.14.0
18482026-06-26T12:18:14.297Z Downloaded rstest_macros v0.25.0
18492026-06-26T12:18:14.309Z Downloaded hashbrown v0.14.5
18502026-06-26T12:18:14.314Z Downloaded gimli v0.32.3
18512026-06-26T12:18:14.318Z Downloaded criterion v0.7.0
18522026-06-26T12:18:14.321Z Downloaded guppy v0.17.25
18532026-06-26T12:18:14.325Z Downloaded plotters v0.3.7
18542026-06-26T12:18:14.436Z Downloaded httpmock v0.8.3
18552026-06-26T12:18:16.086Z Checking cfg-if v1.0.4
18562026-06-26T12:18:16.445Z Checking libc v0.2.185
18572026-06-26T12:18:16.448Z Checking serde_core v1.0.228
18582026-06-26T12:18:16.517Z Checking memchr v2.8.0
18592026-06-26T12:18:16.555Z Checking smallvec v1.15.1
18602026-06-26T12:18:16.594Z Checking itoa v1.0.17
18612026-06-26T12:18:16.629Z Checking log v0.4.29
18622026-06-26T12:18:16.674Z Checking libm v0.2.16
18632026-06-26T12:18:16.712Z Checking zeroize v1.8.2
18642026-06-26T12:18:16.766Z Checking scopeguard v1.2.0
18652026-06-26T12:18:16.769Z Checking stable_deref_trait v1.2.1
18662026-06-26T12:18:16.837Z Checking zmij v1.0.21
18672026-06-26T12:18:16.880Z Checking errno v0.3.14
18682026-06-26T12:18:16.913Z Checking getrandom v0.2.17
18692026-06-26T12:18:16.945Z Checking lock_api v0.4.14
18702026-06-26T12:18:16.983Z Checking zerofrom v0.1.6
18712026-06-26T12:18:17.022Z Checking percent-encoding v2.3.2
18722026-06-26T12:18:17.058Z Checking writeable v0.6.2
18732026-06-26T12:18:17.092Z Checking litemap v0.8.1
18742026-06-26T12:18:17.130Z Checking icu_normalizer_data v2.1.1
18752026-06-26T12:18:17.166Z Checking yoke v0.8.1
18762026-06-26T12:18:17.198Z Checking icu_properties_data v2.1.2
18772026-06-26T12:18:17.236Z Checking form_urlencoded v1.2.2
18782026-06-26T12:18:17.239Z Checking utf8_iter v1.0.4
18792026-06-26T12:18:17.305Z Checking subtle v2.6.1
18802026-06-26T12:18:17.342Z Checking rand_core v0.10.0
18812026-06-26T12:18:17.379Z Checking zerovec v0.11.5
18822026-06-26T12:18:17.384Z Checking zerotrie v0.2.3
18832026-06-26T12:18:17.441Z Checking pin-project-lite v0.2.17
18842026-06-26T12:18:17.444Z Checking num-traits v0.2.19
18852026-06-26T12:18:17.510Z Checking getrandom v0.4.1
18862026-06-26T12:18:17.545Z Checking rand_core v0.6.4
18872026-06-26T12:18:17.549Z Checking parking_lot_core v0.9.12
18882026-06-26T12:18:17.613Z Checking zerocopy v0.8.40
18892026-06-26T12:18:17.678Z Checking portable-atomic v1.13.1
18902026-06-26T12:18:17.719Z Checking signal-hook-registry v1.4.8
18912026-06-26T12:18:17.756Z Checking critical-section v1.2.0
18922026-06-26T12:18:17.790Z Checking parking_lot v0.12.5
18932026-06-26T12:18:17.829Z Checking tinystr v0.8.2
18942026-06-26T12:18:17.882Z Checking potential_utf v0.1.4
18952026-06-26T12:18:17.920Z Checking mio v1.2.0
18962026-06-26T12:18:17.968Z Checking serde v1.0.228
18972026-06-26T12:18:18.002Z Checking serde_json v1.0.149
18982026-06-26T12:18:18.035Z Checking bitflags v2.11.0
18992026-06-26T12:18:18.041Z Checking icu_locale_core v2.1.1
19002026-06-26T12:18:18.067Z Checking icu_collections v2.1.1
19012026-06-26T12:18:18.131Z Checking once_cell v1.21.3
19022026-06-26T12:18:18.234Z Checking socket2 v0.6.3
19032026-06-26T12:18:18.278Z Checking typenum v1.19.0
19042026-06-26T12:18:18.332Z Checking iana-time-zone v0.1.65
19052026-06-26T12:18:18.385Z Checking bytes v1.11.1
19062026-06-26T12:18:18.432Z Checking uuid v1.23.0
19072026-06-26T12:18:18.469Z Checking chrono v0.4.44
19082026-06-26T12:18:18.508Z Checking thiserror v2.0.18
19092026-06-26T12:18:18.641Z Checking icu_provider v2.1.1
19102026-06-26T12:18:18.682Z Checking semver v1.0.28
19112026-06-26T12:18:18.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-26T12:18:18.776Z Checking futures-core v0.3.32
19132026-06-26T12:18:18.839Z Checking generic-array v0.14.7
19142026-06-26T12:18:18.842Z Checking tokio v1.52.1
19152026-06-26T12:18:18.909Z Checking icu_normalizer v2.1.1
19162026-06-26T12:18:18.945Z Checking icu_properties v2.1.2
19172026-06-26T12:18:18.945Z Checking equivalent v1.0.2
19182026-06-26T12:18:19.060Z Checking dyn-clone v1.0.20
19192026-06-26T12:18:19.094Z Checking const-oid v0.9.6
19202026-06-26T12:18:19.189Z Checking futures-sink v0.3.32
19212026-06-26T12:18:19.234Z Checking slab v0.4.12
19222026-06-26T12:18:19.320Z Checking crypto-common v0.1.7
19232026-06-26T12:18:19.351Z Checking block-buffer v0.10.4
19242026-06-26T12:18:19.354Z Checking futures-channel v0.3.32
19252026-06-26T12:18:19.423Z Checking futures-io v0.3.32
19262026-06-26T12:18:19.468Z Checking futures-task v0.3.32
19272026-06-26T12:18:19.518Z Checking rustix v1.1.3
19282026-06-26T12:18:19.563Z Checking byteorder v1.5.0
19292026-06-26T12:18:19.598Z Checking hashbrown v0.17.0
19302026-06-26T12:18:19.634Z Checking futures-util v0.3.32
19312026-06-26T12:18:19.788Z Checking digest v0.10.7
19322026-06-26T12:18:19.791Z Checking cpufeatures v0.2.17
19332026-06-26T12:18:19.853Z Checking idna_adapter v1.2.1
19342026-06-26T12:18:19.919Z Checking thiserror v1.0.69
19352026-06-26T12:18:19.999Z Checking idna v1.1.0
19362026-06-26T12:18:20.034Z Checking getrandom v0.3.4
19372026-06-26T12:18:20.068Z Checking fnv v1.0.7
19382026-06-26T12:18:20.107Z Checking indexmap v2.14.0
19392026-06-26T12:18:20.190Z Checking regex-syntax v0.8.10
19402026-06-26T12:18:20.224Z Checking http v1.4.0
19412026-06-26T12:18:20.275Z Checking url v2.5.8
19422026-06-26T12:18:20.366Z Checking tracing-core v0.1.36
19432026-06-26T12:18:20.370Z Checking ppv-lite86 v0.2.21
19442026-06-26T12:18:20.683Z Checking base64 v0.22.1
19452026-06-26T12:18:20.716Z Checking utf8parse v0.2.2
19462026-06-26T12:18:20.755Z Checking schemars v0.8.22
19472026-06-26T12:18:20.759Z Checking tracing v0.1.44
19482026-06-26T12:18:20.820Z Checking ipnet v2.11.0
19492026-06-26T12:18:20.854Z Checking anstyle v1.0.14
19502026-06-26T12:18:20.948Z Checking untrusted v0.9.0
19512026-06-26T12:18:21.018Z Checking unicode-ident v1.0.24
19522026-06-26T12:18:21.063Z Checking base64ct v1.8.3
19532026-06-26T12:18:21.097Z Checking ring v0.17.14
19542026-06-26T12:18:21.129Z Checking colorchoice v1.0.4
19552026-06-26T12:18:21.177Z Checking proc-macro2 v1.0.106
19562026-06-26T12:18:21.271Z Checking anstyle-query v1.1.5
19572026-06-26T12:18:21.341Z Checking is_terminal_polyfill v1.70.2
19582026-06-26T12:18:21.393Z Checking block-padding v0.3.3
19592026-06-26T12:18:21.434Z Checking aho-corasick v1.1.4
19602026-06-26T12:18:21.471Z Checking rustls-pki-types v1.14.0
19612026-06-26T12:18:21.515Z Checking quote v1.0.45
19622026-06-26T12:18:21.551Z Checking httparse v1.10.1
19632026-06-26T12:18:21.554Z Checking inout v0.1.4
19642026-06-26T12:18:21.554Z Checking anstyle-parse v1.0.0
19652026-06-26T12:18:21.710Z Checking syn v2.0.117
19662026-06-26T12:18:21.746Z Checking cipher v0.4.4
19672026-06-26T12:18:21.785Z Checking terminal_size v0.4.3
19682026-06-26T12:18:21.789Z Checking crossbeam-utils v0.8.21
19692026-06-26T12:18:21.849Z Checking anstream v1.0.0
19702026-06-26T12:18:21.928Z Checking strsim v0.11.1
19712026-06-26T12:18:21.981Z Checking allocator-api2 v0.2.21
19722026-06-26T12:18:22.075Z Checking clap_lex v1.0.0
19732026-06-26T12:18:22.111Z Checking tokio-util v0.7.18
19742026-06-26T12:18:22.147Z Checking pem-rfc7468 v0.7.0
19752026-06-26T12:18:22.151Z Checking regex-automata v0.4.14
19762026-06-26T12:18:22.151Z Checking http-body v1.0.1
19772026-06-26T12:18:22.240Z Checking sha2 v0.10.9
19782026-06-26T12:18:22.244Z Checking clap_builder v4.6.0
19792026-06-26T12:18:22.305Z Checking atomic-waker v1.1.2
19802026-06-26T12:18:22.338Z Checking powerfmt v0.2.0
19812026-06-26T12:18:22.343Z Checking rand_core v0.9.5
19822026-06-26T12:18:22.429Z Checking hmac v0.12.1
19832026-06-26T12:18:22.540Z Checking httpdate v1.0.3
19842026-06-26T12:18:22.543Z Checking num-conv v0.2.0
19852026-06-26T12:18:22.606Z Checking deranged v0.5.8
19862026-06-26T12:18:22.609Z Checking try-lock v0.2.5
19872026-06-26T12:18:22.712Z Checking num_threads v0.1.7
19882026-06-26T12:18:22.715Z Checking time-core v0.1.8
19892026-06-26T12:18:22.781Z Checking h2 v0.4.13
19902026-06-26T12:18:22.784Z Checking want v0.3.1
19912026-06-26T12:18:22.845Z Checking erased-serde v0.3.31
19922026-06-26T12:18:22.912Z Checking pin-utils v0.1.0
19932026-06-26T12:18:22.963Z Checking flagset v0.4.7
19942026-06-26T12:18:23.011Z Checking tower-layer v0.3.3
19952026-06-26T12:18:23.113Z Checking tower-service v0.3.3
19962026-06-26T12:18:23.187Z Checking ryu v1.0.23
19972026-06-26T12:18:23.232Z Checking der v0.7.10
19982026-06-26T12:18:23.269Z Checking slog v2.8.2
19992026-06-26T12:18:23.353Z Checking rand_chacha v0.9.0
20002026-06-26T12:18:23.488Z Checking clap v4.6.1
20012026-06-26T12:18:23.551Z Checking time v0.3.47
20022026-06-26T12:18:23.586Z Checking anyhow v1.0.102
20032026-06-26T12:18:23.618Z Checking mime v0.3.17
20042026-06-26T12:18:23.652Z Checking rand v0.9.2
20052026-06-26T12:18:23.809Z Checking spin v0.9.8
20062026-06-26T12:18:23.845Z Checking http-body-util v0.1.3
20072026-06-26T12:18:23.969Z Checking aws-lc-sys v0.40.0
20082026-06-26T12:18:24.003Z Checking untrusted v0.7.1
20092026-06-26T12:18:24.039Z Checking ipnetwork v0.21.1
20102026-06-26T12:18:24.042Z Checking openssl-probe v0.2.1
20112026-06-26T12:18:24.105Z Checking fastrand v2.3.0
20122026-06-26T12:18:24.145Z Checking spki v0.7.3
20132026-06-26T12:18:24.180Z Checking serde_urlencoded v0.7.1
20142026-06-26T12:18:24.216Z Checking pbkdf2 v0.12.2
20152026-06-26T12:18:24.279Z Checking aes v0.8.4
20162026-06-26T12:18:24.314Z Checking encoding_rs v0.8.35
20172026-06-26T12:18:24.348Z Checking regex v1.12.3
20182026-06-26T12:18:24.351Z Checking cbc v0.1.2
20192026-06-26T12:18:24.413Z Checking salsa20 v0.10.2
20202026-06-26T12:18:24.503Z Checking aws-lc-rs v1.16.3
20212026-06-26T12:18:24.537Z Checking rand_chacha v0.3.1
20222026-06-26T12:18:24.570Z Checking hex v0.4.3
20232026-06-26T12:18:24.672Z Checking pretty-hex v0.4.1
20242026-06-26T12:18:24.715Z Checking simd-adler32 v0.3.8
20252026-06-26T12:18:24.718Z Checking scrypt v0.11.0
20262026-06-26T12:18:24.826Z Checking tempfile v3.25.0
20272026-06-26T12:18:24.865Z Checking rand v0.8.6
20282026-06-26T12:18:24.897Z Checking adler2 v2.0.1
20292026-06-26T12:18:24.932Z Checking plain v0.2.3
20302026-06-26T12:18:24.936Z Checking pkcs5 v0.7.1
20312026-06-26T12:18:25.033Z Checking miniz_oxide v0.8.9
20322026-06-26T12:18:25.069Z Checking rustls-native-certs v0.8.3
20332026-06-26T12:18:25.072Z Checking sync_wrapper v1.0.2
20342026-06-26T12:18:25.201Z Checking ucd-trie v0.1.7
20352026-06-26T12:18:25.239Z Checking pkcs8 v0.10.2
20362026-06-26T12:18:25.274Z Checking tower v0.5.3
20372026-06-26T12:18:25.308Z Checking webpki-roots v1.0.6
20382026-06-26T12:18:25.360Z Checking pest v2.8.6
20392026-06-26T12:18:25.396Z Checking rustls-webpki v0.103.9
20402026-06-26T12:18:25.399Z Checking camino v1.2.2
20412026-06-26T12:18:25.462Z Checking foldhash v0.2.0
20422026-06-26T12:18:25.465Z Checking iri-string v0.7.10
20432026-06-26T12:18:25.465Z Checking oxnet v0.1.5
20442026-06-26T12:18:25.557Z Checking hyper v1.8.1
20452026-06-26T12:18:25.643Z Checking hashbrown v0.16.1
20462026-06-26T12:18:25.684Z Checking futures-executor v0.3.32
20472026-06-26T12:18:25.720Z Checking either v1.15.0
20482026-06-26T12:18:25.760Z Checking openapiv3 v2.2.0
20492026-06-26T12:18:25.844Z Checking rustls v0.23.37
20502026-06-26T12:18:25.880Z Checking futures v0.3.32
20512026-06-26T12:18:25.929Z Checking crc32fast v1.5.0
20522026-06-26T12:18:25.985Z Checking static_assertions v1.1.0
20532026-06-26T12:18:26.084Z Checking lazy_static v1.5.0
20542026-06-26T12:18:26.119Z Checking signature v2.2.0
20552026-06-26T12:18:26.176Z Checking winnow v0.7.14
20562026-06-26T12:18:26.217Z Checking hubpack v0.1.2
20572026-06-26T12:18:26.291Z Checking zlib-rs v0.6.2
20582026-06-26T12:18:26.412Z Checking strum v0.26.3
20592026-06-26T12:18:26.469Z Checking tinyvec_macros v0.1.1
20602026-06-26T12:18:26.533Z Checking hyper-util v0.1.20
20612026-06-26T12:18:26.569Z Checking psl-types v2.0.11
20622026-06-26T12:18:26.572Z Checking tinyvec v1.10.0
20632026-06-26T12:18:26.635Z Checking tower-http v0.6.8
20642026-06-26T12:18:26.713Z Checking publicsuffix v2.3.0
20652026-06-26T12:18:26.902Z Checking cookie v0.18.1
20662026-06-26T12:18:26.937Z Checking sha1 v0.10.6
20672026-06-26T12:18:26.940Z Checking num-integer v0.1.46
20682026-06-26T12:18:27.061Z Checking scroll v0.13.0
20692026-06-26T12:18:27.127Z Checking data-encoding v2.10.0
20702026-06-26T12:18:27.162Z Checking cookie_store v0.22.1
20712026-06-26T12:18:27.196Z Checking flate2 v1.1.9
20722026-06-26T12:18:27.230Z Checking serde_spanned v0.6.9
20732026-06-26T12:18:27.314Z Checking goblin v0.10.5
20742026-06-26T12:18:27.383Z Checking toml_datetime v0.6.11
20752026-06-26T12:18:27.386Z Checking memmap2 v0.9.10
20762026-06-26T12:18:27.448Z Checking base16ct v0.2.0
20772026-06-26T12:18:27.512Z Checking bit-vec v0.8.0
20782026-06-26T12:18:27.546Z Checking dtrace-parser v0.3.0
20792026-06-26T12:18:27.590Z Checking ff v0.13.1
20802026-06-26T12:18:27.625Z Checking thread-id v5.1.0
20812026-06-26T12:18:27.628Z Checking sec1 v0.7.3
20822026-06-26T12:18:27.731Z Checking bit-set v0.8.0
20832026-06-26T12:18:27.767Z Checking wait-timeout v0.2.1
20842026-06-26T12:18:27.770Z Checking foreign-types-shared v0.1.1
20852026-06-26T12:18:27.834Z Checking group v0.13.0
20862026-06-26T12:18:27.837Z Checking num-iter v0.1.45
20872026-06-26T12:18:27.900Z Checking bstr v1.12.1
20882026-06-26T12:18:27.903Z Checking hkdf v0.12.4
20892026-06-26T12:18:27.965Z Checking foreign-types v0.3.2
20902026-06-26T12:18:27.969Z Checking crossbeam-epoch v0.9.18
20912026-06-26T12:18:28.029Z Checking anstyle-parse v0.2.7
20922026-06-26T12:18:28.033Z Checking ahash v0.8.12
20932026-06-26T12:18:28.093Z Checking crypto-bigint v0.5.5
20942026-06-26T12:18:28.098Z Checking openssl-sys v0.9.115
20952026-06-26T12:18:28.203Z Checking quick-error v1.2.3
20962026-06-26T12:18:28.240Z Checking anstream v0.6.21
20972026-06-26T12:18:28.243Z Checking tokio-rustls v0.26.4
20982026-06-26T12:18:28.307Z Checking rustls-platform-verifier v0.6.2
20992026-06-26T12:18:28.341Z Checking rusty-fork v0.3.1
21002026-06-26T12:18:28.344Z Checking rand_xorshift v0.4.0
21012026-06-26T12:18:28.473Z Checking scroll v0.12.0
21022026-06-26T12:18:28.508Z Checking hyper-rustls v0.27.7
21032026-06-26T12:18:28.511Z Checking unarray v0.1.4
21042026-06-26T12:18:28.574Z Checking num-bigint-dig v0.8.6
21052026-06-26T12:18:28.577Z Checking openssl v0.10.79
21062026-06-26T12:18:28.577Z Checking pkcs1 v0.7.5
21072026-06-26T12:18:28.669Z Checking proptest v1.10.0
21082026-06-26T12:18:28.718Z Checking goblin v0.8.2
21092026-06-26T12:18:28.774Z Checking reqwest v0.13.2
21102026-06-26T12:18:28.843Z Checking x509-cert v0.2.5
21112026-06-26T12:18:29.012Z Checking elliptic-curve v0.13.8
21122026-06-26T12:18:29.347Z Checking zerocopy v0.7.35
21132026-06-26T12:18:29.406Z Checking unicode-segmentation v1.12.0
21142026-06-26T12:18:29.524Z Checking rsa v0.9.10
21152026-06-26T12:18:29.646Z Checking dtrace-parser v0.2.0
21162026-06-26T12:18:29.682Z Checking dof v0.4.0
21172026-06-26T12:18:29.747Z Checking rfc6979 v0.4.0
21182026-06-26T12:18:29.867Z Checking memoffset v0.9.1
21192026-06-26T12:18:29.903Z Checking thread-id v4.2.2
21202026-06-26T12:18:29.937Z Checking ecdsa v0.16.9
21212026-06-26T12:18:29.976Z Checking curve25519-dalek v4.1.3
21222026-06-26T12:18:30.011Z Checking rustix v0.38.44
21232026-06-26T12:18:30.046Z Checking env_filter v1.0.0
21242026-06-26T12:18:30.217Z Checking toml_write v0.1.2
21252026-06-26T12:18:30.291Z Checking same-file v1.0.6
21262026-06-26T12:18:30.333Z Checking usdt-impl v0.6.0
21272026-06-26T12:18:30.413Z Checking keccak v0.1.6
21282026-06-26T12:18:30.449Z Checking walkdir v2.5.0
21292026-06-26T12:18:30.452Z Checking newtype-uuid v1.3.2
21302026-06-26T12:18:30.610Z Checking sha3 v0.10.8
21312026-06-26T12:18:30.644Z Checking dof v0.3.0
21322026-06-26T12:18:30.680Z Checking toml_edit v0.22.27
21332026-06-26T12:18:30.683Z Checking usdt v0.6.0
21342026-06-26T12:18:30.683Z Checking native-tls v0.2.18
21352026-06-26T12:18:30.684Z Checking daft v0.1.7
21362026-06-26T12:18:30.810Z Checking env_logger v0.11.9
21372026-06-26T12:18:30.845Z Checking ed25519 v2.2.3
21382026-06-26T12:18:30.849Z Checking itertools v0.13.0
21392026-06-26T12:18:30.946Z Checking usdt-impl v0.5.0
21402026-06-26T12:18:30.949Z Checking tokio-native-tls v0.3.1
21412026-06-26T12:18:31.017Z Checking serde_with v3.17.0
21422026-06-26T12:18:31.020Z Checking bitflags v1.3.2
21432026-06-26T12:18:31.020Z Checking siphasher v1.0.2
21442026-06-26T12:18:31.113Z Checking ed25519-dalek v2.2.0
21452026-06-26T12:18:31.149Z Checking nix v0.31.2
21462026-06-26T12:18:31.190Z Checking hyper-tls v0.6.0
21472026-06-26T12:18:31.263Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-06-26T12:18:31.298Z Checking unicode-normalization v0.1.25
21492026-06-26T12:18:31.379Z Checking signal-hook v0.3.18
21502026-06-26T12:18:31.382Z Checking reqwest v0.12.28
21512026-06-26T12:18:31.605Z Checking winnow v0.5.40
21522026-06-26T12:18:31.640Z Checking managed v0.8.0
21532026-06-26T12:18:31.728Z Checking bzip2-sys v0.1.13+1.0.8
21542026-06-26T12:18:31.817Z Checking object v0.37.3
21552026-06-26T12:18:31.852Z Checking foldhash v0.1.5
21562026-06-26T12:18:31.856Z Checking bzip2 v0.4.4
21572026-06-26T12:18:31.924Z Checking signal-hook-mio v0.2.5
21582026-06-26T12:18:32.015Z Checking hashbrown v0.15.5
21592026-06-26T12:18:32.059Z Checking globset v0.4.18
21602026-06-26T12:18:32.091Z Checking ref-cast v1.0.25
21612026-06-26T12:18:32.219Z Checking zstd-sys v2.0.16+zstd.1.5.7
21622026-06-26T12:18:32.255Z Checking zip v0.6.6
21632026-06-26T12:18:32.299Z Checking pin-project v1.1.11
21642026-06-26T12:18:32.338Z Checking bumpalo v3.20.2
21652026-06-26T12:18:32.372Z Checking zstd-safe v7.2.4
21662026-06-26T12:18:32.422Z Checking libbz2-rs-sys v0.2.2
21672026-06-26T12:18:32.476Z Checking crossterm v0.28.1
21682026-06-26T12:18:32.514Z Checking similar v2.7.0
21692026-06-26T12:18:32.561Z Checking zopfli v0.8.3
21702026-06-26T12:18:32.565Z Checking zstd v0.13.3
21712026-06-26T12:18:32.627Z Checking tokio-stream v0.1.18
21722026-06-26T12:18:32.774Z Checking toml_edit v0.19.15
21732026-06-26T12:18:32.809Z Checking fs-err v3.3.0
21742026-06-26T12:18:32.841Z Checking bzip2 v0.6.1
21752026-06-26T12:18:32.922Z Checking pem v3.0.6
21762026-06-26T12:18:32.958Z Checking hash32 v0.2.1
21772026-06-26T12:18:33.029Z Checking serde-big-array v0.5.1
21782026-06-26T12:18:33.064Z Checking jiff v0.2.21
21792026-06-26T12:18:33.107Z Checking predicates-core v1.0.10
21802026-06-26T12:18:33.142Z Checking unicode-bidi v0.3.18
21812026-06-26T12:18:33.146Z Checking unicode-properties v0.1.4
21822026-06-26T12:18:33.207Z Checking heapless v0.7.17
21832026-06-26T12:18:33.240Z Checking snafu v0.8.9
21842026-06-26T12:18:33.274Z Checking olpc-cjson v0.1.4
21852026-06-26T12:18:33.387Z Checking hickory-proto v0.25.2
21862026-06-26T12:18:33.436Z Checking md-5 v0.10.6
21872026-06-26T12:18:33.471Z Checking stringprep v0.1.5
21882026-06-26T12:18:33.505Z Checking serde_plain v1.0.2
21892026-06-26T12:18:33.598Z Checking float-cmp v0.10.0
21902026-06-26T12:18:33.646Z Checking fallible-iterator v0.2.0
21912026-06-26T12:18:33.649Z Checking normalize-line-endings v0.3.0
21922026-06-26T12:18:33.713Z Checking typed-path v0.9.3
21932026-06-26T12:18:33.752Z Checking difflib v0.4.0
21942026-06-26T12:18:33.786Z Checking smoltcp v0.9.1
21952026-06-26T12:18:33.825Z Checking toml v0.7.8
21962026-06-26T12:18:33.956Z Checking predicates v3.1.4
21972026-06-26T12:18:33.991Z Checking postgres-protocol v0.6.10
21982026-06-26T12:18:34.168Z Checking iddqd v0.4.2
21992026-06-26T12:18:34.204Z Checking phf_shared v0.13.1
22002026-06-26T12:18:34.283Z Checking phf_shared v0.11.3
22012026-06-26T12:18:34.331Z Checking buf-list v1.1.2
22022026-06-26T12:18:34.398Z Checking strum v0.27.2
22032026-06-26T12:18:34.433Z Checking fixedbitset v0.5.7
22042026-06-26T12:18:34.467Z Checking fixedbitset v0.4.2
22052026-06-26T12:18:34.501Z Checking tough v0.22.0
22062026-06-26T12:18:34.535Z Checking precomputed-hash v0.1.1
22072026-06-26T12:18:34.538Z Checking lalrpop-util v0.19.12
22082026-06-26T12:18:34.640Z Checking new_debug_unreachable v1.0.6
22092026-06-26T12:18:34.675Z Checking petgraph v0.6.5
22102026-06-26T12:18:34.676Z Checking petgraph v0.8.3
22112026-06-26T12:18:34.739Z Checking string_cache v0.8.9
22122026-06-26T12:18:34.774Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-06-26T12:18:34.934Z Checking phf v0.13.1
22142026-06-26T12:18:35.117Z Checking postgres-types v0.2.12
22152026-06-26T12:18:35.120Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-26T12:18:35.345Z Checking zip v4.6.1
22172026-06-26T12:18:35.443Z Checking peg-runtime v0.8.5
22182026-06-26T12:18:35.478Z Checking whoami v2.1.0
22192026-06-26T12:18:35.701Z Checking tokio-postgres v0.7.16
22202026-06-26T12:18:35.739Z Checking is-terminal v0.4.17
22212026-06-26T12:18:35.861Z Checking crossbeam-channel v0.5.15
22222026-06-26T12:18:35.949Z Compiling structmeta-derive v0.3.0
22232026-06-26T12:18:35.984Z Checking thread_local v1.1.9
22242026-06-26T12:18:36.193Z Checking term v1.2.1
22252026-06-26T12:18:36.229Z Checking take_mut v0.2.2
22262026-06-26T12:18:36.232Z Compiling newtype-uuid-macros v0.1.0
22272026-06-26T12:18:36.297Z Compiling rustls v0.22.4
22282026-06-26T12:18:36.368Z Checking slog-async v2.8.0
22292026-06-26T12:18:36.445Z Checking slog-term v2.9.2
22302026-06-26T12:18:36.549Z Compiling multer v3.1.0
22312026-06-26T12:18:36.584Z Compiling async-stream-impl v0.3.6
22322026-06-26T12:18:36.619Z Compiling dropshot v0.17.0
22332026-06-26T12:18:36.737Z Compiling dropshot_endpoint v0.17.0
22342026-06-26T12:18:36.870Z Checking match_cfg v0.1.0
22352026-06-26T12:18:36.912Z Checking slog-json v2.6.1
22362026-06-26T12:18:36.965Z Checking hostname v0.3.1
22372026-06-26T12:18:37.002Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-06-26T12:18:37.055Z Compiling structmeta v0.3.0
22392026-06-26T12:18:37.059Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-26T12:18:37.121Z Checking debug-ignore v1.0.5
22412026-06-26T12:18:37.152Z Checking slog-bunyan v2.5.0
22422026-06-26T12:18:37.217Z Checking progenitor-client v0.14.0
22432026-06-26T12:18:37.251Z Checking rustls-webpki v0.102.8
22442026-06-26T12:18:37.292Z Checking serde_path_to_error v0.1.20
22452026-06-26T12:18:37.295Z Compiling derive-ex v0.1.8
22462026-06-26T12:18:37.295Z Checking serde_spanned v1.0.4
22472026-06-26T12:18:37.412Z Checking toml_datetime v1.0.0+spec-1.1.0
22482026-06-26T12:18:37.474Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-26T12:18:37.515Z Checking compression-core v0.4.31
22502026-06-26T12:18:37.552Z Checking async-stream v0.3.6
22512026-06-26T12:18:37.667Z Checking waitgroup v0.1.2
22522026-06-26T12:18:37.670Z Checking compression-codecs v0.4.37
22532026-06-26T12:18:37.733Z Checking toml v1.0.6+spec-1.1.0
22542026-06-26T12:18:37.736Z Checking rustls-pemfile v2.2.0
22552026-06-26T12:18:37.797Z Checking hostname v0.4.2
22562026-06-26T12:18:37.832Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-26T12:18:37.893Z Checking async-compression v0.4.41
22582026-06-26T12:18:37.928Z Compiling parse-display-derive v0.10.0
22592026-06-26T12:18:37.931Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-26T12:18:37.993Z Checking atomicwrites v0.4.4
22612026-06-26T12:18:38.099Z Checking regress v0.10.5
22622026-06-26T12:18:38.149Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632026-06-26T12:18:38.184Z Checking itertools v0.14.0
22642026-06-26T12:18:38.359Z Checking macaddr v1.0.1
22652026-06-26T12:18:38.510Z Checking instant v0.1.13
22662026-06-26T12:18:38.567Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-26T12:18:38.602Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-26T12:18:38.636Z Checking backoff v0.4.0
22692026-06-26T12:18:38.823Z Checking backon v1.6.0
22702026-06-26T12:18:38.859Z Checking humantime v2.3.0
22712026-06-26T12:18:39.024Z Checking progenitor-extras v0.2.0
22722026-06-26T12:18:39.059Z Compiling test-strategy v0.4.5
22732026-06-26T12:18:39.093Z Checking progenitor-client v0.10.0
22742026-06-26T12:18:39.126Z Checking unicode-width v0.2.0
22752026-06-26T12:18:39.130Z Checking tokio-rustls v0.25.0
22762026-06-26T12:18:39.255Z Checking heck v0.5.0
22772026-06-26T12:18:39.290Z Compiling convert_case v0.4.0
22782026-06-26T12:18:39.341Z Checking half v2.7.1
22792026-06-26T12:18:39.415Z Checking ciborium-io v0.2.2
22802026-06-26T12:18:39.418Z Checking secrecy v0.10.3
22812026-06-26T12:18:39.535Z Compiling regress v0.11.1
22822026-06-26T12:18:39.537Z Checking indent_write v2.2.0
22832026-06-26T12:18:39.602Z Checking universal-hash v0.5.1
22842026-06-26T12:18:39.634Z Checking ciborium-ll v0.2.2
22852026-06-26T12:18:39.685Z Compiling derive_more v0.99.20
22862026-06-26T12:18:39.688Z Checking parse-display v0.10.0
22872026-06-26T12:18:39.751Z Compiling unsafe-libyaml v0.2.11
22882026-06-26T12:18:39.754Z Checking opaque-debug v0.3.1
22892026-06-26T12:18:39.830Z Checking ciborium v0.2.2
22902026-06-26T12:18:39.912Z Checking camino-tempfile v1.4.1
22912026-06-26T12:18:40.098Z Compiling crucible-workspace-hack v0.1.0
22922026-06-26T12:18:40.274Z Checking aead v0.5.2
22932026-06-26T12:18:40.307Z Compiling serde_yaml v0.9.34+deprecated
22942026-06-26T12:18:40.525Z Checking poly1305 v0.8.0
22952026-06-26T12:18:40.562Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-26T12:18:40.596Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-26T12:18:40.811Z Checking chacha20 v0.9.1
22982026-06-26T12:18:40.934Z Compiling thiserror-impl-no-std v2.0.2
22992026-06-26T12:18:40.969Z Checking swrite v0.1.0
23002026-06-26T12:18:41.037Z Checking password-hash v0.5.0
23012026-06-26T12:18:41.089Z Compiling typify-impl v0.6.2
23022026-06-26T12:18:41.309Z Checking blake2 v0.10.6
23032026-06-26T12:18:41.402Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-06-26T12:18:41.580Z Checking argon2 v0.5.3
23052026-06-26T12:18:41.817Z Checking chacha20poly1305 v0.10.1
23062026-06-26T12:18:41.962Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-26T12:18:41.995Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-26T12:18:42.230Z Checking thiserror-no-std v2.0.2
23092026-06-26T12:18:42.318Z Checking byte-wrapper v0.1.0
23102026-06-26T12:18:42.354Z Checking vsss-rs v3.3.4
23112026-06-26T12:18:42.357Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-06-26T12:18:42.419Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-06-26T12:18:42.556Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-26T12:18:42.649Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-26T12:18:42.684Z Checking crossbeam-deque v0.8.6
23162026-06-26T12:18:42.881Z Compiling rayon-core v1.13.0
23172026-06-26T12:18:42.915Z Checking toml v0.8.23
23182026-06-26T12:18:43.260Z Compiling toml_datetime v0.7.5+spec-1.1.0
23192026-06-26T12:18:43.296Z Compiling proc-macro-error v1.0.4
23202026-06-26T12:18:43.480Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-06-26T12:18:43.487Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-06-26T12:18:43.546Z Checking rayon v1.11.0
23232026-06-26T12:18:43.633Z Checking tabwriter v1.4.1
23242026-06-26T12:18:43.813Z Checking glob v0.3.3
23252026-06-26T12:18:43.878Z Checking colored v3.1.1
23262026-06-26T12:18:44.022Z Compiling heapless v0.8.0
23272026-06-26T12:18:44.104Z Compiling proc-macro-crate v3.4.0
23282026-06-26T12:18:44.107Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23292026-06-26T12:18:44.266Z Compiling ingot-macros v0.1.1
23302026-06-26T12:18:44.533Z Checking hash32 v0.3.1
23312026-06-26T12:18:44.568Z Checking unicode-width v0.1.14
23322026-06-26T12:18:44.690Z Compiling num_enum_derive v0.7.6
23332026-06-26T12:18:44.726Z Compiling smoltcp v0.11.0
23342026-06-26T12:18:44.726Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-06-26T12:18:45.024Z Checking cobs v0.3.0
23362026-06-26T12:18:45.067Z Compiling usdt-macro v0.5.0
23372026-06-26T12:18:45.151Z Compiling usdt-attr-macro v0.5.0
23382026-06-26T12:18:45.200Z Checking memmap v0.7.0
23392026-06-26T12:18:45.249Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-26T12:18:45.507Z Checking postcard v1.1.3
23412026-06-26T12:18:45.652Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23422026-06-26T12:18:45.695Z Compiling typify-macro v0.6.2
23432026-06-26T12:18:45.762Z Checking num_enum v0.7.6
23442026-06-26T12:18:45.827Z Compiling proc-macro-crate v1.3.1
23452026-06-26T12:18:45.830Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-26T12:18:45.906Z Checking sigpipe v0.1.3
23472026-06-26T12:18:45.955Z Checking usdt v0.5.0
23482026-06-26T12:18:46.015Z Compiling foreign-types-macros v0.2.3
23492026-06-26T12:18:46.096Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-26T12:18:46.154Z Checking cpufeatures v0.3.0
23512026-06-26T12:18:46.257Z Checking foreign-types-shared v0.3.1
23522026-06-26T12:18:46.300Z Compiling num_enum_derive v0.5.11
23532026-06-26T12:18:46.378Z Checking chacha20 v0.10.0
23542026-06-26T12:18:46.625Z Checking cstr-argument v0.1.2
23552026-06-26T12:18:46.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-06-26T12:18:46.689Z Checking foreign-types v0.5.0
23572026-06-26T12:18:46.720Z Compiling num-derive v0.4.2
23582026-06-26T12:18:46.778Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23592026-06-26T12:18:46.812Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-06-26T12:18:47.072Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-06-26T12:18:47.111Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-06-26T12:18:47.144Z Checking ingot-types v0.1.2
23632026-06-26T12:18:47.251Z Checking rand v0.10.0
23642026-06-26T12:18:47.254Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23652026-06-26T12:18:47.316Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-06-26T12:18:47.384Z Checking num_enum v0.5.11
23672026-06-26T12:18:47.476Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-06-26T12:18:47.520Z Checking itertools v0.12.1
23692026-06-26T12:18:47.552Z Compiling typify v0.6.2
23702026-06-26T12:18:47.555Z Checking ingot v0.1.1
23712026-06-26T12:18:47.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-06-26T12:18:47.687Z Compiling progenitor-impl v0.14.0
23732026-06-26T12:18:47.690Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-06-26T12:18:47.913Z Compiling zone_cfg_derive v0.3.1
23752026-06-26T12:18:48.038Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-26T12:18:48.241Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23772026-06-26T12:18:48.509Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23782026-06-26T12:18:48.609Z Checking zone v0.3.1
23792026-06-26T12:18:48.640Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23802026-06-26T12:18:48.673Z Checking smf v0.2.3
23812026-06-26T12:18:48.706Z Checking whoami v1.6.1
23822026-06-26T12:18:48.754Z Checking tokio-dtrace v0.1.1
23832026-06-26T12:18:48.883Z Compiling derive-where v1.6.0
23842026-06-26T12:18:48.916Z Checking console v0.15.11
23852026-06-26T12:18:48.978Z Checking newline-converter v0.3.0
23862026-06-26T12:18:48.982Z Checking oxide-tokio-rt v0.1.4
23872026-06-26T12:18:49.116Z Checking num-rational v0.4.2
23882026-06-26T12:18:49.160Z Checking num-complex v0.4.6
23892026-06-26T12:18:49.204Z Checking float-ord v0.3.2
23902026-06-26T12:18:49.238Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23912026-06-26T12:18:49.241Z Checking expectorate v1.2.0
23922026-06-26T12:18:49.336Z Checking bytecount v0.6.9
23932026-06-26T12:18:49.420Z Compiling owo-colors v4.3.0
23942026-06-26T12:18:49.454Z Compiling prettyplease v0.2.37
23952026-06-26T12:18:49.485Z Compiling cancel-safe-futures v0.1.5
23962026-06-26T12:18:49.517Z Checking num v0.4.3
23972026-06-26T12:18:49.616Z Checking libsw-core v0.3.2
23982026-06-26T12:18:49.754Z Checking linear-map v1.2.0
23992026-06-26T12:18:49.786Z Checking libsw v3.5.0
24002026-06-26T12:18:49.992Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-06-26T12:18:50.111Z Checking gethostname v0.5.0
24022026-06-26T12:18:50.216Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-26T12:18:50.337Z Compiling progenitor-macro v0.14.0
24042026-06-26T12:18:50.389Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-26T12:18:50.470Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-06-26T12:18:51.269Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-06-26T12:18:51.505Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-26T12:18:52.298Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-26T12:18:54.387Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-06-26T12:18:54.724Z Checking resolv-conf v0.7.6
24112026-06-26T12:18:54.940Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-06-26T12:18:55.243Z Checking smawk v0.3.2
24132026-06-26T12:18:55.247Z Checking unicode-linebreak v0.1.5
24142026-06-26T12:18:55.321Z Checking progenitor v0.14.0
24152026-06-26T12:18:55.324Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-26T12:18:55.398Z Checking papergrid v0.11.0
24172026-06-26T12:18:55.484Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24182026-06-26T12:18:55.518Z Compiling tabled_derive v0.7.0
24192026-06-26T12:18:55.667Z Compiling convert_case v0.10.0
24202026-06-26T12:18:55.774Z Compiling slog-dtrace v0.3.0
24212026-06-26T12:18:56.027Z Compiling derive_more-impl v2.1.1
24222026-06-26T12:18:56.059Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-06-26T12:18:56.517Z Checking tabled v0.15.0
24242026-06-26T12:18:56.826Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-26T12:18:56.903Z Checking derive_more v2.1.1
24262026-06-26T12:18:57.011Z Checking crossterm v0.29.0
24272026-06-26T12:18:57.061Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-06-26T12:18:57.096Z Checking linked-hash-map v0.5.6
24292026-06-26T12:18:57.297Z Checking lru-cache v0.1.2
24302026-06-26T12:18:57.451Z Checking hickory-proto v0.24.4
24312026-06-26T12:18:57.454Z Checking fd-lock v4.0.4
24322026-06-26T12:18:57.598Z Checking vte v0.14.1
24332026-06-26T12:18:57.641Z Checking display-error-chain v0.2.2
24342026-06-26T12:18:57.704Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-26T12:18:57.756Z Checking termtree v0.5.1
24362026-06-26T12:18:57.791Z Checking strip-ansi-escapes v0.2.1
24372026-06-26T12:18:57.794Z Checking nu-ansi-term v0.50.3
24382026-06-26T12:18:57.867Z Checking textwrap v0.16.2
24392026-06-26T12:18:57.920Z Compiling minimal-lexical v0.2.1
24402026-06-26T12:18:57.923Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-26T12:18:58.058Z Checking reedline v0.40.0
24422026-06-26T12:18:58.092Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-26T12:18:58.125Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-26T12:18:58.204Z Compiling nom v7.1.3
24452026-06-26T12:18:58.433Z Compiling ar_archive_writer v0.5.1
24462026-06-26T12:18:58.660Z Checking csv-core v0.1.13
24472026-06-26T12:18:58.740Z Compiling stacker v0.1.23
24482026-06-26T12:18:58.869Z Checking csv v1.4.0
24492026-06-26T12:18:59.031Z Compiling semver v0.1.20
24502026-06-26T12:18:59.244Z Compiling cfg_aliases v0.1.1
24512026-06-26T12:18:59.279Z Checking highway v1.3.0
24522026-06-26T12:18:59.282Z Checking hickory-resolver v0.24.4
24532026-06-26T12:18:59.344Z Compiling psm v0.1.30
24542026-06-26T12:18:59.348Z Compiling nix v0.28.0
24552026-06-26T12:18:59.348Z Compiling rustc_version v0.1.7
24562026-06-26T12:18:59.482Z Checking nibble_vec v0.1.0
24572026-06-26T12:18:59.532Z Checking endian-type v0.1.2
24582026-06-26T12:18:59.566Z Checking home v0.5.12
24592026-06-26T12:18:59.637Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602026-06-26T12:18:59.671Z Compiling newtype_derive v0.1.6
24612026-06-26T12:18:59.703Z Checking radix_trie v0.2.1
24622026-06-26T12:18:59.706Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-06-26T12:18:59.808Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-26T12:18:59.902Z Checking phf_shared v0.12.1
24652026-06-26T12:18:59.941Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-26T12:19:00.066Z Checking qorb v0.4.1
24672026-06-26T12:19:00.100Z Compiling chrono-tz v0.10.4
24682026-06-26T12:19:00.230Z Checking phf v0.12.1
24692026-06-26T12:19:00.380Z Checking recursive v0.1.1
24702026-06-26T12:19:00.383Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24712026-06-26T12:19:00.444Z Compiling const_format_proc_macros v0.2.34
24722026-06-26T12:19:00.446Z Compiling peg-macros v0.8.5
24732026-06-26T12:19:00.507Z Checking winnow v0.6.26
24742026-06-26T12:19:00.510Z Checking nom v8.0.0
24752026-06-26T12:19:00.930Z Compiling sqlparser_derive v0.5.0
24762026-06-26T12:19:01.373Z Checking unicode_categories v0.1.1
24772026-06-26T12:19:01.584Z Checking rustyline v14.0.0
24782026-06-26T12:19:01.726Z Checking sqlformat v0.3.5
24792026-06-26T12:19:01.764Z Checking sqlparser v0.61.0
24802026-06-26T12:19:01.882Z Checking peg v0.8.5
24812026-06-26T12:19:01.984Z Checking const_format v0.2.35
24822026-06-26T12:19:02.313Z Checking bcs v0.1.6
24832026-06-26T12:19:02.377Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24842026-06-26T12:19:02.478Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-26T12:19:02.537Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24862026-06-26T12:19:02.585Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-06-26T12:19:02.657Z Checking steno v0.4.1
24882026-06-26T12:19:02.697Z Checking filetime v0.2.27
24892026-06-26T12:19:02.867Z Checking xattr v1.6.1
24902026-06-26T12:19:03.027Z Checking tar v0.4.45
24912026-06-26T12:19:03.141Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-26T12:19:03.434Z Checking subprocess v0.2.15
24932026-06-26T12:19:03.587Z Checking base64 v0.21.7
24942026-06-26T12:19:03.694Z Checking headers-core v0.3.0
24952026-06-26T12:19:03.759Z Checking yasna v0.5.2
24962026-06-26T12:19:03.854Z Checking dropshot-api-manager-types v0.7.2
24972026-06-26T12:19:03.887Z Checking headers v0.4.1
24982026-06-26T12:19:04.057Z Checking tagptr v0.2.0
24992026-06-26T12:19:04.172Z Checking rcgen v0.12.1
25002026-06-26T12:19:04.228Z Checking moka v0.12.13
25012026-06-26T12:19:04.375Z Checking utf-8 v0.7.6
25022026-06-26T12:19:04.481Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-26T12:19:04.518Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-26T12:19:04.552Z Compiling libefi-sys v0.1.0
25052026-06-26T12:19:04.655Z Checking tungstenite v0.21.0
25062026-06-26T12:19:04.808Z Compiling bitfield-struct v0.6.2
25072026-06-26T12:19:04.898Z Checking hickory-resolver v0.25.2
25082026-06-26T12:19:05.138Z Checking tokio-tungstenite v0.21.0
25092026-06-26T12:19:05.201Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-26T12:19:05.277Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25112026-06-26T12:19:05.309Z Compiling radium v0.7.0
25122026-06-26T12:19:05.412Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-06-26T12:19:05.497Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-26T12:19:05.592Z Compiling maybe-uninit v2.0.0
25152026-06-26T12:19:05.655Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25162026-06-26T12:19:05.698Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-06-26T12:19:05.768Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-26T12:19:05.869Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25192026-06-26T12:19:05.901Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25202026-06-26T12:19:05.933Z Checking tap v1.0.1
25212026-06-26T12:19:06.068Z Checking wyz v0.5.1
25222026-06-26T12:19:06.129Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25232026-06-26T12:19:06.162Z Compiling zerocopy-derive v0.6.6
25242026-06-26T12:19:06.319Z Checking funty v2.0.0
25252026-06-26T12:19:06.352Z Checking crc-catalog v2.4.0
25262026-06-26T12:19:06.474Z Compiling packed_struct v0.10.1
25272026-06-26T12:19:06.623Z Checking crc v3.4.0
25282026-06-26T12:19:06.672Z Checking bitvec v1.0.1
25292026-06-26T12:19:06.830Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-06-26T12:19:06.896Z Compiling packed_struct_codegen v0.10.1
25312026-06-26T12:19:07.079Z Checking zerocopy v0.6.6
25322026-06-26T12:19:07.401Z Compiling bitfield-macros v0.19.4
25332026-06-26T12:19:07.823Z Compiling indexmap v1.9.3
25342026-06-26T12:19:07.917Z Checking nodrop v0.1.14
25352026-06-26T12:19:08.005Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-26T12:19:08.039Z Checking array-init v0.0.4
25372026-06-26T12:19:08.140Z Checking bitfield v0.19.4
25382026-06-26T12:19:08.183Z Checking smallvec v0.6.14
25392026-06-26T12:19:08.362Z Checking hashbrown v0.12.3
25402026-06-26T12:19:08.404Z Checking serde-hex v0.1.0
25412026-06-26T12:19:08.435Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-26T12:19:08.479Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-06-26T12:19:08.622Z Checking ron v0.8.1
25442026-06-26T12:19:08.759Z Checking hashbrown v0.13.2
25452026-06-26T12:19:09.132Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25462026-06-26T12:19:09.166Z Checking crc-any v2.5.0
25472026-06-26T12:19:09.169Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25482026-06-26T12:19:09.228Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-26T12:19:09.232Z Checking object v0.30.4
25502026-06-26T12:19:09.397Z Compiling xshell-macros v0.2.7
25512026-06-26T12:19:09.430Z Checking path-slash v0.1.5
25522026-06-26T12:19:09.562Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-06-26T12:19:09.802Z Checking xshell v0.2.7
25542026-06-26T12:19:09.923Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-06-26T12:19:10.174Z Checking half v1.8.3
25562026-06-26T12:19:10.241Z Compiling num-derive v0.3.3
25572026-06-26T12:19:10.336Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-26T12:19:10.399Z Checking serde_cbor v0.11.2
25592026-06-26T12:19:10.816Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-26T12:19:11.237Z Checking libscf-sys v1.1.0
25612026-06-26T12:19:11.296Z Compiling proc-macro-error2 v2.0.1
25622026-06-26T12:19:11.340Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-26T12:19:11.401Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-26T12:19:11.444Z Checking papergrid v0.17.0
25652026-06-26T12:19:11.587Z Checking testing_table v0.3.0
25662026-06-26T12:19:11.633Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25672026-06-26T12:19:11.697Z Compiling tabled_derive v0.11.0
25682026-06-26T12:19:11.728Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-26T12:19:11.883Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-26T12:19:12.183Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-06-26T12:19:12.257Z Checking maplit v1.0.2
25722026-06-26T12:19:12.334Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-06-26T12:19:12.374Z Compiling git-stub v1.0.0
25742026-06-26T12:19:12.561Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-26T12:19:12.671Z Checking crc8 v0.1.1
25762026-06-26T12:19:12.718Z Compiling git-stub-vcs v0.1.0
25772026-06-26T12:19:12.799Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-06-26T12:19:12.903Z Checking tabled v0.20.0
25792026-06-26T12:19:13.102Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-06-26T12:19:13.334Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25812026-06-26T12:19:13.419Z Checking fxhash v0.2.1
25822026-06-26T12:19:13.465Z Checking unicase v2.9.0
25832026-06-26T12:19:13.573Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-26T12:19:13.652Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-06-26T12:19:13.703Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-06-26T12:19:13.873Z Compiling vergen-lib v0.1.6
25872026-06-26T12:19:14.006Z Compiling diesel_derives v2.3.7
25882026-06-26T12:19:14.058Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-06-26T12:19:14.134Z Checking scheduled-thread-pool v0.2.7
25902026-06-26T12:19:14.242Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25912026-06-26T12:19:14.283Z Compiling dsl_auto_type v0.2.0
25922026-06-26T12:19:14.314Z Compiling vergen-gitcl v1.0.8
25932026-06-26T12:19:14.347Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-26T12:19:14.573Z Checking r2d2 v0.8.10
25952026-06-26T12:19:14.634Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-26T12:19:14.787Z Checking kstat-rs v0.2.4
25972026-06-26T12:19:14.978Z Checking arc-swap v1.8.2
25982026-06-26T12:19:15.010Z Checking downcast-rs v2.0.2
25992026-06-26T12:19:15.103Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26002026-06-26T12:19:15.192Z Compiling parking_lot_core v0.8.6
26012026-06-26T12:19:15.225Z Checking slog-scope v4.4.1
26022026-06-26T12:19:15.391Z Checking slog-stdlog v4.1.1
26032026-06-26T12:19:15.423Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26042026-06-26T12:19:15.503Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-06-26T12:19:15.542Z Checking slog-envlogger v2.2.0
26062026-06-26T12:19:15.630Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-26T12:19:15.718Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-06-26T12:19:15.794Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26092026-06-26T12:19:15.826Z Compiling dirs-sys-next v0.1.2
26102026-06-26T12:19:15.910Z Compiling crunchy v0.2.4
26112026-06-26T12:19:15.942Z Checking parking_lot v0.11.2
26122026-06-26T12:19:15.974Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-06-26T12:19:16.135Z Compiling dirs-next v2.0.0
26142026-06-26T12:19:16.190Z Compiling clang-sys v1.8.1
26152026-06-26T12:19:16.221Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26162026-06-26T12:19:16.297Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26172026-06-26T12:19:16.329Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26182026-06-26T12:19:16.536Z Checking prefix-trie v0.7.0
26192026-06-26T12:19:16.569Z Compiling tiny-keccak v2.0.2
26202026-06-26T12:19:16.600Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26212026-06-26T12:19:16.907Z Checking hickory-server v0.25.2
26222026-06-26T12:19:16.933Z Compiling term v0.7.0
26232026-06-26T12:19:16.933Z Checking sled v0.34.7
26242026-06-26T12:19:16.965Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26252026-06-26T12:19:17.028Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-06-26T12:19:17.198Z Checking nanorand v0.7.0
26272026-06-26T12:19:17.330Z Compiling bit-vec v0.6.3
26282026-06-26T12:19:17.427Z Compiling salty v0.3.0
26292026-06-26T12:19:17.525Z Compiling bit-set v0.5.3
26302026-06-26T12:19:17.582Z Checking flume v0.11.1
26312026-06-26T12:19:17.726Z Compiling ascii-canvas v3.0.0
26322026-06-26T12:19:17.855Z Compiling progenitor-impl v0.13.0
26332026-06-26T12:19:17.996Z Checking primeorder v0.13.6
26342026-06-26T12:19:18.169Z Compiling itertools v0.10.5
26352026-06-26T12:19:18.202Z Compiling ena v0.14.4
26362026-06-26T12:19:18.234Z Compiling libloading v0.8.9
26372026-06-26T12:19:18.266Z Compiling regex-syntax v0.6.29
26382026-06-26T12:19:18.358Z Compiling diff v0.1.13
26392026-06-26T12:19:18.443Z Compiling bindgen v0.71.1
26402026-06-26T12:19:19.244Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412026-06-26T12:19:19.440Z Compiling cexpr v0.6.0
26422026-06-26T12:19:19.675Z Compiling lalrpop v0.19.12
26432026-06-26T12:19:20.136Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26442026-06-26T12:19:20.294Z Checking diesel v2.3.7
26452026-06-26T12:19:20.389Z Checking progenitor-client v0.13.0
26462026-06-26T12:19:20.499Z Compiling progenitor-macro v0.13.0
26472026-06-26T12:19:20.557Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26482026-06-26T12:19:20.590Z Compiling fs-err v2.11.0
26492026-06-26T12:19:20.645Z Compiling rustc-hash v2.1.1
26502026-06-26T12:19:20.838Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26512026-06-26T12:19:20.966Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-26T12:19:21.087Z Compiling libxml v0.3.3
26532026-06-26T12:19:21.458Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26542026-06-26T12:19:21.638Z Checking p384 v0.13.1
26552026-06-26T12:19:22.108Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-06-26T12:19:22.239Z Compiling strum_macros v0.24.3
26572026-06-26T12:19:22.495Z Checking assert_matches v1.5.0
26582026-06-26T12:19:22.601Z Checking parse-size v1.1.0
26592026-06-26T12:19:22.756Z Compiling indoc v1.0.9
26602026-06-26T12:19:23.229Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26612026-06-26T12:19:24.000Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-06-26T12:19:24.116Z Compiling typify-impl v0.4.3
26632026-06-26T12:19:24.233Z Checking quick-xml v0.37.5
26642026-06-26T12:19:24.268Z Checking derive_builder v0.20.2
26652026-06-26T12:19:24.434Z Compiling oso-derive v0.27.3
26662026-06-26T12:19:25.007Z Compiling trait-variant v0.1.2
26672026-06-26T12:19:25.184Z Compiling impl-trait-for-tuples v0.2.3
26682026-06-26T12:19:25.589Z Checking progenitor v0.13.0
26692026-06-26T12:19:25.622Z Checking openssl-probe v0.1.6
26702026-06-26T12:19:25.761Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-26T12:19:25.840Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-26T12:19:26.511Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-26T12:19:26.616Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-06-26T12:19:26.788Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26752026-06-26T12:19:27.324Z Checking predicates-tree v1.0.13
26762026-06-26T12:19:27.391Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-06-26T12:19:27.655Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26782026-06-26T12:19:27.695Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26792026-06-26T12:19:27.727Z Compiling mime_guess v2.0.5
26802026-06-26T12:19:28.737Z Checking http-range v0.1.5
26812026-06-26T12:19:28.770Z Compiling typify-macro v0.4.3
26822026-06-26T12:19:29.853Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-06-26T12:19:30.333Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-06-26T12:19:30.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-06-26T12:19:30.536Z Compiling typify v0.4.3
26862026-06-26T12:19:30.684Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-26T12:19:31.896Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-06-26T12:19:32.281Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-26T12:19:32.392Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26902026-06-26T12:19:32.427Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-06-26T12:19:32.694Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-26T12:19:32.922Z Checking bb8 v0.8.6
26932026-06-26T12:19:33.125Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-06-26T12:19:33.162Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26952026-06-26T12:19:33.235Z Checking atty v0.2.14
26962026-06-26T12:19:33.354Z Checking corncobs v0.1.4
26972026-06-26T12:19:33.460Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-26T12:19:33.523Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-26T12:19:33.825Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-06-26T12:19:33.861Z Compiling progenitor-impl v0.11.2
27012026-06-26T12:19:34.109Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27022026-06-26T12:19:34.252Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-26T12:19:34.453Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-06-26T12:19:34.486Z Checking ignore v0.4.25
27052026-06-26T12:19:34.926Z Checking diesel-dtrace v0.5.0
27062026-06-26T12:19:35.076Z Checking async-bb8-diesel v0.2.1
27072026-06-26T12:19:35.205Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-26T12:19:35.460Z Checking secrecy v0.8.0
27092026-06-26T12:19:35.777Z Checking globwalk v0.9.1
27102026-06-26T12:19:36.273Z Checking hyper-staticfile v0.10.1
27112026-06-26T12:19:36.566Z Compiling progenitor-macro v0.11.2
27122026-06-26T12:19:36.607Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27132026-06-26T12:19:36.933Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-06-26T12:19:37.005Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-26T12:19:37.066Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27162026-06-26T12:19:37.286Z Checking progenitor-client v0.11.2
27172026-06-26T12:19:37.463Z Compiling illumos-nvpair-sys v0.2.0
27182026-06-26T12:19:37.565Z Checking nonempty v0.12.0
27192026-06-26T12:19:37.657Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27202026-06-26T12:19:37.733Z Checking camino-tempfile-ext v0.3.3
27212026-06-26T12:19:37.765Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-06-26T12:19:37.965Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27232026-06-26T12:19:38.584Z Checking signal-hook-tokio v0.3.1
27242026-06-26T12:19:38.617Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-06-26T12:19:38.895Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27262026-06-26T12:19:38.927Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27272026-06-26T12:19:39.267Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-06-26T12:19:39.334Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-06-26T12:19:39.627Z Checking illumos-nvpair v0.3.0
27302026-06-26T12:19:39.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27312026-06-26T12:19:39.852Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-06-26T12:19:40.158Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332026-06-26T12:19:40.263Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27342026-06-26T12:19:40.297Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27352026-06-26T12:19:40.434Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27362026-06-26T12:19:40.468Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27372026-06-26T12:19:40.668Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382026-06-26T12:19:40.907Z Checking tungstenite v0.23.0
27392026-06-26T12:19:40.979Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27402026-06-26T12:19:41.211Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27412026-06-26T12:19:41.450Z Checking tokio-tungstenite v0.23.1
27422026-06-26T12:19:41.607Z Checking progenitor v0.11.2
27432026-06-26T12:19:41.760Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-26T12:19:41.793Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-06-26T12:19:42.185Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27462026-06-26T12:19:42.219Z Checking rand_seeder v0.4.0
27472026-06-26T12:19:42.406Z Checking void v1.0.2
27482026-06-26T12:19:42.545Z Checking lzss v0.8.2
27492026-06-26T12:19:42.582Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502026-06-26T12:19:42.586Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27512026-06-26T12:19:42.647Z Checking nix v0.27.1
27522026-06-26T12:19:42.770Z Checking serde_bytes v0.11.19
27532026-06-26T12:19:42.808Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542026-06-26T12:19:42.880Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-06-26T12:19:42.984Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-06-26T12:19:43.199Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-06-26T12:19:43.601Z Checking is_ci v1.2.0
27582026-06-26T12:19:43.741Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27592026-06-26T12:19:43.944Z Checking yansi v1.0.1
27602026-06-26T12:19:43.977Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-06-26T12:19:44.044Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27622026-06-26T12:19:44.232Z Checking pretty_assertions v1.4.1
27632026-06-26T12:19:44.319Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27642026-06-26T12:19:44.400Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-06-26T12:19:44.604Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662026-06-26T12:19:44.659Z Compiling darling_core v0.23.0
27672026-06-26T12:19:45.945Z Compiling indoc v2.0.7
27682026-06-26T12:19:45.983Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692026-06-26T12:19:46.216Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-26T12:19:46.468Z Compiling libz-sys v1.1.24
27712026-06-26T12:19:46.891Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-06-26T12:19:46.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-06-26T12:19:47.051Z Compiling instability v0.3.11
27742026-06-26T12:19:47.197Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-26T12:19:47.257Z Compiling darling_macro v0.23.0
27762026-06-26T12:19:47.476Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-26T12:19:47.630Z Checking castaway v0.2.4
27782026-06-26T12:19:47.784Z Checking compact_str v0.8.1
27792026-06-26T12:19:47.788Z Compiling darling v0.23.0
27802026-06-26T12:19:47.849Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27812026-06-26T12:19:48.224Z Checking supports-color v3.0.2
27822026-06-26T12:19:48.392Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27832026-06-26T12:19:48.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27842026-06-26T12:19:48.621Z Checking unicode-truncate v1.1.0
27852026-06-26T12:19:48.652Z Checking console v0.16.2
27862026-06-26T12:19:48.715Z Checking lru v0.12.5
27872026-06-26T12:19:48.801Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-06-26T12:19:48.903Z Checking unit-prefix v0.5.2
27892026-06-26T12:19:48.944Z Checking cassowary v0.3.0
27902026-06-26T12:19:49.074Z Checking indicatif v0.18.4
27912026-06-26T12:19:49.188Z Checking ratatui v0.29.0
27922026-06-26T12:19:49.277Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27932026-06-26T12:19:49.482Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-06-26T12:19:49.726Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-06-26T12:19:50.503Z Compiling vergen-git2 v9.1.0
27962026-06-26T12:19:50.563Z Checking plotters-backend v0.3.7
27972026-06-26T12:19:50.779Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27982026-06-26T12:19:50.810Z Checking plotters-svg v0.3.7
27992026-06-26T12:19:50.982Z Compiling rustls v0.21.12
28002026-06-26T12:19:51.015Z Checking cast v0.3.0
28012026-06-26T12:19:51.263Z Checking criterion-plot v0.6.0
28022026-06-26T12:19:51.351Z Checking plotters v0.3.7
28032026-06-26T12:19:51.395Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-26T12:19:51.549Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-06-26T12:19:51.782Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28062026-06-26T12:19:52.024Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28072026-06-26T12:19:52.145Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-06-26T12:19:52.253Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-06-26T12:19:52.372Z Checking colored v2.2.0
28102026-06-26T12:19:52.434Z Checking rustls-webpki v0.101.7
28112026-06-26T12:19:52.605Z Checking sct v0.7.1
28122026-06-26T12:19:52.777Z Checking tinytemplate v1.2.1
28132026-06-26T12:19:52.809Z Checking shell-words v1.1.1
28142026-06-26T12:19:52.925Z Checking anes v0.1.6
28152026-06-26T12:19:52.965Z Checking oorandom v11.1.5
28162026-06-26T12:19:53.110Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-06-26T12:19:53.141Z Checking criterion v0.7.0
28182026-06-26T12:19:54.497Z Checking typeid v1.0.3
28192026-06-26T12:19:54.528Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28202026-06-26T12:19:54.633Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-06-26T12:19:55.329Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-06-26T12:19:55.416Z Checking hex-literal v0.4.1
28232026-06-26T12:19:55.548Z Checking erased-serde v0.4.9
28242026-06-26T12:19:55.949Z Checking tokio-rustls v0.24.1
28252026-06-26T12:19:56.185Z Checking rustls-pemfile v1.0.4
28262026-06-26T12:19:56.357Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-06-26T12:19:56.585Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-26T12:19:57.012Z Checking twox-hash v2.1.2
28292026-06-26T12:19:57.358Z Checking ordered-float v2.10.1
28302026-06-26T12:19:57.634Z Checking serde-value v0.7.0
28312026-06-26T12:19:57.932Z Checking serde-untagged v0.1.9
28322026-06-26T12:19:58.166Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28332026-06-26T12:19:58.754Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-06-26T12:19:58.918Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-06-26T12:19:59.116Z Checking fatfs v0.3.6
28362026-06-26T12:19:59.610Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-06-26T12:19:59.644Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-26T12:19:59.767Z Compiling seq-macro v0.3.6
28392026-06-26T12:19:59.826Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-26T12:20:00.312Z Checking unicode-xid v0.2.6
28412026-06-26T12:20:00.459Z Checking cargo-util-schemas v0.8.2
28422026-06-26T12:20:00.961Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-26T12:20:01.148Z Checking cargo-platform v0.2.0
28442026-06-26T12:20:01.374Z Compiling petname v2.0.2
28452026-06-26T12:20:01.405Z Checking cargo_metadata v0.21.0
28462026-06-26T12:20:02.065Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472026-06-26T12:20:02.202Z Checking concurrent-queue v2.5.0
28482026-06-26T12:20:02.425Z Checking rtoolbox v0.0.3
28492026-06-26T12:20:02.600Z Checking parking v2.2.1
28502026-06-26T12:20:02.758Z Checking event-listener v5.4.1
28512026-06-26T12:20:02.795Z Compiling samael v0.0.19
28522026-06-26T12:20:02.996Z Checking rpassword v7.4.0
28532026-06-26T12:20:03.139Z Checking tui-tree-widget v0.23.1
28542026-06-26T12:20:03.359Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28552026-06-26T12:20:03.441Z Checking polyval v0.6.2
28562026-06-26T12:20:03.555Z Checking sapling-renderdag v0.1.0
28572026-06-26T12:20:03.642Z Checking sync-ptr v0.1.4
28582026-06-26T12:20:03.793Z Checking ghash v0.5.1
28592026-06-26T12:20:03.825Z Checking event-listener-strategy v0.5.4
28602026-06-26T12:20:03.947Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28612026-06-26T12:20:04.058Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-06-26T12:20:04.256Z Checking ctr v0.9.2
28632026-06-26T12:20:04.462Z Checking arrayvec v0.7.6
28642026-06-26T12:20:04.641Z Checking futures-timer v3.0.3
28652026-06-26T12:20:04.681Z Checking arrayref v0.3.9
28662026-06-26T12:20:04.786Z Checking constant_time_eq v0.4.2
28672026-06-26T12:20:04.853Z Checking aes-gcm v0.10.3
28682026-06-26T12:20:05.002Z Checking async-lock v3.4.2
28692026-06-26T12:20:05.040Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-06-26T12:20:05.210Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-06-26T12:20:05.425Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-06-26T12:20:06.028Z Checking ssh-encoding v0.2.0
28732026-06-26T12:20:06.267Z Checking blowfish v0.9.1
28742026-06-26T12:20:06.454Z Compiling strsim v0.10.0
28752026-06-26T12:20:06.655Z Compiling darling_core v0.13.4
28762026-06-26T12:20:06.822Z Checking bcrypt-pbkdf v0.10.0
28772026-06-26T12:20:07.021Z Checking ssh-cipher v0.2.0
28782026-06-26T12:20:07.227Z Checking async-object-pool v0.2.0
28792026-06-26T12:20:07.374Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-26T12:20:07.790Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-06-26T12:20:07.962Z Checking serde_regex v1.1.0
28822026-06-26T12:20:07.965Z Checking password-hash v0.4.2
28832026-06-26T12:20:08.157Z Checking assert-json-diff v2.0.2
28842026-06-26T12:20:08.251Z Checking path-tree v0.8.3
28852026-06-26T12:20:08.355Z Checking gimli v0.32.3
28862026-06-26T12:20:08.456Z Checking stringmetrics v2.2.2
28872026-06-26T12:20:08.487Z Compiling target-lexicon v0.13.3
28882026-06-26T12:20:08.550Z Compiling darling_macro v0.13.4
28892026-06-26T12:20:08.639Z Checking httpmock v0.8.3
28902026-06-26T12:20:09.058Z Checking pbkdf2 v0.11.0
28912026-06-26T12:20:09.119Z Checking ssh-key v0.6.7
28922026-06-26T12:20:09.819Z Checking p521 v0.13.3
28932026-06-26T12:20:09.961Z Checking addr2line v0.25.1
28942026-06-26T12:20:10.266Z Checking p256 v0.13.2
28952026-06-26T12:20:10.458Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-06-26T12:20:10.553Z Checking russh-cryptovec v0.7.3
28972026-06-26T12:20:10.723Z Checking rustc-demangle v0.1.27
28982026-06-26T12:20:10.755Z Compiling guppy-workspace-hack v0.1.0
28992026-06-26T12:20:10.862Z Checking md5 v0.7.0
29002026-06-26T12:20:10.999Z Checking backtrace v0.3.76
29012026-06-26T12:20:11.075Z Checking russh-keys v0.45.0
29022026-06-26T12:20:11.151Z Compiling darling v0.13.4
29032026-06-26T12:20:11.276Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29042026-06-26T12:20:11.315Z Checking num-bigint v0.4.6
29052026-06-26T12:20:11.359Z Checking des v0.8.1
29062026-06-26T12:20:11.552Z Compiling blake3 v1.8.3
29072026-06-26T12:20:11.664Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-06-26T12:20:11.777Z Compiling target-spec v3.5.7
29092026-06-26T12:20:12.119Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-06-26T12:20:12.323Z Checking russh v0.45.0
29112026-06-26T12:20:12.365Z Checking backtrace-ext v0.2.1
29122026-06-26T12:20:12.438Z Checking cfg-expr v0.20.6
29132026-06-26T12:20:12.508Z Compiling serde_with_macros v1.5.2
29142026-06-26T12:20:12.862Z Checking supports-color v2.1.0
29152026-06-26T12:20:12.893Z Checking textwrap v0.15.2
29162026-06-26T12:20:13.031Z Checking supports-hyperlinks v2.1.0
29172026-06-26T12:20:13.132Z Checking supports-unicode v2.1.0
29182026-06-26T12:20:13.181Z Checking hashbrown v0.14.5
29192026-06-26T12:20:13.284Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-06-26T12:20:13.396Z Checking cargo-platform v0.3.2
29212026-06-26T12:20:13.518Z Checking terminal_size v0.1.17
29222026-06-26T12:20:13.610Z Checking socket2 v0.5.10
29232026-06-26T12:20:13.655Z Compiling miette-derive v5.10.0
29242026-06-26T12:20:13.694Z Checking owo-colors v3.5.0
29252026-06-26T12:20:14.253Z Checking internet-checksum v0.2.1
29262026-06-26T12:20:14.317Z Checking chumsky v0.9.3
29272026-06-26T12:20:14.405Z Checking cargo_metadata v0.23.1
29282026-06-26T12:20:14.810Z Checking miette v5.10.0
29292026-06-26T12:20:15.176Z Compiling serde_with v1.14.0
29302026-06-26T12:20:15.492Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-06-26T12:20:15.622Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-06-26T12:20:15.655Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-06-26T12:20:15.995Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29342026-06-26T12:20:16.227Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-06-26T12:20:16.340Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-06-26T12:20:16.443Z Compiling knuffel-derive v3.2.0
29372026-06-26T12:20:16.504Z Checking httptest v0.16.4
29382026-06-26T12:20:16.569Z Checking pathdiff v0.2.3
29392026-06-26T12:20:16.709Z Checking topological-sort v0.2.2
29402026-06-26T12:20:16.852Z Compiling git2 v0.20.4
29412026-06-26T12:20:16.883Z Checking nested v0.1.1
29422026-06-26T12:20:16.915Z Checking omicron-zone-package v0.12.2
29432026-06-26T12:20:17.054Z Checking guppy v0.17.25
29442026-06-26T12:20:17.224Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-06-26T12:20:17.540Z Compiling polar-core v0.27.3
29462026-06-26T12:20:17.841Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-06-26T12:20:17.974Z Checking knuffel v3.2.0
29482026-06-26T12:20:18.014Z Checking similar-asserts v1.7.0
29492026-06-26T12:20:18.106Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-06-26T12:20:18.196Z Compiling target-triple v1.0.0
29512026-06-26T12:20:18.288Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-06-26T12:20:18.561Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29532026-06-26T12:20:18.630Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-06-26T12:20:19.935Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-06-26T12:20:19.938Z Checking hickory-client v0.25.2
29562026-06-26T12:20:19.938Z Checking tokio-test v0.4.5
29572026-06-26T12:20:19.938Z Checking escape8259 v0.5.3
29582026-06-26T12:20:19.938Z Compiling assert_cmd v2.1.2
29592026-06-26T12:20:19.938Z Checking libtest-mimic v0.8.1
29602026-06-26T12:20:20.196Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29612026-06-26T12:20:20.268Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-26T12:20:20.300Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-06-26T12:20:20.333Z Checking blake2b_simd v1.0.4
29642026-06-26T12:20:20.757Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-06-26T12:20:21.024Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-06-26T12:20:21.184Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-06-26T12:20:21.484Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-06-26T12:20:21.720Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29692026-06-26T12:20:21.781Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702026-06-26T12:20:22.012Z Checking fancy-regex v0.14.0
29712026-06-26T12:20:22.324Z Checking serde_tokenstream v0.2.3
29722026-06-26T12:20:22.413Z Checking approx v0.5.1
29732026-06-26T12:20:22.550Z Checking oso v0.27.3
29742026-06-26T12:20:22.583Z Compiling rstest_macros v0.25.0
29752026-06-26T12:20:22.586Z Checking uzers v0.12.2
29762026-06-26T12:20:22.858Z Checking termcolor v1.4.1
29772026-06-26T12:20:22.890Z Checking constant_time_eq v0.3.1
29782026-06-26T12:20:23.023Z Compiling linkme-impl v0.3.35
29792026-06-26T12:20:23.099Z Checking trybuild v1.0.116
29802026-06-26T12:20:23.414Z Checking rust-argon2 v2.1.0
29812026-06-26T12:20:23.554Z Checking datatest-stable v0.3.3
29822026-06-26T12:20:23.907Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-06-26T12:20:23.968Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-06-26T12:20:24.203Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-06-26T12:20:24.269Z Checking support-bundle-viewer v0.1.2
29862026-06-26T12:20:24.545Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29872026-06-26T12:20:24.777Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29882026-06-26T12:20:24.963Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-06-26T12:20:25.003Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-06-26T12:20:25.188Z Checking drift v0.2.0
29912026-06-26T12:20:25.228Z Checking rand_distr v0.5.1
29922026-06-26T12:20:25.567Z Checking multimap v0.10.1
29932026-06-26T12:20:25.628Z Compiling linkme v0.3.35
29942026-06-26T12:20:25.670Z Compiling relative-path v1.9.3
29952026-06-26T12:20:25.961Z Checking dropshot-api-manager v0.7.2
29962026-06-26T12:20:26.450Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-06-26T12:20:27.212Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-06-26T12:20:27.331Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-06-26T12:20:27.364Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-06-26T12:20:27.396Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-06-26T12:20:27.603Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-06-26T12:20:27.960Z Checking cargo_toml v0.21.0
30032026-06-26T12:20:27.964Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-06-26T12:20:28.029Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-06-26T12:20:28.292Z Checking partial-io v0.5.4
30062026-06-26T12:20:28.489Z Checking termios v0.3.3
30072026-06-26T12:20:28.537Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-06-26T12:20:28.692Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30092026-06-26T12:20:28.779Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-26T12:20:29.662Z Checking rstest v0.25.0
30112026-06-26T12:20:30.260Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-06-26T12:20:34.143Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30132026-06-26T12:20:34.591Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30142026-06-26T12:20:40.794Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30152026-06-26T12:20:41.108Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-06-26T12:20:43.390Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-06-26T12:20:47.455Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-06-26T12:20:52.853Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-06-26T12:20:55.507Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-06-26T12:20:56.636Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-06-26T12:20:56.773Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30222026-06-26T12:20:57.295Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-06-26T12:21:07.394Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-06-26T12:22:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30252026-06-26T12:22:19.837Z
30262026-06-26T12:22:19.837Zreal 4:09.221930433
30272026-06-26T12:22:19.837Zuser 21:32.204204238
30282026-06-26T12:22:19.837Zsys 4:57.412319089
30292026-06-26T12:22:19.837Ztrap 0.507202744
30302026-06-26T12:22:19.837Ztflt 0.441264902
30312026-06-26T12:22:19.837Zdflt 0.410372892
30322026-06-26T12:22:19.837Zkflt 0.004625260
30332026-06-26T12:22:19.837Zlock 59:16.257007058
30342026-06-26T12:22:19.837Zslp 59:29.103831359
30352026-06-26T12:22:19.837Zlat 1:53.088004525
30362026-06-26T12:22:19.837Zstop 10:34.313545557
30372026-06-26T12:22:19.840Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-06-26T12:22:19.840Z+ ptime -m cargo doc --workspace --no-deps
30392026-06-26T12:22:20.718Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-06-26T12:22:20.718Z |
30412026-06-26T12:22:20.718Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30422026-06-26T12:22:20.718Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30432026-06-26T12:22:21.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-06-26T12:22:21.960Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-06-26T12:22:22.005Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-06-26T12:22:22.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-06-26T12:22:22.181Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30482026-06-26T12:22:22.205Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-06-26T12:22:22.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-06-26T12:22:22.277Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30512026-06-26T12:22:22.328Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-06-26T12:22:22.451Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-06-26T12:22:22.482Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-06-26T12:22:22.522Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-06-26T12:22:22.545Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30562026-06-26T12:22:22.607Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-06-26T12:22:22.630Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-06-26T12:22:22.653Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-06-26T12:22:22.676Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-06-26T12:22:22.700Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-06-26T12:22:22.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-06-26T12:22:22.765Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-06-26T12:22:23.037Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-06-26T12:22:23.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-06-26T12:22:23.397Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-06-26T12:22:23.468Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-06-26T12:22:23.492Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-06-26T12:22:23.545Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-06-26T12:22:23.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-06-26T12:22:23.726Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-06-26T12:22:23.846Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-06-26T12:22:23.889Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-06-26T12:22:24.068Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-06-26T12:22:24.091Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-06-26T12:22:24.134Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-06-26T12:22:24.325Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-06-26T12:22:24.349Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-06-26T12:22:24.374Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-06-26T12:22:24.562Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-06-26T12:22:24.614Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30812026-06-26T12:22:24.796Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-06-26T12:22:25.097Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-06-26T12:22:25.139Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30842026-06-26T12:22:25.180Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-06-26T12:22:25.430Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-06-26T12:22:25.434Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30872026-06-26T12:22:25.621Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882026-06-26T12:22:25.650Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-06-26T12:22:25.736Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30902026-06-26T12:22:25.760Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30912026-06-26T12:22:25.865Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-06-26T12:22:25.947Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-06-26T12:22:26.018Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-06-26T12:22:26.048Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-06-26T12:22:26.108Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30962026-06-26T12:22:26.209Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30972026-06-26T12:22:26.261Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30982026-06-26T12:22:26.285Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30992026-06-26T12:22:26.310Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31002026-06-26T12:22:26.335Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31012026-06-26T12:22:26.406Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31022026-06-26T12:22:26.467Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31032026-06-26T12:22:26.489Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31042026-06-26T12:22:26.512Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31052026-06-26T12:22:26.704Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31062026-06-26T12:22:27.038Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31072026-06-26T12:22:27.062Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31082026-06-26T12:22:27.325Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31092026-06-26T12:22:27.507Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31102026-06-26T12:22:27.823Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31112026-06-26T12:22:28.002Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-06-26T12:22:28.005Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-06-26T12:22:28.239Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31142026-06-26T12:22:28.315Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-06-26T12:22:28.400Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-06-26T12:22:28.403Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31172026-06-26T12:22:28.530Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-06-26T12:22:29.193Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31192026-06-26T12:22:29.502Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31202026-06-26T12:22:29.620Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31212026-06-26T12:22:29.809Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31222026-06-26T12:22:29.878Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-06-26T12:22:30.485Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31242026-06-26T12:22:30.548Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31252026-06-26T12:22:30.649Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31262026-06-26T12:22:30.731Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31272026-06-26T12:22:30.844Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31282026-06-26T12:22:30.987Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31292026-06-26T12:22:31.059Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31302026-06-26T12:22:31.181Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31312026-06-26T12:22:31.247Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31322026-06-26T12:22:31.422Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31332026-06-26T12:22:31.453Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31342026-06-26T12:22:31.623Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31352026-06-26T12:22:31.670Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31362026-06-26T12:22:31.682Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31372026-06-26T12:22:31.747Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31382026-06-26T12:22:31.857Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31392026-06-26T12:22:31.879Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-06-26T12:22:31.905Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-06-26T12:22:31.979Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31422026-06-26T12:22:32.114Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31432026-06-26T12:22:32.136Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31442026-06-26T12:22:32.160Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-06-26T12:22:32.230Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31462026-06-26T12:22:32.314Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31472026-06-26T12:22:32.437Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31482026-06-26T12:22:32.468Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31492026-06-26T12:22:32.523Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31502026-06-26T12:22:32.647Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31512026-06-26T12:22:32.733Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31522026-06-26T12:22:32.961Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31532026-06-26T12:22:32.983Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31542026-06-26T12:22:33.006Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-06-26T12:22:33.645Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-06-26T12:22:33.776Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31572026-06-26T12:22:34.085Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31582026-06-26T12:22:34.397Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31592026-06-26T12:22:35.013Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-06-26T12:22:35.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612026-06-26T12:22:35.284Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-06-26T12:22:35.574Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-06-26T12:22:35.915Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-06-26T12:22:36.232Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-06-26T12:22:36.358Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31662026-06-26T12:22:36.526Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31672026-06-26T12:22:36.822Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31682026-06-26T12:22:37.250Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-26T12:22:37.301Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31702026-06-26T12:22:37.371Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31712026-06-26T12:22:37.689Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-06-26T12:22:38.027Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31732026-06-26T12:22:38.539Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742026-06-26T12:22:38.564Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31752026-06-26T12:22:38.967Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31762026-06-26T12:22:39.082Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31772026-06-26T12:22:39.273Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31782026-06-26T12:22:40.066Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-26T12:22:40.091Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31802026-06-26T12:22:40.504Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31812026-06-26T12:22:40.916Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-06-26T12:22:41.497Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-06-26T12:22:42.227Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-26T12:22:42.257Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-26T12:22:42.476Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31862026-06-26T12:22:42.728Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-06-26T12:22:42.797Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31882026-06-26T12:22:43.067Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31892026-06-26T12:22:43.090Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902026-06-26T12:22:43.290Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-06-26T12:22:43.748Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31922026-06-26T12:22:43.774Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-06-26T12:22:44.027Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-06-26T12:22:44.483Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-06-26T12:22:44.560Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-06-26T12:22:44.696Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31972026-06-26T12:22:44.802Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31982026-06-26T12:22:45.161Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31992026-06-26T12:22:45.296Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32002026-06-26T12:22:46.060Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32012026-06-26T12:22:46.729Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32022026-06-26T12:22:48.736Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32032026-06-26T12:22:48.841Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32042026-06-26T12:22:51.123Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32052026-06-26T12:22:51.304Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32062026-06-26T12:22:51.460Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32072026-06-26T12:22:51.691Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32082026-06-26T12:22:52.122Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32092026-06-26T12:22:52.183Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-06-26T12:22:52.209Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32112026-06-26T12:22:53.427Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32122026-06-26T12:22:53.910Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32132026-06-26T12:22:54.064Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32142026-06-26T12:22:54.615Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32152026-06-26T12:22:54.640Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162026-06-26T12:22:54.716Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-06-26T12:22:55.101Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32182026-06-26T12:22:55.788Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32192026-06-26T12:22:56.210Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32202026-06-26T12:22:56.963Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32212026-06-26T12:22:56.968Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-06-26T12:22:56.977Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32232026-06-26T12:22:57.502Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32242026-06-26T12:22:57.560Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32252026-06-26T12:22:57.677Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-06-26T12:22:57.864Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-06-26T12:22:58.074Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32282026-06-26T12:22:58.325Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32292026-06-26T12:22:58.381Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32302026-06-26T12:22:58.874Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32312026-06-26T12:22:59.356Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32322026-06-26T12:23:02.405Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32332026-06-26T12:23:03.493Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32342026-06-26T12:23:04.113Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32352026-06-26T12:23:04.460Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32362026-06-26T12:23:05.983Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32372026-06-26T12:23:07.728Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32382026-06-26T12:23:08.193Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-06-26T12:23:08.835Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32402026-06-26T12:23:09.730Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32412026-06-26T12:23:10.990Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32422026-06-26T12:23:12.154Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32432026-06-26T12:23:12.456Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442026-06-26T12:23:13.929Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32452026-06-26T12:23:14.001Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32462026-06-26T12:23:14.190Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32472026-06-26T12:23:15.700Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32482026-06-26T12:23:16.159Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32492026-06-26T12:23:20.607Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32502026-06-26T12:23:21.194Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32512026-06-26T12:23:22.237Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32522026-06-26T12:23:22.921Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32532026-06-26T12:23:23.418Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-06-26T12:23:24.218Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32552026-06-26T12:23:25.421Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562026-06-26T12:23:27.079Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32572026-06-26T12:23:28.028Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32582026-06-26T12:23:28.545Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32592026-06-26T12:23:29.066Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32602026-06-26T12:23:29.327Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32612026-06-26T12:23:30.157Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32622026-06-26T12:23:30.964Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632026-06-26T12:23:34.371Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642026-06-26T12:23:35.515Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32652026-06-26T12:23:36.036Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32662026-06-26T12:23:36.906Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32672026-06-26T12:23:37.673Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682026-06-26T12:23:38.759Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32692026-06-26T12:23:41.734Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32702026-06-26T12:23:42.038Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32712026-06-26T12:23:43.030Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32722026-06-26T12:23:44.166Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-06-26T12:23:45.507Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32742026-06-26T12:23:46.671Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-06-26T12:23:49.093Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32762026-06-26T12:23:49.742Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-06-26T12:23:51.189Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-06-26T12:23:52.939Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-06-26T12:23:54.338Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32802026-06-26T12:23:55.941Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32812026-06-26T12:23:57.768Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-06-26T12:23:59.188Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32832026-06-26T12:24:02.443Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32842026-06-26T12:24:06.688Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32852026-06-26T12:24:07.416Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862026-06-26T12:24:08.399Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32872026-06-26T12:24:09.072Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32882026-06-26T12:24:10.657Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32892026-06-26T12:24:12.474Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32902026-06-26T12:24:14.228Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32912026-06-26T12:24:16.318Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32922026-06-26T12:24:18.048Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32932026-06-26T12:24:19.689Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32942026-06-26T12:24:21.769Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32952026-06-26T12:24:24.889Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32962026-06-26T12:24:26.574Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32972026-06-26T12:24:28.335Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32982026-06-26T12:24:29.675Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32992026-06-26T12:24:31.842Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33002026-06-26T12:24:33.573Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33012026-06-26T12:24:35.335Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33022026-06-26T12:24:37.102Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33032026-06-26T12:24:38.788Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-06-26T12:24:40.576Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-06-26T12:24:42.587Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-06-26T12:24:44.394Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33072026-06-26T12:24:46.183Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33082026-06-26T12:24:48.329Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33092026-06-26T12:24:50.356Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33102026-06-26T12:24:52.130Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-06-26T12:24:55.495Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33122026-06-26T12:24:56.125Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33132026-06-26T12:24:58.727Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33142026-06-26T12:25:01.513Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33152026-06-26T12:25:03.138Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33162026-06-26T12:25:05.753Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33172026-06-26T12:25:07.935Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33182026-06-26T12:25:10.206Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33192026-06-26T12:25:12.424Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33202026-06-26T12:25:14.993Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33212026-06-26T12:25:17.373Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-06-26T12:25:19.144Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33232026-06-26T12:25:21.438Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33242026-06-26T12:25:23.672Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33252026-06-26T12:25:26.045Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33262026-06-26T12:25:28.267Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33272026-06-26T12:25:30.694Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-26T12:25:32.928Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33292026-06-26T12:25:35.192Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33302026-06-26T12:25:37.598Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33312026-06-26T12:25:39.864Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33322026-06-26T12:25:42.229Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33332026-06-26T12:25:44.534Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33342026-06-26T12:25:46.874Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-06-26T12:25:49.276Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33362026-06-26T12:25:51.655Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33372026-06-26T12:25:53.967Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33382026-06-26T12:25:56.311Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33392026-06-26T12:25:58.574Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33402026-06-26T12:26:01.013Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33412026-06-26T12:26:03.266Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33422026-06-26T12:26:06.340Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33432026-06-26T12:26:08.622Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33442026-06-26T12:26:11.064Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33452026-06-26T12:26:13.648Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33462026-06-26T12:26:16.155Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33472026-06-26T12:26:18.713Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33482026-06-26T12:26:21.330Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33492026-06-26T12:26:23.918Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-06-26T12:26:26.353Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33512026-06-26T12:26:28.804Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33522026-06-26T12:26:31.357Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-06-26T12:26:33.865Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33542026-06-26T12:26:36.477Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33552026-06-26T12:26:38.877Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33562026-06-26T12:26:41.516Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33572026-06-26T12:26:44.231Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33582026-06-26T12:26:46.764Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33592026-06-26T12:26:49.405Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33602026-06-26T12:26:52.177Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33612026-06-26T12:26:54.780Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33622026-06-26T12:26:57.446Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33632026-06-26T12:26:59.991Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33642026-06-26T12:27:02.626Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33652026-06-26T12:27:05.268Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33662026-06-26T12:27:08.254Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33672026-06-26T12:27:10.722Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33682026-06-26T12:27:13.515Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33692026-06-26T12:27:21.185Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33702026-06-26T12:27:21.464Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-06-26T12:27:24.812Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33722026-06-26T12:27:28.351Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33732026-06-26T12:27:31.697Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33742026-06-26T12:27:35.098Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33752026-06-26T12:27:38.627Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33762026-06-26T12:27:43.412Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33772026-06-26T12:27:46.380Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33782026-06-26T12:27:50.166Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33792026-06-26T12:27:53.844Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33802026-06-26T12:27:57.634Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33812026-06-26T12:28:01.485Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33822026-06-26T12:28:05.226Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33832026-06-26T12:28:08.996Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33842026-06-26T12:28:12.910Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33852026-06-26T12:28:16.632Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33862026-06-26T12:28:20.455Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33872026-06-26T12:28:24.208Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33882026-06-26T12:28:28.226Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33892026-06-26T12:28:31.935Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33902026-06-26T12:28:35.739Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33912026-06-26T12:28:39.669Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33922026-06-26T12:28:43.354Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33932026-06-26T12:29:13.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
33942026-06-26T12:29:13.777Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33952026-06-26T12:29:13.884Z
33962026-06-26T12:29:13.885Zreal 6:53.957276231
33972026-06-26T12:29:13.885Zuser 18:16.939559901
33982026-06-26T12:29:13.885Zsys 3:56.944434642
33992026-06-26T12:29:13.885Ztrap 0.269454008
34002026-06-26T12:29:13.885Ztflt 0.027518409
34012026-06-26T12:29:13.885Zdflt 0.053726724
34022026-06-26T12:29:13.885Zkflt 0.000030865
34032026-06-26T12:29:13.885Zlock 6:24:26.069641848
34042026-06-26T12:29:13.885Zslp 2:19:23.197286303
34052026-06-26T12:29:13.888Zlat 35.820772161
34062026-06-26T12:29:13.888Zstop 1:41.042484323
34072026-06-26T12:29:13.888Zprocess exited: duration 801433 ms, exit code 0
 
34082026-06-26T12:29:13.894Zfound 0 output files