01M0V5FACRR5T6NFMSWSTVQ8H6: clippy (helios)

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

Buildomat Job: 01M0V5G7WAD53CYKS904CS386G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T00:36:33.781Zjob assigned to worker 01M0V5GJDC5W4XW90RR3FR5S5S [factory aws, i-0783ac106f200ef9a] (queued for 53 s)
 
22026-08-25T00:36:40.641Zstarting task 0: "setup"
32026-08-25T00:36:40.683Z++ uname -s
42026-08-25T00:36:40.683Z+ kern=SunOS
52026-08-25T00:36:40.684Z+ build_user=build
62026-08-25T00:36:40.684Z+ build_uid=12345
72026-08-25T00:36:40.684Z+ work_dir=/work
82026-08-25T00:36:40.684Z+ input_dir=/input
92026-08-25T00:36:40.684Z+ [[ 0 == 12345 ]]
102026-08-25T00:36:40.684Z+ case "$kern" in
112026-08-25T00:36:40.684Z+ groupadd -g 12345 build
122026-08-25T00:36:40.684Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T00:36:42.647Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T00:36:42.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T00:36:42.745Z+ home_fs=zfs
162026-08-25T00:36:42.745Z+ [[ zfs == autofs ]]
172026-08-25T00:36:42.746Z+ mkdir -p /home/build
182026-08-25T00:36:42.746Z+ chown build:build /home/build /work
192026-08-25T00:36:44.740Z+ chmod 0700 /home/build /work
202026-08-25T00:36:44.747Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-25T00:36:44.759Zstarting task 1: "rust-toolchain"
222026-08-25T00:36:44.766Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T00:36:44.766Z * rust toolchain channel = "1.97.1"
242026-08-25T00:36:44.766Z * rust toolchain profile = "default"
252026-08-25T00:36:44.766Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T00:36:44.766Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T00:36:44.766Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T00:36:44.766Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T00:36:44.766Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T00:36:44.842Zinfo: downloading installer
312026-08-25T00:36:46.306Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T00:36:46.306Zwarn: /home/build/.rustup/settings.toml
332026-08-25T00:36:46.306Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T00:36:46.306Zwarn: instead of the one inferred from the default host triple.
352026-08-25T00:36:46.314Zinfo: profile set to default
362026-08-25T00:36:46.314Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T00:36:46.321Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T00:36:46.459Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T00:36:46.484Zinfo: downloading 6 components
402026-08-25T00:37:01.003Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T00:37:01.003Z
422026-08-25T00:37:01.031Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T00:37:01.031Z
442026-08-25T00:37:01.031Z
452026-08-25T00:37:01.031ZRust is installed now. Great!
462026-08-25T00:37:01.031Z
472026-08-25T00:37:01.035ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T00:37:01.035Zenvironment variable. This has not been done automatically.
492026-08-25T00:37:01.035Z
502026-08-25T00:37:01.035ZTo configure your current shell, you need to source
512026-08-25T00:37:01.035Zthe corresponding env file under $HOME/.cargo.
522026-08-25T00:37:01.035Z
532026-08-25T00:37:01.035ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T00:37:01.035Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T00:37:01.035Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T00:37:01.035Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T00:37:01.035Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T00:37:01.035Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T00:37:01.035Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T00:37:01.035Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T00:37:01.035Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T00:37:01.126Z+ rustup --version
632026-08-25T00:37:01.135Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T00:37:01.141Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T00:37:01.155Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T00:37:01.160Z+ cargo --version
672026-08-25T00:37:01.172Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T00:37:01.175Z+ rustc --version
692026-08-25T00:37:01.194Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T00:37:01.199Zprocess exited: duration 16435 ms, exit code 0
 
712026-08-25T00:37:01.205Zstarting task 2: "authentication"
722026-08-25T00:37:01.218ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T00:37:25.266Zprocess exited: duration 24060 ms, exit code 0
 
742026-08-25T00:37:25.275Zstarting task 3: "clone repository"
752026-08-25T00:37:25.278Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T00:37:25.281Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T00:37:25.311ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T00:37:37.088Z+ cd /work/oxidecomputer/omicron
792026-08-25T00:37:37.088Z+ git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
802026-08-25T00:37:37.413ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T00:37:37.414Z * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD
822026-08-25T00:37:37.421Z+ [[ -n '' ]]
832026-08-25T00:37:37.421Z+ git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
842026-08-25T00:37:37.672ZHEAD is now at 82b3aa3d9 [spr] initial version
852026-08-25T00:37:37.681Zprocess exited: duration 12401 ms, exit code 0
 
