01KV94Q7RMVMN4T357MR5QE1XW: clippy (helios)

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

Buildomat Job: 01KV94QRJ8GABXVBAN7WZPXZRJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T21:18:22.965Zjob assigned to worker 01KV94R4S9P77ZV6J8G4GH7VJ2 [factory aws, i-02832927314834931] (queued for 53 s)
 
22026-06-16T21:18:29.055Zstarting task 0: "setup"
32026-06-16T21:18:29.060Z++ uname -s
42026-06-16T21:18:29.064Z+ kern=SunOS
52026-06-16T21:18:29.064Z+ build_user=build
62026-06-16T21:18:29.064Z+ build_uid=12345
72026-06-16T21:18:29.064Z+ work_dir=/work
82026-06-16T21:18:29.064Z+ input_dir=/input
92026-06-16T21:18:29.064Z+ [[ 0 == 12345 ]]
102026-06-16T21:18:29.064Z+ case "$kern" in
112026-06-16T21:18:29.064Z+ groupadd -g 12345 build
122026-06-16T21:18:29.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T21:18:31.083Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T21:18:31.155Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T21:18:31.158Z+ home_fs=zfs
162026-06-16T21:18:31.158Z+ [[ zfs == autofs ]]
172026-06-16T21:18:31.158Z+ mkdir -p /home/build
182026-06-16T21:18:31.158Z+ chown build:build /home/build /work
192026-06-16T21:18:33.159Z+ chmod 0700 /home/build /work
202026-06-16T21:18:33.162Zprocess exited: duration 4108 ms, exit code 0
 
212026-06-16T21:18:33.169Zstarting task 1: "rust-toolchain"
222026-06-16T21:18:33.173Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-16T21:18:33.173Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-16T21:18:33.173Z * rust toolchain channel = "1.94.0"
252026-06-16T21:18:33.173Z * rust toolchain profile = "default"
262026-06-16T21:18:33.173Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-16T21:18:33.173Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-16T21:18:33.176Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T21:18:33.176Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-16T21:18:33.279Zinfo: downloading installer
312026-06-16T21:18:34.957Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T21:18:34.957Zwarn: /home/build/.rustup/settings.toml
332026-06-16T21:18:34.957Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T21:18:34.957Zwarn: instead of the one inferred from the default host triple.
352026-06-16T21:18:34.970Zinfo: profile set to default
362026-06-16T21:18:34.970Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T21:18:34.973Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-16T21:18:35.121Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-16T21:18:35.124Zinfo: downloading 6 components
402026-06-16T21:18:49.994Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-16T21:18:49.994Z
422026-06-16T21:18:50.022Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-16T21:18:50.022Z
442026-06-16T21:18:50.023Z
452026-06-16T21:18:50.023ZRust is installed now. Great!
462026-06-16T21:18:50.023Z
472026-06-16T21:18:50.023ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T21:18:50.023Zenvironment variable. This has not been done automatically.
492026-06-16T21:18:50.023Z
502026-06-16T21:18:50.023ZTo configure your current shell, you need to source
512026-06-16T21:18:50.023Zthe corresponding env file under $HOME/.cargo.
522026-06-16T21:18:50.023Z
532026-06-16T21:18:50.023ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T21:18:50.026Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T21:18:50.026Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T21:18:50.026Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T21:18:50.026Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T21:18:50.026Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T21:18:50.026Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T21:18:50.027Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T21:18:50.027Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T21:18:50.108Z+ rustup --version
632026-06-16T21:18:50.116Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T21:18:50.119Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T21:18:50.138Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-16T21:18:50.142Z+ cargo --version
672026-06-16T21:18:50.154Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-16T21:18:50.157Z+ rustc --version
692026-06-16T21:18:50.177Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-16T21:18:50.180Zprocess exited: duration 17009 ms, exit code 0
 
712026-06-16T21:18:50.187Zstarting task 2: "authentication"
722026-06-16T21:18:50.204Zprocess exited: duration 16 ms, exit code 0
 
732026-06-16T21:18:50.212Zstarting task 3: "clone repository"
742026-06-16T21:18:50.215Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-16T21:18:50.215Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-16T21:18:50.247ZCloning into '/work/oxidecomputer/omicron'...
772026-06-16T21:19:00.249Z+ cd /work/oxidecomputer/omicron
782026-06-16T21:19:00.249Z+ git fetch origin 7e6e6abb17446861a9cedfa3091789ef9cb8933f
792026-06-16T21:19:00.532ZFrom https://github.com/oxidecomputer/omicron
802026-06-16T21:19:00.532Z * branch 7e6e6abb17446861a9cedfa3091789ef9cb8933f -> FETCH_HEAD
812026-06-16T21:19:00.541Z+ [[ -n add-claude-md ]]
822026-06-16T21:19:00.544Z++ git branch --show-current
832026-06-16T21:19:00.544Z+ current=main
842026-06-16T21:19:00.544Z+ [[ main != add-claude-md ]]
852026-06-16T21:19:00.544Z+ git branch -f add-claude-md 7e6e6abb17446861a9cedfa3091789ef9cb8933f
862026-06-16T21:19:00.547Z+ git checkout -f add-claude-md
872026-06-16T21:19:00.793ZSwitched to branch 'add-claude-md'
882026-06-16T21:19:00.796Z+ git reset --hard 7e6e6abb17446861a9cedfa3091789ef9cb8933f
892026-06-16T21:19:00.815ZHEAD is now at 7e6e6abb1 switch to xtask setup-agent that sets up symlinks
902026-06-16T21:19:00.818Zprocess exited: duration 10606 ms, exit code 0
 
