01KVKFB3415XJY1FPFHHFAW28J: clippy (helios)

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

Buildomat Job: 01KVKFBEXHPR7SZBM1Z2R9RZJS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T21:36:10.960Zjob assigned to worker 01KVKFBFYXFVTGWDG9D0KAHCGW [factory aws, i-032fbbe4a2faf44e4] (queued for 46 s)
 
22026-06-20T21:36:17.725Zstarting task 0: "setup"
32026-06-20T21:36:17.732Z++ uname -s
42026-06-20T21:36:17.735Z+ kern=SunOS
52026-06-20T21:36:17.735Z+ build_user=build
62026-06-20T21:36:17.735Z+ build_uid=12345
72026-06-20T21:36:17.735Z+ work_dir=/work
82026-06-20T21:36:17.735Z+ input_dir=/input
92026-06-20T21:36:17.735Z+ [[ 0 == 12345 ]]
102026-06-20T21:36:17.735Z+ case "$kern" in
112026-06-20T21:36:17.735Z+ groupadd -g 12345 build
122026-06-20T21:36:17.739Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T21:36:19.742Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T21:36:19.801Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T21:36:19.804Z+ home_fs=zfs
162026-06-20T21:36:19.804Z+ [[ zfs == autofs ]]
172026-06-20T21:36:19.804Z+ mkdir -p /home/build
182026-06-20T21:36:19.804Z+ chown build:build /home/build /work
192026-06-20T21:36:21.807Z+ chmod 0700 /home/build /work
202026-06-20T21:36:21.810Zprocess exited: duration 4082 ms, exit code 0
 
212026-06-20T21:36:21.816Zstarting task 1: "rust-toolchain"
222026-06-20T21:36:21.820Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T21:36:21.820Z * rust toolchain channel = "1.94.0"
242026-06-20T21:36:21.820Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-20T21:36:21.820Z * rust toolchain profile = "default"
262026-06-20T21:36:21.823Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T21:36:21.823Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T21:36:21.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T21:36:21.824Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T21:36:21.901Zinfo: downloading installer
312026-06-20T21:36:23.537Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T21:36:23.537Zwarn: /home/build/.rustup/settings.toml
332026-06-20T21:36:23.537Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T21:36:23.537Zwarn: instead of the one inferred from the default host triple.
352026-06-20T21:36:23.549Zinfo: profile set to default
362026-06-20T21:36:23.549Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T21:36:23.552Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T21:36:23.691Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T21:36:23.694Zinfo: downloading 6 components
402026-06-20T21:36:40.006Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T21:36:40.006Z
422026-06-20T21:36:40.033Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T21:36:40.033Z
442026-06-20T21:36:40.033Z
452026-06-20T21:36:40.033ZRust is installed now. Great!
462026-06-20T21:36:40.033Z
472026-06-20T21:36:40.033ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T21:36:40.033Zenvironment variable. This has not been done automatically.
492026-06-20T21:36:40.033Z
502026-06-20T21:36:40.033ZTo configure your current shell, you need to source
512026-06-20T21:36:40.033Zthe corresponding env file under $HOME/.cargo.
522026-06-20T21:36:40.033Z
532026-06-20T21:36:40.033ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T21:36:40.036Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T21:36:40.036Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T21:36:40.036Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T21:36:40.036Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T21:36:40.036Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T21:36:40.036Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T21:36:40.036Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T21:36:40.036Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T21:36:40.132Z+ rustup --version
632026-06-20T21:36:40.141Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T21:36:40.144Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T21:36:40.163Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T21:36:40.169Z+ cargo --version
672026-06-20T21:36:40.178Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T21:36:40.180Z+ rustc --version
692026-06-20T21:36:40.199Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T21:36:40.202Zprocess exited: duration 18384 ms, exit code 0
 
712026-06-20T21:36:40.207Zstarting task 2: "authentication"
722026-06-20T21:36:40.225Zprocess exited: duration 16 ms, exit code 0
 