862026-08-25T00:37:37.696Zstarting task 4: "build"
872026-08-25T00:37:37.701Z+ source ./env.sh
882026-08-25T00:37:37.702Z++ OLD_SHELL_OPTS=ehxB
892026-08-25T00:37:37.702Z++ set -o xtrace
902026-08-25T00:37:37.706Z++++ dirname ./env.sh
912026-08-25T00:37:37.706Z+++ readlink -f .
922026-08-25T00:37:37.706Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-08-25T00:37:37.706Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-25T00:37:37.706Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-08-25T00:37:37.706Z++ 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
962026-08-25T00:37:37.707Z++ 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
972026-08-25T00:37:37.707Z++ 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
982026-08-25T00:37:37.707Z++ 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
992026-08-25T00:37:37.707Z++ 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
1002026-08-25T00:37:37.708Z++ 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
1012026-08-25T00:37:37.708Z++ 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
1022026-08-25T00:37:37.708Z++ 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
1032026-08-25T00:37:37.708Z++ case $OLD_SHELL_OPTS in
1042026-08-25T00:37:37.708Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-08-25T00:37:37.708Z+ source .github/buildomat/ci-env.sh
1062026-08-25T00:37:37.708Z++ export CARGO_TERM_COLOR=always
1072026-08-25T00:37:37.708Z++ CARGO_TERM_COLOR=always
1082026-08-25T00:37:37.713Z+++ uname -s
1092026-08-25T00:37:37.713Z++ [[ SunOS == \S\u\n\O\S ]]
1102026-08-25T00:37:37.713Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1112026-08-25T00:37:37.713Z+ cargo --version
1122026-08-25T00:37:37.717Zcargo 1.97.1 (c980f4866 2026-06-30)
1132026-08-25T00:37:37.721Z+ rustc --version
1142026-08-25T00:37:37.742Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1152026-08-25T00:37:37.755Z+ banner prerequisites
1162026-08-25T00:37:37.755Z
1172026-08-25T00:37:37.755Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-08-25T00:37:37.755Z # # # # # # # # # # # # # # #
1192026-08-25T00:37:37.755Z # # # # ##### # # ##### # # # # # #### #
1202026-08-25T00:37:37.755Z ##### ##### # ##### # # # # # # # # #
1212026-08-25T00:37:37.755Z # # # # # # # # # # # # # # #
1222026-08-25T00:37:37.755Z # # # ###### # # ###### ### # #### # #### #
1232026-08-25T00:37:37.755Z
1242026-08-25T00:37:37.756Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-08-25T00:37:39.670Z Startup: Refreshing catalog 'helios' ... Done
1262026-08-25T00:37:40.053Z Startup: Caching catalogs ... Done
1272026-08-25T00:37:42.253ZPlanning: Solver setup ... Done (2.082s)
1282026-08-25T00:37:42.316ZPlanning: Running solver ... Done (0.063s)
1292026-08-25T00:37:42.365ZPlanning: Finding local manifests ... Done (0.003s)
1302026-08-25T00:37:42.377ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-25T00:37:42.391ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-25T00:37:42.405ZPlanning: Package planning ... Done (0.013s)
1332026-08-25T00:37:42.408ZPlanning: Merging actions ... Done (0.001s)
1342026-08-25T00:37:42.629ZPlanning: Checking for conflicting actions ... Done (0.222s)
1352026-08-25T00:37:42.636ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-08-25T00:37:43.439ZPlanning: Evaluating mediators ... Done (0.803s)
1372026-08-25T00:37:43.452ZPlanning: Planning completed in 3.35 seconds
1382026-08-25T00:37:43.452Z Packages to install: 2
1392026-08-25T00:37:43.452Z Estimated space available: 156.01 GB
1402026-08-25T00:37:43.452ZEstimated space to be consumed: 80.56 MB
1412026-08-25T00:37:43.452Z Create boot environment: No
1422026-08-25T00:37:43.452ZCreate backup boot environment: No
1432026-08-25T00:37:43.452Z Rebuild boot archive: No
1442026-08-25T00:37:43.453Z
1452026-08-25T00:37:43.453ZChanged packages:
1462026-08-25T00:37:43.453Zhelios
1472026-08-25T00:37:43.453Z developer/build-essential
1482026-08-25T00:37:43.453Z None -> 11-3.0
1492026-08-25T00:37:43.453Z library/libxmlsec1
1502026-08-25T00:37:43.453Z None -> 1.2.35-3.0
1512026-08-25T00:37:43.482Z
1522026-08-25T00:37:43.482ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-08-25T00:37:43.549ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1542026-08-25T00:37:43.624Z Actions: 1/268 actions (Installing new actions)
1552026-08-25T00:37:43.661Z Actions: Completed 268 actions in 0.04 seconds.
1562026-08-25T00:37:43.699ZFinalize: Updating package state database ... Done (0.036s)
1572026-08-25T00:37:43.702ZFinalize: Updating package cache ... Done (0.000s)
1582026-08-25T00:37:43.793ZFinalize: Updating image state ... Done (0.095s)
1592026-08-25T00:37:46.297ZFinalize: Creating fast lookup database ... Done (2.449s)
1602026-08-25T00:37:46.366ZFinalize: Reading search index ... Done (0.012s)
1612026-08-25T00:37:46.369ZFinalize: Updating search index ... Done (0.000s)
1622026-08-25T00:37:46.450ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-25T00:37:46.819ZPlanning: Evaluating mediator changes ... Done
1642026-08-25T00:37:46.922ZPlanning: Checking for conflicting actions ... Done
1652026-08-25T00:37:46.926ZPlanning: Consolidating action changes ... Done
1662026-08-25T00:37:47.078ZPlanning: Evaluating mediators ... Done
1672026-08-25T00:37:47.082ZPlanning: Planning completed in 0.26 seconds
1682026-08-25T00:37:47.101Z Mediators to change: 2
1692026-08-25T00:37:47.101Z Create boot environment: No
1702026-08-25T00:37:47.105ZCreate backup boot environment: No
1712026-08-25T00:37:47.170ZFinalize: Updating package state database ... Done
1722026-08-25T00:37:47.170ZFinalize: Updating package cache ... Done
1732026-08-25T00:37:47.224ZFinalize: Updating image state ... Done
1742026-08-25T00:37:49.146ZFinalize: Creating fast lookup database ... Done
1752026-08-25T00:37:49.208ZFinalize: Reading search index ... Done
1762026-08-25T00:37:49.212ZFinalize: Updating search index ... Done
1772026-08-25T00:37:49.289ZFinalize: Updating package cache ... Done
1782026-08-25T00:37:49.568ZPlanning: Evaluating mediator changes ... Done
1792026-08-25T00:37:49.672ZPlanning: Checking for conflicting actions ... Done
1802026-08-25T00:37:49.676ZPlanning: Consolidating action changes ... Done
1812026-08-25T00:37:49.829ZPlanning: Evaluating mediators ... Done
1822026-08-25T00:37:49.833ZPlanning: Planning completed in 0.26 seconds
1832026-08-25T00:37:49.869Z Mediators to change: 1
1842026-08-25T00:37:49.869Z Create boot environment: No
1852026-08-25T00:37:49.870ZCreate backup boot environment: No
1862026-08-25T00:37:49.893ZFinalize: Updating package state database ... Done
1872026-08-25T00:37:49.894ZFinalize: Updating package cache ... Done
1882026-08-25T00:37:49.948ZFinalize: Updating image state ... Done
1892026-08-25T00:37:51.880ZFinalize: Creating fast lookup database ... Done
1902026-08-25T00:37:51.943ZFinalize: Reading search index ... Done
1912026-08-25T00:37:51.947ZFinalize: Updating search index ... Done
1922026-08-25T00:37:52.015ZFinalize: Updating package cache ... Done
1932026-08-25T00:37:52.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-08-25T00:37:52.326Zapache system 2.4 system
1952026-08-25T00:37:52.326Zclang system 15 system
1962026-08-25T00:37:52.326Zcsh system system illumos
1972026-08-25T00:37:52.326Zctags system system illumos
1982026-08-25T00:37:52.326Zfile vendor vendor darwinsys
1992026-08-25T00:37:52.326Zfile system system illumos
2002026-08-25T00:37:52.326Zgcc vendor 14 vendor
2012026-08-25T00:37:52.326Zgcc system 13 system
2022026-08-25T00:37:52.326Zgcc system 10 system
2032026-08-25T00:37:52.327Zgo system 1.25 system
2042026-08-25T00:37:52.327Zllvm system 15 system
2052026-08-25T00:37:52.327Zmariadb system 11.4 system
2062026-08-25T00:37:52.327Zmta vendor vendor dma
2072026-08-25T00:37:52.327Zopenjdk system 17 system
2082026-08-25T00:37:52.327Zopenjdk system 11 system
2092026-08-25T00:37:52.327Zopenssl vendor 3 vendor
2102026-08-25T00:37:52.327Zperl system 5.40 system
2112026-08-25T00:37:52.328Zpostgresql system 18 system
2122026-08-25T00:37:52.328Zpostgresql system 17 system
2132026-08-25T00:37:52.328Zpython vendor 3 vendor
2142026-08-25T00:37:52.328Zpython system 2 system
2152026-08-25T00:37:52.328Zpython3 vendor 3.13 vendor
2162026-08-25T00:37:52.328Zruby system 3.4 system
2172026-08-25T00:37:52.328Zruby system 3.0 system
2182026-08-25T00:37:52.328Zwords vendor vendor american-english
2192026-08-25T00:37:52.328Zwords system system australian-english
2202026-08-25T00:37:52.328Zwords system system british-english
2212026-08-25T00:37:52.328Zwords system system canadian-english
2222026-08-25T00:37:52.328Zwords system system french
2232026-08-25T00:37:52.328Zwords system system italian
2242026-08-25T00:37:52.328Zwords system system ngerman
2252026-08-25T00:37:52.328Zwords system system ogerman
2262026-08-25T00:37:52.328Zwords system system spanish
2272026-08-25T00:37:52.579ZPUBLISHER TYPE STATUS P LOCATION
2282026-08-25T00:37:52.579Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-08-25T00:37:53.071ZFMRI IFO
2302026-08-25T00:37:53.071Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-08-25T00:37:53.072Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-08-25T00:37:53.072Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-08-25T00:37:53.073Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-08-25T00:37:53.073Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-08-25T00:37:53.073Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-08-25T00:37:53.073Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-08-25T00:37:53.073Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-08-25T00:37:53.073Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-08-25T00:37:53.416Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-08-25T00:37:53.779Z Updating crates.io index
2412026-08-25T00:37:53.783Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-08-25T00:37:54.041Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-25T00:37:54.397Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-08-25T00:37:55.384Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-25T00:37:55.954Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-08-25T00:37:58.638Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-08-25T00:37:59.506Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-08-25T00:37:59.841Z Updating git repository `https://github.com/oxidecomputer/lldp`
2492026-08-25T00:38:00.184Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-08-25T00:38:01.362Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-25T00:38:01.679Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-08-25T00:38:02.044Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-08-25T00:38:02.311Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-08-25T00:38:02.570Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-08-25T00:38:02.832Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-08-25T00:38:03.132Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T00:38:03.394Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-08-25T00:38:03.732Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-25T00:38:04.225Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-25T00:38:04.623Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2612026-08-25T00:38:04.895Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-25T00:38:05.438Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-25T00:38:05.702Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-25T00:38:06.198Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-25T00:38:06.565Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-25T00:38:06.829Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-25T00:38:07.264Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-25T00:38:07.531Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-25T00:38:07.984Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-25T00:38:08.326Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-25T00:38:08.627Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-25T00:38:08.935Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-25T00:38:09.300Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-25T00:38:09.900Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-25T00:38:10.179Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-25T00:38:10.465Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-25T00:38:10.788Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-25T00:38:11.442Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-25T00:38:11.712Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-25T00:38:12.014Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-25T00:38:12.337Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-25T00:38:12.601Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-25T00:38:12.904Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T00:38:15.887Z Downloading crates ...
2852026-08-25T00:38:15.967Z Downloaded anstream v1.0.0
2862026-08-25T00:38:15.981Z Downloaded cargo_toml v0.21.0
2872026-08-25T00:38:15.982Z Downloaded camino-tempfile v1.4.1
2882026-08-25T00:38:15.982Z Downloaded fastrand v2.3.0
2892026-08-25T00:38:15.983Z Downloaded clap v4.6.1
2902026-08-25T00:38:15.983Z Downloaded fs-err v3.3.0
2912026-08-25T00:38:15.983Z Downloaded bytecount v0.6.9
2922026-08-25T00:38:15.993Z Downloaded is_terminal_polyfill v1.70.2
2932026-08-25T00:38:15.993Z Downloaded zerocopy-derive v0.7.35
2942026-08-25T00:38:15.993Z Downloaded zmij v1.0.21
2952026-08-25T00:38:15.993Z Downloaded crypto-common v0.1.7
2962026-08-25T00:38:15.993Z Downloaded generic-array v0.14.7
2972026-08-25T00:38:15.993Z Downloaded colorchoice v1.0.4
2982026-08-25T00:38:15.993Z Downloaded errno v0.3.14
2992026-08-25T00:38:15.993Z Downloaded cfg-if v1.0.4
3002026-08-25T00:38:15.993Z Downloaded quote v1.0.45
3012026-08-25T00:38:15.993Z Downloaded anstyle-parse v1.0.0
3022026-08-25T00:38:15.993Z Downloaded zerocopy v0.7.35
3032026-08-25T00:38:16.014Z Downloaded clap_lex v1.0.0
3042026-08-25T00:38:16.014Z Downloaded byteorder v1.5.0
3052026-08-25T00:38:16.014Z Downloaded clap_derive v4.6.1
3062026-08-25T00:38:16.014Z Downloaded anstyle-query v1.1.5
3072026-08-25T00:38:16.014Z Downloaded block-buffer v0.10.4
3082026-08-25T00:38:16.040Z Downloaded camino v1.2.5
3092026-08-25T00:38:16.040Z Downloaded unicode-ident v1.0.24
3102026-08-25T00:38:16.040Z Downloaded fnv v1.0.7
3112026-08-25T00:38:16.040Z Downloaded equivalent v1.0.2
3122026-08-25T00:38:16.040Z Downloaded heck v0.4.1
3132026-08-25T00:38:16.040Z Downloaded anstyle v1.0.14
3142026-08-25T00:38:16.040Z Downloaded digest v0.10.7
3152026-08-25T00:38:16.040Z Downloaded cargo-platform v0.3.2
3162026-08-25T00:38:16.040Z Downloaded plain v0.2.3
3172026-08-25T00:38:16.047Z Downloaded dtrace-parser v0.2.0
3182026-08-25T00:38:16.048Z Downloaded heck v0.5.0
3192026-08-25T00:38:16.048Z Downloaded cpufeatures v0.2.17
3202026-08-25T00:38:16.048Z Downloaded terminal_size v0.4.3
3212026-08-25T00:38:16.048Z Downloaded macaddr v1.0.1
3222026-08-25T00:38:16.048Z Downloaded scroll_derive v0.12.1
3232026-08-25T00:38:16.048Z Downloaded dof v0.3.0
3242026-08-25T00:38:16.049Z Downloaded utf8parse v0.2.2
3252026-08-25T00:38:16.049Z Downloaded itoa v1.0.17
3262026-08-25T00:38:16.057Z Downloaded version_check v0.9.5
3272026-08-25T00:38:16.057Z Downloaded usdt v0.5.0
3282026-08-25T00:38:16.131Z Downloaded thread-id v4.2.2
3292026-08-25T00:38:16.131Z Downloaded unicode-linebreak v0.1.5
3302026-08-25T00:38:16.131Z Downloaded pretty-hex v0.4.1
3312026-08-25T00:38:16.142Z Downloaded cargo_metadata v0.23.1
3322026-08-25T00:38:16.143Z Downloaded autocfg v1.5.0
3332026-08-25T00:38:16.143Z Downloaded once_cell v1.21.3
3342026-08-25T00:38:16.143Z Downloaded papergrid v0.11.0
3352026-08-25T00:38:16.143Z Downloaded smawk v0.3.2
3362026-08-25T00:38:16.143Z Downloaded usdt-attr-macro v0.5.0
3372026-08-25T00:38:16.143Z Downloaded toml_datetime v0.6.11
3382026-08-25T00:38:16.143Z Downloaded swrite v0.1.0
3392026-08-25T00:38:16.143Z Downloaded serde_spanned v0.6.9
3402026-08-25T00:38:16.143Z Downloaded tabled_derive v0.7.0
3412026-08-25T00:38:16.143Z Downloaded proc-macro-error-attr v1.0.4
3422026-08-25T00:38:16.143Z Downloaded strsim v0.11.1
3432026-08-25T00:38:16.143Z Downloaded usdt-macro v0.5.0
3442026-08-25T00:38:16.143Z Downloaded thiserror-impl v1.0.69
3452026-08-25T00:38:16.143Z Downloaded toml_write v0.1.2
3462026-08-25T00:38:16.143Z Downloaded sha2 v0.10.9
3472026-08-25T00:38:16.144Z Downloaded thiserror-impl v2.0.18
3482026-08-25T00:38:16.145Z Downloaded thiserror v1.0.69
3492026-08-25T00:38:16.145Z Downloaded memmap v0.7.0
3502026-08-25T00:38:16.145Z Downloaded pest_generator v2.8.6
3512026-08-25T00:38:16.145Z Downloaded pest_derive v2.8.6
3522026-08-25T00:38:16.145Z Downloaded usdt-impl v0.5.0
3532026-08-25T00:38:16.145Z Downloaded scroll v0.12.0
3542026-08-25T00:38:16.145Z Downloaded proc-macro-error v1.0.4
3552026-08-25T00:38:16.145Z Downloaded toml v0.8.23
3562026-08-25T00:38:16.145Z Downloaded ucd-trie v0.1.7
3572026-08-25T00:38:16.145Z Downloaded serde_tokenstream v0.2.3
3582026-08-25T00:38:16.145Z Downloaded thiserror v2.0.18
3592026-08-25T00:38:16.145Z Downloaded anyhow v1.0.104
3602026-08-25T00:38:16.170Z Downloaded bitflags v2.11.0
3612026-08-25T00:38:16.184Z Downloaded log v0.4.33
3622026-08-25T00:38:16.184Z Downloaded textwrap v0.16.2
3632026-08-25T00:38:16.184Z Downloaded serde_core v1.0.228
3642026-08-25T00:38:16.184Z Downloaded memchr v2.8.0
3652026-08-25T00:38:16.184Z Downloaded pest_meta v2.8.6
3662026-08-25T00:38:16.184Z Downloaded semver v1.0.28
3672026-08-25T00:38:16.184Z Downloaded proc-macro2 v1.0.106
3682026-08-25T00:38:16.199Z Downloaded serde_derive v1.0.228
3692026-08-25T00:38:16.199Z Downloaded getrandom v0.4.3
3702026-08-25T00:38:16.199Z Downloaded indexmap v2.14.0
3712026-08-25T00:38:16.207Z Downloaded tempfile v3.27.0
3722026-08-25T00:38:16.221Z Downloaded serde v1.0.228
3732026-08-25T00:38:16.221Z Downloaded toml_edit v0.22.27
3742026-08-25T00:38:16.232Z Downloaded goblin v0.8.2
3752026-08-25T00:38:16.232Z Downloaded typenum v1.20.1
3762026-08-25T00:38:16.232Z Downloaded pest v2.8.6
3772026-08-25T00:38:16.252Z Downloaded hashbrown v0.17.0
3782026-08-25T00:38:16.261Z Downloaded serde_json v1.0.151
3792026-08-25T00:38:16.305Z Downloaded tabled v0.15.0
3802026-08-25T00:38:16.316Z Downloaded clap_builder v4.6.0
3812026-08-25T00:38:16.316Z Downloaded winnow v0.7.14
3822026-08-25T00:38:16.317Z Downloaded syn v1.0.109
3832026-08-25T00:38:16.317Z Downloaded unicode-width v0.1.14
3842026-08-25T00:38:16.317Z Downloaded syn v2.0.117
3852026-08-25T00:38:16.331Z Downloaded unicode-width v0.2.0
3862026-08-25T00:38:16.339Z Downloaded rustix v1.1.4
3872026-08-25T00:38:16.433Z Downloaded libc v0.2.185
3882026-08-25T00:38:16.449Z Compiling proc-macro2 v1.0.106
3892026-08-25T00:38:16.450Z Compiling unicode-ident v1.0.24
3902026-08-25T00:38:16.450Z Compiling quote v1.0.45
3912026-08-25T00:38:16.450Z Compiling serde_core v1.0.228
3922026-08-25T00:38:16.450Z Compiling libc v0.2.185
3932026-08-25T00:38:16.450Z Compiling version_check v0.9.5
3942026-08-25T00:38:16.450Z Compiling memchr v2.8.0
3952026-08-25T00:38:16.450Z Compiling serde v1.0.228
3962026-08-25T00:38:16.746Z Compiling zmij v1.0.21
3972026-08-25T00:38:16.951Z Compiling thiserror v1.0.69
3982026-08-25T00:38:17.030Z Compiling ucd-trie v0.1.7
3992026-08-25T00:38:17.245Z Compiling itoa v1.0.17
4002026-08-25T00:38:17.307Z Compiling pest v2.8.6
4012026-08-25T00:38:17.421Z Compiling rustix v1.1.4
4022026-08-25T00:38:17.437Z Compiling byteorder v1.5.0
4032026-08-25T00:38:17.489Z Compiling errno v0.3.14
4042026-08-25T00:38:17.643Z Compiling serde_json v1.0.151
4052026-08-25T00:38:17.742Z Compiling bitflags v2.11.0
4062026-08-25T00:38:17.926Z Compiling syn v2.0.117
4072026-08-25T00:38:17.951Z Compiling thread-id v4.2.2
4082026-08-25T00:38:17.968Z Compiling proc-macro-error-attr v1.0.4
4092026-08-25T00:38:18.032Z Compiling usdt-impl v0.5.0
4102026-08-25T00:38:18.070Z Compiling camino v1.2.5
4112026-08-25T00:38:18.141Z Compiling syn v1.0.109
4122026-08-25T00:38:18.376Z Compiling pest_meta v2.8.6
4132026-08-25T00:38:18.441Z Compiling proc-macro-error v1.0.4
4142026-08-25T00:38:18.507Z Compiling plain v0.2.3
4152026-08-25T00:38:18.555Z Compiling log v0.4.33
4162026-08-25T00:38:18.665Z Compiling utf8parse v0.2.2
4172026-08-25T00:38:18.684Z Compiling equivalent v1.0.2
4182026-08-25T00:38:18.745Z Compiling hashbrown v0.17.0
4192026-08-25T00:38:18.773Z Compiling getrandom v0.4.3
4202026-08-25T00:38:18.774Z Compiling anstyle-parse v1.0.0
4212026-08-25T00:38:19.068Z Compiling terminal_size v0.4.3
4222026-08-25T00:38:19.214Z Compiling indexmap v2.14.0
4232026-08-25T00:38:19.574Z Compiling toml_write v0.1.2
4242026-08-25T00:38:19.735Z Compiling pretty-hex v0.4.1
4252026-08-25T00:38:19.778Z Compiling autocfg v1.5.0
4262026-08-25T00:38:19.825Z Compiling thiserror v2.0.18
4272026-08-25T00:38:19.872Z Compiling winnow v0.7.14
4282026-08-25T00:38:19.944Z Compiling colorchoice v1.0.4
4292026-08-25T00:38:19.965Z Compiling is_terminal_polyfill v1.70.2
4302026-08-25T00:38:20.066Z Compiling anstyle v1.0.14
4312026-08-25T00:38:20.089Z Compiling anstyle-query v1.1.5
4322026-08-25T00:38:20.098Z Compiling cfg-if v1.0.4
4332026-08-25T00:38:20.147Z Compiling pest_generator v2.8.6
4342026-08-25T00:38:20.207Z Compiling fs-err v3.3.0
4352026-08-25T00:38:20.287Z Compiling anstream v1.0.0
4362026-08-25T00:38:20.407Z Compiling bytecount v0.6.9
4372026-08-25T00:38:20.447Z Compiling unicode-width v0.1.14
4382026-08-25T00:38:20.543Z Compiling heck v0.5.0
4392026-08-25T00:38:20.586Z Compiling once_cell v1.21.3
4402026-08-25T00:38:20.702Z Compiling anyhow v1.0.104
4412026-08-25T00:38:20.724Z Compiling fnv v1.0.7
4422026-08-25T00:38:20.774Z Compiling fastrand v2.3.0
4432026-08-25T00:38:20.804Z Compiling strsim v0.11.1
4442026-08-25T00:38:20.826Z Compiling clap_lex v1.0.0
4452026-08-25T00:38:20.843Z Compiling heck v0.4.1
4462026-08-25T00:38:21.038Z Compiling clap_builder v4.6.0
4472026-08-25T00:38:21.058Z Compiling tempfile v3.27.0
4482026-08-25T00:38:21.082Z Compiling papergrid v0.11.0
4492026-08-25T00:38:21.219Z Compiling cargo-platform v0.3.2
4502026-08-25T00:38:21.240Z Compiling semver v1.0.28
4512026-08-25T00:38:21.281Z Compiling tabled_derive v0.7.0
4522026-08-25T00:38:21.355Z Compiling memmap v0.7.0
4532026-08-25T00:38:21.439Z Compiling unicode-width v0.2.0
4542026-08-25T00:38:21.497Z Compiling unicode-linebreak v0.1.5
4552026-08-25T00:38:21.520Z Compiling smawk v0.3.2
4562026-08-25T00:38:21.561Z Compiling camino-tempfile v1.4.1
4572026-08-25T00:38:21.717Z Compiling textwrap v0.16.2
4582026-08-25T00:38:21.756Z Compiling serde_derive v1.0.228
4592026-08-25T00:38:21.788Z Compiling thiserror-impl v1.0.69
4602026-08-25T00:38:21.935Z Compiling zerocopy-derive v0.7.35
4612026-08-25T00:38:22.109Z Compiling pest_derive v2.8.6
4622026-08-25T00:38:22.187Z Compiling scroll_derive v0.12.1
4632026-08-25T00:38:22.212Z Compiling thiserror-impl v2.0.18
4642026-08-25T00:38:22.536Z Compiling clap_derive v4.6.1
4652026-08-25T00:38:22.556Z Compiling tabled v0.15.0
4662026-08-25T00:38:22.856Z Compiling scroll v0.12.0
4672026-08-25T00:38:22.895Z Compiling zerocopy v0.7.35
4682026-08-25T00:38:23.129Z Compiling goblin v0.8.2
4692026-08-25T00:38:23.208Z Compiling dtrace-parser v0.2.0
4702026-08-25T00:38:23.446Z Compiling swrite v0.1.0
4712026-08-25T00:38:24.137Z Compiling clap v4.6.1
4722026-08-25T00:38:24.715Z Compiling toml_datetime v0.6.11
4732026-08-25T00:38:24.715Z Compiling serde_spanned v0.6.9
4742026-08-25T00:38:24.716Z Compiling macaddr v1.0.1
4752026-08-25T00:38:24.719Z Compiling cargo_metadata v0.23.1
4762026-08-25T00:38:24.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-25T00:38:24.795Z Compiling dof v0.3.0
4782026-08-25T00:38:24.815Z Compiling serde_tokenstream v0.2.3
4792026-08-25T00:38:24.942Z Compiling toml_edit v0.22.27
4802026-08-25T00:38:25.498Z Compiling usdt-attr-macro v0.5.0
4812026-08-25T00:38:25.501Z Compiling usdt-macro v0.5.0
4822026-08-25T00:38:26.136Z Compiling usdt v0.5.0
4832026-08-25T00:38:26.289Z Compiling toml v0.8.23
4842026-08-25T00:38:26.613Z Compiling cargo_toml v0.21.0
4852026-08-25T00:38:27.895Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-25T00:38:29.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.66s
4872026-08-25T00:38:30.110Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-25T00:38:30.632Z Downloading crates ...
4892026-08-25T00:38:30.675Z Downloaded adler2 v2.0.1
4902026-08-25T00:38:30.687Z Downloaded async-bb8-diesel v0.2.1
4912026-08-25T00:38:30.697Z Downloaded arc-swap v1.8.2
4922026-08-25T00:38:30.697Z Downloaded array-init v0.0.4
4932026-08-25T00:38:30.697Z Downloaded block-padding v0.4.2
4942026-08-25T00:38:30.697Z Downloaded ascii-canvas v3.0.0
4952026-08-25T00:38:30.697Z Downloaded fd-lock v4.0.4
4962026-08-25T00:38:30.697Z Downloaded aead v0.5.2
4972026-08-25T00:38:30.718Z Downloaded aead v0.6.1
4982026-08-25T00:38:30.718Z Downloaded assert_matches v1.5.0
4992026-08-25T00:38:30.718Z Downloaded arrayref v0.3.9
5002026-08-25T00:38:30.718Z Downloaded chacha20 v0.9.1
5012026-08-25T00:38:30.718Z Downloaded anstream v0.6.21
5022026-08-25T00:38:30.718Z Downloaded funty v2.0.0
5032026-08-25T00:38:30.718Z Downloaded gethostname v0.5.0
5042026-08-25T00:38:30.730Z Downloaded async-recursion v1.1.1
5052026-08-25T00:38:30.730Z Downloaded bb8 v0.8.6
5062026-08-25T00:38:30.730Z Downloaded elliptic-curve v0.14.1
5072026-08-25T00:38:30.730Z Downloaded const-oid v0.10.2
5082026-08-25T00:38:30.730Z Downloaded base16ct v1.0.0
5092026-08-25T00:38:30.730Z Downloaded embedded-io v0.4.0
5102026-08-25T00:38:30.730Z Downloaded hash32 v0.2.1
5112026-08-25T00:38:30.730Z Downloaded embedded-io v0.6.1
5122026-08-25T00:38:30.730Z Downloaded bcrypt-pbkdf v0.11.0
5132026-08-25T00:38:30.730Z Downloaded httpdate v1.0.3
5142026-08-25T00:38:30.730Z Downloaded bitflags v1.3.2
5152026-08-25T00:38:30.730Z Downloaded addr2line v0.25.1
5162026-08-25T00:38:30.730Z Downloaded bzip2 v0.4.4
5172026-08-25T00:38:30.730Z Downloaded endian-type v0.1.2
5182026-08-25T00:38:30.730Z Downloaded enum-as-inner v0.6.1
5192026-08-25T00:38:30.730Z Downloaded foreign-types v0.3.2
5202026-08-25T00:38:30.731Z Downloaded foreign-types-macros v0.2.3
5212026-08-25T00:38:30.731Z Downloaded ena v0.14.4
5222026-08-25T00:38:30.731Z Downloaded blake2 v0.11.0-rc.6
5232026-08-25T00:38:30.736Z Downloaded const-oid v0.9.6
5242026-08-25T00:38:30.736Z Downloaded anstyle-parse v0.2.7
5252026-08-25T00:38:30.736Z Downloaded erased-serde v0.3.31
5262026-08-25T00:38:30.736Z Downloaded float-ord v0.3.2
5272026-08-25T00:38:30.736Z Downloaded foreign-types-shared v0.3.1
5282026-08-25T00:38:30.736Z Downloaded ghash v0.6.0
5292026-08-25T00:38:30.736Z Downloaded git-stub v1.0.0
5302026-08-25T00:38:30.736Z Downloaded bit-set v0.8.0
5312026-08-25T00:38:30.736Z Downloaded async-stream-impl v0.3.6
5322026-08-25T00:38:30.736Z Downloaded bit-set v0.5.3
5332026-08-25T00:38:30.736Z Downloaded bitfield-macros v0.19.4
5342026-08-25T00:38:30.736Z Downloaded nodrop v0.1.14
5352026-08-25T00:38:30.736Z Downloaded backtrace-ext v0.2.1
5362026-08-25T00:38:30.736Z Downloaded foldhash v0.2.0
5372026-08-25T00:38:30.736Z Downloaded futures-executor v0.3.32
5382026-08-25T00:38:30.736Z Downloaded hashbrown v0.13.2
5392026-08-25T00:38:30.752Z Downloaded async-stream v0.3.6
5402026-08-25T00:38:30.752Z Downloaded argon2 v0.5.3
5412026-08-25T00:38:30.752Z Downloaded bcs v0.1.6
5422026-08-25T00:38:30.752Z Downloaded futures v0.3.32
5432026-08-25T00:38:30.755Z Downloaded hickory-server v0.25.2
5442026-08-25T00:38:30.755Z Downloaded fallible-iterator v0.2.0
5452026-08-25T00:38:30.755Z Downloaded fixedbitset v0.5.7
5462026-08-25T00:38:30.755Z Downloaded fatfs v0.3.6
5472026-08-25T00:38:30.755Z Downloaded base16ct v0.2.0
5482026-08-25T00:38:30.755Z Downloaded atomic-waker v1.1.2
5492026-08-25T00:38:30.755Z Downloaded atomicwrites v0.4.4
5502026-08-25T00:38:30.755Z Downloaded atty v0.2.14
5512026-08-25T00:38:30.755Z Downloaded flagset v0.4.7
5522026-08-25T00:38:30.755Z Downloaded foreign-types v0.5.0
5532026-08-25T00:38:30.756Z Downloaded ciborium-io v0.2.2
5542026-08-25T00:38:30.756Z Downloaded env_filter v2.0.0
5552026-08-25T00:38:30.756Z Downloaded ciborium-ll v0.2.2
5562026-08-25T00:38:30.756Z Downloaded futures-sink v0.3.32
5572026-08-25T00:38:30.756Z Downloaded form_urlencoded v1.2.2
5582026-08-25T00:38:30.766Z Downloaded bitfield-struct v0.6.2
5592026-08-25T00:38:30.766Z Downloaded cfg_aliases v0.1.1
5602026-08-25T00:38:30.778Z Downloaded argon2 v0.6.0-rc.8
5612026-08-25T00:38:30.778Z Downloaded arrayvec v0.7.6
5622026-08-25T00:38:30.778Z Downloaded futures-core v0.3.32
5632026-08-25T00:38:30.778Z Downloaded headers-core v0.3.0
5642026-08-25T00:38:30.778Z Downloaded bitfield v0.19.4
5652026-08-25T00:38:30.778Z Downloaded chumsky v0.9.3
5662026-08-25T00:38:30.778Z Downloaded block-buffer v0.12.1
5672026-08-25T00:38:30.778Z Downloaded globwalk v0.9.1
5682026-08-25T00:38:30.779Z Downloaded home v0.5.12
5692026-08-25T00:38:30.779Z Downloaded futures-task v0.3.32
5702026-08-25T00:38:30.779Z Downloaded hex-literal v1.1.0
5712026-08-25T00:38:30.779Z Downloaded hex v0.4.3
5722026-08-25T00:38:30.779Z Downloaded foreign-types-shared v0.1.1
5732026-08-25T00:38:30.779Z Downloaded futures-io v0.3.32
5742026-08-25T00:38:30.789Z Downloaded castaway v0.2.4
5752026-08-25T00:38:30.789Z Downloaded hostname v0.3.1
5762026-08-25T00:38:30.789Z Downloaded fixedbitset v0.4.2
5772026-08-25T00:38:30.789Z Downloaded http-range v0.1.5
5782026-08-25T00:38:30.789Z Downloaded compression-core v0.4.31
5792026-08-25T00:38:30.789Z Downloaded cobs v0.3.0
5802026-08-25T00:38:30.789Z Downloaded cfg_aliases v0.2.1
5812026-08-25T00:38:30.789Z Downloaded nibble_vec v0.1.0
5822026-08-25T00:38:30.789Z Downloaded normalize-line-endings v0.3.0
5832026-08-25T00:38:30.789Z Downloaded newline-converter v0.3.0
5842026-08-25T00:38:30.789Z Downloaded hostname v0.4.2
5852026-08-25T00:38:30.793Z Downloaded base64ct v1.8.3
5862026-08-25T00:38:30.793Z Downloaded cmake v0.1.57
5872026-08-25T00:38:30.793Z Downloaded fxhash v0.2.1
5882026-08-25T00:38:30.793Z Downloaded num_threads v0.1.7
5892026-08-25T00:38:30.793Z Downloaded opaque-debug v0.3.1
5902026-08-25T00:38:30.793Z Downloaded parse-display v0.10.0
5912026-08-25T00:38:30.793Z Downloaded hash32 v0.3.1
5922026-08-25T00:38:30.793Z Downloaded hubpack v0.1.2
5932026-08-25T00:38:30.793Z Downloaded http-body v1.0.1
5942026-08-25T00:38:30.793Z Downloaded oxide-generation-macros v0.2.0
5952026-08-25T00:38:30.794Z Downloaded percent-encoding v2.3.2
5962026-08-25T00:38:30.795Z Downloaded powerfmt v0.2.0
5972026-08-25T00:38:30.795Z Downloaded fs-err v2.11.0
5982026-08-25T00:38:30.800Z Downloaded env_logger v0.11.11
5992026-08-25T00:38:30.800Z Downloaded compact_str v0.8.1
6002026-08-25T00:38:30.800Z Downloaded filetime v0.2.27
6012026-08-25T00:38:30.801Z Downloaded group v0.14.0
6022026-08-25T00:38:30.810Z Downloaded hmac v0.13.0
6032026-08-25T00:38:30.812Z Downloaded cbc v0.2.1
6042026-08-25T00:38:30.812Z Downloaded bit-vec v0.8.0
6052026-08-25T00:38:30.812Z Downloaded cexpr v0.6.0
6062026-08-25T00:38:30.812Z Downloaded hubpack_derive v0.1.1
6072026-08-25T00:38:30.835Z Downloaded buf-list v1.1.2
6082026-08-25T00:38:30.835Z Downloaded bs58 v0.5.1
6092026-08-25T00:38:30.835Z Downloaded peg-runtime v0.8.5
6102026-08-25T00:38:30.835Z Downloaded proc-macro-crate v1.3.1
6112026-08-25T00:38:30.835Z Downloaded rfc6979 v0.4.0
6122026-08-25T00:38:30.835Z Downloaded cipher v0.5.2
6132026-08-25T00:38:30.835Z Downloaded progenitor-macro v0.14.0
6142026-08-25T00:38:30.835Z Downloaded rand_pcg v0.10.2
6152026-08-25T00:38:30.846Z Downloaded allocator-api2 v0.2.21
6162026-08-25T00:38:30.846Z Downloaded backoff v0.4.0
6172026-08-25T00:38:30.846Z Downloaded cipher v0.4.4
6182026-08-25T00:38:30.846Z Downloaded serde_bytes v0.11.19
6192026-08-25T00:38:30.846Z Downloaded cmov v0.5.4
6202026-08-25T00:38:30.846Z Downloaded cassowary v0.3.0
6212026-08-25T00:38:30.846Z Downloaded compression-codecs v0.4.37
6222026-08-25T00:38:30.847Z Downloaded foldhash v0.1.5
6232026-08-25T00:38:30.847Z Downloaded heapless v0.8.0
6242026-08-25T00:38:30.847Z Downloaded float-cmp v0.10.0
6252026-08-25T00:38:30.847Z Downloaded sha1 v0.11.0
6262026-08-25T00:38:30.847Z Downloaded fs_extra v1.3.0
6272026-08-25T00:38:30.847Z Downloaded futures-macro v0.3.32
6282026-08-25T00:38:30.847Z Downloaded group v0.13.0
6292026-08-25T00:38:30.847Z Downloaded async-trait v0.1.89
6302026-08-25T00:38:30.848Z Downloaded blowfish v0.10.0
6312026-08-25T00:38:30.848Z Downloaded camino-tempfile-ext v0.3.3
6322026-08-25T00:38:30.848Z Downloaded highway v1.3.0
6332026-08-25T00:38:30.848Z Downloaded sha1 v0.10.6
6342026-08-25T00:38:30.848Z Downloaded sqlparser_derive v0.5.0
6352026-08-25T00:38:30.856Z Downloaded ff v0.14.0
6362026-08-25T00:38:30.856Z Downloaded git-stub-vcs v0.1.0
6372026-08-25T00:38:30.856Z Downloaded enum_dispatch v0.3.13
6382026-08-25T00:38:30.856Z Downloaded http-body-util v0.1.3
6392026-08-25T00:38:30.856Z Downloaded num-integer v0.1.46
6402026-08-25T00:38:30.856Z Downloaded oxide-update-engine-display v0.1.2
6412026-08-25T00:38:30.856Z Downloaded ppv-lite86 v0.2.21
6422026-08-25T00:38:30.856Z Downloaded stable_deref_trait v1.2.1
6432026-08-25T00:38:30.856Z Downloaded getrandom v0.2.17
6442026-08-25T00:38:30.856Z Downloaded glob v0.3.3
6452026-08-25T00:38:30.857Z Downloaded ff v0.13.1
6462026-08-25T00:38:30.857Z Downloaded find-msvc-tools v0.1.9
6472026-08-25T00:38:30.857Z Downloaded subtle v2.6.1
6482026-08-25T00:38:30.860Z Downloaded ahash v0.8.12
6492026-08-25T00:38:30.862Z Downloaded console v0.16.2
6502026-08-25T00:38:30.862Z Downloaded getrandom v0.3.4
6512026-08-25T00:38:30.862Z Downloaded slog-envlogger v2.2.0
6522026-08-25T00:38:30.862Z Downloaded bit-vec v0.6.3
6532026-08-25T00:38:30.862Z Downloaded cancel-safe-futures v0.1.5
6542026-08-25T00:38:30.862Z Downloaded structmeta v0.3.0
6552026-08-25T00:38:30.862Z Downloaded structmeta-derive v0.3.0
6562026-08-25T00:38:30.867Z Downloaded tap v1.0.1
6572026-08-25T00:38:30.867Z Downloaded time-core v0.1.8
6582026-08-25T00:38:30.867Z Downloaded take_mut v0.2.2
6592026-08-25T00:38:30.867Z Downloaded testing_table v0.3.0
6602026-08-25T00:38:30.867Z Downloaded thiserror-impl-no-std v2.0.2
6612026-08-25T00:38:30.867Z Downloaded colored v2.2.0
6622026-08-25T00:38:30.867Z Downloaded rustc-demangle v0.1.27
6632026-08-25T00:38:30.867Z Downloaded byte-wrapper v0.1.0
6642026-08-25T00:38:30.867Z Downloaded ciborium v0.2.2
6652026-08-25T00:38:30.873Z Downloaded tinyvec_macros v0.1.1
6662026-08-25T00:38:30.873Z Downloaded r2d2 v0.8.10
6672026-08-25T00:38:30.873Z Downloaded resolv-conf v0.7.6
6682026-08-25T00:38:30.873Z Downloaded console v0.15.11
6692026-08-25T00:38:30.873Z Downloaded backon v1.6.0
6702026-08-25T00:38:30.876Z Downloaded blake2 v0.10.6
6712026-08-25T00:38:30.877Z Downloaded num_enum v0.5.11
6722026-08-25T00:38:30.877Z Downloaded chacha20 v0.10.0
6732026-08-25T00:38:30.877Z Downloaded colored v3.1.1
6742026-08-25T00:38:30.882Z Downloaded pbkdf2 v0.13.0
6752026-08-25T00:38:30.882Z Downloaded proc-macro-error2 v2.0.1
6762026-08-25T00:38:30.882Z Downloaded bzip2 v0.6.1
6772026-08-25T00:38:30.895Z Downloaded progenitor-extras v0.2.0
6782026-08-25T00:38:30.895Z Downloaded rand_core v0.9.5
6792026-08-25T00:38:30.895Z Downloaded rand_seeder v0.4.0
6802026-08-25T00:38:30.895Z Downloaded rand_core v0.10.0
6812026-08-25T00:38:30.895Z Downloaded rustls-pemfile v2.2.0
6822026-08-25T00:38:30.896Z Downloaded sec1 v0.7.3
6832026-08-25T00:38:30.896Z Downloaded serde-hex v0.1.0
6842026-08-25T00:38:30.901Z Downloaded signal-hook-mio v0.2.5
6852026-08-25T00:38:30.901Z Downloaded serde_tokenstream v0.3.0
6862026-08-25T00:38:30.901Z Downloaded utf-8 v0.7.6
6872026-08-25T00:38:30.901Z Downloaded serde_with_macros v1.5.2
6882026-08-25T00:38:30.901Z Downloaded want v0.3.1
6892026-08-25T00:38:30.901Z Downloaded zeroize_derive v1.5.0
6902026-08-25T00:38:30.901Z Downloaded wnaf v0.14.0
6912026-08-25T00:38:30.901Z Downloaded untrusted v0.7.1
6922026-08-25T00:38:30.901Z Downloaded curve25519-dalek-derive v0.1.1
6932026-08-25T00:38:30.901Z Downloaded spki v0.8.0
6942026-08-25T00:38:30.901Z Downloaded parking_lot_core v0.9.12
6952026-08-25T00:38:30.901Z Downloaded signal-hook-registry v1.4.8
6962026-08-25T00:38:30.902Z Downloaded slog-term v2.9.2
6972026-08-25T00:38:30.902Z Downloaded hmac v0.12.1
6982026-08-25T00:38:30.902Z Downloaded stacker v0.1.23
6992026-08-25T00:38:30.903Z Downloaded xshell-macros v0.2.7
7002026-08-25T00:38:30.903Z Downloaded yoke-derive v0.8.1
7012026-08-25T00:38:30.903Z Downloaded zone_cfg_derive v0.3.1
7022026-08-25T00:38:30.903Z Downloaded futures-channel v0.3.32
7032026-08-25T00:38:30.903Z Downloaded clang-sys v1.8.1
7042026-08-25T00:38:30.903Z Downloaded postcard v1.1.3
7052026-08-25T00:38:30.920Z Downloaded generic-array v1.4.3
7062026-08-25T00:38:30.920Z Downloaded half v2.7.1
7072026-08-25T00:38:30.920Z Downloaded support-bundle-viewer v0.1.2
7082026-08-25T00:38:30.920Z Downloaded crunchy v0.2.4
7092026-08-25T00:38:30.920Z Downloaded defmt-parser v1.0.0
7102026-08-25T00:38:30.920Z Downloaded smallvec v0.6.14
7112026-08-25T00:38:30.927Z Downloaded tls_codec v0.4.2
7122026-08-25T00:38:30.927Z Downloaded darling_macro v0.20.11
7132026-08-25T00:38:30.927Z Downloaded dtrace-parser v0.3.0
7142026-08-25T00:38:30.927Z Downloaded is_ci v1.2.0
7152026-08-25T00:38:30.928Z Downloaded async-compression v0.4.41
7162026-08-25T00:38:30.928Z Downloaded pkcs1 v0.7.5
7172026-08-25T00:38:30.928Z Downloaded poly1305 v0.9.0
7182026-08-25T00:38:30.959Z Downloaded tui-tree-widget v0.23.1
7192026-08-25T00:38:30.959Z Downloaded whoami v1.6.1
7202026-08-25T00:38:30.959Z Downloaded corncobs v0.1.4
7212026-08-25T00:38:30.959Z Downloaded difflib v0.4.0
7222026-08-25T00:38:30.959Z Downloaded dof v0.4.0
7232026-08-25T00:38:30.959Z Downloaded dirs-sys-next v0.1.2
7242026-08-25T00:38:30.959Z Downloaded lru-slab v0.1.2
7252026-08-25T00:38:30.959Z Downloaded lzss v0.8.2
7262026-08-25T00:38:30.959Z Downloaded instability v0.3.11
7272026-08-25T00:38:30.959Z Downloaded ar_archive_writer v0.5.1
7282026-08-25T00:38:30.959Z Downloaded oso v0.27.3
7292026-08-25T00:38:30.959Z Downloaded globset v0.4.18
7302026-08-25T00:38:30.959Z Downloaded half v1.8.3
7312026-08-25T00:38:30.959Z Downloaded pkcs8 v0.11.0
7322026-08-25T00:38:30.959Z Downloaded synstructure v0.13.2
7332026-08-25T00:38:30.959Z Downloaded vergen-git2 v9.1.0
7342026-08-25T00:38:30.983Z Downloaded httparse v1.10.1
7352026-08-25T00:38:30.983Z Downloaded kem v0.3.0
7362026-08-25T00:38:30.983Z Downloaded libscf-sys v1.2.0
7372026-08-25T00:38:30.983Z Downloaded keccak v0.1.6
7382026-08-25T00:38:30.983Z Downloaded mime v0.3.17
7392026-08-25T00:38:30.983Z Downloaded base64 v0.22.1
7402026-08-25T00:38:30.984Z Downloaded num-iter v0.1.45
7412026-08-25T00:38:30.984Z Downloaded openssl-probe v0.1.6
7422026-08-25T00:38:30.984Z Downloaded openssl-probe v0.2.1
7432026-08-25T00:38:30.984Z Downloaded tokio-stream v0.1.18
7442026-08-25T00:38:30.984Z Downloaded critical-section v1.2.0
7452026-08-25T00:38:30.984Z Downloaded ctr v0.10.1
7462026-08-25T00:38:30.984Z Downloaded base64 v0.21.7
7472026-08-25T00:38:30.984Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7482026-08-25T00:38:30.984Z Downloaded data-encoding v2.10.0
7492026-08-25T00:38:30.984Z Downloaded der_derive v0.7.3
7502026-08-25T00:38:30.984Z Downloaded backtrace v0.3.76
7512026-08-25T00:38:31.015Z Downloaded chacha20poly1305 v0.10.1
7522026-08-25T00:38:31.015Z Downloaded russh-cryptovec v0.62.0
7532026-08-25T00:38:31.015Z Downloaded sapling-renderdag v0.1.0
7542026-08-25T00:38:31.015Z Downloaded schemars v0.8.22
7552026-08-25T00:38:31.015Z Downloaded russh-util v0.52.0
7562026-08-25T00:38:31.015Z Downloaded seq-macro v0.3.6
7572026-08-25T00:38:31.015Z Downloaded diesel-dtrace v0.5.0
7582026-08-25T00:38:31.015Z Downloaded ipnet v2.12.0
7592026-08-25T00:38:31.015Z Downloaded papergrid v0.18.0
7602026-08-25T00:38:31.015Z Downloaded cc v1.2.56
7612026-08-25T00:38:31.015Z Downloaded rustls-native-certs v0.8.3
7622026-08-25T00:38:31.015Z Downloaded deranged v0.5.8
7632026-08-25T00:38:31.016Z Downloaded humantime v2.3.0
7642026-08-25T00:38:31.016Z Downloaded zerovec-derive v0.11.2
7652026-08-25T00:38:31.028Z Downloaded recursive-proc-macro-impl v0.1.1
7662026-08-25T00:38:31.028Z Downloaded serde_plain v1.0.2
7672026-08-25T00:38:31.028Z Downloaded vergen v9.1.0
7682026-08-25T00:38:31.028Z Downloaded signal-hook v0.3.18
7692026-08-25T00:38:31.028Z Downloaded supports-unicode v3.0.0
7702026-08-25T00:38:31.028Z Downloaded flume v0.11.1
7712026-08-25T00:38:31.028Z Downloaded zstd-safe v7.2.4
7722026-08-25T00:38:31.028Z Downloaded keccak v0.2.0
7732026-08-25T00:38:31.028Z Downloaded omicron-zone-package v0.12.3
7742026-08-25T00:38:31.028Z Downloaded bumpalo v3.20.2
7752026-08-25T00:38:31.028Z Downloaded linear-map v1.2.0
7762026-08-25T00:38:31.028Z Downloaded module-lattice v0.2.3
7772026-08-25T00:38:31.028Z Downloaded num-rational v0.4.2
7782026-08-25T00:38:31.028Z Downloaded termtree v0.5.1
7792026-08-25T00:38:31.028Z Downloaded sponge-cursor v0.1.0
7802026-08-25T00:38:31.028Z Downloaded heapless v0.7.17
7812026-08-25T00:38:31.028Z Downloaded tokio-test v0.4.5
7822026-08-25T00:38:31.028Z Downloaded tower-layer v0.3.3
7832026-08-25T00:38:31.028Z Downloaded darling v0.20.11
7842026-08-25T00:38:31.028Z Downloaded native-tls v0.2.18
7852026-08-25T00:38:31.028Z Downloaded socket2 v0.5.10
7862026-08-25T00:38:31.028Z Downloaded tower-service v0.3.3
7872026-08-25T00:38:31.032Z Downloaded hybrid-array v0.4.13
7882026-08-25T00:38:31.032Z Downloaded predicates v3.1.4
7892026-08-25T00:38:31.032Z Downloaded schemars v0.9.0
7902026-08-25T00:38:31.032Z Downloaded phf v0.13.1
7912026-08-25T00:38:31.032Z Downloaded scopeguard v1.2.0
7922026-08-25T00:38:31.032Z Downloaded parse-display-derive v0.10.0
7932026-08-25T00:38:31.044Z Downloaded usdt-attr-macro v0.6.0
7942026-08-25T00:38:31.044Z Downloaded parking_lot_core v0.8.6
7952026-08-25T00:38:31.044Z Downloaded pin-project-internal v1.1.11
7962026-08-25T00:38:31.044Z Downloaded primefield v0.14.0
7972026-08-25T00:38:31.044Z Downloaded psm v0.1.30
7982026-08-25T00:38:31.055Z Downloaded slog v2.8.2
7992026-08-25T00:38:31.055Z Downloaded typify v0.6.2
8002026-08-25T00:38:31.055Z Downloaded unit-prefix v0.5.2
8012026-08-25T00:38:31.057Z Downloaded unsafe-libyaml v0.2.11
8022026-08-25T00:38:31.057Z Downloaded ecdsa v0.17.0
8032026-08-25T00:38:31.057Z Downloaded headers v0.4.1
8042026-08-25T00:38:31.062Z Downloaded prettyplease v0.2.37
8052026-08-25T00:38:31.062Z Downloaded sec1 v0.8.1
8062026-08-25T00:38:31.062Z Downloaded unicode-bidi v0.3.18
8072026-08-25T00:38:31.062Z Downloaded zerocopy v0.6.6
8082026-08-25T00:38:31.062Z Downloaded ingot-macros v0.2.0
8092026-08-25T00:38:31.062Z Downloaded serde_path_to_error v0.1.20
8102026-08-25T00:38:31.062Z Downloaded wait-timeout v0.2.1
8112026-08-25T00:38:31.062Z Downloaded convert_case v0.4.0
8122026-08-25T00:38:31.062Z Downloaded dyn-clone v1.0.20
8132026-08-25T00:38:31.062Z Downloaded indent_write v2.2.0
8142026-08-25T00:38:31.062Z Downloaded bytes v1.11.1
8152026-08-25T00:38:31.174Z Downloaded crc-any v2.5.0
8162026-08-25T00:38:31.175Z Downloaded crc8 v0.1.1
8172026-08-25T00:38:31.175Z Downloaded darling_macro v0.13.4
8182026-08-25T00:38:31.175Z Downloaded darling_macro v0.21.3
8192026-08-25T00:38:31.175Z Downloaded memmap2 v0.9.10
8202026-08-25T00:38:31.175Z Downloaded slab v0.4.12
8212026-08-25T00:38:31.175Z Downloaded string_cache v0.8.9
8222026-08-25T00:38:31.175Z Downloaded stringprep v0.1.5
8232026-08-25T00:38:31.175Z Downloaded siphasher v1.0.2
8242026-08-25T00:38:31.175Z Downloaded ssh-encoding v0.3.0
8252026-08-25T00:38:31.175Z Downloaded strum_macros v0.27.2
8262026-08-25T00:38:31.175Z Downloaded hickory-resolver v0.25.2
8272026-08-25T00:38:31.176Z Downloaded digest-io v0.1.0
8282026-08-25T00:38:31.176Z Downloaded flate2 v1.1.9
8292026-08-25T00:38:31.177Z Downloaded document-features v0.2.12
8302026-08-25T00:38:31.177Z Downloaded quinn v0.11.11
8312026-08-25T00:38:31.177Z Downloaded instant v0.1.13
8322026-08-25T00:38:31.177Z Downloaded tokio-macros v2.7.0
8332026-08-25T00:38:31.177Z Downloaded samael v0.0.19
8342026-08-25T00:38:31.177Z Downloaded expectorate v1.2.0
8352026-08-25T00:38:31.177Z Downloaded pem-rfc7468 v1.0.0
8362026-08-25T00:38:31.177Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8372026-08-25T00:38:31.177Z Downloaded poly1305 v0.8.0
8382026-08-25T00:38:31.177Z Downloaded kstat-rs v0.2.5
8392026-08-25T00:38:31.177Z Downloaded unicase v2.9.0
8402026-08-25T00:38:31.177Z Downloaded progenitor-client v0.13.0
8412026-08-25T00:38:31.177Z Downloaded vergen-lib v9.1.0
8422026-08-25T00:38:31.177Z Downloaded yoke v0.8.1
8432026-08-25T00:38:31.177Z Downloaded lru-cache v0.1.2
8442026-08-25T00:38:31.177Z Downloaded quinn-udp v0.5.14
8452026-08-25T00:38:31.177Z Downloaded usdt-impl v0.6.0
8462026-08-25T00:38:31.177Z Downloaded writeable v0.6.2
8472026-08-25T00:38:31.177Z Downloaded maybe-uninit v2.0.0
8482026-08-25T00:38:31.177Z Downloaded wyz v0.5.1
8492026-08-25T00:38:31.177Z Downloaded zstd v0.13.3
8502026-08-25T00:38:31.178Z Downloaded multimap v0.10.1
8512026-08-25T00:38:31.178Z Downloaded md-5 v0.10.6
8522026-08-25T00:38:31.178Z Downloaded oso-derive v0.27.3
8532026-08-25T00:38:31.179Z Downloaded num-conv v0.2.0
8542026-08-25T00:38:31.179Z Downloaded password-hash v0.6.1
8552026-08-25T00:38:31.179Z Downloaded whoami v2.1.0
8562026-08-25T00:38:31.179Z Downloaded daft v0.1.8
8572026-08-25T00:38:31.179Z Downloaded convert_case v0.10.0
8582026-08-25T00:38:31.179Z Downloaded mime_guess v2.0.5
8592026-08-25T00:38:31.179Z Downloaded scuffle v0.1.0
8602026-08-25T00:38:31.179Z Downloaded parse-size v1.1.0
8612026-08-25T00:38:31.179Z Downloaded aes-gcm v0.11.0
8622026-08-25T00:38:31.179Z Downloaded simd-adler32 v0.3.8
8632026-08-25T00:38:31.179Z Downloaded downcast-rs v2.0.2
8642026-08-25T00:38:31.179Z Downloaded proc-macro-crate v3.4.0
8652026-08-25T00:38:31.179Z Downloaded publicsuffix v2.3.0
8662026-08-25T00:38:31.179Z Downloaded serdect v0.4.3
8672026-08-25T00:38:31.179Z Downloaded darling_core v0.20.11
8682026-08-25T00:38:31.179Z Downloaded psl-types v2.0.11
8692026-08-25T00:38:31.180Z Downloaded rand_xorshift v0.4.0
8702026-08-25T00:38:31.180Z Downloaded sha2 v0.11.0
8712026-08-25T00:38:31.180Z Downloaded snafu-derive v0.8.9
8722026-08-25T00:38:31.180Z Downloaded parking_lot v0.12.5
8732026-08-25T00:38:31.180Z Downloaded either v1.15.0
8742026-08-25T00:38:31.180Z Downloaded pin-project v1.1.11
8752026-08-25T00:38:31.208Z Downloaded progenitor-client v0.14.0
8762026-08-25T00:38:31.208Z Downloaded hickory-resolver v0.24.4
8772026-08-25T00:38:31.208Z Downloaded rand_chacha v0.3.1
8782026-08-25T00:38:31.208Z Downloaded rustc-hash v2.1.1
8792026-08-25T00:38:31.208Z Downloaded same-file v1.0.6
8802026-08-25T00:38:31.208Z Downloaded term v0.7.0
8812026-08-25T00:38:31.208Z Downloaded num-traits v0.2.19
8822026-08-25T00:38:31.209Z Downloaded ingot v0.2.1
8832026-08-25T00:38:31.209Z Downloaded libsw v3.5.0
8842026-08-25T00:38:31.209Z Downloaded rtoolbox v0.0.3
8852026-08-25T00:38:31.209Z Downloaded secrecy v0.10.3
8862026-08-25T00:38:31.209Z Downloaded scheduled-thread-pool v0.2.7
8872026-08-25T00:38:31.209Z Downloaded icu_normalizer v2.1.1
8882026-08-25T00:38:31.209Z Downloaded icu_properties v2.1.2
8892026-08-25T00:38:31.209Z Downloaded icu_normalizer_data v2.1.1
8902026-08-25T00:38:31.209Z Downloaded jobserver v0.1.34
8912026-08-25T00:38:31.209Z Downloaded libefi-sys v0.1.0
8922026-08-25T00:38:31.209Z Downloaded crc32fast v1.5.0
8932026-08-25T00:38:31.209Z Downloaded num-complex v0.4.6
8942026-08-25T00:38:31.209Z Downloaded num_enum v0.7.6
8952026-08-25T00:38:31.209Z Downloaded unicode-xid v0.2.6
8962026-08-25T00:38:31.209Z Downloaded utf8_iter v1.0.4
8972026-08-25T00:38:31.209Z Downloaded trait-variant v0.1.2
8982026-08-25T00:38:31.210Z Downloaded similar v2.7.0
8992026-08-25T00:38:31.210Z Downloaded toml_edit v0.19.15
9002026-08-25T00:38:31.210Z Downloaded rand v0.10.1
9012026-08-25T00:38:31.210Z Downloaded unicode_categories v0.1.1
9022026-08-25T00:38:31.210Z Downloaded oxide-update-engine v0.1.2
9032026-08-25T00:38:31.210Z Downloaded password-hash v0.5.0
9042026-08-25T00:38:31.210Z Downloaded strum v0.27.2
9052026-08-25T00:38:31.210Z Downloaded supports-color v3.0.2
9062026-08-25T00:38:31.210Z Downloaded indicatif v0.18.4
9072026-08-25T00:38:31.233Z Downloaded progenitor-impl v0.14.0
9082026-08-25T00:38:31.233Z Downloaded ryu v1.0.23
9092026-08-25T00:38:31.233Z Downloaded try-lock v0.2.5
9102026-08-25T00:38:31.233Z Downloaded void v1.0.2
9112026-08-25T00:38:31.233Z Downloaded derive_more v2.1.1
9122026-08-25T00:38:31.233Z Downloaded paste v1.0.15
9132026-08-25T00:38:31.233Z Downloaded predicates-tree v1.0.13
9142026-08-25T00:38:31.233Z Downloaded rand_chacha v0.9.0
9152026-08-25T00:38:31.233Z Downloaded pretty_assertions v1.4.1
9162026-08-25T00:38:31.233Z Downloaded crc-catalog v2.4.0
9172026-08-25T00:38:31.233Z Downloaded crypto-common v0.2.2
9182026-08-25T00:38:31.234Z Downloaded rand_core v0.6.4
9192026-08-25T00:38:31.234Z Downloaded derive_builder_macro v0.20.2
9202026-08-25T00:38:31.234Z Downloaded dropshot-api-manager-types v0.8.0
9212026-08-25T00:38:31.234Z Downloaded rustc_version v0.1.7
9222026-08-25T00:38:31.234Z Downloaded litemap v0.8.1
9232026-08-25T00:38:31.234Z Downloaded newtype-uuid v1.3.2
9242026-08-25T00:38:31.234Z Downloaded hyper-tls v0.6.0
9252026-08-25T00:38:31.234Z Downloaded http v1.4.2
9262026-08-25T00:38:31.234Z Downloaded tinyvec v1.10.0
9272026-08-25T00:38:31.234Z Downloaded num-bigint-dig v0.8.6
9282026-08-25T00:38:31.234Z Downloaded serde_yaml v0.9.34+deprecated
9292026-08-25T00:38:31.245Z Downloaded slog-async v2.8.0
9302026-08-25T00:38:31.245Z Downloaded hashbrown v0.12.3
9312026-08-25T00:38:31.245Z Downloaded toml v1.1.2+spec-1.1.0
9322026-08-25T00:38:31.245Z Downloaded serde_derive_internals v0.29.1
9332026-08-25T00:38:31.246Z Downloaded tracing-attributes v0.1.31
9342026-08-25T00:38:31.246Z Downloaded smf v0.2.3
9352026-08-25T00:38:31.246Z Downloaded tinystr v0.8.2
9362026-08-25T00:38:31.246Z Downloaded lazy_static v1.5.0
9372026-08-25T00:38:31.246Z Downloaded match_cfg v0.1.0
9382026-08-25T00:38:31.246Z Downloaded openssl-sys v0.9.117
9392026-08-25T00:38:31.246Z Downloaded crossbeam-channel v0.5.15
9402026-08-25T00:38:31.246Z Downloaded newtype-uuid-macros v0.1.0
9412026-08-25T00:38:31.246Z Downloaded derive-where v1.6.0
9422026-08-25T00:38:31.246Z Downloaded strum_macros v0.24.3
9432026-08-25T00:38:31.246Z Downloaded strum_macros v0.26.4
9442026-08-25T00:38:31.246Z Downloaded aes v0.9.1
9452026-08-25T00:38:31.256Z Downloaded sqlformat v0.3.5
9462026-08-25T00:38:31.256Z Downloaded tokio-tungstenite v0.23.1
9472026-08-25T00:38:31.256Z Downloaded inout v0.1.4
9482026-08-25T00:38:31.256Z Downloaded tls_codec_derive v0.4.2
9492026-08-25T00:38:31.256Z Downloaded walkdir v2.5.0
9502026-08-25T00:38:31.256Z Downloaded olpc-cjson v0.1.4
9512026-08-25T00:38:31.256Z Downloaded newtype_derive v0.1.6
9522026-08-25T00:38:31.256Z Downloaded path-slash v0.1.5
9532026-08-25T00:38:31.257Z Downloaded phf_shared v0.13.1
9542026-08-25T00:38:31.257Z Downloaded recursive v0.1.1
9552026-08-25T00:38:31.257Z Downloaded precomputed-hash v0.1.1
9562026-08-25T00:38:31.257Z Downloaded rfc6979 v0.6.0
9572026-08-25T00:38:31.257Z Downloaded scroll_derive v0.13.1
9582026-08-25T00:38:31.257Z Downloaded zeroize v1.9.0
9592026-08-25T00:38:31.257Z Downloaded rustls-webpki v0.103.13
9602026-08-25T00:38:31.262Z Downloaded typed-path v0.9.3
9612026-08-25T00:38:31.262Z Downloaded ed25519-dalek v3.0.0
9622026-08-25T00:38:31.262Z Downloaded derive_more v0.99.20
9632026-08-25T00:38:31.262Z Downloaded pkcs1 v0.8.0-rc.4
9642026-08-25T00:38:31.266Z Downloaded postgres-types v0.2.12
9652026-08-25T00:38:31.266Z Downloaded progenitor-macro v0.13.0
9662026-08-25T00:38:31.266Z Downloaded rustc_version v0.4.1
9672026-08-25T00:38:31.266Z Downloaded serde-big-array v0.5.1
9682026-08-25T00:38:31.266Z Downloaded shell-words v1.1.1
9692026-08-25T00:38:31.271Z Downloaded aho-corasick v1.1.4
9702026-08-25T00:38:31.272Z Downloaded delegate v0.13.5
9712026-08-25T00:38:31.275Z Downloaded signature v3.0.0
9722026-08-25T00:38:31.276Z Downloaded ipnetwork v0.21.1
9732026-08-25T00:38:31.276Z Downloaded lock_api v0.4.14
9742026-08-25T00:38:31.276Z Downloaded ignore v0.4.25
9752026-08-25T00:38:31.277Z Downloaded unarray v0.1.4
9762026-08-25T00:38:31.277Z Downloaded sigpipe v0.1.3
9772026-08-25T00:38:31.277Z Downloaded supports-hyperlinks v3.2.0
9782026-08-25T00:38:31.277Z Downloaded darling_core v0.23.0
9792026-08-25T00:38:31.306Z Downloaded xattr v1.6.1
9802026-08-25T00:38:31.306Z Downloaded dirs-next v2.0.0
9812026-08-25T00:38:31.306Z Downloaded phf v0.12.1
9822026-08-25T00:38:31.306Z Downloaded rand v0.8.6
9832026-08-25T00:38:31.306Z Downloaded rayon-core v1.13.0
9842026-08-25T00:38:31.321Z Downloaded libsw-core v0.3.2
9852026-08-25T00:38:31.322Z Downloaded ron v0.8.1
9862026-08-25T00:38:31.322Z Downloaded num_enum_derive v0.5.11
9872026-08-25T00:38:31.322Z Downloaded owo-colors v4.3.0
9882026-08-25T00:38:31.322Z Downloaded zone v0.3.1
9892026-08-25T00:38:31.322Z Downloaded oxide-generation v0.1.3
9902026-08-25T00:38:31.322Z Downloaded primeorder v0.14.0
9912026-08-25T00:38:31.322Z Downloaded inout v0.2.2
9922026-08-25T00:38:31.322Z Downloaded maplit v1.0.2
9932026-08-25T00:38:31.322Z Downloaded cookie_store v0.22.1
9942026-08-25T00:38:31.322Z Downloaded darling v0.23.0
9952026-08-25T00:38:31.322Z Downloaded lalrpop-util v0.19.12
9962026-08-25T00:38:31.322Z Downloaded oxide-update-engine-types v0.1.2
9972026-08-25T00:38:31.322Z Downloaded pkcs5 v0.8.1
9982026-08-25T00:38:31.322Z Downloaded derive_builder_core v0.20.2
9992026-08-25T00:38:31.322Z Downloaded crypto-bigint v0.5.5
10002026-08-25T00:38:31.322Z Downloaded derive_builder v0.20.2
10012026-08-25T00:38:31.342Z Downloaded new_debug_unreachable v1.0.6
10022026-08-25T00:38:31.342Z Downloaded ref-cast-impl v1.0.25
10032026-08-25T00:38:31.342Z Downloaded ref-cast v1.0.25
10042026-08-25T00:38:31.342Z Downloaded termios v0.3.3
10052026-08-25T00:38:31.342Z Downloaded thread_local v1.1.9
10062026-08-25T00:38:31.342Z Downloaded miette-derive v7.6.0
10072026-08-25T00:38:31.342Z Downloaded subprocess v0.2.15
10082026-08-25T00:38:31.342Z Downloaded hashbrown v0.14.5
10092026-08-25T00:38:31.343Z Downloaded icu_locale_core v2.1.1
10102026-08-25T00:38:31.343Z Downloaded serde_spanned v1.1.1
10112026-08-25T00:38:31.343Z Downloaded slog-bunyan v2.5.0
10122026-08-25T00:38:31.343Z Downloaded spki v0.7.3
10132026-08-25T00:38:31.350Z Downloaded tokio-dtrace v0.1.1
10142026-08-25T00:38:31.350Z Downloaded toml_writer v1.1.1+spec-1.1.0
10152026-08-25T00:38:31.350Z Downloaded vergen-lib v0.1.6
10162026-08-25T00:38:31.350Z Downloaded p521 v0.14.0
10172026-08-25T00:38:31.350Z Downloaded pin-project-lite v0.2.17
10182026-08-25T00:38:31.350Z Downloaded tagptr v0.2.0
10192026-08-25T00:38:31.350Z Downloaded universal-hash v0.5.1
10202026-08-25T00:38:31.350Z Downloaded rand v0.9.2
10212026-08-25T00:38:31.350Z Downloaded miniz_oxide v0.8.9
10222026-08-25T00:38:31.350Z Downloaded toml v0.7.8
10232026-08-25T00:38:31.350Z Downloaded yasna v0.5.2
10242026-08-25T00:38:31.350Z Downloaded parking_lot v0.11.2
10252026-08-25T00:38:31.350Z Downloaded constant_time_eq v0.4.2
10262026-08-25T00:38:31.350Z Downloaded topological-sort v0.2.2
10272026-08-25T00:38:31.350Z Downloaded debug-ignore v1.0.5
10282026-08-25T00:38:31.352Z Downloaded hashbrown v0.15.5
10292026-08-25T00:38:31.367Z Downloaded ed25519 v3.0.0
10302026-08-25T00:38:31.367Z Downloaded impl-trait-for-tuples v0.2.3
10312026-08-25T00:38:31.367Z Downloaded hashbrown v0.16.1
10322026-08-25T00:38:31.367Z Downloaded darling_core v0.13.4
10332026-08-25T00:38:31.379Z Downloaded drift v0.2.0
10342026-08-25T00:38:31.379Z Downloaded num_enum_derive v0.7.6
10352026-08-25T00:38:31.379Z Downloaded pkg-config v0.3.32
10362026-08-25T00:38:31.379Z Downloaded indexmap v1.9.3
10372026-08-25T00:38:31.379Z Downloaded cpubits v0.1.1
10382026-08-25T00:38:31.379Z Downloaded crucible-workspace-hack v0.1.0
10392026-08-25T00:38:31.379Z Downloaded diesel_table_macro_syntax v0.3.0
10402026-08-25T00:38:31.380Z Downloaded nanorand v0.7.0
10412026-08-25T00:38:31.381Z Downloaded ident_case v1.0.1
10422026-08-25T00:38:31.381Z Downloaded serde_cbor v0.11.2
10432026-08-25T00:38:31.381Z Downloaded pkcs8 v0.10.2
10442026-08-25T00:38:31.392Z Downloaded packed_struct v0.10.1
10452026-08-25T00:38:31.392Z Downloaded linked-hash-map v0.5.6
10462026-08-25T00:38:31.392Z Downloaded ed25519-dalek v2.2.0
10472026-08-25T00:38:31.392Z Downloaded tracing-core v0.1.36
10482026-08-25T00:38:31.392Z Downloaded strsim v0.10.0
10492026-08-25T00:38:31.392Z Downloaded num-bigint v0.4.6
10502026-08-25T00:38:31.392Z Downloaded progenitor v0.13.0
10512026-08-25T00:38:31.392Z Downloaded progenitor v0.14.0
10522026-08-25T00:38:31.396Z Downloaded slog-dtrace v0.3.0
10532026-08-25T00:38:31.396Z Downloaded slog-json v2.6.1
10542026-08-25T00:38:31.396Z Downloaded tower-http v0.6.8
10552026-08-25T00:38:31.396Z Downloaded usdt-macro v0.6.0
10562026-08-25T00:38:31.396Z Downloaded tokio-tungstenite v0.21.0
10572026-08-25T00:38:31.396Z Downloaded scrypt v0.12.0
10582026-08-25T00:38:31.396Z Downloaded strip-ansi-escapes v0.2.1
10592026-08-25T00:38:31.396Z Downloaded potential_utf v0.1.4
10602026-08-25T00:38:31.396Z Downloaded radium v0.7.0
10612026-08-25T00:38:31.396Z Downloaded serde_urlencoded v0.7.1
10622026-08-25T00:38:31.410Z Downloaded time-macros v0.2.27
10632026-08-25T00:38:31.417Z Downloaded sync-ptr v0.1.4
10642026-08-25T00:38:31.417Z Downloaded sync_wrapper v1.0.2
10652026-08-25T00:38:31.417Z Downloaded const_format v0.2.35
10662026-08-25T00:38:31.417Z Downloaded darling v0.21.3
10672026-08-25T00:38:31.417Z Downloaded displaydoc v0.2.5
10682026-08-25T00:38:31.417Z Downloaded progenitor-impl v0.13.0
10692026-08-25T00:38:31.424Z Downloaded icu_provider v2.1.1
10702026-08-25T00:38:31.424Z Downloaded csv-core v0.1.13
10712026-08-25T00:38:31.431Z Downloaded nonempty v0.12.0
10722026-08-25T00:38:31.431Z Downloaded universal-hash v0.6.1
10732026-08-25T00:38:31.435Z Downloaded defmt v0.3.100
10742026-08-25T00:38:31.435Z Downloaded futures-util v0.3.32
10752026-08-25T00:38:31.444Z Downloaded hkdf v0.13.0
10762026-08-25T00:38:31.444Z Downloaded knus v3.4.0
10772026-08-25T00:38:31.444Z Downloaded hkdf v0.12.4
10782026-08-25T00:38:31.448Z Downloaded icu_collections v2.1.1
10792026-08-25T00:38:31.448Z Downloaded tungstenite v0.23.0
10802026-08-25T00:38:31.448Z Downloaded darling_macro v0.23.0
10812026-08-25T00:38:31.448Z Downloaded unicode-properties v0.1.4
10822026-08-25T00:38:31.448Z Downloaded ed25519 v2.2.3
10832026-08-25T00:38:31.456Z Downloaded packed_struct_codegen v0.10.1
10842026-08-25T00:38:31.456Z Downloaded illumos-nvpair-sys v0.2.0
10852026-08-25T00:38:31.456Z Downloaded memoffset v0.9.1
10862026-08-25T00:38:31.456Z Downloaded peg-macros v0.8.5
10872026-08-25T00:38:31.456Z Downloaded salsa20 v0.11.0
10882026-08-25T00:38:31.456Z Downloaded port-file v0.1.0
10892026-08-25T00:38:31.461Z Downloaded tokio-util v0.7.18
10902026-08-25T00:38:31.461Z Downloaded url v2.5.8
10912026-08-25T00:38:31.461Z Downloaded zopfli v0.8.3
10922026-08-25T00:38:31.470Z Downloaded dropshot-api-manager v0.8.0
10932026-08-25T00:38:31.470Z Downloaded scroll v0.13.0
10942026-08-25T00:38:31.482Z Downloaded dropshot_endpoint v0.17.1
10952026-08-25T00:38:31.482Z Downloaded blake3 v1.8.5
10962026-08-25T00:38:31.482Z Downloaded signal-hook-tokio v0.3.1
10972026-08-25T00:38:31.482Z Downloaded ssh-cipher v0.3.0
10982026-08-25T00:38:31.482Z Downloaded thiserror-no-std v2.0.2
10992026-08-25T00:38:31.493Z Downloaded zerofrom-derive v0.1.6
11002026-08-25T00:38:31.493Z Downloaded toml_parser v1.1.2+spec-1.1.0
11012026-08-25T00:38:31.493Z Downloaded cookie v0.18.1
11022026-08-25T00:38:31.493Z Downloaded is-terminal v0.4.17
11032026-08-25T00:38:31.493Z Downloaded managed v0.8.0
11042026-08-25T00:38:31.493Z Downloaded md5 v0.8.0
11052026-08-25T00:38:31.493Z Downloaded serde_repr v0.1.20
11062026-08-25T00:38:31.493Z Downloaded xshell v0.2.7
11072026-08-25T00:38:31.493Z Downloaded rusty-fork v0.3.1
11082026-08-25T00:38:31.493Z Downloaded derive_more-impl v2.1.1
11092026-08-25T00:38:31.493Z Downloaded rustls-platform-verifier v0.6.2
11102026-08-25T00:38:31.498Z Downloaded litrs v1.0.0
11112026-08-25T00:38:31.498Z Downloaded ml-kem v0.3.2
11122026-08-25T00:38:31.498Z Downloaded cstr-argument v0.1.2
11132026-08-25T00:38:31.498Z Downloaded darling v0.13.4
11142026-08-25T00:38:31.498Z Downloaded internet-checksum v0.2.1
11152026-08-25T00:38:31.498Z Downloaded lru v0.12.5
11162026-08-25T00:38:31.498Z Downloaded iana-time-zone v0.1.65
11172026-08-25T00:38:31.505Z Downloaded daft-derive v0.1.8
11182026-08-25T00:38:31.505Z Downloaded vergen-gitcl v1.0.8
11192026-08-25T00:38:31.505Z Downloaded crc v3.4.0
11202026-08-25T00:38:31.505Z Downloaded typify-macro v0.6.2
11212026-08-25T00:38:31.516Z Downloaded oxnet v0.1.6
11222026-08-25T00:38:31.516Z Downloaded prefix-trie v0.7.0
11232026-08-25T00:38:31.523Z Downloaded primeorder v0.13.6
11242026-08-25T00:38:31.523Z Downloaded signature v2.2.0
11252026-08-25T00:38:31.523Z Downloaded polyval v0.7.1
11262026-08-25T00:38:31.523Z Downloaded steno v0.4.1
11272026-08-25T00:38:31.525Z Downloaded derive-ex v0.1.8
11282026-08-25T00:38:31.536Z Downloaded phf_shared v0.11.3
11292026-08-25T00:38:31.536Z Downloaded secrecy v0.8.0
11302026-08-25T00:38:31.536Z Downloaded darling_core v0.21.3
11312026-08-25T00:38:31.536Z Downloaded zerofrom v0.1.6
11322026-08-25T00:38:31.536Z Downloaded dunce v1.0.5
11332026-08-25T00:38:31.536Z Downloaded num-derive v0.4.2
11342026-08-25T00:38:31.541Z Downloaded multer v3.1.0
11352026-08-25T00:38:31.541Z Downloaded shlex v1.3.0
11362026-08-25T00:38:31.541Z Downloaded slog-scope v4.4.1
11372026-08-25T00:38:31.541Z Downloaded unicode-normalization v0.1.25
11382026-08-25T00:38:31.541Z Downloaded serde_with v1.14.0
11392026-08-25T00:38:31.550Z Downloaded knus-derive v3.4.0
11402026-08-25T00:38:31.550Z Downloaded p256 v0.14.0
11412026-08-25T00:38:31.550Z Downloaded smallvec v1.15.1
11422026-08-25T00:38:31.559Z Downloaded tokio-native-tls v0.3.1
11432026-08-25T00:38:31.560Z Downloaded aws-lc-rs v1.16.3
11442026-08-25T00:38:31.560Z Downloaded usdt v0.6.0
11452026-08-25T00:38:31.572Z Downloaded phf_shared v0.12.1
11462026-08-25T00:38:31.572Z Downloaded strum v0.26.3
11472026-08-25T00:38:31.572Z Downloaded crossbeam-deque v0.8.6
11482026-08-25T00:38:31.572Z Downloaded digest v0.11.3
11492026-08-25T00:38:31.573Z Downloaded libloading v0.8.9
11502026-08-25T00:38:31.573Z Downloaded itertools v0.14.0
11512026-08-25T00:38:31.573Z Downloaded unicode-truncate v1.1.0
11522026-08-25T00:38:31.581Z Downloaded hyper-rustls v0.27.7
11532026-08-25T00:38:31.581Z Downloaded crypto-primes v0.7.2
11542026-08-25T00:38:31.582Z Downloaded ecdsa v0.16.9
11552026-08-25T00:38:31.583Z Downloaded uuid v1.23.4
11562026-08-25T00:38:31.583Z Downloaded defmt v1.0.1
11572026-08-25T00:38:31.583Z Downloaded cpufeatures v0.3.0
11582026-08-25T00:38:31.583Z Downloaded openssl-macros v0.1.1
11592026-08-25T00:38:31.583Z Downloaded tabwriter v1.4.1
11602026-08-25T00:38:31.583Z Downloaded display-error-chain v0.2.2
11612026-08-25T00:38:31.584Z Downloaded quick-error v1.2.3
11622026-08-25T00:38:31.590Z Downloaded hyper v1.10.1
11632026-08-25T00:38:31.590Z Downloaded yansi v1.0.1
11642026-08-25T00:38:31.590Z Downloaded indoc v2.0.7
11652026-08-25T00:38:31.590Z Downloaded hyper-staticfile v0.10.1
11662026-08-25T00:38:31.590Z Downloaded phc v0.6.1
11672026-08-25T00:38:31.590Z Downloaded peg v0.8.5
11682026-08-25T00:38:31.596Z Downloaded indoc v1.0.9
11692026-08-25T00:38:31.596Z Downloaded illumos-nvpair v0.3.0
11702026-08-25T00:38:31.596Z Downloaded thread-id v5.1.0
11712026-08-25T00:38:31.596Z Downloaded untrusted v0.9.0
11722026-08-25T00:38:31.597Z Downloaded itertools v0.13.0
11732026-08-25T00:38:31.603Z Downloaded spin v0.9.8
11742026-08-25T00:38:31.605Z Downloaded p384 v0.14.0
11752026-08-25T00:38:31.605Z Downloaded tokio-rustls v0.26.4
11762026-08-25T00:38:31.614Z Downloaded itertools v0.15.0
11772026-08-25T00:38:31.614Z Downloaded zip v4.6.1
11782026-08-25T00:38:31.614Z Downloaded tiny-keccak v2.0.2
11792026-08-25T00:38:31.618Z Downloaded nu-ansi-term v0.50.3
11802026-08-25T00:38:31.618Z Downloaded dsl_auto_type v0.2.0
11812026-08-25T00:38:31.618Z Downloaded h2 v0.4.15
11822026-08-25T00:38:31.618Z Downloaded pem v3.0.6
11832026-08-25T00:38:31.618Z Downloaded pem-rfc7468 v0.7.0
11842026-08-25T00:38:31.618Z Downloaded uzers v0.12.2
11852026-08-25T00:38:31.621Z Downloaded predicates-core v1.0.10
11862026-08-25T00:38:31.621Z Downloaded proc-macro-error-attr2 v2.0.0
11872026-08-25T00:38:31.621Z Downloaded rustls-pki-types v1.14.0
11882026-08-25T00:38:31.621Z Downloaded rustversion v1.0.22
11892026-08-25T00:38:31.627Z Downloaded oxide-tokio-rt v0.1.4
11902026-08-25T00:38:31.627Z Downloaded num v0.4.3
11912026-08-25T00:38:31.627Z Downloaded qorb v0.4.1
11922026-08-25T00:38:31.632Z Downloaded semver v0.1.20
11932026-08-25T00:38:31.633Z Downloaded iri-string v0.7.10
11942026-08-25T00:38:31.633Z Downloaded waitgroup v0.1.2
11952026-08-25T00:38:31.636Z Downloaded bitvec v1.0.1
11962026-08-25T00:38:31.641Z Downloaded const_format_proc_macros v0.2.34
11972026-08-25T00:38:31.645Z Downloaded rpassword v7.5.4
11982026-08-25T00:38:31.646Z Downloaded x509-cert v0.2.5
11992026-08-25T00:38:31.649Z Downloaded zerotrie v0.2.3
12002026-08-25T00:38:31.649Z Downloaded bindgen v0.71.1
12012026-08-25T00:38:31.652Z Downloaded minimal-lexical v0.2.1
12022026-08-25T00:38:31.657Z Downloaded vte v0.14.1
12032026-08-25T00:38:31.667Z Downloaded test-strategy v0.4.5
12042026-08-25T00:38:31.667Z Downloaded jiff-static v0.2.34
12052026-08-25T00:38:31.667Z Downloaded schemars_derive v0.8.22
12062026-08-25T00:38:31.667Z Downloaded static_assertions v1.1.0
12072026-08-25T00:38:31.667Z Downloaded hyper-util v0.1.20
12082026-08-25T00:38:31.674Z Downloaded postgres-protocol v0.6.10
12092026-08-25T00:38:31.674Z Downloaded des v0.9.0
12102026-08-25T00:38:31.674Z Downloaded p384 v0.13.1
12112026-08-25T00:38:31.674Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-08-25T00:38:31.678Z Downloaded elliptic-curve v0.13.8
12132026-08-25T00:38:31.678Z Downloaded ingot-types v0.2.0
12142026-08-25T00:38:31.678Z Downloaded nom v8.0.0
12152026-08-25T00:38:31.681Z Downloaded chrono v0.4.45
12162026-08-25T00:38:31.684Z Downloaded crossbeam-epoch v0.9.18
12172026-08-25T00:38:31.685Z Downloaded defmt-macros v1.0.1
12182026-08-25T00:38:31.689Z Downloaded idna_adapter v1.2.1
12192026-08-25T00:38:31.690Z Downloaded slog-stdlog v4.1.1
12202026-08-25T00:38:31.690Z Downloaded russh v0.62.4
12212026-08-25T00:38:31.694Z Downloaded tokio-postgres v0.7.16
12222026-08-25T00:38:31.698Z Downloaded rsa v0.9.10
12232026-08-25T00:38:31.704Z Downloaded ctutils v0.4.2
12242026-08-25T00:38:31.704Z Downloaded vsss-rs v3.3.4
12252026-08-25T00:38:31.704Z Downloaded der v0.8.0
12262026-08-25T00:38:31.709Z Downloaded rcgen v0.12.1
12272026-08-25T00:38:31.709Z Downloaded vcpkg v0.2.15
12282026-08-25T00:38:31.731Z Downloaded term v1.2.1
12292026-08-25T00:38:31.735Z Downloaded socket2 v0.6.3
12302026-08-25T00:38:31.735Z Downloaded git2 v0.20.4
12312026-08-25T00:38:31.742Z Downloaded crossbeam-utils v0.8.21
12322026-08-25T00:38:31.742Z Downloaded crossterm v0.28.1
12332026-08-25T00:38:31.749Z Downloaded unicode-segmentation v1.12.0
12342026-08-25T00:38:31.749Z Downloaded libbz2-rs-sys v0.2.2
12352026-08-25T00:38:31.756Z Downloaded twox-hash v2.1.2
12362026-08-25T00:38:31.756Z Downloaded serde_with_macros v3.21.0
12372026-08-25T00:38:31.756Z Downloaded schemars v1.2.1
12382026-08-25T00:38:31.761Z Downloaded diff v0.1.13
12392026-08-25T00:38:31.761Z Downloaded snafu v0.8.9
12402026-08-25T00:38:31.765Z Downloaded itertools v0.10.5
12412026-08-25T00:38:31.770Z Downloaded der v0.7.10
12422026-08-25T00:38:31.770Z Downloaded tar v0.4.46
12432026-08-25T00:38:31.770Z Downloaded internal-russh-num-bigint v0.5.0
12442026-08-25T00:38:31.774Z Downloaded tungstenite v0.21.0
12452026-08-25T00:38:31.782Z Downloaded goblin v0.10.5
12462026-08-25T00:38:31.790Z Downloaded miette v7.6.0
12472026-08-25T00:38:31.790Z Downloaded mio v1.2.0
12482026-08-25T00:38:31.790Z Downloaded zip v0.6.6
12492026-08-25T00:38:31.790Z Downloaded gimli v0.32.3
12502026-08-25T00:38:31.793Z Downloaded idna v1.1.0
12512026-08-25T00:38:31.798Z Downloaded sha3 v0.12.0
12522026-08-25T00:38:31.798Z Downloaded zerocopy-derive v0.8.55
12532026-08-25T00:38:31.802Z Downloaded winnow v0.5.40
12542026-08-25T00:38:31.812Z Downloaded regex v1.12.3
12552026-08-25T00:38:31.820Z Downloaded time v0.3.47
12562026-08-25T00:38:31.828Z Downloaded winnow v1.0.3
12572026-08-25T00:38:31.828Z Downloaded tower v0.5.3
12582026-08-25T00:38:31.833Z Downloaded itertools v0.12.1
12592026-08-25T00:38:31.833Z Downloaded salty v0.3.0
12602026-08-25T00:38:31.838Z Downloaded winnow v0.6.26
12612026-08-25T00:38:31.845Z Downloaded libxml v0.3.3
12622026-08-25T00:38:31.849Z Downloaded tough v0.22.0
12632026-08-25T00:38:31.853Z Downloaded rsa v0.10.0-rc.18
12642026-08-25T00:38:31.856Z Downloaded polar-core v0.27.3
12652026-08-25T00:38:31.860Z Downloaded nix v0.27.1
12662026-08-25T00:38:31.864Z Downloaded iddqd v0.4.2
12672026-08-25T00:38:31.869Z Downloaded jiff-core v0.1.0
12682026-08-25T00:38:31.873Z Downloaded reedline v0.40.0
12692026-08-25T00:38:31.878Z Downloaded crossterm v0.29.0
12702026-08-25T00:38:31.881Z Downloaded tabled v0.21.0
12712026-08-25T00:38:31.896Z Downloaded rustyline v14.0.0
12722026-08-25T00:38:31.903Z Downloaded diesel_derives v2.3.7
12732026-08-25T00:38:31.903Z Downloaded quinn-proto v0.11.16
12742026-08-25T00:38:31.956Z Downloaded nom v7.1.3
12752026-08-25T00:38:31.957Z Downloaded proptest v1.11.0
12762026-08-25T00:38:31.964Z Downloaded bstr v1.12.1
12772026-08-25T00:38:31.964Z Downloaded zerovec v0.11.5
12782026-08-25T00:38:31.964Z Downloaded icu_properties_data v2.1.2
12792026-08-25T00:38:31.964Z Downloaded libm v0.2.16
12802026-08-25T00:38:31.965Z Downloaded regress v0.10.5
12812026-08-25T00:38:31.965Z Downloaded reqwest v0.13.2
12822026-08-25T00:38:31.965Z Downloaded zlib-rs v0.6.2
12832026-08-25T00:38:31.965Z Downloaded zerocopy v0.8.55
12842026-08-25T00:38:31.965Z Downloaded reqwest v0.12.28
12852026-08-25T00:38:31.965Z Downloaded quick-xml v0.37.5
12862026-08-25T00:38:31.969Z Downloaded rawzip v0.4.4
12872026-08-25T00:38:31.984Z Downloaded lalrpop v0.19.12
12882026-08-25T00:38:31.994Z Downloaded moka v0.12.13
12892026-08-25T00:38:31.994Z Downloaded smoltcp v0.9.1
12902026-08-25T00:38:31.994Z Downloaded ssh-key v0.7.0-rc.11
12912026-08-25T00:38:31.994Z Downloaded regex-syntax v0.6.29
12922026-08-25T00:38:32.002Z Downloaded petname v2.0.2
12932026-08-25T00:38:32.011Z Downloaded nix v0.28.0
12942026-08-25T00:38:32.017Z Downloaded rayon v1.11.0
12952026-08-25T00:38:32.022Z Downloaded object v0.30.4
12962026-08-25T00:38:32.022Z Downloaded smoltcp v0.11.0
12972026-08-25T00:38:32.027Z Downloaded portable-atomic v1.13.1
12982026-08-25T00:38:32.031Z Downloaded curve25519-dalek v4.1.3
12992026-08-25T00:38:32.036Z Downloaded hickory-proto v0.24.4
13002026-08-25T00:38:32.044Z Downloaded rustls v0.23.41
13012026-08-25T00:38:32.050Z Downloaded serde_with v3.21.0
13022026-08-25T00:38:32.058Z Downloaded regress v0.11.1
13032026-08-25T00:38:32.061Z Downloaded object v0.37.3
13042026-08-25T00:38:32.067Z Downloaded rustix v0.38.44
13052026-08-25T00:38:32.079Z Downloaded curve25519-dalek v5.0.0
13062026-08-25T00:38:32.084Z Downloaded tracing v0.1.44
13072026-08-25T00:38:32.095Z Downloaded openssl v0.10.80
13082026-08-25T00:38:32.099Z Downloaded regex-syntax v0.8.10
13092026-08-25T00:38:32.103Z Downloaded hickory-proto v0.25.2
13102026-08-25T00:38:32.112Z Downloaded sled v0.34.7
13112026-08-25T00:38:32.118Z Downloaded radix_trie v0.2.1
13122026-08-25T00:38:32.123Z Downloaded syn v3.0.3
13132026-08-25T00:38:32.127Z Downloaded diesel v2.3.7
13142026-08-25T00:38:32.138Z Downloaded zerocopy-derive v0.6.6
13152026-08-25T00:38:32.142Z Downloaded dropshot v0.17.1
13162026-08-25T00:38:32.154Z Downloaded regex-automata v0.4.14
13172026-08-25T00:38:32.161Z Downloaded sha3 v0.11.0
13182026-08-25T00:38:32.165Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-08-25T00:38:32.169Z Downloaded crypto-bigint v0.7.5
13202026-08-25T00:38:32.178Z Downloaded nix v0.31.2
13212026-08-25T00:38:32.184Z Downloaded openapiv3 v2.2.0
13222026-08-25T00:38:32.189Z Downloaded chrono-tz v0.10.4
13232026-08-25T00:38:32.199Z Downloaded sqlparser v0.61.0
13242026-08-25T00:38:32.203Z Downloaded sha3 v0.10.8
13252026-08-25T00:38:32.206Z Downloaded tokio v1.52.1
13262026-08-25T00:38:32.228Z Downloaded typify-impl v0.6.2
13272026-08-25T00:38:32.235Z Downloaded ratatui v0.29.0
13282026-08-25T00:38:32.245Z Downloaded petgraph v0.6.5
13292026-08-25T00:38:32.266Z Downloaded jiff v0.2.34
13302026-08-25T00:38:32.276Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-25T00:38:32.284Z Downloaded petgraph v0.8.3
13322026-08-25T00:38:32.302Z Downloaded libz-sys v1.1.24
13332026-08-25T00:38:32.313Z Downloaded csv v1.4.0
13342026-08-25T00:38:32.375Z Downloaded encoding_rs v0.8.35
13352026-08-25T00:38:32.409Z Downloaded ring v0.17.14
13362026-08-25T00:38:32.432Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-25T00:38:32.585Z Downloaded aws-lc-sys v0.40.0
13382026-08-25T00:38:32.837Z Compiling serde_core v1.0.228
13392026-08-25T00:38:32.837Z Compiling libc v0.2.185
13402026-08-25T00:38:32.838Z Compiling serde v1.0.228
13412026-08-25T00:38:32.841Z Compiling log v0.4.33
13422026-08-25T00:38:32.842Z Compiling smallvec v1.15.1
13432026-08-25T00:38:32.842Z Compiling find-msvc-tools v0.1.9
13442026-08-25T00:38:32.978Z Compiling shlex v1.3.0
13452026-08-25T00:38:32.983Z Compiling syn v2.0.117
13462026-08-25T00:38:33.212Z Compiling subtle v2.6.1
13472026-08-25T00:38:33.226Z Compiling scopeguard v1.2.0
13482026-08-25T00:38:33.231Z Compiling stable_deref_trait v1.2.1
13492026-08-25T00:38:33.267Z Compiling zerocopy v0.8.55
13502026-08-25T00:38:33.305Z Compiling typenum v1.20.1
13512026-08-25T00:38:33.326Z Compiling lock_api v0.4.14
13522026-08-25T00:38:33.343Z Compiling portable-atomic v1.13.1
13532026-08-25T00:38:33.389Z Compiling serde_json v1.0.151
13542026-08-25T00:38:33.572Z Compiling critical-section v1.2.0
13552026-08-25T00:38:33.607Z Compiling libm v0.2.16
13562026-08-25T00:38:33.681Z Compiling num-traits v0.2.19
13572026-08-25T00:38:33.704Z Compiling getrandom v0.4.3
13582026-08-25T00:38:33.863Z Compiling errno v0.3.14
13592026-08-25T00:38:33.878Z Compiling jobserver v0.1.34
13602026-08-25T00:38:33.937Z Compiling getrandom v0.2.17
13612026-08-25T00:38:34.126Z Compiling cc v1.2.56
13622026-08-25T00:38:34.172Z Compiling rand_core v0.6.4
13632026-08-25T00:38:34.221Z Compiling pkg-config v0.3.32
13642026-08-25T00:38:34.280Z Compiling generic-array v0.14.7
13652026-08-25T00:38:34.411Z Compiling once_cell v1.21.3
13662026-08-25T00:38:34.443Z Compiling pin-project-lite v0.2.17
13672026-08-25T00:38:34.469Z Compiling parking_lot_core v0.9.12
13682026-08-25T00:38:34.545Z Compiling const-oid v0.9.6
13692026-08-25T00:38:34.632Z Compiling rand_core v0.10.0
13702026-08-25T00:38:34.795Z Compiling percent-encoding v2.3.2
13712026-08-25T00:38:34.990Z Compiling litemap v0.8.1
13722026-08-25T00:38:35.009Z Compiling writeable v0.6.2
13732026-08-25T00:38:35.114Z Compiling bitflags v2.11.0
13742026-08-25T00:38:35.201Z Compiling semver v1.0.28
13752026-08-25T00:38:35.287Z Compiling signal-hook-registry v1.4.8
13762026-08-25T00:38:35.342Z Compiling icu_normalizer_data v2.1.1
13772026-08-25T00:38:35.376Z Compiling futures-core v0.3.32
13782026-08-25T00:38:35.506Z Compiling icu_properties_data v2.1.2
13792026-08-25T00:38:35.521Z Compiling parking_lot v0.12.5
13802026-08-25T00:38:35.547Z Compiling mio v1.2.0
13812026-08-25T00:38:35.567Z Compiling getrandom v0.3.4
13822026-08-25T00:38:35.702Z Compiling rustix v1.1.4
13832026-08-25T00:38:35.702Z Compiling socket2 v0.6.3
13842026-08-25T00:38:35.839Z Compiling synstructure v0.13.2
13852026-08-25T00:38:35.896Z Compiling futures-sink v0.3.32
13862026-08-25T00:38:36.003Z Compiling utf8_iter v1.0.4
13872026-08-25T00:38:36.020Z Compiling indexmap v2.14.0
13882026-08-25T00:38:36.086Z Compiling futures-channel v0.3.32
13892026-08-25T00:38:36.149Z Compiling form_urlencoded v1.2.2
13902026-08-25T00:38:36.278Z Compiling futures-task v0.3.32
13912026-08-25T00:38:36.294Z Compiling slab v0.4.12
13922026-08-25T00:38:36.321Z Compiling futures-io v0.3.32
13932026-08-25T00:38:36.410Z Compiling rustversion v1.0.22
13942026-08-25T00:38:36.424Z Compiling iana-time-zone v0.1.65
13952026-08-25T00:38:36.446Z Compiling base64ct v1.8.3
13962026-08-25T00:38:36.466Z Compiling regex-syntax v0.8.10
13972026-08-25T00:38:36.473Z Compiling rand_core v0.9.5
13982026-08-25T00:38:36.616Z Compiling uuid v1.23.4
13992026-08-25T00:38:36.699Z Compiling cmake v0.1.57
14002026-08-25T00:38:36.733Z Compiling pem-rfc7468 v0.7.0
14012026-08-25T00:38:36.755Z Compiling fs_extra v1.3.0
14022026-08-25T00:38:37.079Z Compiling flagset v0.4.7
14032026-08-25T00:38:37.104Z Compiling ident_case v1.0.1
14042026-08-25T00:38:37.122Z Compiling dunce v1.0.5
14052026-08-25T00:38:37.215Z Compiling base64 v0.22.1
14062026-08-25T00:38:37.228Z Compiling aws-lc-sys v0.40.0
14072026-08-25T00:38:37.241Z Compiling serde_derive_internals v0.29.1
14082026-08-25T00:38:37.334Z Compiling schemars v0.8.22
14092026-08-25T00:38:37.415Z Compiling syn v1.0.109
14102026-08-25T00:38:37.437Z Compiling vcpkg v0.2.15
14112026-08-25T00:38:37.513Z Compiling serde_derive v1.0.228
14122026-08-25T00:38:37.534Z Compiling zeroize_derive v1.5.0
14132026-08-25T00:38:37.538Z Compiling zerocopy-derive v0.8.55
14142026-08-25T00:38:37.683Z Compiling zerofrom-derive v0.1.6
14152026-08-25T00:38:38.134Z Compiling yoke-derive v0.8.1
14162026-08-25T00:38:38.163Z Compiling zerovec-derive v0.11.2
14172026-08-25T00:38:38.178Z Compiling displaydoc v0.2.5
14182026-08-25T00:38:38.969Z Compiling tokio-macros v2.7.0
14192026-08-25T00:38:38.993Z Compiling futures-macro v0.3.32
14202026-08-25T00:38:39.116Z Compiling zerofrom v0.1.6
14212026-08-25T00:38:39.234Z Compiling thiserror-impl v2.0.18
14222026-08-25T00:38:39.314Z Compiling yoke v0.8.1
14232026-08-25T00:38:39.329Z Compiling der_derive v0.7.3
14242026-08-25T00:38:39.502Z Compiling zerovec v0.11.5
14252026-08-25T00:38:39.574Z Compiling zerotrie v0.2.3
14262026-08-25T00:38:39.766Z Compiling futures-util v0.3.32
14272026-08-25T00:38:39.879Z Compiling dyn-clone v1.0.20
14282026-08-25T00:38:40.020Z Compiling tinystr v0.8.2
14292026-08-25T00:38:40.020Z Compiling potential_utf v0.1.4
14302026-08-25T00:38:40.198Z Compiling icu_locale_core v2.1.1
14312026-08-25T00:38:40.220Z Compiling icu_collections v2.1.1
14322026-08-25T00:38:40.294Z Compiling openssl-sys v0.9.117
14332026-08-25T00:38:40.568Z Compiling thiserror v2.0.18
14342026-08-25T00:38:40.675Z Compiling schemars_derive v0.8.22
14352026-08-25T00:38:40.758Z Compiling tracing-attributes v0.1.31
14362026-08-25T00:38:40.803Z Compiling icu_provider v2.1.1
14372026-08-25T00:38:41.026Z Compiling zeroize v1.9.0
14382026-08-25T00:38:41.059Z Compiling bytes v1.11.1
14392026-08-25T00:38:41.093Z Compiling icu_properties v2.1.2
14402026-08-25T00:38:41.662Z Compiling icu_normalizer v2.1.1
14412026-08-25T00:38:41.821Z Compiling block-buffer v0.10.4
14422026-08-25T00:38:41.903Z Compiling crypto-common v0.1.7
14432026-08-25T00:38:42.034Z Compiling idna_adapter v1.2.1
14442026-08-25T00:38:42.068Z Compiling ppv-lite86 v0.2.21
14452026-08-25T00:38:42.083Z Compiling tokio v1.52.1
14462026-08-25T00:38:42.132Z Compiling digest v0.10.7
14472026-08-25T00:38:42.182Z Compiling idna v1.1.0
14482026-08-25T00:38:42.196Z Compiling chrono v0.4.45
14492026-08-25T00:38:42.219Z Compiling der v0.7.10
14502026-08-25T00:38:42.246Z Compiling http v1.4.2
14512026-08-25T00:38:42.383Z Compiling rand_chacha v0.9.0
14522026-08-25T00:38:42.398Z Compiling rustc_version v0.4.1
14532026-08-25T00:38:42.728Z Compiling url v2.5.8
14542026-08-25T00:38:42.839Z Compiling rand v0.9.2
14552026-08-25T00:38:43.095Z Compiling spki v0.7.3
14562026-08-25T00:38:43.183Z Compiling tracing-core v0.1.36
14572026-08-25T00:38:43.315Z Compiling aws-lc-rs v1.16.3
14582026-08-25T00:38:43.438Z Compiling simd-adler32 v0.3.8
14592026-08-25T00:38:43.533Z Compiling cpufeatures v0.2.17
14602026-08-25T00:38:43.592Z Compiling tracing v0.1.44
14612026-08-25T00:38:43.617Z Compiling tempfile v3.27.0
14622026-08-25T00:38:43.628Z Compiling pkcs8 v0.10.2
14632026-08-25T00:38:43.685Z Compiling http-body v1.0.1
14642026-08-25T00:38:43.743Z Compiling rustls-pki-types v1.14.0
14652026-08-25T00:38:43.868Z Compiling spin v0.9.8
14662026-08-25T00:38:43.914Z Compiling tinyvec_macros v0.1.1
14672026-08-25T00:38:43.974Z Compiling openssl-probe v0.2.1
14682026-08-25T00:38:44.003Z Compiling cmov v0.5.4
14692026-08-25T00:38:44.070Z Compiling adler2 v2.0.1
14702026-08-25T00:38:44.133Z Compiling httparse v1.10.1
14712026-08-25T00:38:44.180Z Compiling crc32fast v1.5.0
14722026-08-25T00:38:44.207Z Compiling miniz_oxide v0.8.9
14732026-08-25T00:38:44.207Z Compiling ctutils v0.4.2
14742026-08-25T00:38:44.422Z Compiling tinyvec v1.10.0
14752026-08-25T00:38:44.486Z Compiling pest_generator v2.8.6
14762026-08-25T00:38:44.499Z Compiling sha2 v0.10.9
14772026-08-25T00:38:44.755Z Compiling terminal_size v0.4.3
14782026-08-25T00:38:44.780Z Compiling aho-corasick v1.1.4
14792026-08-25T00:38:44.873Z Compiling tower-layer v0.3.3
14802026-08-25T00:38:44.882Z Compiling tower-service v0.3.3
14812026-08-25T00:38:44.993Z Compiling atomic-waker v1.1.2
14822026-08-25T00:38:45.031Z Compiling untrusted v0.7.1
14832026-08-25T00:38:45.095Z Compiling radium v0.7.0
14842026-08-25T00:38:45.116Z Compiling try-lock v0.2.5
14852026-08-25T00:38:45.140Z Compiling pest_derive v2.8.6
14862026-08-25T00:38:45.230Z Compiling want v0.3.1
14872026-08-25T00:38:45.608Z Compiling regex-automata v0.4.14
14882026-08-25T00:38:45.621Z Compiling hybrid-array v0.4.13
14892026-08-25T00:38:45.645Z Compiling ipnet v2.12.0
14902026-08-25T00:38:45.759Z Compiling scroll_derive v0.13.1
14912026-08-25T00:38:46.101Z Compiling tokio-util v0.7.18
14922026-08-25T00:38:46.322Z Compiling darling_core v0.20.11
14932026-08-25T00:38:46.376Z Compiling wait-timeout v0.2.1
14942026-08-25T00:38:46.543Z Compiling httpdate v1.0.3
14952026-08-25T00:38:46.635Z Compiling untrusted v0.9.0
14962026-08-25T00:38:46.752Z Compiling h2 v0.4.15
14972026-08-25T00:38:46.752Z Compiling quick-error v1.2.3
14982026-08-25T00:38:46.861Z Compiling tap v1.0.1
14992026-08-25T00:38:47.002Z Compiling foreign-types-shared v0.1.1
15002026-08-25T00:38:47.117Z Compiling openssl v0.10.80
15012026-08-25T00:38:47.153Z Compiling maybe-uninit v2.0.0
15022026-08-25T00:38:47.338Z Compiling bit-vec v0.8.0
15032026-08-25T00:38:47.415Z Compiling rustls v0.23.41
15042026-08-25T00:38:47.562Z Compiling bit-set v0.8.0
15052026-08-25T00:38:47.615Z Compiling foreign-types v0.3.2
15062026-08-25T00:38:47.629Z Compiling wyz v0.5.1
15072026-08-25T00:38:47.678Z Compiling rusty-fork v0.3.1
15082026-08-25T00:38:47.719Z Compiling scroll v0.13.0
15092026-08-25T00:38:47.800Z Compiling unicode-normalization v0.1.25
15102026-08-25T00:38:47.974Z Compiling rand_chacha v0.3.1
15112026-08-25T00:38:47.989Z Compiling signature v2.2.0
15122026-08-25T00:38:48.170Z Compiling hex v0.4.3
15132026-08-25T00:38:48.248Z Compiling openssl-macros v0.1.1
15142026-08-25T00:38:48.326Z Compiling thiserror-impl v1.0.69
15152026-08-25T00:38:48.431Z Compiling rand_xorshift v0.4.0
15162026-08-25T00:38:48.560Z Compiling darling_macro v0.20.11
15172026-08-25T00:38:48.599Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-25T00:38:48.632Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-25T00:38:48.727Z Compiling num-integer v0.1.46
15202026-08-25T00:38:48.908Z Compiling ahash v0.8.12
15212026-08-25T00:38:49.025Z Compiling time-core v0.1.8
15222026-08-25T00:38:49.047Z Compiling native-tls v0.2.18
15232026-08-25T00:38:49.076Z Compiling packed_struct v0.10.1
15242026-08-25T00:38:49.112Z Compiling powerfmt v0.2.0
15252026-08-25T00:38:49.127Z Compiling unarray v0.1.4
15262026-08-25T00:38:49.253Z Compiling num-bigint-dig v0.8.6
15272026-08-25T00:38:49.273Z Compiling paste v1.0.15
15282026-08-25T00:38:49.308Z Compiling num-conv v0.2.0
15292026-08-25T00:38:49.323Z Compiling funty v2.0.0
15302026-08-25T00:38:49.436Z Compiling time-macros v0.2.27
15312026-08-25T00:38:49.497Z Compiling deranged v0.5.8
15322026-08-25T00:38:49.546Z Compiling proptest v1.11.0
15332026-08-25T00:38:49.561Z Compiling thiserror v1.0.69
15342026-08-25T00:38:49.641Z Compiling bitvec v1.0.1
15352026-08-25T00:38:49.680Z Compiling clap_builder v4.6.0
15362026-08-25T00:38:49.862Z Compiling hyper v1.10.1
15372026-08-25T00:38:50.452Z Compiling darling v0.20.11
15382026-08-25T00:38:50.541Z Compiling num-iter v0.1.45
15392026-08-25T00:38:51.027Z Compiling hyper-util v0.1.20
15402026-08-25T00:38:51.397Z Compiling rand v0.8.6
15412026-08-25T00:38:51.412Z Compiling goblin v0.10.5
15422026-08-25T00:38:52.335Z Compiling packed_struct_codegen v0.10.1
15432026-08-25T00:38:52.575Z Compiling ipnetwork v0.21.1
15442026-08-25T00:38:52.790Z Compiling lazy_static v1.5.0
15452026-08-25T00:38:52.886Z Compiling hmac v0.12.1
15462026-08-25T00:38:52.964Z Compiling serde_spanned v0.6.9
15472026-08-25T00:38:53.048Z Compiling toml_datetime v0.6.11
15482026-08-25T00:38:53.110Z Compiling bitfield-macros v0.19.4
15492026-08-25T00:38:53.303Z Compiling clap_derive v4.6.1
15502026-08-25T00:38:53.374Z Compiling zerocopy-derive v0.6.6
15512026-08-25T00:38:53.789Z Compiling slog v2.8.2
15522026-08-25T00:38:53.806Z Compiling sync_wrapper v1.0.2
15532026-08-25T00:38:53.914Z Compiling indexmap v1.9.3
15542026-08-25T00:38:53.963Z Compiling syn v3.0.3
15552026-08-25T00:38:54.097Z Compiling crossbeam-utils v0.8.21
15562026-08-25T00:38:54.200Z Compiling crc-catalog v2.4.0
15572026-08-25T00:38:54.294Z Compiling unicode-segmentation v1.12.0
15582026-08-25T00:38:54.381Z Compiling siphasher v1.0.2
15592026-08-25T00:38:54.572Z Compiling usdt-impl v0.6.0
15602026-08-25T00:38:54.665Z Compiling num_threads v0.1.7
15612026-08-25T00:38:54.762Z Compiling zlib-rs v0.6.2
15622026-08-25T00:38:54.776Z Compiling nodrop v0.1.14
15632026-08-25T00:38:54.865Z Compiling object v0.37.3
15642026-08-25T00:38:55.028Z Compiling clap v4.6.1
15652026-08-25T00:38:55.109Z Compiling array-init v0.0.4
15662026-08-25T00:38:55.187Z Compiling time v0.3.47
15672026-08-25T00:38:55.464Z Compiling crc v3.4.0
15682026-08-25T00:38:55.699Z Compiling zerocopy v0.6.6
15692026-08-25T00:38:55.699Z Compiling dof v0.4.0
15702026-08-25T00:38:55.994Z Compiling tower v0.5.3
15712026-08-25T00:38:56.463Z Compiling bitfield v0.19.4
15722026-08-25T00:38:56.990Z Compiling oxnet v0.1.6
15732026-08-25T00:38:57.092Z Compiling smallvec v0.6.14
15742026-08-25T00:38:57.299Z Compiling newtype-uuid v1.3.2
15752026-08-25T00:38:57.316Z Compiling daft-derive v0.1.8
15762026-08-25T00:38:57.545Z Compiling derive_builder_core v0.20.2
15772026-08-25T00:38:57.622Z Compiling flate2 v1.1.9
15782026-08-25T00:38:58.031Z Compiling dtrace-parser v0.3.0
15792026-08-25T00:38:58.045Z Compiling http-body-util v0.1.3
15802026-08-25T00:38:58.208Z Compiling pkcs1 v0.7.5
15812026-08-25T00:38:58.283Z Compiling heapless v0.7.17
15822026-08-25T00:38:58.406Z Compiling erased-serde v0.3.31
15832026-08-25T00:38:58.510Z Compiling structmeta-derive v0.3.0
15842026-08-25T00:38:58.524Z Compiling scroll_derive v0.12.1
15852026-08-25T00:38:58.595Z Compiling darling_core v0.23.0
15862026-08-25T00:38:58.752Z Compiling thread-id v5.1.0
15872026-08-25T00:38:58.840Z Compiling cookie v0.18.1
15882026-08-25T00:38:58.890Z Compiling env_filter v2.0.0
15892026-08-25T00:38:59.021Z Compiling base64 v0.21.7
15902026-08-25T00:38:59.182Z Compiling allocator-api2 v0.2.21
15912026-08-25T00:38:59.186Z Compiling zstd-safe v7.2.4
15922026-08-25T00:38:59.333Z Compiling iri-string v0.7.10
15932026-08-25T00:38:59.384Z Compiling winnow v0.5.40
15942026-08-25T00:38:59.503Z Compiling signal-hook v0.3.18
15952026-08-25T00:38:59.550Z Compiling gimli v0.32.3
15962026-08-25T00:38:59.669Z Compiling hashbrown v0.12.3
15972026-08-25T00:39:00.152Z Compiling unicode-bidi v0.3.18
15982026-08-25T00:39:00.402Z Compiling ryu v1.0.23
15992026-08-25T00:39:00.581Z Compiling unicode-properties v0.1.4
16002026-08-25T00:39:00.664Z Compiling anyhow v1.0.104
16012026-08-25T00:39:00.790Z Compiling stringprep v0.1.5
16022026-08-25T00:39:00.832Z Compiling toml_edit v0.19.15
16032026-08-25T00:39:00.832Z Compiling serde_urlencoded v0.7.1
16042026-08-25T00:39:01.069Z Compiling tower-http v0.6.8
16052026-08-25T00:39:01.085Z Compiling darling_macro v0.23.0
16062026-08-25T00:39:01.235Z Compiling addr2line v0.25.1
16072026-08-25T00:39:01.465Z Compiling structmeta v0.3.0
16082026-08-25T00:39:01.516Z Compiling ron v0.8.1
16092026-08-25T00:39:01.540Z Compiling scroll v0.12.0
16102026-08-25T00:39:01.543Z Compiling env_logger v0.11.11
16112026-08-25T00:39:01.848Z Compiling daft v0.1.8
16122026-08-25T00:39:01.888Z Compiling rsa v0.9.10
16132026-08-25T00:39:02.109Z Compiling derive_builder_macro v0.20.2
16142026-08-25T00:39:02.169Z Compiling hashbrown v0.13.2
16152026-08-25T00:39:02.217Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16162026-08-25T00:39:02.231Z Compiling bzip2 v0.4.4
16172026-08-25T00:39:02.434Z Compiling serde-hex v0.1.0
16182026-08-25T00:39:02.569Z Compiling tokio-native-tls v0.3.1
16192026-08-25T00:39:02.594Z Compiling camino v1.2.5
16202026-08-25T00:39:02.651Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16212026-08-25T00:39:02.979Z Compiling bstr v1.12.1
16222026-08-25T00:39:03.241Z Compiling block-buffer v0.12.1
16232026-08-25T00:39:03.445Z Compiling block-padding v0.4.2
16242026-08-25T00:39:03.467Z Compiling crypto-common v0.2.2
16252026-08-25T00:39:03.616Z Compiling rustls-native-certs v0.8.3
16262026-08-25T00:39:03.630Z Compiling x509-cert v0.2.5
16272026-08-25T00:39:03.904Z Compiling curve25519-dalek v4.1.3
16282026-08-25T00:39:04.150Z Compiling md-5 v0.10.6
16292026-08-25T00:39:04.232Z Compiling serde_tokenstream v0.2.3
16302026-08-25T00:39:04.318Z Compiling zerocopy-derive v0.7.35
16312026-08-25T00:39:04.545Z Compiling pin-project-internal v1.1.11
16322026-08-25T00:39:04.985Z Compiling async-trait v0.1.89
16332026-08-25T00:39:05.176Z Compiling vergen-lib v9.1.0
16342026-08-25T00:39:05.191Z Compiling hash32 v0.2.1
16352026-08-25T00:39:05.214Z Compiling memoffset v0.9.1
16362026-08-25T00:39:05.349Z Compiling encoding_rs v0.8.35
16372026-08-25T00:39:05.375Z Compiling crc-any v2.5.0
16382026-08-25T00:39:05.398Z Compiling cfg_aliases v0.2.1
16392026-08-25T00:39:05.472Z Compiling rustix v0.38.44
16402026-08-25T00:39:05.586Z Compiling litrs v1.0.0
16412026-08-25T00:39:05.601Z Compiling rustc-demangle v0.1.27
16422026-08-25T00:39:05.637Z Compiling ref-cast v1.0.25
16432026-08-25T00:39:05.810Z Compiling psl-types v2.0.11
16442026-08-25T00:39:05.930Z Compiling owo-colors v4.3.0
16452026-08-25T00:39:05.945Z Compiling mime v0.3.17
16462026-08-25T00:39:05.981Z Compiling smoltcp v0.9.1
16472026-08-25T00:39:05.995Z Compiling fallible-iterator v0.2.0
16482026-08-25T00:39:06.080Z Compiling document-features v0.2.12
16492026-08-25T00:39:06.254Z Compiling publicsuffix v2.3.0
16502026-08-25T00:39:06.282Z Compiling postgres-protocol v0.6.10
16512026-08-25T00:39:06.296Z Compiling backtrace v0.3.76
16522026-08-25T00:39:06.409Z Compiling pin-project v1.1.11
16532026-08-25T00:39:06.425Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-25T00:39:06.509Z Compiling nix v0.31.2
16552026-08-25T00:39:06.756Z Compiling zerocopy v0.7.35
16562026-08-25T00:39:06.810Z Compiling inout v0.2.2
16572026-08-25T00:39:06.862Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-25T00:39:06.883Z Compiling hyper-tls v0.6.0
16592026-08-25T00:39:06.996Z Compiling object v0.30.4
16602026-08-25T00:39:07.108Z Compiling derive_builder v0.20.2
16612026-08-25T00:39:07.227Z Compiling zip v0.6.6
16622026-08-25T00:39:07.241Z Compiling toml v0.7.8
16632026-08-25T00:39:07.334Z Compiling goblin v0.8.2
16642026-08-25T00:39:07.373Z Compiling derive-ex v0.1.8
16652026-08-25T00:39:07.792Z Compiling darling v0.23.0
16662026-08-25T00:39:08.027Z Compiling convert_case v0.10.0
16672026-08-25T00:39:08.123Z Compiling phf_shared v0.13.1
16682026-08-25T00:39:08.226Z Compiling regex v1.12.3
16692026-08-25T00:39:08.328Z Compiling hubpack_derive v0.1.1
16702026-08-25T00:39:08.364Z Compiling futures-executor v0.3.32
16712026-08-25T00:39:08.618Z Compiling strum_macros v0.27.2
16722026-08-25T00:39:08.642Z Compiling curve25519-dalek-derive v0.1.1
16732026-08-25T00:39:08.777Z Compiling ref-cast-impl v1.0.25
16742026-08-25T00:39:09.033Z Compiling snafu-derive v0.8.9
16752026-08-25T00:39:09.275Z Compiling vergen v9.1.0
16762026-08-25T00:39:09.307Z Compiling cargo-platform v0.3.2
16772026-08-25T00:39:09.450Z Compiling ff v0.13.1
16782026-08-25T00:39:09.573Z Compiling fs-err v3.3.0
16792026-08-25T00:39:09.592Z Compiling managed v0.8.0
16802026-08-25T00:39:09.757Z Compiling base16ct v0.2.0
16812026-08-25T00:39:09.804Z Compiling bitflags v1.3.2
16822026-08-25T00:39:09.853Z Compiling either v1.15.0
16832026-08-25T00:39:09.881Z Compiling jiff-core v0.1.0
16842026-08-25T00:39:09.930Z Compiling same-file v1.0.6
16852026-08-25T00:39:10.055Z Compiling foldhash v0.1.5
16862026-08-25T00:39:10.095Z Compiling foldhash v0.2.0
16872026-08-25T00:39:10.230Z Compiling bumpalo v3.20.2
16882026-08-25T00:39:10.313Z Compiling libbz2-rs-sys v0.2.2
16892026-08-25T00:39:10.479Z Compiling path-slash v0.1.5
16902026-08-25T00:39:10.535Z Compiling is_ci v1.2.0
16912026-08-25T00:39:10.607Z Compiling jiff v0.2.34
16922026-08-25T00:39:10.672Z Compiling supports-color v3.0.2
16932026-08-25T00:39:10.737Z Compiling bzip2 v0.6.1
16942026-08-25T00:39:10.843Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16952026-08-25T00:39:10.888Z Compiling snafu v0.8.9
16962026-08-25T00:39:10.941Z Compiling strum v0.27.2
16972026-08-25T00:39:10.941Z Compiling zopfli v0.8.3
16982026-08-25T00:39:10.990Z Compiling hashbrown v0.16.1
16992026-08-25T00:39:11.076Z Compiling textwrap v0.16.2
17002026-08-25T00:39:11.264Z Compiling hashbrown v0.15.5
17012026-08-25T00:39:11.524Z Compiling walkdir v2.5.0
17022026-08-25T00:39:11.588Z Compiling sec1 v0.7.3
17032026-08-25T00:39:11.831Z Compiling group v0.13.0
17042026-08-25T00:39:11.862Z Compiling dof v0.3.0
17052026-08-25T00:39:11.896Z Compiling cargo_metadata v0.23.1
17062026-08-25T00:39:12.232Z Compiling test-strategy v0.4.5
17072026-08-25T00:39:12.420Z Compiling hubpack v0.1.2
17082026-08-25T00:39:12.647Z Compiling futures v0.3.32
17092026-08-25T00:39:12.675Z Compiling derive_more-impl v2.1.1
17102026-08-25T00:39:12.711Z Compiling phf v0.13.1
17112026-08-25T00:39:13.248Z Compiling signal-hook-mio v0.2.5
17122026-08-25T00:39:13.287Z Compiling serde_with_macros v3.21.0
17132026-08-25T00:39:13.371Z Compiling cookie_store v0.22.1
17142026-08-25T00:39:13.698Z Compiling zstd v0.13.3
17152026-08-25T00:39:13.777Z Compiling reqwest v0.12.28
17162026-08-25T00:39:13.966Z Compiling cipher v0.5.2
17172026-08-25T00:39:14.116Z Compiling backtrace-ext v0.2.1
17182026-08-25T00:39:14.153Z Compiling postgres-types v0.2.12
17192026-08-25T00:39:14.412Z Compiling usdt-attr-macro v0.6.0
17202026-08-25T00:39:14.698Z Compiling usdt-macro v0.6.0
17212026-08-25T00:39:14.987Z Compiling globset v0.4.18
17222026-08-25T00:39:15.121Z Compiling phf_shared v0.11.3
17232026-08-25T00:39:15.220Z Compiling hkdf v0.12.4
17242026-08-25T00:39:15.305Z Compiling dtrace-parser v0.2.0
17252026-08-25T00:39:15.348Z Compiling byte-wrapper v0.1.0
17262026-08-25T00:39:15.394Z Compiling olpc-cjson v0.1.4
17272026-08-25T00:39:15.441Z Compiling ed25519 v2.2.3
17282026-08-25T00:39:15.540Z Compiling crypto-bigint v0.5.5
17292026-08-25T00:39:15.558Z Compiling serde_plain v1.0.2
17302026-08-25T00:39:15.656Z Compiling serde-big-array v0.5.1
17312026-08-25T00:39:15.671Z Compiling async-recursion v1.1.1
17322026-08-25T00:39:15.748Z Compiling strum_macros v0.26.4
17332026-08-25T00:39:15.797Z Compiling serde_repr v0.1.20
17342026-08-25T00:39:16.037Z Compiling enum-as-inner v0.6.1
17352026-08-25T00:39:16.310Z Compiling miette-derive v7.6.0
17362026-08-25T00:39:16.328Z Compiling pem v3.0.6
17372026-08-25T00:39:16.343Z Compiling float-cmp v0.10.0
17382026-08-25T00:39:16.489Z Compiling memmap2 v0.9.10
17392026-08-25T00:39:16.540Z Compiling thread-id v4.2.2
17402026-08-25T00:39:16.626Z Compiling winnow v1.0.3
17412026-08-25T00:39:16.647Z Compiling typed-path v0.9.3
17422026-08-25T00:39:16.699Z Compiling normalize-line-endings v0.3.0
17432026-08-25T00:39:16.799Z Compiling cpufeatures v0.3.0
17442026-08-25T00:39:16.879Z Compiling fixedbitset v0.4.2
17452026-08-25T00:39:17.160Z Compiling difflib v0.4.0
17462026-08-25T00:39:17.506Z Compiling fixedbitset v0.5.7
17472026-08-25T00:39:17.521Z Compiling supports-unicode v3.0.0
17482026-08-25T00:39:17.548Z Compiling data-encoding v2.10.0
17492026-08-25T00:39:17.669Z Compiling keccak v0.1.6
17502026-08-25T00:39:17.711Z Compiling static_assertions v1.1.0
17512026-08-25T00:39:17.717Z Compiling supports-hyperlinks v3.2.0
17522026-08-25T00:39:17.763Z Compiling predicates-core v1.0.10
17532026-08-25T00:39:17.785Z Compiling const-oid v0.10.2
17542026-08-25T00:39:17.812Z Compiling precomputed-hash v0.1.1
17552026-08-25T00:39:17.874Z Compiling new_debug_unreachable v1.0.6
17562026-08-25T00:39:17.901Z Compiling whoami v2.1.0
17572026-08-25T00:39:17.935Z Compiling digest v0.11.3
17582026-08-25T00:39:17.952Z Compiling string_cache v0.8.9
17592026-08-25T00:39:17.963Z Compiling predicates v3.1.4
17602026-08-25T00:39:17.986Z Compiling hickory-proto v0.25.2
17612026-08-25T00:39:18.163Z Compiling tokio-postgres v0.7.16
17622026-08-25T00:39:18.171Z Compiling sha3 v0.10.8
17632026-08-25T00:39:18.235Z Compiling miette v7.6.0
17642026-08-25T00:39:18.271Z Compiling toml_edit v0.22.27
17652026-08-25T00:39:18.429Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-25T00:39:18.606Z Compiling petgraph v0.8.3
17672026-08-25T00:39:18.633Z Compiling toml_parser v1.1.2+spec-1.1.0
17682026-08-25T00:39:19.264Z Compiling strum v0.26.3
17692026-08-25T00:39:19.419Z Compiling petgraph v0.6.5
17702026-08-25T00:39:19.441Z Compiling chacha20 v0.10.0
17712026-08-25T00:39:19.751Z Compiling usdt v0.6.0
17722026-08-25T00:39:20.030Z Compiling usdt-impl v0.5.0
17732026-08-25T00:39:20.357Z Compiling elliptic-curve v0.13.8
17742026-08-25T00:39:20.513Z Compiling ed25519-dalek v2.2.0
17752026-08-25T00:39:20.581Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17762026-08-25T00:39:20.750Z Compiling crossterm v0.28.1
17772026-08-25T00:39:20.852Z Compiling serde_with v3.21.0
17782026-08-25T00:39:21.033Z Compiling zip v4.6.1
17792026-08-25T00:39:21.176Z Compiling derive_more v2.1.1
17802026-08-25T00:39:22.578Z Compiling iddqd v0.4.2
17812026-08-25T00:39:22.585Z Compiling itertools v0.15.0
17822026-08-25T00:39:22.585Z Compiling itertools v0.13.0
17832026-08-25T00:39:22.585Z Compiling similar v2.7.0
17842026-08-25T00:39:22.585Z Compiling crossbeam-epoch v0.9.18
17852026-08-25T00:39:22.674Z Compiling oxide-generation v0.1.3
17862026-08-25T00:39:22.693Z Compiling heck v0.4.1
17872026-08-25T00:39:22.903Z Compiling tokio-stream v0.1.18
17882026-08-25T00:39:22.916Z Compiling buf-list v1.1.2
17892026-08-25T00:39:22.939Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-25T00:39:22.980Z Compiling openapiv3 v2.2.0
17912026-08-25T00:39:23.181Z Compiling lalrpop-util v0.19.12
17922026-08-25T00:39:23.232Z Compiling peg-runtime v0.8.5
17932026-08-25T00:39:23.243Z Compiling thread_local v1.1.9
17942026-08-25T00:39:23.354Z Compiling slog-async v2.8.0
17952026-08-25T00:39:23.358Z Compiling crossbeam-channel v0.5.15
17962026-08-25T00:39:23.383Z Compiling filetime v0.2.27
17972026-08-25T00:39:23.425Z Compiling is-terminal v0.4.17
17982026-08-25T00:39:23.468Z Compiling xattr v1.6.1
17992026-08-25T00:39:23.482Z Compiling take_mut v0.2.2
18002026-08-25T00:39:23.526Z Compiling term v1.2.1
18012026-08-25T00:39:23.530Z Compiling camino-tempfile v1.4.1
18022026-08-25T00:39:23.594Z Compiling tar v0.4.46
18032026-08-25T00:39:23.792Z Compiling slog-term v2.9.2
18042026-08-25T00:39:29.918Z Compiling rustls-webpki v0.103.13
18052026-08-25T00:39:32.626Z Compiling tokio-rustls v0.26.4
18062026-08-25T00:39:32.627Z Compiling rustls-platform-verifier v0.6.2
18072026-08-25T00:39:32.791Z Compiling tough v0.22.0
18082026-08-25T00:39:32.803Z Compiling hyper-rustls v0.27.7
18092026-08-25T00:39:33.011Z Compiling reqwest v0.13.2
18102026-08-25T00:39:35.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-25T00:39:35.499Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-25T00:39:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18132026-08-25T00:39:38.504Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-25T00:39:38.555ZAug 25 00:39:36.957 INFO Starting download, target: Clickhouse
18152026-08-25T00:39:38.556ZAug 25 00:39:36.958 INFO Starting download, target: Console
18162026-08-25T00:39:38.556ZAug 25 00:39:36.958 INFO Starting download, target: Cockroach
18172026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Starting download, target: DendriteStub
18182026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Starting download, target: MaghemiteMgd
18192026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Starting download, target: MaghemiteDdmd
18202026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Starting download, target: TransceiverControl
18212026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18232026-08-25T00:39:38.562ZAug 25 00:39:36.958 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18242026-08-25T00:39:38.564ZAug 25 00:39:36.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18252026-08-25T00:39:38.564ZAug 25 00:39:36.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-25T00:39:38.564ZAug 25 00:39:36.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18272026-08-25T00:39:38.564ZAug 25 00:39:36.958 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18282026-08-25T00:39:39.719ZAug 25 00:39:38.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18292026-08-25T00:39:39.938ZAug 25 00:39:38.329 INFO Download complete, target: TransceiverControl
18302026-08-25T00:39:40.378ZAug 25 00:39:38.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18312026-08-25T00:39:40.579ZAug 25 00:39:38.964 INFO Download complete, target: Console
18322026-08-25T00:39:40.695ZAug 25 00:39:39.064 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18332026-08-25T00:39:42.784ZAug 25 00:39:41.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18342026-08-25T00:39:42.988ZAug 25 00:39:41.395 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18352026-08-25T00:39:43.379ZAug 25 00:39:41.775 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18362026-08-25T00:39:43.970ZAug 25 00:39:42.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18372026-08-25T00:39:43.970ZAug 25 00:39:42.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18382026-08-25T00:39:44.999ZAug 25 00:39:43.378 INFO Download complete, target: MaghemiteDdmd
18392026-08-25T00:39:45.226ZAug 25 00:39:43.573 INFO Download complete, target: DendriteStub
18402026-08-25T00:39:45.866ZAug 25 00:39:44.264 INFO Download complete, target: MaghemiteMgd
18412026-08-25T00:39:47.356ZAug 25 00:39:45.753 INFO Checking that binary works, target: Clickhouse
18422026-08-25T00:39:47.490ZAug 25 00:39:45.879 INFO Download complete, target: Clickhouse
18432026-08-25T00:39:48.677ZAug 25 00:39:47.084 INFO Checking that binary works, target: Cockroach
18442026-08-25T00:39:48.866ZAug 25 00:39:47.210 INFO Download complete, target: Cockroach
18452026-08-25T00:39:48.888ZAll builder prerequisites installed successfully, and PATH looks valid
18462026-08-25T00:39:48.888Z
18472026-08-25T00:39:48.888Zreal 2:11.069826304
18482026-08-25T00:39:48.889Zuser 7:21.222680721
18492026-08-25T00:39:48.889Zsys 1:27.099249354
18502026-08-25T00:39:48.889Ztrap 0.251273016
18512026-08-25T00:39:48.889Ztflt 0.582340907
18522026-08-25T00:39:48.889Zdflt 0.895816704
18532026-08-25T00:39:48.889Zkflt 0.027901052
18542026-08-25T00:39:48.889Zlock 27:40.956808027
18552026-08-25T00:39:48.889Zslp 22:09.221780454
18562026-08-25T00:39:48.889Zlat 48.378810646
18572026-08-25T00:39:48.889Zstop 2:45.123550381
18582026-08-25T00:39:48.889Z+ banner clippy
18592026-08-25T00:39:48.889Z
18602026-08-25T00:39:48.889Z #### # # ##### ##### # #
18612026-08-25T00:39:48.889Z # # # # # # # # # #
18622026-08-25T00:39:48.889Z # # # # # # # #
18632026-08-25T00:39:48.889Z # # # ##### ##### #
18642026-08-25T00:39:48.889Z # # # # # # #
18652026-08-25T00:39:48.889Z #### ###### # # # #
18662026-08-25T00:39:48.889Z
18672026-08-25T00:39:48.889Z+ export CARGO_INCREMENTAL=0
18682026-08-25T00:39:48.889Z+ CARGO_INCREMENTAL=0
18692026-08-25T00:39:48.889Z+ ptime -m cargo xtask clippy
18702026-08-25T00:39:49.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18712026-08-25T00:39:49.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18722026-08-25T00:39:51.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18732026-08-25T00:39:51.464Z Running `target/debug/xtask clippy`
18742026-08-25T00:39:51.488Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18752026-08-25T00:39:52.063Z Downloading crates ...
18762026-08-25T00:39:52.234Z Downloaded criterion-plot v0.6.0
18772026-08-25T00:39:52.238Z Downloaded concurrent-queue v2.5.0
18782026-08-25T00:39:52.238Z Downloaded constant_time_eq v0.3.1
18792026-08-25T00:39:52.238Z Downloaded assert-json-diff v2.0.2
18802026-08-25T00:39:52.238Z Downloaded anes v0.1.6
18812026-08-25T00:39:52.242Z Downloaded cast v0.3.0
18822026-08-25T00:39:52.242Z Downloaded approx v0.5.1
18832026-08-25T00:39:52.242Z Downloaded async-object-pool v0.2.0
18842026-08-25T00:39:52.242Z Downloaded blake2b_simd v1.0.4
18852026-08-25T00:39:52.242Z Downloaded escape8259 v0.5.3
18862026-08-25T00:39:52.250Z Downloaded event-listener-strategy v0.5.4
18872026-08-25T00:39:52.250Z Downloaded assert_cmd v2.1.2
18882026-08-25T00:39:52.250Z Downloaded async-lock v3.4.2
18892026-08-25T00:39:52.250Z Downloaded futures-timer v3.0.3
18902026-08-25T00:39:52.250Z Downloaded cfg-expr v0.20.6
18912026-08-25T00:39:52.255Z Downloaded event-listener v5.4.1
18922026-08-25T00:39:52.256Z Downloaded datatest-stable v0.3.3
18932026-08-25T00:39:52.256Z Downloaded criterion v0.7.0
18942026-08-25T00:39:52.256Z Downloaded fancy-regex v0.14.0
18952026-08-25T00:39:52.262Z Downloaded guppy-workspace-hack v0.1.0
18962026-08-25T00:39:52.262Z Downloaded hex-literal v0.4.1
18972026-08-25T00:39:52.262Z Downloaded guppy v0.17.25
18982026-08-25T00:39:52.262Z Downloaded hickory-client v0.25.2
18992026-08-25T00:39:52.262Z Downloaded httptest v0.16.4
19002026-08-25T00:39:52.266Z Downloaded linkme-impl v0.3.35
19012026-08-25T00:39:52.267Z Downloaded libtest-mimic v0.8.1
19022026-08-25T00:39:52.267Z Downloaded miette-derive v5.10.0
19032026-08-25T00:39:52.267Z Downloaded knuffel-derive v3.2.0
19042026-08-25T00:39:52.267Z Downloaded linkme v0.3.35
19052026-08-25T00:39:52.271Z Downloaded nested v0.1.1
19062026-08-25T00:39:52.271Z Downloaded knuffel v3.2.0
19072026-08-25T00:39:52.271Z Downloaded parking v2.2.1
19082026-08-25T00:39:52.271Z Downloaded pathdiff v0.2.3
19092026-08-25T00:39:52.271Z Downloaded plotters-svg v0.3.7
19102026-08-25T00:39:52.271Z Downloaded owo-colors v3.5.0
19112026-08-25T00:39:52.272Z Downloaded path-tree v0.8.3
19122026-08-25T00:39:52.272Z Downloaded oorandom v11.1.5
19132026-08-25T00:39:52.277Z Downloaded partial-io v0.5.4
19142026-08-25T00:39:52.277Z Downloaded miette v5.10.0
19152026-08-25T00:39:52.277Z Downloaded plotters-backend v0.3.7
19162026-08-25T00:39:52.277Z Downloaded relative-path v1.9.3
19172026-08-25T00:39:52.287Z Downloaded rand_distr v0.5.1
19182026-08-25T00:39:52.287Z Downloaded plotters v0.3.7
19192026-08-25T00:39:52.293Z Downloaded similar-asserts v1.7.0
19202026-08-25T00:39:52.293Z Downloaded serde_regex v1.1.0
19212026-08-25T00:39:52.293Z Downloaded rstest v0.25.0
19222026-08-25T00:39:52.293Z Downloaded rust-argon2 v2.1.0
19232026-08-25T00:39:52.293Z Downloaded supports-color v2.1.0
19242026-08-25T00:39:52.294Z Downloaded rstest_macros v0.25.0
19252026-08-25T00:39:52.294Z Downloaded supports-unicode v2.1.0
19262026-08-25T00:39:52.299Z Downloaded target-triple v1.0.0
19272026-08-25T00:39:52.299Z Downloaded supports-hyperlinks v2.1.0
19282026-08-25T00:39:52.299Z Downloaded terminal_size v0.1.17
19292026-08-25T00:39:52.299Z Downloaded stringmetrics v2.2.2
19302026-08-25T00:39:52.299Z Downloaded termcolor v1.4.1
19312026-08-25T00:39:52.299Z Downloaded tinytemplate v1.2.1
19322026-08-25T00:39:52.299Z Downloaded target-spec v3.5.7
19332026-08-25T00:39:52.299Z Downloaded target-lexicon v0.13.3
19342026-08-25T00:39:52.299Z Downloaded trybuild v1.0.116
19352026-08-25T00:39:52.304Z Downloaded textwrap v0.15.2
19362026-08-25T00:39:52.348Z Downloaded httpmock v0.8.3
19372026-08-25T00:39:54.186Z Checking cfg-if v1.0.4
19382026-08-25T00:39:54.562Z Checking serde_core v1.0.228
19392026-08-25T00:39:54.563Z Checking libc v0.2.185
19402026-08-25T00:39:54.637Z Checking memchr v2.8.0
19412026-08-25T00:39:54.681Z Checking smallvec v1.15.1
19422026-08-25T00:39:54.719Z Checking rand_core v0.10.0
19432026-08-25T00:39:54.753Z Checking itoa v1.0.17
19442026-08-25T00:39:54.795Z Checking subtle v2.6.1
19452026-08-25T00:39:54.834Z Checking libm v0.2.16
19462026-08-25T00:39:54.883Z Checking log v0.4.33
19472026-08-25T00:39:54.935Z Checking scopeguard v1.2.0
19482026-08-25T00:39:54.940Z Checking typenum v1.20.1
19492026-08-25T00:39:55.009Z Checking zmij v1.0.21
19502026-08-25T00:39:55.048Z Checking getrandom v0.4.3
19512026-08-25T00:39:55.048Z Checking errno v0.3.14
19522026-08-25T00:39:55.119Z Checking stable_deref_trait v1.2.1
19532026-08-25T00:39:55.122Z Checking lock_api v0.4.14
19542026-08-25T00:39:55.229Z Checking zerofrom v0.1.6
19552026-08-25T00:39:55.274Z Checking percent-encoding v2.3.2
19562026-08-25T00:39:55.277Z Checking litemap v0.8.1
19572026-08-25T00:39:55.308Z Checking writeable v0.6.2
19582026-08-25T00:39:55.378Z Checking yoke v0.8.1
19592026-08-25T00:39:55.419Z Checking icu_properties_data v2.1.2
19602026-08-25T00:39:55.456Z Checking icu_normalizer_data v2.1.1
19612026-08-25T00:39:55.502Z Checking form_urlencoded v1.2.2
19622026-08-25T00:39:55.542Z Checking num-traits v0.2.19
19632026-08-25T00:39:55.542Z Checking utf8_iter v1.0.4
19642026-08-25T00:39:55.612Z Checking zerovec v0.11.5
19652026-08-25T00:39:55.616Z Checking zerotrie v0.2.3
19662026-08-25T00:39:55.688Z Checking zerocopy v0.8.55
19672026-08-25T00:39:55.720Z Checking pin-project-lite v0.2.17
19682026-08-25T00:39:55.764Z Checking portable-atomic v1.13.1
19692026-08-25T00:39:55.801Z Checking critical-section v1.2.0
19702026-08-25T00:39:55.848Z Checking parking_lot_core v0.9.12
19712026-08-25T00:39:55.916Z Checking signal-hook-registry v1.4.8
19722026-08-25T00:39:55.972Z Checking mio v1.2.0
19732026-08-25T00:39:56.070Z Checking serde v1.0.228
19742026-08-25T00:39:56.073Z Checking bitflags v2.11.0
19752026-08-25T00:39:56.073Z Checking serde_json v1.0.151
19762026-08-25T00:39:56.174Z Checking tinystr v0.8.2
19772026-08-25T00:39:56.178Z Checking potential_utf v0.1.4
19782026-08-25T00:39:56.247Z Checking once_cell v1.21.3
19792026-08-25T00:39:56.283Z Checking parking_lot v0.12.5
19802026-08-25T00:39:56.338Z Checking iana-time-zone v0.1.65
19812026-08-25T00:39:56.380Z Checking icu_collections v2.1.1
19822026-08-25T00:39:56.385Z Checking icu_locale_core v2.1.1
19832026-08-25T00:39:56.456Z Checking socket2 v0.6.3
19842026-08-25T00:39:56.496Z Checking zeroize v1.9.0
19852026-08-25T00:39:56.497Z Checking bytes v1.11.1
19862026-08-25T00:39:56.500Z Checking chrono v0.4.45
19872026-08-25T00:39:56.728Z Checking uuid v1.23.4
19882026-08-25T00:39:56.784Z Checking semver v1.0.28
19892026-08-25T00:39:56.834Z Checking thiserror v2.0.18
19902026-08-25T00:39:56.884Z Checking dyn-clone v1.0.20
19912026-08-25T00:39:56.942Z Checking icu_provider v2.1.1
19922026-08-25T00:39:56.995Z Checking tokio v1.52.1
19932026-08-25T00:39:57.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19942026-08-25T00:39:57.044Z Checking futures-core v0.3.32
19952026-08-25T00:39:57.047Z Checking rustix v1.1.4
19962026-08-25T00:39:57.179Z Checking equivalent v1.0.2
19972026-08-25T00:39:57.199Z Checking icu_normalizer v2.1.1
19982026-08-25T00:39:57.233Z Checking icu_properties v2.1.2
19992026-08-25T00:39:57.273Z Checking getrandom v0.2.17
20002026-08-25T00:39:57.363Z Checking cmov v0.5.4
20012026-08-25T00:39:57.399Z Checking futures-sink v0.3.32
20022026-08-25T00:39:57.450Z Checking rand_core v0.6.4
20032026-08-25T00:39:57.525Z Checking byteorder v1.5.0
20042026-08-25T00:39:57.529Z Checking futures-channel v0.3.32
20052026-08-25T00:39:57.600Z Checking ctutils v0.4.2
20062026-08-25T00:39:57.656Z Checking getrandom v0.3.4
20072026-08-25T00:39:57.755Z Checking futures-task v0.3.32
20082026-08-25T00:39:57.797Z Checking slab v0.4.12
20092026-08-25T00:39:57.834Z Checking hybrid-array v0.4.13
20102026-08-25T00:39:57.838Z Checking futures-io v0.3.32
20112026-08-25T00:39:57.925Z Checking hashbrown v0.17.0
20122026-08-25T00:39:57.964Z Checking generic-array v0.14.7
20132026-08-25T00:39:58.002Z Checking fnv v1.0.7
20142026-08-25T00:39:58.035Z Checking futures-util v0.3.32
20152026-08-25T00:39:58.079Z Checking idna_adapter v1.2.1
20162026-08-25T00:39:58.122Z Checking regex-syntax v0.8.10
20172026-08-25T00:39:58.228Z Checking idna v1.1.0
20182026-08-25T00:39:58.408Z Checking indexmap v2.14.0
20192026-08-25T00:39:58.449Z Checking thiserror v1.0.69
20202026-08-25T00:39:58.454Z Checking ppv-lite86 v0.2.21
20212026-08-25T00:39:58.521Z Checking url v2.5.8
20222026-08-25T00:39:58.610Z Checking crypto-common v0.2.2
20232026-08-25T00:39:58.614Z Checking base64ct v1.8.3
20242026-08-25T00:39:58.806Z Checking const-oid v0.9.6
20252026-08-25T00:39:58.926Z Checking crypto-common v0.1.7
20262026-08-25T00:39:58.992Z Checking schemars v0.8.22
20272026-08-25T00:39:59.030Z Checking block-buffer v0.12.1
20282026-08-25T00:39:59.090Z Checking base64 v0.22.1
20292026-08-25T00:39:59.229Z Checking block-buffer v0.10.4
20302026-08-25T00:39:59.267Z Checking rand_core v0.9.5
20312026-08-25T00:39:59.358Z Checking utf8parse v0.2.2
20322026-08-25T00:39:59.404Z Checking erased-serde v0.3.31
20332026-08-25T00:39:59.451Z Checking anstyle v1.0.14
20342026-08-25T00:39:59.489Z Checking http v1.4.2
20352026-08-25T00:39:59.493Z Checking tracing-core v0.1.36
20362026-08-25T00:39:59.562Z Checking digest v0.10.7
20372026-08-25T00:39:59.658Z Checking rand_chacha v0.9.0
20382026-08-25T00:39:59.662Z Checking anstyle-query v1.1.5
20392026-08-25T00:39:59.785Z Checking colorchoice v1.0.4
20402026-08-25T00:39:59.825Z Checking is_terminal_polyfill v1.70.2
20412026-08-25T00:39:59.830Z Checking slog v2.8.2
20422026-08-25T00:39:59.898Z Checking tracing v0.1.44
20432026-08-25T00:39:59.901Z Checking rand v0.9.2
20442026-08-25T00:39:59.971Z Checking terminal_size v0.4.3
20452026-08-25T00:39:59.976Z Checking const-oid v0.10.2
20462026-08-25T00:39:59.976Z Checking anstyle-parse v1.0.0
20472026-08-25T00:40:00.076Z Checking ipnet v2.12.0
20482026-08-25T00:40:00.115Z Checking aho-corasick v1.1.4
20492026-08-25T00:40:00.155Z Checking fastrand v2.3.0
20502026-08-25T00:40:00.161Z Checking crossbeam-utils v0.8.21
20512026-08-25T00:40:00.226Z Checking anstream v1.0.0
20522026-08-25T00:40:00.231Z Checking strsim v0.11.1
20532026-08-25T00:40:00.301Z Checking tokio-util v0.7.18
20542026-08-25T00:40:00.354Z Checking clap_lex v1.0.0
20552026-08-25T00:40:00.394Z Checking unicode-ident v1.0.24
20562026-08-25T00:40:00.429Z Checking allocator-api2 v0.2.21
20572026-08-25T00:40:00.468Z Checking powerfmt v0.2.0
20582026-08-25T00:40:00.475Z Checking tempfile v3.27.0
20592026-08-25T00:40:00.538Z Checking proc-macro2 v1.0.106
20602026-08-25T00:40:00.542Z Checking clap_builder v4.6.0
20612026-08-25T00:40:00.608Z Checking digest v0.11.3
20622026-08-25T00:40:00.645Z Checking deranged v0.5.8
20632026-08-25T00:40:00.730Z Checking ipnetwork v0.21.1
20642026-08-25T00:40:00.735Z Checking time-core v0.1.8
20652026-08-25T00:40:00.811Z Checking regex-automata v0.4.14
20662026-08-25T00:40:00.850Z Checking cpufeatures v0.3.0
20672026-08-25T00:40:00.889Z Checking quote v1.0.45
20682026-08-25T00:40:00.925Z Checking num-conv v0.2.0
20692026-08-25T00:40:00.963Z Checking num_threads v0.1.7
20702026-08-25T00:40:00.967Z Checking httparse v1.10.1
20712026-08-25T00:40:01.035Z Checking anyhow v1.0.104
20722026-08-25T00:40:01.071Z Checking cpufeatures v0.2.17
20732026-08-25T00:40:01.108Z Checking rustls-pki-types v1.14.0
20742026-08-25T00:40:01.111Z Checking syn v2.0.117
20752026-08-25T00:40:01.179Z Checking aws-lc-sys v0.40.0
20762026-08-25T00:40:01.235Z Checking untrusted v0.7.1
20772026-08-25T00:40:01.272Z Checking http-body v1.0.1
20782026-08-25T00:40:01.374Z Checking atomic-waker v1.1.2
20792026-08-25T00:40:01.428Z Checking httpdate v1.0.3
20802026-08-25T00:40:01.466Z Checking try-lock v0.2.5
20812026-08-25T00:40:01.505Z Checking h2 v0.4.15
20822026-08-25T00:40:01.584Z Checking time v0.3.47
20832026-08-25T00:40:01.623Z Checking hex v0.4.3
20842026-08-25T00:40:01.634Z Checking want v0.3.1
20852026-08-25T00:40:01.696Z Checking aws-lc-rs v1.16.3
20862026-08-25T00:40:01.809Z Checking tower-layer v0.3.3
20872026-08-25T00:40:01.847Z Checking clap v4.6.1
20882026-08-25T00:40:01.884Z Checking untrusted v0.9.0
20892026-08-25T00:40:01.955Z Checking tower-service v0.3.3
20902026-08-25T00:40:01.995Z Checking simd-adler32 v0.3.8
20912026-08-25T00:40:02.031Z Checking ryu v1.0.23
20922026-08-25T00:40:02.076Z Checking oxnet v0.1.6
20932026-08-25T00:40:02.193Z Checking spin v0.9.8
20942026-08-25T00:40:02.197Z Checking adler2 v2.0.1
20952026-08-25T00:40:02.359Z Checking unicode-width v0.2.0
20962026-08-25T00:40:02.397Z Checking miniz_oxide v0.8.9
20972026-08-25T00:40:02.434Z Checking pem-rfc7468 v0.7.0
20982026-08-25T00:40:02.557Z Checking rustls-webpki v0.103.13
20992026-08-25T00:40:02.653Z Checking mime v0.3.17
21002026-08-25T00:40:02.657Z Checking flagset v0.4.7
21012026-08-25T00:40:02.657Z Checking block-padding v0.4.2
21022026-08-25T00:40:02.766Z Checking camino v1.2.5
21032026-08-25T00:40:02.770Z Checking pretty-hex v0.4.1
21042026-08-25T00:40:02.862Z Checking http-body-util v0.1.3
21052026-08-25T00:40:02.907Z Checking inout v0.2.2
21062026-08-25T00:40:02.911Z Checking der v0.7.10
21072026-08-25T00:40:02.983Z Checking plain v0.2.3
21082026-08-25T00:40:03.036Z Checking rustls v0.23.41
21092026-08-25T00:40:03.076Z Checking openssl-probe v0.2.1
21102026-08-25T00:40:03.115Z Checking ucd-trie v0.1.7
21112026-08-25T00:40:03.118Z Checking cipher v0.5.2
21122026-08-25T00:40:03.147Z Checking regex v1.12.3
21132026-08-25T00:40:03.218Z Checking serde_urlencoded v0.7.1
21142026-08-25T00:40:03.275Z Checking pest v2.8.6
21152026-08-25T00:40:03.387Z Checking rand_chacha v0.3.1
21162026-08-25T00:40:03.428Z Checking encoding_rs v0.8.35
21172026-08-25T00:40:03.462Z Checking futures-executor v0.3.32
21182026-08-25T00:40:03.500Z Checking crc32fast v1.5.0
21192026-08-25T00:40:03.625Z Checking rand v0.8.6
21202026-08-25T00:40:03.662Z Checking futures v0.3.32
21212026-08-25T00:40:03.698Z Checking bit-vec v0.8.0
21222026-08-25T00:40:03.702Z Checking spki v0.7.3
21232026-08-25T00:40:03.775Z Checking either v1.15.0
21242026-08-25T00:40:03.936Z Checking sync_wrapper v1.0.2
21252026-08-25T00:40:03.975Z Checking bit-set v0.8.0
21262026-08-25T00:40:04.011Z Checking wait-timeout v0.2.1
21272026-08-25T00:40:04.073Z Checking tower v0.5.3
21282026-08-25T00:40:04.186Z Checking pkcs8 v0.10.2
21292026-08-25T00:40:04.196Z Checking foldhash v0.2.0
21302026-08-25T00:40:04.201Z Checking quick-error v1.2.3
21312026-08-25T00:40:04.340Z Checking hyper v1.10.1
21322026-08-25T00:40:04.344Z Checking iri-string v0.7.10
21332026-08-25T00:40:04.413Z Checking rusty-fork v0.3.1
21342026-08-25T00:40:04.417Z Checking hashbrown v0.16.1
21352026-08-25T00:40:04.418Z Checking rand_xorshift v0.4.0
21362026-08-25T00:40:04.418Z Checking openapiv3 v2.2.0
21372026-08-25T00:40:04.552Z Checking zlib-rs v0.6.2
21382026-08-25T00:40:04.608Z Checking static_assertions v1.1.0
21392026-08-25T00:40:04.646Z Checking unarray v0.1.4
21402026-08-25T00:40:04.707Z Checking sha2 v0.10.9
21412026-08-25T00:40:04.776Z Checking proptest v1.11.0
21422026-08-25T00:40:04.976Z Checking rustls-native-certs v0.8.3
21432026-08-25T00:40:05.018Z Checking lazy_static v1.5.0
21442026-08-25T00:40:05.139Z Checking hubpack v0.1.2
21452026-08-25T00:40:05.177Z Checking tinyvec_macros v0.1.1
21462026-08-25T00:40:05.272Z Checking psl-types v2.0.11
21472026-08-25T00:40:05.313Z Checking hyper-util v0.1.20
21482026-08-25T00:40:05.353Z Checking tinyvec v1.10.0
21492026-08-25T00:40:05.357Z Checking tokio-rustls v0.26.4
21502026-08-25T00:40:05.438Z Checking tower-http v0.6.8
21512026-08-25T00:40:05.449Z Checking publicsuffix v2.3.0
21522026-08-25T00:40:05.500Z Checking flate2 v1.1.9
21532026-08-25T00:40:05.643Z Checking cookie v0.18.1
21542026-08-25T00:40:05.647Z Checking rustls-platform-verifier v0.6.2
21552026-08-25T00:40:05.716Z Checking signature v2.2.0
21562026-08-25T00:40:05.755Z Checking num-integer v0.1.46
21572026-08-25T00:40:05.821Z Checking strum v0.26.3
21582026-08-25T00:40:05.858Z Checking scroll v0.13.0
21592026-08-25T00:40:05.861Z Checking ahash v0.8.12
21602026-08-25T00:40:05.932Z Checking memmap2 v0.9.10
21612026-08-25T00:40:05.936Z Checking cookie_store v0.22.1
21622026-08-25T00:40:06.005Z Checking unicode-width v0.1.14
21632026-08-25T00:40:06.009Z Checking dtrace-parser v0.3.0
21642026-08-25T00:40:06.112Z Checking goblin v0.10.5
21652026-08-25T00:40:06.116Z Checking serde_spanned v0.6.9
21662026-08-25T00:40:06.184Z Checking toml_datetime v0.6.11
21672026-08-25T00:40:06.284Z Checking thread-id v5.1.0
21682026-08-25T00:40:06.287Z Checking data-encoding v2.10.0
21692026-08-25T00:40:06.359Z Checking bstr v1.12.1
21702026-08-25T00:40:06.362Z Checking hmac v0.12.1
21712026-08-25T00:40:06.430Z Checking base64 v0.21.7
21722026-08-25T00:40:06.434Z Checking x509-cert v0.2.5
21732026-08-25T00:40:06.560Z Checking crossbeam-epoch v0.9.18
21742026-08-25T00:40:06.600Z Checking hyper-rustls v0.27.7
21752026-08-25T00:40:06.604Z Checking newtype-uuid v1.3.2
21762026-08-25T00:40:06.674Z Checking memoffset v0.9.1
21772026-08-25T00:40:06.709Z Checking num-iter v0.1.45
21782026-08-25T00:40:06.774Z Checking scroll v0.12.0
21792026-08-25T00:40:06.814Z Checking zerocopy v0.7.35
21802026-08-25T00:40:06.818Z Checking rustix v0.38.44
21812026-08-25T00:40:06.887Z Checking daft v0.1.8
21822026-08-25T00:40:06.891Z Checking reqwest v0.13.2
21832026-08-25T00:40:06.891Z Checking env_filter v2.0.0
21842026-08-25T00:40:07.026Z Checking goblin v0.8.2
21852026-08-25T00:40:07.134Z Checking tap v1.0.1
21862026-08-25T00:40:07.173Z Checking unicode-segmentation v1.12.0
21872026-08-25T00:40:07.176Z Checking unicode-linebreak v0.1.5
21882026-08-25T00:40:07.269Z Checking smawk v0.3.2
21892026-08-25T00:40:07.360Z Checking wyz v0.5.1
21902026-08-25T00:40:07.428Z Checking env_logger v0.11.11
21912026-08-25T00:40:07.467Z Checking num-bigint-dig v0.8.6
21922026-08-25T00:40:07.514Z Checking nix v0.31.2
21932026-08-25T00:40:07.566Z Checking dtrace-parser v0.2.0
21942026-08-25T00:40:07.635Z Checking pkcs1 v0.7.5
21952026-08-25T00:40:07.674Z Checking ff v0.13.1
21962026-08-25T00:40:07.794Z Checking radium v0.7.0
21972026-08-25T00:40:07.835Z Checking thread-id v4.2.2
21982026-08-25T00:40:07.838Z Checking crc-catalog v2.4.0
21992026-08-25T00:40:07.905Z Checking winnow v1.0.3
22002026-08-25T00:40:07.945Z Checking funty v2.0.0
22012026-08-25T00:40:07.991Z Checking base16ct v0.2.0
22022026-08-25T00:40:08.026Z Checking same-file v1.0.6
22032026-08-25T00:40:08.147Z Checking sec1 v0.7.3
22042026-08-25T00:40:08.185Z Checking walkdir v2.5.0
22052026-08-25T00:40:08.286Z Checking bitvec v1.0.1
22062026-08-25T00:40:08.340Z Checking rsa v0.9.10
22072026-08-25T00:40:08.373Z Checking crc v3.4.0
22082026-08-25T00:40:08.410Z Checking group v0.13.0
22092026-08-25T00:40:08.451Z Checking dof v0.4.0
22102026-08-25T00:40:08.573Z Checking hkdf v0.12.4
22112026-08-25T00:40:08.612Z Checking unicode-normalization v0.1.25
22122026-08-25T00:40:08.727Z Checking crypto-bigint v0.5.5
22132026-08-25T00:40:08.767Z Checking zerocopy v0.6.6
22142026-08-25T00:40:08.771Z Checking maybe-uninit v2.0.0
22152026-08-25T00:40:08.844Z Checking nodrop v0.1.14
22162026-08-25T00:40:08.904Z Checking gimli v0.32.3
22172026-08-25T00:40:08.944Z Checking dof v0.3.0
22182026-08-25T00:40:08.981Z Checking foldhash v0.1.5
22192026-08-25T00:40:09.065Z Checking is_ci v1.2.0
22202026-08-25T00:40:09.104Z Checking winnow v0.5.40
22212026-08-25T00:40:09.142Z Checking usdt-impl v0.6.0
22222026-08-25T00:40:09.179Z Checking foreign-types-shared v0.1.1
22232026-08-25T00:40:09.217Z Checking hashbrown v0.15.5
22242026-08-25T00:40:09.259Z Checking usdt-impl v0.5.0
22252026-08-25T00:40:09.306Z Checking foreign-types v0.3.2
22262026-08-25T00:40:09.407Z Checking array-init v0.0.4
22272026-08-25T00:40:09.457Z Checking usdt v0.6.0
22282026-08-25T00:40:09.567Z Checking smallvec v0.6.14
22292026-08-25T00:40:09.647Z Checking packed_struct v0.10.1
22302026-08-25T00:40:09.688Z Checking serde_with v3.21.0
22312026-08-25T00:40:09.691Z Checking elliptic-curve v0.13.8
22322026-08-25T00:40:09.762Z Checking bitfield v0.19.4
22332026-08-25T00:40:09.763Z Checking bzip2-sys v0.1.13+1.0.8
22342026-08-25T00:40:09.834Z Checking openssl-sys v0.9.117
22352026-08-25T00:40:09.911Z Checking object v0.37.3
22362026-08-25T00:40:10.061Z Checking siphasher v1.0.2
22372026-08-25T00:40:10.066Z Checking bitflags v1.3.2
22382026-08-25T00:40:10.201Z Checking keccak v0.1.6
22392026-08-25T00:40:10.244Z Checking hashbrown v0.12.3
22402026-08-25T00:40:10.278Z Checking rustc-demangle v0.1.27
22412026-08-25T00:40:10.282Z Checking toml_edit v0.19.15
22422026-08-25T00:40:10.394Z Checking sha3 v0.10.8
22432026-08-25T00:40:10.466Z Checking addr2line v0.25.1
22442026-08-25T00:40:10.525Z Checking openssl v0.10.80
22452026-08-25T00:40:10.632Z Checking bzip2 v0.4.4
22462026-08-25T00:40:10.671Z Checking indexmap v1.9.3
22472026-08-25T00:40:10.727Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22482026-08-25T00:40:10.766Z Checking serde-hex v0.1.0
22492026-08-25T00:40:10.826Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-08-25T00:40:11.009Z Checking toml_parser v1.1.2+spec-1.1.0
22512026-08-25T00:40:11.047Z Checking ron v0.8.1
22522026-08-25T00:40:11.188Z Checking hashbrown v0.13.2
22532026-08-25T00:40:11.361Z Checking toml v0.7.8
22542026-08-25T00:40:11.399Z Checking itertools v0.15.0
22552026-08-25T00:40:11.581Z Checking itertools v0.13.0
22562026-08-25T00:40:11.642Z Checking signal-hook v0.3.18
22572026-08-25T00:40:11.700Z Checking managed v0.8.0
22582026-08-25T00:40:11.863Z Checking crc-any v2.5.0
22592026-08-25T00:40:11.920Z Checking object v0.30.4
22602026-08-25T00:40:12.066Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22612026-08-25T00:40:12.199Z Checking backtrace v0.3.76
22622026-08-25T00:40:12.254Z Checking zip v0.6.6
22632026-08-25T00:40:12.294Z Checking globset v0.4.18
22642026-08-25T00:40:12.514Z Checking chacha20 v0.10.0
22652026-08-25T00:40:12.554Z Checking backtrace-ext v0.2.1
22662026-08-25T00:40:12.558Z Checking curve25519-dalek v4.1.3
22672026-08-25T00:40:12.630Z Checking winnow v0.7.14
22682026-08-25T00:40:12.633Z Checking toml_write v0.1.2
22692026-08-25T00:40:12.663Z Checking path-slash v0.1.5
22702026-08-25T00:40:12.735Z Checking native-tls v0.2.18
22712026-08-25T00:40:12.795Z Checking signal-hook-mio v0.2.5
22722026-08-25T00:40:12.798Z Checking textwrap v0.16.2
22732026-08-25T00:40:12.890Z Checking ed25519 v2.2.3
22742026-08-25T00:40:12.932Z Checking ref-cast v1.0.25
22752026-08-25T00:40:12.970Z Checking pin-project v1.1.11
22762026-08-25T00:40:13.063Z Checking jiff-core v0.1.0
22772026-08-25T00:40:13.111Z Checking tokio-native-tls v0.3.1
22782026-08-25T00:40:13.114Z Checking pem v3.0.6
22792026-08-25T00:40:13.144Z Checking zstd-sys v2.0.16+zstd.1.5.7
22802026-08-25T00:40:13.302Z Checking owo-colors v4.3.0
22812026-08-25T00:40:13.344Z Checking fixedbitset v0.5.7
22822026-08-25T00:40:13.348Z Checking zstd-safe v7.2.4
22832026-08-25T00:40:13.411Z Checking ed25519-dalek v2.2.0
22842026-08-25T00:40:13.567Z Checking petgraph v0.8.3
22852026-08-25T00:40:13.572Z Checking hyper-tls v0.6.0
22862026-08-25T00:40:13.676Z Checking snafu v0.8.9
22872026-08-25T00:40:13.730Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22882026-08-25T00:40:13.769Z Checking jiff v0.2.34
22892026-08-25T00:40:13.816Z Checking crossterm v0.28.1
22902026-08-25T00:40:13.855Z Checking toml_edit v0.22.27
22912026-08-25T00:40:13.910Z Checking supports-color v3.0.2
22922026-08-25T00:40:13.967Z Checking similar v2.7.0
22932026-08-25T00:40:14.031Z Checking fs-err v3.3.0
22942026-08-25T00:40:14.069Z Checking hash32 v0.2.1
22952026-08-25T00:40:14.256Z Checking serde-big-array v0.5.1
22962026-08-25T00:40:14.358Z Checking serde_plain v1.0.2
22972026-08-25T00:40:14.396Z Checking unicode-properties v0.1.4
22982026-08-25T00:40:14.430Z Checking libbz2-rs-sys v0.2.2
22992026-08-25T00:40:14.533Z Checking predicates-core v1.0.10
23002026-08-25T00:40:14.571Z Checking unicode-bidi v0.3.18
23012026-08-25T00:40:14.610Z Checking bumpalo v3.20.2
23022026-08-25T00:40:14.687Z Checking typed-path v0.9.3
23032026-08-25T00:40:14.735Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23042026-08-25T00:40:14.839Z Checking zopfli v0.8.3
23052026-08-25T00:40:14.877Z Checking bzip2 v0.6.1
23062026-08-25T00:40:14.914Z Checking stringprep v0.1.5
23072026-08-25T00:40:14.963Z Checking heapless v0.7.17
23082026-08-25T00:40:15.067Z Checking reqwest v0.12.28
23092026-08-25T00:40:15.107Z Checking zstd v0.13.3
23102026-08-25T00:40:15.111Z Checking hickory-proto v0.25.2
23112026-08-25T00:40:15.178Z Checking byte-wrapper v0.1.0
23122026-08-25T00:40:15.216Z Checking md-5 v0.10.6
23132026-08-25T00:40:15.325Z Checking float-cmp v0.10.0
23142026-08-25T00:40:15.385Z Checking supports-unicode v3.0.0
23152026-08-25T00:40:15.425Z Checking difflib v0.4.0
23162026-08-25T00:40:15.437Z Checking supports-hyperlinks v3.2.0
23172026-08-25T00:40:15.507Z Checking normalize-line-endings v0.3.0
23182026-08-25T00:40:15.511Z Checking fallible-iterator v0.2.0
23192026-08-25T00:40:15.579Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23202026-08-25T00:40:15.584Z Checking miette v7.6.0
23212026-08-25T00:40:15.648Z Checking smoltcp v0.9.1
23222026-08-25T00:40:15.750Z Checking predicates v3.1.4
23232026-08-25T00:40:15.763Z Checking zip v4.6.1
23242026-08-25T00:40:15.837Z Checking postgres-protocol v0.6.10
23252026-08-25T00:40:15.876Z Checking iddqd v0.4.2
23262026-08-25T00:40:16.006Z Checking phf_shared v0.11.3
23272026-08-25T00:40:16.138Z Checking phf_shared v0.13.1
23282026-08-25T00:40:16.183Z Checking olpc-cjson v0.1.4
23292026-08-25T00:40:16.187Z Checking oxide-generation v0.1.3
23302026-08-25T00:40:16.219Z Checking tokio-stream v0.1.18
23312026-08-25T00:40:16.291Z Checking derive_more v2.1.1
23322026-08-25T00:40:16.328Z Checking strum v0.27.2
23332026-08-25T00:40:16.367Z Checking lalrpop-util v0.19.12
23342026-08-25T00:40:16.371Z Checking fixedbitset v0.4.2
23352026-08-25T00:40:16.435Z Checking precomputed-hash v0.1.1
23362026-08-25T00:40:16.475Z Checking new_debug_unreachable v1.0.6
23372026-08-25T00:40:16.478Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-25T00:40:16.553Z Checking phf v0.13.1
23392026-08-25T00:40:16.556Z Checking tough v0.22.0
23402026-08-25T00:40:16.627Z Checking petgraph v0.6.5
23412026-08-25T00:40:16.630Z Checking string_cache v0.8.9
23422026-08-25T00:40:16.697Z Checking postgres-types v0.2.12
23432026-08-25T00:40:16.734Z Checking buf-list v1.1.2
23442026-08-25T00:40:16.816Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23452026-08-25T00:40:16.857Z Checking peg-runtime v0.8.5
23462026-08-25T00:40:16.944Z Checking whoami v2.1.0
23472026-08-25T00:40:17.069Z Checking is-terminal v0.4.17
23482026-08-25T00:40:17.112Z Checking crossbeam-channel v0.5.15
23492026-08-25T00:40:17.153Z Checking thread_local v1.1.9
23502026-08-25T00:40:17.194Z Checking tokio-postgres v0.7.16
23512026-08-25T00:40:17.197Z Checking take_mut v0.2.2
23522026-08-25T00:40:17.349Z Checking term v1.2.1
23532026-08-25T00:40:17.387Z Compiling newtype-uuid-macros v0.1.0
23542026-08-25T00:40:17.468Z Checking slog-async v2.8.0
23552026-08-25T00:40:17.600Z Checking slog-term v2.9.2
23562026-08-25T00:40:17.676Z Checking match_cfg v0.1.0
23572026-08-25T00:40:17.778Z Checking hostname v0.3.1
23582026-08-25T00:40:17.889Z Checking slog-json v2.6.1
23592026-08-25T00:40:17.892Z Compiling multer v3.1.0
23602026-08-25T00:40:17.964Z Compiling async-stream-impl v0.3.6
23612026-08-25T00:40:17.969Z Compiling dropshot v0.17.1
23622026-08-25T00:40:18.078Z Checking slog-bunyan v2.5.0
23632026-08-25T00:40:18.178Z Checking debug-ignore v1.0.5
23642026-08-25T00:40:18.253Z Compiling dropshot_endpoint v0.17.1
23652026-08-25T00:40:18.256Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23662026-08-25T00:40:18.323Z Checking serde_path_to_error v0.1.20
23672026-08-25T00:40:18.326Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682026-08-25T00:40:18.491Z Checking progenitor-client v0.14.0
23692026-08-25T00:40:18.576Z Checking sha1 v0.11.0
23702026-08-25T00:40:18.613Z Checking toml_datetime v1.1.1+spec-1.1.0
23712026-08-25T00:40:18.650Z Checking serde_spanned v1.1.1
23722026-08-25T00:40:18.753Z Checking toml_writer v1.1.1+spec-1.1.0
23732026-08-25T00:40:18.801Z Checking compression-core v0.4.31
23742026-08-25T00:40:18.868Z Checking async-stream v0.3.6
23752026-08-25T00:40:18.904Z Checking waitgroup v0.1.2
23762026-08-25T00:40:18.910Z Checking rustls-pemfile v2.2.0
23772026-08-25T00:40:19.008Z Checking compression-codecs v0.4.37
23782026-08-25T00:40:19.011Z Checking toml v1.1.2+spec-1.1.0
23792026-08-25T00:40:19.083Z Checking hostname v0.4.2
23802026-08-25T00:40:19.088Z Checking atomicwrites v0.4.4
23812026-08-25T00:40:19.156Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822026-08-25T00:40:19.195Z Compiling parse-display-derive v0.10.0
23832026-08-25T00:40:19.233Z Checking macaddr v1.0.1
23842026-08-25T00:40:19.239Z Checking async-compression v0.4.41
23852026-08-25T00:40:19.240Z Checking regress v0.10.5
23862026-08-25T00:40:19.338Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23872026-08-25T00:40:19.341Z Checking instant v0.1.13
23882026-08-25T00:40:19.439Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-08-25T00:40:19.477Z Checking itertools v0.14.0
23902026-08-25T00:40:19.539Z Checking backoff v0.4.0
23912026-08-25T00:40:19.645Z Checking backon v1.6.0
23922026-08-25T00:40:19.702Z Checking humantime v2.3.0
23932026-08-25T00:40:19.801Z Compiling convert_case v0.4.0
23942026-08-25T00:40:19.808Z Checking half v2.7.1
23952026-08-25T00:40:19.846Z Checking progenitor-extras v0.2.0
23962026-08-25T00:40:19.915Z Checking ciborium-io v0.2.2
23972026-08-25T00:40:20.058Z Checking heck v0.5.0
23982026-08-25T00:40:20.097Z Checking ciborium-ll v0.2.2
23992026-08-25T00:40:20.100Z Checking secrecy v0.10.3
24002026-08-25T00:40:20.169Z Compiling derive_more v0.99.20
24012026-08-25T00:40:20.209Z Checking indent_write v2.2.0
24022026-08-25T00:40:20.285Z Checking camino-tempfile v1.4.1
24032026-08-25T00:40:20.322Z Checking ciborium v0.2.2
24042026-08-25T00:40:20.372Z Compiling crucible-workspace-hack v0.1.0
24052026-08-25T00:40:20.475Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24062026-08-25T00:40:20.556Z Compiling regress v0.11.1
24072026-08-25T00:40:20.733Z Checking inout v0.1.4
24082026-08-25T00:40:20.775Z Checking universal-hash v0.5.1
24092026-08-25T00:40:20.779Z Compiling thiserror-impl-no-std v2.0.2
24102026-08-25T00:40:20.843Z Checking opaque-debug v0.3.1
24112026-08-25T00:40:20.889Z Checking parse-display v0.10.0
24122026-08-25T00:40:20.930Z Checking cipher v0.4.4
24132026-08-25T00:40:20.955Z Checking blake2 v0.10.6
24142026-08-25T00:40:20.962Z Checking poly1305 v0.8.0
24152026-08-25T00:40:21.057Z Checking aead v0.5.2
24162026-08-25T00:40:21.156Z Checking chacha20 v0.9.1
24172026-08-25T00:40:21.220Z Checking password-hash v0.5.0
24182026-08-25T00:40:21.275Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-25T00:40:21.295Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-08-25T00:40:21.377Z Checking chacha20poly1305 v0.10.1
24212026-08-25T00:40:21.490Z Checking argon2 v0.5.3
24222026-08-25T00:40:21.535Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-25T00:40:21.776Z Compiling unsafe-libyaml v0.2.11
24242026-08-25T00:40:21.809Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-25T00:40:21.855Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24262026-08-25T00:40:21.979Z Checking thiserror-no-std v2.0.2
24272026-08-25T00:40:22.018Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282026-08-25T00:40:22.093Z Checking vsss-rs v3.3.4
24292026-08-25T00:40:22.097Z Checking swrite v0.1.0
24302026-08-25T00:40:22.251Z Compiling typify-impl v0.6.2
24312026-08-25T00:40:22.466Z Compiling serde_yaml v0.9.34+deprecated
24322026-08-25T00:40:22.749Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-08-25T00:40:23.221Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24342026-08-25T00:40:23.501Z Checking crossbeam-deque v0.8.6
24352026-08-25T00:40:23.505Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-25T00:40:23.669Z Compiling rayon-core v1.13.0
24372026-08-25T00:40:23.718Z Compiling num-derive v0.4.2
24382026-08-25T00:40:23.757Z Compiling toml_datetime v0.7.5+spec-1.1.0
24392026-08-25T00:40:23.949Z Compiling proc-macro-error v1.0.4
24402026-08-25T00:40:24.053Z Compiling toml_edit v0.23.10+spec-1.0.0
24412026-08-25T00:40:24.348Z Checking tabwriter v1.4.1
24422026-08-25T00:40:24.354Z Checking glob v0.3.3
24432026-08-25T00:40:24.362Z Checking rayon v1.11.0
24442026-08-25T00:40:24.442Z Compiling heapless v0.8.0
24452026-08-25T00:40:24.479Z Checking hash32 v0.3.1
24462026-08-25T00:40:24.541Z Compiling ingot-macros v0.2.0
24472026-08-25T00:40:24.643Z Compiling proc-macro-crate v3.4.0
24482026-08-25T00:40:24.705Z Checking colored v3.1.1
24492026-08-25T00:40:24.932Z Compiling smoltcp v0.11.0
24502026-08-25T00:40:24.968Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24512026-08-25T00:40:25.237Z Compiling num_enum_derive v0.7.6
24522026-08-25T00:40:25.283Z Checking toml v0.8.23
24532026-08-25T00:40:25.358Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-08-25T00:40:25.408Z Checking cobs v0.3.0
24552026-08-25T00:40:25.529Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24562026-08-25T00:40:25.583Z Checking postcard v1.1.3
24572026-08-25T00:40:25.786Z Checking rand v0.10.1
24582026-08-25T00:40:25.843Z Compiling proc-macro-crate v1.3.1
24592026-08-25T00:40:25.925Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T00:40:26.148Z Checking sigpipe v0.1.3
24612026-08-25T00:40:26.259Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24622026-08-25T00:40:26.296Z Compiling foreign-types-macros v0.2.3
24632026-08-25T00:40:26.332Z Checking num_enum v0.7.6
24642026-08-25T00:40:26.336Z Checking foreign-types-shared v0.3.1
24652026-08-25T00:40:26.478Z Compiling num_enum_derive v0.5.11
24662026-08-25T00:40:26.743Z Compiling usdt-macro v0.5.0
24672026-08-25T00:40:26.758Z Compiling usdt-attr-macro v0.5.0
24682026-08-25T00:40:26.776Z Compiling typify-macro v0.6.2
24692026-08-25T00:40:26.829Z Checking memmap v0.7.0
24702026-08-25T00:40:26.905Z Checking foreign-types v0.5.0
24712026-08-25T00:40:26.989Z Checking cstr-argument v0.1.2
24722026-08-25T00:40:27.027Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24732026-08-25T00:40:27.146Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24742026-08-25T00:40:27.357Z Checking ingot-types v0.2.0
24752026-08-25T00:40:27.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24762026-08-25T00:40:27.491Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24772026-08-25T00:40:27.530Z Checking num_enum v0.5.11
24782026-08-25T00:40:27.569Z Checking usdt v0.5.0
24792026-08-25T00:40:27.617Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24802026-08-25T00:40:27.654Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24812026-08-25T00:40:27.691Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24822026-08-25T00:40:27.759Z Checking ingot v0.2.1
24832026-08-25T00:40:27.797Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24842026-08-25T00:40:27.829Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24852026-08-25T00:40:27.835Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24862026-08-25T00:40:27.908Z Compiling zone_cfg_derive v0.3.1
24872026-08-25T00:40:27.972Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-25T00:40:28.026Z Checking itertools v0.12.1
24892026-08-25T00:40:28.175Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-25T00:40:28.433Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-25T00:40:28.480Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24922026-08-25T00:40:28.551Z Compiling typify v0.6.2
24932026-08-25T00:40:28.623Z Checking smf v0.2.3
24942026-08-25T00:40:28.692Z Compiling progenitor-impl v0.14.0
24952026-08-25T00:40:28.731Z Checking whoami v1.6.1
24962026-08-25T00:40:28.839Z Compiling derive-where v1.6.0
24972026-08-25T00:40:28.953Z Checking tokio-dtrace v0.1.1
24982026-08-25T00:40:28.957Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-08-25T00:40:29.139Z Checking zone v0.3.1
25002026-08-25T00:40:29.176Z Checking oxide-tokio-rt v0.1.4
25012026-08-25T00:40:29.386Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-08-25T00:40:29.463Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25032026-08-25T00:40:29.532Z Checking console v0.15.11
25042026-08-25T00:40:29.570Z Checking newline-converter v0.3.0
25052026-08-25T00:40:29.713Z Checking bytecount v0.6.9
25062026-08-25T00:40:29.775Z Checking num-rational v0.4.2
25072026-08-25T00:40:29.847Z Checking expectorate v1.2.0
25082026-08-25T00:40:29.886Z Checking num-complex v0.4.6
25092026-08-25T00:40:30.012Z Compiling cancel-safe-futures v0.1.5
25102026-08-25T00:40:30.088Z Checking float-ord v0.3.2
25112026-08-25T00:40:30.212Z Checking oxide-update-engine-types v0.1.2
25122026-08-25T00:40:30.247Z Checking linear-map v1.2.0
25132026-08-25T00:40:30.283Z Checking num v0.4.3
25142026-08-25T00:40:30.423Z Checking gethostname v0.5.0
25152026-08-25T00:40:30.460Z Compiling prettyplease v0.2.37
25162026-08-25T00:40:30.544Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25172026-08-25T00:40:30.659Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25182026-08-25T00:40:30.728Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25192026-08-25T00:40:30.874Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-08-25T00:40:30.962Z Checking resolv-conf v0.7.6
25212026-08-25T00:40:30.999Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25222026-08-25T00:40:31.154Z Checking papergrid v0.11.0
25232026-08-25T00:40:31.163Z Checking oxide-update-engine v0.1.2
25242026-08-25T00:40:31.185Z Compiling tabled_derive v0.7.0
25252026-08-25T00:40:31.363Z Compiling progenitor-macro v0.14.0
25262026-08-25T00:40:31.595Z Compiling slog-dtrace v0.3.0
25272026-08-25T00:40:31.785Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-25T00:40:31.898Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25292026-08-25T00:40:32.172Z Checking tabled v0.15.0
25302026-08-25T00:40:32.480Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25312026-08-25T00:40:32.556Z Checking crossterm v0.29.0
25322026-08-25T00:40:32.819Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25332026-08-25T00:40:33.040Z Checking linked-hash-map v0.5.6
25342026-08-25T00:40:33.240Z Checking lru-cache v0.1.2
25352026-08-25T00:40:33.437Z Checking hickory-proto v0.24.4
25362026-08-25T00:40:33.492Z Checking fd-lock v4.0.4
25372026-08-25T00:40:34.042Z Checking vte v0.14.1
25382026-08-25T00:40:34.440Z Checking strip-ansi-escapes v0.2.1
25392026-08-25T00:40:35.390Z Checking termtree v0.5.1
25402026-08-25T00:40:35.596Z Checking nu-ansi-term v0.50.3
25412026-08-25T00:40:35.631Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-08-25T00:40:37.313Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25432026-08-25T00:40:37.359Z Checking reedline v0.40.0
25442026-08-25T00:40:37.359Z Checking hickory-resolver v0.24.4
25452026-08-25T00:40:37.359Z Compiling minimal-lexical v0.2.1
25462026-08-25T00:40:37.359Z Checking progenitor v0.14.0
25472026-08-25T00:40:37.359Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-08-25T00:40:37.359Z Compiling nom v7.1.3
25492026-08-25T00:40:37.359Z Checking qorb v0.4.1
25502026-08-25T00:40:37.359Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25512026-08-25T00:40:37.979Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-08-25T00:40:38.022Z Compiling unicode-xid v0.2.6
25532026-08-25T00:40:38.059Z Checking display-error-chain v0.2.2
25542026-08-25T00:40:38.288Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25552026-08-25T00:40:38.298Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25562026-08-25T00:40:38.504Z Compiling ar_archive_writer v0.5.1
25572026-08-25T00:40:38.571Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25582026-08-25T00:40:38.725Z Checking csv-core v0.1.13
25592026-08-25T00:40:38.822Z Compiling stacker v0.1.23
25602026-08-25T00:40:38.860Z Compiling cfg_aliases v0.1.1
25612026-08-25T00:40:38.905Z Compiling semver v0.1.20
25622026-08-25T00:40:38.946Z Checking csv v1.4.0
25632026-08-25T00:40:38.989Z Checking highway v1.3.0
25642026-08-25T00:40:39.229Z Compiling rustc_version v0.1.7
25652026-08-25T00:40:39.235Z Compiling nix v0.28.0
25662026-08-25T00:40:39.334Z Checking nibble_vec v0.1.0
25672026-08-25T00:40:39.456Z Checking endian-type v0.1.2
25682026-08-25T00:40:39.476Z Compiling psm v0.1.30
25692026-08-25T00:40:39.477Z Compiling newtype_derive v0.1.6
25702026-08-25T00:40:39.477Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25712026-08-25T00:40:39.624Z Checking radix_trie v0.2.1
25722026-08-25T00:40:39.665Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25732026-08-25T00:40:39.692Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25742026-08-25T00:40:39.779Z Checking phf_shared v0.12.1
25752026-08-25T00:40:39.970Z Compiling recursive-proc-macro-impl v0.1.1
25762026-08-25T00:40:40.006Z Compiling chrono-tz v0.10.4
25772026-08-25T00:40:40.098Z Checking phf v0.12.1
25782026-08-25T00:40:40.320Z Compiling const_format_proc_macros v0.2.34
25792026-08-25T00:40:40.354Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25802026-08-25T00:40:40.358Z Compiling peg-macros v0.8.5
25812026-08-25T00:40:40.425Z Checking recursive v0.1.1
25822026-08-25T00:40:40.463Z Checking winnow v0.6.26
25832026-08-25T00:40:40.551Z Compiling sqlparser_derive v0.5.0
25842026-08-25T00:40:40.590Z Checking home v0.5.12
25852026-08-25T00:40:40.730Z Checking unicode_categories v0.1.1
25862026-08-25T00:40:41.160Z Checking const_format v0.2.35
25872026-08-25T00:40:41.334Z Checking sqlparser v0.61.0
25882026-08-25T00:40:41.422Z Checking rustyline v14.0.0
25892026-08-25T00:40:41.670Z Checking sqlformat v0.3.5
25902026-08-25T00:40:41.744Z Checking peg v0.8.5
25912026-08-25T00:40:41.851Z Checking bcs v0.1.6
25922026-08-25T00:40:42.097Z Checking nom v8.0.0
25932026-08-25T00:40:42.132Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25942026-08-25T00:40:42.167Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25952026-08-25T00:40:42.224Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25962026-08-25T00:40:42.398Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25972026-08-25T00:40:42.497Z Compiling serde_tokenstream v0.3.0
25982026-08-25T00:40:42.685Z Checking steno v0.4.1
25992026-08-25T00:40:42.733Z Checking sha1 v0.10.6
26002026-08-25T00:40:42.841Z Compiling oxide-generation-macros v0.2.0
26012026-08-25T00:40:42.932Z Checking filetime v0.2.27
26022026-08-25T00:40:43.103Z Checking xattr v1.6.1
26032026-08-25T00:40:43.140Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26042026-08-25T00:40:43.346Z Checking tar v0.4.46
26052026-08-25T00:40:43.652Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26062026-08-25T00:40:43.735Z Checking subprocess v0.2.15
26072026-08-25T00:40:43.803Z Checking headers-core v0.3.0
26082026-08-25T00:40:43.962Z Checking yasna v0.5.2
26092026-08-25T00:40:43.977Z Checking headers v0.4.1
26102026-08-25T00:40:44.088Z Checking port-file v0.1.0
26112026-08-25T00:40:44.126Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26122026-08-25T00:40:44.306Z Checking dropshot-api-manager-types v0.8.0
26132026-08-25T00:40:44.345Z Checking rcgen v0.12.1
26142026-08-25T00:40:44.413Z Checking tagptr v0.2.0
26152026-08-25T00:40:44.451Z Checking utf-8 v0.7.6
26162026-08-25T00:40:44.512Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26172026-08-25T00:40:44.587Z Checking moka v0.12.13
26182026-08-25T00:40:44.624Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26192026-08-25T00:40:44.688Z Compiling libefi-sys v0.1.0
26202026-08-25T00:40:44.726Z Compiling bitfield-struct v0.6.2
26212026-08-25T00:40:45.087Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-25T00:40:45.163Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26232026-08-25T00:40:45.202Z Checking tungstenite v0.21.0
26242026-08-25T00:40:45.256Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26252026-08-25T00:40:45.293Z Checking hickory-resolver v0.25.2
26262026-08-25T00:40:45.345Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26272026-08-25T00:40:45.395Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282026-08-25T00:40:45.550Z Compiling xshell-macros v0.2.7
26292026-08-25T00:40:45.629Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26302026-08-25T00:40:45.665Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26312026-08-25T00:40:45.669Z Checking tokio-tungstenite v0.21.0
26322026-08-25T00:40:45.998Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26332026-08-25T00:40:46.004Z Checking xshell v0.2.7
26342026-08-25T00:40:46.024Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26352026-08-25T00:40:46.056Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26362026-08-25T00:40:46.092Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26372026-08-25T00:40:46.534Z Checking half v1.8.3
26382026-08-25T00:40:46.581Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26392026-08-25T00:40:46.764Z Checking serde_cbor v0.11.2
26402026-08-25T00:40:46.803Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26412026-08-25T00:40:46.996Z Checking libscf-sys v1.2.0
26422026-08-25T00:40:46.999Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26432026-08-25T00:40:47.071Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26442026-08-25T00:40:47.159Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26452026-08-25T00:40:47.194Z Checking papergrid v0.18.0
26462026-08-25T00:40:47.394Z Checking maplit v1.0.2
26472026-08-25T00:40:47.513Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26482026-08-25T00:40:47.627Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26492026-08-25T00:40:47.775Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-08-25T00:40:47.851Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26512026-08-25T00:40:48.011Z Checking tabled v0.21.0
26522026-08-25T00:40:48.197Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26532026-08-25T00:40:48.254Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26542026-08-25T00:40:48.312Z Checking sha2 v0.11.0
26552026-08-25T00:40:48.389Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26562026-08-25T00:40:48.654Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26572026-08-25T00:40:48.697Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582026-08-25T00:40:48.730Z Checking crc8 v0.1.1
26592026-08-25T00:40:48.892Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26602026-08-25T00:40:49.053Z Checking unicase v2.9.0
26612026-08-25T00:40:49.090Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26622026-08-25T00:40:49.181Z Checking fxhash v0.2.1
26632026-08-25T00:40:49.243Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26642026-08-25T00:40:49.342Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26652026-08-25T00:40:49.456Z Compiling darling_core v0.21.3
26662026-08-25T00:40:49.557Z Compiling vergen-lib v0.1.6
26672026-08-25T00:40:49.773Z Compiling diesel_derives v2.3.7
26682026-08-25T00:40:49.922Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26692026-08-25T00:40:50.084Z Checking scheduled-thread-pool v0.2.7
26702026-08-25T00:40:50.350Z Compiling vergen-gitcl v1.0.8
26712026-08-25T00:40:50.357Z Compiling diesel_table_macro_syntax v0.3.0
26722026-08-25T00:40:50.465Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26732026-08-25T00:40:50.546Z Checking r2d2 v0.8.10
26742026-08-25T00:40:50.763Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26752026-08-25T00:40:50.799Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26762026-08-25T00:40:50.981Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26772026-08-25T00:40:51.147Z Checking downcast-rs v2.0.2
26782026-08-25T00:40:51.315Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26792026-08-25T00:40:51.498Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26802026-08-25T00:40:51.793Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-08-25T00:40:51.873Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26822026-08-25T00:40:51.952Z Checking kstat-rs v0.2.5
26832026-08-25T00:40:51.991Z Compiling proc-macro-error-attr2 v2.0.0
26842026-08-25T00:40:52.024Z Compiling darling_macro v0.21.3
26852026-08-25T00:40:52.187Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26862026-08-25T00:40:52.437Z Compiling proc-macro-error2 v2.0.1
26872026-08-25T00:40:52.508Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26882026-08-25T00:40:52.564Z Compiling darling v0.21.3
26892026-08-25T00:40:52.687Z Compiling dsl_auto_type v0.2.0
26902026-08-25T00:40:52.786Z Compiling knus-derive v3.4.0
26912026-08-25T00:40:52.826Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26922026-08-25T00:40:53.824Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26932026-08-25T00:40:54.173Z Compiling dirs-sys-next v0.1.2
26942026-08-25T00:40:54.238Z Compiling salty v0.3.0
26952026-08-25T00:40:54.284Z Compiling crunchy v0.2.4
26962026-08-25T00:40:54.476Z Compiling parking_lot_core v0.8.6
26972026-08-25T00:40:54.513Z Compiling dirs-next v2.0.0
26982026-08-25T00:40:54.620Z Compiling clang-sys v1.8.1
26992026-08-25T00:40:54.667Z Checking predicates-tree v1.0.13
27002026-08-25T00:40:54.706Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27012026-08-25T00:40:54.802Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-25T00:40:54.839Z Compiling git-stub v1.0.0
27032026-08-25T00:40:54.970Z Compiling tiny-keccak v2.0.2
27042026-08-25T00:40:55.056Z Compiling git-stub-vcs v0.1.0
27052026-08-25T00:40:55.231Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27062026-08-25T00:40:55.306Z Compiling term v0.7.0
27072026-08-25T00:40:55.391Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27082026-08-25T00:40:55.438Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-08-25T00:40:55.553Z Checking anstyle-parse v0.2.7
27102026-08-25T00:40:55.658Z Compiling bit-vec v0.6.3
27112026-08-25T00:40:55.742Z Checking anstream v0.6.21
27122026-08-25T00:40:55.779Z Compiling ascii-canvas v3.0.0
27132026-08-25T00:40:55.885Z Compiling bit-set v0.5.3
27142026-08-25T00:40:55.924Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27152026-08-25T00:40:55.983Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27162026-08-25T00:40:56.089Z Checking parking_lot v0.11.2
27172026-08-25T00:40:56.127Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27182026-08-25T00:40:56.333Z Checking rfc6979 v0.4.0
27192026-08-25T00:40:56.470Z Checking prefix-trie v0.7.0
27202026-08-25T00:40:56.506Z Compiling hashbrown v0.14.5
27212026-08-25T00:40:56.577Z Compiling itertools v0.10.5
27222026-08-25T00:40:56.711Z Compiling ena v0.14.4
27232026-08-25T00:40:56.839Z Compiling libloading v0.8.9
27242026-08-25T00:40:56.957Z Compiling bindgen v0.71.1
27252026-08-25T00:40:56.997Z Compiling diff v0.1.13
27262026-08-25T00:40:57.082Z Compiling regex-syntax v0.6.29
27272026-08-25T00:40:57.292Z Compiling chumsky v0.9.3
27282026-08-25T00:40:57.417Z Checking hickory-server v0.25.2
27292026-08-25T00:40:57.672Z Compiling ecdsa v0.16.9
27302026-08-25T00:40:58.497Z Compiling lalrpop v0.19.12
27312026-08-25T00:40:58.589Z Checking sled v0.34.7
27322026-08-25T00:40:58.648Z Checking diesel v2.3.7
27332026-08-25T00:40:58.686Z Compiling cexpr v0.6.0
27342026-08-25T00:40:58.719Z Checking ignore v0.4.25
27352026-08-25T00:40:59.221Z Checking primeorder v0.13.6
27362026-08-25T00:40:59.226Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27372026-08-25T00:40:59.420Z Checking nanorand v0.7.0
27382026-08-25T00:40:59.495Z Compiling rustc-hash v2.1.1
27392026-08-25T00:40:59.656Z Checking flume v0.11.1
27402026-08-25T00:40:59.755Z Compiling p384 v0.13.1
27412026-08-25T00:40:59.965Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27422026-08-25T00:41:00.340Z Checking globwalk v0.9.1
27432026-08-25T00:41:00.344Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27442026-08-25T00:41:00.557Z Compiling knus v3.4.0
27452026-08-25T00:41:00.730Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27462026-08-25T00:41:01.024Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27472026-08-25T00:41:01.187Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27482026-08-25T00:41:01.408Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27492026-08-25T00:41:01.453Z Checking digest-io v0.1.0
27502026-08-25T00:41:01.616Z Compiling libxml v0.3.3
27512026-08-25T00:41:01.748Z Checking assert_matches v1.5.0
27522026-08-25T00:41:01.898Z Checking rawzip v0.4.4
27532026-08-25T00:41:01.909Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27542026-08-25T00:41:02.008Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27552026-08-25T00:41:02.149Z Checking camino-tempfile-ext v0.3.3
27562026-08-25T00:41:02.319Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-25T00:41:02.379Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-08-25T00:41:02.978Z Compiling strum_macros v0.24.3
27592026-08-25T00:41:03.603Z Compiling indoc v1.0.9
27602026-08-25T00:41:03.832Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612026-08-25T00:41:04.093Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27622026-08-25T00:41:04.322Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27632026-08-25T00:41:04.361Z Checking quick-xml v0.37.5
27642026-08-25T00:41:04.479Z Checking derive_builder v0.20.2
27652026-08-25T00:41:04.629Z Compiling oso-derive v0.27.3
27662026-08-25T00:41:04.703Z Compiling trait-variant v0.1.2
27672026-08-25T00:41:05.169Z Compiling impl-trait-for-tuples v0.2.3
27682026-08-25T00:41:05.264Z Checking openssl-probe v0.1.6
27692026-08-25T00:41:05.300Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27702026-08-25T00:41:05.459Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27712026-08-25T00:41:05.934Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27722026-08-25T00:41:06.142Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27732026-08-25T00:41:06.376Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27742026-08-25T00:41:06.613Z Checking corncobs v0.1.4
27752026-08-25T00:41:06.803Z Compiling progenitor-impl v0.13.0
27762026-08-25T00:41:06.809Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27772026-08-25T00:41:06.845Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27782026-08-25T00:41:06.880Z Checking secrecy v0.8.0
27792026-08-25T00:41:07.046Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27802026-08-25T00:41:07.143Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27812026-08-25T00:41:08.372Z Checking progenitor-client v0.13.0
27822026-08-25T00:41:08.560Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-25T00:41:08.652Z Checking bb8 v0.8.6
27842026-08-25T00:41:08.833Z Checking rand_seeder v0.4.0
27852026-08-25T00:41:09.088Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27862026-08-25T00:41:09.144Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27872026-08-25T00:41:09.246Z Compiling mime_guess v2.0.5
27882026-08-25T00:41:09.314Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-08-25T00:41:09.452Z Compiling progenitor-macro v0.13.0
27902026-08-25T00:41:09.543Z Checking http-range v0.1.5
27912026-08-25T00:41:09.810Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-08-25T00:41:09.901Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27932026-08-25T00:41:10.024Z Checking nonempty v0.12.0
27942026-08-25T00:41:10.284Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27952026-08-25T00:41:10.444Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27962026-08-25T00:41:10.589Z Checking hyper-staticfile v0.10.1
27972026-08-25T00:41:10.628Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27982026-08-25T00:41:10.918Z Checking signal-hook-tokio v0.3.1
27992026-08-25T00:41:11.092Z Compiling illumos-nvpair-sys v0.2.0
28002026-08-25T00:41:11.200Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28012026-08-25T00:41:11.238Z Checking scuffle v0.1.0
28022026-08-25T00:41:11.518Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28032026-08-25T00:41:11.630Z Checking illumos-nvpair v0.3.0
28042026-08-25T00:41:11.826Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-25T00:41:11.886Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-25T00:41:11.954Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-25T00:41:12.223Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-25T00:41:12.265Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-25T00:41:12.498Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28102026-08-25T00:41:12.645Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28112026-08-25T00:41:12.849Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28122026-08-25T00:41:12.968Z Checking diesel-dtrace v0.5.0
28132026-08-25T00:41:13.250Z Checking async-bb8-diesel v0.2.1
28142026-08-25T00:41:13.321Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28152026-08-25T00:41:13.640Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28162026-08-25T00:41:13.843Z Checking tungstenite v0.23.0
28172026-08-25T00:41:14.106Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182026-08-25T00:41:14.319Z Checking tokio-tungstenite v0.23.1
28192026-08-25T00:41:14.357Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28202026-08-25T00:41:14.491Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28212026-08-25T00:41:14.571Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28222026-08-25T00:41:14.638Z Checking progenitor v0.13.0
28232026-08-25T00:41:14.833Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28242026-08-25T00:41:15.775Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28252026-08-25T00:41:16.426Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28262026-08-25T00:41:16.527Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28272026-08-25T00:41:16.578Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28282026-08-25T00:41:17.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292026-08-25T00:41:17.347Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28302026-08-25T00:41:17.856Z Checking void v1.0.2
28312026-08-25T00:41:18.002Z Checking lzss v0.8.2
28322026-08-25T00:41:18.181Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-08-25T00:41:18.230Z Checking nix v0.27.1
28342026-08-25T00:41:18.377Z Checking serde_bytes v0.11.19
28352026-08-25T00:41:18.590Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28362026-08-25T00:41:18.778Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28372026-08-25T00:41:19.278Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28382026-08-25T00:41:19.602Z Checking cpubits v0.1.1
28392026-08-25T00:41:19.643Z Checking yansi v1.0.1
28402026-08-25T00:41:19.716Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-08-25T00:41:19.931Z Checking pretty_assertions v1.4.1
28422026-08-25T00:41:20.016Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28432026-08-25T00:41:20.101Z Checking pem-rfc7468 v1.0.0
28442026-08-25T00:41:20.234Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28452026-08-25T00:41:20.294Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28462026-08-25T00:41:20.573Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28472026-08-25T00:41:20.808Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28482026-08-25T00:41:21.611Z Checking hmac v0.13.0
28492026-08-25T00:41:21.739Z Checking universal-hash v0.6.1
28502026-08-25T00:41:21.814Z Compiling libz-sys v1.1.24
28512026-08-25T00:41:21.910Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28522026-08-25T00:41:21.956Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28532026-08-25T00:41:22.142Z Compiling instability v0.3.11
28542026-08-25T00:41:22.414Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28552026-08-25T00:41:22.498Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28562026-08-25T00:41:22.632Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28572026-08-25T00:41:22.727Z Checking castaway v0.2.4
28582026-08-25T00:41:22.881Z Compiling indoc v2.0.7
28592026-08-25T00:41:23.059Z Checking compact_str v0.8.1
28602026-08-25T00:41:23.471Z Checking polyval v0.7.1
28612026-08-25T00:41:23.683Z Checking der v0.8.0
28622026-08-25T00:41:24.195Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28632026-08-25T00:41:24.233Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28642026-08-25T00:41:24.238Z Checking unicode-truncate v1.1.0
28652026-08-25T00:41:24.422Z Checking lru v0.12.5
28662026-08-25T00:41:24.458Z Compiling libgit2-sys v0.18.3+1.9.2
28672026-08-25T00:41:24.493Z Checking arc-swap v1.8.2
28682026-08-25T00:41:24.590Z Checking cassowary v0.3.0
28692026-08-25T00:41:24.725Z Checking ghash v0.6.0
28702026-08-25T00:41:24.761Z Checking slog-scope v4.4.1
28712026-08-25T00:41:24.844Z Checking ratatui v0.29.0
28722026-08-25T00:41:24.957Z Checking pbkdf2 v0.13.0
28732026-08-25T00:41:25.031Z Checking crypto-bigint v0.7.5
28742026-08-25T00:41:25.113Z Checking aes v0.9.1
28752026-08-25T00:41:25.546Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28762026-08-25T00:41:26.164Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28772026-08-25T00:41:26.418Z Checking ctr v0.10.1
28782026-08-25T00:41:26.640Z Checking aead v0.6.1
28792026-08-25T00:41:26.812Z Checking cargo-platform v0.3.2
28802026-08-25T00:41:26.849Z Checking aes-gcm v0.11.0
28812026-08-25T00:41:27.031Z Checking cargo_metadata v0.23.1
28822026-08-25T00:41:27.064Z Checking slog-stdlog v4.1.1
28832026-08-25T00:41:27.224Z Checking spki v0.8.0
28842026-08-25T00:41:27.341Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28852026-08-25T00:41:27.434Z Checking colored v2.2.0
28862026-08-25T00:41:27.674Z Checking salsa20 v0.11.0
28872026-08-25T00:41:27.817Z Checking console v0.16.2
28882026-08-25T00:41:27.855Z Compiling vergen-git2 v9.1.0
28892026-08-25T00:41:28.080Z Checking plotters-backend v0.3.7
28902026-08-25T00:41:28.156Z Checking unit-prefix v0.5.2
28912026-08-25T00:41:28.319Z Checking plotters-svg v0.3.7
28922026-08-25T00:41:28.355Z Checking indicatif v0.18.4
28932026-08-25T00:41:28.546Z Checking scrypt v0.12.0
28942026-08-25T00:41:28.750Z Checking slog-envlogger v2.2.0
28952026-08-25T00:41:28.786Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-25T00:41:28.791Z Checking cbc v0.2.1
28972026-08-25T00:41:28.938Z Checking libsw-core v0.3.2
28982026-08-25T00:41:29.002Z Checking cast v0.3.0
28992026-08-25T00:41:29.088Z Checking pkcs5 v0.8.1
29002026-08-25T00:41:29.124Z Checking libsw v3.5.0
29012026-08-25T00:41:29.192Z Checking criterion-plot v0.6.0
29022026-08-25T00:41:29.314Z Checking plotters v0.3.7
29032026-08-25T00:41:29.428Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29042026-08-25T00:41:29.474Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29052026-08-25T00:41:29.703Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29062026-08-25T00:41:29.929Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29072026-08-25T00:41:30.133Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29082026-08-25T00:41:30.156Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-25T00:41:30.321Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29102026-08-25T00:41:30.382Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29112026-08-25T00:41:30.439Z Checking tinytemplate v1.2.1
29122026-08-25T00:41:30.546Z Checking oorandom v11.1.5
29132026-08-25T00:41:30.691Z Checking shell-words v1.1.1
29142026-08-25T00:41:30.726Z Checking anes v0.1.6
29152026-08-25T00:41:30.898Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29162026-08-25T00:41:30.940Z Checking criterion v0.7.0
29172026-08-25T00:41:31.306Z Checking pkcs8 v0.11.0
29182026-08-25T00:41:31.547Z Checking oxide-update-engine-display v0.1.2
29192026-08-25T00:41:31.889Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29202026-08-25T00:41:32.215Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29212026-08-25T00:41:32.470Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29222026-08-25T00:41:33.293Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29232026-08-25T00:41:34.154Z Checking tokio-test v0.4.5
29242026-08-25T00:41:34.394Z Checking ff v0.14.0
29252026-08-25T00:41:34.584Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29262026-08-25T00:41:34.805Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-25T00:41:35.217Z Checking twox-hash v2.1.2
29282026-08-25T00:41:35.546Z Compiling petname v2.0.2
29292026-08-25T00:41:35.852Z Checking atty v0.2.14
29302026-08-25T00:41:35.984Z Checking arrayvec v0.7.6
29312026-08-25T00:41:36.071Z Checking constant_time_eq v0.4.2
29322026-08-25T00:41:36.216Z Checking arrayref v0.3.9
29332026-08-25T00:41:36.362Z Checking group v0.14.0
29342026-08-25T00:41:36.399Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29352026-08-25T00:41:36.549Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29362026-08-25T00:41:36.604Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29372026-08-25T00:41:37.213Z Checking fatfs v0.3.6
29382026-08-25T00:41:37.312Z Checking signature v3.0.0
29392026-08-25T00:41:37.477Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29402026-08-25T00:41:37.512Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29412026-08-25T00:41:37.634Z Checking base16ct v1.0.0
29422026-08-25T00:41:37.672Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-08-25T00:41:37.762Z Compiling seq-macro v0.3.6
29442026-08-25T00:41:37.799Z Checking sec1 v0.8.1
29452026-08-25T00:41:38.242Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29462026-08-25T00:41:38.466Z Checking hkdf v0.13.0
29472026-08-25T00:41:38.643Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29482026-08-25T00:41:39.272Z Checking concurrent-queue v2.5.0
29492026-08-25T00:41:39.275Z Checking sapling-renderdag v0.1.0
29502026-08-25T00:41:39.275Z Checking parking v2.2.1
29512026-08-25T00:41:39.275Z Checking sync-ptr v0.1.4
29522026-08-25T00:41:39.275Z Checking elliptic-curve v0.14.1
29532026-08-25T00:41:39.276Z Checking event-listener v5.4.1
29542026-08-25T00:41:39.276Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29552026-08-25T00:41:39.467Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29562026-08-25T00:41:39.619Z Checking rtoolbox v0.0.3
29572026-08-25T00:41:39.747Z Checking event-listener-strategy v0.5.4
29582026-08-25T00:41:39.804Z Checking rpassword v7.5.4
29592026-08-25T00:41:39.913Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29602026-08-25T00:41:39.955Z Compiling samael v0.0.19
29612026-08-25T00:41:39.990Z Checking wnaf v0.14.0
29622026-08-25T00:41:40.185Z Checking primefield v0.14.0
29632026-08-25T00:41:40.425Z Checking rfc6979 v0.6.0
29642026-08-25T00:41:40.652Z Checking tui-tree-widget v0.23.1
29652026-08-25T00:41:40.839Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29662026-08-25T00:41:40.898Z Compiling blake3 v1.8.5
29672026-08-25T00:41:41.285Z Checking futures-timer v3.0.3
29682026-08-25T00:41:41.935Z Checking ecdsa v0.17.0
29692026-08-25T00:41:42.027Z Checking primeorder v0.14.0
29702026-08-25T00:41:42.286Z Checking async-lock v3.4.2
29712026-08-25T00:41:42.323Z Compiling curve25519-dalek v5.0.0
29722026-08-25T00:41:42.420Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29732026-08-25T00:41:42.762Z Checking async-object-pool v0.2.0
29742026-08-25T00:41:43.152Z Checking ssh-encoding v0.3.0
29752026-08-25T00:41:43.414Z Checking serde_regex v1.1.0
29762026-08-25T00:41:43.649Z Checking assert-json-diff v2.0.2
29772026-08-25T00:41:43.827Z Checking path-tree v0.8.3
29782026-08-25T00:41:44.053Z Checking keccak v0.2.0
29792026-08-25T00:41:44.261Z Checking topological-sort v0.2.2
29802026-08-25T00:41:44.430Z Compiling strsim v0.10.0
29812026-08-25T00:41:44.780Z Checking stringmetrics v2.2.2
29822026-08-25T00:41:44.859Z Compiling darling_core v0.13.4
29832026-08-25T00:41:44.968Z Checking httpmock v0.8.3
29842026-08-25T00:41:45.109Z Checking omicron-zone-package v0.12.3
29852026-08-25T00:41:46.029Z Checking ed25519 v3.0.0
29862026-08-25T00:41:46.065Z Checking pkcs1 v0.8.0-rc.4
29872026-08-25T00:41:46.268Z Checking crypto-primes v0.7.2
29882026-08-25T00:41:46.308Z Checking poly1305 v0.9.0
29892026-08-25T00:41:46.613Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29902026-08-25T00:41:46.718Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29912026-08-25T00:41:47.102Z Checking blowfish v0.10.0
29922026-08-25T00:41:47.205Z Checking blake2 v0.11.0-rc.6
29932026-08-25T00:41:47.240Z Compiling target-lexicon v0.13.3
29942026-08-25T00:41:47.274Z Checking rsa v0.10.0-rc.18
29952026-08-25T00:41:47.381Z Checking bcrypt-pbkdf v0.11.0
29962026-08-25T00:41:47.493Z Checking argon2 v0.6.0-rc.8
29972026-08-25T00:41:47.576Z Compiling darling_macro v0.13.4
29982026-08-25T00:41:47.812Z Checking ssh-cipher v0.3.0
29992026-08-25T00:41:47.848Z Checking ed25519-dalek v3.0.0
30002026-08-25T00:41:47.848Z Checking sha3 v0.11.0
30012026-08-25T00:41:48.057Z Checking p384 v0.14.0
30022026-08-25T00:41:48.098Z Checking p521 v0.14.0
30032026-08-25T00:41:48.139Z Checking p256 v0.14.0
30042026-08-25T00:41:48.222Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30052026-08-25T00:41:48.492Z Checking kem v0.3.0
30062026-08-25T00:41:48.658Z Checking module-lattice v0.2.3
30072026-08-25T00:41:48.906Z Checking socket2 v0.5.10
30082026-08-25T00:41:48.947Z Checking hex-literal v0.4.1
30092026-08-25T00:41:49.074Z Compiling guppy-workspace-hack v0.1.0
30102026-08-25T00:41:49.195Z Checking sponge-cursor v0.1.0
30112026-08-25T00:41:49.337Z Checking ml-kem v0.3.2
30122026-08-25T00:41:49.372Z Checking sha3 v0.12.0
30132026-08-25T00:41:49.607Z Compiling darling v0.13.4
30142026-08-25T00:41:49.991Z Checking russh-cryptovec v0.62.0
30152026-08-25T00:41:50.067Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30162026-08-25T00:41:50.103Z Checking internal-russh-num-bigint v0.5.0
30172026-08-25T00:41:50.287Z Checking num-bigint v0.4.6
30182026-08-25T00:41:50.781Z Checking russh-util v0.52.0
30192026-08-25T00:41:50.849Z Checking generic-array v1.4.3
30202026-08-25T00:41:51.120Z Checking ssh-key v0.7.0-rc.11
30212026-08-25T00:41:51.150Z Compiling enum_dispatch v0.3.13
30222026-08-25T00:41:51.249Z Compiling delegate v0.13.5
30232026-08-25T00:41:51.282Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30242026-08-25T00:41:51.705Z Compiling target-spec v3.5.7
30252026-08-25T00:41:52.006Z Checking md5 v0.8.0
30262026-08-25T00:41:52.047Z Checking hex-literal v1.1.0
30272026-08-25T00:41:52.176Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-25T00:41:52.248Z Checking russh v0.62.4
30292026-08-25T00:41:52.388Z Checking cfg-expr v0.20.6
30302026-08-25T00:41:52.813Z Compiling serde_with_macros v1.5.2
30312026-08-25T00:41:52.845Z Compiling git2 v0.20.4
30322026-08-25T00:41:53.011Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30332026-08-25T00:41:53.356Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30342026-08-25T00:41:53.550Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30352026-08-25T00:41:53.700Z Checking internet-checksum v0.2.1
30362026-08-25T00:41:53.799Z Compiling serde_with v1.14.0
30372026-08-25T00:41:54.394Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30382026-08-25T00:41:54.967Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30392026-08-25T00:41:55.518Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30402026-08-25T00:41:55.653Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30412026-08-25T00:41:55.720Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30422026-08-25T00:41:55.922Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30432026-08-25T00:41:55.961Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30442026-08-25T00:41:56.062Z Checking httptest v0.16.4
30452026-08-25T00:41:56.097Z Checking pathdiff v0.2.3
30462026-08-25T00:41:56.203Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30472026-08-25T00:41:56.243Z Checking nested v0.1.1
30482026-08-25T00:41:56.276Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30492026-08-25T00:41:56.399Z Compiling polar-core v0.27.3
30502026-08-25T00:41:56.433Z Checking guppy v0.17.25
30512026-08-25T00:41:56.468Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30522026-08-25T00:41:56.740Z Checking similar-asserts v1.7.0
30532026-08-25T00:41:56.808Z Compiling target-triple v1.0.0
30542026-08-25T00:41:56.928Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30552026-08-25T00:41:57.192Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30562026-08-25T00:41:57.387Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30572026-08-25T00:41:57.648Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30582026-08-25T00:41:57.759Z Checking hickory-client v0.25.2
30592026-08-25T00:41:58.068Z Checking supports-unicode v2.1.0
30602026-08-25T00:41:58.219Z Checking supports-hyperlinks v2.1.0
30612026-08-25T00:41:58.252Z Checking supports-color v2.1.0
30622026-08-25T00:41:58.368Z Checking textwrap v0.15.2
30632026-08-25T00:41:58.423Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-08-25T00:41:58.597Z Checking terminal_size v0.1.17
30652026-08-25T00:41:58.601Z Compiling miette-derive v5.10.0
30662026-08-25T00:41:58.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30672026-08-25T00:41:58.737Z Compiling fs-err v2.11.0
30682026-08-25T00:41:58.979Z Checking owo-colors v3.5.0
30692026-08-25T00:41:59.112Z Compiling assert_cmd v2.1.2
30702026-08-25T00:41:59.412Z Checking escape8259 v0.5.3
30712026-08-25T00:41:59.566Z Checking libtest-mimic v0.8.1
30722026-08-25T00:41:59.644Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30732026-08-25T00:41:59.843Z Checking miette v5.10.0
30742026-08-25T00:41:59.879Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30752026-08-25T00:42:00.478Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30762026-08-25T00:42:00.623Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30772026-08-25T00:42:01.066Z Checking blake2b_simd v1.0.4
30782026-08-25T00:42:01.346Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30792026-08-25T00:42:01.403Z Checking oso v0.27.3
30802026-08-25T00:42:01.477Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30812026-08-25T00:42:01.709Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30822026-08-25T00:42:01.788Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30832026-08-25T00:42:01.933Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30842026-08-25T00:42:02.014Z Compiling knuffel-derive v3.2.0
30852026-08-25T00:42:02.302Z Checking fancy-regex v0.14.0
30862026-08-25T00:42:02.330Z Checking serde_tokenstream v0.2.3
30872026-08-25T00:42:02.786Z Checking approx v0.5.1
30882026-08-25T00:42:02.794Z Compiling rstest_macros v0.25.0
30892026-08-25T00:42:02.854Z Checking uzers v0.12.2
30902026-08-25T00:42:03.080Z Checking constant_time_eq v0.3.1
30912026-08-25T00:42:03.119Z Compiling linkme-impl v0.3.35
30922026-08-25T00:42:03.119Z Checking termcolor v1.4.1
30932026-08-25T00:42:03.223Z Checking rust-argon2 v2.1.0
30942026-08-25T00:42:03.466Z Checking trybuild v1.0.116
30952026-08-25T00:42:03.535Z Checking knuffel v3.2.0
30962026-08-25T00:42:03.601Z Checking datatest-stable v0.3.3
30972026-08-25T00:42:03.837Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30982026-08-25T00:42:03.849Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-25T00:42:04.089Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31002026-08-25T00:42:04.125Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-08-25T00:42:04.247Z Checking support-bundle-viewer v0.1.2
31022026-08-25T00:42:04.292Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-08-25T00:42:04.316Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31042026-08-25T00:42:04.503Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31052026-08-25T00:42:04.538Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-08-25T00:42:04.575Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31072026-08-25T00:42:04.729Z Checking drift v0.2.0
31082026-08-25T00:42:04.769Z Checking rand_distr v0.5.1
31092026-08-25T00:42:05.037Z Checking multimap v0.10.1
31102026-08-25T00:42:05.046Z Compiling relative-path v1.9.3
31112026-08-25T00:42:05.172Z Compiling linkme v0.3.35
31122026-08-25T00:42:05.178Z Checking parse-size v1.1.0
31132026-08-25T00:42:05.221Z Checking dropshot-api-manager v0.8.0
31142026-08-25T00:42:05.323Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31152026-08-25T00:42:05.656Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31162026-08-25T00:42:06.454Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31172026-08-25T00:42:06.879Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31182026-08-25T00:42:07.266Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31192026-08-25T00:42:07.377Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31202026-08-25T00:42:07.463Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31212026-08-25T00:42:07.514Z Checking cargo_toml v0.21.0
31222026-08-25T00:42:07.949Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31232026-08-25T00:42:08.024Z Checking partial-io v0.5.4
31242026-08-25T00:42:08.167Z Checking termios v0.3.3
31252026-08-25T00:42:08.337Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31262026-08-25T00:42:08.378Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-08-25T00:42:09.478Z Checking rstest v0.25.0
31282026-08-25T00:42:09.655Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31292026-08-25T00:42:13.683Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31302026-08-25T00:42:14.753Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31312026-08-25T00:42:15.957Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31322026-08-25T00:42:21.279Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31332026-08-25T00:42:21.404Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31342026-08-25T00:42:23.143Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31352026-08-25T00:42:28.267Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31362026-08-25T00:42:31.417Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31372026-08-25T00:42:33.869Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31382026-08-25T00:42:35.399Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31392026-08-25T00:42:40.363Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31402026-08-25T00:42:40.741Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31412026-08-25T00:42:41.882Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31422026-08-25T00:42:44.143Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31432026-08-25T00:42:50.090Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31442026-08-25T00:43:11.714Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31452026-08-25T00:44:03.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31462026-08-25T00:44:03.972Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31472026-08-25T00:44:03.973Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31482026-08-25T00:44:04.640Z
31492026-08-25T00:44:04.640Zreal 4:15.810833549
31502026-08-25T00:44:04.640Zuser 22:03.481347871
31512026-08-25T00:44:04.640Zsys 5:15.233280590
31522026-08-25T00:44:04.640Ztrap 0.534117759
31532026-08-25T00:44:04.640Ztflt 0.492275838
31542026-08-25T00:44:04.640Zdflt 0.505162472
31552026-08-25T00:44:04.640Zkflt 0.005280482
31562026-08-25T00:44:04.640Zlock 1:06:31.956555116
31572026-08-25T00:44:04.640Zslp 59:56.061549271
31582026-08-25T00:44:04.640Zlat 1:51.459063637
31592026-08-25T00:44:04.640Zstop 14:14.085997125
31602026-08-25T00:44:04.644Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31612026-08-25T00:44:04.644Z+ ptime -m cargo doc --workspace --no-deps
31622026-08-25T00:44:05.506Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31632026-08-25T00:44:05.506Z |
31642026-08-25T00:44:05.506Z = 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)`
31652026-08-25T00:44:05.506Z = 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>
31662026-08-25T00:44:06.599Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31672026-08-25T00:44:06.843Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31682026-08-25T00:44:06.889Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31692026-08-25T00:44:06.952Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31702026-08-25T00:44:06.982Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31712026-08-25T00:44:07.037Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31722026-08-25T00:44:07.155Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31732026-08-25T00:44:07.182Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-08-25T00:44:07.211Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31752026-08-25T00:44:07.242Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31762026-08-25T00:44:07.242Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-08-25T00:44:07.351Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-08-25T00:44:07.422Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-08-25T00:44:07.472Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-08-25T00:44:07.539Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-08-25T00:44:07.608Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-08-25T00:44:07.613Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31832026-08-25T00:44:07.617Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31842026-08-25T00:44:07.642Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-25T00:44:07.646Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31862026-08-25T00:44:07.714Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-08-25T00:44:07.738Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-08-25T00:44:08.011Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31892026-08-25T00:44:08.164Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31902026-08-25T00:44:08.189Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-08-25T00:44:08.212Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31922026-08-25T00:44:08.385Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31932026-08-25T00:44:08.470Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31942026-08-25T00:44:08.500Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31952026-08-25T00:44:08.648Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31962026-08-25T00:44:08.755Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31972026-08-25T00:44:08.809Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31982026-08-25T00:44:08.876Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31992026-08-25T00:44:08.949Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32002026-08-25T00:44:09.186Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32012026-08-25T00:44:09.210Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32022026-08-25T00:44:09.254Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32032026-08-25T00:44:09.371Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32042026-08-25T00:44:09.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32052026-08-25T00:44:09.452Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32062026-08-25T00:44:09.603Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32072026-08-25T00:44:09.660Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32082026-08-25T00:44:09.872Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092026-08-25T00:44:09.923Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32102026-08-25T00:44:09.950Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32112026-08-25T00:44:09.988Z Checking scuffle v0.1.0
32122026-08-25T00:44:10.107Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-08-25T00:44:10.197Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32142026-08-25T00:44:10.277Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32152026-08-25T00:44:10.339Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162026-08-25T00:44:10.431Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172026-08-25T00:44:10.511Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-08-25T00:44:10.536Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-08-25T00:44:10.559Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32202026-08-25T00:44:10.581Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-08-25T00:44:10.625Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222026-08-25T00:44:10.986Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32232026-08-25T00:44:11.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32242026-08-25T00:44:11.576Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32252026-08-25T00:44:11.775Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32262026-08-25T00:44:12.106Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32272026-08-25T00:44:12.132Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32282026-08-25T00:44:12.157Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-08-25T00:44:12.284Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32302026-08-25T00:44:12.386Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-25T00:44:12.433Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32322026-08-25T00:44:12.474Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32332026-08-25T00:44:12.499Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32342026-08-25T00:44:12.572Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32352026-08-25T00:44:13.044Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32362026-08-25T00:44:13.508Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32372026-08-25T00:44:13.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32382026-08-25T00:44:13.791Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32392026-08-25T00:44:13.821Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32402026-08-25T00:44:13.879Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32412026-08-25T00:44:13.906Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32422026-08-25T00:44:14.131Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-08-25T00:44:14.160Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32442026-08-25T00:44:14.188Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32452026-08-25T00:44:14.192Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32462026-08-25T00:44:14.358Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32472026-08-25T00:44:14.383Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482026-08-25T00:44:14.408Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-08-25T00:44:14.432Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32502026-08-25T00:44:14.677Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32512026-08-25T00:44:14.681Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-08-25T00:44:14.732Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32532026-08-25T00:44:14.732Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32542026-08-25T00:44:14.737Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-25T00:44:14.934Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32562026-08-25T00:44:15.011Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32572026-08-25T00:44:15.035Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32582026-08-25T00:44:15.072Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32592026-08-25T00:44:15.098Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32602026-08-25T00:44:15.122Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-08-25T00:44:15.251Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-08-25T00:44:15.254Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32632026-08-25T00:44:15.296Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32642026-08-25T00:44:15.351Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32652026-08-25T00:44:15.375Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32662026-08-25T00:44:15.443Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32672026-08-25T00:44:15.469Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32682026-08-25T00:44:15.570Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-08-25T00:44:15.644Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-25T00:44:15.671Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-08-25T00:44:15.934Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32722026-08-25T00:44:15.979Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32732026-08-25T00:44:16.034Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32742026-08-25T00:44:16.468Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-08-25T00:44:16.688Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-08-25T00:44:16.975Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32772026-08-25T00:44:17.798Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32782026-08-25T00:44:18.055Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32792026-08-25T00:44:18.537Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32802026-08-25T00:44:19.002Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-08-25T00:44:19.376Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32822026-08-25T00:44:19.817Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-08-25T00:44:20.695Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-08-25T00:44:20.799Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32852026-08-25T00:44:21.597Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32862026-08-25T00:44:21.624Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32872026-08-25T00:44:21.792Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-08-25T00:44:21.898Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-08-25T00:44:22.032Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-08-25T00:44:22.122Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32912026-08-25T00:44:22.766Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32922026-08-25T00:44:22.823Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-08-25T00:44:23.244Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32942026-08-25T00:44:23.274Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32952026-08-25T00:44:23.417Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32962026-08-25T00:44:23.573Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32972026-08-25T00:44:23.769Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32982026-08-25T00:44:24.120Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32992026-08-25T00:44:24.206Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33002026-08-25T00:44:24.476Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33012026-08-25T00:44:24.907Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33022026-08-25T00:44:24.966Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33032026-08-25T00:44:25.627Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33042026-08-25T00:44:25.781Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33052026-08-25T00:44:26.586Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33062026-08-25T00:44:26.668Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33072026-08-25T00:44:27.036Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33082026-08-25T00:44:27.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33092026-08-25T00:44:27.444Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33102026-08-25T00:44:27.939Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-25T00:44:28.004Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33122026-08-25T00:44:28.049Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33132026-08-25T00:44:28.632Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33142026-08-25T00:44:28.691Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33152026-08-25T00:44:29.286Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-25T00:44:29.561Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33172026-08-25T00:44:30.329Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33182026-08-25T00:44:30.470Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33192026-08-25T00:44:30.871Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-08-25T00:44:31.093Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33212026-08-25T00:44:31.799Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-25T00:44:32.109Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-25T00:44:35.135Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33242026-08-25T00:44:35.435Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33252026-08-25T00:44:35.815Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33262026-08-25T00:44:37.265Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33272026-08-25T00:44:37.631Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33282026-08-25T00:44:38.682Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33292026-08-25T00:44:38.978Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33302026-08-25T00:44:39.009Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33312026-08-25T00:44:39.706Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33322026-08-25T00:44:40.370Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33332026-08-25T00:44:41.496Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33342026-08-25T00:44:42.257Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33352026-08-25T00:44:42.524Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-08-25T00:44:42.843Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33372026-08-25T00:44:42.954Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33382026-08-25T00:44:43.303Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33392026-08-25T00:44:43.339Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33402026-08-25T00:44:43.573Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-25T00:44:43.791Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33422026-08-25T00:44:44.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33432026-08-25T00:44:44.127Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442026-08-25T00:44:44.382Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33452026-08-25T00:44:44.418Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33462026-08-25T00:44:44.612Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33472026-08-25T00:44:45.182Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482026-08-25T00:44:45.380Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33492026-08-25T00:44:45.713Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33502026-08-25T00:44:45.762Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33512026-08-25T00:44:45.792Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33522026-08-25T00:44:46.142Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33532026-08-25T00:44:46.523Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33542026-08-25T00:44:47.700Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33552026-08-25T00:44:48.287Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33562026-08-25T00:44:49.155Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33572026-08-25T00:44:50.919Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33582026-08-25T00:44:52.517Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33592026-08-25T00:44:53.039Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33602026-08-25T00:44:53.621Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33612026-08-25T00:44:55.878Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33622026-08-25T00:44:56.838Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33632026-08-25T00:44:58.108Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33642026-08-25T00:44:58.657Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33652026-08-25T00:44:59.474Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-08-25T00:45:01.261Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33672026-08-25T00:45:02.116Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33682026-08-25T00:45:02.799Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33692026-08-25T00:45:04.628Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33702026-08-25T00:45:04.737Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33712026-08-25T00:45:06.956Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33722026-08-25T00:45:07.700Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-08-25T00:45:11.453Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33742026-08-25T00:45:12.026Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33752026-08-25T00:45:12.935Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33762026-08-25T00:45:13.770Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33772026-08-25T00:45:14.555Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33782026-08-25T00:45:15.354Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33792026-08-25T00:45:17.108Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33802026-08-25T00:45:17.581Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33812026-08-25T00:45:18.553Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33822026-08-25T00:45:18.757Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33832026-08-25T00:45:19.319Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33842026-08-25T00:45:20.156Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33852026-08-25T00:45:21.230Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33862026-08-25T00:45:24.835Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33872026-08-25T00:45:26.108Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33882026-08-25T00:45:26.856Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33892026-08-25T00:45:27.629Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33902026-08-25T00:45:28.663Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33912026-08-25T00:45:29.491Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33922026-08-25T00:45:31.506Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33932026-08-25T00:45:32.471Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33942026-08-25T00:45:33.515Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33952026-08-25T00:45:34.464Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33962026-08-25T00:45:35.423Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33972026-08-25T00:45:37.491Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33982026-08-25T00:45:39.747Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-08-25T00:45:42.119Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34002026-08-25T00:45:42.443Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34012026-08-25T00:45:43.474Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34022026-08-25T00:45:45.143Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-08-25T00:45:47.157Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34042026-08-25T00:45:48.379Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-08-25T00:45:50.035Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34062026-08-25T00:45:51.768Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-25T00:45:53.472Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-08-25T00:45:58.245Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34092026-08-25T00:45:58.250Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34102026-08-25T00:46:00.147Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34112026-08-25T00:46:00.242Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34122026-08-25T00:46:02.089Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34132026-08-25T00:46:03.860Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34142026-08-25T00:46:05.713Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34152026-08-25T00:46:07.746Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34162026-08-25T00:46:09.573Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34172026-08-25T00:46:11.311Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34182026-08-25T00:46:13.000Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34192026-08-25T00:46:15.095Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34202026-08-25T00:46:16.675Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34212026-08-25T00:46:18.478Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-08-25T00:46:20.293Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34232026-08-25T00:46:22.041Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34242026-08-25T00:46:23.819Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34252026-08-25T00:46:25.363Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34262026-08-25T00:46:27.446Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34272026-08-25T00:46:29.147Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-08-25T00:46:30.936Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34292026-08-25T00:46:32.725Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34302026-08-25T00:46:34.636Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-08-25T00:46:36.588Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34322026-08-25T00:46:40.290Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34332026-08-25T00:46:41.993Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34342026-08-25T00:46:44.416Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34352026-08-25T00:46:46.130Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34362026-08-25T00:46:49.449Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34372026-08-25T00:46:50.131Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34382026-08-25T00:46:50.683Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34392026-08-25T00:46:55.114Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34402026-08-25T00:46:57.345Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34412026-08-25T00:46:59.856Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34422026-08-25T00:47:01.744Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-25T00:47:05.266Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34442026-08-25T00:47:07.098Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34452026-08-25T00:47:09.542Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34462026-08-25T00:47:12.390Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34472026-08-25T00:47:14.232Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34482026-08-25T00:47:17.227Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34492026-08-25T00:47:19.162Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34502026-08-25T00:47:21.917Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34512026-08-25T00:47:24.165Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34522026-08-25T00:47:26.733Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34532026-08-25T00:47:29.446Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34542026-08-25T00:47:35.575Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34552026-08-25T00:47:35.642Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34562026-08-25T00:47:36.907Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34572026-08-25T00:47:39.381Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34582026-08-25T00:47:41.984Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34592026-08-25T00:47:44.321Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34602026-08-25T00:47:47.106Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-25T00:47:49.569Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34622026-08-25T00:47:52.177Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34632026-08-25T00:47:54.684Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34642026-08-25T00:47:57.383Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34652026-08-25T00:47:59.855Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34662026-08-25T00:48:02.458Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34672026-08-25T00:48:04.936Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34682026-08-25T00:48:07.554Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34692026-08-25T00:48:10.080Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34702026-08-25T00:48:12.686Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34712026-08-25T00:48:15.302Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34722026-08-25T00:48:17.994Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34732026-08-25T00:48:20.566Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34742026-08-25T00:48:22.977Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34752026-08-25T00:48:25.677Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34762026-08-25T00:48:28.380Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34772026-08-25T00:48:30.907Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34782026-08-25T00:48:34.171Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34792026-08-25T00:48:36.441Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34802026-08-25T00:48:39.050Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34812026-08-25T00:48:41.785Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34822026-08-25T00:48:44.542Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34832026-08-25T00:48:47.277Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-25T00:48:49.893Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34852026-08-25T00:48:52.587Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34862026-08-25T00:48:55.480Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34872026-08-25T00:48:57.971Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-25T00:49:00.808Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34892026-08-25T00:49:03.801Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34902026-08-25T00:49:06.555Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34912026-08-25T00:49:09.205Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34922026-08-25T00:49:11.863Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34932026-08-25T00:49:14.647Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34942026-08-25T00:49:17.424Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952026-08-25T00:49:20.259Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34962026-08-25T00:49:23.624Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34972026-08-25T00:49:26.219Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34982026-08-25T00:49:34.192Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34992026-08-25T00:49:34.428Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35002026-08-25T00:49:37.881Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35012026-08-25T00:49:41.803Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35022026-08-25T00:49:45.229Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35032026-08-25T00:49:48.777Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35042026-08-25T00:49:53.798Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35052026-08-25T00:49:56.794Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35062026-08-25T00:50:00.736Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35072026-08-25T00:50:04.680Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35082026-08-25T00:50:08.555Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35092026-08-25T00:50:12.418Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35102026-08-25T00:50:16.382Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35112026-08-25T00:50:20.219Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35122026-08-25T00:50:24.081Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35132026-08-25T00:50:28.079Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35142026-08-25T00:50:31.928Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35152026-08-25T00:50:35.880Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35162026-08-25T00:50:39.774Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35172026-08-25T00:50:43.791Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35182026-08-25T00:50:47.581Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35192026-08-25T00:50:51.511Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35202026-08-25T00:50:55.628Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35212026-08-25T00:50:59.260Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35222026-08-25T00:51:03.150Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35232026-08-25T00:51:07.100Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35242026-08-25T00:51:38.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 33s
35252026-08-25T00:51:38.223Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35262026-08-25T00:51:38.223Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35272026-08-25T00:51:38.400Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35282026-08-25T00:51:38.510Z
35292026-08-25T00:51:38.511Zreal 7:33.783198879
35302026-08-25T00:51:38.511Zuser 20:27.066539601
35312026-08-25T00:51:38.514Zsys 4:23.749879678
35322026-08-25T00:51:38.514Ztrap 0.295956704
35332026-08-25T00:51:38.514Ztflt 0.011384859
35342026-08-25T00:51:38.514Zdflt 0.081952578
35352026-08-25T00:51:38.514Zkflt 0.000034084
35362026-08-25T00:51:38.514Zlock 7:13:26.500212254
35372026-08-25T00:51:38.514Zslp 2:32:31.389816714
35382026-08-25T00:51:38.514Zlat 35.147625638
35392026-08-25T00:51:38.514Zstop 2:10.604772700
35402026-08-25T00:51:38.514Zprocess exited: duration 840808 ms, exit code 0
 
35412026-08-25T00:51:38.521Zfound 0 output files