912026-06-16T21:19:00.824Zstarting task 4: "build"
922026-06-16T21:19:00.829Z+ source ./env.sh
932026-06-16T21:19:00.829Z++ OLD_SHELL_OPTS=ehxB
942026-06-16T21:19:00.829Z++ set -o xtrace
952026-06-16T21:19:00.832Z++++ dirname ./env.sh
962026-06-16T21:19:00.844Z+++ readlink -f .
972026-06-16T21:19:00.847Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-16T21:19:00.850Z++ 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-16T21:19:00.850Z++ 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-16T21:19:00.850Z++ 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-16T21:19:00.851Z++ 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-16T21:19:00.851Z++ 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-16T21:19:00.851Z++ 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-16T21:19:00.851Z++ 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-16T21:19:00.851Z++ 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-16T21:19:00.851Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1072026-06-16T21:19:00.851Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-06-16T21:19:00.851Z++ case $OLD_SHELL_OPTS in
1092026-06-16T21:19:00.851Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-16T21:19:00.851Z+ source .github/buildomat/ci-env.sh
1112026-06-16T21:19:00.851Z++ export CARGO_TERM_COLOR=always
1122026-06-16T21:19:00.851Z++ CARGO_TERM_COLOR=always
1132026-06-16T21:19:00.851Z+ cargo --version
1142026-06-16T21:19:00.857Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-16T21:19:00.860Z+ rustc --version
1162026-06-16T21:19:00.881Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-16T21:19:00.884Z+ banner prerequisites
1182026-06-16T21:19:00.887Z
1192026-06-16T21:19:00.887Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-16T21:19:00.887Z # # # # # # # # # # # # # # #
1212026-06-16T21:19:00.887Z # # # # ##### # # ##### # # # # # #### #
1222026-06-16T21:19:00.887Z ##### ##### # ##### # # # # # # # # #
1232026-06-16T21:19:00.887Z # # # # # # # # # # # # # # #
1242026-06-16T21:19:00.887Z # # # ###### # # ###### ### # #### # #### #
1252026-06-16T21:19:00.887Z
1262026-06-16T21:19:00.887Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-16T21:19:02.335Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-16T21:19:02.423Z Startup: Caching catalogs ... Done
1292026-06-16T21:19:02.781ZPlanning: Solver setup ... Done (0.317s)
1302026-06-16T21:19:02.804ZPlanning: Running solver ... Done (0.022s)
1312026-06-16T21:19:02.811ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-16T21:19:02.832ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-16T21:19:02.849ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-16T21:19:02.862ZPlanning: Package planning ... Done (0.013s)
1352026-06-16T21:19:02.865ZPlanning: Merging actions ... Done (0.002s)
1362026-06-16T21:19:03.055ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-06-16T21:19:03.058ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-16T21:19:03.836ZPlanning: Evaluating mediators ... Done (0.780s)
1392026-06-16T21:19:03.839ZPlanning: Planning completed in 1.39 seconds
1402026-06-16T21:19:03.845Z Packages to install: 2
1412026-06-16T21:19:03.846Z Estimated space available: 156.07 GB
1422026-06-16T21:19:03.849ZEstimated space to be consumed: 26.76 MB
1432026-06-16T21:19:03.849Z Create boot environment: No
1442026-06-16T21:19:03.849ZCreate backup boot environment: No
1452026-06-16T21:19:03.849Z Rebuild boot archive: No
1462026-06-16T21:19:03.849Z
1472026-06-16T21:19:03.849ZChanged packages:
1482026-06-16T21:19:03.849Zhelios
1492026-06-16T21:19:03.849Z developer/build-essential
1502026-06-16T21:19:03.849Z None -> 11-3.0
1512026-06-16T21:19:03.849Z library/libxmlsec1
1522026-06-16T21:19:03.849Z None -> 1.2.35-3.0
1532026-06-16T21:19:03.870Z
1542026-06-16T21:19:03.870ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-16T21:19:05.227ZDownload: Completed 1.28 MB in 1.36 seconds (966k/s)
1562026-06-16T21:19:05.282Z Actions: 1/268 actions (Installing new actions)
1572026-06-16T21:19:05.318Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-16T21:19:05.327ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-16T21:19:05.330ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-16T21:19:05.351ZFinalize: Updating image state ... Done (0.024s)
1612026-06-16T21:19:07.717ZFinalize: Creating fast lookup database ... Done (2.343s)
1622026-06-16T21:19:07.784ZFinalize: Reading search index ... Done (0.013s)
1632026-06-16T21:19:07.788ZFinalize: Updating search index ... Done (0.000s)
1642026-06-16T21:19:07.867ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-16T21:19:08.175ZPlanning: Evaluating mediator changes ... Done
1662026-06-16T21:19:08.280ZPlanning: Checking for conflicting actions ... Done
1672026-06-16T21:19:08.283ZPlanning: Consolidating action changes ... Done
1682026-06-16T21:19:08.439ZPlanning: Evaluating mediators ... Done
1692026-06-16T21:19:08.442ZPlanning: Planning completed in 0.26 seconds
1702026-06-16T21:19:08.462Z Mediators to change: 2
1712026-06-16T21:19:08.462Z Create boot environment: No
1722026-06-16T21:19:08.462ZCreate backup boot environment: No
1732026-06-16T21:19:08.506ZFinalize: Updating package state database ... Done
1742026-06-16T21:19:08.506ZFinalize: Updating package cache ... Done
1752026-06-16T21:19:08.519ZFinalize: Updating image state ... Done
1762026-06-16T21:19:10.453ZFinalize: Creating fast lookup database ... Done
1772026-06-16T21:19:10.515ZFinalize: Reading search index ... Done
1782026-06-16T21:19:10.518ZFinalize: Updating search index ... Done
1792026-06-16T21:19:10.574ZFinalize: Updating package cache ... Done
1802026-06-16T21:19:10.861ZPlanning: Evaluating mediator changes ... Done
1812026-06-16T21:19:10.966ZPlanning: Checking for conflicting actions ... Done
1822026-06-16T21:19:10.969ZPlanning: Consolidating action changes ... Done
1832026-06-16T21:19:11.124ZPlanning: Evaluating mediators ... Done
1842026-06-16T21:19:11.127ZPlanning: Planning completed in 0.26 seconds
1852026-06-16T21:19:11.147Z Mediators to change: 1
1862026-06-16T21:19:11.147Z Create boot environment: No
1872026-06-16T21:19:11.147ZCreate backup boot environment: No
1882026-06-16T21:19:11.201ZFinalize: Updating package state database ... Done
1892026-06-16T21:19:11.201ZFinalize: Updating package cache ... Done
1902026-06-16T21:19:11.214ZFinalize: Updating image state ... Done
1912026-06-16T21:19:13.157ZFinalize: Creating fast lookup database ... Done
1922026-06-16T21:19:13.224ZFinalize: Reading search index ... Done
1932026-06-16T21:19:13.227ZFinalize: Updating search index ... Done
1942026-06-16T21:19:13.292ZFinalize: Updating package cache ... Done
1952026-06-16T21:19:13.601ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-16T21:19:13.601Zapache system 2.4 system
1972026-06-16T21:19:13.601Zclang system 15 system
1982026-06-16T21:19:13.601Zcsh system system illumos
1992026-06-16T21:19:13.601Zctags system system illumos
2002026-06-16T21:19:13.601Zfile vendor vendor darwinsys
2012026-06-16T21:19:13.601Zfile system system illumos
2022026-06-16T21:19:13.601Zgcc vendor 14 vendor
2032026-06-16T21:19:13.601Zgcc system 13 system
2042026-06-16T21:19:13.601Zgcc system 10 system
2052026-06-16T21:19:13.601Zgo system 1.25 system
2062026-06-16T21:19:13.601Zllvm system 15 system
2072026-06-16T21:19:13.601Zmariadb system 11.4 system
2082026-06-16T21:19:13.601Zmta vendor vendor dma
2092026-06-16T21:19:13.602Zopenjdk system 17 system
2102026-06-16T21:19:13.602Zopenjdk system 11 system
2112026-06-16T21:19:13.602Zopenssl vendor 3 vendor
2122026-06-16T21:19:13.602Zperl system 5.40 system
2132026-06-16T21:19:13.602Zpostgresql system 18 system
2142026-06-16T21:19:13.602Zpostgresql system 17 system
2152026-06-16T21:19:13.602Zpython vendor 3 vendor
2162026-06-16T21:19:13.602Zpython system 2 system
2172026-06-16T21:19:13.602Zpython3 vendor 3.13 vendor
2182026-06-16T21:19:13.602Zruby system 3.4 system
2192026-06-16T21:19:13.602Zruby system 3.0 system
2202026-06-16T21:19:13.602Zwords vendor vendor american-english
2212026-06-16T21:19:13.602Zwords system system australian-english
2222026-06-16T21:19:13.602Zwords system system british-english
2232026-06-16T21:19:13.602Zwords system system canadian-english
2242026-06-16T21:19:13.602Zwords system system french
2252026-06-16T21:19:13.602Zwords system system italian
2262026-06-16T21:19:13.602Zwords system system ngerman
2272026-06-16T21:19:13.602Zwords system system ogerman
2282026-06-16T21:19:13.602Zwords system system spanish
2292026-06-16T21:19:13.855ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-16T21:19:13.855Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-16T21:19:14.148ZFMRI IFO
2322026-06-16T21:19:14.148Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-16T21:19:14.148Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-16T21:19:14.148Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-16T21:19:14.148Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-16T21:19:14.148Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-16T21:19:14.148Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-16T21:19:14.148Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-16T21:19:14.148Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-16T21:19:14.148Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-16T21:19:14.405Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-16T21:19:14.701Z Updating crates.io index
2432026-06-16T21:19:14.736Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-16T21:19:14.957Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-16T21:19:15.911Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-16T21:19:16.318Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-16T21:19:17.439Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-16T21:19:17.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-16T21:19:19.457Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-16T21:19:20.345Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-16T21:19:20.577Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-16T21:19:21.845Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-16T21:19:22.200Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-16T21:19:22.722Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-16T21:19:22.974Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-16T21:19:23.988Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-16T21:19:24.454Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-16T21:19:24.850Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-16T21:19:25.174Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-16T21:19:25.598Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-16T21:19:25.992Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-16T21:19:26.293Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-16T21:19:26.561Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-16T21:19:26.812Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-16T21:19:27.209Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-16T21:19:27.583Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-16T21:19:28.156Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-16T21:19:28.593Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-16T21:19:28.932Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-16T21:19:29.385Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-16T21:19:29.698Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-16T21:19:30.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-16T21:19:31.373Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-16T21:19:31.803Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-16T21:19:32.131Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-16T21:19:32.462Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-16T21:19:32.735Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-16T21:19:33.033Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-16T21:19:33.400Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-16T21:19:33.826Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-16T21:19:34.064Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-16T21:19:34.327Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-16T21:19:34.745Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-16T21:19:46.427Z Downloading crates ...
2852026-06-16T21:19:46.488Z Downloaded zerofrom-derive v0.1.6
2862026-06-16T21:19:46.496Z Downloaded tinystr v0.8.2
2872026-06-16T21:19:46.501Z Downloaded errno v0.3.14
2882026-06-16T21:19:46.501Z Downloaded equivalent v1.0.2
2892026-06-16T21:19:46.502Z Downloaded writeable v0.6.2
2902026-06-16T21:19:46.502Z Downloaded generic-array v0.14.7
2912026-06-16T21:19:46.502Z Downloaded toml_write v0.1.2
2922026-06-16T21:19:46.514Z Downloaded thiserror v2.0.18
2932026-06-16T21:19:46.518Z Downloaded zmij v1.0.21
2942026-06-16T21:19:46.518Z Downloaded idna_adapter v1.2.1
2952026-06-16T21:19:46.518Z Downloaded version_check v0.9.5
2962026-06-16T21:19:46.519Z Downloaded heck v0.5.0
2972026-06-16T21:19:46.519Z Downloaded heck v0.4.1
2982026-06-16T21:19:46.519Z Downloaded itoa v1.0.17
2992026-06-16T21:19:46.519Z Downloaded toml_datetime v0.6.11
3002026-06-16T21:19:46.519Z Downloaded is_terminal_polyfill v1.70.2
3012026-06-16T21:19:46.519Z Downloaded unicode-linebreak v0.1.5
3022026-06-16T21:19:46.519Z Downloaded zerofrom v0.1.6
3032026-06-16T21:19:46.519Z Downloaded typeid v1.0.3
3042026-06-16T21:19:46.523Z Downloaded tabled_derive v0.7.0
3052026-06-16T21:19:46.523Z Downloaded macaddr v1.0.1
3062026-06-16T21:19:46.523Z Downloaded potential_utf v0.1.4
3072026-06-16T21:19:46.547Z Downloaded usdt-impl v0.5.0
3082026-06-16T21:19:46.547Z Downloaded zerovec-derive v0.11.2
3092026-06-16T21:19:46.554Z Downloaded fs-err v3.3.0
3102026-06-16T21:19:46.555Z Downloaded ucd-trie v0.1.7
3112026-06-16T21:19:46.555Z Downloaded utf8_iter v1.0.4
3122026-06-16T21:19:46.555Z Downloaded usdt v0.5.0
3132026-06-16T21:19:46.555Z Downloaded quote v1.0.45
3142026-06-16T21:19:46.555Z Downloaded utf8parse v0.2.2
3152026-06-16T21:19:46.555Z Downloaded unicode-xid v0.2.6
3162026-06-16T21:19:46.555Z Downloaded yoke-derive v0.8.1
3172026-06-16T21:19:46.555Z Downloaded usdt-macro v0.5.0
3182026-06-16T21:19:46.555Z Downloaded usdt-attr-macro v0.5.0
3192026-06-16T21:19:46.555Z Downloaded thread-id v4.2.2
3202026-06-16T21:19:46.555Z Downloaded thiserror v1.0.69
3212026-06-16T21:19:46.560Z Downloaded unicode-ident v1.0.24
3222026-06-16T21:19:46.560Z Downloaded anstyle v1.0.14
3232026-06-16T21:19:46.560Z Downloaded yoke v0.8.1
3242026-06-16T21:19:46.560Z Downloaded once_cell v1.21.3
3252026-06-16T21:19:46.574Z Downloaded thiserror-impl v1.0.69
3262026-06-16T21:19:46.574Z Downloaded autocfg v1.5.0
3272026-06-16T21:19:46.574Z Downloaded anstream v1.0.0
3282026-06-16T21:19:46.579Z Downloaded thiserror-impl v2.0.18
3292026-06-16T21:19:46.579Z Downloaded block-buffer v0.10.4
3302026-06-16T21:19:46.583Z Downloaded litemap v0.8.1
3312026-06-16T21:19:46.583Z Downloaded textwrap v0.16.2
3322026-06-16T21:19:46.586Z Downloaded colorchoice v1.0.4
3332026-06-16T21:19:46.586Z Downloaded dof v0.3.0
3342026-06-16T21:19:46.589Z Downloaded stable_deref_trait v1.2.1
3352026-06-16T21:19:46.594Z Downloaded anstyle-query v1.1.5
3362026-06-16T21:19:46.594Z Downloaded serde-value v0.7.0
3372026-06-16T21:19:46.598Z Downloaded plain v0.2.3
3382026-06-16T21:19:46.598Z Downloaded cfg-if v1.0.4
3392026-06-16T21:19:46.598Z Downloaded zerocopy-derive v0.7.35
3402026-06-16T21:19:46.609Z Downloaded ordered-float v2.10.1
3412026-06-16T21:19:46.609Z Downloaded toml v0.8.23
3422026-06-16T21:19:46.609Z Downloaded zerotrie v0.2.3
3432026-06-16T21:19:46.609Z Downloaded smawk v0.3.2
3442026-06-16T21:19:46.609Z Downloaded clap_lex v1.0.0
3452026-06-16T21:19:46.609Z Downloaded form_urlencoded v1.2.2
3462026-06-16T21:19:46.615Z Downloaded typenum v1.19.0
3472026-06-16T21:19:46.615Z Downloaded toml_edit v0.22.27
3482026-06-16T21:19:46.616Z Downloaded strsim v0.11.1
3492026-06-16T21:19:46.616Z Downloaded url v2.5.8
3502026-06-16T21:19:46.626Z Downloaded scroll_derive v0.12.1
3512026-06-16T21:19:46.626Z Downloaded cargo-platform v0.2.0
3522026-06-16T21:19:46.626Z Downloaded crypto-common v0.1.7
3532026-06-16T21:19:46.626Z Downloaded pretty-hex v0.4.1
3542026-06-16T21:19:46.630Z Downloaded zerovec v0.11.5
3552026-06-16T21:19:46.630Z Downloaded dtrace-parser v0.2.0
3562026-06-16T21:19:46.630Z Downloaded cpufeatures v0.2.17
3572026-06-16T21:19:46.630Z Downloaded fastrand v2.3.0
3582026-06-16T21:19:46.630Z Downloaded log v0.4.29
3592026-06-16T21:19:46.630Z Downloaded icu_properties v2.1.2
3602026-06-16T21:19:46.635Z Downloaded zerocopy v0.7.35
3612026-06-16T21:19:46.643Z Downloaded serde_spanned v0.6.9
3622026-06-16T21:19:46.647Z Downloaded winnow v0.7.14
3632026-06-16T21:19:46.650Z Downloaded swrite v0.1.0
3642026-06-16T21:19:46.651Z Downloaded memmap v0.7.0
3652026-06-16T21:19:46.651Z Downloaded displaydoc v0.2.5
3662026-06-16T21:19:46.651Z Downloaded proc-macro-error-attr v1.0.4
3672026-06-16T21:19:46.656Z Downloaded unicode-width v0.2.0
3682026-06-16T21:19:46.659Z Downloaded unicode-width v0.1.14
3692026-06-16T21:19:46.659Z Downloaded percent-encoding v2.3.2
3702026-06-16T21:19:46.659Z Downloaded cargo_metadata v0.21.0
3712026-06-16T21:19:46.681Z Downloaded icu_normalizer_data v2.1.1
3722026-06-16T21:19:46.701Z Downloaded fnv v1.0.7
3732026-06-16T21:19:46.701Z Downloaded digest v0.10.7
3742026-06-16T21:19:46.701Z Downloaded cargo_toml v0.21.0
3752026-06-16T21:19:46.701Z Downloaded serde-untagged v0.1.9
3762026-06-16T21:19:46.701Z Downloaded camino-tempfile v1.4.1
3772026-06-16T21:19:46.701Z Downloaded proc-macro-error v1.0.4
3782026-06-16T21:19:46.701Z Downloaded byteorder v1.5.0
3792026-06-16T21:19:46.701Z Downloaded serde_tokenstream v0.2.3
3802026-06-16T21:19:46.701Z Downloaded icu_provider v2.1.1
3812026-06-16T21:19:46.701Z Downloaded synstructure v0.13.2
3822026-06-16T21:19:46.701Z Downloaded getrandom v0.4.1
3832026-06-16T21:19:46.718Z Downloaded terminal_size v0.4.3
3842026-06-16T21:19:46.718Z Downloaded sha2 v0.10.9
3852026-06-16T21:19:46.718Z Downloaded scroll v0.12.0
3862026-06-16T21:19:46.718Z Downloaded icu_collections v2.1.1
3872026-06-16T21:19:46.718Z Downloaded icu_normalizer v2.1.1
3882026-06-16T21:19:46.724Z Downloaded icu_locale_core v2.1.1
3892026-06-16T21:19:46.724Z Downloaded clap_derive v4.6.1
3902026-06-16T21:19:46.724Z Downloaded semver v1.0.28
3912026-06-16T21:19:46.728Z Downloaded pest_generator v2.8.6
3922026-06-16T21:19:46.728Z Downloaded bytecount v0.6.9
3932026-06-16T21:19:46.728Z Downloaded erased-serde v0.4.9
3942026-06-16T21:19:46.728Z Downloaded memchr v2.8.0
3952026-06-16T21:19:46.735Z Downloaded camino v1.2.2
3962026-06-16T21:19:46.741Z Downloaded anstyle-parse v1.0.0
3972026-06-16T21:19:46.765Z Downloaded smallvec v1.15.1
3982026-06-16T21:19:46.765Z Downloaded bitflags v2.11.0
3992026-06-16T21:19:46.765Z Downloaded indexmap v2.14.0
4002026-06-16T21:19:46.769Z Downloaded tempfile v3.25.0
4012026-06-16T21:19:46.770Z Downloaded pest_derive v2.8.6
4022026-06-16T21:19:46.770Z Downloaded clap v4.6.1
4032026-06-16T21:19:46.770Z Downloaded proc-macro2 v1.0.106
4042026-06-16T21:19:46.770Z Downloaded anyhow v1.0.102
4052026-06-16T21:19:46.773Z Downloaded papergrid v0.11.0
4062026-06-16T21:19:46.773Z Downloaded serde_core v1.0.228
4072026-06-16T21:19:46.776Z Downloaded pest_meta v2.8.6
4082026-06-16T21:19:46.779Z Downloaded cargo-util-schemas v0.8.2
4092026-06-16T21:19:46.784Z Downloaded serde_derive v1.0.228
4102026-06-16T21:19:46.822Z Downloaded num-traits v0.2.19
4112026-06-16T21:19:46.836Z Downloaded serde v1.0.228
4122026-06-16T21:19:46.836Z Downloaded hashbrown v0.17.0
4132026-06-16T21:19:46.836Z Downloaded idna v1.1.0
4142026-06-16T21:19:46.836Z Downloaded icu_properties_data v2.1.2
4152026-06-16T21:19:46.841Z Downloaded pest v2.8.6
4162026-06-16T21:19:46.841Z Downloaded goblin v0.8.2
4172026-06-16T21:19:46.853Z Downloaded serde_json v1.0.149
4182026-06-16T21:19:46.861Z Downloaded clap_builder v4.6.0
4192026-06-16T21:19:46.875Z Downloaded tabled v0.15.0
4202026-06-16T21:19:46.883Z Downloaded syn v1.0.109
4212026-06-16T21:19:46.895Z Downloaded syn v2.0.117
4222026-06-16T21:19:46.929Z Downloaded rustix v1.1.3
4232026-06-16T21:19:46.992Z Downloaded libc v0.2.185
4242026-06-16T21:19:47.017Z Compiling proc-macro2 v1.0.106
4252026-06-16T21:19:47.039Z Compiling quote v1.0.45
4262026-06-16T21:19:47.039Z Compiling unicode-ident v1.0.24
4272026-06-16T21:19:47.039Z Compiling serde_core v1.0.228
4282026-06-16T21:19:47.039Z Compiling libc v0.2.185
4292026-06-16T21:19:47.039Z Compiling version_check v0.9.5
4302026-06-16T21:19:47.039Z Compiling stable_deref_trait v1.2.1
4312026-06-16T21:19:47.039Z Compiling serde v1.0.228
4322026-06-16T21:19:47.318Z Compiling memchr v2.8.0
4332026-06-16T21:19:47.368Z Compiling zmij v1.0.21
4342026-06-16T21:19:47.597Z Compiling autocfg v1.5.0
4352026-06-16T21:19:47.604Z Compiling thiserror v1.0.69
4362026-06-16T21:19:47.607Z Compiling itoa v1.0.17
4372026-06-16T21:19:47.777Z Compiling ucd-trie v0.1.7
4382026-06-16T21:19:47.949Z Compiling pest v2.8.6
4392026-06-16T21:19:48.014Z Compiling litemap v0.8.1
4402026-06-16T21:19:48.030Z Compiling writeable v0.6.2
4412026-06-16T21:19:48.098Z Compiling byteorder v1.5.0
4422026-06-16T21:19:48.213Z Compiling rustix v1.1.3
4432026-06-16T21:19:48.354Z Compiling icu_normalizer_data v2.1.1
4442026-06-16T21:19:48.381Z Compiling icu_properties_data v2.1.2
4452026-06-16T21:19:48.515Z Compiling syn v2.0.117
4462026-06-16T21:19:48.578Z Compiling errno v0.3.14
4472026-06-16T21:19:48.609Z Compiling serde_json v1.0.149
4482026-06-16T21:19:48.613Z Compiling bitflags v2.11.0
4492026-06-16T21:19:48.867Z Compiling num-traits v0.2.19
4502026-06-16T21:19:48.884Z Compiling smallvec v1.15.1
4512026-06-16T21:19:48.986Z Compiling hashbrown v0.17.0
4522026-06-16T21:19:49.055Z Compiling pest_meta v2.8.6
4532026-06-16T21:19:49.106Z Compiling equivalent v1.0.2
4542026-06-16T21:19:49.195Z Compiling typeid v1.0.3
4552026-06-16T21:19:49.515Z Compiling indexmap v2.14.0
4562026-06-16T21:19:49.529Z Compiling thread-id v4.2.2
4572026-06-16T21:19:49.563Z Compiling usdt-impl v0.5.0
4582026-06-16T21:19:49.615Z Compiling proc-macro-error-attr v1.0.4
4592026-06-16T21:19:49.663Z Compiling syn v1.0.109
4602026-06-16T21:19:49.776Z Compiling erased-serde v0.4.9
4612026-06-16T21:19:49.804Z Compiling toml_write v0.1.2
4622026-06-16T21:19:49.960Z Compiling winnow v0.7.14
4632026-06-16T21:19:50.181Z Compiling proc-macro-error v1.0.4
4642026-06-16T21:19:50.280Z Compiling plain v0.2.3
4652026-06-16T21:19:50.368Z Compiling getrandom v0.4.1
4662026-06-16T21:19:50.405Z Compiling utf8_iter v1.0.4
4672026-06-16T21:19:50.544Z Compiling thiserror v2.0.18
4682026-06-16T21:19:50.691Z Compiling camino v1.2.2
4692026-06-16T21:19:50.709Z Compiling utf8parse v0.2.2
4702026-06-16T21:19:50.723Z Compiling percent-encoding v2.3.2
4712026-06-16T21:19:50.828Z Compiling log v0.4.29
4722026-06-16T21:19:50.937Z Compiling form_urlencoded v1.2.2
4732026-06-16T21:19:51.041Z Compiling anstyle-parse v1.0.0
4742026-06-16T21:19:51.061Z Compiling ordered-float v2.10.1
4752026-06-16T21:19:51.190Z Compiling synstructure v0.13.2
4762026-06-16T21:19:51.199Z Compiling pest_generator v2.8.6
4772026-06-16T21:19:51.460Z Compiling terminal_size v0.4.3
4782026-06-16T21:19:51.496Z Compiling anstyle v1.0.14
4792026-06-16T21:19:51.514Z Compiling pretty-hex v0.4.1
4802026-06-16T21:19:51.551Z Compiling cfg-if v1.0.4
4812026-06-16T21:19:51.658Z Compiling anstyle-query v1.1.5
4822026-06-16T21:19:51.754Z Compiling is_terminal_polyfill v1.70.2
4832026-06-16T21:19:51.754Z Compiling colorchoice v1.0.4
4842026-06-16T21:19:51.831Z Compiling anstream v1.0.0
4852026-06-16T21:19:51.882Z Compiling serde-untagged v0.1.9
4862026-06-16T21:19:51.883Z Compiling semver v1.0.28
4872026-06-16T21:19:51.972Z Compiling fs-err v3.3.0
4882026-06-16T21:19:52.078Z Compiling bytecount v0.6.9
4892026-06-16T21:19:52.135Z Compiling heck v0.5.0
4902026-06-16T21:19:52.218Z Compiling fastrand v2.3.0
4912026-06-16T21:19:52.218Z Compiling clap_lex v1.0.0
4922026-06-16T21:19:52.218Z Compiling fnv v1.0.7
4932026-06-16T21:19:52.218Z Compiling strsim v0.11.1
4942026-06-16T21:19:52.336Z Compiling unicode-xid v0.2.6
4952026-06-16T21:19:52.402Z Compiling once_cell v1.21.3
4962026-06-16T21:19:52.485Z Compiling anyhow v1.0.102
4972026-06-16T21:19:52.485Z Compiling unicode-width v0.1.14
4982026-06-16T21:19:52.554Z Compiling heck v0.4.1
4992026-06-16T21:19:52.594Z Compiling tempfile v3.25.0
5002026-06-16T21:19:52.610Z Compiling clap_builder v4.6.0
5012026-06-16T21:19:52.705Z Compiling papergrid v0.11.0
5022026-06-16T21:19:52.831Z Compiling serde_derive v1.0.228
5032026-06-16T21:19:52.849Z Compiling zerofrom-derive v0.1.6
5042026-06-16T21:19:52.906Z Compiling yoke-derive v0.8.1
5052026-06-16T21:19:52.946Z Compiling zerovec-derive v0.11.2
5062026-06-16T21:19:53.148Z Compiling displaydoc v0.2.5
5072026-06-16T21:19:53.891Z Compiling thiserror-impl v1.0.69
5082026-06-16T21:19:54.097Z Compiling zerocopy-derive v0.7.35
5092026-06-16T21:19:54.107Z Compiling pest_derive v2.8.6
5102026-06-16T21:19:54.139Z Compiling scroll_derive v0.12.1
5112026-06-16T21:19:54.306Z Compiling zerofrom v0.1.6
5122026-06-16T21:19:54.410Z Compiling yoke v0.8.1
5132026-06-16T21:19:54.524Z Compiling thiserror-impl v2.0.18
5142026-06-16T21:19:54.692Z Compiling zerovec v0.11.5
5152026-06-16T21:19:54.814Z Compiling zerotrie v0.2.3
5162026-06-16T21:19:54.942Z Compiling zerocopy v0.7.35
5172026-06-16T21:19:55.114Z Compiling tinystr v0.8.2
5182026-06-16T21:19:55.151Z Compiling potential_utf v0.1.4
5192026-06-16T21:19:55.254Z Compiling dtrace-parser v0.2.0
5202026-06-16T21:19:55.326Z Compiling icu_locale_core v2.1.1
5212026-06-16T21:19:55.326Z Compiling icu_collections v2.1.1
5222026-06-16T21:19:55.487Z Compiling scroll v0.12.0
5232026-06-16T21:19:55.630Z Compiling tabled_derive v0.7.0
5242026-06-16T21:19:55.750Z Compiling goblin v0.8.2
5252026-06-16T21:19:55.801Z Compiling clap_derive v4.6.1
5262026-06-16T21:19:55.970Z Compiling icu_provider v2.1.1
5272026-06-16T21:19:55.994Z Compiling memmap v0.7.0
5282026-06-16T21:19:56.176Z Compiling smawk v0.3.2
5292026-06-16T21:19:56.204Z Compiling icu_normalizer v2.1.1
5302026-06-16T21:19:56.277Z Compiling serde_spanned v0.6.9
5312026-06-16T21:19:56.328Z Compiling toml_datetime v0.6.11
5322026-06-16T21:19:56.344Z Compiling icu_properties v2.1.2
5332026-06-16T21:19:56.348Z Compiling dof v0.3.0
5342026-06-16T21:19:56.422Z Compiling serde_tokenstream v0.2.3
5352026-06-16T21:19:56.497Z Compiling toml_edit v0.22.27
5362026-06-16T21:19:56.590Z Compiling serde-value v0.7.0
5372026-06-16T21:19:56.761Z Compiling cargo-platform v0.2.0
5382026-06-16T21:19:56.846Z Compiling unicode-linebreak v0.1.5
5392026-06-16T21:19:56.952Z Compiling unicode-width v0.2.0
5402026-06-16T21:19:57.025Z Compiling tabled v0.15.0
5412026-06-16T21:19:57.040Z Compiling macaddr v1.0.1
5422026-06-16T21:19:57.232Z Compiling idna_adapter v1.2.1
5432026-06-16T21:19:57.263Z Compiling textwrap v0.16.2
5442026-06-16T21:19:57.347Z Compiling idna v1.1.0
5452026-06-16T21:19:57.378Z Compiling usdt-attr-macro v0.5.0
5462026-06-16T21:19:57.437Z Compiling usdt-macro v0.5.0
5472026-06-16T21:19:57.533Z Compiling clap v4.6.1
5482026-06-16T21:19:57.622Z Compiling url v2.5.8
5492026-06-16T21:19:58.007Z Compiling toml v0.8.23
5502026-06-16T21:19:58.091Z Compiling camino-tempfile v1.4.1
5512026-06-16T21:19:58.354Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-16T21:19:58.385Z Compiling swrite v0.1.0
5532026-06-16T21:19:58.449Z Compiling cargo-util-schemas v0.8.2
5542026-06-16T21:19:58.608Z Compiling cargo_toml v0.21.0
5552026-06-16T21:19:58.817Z Compiling usdt v0.5.0
5562026-06-16T21:19:59.369Z Compiling cargo_metadata v0.21.0
5572026-06-16T21:20:00.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-16T21:20:02.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.18s
5592026-06-16T21:20:02.666Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-16T21:20:03.403Z Downloading crates ...
5612026-06-16T21:20:03.475Z Downloaded aead v0.5.2
5622026-06-16T21:20:03.475Z Downloaded bit-vec v0.8.0
5632026-06-16T21:20:03.475Z Downloaded anstyle-parse v0.2.7
5642026-06-16T21:20:03.475Z Downloaded ahash v0.8.12
5652026-06-16T21:20:03.475Z Downloaded arrayref v0.3.9
5662026-06-16T21:20:03.475Z Downloaded cexpr v0.6.0
5672026-06-16T21:20:03.475Z Downloaded argon2 v0.5.3
5682026-06-16T21:20:03.475Z Downloaded ed25519 v2.2.3
5692026-06-16T21:20:03.475Z Downloaded deranged v0.5.8
5702026-06-16T21:20:03.475Z Downloaded float-cmp v0.10.0
5712026-06-16T21:20:03.475Z Downloaded darling v0.13.4
5722026-06-16T21:20:03.475Z Downloaded bytes v1.11.1
5732026-06-16T21:20:03.475Z Downloaded base64 v0.22.1
5742026-06-16T21:20:03.475Z Downloaded crc-any v2.5.0
5752026-06-16T21:20:03.475Z Downloaded arc-swap v1.8.2
5762026-06-16T21:20:03.475Z Downloaded base16ct v0.2.0
5772026-06-16T21:20:03.475Z Downloaded bcrypt-pbkdf v0.10.0
5782026-06-16T21:20:03.475Z Downloaded ecdsa v0.16.9
5792026-06-16T21:20:03.475Z Downloaded curve25519-dalek-derive v0.1.1
5802026-06-16T21:20:03.476Z Downloaded dyn-clone v1.0.20
5812026-06-16T21:20:03.476Z Downloaded daft-derive v0.1.7
5822026-06-16T21:20:03.476Z Downloaded const_format_proc_macros v0.2.34
5832026-06-16T21:20:03.476Z Downloaded darling_macro v0.23.0
5842026-06-16T21:20:03.476Z Downloaded darling_macro v0.21.3
5852026-06-16T21:20:03.476Z Downloaded colored v2.2.0
5862026-06-16T21:20:03.476Z Downloaded bitflags v1.3.2
5872026-06-16T21:20:03.476Z Downloaded arrayvec v0.7.6
5882026-06-16T21:20:03.476Z Downloaded backon v1.6.0
5892026-06-16T21:20:03.476Z Downloaded compression-codecs v0.4.37
5902026-06-16T21:20:03.476Z Downloaded bcs v0.1.6
5912026-06-16T21:20:03.476Z Downloaded atty v0.2.14
5922026-06-16T21:20:03.476Z Downloaded adler2 v2.0.1
5932026-06-16T21:20:03.476Z Downloaded data-encoding v2.10.0
5942026-06-16T21:20:03.476Z Downloaded atomicwrites v0.4.4
5952026-06-16T21:20:03.476Z Downloaded defmt v1.0.1
5962026-06-16T21:20:03.476Z Downloaded bb8 v0.8.6
5972026-06-16T21:20:03.476Z Downloaded bitfield-struct v0.6.2
5982026-06-16T21:20:03.476Z Downloaded bit-set v0.5.3
5992026-06-16T21:20:03.476Z Downloaded castaway v0.2.4
6002026-06-16T21:20:03.476Z Downloaded ascii-canvas v3.0.0
6012026-06-16T21:20:03.476Z Downloaded dropshot v0.17.0
6022026-06-16T21:20:03.476Z Downloaded dropshot_endpoint v0.17.0
6032026-06-16T21:20:03.476Z Downloaded critical-section v1.2.0
6042026-06-16T21:20:03.503Z Downloaded array-init v0.0.4
6052026-06-16T21:20:03.503Z Downloaded downcast-rs v2.0.2
6062026-06-16T21:20:03.503Z Downloaded crc v3.4.0
6072026-06-16T21:20:03.503Z Downloaded cpufeatures v0.3.0
6082026-06-16T21:20:03.503Z Downloaded dof v0.4.0
6092026-06-16T21:20:03.504Z Downloaded cipher v0.4.4
6102026-06-16T21:20:03.504Z Downloaded assert_matches v1.5.0
6112026-06-16T21:20:03.504Z Downloaded ciborium-io v0.2.2
6122026-06-16T21:20:03.504Z Downloaded daft v0.1.7
6132026-06-16T21:20:03.504Z Downloaded either v1.15.0
6142026-06-16T21:20:03.504Z Downloaded crypto-bigint v0.5.5
6152026-06-16T21:20:03.504Z Downloaded float-ord v0.3.2
6162026-06-16T21:20:03.504Z Downloaded embedded-io v0.6.1
6172026-06-16T21:20:03.504Z Downloaded ciborium-ll v0.2.2
6182026-06-16T21:20:03.504Z Downloaded async-stream-impl v0.3.6
6192026-06-16T21:20:03.510Z Downloaded async-stream v0.3.6
6202026-06-16T21:20:03.510Z Downloaded document-features v0.2.12
6212026-06-16T21:20:03.510Z Downloaded dsl_auto_type v0.2.0
6222026-06-16T21:20:03.510Z Downloaded derive_builder_macro v0.20.2
6232026-06-16T21:20:03.510Z Downloaded der_derive v0.7.3
6242026-06-16T21:20:03.510Z Downloaded convert_case v0.4.0
6252026-06-16T21:20:03.510Z Downloaded bitfield-macros v0.19.4
6262026-06-16T21:20:03.510Z Downloaded bit-set v0.8.0
6272026-06-16T21:20:03.510Z Downloaded dropshot-api-manager-types v0.7.2
6282026-06-16T21:20:03.511Z Downloaded async-recursion v1.1.1
6292026-06-16T21:20:03.511Z Downloaded flagset v0.4.7
6302026-06-16T21:20:03.511Z Downloaded display-error-chain v0.2.2
6312026-06-16T21:20:03.511Z Downloaded cfg_aliases v0.2.1
6322026-06-16T21:20:03.511Z Downloaded block-padding v0.3.3
6332026-06-16T21:20:03.511Z Downloaded debug-ignore v1.0.5
6342026-06-16T21:20:03.511Z Downloaded dirs-sys-next v0.1.2
6352026-06-16T21:20:03.511Z Downloaded cfg_aliases v0.1.1
6362026-06-16T21:20:03.511Z Downloaded endian-type v0.1.2
6372026-06-16T21:20:03.511Z Downloaded enum-as-inner v0.6.1
6382026-06-16T21:20:03.511Z Downloaded darling_macro v0.20.11
6392026-06-16T21:20:03.511Z Downloaded darling_macro v0.13.4
6402026-06-16T21:20:03.511Z Downloaded cargo-platform v0.3.2
6412026-06-16T21:20:03.511Z Downloaded cobs v0.3.0
6422026-06-16T21:20:03.511Z Downloaded find-msvc-tools v0.1.9
6432026-06-16T21:20:03.511Z Downloaded csv-core v0.1.13
6442026-06-16T21:20:03.511Z Downloaded compression-core v0.4.31
6452026-06-16T21:20:03.511Z Downloaded fd-lock v4.0.4
6462026-06-16T21:20:03.511Z Downloaded dirs-next v2.0.0
6472026-06-16T21:20:03.511Z Downloaded foreign-types-macros v0.2.3
6482026-06-16T21:20:03.511Z Downloaded foreign-types v0.3.2
6492026-06-16T21:20:03.511Z Downloaded crc-catalog v2.4.0
6502026-06-16T21:20:03.511Z Downloaded atomic-waker v1.1.2
6512026-06-16T21:20:03.511Z Downloaded foreign-types v0.5.0
6522026-06-16T21:20:03.511Z Downloaded futures-macro v0.3.32
6532026-06-16T21:20:03.511Z Downloaded constant_time_eq v0.4.2
6542026-06-16T21:20:03.512Z Downloaded dtrace-parser v0.3.0
6552026-06-16T21:20:03.512Z Downloaded cbc v0.1.2
6562026-06-16T21:20:03.512Z Downloaded camino-tempfile-ext v0.3.3
6572026-06-16T21:20:03.512Z Downloaded fixedbitset v0.4.2
6582026-06-16T21:20:03.512Z Downloaded defmt v0.3.100
6592026-06-16T21:20:03.512Z Downloaded defmt-parser v1.0.0
6602026-06-16T21:20:03.512Z Downloaded crc8 v0.1.1
6612026-06-16T21:20:03.512Z Downloaded buf-list v1.1.2
6622026-06-16T21:20:03.536Z Downloaded foreign-types-shared v0.1.1
6632026-06-16T21:20:03.536Z Downloaded fxhash v0.2.1
6642026-06-16T21:20:03.536Z Downloaded dunce v1.0.5
6652026-06-16T21:20:03.536Z Downloaded futures-core v0.3.32
6662026-06-16T21:20:03.536Z Downloaded gethostname v0.5.0
6672026-06-16T21:20:03.536Z Downloaded crunchy v0.2.4
6682026-06-16T21:20:03.536Z Downloaded embedded-io v0.4.0
6692026-06-16T21:20:03.536Z Downloaded derive-ex v0.1.8
6702026-06-16T21:20:03.536Z Downloaded ena v0.14.4
6712026-06-16T21:20:03.536Z Downloaded futures-io v0.3.32
6722026-06-16T21:20:03.536Z Downloaded cancel-safe-futures v0.1.5
6732026-06-16T21:20:03.536Z Downloaded base64ct v1.8.3
6742026-06-16T21:20:03.536Z Downloaded crucible-workspace-hack v0.1.0
6752026-06-16T21:20:03.536Z Downloaded base64 v0.21.7
6762026-06-16T21:20:03.536Z Downloaded futures-task v0.3.32
6772026-06-16T21:20:03.536Z Downloaded env_logger v0.11.9
6782026-06-16T21:20:03.536Z Downloaded ar_archive_writer v0.5.1
6792026-06-16T21:20:03.537Z Downloaded globwalk v0.9.1
6802026-06-16T21:20:03.537Z Downloaded fs_extra v1.3.0
6812026-06-16T21:20:03.537Z Downloaded darling_core v0.23.0
6822026-06-16T21:20:03.537Z Downloaded hash32 v0.3.1
6832026-06-16T21:20:03.537Z Downloaded ghash v0.5.1
6842026-06-16T21:20:03.537Z Downloaded diesel-dtrace v0.5.0
6852026-06-16T21:20:03.537Z Downloaded crossbeam-deque v0.8.6
6862026-06-16T21:20:03.537Z Downloaded async-trait v0.1.89
6872026-06-16T21:20:03.537Z Downloaded difflib v0.4.0
6882026-06-16T21:20:03.537Z Downloaded hex-literal v0.4.1
6892026-06-16T21:20:03.562Z Downloaded diesel_table_macro_syntax v0.3.0
6902026-06-16T21:20:03.562Z Downloaded convert_case v0.10.0
6912026-06-16T21:20:03.562Z Downloaded blowfish v0.9.1
6922026-06-16T21:20:03.562Z Downloaded cstr-argument v0.1.2
6932026-06-16T21:20:03.562Z Downloaded backoff v0.4.0
6942026-06-16T21:20:03.562Z Downloaded cassowary v0.3.0
6952026-06-16T21:20:03.562Z Downloaded derive_builder_core v0.20.2
6962026-06-16T21:20:03.562Z Downloaded chacha20 v0.9.1
6972026-06-16T21:20:03.562Z Downloaded foldhash v0.1.5
6982026-06-16T21:20:03.562Z Downloaded cmake v0.1.57
6992026-06-16T21:20:03.562Z Downloaded ff v0.13.1
7002026-06-16T21:20:03.563Z Downloaded ctr v0.9.2
7012026-06-16T21:20:03.563Z Downloaded bit-vec v0.6.3
7022026-06-16T21:20:03.563Z Downloaded corncobs v0.1.4
7032026-06-16T21:20:03.563Z Downloaded hash32 v0.2.1
7042026-06-16T21:20:03.563Z Downloaded headers-core v0.3.0
7052026-06-16T21:20:03.563Z Downloaded hex v0.4.3
7062026-06-16T21:20:03.563Z Downloaded env_filter v1.0.0
7072026-06-16T21:20:03.563Z Downloaded hostname v0.3.1
7082026-06-16T21:20:03.564Z Downloaded home v0.5.12
7092026-06-16T21:20:03.564Z Downloaded foldhash v0.2.0
7102026-06-16T21:20:03.564Z Downloaded darling v0.20.11
7112026-06-16T21:20:03.564Z Downloaded console v0.16.2
7122026-06-16T21:20:03.584Z Downloaded derive_builder v0.20.2
7132026-06-16T21:20:03.584Z Downloaded erased-serde v0.3.31
7142026-06-16T21:20:03.584Z Downloaded darling_core v0.13.4
7152026-06-16T21:20:03.584Z Downloaded group v0.13.0
7162026-06-16T21:20:03.585Z Downloaded globset v0.4.18
7172026-06-16T21:20:03.585Z Downloaded glob v0.3.3
7182026-06-16T21:20:03.585Z Downloaded filetime v0.2.27
7192026-06-16T21:20:03.585Z Downloaded inout v0.1.4
7202026-06-16T21:20:03.585Z Downloaded colored v3.1.1
7212026-06-16T21:20:03.585Z Downloaded illumos-nvpair v0.3.0
7222026-06-16T21:20:03.585Z Downloaded hostname v0.4.2
7232026-06-16T21:20:03.585Z Downloaded hyper-tls v0.6.0
7242026-06-16T21:20:03.585Z Downloaded hubpack_derive v0.1.1
7252026-06-16T21:20:03.585Z Downloaded hubpack v0.1.2
7262026-06-16T21:20:03.585Z Downloaded http-body v1.0.1
7272026-06-16T21:20:03.606Z Downloaded httpdate v1.0.3
7282026-06-16T21:20:03.606Z Downloaded funty v2.0.0
7292026-06-16T21:20:03.606Z Downloaded foreign-types-shared v0.3.1
7302026-06-16T21:20:03.606Z Downloaded diesel_derives v2.3.7
7312026-06-16T21:20:03.606Z Downloaded bumpalo v3.20.2
7322026-06-16T21:20:03.607Z Downloaded der v0.7.10
7332026-06-16T21:20:03.607Z Downloaded bzip2 v0.6.1
7342026-06-16T21:20:03.607Z Downloaded indoc v1.0.9
7352026-06-16T21:20:03.607Z Downloaded internet-checksum v0.2.1
7362026-06-16T21:20:03.607Z Downloaded fixedbitset v0.5.7
7372026-06-16T21:20:03.607Z Downloaded instant v0.1.13
7382026-06-16T21:20:03.607Z Downloaded instability v0.3.11
7392026-06-16T21:20:03.607Z Downloaded darling v0.23.0
7402026-06-16T21:20:03.607Z Downloaded is_ci v1.2.0
7412026-06-16T21:20:03.607Z Downloaded futures-sink v0.3.32
7422026-06-16T21:20:03.622Z Downloaded byte-wrapper v0.1.0
7432026-06-16T21:20:03.623Z Downloaded http-range v0.1.5
7442026-06-16T21:20:03.623Z Downloaded cookie v0.18.1
7452026-06-16T21:20:03.623Z Downloaded const-oid v0.9.6
7462026-06-16T21:20:03.623Z Downloaded fallible-iterator v0.2.0
7472026-06-16T21:20:03.623Z Downloaded chacha20 v0.10.0
7482026-06-16T21:20:03.623Z Downloaded illumos-nvpair-sys v0.2.0
7492026-06-16T21:20:03.623Z Downloaded cookie_store v0.22.1
7502026-06-16T21:20:03.623Z Downloaded console v0.15.11
7512026-06-16T21:20:03.623Z Downloaded clang-sys v1.8.1
7522026-06-16T21:20:03.623Z Downloaded ident_case v1.0.1
7532026-06-16T21:20:03.623Z Downloaded cargo_metadata v0.23.1
7542026-06-16T21:20:03.623Z Downloaded anstream v0.6.21
7552026-06-16T21:20:03.623Z Downloaded keccak v0.1.6
7562026-06-16T21:20:03.623Z Downloaded is-terminal v0.4.17
7572026-06-16T21:20:03.623Z Downloaded crc32fast v1.5.0
7582026-06-16T21:20:03.623Z Downloaded indent_write v2.2.0
7592026-06-16T21:20:03.623Z Downloaded kstat-rs v0.2.4
7602026-06-16T21:20:03.623Z Downloaded bzip2 v0.4.4
7612026-06-16T21:20:03.668Z Downloaded bitfield v0.19.4
7622026-06-16T21:20:03.669Z Downloaded async-bb8-diesel v0.2.1
7632026-06-16T21:20:03.669Z Downloaded lalrpop-util v0.19.12
7642026-06-16T21:20:03.669Z Downloaded blake2 v0.10.6
7652026-06-16T21:20:03.669Z Downloaded crossbeam-epoch v0.9.18
7662026-06-16T21:20:03.669Z Downloaded futures-channel v0.3.32
7672026-06-16T21:20:03.669Z Downloaded lazy_static v1.5.0
7682026-06-16T21:20:03.669Z Downloaded half v1.8.3
7692026-06-16T21:20:03.669Z Downloaded highway v1.3.0
7702026-06-16T21:20:03.669Z Downloaded allocator-api2 v0.2.21
7712026-06-16T21:20:03.669Z Downloaded defmt-macros v1.0.1
7722026-06-16T21:20:03.669Z Downloaded hyper-staticfile v0.10.1
7732026-06-16T21:20:03.669Z Downloaded git-stub-vcs v0.1.0
7742026-06-16T21:20:03.669Z Downloaded maybe-uninit v2.0.0
7752026-06-16T21:20:03.669Z Downloaded lru-cache v0.1.2
7762026-06-16T21:20:03.669Z Downloaded libscf-sys v1.1.0
7772026-06-16T21:20:03.669Z Downloaded managed v0.8.0
7782026-06-16T21:20:03.669Z Downloaded maplit v1.0.2
7792026-06-16T21:20:03.669Z Downloaded lru v0.12.5
7802026-06-16T21:20:03.670Z Downloaded md-5 v0.10.6
7812026-06-16T21:20:03.670Z Downloaded match_cfg v0.1.0
7822026-06-16T21:20:03.670Z Downloaded git-stub v1.0.0
7832026-06-16T21:20:03.700Z Downloaded getrandom v0.2.17
7842026-06-16T21:20:03.700Z Downloaded lru-slab v0.1.2
7852026-06-16T21:20:03.700Z Downloaded ingot-types v0.1.2
7862026-06-16T21:20:03.700Z Downloaded lzss v0.8.2
7872026-06-16T21:20:03.700Z Downloaded diff v0.1.13
7882026-06-16T21:20:03.700Z Downloaded md5 v0.7.0
7892026-06-16T21:20:03.700Z Downloaded des v0.8.1
7902026-06-16T21:20:03.700Z Downloaded crossbeam-utils v0.8.21
7912026-06-16T21:20:03.701Z Downloaded new_debug_unreachable v1.0.6
7922026-06-16T21:20:03.701Z Downloaded multimap v0.10.1
7932026-06-16T21:20:03.701Z Downloaded ingot v0.1.1
7942026-06-16T21:20:03.701Z Downloaded futures-executor v0.3.32
7952026-06-16T21:20:03.701Z Downloaded nodrop v0.1.14
7962026-06-16T21:20:03.701Z Downloaded newline-converter v0.3.0
7972026-06-16T21:20:03.701Z Downloaded derive_more v0.99.20
7982026-06-16T21:20:03.701Z Downloaded normalize-line-endings v0.3.0
7992026-06-16T21:20:03.701Z Downloaded nonempty v0.12.0
8002026-06-16T21:20:03.701Z Downloaded newtype_derive v0.1.6
8012026-06-16T21:20:03.701Z Downloaded ciborium v0.2.2
8022026-06-16T21:20:03.701Z Downloaded nibble_vec v0.1.0
8032026-06-16T21:20:03.701Z Downloaded num v0.4.3
8042026-06-16T21:20:03.701Z Downloaded darling_core v0.20.11
8052026-06-16T21:20:03.701Z Downloaded jobserver v0.1.34
8062026-06-16T21:20:03.738Z Downloaded elliptic-curve v0.13.8
8072026-06-16T21:20:03.738Z Downloaded indoc v2.0.7
8082026-06-16T21:20:03.738Z Downloaded crossbeam-channel v0.5.15
8092026-06-16T21:20:03.739Z Downloaded newtype-uuid-macros v0.1.0
8102026-06-16T21:20:03.739Z Downloaded libefi-sys v0.1.0
8112026-06-16T21:20:03.739Z Downloaded impl-trait-for-tuples v0.2.3
8122026-06-16T21:20:03.739Z Downloaded http-body-util v0.1.3
8132026-06-16T21:20:03.739Z Downloaded num_threads v0.1.7
8142026-06-16T21:20:03.739Z Downloaded num-iter v0.1.45
8152026-06-16T21:20:03.739Z Downloaded fatfs v0.3.6
8162026-06-16T21:20:03.739Z Downloaded futures v0.3.32
8172026-06-16T21:20:03.739Z Downloaded hyper-rustls v0.27.7
8182026-06-16T21:20:03.739Z Downloaded linked-hash-map v0.5.6
8192026-06-16T21:20:03.739Z Downloaded humantime v2.3.0
8202026-06-16T21:20:03.739Z Downloaded libloading v0.8.9
8212026-06-16T21:20:03.739Z Downloaded openssl-probe v0.1.6
8222026-06-16T21:20:03.739Z Downloaded openssl-macros v0.1.1
8232026-06-16T21:20:03.739Z Downloaded num_enum_derive v0.5.11
8242026-06-16T21:20:03.739Z Downloaded fs-err v2.11.0
8252026-06-16T21:20:03.762Z Downloaded num-conv v0.2.0
8262026-06-16T21:20:03.762Z Downloaded drift v0.2.0
8272026-06-16T21:20:03.762Z Downloaded linear-map v1.2.0
8282026-06-16T21:20:03.762Z Downloaded memoffset v0.9.1
8292026-06-16T21:20:03.762Z Downloaded libsw-core v0.3.2
8302026-06-16T21:20:03.762Z Downloaded darling_core v0.21.3
8312026-06-16T21:20:03.762Z Downloaded opaque-debug v0.3.1
8322026-06-16T21:20:03.762Z Downloaded iana-time-zone v0.1.65
8332026-06-16T21:20:03.762Z Downloaded peg-runtime v0.8.5
8342026-06-16T21:20:03.762Z Downloaded half v2.7.1
8352026-06-16T21:20:03.762Z Downloaded darling v0.21.3
8362026-06-16T21:20:03.762Z Downloaded newtype-uuid v1.3.2
8372026-06-16T21:20:03.773Z Downloaded nanorand v0.7.0
8382026-06-16T21:20:03.773Z Downloaded packed_struct_codegen v0.10.1
8392026-06-16T21:20:03.773Z Downloaded multer v3.1.0
8402026-06-16T21:20:03.773Z Downloaded parse-size v1.1.0
8412026-06-16T21:20:03.773Z Downloaded mime_guess v2.0.5
8422026-06-16T21:20:03.773Z Downloaded mime v0.3.17
8432026-06-16T21:20:03.773Z Downloaded num-derive v0.4.2
8442026-06-16T21:20:03.773Z Downloaded num_enum v0.7.6
8452026-06-16T21:20:03.773Z Downloaded chacha20poly1305 v0.10.1
8462026-06-16T21:20:03.773Z Downloaded flume v0.11.1
8472026-06-16T21:20:03.773Z Downloaded ed25519-dalek v2.2.0
8482026-06-16T21:20:03.773Z Downloaded num-rational v0.4.2
8492026-06-16T21:20:03.774Z Downloaded ipnet v2.11.0
8502026-06-16T21:20:03.795Z Downloaded headers v0.4.1
8512026-06-16T21:20:03.796Z Downloaded owo-colors v4.3.0
8522026-06-16T21:20:03.796Z Downloaded pbkdf2 v0.11.0
8532026-06-16T21:20:03.796Z Downloaded num-derive v0.3.3
8542026-06-16T21:20:03.796Z Downloaded flate2 v1.1.9
8552026-06-16T21:20:03.831Z Downloaded phf_shared v0.13.1
8562026-06-16T21:20:03.831Z Downloaded num-integer v0.1.46
8572026-06-16T21:20:03.831Z Downloaded compact_str v0.8.1
8582026-06-16T21:20:03.831Z Downloaded getrandom v0.3.4
8592026-06-16T21:20:03.831Z Downloaded peg-macros v0.8.5
8602026-06-16T21:20:03.831Z Downloaded powerfmt v0.2.0
8612026-06-16T21:20:03.831Z Downloaded password-hash v0.4.2
8622026-06-16T21:20:03.831Z Downloaded ipnetwork v0.21.1
8632026-06-16T21:20:03.831Z Downloaded pbkdf2 v0.12.2
8642026-06-16T21:20:03.831Z Downloaded path-slash v0.1.5
8652026-06-16T21:20:03.831Z Downloaded parse-display v0.10.0
8662026-06-16T21:20:03.831Z Downloaded oso-derive v0.27.3
8672026-06-16T21:20:03.831Z Downloaded openssl-probe v0.2.1
8682026-06-16T21:20:03.831Z Downloaded num-complex v0.4.6
8692026-06-16T21:20:03.832Z Downloaded num_enum v0.5.11
8702026-06-16T21:20:03.832Z Downloaded paste v1.0.15
8712026-06-16T21:20:03.832Z Downloaded libsw v3.5.0
8722026-06-16T21:20:03.832Z Downloaded derive_more v2.1.1
8732026-06-16T21:20:03.850Z Downloaded olpc-cjson v0.1.4
8742026-06-16T21:20:03.850Z Downloaded num_enum_derive v0.7.6
8752026-06-16T21:20:03.850Z Downloaded oxide-tokio-rt v0.1.4
8762026-06-16T21:20:03.850Z Downloaded litrs v1.0.0
8772026-06-16T21:20:03.850Z Downloaded precomputed-hash v0.1.1
8782026-06-16T21:20:03.850Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-06-16T21:20:03.850Z Downloaded libbz2-rs-sys v0.2.2
8802026-06-16T21:20:03.850Z Downloaded pin-utils v0.1.0
8812026-06-16T21:20:03.850Z Downloaded packed_struct v0.10.1
8822026-06-16T21:20:03.850Z Downloaded indexmap v1.9.3
8832026-06-16T21:20:03.850Z Downloaded proc-macro-crate v3.4.0
8842026-06-16T21:20:03.850Z Downloaded pem-rfc7468 v0.7.0
8852026-06-16T21:20:03.850Z Downloaded ingot-macros v0.1.1
8862026-06-16T21:20:03.850Z Downloaded expectorate v1.2.0
8872026-06-16T21:20:03.850Z Downloaded memmap2 v0.9.10
8882026-06-16T21:20:03.850Z Downloaded hmac v0.12.1
8892026-06-16T21:20:03.850Z Downloaded nu-ansi-term v0.50.3
8902026-06-16T21:20:03.851Z Downloaded native-tls v0.2.18
8912026-06-16T21:20:03.851Z Downloaded progenitor-client v0.11.2
8922026-06-16T21:20:03.851Z Downloaded quick-error v1.2.3
8932026-06-16T21:20:03.851Z Downloaded phf_shared v0.11.3
8942026-06-16T21:20:03.851Z Downloaded progenitor-macro v0.14.0
8952026-06-16T21:20:03.851Z Downloaded phf v0.12.1
8962026-06-16T21:20:03.851Z Downloaded parse-display-derive v0.10.0
8972026-06-16T21:20:03.851Z Downloaded phf_shared v0.12.1
8982026-06-16T21:20:03.851Z Downloaded parking_lot_core v0.8.6
8992026-06-16T21:20:03.917Z Downloaded derive_more-impl v2.1.1
9002026-06-16T21:20:03.917Z Downloaded peg v0.8.5
9012026-06-16T21:20:03.917Z Downloaded heapless v0.8.0
9022026-06-16T21:20:03.918Z Downloaded pin-project-lite v0.2.17
9032026-06-16T21:20:03.918Z Downloaded progenitor-client v0.14.0
9042026-06-16T21:20:03.918Z Downloaded heapless v0.7.17
9052026-06-16T21:20:03.918Z Downloaded oxnet v0.1.6
9062026-06-16T21:20:03.918Z Downloaded polyval v0.6.2
9072026-06-16T21:20:03.918Z Downloaded pkg-config v0.3.32
9082026-06-16T21:20:03.918Z Downloaded phf v0.13.1
9092026-06-16T21:20:03.918Z Downloaded lock_api v0.4.14
9102026-06-16T21:20:03.918Z Downloaded httparse v1.10.1
9112026-06-16T21:20:03.918Z Downloaded ignore v0.4.25
9122026-06-16T21:20:03.918Z Downloaded cc v1.2.56
9132026-06-16T21:20:03.918Z Downloaded derive-where v1.6.0
9142026-06-16T21:20:03.918Z Downloaded psl-types v2.0.11
9152026-06-16T21:20:03.955Z Downloaded pem v3.0.6
9162026-06-16T21:20:03.955Z Downloaded pin-project-internal v1.1.11
9172026-06-16T21:20:03.955Z Downloaded predicates-core v1.0.10
9182026-06-16T21:20:03.955Z Downloaded radium v0.7.0
9192026-06-16T21:20:03.955Z Downloaded rand_chacha v0.3.1
9202026-06-16T21:20:03.955Z Downloaded predicates-tree v1.0.13
9212026-06-16T21:20:03.955Z Downloaded ref-cast v1.0.25
9222026-06-16T21:20:03.955Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-06-16T21:20:03.955Z Downloaded recursive v0.1.1
9242026-06-16T21:20:03.955Z Downloaded ppv-lite86 v0.2.21
9252026-06-16T21:20:03.955Z Downloaded progenitor-macro v0.11.2
9262026-06-16T21:20:03.955Z Downloaded omicron-zone-package v0.12.2
9272026-06-16T21:20:03.955Z Downloaded predicates v3.1.4
9282026-06-16T21:20:03.955Z Downloaded proc-macro-crate v1.3.1
9292026-06-16T21:20:03.955Z Downloaded rand_xorshift v0.4.0
9302026-06-16T21:20:03.955Z Downloaded ref-cast-impl v1.0.25
9312026-06-16T21:20:03.956Z Downloaded indicatif v0.18.4
9322026-06-16T21:20:03.956Z Downloaded pkcs8 v0.10.2
9332026-06-16T21:20:03.956Z Downloaded progenitor-extras v0.2.0
9342026-06-16T21:20:03.956Z Downloaded rtoolbox v0.0.3
9352026-06-16T21:20:03.956Z Downloaded progenitor v0.14.0
9362026-06-16T21:20:03.956Z Downloaded parking_lot v0.11.2
9372026-06-16T21:20:03.956Z Downloaded proc-macro-error2 v2.0.1
9382026-06-16T21:20:03.956Z Downloaded rfc6979 v0.4.0
9392026-06-16T21:20:03.956Z Downloaded parking_lot v0.12.5
9402026-06-16T21:20:03.956Z Downloaded parking_lot_core v0.9.12
9412026-06-16T21:20:03.956Z Downloaded const_format v0.2.35
9422026-06-16T21:20:03.970Z Downloaded password-hash v0.5.0
9432026-06-16T21:20:03.970Z Downloaded russh-cryptovec v0.7.3
9442026-06-16T21:20:03.970Z Downloaded psm v0.1.30
9452026-06-16T21:20:03.970Z Downloaded rand_core v0.9.5
9462026-06-16T21:20:03.970Z Downloaded rand_chacha v0.9.0
9472026-06-16T21:20:03.970Z Downloaded progenitor-macro v0.13.0
9482026-06-16T21:20:03.970Z Downloaded rustc_version v0.4.1
9492026-06-16T21:20:03.971Z Downloaded progenitor v0.13.0
9502026-06-16T21:20:03.971Z Downloaded rustc_version v0.1.7
9512026-06-16T21:20:03.971Z Downloaded hickory-resolver v0.25.2
9522026-06-16T21:20:03.971Z Downloaded rand_core v0.6.4
9532026-06-16T21:20:03.971Z Downloaded async-compression v0.4.41
9542026-06-16T21:20:03.992Z Downloaded r2d2 v0.8.10
9552026-06-16T21:20:03.992Z Downloaded progenitor v0.11.2
9562026-06-16T21:20:03.992Z Downloaded progenitor-client v0.13.0
9572026-06-16T21:20:03.992Z Downloaded poly1305 v0.8.0
9582026-06-16T21:20:03.992Z Downloaded pkcs5 v0.7.1
9592026-06-16T21:20:03.994Z Downloaded sapling-renderdag v0.1.0
9602026-06-16T21:20:03.995Z Downloaded scheduled-thread-pool v0.2.7
9612026-06-16T21:20:04.037Z Downloaded salsa20 v0.10.2
9622026-06-16T21:20:04.038Z Downloaded p256 v0.13.2
9632026-06-16T21:20:04.038Z Downloaded postcard v1.1.3
9642026-06-16T21:20:04.038Z Downloaded postgres-protocol v0.6.10
9652026-06-16T21:20:04.038Z Downloaded scrypt v0.11.0
9662026-06-16T21:20:04.038Z Downloaded same-file v1.0.6
9672026-06-16T21:20:04.038Z Downloaded pkcs1 v0.7.5
9682026-06-16T21:20:04.038Z Downloaded oso v0.27.3
9692026-06-16T21:20:04.038Z Downloaded rand_seeder v0.4.0
9702026-06-16T21:20:04.038Z Downloaded http v1.4.0
9712026-06-16T21:20:04.038Z Downloaded rand_core v0.10.0
9722026-06-16T21:20:04.038Z Downloaded scopeguard v1.2.0
9732026-06-16T21:20:04.092Z Downloaded serde_bytes v0.11.19
9742026-06-16T21:20:04.092Z Downloaded semver v0.1.20
9752026-06-16T21:20:04.092Z Downloaded serde_urlencoded v0.7.1
9762026-06-16T21:20:04.092Z Downloaded seq-macro v0.3.6
9772026-06-16T21:20:04.092Z Downloaded scroll_derive v0.13.1
9782026-06-16T21:20:04.092Z Downloaded serde-big-array v0.5.1
9792026-06-16T21:20:04.092Z Downloaded secrecy v0.10.3
9802026-06-16T21:20:04.092Z Downloaded resolv-conf v0.7.6
9812026-06-16T21:20:04.092Z Downloaded miniz_oxide v0.8.9
9822026-06-16T21:20:04.092Z Downloaded hickory-resolver v0.24.4
9832026-06-16T21:20:04.092Z Downloaded primeorder v0.13.6
9842026-06-16T21:20:04.092Z Downloaded serde_spanned v1.0.4
9852026-06-16T21:20:04.092Z Downloaded serde_repr v0.1.20
9862026-06-16T21:20:04.092Z Downloaded rustc-hash v2.1.1
9872026-06-16T21:20:04.093Z Downloaded sha1 v0.10.6
9882026-06-16T21:20:04.093Z Downloaded serde_plain v1.0.2
9892026-06-16T21:20:04.093Z Downloaded schemars_derive v0.8.22
9902026-06-16T21:20:04.093Z Downloaded prefix-trie v0.7.0
9912026-06-16T21:20:04.093Z Downloaded crossterm v0.28.1
9922026-06-16T21:20:04.093Z Downloaded jiff-static v0.2.21
9932026-06-16T21:20:04.093Z Downloaded rustls-native-certs v0.8.3
9942026-06-16T21:20:04.125Z Downloaded dropshot-api-manager v0.7.2
9952026-06-16T21:20:04.125Z Downloaded shell-words v1.1.1
9962026-06-16T21:20:04.125Z Downloaded quinn-udp v0.5.14
9972026-06-16T21:20:04.125Z Downloaded signature v2.2.0
9982026-06-16T21:20:04.125Z Downloaded signal-hook-tokio v0.3.1
9992026-06-16T21:20:04.125Z Downloaded rustversion v1.0.22
10002026-06-16T21:20:04.125Z Downloaded rustls-pemfile v2.2.0
10012026-06-16T21:20:04.125Z Downloaded crossterm v0.29.0
10022026-06-16T21:20:04.125Z Downloaded sigpipe v0.1.3
10032026-06-16T21:20:04.125Z Downloaded secrecy v0.8.0
10042026-06-16T21:20:04.125Z Downloaded rusty-fork v0.3.1
10052026-06-16T21:20:04.125Z Downloaded postgres-types v0.2.12
10062026-06-16T21:20:04.125Z Downloaded sec1 v0.7.3
10072026-06-16T21:20:04.125Z Downloaded pin-project v1.1.11
10082026-06-16T21:20:04.125Z Downloaded scroll v0.13.0
10092026-06-16T21:20:04.125Z Downloaded progenitor-impl v0.13.0
10102026-06-16T21:20:04.125Z Downloaded papergrid v0.17.0
10112026-06-16T21:20:04.125Z Downloaded serde_derive_internals v0.29.1
10122026-06-16T21:20:04.126Z Downloaded openssl-sys v0.9.115
10132026-06-16T21:20:04.126Z Downloaded slog-envlogger v2.2.0
10142026-06-16T21:20:04.126Z Downloaded slog-bunyan v2.5.0
10152026-06-16T21:20:04.126Z Downloaded siphasher v1.0.2
10162026-06-16T21:20:04.126Z Downloaded hyper-util v0.1.20
10172026-06-16T21:20:04.126Z Downloaded itertools v0.10.5
10182026-06-16T21:20:04.126Z Downloaded serde-hex v0.1.0
10192026-06-16T21:20:04.126Z Downloaded hashbrown v0.12.3
10202026-06-16T21:20:04.126Z Downloaded num-bigint v0.4.6
10212026-06-16T21:20:04.147Z Downloaded progenitor-impl v0.14.0
10222026-06-16T21:20:04.147Z Downloaded signal-hook-registry v1.4.8
10232026-06-16T21:20:04.147Z Downloaded hashbrown v0.13.2
10242026-06-16T21:20:04.147Z Downloaded ssh-encoding v0.2.0
10252026-06-16T21:20:04.147Z Downloaded sqlparser_derive v0.5.0
10262026-06-16T21:20:04.147Z Downloaded ron v0.8.1
10272026-06-16T21:20:04.147Z Downloaded signal-hook-mio v0.2.5
10282026-06-16T21:20:04.147Z Downloaded mio v1.2.0
10292026-06-16T21:20:04.147Z Downloaded strsim v0.10.0
10302026-06-16T21:20:04.148Z Downloaded rustls-pki-types v1.14.0
10312026-06-16T21:20:04.161Z Downloaded russh-keys v0.45.0
10322026-06-16T21:20:04.161Z Downloaded serde_with_macros v1.5.2
10332026-06-16T21:20:04.161Z Downloaded structmeta v0.3.0
10342026-06-16T21:20:04.161Z Downloaded rustls-pemfile v1.0.4
10352026-06-16T21:20:04.161Z Downloaded simd-adler32 v0.3.8
10362026-06-16T21:20:04.161Z Downloaded slog-async v2.8.0
10372026-06-16T21:20:04.161Z Downloaded strip-ansi-escapes v0.2.1
10382026-06-16T21:20:04.162Z Downloaded sync-ptr v0.1.4
10392026-06-16T21:20:04.162Z Downloaded slab v0.4.12
10402026-06-16T21:20:04.175Z Downloaded pretty_assertions v1.4.1
10412026-06-16T21:20:04.175Z Downloaded hickory-server v0.25.2
10422026-06-16T21:20:04.175Z Downloaded serde_path_to_error v0.1.20
10432026-06-16T21:20:04.176Z Downloaded tabled_derive v0.11.0
10442026-06-16T21:20:04.176Z Downloaded subtle v2.6.1
10452026-06-16T21:20:04.176Z Downloaded slog-scope v4.4.1
10462026-06-16T21:20:04.176Z Downloaded rustls-platform-verifier v0.6.2
10472026-06-16T21:20:04.197Z Downloaded take_mut v0.2.2
10482026-06-16T21:20:04.197Z Downloaded sync_wrapper v1.0.2
10492026-06-16T21:20:04.197Z Downloaded testing_table v0.3.0
10502026-06-16T21:20:04.197Z Downloaded tap v1.0.1
10512026-06-16T21:20:04.197Z Downloaded strum v0.27.2
10522026-06-16T21:20:04.197Z Downloaded supports-color v3.0.2
10532026-06-16T21:20:04.197Z Downloaded strum v0.26.3
10542026-06-16T21:20:04.198Z Downloaded structmeta-derive v0.3.0
10552026-06-16T21:20:04.198Z Downloaded spki v0.7.3
10562026-06-16T21:20:04.198Z Downloaded minimal-lexical v0.2.1
10572026-06-16T21:20:04.198Z Downloaded serde_with_macros v3.17.0
10582026-06-16T21:20:04.198Z Downloaded snafu-derive v0.8.9
10592026-06-16T21:20:04.198Z Downloaded slog-json v2.6.1
10602026-06-16T21:20:04.198Z Downloaded prettyplease v0.2.37
10612026-06-16T21:20:04.198Z Downloaded rcgen v0.12.1
10622026-06-16T21:20:04.198Z Downloaded smallvec v0.6.14
10632026-06-16T21:20:04.198Z Downloaded slog-stdlog v4.1.1
10642026-06-16T21:20:04.198Z Downloaded tagptr v0.2.0
10652026-06-16T21:20:04.198Z Downloaded smf v0.2.3
10662026-06-16T21:20:04.198Z Downloaded slog-dtrace v0.3.0
10672026-06-16T21:20:04.208Z Downloaded termtree v0.5.1
10682026-06-16T21:20:04.208Z Downloaded ssh-cipher v0.2.0
10692026-06-16T21:20:04.208Z Downloaded shlex v1.3.0
10702026-06-16T21:20:04.208Z Downloaded tinyvec_macros v0.1.1
10712026-06-16T21:20:04.208Z Downloaded thread-id v5.1.0
10722026-06-16T21:20:04.208Z Downloaded aes-gcm v0.10.3
10732026-06-16T21:20:04.208Z Downloaded static_assertions v1.1.0
10742026-06-16T21:20:04.208Z Downloaded stringprep v0.1.5
10752026-06-16T21:20:04.217Z Downloaded string_cache v0.8.9
10762026-06-16T21:20:04.217Z Downloaded itertools v0.13.0
10772026-06-16T21:20:04.225Z Downloaded time-core v0.1.8
10782026-06-16T21:20:04.225Z Downloaded thiserror-impl-no-std v2.0.2
10792026-06-16T21:20:04.225Z Downloaded sqlformat v0.3.5
10802026-06-16T21:20:04.225Z Downloaded rand v0.8.6
10812026-06-16T21:20:04.241Z Downloaded strum_macros v0.27.2
10822026-06-16T21:20:04.241Z Downloaded aes v0.8.4
10832026-06-16T21:20:04.241Z Downloaded num-bigint-dig v0.8.6
10842026-06-16T21:20:04.241Z Downloaded tokio-macros v2.7.0
10852026-06-16T21:20:04.241Z Downloaded support-bundle-viewer v0.1.2
10862026-06-16T21:20:04.241Z Downloaded quinn v0.11.9
10872026-06-16T21:20:04.266Z Downloaded qorb v0.4.1
10882026-06-16T21:20:04.266Z Downloaded sct v0.7.1
10892026-06-16T21:20:04.266Z Downloaded stacker v0.1.23
10902026-06-16T21:20:04.266Z Downloaded itertools v0.12.1
10912026-06-16T21:20:04.266Z Downloaded strum_macros v0.24.3
10922026-06-16T21:20:04.266Z Downloaded rayon-core v1.13.0
10932026-06-16T21:20:04.301Z Downloaded thiserror-no-std v2.0.2
10942026-06-16T21:20:04.301Z Downloaded progenitor-impl v0.11.2
10952026-06-16T21:20:04.301Z Downloaded spin v0.9.8
10962026-06-16T21:20:04.301Z Downloaded strum_macros v0.26.4
10972026-06-16T21:20:04.301Z Downloaded hashbrown v0.15.5
10982026-06-16T21:20:04.301Z Downloaded termios v0.3.3
10992026-06-16T21:20:04.301Z Downloaded schemars v0.8.22
11002026-06-16T21:20:04.301Z Downloaded tabwriter v1.4.1
11012026-06-16T21:20:04.301Z Downloaded slog-term v2.9.2
11022026-06-16T21:20:04.301Z Downloaded schemars v0.9.0
11032026-06-16T21:20:04.318Z Downloaded tower-service v0.3.3
11042026-06-16T21:20:04.318Z Downloaded trait-variant v0.1.2
11052026-06-16T21:20:04.318Z Downloaded try-lock v0.2.5
11062026-06-16T21:20:04.318Z Downloaded serde_cbor v0.11.2
11072026-06-16T21:20:04.318Z Downloaded tower-layer v0.3.3
11082026-06-16T21:20:04.319Z Downloaded rsa v0.9.10
11092026-06-16T21:20:04.319Z Downloaded publicsuffix v2.3.0
11102026-06-16T21:20:04.319Z Downloaded tiny-keccak v2.0.2
11112026-06-16T21:20:04.319Z Downloaded topological-sort v0.2.2
11122026-06-16T21:20:04.319Z Downloaded itertools v0.14.0
11132026-06-16T21:20:04.319Z Downloaded tokio-dtrace v0.1.1
11142026-06-16T21:20:04.319Z Downloaded tls_codec v0.4.2
11152026-06-16T21:20:04.319Z Downloaded thread_local v1.1.9
11162026-06-16T21:20:04.319Z Downloaded typify-macro v0.6.2
11172026-06-16T21:20:04.319Z Downloaded unarray v0.1.4
11182026-06-16T21:20:04.319Z Downloaded serde_yaml v0.9.34+deprecated
11192026-06-16T21:20:04.319Z Downloaded time-macros v0.2.27
11202026-06-16T21:20:04.319Z Downloaded nom v8.0.0
11212026-06-16T21:20:04.324Z Downloaded typify-macro v0.4.3
11222026-06-16T21:20:04.324Z Downloaded tokio-rustls v0.25.0
11232026-06-16T21:20:04.324Z Downloaded tokio-tungstenite v0.21.0
11242026-06-16T21:20:04.324Z Downloaded slog v2.8.2
11252026-06-16T21:20:04.324Z Downloaded nom v7.1.3
11262026-06-16T21:20:04.328Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-06-16T21:20:04.332Z Downloaded term v1.2.1
11282026-06-16T21:20:04.338Z Downloaded tls_codec_derive v0.4.2
11292026-06-16T21:20:04.338Z Downloaded samael v0.0.19
11302026-06-16T21:20:04.338Z Downloaded utf-8 v0.7.6
11312026-06-16T21:20:04.342Z Downloaded usdt-attr-macro v0.6.0
11322026-06-16T21:20:04.342Z Downloaded rand v0.9.2
11332026-06-16T21:20:04.342Z Downloaded usdt-macro v0.6.0
11342026-06-16T21:20:04.342Z Downloaded untrusted v0.9.0
11352026-06-16T21:20:04.346Z Downloaded ryu v1.0.23
11362026-06-16T21:20:04.346Z Downloaded similar v2.7.0
11372026-06-16T21:20:04.350Z Downloaded rustls-webpki v0.103.9
11382026-06-16T21:20:04.350Z Downloaded untrusted v0.7.1
11392026-06-16T21:20:04.350Z Downloaded universal-hash v0.5.1
11402026-06-16T21:20:04.353Z Downloaded libxml v0.3.3
11412026-06-16T21:20:04.353Z Downloaded waitgroup v0.1.2
11422026-06-16T21:20:04.357Z Downloaded want v0.3.1
11432026-06-16T21:20:04.357Z Downloaded unit-prefix v0.5.2
11442026-06-16T21:20:04.357Z Downloaded unicode-truncate v1.1.0
11452026-06-16T21:20:04.371Z Downloaded tokio-tungstenite v0.23.1
11462026-06-16T21:20:04.371Z Downloaded tui-tree-widget v0.23.1
11472026-06-16T21:20:04.457Z Downloaded hyper v1.8.1
11482026-06-16T21:20:04.457Z Downloaded subprocess v0.2.15
11492026-06-16T21:20:04.457Z Downloaded tokio-native-tls v0.3.1
11502026-06-16T21:20:04.457Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-06-16T21:20:04.457Z Downloaded wait-timeout v0.2.1
11522026-06-16T21:20:04.457Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11532026-06-16T21:20:04.457Z Downloaded void v1.0.2
11542026-06-16T21:20:04.458Z Downloaded socket2 v0.5.10
11552026-06-16T21:20:04.460Z Downloaded socket2 v0.6.3
11562026-06-16T21:20:04.460Z Downloaded snafu v0.8.9
11572026-06-16T21:20:04.460Z Downloaded tokio-rustls v0.26.4
11582026-06-16T21:20:04.494Z Downloaded iri-string v0.7.10
11592026-06-16T21:20:04.494Z Downloaded xshell-macros v0.2.7
11602026-06-16T21:20:04.494Z Downloaded bitvec v1.0.1
11612026-06-16T21:20:04.494Z Downloaded xattr v1.6.1
11622026-06-16T21:20:04.494Z Downloaded vergen-lib v0.1.6
11632026-06-16T21:20:04.494Z Downloaded usdt v0.6.0
11642026-06-16T21:20:04.494Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-16T21:20:04.494Z Downloaded zeroize_derive v1.4.3
11662026-06-16T21:20:04.494Z Downloaded tokio-rustls v0.24.1
11672026-06-16T21:20:04.495Z Downloaded tinyvec v1.10.0
11682026-06-16T21:20:04.495Z Downloaded uzers v0.12.2
11692026-06-16T21:20:04.495Z Downloaded vsss-rs v3.3.4
11702026-06-16T21:20:04.495Z Downloaded vergen-lib v9.1.0
11712026-06-16T21:20:04.495Z Downloaded signal-hook v0.3.18
11722026-06-16T21:20:04.495Z Downloaded walkdir v2.5.0
11732026-06-16T21:20:04.495Z Downloaded vergen-gitcl v1.0.8
11742026-06-16T21:20:04.495Z Downloaded tracing-attributes v0.1.31
11752026-06-16T21:20:04.495Z Downloaded twox-hash v2.1.2
11762026-06-16T21:20:04.495Z Downloaded unicase v2.9.0
11772026-06-16T21:20:04.495Z Downloaded russh v0.45.0
11782026-06-16T21:20:04.495Z Downloaded wyz v0.5.1
11792026-06-16T21:20:04.495Z Downloaded schemars v1.2.1
11802026-06-16T21:20:04.495Z Downloaded zone_cfg_derive v0.3.1
11812026-06-16T21:20:04.495Z Downloaded usdt-impl v0.6.0
11822026-06-16T21:20:04.495Z Downloaded h2 v0.4.13
11832026-06-16T21:20:04.495Z Downloaded unicode-properties v0.1.4
11842026-06-16T21:20:04.495Z Downloaded xshell v0.2.7
11852026-06-16T21:20:04.495Z Downloaded tokio-stream v0.1.18
11862026-06-16T21:20:04.495Z Downloaded vergen-git2 v9.1.0
11872026-06-16T21:20:04.495Z Downloaded test-strategy v0.4.5
11882026-06-16T21:20:04.495Z Downloaded term v0.7.0
11892026-06-16T21:20:04.496Z Downloaded toml v1.0.6+spec-1.1.0
11902026-06-16T21:20:04.496Z Downloaded zeroize v1.8.2
11912026-06-16T21:20:04.496Z Downloaded hashbrown v0.16.1
11922026-06-16T21:20:04.496Z Downloaded aho-corasick v1.1.4
11932026-06-16T21:20:04.496Z Downloaded futures-util v0.3.32
11942026-06-16T21:20:04.496Z Downloaded rand v0.10.0
11952026-06-16T21:20:04.496Z Downloaded zstd-safe v7.2.4
11962026-06-16T21:20:04.496Z Downloaded whoami v1.6.1
11972026-06-16T21:20:04.530Z Downloaded iddqd v0.4.2
11982026-06-16T21:20:04.530Z Downloaded tungstenite v0.23.0
11992026-06-16T21:20:04.540Z Downloaded toml v0.7.8
12002026-06-16T21:20:04.540Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-06-16T21:20:04.540Z Downloaded bindgen v0.71.1
12022026-06-16T21:20:04.540Z Downloaded zerocopy v0.6.6
12032026-06-16T21:20:04.540Z Downloaded libm v0.2.16
12042026-06-16T21:20:04.540Z Downloaded zone v0.3.1
12052026-06-16T21:20:04.540Z Downloaded rpassword v7.4.0
12062026-06-16T21:20:04.540Z Downloaded tracing-core v0.1.36
12072026-06-16T21:20:04.586Z Downloaded git2 v0.20.4
12082026-06-16T21:20:04.586Z Downloaded zstd v0.13.3
12092026-06-16T21:20:04.587Z Downloaded unicode-bidi v0.3.18
12102026-06-16T21:20:04.587Z Downloaded vergen v9.1.0
12112026-06-16T21:20:04.587Z Downloaded tar v0.4.45
12122026-06-16T21:20:04.587Z Downloaded curve25519-dalek v4.1.3
12132026-06-16T21:20:04.587Z Downloaded whoami v2.1.0
12142026-06-16T21:20:04.587Z Downloaded blake3 v1.8.3
12152026-06-16T21:20:04.596Z Downloaded regex v1.12.3
12162026-06-16T21:20:04.596Z Downloaded typify v0.6.2
12172026-06-16T21:20:04.596Z Downloaded tungstenite v0.21.0
12182026-06-16T21:20:04.596Z Downloaded hkdf v0.12.4
12192026-06-16T21:20:04.596Z Downloaded steno v0.4.1
12202026-06-16T21:20:04.596Z Downloaded rustyline v14.0.0
12212026-06-16T21:20:04.596Z Downloaded uuid v1.23.0
12222026-06-16T21:20:04.596Z Downloaded reqwest v0.13.2
12232026-06-16T21:20:04.596Z Downloaded yasna v0.5.2
12242026-06-16T21:20:04.596Z Downloaded unsafe-libyaml v0.2.11
12252026-06-16T21:20:04.628Z Downloaded p521 v0.13.3
12262026-06-16T21:20:04.657Z Downloaded typify v0.4.3
12272026-06-16T21:20:04.657Z Downloaded zopfli v0.8.3
12282026-06-16T21:20:04.657Z Downloaded reqwest v0.12.28
12292026-06-16T21:20:04.657Z Downloaded zip v0.6.6
12302026-06-16T21:20:04.657Z Downloaded serde_with v1.14.0
12312026-06-16T21:20:04.657Z Downloaded vte v0.14.1
12322026-06-16T21:20:04.657Z Downloaded portable-atomic v1.13.1
12332026-06-16T21:20:04.669Z Downloaded tokio-postgres v0.7.16
12342026-06-16T21:20:04.669Z Downloaded rustls-webpki v0.101.7
12352026-06-16T21:20:04.669Z Downloaded reedline v0.40.0
12362026-06-16T21:20:04.669Z Downloaded toml_edit v0.19.15
12372026-06-16T21:20:04.696Z Downloaded zerocopy-derive v0.8.40
12382026-06-16T21:20:04.696Z Downloaded lalrpop v0.19.12
12392026-06-16T21:20:04.711Z Downloaded moka v0.12.13
12402026-06-16T21:20:04.711Z Downloaded yansi v1.0.1
12412026-06-16T21:20:04.711Z Downloaded ssh-key v0.6.7
12422026-06-16T21:20:04.711Z Downloaded object v0.30.4
12432026-06-16T21:20:04.711Z Downloaded unicode_categories v0.1.1
12442026-06-16T21:20:04.733Z Downloaded rustls-webpki v0.102.8
12452026-06-16T21:20:04.733Z Downloaded zip v4.6.1
12462026-06-16T21:20:04.744Z Downloaded aws-lc-rs v1.16.3
12472026-06-16T21:20:04.744Z Downloaded tower-http v0.6.8
12482026-06-16T21:20:04.744Z Downloaded proptest v1.10.0
12492026-06-16T21:20:04.744Z Downloaded typed-path v0.9.3
12502026-06-16T21:20:04.744Z Downloaded p384 v0.13.1
12512026-06-16T21:20:04.767Z Downloaded x509-cert v0.2.5
12522026-06-16T21:20:04.775Z Downloaded radix_trie v0.2.1
12532026-06-16T21:20:04.775Z Downloaded tough v0.22.0
12542026-06-16T21:20:04.797Z Downloaded winnow v0.6.26
12552026-06-16T21:20:04.798Z Downloaded unicode-segmentation v1.12.0
12562026-06-16T21:20:04.828Z Downloaded rayon v1.11.0
12572026-06-16T21:20:04.828Z Downloaded winnow v0.5.40
12582026-06-16T21:20:04.829Z Downloaded tower v0.5.3
12592026-06-16T21:20:04.829Z Downloaded polar-core v0.27.3
12602026-06-16T21:20:04.829Z Downloaded goblin v0.10.5
12612026-06-16T21:20:04.840Z Downloaded unicode-normalization v0.1.25
12622026-06-16T21:20:04.841Z Downloaded chrono v0.4.44
12632026-06-16T21:20:04.841Z Downloaded salty v0.3.0
12642026-06-16T21:20:04.841Z Downloaded quick-xml v0.37.5
12652026-06-16T21:20:04.841Z Downloaded tabled v0.20.0
12662026-06-16T21:20:04.849Z Downloaded time v0.3.47
12672026-06-16T21:20:04.849Z Downloaded serde_with v3.17.0
12682026-06-16T21:20:04.860Z Downloaded petname v2.0.2
12692026-06-16T21:20:04.860Z Downloaded hickory-proto v0.24.4
12702026-06-16T21:20:04.876Z Downloaded zlib-rs v0.6.2
12712026-06-16T21:20:04.887Z Downloaded tokio-util v0.7.18
12722026-06-16T21:20:04.914Z Downloaded quinn-proto v0.11.13
12732026-06-16T21:20:04.949Z Downloaded smoltcp v0.11.0
12742026-06-16T21:20:04.949Z Downloaded rustls v0.22.4
12752026-06-16T21:20:04.973Z Downloaded regress v0.10.5
12762026-06-16T21:20:04.973Z Downloaded hickory-proto v0.25.2
12772026-06-16T21:20:04.973Z Downloaded rustls v0.23.37
12782026-06-16T21:20:04.973Z Downloaded zerocopy v0.8.40
12792026-06-16T21:20:04.973Z Downloaded bstr v1.12.1
12802026-06-16T21:20:04.974Z Downloaded nix v0.27.1
12812026-06-16T21:20:04.990Z Downloaded diesel v2.3.7
12822026-06-16T21:20:04.990Z Downloaded openssl v0.10.79
12832026-06-16T21:20:05.004Z Downloaded rustls v0.21.12
12842026-06-16T21:20:05.013Z Downloaded regex-syntax v0.6.29
12852026-06-16T21:20:05.013Z Downloaded smoltcp v0.9.1
12862026-06-16T21:20:05.023Z Downloaded nix v0.28.0
12872026-06-16T21:20:05.037Z Downloaded vcpkg v0.2.15
12882026-06-16T21:20:05.060Z Downloaded typify-impl v0.6.2
12892026-06-16T21:20:05.069Z Downloaded webpki-roots v1.0.6
12902026-06-16T21:20:05.080Z Downloaded nix v0.31.2
12912026-06-16T21:20:05.092Z Downloaded typify-impl v0.4.3
12922026-06-16T21:20:05.102Z Downloaded regex-automata v0.4.14
12932026-06-16T21:20:05.111Z Downloaded object v0.37.3
12942026-06-16T21:20:05.119Z Downloaded regex-syntax v0.8.10
12952026-06-16T21:20:05.127Z Downloaded openapiv3 v2.2.0
12962026-06-16T21:20:05.142Z Downloaded regress v0.11.1
12972026-06-16T21:20:05.155Z Downloaded petgraph v0.6.5
12982026-06-16T21:20:05.162Z Downloaded rustix v0.38.44
12992026-06-16T21:20:05.196Z Downloaded csv v1.4.0
13002026-06-16T21:20:05.218Z Downloaded libz-sys v1.1.24
13012026-06-16T21:20:05.232Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-16T21:20:05.244Z Downloaded sha3 v0.10.8
13032026-06-16T21:20:05.256Z Downloaded sqlparser v0.61.0
13042026-06-16T21:20:05.265Z Downloaded sled v0.34.7
13052026-06-16T21:20:05.278Z Downloaded tracing v0.1.44
13062026-06-16T21:20:05.290Z Downloaded ratatui v0.29.0
13072026-06-16T21:20:05.304Z Downloaded encoding_rs v0.8.35
13082026-06-16T21:20:05.345Z Downloaded zerocopy-derive v0.6.6
13092026-06-16T21:20:05.356Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-06-16T21:20:05.357Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-16T21:20:05.378Z Downloaded chrono-tz v0.10.4
13122026-06-16T21:20:05.403Z Downloaded jiff v0.2.21
13132026-06-16T21:20:05.420Z Downloaded petgraph v0.8.3
13142026-06-16T21:20:05.469Z Downloaded tokio v1.52.1
13152026-06-16T21:20:05.567Z Downloaded ring v0.17.14
13162026-06-16T21:20:06.244Z Downloaded aws-lc-sys v0.40.0
13172026-06-16T21:20:06.564Z Compiling libc v0.2.185
13182026-06-16T21:20:06.565Z Compiling serde v1.0.228
13192026-06-16T21:20:06.612Z Compiling log v0.4.29
13202026-06-16T21:20:06.612Z Compiling find-msvc-tools v0.1.9
13212026-06-16T21:20:06.612Z Compiling shlex v1.3.0
13222026-06-16T21:20:06.612Z Compiling syn v2.0.117
13232026-06-16T21:20:06.612Z Compiling smallvec v1.15.1
13242026-06-16T21:20:06.612Z Compiling typenum v1.19.0
13252026-06-16T21:20:06.765Z Compiling generic-array v0.14.7
13262026-06-16T21:20:06.779Z Compiling subtle v2.6.1
13272026-06-16T21:20:06.789Z Compiling scopeguard v1.2.0
13282026-06-16T21:20:06.845Z Compiling const-oid v0.9.6
13292026-06-16T21:20:06.891Z Compiling lock_api v0.4.14
13302026-06-16T21:20:06.913Z Compiling serde_json v1.0.149
13312026-06-16T21:20:06.947Z Compiling zerocopy v0.8.40
13322026-06-16T21:20:07.002Z Compiling pin-project-lite v0.2.17
13332026-06-16T21:20:07.091Z Compiling portable-atomic v1.13.1
13342026-06-16T21:20:07.108Z Compiling parking_lot_core v0.9.12
13352026-06-16T21:20:07.364Z Compiling pkg-config v0.3.32
13362026-06-16T21:20:07.403Z Compiling bitflags v2.11.0
13372026-06-16T21:20:07.459Z Compiling getrandom v0.2.17
13382026-06-16T21:20:07.527Z Compiling jobserver v0.1.34
13392026-06-16T21:20:07.547Z Compiling errno v0.3.14
13402026-06-16T21:20:07.597Z Compiling rand_core v0.6.4
13412026-06-16T21:20:07.672Z Compiling signal-hook-registry v1.4.8
13422026-06-16T21:20:11.921Z Compiling cc v1.2.56
13432026-06-16T21:20:11.921Z Compiling libm v0.2.16
13442026-06-16T21:20:11.921Z Compiling futures-core v0.3.32
13452026-06-16T21:20:11.921Z Compiling critical-section v1.2.0
13462026-06-16T21:20:11.921Z Compiling parking_lot v0.12.5
13472026-06-16T21:20:11.921Z Compiling once_cell v1.21.3
13482026-06-16T21:20:11.921Z Compiling mio v1.2.0
13492026-06-16T21:20:11.921Z Compiling num-traits v0.2.19
13502026-06-16T21:20:11.921Z Compiling percent-encoding v2.3.2
13512026-06-16T21:20:11.921Z Compiling socket2 v0.6.3
13522026-06-16T21:20:11.921Z Compiling futures-sink v0.3.32
13532026-06-16T21:20:11.922Z Compiling slab v0.4.12
13542026-06-16T21:20:11.922Z Compiling futures-channel v0.3.32
13552026-06-16T21:20:11.922Z Compiling futures-io v0.3.32
13562026-06-16T21:20:11.922Z Compiling getrandom v0.4.1
13572026-06-16T21:20:11.922Z Compiling futures-task v0.3.32
13582026-06-16T21:20:11.922Z Compiling cpufeatures v0.2.17
13592026-06-16T21:20:11.922Z Compiling rand_core v0.10.0
13602026-06-16T21:20:11.922Z Compiling indexmap v2.14.0
13612026-06-16T21:20:11.922Z Compiling rustversion v1.0.22
13622026-06-16T21:20:11.922Z Compiling getrandom v0.3.4
13632026-06-16T21:20:11.922Z Compiling cmake v0.1.57
13642026-06-16T21:20:12.062Z Compiling form_urlencoded v1.2.2
13652026-06-16T21:20:12.062Z Compiling fs_extra v1.3.0
13662026-06-16T21:20:12.062Z Compiling dunce v1.0.5
13672026-06-16T21:20:12.062Z Compiling base64ct v1.8.3
13682026-06-16T21:20:12.062Z Compiling synstructure v0.13.2
13692026-06-16T21:20:12.062Z Compiling ident_case v1.0.1
13702026-06-16T21:20:12.062Z Compiling aws-lc-sys v0.40.0
13712026-06-16T21:20:12.062Z Compiling iana-time-zone v0.1.65
13722026-06-16T21:20:12.062Z Compiling pem-rfc7468 v0.7.0
13732026-06-16T21:20:12.062Z Compiling rustix v1.1.3
13742026-06-16T21:20:12.062Z Compiling regex-syntax v0.8.10
13752026-06-16T21:20:12.062Z Compiling flagset v0.4.7
13762026-06-16T21:20:12.062Z Compiling rand_core v0.9.5
13772026-06-16T21:20:12.062Z Compiling ring v0.17.14
13782026-06-16T21:20:12.062Z Compiling vcpkg v0.2.15
13792026-06-16T21:20:12.063Z Compiling aws-lc-rs v1.16.3
13802026-06-16T21:20:12.063Z Compiling uuid v1.23.0
13812026-06-16T21:20:12.063Z Compiling rustc_version v0.4.1
13822026-06-16T21:20:12.063Z Compiling tracing-core v0.1.36
13832026-06-16T21:20:12.063Z Compiling openssl-sys v0.9.115
13842026-06-16T21:20:12.063Z Compiling base64 v0.22.1
13852026-06-16T21:20:12.063Z Compiling serde_derive v1.0.228
13862026-06-16T21:20:12.063Z Compiling zeroize_derive v1.4.3
13872026-06-16T21:20:12.063Z Compiling zerofrom-derive v0.1.6
13882026-06-16T21:20:12.063Z Compiling yoke-derive v0.8.1
13892026-06-16T21:20:12.063Z Compiling zerocopy-derive v0.8.40
13902026-06-16T21:20:12.063Z Compiling zeroize v1.8.2
13912026-06-16T21:20:12.235Z Compiling zerovec-derive v0.11.2
13922026-06-16T21:20:12.526Z Compiling displaydoc v0.2.5
13932026-06-16T21:20:12.745Z Compiling crypto-common v0.1.7
13942026-06-16T21:20:12.759Z Compiling zerofrom v0.1.6
13952026-06-16T21:20:12.880Z Compiling yoke v0.8.1
13962026-06-16T21:20:12.892Z Compiling block-buffer v0.10.4
13972026-06-16T21:20:13.054Z Compiling digest v0.10.7
13982026-06-16T21:20:13.067Z Compiling tokio-macros v2.7.0
13992026-06-16T21:20:13.257Z Compiling zerotrie v0.2.3
14002026-06-16T21:20:13.333Z Compiling futures-macro v0.3.32
14012026-06-16T21:20:13.400Z Compiling zerovec v0.11.5
14022026-06-16T21:20:13.587Z Compiling hmac v0.12.1
14032026-06-16T21:20:13.746Z Compiling block-padding v0.3.3
14042026-06-16T21:20:13.783Z Compiling sha2 v0.10.9
14052026-06-16T21:20:13.904Z Compiling tinystr v0.8.2
14062026-06-16T21:20:13.908Z Compiling potential_utf v0.1.4
14072026-06-16T21:20:14.076Z Compiling icu_locale_core v2.1.1
14082026-06-16T21:20:14.102Z Compiling icu_collections v2.1.1
14092026-06-16T21:20:14.125Z Compiling futures-util v0.3.32
14102026-06-16T21:20:14.581Z Compiling inout v0.1.4
14112026-06-16T21:20:14.688Z Compiling icu_provider v2.1.1
14122026-06-16T21:20:14.752Z Compiling bytes v1.11.1
14132026-06-16T21:20:14.782Z Compiling cipher v0.4.4
14142026-06-16T21:20:14.952Z Compiling icu_normalizer v2.1.1
14152026-06-16T21:20:14.985Z Compiling icu_properties v2.1.2
14162026-06-16T21:20:15.054Z Compiling der_derive v0.7.3
14172026-06-16T21:20:15.161Z Compiling chrono v0.4.44
14182026-06-16T21:20:15.350Z Compiling tokio v1.52.1
14192026-06-16T21:20:15.495Z Compiling http v1.4.0
14202026-06-16T21:20:15.984Z Compiling idna_adapter v1.2.1
14212026-06-16T21:20:15.998Z Compiling ppv-lite86 v0.2.21
14222026-06-16T21:20:16.063Z Compiling der v0.7.10
14232026-06-16T21:20:16.115Z Compiling idna v1.1.0
14242026-06-16T21:20:16.306Z Compiling salsa20 v0.10.2
14252026-06-16T21:20:16.367Z Compiling pbkdf2 v0.12.2
14262026-06-16T21:20:16.380Z Compiling rustls-pki-types v1.14.0
14272026-06-16T21:20:16.441Z Compiling url v2.5.8
14282026-06-16T21:20:16.479Z Compiling thiserror-impl v2.0.18
14292026-06-16T21:20:16.529Z Compiling tracing-attributes v0.1.31
14302026-06-16T21:20:16.748Z Compiling scrypt v0.11.0
14312026-06-16T21:20:16.817Z Compiling rand_chacha v0.9.0
14322026-06-16T21:20:16.995Z Compiling spki v0.7.3
14332026-06-16T21:20:17.201Z Compiling http-body v1.0.1
14342026-06-16T21:20:17.215Z Compiling cbc v0.1.2
14352026-06-16T21:20:17.227Z Compiling aes v0.8.4
14362026-06-16T21:20:17.364Z Compiling untrusted v0.9.0
14372026-06-16T21:20:17.438Z Compiling tinyvec_macros v0.1.1
14382026-06-16T21:20:17.480Z Compiling httparse v1.10.1
14392026-06-16T21:20:17.492Z Compiling openssl-probe v0.2.1
14402026-06-16T21:20:17.496Z Compiling untrusted v0.7.1
14412026-06-16T21:20:17.620Z Compiling pkcs5 v0.7.1
14422026-06-16T21:20:17.660Z Compiling tinyvec v1.10.0
14432026-06-16T21:20:17.766Z Compiling thiserror v2.0.18
14442026-06-16T21:20:17.818Z Compiling tracing v0.1.44
14452026-06-16T21:20:17.865Z Compiling pest_generator v2.8.6
14462026-06-16T21:20:17.996Z Compiling rand v0.9.2
14472026-06-16T21:20:18.071Z Compiling serde_derive_internals v0.29.1
14482026-06-16T21:20:18.088Z Compiling aho-corasick v1.1.4
14492026-06-16T21:20:18.266Z Compiling tower-service v0.3.3
14502026-06-16T21:20:18.405Z Compiling schemars v0.8.22
14512026-06-16T21:20:18.566Z Compiling atomic-waker v1.1.2
14522026-06-16T21:20:18.602Z Compiling dyn-clone v1.0.20
14532026-06-16T21:20:18.694Z Compiling try-lock v0.2.5
14542026-06-16T21:20:18.738Z Compiling rustls v0.23.37
14552026-06-16T21:20:18.802Z Compiling tower-layer v0.3.3
14562026-06-16T21:20:18.826Z Compiling want v0.3.1
14572026-06-16T21:20:18.907Z Compiling regex-automata v0.4.14
14582026-06-16T21:20:18.977Z Compiling pest_derive v2.8.6
14592026-06-16T21:20:18.991Z Compiling pkcs8 v0.10.2
14602026-06-16T21:20:19.002Z Compiling schemars_derive v0.8.22
14612026-06-16T21:20:19.297Z Compiling tokio-util v0.7.18
14622026-06-16T21:20:19.625Z Compiling ipnet v2.11.0
14632026-06-16T21:20:19.689Z Compiling scroll_derive v0.13.1
14642026-06-16T21:20:19.795Z Compiling darling_core v0.20.11
14652026-06-16T21:20:20.116Z Compiling h2 v0.4.13
14662026-06-16T21:20:20.239Z Compiling httpdate v1.0.3
14672026-06-16T21:20:20.322Z Compiling openssl v0.10.79
14682026-06-16T21:20:20.455Z Compiling pin-utils v0.1.0
14692026-06-16T21:20:20.459Z Compiling foreign-types-shared v0.1.1
14702026-06-16T21:20:20.531Z Compiling scroll v0.13.0
14712026-06-16T21:20:20.565Z Compiling foreign-types v0.3.2
14722026-06-16T21:20:20.578Z Compiling tempfile v3.25.0
14732026-06-16T21:20:20.796Z Compiling unicode-normalization v0.1.25
14742026-06-16T21:20:20.972Z Compiling openssl-macros v0.1.1
14752026-06-16T21:20:21.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-06-16T21:20:21.344Z Compiling socket2 v0.5.10
14772026-06-16T21:20:21.358Z Compiling spin v0.9.8
14782026-06-16T21:20:21.559Z Compiling native-tls v0.2.18
14792026-06-16T21:20:21.625Z Compiling crc32fast v1.5.0
14802026-06-16T21:20:21.740Z Compiling num-conv v0.2.0
14812026-06-16T21:20:21.759Z Compiling powerfmt v0.2.0
14822026-06-16T21:20:21.868Z Compiling time-core v0.1.8
14832026-06-16T21:20:21.906Z Compiling deranged v0.5.8
14842026-06-16T21:20:22.012Z Compiling time-macros v0.2.27
14852026-06-16T21:20:22.015Z Compiling darling_macro v0.20.11
14862026-06-16T21:20:22.484Z Compiling darling v0.20.11
14872026-06-16T21:20:22.567Z Compiling goblin v0.10.5
14882026-06-16T21:20:22.853Z Compiling rustls-native-certs v0.8.3
14892026-06-16T21:20:22.932Z Compiling sync_wrapper v1.0.2
14902026-06-16T21:20:23.040Z Compiling hyper v1.8.1
14912026-06-16T21:20:23.053Z Compiling wait-timeout v0.2.1
14922026-06-16T21:20:23.135Z Compiling bit-vec v0.8.0
14932026-06-16T21:20:23.373Z Compiling unicode-segmentation v1.12.0
14942026-06-16T21:20:23.412Z Compiling syn v1.0.109
14952026-06-16T21:20:23.716Z Compiling quick-error v1.2.3
14962026-06-16T21:20:23.756Z Compiling usdt-impl v0.6.0
14972026-06-16T21:20:23.822Z Compiling num_threads v0.1.7
14982026-06-16T21:20:23.932Z Compiling crossbeam-utils v0.8.21
14992026-06-16T21:20:23.957Z Compiling simd-adler32 v0.3.8
15002026-06-16T21:20:24.057Z Compiling siphasher v1.0.2
15012026-06-16T21:20:24.203Z Compiling hyper-util v0.1.20
15022026-06-16T21:20:24.263Z Compiling time v0.3.47
15032026-06-16T21:20:24.537Z Compiling rusty-fork v0.3.1
15042026-06-16T21:20:24.692Z Compiling bit-set v0.8.0
15052026-06-16T21:20:24.848Z Compiling tower v0.5.3
15062026-06-16T21:20:24.853Z Compiling derive_builder_core v0.20.2
15072026-06-16T21:20:25.134Z Compiling dtrace-parser v0.3.0
15082026-06-16T21:20:25.320Z Compiling dof v0.4.0
15092026-06-16T21:20:25.711Z Compiling http-body-util v0.1.3
15102026-06-16T21:20:25.825Z Compiling webpki-roots v1.0.6
15112026-06-16T21:20:25.864Z Compiling signature v2.2.0
15122026-06-16T21:20:25.895Z Compiling scroll_derive v0.12.1
15132026-06-16T21:20:25.941Z Compiling thiserror-impl v1.0.69
15142026-06-16T21:20:25.956Z Compiling heapless v0.7.17
15152026-06-16T21:20:26.038Z Compiling rand_xorshift v0.4.0
15162026-06-16T21:20:26.182Z Compiling slog v2.8.2
15172026-06-16T21:20:26.195Z Compiling darling_core v0.21.3
15182026-06-16T21:20:26.359Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-16T21:20:26.467Z Compiling thread-id v5.1.0
15202026-06-16T21:20:26.532Z Compiling cookie v0.18.1
15212026-06-16T21:20:26.548Z Compiling unarray v0.1.4
15222026-06-16T21:20:26.625Z Compiling unicode-bidi v0.3.18
15232026-06-16T21:20:26.654Z Compiling unicode-properties v0.1.4
15242026-06-16T21:20:26.708Z Compiling adler2 v2.0.1
15252026-06-16T21:20:26.792Z Compiling signal-hook v0.3.18
15262026-06-16T21:20:26.839Z Compiling ryu v1.0.23
15272026-06-16T21:20:26.859Z Compiling allocator-api2 v0.2.21
15282026-06-16T21:20:26.946Z Compiling paste v1.0.15
15292026-06-16T21:20:27.011Z Compiling zstd-safe v7.2.4
15302026-06-16T21:20:27.156Z Compiling anyhow v1.0.102
15312026-06-16T21:20:27.170Z Compiling iri-string v0.7.10
15322026-06-16T21:20:27.177Z Compiling thiserror v1.0.69
15332026-06-16T21:20:27.200Z Compiling serde_urlencoded v0.7.1
15342026-06-16T21:20:27.263Z Compiling stringprep v0.1.5
15352026-06-16T21:20:27.277Z Compiling miniz_oxide v0.8.9
15362026-06-16T21:20:27.497Z Compiling proptest v1.10.0
15372026-06-16T21:20:27.698Z Compiling scroll v0.12.0
15382026-06-16T21:20:28.016Z Compiling derive_builder_macro v0.20.2
15392026-06-16T21:20:28.444Z Compiling tower-http v0.6.8
15402026-06-16T21:20:28.489Z Compiling tokio-native-tls v0.3.1
15412026-06-16T21:20:28.656Z Compiling heck v0.4.1
15422026-06-16T21:20:28.686Z Compiling darling_macro v0.21.3
15432026-06-16T21:20:28.835Z Compiling ipnetwork v0.21.1
15442026-06-16T21:20:28.887Z Compiling bstr v1.12.1
15452026-06-16T21:20:28.903Z Compiling rand_chacha v0.3.1
15462026-06-16T21:20:29.144Z Compiling serde_tokenstream v0.2.3
15472026-06-16T21:20:29.159Z Compiling toml_datetime v0.6.11
15482026-06-16T21:20:29.226Z Compiling serde_spanned v0.6.9
15492026-06-16T21:20:29.369Z Compiling erased-serde v0.3.31
15502026-06-16T21:20:29.417Z Compiling md-5 v0.10.6
15512026-06-16T21:20:29.453Z Compiling pin-project-internal v1.1.11
15522026-06-16T21:20:29.528Z Compiling async-trait v0.1.89
15532026-06-16T21:20:29.581Z Compiling zerocopy-derive v0.7.35
15542026-06-16T21:20:29.703Z Compiling curve25519-dalek v4.1.3
15552026-06-16T21:20:29.841Z Compiling vergen-lib v9.1.0
15562026-06-16T21:20:30.022Z Compiling num-integer v0.1.46
15572026-06-16T21:20:30.034Z Compiling hash32 v0.2.1
15582026-06-16T21:20:30.223Z Compiling ff v0.13.1
15592026-06-16T21:20:30.342Z Compiling memoffset v0.9.1
15602026-06-16T21:20:30.362Z Compiling encoding_rs v0.8.35
15612026-06-16T21:20:30.422Z Compiling base16ct v0.2.0
15622026-06-16T21:20:30.524Z Compiling litrs v1.0.0
15632026-06-16T21:20:30.536Z Compiling ref-cast v1.0.25
15642026-06-16T21:20:30.540Z Compiling cfg_aliases v0.2.1
15652026-06-16T21:20:30.599Z Compiling fallible-iterator v0.2.0
15662026-06-16T21:20:30.621Z Compiling num-bigint-dig v0.8.6
15672026-06-16T21:20:30.804Z Compiling psl-types v2.0.11
15682026-06-16T21:20:30.832Z Compiling rustix v0.38.44
15692026-06-16T21:20:30.908Z Compiling mime v0.3.17
15702026-06-16T21:20:30.926Z Compiling zlib-rs v0.6.2
15712026-06-16T21:20:31.024Z Compiling smoltcp v0.9.1
15722026-06-16T21:20:31.163Z Compiling document-features v0.2.12
15732026-06-16T21:20:31.267Z Compiling publicsuffix v2.3.0
15742026-06-16T21:20:31.372Z Compiling postgres-protocol v0.6.10
15752026-06-16T21:20:31.501Z Compiling nix v0.31.2
15762026-06-16T21:20:31.739Z Compiling sec1 v0.7.3
15772026-06-16T21:20:31.866Z Compiling pin-project v1.1.11
15782026-06-16T21:20:31.918Z Compiling zerocopy v0.7.35
15792026-06-16T21:20:31.930Z Compiling group v0.13.0
15802026-06-16T21:20:31.955Z Compiling num-iter v0.1.45
15812026-06-16T21:20:32.121Z Compiling newtype-uuid v1.3.2
15822026-06-16T21:20:32.251Z Compiling hubpack_derive v0.1.1
15832026-06-16T21:20:32.440Z Compiling darling v0.21.3
15842026-06-16T21:20:32.483Z Compiling rand v0.8.6
15852026-06-16T21:20:32.489Z Compiling oxnet v0.1.6
15862026-06-16T21:20:32.515Z Compiling snafu-derive v0.8.9
15872026-06-16T21:20:32.685Z Compiling hyper-tls v0.6.0
15882026-06-16T21:20:32.730Z Compiling derive_builder v0.20.2
15892026-06-16T21:20:32.879Z Compiling goblin v0.8.2
15902026-06-16T21:20:33.542Z Compiling phf_shared v0.13.1
15912026-06-16T21:20:33.624Z Compiling lazy_static v1.5.0
15922026-06-16T21:20:33.721Z Compiling regex v1.12.3
15932026-06-16T21:20:33.787Z Compiling flate2 v1.1.9
15942026-06-16T21:20:33.853Z Compiling anstyle-parse v0.2.7
15952026-06-16T21:20:34.042Z Compiling strum_macros v0.27.2
15962026-06-16T21:20:34.135Z Compiling futures-executor v0.3.32
15972026-06-16T21:20:34.149Z Compiling hex v0.4.3
15982026-06-16T21:20:34.190Z Compiling hkdf v0.12.4
15992026-06-16T21:20:34.361Z Compiling crypto-bigint v0.5.5
16002026-06-16T21:20:34.387Z Compiling terminal_size v0.4.3
16012026-06-16T21:20:34.411Z Compiling daft-derive v0.1.7
16022026-06-16T21:20:34.424Z Compiling ref-cast-impl v1.0.25
16032026-06-16T21:20:34.523Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-16T21:20:34.963Z Compiling vergen v9.1.0
16052026-06-16T21:20:35.122Z Compiling fs-err v3.3.0
16062026-06-16T21:20:35.143Z Compiling cargo-platform v0.3.2
16072026-06-16T21:20:35.164Z Compiling ahash v0.8.12
16082026-06-16T21:20:35.307Z Compiling libbz2-rs-sys v0.2.2
16092026-06-16T21:20:35.361Z Compiling foldhash v0.2.0
16102026-06-16T21:20:35.406Z Compiling winnow v0.5.40
16112026-06-16T21:20:35.582Z Compiling bitflags v1.3.2
16122026-06-16T21:20:35.660Z Compiling same-file v1.0.6
16132026-06-16T21:20:35.827Z Compiling object v0.37.3
16142026-06-16T21:20:35.978Z Compiling bumpalo v3.20.2
16152026-06-16T21:20:35.992Z Compiling foldhash v0.1.5
16162026-06-16T21:20:36.089Z Compiling managed v0.8.0
16172026-06-16T21:20:36.157Z Compiling hashbrown v0.15.5
16182026-06-16T21:20:36.225Z Compiling zopfli v0.8.3
16192026-06-16T21:20:36.412Z Compiling clap_builder v4.6.0
16202026-06-16T21:20:36.449Z Compiling strum v0.27.2
16212026-06-16T21:20:36.579Z Compiling walkdir v2.5.0
16222026-06-16T21:20:36.702Z Compiling toml_edit v0.19.15
16232026-06-16T21:20:36.819Z Compiling bzip2 v0.6.1
16242026-06-16T21:20:36.879Z Compiling hashbrown v0.16.1
16252026-06-16T21:20:36.940Z Compiling cargo_metadata v0.23.1
16262026-06-16T21:20:37.078Z Compiling elliptic-curve v0.13.8
16272026-06-16T21:20:37.475Z Compiling daft v0.1.7
16282026-06-16T21:20:37.492Z Compiling dof v0.3.0
16292026-06-16T21:20:37.855Z Compiling snafu v0.8.9
16302026-06-16T21:20:38.195Z Compiling futures v0.3.32
16312026-06-16T21:20:38.210Z Compiling anstream v0.6.21
16322026-06-16T21:20:38.258Z Compiling phf v0.13.1
16332026-06-16T21:20:38.418Z Compiling signal-hook-mio v0.2.5
16342026-06-16T21:20:38.431Z Compiling cookie_store v0.22.1
16352026-06-16T21:20:38.548Z Compiling bzip2 v0.4.4
16362026-06-16T21:20:38.769Z Compiling hubpack v0.1.2
16372026-06-16T21:20:38.896Z Compiling zstd v0.13.3
16382026-06-16T21:20:38.987Z Compiling serde_with_macros v3.17.0
16392026-06-16T21:20:39.172Z Compiling postgres-types v0.2.12
16402026-06-16T21:20:39.339Z Compiling usdt-macro v0.6.0
16412026-06-16T21:20:39.413Z Compiling usdt-attr-macro v0.6.0
16422026-06-16T21:20:39.719Z Compiling globset v0.4.18
16432026-06-16T21:20:40.083Z Compiling dtrace-parser v0.2.0
16442026-06-16T21:20:40.097Z Compiling ed25519 v2.2.3
16452026-06-16T21:20:40.127Z Compiling phf_shared v0.11.3
16462026-06-16T21:20:40.186Z Compiling olpc-cjson v0.1.4
16472026-06-16T21:20:40.278Z Compiling pkcs1 v0.7.5
16482026-06-16T21:20:40.305Z Compiling enum-as-inner v0.6.1
16492026-06-16T21:20:40.341Z Compiling strum_macros v0.26.4
16502026-06-16T21:20:40.381Z Compiling clap_derive v4.6.1
16512026-06-16T21:20:40.669Z Compiling serde-big-array v0.5.1
16522026-06-16T21:20:40.791Z Compiling serde_plain v1.0.2
16532026-06-16T21:20:40.809Z Compiling rfc6979 v0.4.0
16542026-06-16T21:20:40.812Z Compiling async-recursion v1.1.1
16552026-06-16T21:20:40.936Z Compiling serde_repr v0.1.20
16562026-06-16T21:20:40.984Z Compiling pem v3.0.6
16572026-06-16T21:20:40.999Z Compiling float-cmp v0.10.0
16582026-06-16T21:20:41.142Z Compiling memmap2 v0.9.10
16592026-06-16T21:20:41.308Z Compiling thread-id v4.2.2
16602026-06-16T21:20:41.352Z Compiling env_filter v1.0.0
16612026-06-16T21:20:41.394Z Compiling jiff v0.2.21
16622026-06-16T21:20:41.450Z Compiling fixedbitset v0.5.7
16632026-06-16T21:20:41.461Z Compiling static_assertions v1.1.0
16642026-06-16T21:20:41.533Z Compiling fixedbitset v0.4.2
16652026-06-16T21:20:41.648Z Compiling new_debug_unreachable v1.0.6
16662026-06-16T21:20:41.723Z Compiling predicates-core v1.0.10
16672026-06-16T21:20:41.795Z Compiling either v1.15.0
16682026-06-16T21:20:41.810Z Compiling whoami v2.1.0
16692026-06-16T21:20:41.896Z Compiling keccak v0.1.6
16702026-06-16T21:20:41.950Z Compiling precomputed-hash v0.1.1
16712026-06-16T21:20:42.040Z Compiling normalize-line-endings v0.3.0
16722026-06-16T21:20:42.064Z Compiling typed-path v0.9.3
16732026-06-16T21:20:42.126Z Compiling data-encoding v2.10.0
16742026-06-16T21:20:42.139Z Compiling difflib v0.4.0
16752026-06-16T21:20:42.154Z Compiling clap v4.6.1
16762026-06-16T21:20:42.236Z Compiling strum v0.26.3
16772026-06-16T21:20:42.368Z Compiling predicates v3.1.4
16782026-06-16T21:20:42.690Z Compiling hickory-proto v0.25.2
16792026-06-16T21:20:42.705Z Compiling sha3 v0.10.8
16802026-06-16T21:20:42.807Z Compiling string_cache v0.8.9
16812026-06-16T21:20:43.019Z Compiling tokio-postgres v0.7.16
16822026-06-16T21:20:43.036Z Compiling itertools v0.13.0
16832026-06-16T21:20:43.162Z Compiling toml_edit v0.22.27
16842026-06-16T21:20:43.268Z Compiling petgraph v0.6.5
16852026-06-16T21:20:43.903Z Compiling petgraph v0.8.3
16862026-06-16T21:20:44.351Z Compiling zip v4.6.1
16872026-06-16T21:20:44.824Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-06-16T21:20:45.245Z Compiling env_logger v0.11.9
16892026-06-16T21:20:45.296Z Compiling usdt-impl v0.5.0
16902026-06-16T21:20:45.557Z Compiling usdt v0.6.0
16912026-06-16T21:20:45.596Z Compiling ecdsa v0.16.9
16922026-06-16T21:20:45.820Z Compiling rsa v0.9.10
16932026-06-16T21:20:45.837Z Compiling ed25519-dalek v2.2.0
16942026-06-16T21:20:45.873Z Compiling serde_with v3.17.0
16952026-06-16T21:20:45.937Z Compiling crossterm v0.28.1
16962026-06-16T21:20:46.489Z Compiling zip v0.6.6
16972026-06-16T21:20:47.201Z Compiling toml v0.7.8
16982026-06-16T21:20:47.380Z Compiling iddqd v0.4.2
16992026-06-16T21:20:47.607Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-16T21:20:47.707Z Compiling similar v2.7.0
17012026-06-16T21:20:47.813Z Compiling crossbeam-epoch v0.9.18
17022026-06-16T21:20:47.876Z Compiling tokio-stream v0.1.18
17032026-06-16T21:20:48.127Z Compiling buf-list v1.1.2
17042026-06-16T21:20:48.242Z Compiling x509-cert v0.2.5
17052026-06-16T21:20:48.389Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-16T21:20:48.443Z Compiling openapiv3 v2.2.0
17072026-06-16T21:20:48.582Z Compiling sha1 v0.10.6
17082026-06-16T21:20:48.673Z Compiling peg-runtime v0.8.5
17092026-06-16T21:20:48.697Z Compiling lalrpop-util v0.19.12
17102026-06-16T21:20:48.807Z Compiling thread_local v1.1.9
17112026-06-16T21:20:48.885Z Compiling slog-async v2.8.0
17122026-06-16T21:20:48.955Z Compiling crossbeam-channel v0.5.15
17132026-06-16T21:20:49.062Z Compiling is-terminal v0.4.17
17142026-06-16T21:20:49.104Z Compiling filetime v0.2.27
17152026-06-16T21:20:49.164Z Compiling xattr v1.6.1
17162026-06-16T21:20:49.202Z Compiling take_mut v0.2.2
17172026-06-16T21:20:49.274Z Compiling term v1.2.1
17182026-06-16T21:20:49.328Z Compiling tar v0.4.45
17192026-06-16T21:20:49.752Z Compiling slog-term v2.9.2
17202026-06-16T21:20:58.800Z Compiling rustls-webpki v0.103.9
17212026-06-16T21:21:01.575Z Compiling tokio-rustls v0.26.4
17222026-06-16T21:21:01.575Z Compiling rustls-platform-verifier v0.6.2
17232026-06-16T21:21:01.793Z Compiling hyper-rustls v0.27.7
17242026-06-16T21:21:01.985Z Compiling reqwest v0.12.28
17252026-06-16T21:21:02.003Z Compiling reqwest v0.13.2
17262026-06-16T21:21:03.228Z Compiling tough v0.22.0
17272026-06-16T21:21:05.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-16T21:21:05.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-16T21:21:08.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-16T21:21:08.981Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-06-16T21:21:09.033ZJun 16 21:21:07.499 INFO Starting download, target: Cockroach
17322026-06-16T21:21:09.033ZJun 16 21:21:07.500 INFO Starting download, target: Clickhouse
17332026-06-16T21:21:09.033ZJun 16 21:21:07.500 INFO Starting download, target: Console
17342026-06-16T21:21:09.033ZJun 16 21:21:07.500 INFO Starting download, target: DendriteStub
17352026-06-16T21:21:09.037ZJun 16 21:21:07.500 INFO Starting download, target: TransceiverControl
17362026-06-16T21:21:09.037ZJun 16 21:21:07.500 INFO Starting download, target: MaghemiteMgd
17372026-06-16T21:21:09.037ZJun 16 21:21:07.500 INFO Starting download, target: MaghemiteDdmd
17382026-06-16T21:21:09.037ZJun 16 21:21:07.500 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-06-16T21:21:09.037ZJun 16 21:21:07.500 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-16T21:21:09.038ZJun 16 21:21:07.500 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-06-16T21:21:09.038ZJun 16 21:21:07.500 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-16T21:21:09.038ZJun 16 21:21:07.500 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-06-16T21:21:09.038ZJun 16 21:21:07.500 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-16T21:21:09.038ZJun 16 21:21:07.500 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-16T21:21:09.958ZJun 16 21:21:08.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-16T21:21:10.197ZJun 16 21:21:08.604 INFO Download complete, target: Console
17472026-06-16T21:21:10.769ZJun 16 21:21:09.103 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-16T21:21:10.897ZJun 16 21:21:09.306 INFO Download complete, target: TransceiverControl
17492026-06-16T21:21:11.076ZJun 16 21:21:09.538 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-06-16T21:21:16.749ZJun 16 21:21:15.201 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-06-16T21:21:16.809ZJun 16 21:21:15.274 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-06-16T21:21:17.333ZJun 16 21:21:15.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-06-16T21:21:17.667ZJun 16 21:21:16.134 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-16T21:21:17.667ZJun 16 21:21:16.134 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-16T21:21:17.722ZJun 16 21:21:16.189 INFO Checking that binary works, target: Clickhouse
17562026-06-16T21:21:17.813ZJun 16 21:21:16.280 INFO Download complete, target: Clickhouse
17572026-06-16T21:21:18.637ZJun 16 21:21:17.104 INFO Download complete, target: MaghemiteDdmd
17582026-06-16T21:21:19.241ZJun 16 21:21:17.708 INFO Download complete, target: MaghemiteMgd
17592026-06-16T21:21:19.761ZJun 16 21:21:18.228 INFO Download complete, target: DendriteStub
17602026-06-16T21:21:22.303ZJun 16 21:21:20.770 INFO Checking that binary works, target: Cockroach
17612026-06-16T21:21:22.417ZJun 16 21:21:20.883 INFO Download complete, target: Cockroach
17622026-06-16T21:21:22.437ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-16T21:21:22.442Z
17642026-06-16T21:21:22.442Zreal 2:21.531648974
17652026-06-16T21:21:22.443Zuser 6:56.750406083
17662026-06-16T21:21:22.443Zsys 1:23.138489706
17672026-06-16T21:21:22.443Ztrap 0.239911131
17682026-06-16T21:21:22.443Ztflt 0.710797998
17692026-06-16T21:21:22.443Zdflt 0.524101356
17702026-06-16T21:21:22.443Zkflt 0.023863284
17712026-06-16T21:21:22.443Zlock 23:27.534717841
17722026-06-16T21:21:22.443Zslp 21:22.872141988
17732026-06-16T21:21:22.443Zlat 43.439923003
17742026-06-16T21:21:22.443Zstop 1:58.848741994
17752026-06-16T21:21:22.443Z+ banner clippy
17762026-06-16T21:21:22.443Z
17772026-06-16T21:21:22.443Z #### # # ##### ##### # #
17782026-06-16T21:21:22.443Z # # # # # # # # # #
17792026-06-16T21:21:22.443Z # # # # # # # #
17802026-06-16T21:21:22.444Z # # # ##### ##### #
17812026-06-16T21:21:22.444Z # # # # # # #
17822026-06-16T21:21:22.444Z #### ###### # # # #
17832026-06-16T21:21:22.444Z
17842026-06-16T21:21:22.444Z+ export CARGO_INCREMENTAL=0
17852026-06-16T21:21:22.444Z+ CARGO_INCREMENTAL=0
17862026-06-16T21:21:22.444Z+ ptime -m cargo xtask clippy
17872026-06-16T21:21:22.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-06-16T21:21:23.183Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-06-16T21:21:25.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
17902026-06-16T21:21:25.181Z Running `target/debug/xtask clippy`
17912026-06-16T21:21:25.211Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-06-16T21:21:25.832Z Downloading crates ...
17932026-06-16T21:21:26.035Z Downloaded similar-asserts v1.7.0
17942026-06-16T21:21:26.039Z Downloaded backtrace-ext v0.2.1
17952026-06-16T21:21:26.043Z Downloaded nested v0.1.1
17962026-06-16T21:21:26.046Z Downloaded addr2line v0.25.1
17972026-06-16T21:21:26.052Z Downloaded target-triple v1.0.0
17982026-06-16T21:21:26.056Z Downloaded pathdiff v0.2.3
17992026-06-16T21:21:26.056Z Downloaded miette-derive v5.10.0
18002026-06-16T21:21:26.063Z Downloaded parking v2.2.1
18012026-06-16T21:21:26.067Z Downloaded blake2b_simd v1.0.4
18022026-06-16T21:21:26.070Z Downloaded supports-hyperlinks v2.1.0
18032026-06-16T21:21:26.074Z Downloaded assert-json-diff v2.0.2
18042026-06-16T21:21:26.077Z Downloaded tokio-test v0.4.5
18052026-06-16T21:21:26.077Z Downloaded cast v0.3.0
18062026-06-16T21:21:26.080Z Downloaded concurrent-queue v2.5.0
18072026-06-16T21:21:26.083Z Downloaded oorandom v11.1.5
18082026-06-16T21:21:26.091Z Downloaded plotters-backend v0.3.7
18092026-06-16T21:21:26.094Z Downloaded constant_time_eq v0.3.1
18102026-06-16T21:21:26.094Z Downloaded approx v0.5.1
18112026-06-16T21:21:26.097Z Downloaded supports-color v2.1.0
18122026-06-16T21:21:26.097Z Downloaded event-listener-strategy v0.5.4
18132026-06-16T21:21:26.097Z Downloaded linkme-impl v0.3.35
18142026-06-16T21:21:26.105Z Downloaded supports-unicode v2.1.0
18152026-06-16T21:21:26.108Z Downloaded escape8259 v0.5.3
18162026-06-16T21:21:26.112Z Downloaded relative-path v1.9.3
18172026-06-16T21:21:26.112Z Downloaded target-lexicon v0.13.3
18182026-06-16T21:21:26.112Z Downloaded knuffel-derive v3.2.0
18192026-06-16T21:21:26.115Z Downloaded rust-argon2 v2.1.0
18202026-06-16T21:21:26.115Z Downloaded backtrace v0.3.76
18212026-06-16T21:21:26.118Z Downloaded futures-timer v3.0.3
18222026-06-16T21:21:26.132Z Downloaded hickory-client v0.25.2
18232026-06-16T21:21:26.143Z Downloaded plotters-svg v0.3.7
18242026-06-16T21:21:26.146Z Downloaded guppy-workspace-hack v0.1.0
18252026-06-16T21:21:26.146Z Downloaded async-object-pool v0.2.0
18262026-06-16T21:21:26.149Z Downloaded terminal_size v0.1.17
18272026-06-16T21:21:26.152Z Downloaded stringmetrics v2.2.2
18282026-06-16T21:21:26.152Z Downloaded serde_regex v1.1.0
18292026-06-16T21:21:26.152Z Downloaded owo-colors v3.5.0
18302026-06-16T21:21:26.156Z Downloaded partial-io v0.5.4
18312026-06-16T21:21:26.159Z Downloaded tinytemplate v1.2.1
18322026-06-16T21:21:26.159Z Downloaded path-tree v0.8.3
18332026-06-16T21:21:26.159Z Downloaded libtest-mimic v0.8.1
18342026-06-16T21:21:26.162Z Downloaded anes v0.1.6
18352026-06-16T21:21:26.165Z Downloaded cfg-expr v0.20.6
18362026-06-16T21:21:26.165Z Downloaded textwrap v0.15.2
18372026-06-16T21:21:26.169Z Downloaded async-lock v3.4.2
18382026-06-16T21:21:26.169Z Downloaded termcolor v1.4.1
18392026-06-16T21:21:26.169Z Downloaded criterion-plot v0.6.0
18402026-06-16T21:21:26.175Z Downloaded assert_cmd v2.1.2
18412026-06-16T21:21:26.177Z Downloaded target-spec v3.5.7
18422026-06-16T21:21:26.182Z Downloaded httptest v0.16.4
18432026-06-16T21:21:26.185Z Downloaded datatest-stable v0.3.3
18442026-06-16T21:21:26.185Z Downloaded miette v5.10.0
18452026-06-16T21:21:26.188Z Downloaded linkme v0.3.35
18462026-06-16T21:21:26.196Z Downloaded event-listener v5.4.1
18472026-06-16T21:21:26.199Z Downloaded knuffel v3.2.0
18482026-06-16T21:21:26.202Z Downloaded rstest v0.25.0
18492026-06-16T21:21:26.206Z Downloaded trybuild v1.0.116
18502026-06-16T21:21:26.206Z Downloaded rustc-demangle v0.1.27
18512026-06-16T21:21:26.209Z Downloaded rstest_macros v0.25.0
18522026-06-16T21:21:26.209Z Downloaded rand_distr v0.5.1
18532026-06-16T21:21:26.212Z Downloaded fancy-regex v0.14.0
18542026-06-16T21:21:26.212Z Downloaded criterion v0.7.0
18552026-06-16T21:21:26.215Z Downloaded plotters v0.3.7
18562026-06-16T21:21:26.220Z Downloaded chumsky v0.9.3
18572026-06-16T21:21:26.227Z Downloaded guppy v0.17.25
18582026-06-16T21:21:26.231Z Downloaded hashbrown v0.14.5
18592026-06-16T21:21:26.247Z Downloaded gimli v0.32.3
18602026-06-16T21:21:26.347Z Downloaded httpmock v0.8.3
18612026-06-16T21:21:28.007Z Checking cfg-if v1.0.4
18622026-06-16T21:21:28.361Z Checking libc v0.2.185
18632026-06-16T21:21:28.364Z Checking serde_core v1.0.228
18642026-06-16T21:21:28.426Z Checking memchr v2.8.0
18652026-06-16T21:21:28.460Z Checking smallvec v1.15.1
18662026-06-16T21:21:28.494Z Checking itoa v1.0.17
18672026-06-16T21:21:28.527Z Checking log v0.4.29
18682026-06-16T21:21:28.574Z Checking libm v0.2.16
18692026-06-16T21:21:28.611Z Checking zeroize v1.8.2
18702026-06-16T21:21:28.664Z Checking scopeguard v1.2.0
18712026-06-16T21:21:28.695Z Checking stable_deref_trait v1.2.1
18722026-06-16T21:21:28.730Z Checking zmij v1.0.21
18732026-06-16T21:21:28.785Z Checking errno v0.3.14
18742026-06-16T21:21:28.785Z Checking getrandom v0.2.17
18752026-06-16T21:21:28.789Z Checking lock_api v0.4.14
18762026-06-16T21:21:28.875Z Checking zerofrom v0.1.6
18772026-06-16T21:21:28.908Z Checking percent-encoding v2.3.2
18782026-06-16T21:21:28.942Z Checking litemap v0.8.1
18792026-06-16T21:21:28.972Z Checking writeable v0.6.2
18802026-06-16T21:21:29.004Z Checking icu_normalizer_data v2.1.1
18812026-06-16T21:21:29.034Z Checking yoke v0.8.1
18822026-06-16T21:21:29.064Z Checking icu_properties_data v2.1.2
18832026-06-16T21:21:29.097Z Checking form_urlencoded v1.2.2
18842026-06-16T21:21:29.129Z Checking utf8_iter v1.0.4
18852026-06-16T21:21:29.161Z Checking subtle v2.6.1
18862026-06-16T21:21:29.194Z Checking rand_core v0.10.0
18872026-06-16T21:21:29.225Z Checking zerovec v0.11.5
18882026-06-16T21:21:29.228Z Checking zerotrie v0.2.3
18892026-06-16T21:21:29.286Z Checking pin-project-lite v0.2.17
18902026-06-16T21:21:29.319Z Checking num-traits v0.2.19
18912026-06-16T21:21:29.352Z Checking rand_core v0.6.4
18922026-06-16T21:21:29.386Z Checking getrandom v0.4.1
18932026-06-16T21:21:29.421Z Checking parking_lot_core v0.9.12
18942026-06-16T21:21:29.450Z Checking zerocopy v0.8.40
18952026-06-16T21:21:29.521Z Checking portable-atomic v1.13.1
18962026-06-16T21:21:29.558Z Checking signal-hook-registry v1.4.8
18972026-06-16T21:21:29.591Z Checking critical-section v1.2.0
18982026-06-16T21:21:29.631Z Checking parking_lot v0.12.5
18992026-06-16T21:21:29.671Z Checking tinystr v0.8.2
19002026-06-16T21:21:29.711Z Checking potential_utf v0.1.4
19012026-06-16T21:21:29.746Z Checking mio v1.2.0
19022026-06-16T21:21:29.851Z Checking socket2 v0.6.3
19032026-06-16T21:21:29.885Z Checking serde v1.0.228
19042026-06-16T21:21:29.912Z Checking serde_json v1.0.149
19052026-06-16T21:21:29.915Z Checking bitflags v2.11.0
19062026-06-16T21:21:29.915Z Checking icu_locale_core v2.1.1
19072026-06-16T21:21:29.999Z Checking icu_collections v2.1.1
19082026-06-16T21:21:30.040Z Checking once_cell v1.21.3
19092026-06-16T21:21:30.099Z Checking typenum v1.19.0
19102026-06-16T21:21:30.131Z Checking iana-time-zone v0.1.65
19112026-06-16T21:21:30.239Z Checking uuid v1.23.0
19122026-06-16T21:21:30.276Z Checking thiserror v2.0.18
19132026-06-16T21:21:30.308Z Checking bytes v1.11.1
19142026-06-16T21:21:30.339Z Checking chrono v0.4.44
19152026-06-16T21:21:30.400Z Checking semver v1.0.28
19162026-06-16T21:21:30.510Z Checking icu_provider v2.1.1
19172026-06-16T21:21:30.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-06-16T21:21:30.642Z Checking futures-core v0.3.32
19192026-06-16T21:21:30.717Z Checking generic-array v0.14.7
19202026-06-16T21:21:30.717Z Checking dyn-clone v1.0.20
19212026-06-16T21:21:30.771Z Checking icu_properties v2.1.2
19222026-06-16T21:21:30.801Z Checking icu_normalizer v2.1.1
19232026-06-16T21:21:30.804Z Checking tokio v1.52.1
19242026-06-16T21:21:30.862Z Checking equivalent v1.0.2
19252026-06-16T21:21:30.938Z Checking const-oid v0.9.6
19262026-06-16T21:21:30.974Z Checking futures-sink v0.3.32
19272026-06-16T21:21:31.099Z Checking futures-channel v0.3.32
19282026-06-16T21:21:31.134Z Checking rustix v1.1.3
19292026-06-16T21:21:31.165Z Checking crypto-common v0.1.7
19302026-06-16T21:21:31.241Z Checking block-buffer v0.10.4
19312026-06-16T21:21:31.316Z Checking futures-io v0.3.32
19322026-06-16T21:21:31.319Z Checking slab v0.4.12
19332026-06-16T21:21:31.408Z Checking byteorder v1.5.0
19342026-06-16T21:21:31.456Z Checking futures-task v0.3.32
19352026-06-16T21:21:31.525Z Checking hashbrown v0.17.0
19362026-06-16T21:21:31.618Z Checking futures-util v0.3.32
19372026-06-16T21:21:31.651Z Checking cpufeatures v0.2.17
19382026-06-16T21:21:31.656Z Checking idna_adapter v1.2.1
19392026-06-16T21:21:31.656Z Checking digest v0.10.7
19402026-06-16T21:21:31.746Z Checking thiserror v1.0.69
19412026-06-16T21:21:31.822Z Checking idna v1.1.0
19422026-06-16T21:21:31.867Z Checking getrandom v0.3.4
19432026-06-16T21:21:31.927Z Checking fnv v1.0.7
19442026-06-16T21:21:31.981Z Checking regex-syntax v0.8.10
19452026-06-16T21:21:32.013Z Checking indexmap v2.14.0
19462026-06-16T21:21:32.045Z Checking http v1.4.0
19472026-06-16T21:21:32.049Z Checking tracing-core v0.1.36
19482026-06-16T21:21:32.104Z Checking url v2.5.8
19492026-06-16T21:21:32.240Z Checking ppv-lite86 v0.2.21
19502026-06-16T21:21:32.398Z Checking base64 v0.22.1
19512026-06-16T21:21:32.552Z Checking tracing v0.1.44
19522026-06-16T21:21:32.555Z Checking schemars v0.8.22
19532026-06-16T21:21:32.613Z Checking utf8parse v0.2.2
19542026-06-16T21:21:32.646Z Checking anstyle v1.0.14
19552026-06-16T21:21:32.675Z Checking ipnet v2.11.0
19562026-06-16T21:21:32.738Z Checking unicode-ident v1.0.24
19572026-06-16T21:21:32.780Z Checking anstyle-query v1.1.5
19582026-06-16T21:21:32.849Z Checking colorchoice v1.0.4
19592026-06-16T21:21:32.880Z Checking proc-macro2 v1.0.106
19602026-06-16T21:21:32.910Z Checking base64ct v1.8.3
19612026-06-16T21:21:32.952Z Checking untrusted v0.9.0
19622026-06-16T21:21:32.984Z Checking is_terminal_polyfill v1.70.2
19632026-06-16T21:21:33.087Z Checking ring v0.17.14
19642026-06-16T21:21:33.122Z Checking block-padding v0.3.3
19652026-06-16T21:21:33.164Z Checking aho-corasick v1.1.4
19662026-06-16T21:21:33.203Z Checking quote v1.0.45
19672026-06-16T21:21:33.238Z Checking anstyle-parse v1.0.0
19682026-06-16T21:21:33.281Z Checking inout v0.1.4
19692026-06-16T21:21:33.314Z Checking terminal_size v0.4.3
19702026-06-16T21:21:33.397Z Checking syn v2.0.117
19712026-06-16T21:21:33.429Z Checking rustls-pki-types v1.14.0
19722026-06-16T21:21:33.459Z Checking crossbeam-utils v0.8.21
19732026-06-16T21:21:33.463Z Checking cipher v0.4.4
19742026-06-16T21:21:33.519Z Checking httparse v1.10.1
19752026-06-16T21:21:33.718Z Checking anstream v1.0.0
19762026-06-16T21:21:33.750Z Checking clap_lex v1.0.0
19772026-06-16T21:21:33.754Z Checking strsim v0.11.1
19782026-06-16T21:21:33.813Z Checking allocator-api2 v0.2.21
19792026-06-16T21:21:33.867Z Checking regex-automata v0.4.14
19802026-06-16T21:21:33.937Z Checking pem-rfc7468 v0.7.0
19812026-06-16T21:21:33.941Z Checking sha2 v0.10.9
19822026-06-16T21:21:33.997Z Checking clap_builder v4.6.0
19832026-06-16T21:21:34.028Z Checking tokio-util v0.7.18
19842026-06-16T21:21:34.102Z Checking powerfmt v0.2.0
19852026-06-16T21:21:34.188Z Checking http-body v1.0.1
19862026-06-16T21:21:34.194Z Checking rand_core v0.9.5
19872026-06-16T21:21:34.262Z Checking hmac v0.12.1
19882026-06-16T21:21:34.296Z Checking deranged v0.5.8
19892026-06-16T21:21:34.301Z Checking num-conv v0.2.0
19902026-06-16T21:21:34.360Z Checking time-core v0.1.8
19912026-06-16T21:21:34.417Z Checking atomic-waker v1.1.2
19922026-06-16T21:21:34.448Z Checking num_threads v0.1.7
19932026-06-16T21:21:34.523Z Checking erased-serde v0.3.31
19942026-06-16T21:21:34.556Z Checking flagset v0.4.7
19952026-06-16T21:21:34.559Z Checking httpdate v1.0.3
19962026-06-16T21:21:34.654Z Checking try-lock v0.2.5
19972026-06-16T21:21:34.725Z Checking h2 v0.4.13
19982026-06-16T21:21:34.755Z Checking der v0.7.10
19992026-06-16T21:21:34.783Z Checking want v0.3.1
20002026-06-16T21:21:34.921Z Checking slog v2.8.2
20012026-06-16T21:21:34.952Z Checking tower-service v0.3.3
20022026-06-16T21:21:35.064Z Checking pin-utils v0.1.0
20032026-06-16T21:21:35.162Z Checking ryu v1.0.23
20042026-06-16T21:21:35.207Z Checking tower-layer v0.3.3
20052026-06-16T21:21:35.236Z Checking clap v4.6.1
20062026-06-16T21:21:35.265Z Checking time v0.3.47
20072026-06-16T21:21:35.320Z Checking rand_chacha v0.9.0
20082026-06-16T21:21:35.352Z Checking anyhow v1.0.102
20092026-06-16T21:21:35.382Z Checking spin v0.9.8
20102026-06-16T21:21:35.494Z Checking socket2 v0.5.10
20112026-06-16T21:21:35.542Z Checking rand v0.9.2
20122026-06-16T21:21:35.575Z Checking mime v0.3.17
20132026-06-16T21:21:35.607Z Checking http-body-util v0.1.3
20142026-06-16T21:21:35.647Z Checking ipnetwork v0.21.1
20152026-06-16T21:21:35.679Z Checking aws-lc-sys v0.40.0
20162026-06-16T21:21:35.771Z Checking untrusted v0.7.1
20172026-06-16T21:21:35.774Z Checking fastrand v2.3.0
20182026-06-16T21:21:35.856Z Checking spki v0.7.3
20192026-06-16T21:21:35.890Z Checking pbkdf2 v0.12.2
20202026-06-16T21:21:35.920Z Checking aes v0.8.4
20212026-06-16T21:21:36.003Z Checking openssl-probe v0.2.1
20222026-06-16T21:21:36.035Z Checking regex v1.12.3
20232026-06-16T21:21:36.065Z Checking serde_urlencoded v0.7.1
20242026-06-16T21:21:36.069Z Checking cbc v0.1.2
20252026-06-16T21:21:36.134Z Checking salsa20 v0.10.2
20262026-06-16T21:21:36.213Z Checking aws-lc-rs v1.16.3
20272026-06-16T21:21:36.247Z Checking rand_chacha v0.3.1
20282026-06-16T21:21:36.292Z Checking hex v0.4.3
20292026-06-16T21:21:36.324Z Checking encoding_rs v0.8.35
20302026-06-16T21:21:36.356Z Checking simd-adler32 v0.3.8
20312026-06-16T21:21:36.360Z Checking pretty-hex v0.4.1
20322026-06-16T21:21:36.442Z Checking scrypt v0.11.0
20332026-06-16T21:21:36.478Z Checking rand v0.8.6
20342026-06-16T21:21:36.561Z Checking tempfile v3.25.0
20352026-06-16T21:21:36.564Z Checking adler2 v2.0.1
20362026-06-16T21:21:36.564Z Checking plain v0.2.3
20372026-06-16T21:21:36.661Z Checking pkcs5 v0.7.1
20382026-06-16T21:21:36.723Z Checking miniz_oxide v0.8.9
20392026-06-16T21:21:36.756Z Checking ucd-trie v0.1.7
20402026-06-16T21:21:36.787Z Checking rustls-native-certs v0.8.3
20412026-06-16T21:21:36.912Z Checking pest v2.8.6
20422026-06-16T21:21:36.946Z Checking sync_wrapper v1.0.2
20432026-06-16T21:21:36.949Z Checking pkcs8 v0.10.2
20442026-06-16T21:21:37.054Z Checking rustls-webpki v0.103.9
20452026-06-16T21:21:37.086Z Checking camino v1.2.2
20462026-06-16T21:21:37.087Z Checking foldhash v0.2.0
20472026-06-16T21:21:37.146Z Checking tower v0.5.3
20482026-06-16T21:21:37.177Z Checking webpki-roots v1.0.6
20492026-06-16T21:21:37.278Z Checking iri-string v0.7.10
20502026-06-16T21:21:37.309Z Checking hashbrown v0.16.1
20512026-06-16T21:21:37.339Z Checking oxnet v0.1.6
20522026-06-16T21:21:37.368Z Checking futures-executor v0.3.32
20532026-06-16T21:21:37.404Z Checking hyper v1.8.1
20542026-06-16T21:21:37.500Z Checking rustls v0.23.37
20552026-06-16T21:21:37.541Z Checking either v1.15.0
20562026-06-16T21:21:37.573Z Checking futures v0.3.32
20572026-06-16T21:21:37.659Z Checking openapiv3 v2.2.0
20582026-06-16T21:21:37.677Z Checking crc32fast v1.5.0
20592026-06-16T21:21:37.748Z Checking static_assertions v1.1.0
20602026-06-16T21:21:37.829Z Checking lazy_static v1.5.0
20612026-06-16T21:21:37.860Z Checking signature v2.2.0
20622026-06-16T21:21:37.863Z Checking winnow v0.7.14
20632026-06-16T21:21:37.942Z Checking hubpack v0.1.2
20642026-06-16T21:21:37.986Z Checking zlib-rs v0.6.2
20652026-06-16T21:21:38.017Z Checking strum v0.26.3
20662026-06-16T21:21:38.129Z Checking tinyvec_macros v0.1.1
20672026-06-16T21:21:38.163Z Checking psl-types v2.0.11
20682026-06-16T21:21:38.222Z Checking tinyvec v1.10.0
20692026-06-16T21:21:38.298Z Checking publicsuffix v2.3.0
20702026-06-16T21:21:38.301Z Checking tower-http v0.6.8
20712026-06-16T21:21:38.360Z Checking hyper-util v0.1.20
20722026-06-16T21:21:38.487Z Checking cookie v0.18.1
20732026-06-16T21:21:38.543Z Checking sha1 v0.10.6
20742026-06-16T21:21:38.624Z Checking num-integer v0.1.46
20752026-06-16T21:21:38.731Z Checking scroll v0.13.0
20762026-06-16T21:21:38.762Z Checking data-encoding v2.10.0
20772026-06-16T21:21:38.867Z Checking cookie_store v0.22.1
20782026-06-16T21:21:38.900Z Checking flate2 v1.1.9
20792026-06-16T21:21:38.930Z Checking toml_datetime v0.6.11
20802026-06-16T21:21:38.985Z Checking goblin v0.10.5
20812026-06-16T21:21:39.060Z Checking serde_spanned v0.6.9
20822026-06-16T21:21:39.063Z Checking memmap2 v0.9.10
20832026-06-16T21:21:39.131Z Checking bit-vec v0.8.0
20842026-06-16T21:21:39.210Z Checking base16ct v0.2.0
20852026-06-16T21:21:39.243Z Checking dtrace-parser v0.3.0
20862026-06-16T21:21:39.247Z Checking ff v0.13.1
20872026-06-16T21:21:39.247Z Checking thread-id v5.1.0
20882026-06-16T21:21:39.344Z Checking bit-set v0.8.0
20892026-06-16T21:21:39.376Z Checking sec1 v0.7.3
20902026-06-16T21:21:39.406Z Checking wait-timeout v0.2.1
20912026-06-16T21:21:39.437Z Checking group v0.13.0
20922026-06-16T21:21:39.498Z Checking num-iter v0.1.45
20932026-06-16T21:21:39.530Z Checking bstr v1.12.1
20942026-06-16T21:21:39.557Z Checking hkdf v0.12.4
20952026-06-16T21:21:39.604Z Checking crossbeam-epoch v0.9.18
20962026-06-16T21:21:39.637Z Checking anstyle-parse v0.2.7
20972026-06-16T21:21:39.640Z Checking ahash v0.8.12
20982026-06-16T21:21:39.640Z Checking crypto-bigint v0.5.5
20992026-06-16T21:21:39.724Z Checking quick-error v1.2.3
21002026-06-16T21:21:39.811Z Checking foreign-types-shared v0.1.1
21012026-06-16T21:21:39.846Z Checking tokio-rustls v0.26.4
21022026-06-16T21:21:39.849Z Checking rustls-platform-verifier v0.6.2
21032026-06-16T21:21:39.849Z Checking rusty-fork v0.3.1
21042026-06-16T21:21:39.933Z Checking foreign-types v0.3.2
21052026-06-16T21:21:39.936Z Checking anstream v0.6.21
21062026-06-16T21:21:39.937Z Checking rand_xorshift v0.4.0
21072026-06-16T21:21:40.027Z Checking scroll v0.12.0
21082026-06-16T21:21:40.059Z Checking openssl-sys v0.9.115
21092026-06-16T21:21:40.091Z Checking unarray v0.1.4
21102026-06-16T21:21:40.094Z Checking hyper-rustls v0.27.7
21112026-06-16T21:21:40.148Z Checking num-bigint-dig v0.8.6
21122026-06-16T21:21:40.182Z Checking pkcs1 v0.7.5
21132026-06-16T21:21:40.219Z Checking proptest v1.10.0
21142026-06-16T21:21:40.275Z Checking goblin v0.8.2
21152026-06-16T21:21:40.351Z Checking reqwest v0.13.2
21162026-06-16T21:21:40.416Z Checking x509-cert v0.2.5
21172026-06-16T21:21:40.454Z Checking openssl v0.10.79
21182026-06-16T21:21:40.613Z Checking elliptic-curve v0.13.8
21192026-06-16T21:21:40.945Z Checking zerocopy v0.7.35
21202026-06-16T21:21:40.992Z Checking unicode-segmentation v1.12.0
21212026-06-16T21:21:41.097Z Checking rsa v0.9.10
21222026-06-16T21:21:41.229Z Checking dtrace-parser v0.2.0
21232026-06-16T21:21:41.301Z Checking dof v0.4.0
21242026-06-16T21:21:41.333Z Checking rfc6979 v0.4.0
21252026-06-16T21:21:41.452Z Checking memoffset v0.9.1
21262026-06-16T21:21:41.486Z Checking thread-id v4.2.2
21272026-06-16T21:21:41.489Z Checking ecdsa v0.16.9
21282026-06-16T21:21:41.557Z Checking curve25519-dalek v4.1.3
21292026-06-16T21:21:41.589Z Checking rustix v0.38.44
21302026-06-16T21:21:41.592Z Checking env_filter v1.0.0
21312026-06-16T21:21:41.785Z Checking toml_write v0.1.2
21322026-06-16T21:21:41.867Z Checking same-file v1.0.6
21332026-06-16T21:21:41.946Z Checking usdt-impl v0.6.0
21342026-06-16T21:21:41.984Z Checking keccak v0.1.6
21352026-06-16T21:21:42.008Z Checking walkdir v2.5.0
21362026-06-16T21:21:42.012Z Checking newtype-uuid v1.3.2
21372026-06-16T21:21:42.163Z Checking sha3 v0.10.8
21382026-06-16T21:21:42.195Z Checking dof v0.3.0
21392026-06-16T21:21:42.199Z Checking toml_edit v0.22.27
21402026-06-16T21:21:42.260Z Checking usdt v0.6.0
21412026-06-16T21:21:42.286Z Checking daft v0.1.7
21422026-06-16T21:21:42.339Z Checking env_logger v0.11.9
21432026-06-16T21:21:42.395Z Checking ed25519 v2.2.3
21442026-06-16T21:21:42.427Z Checking itertools v0.13.0
21452026-06-16T21:21:42.459Z Checking serde_with v3.17.0
21462026-06-16T21:21:42.489Z Checking native-tls v0.2.18
21472026-06-16T21:21:42.520Z Checking usdt-impl v0.5.0
21482026-06-16T21:21:42.552Z Checking siphasher v1.0.2
21492026-06-16T21:21:42.557Z Checking bitflags v1.3.2
21502026-06-16T21:21:42.612Z Checking ed25519-dalek v2.2.0
21512026-06-16T21:21:42.676Z Checking nix v0.31.2
21522026-06-16T21:21:42.708Z Checking tokio-native-tls v0.3.1
21532026-06-16T21:21:42.739Z Checking toml_parser v1.0.9+spec-1.1.0
21542026-06-16T21:21:42.812Z Checking unicode-normalization v0.1.25
21552026-06-16T21:21:42.864Z Checking signal-hook v0.3.18
21562026-06-16T21:21:42.895Z Checking hyper-tls v0.6.0
21572026-06-16T21:21:43.076Z Checking managed v0.8.0
21582026-06-16T21:21:43.110Z Checking winnow v0.5.40
21592026-06-16T21:21:43.113Z Checking reqwest v0.12.28
21602026-06-16T21:21:43.232Z Checking bzip2-sys v0.1.13+1.0.8
21612026-06-16T21:21:43.284Z Checking object v0.37.3
21622026-06-16T21:21:43.327Z Checking foldhash v0.1.5
21632026-06-16T21:21:43.358Z Checking bzip2 v0.4.4
21642026-06-16T21:21:43.459Z Checking signal-hook-mio v0.2.5
21652026-06-16T21:21:43.490Z Checking hashbrown v0.15.5
21662026-06-16T21:21:43.542Z Checking globset v0.4.18
21672026-06-16T21:21:43.585Z Checking ref-cast v1.0.25
21682026-06-16T21:21:43.708Z Checking zstd-sys v2.0.16+zstd.1.5.7
21692026-06-16T21:21:43.744Z Checking zip v0.6.6
21702026-06-16T21:21:43.828Z Checking pin-project v1.1.11
21712026-06-16T21:21:43.859Z Checking zstd-safe v7.2.4
21722026-06-16T21:21:43.862Z Checking bumpalo v3.20.2
21732026-06-16T21:21:43.947Z Checking libbz2-rs-sys v0.2.2
21742026-06-16T21:21:43.980Z Checking crossterm v0.28.1
21752026-06-16T21:21:44.014Z Checking similar v2.7.0
21762026-06-16T21:21:44.046Z Checking zstd v0.13.3
21772026-06-16T21:21:44.086Z Checking tokio-stream v0.1.18
21782026-06-16T21:21:44.117Z Checking zopfli v0.8.3
21792026-06-16T21:21:44.258Z Checking fs-err v3.3.0
21802026-06-16T21:21:44.290Z Checking toml_edit v0.19.15
21812026-06-16T21:21:44.355Z Checking bzip2 v0.6.1
21822026-06-16T21:21:44.408Z Checking pem v3.0.6
21832026-06-16T21:21:44.466Z Checking hash32 v0.2.1
21842026-06-16T21:21:44.498Z Checking serde-big-array v0.5.1
21852026-06-16T21:21:44.539Z Checking jiff v0.2.21
21862026-06-16T21:21:44.583Z Checking unicode-bidi v0.3.18
21872026-06-16T21:21:44.609Z Checking unicode-properties v0.1.4
21882026-06-16T21:21:44.645Z Checking predicates-core v1.0.10
21892026-06-16T21:21:44.677Z Checking heapless v0.7.17
21902026-06-16T21:21:44.708Z Checking snafu v0.8.9
21912026-06-16T21:21:44.795Z Checking olpc-cjson v0.1.4
21922026-06-16T21:21:44.826Z Checking hickory-proto v0.25.2
21932026-06-16T21:21:44.893Z Checking stringprep v0.1.5
21942026-06-16T21:21:44.953Z Checking md-5 v0.10.6
21952026-06-16T21:21:44.985Z Checking serde_plain v1.0.2
21962026-06-16T21:21:45.107Z Checking float-cmp v0.10.0
21972026-06-16T21:21:45.112Z Checking difflib v0.4.0
21982026-06-16T21:21:45.137Z Checking typed-path v0.9.3
21992026-06-16T21:21:45.168Z Checking fallible-iterator v0.2.0
22002026-06-16T21:21:45.221Z Checking normalize-line-endings v0.3.0
22012026-06-16T21:21:45.312Z Checking smoltcp v0.9.1
22022026-06-16T21:21:45.344Z Checking predicates v3.1.4
22032026-06-16T21:21:45.347Z Checking toml v0.7.8
22042026-06-16T21:21:45.459Z Checking postgres-protocol v0.6.10
22052026-06-16T21:21:45.580Z Checking iddqd v0.4.2
22062026-06-16T21:21:45.695Z Checking phf_shared v0.13.1
22072026-06-16T21:21:45.728Z Checking phf_shared v0.11.3
22082026-06-16T21:21:45.801Z Checking buf-list v1.1.2
22092026-06-16T21:21:45.898Z Checking strum v0.27.2
22102026-06-16T21:21:45.931Z Checking fixedbitset v0.4.2
22112026-06-16T21:21:45.934Z Checking lalrpop-util v0.19.12
22122026-06-16T21:21:45.959Z Checking tough v0.22.0
22132026-06-16T21:21:46.021Z Checking fixedbitset v0.5.7
22142026-06-16T21:21:46.050Z Checking precomputed-hash v0.1.1
22152026-06-16T21:21:46.106Z Checking new_debug_unreachable v1.0.6
22162026-06-16T21:21:46.144Z Checking petgraph v0.6.5
22172026-06-16T21:21:46.176Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-06-16T21:21:46.205Z Checking string_cache v0.8.9
22192026-06-16T21:21:46.236Z Checking petgraph v0.8.3
22202026-06-16T21:21:46.399Z Checking phf v0.13.1
22212026-06-16T21:21:46.516Z Checking postgres-types v0.2.12
22222026-06-16T21:21:46.577Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-06-16T21:21:46.827Z Checking zip v4.6.1
22242026-06-16T21:21:46.867Z Checking whoami v2.1.0
22252026-06-16T21:21:46.871Z Checking peg-runtime v0.8.5
22262026-06-16T21:21:47.096Z Checking tokio-postgres v0.7.16
22272026-06-16T21:21:47.174Z Checking is-terminal v0.4.17
22282026-06-16T21:21:47.294Z Checking crossbeam-channel v0.5.15
22292026-06-16T21:21:47.422Z Compiling structmeta-derive v0.3.0
22302026-06-16T21:21:47.453Z Checking thread_local v1.1.9
22312026-06-16T21:21:47.593Z Checking take_mut v0.2.2
22322026-06-16T21:21:47.641Z Checking term v1.2.1
22332026-06-16T21:21:47.673Z Compiling newtype-uuid-macros v0.1.0
22342026-06-16T21:21:47.724Z Checking slog-async v2.8.0
22352026-06-16T21:21:47.798Z Compiling rustls v0.22.4
22362026-06-16T21:21:47.889Z Checking slog-term v2.9.2
22372026-06-16T21:21:47.922Z Compiling multer v3.1.0
22382026-06-16T21:21:47.991Z Compiling async-stream-impl v0.3.6
22392026-06-16T21:21:48.064Z Compiling dropshot v0.17.0
22402026-06-16T21:21:48.164Z Compiling dropshot_endpoint v0.17.0
22412026-06-16T21:21:48.204Z Checking match_cfg v0.1.0
22422026-06-16T21:21:48.307Z Checking hostname v0.3.1
22432026-06-16T21:21:48.348Z Checking slog-json v2.6.1
22442026-06-16T21:21:48.380Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-06-16T21:21:48.426Z Checking debug-ignore v1.0.5
22462026-06-16T21:21:48.457Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-06-16T21:21:48.519Z Compiling structmeta v0.3.0
22482026-06-16T21:21:48.550Z Checking slog-bunyan v2.5.0
22492026-06-16T21:21:48.553Z Checking progenitor-client v0.14.0
22502026-06-16T21:21:48.613Z Checking rustls-webpki v0.102.8
22512026-06-16T21:21:48.647Z Checking serde_spanned v1.0.4
22522026-06-16T21:21:48.715Z Checking toml_datetime v1.0.0+spec-1.1.0
22532026-06-16T21:21:48.749Z Compiling derive-ex v0.1.8
22542026-06-16T21:21:48.792Z Checking serde_path_to_error v0.1.20
22552026-06-16T21:21:48.823Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-06-16T21:21:48.832Z Checking compression-core v0.4.31
22572026-06-16T21:21:48.888Z Checking async-stream v0.3.6
22582026-06-16T21:21:48.995Z Checking compression-codecs v0.4.37
22592026-06-16T21:21:49.055Z Checking toml v1.0.6+spec-1.1.0
22602026-06-16T21:21:49.063Z Checking waitgroup v0.1.2
22612026-06-16T21:21:49.114Z Checking rustls-pemfile v2.2.0
22622026-06-16T21:21:49.172Z Checking hostname v0.4.2
22632026-06-16T21:21:49.204Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-06-16T21:21:49.207Z Checking async-compression v0.4.41
22652026-06-16T21:21:49.274Z Compiling parse-display-derive v0.10.0
22662026-06-16T21:21:49.305Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-06-16T21:21:49.340Z Checking atomicwrites v0.4.4
22682026-06-16T21:21:49.469Z Checking regress v0.10.5
22692026-06-16T21:21:49.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-06-16T21:21:49.505Z Checking itertools v0.14.0
22712026-06-16T21:21:49.675Z Checking macaddr v1.0.1
22722026-06-16T21:21:49.891Z Checking instant v0.1.13
22732026-06-16T21:21:49.928Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22742026-06-16T21:21:49.961Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22752026-06-16T21:21:49.993Z Checking backoff v0.4.0
22762026-06-16T21:21:50.187Z Checking backon v1.6.0
22772026-06-16T21:21:50.220Z Checking humantime v2.3.0
22782026-06-16T21:21:50.379Z Checking progenitor-extras v0.2.0
22792026-06-16T21:21:50.429Z Checking unicode-width v0.2.0
22802026-06-16T21:21:50.460Z Compiling test-strategy v0.4.5
22812026-06-16T21:21:50.463Z Checking heck v0.5.0
22822026-06-16T21:21:50.518Z Checking tokio-rustls v0.25.0
22832026-06-16T21:21:50.570Z Compiling convert_case v0.4.0
22842026-06-16T21:21:50.639Z Checking half v2.7.1
22852026-06-16T21:21:50.670Z Checking ciborium-io v0.2.2
22862026-06-16T21:21:50.740Z Checking secrecy v0.10.3
22872026-06-16T21:21:50.800Z Compiling regress v0.11.1
22882026-06-16T21:21:50.888Z Checking indent_write v2.2.0
22892026-06-16T21:21:50.920Z Checking universal-hash v0.5.1
22902026-06-16T21:21:50.949Z Checking ciborium-ll v0.2.2
22912026-06-16T21:21:50.981Z Compiling derive_more v0.99.20
22922026-06-16T21:21:51.011Z Checking parse-display v0.10.0
22932026-06-16T21:21:51.043Z Compiling unsafe-libyaml v0.2.11
22942026-06-16T21:21:51.072Z Checking opaque-debug v0.3.1
22952026-06-16T21:21:51.154Z Checking ciborium v0.2.2
22962026-06-16T21:21:51.185Z Checking camino-tempfile v1.4.1
22972026-06-16T21:21:51.393Z Compiling crucible-workspace-hack v0.1.0
22982026-06-16T21:21:51.601Z Compiling serde_yaml v0.9.34+deprecated
22992026-06-16T21:21:51.670Z Checking aead v0.5.2
23002026-06-16T21:21:51.856Z Checking poly1305 v0.8.0
23012026-06-16T21:21:51.924Z Checking chacha20 v0.9.1
23022026-06-16T21:21:52.053Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-16T21:21:52.144Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-06-16T21:21:52.147Z Compiling thiserror-impl-no-std v2.0.2
23052026-06-16T21:21:52.459Z Compiling typify-impl v0.6.2
23062026-06-16T21:21:52.515Z Checking swrite v0.1.0
23072026-06-16T21:21:52.634Z Checking password-hash v0.5.0
23082026-06-16T21:21:52.715Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-06-16T21:21:52.887Z Checking blake2 v0.10.6
23102026-06-16T21:21:53.080Z Checking chacha20poly1305 v0.10.1
23112026-06-16T21:21:53.151Z Checking argon2 v0.5.3
23122026-06-16T21:21:53.290Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23132026-06-16T21:21:53.331Z Checking thiserror-no-std v2.0.2
23142026-06-16T21:21:53.448Z Checking vsss-rs v3.3.4
23152026-06-16T21:21:53.524Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23162026-06-16T21:21:53.555Z Checking byte-wrapper v0.1.0
23172026-06-16T21:21:53.665Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23182026-06-16T21:21:53.786Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-06-16T21:21:53.831Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-06-16T21:21:53.925Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23212026-06-16T21:21:54.026Z Checking crossbeam-deque v0.8.6
23222026-06-16T21:21:54.062Z Compiling rayon-core v1.13.0
23232026-06-16T21:21:54.231Z Checking toml v0.8.23
23242026-06-16T21:21:54.549Z Compiling toml_datetime v0.7.5+spec-1.1.0
23252026-06-16T21:21:54.582Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-06-16T21:21:54.586Z Compiling proc-macro-error v1.0.4
23272026-06-16T21:21:54.647Z Checking rayon v1.11.0
23282026-06-16T21:21:54.825Z Compiling toml_edit v0.23.10+spec-1.0.0
23292026-06-16T21:21:54.944Z Checking tabwriter v1.4.1
23302026-06-16T21:21:55.111Z Checking glob v0.3.3
23312026-06-16T21:21:55.146Z Compiling heapless v0.8.0
23322026-06-16T21:21:55.327Z Checking colored v3.1.1
23332026-06-16T21:21:55.384Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23342026-06-16T21:21:55.456Z Compiling proc-macro-crate v3.4.0
23352026-06-16T21:21:55.539Z Compiling ingot-macros v0.1.1
23362026-06-16T21:21:55.714Z Checking hash32 v0.3.1
23372026-06-16T21:21:55.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-06-16T21:21:55.865Z Checking unicode-width v0.1.14
23392026-06-16T21:21:55.909Z Compiling smoltcp v0.11.0
23402026-06-16T21:21:56.058Z Compiling num_enum_derive v0.7.6
23412026-06-16T21:21:56.145Z Checking cobs v0.3.0
23422026-06-16T21:21:56.171Z Compiling usdt-macro v0.5.0
23432026-06-16T21:21:56.326Z Compiling usdt-attr-macro v0.5.0
23442026-06-16T21:21:56.333Z Checking memmap v0.7.0
23452026-06-16T21:21:56.506Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-06-16T21:21:56.841Z Checking postcard v1.1.3
23472026-06-16T21:21:56.927Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-06-16T21:21:56.941Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-16T21:21:57.023Z Compiling typify-macro v0.6.2
23502026-06-16T21:21:57.092Z Compiling proc-macro-crate v1.3.1
23512026-06-16T21:21:57.114Z Checking num_enum v0.7.6
23522026-06-16T21:21:57.118Z Checking usdt v0.5.0
23532026-06-16T21:21:57.180Z Checking sigpipe v0.1.3
23542026-06-16T21:21:57.263Z Compiling foreign-types-macros v0.2.3
23552026-06-16T21:21:57.295Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-16T21:21:57.343Z Checking cpufeatures v0.3.0
23572026-06-16T21:21:57.440Z Checking foreign-types-shared v0.3.1
23582026-06-16T21:21:57.539Z Compiling num_enum_derive v0.5.11
23592026-06-16T21:21:57.568Z Checking chacha20 v0.10.0
23602026-06-16T21:21:57.727Z Checking cstr-argument v0.1.2
23612026-06-16T21:21:57.794Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-06-16T21:21:57.864Z Checking foreign-types v0.5.0
23632026-06-16T21:21:57.872Z Compiling num-derive v0.4.2
23642026-06-16T21:21:57.919Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23652026-06-16T21:21:57.963Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23662026-06-16T21:21:58.221Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672026-06-16T21:21:58.245Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-06-16T21:21:58.385Z Checking rand v0.10.0
23692026-06-16T21:21:58.410Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23702026-06-16T21:21:58.418Z Checking ingot-types v0.1.2
23712026-06-16T21:21:58.418Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-06-16T21:21:58.572Z Checking num_enum v0.5.11
23732026-06-16T21:21:58.600Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23742026-06-16T21:21:58.669Z Checking itertools v0.12.1
23752026-06-16T21:21:58.706Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23762026-06-16T21:21:58.751Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23772026-06-16T21:21:58.775Z Compiling typify v0.6.2
23782026-06-16T21:21:58.830Z Checking ingot v0.1.1
23792026-06-16T21:21:58.888Z Compiling progenitor-impl v0.14.0
23802026-06-16T21:21:58.951Z Compiling zone_cfg_derive v0.3.1
23812026-06-16T21:21:59.064Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23822026-06-16T21:21:59.262Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23832026-06-16T21:21:59.520Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23842026-06-16T21:21:59.678Z Checking zone v0.3.1
23852026-06-16T21:21:59.708Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23862026-06-16T21:21:59.736Z Checking smf v0.2.3
23872026-06-16T21:21:59.770Z Checking whoami v1.6.1
23882026-06-16T21:21:59.899Z Checking tokio-dtrace v0.1.1
23892026-06-16T21:21:59.945Z Compiling derive-where v1.6.0
23902026-06-16T21:21:59.975Z Checking console v0.15.11
23912026-06-16T21:22:00.048Z Checking newline-converter v0.3.0
23922026-06-16T21:22:00.106Z Checking oxide-tokio-rt v0.1.4
23932026-06-16T21:22:00.181Z Checking num-rational v0.4.2
23942026-06-16T21:22:00.214Z Checking num-complex v0.4.6
23952026-06-16T21:22:00.269Z Checking expectorate v1.2.0
23962026-06-16T21:22:00.299Z Checking bytecount v0.6.9
23972026-06-16T21:22:00.420Z Checking float-ord v0.3.2
23982026-06-16T21:22:00.451Z Compiling owo-colors v4.3.0
23992026-06-16T21:22:00.480Z Compiling prettyplease v0.2.37
24002026-06-16T21:22:00.484Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24012026-06-16T21:22:00.550Z Compiling cancel-safe-futures v0.1.5
24022026-06-16T21:22:00.580Z Checking num v0.4.3
24032026-06-16T21:22:00.705Z Checking libsw-core v0.3.2
24042026-06-16T21:22:00.823Z Checking linear-map v1.2.0
24052026-06-16T21:22:00.912Z Checking libsw v3.5.0
24062026-06-16T21:22:01.087Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-06-16T21:22:01.229Z Checking gethostname v0.5.0
24082026-06-16T21:22:01.325Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24092026-06-16T21:22:01.528Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-06-16T21:22:01.569Z Compiling progenitor-macro v0.14.0
24112026-06-16T21:22:01.757Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-16T21:22:02.330Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-06-16T21:22:02.836Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-16T21:22:03.407Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-06-16T21:22:05.582Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24162026-06-16T21:22:05.769Z Checking resolv-conf v0.7.6
24172026-06-16T21:22:05.979Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-06-16T21:22:06.146Z Checking unicode-linebreak v0.1.5
24192026-06-16T21:22:06.235Z Checking smawk v0.3.2
24202026-06-16T21:22:06.267Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-06-16T21:22:06.409Z Checking papergrid v0.11.0
24222026-06-16T21:22:06.412Z Compiling tabled_derive v0.7.0
24232026-06-16T21:22:06.482Z Checking progenitor v0.14.0
24242026-06-16T21:22:06.565Z Compiling convert_case v0.10.0
24252026-06-16T21:22:06.647Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24262026-06-16T21:22:06.763Z Compiling slog-dtrace v0.3.0
24272026-06-16T21:22:06.930Z Compiling derive_more-impl v2.1.1
24282026-06-16T21:22:07.037Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24292026-06-16T21:22:07.413Z Checking tabled v0.15.0
24302026-06-16T21:22:07.707Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24312026-06-16T21:22:07.768Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-06-16T21:22:07.920Z Checking derive_more v2.1.1
24332026-06-16T21:22:08.003Z Checking linked-hash-map v0.5.6
24342026-06-16T21:22:08.032Z Checking crossterm v0.29.0
24352026-06-16T21:22:08.200Z Checking lru-cache v0.1.2
24362026-06-16T21:22:08.349Z Checking hickory-proto v0.24.4
24372026-06-16T21:22:08.386Z Checking fd-lock v4.0.4
24382026-06-16T21:22:08.539Z Checking vte v0.14.1
24392026-06-16T21:22:08.572Z Checking display-error-chain v0.2.2
24402026-06-16T21:22:08.575Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-06-16T21:22:08.632Z Checking nu-ansi-term v0.50.3
24422026-06-16T21:22:08.718Z Checking termtree v0.5.1
24432026-06-16T21:22:08.722Z Checking strip-ansi-escapes v0.2.1
24442026-06-16T21:22:08.780Z Checking textwrap v0.16.2
24452026-06-16T21:22:08.850Z Compiling minimal-lexical v0.2.1
24462026-06-16T21:22:08.880Z Checking reedline v0.40.0
24472026-06-16T21:22:08.910Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24482026-06-16T21:22:09.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-06-16T21:22:09.131Z Compiling nom v7.1.3
24502026-06-16T21:22:09.162Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-06-16T21:22:09.379Z Compiling ar_archive_writer v0.5.1
24522026-06-16T21:22:09.583Z Checking csv-core v0.1.13
24532026-06-16T21:22:09.763Z Compiling stacker v0.1.23
24542026-06-16T21:22:09.795Z Checking csv v1.4.0
24552026-06-16T21:22:10.043Z Checking highway v1.3.0
24562026-06-16T21:22:10.074Z Compiling semver v0.1.20
24572026-06-16T21:22:10.144Z Checking hickory-resolver v0.24.4
24582026-06-16T21:22:10.181Z Compiling cfg_aliases v0.1.1
24592026-06-16T21:22:10.258Z Compiling psm v0.1.30
24602026-06-16T21:22:10.288Z Compiling nix v0.28.0
24612026-06-16T21:22:10.317Z Compiling rustc_version v0.1.7
24622026-06-16T21:22:10.377Z Checking nibble_vec v0.1.0
24632026-06-16T21:22:10.415Z Checking home v0.5.12
24642026-06-16T21:22:10.478Z Checking endian-type v0.1.2
24652026-06-16T21:22:10.533Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24662026-06-16T21:22:10.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24672026-06-16T21:22:10.619Z Compiling newtype_derive v0.1.6
24682026-06-16T21:22:10.661Z Checking radix_trie v0.2.1
24692026-06-16T21:22:10.730Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24702026-06-16T21:22:10.841Z Checking phf_shared v0.12.1
24712026-06-16T21:22:10.914Z Compiling recursive-proc-macro-impl v0.1.1
24722026-06-16T21:22:10.946Z Checking qorb v0.4.1
24732026-06-16T21:22:11.006Z Compiling chrono-tz v0.10.4
24742026-06-16T21:22:11.084Z Checking phf v0.12.1
24752026-06-16T21:22:11.283Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24762026-06-16T21:22:11.291Z Compiling const_format_proc_macros v0.2.34
24772026-06-16T21:22:11.313Z Compiling peg-macros v0.8.5
24782026-06-16T21:22:11.370Z Checking recursive v0.1.1
24792026-06-16T21:22:11.456Z Checking nom v8.0.0
24802026-06-16T21:22:11.489Z Checking winnow v0.6.26
24812026-06-16T21:22:11.800Z Compiling sqlparser_derive v0.5.0
24822026-06-16T21:22:12.184Z Checking unicode_categories v0.1.1
24832026-06-16T21:22:12.212Z Checking rustyline v14.0.0
24842026-06-16T21:22:12.578Z Checking sqlparser v0.61.0
24852026-06-16T21:22:12.626Z Checking sqlformat v0.3.5
24862026-06-16T21:22:12.717Z Checking peg v0.8.5
24872026-06-16T21:22:12.816Z Checking const_format v0.2.35
24882026-06-16T21:22:13.073Z Checking bcs v0.1.6
24892026-06-16T21:22:13.175Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
24902026-06-16T21:22:13.273Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912026-06-16T21:22:13.361Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24922026-06-16T21:22:13.396Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
24932026-06-16T21:22:13.485Z Checking steno v0.4.1
24942026-06-16T21:22:13.488Z Checking filetime v0.2.27
24952026-06-16T21:22:13.681Z Checking xattr v1.6.1
24962026-06-16T21:22:13.839Z Checking tar v0.4.45
24972026-06-16T21:22:14.024Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-06-16T21:22:14.222Z Checking subprocess v0.2.15
24992026-06-16T21:22:14.254Z Checking base64 v0.21.7
25002026-06-16T21:22:14.514Z Checking headers-core v0.3.0
25012026-06-16T21:22:14.517Z Checking yasna v0.5.2
25022026-06-16T21:22:14.573Z Checking dropshot-api-manager-types v0.7.2
25032026-06-16T21:22:14.685Z Checking headers v0.4.1
25042026-06-16T21:22:14.769Z Checking tagptr v0.2.0
25052026-06-16T21:22:14.934Z Checking moka v0.12.13
25062026-06-16T21:22:14.963Z Checking rcgen v0.12.1
25072026-06-16T21:22:15.166Z Checking utf-8 v0.7.6
25082026-06-16T21:22:15.304Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25092026-06-16T21:22:15.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25102026-06-16T21:22:15.431Z Compiling libefi-sys v0.1.0
25112026-06-16T21:22:15.478Z Checking tungstenite v0.21.0
25122026-06-16T21:22:15.592Z Checking hickory-resolver v0.25.2
25132026-06-16T21:22:15.699Z Compiling bitfield-struct v0.6.2
25142026-06-16T21:22:15.968Z Checking tokio-tungstenite v0.21.0
25152026-06-16T21:22:16.023Z Compiling radium v0.7.0
25162026-06-16T21:22:16.221Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25172026-06-16T21:22:16.271Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-16T21:22:16.343Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25192026-06-16T21:22:16.372Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25202026-06-16T21:22:16.375Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-06-16T21:22:16.430Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25222026-06-16T21:22:16.554Z Checking tap v1.0.1
25232026-06-16T21:22:16.638Z Compiling maybe-uninit v2.0.0
25242026-06-16T21:22:16.668Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-06-16T21:22:16.695Z Checking wyz v0.5.1
25262026-06-16T21:22:16.926Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25272026-06-16T21:22:16.955Z Compiling zerocopy-derive v0.6.6
25282026-06-16T21:22:17.026Z Compiling packed_struct v0.10.1
25292026-06-16T21:22:17.064Z Checking crc-catalog v2.4.0
25302026-06-16T21:22:17.183Z Checking funty v2.0.0
25312026-06-16T21:22:17.340Z Checking crc v3.4.0
25322026-06-16T21:22:17.433Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
25332026-06-16T21:22:17.465Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
25342026-06-16T21:22:17.520Z Checking bitvec v1.0.1
25352026-06-16T21:22:17.549Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25362026-06-16T21:22:17.578Z Compiling packed_struct_codegen v0.10.1
25372026-06-16T21:22:17.839Z Checking zerocopy v0.6.6
25382026-06-16T21:22:18.161Z Compiling bitfield-macros v0.19.4
25392026-06-16T21:22:18.518Z Compiling indexmap v1.9.3
25402026-06-16T21:22:18.671Z Checking nodrop v0.1.14
25412026-06-16T21:22:18.674Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25422026-06-16T21:22:18.786Z Checking smallvec v0.6.14
25432026-06-16T21:22:18.816Z Checking array-init v0.0.4
25442026-06-16T21:22:18.906Z Checking bitfield v0.19.4
25452026-06-16T21:22:18.998Z Checking hashbrown v0.12.3
25462026-06-16T21:22:19.124Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-06-16T21:22:19.143Z Checking serde-hex v0.1.0
25482026-06-16T21:22:19.197Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-16T21:22:19.387Z Checking ron v0.8.1
25502026-06-16T21:22:19.410Z Checking hashbrown v0.13.2
25512026-06-16T21:22:19.778Z Checking crc-any v2.5.0
25522026-06-16T21:22:19.864Z Checking object v0.30.4
25532026-06-16T21:22:19.925Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-06-16T21:22:20.014Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-06-16T21:22:20.014Z Compiling xshell-macros v0.2.7
25562026-06-16T21:22:20.131Z Checking path-slash v0.1.5
25572026-06-16T21:22:20.262Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25582026-06-16T21:22:20.382Z Checking xshell v0.2.7
25592026-06-16T21:22:20.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25602026-06-16T21:22:20.691Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25612026-06-16T21:22:20.805Z Checking half v1.8.3
25622026-06-16T21:22:21.018Z Compiling num-derive v0.3.3
25632026-06-16T21:22:21.044Z Checking serde_cbor v0.11.2
25642026-06-16T21:22:21.077Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25652026-06-16T21:22:21.469Z Compiling proc-macro-error-attr2 v2.0.0
25662026-06-16T21:22:21.922Z Compiling proc-macro-error2 v2.0.1
25672026-06-16T21:22:21.943Z Checking libscf-sys v1.1.0
25682026-06-16T21:22:22.009Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25692026-06-16T21:22:22.038Z Checking papergrid v0.17.0
25702026-06-16T21:22:22.094Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-16T21:22:22.260Z Compiling tabled_derive v0.11.0
25722026-06-16T21:22:22.282Z Checking testing_table v0.3.0
25732026-06-16T21:22:22.333Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-06-16T21:22:22.401Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-16T21:22:22.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-16T21:22:22.830Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772026-06-16T21:22:22.863Z Checking maplit v1.0.2
25782026-06-16T21:22:22.972Z Compiling git-stub v1.0.0
25792026-06-16T21:22:23.024Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-06-16T21:22:23.192Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-06-16T21:22:23.254Z Checking crc8 v0.1.1
25822026-06-16T21:22:23.340Z Compiling git-stub-vcs v0.1.0
25832026-06-16T21:22:23.378Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-06-16T21:22:23.427Z Checking tabled v0.20.0
25852026-06-16T21:22:23.719Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-06-16T21:22:24.018Z Checking fxhash v0.2.1
25872026-06-16T21:22:24.031Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25882026-06-16T21:22:24.083Z Checking unicase v2.9.0
25892026-06-16T21:22:24.141Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25902026-06-16T21:22:24.263Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25912026-06-16T21:22:24.392Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-06-16T21:22:24.462Z Compiling vergen-lib v0.1.6
25932026-06-16T21:22:24.595Z Compiling diesel_derives v2.3.7
25942026-06-16T21:22:24.662Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25952026-06-16T21:22:24.758Z Checking scheduled-thread-pool v0.2.7
25962026-06-16T21:22:24.837Z Compiling dsl_auto_type v0.2.0
25972026-06-16T21:22:24.911Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25982026-06-16T21:22:24.942Z Compiling vergen-gitcl v1.0.8
25992026-06-16T21:22:24.946Z Compiling diesel_table_macro_syntax v0.3.0
26002026-06-16T21:22:25.200Z Checking r2d2 v0.8.10
26012026-06-16T21:22:25.255Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-06-16T21:22:25.407Z Checking kstat-rs v0.2.4
26032026-06-16T21:22:25.526Z Checking arc-swap v1.8.2
26042026-06-16T21:22:25.600Z Checking downcast-rs v2.0.2
26052026-06-16T21:22:25.730Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26062026-06-16T21:22:25.761Z Compiling parking_lot_core v0.8.6
26072026-06-16T21:22:25.797Z Checking slog-scope v4.4.1
26082026-06-16T21:22:25.961Z Checking slog-stdlog v4.1.1
26092026-06-16T21:22:26.066Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-06-16T21:22:26.115Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26112026-06-16T21:22:26.129Z Checking slog-envlogger v2.2.0
26122026-06-16T21:22:26.283Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26132026-06-16T21:22:26.311Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-16T21:22:26.382Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26152026-06-16T21:22:26.422Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
26162026-06-16T21:22:26.549Z Compiling dirs-sys-next v0.1.2
26172026-06-16T21:22:26.578Z Compiling crunchy v0.2.4
26182026-06-16T21:22:26.615Z Checking parking_lot v0.11.2
26192026-06-16T21:22:26.807Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
26202026-06-16T21:22:26.872Z Compiling dirs-next v2.0.0
26212026-06-16T21:22:26.904Z Compiling clang-sys v1.8.1
26222026-06-16T21:22:26.958Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26232026-06-16T21:22:27.001Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26242026-06-16T21:22:27.027Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26252026-06-16T21:22:27.129Z Checking prefix-trie v0.7.0
26262026-06-16T21:22:27.170Z Compiling tiny-keccak v2.0.2
26272026-06-16T21:22:27.308Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
26282026-06-16T21:22:27.446Z Compiling term v0.7.0
26292026-06-16T21:22:27.507Z Checking hickory-server v0.25.2
26302026-06-16T21:22:27.531Z Checking sled v0.34.7
26312026-06-16T21:22:27.599Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26322026-06-16T21:22:27.671Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26332026-06-16T21:22:27.912Z Checking nanorand v0.7.0
26342026-06-16T21:22:28.043Z Compiling salty v0.3.0
26352026-06-16T21:22:28.055Z Compiling bit-vec v0.6.3
26362026-06-16T21:22:28.134Z Checking flume v0.11.1
26372026-06-16T21:22:28.268Z Compiling bit-set v0.5.3
26382026-06-16T21:22:28.306Z Compiling ascii-canvas v3.0.0
26392026-06-16T21:22:28.452Z Compiling progenitor-impl v0.13.0
26402026-06-16T21:22:28.583Z Checking primeorder v0.13.6
26412026-06-16T21:22:28.739Z Compiling itertools v0.10.5
26422026-06-16T21:22:28.793Z Compiling ena v0.14.4
26432026-06-16T21:22:28.836Z Compiling libloading v0.8.9
26442026-06-16T21:22:28.869Z Compiling bindgen v0.71.1
26452026-06-16T21:22:28.984Z Compiling regex-syntax v0.6.29
26462026-06-16T21:22:29.025Z Compiling diff v0.1.13
26472026-06-16T21:22:29.668Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26482026-06-16T21:22:30.076Z Compiling cexpr v0.6.0
26492026-06-16T21:22:30.198Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-06-16T21:22:30.728Z Checking diesel v2.3.7
26512026-06-16T21:22:30.811Z Compiling lalrpop v0.19.12
26522026-06-16T21:22:30.925Z Checking progenitor-client v0.13.0
26532026-06-16T21:22:31.005Z Compiling fs-err v2.11.0
26542026-06-16T21:22:31.080Z Compiling progenitor-macro v0.13.0
26552026-06-16T21:22:31.108Z Compiling rustc-hash v2.1.1
26562026-06-16T21:22:31.191Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-06-16T21:22:31.352Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-06-16T21:22:31.410Z Compiling libxml v0.3.3
26592026-06-16T21:22:31.773Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-16T21:22:31.926Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26612026-06-16T21:22:31.956Z Checking p384 v0.13.1
26622026-06-16T21:22:32.396Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26632026-06-16T21:22:32.774Z Compiling strum_macros v0.24.3
26642026-06-16T21:22:32.783Z Compiling indoc v1.0.9
26652026-06-16T21:22:33.262Z Checking parse-size v1.1.0
26662026-06-16T21:22:33.416Z Checking assert_matches v1.5.0
26672026-06-16T21:22:33.519Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26682026-06-16T21:22:34.180Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-06-16T21:22:34.417Z Compiling typify-impl v0.4.3
26702026-06-16T21:22:34.422Z Checking quick-xml v0.37.5
26712026-06-16T21:22:34.709Z Checking derive_builder v0.20.2
26722026-06-16T21:22:34.852Z Compiling oso-derive v0.27.3
26732026-06-16T21:22:35.307Z Compiling impl-trait-for-tuples v0.2.3
26742026-06-16T21:22:35.378Z Compiling trait-variant v0.1.2
26752026-06-16T21:22:35.971Z Checking openssl-probe v0.1.6
26762026-06-16T21:22:35.997Z Checking progenitor v0.13.0
26772026-06-16T21:22:36.110Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26782026-06-16T21:22:36.211Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-06-16T21:22:36.830Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-06-16T21:22:36.892Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26812026-06-16T21:22:36.923Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26822026-06-16T21:22:37.490Z Checking predicates-tree v1.0.13
26832026-06-16T21:22:37.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26842026-06-16T21:22:37.887Z Compiling mime_guess v2.0.5
26852026-06-16T21:22:37.891Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-06-16T21:22:37.917Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-16T21:22:38.884Z Checking http-range v0.1.5
26882026-06-16T21:22:38.915Z Compiling typify-macro v0.4.3
26892026-06-16T21:22:40.422Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26902026-06-16T21:22:40.647Z Compiling typify v0.4.3
26912026-06-16T21:22:40.772Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-06-16T21:22:40.801Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26932026-06-16T21:22:41.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26942026-06-16T21:22:41.155Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26952026-06-16T21:22:41.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26962026-06-16T21:22:41.901Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-06-16T21:22:42.971Z Checking bb8 v0.8.6
26982026-06-16T21:22:43.087Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-06-16T21:22:43.141Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27002026-06-16T21:22:43.317Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-06-16T21:22:43.409Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27022026-06-16T21:22:43.500Z Checking atty v0.2.14
27032026-06-16T21:22:43.536Z Checking corncobs v0.1.4
27042026-06-16T21:22:43.700Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-06-16T21:22:43.847Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-06-16T21:22:43.888Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-06-16T21:22:43.999Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27082026-06-16T21:22:44.262Z Compiling progenitor-impl v0.11.2
27092026-06-16T21:22:44.700Z Checking diesel-dtrace v0.5.0
27102026-06-16T21:22:44.903Z Checking async-bb8-diesel v0.2.1
27112026-06-16T21:22:45.002Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122026-06-16T21:22:45.209Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-06-16T21:22:45.281Z Checking ignore v0.4.25
27142026-06-16T21:22:45.749Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-16T21:22:45.812Z Checking secrecy v0.8.0
27162026-06-16T21:22:46.313Z Checking globwalk v0.9.1
27172026-06-16T21:22:46.568Z Checking hyper-staticfile v0.10.1
27182026-06-16T21:22:46.710Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-16T21:22:46.887Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-06-16T21:22:46.941Z Compiling progenitor-macro v0.11.2
27212026-06-16T21:22:46.981Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27222026-06-16T21:22:47.199Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27232026-06-16T21:22:47.506Z Checking progenitor-client v0.11.2
27242026-06-16T21:22:47.536Z Compiling illumos-nvpair-sys v0.2.0
27252026-06-16T21:22:47.751Z Checking nonempty v0.12.0
27262026-06-16T21:22:47.812Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27272026-06-16T21:22:47.848Z Checking camino-tempfile-ext v0.3.3
27282026-06-16T21:22:47.942Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27292026-06-16T21:22:48.082Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27302026-06-16T21:22:49.272Z Checking signal-hook-tokio v0.3.1
27312026-06-16T21:22:49.295Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-06-16T21:22:49.295Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27332026-06-16T21:22:49.321Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27342026-06-16T21:22:49.354Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-06-16T21:22:53.486Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-06-16T21:22:53.486Z Checking illumos-nvpair v0.3.0
27372026-06-16T21:22:53.486Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-06-16T21:22:53.486Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-06-16T21:22:53.486Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402026-06-16T21:22:53.486Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27412026-06-16T21:22:53.486Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-06-16T21:22:53.487Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27432026-06-16T21:22:53.487Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27442026-06-16T21:22:53.487Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452026-06-16T21:22:53.487Z Checking tungstenite v0.23.0
27462026-06-16T21:22:53.487Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-06-16T21:22:53.487Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27482026-06-16T21:22:53.487Z Checking tokio-tungstenite v0.23.1
27492026-06-16T21:22:53.487Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-16T21:22:53.487Z Checking progenitor v0.11.2
27512026-06-16T21:22:53.487Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-06-16T21:22:53.487Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-06-16T21:22:53.487Z Checking rand_seeder v0.4.0
27542026-06-16T21:22:53.488Z Checking void v1.0.2
27552026-06-16T21:22:53.488Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-06-16T21:22:53.488Z Checking lzss v0.8.2
27572026-06-16T21:22:53.488Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27582026-06-16T21:22:53.488Z Checking nix v0.27.1
27592026-06-16T21:22:53.488Z Checking serde_bytes v0.11.19
27602026-06-16T21:22:53.489Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-06-16T21:22:53.489Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27622026-06-16T21:22:53.489Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-06-16T21:22:53.489Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-06-16T21:22:53.559Z Checking is_ci v1.2.0
27652026-06-16T21:22:53.655Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-06-16T21:22:53.825Z Checking yansi v1.0.1
27672026-06-16T21:22:53.856Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-06-16T21:22:53.904Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-06-16T21:22:54.108Z Checking pretty_assertions v1.4.1
27702026-06-16T21:22:54.179Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712026-06-16T21:22:54.270Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-06-16T21:22:54.525Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-06-16T21:22:54.528Z Compiling darling_core v0.23.0
27742026-06-16T21:22:55.760Z Compiling indoc v2.0.7
27752026-06-16T21:22:55.810Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762026-06-16T21:22:56.044Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-06-16T21:22:56.248Z Compiling libz-sys v1.1.24
27782026-06-16T21:22:56.664Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-06-16T21:22:56.867Z Compiling instability v0.3.11
27802026-06-16T21:22:56.931Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-06-16T21:22:56.976Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-06-16T21:22:57.117Z Compiling darling_macro v0.23.0
27832026-06-16T21:22:57.288Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-06-16T21:22:57.514Z Checking castaway v0.2.4
27852026-06-16T21:22:57.641Z Compiling darling v0.23.0
27862026-06-16T21:22:57.698Z Checking compact_str v0.8.1
27872026-06-16T21:22:57.908Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27882026-06-16T21:22:58.093Z Checking supports-color v3.0.2
27892026-06-16T21:22:58.252Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-06-16T21:22:58.394Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912026-06-16T21:22:58.481Z Checking unicode-truncate v1.1.0
27922026-06-16T21:22:58.510Z Checking console v0.16.2
27932026-06-16T21:22:58.615Z Checking lru v0.12.5
27942026-06-16T21:22:58.675Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-06-16T21:22:58.704Z Checking unit-prefix v0.5.2
27962026-06-16T21:22:58.797Z Checking cassowary v0.3.0
27972026-06-16T21:22:58.869Z Checking indicatif v0.18.4
27982026-06-16T21:22:59.026Z Checking ratatui v0.29.0
27992026-06-16T21:22:59.090Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28002026-06-16T21:22:59.270Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28012026-06-16T21:22:59.514Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-06-16T21:23:00.322Z Compiling vergen-git2 v9.1.0
28032026-06-16T21:23:00.363Z Checking plotters-backend v0.3.7
28042026-06-16T21:23:00.586Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-06-16T21:23:00.618Z Checking plotters-svg v0.3.7
28062026-06-16T21:23:00.810Z Compiling rustls v0.21.12
28072026-06-16T21:23:00.839Z Checking cast v0.3.0
28082026-06-16T21:23:01.024Z Checking criterion-plot v0.6.0
28092026-06-16T21:23:01.135Z Checking plotters v0.3.7
28102026-06-16T21:23:01.171Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-06-16T21:23:01.329Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-06-16T21:23:01.556Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-06-16T21:23:01.831Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-06-16T21:23:01.908Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-06-16T21:23:02.002Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-06-16T21:23:02.129Z Checking colored v2.2.0
28172026-06-16T21:23:02.159Z Checking rustls-webpki v0.101.7
28182026-06-16T21:23:02.358Z Checking sct v0.7.1
28192026-06-16T21:23:02.519Z Checking tinytemplate v1.2.1
28202026-06-16T21:23:02.549Z Checking anes v0.1.6
28212026-06-16T21:23:02.673Z Checking shell-words v1.1.1
28222026-06-16T21:23:02.756Z Checking oorandom v11.1.5
28232026-06-16T21:23:02.825Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-06-16T21:23:02.901Z Checking criterion v0.7.0
28252026-06-16T21:23:04.231Z Checking typeid v1.0.3
28262026-06-16T21:23:04.261Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-06-16T21:23:04.365Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28282026-06-16T21:23:05.146Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-06-16T21:23:05.928Z Checking hex-literal v0.4.1
28302026-06-16T21:23:06.077Z Checking erased-serde v0.4.9
28312026-06-16T21:23:06.459Z Checking tokio-rustls v0.24.1
28322026-06-16T21:23:06.694Z Checking rustls-pemfile v1.0.4
28332026-06-16T21:23:06.867Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-06-16T21:23:07.098Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-06-16T21:23:07.507Z Checking twox-hash v2.1.2
28362026-06-16T21:23:07.580Z Checking ordered-float v2.10.1
28372026-06-16T21:23:07.838Z Checking serde-value v0.7.0
28382026-06-16T21:23:07.909Z Checking serde-untagged v0.1.9
28392026-06-16T21:23:08.078Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-06-16T21:23:08.132Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28412026-06-16T21:23:08.821Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-06-16T21:23:09.010Z Checking fatfs v0.3.6
28432026-06-16T21:23:09.140Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-06-16T21:23:09.298Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-16T21:23:09.474Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-16T21:23:09.503Z Compiling seq-macro v0.3.6
28472026-06-16T21:23:10.044Z Checking unicode-xid v0.2.6
28482026-06-16T21:23:10.164Z Checking cargo-util-schemas v0.8.2
28492026-06-16T21:23:10.483Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-16T21:23:10.788Z Checking cargo-platform v0.2.0
28512026-06-16T21:23:11.011Z Compiling petname v2.0.2
28522026-06-16T21:23:11.073Z Checking cargo_metadata v0.21.0
28532026-06-16T21:23:11.674Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-06-16T21:23:11.846Z Checking concurrent-queue v2.5.0
28552026-06-16T21:23:12.066Z Checking rtoolbox v0.0.3
28562026-06-16T21:23:12.233Z Checking parking v2.2.1
28572026-06-16T21:23:12.390Z Checking event-listener v5.4.1
28582026-06-16T21:23:12.556Z Compiling samael v0.0.19
28592026-06-16T21:23:12.639Z Checking rpassword v7.4.0
28602026-06-16T21:23:12.877Z Checking tui-tree-widget v0.23.1
28612026-06-16T21:23:13.096Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-06-16T21:23:13.183Z Checking polyval v0.6.2
28632026-06-16T21:23:13.289Z Checking sapling-renderdag v0.1.0
28642026-06-16T21:23:13.380Z Checking sync-ptr v0.1.4
28652026-06-16T21:23:13.523Z Checking ghash v0.5.1
28662026-06-16T21:23:13.582Z Checking event-listener-strategy v0.5.4
28672026-06-16T21:23:13.673Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28682026-06-16T21:23:13.749Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28692026-06-16T21:23:13.970Z Checking ctr v0.9.2
28702026-06-16T21:23:14.168Z Checking arrayvec v0.7.6
28712026-06-16T21:23:14.331Z Checking constant_time_eq v0.4.2
28722026-06-16T21:23:14.382Z Checking futures-timer v3.0.3
28732026-06-16T21:23:14.495Z Checking arrayref v0.3.9
28742026-06-16T21:23:14.589Z Checking aes-gcm v0.10.3
28752026-06-16T21:23:14.647Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28762026-06-16T21:23:14.685Z Checking async-lock v3.4.2
28772026-06-16T21:23:14.772Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-06-16T21:23:15.089Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-06-16T21:23:15.725Z Checking ssh-encoding v0.2.0
28802026-06-16T21:23:15.948Z Checking blowfish v0.9.1
28812026-06-16T21:23:16.133Z Compiling strsim v0.10.0
28822026-06-16T21:23:16.320Z Checking bcrypt-pbkdf v0.10.0
28832026-06-16T21:23:16.490Z Compiling darling_core v0.13.4
28842026-06-16T21:23:16.519Z Checking ssh-cipher v0.2.0
28852026-06-16T21:23:16.718Z Checking async-object-pool v0.2.0
28862026-06-16T21:23:16.859Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-06-16T21:23:17.261Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-06-16T21:23:17.350Z Checking serde_regex v1.1.0
28892026-06-16T21:23:17.538Z Checking password-hash v0.4.2
28902026-06-16T21:23:17.642Z Checking assert-json-diff v2.0.2
28912026-06-16T21:23:17.783Z Checking path-tree v0.8.3
28922026-06-16T21:23:17.837Z Compiling target-lexicon v0.13.3
28932026-06-16T21:23:17.914Z Checking stringmetrics v2.2.2
28942026-06-16T21:23:17.995Z Checking gimli v0.32.3
28952026-06-16T21:23:18.091Z Checking httpmock v0.8.3
28962026-06-16T21:23:18.362Z Compiling darling_macro v0.13.4
28972026-06-16T21:23:18.408Z Checking pbkdf2 v0.11.0
28982026-06-16T21:23:18.607Z Checking ssh-key v0.6.7
28992026-06-16T21:23:19.329Z Checking p256 v0.13.2
29002026-06-16T21:23:19.528Z Checking addr2line v0.25.1
29012026-06-16T21:23:19.614Z Checking p521 v0.13.3
29022026-06-16T21:23:19.827Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-06-16T21:23:20.098Z Checking russh-cryptovec v0.7.3
29042026-06-16T21:23:20.234Z Checking md5 v0.7.0
29052026-06-16T21:23:20.263Z Compiling guppy-workspace-hack v0.1.0
29062026-06-16T21:23:20.293Z Checking rustc-demangle v0.1.27
29072026-06-16T21:23:20.442Z Checking russh-keys v0.45.0
29082026-06-16T21:23:20.511Z Compiling darling v0.13.4
29092026-06-16T21:23:20.547Z Checking backtrace v0.3.76
29102026-06-16T21:23:20.739Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29112026-06-16T21:23:20.887Z Checking num-bigint v0.4.6
29122026-06-16T21:23:20.916Z Checking des v0.8.1
29132026-06-16T21:23:21.103Z Compiling blake3 v1.8.3
29142026-06-16T21:23:21.133Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-06-16T21:23:21.136Z Compiling target-spec v3.5.7
29162026-06-16T21:23:21.635Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-06-16T21:23:22.155Z Checking cfg-expr v0.20.6
29182026-06-16T21:23:22.197Z Checking russh v0.45.0
29192026-06-16T21:23:22.197Z Checking backtrace-ext v0.2.1
29202026-06-16T21:23:22.197Z Compiling serde_with_macros v1.5.2
29212026-06-16T21:23:22.215Z Checking supports-color v2.1.0
29222026-06-16T21:23:22.242Z Checking textwrap v0.15.2
29232026-06-16T21:23:22.386Z Checking supports-unicode v2.1.0
29242026-06-16T21:23:22.483Z Checking supports-hyperlinks v2.1.0
29252026-06-16T21:23:22.531Z Checking hashbrown v0.14.5
29262026-06-16T21:23:22.626Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29272026-06-16T21:23:22.857Z Checking cargo-platform v0.3.2
29282026-06-16T21:23:22.971Z Checking terminal_size v0.1.17
29292026-06-16T21:23:23.047Z Compiling miette-derive v5.10.0
29302026-06-16T21:23:23.080Z Checking internet-checksum v0.2.1
29312026-06-16T21:23:23.232Z Checking owo-colors v3.5.0
29322026-06-16T21:23:23.760Z Checking cargo_metadata v0.23.1
29332026-06-16T21:23:23.791Z Checking chumsky v0.9.3
29342026-06-16T21:23:24.174Z Checking miette v5.10.0
29352026-06-16T21:23:24.431Z Compiling serde_with v1.14.0
29362026-06-16T21:23:24.817Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29372026-06-16T21:23:24.990Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-06-16T21:23:25.023Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29392026-06-16T21:23:25.357Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29402026-06-16T21:23:25.550Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29412026-06-16T21:23:25.581Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29422026-06-16T21:23:25.824Z Compiling knuffel-derive v3.2.0
29432026-06-16T21:23:25.858Z Checking httptest v0.16.4
29442026-06-16T21:23:25.858Z Checking pathdiff v0.2.3
29452026-06-16T21:23:26.003Z Checking topological-sort v0.2.2
29462026-06-16T21:23:26.174Z Checking nested v0.1.1
29472026-06-16T21:23:26.283Z Compiling git2 v0.20.4
29482026-06-16T21:23:26.307Z Checking omicron-zone-package v0.12.2
29492026-06-16T21:23:26.342Z Checking guppy v0.17.25
29502026-06-16T21:23:26.450Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-06-16T21:23:27.239Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-06-16T21:23:27.303Z Checking similar-asserts v1.7.0
29532026-06-16T21:23:27.336Z Checking knuffel v3.2.0
29542026-06-16T21:23:27.480Z Compiling target-triple v1.0.0
29552026-06-16T21:23:27.510Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29562026-06-16T21:23:27.675Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29572026-06-16T21:23:27.784Z Compiling polar-core v0.27.3
29582026-06-16T21:23:27.856Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29592026-06-16T21:23:28.009Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29602026-06-16T21:23:28.099Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-06-16T21:23:28.331Z Checking hickory-client v0.25.2
29622026-06-16T21:23:28.639Z Checking tokio-test v0.4.5
29632026-06-16T21:23:28.872Z Compiling assert_cmd v2.1.2
29642026-06-16T21:23:29.150Z Checking escape8259 v0.5.3
29652026-06-16T21:23:29.314Z Checking libtest-mimic v0.8.1
29662026-06-16T21:23:29.557Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-06-16T21:23:29.584Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-06-16T21:23:29.627Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29692026-06-16T21:23:29.688Z Checking blake2b_simd v1.0.4
29702026-06-16T21:23:30.107Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29712026-06-16T21:23:30.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-06-16T21:23:30.517Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732026-06-16T21:23:30.724Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-06-16T21:23:30.779Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29752026-06-16T21:23:30.948Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29762026-06-16T21:23:31.169Z Checking fancy-regex v0.14.0
29772026-06-16T21:23:31.398Z Checking serde_tokenstream v0.2.3
29782026-06-16T21:23:31.567Z Checking approx v0.5.1
29792026-06-16T21:23:31.642Z Checking uzers v0.12.2
29802026-06-16T21:23:31.731Z Compiling rstest_macros v0.25.0
29812026-06-16T21:23:31.890Z Compiling linkme-impl v0.3.35
29822026-06-16T21:23:32.036Z Checking termcolor v1.4.1
29832026-06-16T21:23:32.196Z Checking constant_time_eq v0.3.1
29842026-06-16T21:23:32.277Z Checking trybuild v1.0.116
29852026-06-16T21:23:32.328Z Checking rust-argon2 v2.1.0
29862026-06-16T21:23:32.721Z Checking oso v0.27.3
29872026-06-16T21:23:32.782Z Checking datatest-stable v0.3.3
29882026-06-16T21:23:33.241Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-06-16T21:23:33.437Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29902026-06-16T21:23:33.502Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29912026-06-16T21:23:33.607Z Checking support-bundle-viewer v0.1.2
29922026-06-16T21:23:33.879Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29932026-06-16T21:23:34.120Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29942026-06-16T21:23:34.260Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29952026-06-16T21:23:34.346Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29962026-06-16T21:23:34.478Z Checking drift v0.2.0
29972026-06-16T21:23:34.612Z Checking rand_distr v0.5.1
29982026-06-16T21:23:34.697Z Checking multimap v0.10.1
29992026-06-16T21:23:34.864Z Compiling relative-path v1.9.3
30002026-06-16T21:23:34.895Z Compiling linkme v0.3.35
30012026-06-16T21:23:35.008Z Checking dropshot-api-manager v0.7.2
30022026-06-16T21:23:35.903Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-06-16T21:23:36.301Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30042026-06-16T21:23:36.560Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30052026-06-16T21:23:36.741Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30062026-06-16T21:23:36.838Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-06-16T21:23:37.003Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30082026-06-16T21:23:37.121Z Checking cargo_toml v0.21.0
30092026-06-16T21:23:37.269Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30102026-06-16T21:23:37.399Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-06-16T21:23:37.720Z Checking partial-io v0.5.4
30122026-06-16T21:23:37.874Z Checking termios v0.3.3
30132026-06-16T21:23:37.942Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30142026-06-16T21:23:38.001Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30152026-06-16T21:23:38.032Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30162026-06-16T21:23:38.853Z Checking rstest v0.25.0
30172026-06-16T21:23:40.218Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-06-16T21:23:43.899Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30192026-06-16T21:23:44.092Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30202026-06-16T21:23:49.304Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30212026-06-16T21:23:49.965Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30222026-06-16T21:23:52.689Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30232026-06-16T21:23:56.247Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30242026-06-16T21:24:01.207Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30252026-06-16T21:24:04.800Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30262026-06-16T21:24:05.877Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30272026-06-16T21:24:06.031Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30282026-06-16T21:24:08.124Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30292026-06-16T21:24:16.069Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30302026-06-16T21:25:26.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30312026-06-16T21:25:27.482Z
30322026-06-16T21:25:27.482Zreal 4:05.045053538
30332026-06-16T21:25:27.482Zuser 21:16.002908217
30342026-06-16T21:25:27.482Zsys 4:50.707331960
30352026-06-16T21:25:27.482Ztrap 0.523287022
30362026-06-16T21:25:27.482Ztflt 0.490914072
30372026-06-16T21:25:27.482Zdflt 0.387688916
30382026-06-16T21:25:27.483Zkflt 0.004827252
30392026-06-16T21:25:27.483Zlock 58:30.948594460
30402026-06-16T21:25:27.483Zslp 59:02.118702795
30412026-06-16T21:25:27.486Zlat 1:55.208720409
30422026-06-16T21:25:27.486Zstop 9:59.182319013
30432026-06-16T21:25:27.486Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30442026-06-16T21:25:27.486Z+ ptime -m cargo doc --workspace --no-deps
30452026-06-16T21:25:28.378Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30462026-06-16T21:25:28.378Z |
30472026-06-16T21:25:28.378Z = 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)`
30482026-06-16T21:25:28.378Z = 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>
30492026-06-16T21:25:29.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-06-16T21:25:29.628Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-06-16T21:25:29.673Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30522026-06-16T21:25:29.737Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30532026-06-16T21:25:29.800Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30542026-06-16T21:25:29.896Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30552026-06-16T21:25:29.927Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-06-16T21:25:29.927Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-06-16T21:25:29.980Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-06-16T21:25:30.002Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30592026-06-16T21:25:30.159Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30602026-06-16T21:25:30.223Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30612026-06-16T21:25:30.249Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-06-16T21:25:30.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30632026-06-16T21:25:30.336Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-06-16T21:25:30.359Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30652026-06-16T21:25:30.405Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30662026-06-16T21:25:30.407Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30672026-06-16T21:25:30.408Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30682026-06-16T21:25:30.482Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30692026-06-16T21:25:30.634Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30702026-06-16T21:25:30.837Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30712026-06-16T21:25:30.968Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30722026-06-16T21:25:31.156Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30732026-06-16T21:25:31.179Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30742026-06-16T21:25:31.273Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30752026-06-16T21:25:31.306Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30762026-06-16T21:25:31.458Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30772026-06-16T21:25:31.482Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30782026-06-16T21:25:31.624Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30792026-06-16T21:25:31.727Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30802026-06-16T21:25:31.777Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30812026-06-16T21:25:31.846Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30822026-06-16T21:25:31.911Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30832026-06-16T21:25:31.937Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30842026-06-16T21:25:32.076Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30852026-06-16T21:25:32.140Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30862026-06-16T21:25:32.169Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30872026-06-16T21:25:32.322Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30882026-06-16T21:25:32.401Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30892026-06-16T21:25:32.705Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30902026-06-16T21:25:32.814Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30912026-06-16T21:25:32.899Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30922026-06-16T21:25:33.029Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30932026-06-16T21:25:33.032Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30942026-06-16T21:25:33.204Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30952026-06-16T21:25:33.306Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30962026-06-16T21:25:33.330Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30972026-06-16T21:25:33.440Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30982026-06-16T21:25:33.467Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30992026-06-16T21:25:33.569Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31002026-06-16T21:25:33.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31012026-06-16T21:25:33.695Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31022026-06-16T21:25:33.725Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31032026-06-16T21:25:33.826Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31042026-06-16T21:25:33.852Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31052026-06-16T21:25:33.893Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31062026-06-16T21:25:33.919Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-06-16T21:25:33.922Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-06-16T21:25:34.025Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-06-16T21:25:34.055Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-06-16T21:25:34.375Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31112026-06-16T21:25:34.419Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31122026-06-16T21:25:34.700Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-06-16T21:25:34.708Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31142026-06-16T21:25:35.161Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-06-16T21:25:35.230Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31162026-06-16T21:25:35.507Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-06-16T21:25:35.533Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-06-16T21:25:35.642Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31192026-06-16T21:25:35.769Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31202026-06-16T21:25:35.798Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-06-16T21:25:35.823Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-06-16T21:25:36.366Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-06-16T21:25:36.370Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31242026-06-16T21:25:36.694Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31252026-06-16T21:25:37.089Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-06-16T21:25:37.457Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-06-16T21:25:38.134Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31282026-06-16T21:25:38.217Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31292026-06-16T21:25:38.271Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31302026-06-16T21:25:38.345Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-06-16T21:25:38.387Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31322026-06-16T21:25:38.572Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31332026-06-16T21:25:38.729Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31342026-06-16T21:25:38.853Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31352026-06-16T21:25:38.857Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31362026-06-16T21:25:38.889Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-06-16T21:25:38.958Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31382026-06-16T21:25:38.998Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31392026-06-16T21:25:39.081Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31402026-06-16T21:25:39.299Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31412026-06-16T21:25:39.324Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31422026-06-16T21:25:39.400Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31432026-06-16T21:25:39.450Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31442026-06-16T21:25:39.532Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31452026-06-16T21:25:39.593Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31462026-06-16T21:25:39.649Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-06-16T21:25:39.696Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31482026-06-16T21:25:39.827Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31492026-06-16T21:25:39.889Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31502026-06-16T21:25:39.945Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31512026-06-16T21:25:39.987Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31522026-06-16T21:25:40.011Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31532026-06-16T21:25:40.138Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31542026-06-16T21:25:40.214Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31552026-06-16T21:25:40.325Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31562026-06-16T21:25:40.349Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31572026-06-16T21:25:40.425Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31582026-06-16T21:25:40.582Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31592026-06-16T21:25:40.798Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31602026-06-16T21:25:40.821Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31612026-06-16T21:25:40.844Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31622026-06-16T21:25:41.269Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31632026-06-16T21:25:41.334Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31642026-06-16T21:25:41.445Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31652026-06-16T21:25:41.850Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31662026-06-16T21:25:42.112Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31672026-06-16T21:25:42.202Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31682026-06-16T21:25:42.731Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31692026-06-16T21:25:42.954Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31702026-06-16T21:25:43.050Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31712026-06-16T21:25:43.355Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31722026-06-16T21:25:43.863Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31732026-06-16T21:25:43.888Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31742026-06-16T21:25:43.931Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31752026-06-16T21:25:44.575Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31762026-06-16T21:25:44.737Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31772026-06-16T21:25:44.767Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31782026-06-16T21:25:44.929Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31792026-06-16T21:25:45.552Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31802026-06-16T21:25:45.745Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31812026-06-16T21:25:46.025Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31822026-06-16T21:25:46.143Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31832026-06-16T21:25:46.411Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31842026-06-16T21:25:46.770Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31852026-06-16T21:25:47.256Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31862026-06-16T21:25:47.547Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31872026-06-16T21:25:48.499Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-06-16T21:25:48.912Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31892026-06-16T21:25:49.717Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31902026-06-16T21:25:49.898Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31912026-06-16T21:25:50.008Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31922026-06-16T21:25:50.198Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-06-16T21:25:50.293Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-06-16T21:25:50.503Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31952026-06-16T21:25:50.658Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31962026-06-16T21:25:50.789Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31972026-06-16T21:25:50.956Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31982026-06-16T21:25:51.167Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31992026-06-16T21:25:51.211Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32002026-06-16T21:25:51.258Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32012026-06-16T21:25:51.469Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32022026-06-16T21:25:51.686Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32032026-06-16T21:25:51.938Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32042026-06-16T21:25:52.026Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32052026-06-16T21:25:52.370Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32062026-06-16T21:25:53.142Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32072026-06-16T21:25:53.835Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32082026-06-16T21:25:54.034Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32092026-06-16T21:25:55.312Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32102026-06-16T21:25:55.921Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32112026-06-16T21:25:58.349Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32122026-06-16T21:25:58.702Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32132026-06-16T21:25:59.087Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32142026-06-16T21:25:59.915Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32152026-06-16T21:25:59.988Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32162026-06-16T21:26:00.175Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32172026-06-16T21:26:00.421Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32182026-06-16T21:26:00.823Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32192026-06-16T21:26:00.934Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-06-16T21:26:01.627Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32212026-06-16T21:26:01.714Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32222026-06-16T21:26:01.963Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32232026-06-16T21:26:02.360Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32242026-06-16T21:26:02.442Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32252026-06-16T21:26:02.685Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32262026-06-16T21:26:03.431Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-06-16T21:26:03.453Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32282026-06-16T21:26:04.046Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32292026-06-16T21:26:04.069Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32302026-06-16T21:26:04.424Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32312026-06-16T21:26:04.504Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32322026-06-16T21:26:04.741Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32332026-06-16T21:26:05.314Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32342026-06-16T21:26:05.468Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32352026-06-16T21:26:05.891Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32362026-06-16T21:26:06.199Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32372026-06-16T21:26:08.851Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32382026-06-16T21:26:10.161Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32392026-06-16T21:26:10.527Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32402026-06-16T21:26:10.916Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32412026-06-16T21:26:12.693Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32422026-06-16T21:26:13.662Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32432026-06-16T21:26:14.872Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32442026-06-16T21:26:15.487Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32452026-06-16T21:26:15.938Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32462026-06-16T21:26:18.204Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32472026-06-16T21:26:23.268Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32482026-06-16T21:26:23.268Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32492026-06-16T21:26:23.268Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-06-16T21:26:23.268Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32512026-06-16T21:26:23.268Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32522026-06-16T21:26:23.268Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32532026-06-16T21:26:23.631Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32542026-06-16T21:26:27.585Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32552026-06-16T21:26:28.074Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32562026-06-16T21:26:28.789Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32572026-06-16T21:26:29.585Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32582026-06-16T21:26:30.280Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32592026-06-16T21:26:31.907Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32602026-06-16T21:26:32.519Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32612026-06-16T21:26:33.342Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32622026-06-16T21:26:33.938Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32632026-06-16T21:26:34.711Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32642026-06-16T21:26:35.405Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32652026-06-16T21:26:36.251Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32662026-06-16T21:26:36.385Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32672026-06-16T21:26:37.052Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32682026-06-16T21:26:40.366Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32692026-06-16T21:26:41.022Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32702026-06-16T21:26:41.765Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32712026-06-16T21:26:42.666Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722026-06-16T21:26:43.862Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32732026-06-16T21:26:44.643Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32742026-06-16T21:26:46.722Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32752026-06-16T21:26:47.637Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32762026-06-16T21:26:48.448Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32772026-06-16T21:26:49.364Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32782026-06-16T21:26:52.018Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32792026-06-16T21:26:52.479Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32802026-06-16T21:26:53.439Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32812026-06-16T21:26:54.605Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32822026-06-16T21:26:56.102Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32832026-06-16T21:26:57.255Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32842026-06-16T21:26:59.770Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32852026-06-16T21:27:00.514Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32862026-06-16T21:27:02.041Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-06-16T21:27:03.631Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-06-16T21:27:05.415Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-06-16T21:27:06.865Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32902026-06-16T21:27:08.477Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32912026-06-16T21:27:14.139Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32922026-06-16T21:27:14.918Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32932026-06-16T21:27:16.076Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32942026-06-16T21:27:16.598Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32952026-06-16T21:27:18.150Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32962026-06-16T21:27:23.907Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32972026-06-16T21:27:24.023Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32982026-06-16T21:27:24.023Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32992026-06-16T21:27:25.491Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33002026-06-16T21:27:27.065Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33012026-06-16T21:27:28.995Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33022026-06-16T21:27:30.391Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33032026-06-16T21:27:32.094Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33042026-06-16T21:27:33.736Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33052026-06-16T21:27:35.410Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33062026-06-16T21:27:37.130Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33072026-06-16T21:27:38.676Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33082026-06-16T21:27:40.581Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33092026-06-16T21:27:42.035Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33102026-06-16T21:27:43.973Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112026-06-16T21:27:45.559Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33122026-06-16T21:27:47.734Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33132026-06-16T21:27:49.341Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-06-16T21:27:51.266Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33152026-06-16T21:27:53.002Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33162026-06-16T21:27:55.215Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33172026-06-16T21:27:57.007Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33182026-06-16T21:27:59.147Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33192026-06-16T21:28:02.123Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33202026-06-16T21:28:03.098Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33212026-06-16T21:28:05.236Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-06-16T21:28:08.278Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33232026-06-16T21:28:10.107Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33242026-06-16T21:28:12.224Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33252026-06-16T21:28:14.441Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33262026-06-16T21:28:16.634Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33272026-06-16T21:28:18.864Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33282026-06-16T21:28:21.337Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33292026-06-16T21:28:23.633Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33302026-06-16T21:28:25.365Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33312026-06-16T21:28:27.546Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33322026-06-16T21:28:29.902Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33332026-06-16T21:28:32.176Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33342026-06-16T21:28:34.392Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33352026-06-16T21:28:36.674Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33362026-06-16T21:28:38.883Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33372026-06-16T21:28:41.192Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33382026-06-16T21:28:43.413Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33392026-06-16T21:28:45.649Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33402026-06-16T21:28:47.953Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33412026-06-16T21:28:50.227Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33422026-06-16T21:28:52.544Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33432026-06-16T21:28:54.800Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33442026-06-16T21:28:57.125Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33452026-06-16T21:28:59.432Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33462026-06-16T21:29:01.636Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33472026-06-16T21:29:03.887Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-06-16T21:29:06.338Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33492026-06-16T21:29:08.725Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33502026-06-16T21:29:11.134Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33512026-06-16T21:29:13.531Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33522026-06-16T21:29:15.801Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33532026-06-16T21:29:18.404Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33542026-06-16T21:29:20.627Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33552026-06-16T21:29:23.548Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33562026-06-16T21:29:25.681Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33572026-06-16T21:29:28.097Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33582026-06-16T21:29:30.567Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33592026-06-16T21:29:32.925Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33602026-06-16T21:29:35.680Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33612026-06-16T21:29:38.089Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33622026-06-16T21:29:40.749Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33632026-06-16T21:29:43.178Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33642026-06-16T21:29:45.912Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-06-16T21:29:48.454Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33662026-06-16T21:29:51.104Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33672026-06-16T21:29:53.868Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33682026-06-16T21:29:56.458Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33692026-06-16T21:29:59.089Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33702026-06-16T21:30:01.600Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33712026-06-16T21:30:04.278Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-06-16T21:30:06.991Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33732026-06-16T21:30:10.042Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-06-16T21:30:12.457Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33752026-06-16T21:30:15.176Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33762026-06-16T21:30:22.787Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33772026-06-16T21:30:22.997Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33782026-06-16T21:30:26.420Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33792026-06-16T21:30:29.976Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33802026-06-16T21:30:34.728Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33812026-06-16T21:30:37.714Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33822026-06-16T21:30:41.486Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33832026-06-16T21:30:45.078Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33842026-06-16T21:30:48.830Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33852026-06-16T21:30:52.682Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33862026-06-16T21:30:56.318Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33872026-06-16T21:31:00.245Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33882026-06-16T21:31:03.883Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33892026-06-16T21:31:07.699Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33902026-06-16T21:31:11.400Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33912026-06-16T21:31:15.108Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33922026-06-16T21:31:18.861Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33932026-06-16T21:31:22.586Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33942026-06-16T21:31:26.313Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33952026-06-16T21:31:30.007Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33962026-06-16T21:31:33.711Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33972026-06-16T21:31:37.422Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-06-16T21:31:41.133Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33992026-06-16T21:31:44.886Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34002026-06-16T21:31:48.593Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34012026-06-16T21:32:18.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s
34022026-06-16T21:32:18.648Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
34032026-06-16T21:32:18.756Z
34042026-06-16T21:32:18.756Zreal 6:51.182199735
34052026-06-16T21:32:18.756Zuser 18:04.334648322
34062026-06-16T21:32:18.756Zsys 3:57.027087568
34072026-06-16T21:32:18.756Ztrap 0.264627281
34082026-06-16T21:32:18.756Ztflt 0.034886755
34092026-06-16T21:32:18.756Zdflt 0.062006671
34102026-06-16T21:32:18.756Zkflt 0.000044120
34112026-06-16T21:32:18.756Zlock 6:21:33.648312031
34122026-06-16T21:32:18.756Zslp 2:18:27.180004657
34132026-06-16T21:32:18.756Zlat 33.474378143
34142026-06-16T21:32:18.756Zstop 1:44.105811704
34152026-06-16T21:32:18.759Zprocess exited: duration 797928 ms, exit code 0
 
34162026-06-16T21:32:18.767Zfound 0 output files