732026-06-20T21:36:40.231Zstarting task 3: "clone repository"
742026-06-20T21:36:40.234Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T21:36:40.237Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T21:36:40.268ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T21:36:49.937Z+ cd /work/oxidecomputer/omicron
782026-06-20T21:36:49.940Z+ git fetch origin 9ea74465c37f5e84f2b355af96681648081d62b0
792026-06-20T21:36:50.218ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T21:36:50.218Z * branch 9ea74465c37f5e84f2b355af96681648081d62b0 -> FETCH_HEAD
812026-06-20T21:36:50.228Z+ [[ -n sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
822026-06-20T21:36:50.231Z++ git branch --show-current
832026-06-20T21:36:50.231Z+ current=main
842026-06-20T21:36:50.231Z+ [[ main != sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
852026-06-20T21:36:50.231Z+ git branch -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config 9ea74465c37f5e84f2b355af96681648081d62b0
862026-06-20T21:36:50.234Z+ git checkout -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config
872026-06-20T21:36:50.474ZSwitched to branch 'sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config'
882026-06-20T21:36:50.477Z+ git reset --hard 9ea74465c37f5e84f2b355af96681648081d62b0
892026-06-20T21:36:50.490ZHEAD is now at 9ea74465c rename to nexus-switch-config
902026-06-20T21:36:50.493Zprocess exited: duration 10260 ms, exit code 0
 
912026-06-20T21:36:50.498Zstarting task 4: "build"
922026-06-20T21:36:50.503Z+ source ./env.sh
932026-06-20T21:36:50.503Z++ OLD_SHELL_OPTS=ehxB
942026-06-20T21:36:50.503Z++ set -o xtrace
952026-06-20T21:36:50.505Z++++ dirname ./env.sh
962026-06-20T21:36:50.508Z+++ readlink -f .
972026-06-20T21:36:50.512Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ 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-20T21:36:50.512Z++ case $OLD_SHELL_OPTS in
1092026-06-20T21:36:50.512Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-20T21:36:50.512Z+ source .github/buildomat/ci-env.sh
1112026-06-20T21:36:50.512Z++ export CARGO_TERM_COLOR=always
1122026-06-20T21:36:50.512Z++ CARGO_TERM_COLOR=always
1132026-06-20T21:36:50.512Z+ cargo --version
1142026-06-20T21:36:50.520Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-20T21:36:50.522Z+ rustc --version
1162026-06-20T21:36:50.542Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-20T21:36:50.545Z+ banner prerequisites
1182026-06-20T21:36:50.548Z
1192026-06-20T21:36:50.548Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-20T21:36:50.548Z # # # # # # # # # # # # # # #
1212026-06-20T21:36:50.548Z # # # # ##### # # ##### # # # # # #### #
1222026-06-20T21:36:50.548Z ##### ##### # ##### # # # # # # # # #
1232026-06-20T21:36:50.548Z # # # # # # # # # # # # # # #
1242026-06-20T21:36:50.548Z # # # ###### # # ###### ### # #### # #### #
1252026-06-20T21:36:50.548Z
1262026-06-20T21:36:50.548Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-20T21:36:52.427Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-20T21:36:52.516Z Startup: Caching catalogs ... Done
1292026-06-20T21:36:52.863ZPlanning: Solver setup ... Done (0.307s)
1302026-06-20T21:36:52.885ZPlanning: Running solver ... Done (0.022s)
1312026-06-20T21:36:52.893ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-20T21:36:52.902ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-20T21:36:52.921ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-20T21:36:52.934ZPlanning: Package planning ... Done (0.013s)
1352026-06-20T21:36:52.937ZPlanning: Merging actions ... Done (0.002s)
1362026-06-20T21:36:53.125ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-06-20T21:36:53.128ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-20T21:36:53.919ZPlanning: Evaluating mediators ... Done (0.793s)
1392026-06-20T21:36:53.923ZPlanning: Planning completed in 1.39 seconds
1402026-06-20T21:36:53.928Z Packages to install: 2
1412026-06-20T21:36:53.928Z Estimated space available: 156.07 GB
1422026-06-20T21:36:53.931ZEstimated space to be consumed: 26.78 MB
1432026-06-20T21:36:53.931Z Create boot environment: No
1442026-06-20T21:36:53.931ZCreate backup boot environment: No
1452026-06-20T21:36:53.931Z Rebuild boot archive: No
1462026-06-20T21:36:53.931Z
1472026-06-20T21:36:53.931ZChanged packages:
1482026-06-20T21:36:53.931Zhelios
1492026-06-20T21:36:53.931Z developer/build-essential
1502026-06-20T21:36:53.931Z None -> 11-3.0
1512026-06-20T21:36:53.932Z library/libxmlsec1
1522026-06-20T21:36:53.932Z None -> 1.2.35-3.0
1532026-06-20T21:36:53.952Z
1542026-06-20T21:36:53.952ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-20T21:36:54.492ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1562026-06-20T21:36:54.560Z Actions: 1/268 actions (Installing new actions)
1572026-06-20T21:36:54.597Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-20T21:36:54.606ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-20T21:36:54.606ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-20T21:36:54.630ZFinalize: Updating image state ... Done (0.024s)
1612026-06-20T21:36:57.004ZFinalize: Creating fast lookup database ... Done (2.350s)
1622026-06-20T21:36:57.069ZFinalize: Reading search index ... Done (0.012s)
1632026-06-20T21:36:57.071ZFinalize: Updating search index ... Done (0.000s)
1642026-06-20T21:36:57.171ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-20T21:36:57.478ZPlanning: Evaluating mediator changes ... Done
1662026-06-20T21:36:57.581ZPlanning: Checking for conflicting actions ... Done
1672026-06-20T21:36:57.584ZPlanning: Consolidating action changes ... Done
1682026-06-20T21:36:57.738ZPlanning: Evaluating mediators ... Done
1692026-06-20T21:36:57.740ZPlanning: Planning completed in 0.26 seconds
1702026-06-20T21:36:57.760Z Mediators to change: 2
1712026-06-20T21:36:57.760Z Create boot environment: No
1722026-06-20T21:36:57.760ZCreate backup boot environment: No
1732026-06-20T21:36:57.806ZFinalize: Updating package state database ... Done
1742026-06-20T21:36:57.806ZFinalize: Updating package cache ... Done
1752026-06-20T21:36:57.819ZFinalize: Updating image state ... Done
1762026-06-20T21:36:59.757ZFinalize: Creating fast lookup database ... Done
1772026-06-20T21:36:59.821ZFinalize: Reading search index ... Done
1782026-06-20T21:36:59.824ZFinalize: Updating search index ... Done
1792026-06-20T21:36:59.879ZFinalize: Updating package cache ... Done
1802026-06-20T21:37:00.162ZPlanning: Evaluating mediator changes ... Done
1812026-06-20T21:37:00.265ZPlanning: Checking for conflicting actions ... Done
1822026-06-20T21:37:00.269ZPlanning: Consolidating action changes ... Done
1832026-06-20T21:37:00.424ZPlanning: Evaluating mediators ... Done
1842026-06-20T21:37:00.427ZPlanning: Planning completed in 0.26 seconds
1852026-06-20T21:37:00.446Z Mediators to change: 1
1862026-06-20T21:37:00.446Z Create boot environment: No
1872026-06-20T21:37:00.446ZCreate backup boot environment: No
1882026-06-20T21:37:00.487ZFinalize: Updating package state database ... Done
1892026-06-20T21:37:00.489ZFinalize: Updating package cache ... Done
1902026-06-20T21:37:00.499ZFinalize: Updating image state ... Done
1912026-06-20T21:37:02.443ZFinalize: Creating fast lookup database ... Done
1922026-06-20T21:37:02.509ZFinalize: Reading search index ... Done
1932026-06-20T21:37:02.512ZFinalize: Updating search index ... Done
1942026-06-20T21:37:02.576ZFinalize: Updating package cache ... Done
1952026-06-20T21:37:02.886ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-20T21:37:02.886Zapache system 2.4 system
1972026-06-20T21:37:02.886Zclang system 15 system
1982026-06-20T21:37:02.886Zcsh system system illumos
1992026-06-20T21:37:02.886Zctags system system illumos
2002026-06-20T21:37:02.886Zfile vendor vendor darwinsys
2012026-06-20T21:37:02.886Zfile system system illumos
2022026-06-20T21:37:02.886Zgcc vendor 14 vendor
2032026-06-20T21:37:02.886Zgcc system 13 system
2042026-06-20T21:37:02.886Zgcc system 10 system
2052026-06-20T21:37:02.886Zgo system 1.25 system
2062026-06-20T21:37:02.886Zllvm system 15 system
2072026-06-20T21:37:02.886Zmariadb system 11.4 system
2082026-06-20T21:37:02.886Zmta vendor vendor dma
2092026-06-20T21:37:02.886Zopenjdk system 17 system
2102026-06-20T21:37:02.887Zopenjdk system 11 system
2112026-06-20T21:37:02.887Zopenssl vendor 3 vendor
2122026-06-20T21:37:02.887Zperl system 5.40 system
2132026-06-20T21:37:02.887Zpostgresql system 18 system
2142026-06-20T21:37:02.887Zpostgresql system 17 system
2152026-06-20T21:37:02.887Zpython vendor 3 vendor
2162026-06-20T21:37:02.887Zpython system 2 system
2172026-06-20T21:37:02.887Zpython3 vendor 3.13 vendor
2182026-06-20T21:37:02.887Zruby system 3.4 system
2192026-06-20T21:37:02.887Zruby system 3.0 system
2202026-06-20T21:37:02.887Zwords vendor vendor american-english
2212026-06-20T21:37:02.887Zwords system system australian-english
2222026-06-20T21:37:02.887Zwords system system british-english
2232026-06-20T21:37:02.887Zwords system system canadian-english
2242026-06-20T21:37:02.887Zwords system system french
2252026-06-20T21:37:02.887Zwords system system italian
2262026-06-20T21:37:02.887Zwords system system ngerman
2272026-06-20T21:37:02.887Zwords system system ogerman
2282026-06-20T21:37:02.887Zwords system system spanish
2292026-06-20T21:37:03.136ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-20T21:37:03.137Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-20T21:37:03.423ZFMRI IFO
2322026-06-20T21:37:03.423Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-20T21:37:03.423Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-20T21:37:03.423Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-20T21:37:03.423Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-20T21:37:03.423Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-20T21:37:03.423Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-20T21:37:03.423Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-20T21:37:03.423Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-20T21:37:03.423Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-20T21:37:03.675Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-20T21:37:03.924Z Updating crates.io index
2432026-06-20T21:37:03.927Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-20T21:37:04.465Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-20T21:37:04.766Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-20T21:37:05.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-20T21:37:06.216Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-20T21:37:06.714Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-20T21:37:08.217Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-20T21:37:08.953Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-20T21:37:09.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-20T21:37:10.460Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-20T21:37:10.691Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-20T21:37:11.078Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-20T21:37:11.375Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-20T21:37:11.777Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-20T21:37:12.280Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-20T21:37:12.502Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-20T21:37:12.840Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-20T21:37:13.314Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-20T21:37:13.595Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-20T21:37:13.904Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-20T21:37:14.111Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-20T21:37:14.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-20T21:37:14.744Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-20T21:37:15.168Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-20T21:37:15.596Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-20T21:37:15.948Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-20T21:37:16.260Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-20T21:37:16.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-20T21:37:17.583Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-20T21:37:17.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-20T21:37:18.621Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-20T21:37:18.957Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-20T21:37:19.295Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-20T21:37:19.594Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-20T21:37:19.862Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-20T21:37:20.173Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-20T21:37:20.646Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-20T21:37:21.003Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-20T21:37:21.253Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-20T21:37:21.476Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-20T21:37:23.139Z Downloading crates ...
2842026-06-20T21:37:23.197Z Downloaded block-buffer v0.10.4
2852026-06-20T21:37:23.214Z Downloaded camino v1.2.2
2862026-06-20T21:37:23.217Z Downloaded stable_deref_trait v1.2.1
2872026-06-20T21:37:23.217Z Downloaded fs-err v3.3.0
2882026-06-20T21:37:23.217Z Downloaded litemap v0.8.1
2892026-06-20T21:37:23.219Z Downloaded fastrand v2.3.0
2902026-06-20T21:37:23.219Z Downloaded byteorder v1.5.0
2912026-06-20T21:37:23.219Z Downloaded anstream v1.0.0
2922026-06-20T21:37:23.222Z Downloaded cargo-platform v0.2.0
2932026-06-20T21:37:23.223Z Downloaded cfg-if v1.0.4
2942026-06-20T21:37:23.225Z Downloaded toml_datetime v0.6.11
2952026-06-20T21:37:23.225Z Downloaded cargo_metadata v0.21.0
2962026-06-20T21:37:23.228Z Downloaded thiserror-impl v1.0.69
2972026-06-20T21:37:23.228Z Downloaded colorchoice v1.0.4
2982026-06-20T21:37:23.231Z Downloaded plain v0.2.3
2992026-06-20T21:37:23.231Z Downloaded usdt-attr-macro v0.5.0
3002026-06-20T21:37:23.231Z Downloaded dtrace-parser v0.2.0
3012026-06-20T21:37:23.231Z Downloaded displaydoc v0.2.5
3022026-06-20T21:37:23.238Z Downloaded utf8_iter v1.0.4
3032026-06-20T21:37:23.241Z Downloaded is_terminal_polyfill v1.70.2
3042026-06-20T21:37:23.241Z Downloaded heck v0.4.1
3052026-06-20T21:37:23.241Z Downloaded zerofrom v0.1.6
3062026-06-20T21:37:23.241Z Downloaded icu_provider v2.1.1
3072026-06-20T21:37:23.244Z Downloaded usdt-macro v0.5.0
3082026-06-20T21:37:23.247Z Downloaded yoke-derive v0.8.1
3092026-06-20T21:37:23.247Z Downloaded erased-serde v0.4.9
3102026-06-20T21:37:23.249Z Downloaded zmij v1.0.21
3112026-06-20T21:37:23.252Z Downloaded utf8parse v0.2.2
3122026-06-20T21:37:23.254Z Downloaded version_check v0.9.5
3132026-06-20T21:37:23.257Z Downloaded smallvec v1.15.1
3142026-06-20T21:37:23.257Z Downloaded papergrid v0.11.0
3152026-06-20T21:37:23.259Z Downloaded percent-encoding v2.3.2
3162026-06-20T21:37:23.259Z Downloaded getrandom v0.4.1
3172026-06-20T21:37:23.262Z Downloaded unicode-xid v0.2.6
3182026-06-20T21:37:23.262Z Downloaded clap v4.6.1
3192026-06-20T21:37:23.266Z Downloaded zerofrom-derive v0.1.6
3202026-06-20T21:37:23.269Z Downloaded indexmap v2.14.0
3212026-06-20T21:37:23.275Z Downloaded usdt v0.5.0
3222026-06-20T21:37:23.275Z Downloaded unicode-linebreak v0.1.5
3232026-06-20T21:37:23.275Z Downloaded typeid v1.0.3
3242026-06-20T21:37:23.275Z Downloaded toml_write v0.1.2
3252026-06-20T21:37:23.275Z Downloaded proc-macro-error-attr v1.0.4
3262026-06-20T21:37:23.275Z Downloaded generic-array v0.14.7
3272026-06-20T21:37:23.275Z Downloaded potential_utf v0.1.4
3282026-06-20T21:37:23.275Z Downloaded serde-value v0.7.0
3292026-06-20T21:37:23.275Z Downloaded heck v0.5.0
3302026-06-20T21:37:23.275Z Downloaded thread-id v4.2.2
3312026-06-20T21:37:23.278Z Downloaded zerovec-derive v0.11.2
3322026-06-20T21:37:23.280Z Downloaded tinystr v0.8.2
3332026-06-20T21:37:23.280Z Downloaded thiserror-impl v2.0.18
3342026-06-20T21:37:23.283Z Downloaded smawk v0.3.2
3352026-06-20T21:37:23.283Z Downloaded thiserror v2.0.18
3362026-06-20T21:37:23.286Z Downloaded thiserror v1.0.69
3372026-06-20T21:37:23.291Z Downloaded cpufeatures v0.2.17
3382026-06-20T21:37:23.294Z Downloaded idna_adapter v1.2.1
3392026-06-20T21:37:23.297Z Downloaded yoke v0.8.1
3402026-06-20T21:37:23.297Z Downloaded ucd-trie v0.1.7
3412026-06-20T21:37:23.297Z Downloaded form_urlencoded v1.2.2
3422026-06-20T21:37:23.301Z Downloaded serde_tokenstream v0.2.3
3432026-06-20T21:37:23.301Z Downloaded fnv v1.0.7
3442026-06-20T21:37:23.305Z Downloaded strsim v0.11.1
3452026-06-20T21:37:23.305Z Downloaded clap_lex v1.0.0
3462026-06-20T21:37:23.305Z Downloaded writeable v0.6.2
3472026-06-20T21:37:23.305Z Downloaded zerocopy-derive v0.7.35
3482026-06-20T21:37:23.307Z Downloaded usdt-impl v0.5.0
3492026-06-20T21:37:23.307Z Downloaded toml v0.8.23
3502026-06-20T21:37:23.310Z Downloaded anstyle-query v1.1.5
3512026-06-20T21:37:23.313Z Downloaded dof v0.3.0
3522026-06-20T21:37:23.313Z Downloaded crypto-common v0.1.7
3532026-06-20T21:37:23.316Z Downloaded macaddr v1.0.1
3542026-06-20T21:37:23.318Z Downloaded memmap v0.7.0
3552026-06-20T21:37:23.318Z Downloaded unicode-ident v1.0.24
3562026-06-20T21:37:23.318Z Downloaded errno v0.3.14
3572026-06-20T21:37:23.322Z Downloaded textwrap v0.16.2
3582026-06-20T21:37:23.322Z Downloaded equivalent v1.0.2
3592026-06-20T21:37:23.322Z Downloaded pretty-hex v0.4.1
3602026-06-20T21:37:23.326Z Downloaded typenum v1.19.0
3612026-06-20T21:37:23.328Z Downloaded terminal_size v0.4.3
3622026-06-20T21:37:23.328Z Downloaded swrite v0.1.0
3632026-06-20T21:37:23.331Z Downloaded zerotrie v0.2.3
3642026-06-20T21:37:23.333Z Downloaded itoa v1.0.17
3652026-06-20T21:37:23.333Z Downloaded toml_edit v0.22.27
3662026-06-20T21:37:23.336Z Downloaded url v2.5.8
3672026-06-20T21:37:23.338Z Downloaded serde-untagged v0.1.9
3682026-06-20T21:37:23.338Z Downloaded autocfg v1.5.0
3692026-06-20T21:37:23.343Z Downloaded tabled_derive v0.7.0
3702026-06-20T21:37:23.345Z Downloaded scroll_derive v0.12.1
3712026-06-20T21:37:23.348Z Downloaded ordered-float v2.10.1
3722026-06-20T21:37:23.351Z Downloaded zerovec v0.11.5
3732026-06-20T21:37:23.353Z Downloaded zerocopy v0.7.35
3742026-06-20T21:37:23.360Z Downloaded serde_spanned v0.6.9
3752026-06-20T21:37:23.363Z Downloaded cargo_toml v0.21.0
3762026-06-20T21:37:23.369Z Downloaded anstyle v1.0.14
3772026-06-20T21:37:23.374Z Downloaded bytecount v0.6.9
3782026-06-20T21:37:23.377Z Downloaded winnow v0.7.14
3792026-06-20T21:37:23.380Z Downloaded unicode-width v0.2.0
3802026-06-20T21:37:23.383Z Downloaded sha2 v0.10.9
3812026-06-20T21:37:23.386Z Downloaded bitflags v2.11.0
3822026-06-20T21:37:23.388Z Downloaded pest_generator v2.8.6
3832026-06-20T21:37:23.388Z Downloaded icu_locale_core v2.1.1
3842026-06-20T21:37:23.391Z Downloaded proc-macro-error v1.0.4
3852026-06-20T21:37:23.394Z Downloaded synstructure v0.13.2
3862026-06-20T21:37:23.394Z Downloaded anstyle-parse v1.0.0
3872026-06-20T21:37:23.394Z Downloaded unicode-width v0.1.14
3882026-06-20T21:37:23.402Z Downloaded camino-tempfile v1.4.1
3892026-06-20T21:37:23.407Z Downloaded pest_derive v2.8.6
3902026-06-20T21:37:23.410Z Downloaded semver v1.0.28
3912026-06-20T21:37:23.418Z Downloaded tempfile v3.25.0
3922026-06-20T21:37:23.424Z Downloaded digest v0.10.7
3932026-06-20T21:37:23.432Z Downloaded anyhow v1.0.102
3942026-06-20T21:37:23.436Z Downloaded clap_derive v4.6.1
3952026-06-20T21:37:23.443Z Downloaded cargo-util-schemas v0.8.2
3962026-06-20T21:37:23.446Z Downloaded icu_properties v2.1.2
3972026-06-20T21:37:23.451Z Downloaded proc-macro2 v1.0.106
3982026-06-20T21:37:23.454Z Downloaded quote v1.0.45
3992026-06-20T21:37:23.456Z Downloaded num-traits v0.2.19
4002026-06-20T21:37:23.456Z Downloaded once_cell v1.21.3
4012026-06-20T21:37:23.456Z Downloaded log v0.4.29
4022026-06-20T21:37:23.463Z Downloaded scroll v0.12.0
4032026-06-20T21:37:23.468Z Downloaded pest_meta v2.8.6
4042026-06-20T21:37:23.470Z Downloaded icu_normalizer_data v2.1.1
4052026-06-20T21:37:23.470Z Downloaded icu_normalizer v2.1.1
4062026-06-20T21:37:23.473Z Downloaded serde_derive v1.0.228
4072026-06-20T21:37:23.479Z Downloaded serde v1.0.228
4082026-06-20T21:37:23.484Z Downloaded serde_core v1.0.228
4092026-06-20T21:37:23.489Z Downloaded memchr v2.8.0
4102026-06-20T21:37:23.495Z Downloaded pest v2.8.6
4112026-06-20T21:37:23.516Z Downloaded icu_collections v2.1.1
4122026-06-20T21:37:23.550Z Downloaded clap_builder v4.6.0
4132026-06-20T21:37:23.554Z Downloaded idna v1.1.0
4142026-06-20T21:37:23.561Z Downloaded serde_json v1.0.149
4152026-06-20T21:37:23.565Z Downloaded icu_properties_data v2.1.2
4162026-06-20T21:37:23.569Z Downloaded hashbrown v0.17.0
4172026-06-20T21:37:23.586Z Downloaded goblin v0.8.2
4182026-06-20T21:37:23.595Z Downloaded syn v1.0.109
4192026-06-20T21:37:23.600Z Downloaded tabled v0.15.0
4202026-06-20T21:37:23.610Z Downloaded syn v2.0.117
4212026-06-20T21:37:23.636Z Downloaded rustix v1.1.3
4222026-06-20T21:37:23.661Z Downloaded libc v0.2.185
4232026-06-20T21:37:23.728Z Compiling proc-macro2 v1.0.106
4242026-06-20T21:37:23.728Z Compiling unicode-ident v1.0.24
4252026-06-20T21:37:23.729Z Compiling quote v1.0.45
4262026-06-20T21:37:23.729Z Compiling serde_core v1.0.228
4272026-06-20T21:37:23.729Z Compiling libc v0.2.185
4282026-06-20T21:37:23.731Z Compiling version_check v0.9.5
4292026-06-20T21:37:23.731Z Compiling stable_deref_trait v1.2.1
4302026-06-20T21:37:23.731Z Compiling serde v1.0.228
4312026-06-20T21:37:24.040Z Compiling memchr v2.8.0
4322026-06-20T21:37:24.056Z Compiling zmij v1.0.21
4332026-06-20T21:37:24.229Z Compiling thiserror v1.0.69
4342026-06-20T21:37:24.302Z Compiling itoa v1.0.17
4352026-06-20T21:37:24.305Z Compiling autocfg v1.5.0
4362026-06-20T21:37:24.480Z Compiling ucd-trie v0.1.7
4372026-06-20T21:37:24.660Z Compiling pest v2.8.6
4382026-06-20T21:37:24.735Z Compiling litemap v0.8.1
4392026-06-20T21:37:24.758Z Compiling writeable v0.6.2
4402026-06-20T21:37:24.852Z Compiling icu_normalizer_data v2.1.1
4412026-06-20T21:37:24.925Z Compiling byteorder v1.5.0
4422026-06-20T21:37:25.030Z Compiling rustix v1.1.3
4432026-06-20T21:37:25.060Z Compiling icu_properties_data v2.1.2
4442026-06-20T21:37:25.146Z Compiling syn v2.0.117
4452026-06-20T21:37:25.280Z Compiling errno v0.3.14
4462026-06-20T21:37:25.283Z Compiling bitflags v2.11.0
4472026-06-20T21:37:25.296Z Compiling serde_json v1.0.149
4482026-06-20T21:37:25.530Z Compiling num-traits v0.2.19
4492026-06-20T21:37:25.589Z Compiling typeid v1.0.3
4502026-06-20T21:37:25.708Z Compiling pest_meta v2.8.6
4512026-06-20T21:37:25.751Z Compiling smallvec v1.15.1
4522026-06-20T21:37:25.862Z Compiling equivalent v1.0.2
4532026-06-20T21:37:25.888Z Compiling hashbrown v0.17.0
4542026-06-20T21:37:26.003Z Compiling thread-id v4.2.2
4552026-06-20T21:37:26.087Z Compiling usdt-impl v0.5.0
4562026-06-20T21:37:26.151Z Compiling proc-macro-error-attr v1.0.4
4572026-06-20T21:37:26.178Z Compiling syn v1.0.109
4582026-06-20T21:37:26.293Z Compiling toml_write v0.1.2
4592026-06-20T21:37:26.332Z Compiling erased-serde v0.4.9
4602026-06-20T21:37:26.432Z Compiling indexmap v2.14.0
4612026-06-20T21:37:26.479Z Compiling winnow v0.7.14
4622026-06-20T21:37:26.872Z Compiling proc-macro-error v1.0.4
4632026-06-20T21:37:27.048Z Compiling utf8parse v0.2.2
4642026-06-20T21:37:27.065Z Compiling camino v1.2.2
4652026-06-20T21:37:27.165Z Compiling plain v0.2.3
4662026-06-20T21:37:27.277Z Compiling getrandom v0.4.1
4672026-06-20T21:37:27.293Z Compiling thiserror v2.0.18
4682026-06-20T21:37:27.329Z Compiling log v0.4.29
4692026-06-20T21:37:27.375Z Compiling percent-encoding v2.3.2
4702026-06-20T21:37:27.511Z Compiling utf8_iter v1.0.4
4712026-06-20T21:37:27.554Z Compiling form_urlencoded v1.2.2
4722026-06-20T21:37:27.704Z Compiling synstructure v0.13.2
4732026-06-20T21:37:27.719Z Compiling pest_generator v2.8.6
4742026-06-20T21:37:27.736Z Compiling ordered-float v2.10.1
4752026-06-20T21:37:27.770Z Compiling anstyle-parse v1.0.0
4762026-06-20T21:37:28.005Z Compiling terminal_size v0.4.3
4772026-06-20T21:37:28.153Z Compiling colorchoice v1.0.4
4782026-06-20T21:37:28.242Z Compiling cfg-if v1.0.4
4792026-06-20T21:37:28.278Z Compiling is_terminal_polyfill v1.70.2
4802026-06-20T21:37:28.294Z Compiling anstyle v1.0.14
4812026-06-20T21:37:28.315Z Compiling anstyle-query v1.1.5
4822026-06-20T21:37:28.331Z Compiling pretty-hex v0.4.1
4832026-06-20T21:37:28.425Z Compiling serde-untagged v0.1.9
4842026-06-20T21:37:28.469Z Compiling anstream v1.0.0
4852026-06-20T21:37:28.485Z Compiling semver v1.0.28
4862026-06-20T21:37:28.532Z Compiling fs-err v3.3.0
4872026-06-20T21:37:28.668Z Compiling anyhow v1.0.102
4882026-06-20T21:37:28.718Z Compiling once_cell v1.21.3
4892026-06-20T21:37:28.776Z Compiling heck v0.5.0
4902026-06-20T21:37:28.807Z Compiling heck v0.4.1
4912026-06-20T21:37:28.823Z Compiling unicode-xid v0.2.6
4922026-06-20T21:37:28.938Z Compiling clap_lex v1.0.0
4932026-06-20T21:37:28.954Z Compiling fastrand v2.3.0
4942026-06-20T21:37:28.979Z Compiling bytecount v0.6.9
4952026-06-20T21:37:29.015Z Compiling fnv v1.0.7
4962026-06-20T21:37:29.032Z Compiling strsim v0.11.1
4972026-06-20T21:37:29.132Z Compiling unicode-width v0.1.14
4982026-06-20T21:37:29.168Z Compiling tempfile v3.25.0
4992026-06-20T21:37:29.224Z Compiling clap_builder v4.6.0
5002026-06-20T21:37:29.385Z Compiling papergrid v0.11.0
5012026-06-20T21:37:29.449Z Compiling serde_derive v1.0.228
5022026-06-20T21:37:29.521Z Compiling zerofrom-derive v0.1.6
5032026-06-20T21:37:29.552Z Compiling yoke-derive v0.8.1
5042026-06-20T21:37:29.622Z Compiling zerovec-derive v0.11.2
5052026-06-20T21:37:30.011Z Compiling displaydoc v0.2.5
5062026-06-20T21:37:30.680Z Compiling thiserror-impl v1.0.69
5072026-06-20T21:37:30.715Z Compiling zerocopy-derive v0.7.35
5082026-06-20T21:37:30.732Z Compiling pest_derive v2.8.6
5092026-06-20T21:37:30.783Z Compiling scroll_derive v0.12.1
5102026-06-20T21:37:30.869Z Compiling zerofrom v0.1.6
5112026-06-20T21:37:31.001Z Compiling yoke v0.8.1
5122026-06-20T21:37:31.145Z Compiling thiserror-impl v2.0.18
5132026-06-20T21:37:31.193Z Compiling zerovec v0.11.5
5142026-06-20T21:37:31.436Z Compiling zerotrie v0.2.3
5152026-06-20T21:37:31.565Z Compiling zerocopy v0.7.35
5162026-06-20T21:37:31.699Z Compiling tinystr v0.8.2
5172026-06-20T21:37:31.740Z Compiling potential_utf v0.1.4
5182026-06-20T21:37:31.907Z Compiling icu_locale_core v2.1.1
5192026-06-20T21:37:31.910Z Compiling icu_collections v2.1.1
5202026-06-20T21:37:32.045Z Compiling dtrace-parser v0.2.0
5212026-06-20T21:37:32.108Z Compiling scroll v0.12.0
5222026-06-20T21:37:32.194Z Compiling tabled_derive v0.7.0
5232026-06-20T21:37:32.387Z Compiling goblin v0.8.2
5242026-06-20T21:37:32.403Z Compiling clap_derive v4.6.1
5252026-06-20T21:37:32.614Z Compiling icu_provider v2.1.1
5262026-06-20T21:37:32.846Z Compiling toml_datetime v0.6.11
5272026-06-20T21:37:32.871Z Compiling icu_properties v2.1.2
5282026-06-20T21:37:32.887Z Compiling icu_normalizer v2.1.1
5292026-06-20T21:37:32.913Z Compiling serde_spanned v0.6.9
5302026-06-20T21:37:32.929Z Compiling dof v0.3.0
5312026-06-20T21:37:33.061Z Compiling toml_edit v0.22.27
5322026-06-20T21:37:33.103Z Compiling serde_tokenstream v0.2.3
5332026-06-20T21:37:33.154Z Compiling serde-value v0.7.0
5342026-06-20T21:37:33.418Z Compiling cargo-platform v0.2.0
5352026-06-20T21:37:33.435Z Compiling memmap v0.7.0
5362026-06-20T21:37:33.519Z Compiling unicode-linebreak v0.1.5
5372026-06-20T21:37:33.645Z Compiling smawk v0.3.2
5382026-06-20T21:37:33.715Z Compiling unicode-width v0.2.0
5392026-06-20T21:37:33.785Z Compiling idna_adapter v1.2.1
5402026-06-20T21:37:33.785Z Compiling tabled v0.15.0
5412026-06-20T21:37:33.933Z Compiling idna v1.1.0
5422026-06-20T21:37:33.958Z Compiling usdt-attr-macro v0.5.0
5432026-06-20T21:37:33.990Z Compiling usdt-macro v0.5.0
5442026-06-20T21:37:34.007Z Compiling textwrap v0.16.2
5452026-06-20T21:37:34.195Z Compiling clap v4.6.1
5462026-06-20T21:37:34.283Z Compiling url v2.5.8
5472026-06-20T21:37:34.479Z Compiling toml v0.8.23
5482026-06-20T21:37:34.590Z Compiling macaddr v1.0.1
5492026-06-20T21:37:35.027Z Compiling cargo-util-schemas v0.8.2
5502026-06-20T21:37:35.088Z Compiling cargo_toml v0.21.0
5512026-06-20T21:37:35.124Z Compiling camino-tempfile v1.4.1
5522026-06-20T21:37:35.303Z Compiling usdt v0.5.0
5532026-06-20T21:37:35.392Z Compiling swrite v0.1.0
5542026-06-20T21:37:35.496Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-20T21:37:35.963Z Compiling cargo_metadata v0.21.0
5562026-06-20T21:37:36.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-20T21:37:38.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.40s
5582026-06-20T21:37:39.143Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-20T21:37:39.627Z Downloading crates ...
5602026-06-20T21:37:39.728Z Downloaded chacha20 v0.9.1
5612026-06-20T21:37:39.735Z Downloaded bzip2 v0.4.4
5622026-06-20T21:37:39.740Z Downloaded buf-list v1.1.2
5632026-06-20T21:37:39.743Z Downloaded bit-vec v0.8.0
5642026-06-20T21:37:39.749Z Downloaded cobs v0.3.0
5652026-06-20T21:37:39.753Z Downloaded ciborium v0.2.2
5662026-06-20T21:37:39.758Z Downloaded data-encoding v2.10.0
5672026-06-20T21:37:39.758Z Downloaded filetime v0.2.27
5682026-06-20T21:37:39.758Z Downloaded defmt-macros v1.0.1
5692026-06-20T21:37:39.761Z Downloaded daft v0.1.7
5702026-06-20T21:37:39.761Z Downloaded console v0.15.11
5712026-06-20T21:37:39.765Z Downloaded derive-ex v0.1.8
5722026-06-20T21:37:39.765Z Downloaded adler2 v2.0.1
5732026-06-20T21:37:39.765Z Downloaded downcast-rs v2.0.2
5742026-06-20T21:37:39.768Z Downloaded array-init v0.0.4
5752026-06-20T21:37:39.768Z Downloaded ahash v0.8.12
5762026-06-20T21:37:39.768Z Downloaded derive_builder_core v0.20.2
5772026-06-20T21:37:39.778Z Downloaded arrayvec v0.7.6
5782026-06-20T21:37:39.778Z Downloaded arrayref v0.3.9
5792026-06-20T21:37:39.783Z Downloaded anstream v0.6.21
5802026-06-20T21:37:39.783Z Downloaded deranged v0.5.8
5812026-06-20T21:37:39.783Z Downloaded curve25519-dalek-derive v0.1.1
5822026-06-20T21:37:39.783Z Downloaded cbc v0.1.2
5832026-06-20T21:37:39.783Z Downloaded dirs-next v2.0.0
5842026-06-20T21:37:39.783Z Downloaded bcrypt-pbkdf v0.10.0
5852026-06-20T21:37:39.783Z Downloaded arc-swap v1.8.2
5862026-06-20T21:37:39.783Z Downloaded drift v0.2.0
5872026-06-20T21:37:39.788Z Downloaded defmt-parser v1.0.0
5882026-06-20T21:37:39.790Z Downloaded bitfield-struct v0.6.2
5892026-06-20T21:37:39.790Z Downloaded bcs v0.1.6
5902026-06-20T21:37:39.790Z Downloaded bb8 v0.8.6
5912026-06-20T21:37:39.794Z Downloaded debug-ignore v1.0.5
5922026-06-20T21:37:39.794Z Downloaded atomicwrites v0.4.4
5932026-06-20T21:37:39.794Z Downloaded cfg_aliases v0.2.1
5942026-06-20T21:37:39.797Z Downloaded bit-set v0.8.0
5952026-06-20T21:37:39.797Z Downloaded async-recursion v1.1.1
5962026-06-20T21:37:39.800Z Downloaded assert_matches v1.5.0
5972026-06-20T21:37:39.800Z Downloaded des v0.8.1
5982026-06-20T21:37:39.803Z Downloaded camino-tempfile-ext v0.3.3
5992026-06-20T21:37:39.803Z Downloaded darling_macro v0.20.11
6002026-06-20T21:37:39.803Z Downloaded ciborium-io v0.2.2
6012026-06-20T21:37:39.803Z Downloaded castaway v0.2.4
6022026-06-20T21:37:39.806Z Downloaded cfg_aliases v0.1.1
6032026-06-20T21:37:39.806Z Downloaded block-padding v0.3.3
6042026-06-20T21:37:39.806Z Downloaded bitfield-macros v0.19.4
6052026-06-20T21:37:39.808Z Downloaded atomic-waker v1.1.2
6062026-06-20T21:37:39.809Z Downloaded darling_core v0.20.11
6072026-06-20T21:37:39.812Z Downloaded async-trait v0.1.89
6082026-06-20T21:37:39.814Z Downloaded bit-set v0.5.3
6092026-06-20T21:37:39.815Z Downloaded atty v0.2.14
6102026-06-20T21:37:39.818Z Downloaded async-stream-impl v0.3.6
6112026-06-20T21:37:39.818Z Downloaded der v0.7.10
6122026-06-20T21:37:39.821Z Downloaded derive-where v1.6.0
6132026-06-20T21:37:39.824Z Downloaded darling v0.20.11
6142026-06-20T21:37:39.827Z Downloaded dtrace-parser v0.3.0
6152026-06-20T21:37:39.827Z Downloaded dunce v1.0.5
6162026-06-20T21:37:39.827Z Downloaded dof v0.4.0
6172026-06-20T21:37:39.830Z Downloaded bitflags v1.3.2
6182026-06-20T21:37:39.830Z Downloaded ascii-canvas v3.0.0
6192026-06-20T21:37:39.830Z Downloaded allocator-api2 v0.2.21
6202026-06-20T21:37:39.833Z Downloaded embedded-io v0.6.1
6212026-06-20T21:37:39.836Z Downloaded dirs-sys-next v0.1.2
6222026-06-20T21:37:39.837Z Downloaded compression-core v0.4.31
6232026-06-20T21:37:39.837Z Downloaded difflib v0.4.0
6242026-06-20T21:37:39.837Z Downloaded crc-catalog v2.4.0
6252026-06-20T21:37:39.840Z Downloaded crunchy v0.2.4
6262026-06-20T21:37:39.840Z Downloaded crc8 v0.1.1
6272026-06-20T21:37:39.840Z Downloaded base16ct v0.2.0
6282026-06-20T21:37:39.840Z Downloaded crc-any v2.5.0
6292026-06-20T21:37:39.843Z Downloaded futures-macro v0.3.32
6302026-06-20T21:37:39.843Z Downloaded display-error-chain v0.2.2
6312026-06-20T21:37:39.846Z Downloaded cpufeatures v0.3.0
6322026-06-20T21:37:39.846Z Downloaded aead v0.5.2
6332026-06-20T21:37:39.846Z Downloaded foreign-types-macros v0.2.3
6342026-06-20T21:37:39.849Z Downloaded darling_core v0.13.4
6352026-06-20T21:37:39.849Z Downloaded async-stream v0.3.6
6362026-06-20T21:37:39.852Z Downloaded derive_builder_macro v0.20.2
6372026-06-20T21:37:39.852Z Downloaded convert_case v0.4.0
6382026-06-20T21:37:39.857Z Downloaded fixedbitset v0.4.2
6392026-06-20T21:37:39.857Z Downloaded ciborium-ll v0.2.2
6402026-06-20T21:37:39.857Z Downloaded endian-type v0.1.2
6412026-06-20T21:37:39.857Z Downloaded document-features v0.2.12
6422026-06-20T21:37:39.860Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-06-20T21:37:39.860Z Downloaded darling_macro v0.21.3
6442026-06-20T21:37:39.860Z Downloaded flagset v0.4.7
6452026-06-20T21:37:39.863Z Downloaded futures-io v0.3.32
6462026-06-20T21:37:39.863Z Downloaded embedded-io v0.4.0
6472026-06-20T21:37:39.865Z Downloaded darling_macro v0.23.0
6482026-06-20T21:37:39.865Z Downloaded foreign-types v0.3.2
6492026-06-20T21:37:39.868Z Downloaded env_filter v1.0.0
6502026-06-20T21:37:39.872Z Downloaded crucible-workspace-hack v0.1.0
6512026-06-20T21:37:39.872Z Downloaded enum-as-inner v0.6.1
6522026-06-20T21:37:39.874Z Downloaded fd-lock v4.0.4
6532026-06-20T21:37:39.874Z Downloaded cargo-platform v0.3.2
6542026-06-20T21:37:39.877Z Downloaded cassowary v0.3.0
6552026-06-20T21:37:39.881Z Downloaded dyn-clone v1.0.20
6562026-06-20T21:37:39.884Z Downloaded float-cmp v0.10.0
6572026-06-20T21:37:39.884Z Downloaded dropshot-api-manager-types v0.7.2
6582026-06-20T21:37:39.884Z Downloaded float-ord v0.3.2
6592026-06-20T21:37:39.887Z Downloaded byte-wrapper v0.1.0
6602026-06-20T21:37:39.887Z Downloaded argon2 v0.5.3
6612026-06-20T21:37:39.890Z Downloaded cstr-argument v0.1.2
6622026-06-20T21:37:39.893Z Downloaded crc v3.4.0
6632026-06-20T21:37:39.896Z Downloaded futures-task v0.3.32
6642026-06-20T21:37:39.896Z Downloaded futures-sink v0.3.32
6652026-06-20T21:37:39.899Z Downloaded foreign-types v0.5.0
6662026-06-20T21:37:39.902Z Downloaded funty v2.0.0
6672026-06-20T21:37:39.902Z Downloaded gethostname v0.5.0
6682026-06-20T21:37:39.902Z Downloaded futures-core v0.3.32
6692026-06-20T21:37:39.905Z Downloaded foreign-types-shared v0.3.1
6702026-06-20T21:37:39.905Z Downloaded defmt v0.3.100
6712026-06-20T21:37:39.905Z Downloaded darling_macro v0.13.4
6722026-06-20T21:37:39.905Z Downloaded foreign-types-shared v0.1.1
6732026-06-20T21:37:39.908Z Downloaded globwalk v0.9.1
6742026-06-20T21:37:39.911Z Downloaded hex v0.4.3
6752026-06-20T21:37:39.911Z Downloaded critical-section v1.2.0
6762026-06-20T21:37:39.915Z Downloaded ghash v0.5.1
6772026-06-20T21:37:39.915Z Downloaded hash32 v0.3.1
6782026-06-20T21:37:39.915Z Downloaded darling_core v0.21.3
6792026-06-20T21:37:39.919Z Downloaded erased-serde v0.3.31
6802026-06-20T21:37:39.923Z Downloaded ena v0.14.4
6812026-06-20T21:37:39.923Z Downloaded diesel-dtrace v0.5.0
6822026-06-20T21:37:39.923Z Downloaded headers-core v0.3.0
6832026-06-20T21:37:39.923Z Downloaded git-stub v1.0.0
6842026-06-20T21:37:39.927Z Downloaded crossbeam-deque v0.8.6
6852026-06-20T21:37:39.927Z Downloaded hash32 v0.2.1
6862026-06-20T21:37:39.927Z Downloaded base64ct v1.8.3
6872026-06-20T21:37:39.931Z Downloaded cargo_metadata v0.23.1
6882026-06-20T21:37:39.931Z Downloaded anstyle-parse v0.2.7
6892026-06-20T21:37:39.931Z Downloaded fxhash v0.2.1
6902026-06-20T21:37:39.938Z Downloaded http-body v1.0.1
6912026-06-20T21:37:39.938Z Downloaded hostname v0.3.1
6922026-06-20T21:37:39.938Z Downloaded http-range v0.1.5
6932026-06-20T21:37:39.941Z Downloaded corncobs v0.1.4
6942026-06-20T21:37:39.941Z Downloaded cmake v0.1.57
6952026-06-20T21:37:39.941Z Downloaded env_logger v0.11.9
6962026-06-20T21:37:39.941Z Downloaded dsl_auto_type v0.2.0
6972026-06-20T21:37:39.944Z Downloaded defmt v1.0.1
6982026-06-20T21:37:39.947Z Downloaded constant_time_eq v0.4.2
6992026-06-20T21:37:39.947Z Downloaded daft-derive v0.1.7
7002026-06-20T21:37:39.950Z Downloaded fixedbitset v0.5.7
7012026-06-20T21:37:39.954Z Downloaded fallible-iterator v0.2.0
7022026-06-20T21:37:39.954Z Downloaded home v0.5.12
7032026-06-20T21:37:39.954Z Downloaded colored v3.1.1
7042026-06-20T21:37:39.956Z Downloaded const_format_proc_macros v0.2.34
7052026-06-20T21:37:39.957Z Downloaded ed25519 v2.2.3
7062026-06-20T21:37:39.957Z Downloaded backoff v0.4.0
7072026-06-20T21:37:39.959Z Downloaded ctr v0.9.2
7082026-06-20T21:37:39.962Z Downloaded hex-literal v0.4.1
7092026-06-20T21:37:39.962Z Downloaded cipher v0.4.4
7102026-06-20T21:37:39.962Z Downloaded cexpr v0.6.0
7112026-06-20T21:37:39.965Z Downloaded bzip2 v0.6.1
7122026-06-20T21:37:39.965Z Downloaded bitfield v0.19.4
7132026-06-20T21:37:39.968Z Downloaded futures-executor v0.3.32
7142026-06-20T21:37:39.968Z Downloaded fs_extra v1.3.0
7152026-06-20T21:37:39.972Z Downloaded hubpack v0.1.2
7162026-06-20T21:37:39.972Z Downloaded httpdate v1.0.3
7172026-06-20T21:37:39.972Z Downloaded ident_case v1.0.1
7182026-06-20T21:37:39.972Z Downloaded hubpack_derive v0.1.1
7192026-06-20T21:37:39.975Z Downloaded fs-err v2.11.0
7202026-06-20T21:37:39.975Z Downloaded der_derive v0.7.3
7212026-06-20T21:37:39.975Z Downloaded csv-core v0.1.13
7222026-06-20T21:37:39.975Z Downloaded darling v0.13.4
7232026-06-20T21:37:39.978Z Downloaded foldhash v0.2.0
7242026-06-20T21:37:39.978Z Downloaded foldhash v0.1.5
7252026-06-20T21:37:39.982Z Downloaded convert_case v0.10.0
7262026-06-20T21:37:39.983Z Downloaded find-msvc-tools v0.1.9
7272026-06-20T21:37:39.985Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-20T21:37:39.985Z Downloaded hyper-tls v0.6.0
7292026-06-20T21:37:39.985Z Downloaded group v0.13.0
7302026-06-20T21:37:39.988Z Downloaded indoc v1.0.9
7312026-06-20T21:37:39.988Z Downloaded indent_write v2.2.0
7322026-06-20T21:37:39.988Z Downloaded illumos-nvpair v0.3.0
7332026-06-20T21:37:39.992Z Downloaded git-stub-vcs v0.1.0
7342026-06-20T21:37:39.992Z Downloaded internet-checksum v0.2.1
7352026-06-20T21:37:39.992Z Downloaded instant v0.1.13
7362026-06-20T21:37:39.995Z Downloaded inout v0.1.4
7372026-06-20T21:37:39.995Z Downloaded crc32fast v1.5.0
7382026-06-20T21:37:39.995Z Downloaded glob v0.3.3
7392026-06-20T21:37:39.998Z Downloaded hostname v0.4.2
7402026-06-20T21:37:40.004Z Downloaded highway v1.3.0
7412026-06-20T21:37:40.004Z Downloaded const-oid v0.9.6
7422026-06-20T21:37:40.007Z Downloaded compression-codecs v0.4.37
7432026-06-20T21:37:40.007Z Downloaded instability v0.3.11
7442026-06-20T21:37:40.007Z Downloaded is_ci v1.2.0
7452026-06-20T21:37:40.010Z Downloaded is-terminal v0.4.17
7462026-06-20T21:37:40.010Z Downloaded keccak v0.1.6
7472026-06-20T21:37:40.010Z Downloaded cookie_store v0.22.1
7482026-06-20T21:37:40.013Z Downloaded console v0.16.2
7492026-06-20T21:37:40.013Z Downloaded cancel-safe-futures v0.1.5
7502026-06-20T21:37:40.016Z Downloaded derive_builder v0.20.2
7512026-06-20T21:37:40.019Z Downloaded kstat-rs v0.2.4
7522026-06-20T21:37:40.019Z Downloaded cookie v0.18.1
7532026-06-20T21:37:40.023Z Downloaded darling v0.23.0
7542026-06-20T21:37:40.025Z Downloaded darling v0.21.3
7552026-06-20T21:37:40.028Z Downloaded ff v0.13.1
7562026-06-20T21:37:40.028Z Downloaded bit-vec v0.6.3
7572026-06-20T21:37:40.031Z Downloaded backon v1.6.0
7582026-06-20T21:37:40.031Z Downloaded blake2 v0.10.6
7592026-06-20T21:37:40.034Z Downloaded colored v2.2.0
7602026-06-20T21:37:40.037Z Downloaded chacha20 v0.10.0
7612026-06-20T21:37:40.037Z Downloaded either v1.15.0
7622026-06-20T21:37:40.040Z Downloaded blowfish v0.9.1
7632026-06-20T21:37:40.040Z Downloaded async-bb8-diesel v0.2.1
7642026-06-20T21:37:40.040Z Downloaded lazy_static v1.5.0
7652026-06-20T21:37:40.043Z Downloaded libscf-sys v1.1.0
7662026-06-20T21:37:40.043Z Downloaded ecdsa v0.16.9
7672026-06-20T21:37:40.046Z Downloaded lalrpop-util v0.19.12
7682026-06-20T21:37:40.046Z Downloaded managed v0.8.0
7692026-06-20T21:37:40.046Z Downloaded crossbeam-utils v0.8.21
7702026-06-20T21:37:40.051Z Downloaded getrandom v0.2.17
7712026-06-20T21:37:40.051Z Downloaded http-body-util v0.1.3
7722026-06-20T21:37:40.054Z Downloaded clang-sys v1.8.1
7732026-06-20T21:37:40.054Z Downloaded lru v0.12.5
7742026-06-20T21:37:40.054Z Downloaded crossbeam-channel v0.5.15
7752026-06-20T21:37:40.057Z Downloaded diesel_derives v2.3.7
7762026-06-20T21:37:40.060Z Downloaded md5 v0.7.0
7772026-06-20T21:37:40.063Z Downloaded md-5 v0.10.6
7782026-06-20T21:37:40.063Z Downloaded lzss v0.8.2
7792026-06-20T21:37:40.067Z Downloaded maybe-uninit v2.0.0
7802026-06-20T21:37:40.067Z Downloaded multimap v0.10.1
7812026-06-20T21:37:40.067Z Downloaded mime v0.3.17
7822026-06-20T21:37:40.070Z Downloaded memoffset v0.9.1
7832026-06-20T21:37:40.070Z Downloaded maplit v1.0.2
7842026-06-20T21:37:40.070Z Downloaded match_cfg v0.1.0
7852026-06-20T21:37:40.070Z Downloaded ipnet v2.11.0
7862026-06-20T21:37:40.070Z Downloaded lru-cache v0.1.2
7872026-06-20T21:37:40.073Z Downloaded linked-hash-map v0.5.6
7882026-06-20T21:37:40.073Z Downloaded ingot v0.1.1
7892026-06-20T21:37:40.073Z Downloaded impl-trait-for-tuples v0.2.3
7902026-06-20T21:37:40.076Z Downloaded globset v0.4.18
7912026-06-20T21:37:40.078Z Downloaded aes-gcm v0.10.3
7922026-06-20T21:37:40.078Z Downloaded diff v0.1.13
7932026-06-20T21:37:40.081Z Downloaded ingot-types v0.1.2
7942026-06-20T21:37:40.084Z Downloaded indoc v2.0.7
7952026-06-20T21:37:40.087Z Downloaded ipnetwork v0.21.1
7962026-06-20T21:37:40.090Z Downloaded nibble_vec v0.1.0
7972026-06-20T21:37:40.090Z Downloaded new_debug_unreachable v1.0.6
7982026-06-20T21:37:40.093Z Downloaded libloading v0.8.9
7992026-06-20T21:37:40.093Z Downloaded newline-converter v0.3.0
8002026-06-20T21:37:40.095Z Downloaded jobserver v0.1.34
8012026-06-20T21:37:40.096Z Downloaded humantime v2.3.0
8022026-06-20T21:37:40.098Z Downloaded httparse v1.10.1
8032026-06-20T21:37:40.098Z Downloaded const_format v0.2.35
8042026-06-20T21:37:40.101Z Downloaded num v0.4.3
8052026-06-20T21:37:40.104Z Downloaded nodrop v0.1.14
8062026-06-20T21:37:40.104Z Downloaded fatfs v0.3.6
8072026-06-20T21:37:40.107Z Downloaded num-derive v0.3.3
8082026-06-20T21:37:40.107Z Downloaded num-conv v0.2.0
8092026-06-20T21:37:40.107Z Downloaded crossbeam-epoch v0.9.18
8102026-06-20T21:37:40.111Z Downloaded cc v1.2.56
8112026-06-20T21:37:40.112Z Downloaded libsw v3.5.0
8122026-06-20T21:37:40.116Z Downloaded normalize-line-endings v0.3.0
8132026-06-20T21:37:40.116Z Downloaded nonempty v0.12.0
8142026-06-20T21:37:40.116Z Downloaded hyper-rustls v0.27.7
8152026-06-20T21:37:40.118Z Downloaded libefi-sys v0.1.0
8162026-06-20T21:37:40.118Z Downloaded elliptic-curve v0.13.8
8172026-06-20T21:37:40.118Z Downloaded newtype_derive v0.1.6
8182026-06-20T21:37:40.121Z Downloaded libsw-core v0.3.2
8192026-06-20T21:37:40.121Z Downloaded num-derive v0.4.2
8202026-06-20T21:37:40.124Z Downloaded hmac v0.12.1
8212026-06-20T21:37:40.124Z Downloaded dropshot_endpoint v0.17.0
8222026-06-20T21:37:40.127Z Downloaded olpc-cjson v0.1.4
8232026-06-20T21:37:40.127Z Downloaded openssl-probe v0.1.6
8242026-06-20T21:37:40.129Z Downloaded openssl-macros v0.1.1
8252026-06-20T21:37:40.129Z Downloaded num_threads v0.1.7
8262026-06-20T21:37:40.130Z Downloaded num_enum_derive v0.5.11
8272026-06-20T21:37:40.133Z Downloaded lru-slab v0.1.2
8282026-06-20T21:37:40.133Z Downloaded lock_api v0.4.14
8292026-06-20T21:37:40.133Z Downloaded num-iter v0.1.45
8302026-06-20T21:37:40.133Z Downloaded mime_guess v2.0.5
8312026-06-20T21:37:40.136Z Downloaded linear-map v1.2.0
8322026-06-20T21:37:40.136Z Downloaded hyper-staticfile v0.10.1
8332026-06-20T21:37:40.136Z Downloaded half v1.8.3
8342026-06-20T21:37:40.139Z Downloaded futures-channel v0.3.32
8352026-06-20T21:37:40.143Z Downloaded iana-time-zone v0.1.65
8362026-06-20T21:37:40.143Z Downloaded opaque-debug v0.3.1
8372026-06-20T21:37:40.143Z Downloaded getrandom v0.3.4
8382026-06-20T21:37:40.147Z Downloaded oso-derive v0.27.3
8392026-06-20T21:37:40.147Z Downloaded futures v0.3.32
8402026-06-20T21:37:40.150Z Downloaded packed_struct_codegen v0.10.1
8412026-06-20T21:37:40.150Z Downloaded derive_more v0.99.20
8422026-06-20T21:37:40.152Z Downloaded native-tls v0.2.18
8432026-06-20T21:37:40.155Z Downloaded nanorand v0.7.0
8442026-06-20T21:37:40.158Z Downloaded ingot-macros v0.1.1
8452026-06-20T21:37:40.161Z Downloaded newtype-uuid-macros v0.1.0
8462026-06-20T21:37:40.165Z Downloaded chacha20poly1305 v0.10.1
8472026-06-20T21:37:40.167Z Downloaded compact_str v0.8.1
8482026-06-20T21:37:40.170Z Downloaded newtype-uuid v1.3.2
8492026-06-20T21:37:40.170Z Downloaded darling_core v0.23.0
8502026-06-20T21:37:40.180Z Downloaded path-slash v0.1.5
8512026-06-20T21:37:40.184Z Downloaded parse-size v1.1.0
8522026-06-20T21:37:40.184Z Downloaded parse-display v0.10.0
8532026-06-20T21:37:40.184Z Downloaded nu-ansi-term v0.50.3
8542026-06-20T21:37:40.187Z Downloaded dropshot-api-manager v0.7.2
8552026-06-20T21:37:40.191Z Downloaded pbkdf2 v0.11.0
8562026-06-20T21:37:40.194Z Downloaded peg-runtime v0.8.5
8572026-06-20T21:37:40.194Z Downloaded pbkdf2 v0.12.2
8582026-06-20T21:37:40.197Z Downloaded num-rational v0.4.2
8592026-06-20T21:37:40.211Z Downloaded pin-utils v0.1.0
8602026-06-20T21:37:40.213Z Downloaded phf_shared v0.13.1
8612026-06-20T21:37:40.214Z Downloaded phf_shared v0.12.1
8622026-06-20T21:37:40.219Z Downloaded openssl-probe v0.2.1
8632026-06-20T21:37:40.219Z Downloaded num_enum_derive v0.7.6
8642026-06-20T21:37:40.219Z Downloaded num_enum v0.7.6
8652026-06-20T21:37:40.222Z Downloaded num_enum v0.5.11
8662026-06-20T21:37:40.224Z Downloaded memmap2 v0.9.10
8672026-06-20T21:37:40.224Z Downloaded multer v3.1.0
8682026-06-20T21:37:40.228Z Downloaded indexmap v1.9.3
8692026-06-20T21:37:40.232Z Downloaded num-integer v0.1.46
8702026-06-20T21:37:40.232Z Downloaded litrs v1.0.0
8712026-06-20T21:37:40.233Z Downloaded packed_struct v0.10.1
8722026-06-20T21:37:40.237Z Downloaded predicates-tree v1.0.13
8732026-06-20T21:37:40.237Z Downloaded oxnet v0.1.6
8742026-06-20T21:37:40.237Z Downloaded base64 v0.21.7
8752026-06-20T21:37:40.241Z Downloaded phf_shared v0.11.3
8762026-06-20T21:37:40.242Z Downloaded oxide-tokio-rt v0.1.4
8772026-06-20T21:37:40.242Z Downloaded ar_archive_writer v0.5.1
8782026-06-20T21:37:40.246Z Downloaded base64 v0.22.1
8792026-06-20T21:37:40.246Z Downloaded precomputed-hash v0.1.1
8802026-06-20T21:37:40.251Z Downloaded half v2.7.1
8812026-06-20T21:37:40.251Z Downloaded powerfmt v0.2.0
8822026-06-20T21:37:40.251Z Downloaded headers v0.4.1
8832026-06-20T21:37:40.254Z Downloaded flate2 v1.1.9
8842026-06-20T21:37:40.259Z Downloaded crypto-bigint v0.5.5
8852026-06-20T21:37:40.262Z Downloaded proc-macro-crate v1.3.1
8862026-06-20T21:37:40.262Z Downloaded parse-display-derive v0.10.0
8872026-06-20T21:37:40.266Z Downloaded predicates-core v1.0.10
8882026-06-20T21:37:40.266Z Downloaded derive_more-impl v2.1.1
8892026-06-20T21:37:40.270Z Downloaded proc-macro-crate v3.4.0
8902026-06-20T21:37:40.270Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-06-20T21:37:40.273Z Downloaded progenitor-macro v0.14.0
8922026-06-20T21:37:40.273Z Downloaded psl-types v2.0.11
8932026-06-20T21:37:40.273Z Downloaded progenitor-client v0.14.0
8942026-06-20T21:37:40.273Z Downloaded progenitor-macro v0.13.0
8952026-06-20T21:37:40.276Z Downloaded password-hash v0.4.2
8962026-06-20T21:37:40.279Z Downloaded paste v1.0.15
8972026-06-20T21:37:40.284Z Downloaded libbz2-rs-sys v0.2.2
8982026-06-20T21:37:40.284Z Downloaded heapless v0.7.17
8992026-06-20T21:37:40.287Z Downloaded password-hash v0.5.0
9002026-06-20T21:37:40.287Z Downloaded num-complex v0.4.6
9012026-06-20T21:37:40.287Z Downloaded pem v3.0.6
9022026-06-20T21:37:40.290Z Downloaded pem-rfc7468 v0.7.0
9032026-06-20T21:37:40.290Z Downloaded peg-macros v0.8.5
9042026-06-20T21:37:40.294Z Downloaded peg v0.8.5
9052026-06-20T21:37:40.294Z Downloaded pin-project-lite v0.2.17
9062026-06-20T21:37:40.298Z Downloaded rand_chacha v0.3.1
9072026-06-20T21:37:40.298Z Downloaded quick-error v1.2.3
9082026-06-20T21:37:40.303Z Downloaded phf v0.13.1
9092026-06-20T21:37:40.303Z Downloaded omicron-zone-package v0.12.2
9102026-06-20T21:37:40.306Z Downloaded pin-project-internal v1.1.11
9112026-06-20T21:37:40.306Z Downloaded rand_xorshift v0.4.0
9122026-06-20T21:37:40.306Z Downloaded flume v0.11.1
9132026-06-20T21:37:40.309Z Downloaded ignore v0.4.25
9142026-06-20T21:37:40.312Z Downloaded parking_lot v0.12.5
9152026-06-20T21:37:40.315Z Downloaded bytes v1.11.1
9162026-06-20T21:37:40.318Z Downloaded parking_lot_core v0.9.12
9172026-06-20T21:37:40.320Z Downloaded parking_lot_core v0.8.6
9182026-06-20T21:37:40.325Z Downloaded parking_lot v0.11.2
9192026-06-20T21:37:40.325Z Downloaded postgres-protocol v0.6.10
9202026-06-20T21:37:40.329Z Downloaded bumpalo v3.20.2
9212026-06-20T21:37:40.329Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-06-20T21:37:40.329Z Downloaded recursive v0.1.1
9232026-06-20T21:37:40.329Z Downloaded derive_more v2.1.1
9242026-06-20T21:37:40.335Z Downloaded ppv-lite86 v0.2.21
9252026-06-20T21:37:40.340Z Downloaded async-compression v0.4.41
9262026-06-20T21:37:40.343Z Downloaded hickory-resolver v0.24.4
9272026-06-20T21:37:40.347Z Downloaded ref-cast-impl v1.0.25
9282026-06-20T21:37:40.347Z Downloaded ref-cast v1.0.25
9292026-06-20T21:37:40.351Z Downloaded radium v0.7.0
9302026-06-20T21:37:40.351Z Downloaded russh-cryptovec v0.7.3
9312026-06-20T21:37:40.351Z Downloaded primeorder v0.13.6
9322026-06-20T21:37:40.351Z Downloaded rfc6979 v0.4.0
9332026-06-20T21:37:40.351Z Downloaded progenitor v0.14.0
9342026-06-20T21:37:40.354Z Downloaded proc-macro-error2 v2.0.1
9352026-06-20T21:37:40.354Z Downloaded progenitor-extras v0.2.0
9362026-06-20T21:37:40.354Z Downloaded aes v0.8.4
9372026-06-20T21:37:40.369Z Downloaded heapless v0.8.0
9382026-06-20T21:37:40.369Z Downloaded progenitor v0.13.0
9392026-06-20T21:37:40.369Z Downloaded progenitor-client v0.13.0
9402026-06-20T21:37:40.369Z Downloaded poly1305 v0.8.0
9412026-06-20T21:37:40.369Z Downloaded rtoolbox v0.0.3
9422026-06-20T21:37:40.369Z Downloaded psm v0.1.30
9432026-06-20T21:37:40.369Z Downloaded r2d2 v0.8.10
9442026-06-20T21:37:40.374Z Downloaded rand_core v0.6.4
9452026-06-20T21:37:40.374Z Downloaded predicates v3.1.4
9462026-06-20T21:37:40.374Z Downloaded rand_core v0.9.5
9472026-06-20T21:37:40.374Z Downloaded miniz_oxide v0.8.9
9482026-06-20T21:37:40.377Z Downloaded rustc_version v0.1.7
9492026-06-20T21:37:40.377Z Downloaded rustc-hash v2.1.1
9502026-06-20T21:37:40.377Z Downloaded indicatif v0.18.4
9512026-06-20T21:37:40.381Z Downloaded oso v0.27.3
9522026-06-20T21:37:40.386Z Downloaded rand_core v0.10.0
9532026-06-20T21:37:40.386Z Downloaded rand_chacha v0.9.0
9542026-06-20T21:37:40.386Z Downloaded pkg-config v0.3.32
9552026-06-20T21:37:40.386Z Downloaded rustc_version v0.4.1
9562026-06-20T21:37:40.390Z Downloaded papergrid v0.17.0
9572026-06-20T21:37:40.390Z Downloaded pkcs5 v0.7.1
9582026-06-20T21:37:40.393Z Downloaded pkcs1 v0.7.5
9592026-06-20T21:37:40.393Z Downloaded phf v0.12.1
9602026-06-20T21:37:40.396Z Downloaded expectorate v1.2.0
9612026-06-20T21:37:40.396Z Downloaded ed25519-dalek v2.2.0
9622026-06-20T21:37:40.400Z Downloaded polyval v0.6.2
9632026-06-20T21:37:40.400Z Downloaded pkcs8 v0.10.2
9642026-06-20T21:37:40.405Z Downloaded p256 v0.13.2
9652026-06-20T21:37:40.405Z Downloaded owo-colors v4.3.0
9662026-06-20T21:37:40.409Z Downloaded postgres-types v0.2.12
9672026-06-20T21:37:40.409Z Downloaded postcard v1.1.3
9682026-06-20T21:37:40.415Z Downloaded salsa20 v0.10.2
9692026-06-20T21:37:40.416Z Downloaded jiff-static v0.2.21
9702026-06-20T21:37:40.420Z Downloaded sapling-renderdag v0.1.0
9712026-06-20T21:37:40.423Z Downloaded same-file v1.0.6
9722026-06-20T21:37:40.423Z Downloaded scopeguard v1.2.0
9732026-06-20T21:37:40.423Z Downloaded scheduled-thread-pool v0.2.7
9742026-06-20T21:37:40.428Z Downloaded scroll_derive v0.13.1
9752026-06-20T21:37:40.432Z Downloaded hickory-resolver v0.25.2
9762026-06-20T21:37:40.437Z Downloaded openssl-sys v0.9.115
9772026-06-20T21:37:40.437Z Downloaded aho-corasick v1.1.4
9782026-06-20T21:37:40.442Z Downloaded scrypt v0.11.0
9792026-06-20T21:37:40.446Z Downloaded resolv-conf v0.7.6
9802026-06-20T21:37:40.446Z Downloaded pin-project v1.1.11
9812026-06-20T21:37:40.450Z Downloaded serde-big-array v0.5.1
9822026-06-20T21:37:40.453Z Downloaded seq-macro v0.3.6
9832026-06-20T21:37:40.453Z Downloaded semver v0.1.20
9842026-06-20T21:37:40.453Z Downloaded secrecy v0.10.3
9852026-06-20T21:37:40.456Z Downloaded secrecy v0.8.0
9862026-06-20T21:37:40.456Z Downloaded rand_seeder v0.4.0
9872026-06-20T21:37:40.456Z Downloaded quinn-udp v0.5.14
9882026-06-20T21:37:40.460Z Downloaded hashbrown v0.13.2
9892026-06-20T21:37:40.463Z Downloaded rustls-pemfile v2.2.0
9902026-06-20T21:37:40.464Z Downloaded serde_bytes v0.11.19
9912026-06-20T21:37:40.467Z Downloaded hickory-server v0.25.2
9922026-06-20T21:37:40.471Z Downloaded serde_repr v0.1.20
9932026-06-20T21:37:40.471Z Downloaded serde_plain v1.0.2
9942026-06-20T21:37:40.476Z Downloaded serde_urlencoded v0.7.1
9952026-06-20T21:37:40.476Z Downloaded sha1 v0.10.6
9962026-06-20T21:37:40.479Z Downloaded serde_spanned v1.0.4
9972026-06-20T21:37:40.485Z Downloaded signal-hook-mio v0.2.5
9982026-06-20T21:37:40.489Z Downloaded shell-words v1.1.1
9992026-06-20T21:37:40.492Z Downloaded rustversion v1.0.22
10002026-06-20T21:37:40.492Z Downloaded crossterm v0.28.1
10012026-06-20T21:37:40.496Z Downloaded rusty-fork v0.3.1
10022026-06-20T21:37:40.501Z Downloaded prefix-trie v0.7.0
10032026-06-20T21:37:40.501Z Downloaded slog-envlogger v2.2.0
10042026-06-20T21:37:40.505Z Downloaded sigpipe v0.1.3
10052026-06-20T21:37:40.505Z Downloaded signal-hook-tokio v0.3.1
10062026-06-20T21:37:40.508Z Downloaded schemars_derive v0.8.22
10072026-06-20T21:37:40.508Z Downloaded siphasher v1.0.2
10082026-06-20T21:37:40.518Z Downloaded progenitor-impl v0.14.0
10092026-06-20T21:37:40.523Z Downloaded slog-bunyan v2.5.0
10102026-06-20T21:37:40.523Z Downloaded scroll v0.13.0
10112026-06-20T21:37:40.526Z Downloaded sec1 v0.7.3
10122026-06-20T21:37:40.534Z Downloaded serde-hex v0.1.0
10132026-06-20T21:37:40.537Z Downloaded hyper-util v0.1.20
10142026-06-20T21:37:40.542Z Downloaded sqlparser_derive v0.5.0
10152026-06-20T21:37:40.547Z Downloaded ssh-cipher v0.2.0
10162026-06-20T21:37:40.550Z Downloaded rustls-pemfile v1.0.4
10172026-06-20T21:37:40.553Z Downloaded serde_derive_internals v0.29.1
10182026-06-20T21:37:40.553Z Downloaded ssh-encoding v0.2.0
10192026-06-20T21:37:40.556Z Downloaded itertools v0.10.5
10202026-06-20T21:37:40.559Z Downloaded rustls-native-certs v0.8.3
10212026-06-20T21:37:40.559Z Downloaded serde_path_to_error v0.1.20
10222026-06-20T21:37:40.565Z Downloaded serde_with_macros v1.5.2
10232026-06-20T21:37:40.568Z Downloaded hashbrown v0.12.3
10242026-06-20T21:37:40.575Z Downloaded strum v0.26.3
10252026-06-20T21:37:40.578Z Downloaded structmeta-derive v0.3.0
10262026-06-20T21:37:40.578Z Downloaded structmeta v0.3.0
10272026-06-20T21:37:40.581Z Downloaded strum v0.27.2
10282026-06-20T21:37:40.581Z Downloaded http v1.4.0
10292026-06-20T21:37:40.584Z Downloaded signal-hook-registry v1.4.8
10302026-06-20T21:37:40.588Z Downloaded slog-dtrace v0.3.0
10312026-06-20T21:37:40.588Z Downloaded slog-async v2.8.0
10322026-06-20T21:37:40.588Z Downloaded strsim v0.10.0
10332026-06-20T21:37:40.592Z Downloaded pretty_assertions v1.4.1
10342026-06-20T21:37:40.592Z Downloaded strip-ansi-escapes v0.2.1
10352026-06-20T21:37:40.592Z Downloaded prettyplease v0.2.37
10362026-06-20T21:37:40.596Z Downloaded signature v2.2.0
10372026-06-20T21:37:40.596Z Downloaded shlex v1.3.0
10382026-06-20T21:37:40.599Z Downloaded progenitor-impl v0.13.0
10392026-06-20T21:37:40.599Z Downloaded slog-json v2.6.1
10402026-06-20T21:37:40.599Z Downloaded slab v0.4.12
10412026-06-20T21:37:40.602Z Downloaded simd-adler32 v0.3.8
10422026-06-20T21:37:40.602Z Downloaded subtle v2.6.1
10432026-06-20T21:37:40.608Z Downloaded ron v0.8.1
10442026-06-20T21:37:40.611Z Downloaded tabled_derive v0.11.0
10452026-06-20T21:37:40.615Z Downloaded slog-term v2.9.2
10462026-06-20T21:37:40.615Z Downloaded sync_wrapper v1.0.2
10472026-06-20T21:37:40.615Z Downloaded sync-ptr v0.1.4
10482026-06-20T21:37:40.620Z Downloaded slog-stdlog v4.1.1
10492026-06-20T21:37:40.620Z Downloaded sct v0.7.1
10502026-06-20T21:37:40.620Z Downloaded take_mut v0.2.2
10512026-06-20T21:37:40.624Z Downloaded snafu-derive v0.8.9
10522026-06-20T21:37:40.624Z Downloaded tabwriter v1.4.1
10532026-06-20T21:37:40.624Z Downloaded tap v1.0.1
10542026-06-20T21:37:40.624Z Downloaded supports-color v3.0.2
10552026-06-20T21:37:40.624Z Downloaded smf v0.2.3
10562026-06-20T21:37:40.627Z Downloaded smallvec v0.6.14
10572026-06-20T21:37:40.627Z Downloaded slog-scope v4.4.1
10582026-06-20T21:37:40.627Z Downloaded sqlformat v0.3.5
10592026-06-20T21:37:40.630Z Downloaded spki v0.7.3
10602026-06-20T21:37:40.638Z Downloaded stacker v0.1.23
10612026-06-20T21:37:40.640Z Downloaded russh-keys v0.45.0
10622026-06-20T21:37:40.640Z Downloaded rustls-pki-types v1.14.0
10632026-06-20T21:37:40.644Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-20T21:37:40.644Z Downloaded testing_table v0.3.0
10652026-06-20T21:37:40.647Z Downloaded mio v1.2.0
10662026-06-20T21:37:40.651Z Downloaded hashbrown v0.15.5
10672026-06-20T21:37:40.654Z Downloaded static_assertions v1.1.0
10682026-06-20T21:37:40.654Z Downloaded termtree v0.5.1
10692026-06-20T21:37:40.655Z Downloaded serde_with_macros v3.17.0
10702026-06-20T21:37:40.659Z Downloaded rustls-platform-verifier v0.6.2
10712026-06-20T21:37:40.659Z Downloaded rcgen v0.12.1
10722026-06-20T21:37:40.662Z Downloaded thread-id v5.1.0
10732026-06-20T21:37:40.662Z Downloaded stringprep v0.1.5
10742026-06-20T21:37:40.662Z Downloaded string_cache v0.8.9
10752026-06-20T21:37:40.665Z Downloaded rayon-core v1.13.0
10762026-06-20T21:37:40.666Z Downloaded tinyvec_macros v0.1.1
10772026-06-20T21:37:40.666Z Downloaded blake3 v1.8.3
10782026-06-20T21:37:40.673Z Downloaded ryu v1.0.23
10792026-06-20T21:37:40.680Z Downloaded time-core v0.1.8
10802026-06-20T21:37:40.683Z Downloaded strum_macros v0.26.4
10812026-06-20T21:37:40.687Z Downloaded strum_macros v0.24.3
10822026-06-20T21:37:40.687Z Downloaded hashbrown v0.16.1
10832026-06-20T21:37:40.690Z Downloaded quinn v0.11.9
10842026-06-20T21:37:40.694Z Downloaded publicsuffix v2.3.0
10852026-06-20T21:37:40.697Z Downloaded support-bundle-viewer v0.1.2
10862026-06-20T21:37:40.697Z Downloaded num-bigint v0.4.6
10872026-06-20T21:37:40.697Z Downloaded libxml v0.3.3
10882026-06-20T21:37:40.702Z Downloaded tokio-macros v2.7.0
10892026-06-20T21:37:40.704Z Downloaded crossterm v0.29.0
10902026-06-20T21:37:40.708Z Downloaded minimal-lexical v0.2.1
10912026-06-20T21:37:40.711Z Downloaded serde_cbor v0.11.2
10922026-06-20T21:37:40.714Z Downloaded rand v0.8.6
10932026-06-20T21:37:40.717Z Downloaded tagptr v0.2.0
10942026-06-20T21:37:40.721Z Downloaded iri-string v0.7.10
10952026-06-20T21:37:40.725Z Downloaded termios v0.3.3
10962026-06-20T21:37:40.733Z Downloaded thread_local v1.1.9
10972026-06-20T21:37:40.740Z Downloaded try-lock v0.2.5
10982026-06-20T21:37:40.743Z Downloaded trait-variant v0.1.2
10992026-06-20T21:37:40.743Z Downloaded similar v2.7.0
11002026-06-20T21:37:40.746Z Downloaded serde_yaml v0.9.34+deprecated
11012026-06-20T21:37:40.750Z Downloaded thiserror-no-std v2.0.2
11022026-06-20T21:37:40.750Z Downloaded topological-sort v0.2.2
11032026-06-20T21:37:40.753Z Downloaded schemars v0.8.22
11042026-06-20T21:37:40.756Z Downloaded tower-service v0.3.3
11052026-06-20T21:37:40.759Z Downloaded strum_macros v0.27.2
11062026-06-20T21:37:40.759Z Downloaded tower-layer v0.3.3
11072026-06-20T21:37:40.764Z Downloaded slog v2.8.2
11082026-06-20T21:37:40.767Z Downloaded qorb v0.4.1
11092026-06-20T21:37:40.767Z Downloaded rand v0.9.2
11102026-06-20T21:37:40.769Z Downloaded socket2 v0.5.10
11112026-06-20T21:37:40.774Z Downloaded hyper v1.8.1
11122026-06-20T21:37:40.777Z Downloaded unit-prefix v0.5.2
11132026-06-20T21:37:40.777Z Downloaded unicode-truncate v1.1.0
11142026-06-20T21:37:40.777Z Downloaded usdt-attr-macro v0.6.0
11152026-06-20T21:37:40.780Z Downloaded tls_codec v0.4.2
11162026-06-20T21:37:40.780Z Downloaded utf-8 v0.7.6
11172026-06-20T21:37:40.780Z Downloaded usdt-macro v0.6.0
11182026-06-20T21:37:40.784Z Downloaded tiny-keccak v2.0.2
11192026-06-20T21:37:40.785Z Downloaded term v1.2.1
11202026-06-20T21:37:40.787Z Downloaded term v0.7.0
11212026-06-20T21:37:40.787Z Downloaded num-bigint-dig v0.8.6
11222026-06-20T21:37:40.790Z Downloaded tokio-tungstenite v0.21.0
11232026-06-20T21:37:40.793Z Downloaded nom v7.1.3
11242026-06-20T21:37:40.796Z Downloaded unarray v0.1.4
11252026-06-20T21:37:40.796Z Downloaded typify-macro v0.6.2
11262026-06-20T21:37:40.796Z Downloaded tokio-tungstenite v0.23.1
11272026-06-20T21:37:40.800Z Downloaded usdt v0.6.0
11282026-06-20T21:37:40.800Z Downloaded spin v0.9.8
11292026-06-20T21:37:40.803Z Downloaded untrusted v0.7.1
11302026-06-20T21:37:40.803Z Downloaded universal-hash v0.5.1
11312026-06-20T21:37:40.803Z Downloaded rsa v0.9.10
11322026-06-20T21:37:40.807Z Downloaded void v1.0.2
11332026-06-20T21:37:40.807Z Downloaded tokio-native-tls v0.3.1
11342026-06-20T21:37:40.811Z Downloaded socket2 v0.6.3
11352026-06-20T21:37:40.811Z Downloaded itertools v0.14.0
11362026-06-20T21:37:40.814Z Downloaded itertools v0.13.0
11372026-06-20T21:37:40.817Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-06-20T21:37:40.821Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-20T21:37:40.821Z Downloaded tokio-rustls v0.25.0
11402026-06-20T21:37:40.821Z Downloaded tls_codec_derive v0.4.2
11412026-06-20T21:37:40.823Z Downloaded futures-util v0.3.32
11422026-06-20T21:37:40.830Z Downloaded want v0.3.1
11432026-06-20T21:37:40.833Z Downloaded wait-timeout v0.2.1
11442026-06-20T21:37:40.833Z Downloaded itertools v0.12.1
11452026-06-20T21:37:40.837Z Downloaded schemars v0.9.0
11462026-06-20T21:37:40.842Z Downloaded waitgroup v0.1.2
11472026-06-20T21:37:40.845Z Downloaded libm v0.2.16
11482026-06-20T21:37:40.848Z Downloaded tui-tree-widget v0.23.1
11492026-06-20T21:37:40.851Z Downloaded hkdf v0.12.4
11502026-06-20T21:37:40.852Z Downloaded h2 v0.4.13
11512026-06-20T21:37:40.855Z Downloaded unicase v2.9.0
11522026-06-20T21:37:40.858Z Downloaded xshell-macros v0.2.7
11532026-06-20T21:37:40.858Z Downloaded untrusted v0.9.0
11542026-06-20T21:37:40.858Z Downloaded russh v0.45.0
11552026-06-20T21:37:40.861Z Downloaded rustls-webpki v0.103.9
11562026-06-20T21:37:40.866Z Downloaded time-macros v0.2.27
11572026-06-20T21:37:40.866Z Downloaded p521 v0.13.3
11582026-06-20T21:37:40.870Z Downloaded signal-hook v0.3.18
11592026-06-20T21:37:40.870Z Downloaded usdt-impl v0.6.0
11602026-06-20T21:37:40.873Z Downloaded uzers v0.12.2
11612026-06-20T21:37:40.878Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11622026-06-20T21:37:40.887Z Downloaded tinyvec v1.10.0
11632026-06-20T21:37:40.890Z Downloaded xattr v1.6.1
11642026-06-20T21:37:40.894Z Downloaded vergen-lib v9.1.0
11652026-06-20T21:37:40.899Z Downloaded tokio-stream v0.1.18
11662026-06-20T21:37:40.899Z Downloaded zeroize_derive v1.4.3
11672026-06-20T21:37:40.907Z Downloaded samael v0.0.19
11682026-06-20T21:37:40.907Z Downloaded schemars v1.2.1
11692026-06-20T21:37:40.911Z Downloaded zone_cfg_derive v0.3.1
11702026-06-20T21:37:40.911Z Downloaded zone v0.3.1
11712026-06-20T21:37:40.915Z Downloaded tokio-rustls v0.24.1
11722026-06-20T21:37:40.915Z Downloaded snafu v0.8.9
11732026-06-20T21:37:40.918Z Downloaded tokio-dtrace v0.1.1
11742026-06-20T21:37:40.918Z Downloaded twox-hash v2.1.2
11752026-06-20T21:37:40.921Z Downloaded vergen-git2 v9.1.0
11762026-06-20T21:37:40.922Z Downloaded rand v0.10.0
11772026-06-20T21:37:40.927Z Downloaded vergen-lib v0.1.6
11782026-06-20T21:37:40.931Z Downloaded vergen-gitcl v1.0.8
11792026-06-20T21:37:40.931Z Downloaded toml_parser v1.0.9+spec-1.1.0
11802026-06-20T21:37:40.931Z Downloaded tracing-attributes v0.1.31
11812026-06-20T21:37:40.934Z Downloaded toml v1.0.6+spec-1.1.0
11822026-06-20T21:37:40.937Z Downloaded whoami v2.1.0
11832026-06-20T21:37:40.941Z Downloaded whoami v1.6.1
11842026-06-20T21:37:40.941Z Downloaded vergen v9.1.0
11852026-06-20T21:37:40.944Z Downloaded zeroize v1.8.2
11862026-06-20T21:37:40.952Z Downloaded xshell v0.2.7
11872026-06-20T21:37:40.955Z Downloaded vsss-rs v3.3.4
11882026-06-20T21:37:40.955Z Downloaded subprocess v0.2.15
11892026-06-20T21:37:40.958Z Downloaded nom v8.0.0
11902026-06-20T21:37:40.961Z Downloaded wyz v0.5.1
11912026-06-20T21:37:40.962Z Downloaded walkdir v2.5.0
11922026-06-20T21:37:40.966Z Downloaded zstd-safe v7.2.4
11932026-06-20T21:37:40.970Z Downloaded unicode-properties v0.1.4
11942026-06-20T21:37:40.974Z Downloaded unicode-bidi v0.3.18
11952026-06-20T21:37:40.984Z Downloaded tar v0.4.45
11962026-06-20T21:37:40.987Z Downloaded tokio-rustls v0.26.4
11972026-06-20T21:37:40.994Z Downloaded test-strategy v0.4.5
11982026-06-20T21:37:40.998Z Downloaded zerocopy v0.6.6
11992026-06-20T21:37:41.006Z Downloaded toml v0.7.8
12002026-06-20T21:37:41.006Z Downloaded zstd v0.13.3
12012026-06-20T21:37:41.006Z Downloaded steno v0.4.1
12022026-06-20T21:37:41.009Z Downloaded vte v0.14.1
12032026-06-20T21:37:41.009Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-06-20T21:37:41.012Z Downloaded serde_with v1.14.0
12052026-06-20T21:37:41.016Z Downloaded rustyline v14.0.0
12062026-06-20T21:37:41.020Z Downloaded typify v0.6.2
12072026-06-20T21:37:41.023Z Downloaded tungstenite v0.21.0
12082026-06-20T21:37:41.032Z Downloaded iddqd v0.4.2
12092026-06-20T21:37:41.037Z Downloaded tungstenite v0.23.0
12102026-06-20T21:37:41.040Z Downloaded p384 v0.13.1
12112026-06-20T21:37:41.043Z Downloaded uuid v1.23.0
12122026-06-20T21:37:41.046Z Downloaded bindgen v0.71.1
12132026-06-20T21:37:41.050Z Downloaded aws-lc-rs v1.16.3
12142026-06-20T21:37:41.056Z Downloaded rpassword v7.4.0
12152026-06-20T21:37:41.059Z Downloaded bitvec v1.0.1
12162026-06-20T21:37:41.071Z Downloaded tracing-core v0.1.36
12172026-06-20T21:37:41.076Z Downloaded unicode_categories v0.1.1
12182026-06-20T21:37:41.079Z Downloaded git2 v0.20.4
12192026-06-20T21:37:41.082Z Downloaded chrono v0.4.44
12202026-06-20T21:37:41.088Z Downloaded regex v1.12.3
12212026-06-20T21:37:41.091Z Downloaded toml_edit v0.19.15
12222026-06-20T21:37:41.100Z Downloaded yasna v0.5.2
12232026-06-20T21:37:41.103Z Downloaded reedline v0.40.0
12242026-06-20T21:37:41.105Z Downloaded unsafe-libyaml v0.2.11
12252026-06-20T21:37:41.110Z Downloaded reqwest v0.12.28
12262026-06-20T21:37:41.113Z Downloaded goblin v0.10.5
12272026-06-20T21:37:41.119Z Downloaded moka v0.12.13
12282026-06-20T21:37:41.132Z Downloaded ssh-key v0.6.7
12292026-06-20T21:37:41.141Z Downloaded x509-cert v0.2.5
12302026-06-20T21:37:41.145Z Downloaded reqwest v0.13.2
12312026-06-20T21:37:41.148Z Downloaded zerocopy-derive v0.8.40
12322026-06-20T21:37:41.159Z Downloaded salty v0.3.0
12332026-06-20T21:37:41.170Z Downloaded yansi v1.0.1
12342026-06-20T21:37:41.173Z Downloaded tokio-util v0.7.18
12352026-06-20T21:37:41.182Z Downloaded tokio-postgres v0.7.16
12362026-06-20T21:37:41.195Z Downloaded zopfli v0.8.3
12372026-06-20T21:37:41.198Z Downloaded lalrpop v0.19.12
12382026-06-20T21:37:41.202Z Downloaded unicode-normalization v0.1.25
12392026-06-20T21:37:41.205Z Downloaded portable-atomic v1.13.1
12402026-06-20T21:37:41.216Z Downloaded serde_with v3.17.0
12412026-06-20T21:37:41.223Z Downloaded quick-xml v0.37.5
12422026-06-20T21:37:41.226Z Downloaded radix_trie v0.2.1
12432026-06-20T21:37:41.232Z Downloaded zip v0.6.6
12442026-06-20T21:37:41.241Z Downloaded nix v0.27.1
12452026-06-20T21:37:41.255Z Downloaded bstr v1.12.1
12462026-06-20T21:37:41.261Z Downloaded rustls-webpki v0.101.7
12472026-06-20T21:37:41.270Z Downloaded unicode-segmentation v1.12.0
12482026-06-20T21:37:41.277Z Downloaded typed-path v0.9.3
12492026-06-20T21:37:41.290Z Downloaded rayon v1.11.0
12502026-06-20T21:37:41.301Z Downloaded regex-syntax v0.6.29
12512026-06-20T21:37:41.310Z Downloaded nix v0.28.0
12522026-06-20T21:37:41.316Z Downloaded tower v0.5.3
12532026-06-20T21:37:41.321Z Downloaded proptest v1.10.0
12542026-06-20T21:37:41.326Z Downloaded rustls v0.21.12
12552026-06-20T21:37:41.333Z Downloaded openssl v0.10.79
12562026-06-20T21:37:41.339Z Downloaded vcpkg v0.2.15
12572026-06-20T21:37:41.364Z Downloaded webpki-roots v1.0.6
12582026-06-20T21:37:41.368Z Downloaded tower-http v0.6.8
12592026-06-20T21:37:41.371Z Downloaded tough v0.22.0
12602026-06-20T21:37:41.375Z Downloaded zip v4.6.1
12612026-06-20T21:37:41.378Z Downloaded rustls-webpki v0.102.8
12622026-06-20T21:37:41.388Z Downloaded nix v0.31.2
12632026-06-20T21:37:41.394Z Downloaded curve25519-dalek v4.1.3
12642026-06-20T21:37:41.399Z Downloaded object v0.30.4
12652026-06-20T21:37:41.404Z Downloaded petname v2.0.2
12662026-06-20T21:37:41.407Z Downloaded quinn-proto v0.11.13
12672026-06-20T21:37:41.411Z Downloaded hickory-proto v0.25.2
12682026-06-20T21:37:41.419Z Downloaded rustls v0.23.37
12692026-06-20T21:37:41.431Z Downloaded winnow v0.6.26
12702026-06-20T21:37:41.464Z Downloaded winnow v0.5.40
12712026-06-20T21:37:41.519Z Downloaded polar-core v0.27.3
12722026-06-20T21:37:41.526Z Downloaded sled v0.34.7
12732026-06-20T21:37:41.554Z Downloaded hickory-proto v0.24.4
12742026-06-20T21:37:41.565Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-06-20T21:37:41.572Z Downloaded tracing v0.1.44
12762026-06-20T21:37:41.585Z Downloaded smoltcp v0.9.1
12772026-06-20T21:37:41.591Z Downloaded object v0.37.3
12782026-06-20T21:37:41.597Z Downloaded time v0.3.47
12792026-06-20T21:37:41.605Z Downloaded zlib-rs v0.6.2
12802026-06-20T21:37:41.613Z Downloaded dropshot v0.17.0
12812026-06-20T21:37:41.633Z Downloaded tabled v0.20.0
12822026-06-20T21:37:41.642Z Downloaded zerocopy-derive v0.6.6
12832026-06-20T21:37:41.648Z Downloaded zerocopy v0.8.40
12842026-06-20T21:37:41.654Z Downloaded rustls v0.22.4
12852026-06-20T21:37:41.660Z Downloaded openapiv3 v2.2.0
12862026-06-20T21:37:41.667Z Downloaded diesel v2.3.7
12872026-06-20T21:37:41.678Z Downloaded smoltcp v0.11.0
12882026-06-20T21:37:41.685Z Downloaded chrono-tz v0.10.4
12892026-06-20T21:37:41.696Z Downloaded rustix v0.38.44
12902026-06-20T21:37:41.708Z Downloaded regress v0.11.1
12912026-06-20T21:37:41.713Z Downloaded regress v0.10.5
12922026-06-20T21:37:41.718Z Downloaded petgraph v0.8.3
12932026-06-20T21:37:41.731Z Downloaded regex-syntax v0.8.10
12942026-06-20T21:37:41.736Z Downloaded libz-sys v1.1.24
12952026-06-20T21:37:41.748Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-06-20T21:37:41.758Z Downloaded sqlparser v0.61.0
12972026-06-20T21:37:41.764Z Downloaded tokio v1.52.1
12982026-06-20T21:37:41.804Z Downloaded ratatui v0.29.0
12992026-06-20T21:37:41.814Z Downloaded typify-impl v0.6.2
13002026-06-20T21:37:41.851Z Downloaded regex-automata v0.4.14
13012026-06-20T21:37:41.870Z Downloaded ring v0.17.14
13022026-06-20T21:37:41.904Z Downloaded petgraph v0.6.5
13032026-06-20T21:37:41.914Z Downloaded jiff v0.2.21
13042026-06-20T21:37:41.934Z Downloaded csv v1.4.0
13052026-06-20T21:37:41.962Z Downloaded sha3 v0.10.8
13062026-06-20T21:37:42.014Z Downloaded encoding_rs v0.8.35
13072026-06-20T21:37:42.063Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-20T21:37:42.555Z Downloaded aws-lc-sys v0.40.0
13092026-06-20T21:37:42.800Z Compiling libc v0.2.185
13102026-06-20T21:37:42.803Z Compiling serde v1.0.228
13112026-06-20T21:37:42.803Z Compiling log v0.4.29
13122026-06-20T21:37:42.803Z Compiling shlex v1.3.0
13132026-06-20T21:37:42.952Z Compiling find-msvc-tools v0.1.9
13142026-06-20T21:37:42.959Z Compiling syn v2.0.117
13152026-06-20T21:37:42.962Z Compiling smallvec v1.15.1
13162026-06-20T21:37:42.962Z Compiling typenum v1.19.0
13172026-06-20T21:37:43.134Z Compiling generic-array v0.14.7
13182026-06-20T21:37:43.134Z Compiling subtle v2.6.1
13192026-06-20T21:37:43.185Z Compiling scopeguard v1.2.0
13202026-06-20T21:37:43.219Z Compiling const-oid v0.9.6
13212026-06-20T21:37:43.276Z Compiling lock_api v0.4.14
13222026-06-20T21:37:43.302Z Compiling serde_json v1.0.149
13232026-06-20T21:37:43.315Z Compiling zerocopy v0.8.40
13242026-06-20T21:37:43.386Z Compiling parking_lot_core v0.9.12
13252026-06-20T21:37:43.513Z Compiling portable-atomic v1.13.1
13262026-06-20T21:37:43.618Z Compiling pin-project-lite v0.2.17
13272026-06-20T21:37:43.743Z Compiling pkg-config v0.3.32
13282026-06-20T21:37:43.773Z Compiling getrandom v0.2.17
13292026-06-20T21:37:43.838Z Compiling jobserver v0.1.34
13302026-06-20T21:37:43.935Z Compiling rand_core v0.6.4
13312026-06-20T21:37:43.950Z Compiling errno v0.3.14
13322026-06-20T21:37:44.102Z Compiling cc v1.2.56
13332026-06-20T21:37:44.221Z Compiling signal-hook-registry v1.4.8
13342026-06-20T21:37:44.234Z Compiling bitflags v2.11.0
13352026-06-20T21:37:44.310Z Compiling futures-core v0.3.32
13362026-06-20T21:37:44.354Z Compiling critical-section v1.2.0
13372026-06-20T21:37:44.461Z Compiling libm v0.2.16
13382026-06-20T21:37:44.474Z Compiling once_cell v1.21.3
13392026-06-20T21:37:44.477Z Compiling parking_lot v0.12.5
13402026-06-20T21:37:44.499Z Compiling mio v1.2.0
13412026-06-20T21:37:44.537Z Compiling num-traits v0.2.19
13422026-06-20T21:37:44.643Z Compiling percent-encoding v2.3.2
13432026-06-20T21:37:44.687Z Compiling socket2 v0.6.3
13442026-06-20T21:37:44.835Z Compiling futures-sink v0.3.32
13452026-06-20T21:37:44.867Z Compiling futures-task v0.3.32
13462026-06-20T21:37:44.883Z Compiling getrandom v0.4.1
13472026-06-20T21:37:44.942Z Compiling futures-channel v0.3.32
13482026-06-20T21:37:44.970Z Compiling futures-io v0.3.32
13492026-06-20T21:37:45.040Z Compiling cpufeatures v0.2.17
13502026-06-20T21:37:45.107Z Compiling slab v0.4.12
13512026-06-20T21:37:45.120Z Compiling rand_core v0.10.0
13522026-06-20T21:37:45.132Z Compiling indexmap v2.14.0
13532026-06-20T21:37:45.173Z Compiling rustversion v1.0.22
13542026-06-20T21:37:45.235Z Compiling getrandom v0.3.4
13552026-06-20T21:37:45.295Z Compiling cmake v0.1.57
13562026-06-20T21:37:45.511Z Compiling form_urlencoded v1.2.2
13572026-06-20T21:37:45.703Z Compiling fs_extra v1.3.0
13582026-06-20T21:37:45.717Z Compiling dunce v1.0.5
13592026-06-20T21:37:45.792Z Compiling base64ct v1.8.3
13602026-06-20T21:37:45.810Z Compiling synstructure v0.13.2
13612026-06-20T21:37:45.943Z Compiling ident_case v1.0.1
13622026-06-20T21:37:45.978Z Compiling aws-lc-sys v0.40.0
13632026-06-20T21:37:46.066Z Compiling pem-rfc7468 v0.7.0
13642026-06-20T21:37:46.085Z Compiling rustix v1.1.3
13652026-06-20T21:37:46.199Z Compiling flagset v0.4.7
13662026-06-20T21:37:46.213Z Compiling regex-syntax v0.8.10
13672026-06-20T21:37:46.313Z Compiling iana-time-zone v0.1.65
13682026-06-20T21:37:46.327Z Compiling rand_core v0.9.5
13692026-06-20T21:37:46.361Z Compiling ring v0.17.14
13702026-06-20T21:37:46.415Z Compiling aws-lc-rs v1.16.3
13712026-06-20T21:37:46.513Z Compiling vcpkg v0.2.15
13722026-06-20T21:37:46.593Z Compiling uuid v1.23.0
13732026-06-20T21:37:46.692Z Compiling rustc_version v0.4.1
13742026-06-20T21:37:47.017Z Compiling tracing-core v0.1.36
13752026-06-20T21:37:47.236Z Compiling openssl-sys v0.9.115
13762026-06-20T21:37:47.281Z Compiling base64 v0.22.1
13772026-06-20T21:37:47.541Z Compiling serde_derive v1.0.228
13782026-06-20T21:37:47.608Z Compiling zeroize_derive v1.4.3
13792026-06-20T21:37:47.652Z Compiling zerofrom-derive v0.1.6
13802026-06-20T21:37:47.766Z Compiling yoke-derive v0.8.1
13812026-06-20T21:37:47.834Z Compiling zerovec-derive v0.11.2
13822026-06-20T21:37:48.248Z Compiling zeroize v1.8.2
13832026-06-20T21:37:48.557Z Compiling zerocopy-derive v0.8.40
13842026-06-20T21:37:48.939Z Compiling displaydoc v0.2.5
13852026-06-20T21:37:48.963Z Compiling tokio-macros v2.7.0
13862026-06-20T21:37:49.031Z Compiling crypto-common v0.1.7
13872026-06-20T21:37:49.054Z Compiling zerofrom v0.1.6
13882026-06-20T21:37:49.175Z Compiling yoke v0.8.1
13892026-06-20T21:37:49.178Z Compiling block-buffer v0.10.4
13902026-06-20T21:37:49.350Z Compiling zerovec v0.11.5
13912026-06-20T21:37:49.363Z Compiling digest v0.10.7
13922026-06-20T21:37:49.600Z Compiling futures-macro v0.3.32
13932026-06-20T21:37:49.661Z Compiling zerotrie v0.2.3
13942026-06-20T21:37:49.665Z Compiling hmac v0.12.1
13952026-06-20T21:37:49.811Z Compiling tinystr v0.8.2
13962026-06-20T21:37:49.837Z Compiling potential_utf v0.1.4
13972026-06-20T21:37:49.961Z Compiling icu_locale_core v2.1.1
13982026-06-20T21:37:49.996Z Compiling icu_collections v2.1.1
13992026-06-20T21:37:50.008Z Compiling block-padding v0.3.3
14002026-06-20T21:37:50.175Z Compiling inout v0.1.4
14012026-06-20T21:37:50.338Z Compiling cipher v0.4.4
14022026-06-20T21:37:50.370Z Compiling futures-util v0.3.32
14032026-06-20T21:37:50.459Z Compiling sha2 v0.10.9
14042026-06-20T21:37:50.591Z Compiling icu_provider v2.1.1
14052026-06-20T21:37:50.825Z Compiling icu_normalizer v2.1.1
14062026-06-20T21:37:50.879Z Compiling icu_properties v2.1.2
14072026-06-20T21:37:51.012Z Compiling bytes v1.11.1
14082026-06-20T21:37:51.049Z Compiling der_derive v0.7.3
14092026-06-20T21:37:51.348Z Compiling chrono v0.4.44
14102026-06-20T21:37:51.621Z Compiling tokio v1.52.1
14112026-06-20T21:37:51.823Z Compiling idna_adapter v1.2.1
14122026-06-20T21:37:51.961Z Compiling idna v1.1.0
14132026-06-20T21:37:51.975Z Compiling http v1.4.0
14142026-06-20T21:37:51.978Z Compiling der v0.7.10
14152026-06-20T21:37:52.590Z Compiling url v2.5.8
14162026-06-20T21:37:52.629Z Compiling salsa20 v0.10.2
14172026-06-20T21:37:52.760Z Compiling ppv-lite86 v0.2.21
14182026-06-20T21:37:52.774Z Compiling pbkdf2 v0.12.2
14192026-06-20T21:37:52.890Z Compiling spki v0.7.3
14202026-06-20T21:37:52.916Z Compiling rustls-pki-types v1.14.0
14212026-06-20T21:37:52.938Z Compiling tracing-attributes v0.1.31
14222026-06-20T21:37:53.081Z Compiling thiserror-impl v2.0.18
14232026-06-20T21:37:53.095Z Compiling rand_chacha v0.9.0
14242026-06-20T21:37:53.237Z Compiling scrypt v0.11.0
14252026-06-20T21:37:53.361Z Compiling http-body v1.0.1
14262026-06-20T21:37:53.394Z Compiling aes v0.8.4
14272026-06-20T21:37:53.488Z Compiling cbc v0.1.2
14282026-06-20T21:37:53.575Z Compiling httparse v1.10.1
14292026-06-20T21:37:53.639Z Compiling openssl-probe v0.2.1
14302026-06-20T21:37:53.790Z Compiling untrusted v0.7.1
14312026-06-20T21:37:53.817Z Compiling untrusted v0.9.0
14322026-06-20T21:37:53.908Z Compiling tinyvec_macros v0.1.1
14332026-06-20T21:37:53.964Z Compiling tinyvec v1.10.0
14342026-06-20T21:37:53.977Z Compiling pkcs5 v0.7.1
14352026-06-20T21:37:54.243Z Compiling tracing v0.1.44
14362026-06-20T21:37:54.299Z Compiling pest_generator v2.8.6
14372026-06-20T21:37:54.412Z Compiling thiserror v2.0.18
14382026-06-20T21:37:54.437Z Compiling rand v0.9.2
14392026-06-20T21:37:54.440Z Compiling serde_derive_internals v0.29.1
14402026-06-20T21:37:54.504Z Compiling aho-corasick v1.1.4
14412026-06-20T21:37:54.517Z Compiling try-lock v0.2.5
14422026-06-20T21:37:54.622Z Compiling schemars v0.8.22
14432026-06-20T21:37:54.818Z Compiling dyn-clone v1.0.20
14442026-06-20T21:37:54.954Z Compiling tower-layer v0.3.3
14452026-06-20T21:37:54.967Z Compiling atomic-waker v1.1.2
14462026-06-20T21:37:55.090Z Compiling tower-service v0.3.3
14472026-06-20T21:37:55.113Z Compiling rustls v0.23.37
14482026-06-20T21:37:55.186Z Compiling pest_derive v2.8.6
14492026-06-20T21:37:55.233Z Compiling want v0.3.1
14502026-06-20T21:37:55.277Z Compiling regex-automata v0.4.14
14512026-06-20T21:37:55.313Z Compiling tokio-util v0.7.18
14522026-06-20T21:37:55.392Z Compiling schemars_derive v0.8.22
14532026-06-20T21:37:55.597Z Compiling pkcs8 v0.10.2
14542026-06-20T21:37:55.902Z Compiling ipnet v2.11.0
14552026-06-20T21:37:55.975Z Compiling h2 v0.4.13
14562026-06-20T21:37:56.145Z Compiling scroll_derive v0.13.1
14572026-06-20T21:37:56.327Z Compiling darling_core v0.20.11
14582026-06-20T21:37:56.386Z Compiling httpdate v1.0.3
14592026-06-20T21:37:56.607Z Compiling pin-utils v0.1.0
14602026-06-20T21:37:56.610Z Compiling openssl v0.10.79
14612026-06-20T21:37:56.682Z Compiling foreign-types-shared v0.1.1
14622026-06-20T21:37:56.767Z Compiling foreign-types v0.3.2
14632026-06-20T21:37:56.838Z Compiling tempfile v3.25.0
14642026-06-20T21:37:56.920Z Compiling scroll v0.13.0
14652026-06-20T21:37:57.180Z Compiling unicode-normalization v0.1.25
14662026-06-20T21:37:57.225Z Compiling openssl-macros v0.1.1
14672026-06-20T21:37:57.647Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-20T21:37:57.665Z Compiling socket2 v0.5.10
14692026-06-20T21:37:57.668Z Compiling spin v0.9.8
14702026-06-20T21:37:57.880Z Compiling native-tls v0.2.18
14712026-06-20T21:37:58.023Z Compiling crc32fast v1.5.0
14722026-06-20T21:37:58.057Z Compiling powerfmt v0.2.0
14732026-06-20T21:37:58.079Z Compiling num-conv v0.2.0
14742026-06-20T21:37:58.187Z Compiling time-core v0.1.8
14752026-06-20T21:37:58.210Z Compiling deranged v0.5.8
14762026-06-20T21:37:58.326Z Compiling time-macros v0.2.27
14772026-06-20T21:37:58.622Z Compiling darling_macro v0.20.11
14782026-06-20T21:37:59.076Z Compiling hyper v1.8.1
14792026-06-20T21:37:59.172Z Compiling darling v0.20.11
14802026-06-20T21:37:59.253Z Compiling goblin v0.10.5
14812026-06-20T21:37:59.345Z Compiling rustls-native-certs v0.8.3
14822026-06-20T21:37:59.371Z Compiling sync_wrapper v1.0.2
14832026-06-20T21:37:59.478Z Compiling wait-timeout v0.2.1
14842026-06-20T21:37:59.629Z Compiling unicode-segmentation v1.12.0
14852026-06-20T21:37:59.740Z Compiling usdt-impl v0.6.0
14862026-06-20T21:37:59.908Z Compiling bit-vec v0.8.0
14872026-06-20T21:37:59.944Z Compiling quick-error v1.2.3
14882026-06-20T21:38:00.005Z Compiling crossbeam-utils v0.8.21
14892026-06-20T21:38:00.046Z Compiling num_threads v0.1.7
14902026-06-20T21:38:00.129Z Compiling hyper-util v0.1.20
14912026-06-20T21:38:00.142Z Compiling syn v1.0.109
14922026-06-20T21:38:00.285Z Compiling simd-adler32 v0.3.8
14932026-06-20T21:38:00.439Z Compiling siphasher v1.0.2
14942026-06-20T21:38:00.642Z Compiling time v0.3.47
14952026-06-20T21:38:00.659Z Compiling bit-set v0.8.0
14962026-06-20T21:38:00.817Z Compiling rusty-fork v0.3.1
14972026-06-20T21:38:00.851Z Compiling tower v0.5.3
14982026-06-20T21:38:01.127Z Compiling derive_builder_core v0.20.2
14992026-06-20T21:38:01.317Z Compiling dtrace-parser v0.3.0
15002026-06-20T21:38:01.471Z Compiling http-body-util v0.1.3
15012026-06-20T21:38:01.712Z Compiling webpki-roots v1.0.6
15022026-06-20T21:38:01.832Z Compiling signature v2.2.0
15032026-06-20T21:38:01.847Z Compiling scroll_derive v0.12.1
15042026-06-20T21:38:01.981Z Compiling dof v0.4.0
15052026-06-20T21:38:02.010Z Compiling thiserror-impl v1.0.69
15062026-06-20T21:38:02.056Z Compiling heapless v0.7.17
15072026-06-20T21:38:02.183Z Compiling rand_xorshift v0.4.0
15082026-06-20T21:38:02.291Z Compiling slog v2.8.2
15092026-06-20T21:38:02.344Z Compiling darling_core v0.21.3
15102026-06-20T21:38:02.473Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-20T21:38:02.490Z Compiling thread-id v5.1.0
15122026-06-20T21:38:02.621Z Compiling cookie v0.18.1
15132026-06-20T21:38:02.795Z Compiling adler2 v2.0.1
15142026-06-20T21:38:02.809Z Compiling allocator-api2 v0.2.21
15152026-06-20T21:38:02.926Z Compiling unicode-bidi v0.3.18
15162026-06-20T21:38:03.131Z Compiling ryu v1.0.23
15172026-06-20T21:38:03.184Z Compiling paste v1.0.15
15182026-06-20T21:38:03.263Z Compiling iri-string v0.7.10
15192026-06-20T21:38:03.308Z Compiling unicode-properties v0.1.4
15202026-06-20T21:38:03.448Z Compiling zstd-safe v7.2.4
15212026-06-20T21:38:03.462Z Compiling signal-hook v0.3.18
15222026-06-20T21:38:03.464Z Compiling anyhow v1.0.102
15232026-06-20T21:38:03.511Z Compiling unarray v0.1.4
15242026-06-20T21:38:03.619Z Compiling proptest v1.10.0
15252026-06-20T21:38:03.632Z Compiling stringprep v0.1.5
15262026-06-20T21:38:03.705Z Compiling thiserror v1.0.69
15272026-06-20T21:38:03.807Z Compiling serde_urlencoded v0.7.1
15282026-06-20T21:38:03.979Z Compiling miniz_oxide v0.8.9
15292026-06-20T21:38:04.559Z Compiling tower-http v0.6.8
15302026-06-20T21:38:04.653Z Compiling scroll v0.12.0
15312026-06-20T21:38:04.816Z Compiling derive_builder_macro v0.20.2
15322026-06-20T21:38:04.831Z Compiling tokio-native-tls v0.3.1
15332026-06-20T21:38:04.868Z Compiling darling_macro v0.21.3
15342026-06-20T21:38:04.947Z Compiling heck v0.4.1
15352026-06-20T21:38:04.986Z Compiling ipnetwork v0.21.1
15362026-06-20T21:38:05.166Z Compiling bstr v1.12.1
15372026-06-20T21:38:05.256Z Compiling rand_chacha v0.3.1
15382026-06-20T21:38:05.331Z Compiling serde_tokenstream v0.2.3
15392026-06-20T21:38:05.378Z Compiling toml_datetime v0.6.11
15402026-06-20T21:38:05.391Z Compiling serde_spanned v0.6.9
15412026-06-20T21:38:05.530Z Compiling erased-serde v0.3.31
15422026-06-20T21:38:05.631Z Compiling md-5 v0.10.6
15432026-06-20T21:38:05.645Z Compiling async-trait v0.1.89
15442026-06-20T21:38:05.795Z Compiling zerocopy-derive v0.7.35
15452026-06-20T21:38:05.808Z Compiling pin-project-internal v1.1.11
15462026-06-20T21:38:06.007Z Compiling curve25519-dalek v4.1.3
15472026-06-20T21:38:06.048Z Compiling vergen-lib v9.1.0
15482026-06-20T21:38:06.228Z Compiling num-integer v0.1.46
15492026-06-20T21:38:06.336Z Compiling hash32 v0.2.1
15502026-06-20T21:38:06.534Z Compiling ff v0.13.1
15512026-06-20T21:38:06.547Z Compiling memoffset v0.9.1
15522026-06-20T21:38:06.643Z Compiling encoding_rs v0.8.35
15532026-06-20T21:38:06.656Z Compiling num-bigint-dig v0.8.6
15542026-06-20T21:38:06.668Z Compiling zlib-rs v0.6.2
15552026-06-20T21:38:06.736Z Compiling base16ct v0.2.0
15562026-06-20T21:38:06.842Z Compiling smoltcp v0.9.1
15572026-06-20T21:38:06.901Z Compiling mime v0.3.17
15582026-06-20T21:38:06.916Z Compiling litrs v1.0.0
15592026-06-20T21:38:07.155Z Compiling psl-types v2.0.11
15602026-06-20T21:38:07.170Z Compiling ref-cast v1.0.25
15612026-06-20T21:38:07.281Z Compiling rustix v0.38.44
15622026-06-20T21:38:07.425Z Compiling fallible-iterator v0.2.0
15632026-06-20T21:38:07.470Z Compiling cfg_aliases v0.2.1
15642026-06-20T21:38:07.618Z Compiling nix v0.31.2
15652026-06-20T21:38:07.777Z Compiling postgres-protocol v0.6.10
15662026-06-20T21:38:07.838Z Compiling document-features v0.2.12
15672026-06-20T21:38:07.993Z Compiling publicsuffix v2.3.0
15682026-06-20T21:38:08.172Z Compiling pin-project v1.1.11
15692026-06-20T21:38:08.188Z Compiling sec1 v0.7.3
15702026-06-20T21:38:08.324Z Compiling zerocopy v0.7.35
15712026-06-20T21:38:08.385Z Compiling group v0.13.0
15722026-06-20T21:38:08.461Z Compiling num-iter v0.1.45
15732026-06-20T21:38:08.635Z Compiling newtype-uuid v1.3.2
15742026-06-20T21:38:08.701Z Compiling hubpack_derive v0.1.1
15752026-06-20T21:38:08.862Z Compiling rand v0.8.6
15762026-06-20T21:38:08.876Z Compiling darling v0.21.3
15772026-06-20T21:38:08.954Z Compiling derive_builder v0.20.2
15782026-06-20T21:38:08.968Z Compiling oxnet v0.1.6
15792026-06-20T21:38:08.982Z Compiling snafu-derive v0.8.9
15802026-06-20T21:38:09.078Z Compiling hyper-tls v0.6.0
15812026-06-20T21:38:09.295Z Compiling goblin v0.8.2
15822026-06-20T21:38:09.679Z Compiling flate2 v1.1.9
15832026-06-20T21:38:09.926Z Compiling phf_shared v0.13.1
15842026-06-20T21:38:10.083Z Compiling lazy_static v1.5.0
15852026-06-20T21:38:10.163Z Compiling regex v1.12.3
15862026-06-20T21:38:10.176Z Compiling anstyle-parse v0.2.7
15872026-06-20T21:38:10.200Z Compiling strum_macros v0.27.2
15882026-06-20T21:38:10.296Z Compiling futures-executor v0.3.32
15892026-06-20T21:38:10.356Z Compiling hex v0.4.3
15902026-06-20T21:38:10.552Z Compiling hkdf v0.12.4
15912026-06-20T21:38:10.598Z Compiling crypto-bigint v0.5.5
15922026-06-20T21:38:10.619Z Compiling ref-cast-impl v1.0.25
15932026-06-20T21:38:10.714Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-20T21:38:10.862Z Compiling daft-derive v0.1.7
15952026-06-20T21:38:11.151Z Compiling terminal_size v0.4.3
15962026-06-20T21:38:11.300Z Compiling vergen v9.1.0
15972026-06-20T21:38:11.351Z Compiling fs-err v3.3.0
15982026-06-20T21:38:11.473Z Compiling cargo-platform v0.3.2
15992026-06-20T21:38:11.534Z Compiling ahash v0.8.12
16002026-06-20T21:38:11.576Z Compiling libbz2-rs-sys v0.2.2
16012026-06-20T21:38:11.732Z Compiling managed v0.8.0
16022026-06-20T21:38:11.747Z Compiling bumpalo v3.20.2
16032026-06-20T21:38:11.943Z Compiling foldhash v0.2.0
16042026-06-20T21:38:11.996Z Compiling winnow v0.5.40
16052026-06-20T21:38:12.144Z Compiling bitflags v1.3.2
16062026-06-20T21:38:12.172Z Compiling object v0.37.3
16072026-06-20T21:38:12.225Z Compiling foldhash v0.1.5
16082026-06-20T21:38:12.240Z Compiling same-file v1.0.6
16092026-06-20T21:38:12.390Z Compiling walkdir v2.5.0
16102026-06-20T21:38:12.404Z Compiling hashbrown v0.15.5
16112026-06-20T21:38:12.478Z Compiling clap_builder v4.6.0
16122026-06-20T21:38:12.759Z Compiling strum v0.27.2
16132026-06-20T21:38:12.783Z Compiling hashbrown v0.16.1
16142026-06-20T21:38:12.887Z Compiling bzip2 v0.6.1
16152026-06-20T21:38:12.997Z Compiling zopfli v0.8.3
16162026-06-20T21:38:13.143Z Compiling cargo_metadata v0.23.1
16172026-06-20T21:38:13.372Z Compiling toml_edit v0.19.15
16182026-06-20T21:38:13.446Z Compiling daft v0.1.7
16192026-06-20T21:38:13.644Z Compiling elliptic-curve v0.13.8
16202026-06-20T21:38:13.686Z Compiling dof v0.3.0
16212026-06-20T21:38:14.140Z Compiling snafu v0.8.9
16222026-06-20T21:38:14.391Z Compiling futures v0.3.32
16232026-06-20T21:38:14.473Z Compiling anstream v0.6.21
16242026-06-20T21:38:14.516Z Compiling phf v0.13.1
16252026-06-20T21:38:14.647Z Compiling signal-hook-mio v0.2.5
16262026-06-20T21:38:14.673Z Compiling cookie_store v0.22.1
16272026-06-20T21:38:14.773Z Compiling bzip2 v0.4.4
16282026-06-20T21:38:14.973Z Compiling zstd v0.13.3
16292026-06-20T21:38:15.110Z Compiling hubpack v0.1.2
16302026-06-20T21:38:15.237Z Compiling serde_with_macros v3.17.0
16312026-06-20T21:38:15.326Z Compiling postgres-types v0.2.12
16322026-06-20T21:38:15.501Z Compiling usdt-macro v0.6.0
16332026-06-20T21:38:15.867Z Compiling usdt-attr-macro v0.6.0
16342026-06-20T21:38:15.997Z Compiling globset v0.4.18
16352026-06-20T21:38:16.223Z Compiling dtrace-parser v0.2.0
16362026-06-20T21:38:16.344Z Compiling ed25519 v2.2.3
16372026-06-20T21:38:16.476Z Compiling phf_shared v0.11.3
16382026-06-20T21:38:16.642Z Compiling olpc-cjson v0.1.4
16392026-06-20T21:38:16.659Z Compiling pkcs1 v0.7.5
16402026-06-20T21:38:16.672Z Compiling enum-as-inner v0.6.1
16412026-06-20T21:38:16.699Z Compiling clap_derive v4.6.1
16422026-06-20T21:38:16.800Z Compiling strum_macros v0.26.4
16432026-06-20T21:38:16.965Z Compiling serde-big-array v0.5.1
16442026-06-20T21:38:17.052Z Compiling serde_plain v1.0.2
16452026-06-20T21:38:17.108Z Compiling rfc6979 v0.4.0
16462026-06-20T21:38:17.159Z Compiling serde_repr v0.1.20
16472026-06-20T21:38:17.230Z Compiling async-recursion v1.1.1
16482026-06-20T21:38:17.243Z Compiling pem v3.0.6
16492026-06-20T21:38:17.255Z Compiling float-cmp v0.10.0
16502026-06-20T21:38:17.399Z Compiling memmap2 v0.9.10
16512026-06-20T21:38:17.584Z Compiling thread-id v4.2.2
16522026-06-20T21:38:17.663Z Compiling env_filter v1.0.0
16532026-06-20T21:38:17.677Z Compiling normalize-line-endings v0.3.0
16542026-06-20T21:38:17.690Z Compiling static_assertions v1.1.0
16552026-06-20T21:38:17.764Z Compiling jiff v0.2.21
16562026-06-20T21:38:17.777Z Compiling data-encoding v2.10.0
16572026-06-20T21:38:17.904Z Compiling precomputed-hash v0.1.1
16582026-06-20T21:38:17.963Z Compiling either v1.15.0
16592026-06-20T21:38:17.991Z Compiling whoami v2.1.0
16602026-06-20T21:38:18.170Z Compiling new_debug_unreachable v1.0.6
16612026-06-20T21:38:18.242Z Compiling difflib v0.4.0
16622026-06-20T21:38:18.360Z Compiling keccak v0.1.6
16632026-06-20T21:38:18.474Z Compiling fixedbitset v0.5.7
16642026-06-20T21:38:18.496Z Compiling fixedbitset v0.4.2
16652026-06-20T21:38:18.550Z Compiling typed-path v0.9.3
16662026-06-20T21:38:18.712Z Compiling predicates-core v1.0.10
16672026-06-20T21:38:18.776Z Compiling petgraph v0.8.3
16682026-06-20T21:38:18.817Z Compiling petgraph v0.6.5
16692026-06-20T21:38:18.882Z Compiling predicates v3.1.4
16702026-06-20T21:38:19.170Z Compiling strum v0.26.3
16712026-06-20T21:38:19.304Z Compiling sha3 v0.10.8
16722026-06-20T21:38:19.527Z Compiling clap v4.6.1
16732026-06-20T21:38:19.613Z Compiling string_cache v0.8.9
16742026-06-20T21:38:19.746Z Compiling tokio-postgres v0.7.16
16752026-06-20T21:38:19.766Z Compiling itertools v0.13.0
16762026-06-20T21:38:19.836Z Compiling hickory-proto v0.25.2
16772026-06-20T21:38:20.066Z Compiling env_logger v0.11.9
16782026-06-20T21:38:20.264Z Compiling toml_edit v0.22.27
16792026-06-20T21:38:20.410Z Compiling zip v4.6.1
16802026-06-20T21:38:20.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-20T21:38:20.994Z Compiling usdt-impl v0.5.0
16822026-06-20T21:38:21.356Z Compiling usdt v0.6.0
16832026-06-20T21:38:21.578Z Compiling ecdsa v0.16.9
16842026-06-20T21:38:21.615Z Compiling rsa v0.9.10
16852026-06-20T21:38:21.917Z Compiling ed25519-dalek v2.2.0
16862026-06-20T21:38:21.917Z Compiling serde_with v3.17.0
16872026-06-20T21:38:21.970Z Compiling crossterm v0.28.1
16882026-06-20T21:38:23.292Z Compiling zip v0.6.6
16892026-06-20T21:38:23.395Z Compiling toml v0.7.8
16902026-06-20T21:38:23.511Z Compiling iddqd v0.4.2
16912026-06-20T21:38:24.068Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-20T21:38:24.117Z Compiling similar v2.7.0
16932026-06-20T21:38:24.140Z Compiling crossbeam-epoch v0.9.18
16942026-06-20T21:38:24.466Z Compiling tokio-stream v0.1.18
16952026-06-20T21:38:24.651Z Compiling buf-list v1.1.2
16962026-06-20T21:38:24.723Z Compiling x509-cert v0.2.5
16972026-06-20T21:38:24.784Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-20T21:38:24.845Z Compiling openapiv3 v2.2.0
16992026-06-20T21:38:24.912Z Compiling sha1 v0.10.6
17002026-06-20T21:38:24.967Z Compiling lalrpop-util v0.19.12
17012026-06-20T21:38:24.978Z Compiling peg-runtime v0.8.5
17022026-06-20T21:38:25.077Z Compiling thread_local v1.1.9
17032026-06-20T21:38:25.122Z Compiling slog-async v2.8.0
17042026-06-20T21:38:25.151Z Compiling crossbeam-channel v0.5.15
17052026-06-20T21:38:25.259Z Compiling is-terminal v0.4.17
17062026-06-20T21:38:25.314Z Compiling filetime v0.2.27
17072026-06-20T21:38:25.349Z Compiling take_mut v0.2.2
17082026-06-20T21:38:25.430Z Compiling xattr v1.6.1
17092026-06-20T21:38:25.458Z Compiling term v1.2.1
17102026-06-20T21:38:25.586Z Compiling tar v0.4.45
17112026-06-20T21:38:25.933Z Compiling slog-term v2.9.2
17122026-06-20T21:38:35.863Z Compiling rustls-webpki v0.103.9
17132026-06-20T21:38:38.653Z Compiling tokio-rustls v0.26.4
17142026-06-20T21:38:38.653Z Compiling rustls-platform-verifier v0.6.2
17152026-06-20T21:38:38.841Z Compiling hyper-rustls v0.27.7
17162026-06-20T21:38:39.041Z Compiling reqwest v0.12.28
17172026-06-20T21:38:39.045Z Compiling reqwest v0.13.2
17182026-06-20T21:38:40.286Z Compiling tough v0.22.0
17192026-06-20T21:38:42.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-20T21:38:43.097Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-20T21:38:46.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-20T21:38:46.165Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-20T21:38:46.165ZJun 20 21:38:44.650 INFO Starting download, target: Clickhouse
17242026-06-20T21:38:46.165ZJun 20 21:38:44.651 INFO Starting download, target: Cockroach
17252026-06-20T21:38:46.165ZJun 20 21:38:44.651 INFO Starting download, target: Console
17262026-06-20T21:38:46.165ZJun 20 21:38:44.651 INFO Starting download, target: DendriteStub
17272026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Starting download, target: MaghemiteDdmd
17282026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Starting download, target: MaghemiteMgd
17292026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Starting download, target: TransceiverControl
17302026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-20T21:38:46.166ZJun 20 21:38:44.651 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-20T21:38:47.031ZJun 20 21:38:45.606 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-20T21:38:47.256ZJun 20 21:38:45.834 INFO Download complete, target: Console
17392026-06-20T21:38:47.839ZJun 20 21:38:46.392 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-06-20T21:38:48.394ZJun 20 21:38:46.929 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-20T21:38:48.573ZJun 20 21:38:47.134 INFO Download complete, target: TransceiverControl
17422026-06-20T21:38:53.584ZJun 20 21:38:52.014 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-06-20T21:38:54.456ZJun 20 21:38:53.008 INFO Checking that binary works, target: Clickhouse
17442026-06-20T21:38:54.588ZJun 20 21:38:53.118 INFO Download complete, target: Clickhouse
17452026-06-20T21:38:54.913ZJun 20 21:38:53.447 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-20T21:38:55.150ZJun 20 21:38:53.690 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-20T21:38:55.182ZJun 20 21:38:53.691 INFO Download complete, target: MaghemiteDdmd
17482026-06-20T21:38:56.090ZJun 20 21:38:54.665 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-20T21:38:56.090ZJun 20 21:38:54.665 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-20T21:38:57.268ZJun 20 21:38:55.846 INFO Download complete, target: DendriteStub
17512026-06-20T21:38:57.600ZJun 20 21:38:56.167 INFO Download complete, target: MaghemiteMgd
17522026-06-20T21:39:00.566ZJun 20 21:38:59.139 INFO Checking that binary works, target: Cockroach
17532026-06-20T21:39:00.671ZJun 20 21:38:59.249 INFO Download complete, target: Cockroach
17542026-06-20T21:39:00.690ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-20T21:39:00.693Z
17562026-06-20T21:39:00.693Zreal 2:10.137687730
17572026-06-20T21:39:00.694Zuser 6:50.307295047
17582026-06-20T21:39:00.694Zsys 1:22.040810468
17592026-06-20T21:39:00.694Ztrap 0.218604394
17602026-06-20T21:39:00.694Ztflt 0.677191919
17612026-06-20T21:39:00.694Zdflt 0.595625342
17622026-06-20T21:39:00.694Zkflt 0.031155265
17632026-06-20T21:39:00.694Zlock 23:06.040601095
17642026-06-20T21:39:00.694Zslp 21:14.629143738
17652026-06-20T21:39:00.694Zlat 42.362806753
17662026-06-20T21:39:00.694Zstop 1:50.017944067
17672026-06-20T21:39:00.694Z+ banner clippy
17682026-06-20T21:39:00.694Z
17692026-06-20T21:39:00.694Z #### # # ##### ##### # #
17702026-06-20T21:39:00.694Z # # # # # # # # # #
17712026-06-20T21:39:00.694Z # # # # # # # #
17722026-06-20T21:39:00.694Z # # # ##### ##### #
17732026-06-20T21:39:00.694Z # # # # # # #
17742026-06-20T21:39:00.694Z #### ###### # # # #
17752026-06-20T21:39:00.694Z
17762026-06-20T21:39:00.694Z+ export CARGO_INCREMENTAL=0
17772026-06-20T21:39:00.694Z+ CARGO_INCREMENTAL=0
17782026-06-20T21:39:00.694Z+ ptime -m cargo xtask clippy
17792026-06-20T21:39:01.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-20T21:39:01.346Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-20T21:39:03.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17822026-06-20T21:39:03.235Z Running `target/debug/xtask clippy`
17832026-06-20T21:39:03.259Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-20T21:39:03.801Z Downloading crates ...
17852026-06-20T21:39:04.005Z Downloaded blake2b_simd v1.0.4
17862026-06-20T21:39:04.009Z Downloaded parking v2.2.1
17872026-06-20T21:39:04.012Z Downloaded backtrace-ext v0.2.1
17882026-06-20T21:39:04.012Z Downloaded async-object-pool v0.2.0
17892026-06-20T21:39:04.015Z Downloaded anes v0.1.6
17902026-06-20T21:39:04.019Z Downloaded escape8259 v0.5.3
17912026-06-20T21:39:04.022Z Downloaded approx v0.5.1
17922026-06-20T21:39:04.027Z Downloaded event-listener-strategy v0.5.4
17932026-06-20T21:39:04.033Z Downloaded addr2line v0.25.1
17942026-06-20T21:39:04.040Z Downloaded cast v0.3.0
17952026-06-20T21:39:04.046Z Downloaded assert-json-diff v2.0.2
17962026-06-20T21:39:04.046Z Downloaded guppy-workspace-hack v0.1.0
17972026-06-20T21:39:04.049Z Downloaded target-triple v1.0.0
17982026-06-20T21:39:04.051Z Downloaded similar-asserts v1.7.0
17992026-06-20T21:39:04.051Z Downloaded supports-color v2.1.0
18002026-06-20T21:39:04.055Z Downloaded assert_cmd v2.1.2
18012026-06-20T21:39:04.055Z Downloaded miette-derive v5.10.0
18022026-06-20T21:39:04.065Z Downloaded tokio-test v0.4.5
18032026-06-20T21:39:04.069Z Downloaded plotters-svg v0.3.7
18042026-06-20T21:39:04.071Z Downloaded supports-unicode v2.1.0
18052026-06-20T21:39:04.076Z Downloaded futures-timer v3.0.3
18062026-06-20T21:39:04.083Z Downloaded plotters-backend v0.3.7
18072026-06-20T21:39:04.088Z Downloaded nested v0.1.1
18082026-06-20T21:39:04.095Z Downloaded supports-hyperlinks v2.1.0
18092026-06-20T21:39:04.095Z Downloaded serde_regex v1.1.0
18102026-06-20T21:39:04.098Z Downloaded constant_time_eq v0.3.1
18112026-06-20T21:39:04.102Z Downloaded linkme-impl v0.3.35
18122026-06-20T21:39:04.117Z Downloaded termcolor v1.4.1
18132026-06-20T21:39:04.128Z Downloaded criterion-plot v0.6.0
18142026-06-20T21:39:04.128Z Downloaded partial-io v0.5.4
18152026-06-20T21:39:04.128Z Downloaded knuffel-derive v3.2.0
18162026-06-20T21:39:04.128Z Downloaded hickory-client v0.25.2
18172026-06-20T21:39:04.132Z Downloaded target-spec v3.5.7
18182026-06-20T21:39:04.132Z Downloaded target-lexicon v0.13.3
18192026-06-20T21:39:04.132Z Downloaded stringmetrics v2.2.2
18202026-06-20T21:39:04.132Z Downloaded oorandom v11.1.5
18212026-06-20T21:39:04.132Z Downloaded datatest-stable v0.3.3
18222026-06-20T21:39:04.138Z Downloaded backtrace v0.3.76
18232026-06-20T21:39:04.146Z Downloaded pathdiff v0.2.3
18242026-06-20T21:39:04.146Z Downloaded owo-colors v3.5.0
18252026-06-20T21:39:04.146Z Downloaded concurrent-queue v2.5.0
18262026-06-20T21:39:04.146Z Downloaded async-lock v3.4.2
18272026-06-20T21:39:04.151Z Downloaded terminal_size v0.1.17
18282026-06-20T21:39:04.151Z Downloaded linkme v0.3.35
18292026-06-20T21:39:04.151Z Downloaded path-tree v0.8.3
18302026-06-20T21:39:04.151Z Downloaded rustc-demangle v0.1.27
18312026-06-20T21:39:04.151Z Downloaded libtest-mimic v0.8.1
18322026-06-20T21:39:04.151Z Downloaded cfg-expr v0.20.6
18332026-06-20T21:39:04.154Z Downloaded httptest v0.16.4
18342026-06-20T21:39:04.154Z Downloaded relative-path v1.9.3
18352026-06-20T21:39:04.158Z Downloaded event-listener v5.4.1
18362026-06-20T21:39:04.161Z Downloaded tinytemplate v1.2.1
18372026-06-20T21:39:04.177Z Downloaded trybuild v1.0.116
18382026-06-20T21:39:04.195Z Downloaded rust-argon2 v2.1.0
18392026-06-20T21:39:04.195Z Downloaded rstest v0.25.0
18402026-06-20T21:39:04.207Z Downloaded textwrap v0.15.2
18412026-06-20T21:39:04.207Z Downloaded knuffel v3.2.0
18422026-06-20T21:39:04.207Z Downloaded chumsky v0.9.3
18432026-06-20T21:39:04.213Z Downloaded rstest_macros v0.25.0
18442026-06-20T21:39:04.213Z Downloaded fancy-regex v0.14.0
18452026-06-20T21:39:04.230Z Downloaded guppy v0.17.25
18462026-06-20T21:39:04.230Z Downloaded rand_distr v0.5.1
18472026-06-20T21:39:04.234Z Downloaded miette v5.10.0
18482026-06-20T21:39:04.234Z Downloaded plotters v0.3.7
18492026-06-20T21:39:04.240Z Downloaded criterion v0.7.0
18502026-06-20T21:39:04.243Z Downloaded hashbrown v0.14.5
18512026-06-20T21:39:04.267Z Downloaded gimli v0.32.3
18522026-06-20T21:39:04.403Z Downloaded httpmock v0.8.3
18532026-06-20T21:39:06.037Z Checking cfg-if v1.0.4
18542026-06-20T21:39:06.382Z Checking libc v0.2.185
18552026-06-20T21:39:06.385Z Checking serde_core v1.0.228
18562026-06-20T21:39:06.449Z Checking memchr v2.8.0
18572026-06-20T21:39:06.490Z Checking smallvec v1.15.1
18582026-06-20T21:39:06.528Z Checking itoa v1.0.17
18592026-06-20T21:39:06.563Z Checking log v0.4.29
18602026-06-20T21:39:06.607Z Checking zeroize v1.8.2
18612026-06-20T21:39:06.610Z Checking libm v0.2.16
18622026-06-20T21:39:06.694Z Checking scopeguard v1.2.0
18632026-06-20T21:39:06.732Z Checking stable_deref_trait v1.2.1
18642026-06-20T21:39:06.770Z Checking zmij v1.0.21
18652026-06-20T21:39:06.807Z Checking errno v0.3.14
18662026-06-20T21:39:06.807Z Checking getrandom v0.2.17
18672026-06-20T21:39:06.870Z Checking lock_api v0.4.14
18682026-06-20T21:39:06.899Z Checking zerofrom v0.1.6
18692026-06-20T21:39:06.937Z Checking percent-encoding v2.3.2
18702026-06-20T21:39:06.972Z Checking writeable v0.6.2
18712026-06-20T21:39:07.007Z Checking litemap v0.8.1
18722026-06-20T21:39:07.044Z Checking yoke v0.8.1
18732026-06-20T21:39:07.075Z Checking icu_properties_data v2.1.2
18742026-06-20T21:39:07.110Z Checking icu_normalizer_data v2.1.1
18752026-06-20T21:39:07.146Z Checking subtle v2.6.1
18762026-06-20T21:39:07.179Z Checking form_urlencoded v1.2.2
18772026-06-20T21:39:07.214Z Checking utf8_iter v1.0.4
18782026-06-20T21:39:07.217Z Checking rand_core v0.6.4
18792026-06-20T21:39:07.279Z Checking zerovec v0.11.5
18802026-06-20T21:39:07.282Z Checking zerotrie v0.2.3
18812026-06-20T21:39:07.345Z Checking num-traits v0.2.19
18822026-06-20T21:39:07.376Z Checking pin-project-lite v0.2.17
18832026-06-20T21:39:07.412Z Checking zerocopy v0.8.40
18842026-06-20T21:39:07.449Z Checking rand_core v0.10.0
18852026-06-20T21:39:07.483Z Checking parking_lot_core v0.9.12
18862026-06-20T21:39:07.528Z Checking portable-atomic v1.13.1
18872026-06-20T21:39:07.571Z Checking signal-hook-registry v1.4.8
18882026-06-20T21:39:07.613Z Checking getrandom v0.4.1
18892026-06-20T21:39:07.698Z Checking parking_lot v0.12.5
18902026-06-20T21:39:07.729Z Checking tinystr v0.8.2
18912026-06-20T21:39:07.764Z Checking potential_utf v0.1.4
18922026-06-20T21:39:07.814Z Checking critical-section v1.2.0
18932026-06-20T21:39:07.896Z Checking serde v1.0.228
18942026-06-20T21:39:07.950Z Checking serde_json v1.0.149
18952026-06-20T21:39:07.976Z Checking bitflags v2.11.0
18962026-06-20T21:39:07.976Z Checking icu_locale_core v2.1.1
18972026-06-20T21:39:07.993Z Checking icu_collections v2.1.1
18982026-06-20T21:39:08.047Z Checking once_cell v1.21.3
18992026-06-20T21:39:08.078Z Checking mio v1.2.0
19002026-06-20T21:39:08.137Z Checking typenum v1.19.0
19012026-06-20T21:39:08.240Z Checking socket2 v0.6.3
19022026-06-20T21:39:08.311Z Checking iana-time-zone v0.1.65
19032026-06-20T21:39:08.349Z Checking bytes v1.11.1
19042026-06-20T21:39:08.402Z Checking uuid v1.23.0
19052026-06-20T21:39:08.444Z Checking chrono v0.4.44
19062026-06-20T21:39:08.521Z Checking thiserror v2.0.18
19072026-06-20T21:39:08.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19082026-06-20T21:39:08.606Z Checking icu_provider v2.1.1
19092026-06-20T21:39:08.650Z Checking semver v1.0.28
19102026-06-20T21:39:08.700Z Checking generic-array v0.14.7
19112026-06-20T21:39:08.764Z Checking futures-core v0.3.32
19122026-06-20T21:39:08.841Z Checking tokio v1.52.1
19132026-06-20T21:39:08.873Z Checking icu_properties v2.1.2
19142026-06-20T21:39:08.909Z Checking icu_normalizer v2.1.1
19152026-06-20T21:39:08.915Z Checking dyn-clone v1.0.20
19162026-06-20T21:39:08.972Z Checking const-oid v0.9.6
19172026-06-20T21:39:09.069Z Checking equivalent v1.0.2
19182026-06-20T21:39:09.176Z Checking rustix v1.1.3
19192026-06-20T21:39:09.212Z Checking crypto-common v0.1.7
19202026-06-20T21:39:09.243Z Checking block-buffer v0.10.4
19212026-06-20T21:39:09.346Z Checking byteorder v1.5.0
19222026-06-20T21:39:09.377Z Checking futures-sink v0.3.32
19232026-06-20T21:39:09.411Z Checking futures-task v0.3.32
19242026-06-20T21:39:09.504Z Checking futures-channel v0.3.32
19252026-06-20T21:39:09.576Z Checking slab v0.4.12
19262026-06-20T21:39:09.581Z Checking futures-io v0.3.32
19272026-06-20T21:39:09.674Z Checking digest v0.10.7
19282026-06-20T21:39:09.714Z Checking idna_adapter v1.2.1
19292026-06-20T21:39:09.748Z Checking cpufeatures v0.2.17
19302026-06-20T21:39:09.754Z Checking thiserror v1.0.69
19312026-06-20T21:39:09.813Z Checking futures-util v0.3.32
19322026-06-20T21:39:09.846Z Checking hashbrown v0.17.0
19332026-06-20T21:39:09.878Z Checking idna v1.1.0
19342026-06-20T21:39:09.913Z Checking getrandom v0.3.4
19352026-06-20T21:39:09.919Z Checking fnv v1.0.7
19362026-06-20T21:39:10.023Z Checking regex-syntax v0.8.10
19372026-06-20T21:39:10.060Z Checking http v1.4.0
19382026-06-20T21:39:10.095Z Checking tracing-core v0.1.36
19392026-06-20T21:39:10.151Z Checking url v2.5.8
19402026-06-20T21:39:10.200Z Checking ppv-lite86 v0.2.21
19412026-06-20T21:39:10.326Z Checking indexmap v2.14.0
19422026-06-20T21:39:10.431Z Checking base64 v0.22.1
19432026-06-20T21:39:10.510Z Checking utf8parse v0.2.2
19442026-06-20T21:39:10.600Z Checking schemars v0.8.22
19452026-06-20T21:39:10.638Z Checking tracing v0.1.44
19462026-06-20T21:39:10.672Z Checking anstyle v1.0.14
19472026-06-20T21:39:10.706Z Checking anstyle-query v1.1.5
19482026-06-20T21:39:10.828Z Checking base64ct v1.8.3
19492026-06-20T21:39:10.868Z Checking is_terminal_polyfill v1.70.2
19502026-06-20T21:39:10.901Z Checking colorchoice v1.0.4
19512026-06-20T21:39:10.934Z Checking block-padding v0.3.3
19522026-06-20T21:39:10.991Z Checking ipnet v2.11.0
19532026-06-20T21:39:11.025Z Checking untrusted v0.9.0
19542026-06-20T21:39:11.082Z Checking anstyle-parse v1.0.0
19552026-06-20T21:39:11.116Z Checking inout v0.1.4
19562026-06-20T21:39:11.157Z Checking ring v0.17.14
19572026-06-20T21:39:11.260Z Checking terminal_size v0.4.3
19582026-06-20T21:39:11.271Z Checking aho-corasick v1.1.4
19592026-06-20T21:39:11.292Z Checking crossbeam-utils v0.8.21
19602026-06-20T21:39:11.354Z Checking cipher v0.4.4
19612026-06-20T21:39:11.357Z Checking unicode-ident v1.0.24
19622026-06-20T21:39:11.419Z Checking anstream v1.0.0
19632026-06-20T21:39:11.488Z Checking proc-macro2 v1.0.106
19642026-06-20T21:39:11.619Z Checking strsim v0.11.1
19652026-06-20T21:39:11.654Z Checking clap_lex v1.0.0
19662026-06-20T21:39:11.685Z Checking pem-rfc7468 v0.7.0
19672026-06-20T21:39:11.689Z Checking sha2 v0.10.9
19682026-06-20T21:39:11.802Z Checking rustls-pki-types v1.14.0
19692026-06-20T21:39:11.842Z Checking clap_builder v4.6.0
19702026-06-20T21:39:11.847Z Checking quote v1.0.45
19712026-06-20T21:39:11.902Z Checking httparse v1.10.1
19722026-06-20T21:39:11.982Z Checking regex-automata v0.4.14
19732026-06-20T21:39:11.987Z Checking tokio-util v0.7.18
19742026-06-20T21:39:12.046Z Checking powerfmt v0.2.0
19752026-06-20T21:39:12.088Z Checking syn v2.0.117
19762026-06-20T21:39:12.119Z Checking rand_core v0.9.5
19772026-06-20T21:39:12.153Z Checking hmac v0.12.1
19782026-06-20T21:39:12.156Z Checking num-conv v0.2.0
19792026-06-20T21:39:12.223Z Checking deranged v0.5.8
19802026-06-20T21:39:12.310Z Checking num_threads v0.1.7
19812026-06-20T21:39:12.349Z Checking time-core v0.1.8
19822026-06-20T21:39:12.355Z Checking erased-serde v0.3.31
19832026-06-20T21:39:12.422Z Checking flagset v0.4.7
19842026-06-20T21:39:12.513Z Checking http-body v1.0.1
19852026-06-20T21:39:12.572Z Checking der v0.7.10
19862026-06-20T21:39:12.641Z Checking atomic-waker v1.1.2
19872026-06-20T21:39:12.675Z Checking allocator-api2 v0.2.21
19882026-06-20T21:39:12.770Z Checking rand_chacha v0.9.0
19892026-06-20T21:39:12.801Z Checking slog v2.8.2
19902026-06-20T21:39:12.974Z Checking anyhow v1.0.102
19912026-06-20T21:39:13.007Z Checking try-lock v0.2.5
19922026-06-20T21:39:13.055Z Checking clap v4.6.1
19932026-06-20T21:39:13.090Z Checking httpdate v1.0.3
19942026-06-20T21:39:13.136Z Checking want v0.3.1
19952026-06-20T21:39:13.167Z Checking time v0.3.47
19962026-06-20T21:39:13.184Z Checking rand v0.9.2
19972026-06-20T21:39:13.232Z Checking h2 v0.4.13
19982026-06-20T21:39:13.264Z Checking spin v0.9.8
19992026-06-20T21:39:13.296Z Checking tower-service v0.3.3
20002026-06-20T21:39:13.332Z Checking pin-utils v0.1.0
20012026-06-20T21:39:13.411Z Checking ryu v1.0.23
20022026-06-20T21:39:13.445Z Checking tower-layer v0.3.3
20032026-06-20T21:39:13.473Z Checking ipnetwork v0.21.1
20042026-06-20T21:39:13.591Z Checking socket2 v0.5.10
20052026-06-20T21:39:13.625Z Checking mime v0.3.17
20062026-06-20T21:39:13.711Z Checking fastrand v2.3.0
20072026-06-20T21:39:13.744Z Checking spki v0.7.3
20082026-06-20T21:39:13.817Z Checking pbkdf2 v0.12.2
20092026-06-20T21:39:13.852Z Checking aes v0.8.4
20102026-06-20T21:39:13.885Z Checking http-body-util v0.1.3
20112026-06-20T21:39:13.921Z Checking cbc v0.1.2
20122026-06-20T21:39:13.956Z Checking salsa20 v0.10.2
20132026-06-20T21:39:13.964Z Checking rand_chacha v0.3.1
20142026-06-20T21:39:14.073Z Checking hex v0.4.3
20152026-06-20T21:39:14.116Z Checking aws-lc-sys v0.40.0
20162026-06-20T21:39:14.149Z Checking untrusted v0.7.1
20172026-06-20T21:39:14.239Z Checking pretty-hex v0.4.1
20182026-06-20T21:39:14.273Z Checking simd-adler32 v0.3.8
20192026-06-20T21:39:14.313Z Checking rand v0.8.6
20202026-06-20T21:39:14.339Z Checking scrypt v0.11.0
20212026-06-20T21:39:14.343Z Checking tempfile v3.25.0
20222026-06-20T21:39:14.405Z Checking plain v0.2.3
20232026-06-20T21:39:14.409Z Checking adler2 v2.0.1
20242026-06-20T21:39:14.467Z Checking openssl-probe v0.2.1
20252026-06-20T21:39:14.503Z Checking pkcs5 v0.7.1
20262026-06-20T21:39:14.538Z Checking regex v1.12.3
20272026-06-20T21:39:14.573Z Checking miniz_oxide v0.8.9
20282026-06-20T21:39:14.605Z Checking serde_urlencoded v0.7.1
20292026-06-20T21:39:14.609Z Checking encoding_rs v0.8.35
20302026-06-20T21:39:14.668Z Checking aws-lc-rs v1.16.3
20312026-06-20T21:39:14.779Z Checking ucd-trie v0.1.7
20322026-06-20T21:39:14.832Z Checking pkcs8 v0.10.2
20332026-06-20T21:39:14.834Z Checking camino v1.2.2
20342026-06-20T21:39:14.896Z Checking rustls-native-certs v0.8.3
20352026-06-20T21:39:14.940Z Checking pest v2.8.6
20362026-06-20T21:39:14.974Z Checking oxnet v0.1.6
20372026-06-20T21:39:15.066Z Checking futures-executor v0.3.32
20382026-06-20T21:39:15.066Z Checking sync_wrapper v1.0.2
20392026-06-20T21:39:15.134Z Checking either v1.15.0
20402026-06-20T21:39:15.238Z Checking tower v0.5.3
20412026-06-20T21:39:15.276Z Checking futures v0.3.32
20422026-06-20T21:39:15.311Z Checking webpki-roots v1.0.6
20432026-06-20T21:39:15.347Z Checking crc32fast v1.5.0
20442026-06-20T21:39:15.379Z Checking iri-string v0.7.10
20452026-06-20T21:39:15.454Z Checking foldhash v0.2.0
20462026-06-20T21:39:15.510Z Checking static_assertions v1.1.0
20472026-06-20T21:39:15.544Z Checking rustls-webpki v0.103.9
20482026-06-20T21:39:15.597Z Checking lazy_static v1.5.0
20492026-06-20T21:39:15.628Z Checking openapiv3 v2.2.0
20502026-06-20T21:39:15.661Z Checking hashbrown v0.16.1
20512026-06-20T21:39:15.664Z Checking signature v2.2.0
20522026-06-20T21:39:15.725Z Checking winnow v0.7.14
20532026-06-20T21:39:15.848Z Checking hubpack v0.1.2
20542026-06-20T21:39:15.918Z Checking hyper v1.8.1
20552026-06-20T21:39:15.991Z Checking rustls v0.23.37
20562026-06-20T21:39:16.025Z Checking zlib-rs v0.6.2
20572026-06-20T21:39:16.057Z Checking strum v0.26.3
20582026-06-20T21:39:16.179Z Checking tinyvec_macros v0.1.1
20592026-06-20T21:39:16.214Z Checking psl-types v2.0.11
20602026-06-20T21:39:16.273Z Checking tinyvec v1.10.0
20612026-06-20T21:39:16.358Z Checking publicsuffix v2.3.0
20622026-06-20T21:39:16.415Z Checking tower-http v0.6.8
20632026-06-20T21:39:16.539Z Checking cookie v0.18.1
20642026-06-20T21:39:16.600Z Checking sha1 v0.10.6
20652026-06-20T21:39:16.715Z Checking num-integer v0.1.46
20662026-06-20T21:39:16.789Z Checking scroll v0.13.0
20672026-06-20T21:39:16.825Z Checking data-encoding v2.10.0
20682026-06-20T21:39:16.829Z Checking hyper-util v0.1.20
20692026-06-20T21:39:16.904Z Checking flate2 v1.1.9
20702026-06-20T21:39:16.940Z Checking cookie_store v0.22.1
20712026-06-20T21:39:16.944Z Checking serde_spanned v0.6.9
20722026-06-20T21:39:17.006Z Checking toml_datetime v0.6.11
20732026-06-20T21:39:17.037Z Checking goblin v0.10.5
20742026-06-20T21:39:17.091Z Checking memmap2 v0.9.10
20752026-06-20T21:39:17.127Z Checking base16ct v0.2.0
20762026-06-20T21:39:17.212Z Checking bit-vec v0.8.0
20772026-06-20T21:39:17.245Z Checking dtrace-parser v0.3.0
20782026-06-20T21:39:17.278Z Checking sec1 v0.7.3
20792026-06-20T21:39:17.282Z Checking ff v0.13.1
20802026-06-20T21:39:17.343Z Checking thread-id v5.1.0
20812026-06-20T21:39:17.424Z Checking bit-set v0.8.0
20822026-06-20T21:39:17.459Z Checking wait-timeout v0.2.1
20832026-06-20T21:39:17.462Z Checking group v0.13.0
20842026-06-20T21:39:17.531Z Checking num-iter v0.1.45
20852026-06-20T21:39:17.548Z Checking bstr v1.12.1
20862026-06-20T21:39:17.598Z Checking hkdf v0.12.4
20872026-06-20T21:39:17.630Z Checking crossbeam-epoch v0.9.18
20882026-06-20T21:39:17.662Z Checking anstyle-parse v0.2.7
20892026-06-20T21:39:17.665Z Checking ahash v0.8.12
20902026-06-20T21:40:26.369Z Checking crypto-bigint v0.5.5
20912026-06-20T21:40:26.409Z Checking quick-error v1.2.3
20922026-06-20T21:40:26.409Z Checking anstream v0.6.21
20932026-06-20T21:40:26.409Z Checking rand_xorshift v0.4.0
20942026-06-20T21:40:26.409Z Checking scroll v0.12.0
20952026-06-20T21:40:26.409Z Checking rusty-fork v0.3.1
20962026-06-20T21:40:26.409Z Checking unarray v0.1.4
20972026-06-20T21:40:26.409Z Checking num-bigint-dig v0.8.6
20982026-06-20T21:40:26.409Z Checking pkcs1 v0.7.5
20992026-06-20T21:40:26.409Z Checking x509-cert v0.2.5
21002026-06-20T21:40:26.409Z Checking proptest v1.10.0
21012026-06-20T21:40:26.409Z Checking goblin v0.8.2
21022026-06-20T21:40:26.409Z Checking tokio-rustls v0.26.4
21032026-06-20T21:40:26.409Z Checking rustls-platform-verifier v0.6.2
21042026-06-20T21:40:26.409Z Checking zerocopy v0.7.35
21052026-06-20T21:40:26.409Z Checking hyper-rustls v0.27.7
21062026-06-20T21:40:26.409Z Checking elliptic-curve v0.13.8
21072026-06-20T21:40:26.409Z Checking reqwest v0.13.2
21082026-06-20T21:40:26.409Z Checking foreign-types-shared v0.1.1
21092026-06-20T21:40:26.409Z Checking unicode-segmentation v1.12.0
21102026-06-20T21:40:26.409Z Checking foreign-types v0.3.2
21112026-06-20T21:40:26.409Z Checking rsa v0.9.10
21122026-06-20T21:40:26.409Z Checking dtrace-parser v0.2.0
21132026-06-20T21:40:26.409Z Checking rfc6979 v0.4.0
21142026-06-20T21:40:26.409Z Checking memoffset v0.9.1
21152026-06-20T21:40:26.409Z Checking openssl-sys v0.9.115
21162026-06-20T21:40:26.409Z Checking thread-id v4.2.2
21172026-06-20T21:40:26.409Z Checking dof v0.4.0
21182026-06-20T21:40:26.409Z Checking ecdsa v0.16.9
21192026-06-20T21:40:26.409Z Checking curve25519-dalek v4.1.3
21202026-06-20T21:40:26.409Z Checking rustix v0.38.44
21212026-06-20T21:40:26.410Z Checking env_filter v1.0.0
21222026-06-20T21:40:26.410Z Checking openssl v0.10.79
21232026-06-20T21:40:26.410Z Checking toml_write v0.1.2
21242026-06-20T21:40:26.410Z Checking keccak v0.1.6
21252026-06-20T21:40:26.410Z Checking same-file v1.0.6
21262026-06-20T21:40:26.410Z Checking newtype-uuid v1.3.2
21272026-06-20T21:40:26.410Z Checking usdt-impl v0.6.0
21282026-06-20T21:40:26.410Z Checking sha3 v0.10.8
21292026-06-20T21:40:26.410Z Checking walkdir v2.5.0
21302026-06-20T21:40:26.410Z Checking dof v0.3.0
21312026-06-20T21:40:26.410Z Checking daft v0.1.7
21322026-06-20T21:40:26.410Z Checking toml_edit v0.22.27
21332026-06-20T21:40:26.410Z Checking env_logger v0.11.9
21342026-06-20T21:40:26.410Z Checking ed25519 v2.2.3
21352026-06-20T21:40:26.410Z Checking itertools v0.13.0
21362026-06-20T21:40:26.410Z Checking usdt v0.6.0
21372026-06-20T21:40:26.410Z Checking usdt-impl v0.5.0
21382026-06-20T21:40:26.410Z Checking serde_with v3.17.0
21392026-06-20T21:40:26.410Z Checking bitflags v1.3.2
21402026-06-20T21:40:26.410Z Checking siphasher v1.0.2
21412026-06-20T21:40:26.410Z Checking ed25519-dalek v2.2.0
21422026-06-20T21:40:26.410Z Checking nix v0.31.2
21432026-06-20T21:40:26.410Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-20T21:40:26.410Z Checking unicode-normalization v0.1.25
21452026-06-20T21:40:26.410Z Checking signal-hook v0.3.18
21462026-06-20T21:40:26.410Z Checking winnow v0.5.40
21472026-06-20T21:40:26.410Z Checking managed v0.8.0
21482026-06-20T21:40:26.410Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-20T21:40:26.410Z Checking object v0.37.3
21502026-06-20T21:40:26.410Z Checking foldhash v0.1.5
21512026-06-20T21:40:26.410Z Checking bzip2 v0.4.4
21522026-06-20T21:40:26.410Z Checking signal-hook-mio v0.2.5
21532026-06-20T21:40:26.410Z Checking hashbrown v0.15.5
21542026-06-20T21:40:26.410Z Checking globset v0.4.18
21552026-06-20T21:40:26.410Z Checking ref-cast v1.0.25
21562026-06-20T21:40:26.410Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-06-20T21:40:26.411Z Checking zip v0.6.6
21582026-06-20T21:40:26.411Z Checking native-tls v0.2.18
21592026-06-20T21:40:26.411Z Checking pin-project v1.1.11
21602026-06-20T21:40:26.411Z Checking zstd-safe v7.2.4
21612026-06-20T21:40:26.411Z Checking libbz2-rs-sys v0.2.2
21622026-06-20T21:40:26.411Z Checking bumpalo v3.20.2
21632026-06-20T21:40:26.411Z Checking tokio-native-tls v0.3.1
21642026-06-20T21:40:26.411Z Checking crossterm v0.28.1
21652026-06-20T21:40:26.411Z Checking zstd v0.13.3
21662026-06-20T21:40:26.411Z Checking similar v2.7.0
21672026-06-20T21:40:26.411Z Checking hyper-tls v0.6.0
21682026-06-20T21:40:26.411Z Checking zopfli v0.8.3
21692026-06-20T21:40:26.411Z Checking toml_edit v0.19.15
21702026-06-20T21:40:26.411Z Checking tokio-stream v0.1.18
21712026-06-20T21:40:26.411Z Checking bzip2 v0.6.1
21722026-06-20T21:40:26.411Z Checking reqwest v0.12.28
21732026-06-20T21:40:26.411Z Checking fs-err v3.3.0
21742026-06-20T21:40:26.411Z Checking pem v3.0.6
21752026-06-20T21:40:26.411Z Checking hash32 v0.2.1
21762026-06-20T21:40:26.411Z Checking serde-big-array v0.5.1
21772026-06-20T21:40:26.411Z Checking unicode-bidi v0.3.18
21782026-06-20T21:40:27.730Z Checking unicode-properties v0.1.4
21792026-06-20T21:40:27.870Z Checking predicates-core v1.0.10
21802026-06-20T21:40:27.870Z Checking jiff v0.2.21
21812026-06-20T21:40:27.870Z Checking heapless v0.7.17
21822026-06-20T21:40:27.870Z Checking snafu v0.8.9
21832026-06-20T21:40:27.870Z Checking olpc-cjson v0.1.4
21842026-06-20T21:40:27.870Z Checking stringprep v0.1.5
21852026-06-20T21:40:27.870Z Checking hickory-proto v0.25.2
21862026-06-20T21:40:27.871Z Checking md-5 v0.10.6
21872026-06-20T21:40:27.871Z Checking serde_plain v1.0.2
21882026-06-20T21:40:27.871Z Checking float-cmp v0.10.0
21892026-06-20T21:40:27.871Z Checking toml v0.7.8
21902026-06-20T21:40:27.871Z Checking typed-path v0.9.3
21912026-06-20T21:40:27.871Z Checking difflib v0.4.0
21922026-06-20T21:40:27.871Z Checking normalize-line-endings v0.3.0
21932026-06-20T21:40:27.871Z Checking fallible-iterator v0.2.0
21942026-06-20T21:40:27.871Z Checking smoltcp v0.9.1
21952026-06-20T21:40:27.871Z Checking predicates v3.1.4
21962026-06-20T21:40:27.871Z Checking iddqd v0.4.2
21972026-06-20T21:40:27.871Z Checking phf_shared v0.13.1
21982026-06-20T21:40:27.871Z Checking postgres-protocol v0.6.10
21992026-06-20T21:40:27.871Z Checking phf_shared v0.11.3
22002026-06-20T21:40:27.871Z Checking buf-list v1.1.2
22012026-06-20T21:40:27.872Z Checking strum v0.27.2
22022026-06-20T21:40:27.872Z Checking precomputed-hash v0.1.1
22032026-06-20T21:40:27.872Z Checking tough v0.22.0
22042026-06-20T21:40:27.872Z Checking new_debug_unreachable v1.0.6
22052026-06-20T21:40:27.872Z Checking lalrpop-util v0.19.12
22062026-06-20T21:40:27.872Z Checking fixedbitset v0.5.7
22072026-06-20T21:40:27.872Z Checking fixedbitset v0.4.2
22082026-06-20T21:40:27.872Z Checking string_cache v0.8.9
22092026-06-20T21:40:27.872Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-20T21:40:27.872Z Checking petgraph v0.6.5
22112026-06-20T21:40:27.872Z Checking petgraph v0.8.3
22122026-06-20T21:40:27.872Z Checking postgres-types v0.2.12
22132026-06-20T21:40:27.873Z Checking phf v0.13.1
22142026-06-20T21:40:27.873Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-20T21:40:27.873Z Checking whoami v2.1.0
22162026-06-20T21:40:27.873Z Checking peg-runtime v0.8.5
22172026-06-20T21:40:27.873Z Checking tokio-postgres v0.7.16
22182026-06-20T21:40:27.873Z Checking zip v4.6.1
22192026-06-20T21:40:27.873Z Checking is-terminal v0.4.17
22202026-06-20T21:40:27.873Z Checking crossbeam-channel v0.5.15
22212026-06-20T21:40:27.873Z Checking thread_local v1.1.9
22222026-06-20T21:40:27.873Z Compiling structmeta-derive v0.3.0
22232026-06-20T21:40:27.873Z Checking take_mut v0.2.2
22242026-06-20T21:40:27.873Z Checking term v1.2.1
22252026-06-20T21:40:27.873Z Compiling newtype-uuid-macros v0.1.0
22262026-06-20T21:40:27.873Z Checking slog-async v2.8.0
22272026-06-20T21:40:27.874Z Compiling rustls v0.22.4
22282026-06-20T21:40:27.874Z Checking slog-term v2.9.2
22292026-06-20T21:40:27.874Z Compiling multer v3.1.0
22302026-06-20T21:40:27.874Z Compiling async-stream-impl v0.3.6
22312026-06-20T21:40:27.874Z Checking match_cfg v0.1.0
22322026-06-20T21:40:27.874Z Checking slog-json v2.6.1
22332026-06-20T21:40:27.874Z Checking hostname v0.3.1
22342026-06-20T21:40:27.874Z Compiling dropshot v0.17.0
22352026-06-20T21:40:27.874Z Compiling dropshot_endpoint v0.17.0
22362026-06-20T21:40:27.874Z Checking debug-ignore v1.0.5
22372026-06-20T21:40:27.874Z Checking slog-bunyan v2.5.0
22382026-06-20T21:40:27.874Z Checking progenitor-client v0.14.0
22392026-06-20T21:40:27.874Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-20T21:40:27.874Z Checking rustls-webpki v0.102.8
22412026-06-20T21:40:27.874Z Checking serde_path_to_error v0.1.20
22422026-06-20T21:40:27.874Z Checking serde_spanned v1.0.4
22432026-06-20T21:40:27.874Z Compiling structmeta v0.3.0
22442026-06-20T21:40:27.874Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-06-20T21:40:27.875Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-20T21:40:27.875Z Checking toml_writer v1.0.6+spec-1.1.0
22472026-06-20T21:40:27.875Z Checking compression-core v0.4.31
22482026-06-20T21:40:27.875Z Compiling derive-ex v0.1.8
22492026-06-20T21:40:27.875Z Checking async-stream v0.3.6
22502026-06-20T21:40:27.875Z Checking toml v1.0.6+spec-1.1.0
22512026-06-20T21:40:27.875Z Checking compression-codecs v0.4.37
22522026-06-20T21:40:27.875Z Checking waitgroup v0.1.2
22532026-06-20T21:40:27.875Z Checking rustls-pemfile v2.2.0
22542026-06-20T21:40:27.875Z Checking hostname v0.4.2
22552026-06-20T21:40:27.875Z Checking async-compression v0.4.41
22562026-06-20T21:40:27.875Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-20T21:40:27.875Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-20T21:40:27.875Z Checking atomicwrites v0.4.4
22592026-06-20T21:40:27.875Z Compiling parse-display-derive v0.10.0
22602026-06-20T21:40:27.875Z Checking itertools v0.14.0
22612026-06-20T21:40:27.876Z Checking macaddr v1.0.1
22622026-06-20T21:40:27.876Z Checking regress v0.10.5
22632026-06-20T21:40:27.876Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-20T21:40:27.876Z Checking instant v0.1.13
22652026-06-20T21:40:27.876Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-20T21:40:27.876Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-20T21:40:27.876Z Checking backoff v0.4.0
22682026-06-20T21:40:27.876Z Checking backon v1.6.0
22692026-06-20T21:40:27.876Z Checking humantime v2.3.0
22702026-06-20T21:40:27.876Z Checking progenitor-extras v0.2.0
22712026-06-20T21:40:27.876Z Checking tokio-rustls v0.25.0
22722026-06-20T21:40:27.876Z Checking unicode-width v0.2.0
22732026-06-20T21:40:27.876Z Compiling convert_case v0.4.0
22742026-06-20T21:40:27.876Z Checking heck v0.5.0
22752026-06-20T21:40:27.876Z Checking half v2.7.1
22762026-06-20T21:40:27.876Z Compiling test-strategy v0.4.5
22772026-06-20T21:40:27.876Z Checking ciborium-io v0.2.2
22782026-06-20T21:40:27.876Z Checking secrecy v0.10.3
22792026-06-20T21:40:27.907Z Compiling regress v0.11.1
22802026-06-20T21:40:27.907Z Checking ciborium-ll v0.2.2
22812026-06-20T21:40:27.907Z Checking indent_write v2.2.0
22822026-06-20T21:40:27.907Z Compiling derive_more v0.99.20
22832026-06-20T21:40:27.907Z Checking universal-hash v0.5.1
22842026-06-20T21:40:27.907Z Checking opaque-debug v0.3.1
22852026-06-20T21:40:27.907Z Checking ciborium v0.2.2
22862026-06-20T21:40:27.907Z Checking parse-display v0.10.0
22872026-06-20T21:40:27.907Z Checking camino-tempfile v1.4.1
22882026-06-20T21:40:27.907Z Compiling crucible-workspace-hack v0.1.0
22892026-06-20T21:40:27.907Z Checking aead v0.5.2
22902026-06-20T21:40:27.907Z Compiling unsafe-libyaml v0.2.11
22912026-06-20T21:40:27.907Z Checking poly1305 v0.8.0
22922026-06-20T21:40:27.907Z Checking chacha20 v0.9.1
22932026-06-20T21:40:27.907Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-20T21:40:27.907Z Checking swrite v0.1.0
22952026-06-20T21:40:27.907Z Checking password-hash v0.5.0
22962026-06-20T21:40:27.907Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-06-20T21:40:27.907Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-06-20T21:40:27.907Z Compiling serde_yaml v0.9.34+deprecated
22992026-06-20T21:40:27.908Z Compiling typify-impl v0.6.2
23002026-06-20T21:40:27.908Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-20T21:40:27.908Z Checking blake2 v0.10.6
23022026-06-20T21:40:27.908Z Checking argon2 v0.5.3
23032026-06-20T21:40:27.908Z Checking thiserror-no-std v2.0.2
23042026-06-20T21:40:27.908Z Checking vsss-rs v3.3.4
23052026-06-20T21:40:27.908Z Checking chacha20poly1305 v0.10.1
23062026-06-20T21:40:27.908Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-20T21:40:27.908Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-20T21:40:27.908Z Checking byte-wrapper v0.1.0
23092026-06-20T21:40:27.908Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-20T21:40:27.908Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-20T21:40:27.908Z Checking crossbeam-deque v0.8.6
23122026-06-20T21:40:27.908Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-20T21:40:27.908Z Compiling rayon-core v1.13.0
23142026-06-20T21:40:27.908Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-20T21:40:27.908Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-20T21:40:27.908Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-20T21:40:27.908Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-20T21:40:27.908Z Compiling proc-macro-error v1.0.4
23192026-06-20T21:40:27.908Z Checking rayon v1.11.0
23202026-06-20T21:40:27.908Z Compiling proc-macro-crate v3.4.0
23212026-06-20T21:40:27.908Z Checking toml v0.8.23
23222026-06-20T21:40:27.908Z Checking tabwriter v1.4.1
23232026-06-20T21:40:27.908Z Checking glob v0.3.3
23242026-06-20T21:40:27.908Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-20T21:40:27.908Z Compiling num_enum_derive v0.7.6
23262026-06-20T21:40:27.908Z Compiling heapless v0.8.0
23272026-06-20T21:40:27.908Z Checking colored v3.1.1
23282026-06-20T21:40:27.908Z Compiling ingot-macros v0.1.1
23292026-06-20T21:40:27.908Z Checking hash32 v0.3.1
23302026-06-20T21:40:27.908Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-06-20T21:40:27.908Z Checking unicode-width v0.1.14
23322026-06-20T21:40:27.908Z Compiling smoltcp v0.11.0
23332026-06-20T21:40:27.908Z Checking cobs v0.3.0
23342026-06-20T21:40:27.908Z Compiling usdt-attr-macro v0.5.0
23352026-06-20T21:40:27.908Z Compiling usdt-macro v0.5.0
23362026-06-20T21:40:27.908Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23372026-06-20T21:40:27.909Z Checking memmap v0.7.0
23382026-06-20T21:40:27.909Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-20T21:40:27.909Z Checking num_enum v0.7.6
23402026-06-20T21:40:27.909Z Checking postcard v1.1.3
23412026-06-20T21:40:27.909Z Compiling proc-macro-crate v1.3.1
23422026-06-20T21:40:27.909Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-20T21:40:27.909Z Compiling typify-macro v0.6.2
23442026-06-20T21:40:27.909Z Checking sigpipe v0.1.3
23452026-06-20T21:40:27.909Z Checking usdt v0.5.0
23462026-06-20T21:40:27.909Z Compiling foreign-types-macros v0.2.3
23472026-06-20T21:40:27.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-20T21:40:27.909Z Checking cpufeatures v0.3.0
23492026-06-20T21:40:27.909Z Checking foreign-types-shared v0.3.1
23502026-06-20T21:40:27.909Z Checking chacha20 v0.10.0
23512026-06-20T21:40:27.909Z Compiling num_enum_derive v0.5.11
23522026-06-20T21:40:27.909Z Checking cstr-argument v0.1.2
23532026-06-20T21:40:27.909Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-20T21:40:27.909Z Checking foreign-types v0.5.0
23552026-06-20T21:40:27.909Z Compiling num-derive v0.4.2
23562026-06-20T21:40:27.909Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-20T21:40:27.909Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-20T21:40:27.909Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-20T21:40:27.909Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-20T21:40:27.909Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-06-20T21:40:27.909Z Checking rand v0.10.0
23622026-06-20T21:40:27.909Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-20T21:40:27.909Z Checking ingot-types v0.1.2
23642026-06-20T21:40:27.909Z Checking num_enum v0.5.11
23652026-06-20T21:40:27.909Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-06-20T21:40:27.909Z Checking itertools v0.12.1
23672026-06-20T21:40:27.909Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23682026-06-20T21:40:27.909Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-06-20T21:40:27.909Z Compiling zone_cfg_derive v0.3.1
23702026-06-20T21:40:27.909Z Compiling typify v0.6.2
23712026-06-20T21:40:27.909Z Checking ingot v0.1.1
23722026-06-20T21:40:27.909Z Compiling progenitor-impl v0.14.0
23732026-06-20T21:40:27.909Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-20T21:40:27.909Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-20T21:40:27.909Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-20T21:40:27.909Z Checking zone v0.3.1
23772026-06-20T21:40:27.910Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-20T21:40:27.910Z Checking smf v0.2.3
23792026-06-20T21:40:27.992Z Checking whoami v1.6.1
23802026-06-20T21:40:27.992Z Checking tokio-dtrace v0.1.1
23812026-06-20T21:40:27.992Z Compiling derive-where v1.6.0
23822026-06-20T21:40:27.992Z Checking console v0.15.11
23832026-06-20T21:40:27.992Z Checking newline-converter v0.3.0
23842026-06-20T21:40:27.992Z Checking bytecount v0.6.9
23852026-06-20T21:40:27.992Z Checking oxide-tokio-rt v0.1.4
23862026-06-20T21:40:27.992Z Compiling owo-colors v4.3.0
23872026-06-20T21:40:27.992Z Compiling cancel-safe-futures v0.1.5
23882026-06-20T21:40:27.992Z Checking libsw-core v0.3.2
23892026-06-20T21:40:27.992Z Checking expectorate v1.2.0
23902026-06-20T21:40:27.992Z Checking libsw v3.5.0
23912026-06-20T21:40:27.992Z Checking num-rational v0.4.2
23922026-06-20T21:40:27.992Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23932026-06-20T21:40:27.992Z Checking num-complex v0.4.6
23942026-06-20T21:40:27.992Z Checking linear-map v1.2.0
23952026-06-20T21:40:27.992Z Checking float-ord v0.3.2
23962026-06-20T21:40:27.992Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-20T21:40:27.992Z Checking gethostname v0.5.0
23982026-06-20T21:40:27.992Z Checking num v0.4.3
23992026-06-20T21:40:27.992Z Compiling prettyplease v0.2.37
24002026-06-20T21:40:27.992Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-20T21:40:27.992Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-06-20T21:40:27.992Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-20T21:40:27.993Z Checking resolv-conf v0.7.6
24042026-06-20T21:40:27.993Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24052026-06-20T21:40:27.993Z Compiling progenitor-macro v0.14.0
24062026-06-20T21:40:27.993Z Checking unicode-linebreak v0.1.5
24072026-06-20T21:40:27.993Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-20T21:40:27.993Z Checking smawk v0.3.2
24092026-06-20T21:40:27.993Z Checking papergrid v0.11.0
24102026-06-20T21:40:27.993Z Compiling tabled_derive v0.7.0
24112026-06-20T21:40:27.993Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-20T21:40:27.993Z Compiling convert_case v0.10.0
24132026-06-20T21:40:27.993Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-20T21:40:27.993Z Compiling slog-dtrace v0.3.0
24152026-06-20T21:40:27.993Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-20T21:40:27.993Z Compiling derive_more-impl v2.1.1
24172026-06-20T21:40:27.993Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-20T21:40:27.993Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-20T21:40:27.993Z Checking tabled v0.15.0
24202026-06-20T21:40:27.993Z Checking derive_more v2.1.1
24212026-06-20T21:40:27.993Z Checking crossterm v0.29.0
24222026-06-20T21:40:27.993Z Checking linked-hash-map v0.5.6
24232026-06-20T21:40:27.993Z Checking lru-cache v0.1.2
24242026-06-20T21:40:27.993Z Checking hickory-proto v0.24.4
24252026-06-20T21:40:27.993Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24262026-06-20T21:40:27.993Z Checking fd-lock v4.0.4
24272026-06-20T21:40:27.993Z Checking vte v0.14.1
24282026-06-20T21:40:27.993Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-06-20T21:40:27.993Z Checking display-error-chain v0.2.2
24302026-06-20T21:40:27.993Z Checking strip-ansi-escapes v0.2.1
24312026-06-20T21:40:27.993Z Checking progenitor v0.14.0
24322026-06-20T21:40:27.994Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-06-20T21:40:27.994Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-20T21:40:27.994Z Checking nu-ansi-term v0.50.3
24352026-06-20T21:40:27.994Z Checking termtree v0.5.1
24362026-06-20T21:40:27.994Z Checking reedline v0.40.0
24372026-06-20T21:40:27.994Z Checking hickory-resolver v0.24.4
24382026-06-20T21:40:27.994Z Checking textwrap v0.16.2
24392026-06-20T21:40:27.994Z Compiling minimal-lexical v0.2.1
24402026-06-20T21:40:27.994Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-20T21:40:27.994Z Compiling nom v7.1.3
24422026-06-20T21:40:27.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-20T21:40:27.994Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-20T21:40:27.994Z Checking qorb v0.4.1
24452026-06-20T21:40:27.994Z Compiling ar_archive_writer v0.5.1
24462026-06-20T21:40:27.994Z Checking csv-core v0.1.13
24472026-06-20T21:40:27.994Z Checking csv v1.4.0
24482026-06-20T21:40:27.994Z Compiling stacker v0.1.23
24492026-06-20T21:40:27.994Z Compiling cfg_aliases v0.1.1
24502026-06-20T21:40:27.994Z Checking highway v1.3.0
24512026-06-20T21:40:27.994Z Compiling semver v0.1.20
24522026-06-20T21:40:27.994Z Compiling nix v0.28.0
24532026-06-20T21:40:27.994Z Compiling psm v0.1.30
24542026-06-20T21:40:27.994Z Compiling rustc_version v0.1.7
24552026-06-20T21:40:27.994Z Checking nibble_vec v0.1.0
24562026-06-20T21:40:27.994Z Checking home v0.5.12
24572026-06-20T21:40:27.994Z Checking endian-type v0.1.2
24582026-06-20T21:40:27.994Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592026-06-20T21:40:27.994Z Compiling newtype_derive v0.1.6
24602026-06-20T21:40:27.994Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24612026-06-20T21:40:27.994Z Checking radix_trie v0.2.1
24622026-06-20T21:40:27.994Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-06-20T21:40:27.994Z Checking phf_shared v0.12.1
24642026-06-20T21:40:27.994Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-20T21:40:27.994Z Compiling chrono-tz v0.10.4
24662026-06-20T21:40:27.994Z Checking phf v0.12.1
24672026-06-20T21:40:27.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-20T21:40:27.995Z Compiling const_format_proc_macros v0.2.34
24692026-06-20T21:40:27.995Z Compiling peg-macros v0.8.5
24702026-06-20T21:40:27.995Z Checking recursive v0.1.1
24712026-06-20T21:40:27.995Z Checking winnow v0.6.26
24722026-06-20T21:40:27.995Z Checking nom v8.0.0
24732026-06-20T21:40:27.995Z Compiling sqlparser_derive v0.5.0
24742026-06-20T21:40:27.995Z Checking unicode_categories v0.1.1
24752026-06-20T21:40:27.995Z Checking rustyline v14.0.0
24762026-06-20T21:40:27.995Z Checking const_format v0.2.35
24772026-06-20T21:40:27.995Z Checking sqlparser v0.61.0
24782026-06-20T21:40:27.995Z Checking sqlformat v0.3.5
24792026-06-20T21:40:28.029Z Checking peg v0.8.5
24802026-06-20T21:40:28.029Z Checking bcs v0.1.6
24812026-06-20T21:40:28.029Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-20T21:40:28.029Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-20T21:40:28.029Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-20T21:40:28.029Z Checking steno v0.4.1
24852026-06-20T21:40:28.029Z Checking filetime v0.2.27
24862026-06-20T21:40:28.029Z Checking xattr v1.6.1
24872026-06-20T21:40:28.029Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24882026-06-20T21:40:28.029Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-20T21:40:28.029Z Checking tar v0.4.45
24902026-06-20T21:40:28.029Z Checking subprocess v0.2.15
24912026-06-20T21:40:28.029Z Checking base64 v0.21.7
24922026-06-20T21:40:28.029Z Checking headers-core v0.3.0
24932026-06-20T21:40:28.029Z Checking headers v0.4.1
24942026-06-20T21:40:28.029Z Checking yasna v0.5.2
24952026-06-20T21:40:28.029Z Checking dropshot-api-manager-types v0.7.2
24962026-06-20T21:40:28.029Z Checking tagptr v0.2.0
24972026-06-20T21:40:28.029Z Checking rcgen v0.12.1
24982026-06-20T21:40:28.029Z Checking moka v0.12.13
24992026-06-20T21:40:28.029Z Checking utf-8 v0.7.6
25002026-06-20T21:40:28.029Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-20T21:40:28.030Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-20T21:40:28.030Z Checking tungstenite v0.21.0
25032026-06-20T21:40:28.030Z Checking hickory-resolver v0.25.2
25042026-06-20T21:40:28.030Z Compiling libefi-sys v0.1.0
25052026-06-20T21:40:28.030Z Checking tokio-tungstenite v0.21.0
25062026-06-20T21:40:28.030Z Compiling bitfield-struct v0.6.2
25072026-06-20T21:40:28.030Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25082026-06-20T21:40:28.030Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25092026-06-20T21:40:28.030Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-20T21:40:28.030Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-20T21:40:28.030Z Compiling radium v0.7.0
25122026-06-20T21:40:28.030Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-20T21:40:28.030Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-20T21:40:28.030Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25152026-06-20T21:40:28.030Z Compiling maybe-uninit v2.0.0
25162026-06-20T21:40:28.030Z Checking tap v1.0.1
25172026-06-20T21:40:28.030Z Compiling zerocopy-derive v0.6.6
25182026-06-20T21:40:28.030Z Checking wyz v0.5.1
25192026-06-20T21:40:28.030Z Checking funty v2.0.0
25202026-06-20T21:40:28.030Z Compiling packed_struct v0.10.1
25212026-06-20T21:40:28.030Z Checking crc-catalog v2.4.0
25222026-06-20T21:40:28.030Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25232026-06-20T21:40:28.030Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-06-20T21:40:28.030Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25252026-06-20T21:40:28.030Z Checking crc v3.4.0
25262026-06-20T21:40:28.030Z Checking bitvec v1.0.1
25272026-06-20T21:40:28.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-06-20T21:40:28.030Z Compiling packed_struct_codegen v0.10.1
25292026-06-20T21:40:28.030Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-20T21:40:28.030Z Checking zerocopy v0.6.6
25312026-06-20T21:40:28.030Z Compiling bitfield-macros v0.19.4
25322026-06-20T21:40:28.030Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25332026-06-20T21:40:28.030Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-06-20T21:40:28.030Z Compiling indexmap v1.9.3
25352026-06-20T21:40:28.030Z Checking nodrop v0.1.14
25362026-06-20T21:40:28.030Z Checking smallvec v0.6.14
25372026-06-20T21:40:28.031Z Checking hashbrown v0.12.3
25382026-06-20T21:40:28.031Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25392026-06-20T21:40:28.031Z Checking array-init v0.0.4
25402026-06-20T21:40:28.065Z Checking ron v0.8.1
25412026-06-20T21:40:28.168Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25422026-06-20T21:40:28.311Z Checking serde-hex v0.1.0
25432026-06-20T21:40:28.340Z Checking bitfield v0.19.4
25442026-06-20T21:40:28.567Z Checking hashbrown v0.13.2
25452026-06-20T21:40:28.592Z Checking crc-any v2.5.0
25462026-06-20T21:40:28.631Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-06-20T21:40:28.765Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25482026-06-20T21:40:28.822Z Compiling xshell-macros v0.2.7
25492026-06-20T21:40:28.822Z Checking path-slash v0.1.5
25502026-06-20T21:40:28.889Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25512026-06-20T21:40:29.003Z Checking object v0.30.4
25522026-06-20T21:40:29.965Z Checking xshell v0.2.7
25532026-06-20T21:40:30.009Z Checking half v1.8.3
25542026-06-20T21:40:30.009Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25552026-06-20T21:40:30.009Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25562026-06-20T21:40:30.009Z Checking serde_cbor v0.11.2
25572026-06-20T21:40:30.009Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-20T21:40:30.009Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-20T21:40:30.009Z Compiling num-derive v0.3.3
25602026-06-20T21:40:30.010Z Compiling proc-macro-error2 v2.0.1
25612026-06-20T21:40:30.102Z Checking maplit v1.0.2
25622026-06-20T21:40:30.108Z Checking papergrid v0.17.0
25632026-06-20T21:40:30.183Z Checking testing_table v0.3.0
25642026-06-20T21:40:30.274Z Compiling tabled_derive v0.11.0
25652026-06-20T21:40:30.307Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25662026-06-20T21:40:30.793Z Checking libscf-sys v1.1.0
25672026-06-20T21:40:30.849Z Compiling progenitor-impl v0.13.0
25682026-06-20T21:40:30.910Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-20T21:40:31.019Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-20T21:40:31.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-20T21:40:31.157Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-06-20T21:40:31.677Z Checking tabled v0.20.0
25732026-06-20T21:40:31.880Z Checking progenitor-client v0.13.0
25742026-06-20T21:40:31.880Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-20T21:40:32.155Z Compiling git-stub v1.0.0
25762026-06-20T21:40:32.155Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-06-20T21:40:32.191Z Checking crc8 v0.1.1
25782026-06-20T21:40:32.191Z Compiling git-stub-vcs v0.1.0
25792026-06-20T21:40:32.191Z Checking unicase v2.9.0
25802026-06-20T21:40:32.270Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-20T21:40:32.304Z Checking fxhash v0.2.1
25822026-06-20T21:40:32.494Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25832026-06-20T21:40:32.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-20T21:40:32.813Z Compiling vergen-lib v0.1.6
25852026-06-20T21:40:32.871Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25862026-06-20T21:40:32.871Z Compiling diesel_derives v2.3.7
25872026-06-20T21:40:33.003Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25882026-06-20T21:40:33.077Z Checking scheduled-thread-pool v0.2.7
25892026-06-20T21:40:33.166Z Compiling dsl_auto_type v0.2.0
25902026-06-20T21:40:33.229Z Compiling vergen-gitcl v1.0.8
25912026-06-20T21:40:33.255Z Compiling diesel_table_macro_syntax v0.3.0
25922026-06-20T21:40:33.365Z Checking r2d2 v0.8.10
25932026-06-20T21:40:33.417Z Compiling progenitor-macro v0.13.0
25942026-06-20T21:40:33.529Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25952026-06-20T21:40:33.545Z Checking downcast-rs v2.0.2
25962026-06-20T21:40:33.611Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25972026-06-20T21:40:33.659Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-06-20T21:40:33.854Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-06-20T21:40:34.048Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26002026-06-20T21:40:34.181Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26012026-06-20T21:40:34.181Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26022026-06-20T21:40:34.204Z Checking kstat-rs v0.2.4
26032026-06-20T21:40:34.204Z Checking arc-swap v1.8.2
26042026-06-20T21:40:35.032Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26052026-06-20T21:40:35.112Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26062026-06-20T21:40:35.112Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26072026-06-20T21:40:35.112Z Checking slog-scope v4.4.1
26082026-06-20T21:40:35.112Z Compiling dirs-sys-next v0.1.2
26092026-06-20T21:40:35.112Z Compiling parking_lot_core v0.8.6
26102026-06-20T21:40:35.112Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26112026-06-20T21:40:35.112Z Compiling crunchy v0.2.4
26122026-06-20T21:40:35.113Z Compiling dirs-next v2.0.0
26132026-06-20T21:40:35.193Z Checking slog-stdlog v4.1.1
26142026-06-20T21:40:35.236Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-06-20T21:40:35.324Z Compiling clang-sys v1.8.1
26162026-06-20T21:40:35.545Z Compiling tiny-keccak v2.0.2
26172026-06-20T21:40:36.738Z Checking slog-envlogger v2.2.0
26182026-06-20T21:40:37.146Z Compiling term v0.7.0
26192026-06-20T21:40:37.146Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26202026-06-20T21:40:37.147Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26212026-06-20T21:40:37.147Z Compiling bit-vec v0.6.3
26222026-06-20T21:40:37.147Z Compiling ascii-canvas v3.0.0
26232026-06-20T21:40:37.147Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26242026-06-20T21:40:37.147Z Compiling bit-set v0.5.3
26252026-06-20T21:40:37.147Z Checking parking_lot v0.11.2
26262026-06-20T21:40:37.147Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26272026-06-20T21:40:37.147Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26282026-06-20T21:40:37.147Z Checking prefix-trie v0.7.0
26292026-06-20T21:40:37.147Z Compiling itertools v0.10.5
26302026-06-20T21:40:37.147Z Compiling ena v0.14.4
26312026-06-20T21:40:37.148Z Compiling libloading v0.8.9
26322026-06-20T21:40:37.148Z Compiling bindgen v0.71.1
26332026-06-20T21:40:37.148Z Compiling regex-syntax v0.6.29
26342026-06-20T21:40:37.275Z Compiling diff v0.1.13
26352026-06-20T21:40:37.650Z Checking hickory-server v0.25.2
26362026-06-20T21:40:38.312Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26372026-06-20T21:40:38.312Z Checking sled v0.34.7
26382026-06-20T21:40:38.724Z Compiling cexpr v0.6.0
26392026-06-20T21:40:38.724Z Checking progenitor v0.13.0
26402026-06-20T21:40:39.221Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26412026-06-20T21:40:39.221Z Compiling lalrpop v0.19.12
26422026-06-20T21:40:39.221Z Checking nanorand v0.7.0
26432026-06-20T21:40:39.221Z Compiling salty v0.3.0
26442026-06-20T21:40:39.221Z Checking diesel v2.3.7
26452026-06-20T21:40:39.245Z Compiling rustc-hash v2.1.1
26462026-06-20T21:40:39.245Z Checking flume v0.11.1
26472026-06-20T21:40:39.245Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26482026-06-20T21:40:39.288Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26492026-06-20T21:40:39.361Z Checking primeorder v0.13.6
26502026-06-20T21:40:39.642Z Compiling libxml v0.3.3
26512026-06-20T21:40:40.047Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26522026-06-20T21:40:40.844Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26532026-06-20T21:40:41.134Z Compiling strum_macros v0.24.3
26542026-06-20T21:40:41.134Z Compiling fs-err v2.11.0
26552026-06-20T21:40:41.603Z Compiling indoc v1.0.9
26562026-06-20T21:40:41.839Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26572026-06-20T21:40:41.839Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-06-20T21:40:42.068Z Checking quick-xml v0.37.5
26592026-06-20T21:40:42.349Z Checking derive_builder v0.20.2
26602026-06-20T21:40:42.349Z Compiling oso-derive v0.27.3
26612026-06-20T21:40:42.349Z Compiling impl-trait-for-tuples v0.2.3
26622026-06-20T21:40:42.622Z Compiling trait-variant v0.1.2
26632026-06-20T21:40:42.929Z Checking openssl-probe v0.1.6
26642026-06-20T21:40:43.247Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26652026-06-20T21:40:43.314Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26662026-06-20T21:40:43.810Z Checking p384 v0.13.1
26672026-06-20T21:40:44.055Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-06-20T21:40:44.213Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26692026-06-20T21:40:45.322Z Checking assert_matches v1.5.0
26702026-06-20T21:40:45.335Z Checking parse-size v1.1.0
26712026-06-20T21:40:45.335Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-06-20T21:40:45.335Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26732026-06-20T21:40:45.335Z Checking predicates-tree v1.0.13
26742026-06-20T21:40:45.336Z Checking bb8 v0.8.6
26752026-06-20T21:40:45.336Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-20T21:40:45.358Z Compiling mime_guess v2.0.5
26772026-06-20T21:40:45.667Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-06-20T21:40:45.778Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-06-20T21:40:45.885Z Checking http-range v0.1.5
26802026-06-20T21:40:46.057Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-06-20T21:40:46.120Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26822026-06-20T21:40:46.121Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-20T21:40:46.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26842026-06-20T21:40:46.287Z Checking atty v0.2.14
26852026-06-20T21:40:46.348Z Checking corncobs v0.1.4
26862026-06-20T21:40:46.642Z Checking nonempty v0.12.0
26872026-06-20T21:40:46.650Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-06-20T21:40:46.650Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-20T21:40:46.651Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-06-20T21:40:46.758Z Checking ignore v0.4.25
26912026-06-20T21:40:46.808Z Checking secrecy v0.8.0
26922026-06-20T21:40:46.936Z Checking hyper-staticfile v0.10.1
26932026-06-20T21:40:47.221Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-06-20T21:40:47.238Z Checking globwalk v0.9.1
26952026-06-20T21:40:47.238Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26962026-06-20T21:40:47.422Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26972026-06-20T21:40:47.530Z Compiling illumos-nvpair-sys v0.2.0
26982026-06-20T21:40:47.561Z Checking camino-tempfile-ext v0.3.3
26992026-06-20T21:40:47.776Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-20T21:40:47.887Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-20T21:40:47.887Z Checking signal-hook-tokio v0.3.1
27022026-06-20T21:40:47.993Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-20T21:40:48.220Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-20T21:40:48.262Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-20T21:40:48.456Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-20T21:40:48.590Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27072026-06-20T21:40:48.627Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27082026-06-20T21:40:48.838Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27092026-06-20T21:40:49.063Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27102026-06-20T21:40:49.554Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27112026-06-20T21:40:49.930Z Checking illumos-nvpair v0.3.0
27122026-06-20T21:40:50.077Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27132026-06-20T21:40:50.453Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27142026-06-20T21:40:50.675Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-06-20T21:40:50.771Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27162026-06-20T21:40:50.921Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27172026-06-20T21:40:50.921Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27182026-06-20T21:40:50.969Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27192026-06-20T21:40:51.005Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27202026-06-20T21:40:53.314Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27212026-06-20T21:40:53.390Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-06-20T21:40:53.391Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-06-20T21:40:53.391Z Checking tungstenite v0.23.0
27242026-06-20T21:40:53.391Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-06-20T21:40:53.391Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-20T21:40:53.391Z Checking tokio-tungstenite v0.23.1
27272026-06-20T21:40:53.391Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-06-20T21:40:53.391Z Checking rand_seeder v0.4.0
27292026-06-20T21:40:53.447Z Checking void v1.0.2
27302026-06-20T21:40:53.448Z Checking diesel-dtrace v0.5.0
27312026-06-20T21:40:53.448Z Checking async-bb8-diesel v0.2.1
27322026-06-20T21:40:53.448Z Checking lzss v0.8.2
27332026-06-20T21:40:53.448Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27342026-06-20T21:40:53.448Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27352026-06-20T21:40:53.448Z Checking nix v0.27.1
27362026-06-20T21:40:53.448Z Checking serde_bytes v0.11.19
27372026-06-20T21:40:53.448Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27382026-06-20T21:40:53.448Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27392026-06-20T21:40:53.484Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27402026-06-20T21:40:53.901Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-20T21:40:54.266Z Checking is_ci v1.2.0
27422026-06-20T21:40:54.287Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-20T21:40:54.300Z Checking yansi v1.0.1
27442026-06-20T21:40:54.455Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-06-20T21:40:54.608Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27462026-06-20T21:40:54.846Z Checking pretty_assertions v1.4.1
27472026-06-20T21:40:55.539Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27482026-06-20T21:40:55.539Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492026-06-20T21:40:56.420Z Compiling darling_core v0.23.0
27502026-06-20T21:40:56.420Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-20T21:40:56.692Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27522026-06-20T21:40:56.693Z Compiling indoc v2.0.7
27532026-06-20T21:40:56.693Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27542026-06-20T21:40:56.976Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-20T21:40:57.348Z Compiling libz-sys v1.1.24
27562026-06-20T21:40:57.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-20T21:40:57.714Z Compiling instability v0.3.11
27582026-06-20T21:40:57.986Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27592026-06-20T21:40:57.986Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-20T21:40:57.986Z Compiling darling_macro v0.23.0
27612026-06-20T21:40:58.149Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27622026-06-20T21:40:58.149Z Checking castaway v0.2.4
27632026-06-20T21:40:58.296Z Checking compact_str v0.8.1
27642026-06-20T21:40:58.313Z Compiling darling v0.23.0
27652026-06-20T21:40:58.656Z Checking supports-color v3.0.2
27662026-06-20T21:40:58.838Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27672026-06-20T21:40:58.999Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27682026-06-20T21:40:59.061Z Checking unicode-truncate v1.1.0
27692026-06-20T21:40:59.222Z Checking console v0.16.2
27702026-06-20T21:40:59.305Z Checking lru v0.12.5
27712026-06-20T21:40:59.305Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-20T21:40:59.498Z Checking unit-prefix v0.5.2
27732026-06-20T21:40:59.498Z Checking cassowary v0.3.0
27742026-06-20T21:40:59.614Z Checking indicatif v0.18.4
27752026-06-20T21:40:59.794Z Checking ratatui v0.29.0
27762026-06-20T21:41:00.078Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-20T21:41:00.079Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-20T21:41:00.306Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-20T21:41:01.084Z Compiling vergen-git2 v9.1.0
27802026-06-20T21:41:02.149Z Checking plotters-backend v0.3.7
27812026-06-20T21:41:02.149Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822026-06-20T21:41:02.455Z Checking plotters-svg v0.3.7
27832026-06-20T21:41:02.455Z Checking cast v0.3.0
27842026-06-20T21:41:02.455Z Compiling rustls v0.21.12
27852026-06-20T21:41:02.455Z Checking criterion-plot v0.6.0
27862026-06-20T21:41:02.455Z Checking plotters v0.3.7
27872026-06-20T21:41:02.455Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-20T21:41:02.455Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-06-20T21:41:02.455Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27902026-06-20T21:41:02.455Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27912026-06-20T21:41:02.600Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
27922026-06-20T21:41:02.600Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27932026-06-20T21:41:02.804Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27942026-06-20T21:41:02.889Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27952026-06-20T21:41:02.898Z Checking colored v2.2.0
27962026-06-20T21:41:02.951Z Checking sct v0.7.1
27972026-06-20T21:41:03.075Z Checking rustls-webpki v0.101.7
27982026-06-20T21:41:03.096Z Checking tinytemplate v1.2.1
27992026-06-20T21:41:03.344Z Checking anes v0.1.6
28002026-06-20T21:41:03.430Z Checking oorandom v11.1.5
28012026-06-20T21:41:03.478Z Checking shell-words v1.1.1
28022026-06-20T21:41:03.617Z Checking criterion v0.7.0
28032026-06-20T21:41:03.712Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-20T21:41:05.029Z Checking typeid v1.0.3
28052026-06-20T21:41:05.060Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28062026-06-20T21:41:05.178Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-06-20T21:41:06.662Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28082026-06-20T21:41:06.982Z Checking hex-literal v0.4.1
28092026-06-20T21:41:06.982Z Checking erased-serde v0.4.9
28102026-06-20T21:41:06.983Z Checking tokio-rustls v0.24.1
28112026-06-20T21:41:06.983Z Checking rustls-pemfile v1.0.4
28122026-06-20T21:41:07.268Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28132026-06-20T21:41:07.268Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28142026-06-20T21:41:07.609Z Checking twox-hash v2.1.2
28152026-06-20T21:41:08.069Z Checking ordered-float v2.10.1
28162026-06-20T21:41:08.240Z Checking serde-value v0.7.0
28172026-06-20T21:41:09.002Z Checking serde-untagged v0.1.9
28182026-06-20T21:41:09.055Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-20T21:41:09.127Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28202026-06-20T21:41:09.328Z Checking fatfs v0.3.6
28212026-06-20T21:41:09.639Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28222026-06-20T21:41:10.060Z Checking unicode-xid v0.2.6
28232026-06-20T21:41:10.197Z Compiling seq-macro v0.3.6
28242026-06-20T21:41:10.197Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-20T21:41:10.344Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-06-20T21:41:10.583Z Checking cargo-util-schemas v0.8.2
28272026-06-20T21:41:11.015Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-06-20T21:41:11.298Z Checking cargo-platform v0.2.0
28292026-06-20T21:41:11.616Z Compiling petname v2.0.2
28302026-06-20T21:41:11.723Z Checking cargo_metadata v0.21.0
28312026-06-20T21:41:11.723Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-20T21:41:12.105Z Checking concurrent-queue v2.5.0
28332026-06-20T21:41:12.184Z Checking rtoolbox v0.0.3
28342026-06-20T21:41:12.309Z Checking parking v2.2.1
28352026-06-20T21:41:12.434Z Checking rpassword v7.4.0
28362026-06-20T21:41:12.435Z Checking event-listener v5.4.1
28372026-06-20T21:41:12.644Z Checking tui-tree-widget v0.23.1
28382026-06-20T21:41:12.955Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28392026-06-20T21:41:12.955Z Checking polyval v0.6.2
28402026-06-20T21:41:13.106Z Checking sapling-renderdag v0.1.0
28412026-06-20T21:41:13.106Z Checking sync-ptr v0.1.4
28422026-06-20T21:41:13.208Z Checking ghash v0.5.1
28432026-06-20T21:41:13.332Z Checking event-listener-strategy v0.5.4
28442026-06-20T21:41:13.345Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28452026-06-20T21:41:13.440Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28462026-06-20T21:41:13.943Z Checking ctr v0.9.2
28472026-06-20T21:41:14.197Z Checking futures-timer v3.0.3
28482026-06-20T21:41:14.197Z Checking arrayvec v0.7.6
28492026-06-20T21:41:14.527Z Checking arrayref v0.3.9
28502026-06-20T21:41:14.527Z Checking constant_time_eq v0.4.2
28512026-06-20T21:41:14.528Z Checking aes-gcm v0.10.3
28522026-06-20T21:41:14.751Z Checking async-lock v3.4.2
28532026-06-20T21:41:14.751Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28542026-06-20T21:41:14.975Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28552026-06-20T21:41:15.357Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28562026-06-20T21:41:15.542Z Checking ssh-encoding v0.2.0
28572026-06-20T21:41:15.754Z Checking blowfish v0.9.1
28582026-06-20T21:41:15.931Z Compiling strsim v0.10.0
28592026-06-20T21:41:16.143Z Compiling darling_core v0.13.4
28602026-06-20T21:41:16.350Z Checking bcrypt-pbkdf v0.10.0
28612026-06-20T21:41:16.594Z Checking ssh-cipher v0.2.0
28622026-06-20T21:41:16.803Z Checking async-object-pool v0.2.0
28632026-06-20T21:41:16.986Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-20T21:41:17.238Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28652026-06-20T21:41:17.981Z Checking serde_regex v1.1.0
28662026-06-20T21:41:18.167Z Checking password-hash v0.4.2
28672026-06-20T21:41:18.167Z Checking assert-json-diff v2.0.2
28682026-06-20T21:41:18.167Z Checking path-tree v0.8.3
28692026-06-20T21:41:18.298Z Checking gimli v0.32.3
28702026-06-20T21:41:18.298Z Compiling target-lexicon v0.13.3
28712026-06-20T21:41:18.298Z Checking stringmetrics v2.2.2
28722026-06-20T21:41:18.443Z Checking httpmock v0.8.3
28732026-06-20T21:41:18.829Z Checking pbkdf2 v0.11.0
28742026-06-20T21:41:19.029Z Compiling darling_macro v0.13.4
28752026-06-20T21:41:19.480Z Checking ssh-key v0.6.7
28762026-06-20T21:41:19.995Z Checking addr2line v0.25.1
28772026-06-20T21:41:20.284Z Checking p256 v0.13.2
28782026-06-20T21:41:21.132Z Compiling samael v0.0.19
28792026-06-20T21:41:21.391Z Checking p521 v0.13.3
28802026-06-20T21:41:21.391Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28812026-06-20T21:41:21.391Z Checking russh-cryptovec v0.7.3
28822026-06-20T21:41:21.391Z Checking md5 v0.7.0
28832026-06-20T21:41:21.391Z Checking rustc-demangle v0.1.27
28842026-06-20T21:41:21.621Z Compiling guppy-workspace-hack v0.1.0
28852026-06-20T21:41:21.621Z Checking backtrace v0.3.76
28862026-06-20T21:41:21.622Z Checking russh-keys v0.45.0
28872026-06-20T21:41:21.757Z Compiling darling v0.13.4
28882026-06-20T21:41:21.920Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892026-06-20T21:41:22.147Z Checking num-bigint v0.4.6
28902026-06-20T21:41:22.279Z Checking des v0.8.1
28912026-06-20T21:41:22.448Z Compiling blake3 v1.8.3
28922026-06-20T21:41:22.503Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28932026-06-20T21:41:22.682Z Compiling target-spec v3.5.7
28942026-06-20T21:41:23.084Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952026-06-20T21:41:23.194Z Checking russh v0.45.0
28962026-06-20T21:41:23.590Z Checking cfg-expr v0.20.6
28972026-06-20T21:41:23.886Z Compiling serde_with_macros v1.5.2
28982026-06-20T21:41:24.046Z Checking backtrace-ext v0.2.1
28992026-06-20T21:41:24.976Z Checking supports-color v2.1.0
29002026-06-20T21:41:25.080Z Checking textwrap v0.15.2
29012026-06-20T21:41:25.080Z Checking supports-hyperlinks v2.1.0
29022026-06-20T21:41:25.080Z Checking supports-unicode v2.1.0
29032026-06-20T21:41:25.080Z Checking hashbrown v0.14.5
29042026-06-20T21:41:25.080Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29052026-06-20T21:41:25.080Z Checking cargo-platform v0.3.2
29062026-06-20T21:41:25.080Z Checking terminal_size v0.1.17
29072026-06-20T21:41:25.204Z Compiling miette-derive v5.10.0
29082026-06-20T21:41:25.356Z Checking internet-checksum v0.2.1
29092026-06-20T21:41:25.356Z Checking owo-colors v3.5.0
29102026-06-20T21:41:25.501Z Checking cargo_metadata v0.23.1
29112026-06-20T21:41:25.783Z Checking chumsky v0.9.3
29122026-06-20T21:41:26.258Z Compiling serde_with v1.14.0
29132026-06-20T21:41:26.291Z Checking miette v5.10.0
29142026-06-20T21:41:26.852Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29152026-06-20T21:41:27.039Z Compiling git2 v0.20.4
29162026-06-20T21:41:27.132Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29172026-06-20T21:41:27.231Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29182026-06-20T21:41:27.407Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29192026-06-20T21:41:27.493Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29202026-06-20T21:41:27.603Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29212026-06-20T21:41:27.812Z Compiling knuffel-derive v3.2.0
29222026-06-20T21:41:27.830Z Checking httptest v0.16.4
29232026-06-20T21:41:27.839Z Checking pathdiff v0.2.3
29242026-06-20T21:41:27.995Z Checking nested v0.1.1
29252026-06-20T21:41:28.160Z Checking topological-sort v0.2.2
29262026-06-20T21:41:28.224Z Checking guppy v0.17.25
29272026-06-20T21:41:28.326Z Checking omicron-zone-package v0.12.2
29282026-06-20T21:41:28.461Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29292026-06-20T21:41:29.278Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29302026-06-20T21:41:29.309Z Checking knuffel v3.2.0
29312026-06-20T21:41:29.534Z Checking similar-asserts v1.7.0
29322026-06-20T21:41:29.727Z Compiling target-triple v1.0.0
29332026-06-20T21:41:29.831Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29342026-06-20T21:41:29.974Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29352026-06-20T21:41:29.993Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29362026-06-20T21:41:30.101Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29372026-06-20T21:41:30.156Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29382026-06-20T21:41:30.382Z Checking hickory-client v0.25.2
29392026-06-20T21:41:30.415Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29402026-06-20T21:41:30.704Z Checking tokio-test v0.4.5
29412026-06-20T21:41:30.725Z Compiling assert_cmd v2.1.2
29422026-06-20T21:41:30.934Z Checking escape8259 v0.5.3
29432026-06-20T21:41:31.087Z Checking libtest-mimic v0.8.1
29442026-06-20T21:41:31.463Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-06-20T21:41:31.600Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29462026-06-20T21:41:31.735Z Checking blake2b_simd v1.0.4
29472026-06-20T21:41:32.156Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29482026-06-20T21:41:32.307Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29492026-06-20T21:41:32.564Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29502026-06-20T21:41:32.764Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29512026-06-20T21:41:32.809Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29522026-06-20T21:41:33.629Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29532026-06-20T21:41:33.638Z Checking fancy-regex v0.14.0
29542026-06-20T21:41:33.638Z Checking serde_tokenstream v0.2.3
29552026-06-20T21:41:33.638Z Checking approx v0.5.1
29562026-06-20T21:41:33.652Z Checking uzers v0.12.2
29572026-06-20T21:41:33.889Z Compiling rstest_macros v0.25.0
29582026-06-20T21:41:34.136Z Compiling linkme-impl v0.3.35
29592026-06-20T21:41:34.299Z Checking constant_time_eq v0.3.1
29602026-06-20T21:41:34.299Z Checking termcolor v1.4.1
29612026-06-20T21:41:34.442Z Checking rust-argon2 v2.1.0
29622026-06-20T21:41:34.533Z Checking trybuild v1.0.116
29632026-06-20T21:41:35.447Z Checking datatest-stable v0.3.3
29642026-06-20T21:41:35.583Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-06-20T21:41:35.583Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29662026-06-20T21:41:35.643Z Compiling polar-core v0.27.3
29672026-06-20T21:41:35.643Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29682026-06-20T21:41:35.643Z Checking support-bundle-viewer v0.1.2
29692026-06-20T21:41:36.630Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29702026-06-20T21:41:36.702Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29712026-06-20T21:41:36.702Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29722026-06-20T21:41:36.702Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29732026-06-20T21:41:36.702Z Checking drift v0.2.0
29742026-06-20T21:41:36.702Z Checking rand_distr v0.5.1
29752026-06-20T21:41:36.702Z Checking multimap v0.10.1
29762026-06-20T21:41:36.805Z Compiling linkme v0.3.35
29772026-06-20T21:41:36.978Z Compiling relative-path v1.9.3
29782026-06-20T21:41:37.134Z Checking dropshot-api-manager v0.7.2
29792026-06-20T21:41:38.220Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-06-20T21:41:38.781Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29812026-06-20T21:41:38.858Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29822026-06-20T21:41:39.130Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29832026-06-20T21:41:39.319Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29842026-06-20T21:41:39.429Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29852026-06-20T21:41:39.661Z Checking cargo_toml v0.21.0
29862026-06-20T21:41:39.758Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29872026-06-20T21:41:40.108Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29882026-06-20T21:41:40.425Z Checking partial-io v0.5.4
29892026-06-20T21:41:40.452Z Checking termios v0.3.3
29902026-06-20T21:41:40.487Z Checking oso v0.27.3
29912026-06-20T21:41:40.543Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29922026-06-20T21:41:40.762Z Checking rstest v0.25.0
29932026-06-20T21:41:41.408Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29942026-06-20T21:41:42.511Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29952026-06-20T21:41:43.074Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29962026-06-20T21:41:45.441Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29972026-06-20T21:41:51.037Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29982026-06-20T21:41:53.110Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29992026-06-20T21:41:53.328Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30002026-06-20T21:41:56.201Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30012026-06-20T21:42:00.398Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30022026-06-20T21:42:04.766Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30032026-06-20T21:42:09.116Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-06-20T21:42:09.539Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30052026-06-20T21:42:09.610Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30062026-06-20T21:42:15.050Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-06-20T21:42:19.972Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-06-20T21:43:34.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 30s
30092026-06-20T21:43:34.921Z
30102026-06-20T21:43:34.921Zreal 4:34.163700452
30112026-06-20T21:43:34.921Zuser 20:49.670260925
30122026-06-20T21:43:34.921Zsys 4:42.893609491
30132026-06-20T21:43:34.921Ztrap 0.485455482
30142026-06-20T21:43:34.958Ztflt 0.492415427
30152026-06-20T21:43:34.958Zdflt 0.452294395
30162026-06-20T21:43:34.958Zkflt 0.005256295
30172026-06-20T21:43:34.958Zlock 57:10.452123121
30182026-06-20T21:43:34.958Zslp 59:07.502358805
30192026-06-20T21:43:34.958Zlat 1:47.019043557
30202026-06-20T21:43:34.958Zstop 10:18.454551760
30212026-06-20T21:43:34.958Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30222026-06-20T21:43:34.958Z+ ptime -m cargo doc --workspace --no-deps
30232026-06-20T21:43:35.813Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30242026-06-20T21:43:35.813Z |
30252026-06-20T21:43:35.813Z = 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)`
30262026-06-20T21:43:35.813Z = 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>
30272026-06-20T21:43:36.920Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-20T21:43:36.990Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-06-20T21:43:36.990Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30302026-06-20T21:43:37.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-06-20T21:43:37.043Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30322026-06-20T21:43:37.111Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30332026-06-20T21:43:37.189Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30342026-06-20T21:43:37.204Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30352026-06-20T21:43:37.240Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30362026-06-20T21:43:37.273Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-20T21:43:37.446Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30382026-06-20T21:43:37.504Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30392026-06-20T21:43:37.515Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30402026-06-20T21:43:37.553Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30412026-06-20T21:43:37.646Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30422026-06-20T21:43:37.699Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30432026-06-20T21:43:37.699Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30442026-06-20T21:43:37.699Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-06-20T21:43:37.699Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-20T21:43:37.720Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30472026-06-20T21:43:37.739Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30482026-06-20T21:43:37.784Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30492026-06-20T21:43:38.083Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30502026-06-20T21:43:38.367Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30512026-06-20T21:43:38.429Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-20T21:43:38.455Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30532026-06-20T21:43:38.500Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30542026-06-20T21:43:38.529Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30552026-06-20T21:43:38.681Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30562026-06-20T21:43:38.724Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30572026-06-20T21:43:38.909Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30582026-06-20T21:43:38.980Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-06-20T21:43:39.062Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30602026-06-20T21:43:39.078Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30612026-06-20T21:43:39.139Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622026-06-20T21:43:39.204Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30632026-06-20T21:43:39.248Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30642026-06-20T21:43:39.328Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30652026-06-20T21:43:39.400Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30662026-06-20T21:43:39.632Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-20T21:43:39.647Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-06-20T21:43:39.963Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30692026-06-20T21:43:40.043Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30702026-06-20T21:43:40.109Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30712026-06-20T21:43:40.209Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722026-06-20T21:43:40.237Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30732026-06-20T21:43:40.282Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30742026-06-20T21:43:40.379Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30752026-06-20T21:43:40.440Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-06-20T21:43:40.507Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30772026-06-20T21:43:40.533Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782026-06-20T21:43:40.607Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30792026-06-20T21:43:40.672Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30802026-06-20T21:43:40.752Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30812026-06-20T21:43:40.778Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-20T21:43:40.831Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30832026-06-20T21:43:40.870Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-06-20T21:43:40.926Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30852026-06-20T21:43:40.949Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30862026-06-20T21:43:40.975Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30872026-06-20T21:43:41.026Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30882026-06-20T21:43:41.070Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892026-06-20T21:43:41.429Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-06-20T21:43:41.451Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912026-06-20T21:43:41.596Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30922026-06-20T21:43:41.818Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30932026-06-20T21:43:42.026Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30942026-06-20T21:43:42.287Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30952026-06-20T21:43:42.482Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30962026-06-20T21:43:42.541Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30972026-06-20T21:43:42.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-20T21:43:42.606Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30992026-06-20T21:43:42.791Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002026-06-20T21:43:42.819Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31012026-06-20T21:43:42.862Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31022026-06-20T21:43:42.883Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31032026-06-20T21:43:43.427Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31042026-06-20T21:43:43.900Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31052026-06-20T21:43:43.940Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31062026-06-20T21:43:44.026Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31072026-06-20T21:43:44.124Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31082026-06-20T21:43:44.185Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31092026-06-20T21:43:44.376Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31102026-06-20T21:43:44.452Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31112026-06-20T21:43:44.470Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31122026-06-20T21:43:44.581Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31132026-06-20T21:43:44.653Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31142026-06-20T21:43:44.834Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31152026-06-20T21:43:44.849Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162026-06-20T21:43:44.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31172026-06-20T21:43:44.953Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31182026-06-20T21:43:45.020Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31192026-06-20T21:43:45.106Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31202026-06-20T21:43:45.127Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31212026-06-20T21:43:45.144Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31222026-06-20T21:43:45.202Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31232026-06-20T21:43:45.346Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-20T21:43:45.350Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31252026-06-20T21:43:45.402Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31262026-06-20T21:43:45.422Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31272026-06-20T21:43:45.427Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31282026-06-20T21:43:45.490Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31292026-06-20T21:43:45.567Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31302026-06-20T21:43:45.632Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31312026-06-20T21:43:45.684Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31322026-06-20T21:43:45.721Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31332026-06-20T21:43:45.832Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31342026-06-20T21:43:46.010Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31352026-06-20T21:43:46.024Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31362026-06-20T21:43:46.061Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31372026-06-20T21:43:46.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31382026-06-20T21:43:46.733Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31392026-06-20T21:43:46.874Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31402026-06-20T21:43:47.445Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31412026-06-20T21:43:47.654Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31422026-06-20T21:43:47.654Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31432026-06-20T21:43:48.184Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31442026-06-20T21:43:48.293Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-06-20T21:43:48.927Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31462026-06-20T21:43:49.771Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31472026-06-20T21:43:50.296Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31482026-06-20T21:43:50.398Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31492026-06-20T21:43:50.558Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31502026-06-20T21:43:50.856Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31512026-06-20T21:43:50.894Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31522026-06-20T21:43:51.168Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31532026-06-20T21:43:51.418Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31542026-06-20T21:43:51.598Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31552026-06-20T21:43:51.858Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-20T21:43:51.880Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31572026-06-20T21:43:51.908Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31582026-06-20T21:43:52.513Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31592026-06-20T21:43:52.573Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31602026-06-20T21:43:53.065Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-20T21:43:53.146Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-06-20T21:43:53.366Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-06-20T21:43:53.564Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31642026-06-20T21:43:53.604Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-06-20T21:43:53.781Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31662026-06-20T21:43:54.446Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31672026-06-20T21:43:54.549Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31682026-06-20T21:43:55.194Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31692026-06-20T21:43:55.595Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-06-20T21:43:56.125Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-06-20T21:43:56.198Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31722026-06-20T21:43:56.704Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-06-20T21:43:57.158Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-06-20T21:43:57.285Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-06-20T21:43:57.757Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-06-20T21:43:57.807Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-06-20T21:43:58.471Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-06-20T21:43:58.914Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-06-20T21:43:59.553Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-06-20T21:43:59.899Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-06-20T21:44:00.389Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31822026-06-20T21:44:00.556Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31832026-06-20T21:44:01.019Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-06-20T21:44:05.016Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31852026-06-20T21:44:05.179Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31862026-06-20T21:44:05.312Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31872026-06-20T21:44:05.860Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31882026-06-20T21:44:05.934Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31892026-06-20T21:44:06.508Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-06-20T21:44:06.678Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-06-20T21:44:08.241Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31922026-06-20T21:44:08.363Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-20T21:44:08.388Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-06-20T21:44:08.726Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-06-20T21:44:09.897Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-06-20T21:44:09.924Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31972026-06-20T21:44:09.924Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-20T21:44:09.960Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-20T21:44:10.062Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-06-20T21:44:10.440Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-20T21:44:10.536Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-06-20T21:44:10.769Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-06-20T21:44:10.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-06-20T21:44:11.236Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32052026-06-20T21:44:11.682Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-06-20T21:44:11.846Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-06-20T21:44:11.869Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-06-20T21:44:12.435Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32092026-06-20T21:44:12.857Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-20T21:44:13.632Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-06-20T21:44:14.117Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-20T21:44:14.139Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32132026-06-20T21:44:15.944Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-06-20T21:44:17.491Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-06-20T21:44:18.473Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32162026-06-20T21:44:19.147Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-06-20T21:44:19.591Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-06-20T21:44:21.305Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-06-20T21:44:22.130Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-06-20T21:44:23.192Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32212026-06-20T21:44:24.091Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-06-20T21:44:25.012Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-06-20T21:44:26.599Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-06-20T21:44:27.418Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-06-20T21:44:27.867Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-06-20T21:44:27.983Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-06-20T21:44:29.981Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-06-20T21:44:30.147Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32292026-06-20T21:44:32.249Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32302026-06-20T21:44:33.108Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312026-06-20T21:44:35.965Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32322026-06-20T21:44:37.166Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32332026-06-20T21:44:38.174Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-06-20T21:44:38.614Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32352026-06-20T21:44:39.227Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-06-20T21:44:40.108Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32372026-06-20T21:44:41.258Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-06-20T21:44:42.945Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392026-06-20T21:44:43.309Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32402026-06-20T21:44:44.134Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-06-20T21:44:44.177Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-06-20T21:44:44.935Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32432026-06-20T21:44:45.777Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-06-20T21:44:46.623Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-06-20T21:44:49.712Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-06-20T21:44:50.974Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-06-20T21:44:51.696Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482026-06-20T21:44:52.741Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32492026-06-20T21:44:53.641Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32502026-06-20T21:44:54.559Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32512026-06-20T21:44:57.319Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32522026-06-20T21:44:57.586Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32532026-06-20T21:44:58.475Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-06-20T21:44:59.935Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32552026-06-20T21:45:01.149Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32562026-06-20T21:45:02.683Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572026-06-20T21:45:03.762Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32582026-06-20T21:45:05.203Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-06-20T21:45:07.753Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32602026-06-20T21:45:08.510Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32612026-06-20T21:45:09.993Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-06-20T21:45:11.781Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32632026-06-20T21:45:13.364Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32642026-06-20T21:45:15.021Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32652026-06-20T21:45:16.736Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32662026-06-20T21:46:14.072Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-06-20T21:46:14.174Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-06-20T21:46:14.174Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32692026-06-20T21:46:14.484Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-06-20T21:46:14.484Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-06-20T21:46:14.484Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722026-06-20T21:46:14.484Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32732026-06-20T21:46:14.484Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-06-20T21:46:14.484Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-20T21:46:14.484Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32762026-06-20T21:46:14.484Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772026-06-20T21:46:14.484Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32782026-06-20T21:46:14.484Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32792026-06-20T21:46:14.485Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32802026-06-20T21:46:14.485Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-06-20T21:46:14.485Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32822026-06-20T21:46:14.485Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32832026-06-20T21:46:14.485Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32842026-06-20T21:46:14.485Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32852026-06-20T21:46:14.485Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32862026-06-20T21:46:14.485Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32872026-06-20T21:46:14.485Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32882026-06-20T21:46:14.485Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32892026-06-20T21:46:14.485Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32902026-06-20T21:46:14.485Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32912026-06-20T21:46:14.485Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32922026-06-20T21:46:14.485Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-06-20T21:46:14.485Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-06-20T21:46:16.245Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32952026-06-20T21:46:18.600Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32962026-06-20T21:46:20.710Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32972026-06-20T21:46:23.003Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32982026-06-20T21:46:25.194Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32992026-06-20T21:46:27.927Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33002026-06-20T21:46:29.714Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33012026-06-20T21:46:32.206Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-06-20T21:46:34.140Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33032026-06-20T21:46:36.397Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-06-20T21:46:38.729Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-06-20T21:46:40.952Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33062026-06-20T21:46:43.327Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-06-20T21:46:45.577Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-06-20T21:46:47.881Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33092026-06-20T21:46:50.330Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-06-20T21:46:52.665Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33112026-06-20T21:46:55.060Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-06-20T21:46:57.462Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33132026-06-20T21:46:59.771Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-06-20T21:47:02.191Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33152026-06-20T21:47:04.618Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33162026-06-20T21:47:07.047Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33172026-06-20T21:47:09.433Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33182026-06-20T21:47:11.752Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33192026-06-20T21:48:07.319Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-06-20T21:48:07.320Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33212026-06-20T21:48:07.320Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-06-20T21:48:07.320Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33232026-06-20T21:48:07.320Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-06-20T21:48:07.320Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33252026-06-20T21:48:07.320Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33262026-06-20T21:48:07.320Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33272026-06-20T21:48:07.320Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33282026-06-20T21:48:07.320Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33292026-06-20T21:48:07.320Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33302026-06-20T21:48:07.320Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33312026-06-20T21:48:07.320Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-06-20T21:48:07.320Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33332026-06-20T21:48:07.320Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-06-20T21:48:07.320Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-06-20T21:48:07.320Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33362026-06-20T21:48:07.320Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-06-20T21:48:07.320Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-06-20T21:48:07.320Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-06-20T21:48:07.320Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33402026-06-20T21:48:07.320Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33412026-06-20T21:48:09.642Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-06-20T21:48:12.176Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-06-20T21:48:14.776Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-06-20T21:48:17.432Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-06-20T21:48:20.056Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33462026-06-20T21:48:23.033Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33472026-06-20T21:48:25.512Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33482026-06-20T21:48:33.186Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33492026-06-20T21:48:33.461Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33502026-06-20T21:48:36.711Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33512026-06-20T21:48:40.083Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33522026-06-20T21:48:44.873Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33532026-06-20T21:48:47.912Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33542026-06-20T21:48:51.657Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33552026-06-20T21:48:55.306Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33562026-06-20T21:48:59.021Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33572026-06-20T21:49:02.748Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33582026-06-20T21:49:06.447Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33592026-06-20T21:49:10.190Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33602026-06-20T21:49:13.921Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33612026-06-20T21:49:17.670Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33622026-06-20T21:49:21.469Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33632026-06-20T21:49:25.134Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33642026-06-20T21:49:28.906Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33652026-06-20T21:49:32.614Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-06-20T21:49:36.458Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33672026-06-20T21:49:40.130Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-06-20T21:49:43.911Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33692026-06-20T21:49:47.613Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33702026-06-20T21:49:51.360Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33712026-06-20T21:49:55.059Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33722026-06-20T21:49:58.877Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33732026-06-20T21:50:28.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
33742026-06-20T21:50:28.936Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 199 other files
33752026-06-20T21:50:29.029Z
33762026-06-20T21:50:29.029Zreal 6:54.093336015
33772026-06-20T21:50:29.032Zuser 18:02.363668288
33782026-06-20T21:50:29.032Zsys 3:49.375806697
33792026-06-20T21:50:29.032Ztrap 0.265399979
33802026-06-20T21:50:29.032Ztflt 0.030696270
33812026-06-20T21:50:29.032Zdflt 0.060594737
33822026-06-20T21:50:29.032Zkflt 0.000028330
33832026-06-20T21:50:29.032Zlock 6:34:35.516841656
33842026-06-20T21:50:29.032Zslp 2:19:56.452989143
33852026-06-20T21:50:29.032Zlat 31.792272939
33862026-06-20T21:50:29.032Zstop 1:40.980120425
33872026-06-20T21:50:29.032Zprocess exited: duration 818525 ms, exit code 0
 
33882026-06-20T21:50:29.038Zfound 0 output files