01KY4AR98V7BB8WMZRX5VVKA27: clippy (helios)

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

Buildomat Job: 01KY4ARMNWS1E300X8Z618YWG9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T07:14:33.248Zjob assigned to worker 01KY4ARVN97SDBJR3FCXMC3P1J [factory aws, i-06a001d39380c22c8] (queued for 50 s)
 
22026-07-22T07:14:39.271Zstarting task 0: "setup"
32026-07-22T07:14:39.275Z++ uname -s
42026-07-22T07:14:39.278Z+ kern=SunOS
52026-07-22T07:14:39.278Z+ build_user=build
62026-07-22T07:14:39.278Z+ build_uid=12345
72026-07-22T07:14:39.278Z+ work_dir=/work
82026-07-22T07:14:39.278Z+ input_dir=/input
92026-07-22T07:14:39.278Z+ [[ 0 == 12345 ]]
102026-07-22T07:14:39.278Z+ case "$kern" in
112026-07-22T07:14:39.278Z+ groupadd -g 12345 build
122026-07-22T07:14:39.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T07:14:41.283Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T07:14:41.398Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T07:14:41.401Z+ home_fs=zfs
162026-07-22T07:14:41.401Z+ [[ zfs == autofs ]]
172026-07-22T07:14:41.401Z+ mkdir -p /home/build
182026-07-22T07:14:41.401Z+ chown build:build /home/build /work
192026-07-22T07:14:43.402Z+ chmod 0700 /home/build /work
202026-07-22T07:14:43.405Zprocess exited: duration 4134 ms, exit code 0
 
212026-07-22T07:14:43.411Zstarting task 1: "rust-toolchain"
222026-07-22T07:14:43.414Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T07:14:43.414Z * rust toolchain channel = "1.96.1"
242026-07-22T07:14:43.415Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T07:14:43.415Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T07:14:43.415Z * rust toolchain profile = "default"
272026-07-22T07:14:43.415Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T07:14:43.418Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T07:14:43.418Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T07:14:43.521Zinfo: downloading installer
312026-07-22T07:14:44.857Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T07:14:44.857Zwarn: /home/build/.rustup/settings.toml
332026-07-22T07:14:44.857Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T07:14:44.857Zwarn: instead of the one inferred from the default host triple.
352026-07-22T07:14:44.869Zinfo: profile set to default
362026-07-22T07:14:44.869Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T07:14:44.873Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T07:14:45.011Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T07:14:45.014Zinfo: downloading 6 components
402026-07-22T07:15:01.238Z
412026-07-22T07:15:01.238Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-22T07:15:01.265Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T07:15:01.265Z
442026-07-22T07:15:01.265Z
452026-07-22T07:15:01.265ZRust is installed now. Great!
462026-07-22T07:15:01.265Z
472026-07-22T07:15:01.265ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T07:15:01.265Zenvironment variable. This has not been done automatically.
492026-07-22T07:15:01.265Z
502026-07-22T07:15:01.265ZTo configure your current shell, you need to source
512026-07-22T07:15:01.269Zthe corresponding env file under $HOME/.cargo.
522026-07-22T07:15:01.269Z
532026-07-22T07:15:01.269ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T07:15:01.269Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T07:15:01.269Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T07:15:01.269Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T07:15:01.269Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T07:15:01.269Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T07:15:01.269Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T07:15:01.269Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T07:15:01.269Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T07:15:01.366Z+ rustup --version
632026-07-22T07:15:01.375Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T07:15:01.378Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T07:15:01.396Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T07:15:01.399Z+ cargo --version
672026-07-22T07:15:01.413Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T07:15:01.416Z+ rustc --version
692026-07-22T07:15:01.434Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T07:15:01.437Zprocess exited: duration 18025 ms, exit code 0
 
712026-07-22T07:15:01.443Zstarting task 2: "authentication"
722026-07-22T07:15:01.460Zprocess exited: duration 16 ms, exit code 0
 
732026-07-22T07:15:01.466Zstarting task 3: "clone repository"
742026-07-22T07:15:01.469Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T07:15:01.472Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T07:15:01.502ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T07:15:12.037Z+ cd /work/oxidecomputer/omicron
782026-07-22T07:15:12.037Z+ git fetch origin 69761b5e8a1b4e591987c621ff9d67d17695f0c0
792026-07-22T07:15:12.315ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T07:15:12.316Z * branch 69761b5e8a1b4e591987c621ff9d67d17695f0c0 -> FETCH_HEAD
812026-07-22T07:15:12.325Z+ [[ -n multicast-e2e ]]
822026-07-22T07:15:12.329Z++ git branch --show-current
832026-07-22T07:15:12.329Z+ current=main
842026-07-22T07:15:12.329Z+ [[ main != multicast-e2e ]]
852026-07-22T07:15:12.329Z+ git branch -f multicast-e2e 69761b5e8a1b4e591987c621ff9d67d17695f0c0
862026-07-22T07:15:12.332Z+ git checkout -f multicast-e2e
872026-07-22T07:15:12.574ZSwitched to branch 'multicast-e2e'
882026-07-22T07:15:12.578Z+ git reset --hard 69761b5e8a1b4e591987c621ff9d67d17695f0c0
892026-07-22T07:15:12.822ZHEAD is now at 69761b5e8 [merge+deps] merge main, update propolis
902026-07-22T07:15:12.825Zprocess exited: duration 11358 ms, exit code 0
 
912026-07-22T07:15:12.831Zstarting task 4: "build"
922026-07-22T07:15:12.835Z+ source ./env.sh
932026-07-22T07:15:12.836Z++ OLD_SHELL_OPTS=ehxB
942026-07-22T07:15:12.836Z++ set -o xtrace
952026-07-22T07:15:12.839Z++++ dirname ./env.sh
962026-07-22T07:15:12.842Z+++ readlink -f .
972026-07-22T07:15:12.842Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ 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-07-22T07:15:12.842Z++ case $OLD_SHELL_OPTS in
1092026-07-22T07:15:12.842Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-22T07:15:12.842Z+ source .github/buildomat/ci-env.sh
1112026-07-22T07:15:12.842Z++ export CARGO_TERM_COLOR=always
1122026-07-22T07:15:12.842Z++ CARGO_TERM_COLOR=always
1132026-07-22T07:15:12.845Z+++ uname -s
1142026-07-22T07:15:12.845Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-22T07:15:12.845Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-22T07:15:12.845Z+ cargo --version
1172026-07-22T07:15:12.855Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-22T07:15:12.858Z+ rustc --version
1192026-07-22T07:15:12.877Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-22T07:15:12.880Z+ banner prerequisites
1212026-07-22T07:15:12.883Z
1222026-07-22T07:15:12.883Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-22T07:15:12.883Z # # # # # # # # # # # # # # #
1242026-07-22T07:15:12.883Z # # # # ##### # # ##### # # # # # #### #
1252026-07-22T07:15:12.883Z ##### ##### # ##### # # # # # # # # #
1262026-07-22T07:15:12.883Z # # # # # # # # # # # # # # #
1272026-07-22T07:15:12.883Z # # # ###### # # ###### ### # #### # #### #
1282026-07-22T07:15:12.883Z
1292026-07-22T07:15:12.883Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-22T07:15:14.516Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-22T07:15:14.706Z Startup: Caching catalogs ... Done
1322026-07-22T07:15:15.632ZPlanning: Solver setup ... Done (0.856s)
1332026-07-22T07:15:15.671ZPlanning: Running solver ... Done (0.039s)
1342026-07-22T07:15:15.694ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-22T07:15:15.708ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-22T07:15:15.728ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-22T07:15:15.742ZPlanning: Package planning ... Done (0.014s)
1382026-07-22T07:15:15.745ZPlanning: Merging actions ... Done (0.002s)
1392026-07-22T07:15:15.949ZPlanning: Checking for conflicting actions ... Done (0.205s)
1402026-07-22T07:15:15.952ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-22T07:15:16.738ZPlanning: Evaluating mediators ... Done (0.788s)
1422026-07-22T07:15:16.741ZPlanning: Planning completed in 2.01 seconds
1432026-07-22T07:15:16.747Z Packages to install: 2
1442026-07-22T07:15:16.750Z Estimated space available: 156.06 GB
1452026-07-22T07:15:16.750ZEstimated space to be consumed: 46.64 MB
1462026-07-22T07:15:16.751Z Create boot environment: No
1472026-07-22T07:15:16.751ZCreate backup boot environment: No
1482026-07-22T07:15:16.751Z Rebuild boot archive: No
1492026-07-22T07:15:16.751Z
1502026-07-22T07:15:16.751ZChanged packages:
1512026-07-22T07:15:16.751Zhelios
1522026-07-22T07:15:16.751Z developer/build-essential
1532026-07-22T07:15:16.751Z None -> 11-3.0
1542026-07-22T07:15:16.751Z library/libxmlsec1
1552026-07-22T07:15:16.751Z None -> 1.2.35-3.0
1562026-07-22T07:15:16.772Z
1572026-07-22T07:15:16.772ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-22T07:15:16.849ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1592026-07-22T07:15:16.943Z Actions: 1/268 actions (Installing new actions)
1602026-07-22T07:15:16.981Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-22T07:15:17.000ZFinalize: Updating package state database ... Done (0.018s)
1622026-07-22T07:15:17.000ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-22T07:15:17.049ZFinalize: Updating image state ... Done (0.048s)
1642026-07-22T07:15:19.474ZFinalize: Creating fast lookup database ... Done (2.389s)
1652026-07-22T07:15:19.538ZFinalize: Reading search index ... Done (0.011s)
1662026-07-22T07:15:19.541ZFinalize: Updating search index ... Done (0.000s)
1672026-07-22T07:15:19.631ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-22T07:15:19.967ZPlanning: Evaluating mediator changes ... Done
1692026-07-22T07:15:20.071ZPlanning: Checking for conflicting actions ... Done
1702026-07-22T07:15:20.074ZPlanning: Consolidating action changes ... Done
1712026-07-22T07:15:20.228ZPlanning: Evaluating mediators ... Done
1722026-07-22T07:15:20.231ZPlanning: Planning completed in 0.26 seconds
1732026-07-22T07:15:20.251Z Mediators to change: 2
1742026-07-22T07:15:20.251Z Create boot environment: No
1752026-07-22T07:15:20.254ZCreate backup boot environment: No
1762026-07-22T07:15:20.324ZFinalize: Updating package state database ... Done
1772026-07-22T07:15:20.324ZFinalize: Updating package cache ... Done
1782026-07-22T07:15:20.351ZFinalize: Updating image state ... Done
1792026-07-22T07:15:22.310ZFinalize: Creating fast lookup database ... Done
1802026-07-22T07:15:22.367ZFinalize: Reading search index ... Done
1812026-07-22T07:15:22.370ZFinalize: Updating search index ... Done
1822026-07-22T07:15:22.459ZFinalize: Updating package cache ... Done
1832026-07-22T07:15:22.746ZPlanning: Evaluating mediator changes ... Done
1842026-07-22T07:15:22.851ZPlanning: Checking for conflicting actions ... Done
1852026-07-22T07:15:22.854ZPlanning: Consolidating action changes ... Done
1862026-07-22T07:15:23.008ZPlanning: Evaluating mediators ... Done
1872026-07-22T07:15:23.011ZPlanning: Planning completed in 0.26 seconds
1882026-07-22T07:15:23.031Z Mediators to change: 1
1892026-07-22T07:15:23.031Z Create boot environment: No
1902026-07-22T07:15:23.031ZCreate backup boot environment: No
1912026-07-22T07:15:23.095ZFinalize: Updating package state database ... Done
1922026-07-22T07:15:23.095ZFinalize: Updating package cache ... Done
1932026-07-22T07:15:23.122ZFinalize: Updating image state ... Done
1942026-07-22T07:15:25.068ZFinalize: Creating fast lookup database ... Done
1952026-07-22T07:15:25.129ZFinalize: Reading search index ... Done
1962026-07-22T07:15:25.133ZFinalize: Updating search index ... Done
1972026-07-22T07:15:25.206ZFinalize: Updating package cache ... Done
1982026-07-22T07:15:25.522ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-22T07:15:25.522Zapache system 2.4 system
2002026-07-22T07:15:25.522Zclang system 15 system
2012026-07-22T07:15:25.522Zcsh system system illumos
2022026-07-22T07:15:25.522Zctags system system illumos
2032026-07-22T07:15:25.522Zfile vendor vendor darwinsys
2042026-07-22T07:15:25.522Zfile system system illumos
2052026-07-22T07:15:25.522Zgcc vendor 14 vendor
2062026-07-22T07:15:25.522Zgcc system 13 system
2072026-07-22T07:15:25.522Zgcc system 10 system
2082026-07-22T07:15:25.522Zgo system 1.25 system
2092026-07-22T07:15:25.522Zllvm system 15 system
2102026-07-22T07:15:25.522Zmariadb system 11.4 system
2112026-07-22T07:15:25.522Zmta vendor vendor dma
2122026-07-22T07:15:25.522Zopenjdk system 17 system
2132026-07-22T07:15:25.522Zopenjdk system 11 system
2142026-07-22T07:15:25.522Zopenssl vendor 3 vendor
2152026-07-22T07:15:25.522Zperl system 5.40 system
2162026-07-22T07:15:25.522Zpostgresql system 18 system
2172026-07-22T07:15:25.522Zpostgresql system 17 system
2182026-07-22T07:15:25.522Zpython vendor 3 vendor
2192026-07-22T07:15:25.522Zpython system 2 system
2202026-07-22T07:15:25.523Zpython3 vendor 3.13 vendor
2212026-07-22T07:15:25.523Zruby system 3.4 system
2222026-07-22T07:15:25.523Zruby system 3.0 system
2232026-07-22T07:15:25.523Zwords vendor vendor american-english
2242026-07-22T07:15:25.523Zwords system system australian-english
2252026-07-22T07:15:25.523Zwords system system british-english
2262026-07-22T07:15:25.523Zwords system system canadian-english
2272026-07-22T07:15:25.523Zwords system system french
2282026-07-22T07:15:25.523Zwords system system italian
2292026-07-22T07:15:25.523Zwords system system ngerman
2302026-07-22T07:15:25.523Zwords system system ogerman
2312026-07-22T07:15:25.523Zwords system system spanish
2322026-07-22T07:15:25.776ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-22T07:15:25.776Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-22T07:15:26.141ZFMRI IFO
2352026-07-22T07:15:26.141Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-22T07:15:26.141Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-22T07:15:26.141Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-22T07:15:26.141Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-22T07:15:26.141Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-22T07:15:26.141Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-22T07:15:26.141Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-22T07:15:26.141Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-22T07:15:26.141Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-22T07:15:26.428Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-22T07:15:26.697Z Updating crates.io index
2462026-07-22T07:15:26.700Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-22T07:15:26.934Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-22T07:15:27.209Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-22T07:15:28.120Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-22T07:15:28.654Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-22T07:15:30.157Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-22T07:15:30.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-22T07:15:31.129Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-22T07:15:31.423Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-22T07:15:32.579Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-22T07:15:32.812Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-22T07:15:33.112Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-22T07:15:33.384Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-22T07:15:33.858Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-22T07:15:34.347Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-22T07:15:34.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-22T07:15:34.808Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-22T07:15:35.090Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-22T07:15:35.343Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-22T07:15:35.592Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-22T07:15:35.789Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-22T07:15:36.024Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-22T07:15:36.424Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-22T07:15:36.735Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-22T07:15:36.951Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-22T07:15:37.335Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-22T07:15:37.565Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-22T07:15:37.927Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-22T07:15:38.415Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-22T07:15:38.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-22T07:15:38.889Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-22T07:15:39.200Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-22T07:15:39.603Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-22T07:15:39.986Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-22T07:15:40.256Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-22T07:15:40.496Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-22T07:15:40.732Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-22T07:15:41.008Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-22T07:15:41.247Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-22T07:15:41.502Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-22T07:15:41.735Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-22T07:15:44.693Z Downloading crates ...
2882026-07-22T07:15:44.748Z Downloaded cargo_metadata v0.23.1
2892026-07-22T07:15:44.751Z Downloaded heck v0.4.1
2902026-07-22T07:15:44.751Z Downloaded once_cell v1.21.3
2912026-07-22T07:15:44.754Z Downloaded utf8parse v0.2.2
2922026-07-22T07:15:44.758Z Downloaded zmij v1.0.21
2932026-07-22T07:15:44.761Z Downloaded block-buffer v0.10.4
2942026-07-22T07:15:44.764Z Downloaded colorchoice v1.0.4
2952026-07-22T07:15:44.764Z Downloaded anstyle-query v1.1.5
2962026-07-22T07:15:44.767Z Downloaded crypto-common v0.1.7
2972026-07-22T07:15:44.767Z Downloaded zerocopy-derive v0.7.35
2982026-07-22T07:15:44.772Z Downloaded dof v0.3.0
2992026-07-22T07:15:44.776Z Downloaded cfg-if v1.0.4
3002026-07-22T07:15:44.776Z Downloaded cargo-platform v0.3.2
3012026-07-22T07:15:44.776Z Downloaded zerocopy v0.7.35
3022026-07-22T07:15:44.784Z Downloaded generic-array v0.14.7
3032026-07-22T07:15:44.787Z Downloaded fnv v1.0.7
3042026-07-22T07:15:44.787Z Downloaded dtrace-parser v0.2.0
3052026-07-22T07:15:44.791Z Downloaded fastrand v2.3.0
3062026-07-22T07:15:44.791Z Downloaded errno v0.3.14
3072026-07-22T07:15:44.794Z Downloaded cpufeatures v0.2.17
3082026-07-22T07:15:44.794Z Downloaded itoa v1.0.17
3092026-07-22T07:15:44.797Z Downloaded is_terminal_polyfill v1.70.2
3102026-07-22T07:15:44.800Z Downloaded heck v0.5.0
3112026-07-22T07:15:44.800Z Downloaded bytecount v0.6.9
3122026-07-22T07:15:44.809Z Downloaded macaddr v1.0.1
3132026-07-22T07:15:44.812Z Downloaded equivalent v1.0.2
3142026-07-22T07:15:44.812Z Downloaded strsim v0.11.1
3152026-07-22T07:15:44.816Z Downloaded smawk v0.3.2
3162026-07-22T07:15:44.816Z Downloaded usdt v0.5.0
3172026-07-22T07:15:44.816Z Downloaded proc-macro-error-attr v1.0.4
3182026-07-22T07:15:44.820Z Downloaded toml_datetime v0.6.11
3192026-07-22T07:15:44.824Z Downloaded scroll_derive v0.12.1
3202026-07-22T07:15:44.824Z Downloaded clap_lex v1.0.0
3212026-07-22T07:15:44.828Z Downloaded fs-err v3.3.0
3222026-07-22T07:15:44.831Z Downloaded anstream v1.0.0
3232026-07-22T07:15:44.831Z Downloaded cargo_toml v0.21.0
3242026-07-22T07:15:44.835Z Downloaded clap_derive v4.6.1
3252026-07-22T07:15:44.838Z Downloaded autocfg v1.5.0
3262026-07-22T07:15:44.838Z Downloaded swrite v0.1.0
3272026-07-22T07:15:44.838Z Downloaded unicode-linebreak v0.1.5
3282026-07-22T07:15:44.843Z Downloaded toml_write v0.1.2
3292026-07-22T07:15:44.846Z Downloaded tabled_derive v0.7.0
3302026-07-22T07:15:44.849Z Downloaded memmap v0.7.0
3312026-07-22T07:15:44.852Z Downloaded serde_spanned v0.6.9
3322026-07-22T07:15:44.855Z Downloaded pretty-hex v0.4.1
3332026-07-22T07:15:44.858Z Downloaded usdt-macro v0.5.0
3342026-07-22T07:15:44.865Z Downloaded terminal_size v0.4.3
3352026-07-22T07:15:44.868Z Downloaded plain v0.2.3
3362026-07-22T07:15:44.868Z Downloaded usdt-attr-macro v0.5.0
3372026-07-22T07:15:44.868Z Downloaded thread-id v4.2.2
3382026-07-22T07:15:44.874Z Downloaded digest v0.10.7
3392026-07-22T07:15:44.877Z Downloaded camino-tempfile v1.4.1
3402026-07-22T07:15:44.877Z Downloaded byteorder v1.5.0
3412026-07-22T07:15:44.880Z Downloaded sha2 v0.10.9
3422026-07-22T07:15:44.883Z Downloaded thiserror v1.0.69
3432026-07-22T07:15:44.886Z Downloaded camino v1.2.2
3442026-07-22T07:15:44.889Z Downloaded proc-macro-error v1.0.4
3452026-07-22T07:15:44.892Z Downloaded indexmap v2.14.0
3462026-07-22T07:15:44.895Z Downloaded getrandom v0.4.1
3472026-07-22T07:15:44.899Z Downloaded anstyle-parse v1.0.0
3482026-07-22T07:15:44.901Z Downloaded quote v1.0.45
3492026-07-22T07:15:44.906Z Downloaded thiserror v2.0.18
3502026-07-22T07:15:44.909Z Downloaded version_check v0.9.5
3512026-07-22T07:15:44.914Z Downloaded thiserror-impl v1.0.69
3522026-07-22T07:15:44.914Z Downloaded usdt-impl v0.5.0
3532026-07-22T07:15:44.914Z Downloaded thiserror-impl v2.0.18
3542026-07-22T07:15:44.917Z Downloaded bitflags v2.11.0
3552026-07-22T07:15:44.920Z Downloaded toml v0.8.23
3562026-07-22T07:15:44.923Z Downloaded pest_generator v2.8.6
3572026-07-22T07:15:44.923Z Downloaded anstyle v1.0.14
3582026-07-22T07:15:44.927Z Downloaded scroll v0.12.0
3592026-07-22T07:15:44.927Z Downloaded pest_derive v2.8.6
3602026-07-22T07:15:44.940Z Downloaded serde_tokenstream v0.2.3
3612026-07-22T07:15:44.945Z Downloaded ucd-trie v0.1.7
3622026-07-22T07:15:44.948Z Downloaded semver v1.0.28
3632026-07-22T07:15:44.952Z Downloaded tempfile v3.25.0
3642026-07-22T07:15:44.955Z Downloaded anyhow v1.0.102
3652026-07-22T07:15:44.958Z Downloaded pest_meta v2.8.6
3662026-07-22T07:15:44.961Z Downloaded log v0.4.29
3672026-07-22T07:15:44.961Z Downloaded clap v4.6.1
3682026-07-22T07:15:44.966Z Downloaded papergrid v0.11.0
3692026-07-22T07:15:44.972Z Downloaded unicode-ident v1.0.24
3702026-07-22T07:15:44.976Z Downloaded textwrap v0.16.2
3712026-07-22T07:15:44.980Z Downloaded serde_derive v1.0.228
3722026-07-22T07:15:45.003Z Downloaded proc-macro2 v1.0.106
3732026-07-22T07:15:45.009Z Downloaded serde v1.0.228
3742026-07-22T07:15:45.012Z Downloaded serde_core v1.0.228
3752026-07-22T07:15:45.015Z Downloaded toml_edit v0.22.27
3762026-07-22T07:15:45.018Z Downloaded memchr v2.8.0
3772026-07-22T07:15:45.033Z Downloaded typenum v1.20.1
3782026-07-22T07:15:45.040Z Downloaded hashbrown v0.17.0
3792026-07-22T07:15:45.047Z Downloaded syn v2.0.117
3802026-07-22T07:15:45.053Z Downloaded pest v2.8.6
3812026-07-22T07:15:45.073Z Downloaded clap_builder v4.6.0
3822026-07-22T07:15:45.076Z Downloaded serde_json v1.0.150
3832026-07-22T07:15:45.087Z Downloaded goblin v0.8.2
3842026-07-22T07:15:45.091Z Downloaded winnow v0.7.14
3852026-07-22T07:15:45.097Z Downloaded tabled v0.15.0
3862026-07-22T07:15:45.112Z Downloaded syn v1.0.109
3872026-07-22T07:15:45.117Z Downloaded unicode-width v0.1.14
3882026-07-22T07:15:45.120Z Downloaded unicode-width v0.2.0
3892026-07-22T07:15:45.139Z Downloaded rustix v1.1.3
3902026-07-22T07:15:45.167Z Downloaded libc v0.2.185
3912026-07-22T07:15:45.231Z Compiling proc-macro2 v1.0.106
3922026-07-22T07:15:45.231Z Compiling quote v1.0.45
3932026-07-22T07:15:45.234Z Compiling unicode-ident v1.0.24
3942026-07-22T07:15:45.234Z Compiling serde_core v1.0.228
3952026-07-22T07:15:45.234Z Compiling libc v0.2.185
3962026-07-22T07:15:45.234Z Compiling version_check v0.9.5
3972026-07-22T07:15:45.234Z Compiling memchr v2.8.0
3982026-07-22T07:15:45.234Z Compiling serde v1.0.228
3992026-07-22T07:15:45.552Z Compiling zmij v1.0.21
4002026-07-22T07:15:45.825Z Compiling ucd-trie v0.1.7
4012026-07-22T07:15:45.918Z Compiling thiserror v1.0.69
4022026-07-22T07:15:46.112Z Compiling itoa v1.0.17
4032026-07-22T07:15:46.132Z Compiling pest v2.8.6
4042026-07-22T07:15:46.231Z Compiling rustix v1.1.3
4052026-07-22T07:15:46.317Z Compiling byteorder v1.5.0
4062026-07-22T07:15:46.432Z Compiling errno v0.3.14
4072026-07-22T07:15:46.590Z Compiling bitflags v2.11.0
4082026-07-22T07:15:46.674Z Compiling serde_json v1.0.150
4092026-07-22T07:15:46.778Z Compiling syn v2.0.117
4102026-07-22T07:15:46.841Z Compiling thread-id v4.2.2
4112026-07-22T07:15:46.897Z Compiling proc-macro-error-attr v1.0.4
4122026-07-22T07:15:46.926Z Compiling usdt-impl v0.5.0
4132026-07-22T07:15:47.057Z Compiling syn v1.0.109
4142026-07-22T07:15:47.105Z Compiling camino v1.2.2
4152026-07-22T07:15:47.263Z Compiling pest_meta v2.8.6
4162026-07-22T07:15:47.439Z Compiling proc-macro-error v1.0.4
4172026-07-22T07:15:47.466Z Compiling hashbrown v0.17.0
4182026-07-22T07:15:47.536Z Compiling utf8parse v0.2.2
4192026-07-22T07:15:47.663Z Compiling getrandom v0.4.1
4202026-07-22T07:15:47.741Z Compiling plain v0.2.3
4212026-07-22T07:15:47.865Z Compiling equivalent v1.0.2
4222026-07-22T07:15:47.931Z Compiling log v0.4.29
4232026-07-22T07:15:47.957Z Compiling terminal_size v0.4.3
4242026-07-22T07:15:48.072Z Compiling indexmap v2.14.0
4252026-07-22T07:15:48.124Z Compiling anstyle-parse v1.0.0
4262026-07-22T07:15:48.612Z Compiling autocfg v1.5.0
4272026-07-22T07:15:48.676Z Compiling toml_write v0.1.2
4282026-07-22T07:15:48.694Z Compiling cfg-if v1.0.4
4292026-07-22T07:15:48.772Z Compiling anstyle v1.0.14
4302026-07-22T07:15:48.792Z Compiling pretty-hex v0.4.1
4312026-07-22T07:15:48.891Z Compiling is_terminal_polyfill v1.70.2
4322026-07-22T07:15:48.920Z Compiling thiserror v2.0.18
4332026-07-22T07:15:48.947Z Compiling anstyle-query v1.1.5
4342026-07-22T07:15:49.002Z Compiling winnow v0.7.14
4352026-07-22T07:15:49.019Z Compiling colorchoice v1.0.4
4362026-07-22T07:15:49.060Z Compiling pest_generator v2.8.6
4372026-07-22T07:15:49.077Z Compiling fs-err v3.3.0
4382026-07-22T07:15:49.135Z Compiling anstream v1.0.0
4392026-07-22T07:15:49.291Z Compiling heck v0.4.1
4402026-07-22T07:15:49.382Z Compiling once_cell v1.21.3
4412026-07-22T07:15:49.479Z Compiling strsim v0.11.1
4422026-07-22T07:15:49.518Z Compiling anyhow v1.0.102
4432026-07-22T07:15:49.610Z Compiling unicode-width v0.1.14
4442026-07-22T07:15:49.762Z Compiling bytecount v0.6.9
4452026-07-22T07:15:49.780Z Compiling heck v0.5.0
4462026-07-22T07:15:49.837Z Compiling fastrand v2.3.0
4472026-07-22T07:15:49.856Z Compiling fnv v1.0.7
4482026-07-22T07:15:49.889Z Compiling clap_lex v1.0.0
4492026-07-22T07:15:49.960Z Compiling papergrid v0.11.0
4502026-07-22T07:15:50.100Z Compiling clap_builder v4.6.0
4512026-07-22T07:15:50.117Z Compiling tempfile v3.25.0
4522026-07-22T07:15:50.135Z Compiling cargo-platform v0.3.2
4532026-07-22T07:15:50.138Z Compiling semver v1.0.28
4542026-07-22T07:15:50.411Z Compiling tabled_derive v0.7.0
4552026-07-22T07:15:50.449Z Compiling memmap v0.7.0
4562026-07-22T07:15:50.539Z Compiling smawk v0.3.2
4572026-07-22T07:15:50.559Z Compiling unicode-linebreak v0.1.5
4582026-07-22T07:15:50.576Z Compiling unicode-width v0.2.0
4592026-07-22T07:15:50.640Z Compiling camino-tempfile v1.4.1
4602026-07-22T07:15:50.707Z Compiling serde_derive v1.0.228
4612026-07-22T07:15:50.808Z Compiling thiserror-impl v1.0.69
4622026-07-22T07:15:50.856Z Compiling zerocopy-derive v0.7.35
4632026-07-22T07:15:50.876Z Compiling pest_derive v2.8.6
4642026-07-22T07:15:51.053Z Compiling scroll_derive v0.12.1
4652026-07-22T07:15:51.357Z Compiling thiserror-impl v2.0.18
4662026-07-22T07:15:51.375Z Compiling clap_derive v4.6.1
4672026-07-22T07:15:51.449Z Compiling tabled v0.15.0
4682026-07-22T07:15:51.764Z Compiling scroll v0.12.0
4692026-07-22T07:15:51.783Z Compiling zerocopy v0.7.35
4702026-07-22T07:15:52.048Z Compiling goblin v0.8.2
4712026-07-22T07:15:52.260Z Compiling dtrace-parser v0.2.0
4722026-07-22T07:15:52.349Z Compiling textwrap v0.16.2
4732026-07-22T07:15:52.861Z Compiling swrite v0.1.0
4742026-07-22T07:15:53.165Z Compiling clap v4.6.1
4752026-07-22T07:15:53.930Z Compiling dof v0.3.0
4762026-07-22T07:15:53.930Z Compiling serde_tokenstream v0.2.3
4772026-07-22T07:15:53.951Z Compiling toml_datetime v0.6.11
4782026-07-22T07:15:53.960Z Compiling serde_spanned v0.6.9
4792026-07-22T07:15:53.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-22T07:15:54.010Z Compiling cargo_metadata v0.23.1
4812026-07-22T07:15:54.050Z Compiling macaddr v1.0.1
4822026-07-22T07:15:54.123Z Compiling toml_edit v0.22.27
4832026-07-22T07:15:54.700Z Compiling usdt-macro v0.5.0
4842026-07-22T07:15:54.700Z Compiling usdt-attr-macro v0.5.0
4852026-07-22T07:15:55.334Z Compiling usdt v0.5.0
4862026-07-22T07:15:55.503Z Compiling toml v0.8.23
4872026-07-22T07:15:55.840Z Compiling cargo_toml v0.21.0
4882026-07-22T07:15:57.113Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-22T07:15:59.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
4902026-07-22T07:15:59.320Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-22T07:15:59.832Z Downloading crates ...
4922026-07-22T07:15:59.919Z Downloaded adler2 v2.0.1
4932026-07-22T07:15:59.923Z Downloaded bitfield-macros v0.19.4
4942026-07-22T07:15:59.931Z Downloaded bb8 v0.8.6
4952026-07-22T07:15:59.939Z Downloaded arrayref v0.3.9
4962026-07-22T07:15:59.942Z Downloaded assert_matches v1.5.0
4972026-07-22T07:15:59.945Z Downloaded debug-ignore v1.0.5
4982026-07-22T07:15:59.949Z Downloaded darling_macro v0.20.11
4992026-07-22T07:15:59.949Z Downloaded darling_macro v0.23.0
5002026-07-22T07:15:59.949Z Downloaded crunchy v0.2.4
5012026-07-22T07:15:59.952Z Downloaded cpufeatures v0.3.0
5022026-07-22T07:15:59.952Z Downloaded ciborium-io v0.2.2
5032026-07-22T07:15:59.952Z Downloaded atty v0.2.14
5042026-07-22T07:15:59.955Z Downloaded async-stream v0.3.6
5052026-07-22T07:15:59.955Z Downloaded cipher v0.5.2
5062026-07-22T07:15:59.958Z Downloaded bit-vec v0.6.3
5072026-07-22T07:15:59.959Z Downloaded daft v0.1.7
5082026-07-22T07:15:59.962Z Downloaded argon2 v0.5.3
5092026-07-22T07:15:59.962Z Downloaded cancel-safe-futures v0.1.5
5102026-07-22T07:15:59.965Z Downloaded crc-catalog v2.4.0
5112026-07-22T07:15:59.965Z Downloaded bitfield v0.19.4
5122026-07-22T07:15:59.968Z Downloaded delegate v0.13.5
5132026-07-22T07:15:59.968Z Downloaded cpubits v0.1.1
5142026-07-22T07:15:59.968Z Downloaded bit-vec v0.8.0
5152026-07-22T07:15:59.968Z Downloaded aead v0.5.2
5162026-07-22T07:15:59.973Z Downloaded crc v3.4.0
5172026-07-22T07:15:59.973Z Downloaded corncobs v0.1.4
5182026-07-22T07:15:59.976Z Downloaded convert_case v0.4.0
5192026-07-22T07:15:59.976Z Downloaded either v1.15.0
5202026-07-22T07:15:59.976Z Downloaded atomicwrites v0.4.4
5212026-07-22T07:15:59.976Z Downloaded bit-set v0.8.0
5222026-07-22T07:15:59.979Z Downloaded async-stream-impl v0.3.6
5232026-07-22T07:15:59.979Z Downloaded base64ct v1.8.3
5242026-07-22T07:15:59.979Z Downloaded aead v0.6.1
5252026-07-22T07:15:59.984Z Downloaded cookie_store v0.22.1
5262026-07-22T07:15:59.984Z Downloaded cstr-argument v0.1.2
5272026-07-22T07:15:59.987Z Downloaded bcs v0.1.6
5282026-07-22T07:15:59.987Z Downloaded array-init v0.0.4
5292026-07-22T07:15:59.990Z Downloaded darling_macro v0.21.3
5302026-07-22T07:15:59.990Z Downloaded critical-section v1.2.0
5312026-07-22T07:15:59.993Z Downloaded drift v0.2.0
5322026-07-22T07:15:59.997Z Downloaded data-encoding v2.10.0
5332026-07-22T07:16:00.000Z Downloaded csv-core v0.1.13
5342026-07-22T07:16:00.004Z Downloaded async-trait v0.1.89
5352026-07-22T07:16:00.004Z Downloaded ascii-canvas v3.0.0
5362026-07-22T07:16:00.004Z Downloaded darling v0.13.4
5372026-07-22T07:16:00.008Z Downloaded async-recursion v1.1.1
5382026-07-22T07:16:00.012Z Downloaded derive_builder_macro v0.20.2
5392026-07-22T07:16:00.012Z Downloaded bit-set v0.5.3
5402026-07-22T07:16:00.012Z Downloaded curve25519-dalek-derive v0.1.1
5412026-07-22T07:16:00.012Z Downloaded darling_core v0.13.4
5422026-07-22T07:16:00.015Z Downloaded crypto-common v0.2.2
5432026-07-22T07:16:00.018Z Downloaded bcrypt-pbkdf v0.11.0
5442026-07-22T07:16:00.018Z Downloaded ciborium-ll v0.2.2
5452026-07-22T07:16:00.018Z Downloaded cfg_aliases v0.2.1
5462026-07-22T07:16:00.018Z Downloaded base16ct v0.2.0
5472026-07-22T07:16:00.021Z Downloaded crucible-workspace-hack v0.1.0
5482026-07-22T07:16:00.025Z Downloaded deranged v0.5.8
5492026-07-22T07:16:00.025Z Downloaded dyn-clone v1.0.20
5502026-07-22T07:16:00.025Z Downloaded crc8 v0.1.1
5512026-07-22T07:16:00.030Z Downloaded anstyle-parse v0.2.7
5522026-07-22T07:16:00.030Z Downloaded aho-corasick v1.1.4
5532026-07-22T07:16:00.034Z Downloaded bitfield-struct v0.6.2
5542026-07-22T07:16:00.034Z Downloaded anstream v0.6.21
5552026-07-22T07:16:00.041Z Downloaded digest-io v0.1.0
5562026-07-22T07:16:00.042Z Downloaded blake2 v0.10.6
5572026-07-22T07:16:00.042Z Downloaded compression-core v0.4.31
5582026-07-22T07:16:00.042Z Downloaded dsl_auto_type v0.2.0
5592026-07-22T07:16:00.046Z Downloaded defmt v0.3.100
5602026-07-22T07:16:00.046Z Downloaded difflib v0.4.0
5612026-07-22T07:16:00.046Z Downloaded argon2 v0.6.0-rc.8
5622026-07-22T07:16:00.046Z Downloaded dirs-sys-next v0.1.2
5632026-07-22T07:16:00.046Z Downloaded crossbeam-deque v0.8.6
5642026-07-22T07:16:00.046Z Downloaded cobs v0.3.0
5652026-07-22T07:16:00.050Z Downloaded defmt-parser v1.0.0
5662026-07-22T07:16:00.050Z Downloaded display-error-chain v0.2.2
5672026-07-22T07:16:00.050Z Downloaded dirs-next v2.0.0
5682026-07-22T07:16:00.050Z Downloaded block-buffer v0.12.1
5692026-07-22T07:16:00.053Z Downloaded castaway v0.2.4
5702026-07-22T07:16:00.053Z Downloaded darling_macro v0.13.4
5712026-07-22T07:16:00.053Z Downloaded embedded-io v0.4.0
5722026-07-22T07:16:00.057Z Downloaded dof v0.4.0
5732026-07-22T07:16:00.057Z Downloaded document-features v0.2.12
5742026-07-22T07:16:00.060Z Downloaded embedded-io v0.6.1
5752026-07-22T07:16:00.060Z Downloaded dtrace-parser v0.3.0
5762026-07-22T07:16:00.064Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-22T07:16:00.068Z Downloaded const_format v0.2.35
5782026-07-22T07:16:00.071Z Downloaded bitflags v1.3.2
5792026-07-22T07:16:00.076Z Downloaded env_filter v1.0.0
5802026-07-22T07:16:00.080Z Downloaded endian-type v0.1.2
5812026-07-22T07:16:00.080Z Downloaded base16ct v1.0.0
5822026-07-22T07:16:00.080Z Downloaded dunce v1.0.5
5832026-07-22T07:16:00.080Z Downloaded bs58 v0.5.1
5842026-07-22T07:16:00.080Z Downloaded darling v0.23.0
5852026-07-22T07:16:00.086Z Downloaded downcast-rs v2.0.2
5862026-07-22T07:16:00.086Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-07-22T07:16:00.086Z Downloaded enum-as-inner v0.6.1
5882026-07-22T07:16:00.086Z Downloaded compression-codecs v0.4.37
5892026-07-22T07:16:00.090Z Downloaded cmov v0.5.4
5902026-07-22T07:16:00.094Z Downloaded flagset v0.4.7
5912026-07-22T07:16:00.094Z Downloaded derive-where v1.6.0
5922026-07-22T07:16:00.098Z Downloaded derive-ex v0.1.8
5932026-07-22T07:16:00.098Z Downloaded cipher v0.4.4
5942026-07-22T07:16:00.098Z Downloaded ctr v0.10.1
5952026-07-22T07:16:00.102Z Downloaded fd-lock v4.0.4
5962026-07-22T07:16:00.102Z Downloaded futures-core v0.3.32
5972026-07-22T07:16:00.102Z Downloaded foreign-types-shared v0.1.1
5982026-07-22T07:16:00.102Z Downloaded foreign-types-macros v0.2.3
5992026-07-22T07:16:00.106Z Downloaded fixedbitset v0.4.2
6002026-07-22T07:16:00.106Z Downloaded foreign-types v0.5.0
6012026-07-22T07:16:00.106Z Downloaded foreign-types v0.3.2
6022026-07-22T07:16:00.106Z Downloaded float-ord v0.3.2
6032026-07-22T07:16:00.110Z Downloaded fxhash v0.2.1
6042026-07-22T07:16:00.110Z Downloaded futures-task v0.3.32
6052026-07-22T07:16:00.110Z Downloaded form_urlencoded v1.2.2
6062026-07-22T07:16:00.110Z Downloaded foreign-types-shared v0.3.1
6072026-07-22T07:16:00.113Z Downloaded futures-sink v0.3.32
6082026-07-22T07:16:00.113Z Downloaded futures-macro v0.3.32
6092026-07-22T07:16:00.113Z Downloaded futures-io v0.3.32
6102026-07-22T07:16:00.113Z Downloaded float-cmp v0.10.0
6112026-07-22T07:16:00.117Z Downloaded defmt-macros v1.0.1
6122026-07-22T07:16:00.117Z Downloaded cbc v0.2.1
6132026-07-22T07:16:00.120Z Downloaded daft-derive v0.1.7
6142026-07-22T07:16:00.123Z Downloaded filetime v0.2.27
6152026-07-22T07:16:00.124Z Downloaded ed25519 v3.0.0
6162026-07-22T07:16:00.129Z Downloaded chacha20 v0.9.1
6172026-07-22T07:16:00.129Z Downloaded cfg_aliases v0.1.1
6182026-07-22T07:16:00.129Z Downloaded derive_builder_core v0.20.2
6192026-07-22T07:16:00.132Z Downloaded cexpr v0.6.0
6202026-07-22T07:16:00.132Z Downloaded globwalk v0.9.1
6212026-07-22T07:16:00.132Z Downloaded ena v0.14.4
6222026-07-22T07:16:00.132Z Downloaded buf-list v1.1.2
6232026-07-22T07:16:00.135Z Downloaded convert_case v0.10.0
6242026-07-22T07:16:00.135Z Downloaded constant_time_eq v0.4.2
6252026-07-22T07:16:00.138Z Downloaded const_format_proc_macros v0.2.34
6262026-07-22T07:16:00.138Z Downloaded hash32 v0.3.1
6272026-07-22T07:16:00.157Z Downloaded headers-core v0.3.0
6282026-07-22T07:16:00.158Z Downloaded ahash v0.8.12
6292026-07-22T07:16:00.162Z Downloaded git-stub v1.0.0
6302026-07-22T07:16:00.162Z Downloaded ghash v0.6.0
6312026-07-22T07:16:00.162Z Downloaded gethostname v0.5.0
6322026-07-22T07:16:00.162Z Downloaded ed25519 v2.2.3
6332026-07-22T07:16:00.163Z Downloaded erased-serde v0.3.31
6342026-07-22T07:16:00.163Z Downloaded crossbeam-utils v0.8.21
6352026-07-22T07:16:00.163Z Downloaded async-bb8-diesel v0.2.1
6362026-07-22T07:16:00.163Z Downloaded crc32fast v1.5.0
6372026-07-22T07:16:00.163Z Downloaded hash32 v0.2.1
6382026-07-22T07:16:00.163Z Downloaded der_derive v0.7.3
6392026-07-22T07:16:00.163Z Downloaded des v0.9.0
6402026-07-22T07:16:00.163Z Downloaded ecdsa v0.17.0-rc.18
6412026-07-22T07:16:00.163Z Downloaded hex-literal v1.1.0
6422026-07-22T07:16:00.166Z Downloaded futures-executor v0.3.32
6432026-07-22T07:16:00.166Z Downloaded funty v2.0.0
6442026-07-22T07:16:00.166Z Downloaded foldhash v0.2.0
6452026-07-22T07:16:00.166Z Downloaded fixedbitset v0.5.7
6462026-07-22T07:16:00.170Z Downloaded hex v0.4.3
6472026-07-22T07:16:00.170Z Downloaded fs_extra v1.3.0
6482026-07-22T07:16:00.170Z Downloaded ff v0.14.0
6492026-07-22T07:16:00.174Z Downloaded http-body v1.0.1
6502026-07-22T07:16:00.174Z Downloaded ff v0.13.1
6512026-07-22T07:16:00.174Z Downloaded allocator-api2 v0.2.21
6522026-07-22T07:16:00.177Z Downloaded clang-sys v1.8.1
6532026-07-22T07:16:00.177Z Downloaded hostname v0.4.2
6542026-07-22T07:16:00.177Z Downloaded fs-err v2.11.0
6552026-07-22T07:16:00.180Z Downloaded console v0.16.2
6562026-07-22T07:16:00.180Z Downloaded console v0.15.11
6572026-07-22T07:16:00.184Z Downloaded colored v2.2.0
6582026-07-22T07:16:00.187Z Downloaded colored v3.1.1
6592026-07-22T07:16:00.187Z Downloaded home v0.5.12
6602026-07-22T07:16:00.191Z Downloaded camino-tempfile-ext v0.3.3
6612026-07-22T07:16:00.191Z Downloaded bzip2 v0.4.4
6622026-07-22T07:16:00.191Z Downloaded git-stub-vcs v0.1.0
6632026-07-22T07:16:00.195Z Downloaded ctutils v0.4.2
6642026-07-22T07:16:00.196Z Downloaded glob v0.3.3
6652026-07-22T07:16:00.196Z Downloaded http-range v0.1.5
6662026-07-22T07:16:00.196Z Downloaded hostname v0.3.1
6672026-07-22T07:16:00.200Z Downloaded hubpack v0.1.2
6682026-07-22T07:16:00.200Z Downloaded httpdate v1.0.3
6692026-07-22T07:16:00.200Z Downloaded displaydoc v0.2.5
6702026-07-22T07:16:00.204Z Downloaded hyper-tls v0.6.0
6712026-07-22T07:16:00.204Z Downloaded byte-wrapper v0.1.0
6722026-07-22T07:16:00.204Z Downloaded env_logger v0.11.9
6732026-07-22T07:16:00.207Z Downloaded globset v0.4.18
6742026-07-22T07:16:00.207Z Downloaded group v0.14.0
6752026-07-22T07:16:00.207Z Downloaded ciborium v0.2.2
6762026-07-22T07:16:00.210Z Downloaded cookie v0.18.1
6772026-07-22T07:16:00.210Z Downloaded digest v0.11.3
6782026-07-22T07:16:00.214Z Downloaded group v0.13.0
6792026-07-22T07:16:00.214Z Downloaded hubpack_derive v0.1.1
6802026-07-22T07:16:00.214Z Downloaded idna_adapter v1.2.1
6812026-07-22T07:16:00.214Z Downloaded fallible-iterator v0.2.0
6822026-07-22T07:16:00.217Z Downloaded darling v0.20.11
6832026-07-22T07:16:00.220Z Downloaded illumos-nvpair v0.3.0
6842026-07-22T07:16:00.220Z Downloaded ident_case v1.0.1
6852026-07-22T07:16:00.220Z Downloaded crc-any v2.5.0
6862026-07-22T07:16:00.223Z Downloaded indent_write v2.2.0
6872026-07-22T07:16:00.223Z Downloaded derive_builder v0.20.2
6882026-07-22T07:16:00.226Z Downloaded find-msvc-tools v0.1.9
6892026-07-22T07:16:00.226Z Downloaded cmake v0.1.57
6902026-07-22T07:16:00.226Z Downloaded enum_dispatch v0.3.13
6912026-07-22T07:16:00.229Z Downloaded illumos-nvpair-sys v0.2.0
6922026-07-22T07:16:00.229Z Downloaded cassowary v0.3.0
6932026-07-22T07:16:00.230Z Downloaded blowfish v0.10.0
6942026-07-22T07:16:00.232Z Downloaded block-padding v0.4.2
6952026-07-22T07:16:00.232Z Downloaded defmt v1.0.1
6962026-07-22T07:16:00.235Z Downloaded instant v0.1.13
6972026-07-22T07:16:00.235Z Downloaded internet-checksum v0.2.1
6982026-07-22T07:16:00.235Z Downloaded instability v0.3.11
6992026-07-22T07:16:00.239Z Downloaded is_ci v1.2.0
7002026-07-22T07:16:00.239Z Downloaded const-oid v0.9.6
7012026-07-22T07:16:00.239Z Downloaded indoc v1.0.9
7022026-07-22T07:16:00.243Z Downloaded inout v0.2.2
7032026-07-22T07:16:00.243Z Downloaded elliptic-curve v0.14.0-rc.33
7042026-07-22T07:16:00.243Z Downloaded is-terminal v0.4.17
7052026-07-22T07:16:00.246Z Downloaded foldhash v0.1.5
7062026-07-22T07:16:00.247Z Downloaded const-oid v0.10.2
7072026-07-22T07:16:00.250Z Downloaded inout v0.1.4
7082026-07-22T07:16:00.250Z Downloaded bzip2 v0.6.1
7092026-07-22T07:16:00.250Z Downloaded highway v1.3.0
7102026-07-22T07:16:00.253Z Downloaded ecdsa v0.16.9
7112026-07-22T07:16:00.253Z Downloaded keccak v0.1.6
7122026-07-22T07:16:00.253Z Downloaded diesel-dtrace v0.5.0
7132026-07-22T07:16:00.256Z Downloaded backon v1.6.0
7142026-07-22T07:16:00.256Z Downloaded arrayvec v0.7.6
7152026-07-22T07:16:00.260Z Downloaded getrandom v0.2.17
7162026-07-22T07:16:00.260Z Downloaded lazy_static v1.5.0
7172026-07-22T07:16:00.260Z Downloaded kem v0.3.0
7182026-07-22T07:16:00.263Z Downloaded backoff v0.4.0
7192026-07-22T07:16:00.263Z Downloaded libscf-sys v1.1.0
7202026-07-22T07:16:00.263Z Downloaded kstat-rs v0.2.4
7212026-07-22T07:16:00.267Z Downloaded chacha20 v0.10.0
7222026-07-22T07:16:00.267Z Downloaded atomic-waker v1.1.2
7232026-07-22T07:16:00.267Z Downloaded darling v0.21.3
7242026-07-22T07:16:00.270Z Downloaded lru-slab v0.1.2
7252026-07-22T07:16:00.273Z Downloaded bytes v1.11.1
7262026-07-22T07:16:00.276Z Downloaded maplit v1.0.2
7272026-07-22T07:16:00.276Z Downloaded managed v0.8.0
7282026-07-22T07:16:00.276Z Downloaded lzss v0.8.2
7292026-07-22T07:16:00.279Z Downloaded half v1.8.3
7302026-07-22T07:16:00.279Z Downloaded hyper-staticfile v0.10.1
7312026-07-22T07:16:00.282Z Downloaded http-body-util v0.1.3
7322026-07-22T07:16:00.282Z Downloaded futures-channel v0.3.32
7332026-07-22T07:16:00.282Z Downloaded linked-hash-map v0.5.6
7342026-07-22T07:16:00.285Z Downloaded base64 v0.22.1
7352026-07-22T07:16:00.285Z Downloaded dropshot_endpoint v0.17.1
7362026-07-22T07:16:00.288Z Downloaded impl-trait-for-tuples v0.2.3
7372026-07-22T07:16:00.291Z Downloaded fatfs v0.3.6
7382026-07-22T07:16:00.291Z Downloaded diff v0.1.13
7392026-07-22T07:16:00.294Z Downloaded maybe-uninit v2.0.0
7402026-07-22T07:16:00.294Z Downloaded lru-cache v0.1.2
7412026-07-22T07:16:00.297Z Downloaded crossbeam-epoch v0.9.18
7422026-07-22T07:16:00.297Z Downloaded lru v0.12.5
7432026-07-22T07:16:00.297Z Downloaded ingot v0.1.1
7442026-07-22T07:16:00.301Z Downloaded md-5 v0.10.6
7452026-07-22T07:16:00.301Z Downloaded mime v0.3.17
7462026-07-22T07:16:00.301Z Downloaded memoffset v0.9.1
7472026-07-22T07:16:00.304Z Downloaded compact_str v0.8.1
7482026-07-22T07:16:00.304Z Downloaded ar_archive_writer v0.5.1
7492026-07-22T07:16:00.307Z Downloaded humantime v2.3.0
7502026-07-22T07:16:00.310Z Downloaded hmac v0.13.0
7512026-07-22T07:16:00.310Z Downloaded chacha20poly1305 v0.10.1
7522026-07-22T07:16:00.314Z Downloaded md5 v0.8.0
7532026-07-22T07:16:00.317Z Downloaded newline-converter v0.3.0
7542026-07-22T07:16:00.321Z Downloaded new_debug_unreachable v1.0.6
7552026-07-22T07:16:00.324Z Downloaded nibble_vec v0.1.0
7562026-07-22T07:16:00.325Z Downloaded jobserver v0.1.34
7572026-07-22T07:16:00.325Z Downloaded hybrid-array v0.4.13
7582026-07-22T07:16:00.328Z Downloaded generic-array v1.4.3
7592026-07-22T07:16:00.328Z Downloaded libefi-sys v0.1.0
7602026-07-22T07:16:00.331Z Downloaded nonempty v0.12.0
7612026-07-22T07:16:00.331Z Downloaded indoc v2.0.7
7622026-07-22T07:16:00.334Z Downloaded newtype_derive v0.1.6
7632026-07-22T07:16:00.334Z Downloaded newtype-uuid-macros v0.1.0
7642026-07-22T07:16:00.334Z Downloaded multimap v0.10.1
7652026-07-22T07:16:00.334Z Downloaded arc-swap v1.8.2
7662026-07-22T07:16:00.338Z Downloaded base64 v0.21.7
7672026-07-22T07:16:00.341Z Downloaded normalize-line-endings v0.3.0
7682026-07-22T07:16:00.341Z Downloaded nodrop v0.1.14
7692026-07-22T07:16:00.341Z Downloaded hyper-rustls v0.27.7
7702026-07-22T07:16:00.344Z Downloaded elliptic-curve v0.13.8
7712026-07-22T07:16:00.347Z Downloaded num-derive v0.3.3
7722026-07-22T07:16:00.347Z Downloaded ipnetwork v0.21.1
7732026-07-22T07:16:00.350Z Downloaded ingot-types v0.1.2
7742026-07-22T07:16:00.350Z Downloaded async-compression v0.4.41
7752026-07-22T07:16:00.353Z Downloaded lock_api v0.4.14
7762026-07-22T07:16:00.353Z Downloaded ipnet v2.11.0
7772026-07-22T07:16:00.356Z Downloaded hmac v0.12.1
7782026-07-22T07:16:00.356Z Downloaded flume v0.11.1
7792026-07-22T07:16:00.359Z Downloaded num-iter v0.1.45
7802026-07-22T07:16:00.359Z Downloaded mime_guess v2.0.5
7812026-07-22T07:16:00.362Z Downloaded olpc-cjson v0.1.4
7822026-07-22T07:16:00.362Z Downloaded libsw v3.5.0
7832026-07-22T07:16:00.362Z Downloaded ingot-macros v0.1.1
7842026-07-22T07:16:00.365Z Downloaded num_enum_derive v0.5.11
7852026-07-22T07:16:00.365Z Downloaded match_cfg v0.1.0
7862026-07-22T07:16:00.366Z Downloaded linear-map v1.2.0
7872026-07-22T07:16:00.366Z Downloaded num-conv v0.2.0
7882026-07-22T07:16:00.369Z Downloaded cc v1.2.56
7892026-07-22T07:16:00.369Z Downloaded blake2 v0.11.0-rc.6
7902026-07-22T07:16:00.371Z Downloaded bumpalo v3.20.2
7912026-07-22T07:16:00.371Z Downloaded iana-time-zone v0.1.65
7922026-07-22T07:16:00.375Z Downloaded multer v3.1.0
7932026-07-22T07:16:00.378Z Downloaded module-lattice v0.2.3
7942026-07-22T07:16:00.378Z Downloaded futures v0.3.32
7952026-07-22T07:16:00.381Z Downloaded darling_core v0.21.3
7962026-07-22T07:16:00.384Z Downloaded openssl-probe v0.1.6
7972026-07-22T07:16:00.384Z Downloaded httparse v1.10.1
7982026-07-22T07:16:00.387Z Downloaded native-tls v0.2.18
7992026-07-22T07:16:00.401Z Downloaded openssl-probe v0.2.1
8002026-07-22T07:16:00.404Z Downloaded openssl-macros v0.1.1
8012026-07-22T07:16:00.404Z Downloaded opaque-debug v0.3.1
8022026-07-22T07:16:00.405Z Downloaded num-complex v0.4.6
8032026-07-22T07:16:00.405Z Downloaded num v0.4.3
8042026-07-22T07:16:00.407Z Downloaded newtype-uuid v1.3.2
8052026-07-22T07:16:00.407Z Downloaded libsw-core v0.3.2
8062026-07-22T07:16:00.408Z Downloaded half v2.7.1
8072026-07-22T07:16:00.411Z Downloaded num_enum v0.5.11
8082026-07-22T07:16:00.414Z Downloaded litemap v0.8.1
8092026-07-22T07:16:00.419Z Downloaded der v0.7.10
8102026-07-22T07:16:00.422Z Downloaded parse-display v0.10.0
8112026-07-22T07:16:00.422Z Downloaded oso-derive v0.27.3
8122026-07-22T07:16:00.422Z Downloaded num-integer v0.1.46
8132026-07-22T07:16:00.422Z Downloaded num-derive v0.4.2
8142026-07-22T07:16:00.423Z Downloaded darling_core v0.23.0
8152026-07-22T07:16:00.426Z Downloaded path-slash v0.1.5
8162026-07-22T07:16:00.426Z Downloaded password-hash v0.6.1
8172026-07-22T07:16:00.430Z Downloaded packed_struct_codegen v0.10.1
8182026-07-22T07:16:00.430Z Downloaded nu-ansi-term v0.50.3
8192026-07-22T07:16:00.430Z Downloaded getrandom v0.3.4
8202026-07-22T07:16:00.435Z Downloaded parse-size v1.1.0
8212026-07-22T07:16:00.435Z Downloaded ml-kem v0.3.2
8222026-07-22T07:16:00.435Z Downloaded num_enum v0.7.6
8232026-07-22T07:16:00.438Z Downloaded num-rational v0.4.2
8242026-07-22T07:16:00.438Z Downloaded nanorand v0.7.0
8252026-07-22T07:16:00.441Z Downloaded percent-encoding v2.3.2
8262026-07-22T07:16:00.441Z Downloaded memmap2 v0.9.10
8272026-07-22T07:16:00.441Z Downloaded libloading v0.8.9
8282026-07-22T07:16:00.444Z Downloaded darling_core v0.20.11
8292026-07-22T07:16:00.448Z Downloaded derive_more v0.99.20
8302026-07-22T07:16:00.451Z Downloaded num_threads v0.1.7
8312026-07-22T07:16:00.451Z Downloaded phf_shared v0.11.3
8322026-07-22T07:16:00.451Z Downloaded phf_shared v0.13.1
8332026-07-22T07:16:00.454Z Downloaded litrs v1.0.0
8342026-07-22T07:16:00.454Z Downloaded peg-runtime v0.8.5
8352026-07-22T07:16:00.454Z Downloaded phf_shared v0.12.1
8362026-07-22T07:16:00.457Z Downloaded lalrpop-util v0.19.12
8372026-07-22T07:16:00.457Z Downloaded keccak v0.2.0
8382026-07-22T07:16:00.461Z Downloaded num_enum_derive v0.7.6
8392026-07-22T07:16:00.461Z Downloaded ed25519-dalek v2.2.0
8402026-07-22T07:16:00.463Z Downloaded ignore v0.4.25
8412026-07-22T07:16:00.463Z Downloaded icu_normalizer_data v2.1.1
8422026-07-22T07:16:00.466Z Downloaded icu_locale_core v2.1.1
8432026-07-22T07:16:00.470Z Downloaded packed_struct v0.10.1
8442026-07-22T07:16:00.470Z Downloaded oxide-update-engine-display v0.1.2
8452026-07-22T07:16:00.476Z Downloaded headers v0.4.1
8462026-07-22T07:16:00.479Z Downloaded icu_properties v2.1.2
8472026-07-22T07:16:00.479Z Downloaded heapless v0.7.17
8482026-07-22T07:16:00.479Z Downloaded derive_more v2.1.1
8492026-07-22T07:16:00.485Z Downloaded precomputed-hash v0.1.1
8502026-07-22T07:16:00.488Z Downloaded oxide-update-engine v0.1.2
8512026-07-22T07:16:00.488Z Downloaded predicates-tree v1.0.13
8522026-07-22T07:16:00.489Z Downloaded predicates-core v1.0.10
8532026-07-22T07:16:00.492Z Downloaded potential_utf v0.1.4
8542026-07-22T07:16:00.492Z Downloaded aes v0.9.1
8552026-07-22T07:16:00.495Z Downloaded paste v1.0.15
8562026-07-22T07:16:00.495Z Downloaded password-hash v0.5.0
8572026-07-22T07:16:00.498Z Downloaded oxide-tokio-rt v0.1.4
8582026-07-22T07:16:00.498Z Downloaded powerfmt v0.2.0
8592026-07-22T07:16:00.498Z Downloaded indexmap v1.9.3
8602026-07-22T07:16:00.502Z Downloaded owo-colors v4.3.0
8612026-07-22T07:16:00.502Z Downloaded proc-macro-crate v1.3.1
8622026-07-22T07:16:00.505Z Downloaded peg v0.8.5
8632026-07-22T07:16:00.508Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-07-22T07:16:00.508Z Downloaded proc-macro-crate v3.4.0
8652026-07-22T07:16:00.508Z Downloaded oxnet v0.1.6
8662026-07-22T07:16:00.511Z Downloaded flate2 v1.1.9
8672026-07-22T07:16:00.514Z Downloaded pem v3.0.6
8682026-07-22T07:16:00.514Z Downloaded parse-display-derive v0.10.0
8692026-07-22T07:16:00.517Z Downloaded parking_lot_core v0.8.6
8702026-07-22T07:16:00.517Z Downloaded pem-rfc7468 v1.0.0
8712026-07-22T07:16:00.520Z Downloaded pem-rfc7468 v0.7.0
8722026-07-22T07:16:00.520Z Downloaded progenitor-client v0.14.0
8732026-07-22T07:16:00.520Z Downloaded pin-project-internal v1.1.11
8742026-07-22T07:16:00.523Z Downloaded crypto-bigint v0.5.5
8752026-07-22T07:16:00.527Z Downloaded phc v0.6.1
8762026-07-22T07:16:00.529Z Downloaded pkg-config v0.3.32
8772026-07-22T07:16:00.530Z Downloaded pkcs8 v0.10.2
8782026-07-22T07:16:00.533Z Downloaded pbkdf2 v0.13.0
8792026-07-22T07:16:00.533Z Downloaded libbz2-rs-sys v0.2.2
8802026-07-22T07:16:00.536Z Downloaded crossbeam-channel v0.5.15
8812026-07-22T07:16:00.539Z Downloaded psl-types v2.0.11
8822026-07-22T07:16:00.539Z Downloaded progenitor-macro v0.13.0
8832026-07-22T07:16:00.539Z Downloaded polyval v0.7.1
8842026-07-22T07:16:00.542Z Downloaded radium v0.7.0
8852026-07-22T07:16:00.542Z Downloaded progenitor-macro v0.14.0
8862026-07-22T07:16:00.542Z Downloaded quick-error v1.2.3
8872026-07-22T07:16:00.547Z Downloaded phf v0.13.1
8882026-07-22T07:16:00.547Z Downloaded phf v0.12.1
8892026-07-22T07:16:00.547Z Downloaded ed25519-dalek v3.0.0-rc.0
8902026-07-22T07:16:00.551Z Downloaded parking_lot v0.12.5
8912026-07-22T07:16:00.554Z Downloaded peg-macros v0.8.5
8922026-07-22T07:16:00.554Z Downloaded postgres-protocol v0.6.10
8932026-07-22T07:16:00.557Z Downloaded icu_normalizer v2.1.1
8942026-07-22T07:16:00.560Z Downloaded rand_chacha v0.3.1
8952026-07-22T07:16:00.566Z Downloaded primeorder v0.13.6
8962026-07-22T07:16:00.568Z Downloaded port-file v0.1.0
8972026-07-22T07:16:00.568Z Downloaded expectorate v1.2.0
8982026-07-22T07:16:00.572Z Downloaded ppv-lite86 v0.2.21
8992026-07-22T07:16:00.572Z Downloaded omicron-zone-package v0.12.3
9002026-07-22T07:16:00.576Z Downloaded predicates v3.1.4
9012026-07-22T07:16:00.576Z Downloaded primeorder v0.14.0-rc.10
9022026-07-22T07:16:00.579Z Downloaded crossterm v0.28.1
9032026-07-22T07:16:00.582Z Downloaded rand_xorshift v0.4.0
9042026-07-22T07:16:00.582Z Downloaded jiff-static v0.2.21
9052026-07-22T07:16:00.582Z Downloaded indicatif v0.18.4
9062026-07-22T07:16:00.586Z Downloaded miniz_oxide v0.8.9
9072026-07-22T07:16:00.590Z Downloaded oso v0.27.3
9082026-07-22T07:16:00.590Z Downloaded icu_provider v2.1.1
9092026-07-22T07:16:00.593Z Downloaded ref-cast v1.0.25
9102026-07-22T07:16:00.593Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-07-22T07:16:00.593Z Downloaded recursive v0.1.1
9122026-07-22T07:16:00.593Z Downloaded progenitor-client v0.13.0
9132026-07-22T07:16:00.596Z Downloaded progenitor v0.14.0
9142026-07-22T07:16:00.596Z Downloaded progenitor v0.13.0
9152026-07-22T07:16:00.596Z Downloaded pin-project-lite v0.2.17
9162026-07-22T07:16:00.600Z Downloaded papergrid v0.17.0
9172026-07-22T07:16:00.603Z Downloaded primefield v0.14.0
9182026-07-22T07:16:00.606Z Downloaded ref-cast-impl v1.0.25
9192026-07-22T07:16:00.606Z Downloaded poly1305 v0.9.0
9202026-07-22T07:16:00.609Z Downloaded pkcs8 v0.11.0
9212026-07-22T07:16:00.609Z Downloaded rfc6979 v0.4.0
9222026-07-22T07:16:00.612Z Downloaded parking_lot v0.11.2
9232026-07-22T07:16:00.612Z Downloaded num-traits v0.2.19
9242026-07-22T07:16:00.617Z Downloaded psm v0.1.30
9252026-07-22T07:16:00.617Z Downloaded aes-gcm v0.11.0
9262026-07-22T07:16:00.622Z Downloaded progenitor-extras v0.2.0
9272026-07-22T07:16:00.622Z Downloaded rfc6979 v0.5.0
9282026-07-22T07:16:00.622Z Downloaded postgres-types v0.2.12
9292026-07-22T07:16:00.626Z Downloaded russh-cryptovec v0.61.0
9302026-07-22T07:16:00.626Z Downloaded bindgen v0.71.1
9312026-07-22T07:16:00.631Z Downloaded rustc-hash v2.1.1
9322026-07-22T07:16:00.631Z Downloaded russh-util v0.52.0
9332026-07-22T07:16:00.631Z Downloaded rustc_version v0.1.7
9342026-07-22T07:16:00.631Z Downloaded r2d2 v0.8.10
9352026-07-22T07:16:00.631Z Downloaded diesel_derives v2.3.7
9362026-07-22T07:16:00.634Z Downloaded der v0.8.0
9372026-07-22T07:16:00.637Z Downloaded derive_more-impl v2.1.1
9382026-07-22T07:16:00.641Z Downloaded rustc_version v0.4.1
9392026-07-22T07:16:00.641Z Downloaded rand_chacha v0.9.0
9402026-07-22T07:16:00.644Z Downloaded poly1305 v0.8.0
9412026-07-22T07:16:00.644Z Downloaded pkcs1 v0.8.0-rc.4
9422026-07-22T07:16:00.647Z Downloaded rtoolbox v0.0.3
9432026-07-22T07:16:00.647Z Downloaded pkcs1 v0.7.5
9442026-07-22T07:16:00.647Z Downloaded proc-macro-error2 v2.0.1
9452026-07-22T07:16:00.650Z Downloaded hashbrown v0.13.2
9462026-07-22T07:16:00.653Z Downloaded rand_core v0.6.4
9472026-07-22T07:16:00.653Z Downloaded hashbrown v0.12.3
9482026-07-22T07:16:00.657Z Downloaded rand_seeder v0.4.0
9492026-07-22T07:16:00.657Z Downloaded rand_core v0.10.0
9502026-07-22T07:16:00.661Z Downloaded scheduled-thread-pool v0.2.7
9512026-07-22T07:16:00.661Z Downloaded sapling-renderdag v0.1.0
9522026-07-22T07:16:00.661Z Downloaded rand_core v0.9.5
9532026-07-22T07:16:00.661Z Downloaded hickory-resolver v0.25.2
9542026-07-22T07:16:00.664Z Downloaded same-file v1.0.6
9552026-07-22T07:16:00.664Z Downloaded heapless v0.8.0
9562026-07-22T07:16:00.667Z Downloaded blake3 v1.8.5
9572026-07-22T07:16:00.671Z Downloaded pkcs5 v0.8.1
9582026-07-22T07:16:00.674Z Downloaded resolv-conf v0.7.6
9592026-07-22T07:16:00.677Z Downloaded scroll_derive v0.13.1
9602026-07-22T07:16:00.677Z Downloaded scopeguard v1.2.0
9612026-07-22T07:16:00.677Z Downloaded parking_lot_core v0.9.12
9622026-07-22T07:16:00.680Z Downloaded secrecy v0.10.3
9632026-07-22T07:16:00.683Z Downloaded postcard v1.1.3
9642026-07-22T07:16:00.683Z Downloaded quinn-udp v0.5.14
9652026-07-22T07:16:00.686Z Downloaded hickory-resolver v0.24.4
9662026-07-22T07:16:00.689Z Downloaded rpassword v7.5.4
9672026-07-22T07:16:00.693Z Downloaded pin-project v1.1.11
9682026-07-22T07:16:00.697Z Downloaded semver v0.1.20
9692026-07-22T07:16:00.700Z Downloaded openssl-sys v0.9.115
9702026-07-22T07:16:00.704Z Downloaded serde_bytes v0.11.19
9712026-07-22T07:16:00.704Z Downloaded serde-big-array v0.5.1
9722026-07-22T07:16:00.719Z Downloaded serde_repr v0.1.20
9732026-07-22T07:16:00.719Z Downloaded icu_collections v2.1.1
9742026-07-22T07:16:00.719Z Downloaded rustls-pemfile v2.2.0
9752026-07-22T07:16:00.719Z Downloaded rustls-native-certs v0.8.3
9762026-07-22T07:16:00.719Z Downloaded serde_spanned v1.1.1
9772026-07-22T07:16:00.720Z Downloaded oxide-update-engine-types v0.1.2
9782026-07-22T07:16:00.720Z Downloaded secrecy v0.8.0
9792026-07-22T07:16:00.720Z Downloaded itertools v0.10.5
9802026-07-22T07:16:00.724Z Downloaded serde_urlencoded v0.7.1
9812026-07-22T07:16:00.724Z Downloaded mio v1.2.0
9822026-07-22T07:16:00.727Z Downloaded sha1 v0.10.6
9832026-07-22T07:16:00.727Z Downloaded rusty-fork v0.3.1
9842026-07-22T07:16:00.727Z Downloaded rustversion v1.0.22
9852026-07-22T07:16:00.730Z Downloaded sha1 v0.11.0
9862026-07-22T07:16:00.733Z Downloaded minimal-lexical v0.2.1
9872026-07-22T07:16:00.737Z Downloaded shell-words v1.1.1
9882026-07-22T07:16:00.737Z Downloaded crossterm v0.29.0
9892026-07-22T07:16:00.739Z Downloaded signal-hook-tokio v0.3.1
9902026-07-22T07:16:00.740Z Downloaded p384 v0.14.0-rc.10
9912026-07-22T07:16:00.743Z Downloaded signal-hook-mio v0.2.5
9922026-07-22T07:16:00.746Z Downloaded scroll v0.13.0
9932026-07-22T07:16:00.749Z Downloaded p256 v0.14.0-rc.10
9942026-07-22T07:16:00.752Z Downloaded siphasher v1.0.2
9952026-07-22T07:16:00.752Z Downloaded sigpipe v0.1.3
9962026-07-22T07:16:00.752Z Downloaded signature v3.0.0
9972026-07-22T07:16:00.758Z Downloaded internal-russh-num-bigint v0.5.0
9982026-07-22T07:16:00.762Z Downloaded slog-bunyan v2.5.0
9992026-07-22T07:16:00.765Z Downloaded scrypt v0.12.0
10002026-07-22T07:16:00.765Z Downloaded slog-envlogger v2.2.0
10012026-07-22T07:16:00.765Z Downloaded sec1 v0.8.1
10022026-07-22T07:16:00.768Z Downloaded seq-macro v0.3.6
10032026-07-22T07:16:00.768Z Downloaded sec1 v0.7.3
10042026-07-22T07:16:00.771Z Downloaded serde-hex v0.1.0
10052026-07-22T07:16:00.775Z Downloaded rustls-pki-types v1.14.0
10062026-07-22T07:16:00.779Z Downloaded http v1.4.2
10072026-07-22T07:16:00.779Z Downloaded schemars_derive v0.8.22
10082026-07-22T07:16:00.782Z Downloaded progenitor-impl v0.14.0
10092026-07-22T07:16:00.782Z Downloaded sqlparser_derive v0.5.0
10102026-07-22T07:16:00.786Z Downloaded serde_with_macros v1.5.2
10112026-07-22T07:16:00.790Z Downloaded serde_plain v1.0.2
10122026-07-22T07:16:00.790Z Downloaded serde_derive_internals v0.29.1
10132026-07-22T07:16:00.804Z Downloaded hyper-util v0.1.20
10142026-07-22T07:16:00.813Z Downloaded shlex v1.3.0
10152026-07-22T07:16:00.816Z Downloaded stable_deref_trait v1.2.1
10162026-07-22T07:16:00.816Z Downloaded serdect v0.4.3
10172026-07-22T07:16:00.816Z Downloaded libxml v0.3.3
10182026-07-22T07:16:00.822Z Downloaded slog-json v2.6.1
10192026-07-22T07:16:00.822Z Downloaded signature v2.2.0
10202026-07-22T07:16:00.826Z Downloaded signal-hook-registry v1.4.8
10212026-07-22T07:16:00.826Z Downloaded slog-async v2.8.0
10222026-07-22T07:16:00.826Z Downloaded simd-adler32 v0.3.8
10232026-07-22T07:16:00.826Z Downloaded structmeta v0.3.0
10242026-07-22T07:16:00.829Z Downloaded slab v0.4.12
10252026-07-22T07:16:00.833Z Downloaded strum v0.27.2
10262026-07-22T07:16:00.833Z Downloaded strum v0.26.3
10272026-07-22T07:16:00.836Z Downloaded ron v0.8.1
10282026-07-22T07:16:00.839Z Downloaded strsim v0.10.0
10292026-07-22T07:16:00.839Z Downloaded prefix-trie v0.7.0
10302026-07-22T07:16:00.843Z Downloaded structmeta-derive v0.3.0
10312026-07-22T07:16:00.843Z Downloaded supports-color v3.0.2
10322026-07-22T07:16:00.846Z Downloaded subtle v2.6.1
10332026-07-22T07:16:00.846Z Downloaded rcgen v0.12.1
10342026-07-22T07:16:00.850Z Downloaded slog-term v2.9.2
10352026-07-22T07:16:00.853Z Downloaded sync_wrapper v1.0.2
10362026-07-22T07:16:00.853Z Downloaded smallvec v0.6.14
10372026-07-22T07:16:00.853Z Downloaded serde_cbor v0.11.2
10382026-07-22T07:16:00.856Z Downloaded take_mut v0.2.2
10392026-07-22T07:16:00.856Z Downloaded tabwriter v1.4.1
10402026-07-22T07:16:00.857Z Downloaded serde_path_to_error v0.1.20
10412026-07-22T07:16:00.859Z Downloaded smf v0.2.3
10422026-07-22T07:16:00.860Z Downloaded sync-ptr v0.1.4
10432026-07-22T07:16:00.860Z Downloaded prettyplease v0.2.37
10442026-07-22T07:16:00.862Z Downloaded tabled_derive v0.11.0
10452026-07-22T07:16:00.863Z Downloaded hickory-server v0.25.2
10462026-07-22T07:16:00.865Z Downloaded tap v1.0.1
10472026-07-22T07:16:00.865Z Downloaded tagptr v0.2.0
10482026-07-22T07:16:00.869Z Downloaded sqlformat v0.3.5
10492026-07-22T07:16:00.869Z Downloaded rustls-platform-verifier v0.6.2
10502026-07-22T07:16:00.873Z Downloaded progenitor-impl v0.13.0
10512026-07-22T07:16:00.873Z Downloaded futures-util v0.3.32
10522026-07-22T07:16:00.878Z Downloaded thread-id v5.1.0
10532026-07-22T07:16:00.881Z Downloaded serde_with_macros v3.21.0
10542026-07-22T07:16:00.881Z Downloaded ssh-encoding v0.3.0-rc.9
10552026-07-22T07:16:00.885Z Downloaded testing_table v0.3.0
10562026-07-22T07:16:00.885Z Downloaded termtree v0.5.1
10572026-07-22T07:16:00.885Z Downloaded ssh-cipher v0.3.0-rc.9
10582026-07-22T07:16:00.888Z Downloaded hashbrown v0.16.1
10592026-07-22T07:16:00.891Z Downloaded static_assertions v1.1.0
10602026-07-22T07:16:00.891Z Downloaded stacker v0.1.23
10612026-07-22T07:16:00.891Z Downloaded string_cache v0.8.9
10622026-07-22T07:16:00.894Z Downloaded schemars v0.8.22
10632026-07-22T07:16:00.898Z Downloaded time-core v0.1.8
10642026-07-22T07:16:00.901Z Downloaded sha2 v0.11.0
10652026-07-22T07:16:00.906Z Downloaded slog-scope v4.4.1
10662026-07-22T07:16:00.906Z Downloaded salsa20 v0.11.0
10672026-07-22T07:16:00.906Z Downloaded quinn v0.11.9
10682026-07-22T07:16:00.909Z Downloaded stringprep v0.1.5
10692026-07-22T07:16:00.909Z Downloaded support-bundle-viewer v0.1.2
10702026-07-22T07:16:00.909Z Downloaded strum_macros v0.26.4
10712026-07-22T07:16:00.912Z Downloaded strum_macros v0.24.3
10722026-07-22T07:16:00.912Z Downloaded strip-ansi-escapes v0.2.1
10732026-07-22T07:16:00.912Z Downloaded thiserror-impl-no-std v2.0.2
10742026-07-22T07:16:00.917Z Downloaded tokio-macros v2.7.0
10752026-07-22T07:16:00.917Z Downloaded publicsuffix v2.3.0
10762026-07-22T07:16:00.920Z Downloaded pretty_assertions v1.4.1
10772026-07-22T07:16:00.920Z Downloaded itertools v0.14.0
10782026-07-22T07:16:00.923Z Downloaded hashbrown v0.15.5
10792026-07-22T07:16:00.926Z Downloaded smallvec v1.15.1
10802026-07-22T07:16:00.929Z Downloaded num-bigint v0.4.6
10812026-07-22T07:16:00.933Z Downloaded nom v7.1.3
10822026-07-22T07:16:00.936Z Downloaded spki v0.8.0
10832026-07-22T07:16:00.936Z Downloaded spki v0.7.3
10842026-07-22T07:16:00.936Z Downloaded slog-stdlog v4.1.1
10852026-07-22T07:16:00.940Z Downloaded slog-dtrace v0.3.0
10862026-07-22T07:16:00.940Z Downloaded termios v0.3.3
10872026-07-22T07:16:00.943Z Downloaded synstructure v0.13.2
10882026-07-22T07:16:00.943Z Downloaded ryu v1.0.23
10892026-07-22T07:16:00.943Z Downloaded nom v8.0.0
10902026-07-22T07:16:00.947Z Downloaded snafu-derive v0.8.9
10912026-07-22T07:16:00.954Z Downloaded spin v0.9.8
10922026-07-22T07:16:00.959Z Downloaded similar v2.7.0
10932026-07-22T07:16:00.962Z Downloaded topological-sort v0.2.2
10942026-07-22T07:16:00.962Z Downloaded qorb v0.4.1
10952026-07-22T07:16:00.966Z Downloaded p521 v0.14.0-rc.10
10962026-07-22T07:16:00.966Z Downloaded thread_local v1.1.9
10972026-07-22T07:16:00.971Z Downloaded rsa v0.9.10
10982026-07-22T07:16:00.974Z Downloaded idna v1.1.0
10992026-07-22T07:16:00.974Z Downloaded tinyvec_macros v0.1.1
11002026-07-22T07:16:00.974Z Downloaded tiny-keccak v2.0.2
11012026-07-22T07:16:00.979Z Downloaded try-lock v0.2.5
11022026-07-22T07:16:00.979Z Downloaded tower-layer v0.3.3
11032026-07-22T07:16:00.985Z Downloaded tinystr v0.8.2
11042026-07-22T07:16:00.985Z Downloaded tower-service v0.3.3
11052026-07-22T07:16:00.985Z Downloaded tls_codec_derive v0.4.2
11062026-07-22T07:16:00.985Z Downloaded time-macros v0.2.27
11072026-07-22T07:16:00.989Z Downloaded unarray v0.1.4
11082026-07-22T07:16:00.989Z Downloaded thiserror-no-std v2.0.2
11092026-07-22T07:16:00.989Z Downloaded signal-hook v0.3.18
11102026-07-22T07:16:00.993Z Downloaded dropshot-api-manager v0.7.2
11112026-07-22T07:16:00.996Z Downloaded typify-macro v0.6.2
11122026-07-22T07:16:00.996Z Downloaded strum_macros v0.27.2
11132026-07-22T07:16:00.996Z Downloaded tokio-dtrace v0.1.1
11142026-07-22T07:16:00.996Z Downloaded tls_codec v0.4.2
11152026-07-22T07:16:01.000Z Downloaded universal-hash v0.5.1
11162026-07-22T07:16:01.000Z Downloaded unit-prefix v0.5.2
11172026-07-22T07:16:01.000Z Downloaded usdt v0.6.0
11182026-07-22T07:16:01.000Z Downloaded unicode-truncate v1.1.0
11192026-07-22T07:16:01.003Z Downloaded unicode-xid v0.2.6
11202026-07-22T07:16:01.003Z Downloaded rayon-core v1.13.0
11212026-07-22T07:16:01.008Z Downloaded untrusted v0.9.0
11222026-07-22T07:16:01.008Z Downloaded serde_yaml v0.9.34+deprecated
11232026-07-22T07:16:01.012Z Downloaded tokio-tungstenite v0.23.1
11242026-07-22T07:16:01.012Z Downloaded tokio-native-tls v0.3.1
11252026-07-22T07:16:01.012Z Downloaded aws-lc-rs v1.16.3
11262026-07-22T07:16:01.016Z Downloaded slog v2.8.2
11272026-07-22T07:16:01.022Z Downloaded schemars v0.9.0
11282026-07-22T07:16:01.027Z Downloaded utf-8 v0.7.6
11292026-07-22T07:16:01.031Z Downloaded usdt-macro v0.6.0
11302026-07-22T07:16:01.031Z Downloaded untrusted v0.7.1
11312026-07-22T07:16:01.032Z Downloaded universal-hash v0.6.1
11322026-07-22T07:16:01.032Z Downloaded tokio-tungstenite v0.21.0
11332026-07-22T07:16:01.036Z Downloaded tokio-test v0.4.5
11342026-07-22T07:16:01.036Z Downloaded term v1.2.1
11352026-07-22T07:16:01.036Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-07-22T07:16:01.041Z Downloaded utf8_iter v1.0.4
11372026-07-22T07:16:01.041Z Downloaded socket2 v0.5.10
11382026-07-22T07:16:01.041Z Downloaded socket2 v0.6.3
11392026-07-22T07:16:01.044Z Downloaded term v0.7.0
11402026-07-22T07:16:01.044Z Downloaded itertools v0.13.0
11412026-07-22T07:16:01.048Z Downloaded waitgroup v0.1.2
11422026-07-22T07:16:01.048Z Downloaded void v1.0.2
11432026-07-22T07:16:01.053Z Downloaded toml_writer v1.1.1+spec-1.1.0
11442026-07-22T07:16:01.053Z Downloaded subprocess v0.2.15
11452026-07-22T07:16:01.053Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11462026-07-22T07:16:01.053Z Downloaded rand v0.10.1
11472026-07-22T07:16:01.056Z Downloaded wait-timeout v0.2.1
11482026-07-22T07:16:01.056Z Downloaded itertools v0.12.1
11492026-07-22T07:16:01.063Z Downloaded h2 v0.4.15
11502026-07-22T07:16:01.067Z Downloaded unicase v2.9.0
11512026-07-22T07:16:01.067Z Downloaded tui-tree-widget v0.23.1
11522026-07-22T07:16:01.070Z Downloaded trait-variant v0.1.2
11532026-07-22T07:16:01.070Z Downloaded snafu v0.8.9
11542026-07-22T07:16:01.073Z Downloaded want v0.3.1
11552026-07-22T07:16:01.073Z Downloaded rustls-webpki v0.103.13
11562026-07-22T07:16:01.077Z Downloaded crypto-primes v0.7.2
11572026-07-22T07:16:01.080Z Downloaded usdt-impl v0.6.0
11582026-07-22T07:16:01.081Z Downloaded usdt-attr-macro v0.6.0
11592026-07-22T07:16:01.081Z Downloaded rand v0.8.6
11602026-07-22T07:16:01.084Z Downloaded hyper v1.10.1
11612026-07-22T07:16:01.088Z Downloaded bitvec v1.0.1
11622026-07-22T07:16:01.095Z Downloaded schemars v1.2.1
11632026-07-22T07:16:01.104Z Downloaded zerofrom v0.1.6
11642026-07-22T07:16:01.107Z Downloaded yoke-derive v0.8.1
11652026-07-22T07:16:01.108Z Downloaded xshell-macros v0.2.7
11662026-07-22T07:16:01.108Z Downloaded xattr v1.6.1
11672026-07-22T07:16:01.108Z Downloaded test-strategy v0.4.5
11682026-07-22T07:16:01.111Z Downloaded num-bigint-dig v0.8.6
11692026-07-22T07:16:01.116Z Downloaded tokio-stream v0.1.18
11702026-07-22T07:16:01.121Z Downloaded zerofrom-derive v0.1.6
11712026-07-22T07:16:01.121Z Downloaded hkdf v0.13.0
11722026-07-22T07:16:01.128Z Downloaded hkdf v0.12.4
11732026-07-22T07:16:01.128Z Downloaded tokio-rustls v0.26.4
11742026-07-22T07:16:01.128Z Downloaded vergen-gitcl v1.0.8
11752026-07-22T07:16:01.129Z Downloaded tinyvec v1.10.0
11762026-07-22T07:16:01.132Z Downloaded vsss-rs v3.3.4
11772026-07-22T07:16:01.132Z Downloaded twox-hash v2.1.2
11782026-07-22T07:16:01.132Z Downloaded vergen-lib v9.1.0
11792026-07-22T07:16:01.132Z Downloaded zone v0.3.1
11802026-07-22T07:16:01.135Z Downloaded chrono v0.4.45
11812026-07-22T07:16:01.138Z Downloaded whoami v1.6.1
11822026-07-22T07:16:01.142Z Downloaded walkdir v2.5.0
11832026-07-22T07:16:01.146Z Downloaded rand v0.9.2
11842026-07-22T07:16:01.149Z Downloaded icu_properties_data v2.1.2
11852026-07-22T07:16:01.152Z Downloaded writeable v0.6.2
11862026-07-22T07:16:01.157Z Downloaded whoami v2.1.0
11872026-07-22T07:16:01.157Z Downloaded unicode-properties v0.1.4
11882026-07-22T07:16:01.161Z Downloaded tracing-attributes v0.1.31
11892026-07-22T07:16:01.167Z Downloaded rustyline v14.0.0
11902026-07-22T07:16:01.171Z Downloaded xshell v0.2.7
11912026-07-22T07:16:01.171Z Downloaded wyz v0.5.1
11922026-07-22T07:16:01.176Z Downloaded samael v0.0.19
11932026-07-22T07:16:01.180Z Downloaded zeroize_derive v1.4.3
11942026-07-22T07:16:01.180Z Downloaded toml_parser v1.1.2+spec-1.1.0
11952026-07-22T07:16:01.180Z Downloaded toml v1.1.2+spec-1.1.0
11962026-07-22T07:16:01.183Z Downloaded yoke v0.8.1
11972026-07-22T07:16:01.183Z Downloaded vergen v9.1.0
11982026-07-22T07:16:01.187Z Downloaded libm v0.2.16
11992026-07-22T07:16:01.192Z Downloaded rsa v0.10.0-rc.18
12002026-07-22T07:16:01.196Z Downloaded vergen-git2 v9.1.0
12012026-07-22T07:16:01.196Z Downloaded vergen-lib v0.1.6
12022026-07-22T07:16:01.199Z Downloaded tracing-core v0.1.36
12032026-07-22T07:16:01.199Z Downloaded uzers v0.12.2
12042026-07-22T07:16:01.199Z Downloaded zstd v0.13.3
12052026-07-22T07:16:01.203Z Downloaded zstd-safe v7.2.4
12062026-07-22T07:16:01.203Z Downloaded zone_cfg_derive v0.3.1
12072026-07-22T07:16:01.203Z Downloaded iri-string v0.7.10
12082026-07-22T07:16:01.206Z Downloaded zeroize v1.8.2
12092026-07-22T07:16:01.209Z Downloaded toml v0.7.8
12102026-07-22T07:16:01.209Z Downloaded typify v0.6.2
12112026-07-22T07:16:01.212Z Downloaded tungstenite v0.23.0
12122026-07-22T07:16:01.215Z Downloaded tar v0.4.46
12132026-07-22T07:16:01.215Z Downloaded tungstenite v0.21.0
12142026-07-22T07:16:01.218Z Downloaded serde_with v1.14.0
12152026-07-22T07:16:01.221Z Downloaded iddqd v0.4.2
12162026-07-22T07:16:01.233Z Downloaded yasna v0.5.2
12172026-07-22T07:16:01.237Z Downloaded zerovec-derive v0.11.2
12182026-07-22T07:16:01.243Z Downloaded zerocopy v0.6.6
12192026-07-22T07:16:01.246Z Downloaded vte v0.14.1
12202026-07-22T07:16:01.249Z Downloaded uuid v1.23.4
12212026-07-22T07:16:01.253Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-07-22T07:16:01.261Z Downloaded steno v0.4.1
12232026-07-22T07:16:01.278Z Downloaded reedline v0.40.0
12242026-07-22T07:16:01.281Z Downloaded unsafe-libyaml v0.2.11
12252026-07-22T07:16:01.286Z Downloaded regex v1.12.3
12262026-07-22T07:16:01.289Z Downloaded lalrpop v0.19.12
12272026-07-22T07:16:01.293Z Downloaded reqwest v0.12.28
12282026-07-22T07:16:01.297Z Downloaded toml_edit v0.19.15
12292026-07-22T07:16:01.306Z Downloaded zopfli v0.8.3
12302026-07-22T07:16:01.322Z Downloaded reqwest v0.13.2
12312026-07-22T07:16:01.326Z Downloaded unicode-bidi v0.3.18
12322026-07-22T07:16:01.326Z Downloaded moka v0.12.13
12332026-07-22T07:16:01.326Z Downloaded tokio-postgres v0.7.16
12342026-07-22T07:16:01.331Z Downloaded url v2.5.8
12352026-07-22T07:16:01.331Z Downloaded goblin v0.10.5
12362026-07-22T07:16:01.334Z Downloaded p384 v0.13.1
12372026-07-22T07:16:01.337Z Downloaded unicode_categories v0.1.1
12382026-07-22T07:16:01.340Z Downloaded zerotrie v0.2.3
12392026-07-22T07:16:01.349Z Downloaded zip v0.6.6
12402026-07-22T07:16:01.357Z Downloaded git2 v0.20.4
12412026-07-22T07:16:01.373Z Downloaded salty v0.3.0
12422026-07-22T07:16:01.381Z Downloaded zerocopy-derive v0.8.40
12432026-07-22T07:16:01.391Z Downloaded typed-path v0.9.3
12442026-07-22T07:16:01.395Z Downloaded tower v0.5.3
12452026-07-22T07:16:01.399Z Downloaded x509-cert v0.2.5
12462026-07-22T07:16:01.402Z Downloaded yansi v1.0.1
12472026-07-22T07:16:01.406Z Downloaded ssh-key v0.7.0-rc.10
12482026-07-22T07:16:01.409Z Downloaded rawzip v0.4.4
12492026-07-22T07:16:01.412Z Downloaded quick-xml v0.37.5
12502026-07-22T07:16:01.415Z Downloaded unicode-segmentation v1.12.0
12512026-07-22T07:16:01.418Z Downloaded rayon v1.11.0
12522026-07-22T07:16:01.421Z Downloaded object v0.30.4
12532026-07-22T07:16:01.427Z Downloaded petname v2.0.2
12542026-07-22T07:16:01.431Z Downloaded tokio-util v0.7.18
12552026-07-22T07:16:01.446Z Downloaded crypto-bigint v0.7.5
12562026-07-22T07:16:01.452Z Downloaded tower-http v0.6.8
12572026-07-22T07:16:01.457Z Downloaded portable-atomic v1.13.1
12582026-07-22T07:16:01.461Z Downloaded bstr v1.12.1
12592026-07-22T07:16:01.467Z Downloaded zip v4.6.1
12602026-07-22T07:16:01.470Z Downloaded tough v0.22.0
12612026-07-22T07:16:01.473Z Downloaded proptest v1.10.0
12622026-07-22T07:16:01.486Z Downloaded unicode-normalization v0.1.25
12632026-07-22T07:16:01.490Z Downloaded serde_with v3.21.0
12642026-07-22T07:16:01.490Z Downloaded quinn-proto v0.11.13
12652026-07-22T07:16:01.494Z Downloaded openssl v0.10.79
12662026-07-22T07:16:01.500Z Downloaded zerovec v0.11.5
12672026-07-22T07:16:01.503Z Downloaded curve25519-dalek v4.1.3
12682026-07-22T07:16:01.540Z Downloaded winnow v0.5.40
12692026-07-22T07:16:01.544Z Downloaded tabled v0.20.0
12702026-07-22T07:16:01.553Z Downloaded winnow v1.0.3
12712026-07-22T07:16:01.559Z Downloaded russh v0.61.2
12722026-07-22T07:16:01.565Z Downloaded radix_trie v0.2.1
12732026-07-22T07:16:01.568Z Downloaded polar-core v0.27.3
12742026-07-22T07:16:01.571Z Downloaded winnow v0.6.26
12752026-07-22T07:16:01.577Z Downloaded time v0.3.47
12762026-07-22T07:16:01.583Z Downloaded nix v0.27.1
12772026-07-22T07:16:01.589Z Downloaded vcpkg v0.2.15
12782026-07-22T07:16:01.611Z Downloaded dropshot v0.17.1
12792026-07-22T07:16:01.624Z Downloaded hickory-proto v0.25.2
12802026-07-22T07:16:01.632Z Downloaded hickory-proto v0.24.4
12812026-07-22T07:16:01.641Z Downloaded regress v0.10.5
12822026-07-22T07:16:01.646Z Downloaded curve25519-dalek v5.0.0-rc.0
12832026-07-22T07:16:01.652Z Downloaded smoltcp v0.9.1
12842026-07-22T07:16:01.657Z Downloaded regress v0.11.1
12852026-07-22T07:16:01.663Z Downloaded regex-syntax v0.6.29
12862026-07-22T07:16:01.666Z Downloaded object v0.37.3
12872026-07-22T07:16:01.672Z Downloaded rustix v0.38.44
12882026-07-22T07:16:01.685Z Downloaded zlib-rs v0.6.2
12892026-07-22T07:16:01.689Z Downloaded nix v0.31.2
12902026-07-22T07:16:01.695Z Downloaded openapiv3 v2.2.0
12912026-07-22T07:16:01.701Z Downloaded nix v0.28.0
12922026-07-22T07:16:01.708Z Downloaded zerocopy v0.8.40
12932026-07-22T07:16:01.714Z Downloaded smoltcp v0.11.0
12942026-07-22T07:16:01.720Z Downloaded diesel v2.3.7
12952026-07-22T07:16:01.732Z Downloaded regex-syntax v0.8.10
12962026-07-22T07:16:01.736Z Downloaded rustls v0.23.41
12972026-07-22T07:16:01.756Z Downloaded sqlparser v0.61.0
12982026-07-22T07:16:01.784Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-22T07:16:01.792Z Downloaded ratatui v0.29.0
13002026-07-22T07:16:01.820Z Downloaded sha3 v0.11.0
13012026-07-22T07:16:01.826Z Downloaded fiat-crypto v0.3.0
13022026-07-22T07:16:01.834Z Downloaded sled v0.34.7
13032026-07-22T07:16:01.848Z Downloaded tracing v0.1.44
13042026-07-22T07:16:01.862Z Downloaded typify-impl v0.6.2
13052026-07-22T07:16:01.871Z Downloaded petgraph v0.6.5
13062026-07-22T07:16:01.881Z Downloaded jiff v0.2.21
13072026-07-22T07:16:01.893Z Downloaded zerocopy-derive v0.6.6
13082026-07-22T07:16:01.898Z Downloaded chrono-tz v0.10.4
13092026-07-22T07:16:01.916Z Downloaded petgraph v0.8.3
13102026-07-22T07:16:01.930Z Downloaded regex-automata v0.4.14
13112026-07-22T07:16:01.938Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-07-22T07:16:01.948Z Downloaded tokio v1.52.1
13132026-07-22T07:16:01.980Z Downloaded csv v1.4.0
13142026-07-22T07:16:01.992Z Downloaded libz-sys v1.1.24
13152026-07-22T07:16:02.005Z Downloaded sha3 v0.10.8
13162026-07-22T07:16:02.008Z Downloaded encoding_rs v0.8.35
13172026-07-22T07:16:02.078Z Downloaded ring v0.17.14
13182026-07-22T07:16:02.111Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-07-22T07:16:02.589Z Downloaded aws-lc-sys v0.40.0
13202026-07-22T07:16:02.844Z Compiling libc v0.2.185
13212026-07-22T07:16:02.844Z Compiling serde_core v1.0.228
13222026-07-22T07:16:02.844Z Compiling serde v1.0.228
13232026-07-22T07:16:02.848Z Compiling log v0.4.29
13242026-07-22T07:16:02.848Z Compiling smallvec v1.15.1
13252026-07-22T07:16:02.848Z Compiling shlex v1.3.0
13262026-07-22T07:16:02.982Z Compiling find-msvc-tools v0.1.9
13272026-07-22T07:16:02.985Z Compiling syn v2.0.117
13282026-07-22T07:16:03.187Z Compiling subtle v2.6.1
13292026-07-22T07:16:03.204Z Compiling scopeguard v1.2.0
13302026-07-22T07:16:03.219Z Compiling stable_deref_trait v1.2.1
13312026-07-22T07:16:03.276Z Compiling typenum v1.20.1
13322026-07-22T07:16:03.302Z Compiling lock_api v0.4.14
13332026-07-22T07:16:03.327Z Compiling serde_json v1.0.150
13342026-07-22T07:16:03.354Z Compiling zerocopy v0.8.40
13352026-07-22T07:16:03.358Z Compiling portable-atomic v1.13.1
13362026-07-22T07:16:03.546Z Compiling parking_lot_core v0.9.12
13372026-07-22T07:16:03.561Z Compiling pin-project-lite v0.2.17
13382026-07-22T07:16:03.652Z Compiling pkg-config v0.3.32
13392026-07-22T07:16:03.808Z Compiling getrandom v0.4.1
13402026-07-22T07:16:03.825Z Compiling libm v0.2.16
13412026-07-22T07:16:03.839Z Compiling jobserver v0.1.34
13422026-07-22T07:16:03.905Z Compiling errno v0.3.14
13432026-07-22T07:16:04.075Z Compiling cc v1.2.56
13442026-07-22T07:16:04.136Z Compiling getrandom v0.2.17
13452026-07-22T07:16:04.165Z Compiling critical-section v1.2.0
13462026-07-22T07:16:04.230Z Compiling signal-hook-registry v1.4.8
13472026-07-22T07:16:04.268Z Compiling num-traits v0.2.19
13482026-07-22T07:16:04.354Z Compiling rand_core v0.6.4
13492026-07-22T07:16:04.469Z Compiling futures-core v0.3.32
13502026-07-22T07:16:04.497Z Compiling rand_core v0.10.0
13512026-07-22T07:16:04.620Z Compiling once_cell v1.21.3
13522026-07-22T07:16:04.635Z Compiling parking_lot v0.12.5
13532026-07-22T07:16:04.682Z Compiling mio v1.2.0
13542026-07-22T07:16:04.826Z Compiling generic-array v0.14.7
13552026-07-22T07:16:04.867Z Compiling litemap v0.8.1
13562026-07-22T07:16:04.995Z Compiling percent-encoding v2.3.2
13572026-07-22T07:16:05.140Z Compiling const-oid v0.9.6
13582026-07-22T07:16:05.207Z Compiling bitflags v2.11.0
13592026-07-22T07:16:05.270Z Compiling writeable v0.6.2
13602026-07-22T07:16:05.354Z Compiling semver v1.0.28
13612026-07-22T07:16:05.439Z Compiling icu_properties_data v2.1.2
13622026-07-22T07:16:05.463Z Compiling icu_normalizer_data v2.1.1
13632026-07-22T07:16:05.704Z Compiling socket2 v0.6.3
13642026-07-22T07:16:05.837Z Compiling synstructure v0.13.2
13652026-07-22T07:16:05.859Z Compiling futures-sink v0.3.32
13662026-07-22T07:16:05.913Z Compiling futures-io v0.3.32
13672026-07-22T07:16:05.928Z Compiling futures-task v0.3.32
13682026-07-22T07:16:05.969Z Compiling futures-channel v0.3.32
13692026-07-22T07:16:06.076Z Compiling slab v0.4.12
13702026-07-22T07:16:06.111Z Compiling utf8_iter v1.0.4
13712026-07-22T07:16:06.131Z Compiling indexmap v2.14.0
13722026-07-22T07:16:06.207Z Compiling form_urlencoded v1.2.2
13732026-07-22T07:16:06.258Z Compiling rustversion v1.0.22
13742026-07-22T07:16:06.273Z Compiling getrandom v0.3.4
13752026-07-22T07:16:06.300Z Compiling cmake v0.1.57
13762026-07-22T07:16:06.340Z Compiling iana-time-zone v0.1.65
13772026-07-22T07:16:06.388Z Compiling rustix v1.1.3
13782026-07-22T07:16:06.475Z Compiling ident_case v1.0.1
13792026-07-22T07:16:06.548Z Compiling fs_extra v1.3.0
13802026-07-22T07:16:06.607Z Compiling dunce v1.0.5
13812026-07-22T07:16:06.707Z Compiling regex-syntax v0.8.10
13822026-07-22T07:16:06.722Z Compiling uuid v1.23.4
13832026-07-22T07:16:06.814Z Compiling vcpkg v0.2.15
13842026-07-22T07:16:06.841Z Compiling aws-lc-sys v0.40.0
13852026-07-22T07:16:07.227Z Compiling rand_core v0.9.5
13862026-07-22T07:16:07.299Z Compiling base64ct v1.8.3
13872026-07-22T07:16:07.484Z Compiling base64 v0.22.1
13882026-07-22T07:16:07.518Z Compiling rustc_version v0.4.1
13892026-07-22T07:16:07.582Z Compiling openssl-sys v0.9.115
13902026-07-22T07:16:07.605Z Compiling pem-rfc7468 v0.7.0
13912026-07-22T07:16:07.626Z Compiling serde_derive v1.0.228
13922026-07-22T07:16:07.816Z Compiling zeroize_derive v1.4.3
13932026-07-22T07:16:07.848Z Compiling zerofrom-derive v0.1.6
13942026-07-22T07:16:07.912Z Compiling yoke-derive v0.8.1
13952026-07-22T07:16:08.134Z Compiling zerovec-derive v0.11.2
13962026-07-22T07:16:08.161Z Compiling zerocopy-derive v0.8.40
13972026-07-22T07:16:08.494Z Compiling zeroize v1.8.2
13982026-07-22T07:16:08.715Z Compiling displaydoc v0.2.5
13992026-07-22T07:16:09.145Z Compiling tokio-macros v2.7.0
14002026-07-22T07:16:09.302Z Compiling zerofrom v0.1.6
14012026-07-22T07:16:09.319Z Compiling futures-macro v0.3.32
14022026-07-22T07:16:09.452Z Compiling yoke v0.8.1
14032026-07-22T07:16:09.513Z Compiling thiserror-impl v2.0.18
14042026-07-22T07:16:09.644Z Compiling zerovec v0.11.5
14052026-07-22T07:16:09.718Z Compiling zerotrie v0.2.3
14062026-07-22T07:16:09.901Z Compiling crypto-common v0.1.7
14072026-07-22T07:16:10.065Z Compiling block-buffer v0.10.4
14082026-07-22T07:16:10.109Z Compiling der_derive v0.7.3
14092026-07-22T07:16:10.175Z Compiling tinystr v0.8.2
14102026-07-22T07:16:10.225Z Compiling potential_utf v0.1.4
14112026-07-22T07:16:10.239Z Compiling futures-util v0.3.32
14122026-07-22T07:16:10.382Z Compiling icu_locale_core v2.1.1
14132026-07-22T07:16:10.397Z Compiling icu_collections v2.1.1
14142026-07-22T07:16:10.895Z Compiling digest v0.10.7
14152026-07-22T07:16:10.932Z Compiling tracing-attributes v0.1.31
14162026-07-22T07:16:11.106Z Compiling icu_provider v2.1.1
14172026-07-22T07:16:11.144Z Compiling tracing-core v0.1.36
14182026-07-22T07:16:11.283Z Compiling bytes v1.11.1
14192026-07-22T07:16:11.300Z Compiling chrono v0.4.45
14202026-07-22T07:16:11.410Z Compiling icu_normalizer v2.1.1
14212026-07-22T07:16:11.707Z Compiling icu_properties v2.1.2
14222026-07-22T07:16:11.904Z Compiling tokio v1.52.1
14232026-07-22T07:16:11.943Z Compiling http v1.4.2
14242026-07-22T07:16:12.256Z Compiling aws-lc-rs v1.16.3
14252026-07-22T07:16:12.554Z Compiling flagset v0.4.7
14262026-07-22T07:16:12.589Z Compiling idna_adapter v1.2.1
14272026-07-22T07:16:12.685Z Compiling ppv-lite86 v0.2.21
14282026-07-22T07:16:12.700Z Compiling der v0.7.10
14292026-07-22T07:16:12.727Z Compiling idna v1.1.0
14302026-07-22T07:16:12.825Z Compiling http-body v1.0.1
14312026-07-22T07:16:12.828Z Compiling tracing v0.1.44
14322026-07-22T07:16:12.865Z Compiling thiserror v2.0.18
14332026-07-22T07:16:12.969Z Compiling rand_chacha v0.9.0
14342026-07-22T07:16:12.986Z Compiling rustls-pki-types v1.14.0
14352026-07-22T07:16:13.075Z Compiling url v2.5.8
14362026-07-22T07:16:13.090Z Compiling serde_derive_internals v0.29.1
14372026-07-22T07:16:13.384Z Compiling httparse v1.10.1
14382026-07-22T07:16:13.434Z Compiling tinyvec_macros v0.1.1
14392026-07-22T07:16:13.508Z Compiling cmov v0.5.4
14402026-07-22T07:16:13.656Z Compiling openssl-probe v0.2.1
14412026-07-22T07:16:13.718Z Compiling dyn-clone v1.0.20
14422026-07-22T07:16:13.735Z Compiling schemars v0.8.22
14432026-07-22T07:16:13.852Z Compiling ctutils v0.4.2
14442026-07-22T07:16:13.866Z Compiling spki v0.7.3
14452026-07-22T07:16:13.879Z Compiling tinyvec v1.10.0
14462026-07-22T07:16:13.892Z Compiling rand v0.9.2
14472026-07-22T07:16:13.956Z Compiling schemars_derive v0.8.22
14482026-07-22T07:16:13.972Z Compiling pest_generator v2.8.6
14492026-07-22T07:16:14.059Z Compiling aho-corasick v1.1.4
14502026-07-22T07:16:14.082Z Compiling tower-layer v0.3.3
14512026-07-22T07:16:14.214Z Compiling untrusted v0.7.1
14522026-07-22T07:16:14.238Z Compiling tower-service v0.3.3
14532026-07-22T07:16:14.332Z Compiling try-lock v0.2.5
14542026-07-22T07:16:14.332Z Compiling atomic-waker v1.1.2
14552026-07-22T07:16:14.452Z Compiling want v0.3.1
14562026-07-22T07:16:14.466Z Compiling tempfile v3.25.0
14572026-07-22T07:16:14.617Z Compiling hybrid-array v0.4.13
14582026-07-22T07:16:14.650Z Compiling pest_derive v2.8.6
14592026-07-22T07:16:14.833Z Compiling ipnet v2.11.0
14602026-07-22T07:16:14.955Z Compiling regex-automata v0.4.14
14612026-07-22T07:16:15.102Z Compiling scroll_derive v0.13.1
14622026-07-22T07:16:15.352Z Compiling darling_core v0.20.11
14632026-07-22T07:16:15.441Z Compiling rustls v0.23.41
14642026-07-22T07:16:15.631Z Compiling foreign-types-shared v0.1.1
14652026-07-22T07:16:15.718Z Compiling tokio-util v0.7.18
14662026-07-22T07:16:15.767Z Compiling openssl v0.10.79
14672026-07-22T07:16:15.923Z Compiling cpufeatures v0.2.17
14682026-07-22T07:16:15.999Z Compiling untrusted v0.9.0
14692026-07-22T07:16:16.014Z Compiling httpdate v1.0.3
14702026-07-22T07:16:16.142Z Compiling scroll v0.13.0
14712026-07-22T07:16:16.246Z Compiling foreign-types v0.3.2
14722026-07-22T07:16:16.319Z Compiling unicode-normalization v0.1.25
14732026-07-22T07:16:16.411Z Compiling h2 v0.4.15
14742026-07-22T07:16:16.566Z Compiling pkcs8 v0.10.2
14752026-07-22T07:16:16.785Z Compiling openssl-macros v0.1.1
14762026-07-22T07:16:16.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-22T07:16:17.165Z Compiling socket2 v0.5.10
14782026-07-22T07:16:17.193Z Compiling spin v0.9.8
14792026-07-22T07:16:17.221Z Compiling crc32fast v1.5.0
14802026-07-22T07:16:17.402Z Compiling native-tls v0.2.18
14812026-07-22T07:16:17.504Z Compiling powerfmt v0.2.0
14822026-07-22T07:16:17.560Z Compiling num-conv v0.2.0
14832026-07-22T07:16:17.595Z Compiling time-core v0.1.8
14842026-07-22T07:16:17.649Z Compiling darling_macro v0.20.11
14852026-07-22T07:16:17.681Z Compiling deranged v0.5.8
14862026-07-22T07:16:17.737Z Compiling time-macros v0.2.27
14872026-07-22T07:16:18.134Z Compiling darling v0.20.11
14882026-07-22T07:16:18.217Z Compiling goblin v0.10.5
14892026-07-22T07:16:18.642Z Compiling sha2 v0.10.9
14902026-07-22T07:16:18.815Z Compiling hmac v0.12.1
14912026-07-22T07:16:18.973Z Compiling sync_wrapper v1.0.2
14922026-07-22T07:16:19.070Z Compiling wait-timeout v0.2.1
14932026-07-22T07:16:19.085Z Compiling syn v1.0.109
14942026-07-22T07:16:19.337Z Compiling bit-vec v0.8.0
14952026-07-22T07:16:19.401Z Compiling quick-error v1.2.3
14962026-07-22T07:16:19.505Z Compiling hyper v1.10.1
14972026-07-22T07:16:19.564Z Compiling usdt-impl v0.6.0
14982026-07-22T07:16:19.786Z Compiling simd-adler32 v0.3.8
14992026-07-22T07:16:20.017Z Compiling crossbeam-utils v0.8.21
15002026-07-22T07:16:20.081Z Compiling siphasher v1.0.2
15012026-07-22T07:16:20.274Z Compiling num_threads v0.1.7
15022026-07-22T07:16:20.371Z Compiling unicode-segmentation v1.12.0
15032026-07-22T07:16:20.403Z Compiling time v0.3.47
15042026-07-22T07:16:20.727Z Compiling hyper-util v0.1.20
15052026-07-22T07:16:20.779Z Compiling bit-set v0.8.0
15062026-07-22T07:16:20.826Z Compiling rusty-fork v0.3.1
15072026-07-22T07:16:20.990Z Compiling dof v0.4.0
15082026-07-22T07:16:21.150Z Compiling tower v0.5.3
15092026-07-22T07:16:21.165Z Compiling derive_builder_core v0.20.2
15102026-07-22T07:16:21.830Z Compiling dtrace-parser v0.3.0
15112026-07-22T07:16:21.999Z Compiling http-body-util v0.1.3
15122026-07-22T07:16:22.039Z Compiling heapless v0.7.17
15132026-07-22T07:16:22.162Z Compiling thiserror-impl v1.0.69
15142026-07-22T07:16:22.235Z Compiling scroll_derive v0.12.1
15152026-07-22T07:16:22.290Z Compiling rand_xorshift v0.4.0
15162026-07-22T07:16:22.452Z Compiling slog v2.8.2
15172026-07-22T07:16:22.481Z Compiling darling_core v0.23.0
15182026-07-22T07:16:22.493Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-22T07:16:22.576Z Compiling thread-id v5.1.0
15202026-07-22T07:16:22.647Z Compiling cookie v0.18.1
15212026-07-22T07:16:22.661Z Compiling unarray v0.1.4
15222026-07-22T07:16:22.771Z Compiling allocator-api2 v0.2.21
15232026-07-22T07:16:22.783Z Compiling unicode-properties v0.1.4
15242026-07-22T07:16:22.845Z Compiling adler2 v2.0.1
15252026-07-22T07:16:22.899Z Compiling paste v1.0.15
15262026-07-22T07:16:22.976Z Compiling unicode-bidi v0.3.18
15272026-07-22T07:16:22.990Z Compiling signal-hook v0.3.18
15282026-07-22T07:16:23.090Z Compiling ryu v1.0.23
15292026-07-22T07:16:23.173Z Compiling anyhow v1.0.102
15302026-07-22T07:16:23.188Z Compiling iri-string v0.7.10
15312026-07-22T07:16:23.265Z Compiling zstd-safe v7.2.4
15322026-07-22T07:16:23.426Z Compiling thiserror v1.0.69
15332026-07-22T07:16:23.474Z Compiling stringprep v0.1.5
15342026-07-22T07:16:23.501Z Compiling serde_urlencoded v0.7.1
15352026-07-22T07:16:23.589Z Compiling miniz_oxide v0.8.9
15362026-07-22T07:16:23.688Z Compiling scroll v0.12.0
15372026-07-22T07:16:23.902Z Compiling proptest v1.10.0
15382026-07-22T07:16:24.227Z Compiling derive_builder_macro v0.20.2
15392026-07-22T07:16:24.529Z Compiling tower-http v0.6.8
15402026-07-22T07:16:24.544Z Compiling tokio-native-tls v0.3.1
15412026-07-22T07:16:24.677Z Compiling heck v0.4.1
15422026-07-22T07:16:24.694Z Compiling camino v1.2.2
15432026-07-22T07:16:24.896Z Compiling bstr v1.12.1
15442026-07-22T07:16:24.932Z Compiling ipnetwork v0.21.1
15452026-07-22T07:16:24.986Z Compiling darling_macro v0.23.0
15462026-07-22T07:16:25.119Z Compiling crypto-common v0.2.2
15472026-07-22T07:16:25.247Z Compiling block-buffer v0.12.1
15482026-07-22T07:16:25.372Z Compiling block-padding v0.4.2
15492026-07-22T07:16:25.448Z Compiling rustls-native-certs v0.8.3
15502026-07-22T07:16:25.521Z Compiling rand_chacha v0.3.1
15512026-07-22T07:16:25.538Z Compiling toml_datetime v0.6.11
15522026-07-22T07:16:25.597Z Compiling serde_tokenstream v0.2.3
15532026-07-22T07:16:25.746Z Compiling erased-serde v0.3.31
15542026-07-22T07:16:25.802Z Compiling serde_spanned v0.6.9
15552026-07-22T07:16:25.888Z Compiling hex v0.4.3
15562026-07-22T07:16:25.946Z Compiling signature v2.2.0
15572026-07-22T07:16:26.138Z Compiling md-5 v0.10.6
15582026-07-22T07:16:26.168Z Compiling curve25519-dalek v4.1.3
15592026-07-22T07:16:26.250Z Compiling zerocopy-derive v0.7.35
15602026-07-22T07:16:26.306Z Compiling async-trait v0.1.89
15612026-07-22T07:16:26.345Z Compiling pin-project-internal v1.1.11
15622026-07-22T07:16:26.510Z Compiling vergen-lib v9.1.0
15632026-07-22T07:16:26.705Z Compiling hash32 v0.2.1
15642026-07-22T07:16:26.863Z Compiling num-integer v0.1.46
15652026-07-22T07:16:26.900Z Compiling memoffset v0.9.1
15662026-07-22T07:16:27.110Z Compiling encoding_rs v0.8.35
15672026-07-22T07:16:27.130Z Compiling num-bigint-dig v0.8.6
15682026-07-22T07:16:27.192Z Compiling rustix v0.38.44
15692026-07-22T07:16:27.328Z Compiling ref-cast v1.0.25
15702026-07-22T07:16:27.331Z Compiling mime v0.3.17
15712026-07-22T07:16:27.455Z Compiling zlib-rs v0.6.2
15722026-07-22T07:16:27.552Z Compiling litrs v1.0.0
15732026-07-22T07:16:27.602Z Compiling cfg_aliases v0.2.1
15742026-07-22T07:16:27.644Z Compiling psl-types v2.0.11
15752026-07-22T07:16:27.678Z Compiling fallible-iterator v0.2.0
15762026-07-22T07:16:27.772Z Compiling smoltcp v0.9.1
15772026-07-22T07:16:27.995Z Compiling postgres-protocol v0.6.10
15782026-07-22T07:16:28.072Z Compiling document-features v0.2.12
15792026-07-22T07:16:28.150Z Compiling publicsuffix v2.3.0
15802026-07-22T07:16:28.327Z Compiling nix v0.31.2
15812026-07-22T07:16:28.490Z Compiling hubpack_derive v0.1.1
15822026-07-22T07:16:28.633Z Compiling pin-project v1.1.11
15832026-07-22T07:16:28.702Z Compiling zerocopy v0.7.35
15842026-07-22T07:16:28.723Z Compiling num-iter v0.1.45
15852026-07-22T07:16:28.835Z Compiling newtype-uuid v1.3.2
15862026-07-22T07:16:28.947Z Compiling rand v0.8.6
15872026-07-22T07:16:29.162Z Compiling darling v0.23.0
15882026-07-22T07:16:29.198Z Compiling inout v0.2.2
15892026-07-22T07:16:29.241Z Compiling oxnet v0.1.6
15902026-07-22T07:16:29.257Z Compiling snafu-derive v0.8.9
15912026-07-22T07:16:29.282Z Compiling derive_builder v0.20.2
15922026-07-22T07:16:29.374Z Compiling hyper-tls v0.6.0
15932026-07-22T07:16:29.608Z Compiling goblin v0.8.2
15942026-07-22T07:16:30.186Z Compiling phf_shared v0.13.1
15952026-07-22T07:16:30.237Z Compiling lazy_static v1.5.0
15962026-07-22T07:16:30.327Z Compiling regex v1.12.3
15972026-07-22T07:16:30.435Z Compiling anstyle-parse v0.2.7
15982026-07-22T07:16:30.624Z Compiling flate2 v1.1.9
15992026-07-22T07:16:30.670Z Compiling strum_macros v0.27.2
16002026-07-22T07:16:30.777Z Compiling futures-executor v0.3.32
16012026-07-22T07:16:30.947Z Compiling terminal_size v0.4.3
16022026-07-22T07:16:31.048Z Compiling ref-cast-impl v1.0.25
16032026-07-22T07:16:31.055Z Compiling daft-derive v0.1.7
16042026-07-22T07:16:31.088Z Compiling curve25519-dalek-derive v0.1.1
16052026-07-22T07:16:31.218Z Compiling vergen v9.1.0
16062026-07-22T07:16:31.417Z Compiling cargo-platform v0.3.2
16072026-07-22T07:16:31.614Z Compiling ff v0.13.1
16082026-07-22T07:16:31.704Z Compiling fs-err v3.3.0
16092026-07-22T07:16:31.754Z Compiling ahash v0.8.12
16102026-07-22T07:16:31.754Z Compiling bitflags v1.3.2
16112026-07-22T07:16:31.798Z Compiling object v0.37.3
16122026-07-22T07:16:31.841Z Compiling base16ct v0.2.0
16132026-07-22T07:16:31.916Z Compiling libbz2-rs-sys v0.2.2
16142026-07-22T07:16:31.975Z Compiling winnow v0.5.40
16152026-07-22T07:16:32.025Z Compiling managed v0.8.0
16162026-07-22T07:16:32.082Z Compiling bumpalo v3.20.2
16172026-07-22T07:16:32.242Z Compiling foldhash v0.1.5
16182026-07-22T07:16:32.346Z Compiling same-file v1.0.6
16192026-07-22T07:16:32.423Z Compiling foldhash v0.2.0
16202026-07-22T07:16:32.528Z Compiling walkdir v2.5.0
16212026-07-22T07:16:32.616Z Compiling hashbrown v0.16.1
16222026-07-22T07:16:32.664Z Compiling hashbrown v0.15.5
16232026-07-22T07:16:32.702Z Compiling strum v0.27.2
16242026-07-22T07:16:32.832Z Compiling bzip2 v0.6.1
16252026-07-22T07:16:32.849Z Compiling zopfli v0.8.3
16262026-07-22T07:16:33.239Z Compiling sec1 v0.7.3
16272026-07-22T07:16:33.259Z Compiling clap_builder v4.6.0
16282026-07-22T07:16:33.372Z Compiling toml_edit v0.19.15
16292026-07-22T07:16:33.462Z Compiling dof v0.3.0
16302026-07-22T07:16:33.511Z Compiling daft v0.1.7
16312026-07-22T07:16:33.794Z Compiling group v0.13.0
16322026-07-22T07:16:33.976Z Compiling cargo_metadata v0.23.1
16332026-07-22T07:16:34.009Z Compiling snafu v0.8.9
16342026-07-22T07:16:34.187Z Compiling futures v0.3.32
16352026-07-22T07:16:34.277Z Compiling anstream v0.6.21
16362026-07-22T07:16:34.372Z Compiling phf v0.13.1
16372026-07-22T07:16:34.588Z Compiling signal-hook-mio v0.2.5
16382026-07-22T07:16:34.712Z Compiling cookie_store v0.22.1
16392026-07-22T07:16:35.443Z Compiling zstd v0.13.3
16402026-07-22T07:16:35.450Z Compiling reqwest v0.12.28
16412026-07-22T07:16:35.467Z Compiling bzip2 v0.4.4
16422026-07-22T07:16:35.682Z Compiling cipher v0.5.2
16432026-07-22T07:16:35.699Z Compiling serde_with_macros v3.21.0
16442026-07-22T07:16:35.995Z Compiling hubpack v0.1.2
16452026-07-22T07:16:36.240Z Compiling postgres-types v0.2.12
16462026-07-22T07:16:36.362Z Compiling ed25519 v2.2.3
16472026-07-22T07:16:36.638Z Compiling usdt-macro v0.6.0
16482026-07-22T07:16:36.798Z Compiling usdt-attr-macro v0.6.0
16492026-07-22T07:16:36.857Z Compiling globset v0.4.18
16502026-07-22T07:16:37.289Z Compiling dtrace-parser v0.2.0
16512026-07-22T07:16:37.328Z Compiling phf_shared v0.11.3
16522026-07-22T07:16:37.410Z Compiling hkdf v0.12.4
16532026-07-22T07:16:37.516Z Compiling pkcs1 v0.7.5
16542026-07-22T07:16:37.551Z Compiling olpc-cjson v0.1.4
16552026-07-22T07:16:37.590Z Compiling enum-as-inner v0.6.1
16562026-07-22T07:16:37.617Z Compiling strum_macros v0.26.4
16572026-07-22T07:16:37.714Z Compiling clap_derive v4.6.1
16582026-07-22T07:16:37.916Z Compiling serde-big-array v0.5.1
16592026-07-22T07:16:38.060Z Compiling serde_plain v1.0.2
16602026-07-22T07:16:38.060Z Compiling crypto-bigint v0.5.5
16612026-07-22T07:16:38.109Z Compiling pem v3.0.6
16622026-07-22T07:16:38.257Z Compiling async-recursion v1.1.1
16632026-07-22T07:16:38.430Z Compiling serde_repr v0.1.20
16642026-07-22T07:16:38.932Z Compiling float-cmp v0.10.0
16652026-07-22T07:16:38.987Z Compiling thread-id v4.2.2
16662026-07-22T07:16:39.070Z Compiling memmap2 v0.9.10
16672026-07-22T07:16:39.084Z Compiling env_filter v1.0.0
16682026-07-22T07:16:39.246Z Compiling whoami v2.1.0
16692026-07-22T07:16:39.285Z Compiling fixedbitset v0.5.7
16702026-07-22T07:16:39.382Z Compiling new_debug_unreachable v1.0.6
16712026-07-22T07:16:39.397Z Compiling jiff v0.2.21
16722026-07-22T07:16:39.458Z Compiling normalize-line-endings v0.3.0
16732026-07-22T07:16:39.524Z Compiling const-oid v0.10.2
16742026-07-22T07:16:39.556Z Compiling cpufeatures v0.3.0
16752026-07-22T07:16:39.591Z Compiling fixedbitset v0.4.2
16762026-07-22T07:16:39.625Z Compiling keccak v0.1.6
16772026-07-22T07:16:39.641Z Compiling precomputed-hash v0.1.1
16782026-07-22T07:16:39.728Z Compiling predicates-core v1.0.10
16792026-07-22T07:16:39.743Z Compiling static_assertions v1.1.0
16802026-07-22T07:16:39.816Z Compiling difflib v0.4.0
16812026-07-22T07:16:39.831Z Compiling winnow v1.0.3
16822026-07-22T07:16:39.906Z Compiling typed-path v0.9.3
16832026-07-22T07:16:40.222Z Compiling data-encoding v2.10.0
16842026-07-22T07:16:40.247Z Compiling either v1.15.0
16852026-07-22T07:16:40.360Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-22T07:16:40.402Z Compiling predicates v3.1.4
16872026-07-22T07:16:40.447Z Compiling itertools v0.13.0
16882026-07-22T07:16:40.462Z Compiling toml_edit v0.22.27
16892026-07-22T07:16:40.934Z Compiling hickory-proto v0.25.2
16902026-07-22T07:16:40.997Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-22T07:16:41.074Z Compiling sha3 v0.10.8
16922026-07-22T07:16:41.190Z Compiling petgraph v0.6.5
16932026-07-22T07:16:41.536Z Compiling string_cache v0.8.9
16942026-07-22T07:16:41.726Z Compiling digest v0.11.3
16952026-07-22T07:16:41.770Z Compiling chacha20 v0.10.0
16962026-07-22T07:16:41.951Z Compiling clap v4.6.1
16972026-07-22T07:16:42.040Z Compiling petgraph v0.8.3
16982026-07-22T07:16:42.144Z Compiling zip v4.6.1
16992026-07-22T07:16:42.718Z Compiling tokio-postgres v0.7.16
17002026-07-22T07:16:43.125Z Compiling strum v0.26.3
17012026-07-22T07:16:43.251Z Compiling env_logger v0.11.9
17022026-07-22T07:16:43.270Z Compiling usdt v0.6.0
17032026-07-22T07:16:43.532Z Compiling usdt-impl v0.5.0
17042026-07-22T07:16:43.598Z Compiling elliptic-curve v0.13.8
17052026-07-22T07:16:43.740Z Compiling rsa v0.9.10
17062026-07-22T07:16:43.840Z Compiling crossterm v0.28.1
17072026-07-22T07:16:44.011Z Compiling serde_with v3.21.0
17082026-07-22T07:16:44.039Z Compiling ed25519-dalek v2.2.0
17092026-07-22T07:16:44.690Z Compiling zip v0.6.6
17102026-07-22T07:16:45.180Z Compiling toml v0.7.8
17112026-07-22T07:16:45.333Z Compiling iddqd v0.4.2
17122026-07-22T07:16:45.816Z Compiling byte-wrapper v0.1.0
17132026-07-22T07:16:45.878Z Compiling similar v2.7.0
17142026-07-22T07:16:45.913Z Compiling crossbeam-epoch v0.9.18
17152026-07-22T07:16:45.985Z Compiling tokio-stream v0.1.18
17162026-07-22T07:16:46.148Z Compiling buf-list v1.1.2
17172026-07-22T07:16:46.245Z Compiling x509-cert v0.2.5
17182026-07-22T07:16:46.426Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-07-22T07:16:46.449Z Compiling openapiv3 v2.2.0
17202026-07-22T07:16:46.651Z Compiling peg-runtime v0.8.5
17212026-07-22T07:16:46.736Z Compiling lalrpop-util v0.19.12
17222026-07-22T07:16:46.759Z Compiling thread_local v1.1.9
17232026-07-22T07:16:46.930Z Compiling slog-async v2.8.0
17242026-07-22T07:16:46.945Z Compiling crossbeam-channel v0.5.15
17252026-07-22T07:16:47.022Z Compiling is-terminal v0.4.17
17262026-07-22T07:16:47.117Z Compiling filetime v0.2.27
17272026-07-22T07:16:47.136Z Compiling term v1.2.1
17282026-07-22T07:16:47.267Z Compiling xattr v1.6.1
17292026-07-22T07:16:47.296Z Compiling take_mut v0.2.2
17302026-07-22T07:16:47.402Z Compiling slog-term v2.9.2
17312026-07-22T07:16:47.416Z Compiling tar v0.4.46
17322026-07-22T07:16:47.720Z Compiling camino-tempfile v1.4.1
17332026-07-22T07:16:58.448Z Compiling rustls-webpki v0.103.13
17342026-07-22T07:17:01.208Z Compiling tokio-rustls v0.26.4
17352026-07-22T07:17:01.208Z Compiling rustls-platform-verifier v0.6.2
17362026-07-22T07:17:01.208Z Compiling tough v0.22.0
17372026-07-22T07:17:01.417Z Compiling hyper-rustls v0.27.7
17382026-07-22T07:17:01.636Z Compiling reqwest v0.13.2
17392026-07-22T07:17:03.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17402026-07-22T07:17:04.109Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17412026-07-22T07:17:07.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17422026-07-22T07:17:07.638Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17432026-07-22T07:17:07.638ZJul 22 07:17:05.609 INFO Starting download, target: Cockroach
17442026-07-22T07:17:07.638ZJul 22 07:17:05.610 INFO Starting download, target: Clickhouse
17452026-07-22T07:17:07.638ZJul 22 07:17:05.610 INFO Starting download, target: Console
17462026-07-22T07:17:07.638ZJul 22 07:17:05.610 INFO Starting download, target: DendriteStub
17472026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Starting download, target: MaghemiteMgd
17482026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Starting download, target: MaghemiteDdmd
17492026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Starting download, target: TransceiverControl
17502026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-07-22T07:17:07.639ZJul 22 07:17:05.610 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-07-22T07:17:08.439ZJul 22 07:17:06.772 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-07-22T07:17:08.676ZJul 22 07:17:07.005 INFO Download complete, target: TransceiverControl
17592026-07-22T07:17:09.029ZJul 22 07:17:07.367 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17602026-07-22T07:17:09.473ZJul 22 07:17:07.854 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-07-22T07:17:09.765ZJul 22 07:17:08.121 INFO Download complete, target: Console
17622026-07-22T07:17:11.619ZJul 22 07:17:09.991 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17632026-07-22T07:17:11.960ZJul 22 07:17:10.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-07-22T07:17:12.548ZJul 22 07:17:10.928 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-07-22T07:17:13.170ZJul 22 07:17:11.564 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-07-22T07:17:13.170ZJul 22 07:17:11.564 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-07-22T07:17:13.690ZJul 22 07:17:12.091 INFO Download complete, target: MaghemiteDdmd
17682026-07-22T07:17:14.728ZJul 22 07:17:13.130 INFO Download complete, target: DendriteStub
17692026-07-22T07:17:15.251ZJul 22 07:17:13.652 INFO Download complete, target: MaghemiteMgd
17702026-07-22T07:17:16.109ZJul 22 07:17:14.510 INFO Checking that binary works, target: Clickhouse
17712026-07-22T07:17:16.256ZJul 22 07:17:14.655 INFO Download complete, target: Clickhouse
17722026-07-22T07:17:17.972ZJul 22 07:17:16.373 INFO Checking that binary works, target: Cockroach
17732026-07-22T07:17:18.094ZJul 22 07:17:16.493 INFO Download complete, target: Cockroach
17742026-07-22T07:17:18.106ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-07-22T07:17:18.109Z
17762026-07-22T07:17:18.109Zreal 2:05.221791588
17772026-07-22T07:17:18.109Zuser 6:46.768819417
17782026-07-22T07:17:18.109Zsys 1:22.704993018
17792026-07-22T07:17:18.109Ztrap 0.226064018
17802026-07-22T07:17:18.109Ztflt 0.504142393
17812026-07-22T07:17:18.109Zdflt 0.871653929
17822026-07-22T07:17:18.109Zkflt 0.024988545
17832026-07-22T07:17:18.109Zlock 22:39.502337380
17842026-07-22T07:17:18.109Zslp 20:36.209579793
17852026-07-22T07:17:18.109Zlat 44.093099126
17862026-07-22T07:17:18.109Zstop 1:59.815528700
17872026-07-22T07:17:18.109Z+ banner clippy
17882026-07-22T07:17:18.110Z
17892026-07-22T07:17:18.110Z #### # # ##### ##### # #
17902026-07-22T07:17:18.110Z # # # # # # # # # #
17912026-07-22T07:17:18.110Z # # # # # # # #
17922026-07-22T07:17:18.110Z # # # ##### ##### #
17932026-07-22T07:17:18.110Z # # # # # # #
17942026-07-22T07:17:18.110Z #### ###### # # # #
17952026-07-22T07:17:18.110Z
17962026-07-22T07:17:18.110Z+ export CARGO_INCREMENTAL=0
17972026-07-22T07:17:18.110Z+ CARGO_INCREMENTAL=0
17982026-07-22T07:17:18.110Z+ ptime -m cargo xtask clippy
17992026-07-22T07:17:18.576Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-07-22T07:17:18.866Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-07-22T07:17:20.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18022026-07-22T07:17:20.711Z Running `target/debug/xtask clippy`
18032026-07-22T07:17:20.743Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18042026-07-22T07:17:21.327Z Downloading crates ...
18052026-07-22T07:17:21.537Z Downloaded concurrent-queue v2.5.0
18062026-07-22T07:17:21.542Z Downloaded constant_time_eq v0.3.1
18072026-07-22T07:17:21.546Z Downloaded cfg-expr v0.20.6
18082026-07-22T07:17:21.549Z Downloaded cast v0.3.0
18092026-07-22T07:17:21.552Z Downloaded parking v2.2.1
18102026-07-22T07:17:21.552Z Downloaded escape8259 v0.5.3
18112026-07-22T07:17:21.552Z Downloaded plotters-backend v0.3.7
18122026-07-22T07:17:21.555Z Downloaded guppy-workspace-hack v0.1.0
18132026-07-22T07:17:21.555Z Downloaded assert-json-diff v2.0.2
18142026-07-22T07:17:21.558Z Downloaded hex-literal v0.4.1
18152026-07-22T07:17:21.560Z Downloaded miette-derive v5.10.0
18162026-07-22T07:17:21.561Z Downloaded plotters-svg v0.3.7
18172026-07-22T07:17:21.567Z Downloaded target-triple v1.0.0
18182026-07-22T07:17:21.569Z Downloaded similar-asserts v1.7.0
18192026-07-22T07:17:21.569Z Downloaded serde_regex v1.1.0
18202026-07-22T07:17:21.572Z Downloaded nested v0.1.1
18212026-07-22T07:17:21.572Z Downloaded event-listener-strategy v0.5.4
18222026-07-22T07:17:21.572Z Downloaded approx v0.5.1
18232026-07-22T07:17:21.576Z Downloaded backtrace-ext v0.2.1
18242026-07-22T07:17:21.579Z Downloaded linkme-impl v0.3.35
18252026-07-22T07:17:21.579Z Downloaded async-object-pool v0.2.0
18262026-07-22T07:17:21.579Z Downloaded futures-timer v3.0.3
18272026-07-22T07:17:21.581Z Downloaded anes v0.1.6
18282026-07-22T07:17:21.590Z Downloaded pathdiff v0.2.3
18292026-07-22T07:17:21.595Z Downloaded supports-color v2.1.0
18302026-07-22T07:17:21.599Z Downloaded terminal_size v0.1.17
18312026-07-22T07:17:21.602Z Downloaded supports-unicode v2.1.0
18322026-07-22T07:17:21.605Z Downloaded supports-hyperlinks v2.1.0
18332026-07-22T07:17:21.609Z Downloaded criterion-plot v0.6.0
18342026-07-22T07:17:21.612Z Downloaded path-tree v0.8.3
18352026-07-22T07:17:21.615Z Downloaded libtest-mimic v0.8.1
18362026-07-22T07:17:21.618Z Downloaded datatest-stable v0.3.3
18372026-07-22T07:17:21.621Z Downloaded relative-path v1.9.3
18382026-07-22T07:17:21.624Z Downloaded rustc-demangle v0.1.27
18392026-07-22T07:17:21.626Z Downloaded oorandom v11.1.5
18402026-07-22T07:17:21.626Z Downloaded knuffel-derive v3.2.0
18412026-07-22T07:17:21.629Z Downloaded target-spec v3.5.7
18422026-07-22T07:17:21.632Z Downloaded termcolor v1.4.1
18432026-07-22T07:17:21.632Z Downloaded owo-colors v3.5.0
18442026-07-22T07:17:21.635Z Downloaded tinytemplate v1.2.1
18452026-07-22T07:17:21.638Z Downloaded rust-argon2 v2.1.0
18462026-07-22T07:17:21.638Z Downloaded linkme v0.3.35
18472026-07-22T07:17:21.639Z Downloaded target-lexicon v0.13.3
18482026-07-22T07:17:21.642Z Downloaded blake2b_simd v1.0.4
18492026-07-22T07:17:21.645Z Downloaded async-lock v3.4.2
18502026-07-22T07:17:21.645Z Downloaded assert_cmd v2.1.2
18512026-07-22T07:17:21.651Z Downloaded event-listener v5.4.1
18522026-07-22T07:17:21.651Z Downloaded partial-io v0.5.4
18532026-07-22T07:17:21.651Z Downloaded chumsky v0.9.3
18542026-07-22T07:17:21.659Z Downloaded trybuild v1.0.116
18552026-07-22T07:17:21.659Z Downloaded stringmetrics v2.2.2
18562026-07-22T07:17:21.665Z Downloaded addr2line v0.25.1
18572026-07-22T07:17:21.665Z Downloaded textwrap v0.15.2
18582026-07-22T07:17:21.671Z Downloaded httptest v0.16.4
18592026-07-22T07:17:21.674Z Downloaded rstest v0.25.0
18602026-07-22T07:17:21.679Z Downloaded hickory-client v0.25.2
18612026-07-22T07:17:21.680Z Downloaded knuffel v3.2.0
18622026-07-22T07:17:21.682Z Downloaded rstest_macros v0.25.0
18632026-07-22T07:17:21.685Z Downloaded rand_distr v0.5.1
18642026-07-22T07:17:21.685Z Downloaded backtrace v0.3.76
18652026-07-22T07:17:21.688Z Downloaded fancy-regex v0.14.0
18662026-07-22T07:17:21.691Z Downloaded miette v5.10.0
18672026-07-22T07:17:21.709Z Downloaded plotters v0.3.7
18682026-07-22T07:17:21.714Z Downloaded hashbrown v0.14.5
18692026-07-22T07:17:21.717Z Downloaded guppy v0.17.25
18702026-07-22T07:17:21.721Z Downloaded criterion v0.7.0
18712026-07-22T07:17:21.730Z Downloaded gimli v0.32.3
18722026-07-22T07:17:21.835Z Downloaded httpmock v0.8.3
18732026-07-22T07:17:23.542Z Checking cfg-if v1.0.4
18742026-07-22T07:17:23.910Z Checking libc v0.2.185
18752026-07-22T07:17:23.914Z Checking serde_core v1.0.228
18762026-07-22T07:17:23.984Z Checking memchr v2.8.0
18772026-07-22T07:17:24.026Z Checking smallvec v1.15.1
18782026-07-22T07:17:24.065Z Checking zeroize v1.8.2
18792026-07-22T07:17:24.103Z Checking rand_core v0.10.0
18802026-07-22T07:17:24.142Z Checking itoa v1.0.17
18812026-07-22T07:17:24.180Z Checking subtle v2.6.1
18822026-07-22T07:17:24.239Z Checking log v0.4.29
18832026-07-22T07:17:24.280Z Checking libm v0.2.16
18842026-07-22T07:17:24.331Z Checking typenum v1.20.1
18852026-07-22T07:17:24.369Z Checking scopeguard v1.2.0
18862026-07-22T07:17:24.410Z Checking getrandom v0.4.1
18872026-07-22T07:17:24.410Z Checking errno v0.3.14
18882026-07-22T07:17:24.484Z Checking stable_deref_trait v1.2.1
18892026-07-22T07:17:24.520Z Checking zmij v1.0.21
18902026-07-22T07:17:24.524Z Checking lock_api v0.4.14
18912026-07-22T07:17:24.601Z Checking zerofrom v0.1.6
18922026-07-22T07:17:24.647Z Checking percent-encoding v2.3.2
18932026-07-22T07:17:24.682Z Checking litemap v0.8.1
18942026-07-22T07:17:24.753Z Checking yoke v0.8.1
18952026-07-22T07:17:24.788Z Checking writeable v0.6.2
18962026-07-22T07:17:24.830Z Checking icu_properties_data v2.1.2
18972026-07-22T07:17:24.834Z Checking icu_normalizer_data v2.1.1
18982026-07-22T07:17:24.903Z Checking form_urlencoded v1.2.2
18992026-07-22T07:17:24.945Z Checking zerovec v0.11.5
19002026-07-22T07:17:24.945Z Checking zerotrie v0.2.3
19012026-07-22T07:17:25.015Z Checking num-traits v0.2.19
19022026-07-22T07:17:25.015Z Checking utf8_iter v1.0.4
19032026-07-22T07:17:25.092Z Checking pin-project-lite v0.2.17
19042026-07-22T07:17:25.134Z Checking zerocopy v0.8.40
19052026-07-22T07:17:25.176Z Checking parking_lot_core v0.9.12
19062026-07-22T07:17:25.217Z Checking portable-atomic v1.13.1
19072026-07-22T07:17:25.261Z Checking critical-section v1.2.0
19082026-07-22T07:17:25.306Z Checking signal-hook-registry v1.4.8
19092026-07-22T07:17:25.396Z Checking parking_lot v0.12.5
19102026-07-22T07:17:25.434Z Checking tinystr v0.8.2
19112026-07-22T07:17:25.434Z Checking potential_utf v0.1.4
19122026-07-22T07:17:25.507Z Checking serde v1.0.228
19132026-07-22T07:17:25.507Z Checking serde_json v1.0.150
19142026-07-22T07:17:25.577Z Checking bitflags v2.11.0
19152026-07-22T07:17:25.618Z Checking mio v1.2.0
19162026-07-22T07:17:25.663Z Checking icu_locale_core v2.1.1
19172026-07-22T07:17:25.675Z Checking icu_collections v2.1.1
19182026-07-22T07:17:25.727Z Checking once_cell v1.21.3
19192026-07-22T07:17:25.787Z Checking iana-time-zone v0.1.65
19202026-07-22T07:17:25.937Z Checking uuid v1.23.4
19212026-07-22T07:17:25.940Z Checking socket2 v0.6.3
19222026-07-22T07:17:26.016Z Checking bytes v1.11.1
19232026-07-22T07:17:26.020Z Checking chrono v0.4.45
19242026-07-22T07:17:26.100Z Checking semver v1.0.28
19252026-07-22T07:17:26.247Z Checking thiserror v2.0.18
19262026-07-22T07:17:26.281Z Checking icu_provider v2.1.1
19272026-07-22T07:17:26.351Z Checking dyn-clone v1.0.20
19282026-07-22T07:17:26.395Z Checking futures-core v0.3.32
19292026-07-22T07:17:26.395Z Checking equivalent v1.0.2
19302026-07-22T07:17:26.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19312026-07-22T07:17:26.504Z Checking getrandom v0.2.17
19322026-07-22T07:17:26.507Z Checking tokio v1.52.1
19332026-07-22T07:17:26.540Z Checking rustix v1.1.3
19342026-07-22T07:17:26.612Z Checking icu_normalizer v2.1.1
19352026-07-22T07:17:26.615Z Checking icu_properties v2.1.2
19362026-07-22T07:17:26.685Z Checking rand_core v0.6.4
19372026-07-22T07:17:26.778Z Checking byteorder v1.5.0
19382026-07-22T07:17:26.896Z Checking cmov v0.5.4
19392026-07-22T07:17:26.950Z Checking futures-sink v0.3.32
19402026-07-22T07:17:26.989Z Checking getrandom v0.3.4
19412026-07-22T07:17:27.027Z Checking slab v0.4.12
19422026-07-22T07:17:27.080Z Checking futures-channel v0.3.32
19432026-07-22T07:17:27.118Z Checking ctutils v0.4.2
19442026-07-22T07:17:27.166Z Checking futures-task v0.3.32
19452026-07-22T07:17:27.216Z Checking futures-io v0.3.32
19462026-07-22T07:17:27.308Z Checking generic-array v0.14.7
19472026-07-22T07:17:27.347Z Checking hashbrown v0.17.0
19482026-07-22T07:17:27.384Z Checking hybrid-array v0.4.13
19492026-07-22T07:17:27.387Z Checking futures-util v0.3.32
19502026-07-22T07:17:27.459Z Checking thiserror v1.0.69
19512026-07-22T07:17:27.507Z Checking idna_adapter v1.2.1
19522026-07-22T07:17:27.591Z Checking fnv v1.0.7
19532026-07-22T07:17:27.659Z Checking idna v1.1.0
19542026-07-22T07:17:27.732Z Checking const-oid v0.9.6
19552026-07-22T07:17:27.821Z Checking regex-syntax v0.8.10
19562026-07-22T07:17:27.868Z Checking indexmap v2.14.0
19572026-07-22T07:17:27.940Z Checking url v2.5.8
19582026-07-22T07:17:28.016Z Checking ppv-lite86 v0.2.21
19592026-07-22T07:17:28.187Z Checking crypto-common v0.2.2
19602026-07-22T07:17:28.340Z Checking base64ct v1.8.3
19612026-07-22T07:17:28.410Z Checking schemars v0.8.22
19622026-07-22T07:17:28.461Z Checking crypto-common v0.1.7
19632026-07-22T07:17:28.500Z Checking block-buffer v0.12.1
19642026-07-22T07:17:28.608Z Checking block-buffer v0.10.4
19652026-07-22T07:17:28.648Z Checking utf8parse v0.2.2
19662026-07-22T07:17:28.694Z Checking base64 v0.22.1
19672026-07-22T07:17:28.781Z Checking digest v0.10.7
19682026-07-22T07:17:28.786Z Checking anstyle v1.0.14
19692026-07-22T07:17:28.855Z Checking http v1.4.2
19702026-07-22T07:17:28.965Z Checking tracing-core v0.1.36
19712026-07-22T07:17:29.013Z Checking is_terminal_polyfill v1.70.2
19722026-07-22T07:17:29.051Z Checking colorchoice v1.0.4
19732026-07-22T07:17:29.093Z Checking anstyle-query v1.1.5
19742026-07-22T07:17:29.133Z Checking rand_core v0.9.5
19752026-07-22T07:17:29.172Z Checking anstyle-parse v1.0.0
19762026-07-22T07:17:29.210Z Checking terminal_size v0.4.3
19772026-07-22T07:17:29.248Z Checking ipnet v2.11.0
19782026-07-22T07:17:29.311Z Checking tracing v0.1.44
19792026-07-22T07:17:29.351Z Checking strsim v0.11.1
19802026-07-22T07:17:29.387Z Checking anstream v1.0.0
19812026-07-22T07:17:29.391Z Checking clap_lex v1.0.0
19822026-07-22T07:17:29.460Z Checking const-oid v0.10.2
19832026-07-22T07:17:29.463Z Checking rand_chacha v0.9.0
19842026-07-22T07:17:29.536Z Checking aho-corasick v1.1.4
19852026-07-22T07:17:29.571Z Checking crossbeam-utils v0.8.21
19862026-07-22T07:17:29.575Z Checking erased-serde v0.3.31
19872026-07-22T07:17:29.644Z Checking clap_builder v4.6.0
19882026-07-22T07:17:29.644Z Checking powerfmt v0.2.0
19892026-07-22T07:17:29.647Z Checking unicode-ident v1.0.24
19902026-07-22T07:17:29.751Z Checking rand v0.9.2
19912026-07-22T07:17:29.828Z Checking deranged v0.5.8
19922026-07-22T07:17:29.869Z Checking proc-macro2 v1.0.106
19932026-07-22T07:17:29.872Z Checking tokio-util v0.7.18
19942026-07-22T07:17:29.953Z Checking httparse v1.10.1
19952026-07-22T07:17:30.027Z Checking slog v2.8.2
19962026-07-22T07:17:30.196Z Checking time-core v0.1.8
19972026-07-22T07:17:30.234Z Checking num-conv v0.2.0
19982026-07-22T07:17:30.237Z Checking regex-automata v0.4.14
19992026-07-22T07:17:30.310Z Checking num_threads v0.1.7
20002026-07-22T07:17:30.344Z Checking quote v1.0.45
20012026-07-22T07:17:30.384Z Checking anyhow v1.0.102
20022026-07-22T07:17:30.423Z Checking allocator-api2 v0.2.21
20032026-07-22T07:17:30.428Z Checking cpufeatures v0.3.0
20042026-07-22T07:17:30.546Z Checking syn v2.0.117
20052026-07-22T07:17:30.550Z Checking digest v0.11.3
20062026-07-22T07:17:30.616Z Checking cpufeatures v0.2.17
20072026-07-22T07:17:30.619Z Checking fastrand v2.3.0
20082026-07-22T07:17:30.727Z Checking http-body v1.0.1
20092026-07-22T07:17:30.765Z Checking ipnetwork v0.21.1
20102026-07-22T07:17:30.806Z Checking atomic-waker v1.1.2
20112026-07-22T07:17:30.843Z Checking time v0.3.47
20122026-07-22T07:17:30.881Z Checking aws-lc-sys v0.40.0
20132026-07-22T07:17:30.918Z Checking rustls-pki-types v1.14.0
20142026-07-22T07:17:30.956Z Checking httpdate v1.0.3
20152026-07-22T07:17:30.994Z Checking clap v4.6.1
20162026-07-22T07:17:31.032Z Checking untrusted v0.7.1
20172026-07-22T07:17:31.108Z Checking try-lock v0.2.5
20182026-07-22T07:17:31.146Z Checking h2 v0.4.15
20192026-07-22T07:17:31.183Z Checking tempfile v3.25.0
20202026-07-22T07:17:31.242Z Checking want v0.3.1
20212026-07-22T07:17:31.295Z Checking ryu v1.0.23
20222026-07-22T07:17:31.398Z Checking tower-service v0.3.3
20232026-07-22T07:17:31.437Z Checking aws-lc-rs v1.16.3
20242026-07-22T07:17:31.440Z Checking tower-layer v0.3.3
20252026-07-22T07:17:31.508Z Checking hex v0.4.3
20262026-07-22T07:17:31.546Z Checking pem-rfc7468 v0.7.0
20272026-07-22T07:17:31.655Z Checking spin v0.9.8
20282026-07-22T07:17:31.740Z Checking socket2 v0.5.10
20292026-07-22T07:17:31.781Z Checking flagset v0.4.7
20302026-07-22T07:17:31.871Z Checking mime v0.3.17
20312026-07-22T07:17:31.939Z Checking untrusted v0.9.0
20322026-07-22T07:17:32.021Z Checking der v0.7.10
20332026-07-22T07:17:32.024Z Checking simd-adler32 v0.3.8
20342026-07-22T07:17:32.095Z Checking http-body-util v0.1.3
20352026-07-22T07:17:32.099Z Checking adler2 v2.0.1
20362026-07-22T07:17:32.173Z Checking oxnet v0.1.6
20372026-07-22T07:17:32.274Z Checking block-padding v0.4.2
20382026-07-22T07:17:32.319Z Checking miniz_oxide v0.8.9
20392026-07-22T07:17:32.322Z Checking rustls-webpki v0.103.13
20402026-07-22T07:17:32.410Z Checking openssl-probe v0.2.1
20412026-07-22T07:17:32.453Z Checking pretty-hex v0.4.1
20422026-07-22T07:17:32.514Z Checking inout v0.2.2
20432026-07-22T07:17:32.554Z Checking serde_urlencoded v0.7.1
20442026-07-22T07:17:32.607Z Checking camino v1.2.2
20452026-07-22T07:17:32.697Z Checking encoding_rs v0.8.35
20462026-07-22T07:17:32.755Z Checking plain v0.2.3
20472026-07-22T07:17:32.794Z Checking regex v1.12.3
20482026-07-22T07:17:32.798Z Checking rustls v0.23.41
20492026-07-22T07:17:32.798Z Checking rand_chacha v0.3.1
20502026-07-22T07:17:32.902Z Checking ucd-trie v0.1.7
20512026-07-22T07:17:32.905Z Checking spki v0.7.3
20522026-07-22T07:17:32.973Z Checking cipher v0.5.2
20532026-07-22T07:17:33.099Z Checking pest v2.8.6
20542026-07-22T07:17:33.102Z Checking rand v0.8.6
20552026-07-22T07:17:33.102Z Checking futures-executor v0.3.32
20562026-07-22T07:17:33.208Z Checking sync_wrapper v1.0.2
20572026-07-22T07:17:33.246Z Checking crc32fast v1.5.0
20582026-07-22T07:17:33.317Z Checking futures v0.3.32
20592026-07-22T07:17:33.355Z Checking tower v0.5.3
20602026-07-22T07:17:33.423Z Checking iri-string v0.7.10
20612026-07-22T07:17:33.461Z Checking either v1.15.0
20622026-07-22T07:17:33.683Z Checking pkcs8 v0.10.2
20632026-07-22T07:17:33.722Z Checking zlib-rs v0.6.2
20642026-07-22T07:17:33.725Z Checking static_assertions v1.1.0
20652026-07-22T07:17:33.795Z Checking foldhash v0.2.0
20662026-07-22T07:17:33.834Z Checking sha2 v0.10.9
20672026-07-22T07:17:33.875Z Checking openapiv3 v2.2.0
20682026-07-22T07:17:33.986Z Checking hashbrown v0.16.1
20692026-07-22T07:17:34.047Z Checking hyper v1.10.1
20702026-07-22T07:17:34.142Z Checking bit-vec v0.8.0
20712026-07-22T07:17:34.220Z Checking lazy_static v1.5.0
20722026-07-22T07:17:34.345Z Checking hubpack v0.1.2
20732026-07-22T07:17:34.384Z Checking bit-set v0.8.0
20742026-07-22T07:17:34.480Z Checking tower-http v0.6.8
20752026-07-22T07:17:34.530Z Checking wait-timeout v0.2.1
20762026-07-22T07:17:34.569Z Checking rustls-native-certs v0.8.3
20772026-07-22T07:17:34.572Z Checking strum v0.26.3
20782026-07-22T07:17:34.683Z Checking flate2 v1.1.9
20792026-07-22T07:17:34.724Z Checking quick-error v1.2.3
20802026-07-22T07:17:34.759Z Checking psl-types v2.0.11
20812026-07-22T07:17:34.762Z Checking cookie v0.18.1
20822026-07-22T07:17:34.832Z Checking rand_xorshift v0.4.0
20832026-07-22T07:17:34.871Z Checking rusty-fork v0.3.1
20842026-07-22T07:17:34.912Z Checking publicsuffix v2.3.0
20852026-07-22T07:17:34.983Z Checking signature v2.2.0
20862026-07-22T07:17:35.022Z Checking num-integer v0.1.46
20872026-07-22T07:17:35.061Z Checking unarray v0.1.4
20882026-07-22T07:17:35.095Z Checking hyper-util v0.1.20
20892026-07-22T07:17:35.132Z Checking tinyvec_macros v0.1.1
20902026-07-22T07:17:35.135Z Checking cookie_store v0.22.1
20912026-07-22T07:17:35.204Z Checking scroll v0.13.0
20922026-07-22T07:17:35.222Z Checking tokio-rustls v0.26.4
20932026-07-22T07:17:35.222Z Checking proptest v1.10.0
20942026-07-22T07:17:35.310Z Checking tinyvec v1.10.0
20952026-07-22T07:17:35.316Z Checking rustls-platform-verifier v0.6.2
20962026-07-22T07:17:35.349Z Checking anstyle-parse v0.2.7
20972026-07-22T07:17:35.463Z Checking goblin v0.10.5
20982026-07-22T07:17:35.504Z Checking ahash v0.8.12
20992026-07-22T07:17:35.540Z Checking toml_datetime v0.6.11
21002026-07-22T07:17:35.543Z Checking serde_spanned v0.6.9
21012026-07-22T07:17:35.613Z Checking memmap2 v0.9.10
21022026-07-22T07:17:35.653Z Checking anstream v0.6.21
21032026-07-22T07:17:35.725Z Checking dtrace-parser v0.3.0
21042026-07-22T07:17:35.766Z Checking thread-id v5.1.0
21052026-07-22T07:17:35.806Z Checking data-encoding v2.10.0
21062026-07-22T07:17:35.809Z Checking x509-cert v0.2.5
21072026-07-22T07:17:35.877Z Checking bstr v1.12.1
21082026-07-22T07:17:35.915Z Checking hmac v0.12.1
21092026-07-22T07:17:35.992Z Checking num-iter v0.1.45
21102026-07-22T07:17:36.087Z Checking crossbeam-epoch v0.9.18
21112026-07-22T07:17:36.125Z Checking memoffset v0.9.1
21122026-07-22T07:17:36.163Z Checking scroll v0.12.0
21132026-07-22T07:17:36.239Z Checking env_filter v1.0.0
21142026-07-22T07:17:36.316Z Checking num-bigint-dig v0.8.6
21152026-07-22T07:17:36.353Z Checking pkcs1 v0.7.5
21162026-07-22T07:17:36.399Z Checking hyper-rustls v0.27.7
21172026-07-22T07:17:36.438Z Checking goblin v0.8.2
21182026-07-22T07:17:36.443Z Checking env_logger v0.11.9
21192026-07-22T07:17:36.544Z Checking zerocopy v0.7.35
21202026-07-22T07:17:36.588Z Checking rustix v0.38.44
21212026-07-22T07:17:36.640Z Checking reqwest v0.13.2
21222026-07-22T07:17:36.692Z Checking foreign-types-shared v0.1.1
21232026-07-22T07:17:36.808Z Checking unicode-segmentation v1.12.0
21242026-07-22T07:17:37.075Z Checking foreign-types v0.3.2
21252026-07-22T07:17:37.147Z Checking newtype-uuid v1.3.2
21262026-07-22T07:17:37.187Z Checking nix v0.31.2
21272026-07-22T07:17:37.190Z Checking rsa v0.9.10
21282026-07-22T07:17:37.190Z Checking dtrace-parser v0.2.0
21292026-07-22T07:17:37.383Z Checking daft v0.1.7
21302026-07-22T07:17:37.422Z Checking ff v0.13.1
21312026-07-22T07:17:37.488Z Checking openssl-sys v0.9.115
21322026-07-22T07:17:37.541Z Checking thread-id v4.2.2
21332026-07-22T07:17:37.581Z Checking same-file v1.0.6
21342026-07-22T07:17:37.654Z Checking winnow v0.5.40
21352026-07-22T07:17:37.657Z Checking base16ct v0.2.0
21362026-07-22T07:17:37.728Z Checking walkdir v2.5.0
21372026-07-22T07:17:37.766Z Checking group v0.13.0
21382026-07-22T07:17:37.846Z Checking sec1 v0.7.3
21392026-07-22T07:17:37.887Z Checking dof v0.4.0
21402026-07-22T07:17:37.924Z Checking hkdf v0.12.4
21412026-07-22T07:17:37.927Z Checking openssl v0.10.79
21422026-07-22T07:17:37.996Z Checking serde_with v3.21.0
21432026-07-22T07:17:38.078Z Checking crypto-bigint v0.5.5
21442026-07-22T07:17:38.116Z Checking bzip2-sys v0.1.13+1.0.8
21452026-07-22T07:17:38.232Z Checking keccak v0.1.6
21462026-07-22T07:17:38.408Z Checking dof v0.3.0
21472026-07-22T07:17:38.448Z Checking winnow v0.7.14
21482026-07-22T07:17:38.451Z Checking foldhash v0.1.5
21492026-07-22T07:17:38.540Z Checking usdt-impl v0.6.0
21502026-07-22T07:17:38.648Z Checking hashbrown v0.15.5
21512026-07-22T07:17:38.723Z Checking usdt-impl v0.5.0
21522026-07-22T07:17:38.847Z Checking toml_edit v0.19.15
21532026-07-22T07:17:38.887Z Checking usdt v0.6.0
21542026-07-22T07:17:39.013Z Checking elliptic-curve v0.13.8
21552026-07-22T07:17:39.053Z Checking sha3 v0.10.8
21562026-07-22T07:17:39.091Z Checking bzip2 v0.4.4
21572026-07-22T07:17:39.146Z Checking unicode-normalization v0.1.25
21582026-07-22T07:17:39.287Z Checking itertools v0.13.0
21592026-07-22T07:17:39.291Z Checking bitflags v1.3.2
21602026-07-22T07:17:39.361Z Checking winnow v1.0.3
21612026-07-22T07:17:39.426Z Checking siphasher v1.0.2
21622026-07-22T07:17:39.517Z Checking zip v0.6.6
21632026-07-22T07:17:39.587Z Checking signal-hook v0.3.18
21642026-07-22T07:17:39.626Z Checking toml_write v0.1.2
21652026-07-22T07:17:39.673Z Checking managed v0.8.0
21662026-07-22T07:17:39.713Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-22T07:17:39.814Z Checking globset v0.4.18
21682026-07-22T07:17:39.854Z Checking toml_edit v0.22.27
21692026-07-22T07:17:39.892Z Checking chacha20 v0.10.0
21702026-07-22T07:17:39.932Z Checking curve25519-dalek v4.1.3
21712026-07-22T07:17:39.969Z Checking toml v0.7.8
21722026-07-22T07:17:40.037Z Checking native-tls v0.2.18
21732026-07-22T07:17:40.079Z Checking object v0.37.3
21742026-07-22T07:17:40.114Z Checking signal-hook-mio v0.2.5
21752026-07-22T07:17:40.176Z Checking ed25519 v2.2.3
21762026-07-22T07:17:40.245Z Checking tokio-native-tls v0.3.1
21772026-07-22T07:17:40.284Z Checking ref-cast v1.0.25
21782026-07-22T07:17:40.322Z Checking pin-project v1.1.11
21792026-07-22T07:17:40.384Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-07-22T07:17:40.425Z Checking pem v3.0.6
21812026-07-22T07:17:40.428Z Checking libbz2-rs-sys v0.2.2
21822026-07-22T07:17:40.501Z Checking hyper-tls v0.6.0
21832026-07-22T07:17:40.506Z Checking bumpalo v3.20.2
21842026-07-22T07:17:40.572Z Checking zstd-safe v7.2.4
21852026-07-22T07:17:40.612Z Checking fixedbitset v0.5.7
21862026-07-22T07:17:40.704Z Checking reqwest v0.12.28
21872026-07-22T07:17:40.749Z Checking ed25519-dalek v2.2.0
21882026-07-22T07:17:40.789Z Checking zstd v0.13.3
21892026-07-22T07:17:40.792Z Checking zopfli v0.8.3
21902026-07-22T07:17:40.860Z Checking petgraph v0.8.3
21912026-07-22T07:17:40.903Z Checking bzip2 v0.6.1
21922026-07-22T07:17:41.013Z Checking snafu v0.8.9
21932026-07-22T07:17:41.054Z Checking crossterm v0.28.1
21942026-07-22T07:17:41.057Z Checking olpc-cjson v0.1.4
21952026-07-22T07:17:41.127Z Checking similar v2.7.0
21962026-07-22T07:17:41.172Z Checking fs-err v3.3.0
21972026-07-22T07:17:41.256Z Checking hash32 v0.2.1
21982026-07-22T07:17:41.296Z Checking serde-big-array v0.5.1
21992026-07-22T07:17:41.448Z Checking serde_plain v1.0.2
22002026-07-22T07:17:41.489Z Checking unicode-bidi v0.3.18
22012026-07-22T07:17:41.528Z Checking typed-path v0.9.3
22022026-07-22T07:17:41.532Z Checking predicates-core v1.0.10
22032026-07-22T07:17:41.603Z Checking jiff v0.2.21
22042026-07-22T07:17:41.645Z Checking unicode-properties v0.1.4
22052026-07-22T07:17:41.688Z Checking heapless v0.7.17
22062026-07-22T07:17:41.791Z Checking hickory-proto v0.25.2
22072026-07-22T07:17:41.830Z Checking byte-wrapper v0.1.0
22082026-07-22T07:17:41.866Z Checking stringprep v0.1.5
22092026-07-22T07:17:42.052Z Checking md-5 v0.10.6
22102026-07-22T07:17:42.093Z Checking float-cmp v0.10.0
22112026-07-22T07:17:42.137Z Checking difflib v0.4.0
22122026-07-22T07:17:42.227Z Checking normalize-line-endings v0.3.0
22132026-07-22T07:17:42.265Z Checking fallible-iterator v0.2.0
22142026-07-22T07:17:42.349Z Checking smoltcp v0.9.1
22152026-07-22T07:17:42.352Z Checking predicates v3.1.4
22162026-07-22T07:17:42.421Z Checking tough v0.22.0
22172026-07-22T07:17:42.467Z Checking iddqd v0.4.2
22182026-07-22T07:17:42.523Z Checking phf_shared v0.13.1
22192026-07-22T07:17:42.573Z Checking postgres-protocol v0.6.10
22202026-07-22T07:17:42.721Z Checking phf_shared v0.11.3
22212026-07-22T07:17:42.761Z Checking tokio-stream v0.1.18
22222026-07-22T07:17:42.897Z Checking buf-list v1.1.2
22232026-07-22T07:17:42.936Z Checking strum v0.27.2
22242026-07-22T07:17:42.984Z Checking fixedbitset v0.4.2
22252026-07-22T07:17:43.080Z Checking new_debug_unreachable v1.0.6
22262026-07-22T07:17:43.117Z Checking precomputed-hash v0.1.1
22272026-07-22T07:17:43.167Z Checking lalrpop-util v0.19.12
22282026-07-22T07:17:43.170Z Checking petgraph v0.6.5
22292026-07-22T07:17:43.241Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22302026-07-22T07:17:43.244Z Checking string_cache v0.8.9
22312026-07-22T07:17:43.364Z Checking postgres-types v0.2.12
22322026-07-22T07:17:43.431Z Checking phf v0.13.1
22332026-07-22T07:17:43.469Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22342026-07-22T07:17:43.615Z Checking whoami v2.1.0
22352026-07-22T07:17:43.714Z Checking peg-runtime v0.8.5
22362026-07-22T07:17:43.846Z Checking tokio-postgres v0.7.16
22372026-07-22T07:17:43.888Z Checking is-terminal v0.4.17
22382026-07-22T07:17:43.931Z Checking zip v4.6.1
22392026-07-22T07:17:43.931Z Checking crossbeam-channel v0.5.15
22402026-07-22T07:17:44.013Z Checking thread_local v1.1.9
22412026-07-22T07:17:44.215Z Checking term v1.2.1
22422026-07-22T07:17:44.328Z Checking take_mut v0.2.2
22432026-07-22T07:17:44.464Z Checking slog-async v2.8.0
22442026-07-22T07:17:44.503Z Checking slog-term v2.9.2
22452026-07-22T07:17:44.506Z Compiling structmeta-derive v0.3.0
22462026-07-22T07:17:44.538Z Compiling newtype-uuid-macros v0.1.0
22472026-07-22T07:17:44.612Z Checking match_cfg v0.1.0
22482026-07-22T07:17:44.666Z Checking slog-json v2.6.1
22492026-07-22T07:17:44.670Z Compiling multer v3.1.0
22502026-07-22T07:17:44.739Z Checking hostname v0.3.1
22512026-07-22T07:17:44.798Z Compiling async-stream-impl v0.3.6
22522026-07-22T07:17:44.856Z Compiling dropshot v0.17.1
22532026-07-22T07:17:44.895Z Checking slog-bunyan v2.5.0
22542026-07-22T07:17:45.013Z Compiling dropshot_endpoint v0.17.1
22552026-07-22T07:17:45.052Z Checking debug-ignore v1.0.5
22562026-07-22T07:17:45.165Z Checking progenitor-client v0.14.0
22572026-07-22T07:17:45.203Z Checking sha1 v0.11.0
22582026-07-22T07:17:45.206Z Checking serde_spanned v1.1.1
22592026-07-22T07:17:45.380Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-07-22T07:17:45.417Z Checking serde_path_to_error v0.1.20
22612026-07-22T07:17:45.454Z Checking toml_datetime v1.1.1+spec-1.1.0
22622026-07-22T07:17:45.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-22T07:17:45.457Z Checking toml_writer v1.1.1+spec-1.1.0
22642026-07-22T07:17:45.662Z Compiling structmeta v0.3.0
22652026-07-22T07:17:45.701Z Checking compression-core v0.4.31
22662026-07-22T07:17:45.704Z Checking toml v1.1.2+spec-1.1.0
22672026-07-22T07:17:45.775Z Checking async-stream v0.3.6
22682026-07-22T07:17:45.860Z Checking compression-codecs v0.4.37
22692026-07-22T07:17:45.897Z Checking rustls-pemfile v2.2.0
22702026-07-22T07:17:45.934Z Compiling derive-ex v0.1.8
22712026-07-22T07:17:45.970Z Checking waitgroup v0.1.2
22722026-07-22T07:17:46.006Z Checking hostname v0.4.2
22732026-07-22T07:17:46.062Z Checking async-compression v0.4.41
22742026-07-22T07:17:46.101Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-07-22T07:17:46.104Z Checking atomicwrites v0.4.4
22762026-07-22T07:17:46.104Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-07-22T07:17:46.210Z Checking itertools v0.14.0
22782026-07-22T07:17:46.250Z Compiling parse-display-derive v0.10.0
22792026-07-22T07:17:46.296Z Checking macaddr v1.0.1
22802026-07-22T07:17:46.345Z Checking regress v0.10.5
22812026-07-22T07:17:46.349Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-07-22T07:17:46.418Z Checking instant v0.1.13
22832026-07-22T07:17:46.508Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-07-22T07:17:46.545Z Checking backoff v0.4.0
22852026-07-22T07:17:46.757Z Checking backon v1.6.0
22862026-07-22T07:17:46.797Z Checking humantime v2.3.0
22872026-07-22T07:17:46.835Z Checking unicode-width v0.2.0
22882026-07-22T07:17:46.954Z Checking progenitor-extras v0.2.0
22892026-07-22T07:17:47.012Z Compiling convert_case v0.4.0
22902026-07-22T07:17:47.122Z Checking heck v0.5.0
22912026-07-22T07:17:47.210Z Checking half v2.7.1
22922026-07-22T07:17:47.280Z Checking ciborium-io v0.2.2
22932026-07-22T07:17:47.320Z Checking secrecy v0.10.3
22942026-07-22T07:17:47.429Z Checking indent_write v2.2.0
22952026-07-22T07:17:47.441Z Compiling derive_more v0.99.20
22962026-07-22T07:17:47.477Z Checking camino-tempfile v1.4.1
22972026-07-22T07:17:47.516Z Checking ciborium-ll v0.2.2
22982026-07-22T07:17:47.570Z Compiling regress v0.11.1
22992026-07-22T07:17:47.672Z Compiling crucible-workspace-hack v0.1.0
23002026-07-22T07:17:47.710Z Compiling test-strategy v0.4.5
23012026-07-22T07:17:47.744Z Checking ciborium v0.2.2
23022026-07-22T07:17:47.867Z Checking inout v0.1.4
23032026-07-22T07:17:47.993Z Checking parse-display v0.10.0
23042026-07-22T07:17:48.034Z Checking cipher v0.4.4
23052026-07-22T07:17:48.174Z Checking universal-hash v0.5.1
23062026-07-22T07:17:48.212Z Compiling thiserror-impl-no-std v2.0.2
23072026-07-22T07:17:48.265Z Checking opaque-debug v0.3.1
23082026-07-22T07:17:48.332Z Checking chacha20 v0.9.1
23092026-07-22T07:17:48.371Z Checking poly1305 v0.8.0
23102026-07-22T07:17:48.564Z Checking blake2 v0.10.6
23112026-07-22T07:17:48.669Z Checking aead v0.5.2
23122026-07-22T07:17:48.853Z Checking password-hash v0.5.0
23132026-07-22T07:17:48.859Z Compiling unsafe-libyaml v0.2.11
23142026-07-22T07:17:48.928Z Checking chacha20poly1305 v0.10.1
23152026-07-22T07:17:49.089Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23162026-07-22T07:17:49.151Z Checking argon2 v0.5.3
23172026-07-22T07:17:49.261Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23182026-07-22T07:17:49.462Z Compiling typify-impl v0.6.2
23192026-07-22T07:17:49.534Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-07-22T07:17:49.537Z Checking thiserror-no-std v2.0.2
23212026-07-22T07:17:49.661Z Checking vsss-rs v3.3.4
23222026-07-22T07:17:49.664Z Compiling serde_yaml v0.9.34+deprecated
23232026-07-22T07:17:49.734Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-07-22T07:17:49.919Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23252026-07-22T07:17:50.100Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23262026-07-22T07:17:50.246Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23272026-07-22T07:17:50.372Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23282026-07-22T07:17:50.870Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23292026-07-22T07:17:50.908Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23302026-07-22T07:17:50.966Z Checking swrite v0.1.0
23312026-07-22T07:17:51.065Z Checking crossbeam-deque v0.8.6
23322026-07-22T07:17:51.104Z Compiling rayon-core v1.13.0
23332026-07-22T07:17:51.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
23342026-07-22T07:17:51.295Z Compiling darling_core v0.21.3
23352026-07-22T07:17:51.445Z Compiling toml_edit v0.23.10+spec-1.0.0
23362026-07-22T07:17:51.759Z Compiling proc-macro-error v1.0.4
23372026-07-22T07:17:51.975Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23382026-07-22T07:17:52.106Z Compiling proc-macro-crate v3.4.0
23392026-07-22T07:17:52.109Z Checking rayon v1.11.0
23402026-07-22T07:17:52.109Z Checking toml v0.8.23
23412026-07-22T07:17:52.542Z Checking tabwriter v1.4.1
23422026-07-22T07:17:52.545Z Checking glob v0.3.3
23432026-07-22T07:17:52.621Z Checking colored v3.1.1
23442026-07-22T07:17:52.685Z Compiling num_enum_derive v0.7.6
23452026-07-22T07:17:52.732Z Compiling heapless v0.8.0
23462026-07-22T07:17:52.801Z Checking hash32 v0.3.1
23472026-07-22T07:17:52.852Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23482026-07-22T07:17:52.957Z Compiling smoltcp v0.11.0
23492026-07-22T07:17:53.160Z Checking cobs v0.3.0
23502026-07-22T07:17:53.337Z Compiling usdt-macro v0.5.0
23512026-07-22T07:17:53.423Z Compiling usdt-attr-macro v0.5.0
23522026-07-22T07:17:53.575Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23532026-07-22T07:17:53.652Z Checking memmap v0.7.0
23542026-07-22T07:17:53.690Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23552026-07-22T07:17:53.760Z Checking num_enum v0.7.6
23562026-07-22T07:17:53.856Z Compiling darling_macro v0.21.3
23572026-07-22T07:17:53.902Z Checking postcard v1.1.3
23582026-07-22T07:17:53.986Z Checking rand v0.10.1
23592026-07-22T07:17:54.024Z Compiling typify-macro v0.6.2
23602026-07-22T07:17:54.113Z Compiling proc-macro-crate v1.3.1
23612026-07-22T07:17:54.224Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23622026-07-22T07:17:54.261Z Checking usdt v0.5.0
23632026-07-22T07:17:54.383Z Compiling darling v0.21.3
23642026-07-22T07:17:54.457Z Checking sigpipe v0.1.3
23652026-07-22T07:17:54.494Z Compiling foreign-types-macros v0.2.3
23662026-07-22T07:17:54.498Z Compiling ingot-macros v0.1.1
23672026-07-22T07:17:54.562Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23682026-07-22T07:17:54.597Z Checking foreign-types-shared v0.3.1
23692026-07-22T07:17:54.634Z Compiling num_enum_derive v0.5.11
23702026-07-22T07:17:54.897Z Checking cstr-argument v0.1.2
23712026-07-22T07:17:55.005Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23722026-07-22T07:17:55.052Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
23732026-07-22T07:17:55.092Z Compiling num-derive v0.4.2
23742026-07-22T07:17:55.135Z Checking foreign-types v0.5.0
23752026-07-22T07:17:55.245Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23762026-07-22T07:17:55.477Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23772026-07-22T07:17:55.547Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23782026-07-22T07:17:55.582Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23792026-07-22T07:17:55.652Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-22T07:17:55.714Z Checking num_enum v0.5.11
23812026-07-22T07:17:55.810Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-07-22T07:17:55.847Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23832026-07-22T07:17:55.883Z Compiling typify v0.6.2
23842026-07-22T07:17:55.950Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23852026-07-22T07:17:56.023Z Compiling progenitor-impl v0.14.0
23862026-07-22T07:17:56.171Z Compiling zone_cfg_derive v0.3.1
23872026-07-22T07:17:56.174Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23882026-07-22T07:17:56.239Z Checking itertools v0.12.1
23892026-07-22T07:17:56.410Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23902026-07-22T07:17:56.705Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
23912026-07-22T07:17:56.885Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23922026-07-22T07:17:56.919Z Checking smf v0.2.3
23932026-07-22T07:17:56.999Z Checking whoami v1.6.1
23942026-07-22T07:17:57.036Z Compiling derive-where v1.6.0
23952026-07-22T07:17:57.135Z Checking tokio-dtrace v0.1.1
23962026-07-22T07:17:57.183Z Checking console v0.15.11
23972026-07-22T07:17:57.220Z Checking newline-converter v0.3.0
23982026-07-22T07:17:57.309Z Checking zone v0.3.1
23992026-07-22T07:17:57.359Z Checking oxide-tokio-rt v0.1.4
24002026-07-22T07:17:57.394Z Checking bytecount v0.6.9
24012026-07-22T07:17:57.452Z Checking ingot-types v0.1.2
24022026-07-22T07:17:57.495Z Checking expectorate v1.2.0
24032026-07-22T07:17:57.534Z Checking unicode-width v0.1.14
24042026-07-22T07:17:57.601Z Checking num-rational v0.4.2
24052026-07-22T07:17:57.658Z Checking num-complex v0.4.6
24062026-07-22T07:17:57.709Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-07-22T07:17:57.818Z Checking float-ord v0.3.2
24082026-07-22T07:17:57.854Z Checking ingot v0.1.1
24092026-07-22T07:17:57.889Z Compiling cancel-safe-futures v0.1.5
24102026-07-22T07:17:57.954Z Checking linear-map v1.2.0
24112026-07-22T07:17:58.026Z Checking num v0.4.3
24122026-07-22T07:17:58.130Z Checking gethostname v0.5.0
24132026-07-22T07:17:58.169Z Compiling prettyplease v0.2.37
24142026-07-22T07:17:58.252Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-07-22T07:17:58.455Z Checking oxide-update-engine-types v0.1.2
24162026-07-22T07:17:58.505Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-07-22T07:17:58.705Z Compiling progenitor-macro v0.14.0
24182026-07-22T07:17:58.743Z Checking resolv-conf v0.7.6
24192026-07-22T07:17:58.780Z Compiling owo-colors v4.3.0
24202026-07-22T07:17:58.962Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-07-22T07:17:59.398Z Checking oxide-update-engine v0.1.2
24222026-07-22T07:17:59.492Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
24232026-07-22T07:17:59.543Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24242026-07-22T07:17:59.757Z Checking unicode-linebreak v0.1.5
24252026-07-22T07:17:59.829Z Checking smawk v0.3.2
24262026-07-22T07:17:59.869Z Checking papergrid v0.11.0
24272026-07-22T07:17:59.996Z Compiling tabled_derive v0.7.0
24282026-07-22T07:18:00.035Z Compiling convert_case v0.10.0
24292026-07-22T07:18:00.366Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24302026-07-22T07:18:00.402Z Compiling slog-dtrace v0.3.0
24312026-07-22T07:18:00.516Z Compiling derive_more-impl v2.1.1
24322026-07-22T07:18:00.680Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
24332026-07-22T07:18:00.787Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-07-22T07:18:00.787Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-07-22T07:18:01.013Z Checking tabled v0.15.0
24362026-07-22T07:18:01.416Z Checking derive_more v2.1.1
24372026-07-22T07:18:01.568Z Checking crossterm v0.29.0
24382026-07-22T07:18:01.847Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f4433191fba909e99e9b27e9e9700d916b96f38d#f4433191)
24392026-07-22T07:18:01.953Z Checking linked-hash-map v0.5.6
24402026-07-22T07:18:02.185Z Checking lru-cache v0.1.2
24412026-07-22T07:18:02.387Z Checking hickory-proto v0.24.4
24422026-07-22T07:18:02.428Z Checking fd-lock v4.0.4
24432026-07-22T07:18:02.667Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24442026-07-22T07:18:03.005Z Checking vte v0.14.1
24452026-07-22T07:18:03.387Z Checking display-error-chain v0.2.2
24462026-07-22T07:18:03.459Z Checking strip-ansi-escapes v0.2.1
24472026-07-22T07:18:03.599Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24482026-07-22T07:18:03.672Z Checking progenitor v0.14.0
24492026-07-22T07:18:03.797Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24502026-07-22T07:18:03.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-07-22T07:18:04.201Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
24522026-07-22T07:18:04.708Z Checking nu-ansi-term v0.50.3
24532026-07-22T07:18:04.754Z Checking termtree v0.5.1
24542026-07-22T07:18:04.928Z Checking hickory-resolver v0.24.4
24552026-07-22T07:18:04.966Z Checking reedline v0.40.0
24562026-07-22T07:18:05.002Z Checking textwrap v0.16.2
24572026-07-22T07:18:05.085Z Compiling minimal-lexical v0.2.1
24582026-07-22T07:18:05.377Z Compiling nom v7.1.3
24592026-07-22T07:18:05.419Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24602026-07-22T07:18:05.707Z Checking qorb v0.4.1
24612026-07-22T07:18:05.825Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24622026-07-22T07:18:05.915Z Compiling unicode-xid v0.2.6
24632026-07-22T07:18:06.084Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-07-22T07:18:06.250Z Compiling ar_archive_writer v0.5.1
24652026-07-22T07:18:06.441Z Checking csv-core v0.1.13
24662026-07-22T07:18:06.720Z Checking csv v1.4.0
24672026-07-22T07:18:06.820Z Compiling stacker v0.1.23
24682026-07-22T07:18:06.882Z Checking highway v1.3.0
24692026-07-22T07:18:07.046Z Compiling semver v0.1.20
24702026-07-22T07:18:07.131Z Compiling cfg_aliases v0.1.1
24712026-07-22T07:18:07.203Z Checking nibble_vec v0.1.0
24722026-07-22T07:18:07.207Z Compiling psm v0.1.30
24732026-07-22T07:18:07.274Z Compiling nix v0.28.0
24742026-07-22T07:18:07.277Z Compiling rustc_version v0.1.7
24752026-07-22T07:18:07.362Z Checking endian-type v0.1.2
24762026-07-22T07:18:07.398Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-07-22T07:18:07.527Z Checking radix_trie v0.2.1
24782026-07-22T07:18:07.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-07-22T07:18:07.567Z Compiling newtype_derive v0.1.6
24802026-07-22T07:18:07.720Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24812026-07-22T07:18:07.773Z Checking phf_shared v0.12.1
24822026-07-22T07:18:07.848Z Compiling recursive-proc-macro-impl v0.1.1
24832026-07-22T07:18:07.951Z Compiling chrono-tz v0.10.4
24842026-07-22T07:18:08.094Z Checking phf v0.12.1
24852026-07-22T07:18:08.296Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-07-22T07:18:08.300Z Compiling const_format_proc_macros v0.2.34
24872026-07-22T07:18:08.300Z Compiling peg-macros v0.8.5
24882026-07-22T07:18:08.371Z Checking nom v8.0.0
24892026-07-22T07:18:08.439Z Checking recursive v0.1.1
24902026-07-22T07:18:08.574Z Checking winnow v0.6.26
24912026-07-22T07:18:08.858Z Compiling sqlparser_derive v0.5.0
24922026-07-22T07:18:09.250Z Checking unicode_categories v0.1.1
24932026-07-22T07:18:09.286Z Checking home v0.5.12
24942026-07-22T07:18:09.424Z Checking rustyline v14.0.0
24952026-07-22T07:18:09.461Z Checking const_format v0.2.35
24962026-07-22T07:18:09.672Z Checking sqlparser v0.61.0
24972026-07-22T07:18:09.761Z Checking peg v0.8.5
24982026-07-22T07:18:09.835Z Checking sqlformat v0.3.5
24992026-07-22T07:18:09.975Z Checking bcs v0.1.6
25002026-07-22T07:18:10.162Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-07-22T07:18:10.243Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25022026-07-22T07:18:10.304Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-07-22T07:18:10.381Z Checking steno v0.4.1
25042026-07-22T07:18:10.436Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
25052026-07-22T07:18:10.586Z Checking sha1 v0.10.6
25062026-07-22T07:18:10.766Z Checking filetime v0.2.27
25072026-07-22T07:18:10.836Z Checking xattr v1.6.1
25082026-07-22T07:18:11.004Z Checking tar v0.4.46
25092026-07-22T07:18:11.380Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-07-22T07:18:11.458Z Checking base64 v0.21.7
25112026-07-22T07:18:11.495Z Checking subprocess v0.2.15
25122026-07-22T07:18:11.596Z Checking headers-core v0.3.0
25132026-07-22T07:18:11.740Z Checking headers v0.4.1
25142026-07-22T07:18:11.789Z Checking yasna v0.5.2
25152026-07-22T07:18:11.830Z Checking port-file v0.1.0
25162026-07-22T07:18:12.048Z Checking dropshot-api-manager-types v0.7.2
25172026-07-22T07:18:12.209Z Checking rcgen v0.12.1
25182026-07-22T07:18:12.248Z Checking tagptr v0.2.0
25192026-07-22T07:18:12.284Z Checking utf-8 v0.7.6
25202026-07-22T07:18:12.420Z Checking moka v0.12.13
25212026-07-22T07:18:12.456Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-07-22T07:18:12.563Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-22T07:18:12.604Z Checking tungstenite v0.21.0
25242026-07-22T07:18:12.643Z Compiling radium v0.7.0
25252026-07-22T07:18:13.084Z Compiling libefi-sys v0.1.0
25262026-07-22T07:18:13.090Z Checking tokio-tungstenite v0.21.0
25272026-07-22T07:18:13.152Z Checking hickory-resolver v0.25.2
25282026-07-22T07:18:13.317Z Compiling maybe-uninit v2.0.0
25292026-07-22T07:18:13.428Z Checking tap v1.0.1
25302026-07-22T07:18:13.574Z Checking wyz v0.5.1
25312026-07-22T07:18:13.811Z Compiling bitfield-struct v0.6.2
25322026-07-22T07:18:13.910Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25332026-07-22T07:18:13.988Z Compiling zerocopy-derive v0.6.6
25342026-07-22T07:18:14.163Z Checking crc-catalog v2.4.0
25352026-07-22T07:18:14.290Z Compiling packed_struct v0.10.1
25362026-07-22T07:18:14.421Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25372026-07-22T07:18:14.508Z Checking funty v2.0.0
25382026-07-22T07:18:14.542Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25392026-07-22T07:18:14.646Z Checking crc v3.4.0
25402026-07-22T07:18:14.857Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
25412026-07-22T07:18:14.894Z Checking zerocopy v0.6.6
25422026-07-22T07:18:14.897Z Checking bitvec v1.0.1
25432026-07-22T07:18:14.963Z Compiling packed_struct_codegen v0.10.1
25442026-07-22T07:18:14.998Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
25452026-07-22T07:18:15.002Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
25462026-07-22T07:18:15.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-07-22T07:18:15.131Z Compiling bitfield-macros v0.19.4
25482026-07-22T07:18:15.241Z Compiling indexmap v1.9.3
25492026-07-22T07:18:15.488Z Checking nodrop v0.1.14
25502026-07-22T07:18:15.619Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-22T07:18:15.761Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-22T07:18:15.931Z Checking bitfield v0.19.4
25532026-07-22T07:18:16.047Z Checking array-init v0.0.4
25542026-07-22T07:18:16.176Z Checking smallvec v0.6.14
25552026-07-22T07:18:16.248Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-07-22T07:18:16.390Z Checking hashbrown v0.12.3
25572026-07-22T07:18:16.427Z Checking serde-hex v0.1.0
25582026-07-22T07:18:16.461Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-07-22T07:18:16.653Z Checking ron v0.8.1
25602026-07-22T07:18:16.698Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25612026-07-22T07:18:17.202Z Checking hashbrown v0.13.2
25622026-07-22T07:18:17.237Z Checking crc-any v2.5.0
25632026-07-22T07:18:17.450Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25642026-07-22T07:18:17.453Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-07-22T07:18:17.657Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25662026-07-22T07:18:17.693Z Checking object v0.30.4
25672026-07-22T07:18:17.925Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-07-22T07:18:18.000Z Checking path-slash v0.1.5
25692026-07-22T07:18:18.137Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-22T07:18:18.199Z Compiling xshell-macros v0.2.7
25712026-07-22T07:18:18.649Z Checking xshell v0.2.7
25722026-07-22T07:18:18.735Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25732026-07-22T07:18:18.774Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742026-07-22T07:18:19.008Z Checking half v1.8.3
25752026-07-22T07:18:19.057Z Compiling num-derive v0.3.3
25762026-07-22T07:18:19.175Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25772026-07-22T07:18:19.247Z Checking serde_cbor v0.11.2
25782026-07-22T07:18:19.680Z Compiling proc-macro-error-attr2 v2.0.0
25792026-07-22T07:18:19.910Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25802026-07-22T07:18:19.992Z Checking papergrid v0.17.0
25812026-07-22T07:18:20.033Z Checking libscf-sys v1.1.0
25822026-07-22T07:18:20.136Z Compiling proc-macro-error2 v2.0.1
25832026-07-22T07:18:20.171Z Checking testing_table v0.3.0
25842026-07-22T07:18:20.206Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25852026-07-22T07:18:20.298Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25862026-07-22T07:18:20.448Z Checking maplit v1.0.2
25872026-07-22T07:18:20.498Z Compiling tabled_derive v0.11.0
25882026-07-22T07:18:20.525Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25892026-07-22T07:18:20.565Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-22T07:18:20.652Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-07-22T07:18:20.886Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-07-22T07:18:20.924Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25932026-07-22T07:18:21.306Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-22T07:18:21.392Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25952026-07-22T07:18:21.443Z Checking crc8 v0.1.1
25962026-07-22T07:18:21.577Z Checking unicase v2.9.0
25972026-07-22T07:18:21.729Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25982026-07-22T07:18:21.772Z Checking tabled v0.20.0
25992026-07-22T07:18:21.775Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-22T07:18:21.952Z Checking fxhash v0.2.1
26012026-07-22T07:18:22.114Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26022026-07-22T07:18:22.151Z Compiling vergen-lib v0.1.6
26032026-07-22T07:18:22.339Z Compiling diesel_derives v2.3.7
26042026-07-22T07:18:22.490Z Compiling dsl_auto_type v0.2.0
26052026-07-22T07:18:22.608Z Checking scheduled-thread-pool v0.2.7
26062026-07-22T07:18:22.644Z Compiling vergen-gitcl v1.0.8
26072026-07-22T07:18:22.678Z Compiling diesel_table_macro_syntax v0.3.0
26082026-07-22T07:18:22.787Z Checking r2d2 v0.8.10
26092026-07-22T07:18:22.964Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26102026-07-22T07:18:23.007Z Checking downcast-rs v2.0.2
26112026-07-22T07:18:23.316Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-07-22T07:18:23.352Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26132026-07-22T07:18:23.652Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26142026-07-22T07:18:23.750Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26152026-07-22T07:18:23.877Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26162026-07-22T07:18:23.929Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-22T07:18:23.969Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-22T07:18:24.003Z Checking kstat-rs v0.2.4
26192026-07-22T07:18:24.040Z Checking arc-swap v1.8.2
26202026-07-22T07:18:24.121Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26212026-07-22T07:18:24.245Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26222026-07-22T07:18:24.289Z Compiling dirs-sys-next v0.1.2
26232026-07-22T07:18:24.325Z Checking slog-scope v4.4.1
26242026-07-22T07:18:24.526Z Compiling crunchy v0.2.4
26252026-07-22T07:18:24.562Z Compiling parking_lot_core v0.8.6
26262026-07-22T07:18:24.598Z Checking slog-stdlog v4.1.1
26272026-07-22T07:18:24.634Z Compiling dirs-next v2.0.0
26282026-07-22T07:18:24.682Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26292026-07-22T07:18:24.749Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26302026-07-22T07:18:24.788Z Compiling clang-sys v1.8.1
26312026-07-22T07:18:24.912Z Compiling git-stub v1.0.0
26322026-07-22T07:18:24.950Z Compiling tiny-keccak v2.0.2
26332026-07-22T07:18:25.260Z Compiling git-stub-vcs v0.1.0
26342026-07-22T07:18:25.444Z Checking slog-envlogger v2.2.0
26352026-07-22T07:18:25.529Z Compiling term v0.7.0
26362026-07-22T07:18:25.533Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372026-07-22T07:18:25.600Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
26382026-07-22T07:18:25.635Z Compiling bit-vec v0.6.3
26392026-07-22T07:18:25.669Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26402026-07-22T07:18:25.898Z Compiling ascii-canvas v3.0.0
26412026-07-22T07:18:25.935Z Compiling bit-set v0.5.3
26422026-07-22T07:18:25.938Z Checking parking_lot v0.11.2
26432026-07-22T07:18:26.165Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
26442026-07-22T07:18:26.169Z Checking prefix-trie v0.7.0
26452026-07-22T07:18:26.234Z Compiling itertools v0.10.5
26462026-07-22T07:18:26.270Z Compiling ena v0.14.4
26472026-07-22T07:18:26.273Z Compiling libloading v0.8.9
26482026-07-22T07:18:26.519Z Compiling regex-syntax v0.6.29
26492026-07-22T07:18:26.554Z Compiling bindgen v0.71.1
26502026-07-22T07:18:26.590Z Compiling diff v0.1.13
26512026-07-22T07:18:26.625Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0509f50053149b5ab87e3e33bf291baab729fe5b#0509f500)
26522026-07-22T07:18:26.625Z Checking hickory-server v0.25.2
26532026-07-22T07:18:27.138Z Checking sled v0.34.7
26542026-07-22T07:18:27.321Z Compiling cexpr v0.6.0
26552026-07-22T07:18:27.356Z Checking nanorand v0.7.0
26562026-07-22T07:18:27.591Z Compiling rustc-hash v2.1.1
26572026-07-22T07:18:27.753Z Compiling salty v0.3.0
26582026-07-22T07:18:27.928Z Compiling lalrpop v0.19.12
26592026-07-22T07:18:28.019Z Checking flume v0.11.1
26602026-07-22T07:18:28.101Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26612026-07-22T07:18:28.298Z Compiling libxml v0.3.3
26622026-07-22T07:18:28.526Z Checking diesel v2.3.7
26632026-07-22T07:18:28.649Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-07-22T07:18:28.909Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-07-22T07:18:29.072Z Compiling strum_macros v0.24.3
26662026-07-22T07:18:29.212Z Compiling fs-err v2.11.0
26672026-07-22T07:18:29.457Z Compiling indoc v1.0.9
26682026-07-22T07:18:29.972Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-07-22T07:18:30.213Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-07-22T07:18:30.331Z Compiling progenitor-impl v0.13.0
26712026-07-22T07:18:30.461Z Checking quick-xml v0.37.5
26722026-07-22T07:18:30.586Z Checking derive_builder v0.20.2
26732026-07-22T07:18:30.623Z Compiling oso-derive v0.27.3
26742026-07-22T07:18:30.763Z Compiling trait-variant v0.1.2
26752026-07-22T07:18:31.045Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26762026-07-22T07:18:31.191Z Compiling impl-trait-for-tuples v0.2.3
26772026-07-22T07:18:31.371Z Checking openssl-probe v0.1.6
26782026-07-22T07:18:31.375Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26792026-07-22T07:18:31.786Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26802026-07-22T07:18:32.267Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26812026-07-22T07:18:32.795Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26822026-07-22T07:18:33.032Z Compiling progenitor-macro v0.13.0
26832026-07-22T07:18:33.182Z Checking progenitor-client v0.13.0
26842026-07-22T07:18:33.466Z Checking rfc6979 v0.4.0
26852026-07-22T07:18:33.626Z Checking assert_matches v1.5.0
26862026-07-22T07:18:33.734Z Checking parse-size v1.1.0
26872026-07-22T07:18:33.894Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26882026-07-22T07:18:34.042Z Checking ecdsa v0.16.9
26892026-07-22T07:18:34.370Z Checking primeorder v0.13.6
26902026-07-22T07:18:34.431Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26912026-07-22T07:18:34.654Z Checking p384 v0.13.1
26922026-07-22T07:18:34.776Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
26932026-07-22T07:18:35.066Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-07-22T07:18:35.118Z Checking predicates-tree v1.0.13
26952026-07-22T07:18:35.266Z Checking bb8 v0.8.6
26962026-07-22T07:18:35.558Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-07-22T07:18:35.595Z Compiling mime_guess v2.0.5
26982026-07-22T07:18:35.848Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=96483d0c52f0cfc4e22e70229466798254a99b6c#96483d0c)
26992026-07-22T07:18:35.944Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-07-22T07:18:36.195Z Checking http-range v0.1.5
27012026-07-22T07:18:36.375Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-22T07:18:36.514Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27032026-07-22T07:18:36.802Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-07-22T07:18:36.861Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27052026-07-22T07:18:37.035Z Checking atty v0.2.14
27062026-07-22T07:18:37.122Z Checking nonempty v0.12.0
27072026-07-22T07:18:37.166Z Checking corncobs v0.1.4
27082026-07-22T07:18:37.360Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-22T07:18:37.404Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-07-22T07:18:37.792Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27112026-07-22T07:18:38.038Z Checking ignore v0.4.25
27122026-07-22T07:18:38.076Z Checking progenitor v0.13.0
27132026-07-22T07:18:38.255Z Checking secrecy v0.8.0
27142026-07-22T07:18:38.458Z Checking hyper-staticfile v0.10.1
27152026-07-22T07:18:38.507Z Checking globwalk v0.9.1
27162026-07-22T07:18:38.726Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27172026-07-22T07:18:38.782Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27182026-07-22T07:18:39.042Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27192026-07-22T07:18:39.078Z Compiling illumos-nvpair-sys v0.2.0
27202026-07-22T07:18:39.353Z Checking camino-tempfile-ext v0.3.3
27212026-07-22T07:18:39.398Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-07-22T07:18:39.592Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27232026-07-22T07:18:39.654Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27242026-07-22T07:18:40.215Z Checking signal-hook-tokio v0.3.1
27252026-07-22T07:18:40.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27262026-07-22T07:18:40.632Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27272026-07-22T07:18:40.902Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27282026-07-22T07:18:40.939Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27292026-07-22T07:18:41.054Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-07-22T07:18:41.342Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-07-22T07:18:42.200Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-07-22T07:18:42.611Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-07-22T07:18:43.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27342026-07-22T07:18:43.283Z Checking async-bb8-diesel v0.2.1
27352026-07-22T07:18:43.677Z Checking diesel-dtrace v0.5.0
27362026-07-22T07:18:43.972Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27372026-07-22T07:18:44.277Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-07-22T07:18:44.338Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27392026-07-22T07:18:44.622Z Checking illumos-nvpair v0.3.0
27402026-07-22T07:18:44.822Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-07-22T07:18:44.856Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-07-22T07:18:44.997Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27432026-07-22T07:18:45.287Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27442026-07-22T07:18:45.322Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-07-22T07:18:45.357Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dcad23754c05c74644c9bb0954ca7ed13dca8381#dcad2375)
27462026-07-22T07:18:45.495Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-07-22T07:18:45.707Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-07-22T07:18:45.945Z Checking tungstenite v0.23.0
27492026-07-22T07:18:46.015Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27502026-07-22T07:18:46.457Z Checking tokio-tungstenite v0.23.1
27512026-07-22T07:18:46.767Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27522026-07-22T07:18:47.216Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-07-22T07:18:47.261Z Checking rand_seeder v0.4.0
27542026-07-22T07:18:47.378Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27552026-07-22T07:18:47.447Z Checking void v1.0.2
27562026-07-22T07:18:47.510Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-07-22T07:18:47.589Z Checking lzss v0.8.2
27582026-07-22T07:18:47.627Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27592026-07-22T07:18:47.704Z Checking nix v0.27.1
27602026-07-22T07:18:47.824Z Checking serde_bytes v0.11.19
27612026-07-22T07:18:47.930Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-07-22T07:18:48.044Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27632026-07-22T07:18:48.101Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-07-22T07:18:48.268Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27652026-07-22T07:18:48.793Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-07-22T07:18:48.886Z Checking yansi v1.0.1
27672026-07-22T07:18:49.063Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-07-22T07:18:49.181Z Checking is_ci v1.2.0
27692026-07-22T07:18:49.298Z Checking pretty_assertions v1.4.1
27702026-07-22T07:18:49.321Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-07-22T07:18:49.447Z Checking cpubits v0.1.1
27722026-07-22T07:18:49.568Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-07-22T07:18:49.653Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-07-22T07:18:49.688Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27752026-07-22T07:18:49.738Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27762026-07-22T07:18:49.916Z Checking pem-rfc7468 v1.0.0
27772026-07-22T07:18:50.120Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-07-22T07:18:50.374Z Compiling libz-sys v1.1.24
27792026-07-22T07:18:50.829Z Compiling instability v0.3.11
27802026-07-22T07:18:51.252Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-07-22T07:18:51.299Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27822026-07-22T07:18:51.335Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-22T07:18:51.510Z Checking hmac v0.13.0
27842026-07-22T07:18:51.711Z Checking sha2 v0.11.0
27852026-07-22T07:18:52.076Z Checking universal-hash v0.6.1
27862026-07-22T07:18:52.122Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27872026-07-22T07:18:52.158Z Checking castaway v0.2.4
27882026-07-22T07:18:52.242Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-07-22T07:18:52.301Z Compiling indoc v2.0.7
27902026-07-22T07:18:52.488Z Checking compact_str v0.8.1
27912026-07-22T07:18:52.607Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-07-22T07:18:52.934Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-07-22T07:18:53.177Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-22T07:18:53.431Z Checking unicode-truncate v1.1.0
27952026-07-22T07:18:53.549Z Checking lru v0.12.5
27962026-07-22T07:18:53.586Z Compiling libgit2-sys v0.18.3+1.9.2
27972026-07-22T07:18:53.623Z Checking cassowary v0.3.0
27982026-07-22T07:18:53.881Z Checking ratatui v0.29.0
27992026-07-22T07:18:53.925Z Checking polyval v0.7.1
28002026-07-22T07:18:54.140Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28012026-07-22T07:18:54.535Z Checking der v0.8.0
28022026-07-22T07:18:54.572Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-07-22T07:18:55.268Z Checking ghash v0.6.0
28042026-07-22T07:18:55.376Z Checking pbkdf2 v0.13.0
28052026-07-22T07:18:55.430Z Checking aes v0.9.1
28062026-07-22T07:18:55.531Z Checking supports-color v3.0.2
28072026-07-22T07:18:55.701Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28082026-07-22T07:18:55.821Z Checking console v0.16.2
28092026-07-22T07:18:55.884Z Checking ctr v0.10.1
28102026-07-22T07:18:55.962Z Checking aead v0.6.1
28112026-07-22T07:18:56.094Z Checking cargo-platform v0.3.2
28122026-07-22T07:18:56.137Z Compiling vergen-git2 v9.1.0
28132026-07-22T07:18:56.173Z Checking unit-prefix v0.5.2
28142026-07-22T07:18:56.311Z Checking cargo_metadata v0.23.1
28152026-07-22T07:18:56.348Z Checking indicatif v0.18.4
28162026-07-22T07:18:56.431Z Checking aes-gcm v0.11.0
28172026-07-22T07:18:56.639Z Checking spki v0.8.0
28182026-07-22T07:18:56.775Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28192026-07-22T07:18:56.853Z Checking crypto-bigint v0.7.5
28202026-07-22T07:18:57.116Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-07-22T07:18:57.361Z Checking salsa20 v0.11.0
28222026-07-22T07:18:57.548Z Checking cbc v0.2.1
28232026-07-22T07:18:57.723Z Checking libsw-core v0.3.2
28242026-07-22T07:18:57.916Z Checking plotters-backend v0.3.7
28252026-07-22T07:18:58.159Z Checking plotters-svg v0.3.7
28262026-07-22T07:18:58.212Z Checking libsw v3.5.0
28272026-07-22T07:18:58.333Z Checking scrypt v0.12.0
28282026-07-22T07:18:58.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-22T07:18:58.544Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28302026-07-22T07:18:58.799Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-07-22T07:18:59.026Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28322026-07-22T07:18:59.169Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-07-22T07:18:59.278Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-07-22T07:18:59.413Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28352026-07-22T07:18:59.522Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-22T07:18:59.558Z Checking cast v0.3.0
28372026-07-22T07:18:59.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28382026-07-22T07:18:59.750Z Checking criterion-plot v0.6.0
28392026-07-22T07:19:00.262Z Checking pkcs5 v0.8.1
28402026-07-22T07:19:00.298Z Checking oxide-update-engine-display v0.1.2
28412026-07-22T07:19:00.600Z Checking plotters v0.3.7
28422026-07-22T07:19:00.644Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28432026-07-22T07:19:01.223Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28442026-07-22T07:19:01.420Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28452026-07-22T07:19:02.234Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-22T07:19:03.032Z Checking tokio-test v0.4.5
28472026-07-22T07:19:03.272Z Checking colored v2.2.0
28482026-07-22T07:19:03.509Z Checking tinytemplate v1.2.1
28492026-07-22T07:19:03.772Z Checking anes v0.1.6
28502026-07-22T07:19:03.991Z Checking oorandom v11.1.5
28512026-07-22T07:19:04.136Z Checking shell-words v1.1.1
28522026-07-22T07:19:04.299Z Checking criterion v0.7.0
28532026-07-22T07:19:04.719Z Checking pkcs8 v0.11.0
28542026-07-22T07:19:04.961Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-07-22T07:19:05.206Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28562026-07-22T07:19:05.579Z Checking twox-hash v2.1.2
28572026-07-22T07:19:05.651Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-22T07:19:05.697Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28592026-07-22T07:19:05.863Z Checking fatfs v0.3.6
28602026-07-22T07:19:05.930Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-07-22T07:19:06.344Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28622026-07-22T07:19:06.381Z Checking ff v0.14.0
28632026-07-22T07:19:06.525Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28642026-07-22T07:19:06.560Z Checking arrayvec v0.7.6
28652026-07-22T07:19:06.743Z Compiling seq-macro v0.3.6
28662026-07-22T07:19:06.778Z Checking arrayref v0.3.9
28672026-07-22T07:19:06.881Z Checking constant_time_eq v0.4.2
28682026-07-22T07:19:07.053Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28692026-07-22T07:19:07.287Z Checking signature v3.0.0
28702026-07-22T07:19:07.321Z Checking base16ct v1.0.0
28712026-07-22T07:19:07.470Z Checking group v0.14.0
28722026-07-22T07:19:07.507Z Checking sec1 v0.8.1
28732026-07-22T07:19:07.665Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28742026-07-22T07:19:07.728Z Checking hkdf v0.13.0
28752026-07-22T07:19:07.764Z Compiling petname v2.0.2
28762026-07-22T07:19:07.876Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28772026-07-22T07:19:07.912Z Checking elliptic-curve v0.14.0-rc.33
28782026-07-22T07:19:08.412Z Checking concurrent-queue v2.5.0
28792026-07-22T07:19:08.453Z Checking rtoolbox v0.0.3
28802026-07-22T07:19:08.614Z Checking parking v2.2.1
28812026-07-22T07:19:08.649Z Checking rpassword v7.5.4
28822026-07-22T07:19:08.767Z Checking event-listener v5.4.1
28832026-07-22T07:19:09.019Z Checking tui-tree-widget v0.23.1
28842026-07-22T07:19:09.237Z Checking rfc6979 v0.5.0
28852026-07-22T07:19:09.274Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28862026-07-22T07:19:09.414Z Checking sapling-renderdag v0.1.0
28872026-07-22T07:19:09.469Z Compiling blake3 v1.8.5
28882026-07-22T07:19:09.692Z Checking sync-ptr v0.1.4
28892026-07-22T07:19:09.848Z Checking ecdsa v0.17.0-rc.18
28902026-07-22T07:19:09.961Z Compiling samael v0.0.19
28912026-07-22T07:19:10.254Z Checking event-listener-strategy v0.5.4
28922026-07-22T07:19:10.417Z Checking primeorder v0.14.0-rc.10
28932026-07-22T07:19:10.452Z Checking primefield v0.14.0
28942026-07-22T07:19:10.693Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28952026-07-22T07:19:10.771Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28962026-07-22T07:19:10.945Z Compiling curve25519-dalek v5.0.0-rc.0
28972026-07-22T07:19:11.349Z Compiling strsim v0.10.0
28982026-07-22T07:19:11.711Z Checking futures-timer v3.0.3
28992026-07-22T07:19:11.855Z Compiling darling_core v0.13.4
29002026-07-22T07:19:12.088Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-22T07:19:12.123Z Checking async-lock v3.4.2
29022026-07-22T07:19:12.868Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29032026-07-22T07:19:13.788Z Checking ssh-encoding v0.3.0-rc.9
29042026-07-22T07:19:13.874Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29052026-07-22T07:19:14.055Z Checking topological-sort v0.2.2
29062026-07-22T07:19:14.232Z Checking omicron-zone-package v0.12.3
29072026-07-22T07:19:14.577Z Compiling darling_macro v0.13.4
29082026-07-22T07:19:14.884Z Checking async-object-pool v0.2.0
29092026-07-22T07:19:15.123Z Checking ed25519 v3.0.0
29102026-07-22T07:19:15.160Z Checking crypto-primes v0.7.2
29112026-07-22T07:19:15.194Z Checking pkcs1 v0.8.0-rc.4
29122026-07-22T07:19:15.353Z Checking poly1305 v0.9.0
29132026-07-22T07:19:15.430Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29142026-07-22T07:19:15.657Z Checking blowfish v0.10.0
29152026-07-22T07:19:15.877Z Checking serde_regex v1.1.0
29162026-07-22T07:19:15.915Z Checking blake2 v0.11.0-rc.6
29172026-07-22T07:19:15.919Z Checking assert-json-diff v2.0.2
29182026-07-22T07:19:16.072Z Checking path-tree v0.8.3
29192026-07-22T07:19:16.155Z Checking keccak v0.2.0
29202026-07-22T07:19:16.212Z Checking gimli v0.32.3
29212026-07-22T07:19:16.248Z Checking fiat-crypto v0.3.0
29222026-07-22T07:19:16.294Z Compiling target-lexicon v0.13.3
29232026-07-22T07:19:16.346Z Checking stringmetrics v2.2.2
29242026-07-22T07:19:16.533Z Checking httpmock v0.8.3
29252026-07-22T07:19:16.908Z Checking sha3 v0.11.0
29262026-07-22T07:19:17.302Z Checking rsa v0.10.0-rc.18
29272026-07-22T07:19:17.844Z Checking addr2line v0.25.1
29282026-07-22T07:19:17.881Z Checking argon2 v0.6.0-rc.8
29292026-07-22T07:19:18.161Z Checking ed25519-dalek v3.0.0-rc.0
29302026-07-22T07:19:18.238Z Checking bcrypt-pbkdf v0.11.0
29312026-07-22T07:19:18.420Z Checking ssh-cipher v0.3.0-rc.9
29322026-07-22T07:19:18.456Z Compiling darling v0.13.4
29332026-07-22T07:19:18.673Z Checking p256 v0.14.0-rc.10
29342026-07-22T07:19:18.854Z Checking p521 v0.14.0-rc.10
29352026-07-22T07:19:19.498Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29362026-07-22T07:19:19.777Z Checking kem v0.3.0
29372026-07-22T07:19:19.936Z Checking module-lattice v0.2.3
29382026-07-22T07:19:20.199Z Checking hex-literal v0.4.1
29392026-07-22T07:19:20.335Z Compiling guppy-workspace-hack v0.1.0
29402026-07-22T07:19:20.526Z Checking rustc-demangle v0.1.27
29412026-07-22T07:19:20.620Z Checking ml-kem v0.3.2
29422026-07-22T07:19:20.802Z Checking backtrace v0.3.76
29432026-07-22T07:19:21.158Z Compiling serde_with_macros v1.5.2
29442026-07-22T07:19:21.659Z Checking p384 v0.14.0-rc.10
29452026-07-22T07:19:21.740Z Checking russh-cryptovec v0.61.0
29462026-07-22T07:19:21.935Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29472026-07-22T07:19:22.057Z Checking internal-russh-num-bigint v0.5.0
29482026-07-22T07:19:22.091Z Checking num-bigint v0.4.6
29492026-07-22T07:19:22.191Z Checking russh-util v0.52.0
29502026-07-22T07:19:22.349Z Checking generic-array v1.4.3
29512026-07-22T07:19:22.469Z Compiling git2 v0.20.4
29522026-07-22T07:19:22.778Z Compiling enum_dispatch v0.3.13
29532026-07-22T07:19:23.091Z Compiling delegate v0.13.5
29542026-07-22T07:19:23.123Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-22T07:19:23.758Z Checking ssh-key v0.7.0-rc.10
29562026-07-22T07:19:23.794Z Checking md5 v0.8.0
29572026-07-22T07:19:23.956Z Checking hex-literal v1.1.0
29582026-07-22T07:19:24.003Z Compiling target-spec v3.5.7
29592026-07-22T07:19:24.124Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-07-22T07:19:24.578Z Compiling serde_with v1.14.0
29612026-07-22T07:19:24.804Z Checking russh v0.61.2
29622026-07-22T07:19:25.089Z Checking cfg-expr v0.20.6
29632026-07-22T07:19:25.307Z Checking backtrace-ext v0.2.1
29642026-07-22T07:19:25.513Z Checking supports-color v2.1.0
29652026-07-22T07:19:25.565Z Checking textwrap v0.15.2
29662026-07-22T07:19:25.682Z Checking supports-hyperlinks v2.1.0
29672026-07-22T07:19:25.797Z Checking supports-unicode v2.1.0
29682026-07-22T07:19:25.832Z Checking hashbrown v0.14.5
29692026-07-22T07:19:25.866Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-22T07:19:25.907Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-22T07:19:25.950Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-07-22T07:19:26.090Z Checking terminal_size v0.1.17
29732026-07-22T07:19:26.189Z Compiling miette-derive v5.10.0
29742026-07-22T07:19:26.235Z Checking internet-checksum v0.2.1
29752026-07-22T07:19:26.367Z Checking owo-colors v3.5.0
29762026-07-22T07:19:26.403Z Checking chumsky v0.9.3
29772026-07-22T07:19:26.954Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29782026-07-22T07:19:27.005Z Compiling polar-core v0.27.3
29792026-07-22T07:19:27.408Z Checking miette v5.10.0
29802026-07-22T07:19:27.943Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-07-22T07:19:28.029Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29822026-07-22T07:19:28.339Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29832026-07-22T07:19:28.593Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29842026-07-22T07:19:28.703Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29852026-07-22T07:19:28.808Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29862026-07-22T07:19:28.812Z Compiling knuffel-derive v3.2.0
29872026-07-22T07:19:28.928Z Checking httptest v0.16.4
29882026-07-22T07:19:28.971Z Checking pathdiff v0.2.3
29892026-07-22T07:19:29.116Z Checking nested v0.1.1
29902026-07-22T07:19:29.294Z Checking guppy v0.17.25
29912026-07-22T07:19:29.433Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-07-22T07:19:29.665Z Checking similar-asserts v1.7.0
29932026-07-22T07:19:29.704Z Compiling target-triple v1.0.0
29942026-07-22T07:19:29.857Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29952026-07-22T07:19:30.266Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29962026-07-22T07:19:30.398Z Checking knuffel v3.2.0
29972026-07-22T07:19:30.882Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29982026-07-22T07:19:31.107Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29992026-07-22T07:19:31.143Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30002026-07-22T07:19:31.361Z Checking hickory-client v0.25.2
30012026-07-22T07:19:31.784Z Compiling assert_cmd v2.1.2
30022026-07-22T07:19:31.787Z Checking escape8259 v0.5.3
30032026-07-22T07:19:31.986Z Checking libtest-mimic v0.8.1
30042026-07-22T07:19:32.131Z Checking oso v0.27.3
30052026-07-22T07:19:32.301Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30062026-07-22T07:19:32.370Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30072026-07-22T07:19:32.440Z Checking blake2b_simd v1.0.4
30082026-07-22T07:19:32.647Z Checking support-bundle-viewer v0.1.2
30092026-07-22T07:19:32.886Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30102026-07-22T07:19:32.930Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-22T07:19:33.074Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30122026-07-22T07:19:33.110Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30132026-07-22T07:19:33.283Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30142026-07-22T07:19:33.338Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30152026-07-22T07:19:33.525Z Checking fancy-regex v0.14.0
30162026-07-22T07:19:33.560Z Checking serde_tokenstream v0.2.3
30172026-07-22T07:19:33.631Z Checking multimap v0.10.1
30182026-07-22T07:19:33.790Z Checking approx v0.5.1
30192026-07-22T07:19:33.826Z Compiling rstest_macros v0.25.0
30202026-07-22T07:19:33.861Z Checking uzers v0.12.2
30212026-07-22T07:19:33.923Z Checking constant_time_eq v0.3.1
30222026-07-22T07:19:33.959Z Checking termcolor v1.4.1
30232026-07-22T07:19:34.057Z Compiling linkme-impl v0.3.35
30242026-07-22T07:19:34.106Z Checking rust-argon2 v2.1.0
30252026-07-22T07:19:34.206Z Checking trybuild v1.0.116
30262026-07-22T07:19:34.258Z Checking datatest-stable v0.3.3
30272026-07-22T07:19:34.472Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30282026-07-22T07:19:34.643Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30292026-07-22T07:19:34.751Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30302026-07-22T07:19:34.806Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30312026-07-22T07:19:34.939Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30322026-07-22T07:19:35.003Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30332026-07-22T07:19:35.182Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30342026-07-22T07:19:35.251Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30352026-07-22T07:19:35.430Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30362026-07-22T07:19:35.500Z Checking drift v0.2.0
30372026-07-22T07:19:35.658Z Checking digest-io v0.1.0
30382026-07-22T07:19:35.839Z Checking rand_distr v0.5.1
30392026-07-22T07:19:35.926Z Compiling linkme v0.3.35
30402026-07-22T07:19:36.137Z Compiling relative-path v1.9.3
30412026-07-22T07:19:36.241Z Checking rawzip v0.4.4
30422026-07-22T07:19:36.337Z Checking dropshot-api-manager v0.7.2
30432026-07-22T07:19:36.736Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30442026-07-22T07:19:38.070Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30452026-07-22T07:19:38.345Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30462026-07-22T07:19:38.465Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30472026-07-22T07:19:38.631Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30482026-07-22T07:19:38.767Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30492026-07-22T07:19:38.858Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30502026-07-22T07:19:39.083Z Checking cargo_toml v0.21.0
30512026-07-22T07:19:39.128Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30522026-07-22T07:19:39.287Z Checking partial-io v0.5.4
30532026-07-22T07:19:39.531Z Checking termios v0.3.3
30542026-07-22T07:19:39.565Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30552026-07-22T07:19:39.687Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30562026-07-22T07:19:39.925Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30572026-07-22T07:19:40.066Z Checking rstest v0.25.0
30582026-07-22T07:19:44.762Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30592026-07-22T07:19:45.766Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30602026-07-22T07:19:47.346Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30612026-07-22T07:19:50.891Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30622026-07-22T07:19:52.017Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30632026-07-22T07:19:54.749Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30642026-07-22T07:19:58.400Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30652026-07-22T07:20:02.238Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30662026-07-22T07:20:07.589Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672026-07-22T07:20:07.917Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30682026-07-22T07:20:09.050Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30692026-07-22T07:20:13.949Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30702026-07-22T07:20:19.438Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30712026-07-22T07:20:39.587Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30722026-07-22T07:21:36.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
30732026-07-22T07:21:36.950Z
30742026-07-22T07:21:36.950Zreal 4:18.836767973
30752026-07-22T07:21:36.950Zuser 22:13.996548397
30762026-07-22T07:21:36.950Zsys 5:09.063429527
30772026-07-22T07:21:36.951Ztrap 0.552032780
30782026-07-22T07:21:36.951Ztflt 0.452842999
30792026-07-22T07:21:36.951Zdflt 0.471420123
30802026-07-22T07:21:36.951Zkflt 0.005667004
30812026-07-22T07:21:36.951Zlock 1:00:56.146752231
30822026-07-22T07:21:36.951Zslp 1:00:25.230589415
30832026-07-22T07:21:36.951Zlat 1:50.324935397
30842026-07-22T07:21:36.951Zstop 11:51.719347587
30852026-07-22T07:21:36.954Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30862026-07-22T07:21:36.954Z+ ptime -m cargo doc --workspace --no-deps
30872026-07-22T07:21:37.782Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30882026-07-22T07:21:37.782Z |
30892026-07-22T07:21:37.782Z = 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)`
30902026-07-22T07:21:37.782Z = 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>
30912026-07-22T07:21:38.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-07-22T07:21:39.067Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30932026-07-22T07:21:39.116Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-07-22T07:21:39.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-07-22T07:21:39.217Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30962026-07-22T07:21:39.284Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30972026-07-22T07:21:39.389Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30982026-07-22T07:21:39.417Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30992026-07-22T07:21:39.447Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-07-22T07:21:39.476Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31012026-07-22T07:21:39.566Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31022026-07-22T07:21:39.684Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-07-22T07:21:39.709Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31042026-07-22T07:21:39.746Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31052026-07-22T07:21:39.771Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31062026-07-22T07:21:39.797Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31072026-07-22T07:21:39.820Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31082026-07-22T07:21:39.846Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31092026-07-22T07:21:39.893Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-22T07:21:39.921Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31112026-07-22T07:21:39.925Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31122026-07-22T07:21:40.215Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31132026-07-22T07:21:40.361Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31142026-07-22T07:21:40.387Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31152026-07-22T07:21:40.510Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31162026-07-22T07:21:40.535Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31172026-07-22T07:21:40.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31182026-07-22T07:21:40.684Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31192026-07-22T07:21:40.805Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31202026-07-22T07:21:40.964Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31212026-07-22T07:21:40.993Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31222026-07-22T07:21:41.108Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31232026-07-22T07:21:41.215Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31242026-07-22T07:21:41.290Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31252026-07-22T07:21:41.315Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31262026-07-22T07:21:41.487Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31272026-07-22T07:21:41.570Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31282026-07-22T07:21:41.573Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31292026-07-22T07:21:41.616Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31302026-07-22T07:21:41.866Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31312026-07-22T07:21:41.930Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31322026-07-22T07:21:42.100Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31332026-07-22T07:21:42.125Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31342026-07-22T07:21:42.196Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31352026-07-22T07:21:42.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31362026-07-22T07:21:42.378Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31372026-07-22T07:21:42.405Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31382026-07-22T07:21:42.484Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31392026-07-22T07:21:42.622Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31402026-07-22T07:21:42.672Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31412026-07-22T07:21:42.731Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31422026-07-22T07:21:42.761Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31432026-07-22T07:21:42.870Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31442026-07-22T07:21:42.900Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31452026-07-22T07:21:42.950Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31462026-07-22T07:21:42.977Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31472026-07-22T07:21:43.038Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31482026-07-22T07:21:43.085Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31492026-07-22T07:21:43.113Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31502026-07-22T07:21:43.168Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31512026-07-22T07:21:43.197Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-07-22T07:21:43.563Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31532026-07-22T07:21:43.589Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31542026-07-22T07:21:43.871Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31552026-07-22T07:21:43.952Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31562026-07-22T07:21:44.381Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31572026-07-22T07:21:44.448Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31582026-07-22T07:21:44.676Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31592026-07-22T07:21:44.715Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31602026-07-22T07:21:44.761Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31612026-07-22T07:21:44.855Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31622026-07-22T07:21:44.900Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31632026-07-22T07:21:44.998Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31642026-07-22T07:21:45.029Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31652026-07-22T07:21:45.235Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31662026-07-22T07:21:45.549Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31672026-07-22T07:21:46.041Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31682026-07-22T07:21:46.168Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31692026-07-22T07:21:46.276Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31702026-07-22T07:21:46.303Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31712026-07-22T07:21:46.511Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31722026-07-22T07:21:46.536Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31732026-07-22T07:21:46.645Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31742026-07-22T07:21:46.729Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31752026-07-22T07:21:46.757Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31762026-07-22T07:21:46.986Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31772026-07-22T07:21:47.014Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31782026-07-22T07:21:47.038Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31792026-07-22T07:21:47.127Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31802026-07-22T07:21:47.154Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31812026-07-22T07:21:47.259Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31822026-07-22T07:21:47.305Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31832026-07-22T07:21:47.329Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31842026-07-22T07:21:47.350Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31852026-07-22T07:21:47.491Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31862026-07-22T07:21:47.514Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31872026-07-22T07:21:47.583Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31882026-07-22T07:21:47.606Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31892026-07-22T07:21:47.631Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31902026-07-22T07:21:47.634Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31912026-07-22T07:21:47.685Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31922026-07-22T07:21:47.781Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31932026-07-22T07:21:47.847Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31942026-07-22T07:21:47.905Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31952026-07-22T07:21:47.962Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31962026-07-22T07:21:48.191Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31972026-07-22T07:21:48.214Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31982026-07-22T07:21:48.283Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31992026-07-22T07:21:48.695Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32002026-07-22T07:21:48.982Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32012026-07-22T07:21:49.008Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32022026-07-22T07:21:49.797Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32032026-07-22T07:21:50.000Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32042026-07-22T07:21:50.371Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32052026-07-22T07:21:50.662Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32062026-07-22T07:21:51.330Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32072026-07-22T07:21:52.107Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32082026-07-22T07:21:52.254Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32092026-07-22T07:21:52.742Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32102026-07-22T07:21:52.834Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32112026-07-22T07:21:53.128Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32122026-07-22T07:21:53.382Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32132026-07-22T07:21:53.431Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32142026-07-22T07:21:53.502Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32152026-07-22T07:21:53.924Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32162026-07-22T07:21:54.169Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32172026-07-22T07:21:54.194Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32182026-07-22T07:21:54.409Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32192026-07-22T07:21:54.489Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32202026-07-22T07:21:54.552Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32212026-07-22T07:21:55.152Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32222026-07-22T07:21:55.155Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32232026-07-22T07:21:55.471Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32242026-07-22T07:21:55.574Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32252026-07-22T07:21:55.651Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32262026-07-22T07:21:55.793Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32272026-07-22T07:21:56.392Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282026-07-22T07:21:56.432Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32292026-07-22T07:21:56.497Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32302026-07-22T07:21:57.203Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32312026-07-22T07:21:57.229Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32322026-07-22T07:21:57.637Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32332026-07-22T07:21:58.562Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32342026-07-22T07:21:59.216Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32352026-07-22T07:21:59.459Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32362026-07-22T07:21:59.601Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32372026-07-22T07:22:00.033Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32382026-07-22T07:22:00.179Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32392026-07-22T07:22:00.531Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32402026-07-22T07:22:01.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-07-22T07:22:01.731Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32422026-07-22T07:22:02.030Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32432026-07-22T07:22:02.697Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442026-07-22T07:22:03.096Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32452026-07-22T07:22:03.886Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32462026-07-22T07:22:06.514Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32472026-07-22T07:22:06.748Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32482026-07-22T07:22:07.257Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32492026-07-22T07:22:07.966Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32502026-07-22T07:22:07.997Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32512026-07-22T07:22:09.157Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32522026-07-22T07:22:09.849Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32532026-07-22T07:22:09.942Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32542026-07-22T07:22:10.914Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32552026-07-22T07:22:11.366Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32562026-07-22T07:22:11.682Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32572026-07-22T07:22:11.732Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32582026-07-22T07:22:12.588Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32592026-07-22T07:22:13.056Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32602026-07-22T07:22:13.221Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32612026-07-22T07:22:13.257Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32622026-07-22T07:22:13.304Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32632026-07-22T07:22:13.485Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32642026-07-22T07:22:13.786Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32652026-07-22T07:22:13.915Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32662026-07-22T07:22:14.210Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32672026-07-22T07:22:14.264Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32682026-07-22T07:22:14.540Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32692026-07-22T07:22:14.994Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32702026-07-22T07:22:15.020Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32712026-07-22T07:22:15.438Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32722026-07-22T07:22:15.700Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32732026-07-22T07:22:16.091Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32742026-07-22T07:22:16.808Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32752026-07-22T07:22:17.502Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32762026-07-22T07:22:17.715Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32772026-07-22T07:22:17.959Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32782026-07-22T07:22:19.683Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32792026-07-22T07:22:22.047Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32802026-07-22T07:22:22.457Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32812026-07-22T07:22:23.067Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32822026-07-22T07:22:23.642Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32832026-07-22T07:22:25.626Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32842026-07-22T07:22:27.448Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32852026-07-22T07:22:27.961Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32862026-07-22T07:22:28.954Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32872026-07-22T07:22:29.463Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32882026-07-22T07:22:31.449Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32892026-07-22T07:22:32.827Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32902026-07-22T07:22:33.764Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32912026-07-22T07:22:34.200Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32922026-07-22T07:22:35.160Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32932026-07-22T07:22:37.245Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32942026-07-22T07:22:40.313Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32952026-07-22T07:22:40.974Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32962026-07-22T07:22:41.815Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32972026-07-22T07:22:42.776Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32982026-07-22T07:22:43.556Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32992026-07-22T07:22:44.364Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33002026-07-22T07:22:45.147Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33012026-07-22T07:22:45.900Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33022026-07-22T07:22:47.585Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33032026-07-22T07:22:47.694Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33042026-07-22T07:22:48.958Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33052026-07-22T07:22:49.098Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33062026-07-22T07:22:49.775Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33072026-07-22T07:22:50.952Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33082026-07-22T07:22:51.739Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33092026-07-22T07:22:55.113Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33102026-07-22T07:22:56.315Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33112026-07-22T07:22:56.932Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-22T07:22:58.005Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33132026-07-22T07:22:58.916Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33142026-07-22T07:22:59.861Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-07-22T07:23:02.329Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33162026-07-22T07:23:03.271Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33172026-07-22T07:23:04.652Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33182026-07-22T07:23:05.423Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33192026-07-22T07:23:06.382Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202026-07-22T07:23:09.228Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33212026-07-22T07:23:09.787Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33222026-07-22T07:23:11.901Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33232026-07-22T07:23:12.764Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33242026-07-22T07:23:14.091Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33252026-07-22T07:23:15.907Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33262026-07-22T07:23:17.614Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33272026-07-22T07:23:19.187Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33282026-07-22T07:23:20.955Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33292026-07-22T07:23:22.619Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33302026-07-22T07:23:24.245Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33312026-07-22T07:23:28.701Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33322026-07-22T07:23:29.291Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33332026-07-22T07:23:30.333Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33342026-07-22T07:23:31.109Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33352026-07-22T07:23:32.792Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33362026-07-22T07:23:34.772Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33372026-07-22T07:23:36.436Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33382026-07-22T07:23:38.642Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33392026-07-22T07:23:40.422Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33402026-07-22T07:23:42.135Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33412026-07-22T07:23:44.225Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33422026-07-22T07:23:45.678Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33432026-07-22T07:23:47.431Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33442026-07-22T07:23:49.235Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33452026-07-22T07:23:50.998Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33462026-07-22T07:23:52.749Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33472026-07-22T07:23:56.297Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-07-22T07:23:58.280Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33492026-07-22T07:23:59.836Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33502026-07-22T07:24:01.723Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33512026-07-22T07:24:03.396Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33522026-07-22T07:24:05.875Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33532026-07-22T07:24:07.881Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33542026-07-22T07:24:09.765Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33552026-07-22T07:24:11.973Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33562026-07-22T07:24:13.825Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33572026-07-22T07:24:16.566Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33582026-07-22T07:24:18.052Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33592026-07-22T07:24:20.392Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33602026-07-22T07:24:22.681Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33612026-07-22T07:24:25.481Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33622026-07-22T07:24:27.612Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33632026-07-22T07:24:30.318Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33642026-07-22T07:24:32.552Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33652026-07-22T07:24:34.947Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33662026-07-22T07:24:37.247Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33672026-07-22T07:24:40.112Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33682026-07-22T07:24:42.002Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33692026-07-22T07:24:44.673Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33702026-07-22T07:24:46.686Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33712026-07-22T07:24:49.128Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33722026-07-22T07:24:51.453Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33732026-07-22T07:24:53.885Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33742026-07-22T07:24:56.323Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33752026-07-22T07:24:58.703Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-22T07:25:01.155Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-07-22T07:25:03.484Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33782026-07-22T07:25:05.893Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33792026-07-22T07:25:08.275Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33802026-07-22T07:25:10.734Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33812026-07-22T07:25:13.157Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33822026-07-22T07:25:15.608Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33832026-07-22T07:25:17.987Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33842026-07-22T07:25:20.449Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33852026-07-22T07:25:22.912Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33862026-07-22T07:25:25.376Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33872026-07-22T07:25:27.813Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33882026-07-22T07:25:30.322Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33892026-07-22T07:25:32.728Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33902026-07-22T07:25:35.130Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33912026-07-22T07:25:37.569Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33922026-07-22T07:25:40.055Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33932026-07-22T07:25:43.014Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33942026-07-22T07:25:45.240Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33952026-07-22T07:25:47.754Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33962026-07-22T07:25:50.211Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33972026-07-22T07:25:52.956Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33982026-07-22T07:25:55.548Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33992026-07-22T07:25:58.047Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34002026-07-22T07:26:00.579Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34012026-07-22T07:26:03.408Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34022026-07-22T07:26:05.895Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34032026-07-22T07:26:08.350Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34042026-07-22T07:26:10.998Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34052026-07-22T07:26:13.810Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34062026-07-22T07:26:16.483Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34072026-07-22T07:26:19.108Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34082026-07-22T07:26:21.678Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34092026-07-22T07:26:24.427Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34102026-07-22T07:26:27.034Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34112026-07-22T07:26:29.762Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34122026-07-22T07:26:32.780Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34132026-07-22T07:26:35.396Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34142026-07-22T07:26:43.549Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34152026-07-22T07:26:43.743Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34162026-07-22T07:26:47.145Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34172026-07-22T07:26:50.541Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34182026-07-22T07:26:53.986Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34192026-07-22T07:26:57.530Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34202026-07-22T07:27:00.911Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-22T07:27:05.736Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34222026-07-22T07:27:08.557Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34232026-07-22T07:27:12.318Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34242026-07-22T07:27:16.064Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34252026-07-22T07:27:19.847Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34262026-07-22T07:27:23.698Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34272026-07-22T07:27:27.456Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34282026-07-22T07:27:31.385Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34292026-07-22T07:27:35.037Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34302026-07-22T07:27:38.812Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34312026-07-22T07:27:42.657Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-07-22T07:27:46.521Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34332026-07-22T07:27:50.304Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34342026-07-22T07:27:54.112Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-22T07:27:57.854Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34362026-07-22T07:28:01.681Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34372026-07-22T07:28:05.527Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34382026-07-22T07:28:09.314Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34392026-07-22T07:28:13.216Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34402026-07-22T07:28:43.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
34412026-07-22T07:28:43.784Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34422026-07-22T07:28:43.897Z
34432026-07-22T07:28:43.898Zreal 7:06.849486095
34442026-07-22T07:28:43.898Zuser 19:02.046844403
34452026-07-22T07:28:43.898Zsys 4:02.815472357
34462026-07-22T07:28:43.898Ztrap 0.276065877
34472026-07-22T07:28:43.898Ztflt 0.043911473
34482026-07-22T07:28:43.898Zdflt 0.101192965
34492026-07-22T07:28:43.898Zkflt 0.000009460
34502026-07-22T07:28:43.898Zlock 6:36:08.617785709
34512026-07-22T07:28:43.898Zslp 2:23:25.310221866
34522026-07-22T07:28:43.898Zlat 31.444920009
34532026-07-22T07:28:43.898Zstop 1:47.189392428
34542026-07-22T07:28:43.901Zprocess exited: duration 811059 ms, exit code 0
 
34552026-07-22T07:28:43.907Zfound 0 output files