01KZYM7ZRCYJT6WVKMQJYEP7AF: clippy (helios)

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

Buildomat Job: 01KZYM8W41X35MKP0JQWJ8GW0H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T22:36:45.443Zjob assigned to worker 01KZYM91Q2GE5H46XZP68AB9YH [factory aws, i-01640a9d2610c548e] (queued for 56 s)
 
22026-08-13T22:36:51.635Zstarting task 0: "setup"
32026-08-13T22:36:51.640Z++ uname -s
42026-08-13T22:36:51.644Z+ kern=SunOS
52026-08-13T22:36:51.644Z+ build_user=build
62026-08-13T22:36:51.644Z+ build_uid=12345
72026-08-13T22:36:51.644Z+ work_dir=/work
82026-08-13T22:36:51.644Z+ input_dir=/input
92026-08-13T22:36:51.644Z+ [[ 0 == 12345 ]]
102026-08-13T22:36:51.644Z+ case "$kern" in
112026-08-13T22:36:51.644Z+ groupadd -g 12345 build
122026-08-13T22:36:51.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T22:36:53.649Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T22:36:53.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T22:36:53.812Z+ home_fs=zfs
162026-08-13T22:36:53.813Z+ [[ zfs == autofs ]]
172026-08-13T22:36:53.813Z+ mkdir -p /home/build
182026-08-13T22:36:53.813Z+ chown build:build /home/build /work
192026-08-13T22:36:55.809Z+ chmod 0700 /home/build /work
202026-08-13T22:36:55.813Zprocess exited: duration 4175 ms, exit code 0
 
212026-08-13T22:36:55.821Zstarting task 1: "rust-toolchain"
222026-08-13T22:36:55.825Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T22:36:55.825Z * rust toolchain channel = "1.97.1"
242026-08-13T22:36:55.825Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-13T22:36:55.825Z * rust toolchain profile = "default"
262026-08-13T22:36:55.825Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T22:36:55.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T22:36:55.834Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T22:36:55.834Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T22:36:55.919Zinfo: downloading installer
312026-08-13T22:36:57.545Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T22:36:57.545Zwarn: /home/build/.rustup/settings.toml
332026-08-13T22:36:57.545Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T22:36:57.545Zwarn: instead of the one inferred from the default host triple.
352026-08-13T22:36:57.557Zinfo: profile set to default
362026-08-13T22:36:57.557Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T22:36:57.557Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T22:36:57.693Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T22:36:57.716Zinfo: downloading 6 components
402026-08-13T22:37:13.065Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T22:37:13.065Z
422026-08-13T22:37:13.091Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T22:37:13.091Z
442026-08-13T22:37:13.091Z
452026-08-13T22:37:13.091ZRust is installed now. Great!
462026-08-13T22:37:13.091Z
472026-08-13T22:37:13.096ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T22:37:13.096Zenvironment variable. This has not been done automatically.
492026-08-13T22:37:13.096Z
502026-08-13T22:37:13.096ZTo configure your current shell, you need to source
512026-08-13T22:37:13.096Zthe corresponding env file under $HOME/.cargo.
522026-08-13T22:37:13.098Z
532026-08-13T22:37:13.098ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T22:37:13.098Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T22:37:13.098Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T22:37:13.098Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T22:37:13.098Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T22:37:13.098Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T22:37:13.098Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T22:37:13.099Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T22:37:13.099Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T22:37:13.197Z+ rustup --version
632026-08-13T22:37:13.207Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T22:37:13.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T22:37:13.227Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T22:37:13.231Z+ cargo --version
672026-08-13T22:37:13.245Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T22:37:13.248Z+ rustc --version
692026-08-13T22:37:13.267Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T22:37:13.271Zprocess exited: duration 17448 ms, exit code 0
 
712026-08-13T22:37:13.278Zstarting task 2: "authentication"
722026-08-13T22:37:13.295Zprocess exited: duration 16 ms, exit code 0
 
732026-08-13T22:37:13.302Zstarting task 3: "clone repository"
742026-08-13T22:37:13.305Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T22:37:13.308Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T22:37:13.336ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T22:37:24.486Z+ cd /work/oxidecomputer/omicron
782026-08-13T22:37:24.486Z+ git fetch origin 66ec4031ab532a906f647aab1d2a19d5b45cff84
792026-08-13T22:37:24.811ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T22:37:24.811Z * branch 66ec4031ab532a906f647aab1d2a19d5b45cff84 -> FETCH_HEAD
812026-08-13T22:37:24.822Z+ [[ -n '' ]]
822026-08-13T22:37:24.822Z+ git reset --hard 66ec4031ab532a906f647aab1d2a19d5b45cff84
832026-08-13T22:37:24.878ZHEAD is now at 66ec4031a Update generated dependencies for maghemite bump
842026-08-13T22:37:24.882Zprocess exited: duration 11578 ms, exit code 0
 
852026-08-13T22:37:24.889Zstarting task 4: "build"
862026-08-13T22:37:24.893Z+ source ./env.sh
872026-08-13T22:37:24.898Z++ OLD_SHELL_OPTS=ehxB
882026-08-13T22:37:24.899Z++ set -o xtrace
892026-08-13T22:37:24.899Z++++ dirname ./env.sh
902026-08-13T22:37:24.903Z+++ readlink -f .
912026-08-13T22:37:24.903Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-13T22:37:24.903Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-13T22:37:24.903Z++ 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-13T22:37:24.903Z++ 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
952026-08-13T22:37:24.904Z++ 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-13T22:37:24.904Z++ 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
972026-08-13T22:37:24.905Z++ 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-13T22:37:24.905Z++ 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
992026-08-13T22:37:24.905Z++ 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-13T22:37:24.905Z++ 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
1012026-08-13T22:37:24.905Z++ 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-13T22:37:24.905Z++ case $OLD_SHELL_OPTS in
1032026-08-13T22:37:24.905Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-13T22:37:24.905Z+ source .github/buildomat/ci-env.sh
1052026-08-13T22:37:24.905Z++ export CARGO_TERM_COLOR=always
1062026-08-13T22:37:24.905Z++ CARGO_TERM_COLOR=always
1072026-08-13T22:37:24.905Z+++ uname -s
1082026-08-13T22:37:24.905Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-13T22:37:24.905Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-13T22:37:24.906Z+ cargo --version
1112026-08-13T22:37:24.910Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-13T22:37:24.914Z+ rustc --version
1132026-08-13T22:37:24.934Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-13T22:37:24.939Z+ banner prerequisites
1152026-08-13T22:37:24.939Z
1162026-08-13T22:37:24.940Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-13T22:37:24.940Z # # # # # # # # # # # # # # #
1182026-08-13T22:37:24.940Z # # # # ##### # # ##### # # # # # #### #
1192026-08-13T22:37:24.940Z ##### ##### # ##### # # # # # # # # #
1202026-08-13T22:37:24.940Z # # # # # # # # # # # # # # #
1212026-08-13T22:37:24.940Z # # # ###### # # ###### ### # #### # #### #
1222026-08-13T22:37:24.940Z
1232026-08-13T22:37:24.940Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-13T22:37:27.110Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-13T22:37:27.418Z Startup: Caching catalogs ... Done
1262026-08-13T22:37:29.147ZPlanning: Solver setup ... Done (1.629s)
1272026-08-13T22:37:29.201ZPlanning: Running solver ... Done (0.053s)
1282026-08-13T22:37:29.240ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-13T22:37:29.252ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-13T22:37:29.267ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-13T22:37:29.282ZPlanning: Package planning ... Done (0.014s)
1322026-08-13T22:37:29.285ZPlanning: Merging actions ... Done (0.002s)
1332026-08-13T22:37:29.444ZPlanning: Checking for conflicting actions ... Done (0.161s)
1342026-08-13T22:37:29.450ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-13T22:37:30.240ZPlanning: Evaluating mediators ... Done (0.795s)
1362026-08-13T22:37:30.243ZPlanning: Planning completed in 2.79 seconds
1372026-08-13T22:37:30.249Z Packages to install: 2
1382026-08-13T22:37:30.253Z Estimated space available: 156.02 GB
1392026-08-13T22:37:30.253ZEstimated space to be consumed: 67.95 MB
1402026-08-13T22:37:30.253Z Create boot environment: No
1412026-08-13T22:37:30.253ZCreate backup boot environment: No
1422026-08-13T22:37:30.253Z Rebuild boot archive: No
1432026-08-13T22:37:30.253Z
1442026-08-13T22:37:30.253ZChanged packages:
1452026-08-13T22:37:30.253Zhelios
1462026-08-13T22:37:30.253Z developer/build-essential
1472026-08-13T22:37:30.253Z None -> 11-3.0
1482026-08-13T22:37:30.253Z library/libxmlsec1
1492026-08-13T22:37:30.253Z None -> 1.2.35-3.0
1502026-08-13T22:37:30.274Z
1512026-08-13T22:37:30.274ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-13T22:37:30.351ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1532026-08-13T22:37:30.437Z Actions: 1/268 actions (Installing new actions)
1542026-08-13T22:37:30.476Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-13T22:37:30.505ZFinalize: Updating package state database ... Done (0.030s)
1562026-08-13T22:37:30.508ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-13T22:37:30.582ZFinalize: Updating image state ... Done (0.077s)
1582026-08-13T22:37:33.041ZFinalize: Creating fast lookup database ... Done (2.413s)
1592026-08-13T22:37:33.105ZFinalize: Reading search index ... Done (0.011s)
1602026-08-13T22:37:33.109ZFinalize: Updating search index ... Done (0.000s)
1612026-08-13T22:37:33.208ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-13T22:37:33.567ZPlanning: Evaluating mediator changes ... Done
1632026-08-13T22:37:33.680ZPlanning: Checking for conflicting actions ... Done
1642026-08-13T22:37:33.683ZPlanning: Consolidating action changes ... Done
1652026-08-13T22:37:33.838ZPlanning: Evaluating mediators ... Done
1662026-08-13T22:37:33.841ZPlanning: Planning completed in 0.27 seconds
1672026-08-13T22:37:33.861Z Mediators to change: 2
1682026-08-13T22:37:33.862Z Create boot environment: No
1692026-08-13T22:37:33.865ZCreate backup boot environment: No
1702026-08-13T22:37:33.933ZFinalize: Updating package state database ... Done
1712026-08-13T22:37:33.933ZFinalize: Updating package cache ... Done
1722026-08-13T22:37:33.977ZFinalize: Updating image state ... Done
1732026-08-13T22:37:35.929ZFinalize: Creating fast lookup database ... Done
1742026-08-13T22:37:35.991ZFinalize: Reading search index ... Done
1752026-08-13T22:37:35.994ZFinalize: Updating search index ... Done
1762026-08-13T22:37:36.083ZFinalize: Updating package cache ... Done
1772026-08-13T22:37:36.368ZPlanning: Evaluating mediator changes ... Done
1782026-08-13T22:37:36.506ZPlanning: Checking for conflicting actions ... Done
1792026-08-13T22:37:36.519ZPlanning: Consolidating action changes ... Done
1802026-08-13T22:37:36.649ZPlanning: Evaluating mediators ... Done
1812026-08-13T22:37:36.658ZPlanning: Planning completed in 0.27 seconds
1822026-08-13T22:37:36.665Z Mediators to change: 1
1832026-08-13T22:37:36.665Z Create boot environment: No
1842026-08-13T22:37:36.665ZCreate backup boot environment: No
1852026-08-13T22:37:36.710ZFinalize: Updating package state database ... Done
1862026-08-13T22:37:36.710ZFinalize: Updating package cache ... Done
1872026-08-13T22:37:36.755ZFinalize: Updating image state ... Done
1882026-08-13T22:37:38.737ZFinalize: Creating fast lookup database ... Done
1892026-08-13T22:37:38.799ZFinalize: Reading search index ... Done
1902026-08-13T22:37:38.802ZFinalize: Updating search index ... Done
1912026-08-13T22:37:38.899ZFinalize: Updating package cache ... Done
1922026-08-13T22:37:39.213ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-13T22:37:39.213Zapache system 2.4 system
1942026-08-13T22:37:39.213Zclang system 15 system
1952026-08-13T22:37:39.213Zcsh system system illumos
1962026-08-13T22:37:39.213Zctags system system illumos
1972026-08-13T22:37:39.213Zfile vendor vendor darwinsys
1982026-08-13T22:37:39.213Zfile system system illumos
1992026-08-13T22:37:39.213Zgcc vendor 14 vendor
2002026-08-13T22:37:39.213Zgcc system 13 system
2012026-08-13T22:37:39.213Zgcc system 10 system
2022026-08-13T22:37:39.213Zgo system 1.25 system
2032026-08-13T22:37:39.213Zllvm system 15 system
2042026-08-13T22:37:39.213Zmariadb system 11.4 system
2052026-08-13T22:37:39.213Zmta vendor vendor dma
2062026-08-13T22:37:39.213Zopenjdk system 17 system
2072026-08-13T22:37:39.213Zopenjdk system 11 system
2082026-08-13T22:37:39.213Zopenssl vendor 3 vendor
2092026-08-13T22:37:39.213Zperl system 5.40 system
2102026-08-13T22:37:39.213Zpostgresql system 18 system
2112026-08-13T22:37:39.213Zpostgresql system 17 system
2122026-08-13T22:37:39.213Zpython vendor 3 vendor
2132026-08-13T22:37:39.213Zpython system 2 system
2142026-08-13T22:37:39.213Zpython3 vendor 3.13 vendor
2152026-08-13T22:37:39.213Zruby system 3.4 system
2162026-08-13T22:37:39.213Zruby system 3.0 system
2172026-08-13T22:37:39.213Zwords vendor vendor american-english
2182026-08-13T22:37:39.213Zwords system system australian-english
2192026-08-13T22:37:39.213Zwords system system british-english
2202026-08-13T22:37:39.213Zwords system system canadian-english
2212026-08-13T22:37:39.213Zwords system system french
2222026-08-13T22:37:39.213Zwords system system italian
2232026-08-13T22:37:39.213Zwords system system ngerman
2242026-08-13T22:37:39.214Zwords system system ogerman
2252026-08-13T22:37:39.214Zwords system system spanish
2262026-08-13T22:37:39.466ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-13T22:37:39.466Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-13T22:37:39.905ZFMRI IFO
2292026-08-13T22:37:39.905Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-13T22:37:39.905Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-13T22:37:39.905Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-13T22:37:39.905Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-13T22:37:39.905Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-13T22:37:39.905Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-13T22:37:39.905Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-13T22:37:39.905Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-13T22:37:39.905Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-13T22:37:40.225Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-13T22:37:40.521Z Updating crates.io index
2402026-08-13T22:37:40.524Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-13T22:37:40.987Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-13T22:37:41.303Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-13T22:37:42.282Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-13T22:37:42.851Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-13T22:37:44.886Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-13T22:37:45.770Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-13T22:37:46.085Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-13T22:37:46.417Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-13T22:37:47.734Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-13T22:37:48.066Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-13T22:37:48.404Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-13T22:37:48.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-13T22:37:49.063Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-13T22:37:49.340Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-13T22:37:49.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-13T22:37:49.942Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-13T22:37:50.256Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-13T22:37:50.754Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-13T22:37:51.213Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-13T22:37:51.596Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-13T22:37:52.097Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-13T22:37:52.439Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-13T22:37:52.986Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-13T22:37:53.344Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-13T22:37:53.954Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-13T22:37:54.385Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-13T22:37:54.980Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-13T22:37:55.397Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-13T22:37:55.748Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-13T22:37:56.021Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-13T22:37:56.327Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-13T22:37:56.732Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-13T22:37:57.317Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-13T22:37:57.640Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-13T22:37:57.947Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-13T22:37:58.295Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-13T22:37:58.961Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-13T22:37:59.237Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-13T22:37:59.486Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-13T22:37:59.806Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-13T22:38:00.079Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-13T22:38:02.986Z Downloading crates ...
2832026-08-13T22:38:03.039Z Downloaded dof v0.3.0
2842026-08-13T22:38:03.055Z Downloaded zmij v1.0.21
2852026-08-13T22:38:03.058Z Downloaded generic-array v0.14.7
2862026-08-13T22:38:03.058Z Downloaded equivalent v1.0.2
2872026-08-13T22:38:03.058Z Downloaded dtrace-parser v0.2.0
2882026-08-13T22:38:03.058Z Downloaded errno v0.3.14
2892026-08-13T22:38:03.060Z Downloaded zerocopy-derive v0.7.35
2902026-08-13T22:38:03.063Z Downloaded fnv v1.0.7
2912026-08-13T22:38:03.066Z Downloaded cargo-platform v0.3.2
2922026-08-13T22:38:03.066Z Downloaded clap_lex v1.0.0
2932026-08-13T22:38:03.080Z Downloaded anstyle-query v1.1.5
2942026-08-13T22:38:03.083Z Downloaded zerocopy v0.7.35
2952026-08-13T22:38:03.091Z Downloaded winnow v0.7.14
2962026-08-13T22:38:03.095Z Downloaded cfg-if v1.0.4
2972026-08-13T22:38:03.098Z Downloaded heck v0.5.0
2982026-08-13T22:38:03.100Z Downloaded anstream v1.0.0
2992026-08-13T22:38:03.100Z Downloaded fastrand v2.3.0
3002026-08-13T22:38:03.100Z Downloaded serde_tokenstream v0.2.3
3012026-08-13T22:38:03.103Z Downloaded anstyle v1.0.14
3022026-08-13T22:38:03.103Z Downloaded digest v0.10.7
3032026-08-13T22:38:03.103Z Downloaded anyhow v1.0.102
3042026-08-13T22:38:03.103Z Downloaded block-buffer v0.10.4
3052026-08-13T22:38:03.103Z Downloaded heck v0.4.1
3062026-08-13T22:38:03.103Z Downloaded macaddr v1.0.1
3072026-08-13T22:38:03.106Z Downloaded colorchoice v1.0.4
3082026-08-13T22:38:03.107Z Downloaded itoa v1.0.17
3092026-08-13T22:38:03.107Z Downloaded cpufeatures v0.2.17
3102026-08-13T22:38:03.110Z Downloaded anstyle-parse v1.0.0
3112026-08-13T22:38:03.110Z Downloaded autocfg v1.5.0
3122026-08-13T22:38:03.110Z Downloaded pest v2.8.6
3132026-08-13T22:38:03.113Z Downloaded plain v0.2.3
3142026-08-13T22:38:03.113Z Downloaded fs-err v3.3.0
3152026-08-13T22:38:03.116Z Downloaded byteorder v1.5.0
3162026-08-13T22:38:03.119Z Downloaded camino-tempfile v1.4.1
3172026-08-13T22:38:03.119Z Downloaded is_terminal_polyfill v1.70.2
3182026-08-13T22:38:03.123Z Downloaded crypto-common v0.1.7
3192026-08-13T22:38:03.126Z Downloaded memmap v0.7.0
3202026-08-13T22:38:03.130Z Downloaded terminal_size v0.4.3
3212026-08-13T22:38:03.136Z Downloaded toml_write v0.1.2
3222026-08-13T22:38:03.139Z Downloaded toml_datetime v0.6.11
3232026-08-13T22:38:03.144Z Downloaded tabled_derive v0.7.0
3242026-08-13T22:38:03.156Z Downloaded thread-id v4.2.2
3252026-08-13T22:38:03.160Z Downloaded smawk v0.3.2
3262026-08-13T22:38:03.165Z Downloaded usdt-macro v0.5.0
3272026-08-13T22:38:03.165Z Downloaded usdt-attr-macro v0.5.0
3282026-08-13T22:38:03.168Z Downloaded swrite v0.1.0
3292026-08-13T22:38:03.170Z Downloaded strsim v0.11.1
3302026-08-13T22:38:03.172Z Downloaded usdt v0.5.0
3312026-08-13T22:38:03.172Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-13T22:38:03.172Z Downloaded scroll_derive v0.12.1
3332026-08-13T22:38:03.172Z Downloaded pretty-hex v0.4.1
3342026-08-13T22:38:03.176Z Downloaded version_check v0.9.5
3352026-08-13T22:38:03.178Z Downloaded utf8parse v0.2.2
3362026-08-13T22:38:03.184Z Downloaded bitflags v2.11.0
3372026-08-13T22:38:03.187Z Downloaded camino v1.2.2
3382026-08-13T22:38:03.189Z Downloaded cargo_toml v0.21.0
3392026-08-13T22:38:03.198Z Downloaded thiserror v1.0.69
3402026-08-13T22:38:03.203Z Downloaded bytecount v0.6.9
3412026-08-13T22:38:03.206Z Downloaded sha2 v0.10.9
3422026-08-13T22:38:03.206Z Downloaded thiserror-impl v2.0.18
3432026-08-13T22:38:03.211Z Downloaded clap_derive v4.6.1
3442026-08-13T22:38:03.214Z Downloaded pest_derive v2.8.6
3452026-08-13T22:38:03.217Z Downloaded once_cell v1.21.3
3462026-08-13T22:38:03.221Z Downloaded scroll v0.12.0
3472026-08-13T22:38:03.224Z Downloaded cargo_metadata v0.23.1
3482026-08-13T22:38:03.224Z Downloaded unicode-linebreak v0.1.5
3492026-08-13T22:38:03.227Z Downloaded usdt-impl v0.5.0
3502026-08-13T22:38:03.227Z Downloaded thiserror v2.0.18
3512026-08-13T22:38:03.232Z Downloaded quote v1.0.45
3522026-08-13T22:38:03.235Z Downloaded papergrid v0.11.0
3532026-08-13T22:38:03.246Z Downloaded pest_generator v2.8.6
3542026-08-13T22:38:03.249Z Downloaded semver v1.0.28
3552026-08-13T22:38:03.252Z Downloaded thiserror-impl v1.0.69
3562026-08-13T22:38:03.252Z Downloaded tempfile v3.25.0
3572026-08-13T22:38:03.255Z Downloaded toml v0.8.23
3582026-08-13T22:38:03.260Z Downloaded serde_spanned v0.6.9
3592026-08-13T22:38:03.263Z Downloaded ucd-trie v0.1.7
3602026-08-13T22:38:03.266Z Downloaded proc-macro-error v1.0.4
3612026-08-13T22:38:03.271Z Downloaded serde_derive v1.0.229
3622026-08-13T22:38:03.283Z Downloaded getrandom v0.4.1
3632026-08-13T22:38:03.288Z Downloaded textwrap v0.16.2
3642026-08-13T22:38:03.291Z Downloaded log v0.4.29
3652026-08-13T22:38:03.296Z Downloaded serde_core v1.0.229
3662026-08-13T22:38:03.310Z Downloaded proc-macro2 v1.0.106
3672026-08-13T22:38:03.313Z Downloaded toml_edit v0.22.27
3682026-08-13T22:38:03.316Z Downloaded unicode-ident v1.0.24
3692026-08-13T22:38:03.318Z Downloaded clap v4.6.1
3702026-08-13T22:38:03.321Z Downloaded pest_meta v2.8.6
3712026-08-13T22:38:03.330Z Downloaded memchr v2.8.0
3722026-08-13T22:38:03.351Z Downloaded serde v1.0.229
3732026-08-13T22:38:03.355Z Downloaded typenum v1.20.1
3742026-08-13T22:38:03.358Z Downloaded indexmap v2.14.0
3752026-08-13T22:38:03.384Z Downloaded hashbrown v0.17.0
3762026-08-13T22:38:03.413Z Downloaded goblin v0.8.2
3772026-08-13T22:38:03.418Z Downloaded serde_json v1.0.151
3782026-08-13T22:38:03.422Z Downloaded clap_builder v4.6.0
3792026-08-13T22:38:03.430Z Downloaded tabled v0.15.0
3802026-08-13T22:38:03.438Z Downloaded syn v1.0.109
3812026-08-13T22:38:03.464Z Downloaded unicode-width v0.1.14
3822026-08-13T22:38:03.480Z Downloaded unicode-width v0.2.0
3832026-08-13T22:38:03.484Z Downloaded syn v2.0.117
3842026-08-13T22:38:03.497Z Downloaded syn v3.0.3
3852026-08-13T22:38:03.504Z Downloaded rustix v1.1.3
3862026-08-13T22:38:03.539Z Downloaded libc v0.2.185
3872026-08-13T22:38:03.598Z Compiling proc-macro2 v1.0.106
3882026-08-13T22:38:03.598Z Compiling quote v1.0.45
3892026-08-13T22:38:03.598Z Compiling unicode-ident v1.0.24
3902026-08-13T22:38:03.602Z Compiling serde_core v1.0.229
3912026-08-13T22:38:03.603Z Compiling libc v0.2.185
3922026-08-13T22:38:03.603Z Compiling version_check v0.9.5
3932026-08-13T22:38:03.603Z Compiling memchr v2.8.0
3942026-08-13T22:38:03.782Z Compiling serde v1.0.229
3952026-08-13T22:38:03.943Z Compiling zmij v1.0.21
3962026-08-13T22:38:04.182Z Compiling itoa v1.0.17
3972026-08-13T22:38:04.228Z Compiling thiserror v1.0.69
3982026-08-13T22:38:04.378Z Compiling ucd-trie v0.1.7
3992026-08-13T22:38:04.497Z Compiling rustix v1.1.3
4002026-08-13T22:38:04.589Z Compiling pest v2.8.6
4012026-08-13T22:38:04.620Z Compiling byteorder v1.5.0
4022026-08-13T22:38:04.706Z Compiling errno v0.3.14
4032026-08-13T22:38:04.859Z Compiling serde_json v1.0.151
4042026-08-13T22:38:04.991Z Compiling bitflags v2.11.0
4052026-08-13T22:38:05.049Z Compiling syn v2.0.117
4062026-08-13T22:38:05.066Z Compiling syn v3.0.3
4072026-08-13T22:38:05.208Z Compiling thread-id v4.2.2
4082026-08-13T22:38:05.302Z Compiling usdt-impl v0.5.0
4092026-08-13T22:38:05.366Z Compiling proc-macro-error-attr v1.0.4
4102026-08-13T22:38:05.525Z Compiling camino v1.2.2
4112026-08-13T22:38:05.549Z Compiling syn v1.0.109
4122026-08-13T22:38:05.803Z Compiling pest_meta v2.8.6
4132026-08-13T22:38:05.931Z Compiling proc-macro-error v1.0.4
4142026-08-13T22:38:06.002Z Compiling plain v0.2.3
4152026-08-13T22:38:06.133Z Compiling getrandom v0.4.1
4162026-08-13T22:38:06.159Z Compiling log v0.4.29
4172026-08-13T22:38:06.263Z Compiling equivalent v1.0.2
4182026-08-13T22:38:06.369Z Compiling hashbrown v0.17.0
4192026-08-13T22:38:06.443Z Compiling utf8parse v0.2.2
4202026-08-13T22:38:06.562Z Compiling anstyle-parse v1.0.0
4212026-08-13T22:38:06.754Z Compiling terminal_size v0.4.3
4222026-08-13T22:38:06.895Z Compiling indexmap v2.14.0
4232026-08-13T22:38:07.191Z Compiling serde_derive v1.0.229
4242026-08-13T22:38:07.316Z Compiling pest_generator v2.8.6
4252026-08-13T22:38:07.341Z Compiling anstyle-query v1.1.5
4262026-08-13T22:38:07.359Z Compiling toml_write v0.1.2
4272026-08-13T22:38:07.420Z Compiling is_terminal_polyfill v1.70.2
4282026-08-13T22:38:07.455Z Compiling colorchoice v1.0.4
4292026-08-13T22:38:07.516Z Compiling winnow v0.7.14
4302026-08-13T22:38:07.533Z Compiling thiserror v2.0.18
4312026-08-13T22:38:07.581Z Compiling cfg-if v1.0.4
4322026-08-13T22:38:07.600Z Compiling anstyle v1.0.14
4332026-08-13T22:38:07.657Z Compiling pretty-hex v0.4.1
4342026-08-13T22:38:07.799Z Compiling autocfg v1.5.0
4352026-08-13T22:38:07.827Z Compiling anstream v1.0.0
4362026-08-13T22:38:08.207Z Compiling heck v0.5.0
4372026-08-13T22:38:08.227Z Compiling fs-err v3.3.0
4382026-08-13T22:38:08.244Z Compiling bytecount v0.6.9
4392026-08-13T22:38:08.384Z Compiling strsim v0.11.1
4402026-08-13T22:38:08.409Z Compiling fastrand v2.3.0
4412026-08-13T22:38:08.426Z Compiling anyhow v1.0.102
4422026-08-13T22:38:08.443Z Compiling fnv v1.0.7
4432026-08-13T22:38:08.550Z Compiling unicode-width v0.1.14
4442026-08-13T22:38:08.672Z Compiling once_cell v1.21.3
4452026-08-13T22:38:08.727Z Compiling heck v0.4.1
4462026-08-13T22:38:08.746Z Compiling clap_lex v1.0.0
4472026-08-13T22:38:08.847Z Compiling papergrid v0.11.0
4482026-08-13T22:38:08.961Z Compiling clap_builder v4.6.0
4492026-08-13T22:38:08.966Z Compiling thiserror-impl v1.0.69
4502026-08-13T22:38:09.000Z Compiling zerocopy-derive v0.7.35
4512026-08-13T22:38:09.011Z Compiling pest_derive v2.8.6
4522026-08-13T22:38:09.056Z Compiling scroll_derive v0.12.1
4532026-08-13T22:38:09.062Z Compiling thiserror-impl v2.0.18
4542026-08-13T22:38:09.455Z Compiling tabled_derive v0.7.0
4552026-08-13T22:38:09.716Z Compiling scroll v0.12.0
4562026-08-13T22:38:09.866Z Compiling zerocopy v0.7.35
4572026-08-13T22:38:09.999Z Compiling goblin v0.8.2
4582026-08-13T22:38:10.335Z Compiling dtrace-parser v0.2.0
4592026-08-13T22:38:10.374Z Compiling clap_derive v4.6.1
4602026-08-13T22:38:10.451Z Compiling tempfile v3.25.0
4612026-08-13T22:38:10.529Z Compiling serde_spanned v0.6.9
4622026-08-13T22:38:10.585Z Compiling toml_datetime v0.6.11
4632026-08-13T22:38:10.834Z Compiling dof v0.3.0
4642026-08-13T22:38:10.859Z Compiling serde_tokenstream v0.2.3
4652026-08-13T22:38:10.893Z Compiling toml_edit v0.22.27
4662026-08-13T22:38:11.050Z Compiling cargo-platform v0.3.2
4672026-08-13T22:38:11.168Z Compiling semver v1.0.28
4682026-08-13T22:38:11.220Z Compiling memmap v0.7.0
4692026-08-13T22:38:11.300Z Compiling unicode-width v0.2.0
4702026-08-13T22:38:11.407Z Compiling unicode-linebreak v0.1.5
4712026-08-13T22:38:11.503Z Compiling smawk v0.3.2
4722026-08-13T22:38:11.588Z Compiling cargo_metadata v0.23.1
4732026-08-13T22:38:11.673Z Compiling textwrap v0.16.2
4742026-08-13T22:38:11.691Z Compiling usdt-attr-macro v0.5.0
4752026-08-13T22:38:11.954Z Compiling usdt-macro v0.5.0
4762026-08-13T22:38:12.099Z Compiling camino-tempfile v1.4.1
4772026-08-13T22:38:12.117Z Compiling clap v4.6.1
4782026-08-13T22:38:12.369Z Compiling toml v0.8.23
4792026-08-13T22:38:12.383Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-13T22:38:12.383Z Compiling macaddr v1.0.1
4812026-08-13T22:38:12.588Z Compiling tabled v0.15.0
4822026-08-13T22:38:12.777Z Compiling cargo_toml v0.21.0
4832026-08-13T22:38:12.886Z Compiling usdt v0.5.0
4842026-08-13T22:38:12.916Z Compiling swrite v0.1.0
4852026-08-13T22:38:14.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-13T22:38:16.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.20s
4872026-08-13T22:38:16.467Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-13T22:38:16.970Z Downloading crates ...
4892026-08-13T22:38:17.035Z Downloaded adler2 v2.0.1
4902026-08-13T22:38:17.038Z Downloaded assert_matches v1.5.0
4912026-08-13T22:38:17.038Z Downloaded aead v0.5.2
4922026-08-13T22:38:17.043Z Downloaded cobs v0.3.0
4932026-08-13T22:38:17.043Z Downloaded atty v0.2.14
4942026-08-13T22:38:17.046Z Downloaded float-cmp v0.10.0
4952026-08-13T22:38:17.049Z Downloaded async-stream-impl v0.3.6
4962026-08-13T22:38:17.052Z Downloaded atomic-waker v1.1.2
4972026-08-13T22:38:17.059Z Downloaded bb8 v0.8.6
4982026-08-13T22:38:17.059Z Downloaded futures-macro v0.3.32
4992026-08-13T22:38:17.060Z Downloaded enum_dispatch v0.3.13
5002026-08-13T22:38:17.063Z Downloaded bs58 v0.5.1
5012026-08-13T22:38:17.063Z Downloaded ff v0.13.1
5022026-08-13T22:38:17.063Z Downloaded bitfield-macros v0.19.4
5032026-08-13T22:38:17.063Z Downloaded generic-array v1.4.3
5042026-08-13T22:38:17.066Z Downloaded getrandom v0.3.4
5052026-08-13T22:38:17.068Z Downloaded base16ct v1.0.0
5062026-08-13T22:38:17.068Z Downloaded hostname v0.3.1
5072026-08-13T22:38:17.069Z Downloaded bitfield-struct v0.6.2
5082026-08-13T22:38:17.072Z Downloaded async-recursion v1.1.1
5092026-08-13T22:38:17.072Z Downloaded array-init v0.0.4
5102026-08-13T22:38:17.072Z Downloaded futures-sink v0.3.32
5112026-08-13T22:38:17.072Z Downloaded glob v0.3.3
5122026-08-13T22:38:17.076Z Downloaded foreign-types-shared v0.3.1
5132026-08-13T22:38:17.076Z Downloaded gethostname v0.5.0
5142026-08-13T22:38:17.076Z Downloaded async-stream v0.3.6
5152026-08-13T22:38:17.079Z Downloaded foldhash v0.1.5
5162026-08-13T22:38:17.079Z Downloaded base16ct v0.2.0
5172026-08-13T22:38:17.082Z Downloaded form_urlencoded v1.2.2
5182026-08-13T22:38:17.089Z Downloaded enum-as-inner v0.6.1
5192026-08-13T22:38:17.091Z Downloaded foreign-types v0.3.2
5202026-08-13T22:38:17.091Z Downloaded foreign-types-macros v0.2.3
5212026-08-13T22:38:17.091Z Downloaded bcrypt-pbkdf v0.11.0
5222026-08-13T22:38:17.091Z Downloaded bit-set v0.5.3
5232026-08-13T22:38:17.091Z Downloaded foreign-types v0.5.0
5242026-08-13T22:38:17.092Z Downloaded env_filter v1.0.0
5252026-08-13T22:38:17.094Z Downloaded camino-tempfile-ext v0.3.3
5262026-08-13T22:38:17.094Z Downloaded fatfs v0.3.6
5272026-08-13T22:38:17.099Z Downloaded futures-task v0.3.32
5282026-08-13T22:38:17.099Z Downloaded async-bb8-diesel v0.2.1
5292026-08-13T22:38:17.107Z Downloaded foreign-types-shared v0.1.1
5302026-08-13T22:38:17.107Z Downloaded hex v0.4.3
5312026-08-13T22:38:17.107Z Downloaded find-msvc-tools v0.1.9
5322026-08-13T22:38:17.107Z Downloaded flagset v0.4.7
5332026-08-13T22:38:17.107Z Downloaded float-ord v0.3.2
5342026-08-13T22:38:17.110Z Downloaded ff v0.14.0
5352026-08-13T22:38:17.110Z Downloaded foldhash v0.2.0
5362026-08-13T22:38:17.110Z Downloaded flume v0.11.1
5372026-08-13T22:38:17.110Z Downloaded funty v2.0.0
5382026-08-13T22:38:17.110Z Downloaded atomicwrites v0.4.4
5392026-08-13T22:38:17.111Z Downloaded bit-set v0.8.0
5402026-08-13T22:38:17.111Z Downloaded futures-io v0.3.32
5412026-08-13T22:38:17.111Z Downloaded convert_case v0.4.0
5422026-08-13T22:38:17.113Z Downloaded hex-literal v1.1.0
5432026-08-13T22:38:17.113Z Downloaded hubpack_derive v0.1.1
5442026-08-13T22:38:17.117Z Downloaded endian-type v0.1.2
5452026-08-13T22:38:17.117Z Downloaded arrayref v0.3.9
5462026-08-13T22:38:17.118Z Downloaded ascii-canvas v3.0.0
5472026-08-13T22:38:17.121Z Downloaded ciborium-ll v0.2.2
5482026-08-13T22:38:17.121Z Downloaded castaway v0.2.4
5492026-08-13T22:38:17.121Z Downloaded fs_extra v1.3.0
5502026-08-13T22:38:17.123Z Downloaded home v0.5.12
5512026-08-13T22:38:17.127Z Downloaded http-body v1.0.1
5522026-08-13T22:38:17.128Z Downloaded http-range v0.1.5
5532026-08-13T22:38:17.128Z Downloaded fd-lock v4.0.4
5542026-08-13T22:38:17.130Z Downloaded hash32 v0.3.1
5552026-08-13T22:38:17.130Z Downloaded compression-core v0.4.31
5562026-08-13T22:38:17.130Z Downloaded block-buffer v0.12.1
5572026-08-13T22:38:17.130Z Downloaded git-stub v1.0.0
5582026-08-13T22:38:17.135Z Downloaded globwalk v0.9.1
5592026-08-13T22:38:17.135Z Downloaded headers-core v0.3.0
5602026-08-13T22:38:17.135Z Downloaded httpdate v1.0.3
5612026-08-13T22:38:17.138Z Downloaded ghash v0.6.0
5622026-08-13T22:38:17.138Z Downloaded hash32 v0.2.1
5632026-08-13T22:38:17.141Z Downloaded fxhash v0.2.1
5642026-08-13T22:38:17.144Z Downloaded futures-core v0.3.32
5652026-08-13T22:38:17.147Z Downloaded cfg_aliases v0.2.1
5662026-08-13T22:38:17.148Z Downloaded block-padding v0.4.2
5672026-08-13T22:38:17.151Z Downloaded hostname v0.4.2
5682026-08-13T22:38:17.154Z Downloaded fixedbitset v0.4.2
5692026-08-13T22:38:17.154Z Downloaded hubpack v0.1.2
5702026-08-13T22:38:17.157Z Downloaded async-trait v0.1.89
5712026-08-13T22:38:17.157Z Downloaded bitfield v0.19.4
5722026-08-13T22:38:17.161Z Downloaded hyper-tls v0.6.0
5732026-08-13T22:38:17.161Z Downloaded bit-vec v0.8.0
5742026-08-13T22:38:17.166Z Downloaded erased-serde v0.3.31
5752026-08-13T22:38:17.166Z Downloaded fs-err v2.11.0
5762026-08-13T22:38:17.166Z Downloaded bitflags v1.3.2
5772026-08-13T22:38:17.174Z Downloaded cfg_aliases v0.1.1
5782026-08-13T22:38:17.174Z Downloaded ciborium-io v0.2.2
5792026-08-13T22:38:17.174Z Downloaded num_enum_derive v0.5.11
5802026-08-13T22:38:17.174Z Downloaded potential_utf v0.1.4
5812026-08-13T22:38:17.177Z Downloaded hickory-resolver v0.24.4
5822026-08-13T22:38:17.177Z Downloaded humantime v2.3.0
5832026-08-13T22:38:17.177Z Downloaded powerfmt v0.2.0
5842026-08-13T22:38:17.177Z Downloaded filetime v0.2.27
5852026-08-13T22:38:17.177Z Downloaded futures-executor v0.3.32
5862026-08-13T22:38:17.178Z Downloaded group v0.13.0
5872026-08-13T22:38:17.178Z Downloaded arrayvec v0.7.6
5882026-08-13T22:38:17.182Z Downloaded anstyle-parse v0.2.7
5892026-08-13T22:38:17.182Z Downloaded argon2 v0.5.3
5902026-08-13T22:38:17.182Z Downloaded argon2 v0.6.0-rc.8
5912026-08-13T22:38:17.182Z Downloaded blake2 v0.10.6
5922026-08-13T22:38:17.184Z Downloaded num-conv v0.2.0
5932026-08-13T22:38:17.185Z Downloaded fixedbitset v0.5.7
5942026-08-13T22:38:17.185Z Downloaded nonempty v0.12.0
5952026-08-13T22:38:17.185Z Downloaded futures-channel v0.3.32
5962026-08-13T22:38:17.189Z Downloaded openssl-probe v0.2.1
5972026-08-13T22:38:17.189Z Downloaded ref-cast v1.0.25
5982026-08-13T22:38:17.189Z Downloaded phf_shared v0.13.1
5992026-08-13T22:38:17.196Z Downloaded rfc6979 v0.6.0
6002026-08-13T22:38:17.196Z Downloaded russh-cryptovec v0.62.0
6012026-08-13T22:38:17.196Z Downloaded russh-util v0.52.0
6022026-08-13T22:38:17.201Z Downloaded rand_chacha v0.3.1
6032026-08-13T22:38:17.201Z Downloaded bcs v0.1.6
6042026-08-13T22:38:17.203Z Downloaded fallible-iterator v0.2.0
6052026-08-13T22:38:17.203Z Downloaded group v0.14.0
6062026-08-13T22:38:17.203Z Downloaded hyper-staticfile v0.10.1
6072026-08-13T22:38:17.206Z Downloaded aead v0.6.1
6082026-08-13T22:38:17.207Z Downloaded anstream v0.6.21
6092026-08-13T22:38:17.207Z Downloaded http-body-util v0.1.3
6102026-08-13T22:38:17.211Z Downloaded git-stub-vcs v0.1.0
6112026-08-13T22:38:17.211Z Downloaded highway v1.3.0
6122026-08-13T22:38:17.211Z Downloaded cbc v0.2.1
6132026-08-13T22:38:17.215Z Downloaded backoff v0.4.0
6142026-08-13T22:38:17.215Z Downloaded scheduled-thread-pool v0.2.7
6152026-08-13T22:38:17.269Z Downloaded cexpr v0.6.0
6162026-08-13T22:38:17.269Z Downloaded chacha20 v0.9.1
6172026-08-13T22:38:17.269Z Downloaded seq-macro v0.3.6
6182026-08-13T22:38:17.269Z Downloaded const_format_proc_macros v0.2.34
6192026-08-13T22:38:17.269Z Downloaded blowfish v0.10.0
6202026-08-13T22:38:17.269Z Downloaded cassowary v0.3.0
6212026-08-13T22:38:17.269Z Downloaded cipher v0.4.4
6222026-08-13T22:38:17.270Z Downloaded constant_time_eq v0.4.2
6232026-08-13T22:38:17.270Z Downloaded phf v0.12.1
6242026-08-13T22:38:17.270Z Downloaded serde_repr v0.1.20
6252026-08-13T22:38:17.270Z Downloaded byte-wrapper v0.1.0
6262026-08-13T22:38:17.270Z Downloaded cmake v0.1.57
6272026-08-13T22:38:17.270Z Downloaded slog-envlogger v2.2.0
6282026-08-13T22:38:17.270Z Downloaded ahash v0.8.12
6292026-08-13T22:38:17.270Z Downloaded pbkdf2 v0.13.0
6302026-08-13T22:38:17.270Z Downloaded peg v0.8.5
6312026-08-13T22:38:17.270Z Downloaded base64ct v1.8.3
6322026-08-13T22:38:17.270Z Downloaded getrandom v0.2.17
6332026-08-13T22:38:17.270Z Downloaded hmac v0.12.1
6342026-08-13T22:38:17.270Z Downloaded bit-vec v0.6.3
6352026-08-13T22:38:17.270Z Downloaded sync-ptr v0.1.4
6362026-08-13T22:38:17.270Z Downloaded scroll_derive v0.13.1
6372026-08-13T22:38:17.270Z Downloaded backon v1.6.0
6382026-08-13T22:38:17.270Z Downloaded compression-codecs v0.4.37
6392026-08-13T22:38:17.270Z Downloaded proc-macro-crate v1.3.1
6402026-08-13T22:38:17.270Z Downloaded colored v3.1.1
6412026-08-13T22:38:17.270Z Downloaded signal-hook-tokio v0.3.1
6422026-08-13T22:38:17.270Z Downloaded sigpipe v0.1.3
6432026-08-13T22:38:17.270Z Downloaded num-rational v0.4.2
6442026-08-13T22:38:17.270Z Downloaded owo-colors v4.3.0
6452026-08-13T22:38:17.274Z Downloaded password-hash v0.5.0
6462026-08-13T22:38:17.274Z Downloaded futures v0.3.32
6472026-08-13T22:38:17.274Z Downloaded pkcs8 v0.10.2
6482026-08-13T22:38:17.274Z Downloaded rusty-fork v0.3.1
6492026-08-13T22:38:17.275Z Downloaded time-core v0.1.8
6502026-08-13T22:38:17.275Z Downloaded hmac v0.13.0
6512026-08-13T22:38:17.275Z Downloaded tokio-test v0.4.5
6522026-08-13T22:38:17.280Z Downloaded unarray v0.1.4
6532026-08-13T22:38:17.288Z Downloaded env_logger v0.11.9
6542026-08-13T22:38:17.288Z Downloaded httparse v1.10.1
6552026-08-13T22:38:17.288Z Downloaded xshell-macros v0.2.7
6562026-08-13T22:38:17.288Z Downloaded zeroize_derive v1.5.0
6572026-08-13T22:38:17.289Z Downloaded hyper-rustls v0.27.7
6582026-08-13T22:38:17.295Z Downloaded sapling-renderdag v0.1.0
6592026-08-13T22:38:17.295Z Downloaded usdt v0.6.0
6602026-08-13T22:38:17.295Z Downloaded usdt-attr-macro v0.6.0
6612026-08-13T22:38:17.295Z Downloaded console v0.15.11
6622026-08-13T22:38:17.295Z Downloaded console v0.16.2
6632026-08-13T22:38:17.298Z Downloaded const-oid v0.9.6
6642026-08-13T22:38:17.298Z Downloaded blake2 v0.11.0-rc.6
6652026-08-13T22:38:17.298Z Downloaded chacha20 v0.10.0
6662026-08-13T22:38:17.298Z Downloaded serde_bytes v0.11.19
6672026-08-13T22:38:17.298Z Downloaded rustversion v1.0.22
6682026-08-13T22:38:17.303Z Downloaded cancel-safe-futures v0.1.5
6692026-08-13T22:38:17.303Z Downloaded slog-dtrace v0.3.0
6702026-08-13T22:38:17.307Z Downloaded smf v0.2.3
6712026-08-13T22:38:17.307Z Downloaded ciborium v0.2.2
6722026-08-13T22:38:17.307Z Downloaded bzip2 v0.6.1
6732026-08-13T22:38:17.307Z Downloaded crunchy v0.2.4
6742026-08-13T22:38:17.307Z Downloaded parking_lot_core v0.9.12
6752026-08-13T22:38:17.310Z Downloaded poly1305 v0.9.0
6762026-08-13T22:38:17.310Z Downloaded postcard v1.1.3
6772026-08-13T22:38:17.319Z Downloaded darling_macro v0.20.11
6782026-08-13T22:38:17.322Z Downloaded dirs-sys-next v0.1.2
6792026-08-13T22:38:17.322Z Downloaded zone_cfg_derive v0.3.1
6802026-08-13T22:38:17.326Z Downloaded colored v2.2.0
6812026-08-13T22:38:17.326Z Downloaded const-oid v0.10.2
6822026-08-13T22:38:17.326Z Downloaded rand_core v0.10.0
6832026-08-13T22:38:17.329Z Downloaded string_cache v0.8.9
6842026-08-13T22:38:17.329Z Downloaded termios v0.3.3
6852026-08-13T22:38:17.329Z Downloaded cipher v0.5.2
6862026-08-13T22:38:17.332Z Downloaded half v1.8.3
6872026-08-13T22:38:17.332Z Downloaded sec1 v0.8.1
6882026-08-13T22:38:17.332Z Downloaded curve25519-dalek-derive v0.1.1
6892026-08-13T22:38:17.337Z Downloaded debug-ignore v1.0.5
6902026-08-13T22:38:17.337Z Downloaded defmt v0.3.100
6912026-08-13T22:38:17.337Z Downloaded dof v0.4.0
6922026-08-13T22:38:17.337Z Downloaded dtrace-parser v0.3.0
6932026-08-13T22:38:17.337Z Downloaded inout v0.1.4
6942026-08-13T22:38:17.337Z Downloaded downcast-rs v2.0.2
6952026-08-13T22:38:17.338Z Downloaded is-terminal v0.4.17
6962026-08-13T22:38:17.342Z Downloaded keccak v0.1.6
6972026-08-13T22:38:17.342Z Downloaded base64 v0.21.7
6982026-08-13T22:38:17.342Z Downloaded ssh-encoding v0.3.0
6992026-08-13T22:38:17.345Z Downloaded toml_writer v1.1.1+spec-1.1.0
7002026-08-13T22:38:17.345Z Downloaded pkcs1 v0.7.5
7012026-08-13T22:38:17.348Z Downloaded progenitor v0.14.0
7022026-08-13T22:38:17.351Z Downloaded thiserror-no-std v2.0.2
7032026-08-13T22:38:17.354Z Downloaded globset v0.4.18
7042026-08-13T22:38:17.354Z Downloaded tokio-tungstenite v0.21.0
7052026-08-13T22:38:17.358Z Downloaded indent_write v2.2.0
7062026-08-13T22:38:17.361Z Downloaded vergen-git2 v9.1.0
7072026-08-13T22:38:17.365Z Downloaded lru-slab v0.1.2
7082026-08-13T22:38:17.365Z Downloaded libscf-sys v1.2.0
7092026-08-13T22:38:17.368Z Downloaded match_cfg v0.1.0
7102026-08-13T22:38:17.368Z Downloaded half v2.7.1
7112026-08-13T22:38:17.371Z Downloaded serdect v0.4.3
7122026-08-13T22:38:17.376Z Downloaded stringprep v0.1.5
7132026-08-13T22:38:17.379Z Downloaded wyz v0.5.1
7142026-08-13T22:38:17.379Z Downloaded bzip2 v0.4.4
7152026-08-13T22:38:17.381Z Downloaded cmov v0.5.4
7162026-08-13T22:38:17.381Z Downloaded hybrid-array v0.4.13
7172026-08-13T22:38:17.385Z Downloaded buf-list v1.1.2
7182026-08-13T22:38:17.388Z Downloaded clang-sys v1.8.1
7192026-08-13T22:38:17.388Z Downloaded olpc-cjson v0.1.4
7202026-08-13T22:38:17.391Z Downloaded peg-runtime v0.8.5
7212026-08-13T22:38:17.391Z Downloaded phf_shared v0.11.3
7222026-08-13T22:38:17.391Z Downloaded flate2 v1.1.9
7232026-08-13T22:38:17.396Z Downloaded der_derive v0.7.3
7242026-08-13T22:38:17.396Z Downloaded derive_builder_core v0.20.2
7252026-08-13T22:38:17.396Z Downloaded xshell v0.2.7
7262026-08-13T22:38:17.401Z Downloaded arc-swap v1.8.2
7272026-08-13T22:38:17.401Z Downloaded progenitor-impl v0.13.0
7282026-08-13T22:38:17.401Z Downloaded corncobs v0.1.4
7292026-08-13T22:38:17.404Z Downloaded critical-section v1.2.0
7302026-08-13T22:38:17.407Z Downloaded newtype-uuid-macros v0.1.0
7312026-08-13T22:38:17.407Z Downloaded keccak v0.2.0
7322026-08-13T22:38:17.410Z Downloaded oso-derive v0.27.3
7332026-08-13T22:38:17.410Z Downloaded parse-display v0.10.0
7342026-08-13T22:38:17.410Z Downloaded ctr v0.10.1
7352026-08-13T22:38:17.413Z Downloaded sha2 v0.11.0
7362026-08-13T22:38:17.413Z Downloaded diesel-dtrace v0.5.0
7372026-08-13T22:38:17.416Z Downloaded rand_xorshift v0.4.0
7382026-08-13T22:38:17.416Z Downloaded rustc_version v0.4.1
7392026-08-13T22:38:17.421Z Downloaded predicates-tree v1.0.13
7402026-08-13T22:38:17.421Z Downloaded predicates-core v1.0.10
7412026-08-13T22:38:17.422Z Downloaded psl-types v2.0.11
7422026-08-13T22:38:17.425Z Downloaded tracing-attributes v0.1.31
7432026-08-13T22:38:17.425Z Downloaded async-compression v0.4.41
7442026-08-13T22:38:17.427Z Downloaded headers v0.4.1
7452026-08-13T22:38:17.430Z Downloaded papergrid v0.18.0
7462026-08-13T22:38:17.434Z Downloaded either v1.15.0
7472026-08-13T22:38:17.434Z Downloaded usdt-impl v0.6.0
7482026-08-13T22:38:17.437Z Downloaded vergen v9.1.0
7492026-08-13T22:38:17.437Z Downloaded unicode-properties v0.1.4
7502026-08-13T22:38:17.437Z Downloaded vergen-gitcl v1.0.8
7512026-08-13T22:38:17.441Z Downloaded scopeguard v1.2.0
7522026-08-13T22:38:17.441Z Downloaded libefi-sys v0.1.0
7532026-08-13T22:38:17.444Z Downloaded linear-map v1.2.0
7542026-08-13T22:38:17.447Z Downloaded oxide-update-engine-types v0.1.2
7552026-08-13T22:38:17.450Z Downloaded signature v3.0.0
7562026-08-13T22:38:17.452Z Downloaded crossbeam-utils v0.8.21
7572026-08-13T22:38:17.457Z Downloaded structmeta-derive v0.3.0
7582026-08-13T22:38:17.460Z Downloaded snafu-derive v0.8.9
7592026-08-13T22:38:17.460Z Downloaded chacha20poly1305 v0.10.1
7602026-08-13T22:38:17.460Z Downloaded allocator-api2 v0.2.21
7612026-08-13T22:38:17.460Z Downloaded nanorand v0.7.0
7622026-08-13T22:38:17.463Z Downloaded subprocess v0.2.15
7632026-08-13T22:38:17.466Z Downloaded darling v0.21.3
7642026-08-13T22:38:17.468Z Downloaded num-integer v0.1.46
7652026-08-13T22:38:17.468Z Downloaded termtree v0.5.1
7662026-08-13T22:38:17.468Z Downloaded const_format v0.2.35
7672026-08-13T22:38:17.471Z Downloaded tokio-macros v2.7.0
7682026-08-13T22:38:17.471Z Downloaded darling v0.20.11
7692026-08-13T22:38:17.475Z Downloaded derive_builder v0.20.2
7702026-08-13T22:38:17.479Z Downloaded compact_str v0.8.1
7712026-08-13T22:38:17.480Z Downloaded pem-rfc7468 v1.0.0
7722026-08-13T22:38:17.485Z Downloaded supports-color v3.0.2
7732026-08-13T22:38:17.485Z Downloaded tagptr v0.2.0
7742026-08-13T22:38:17.485Z Downloaded ar_archive_writer v0.5.1
7752026-08-13T22:38:17.488Z Downloaded cc v1.2.56
7762026-08-13T22:38:17.488Z Downloaded oxnet v0.1.6
7772026-08-13T22:38:17.488Z Downloaded phf v0.13.1
7782026-08-13T22:38:17.488Z Downloaded proc-macro-error2 v2.0.1
7792026-08-13T22:38:17.492Z Downloaded progenitor-extras v0.2.0
7802026-08-13T22:38:17.492Z Downloaded base64 v0.22.1
7812026-08-13T22:38:17.497Z Downloaded openssl-macros v0.1.1
7822026-08-13T22:38:17.497Z Downloaded trait-variant v0.1.2
7832026-08-13T22:38:17.497Z Downloaded typify-macro v0.6.2
7842026-08-13T22:38:17.497Z Downloaded utf8_iter v1.0.4
7852026-08-13T22:38:17.498Z Downloaded wnaf v0.14.0
7862026-08-13T22:38:17.498Z Downloaded newtype-uuid v1.3.2
7872026-08-13T22:38:17.498Z Downloaded diff v0.1.13
7882026-08-13T22:38:17.501Z Downloaded yoke-derive v0.8.1
7892026-08-13T22:38:17.501Z Downloaded num_enum v0.7.6
7902026-08-13T22:38:17.501Z Downloaded parking_lot_core v0.8.6
7912026-08-13T22:38:17.501Z Downloaded tinyvec v1.10.0
7922026-08-13T22:38:17.504Z Downloaded pkg-config v0.3.32
7932026-08-13T22:38:17.504Z Downloaded rand_chacha v0.9.0
7942026-08-13T22:38:17.504Z Downloaded unicode-truncate v1.1.0
7952026-08-13T22:38:17.504Z Downloaded universal-hash v0.5.1
7962026-08-13T22:38:17.507Z Downloaded wait-timeout v0.2.1
7972026-08-13T22:38:17.514Z Downloaded heapless v0.8.0
7982026-08-13T22:38:17.521Z Downloaded prettyplease v0.2.37
7992026-08-13T22:38:17.524Z Downloaded unsafe-libyaml v0.2.11
8002026-08-13T22:38:17.524Z Downloaded zerofrom-derive v0.1.6
8012026-08-13T22:38:17.524Z Downloaded crc v3.4.0
8022026-08-13T22:38:17.524Z Downloaded expectorate v1.2.0
8032026-08-13T22:38:17.524Z Downloaded heapless v0.7.17
8042026-08-13T22:38:17.525Z Downloaded scroll v0.13.0
8052026-08-13T22:38:17.528Z Downloaded scrypt v0.12.0
8062026-08-13T22:38:17.528Z Downloaded rustls-pemfile v2.2.0
8072026-08-13T22:38:17.528Z Downloaded schemars_derive v0.8.22
8082026-08-13T22:38:17.538Z Downloaded smallvec v0.6.14
8092026-08-13T22:38:17.542Z Downloaded derive_builder_macro v0.20.2
8102026-08-13T22:38:17.546Z Downloaded simd-adler32 v0.3.8
8112026-08-13T22:38:17.546Z Downloaded snafu v0.8.9
8122026-08-13T22:38:17.549Z Downloaded crc-any v2.5.0
8132026-08-13T22:38:17.549Z Downloaded strum_macros v0.26.4
8142026-08-13T22:38:17.550Z Downloaded ssh-cipher v0.3.0
8152026-08-13T22:38:17.550Z Downloaded dunce v1.0.5
8162026-08-13T22:38:17.556Z Downloaded embedded-io v0.6.1
8172026-08-13T22:38:17.556Z Downloaded idna_adapter v1.2.1
8182026-08-13T22:38:17.556Z Downloaded display-error-chain v0.2.2
8192026-08-13T22:38:17.556Z Downloaded difflib v0.4.0
8202026-08-13T22:38:17.556Z Downloaded dsl_auto_type v0.2.0
8212026-08-13T22:38:17.556Z Downloaded publicsuffix v2.3.0
8222026-08-13T22:38:17.564Z Downloaded qorb v0.4.1
8232026-08-13T22:38:17.564Z Downloaded tar v0.4.46
8242026-08-13T22:38:17.564Z Downloaded static_assertions v1.1.0
8252026-08-13T22:38:17.564Z Downloaded ignore v0.4.25
8262026-08-13T22:38:17.570Z Downloaded memmap2 v0.9.10
8272026-08-13T22:38:17.570Z Downloaded instability v0.3.11
8282026-08-13T22:38:17.570Z Downloaded bumpalo v3.20.2
8292026-08-13T22:38:17.573Z Downloaded bytes v1.11.1
8302026-08-13T22:38:17.574Z Downloaded rcgen v0.12.1
8312026-08-13T22:38:17.575Z Downloaded writeable v0.6.2
8322026-08-13T22:38:17.575Z Downloaded zeroize v1.9.0
8332026-08-13T22:38:17.578Z Downloaded tracing-core v0.1.36
8342026-08-13T22:38:17.578Z Downloaded rsa v0.9.10
8352026-08-13T22:38:17.578Z Downloaded hickory-server v0.25.2
8362026-08-13T22:38:17.582Z Downloaded tls_codec v0.4.2
8372026-08-13T22:38:17.585Z Downloaded ecdsa v0.17.0
8382026-08-13T22:38:17.585Z Downloaded whoami v1.6.1
8392026-08-13T22:38:17.588Z Downloaded normalize-line-endings v0.3.0
8402026-08-13T22:38:17.588Z Downloaded jiff-static v0.2.34
8412026-08-13T22:38:17.588Z Downloaded pkcs8 v0.11.0
8422026-08-13T22:38:17.593Z Downloaded mime v0.3.17
8432026-08-13T22:38:17.598Z Downloaded lzss v0.8.2
8442026-08-13T22:38:17.598Z Downloaded zip v0.6.6
8452026-08-13T22:38:17.601Z Downloaded packed_struct_codegen v0.10.1
8462026-08-13T22:38:17.604Z Downloaded spki v0.8.0
8472026-08-13T22:38:17.604Z Downloaded elliptic-curve v0.13.8
8482026-08-13T22:38:17.607Z Downloaded rand_pcg v0.10.2
8492026-08-13T22:38:17.610Z Downloaded steno v0.4.1
8502026-08-13T22:38:17.613Z Downloaded ctutils v0.4.2
8512026-08-13T22:38:17.617Z Downloaded elliptic-curve v0.14.1
8522026-08-13T22:38:17.617Z Downloaded indexmap v1.9.3
8532026-08-13T22:38:17.620Z Downloaded siphasher v1.0.2
8542026-08-13T22:38:17.622Z Downloaded serde_with_macros v3.21.0
8552026-08-13T22:38:17.622Z Downloaded ipnetwork v0.21.1
8562026-08-13T22:38:17.632Z Downloaded defmt v1.0.1
8572026-08-13T22:38:17.635Z Downloaded displaydoc v0.2.5
8582026-08-13T22:38:17.638Z Downloaded libsw-core v0.3.2
8592026-08-13T22:38:17.638Z Downloaded managed v0.8.0
8602026-08-13T22:38:17.641Z Downloaded sqlparser_derive v0.5.0
8612026-08-13T22:38:17.641Z Downloaded strsim v0.10.0
8622026-08-13T22:38:17.641Z Downloaded subtle v2.6.1
8632026-08-13T22:38:17.641Z Downloaded semver v0.1.20
8642026-08-13T22:38:17.643Z Downloaded tinyvec_macros v0.1.1
8652026-08-13T22:38:17.643Z Downloaded sha1 v0.10.6
8662026-08-13T22:38:17.648Z Downloaded same-file v1.0.6
8672026-08-13T22:38:17.648Z Downloaded unit-prefix v0.5.2
8682026-08-13T22:38:17.648Z Downloaded untrusted v0.7.1
8692026-08-13T22:38:17.651Z Downloaded universal-hash v0.6.1
8702026-08-13T22:38:17.651Z Downloaded daft-derive v0.1.7
8712026-08-13T22:38:17.651Z Downloaded tokio-postgres v0.7.16
8722026-08-13T22:38:17.655Z Downloaded bitvec v1.0.1
8732026-08-13T22:38:17.663Z Downloaded hashbrown v0.12.3
8742026-08-13T22:38:17.666Z Downloaded hashbrown v0.13.2
8752026-08-13T22:38:17.666Z Downloaded nu-ansi-term v0.50.3
8762026-08-13T22:38:17.670Z Downloaded parse-size v1.1.0
8772026-08-13T22:38:17.671Z Downloaded slog-bunyan v2.5.0
8782026-08-13T22:38:17.671Z Downloaded time-macros v0.2.27
8792026-08-13T22:38:17.676Z Downloaded yansi v1.0.1
8802026-08-13T22:38:17.676Z Downloaded salsa20 v0.11.0
8812026-08-13T22:38:17.676Z Downloaded predicates v3.1.4
8822026-08-13T22:38:17.676Z Downloaded serde_with v1.14.0
8832026-08-13T22:38:17.678Z Downloaded term v1.2.1
8842026-08-13T22:38:17.678Z Downloaded progenitor v0.13.0
8852026-08-13T22:38:17.681Z Downloaded similar v2.7.0
8862026-08-13T22:38:17.687Z Downloaded ingot v0.2.1
8872026-08-13T22:38:17.687Z Downloaded testing_table v0.3.0
8882026-08-13T22:38:17.687Z Downloaded poly1305 v0.8.0
8892026-08-13T22:38:17.690Z Downloaded cstr-argument v0.1.2
8902026-08-13T22:38:17.690Z Downloaded rand_seeder v0.4.0
8912026-08-13T22:38:17.690Z Downloaded rand_core v0.9.5
8922026-08-13T22:38:17.690Z Downloaded num_enum v0.5.11
8932026-08-13T22:38:17.694Z Downloaded darling_macro v0.13.4
8942026-08-13T22:38:17.697Z Downloaded digest-io v0.1.0
8952026-08-13T22:38:17.697Z Downloaded dyn-clone v1.0.20
8962026-08-13T22:38:17.697Z Downloaded illumos-nvpair-sys v0.2.0
8972026-08-13T22:38:17.697Z Downloaded instant v0.1.13
8982026-08-13T22:38:17.700Z Downloaded vergen-lib v9.1.0
8992026-08-13T22:38:17.700Z Downloaded pem v3.0.6
9002026-08-13T22:38:17.700Z Downloaded toml_parser v1.1.2+spec-1.1.0
9012026-08-13T22:38:17.703Z Downloaded peg-macros v0.8.5
9022026-08-13T22:38:17.708Z Downloaded p256 v0.14.0
9032026-08-13T22:38:17.712Z Downloaded sqlformat v0.3.5
9042026-08-13T22:38:17.716Z Downloaded support-bundle-viewer v0.1.2
9052026-08-13T22:38:17.719Z Downloaded ryu v1.0.23
9062026-08-13T22:38:17.719Z Downloaded maplit v1.0.2
9072026-08-13T22:38:17.720Z Downloaded memoffset v0.9.1
9082026-08-13T22:38:17.720Z Downloaded tungstenite v0.23.0
9092026-08-13T22:38:17.723Z Downloaded cookie v0.18.1
9102026-08-13T22:38:17.723Z Downloaded hickory-resolver v0.25.2
9112026-08-13T22:38:17.725Z Downloaded darling v0.23.0
9122026-08-13T22:38:17.728Z Downloaded http v1.4.2
9132026-08-13T22:38:17.731Z Downloaded progenitor-macro v0.13.0
9142026-08-13T22:38:17.731Z Downloaded darling v0.13.4
9152026-08-13T22:38:17.731Z Downloaded multer v3.1.0
9162026-08-13T22:38:17.734Z Downloaded resolv-conf v0.7.6
9172026-08-13T22:38:17.734Z Downloaded serde_spanned v1.1.1
9182026-08-13T22:38:17.734Z Downloaded serde_derive_internals v0.29.1
9192026-08-13T22:38:17.737Z Downloaded lalrpop-util v0.19.12
9202026-08-13T22:38:17.737Z Downloaded new_debug_unreachable v1.0.6
9212026-08-13T22:38:17.737Z Downloaded newline-converter v0.3.0
9222026-08-13T22:38:17.740Z Downloaded miniz_oxide v0.8.9
9232026-08-13T22:38:17.750Z Downloaded path-slash v0.1.5
9242026-08-13T22:38:17.753Z Downloaded progenitor-client v0.14.0
9252026-08-13T22:38:17.754Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-08-13T22:38:17.757Z Downloaded crypto-bigint v0.5.5
9272026-08-13T22:38:17.761Z Downloaded derive_more v0.99.20
9282026-08-13T22:38:17.765Z Downloaded litrs v1.0.0
9292026-08-13T22:38:17.768Z Downloaded waitgroup v0.1.2
9302026-08-13T22:38:17.768Z Downloaded recursive v0.1.1
9312026-08-13T22:38:17.771Z Downloaded delegate v0.13.5
9322026-08-13T22:38:17.771Z Downloaded rfc6979 v0.4.0
9332026-08-13T22:38:17.771Z Downloaded secrecy v0.8.0
9342026-08-13T22:38:17.774Z Downloaded secrecy v0.10.3
9352026-08-13T22:38:17.774Z Downloaded shell-words v1.1.1
9362026-08-13T22:38:17.777Z Downloaded slog-term v2.9.2
9372026-08-13T22:38:17.777Z Downloaded daft v0.1.7
9382026-08-13T22:38:17.781Z Downloaded quinn v0.11.11
9392026-08-13T22:38:17.784Z Downloaded quick-error v1.2.3
9402026-08-13T22:38:17.787Z Downloaded signature v2.2.0
9412026-08-13T22:38:17.787Z Downloaded sync_wrapper v1.0.2
9422026-08-13T22:38:17.791Z Downloaded sponge-cursor v0.1.0
9432026-08-13T22:38:17.792Z Downloaded tokio-rustls v0.26.4
9442026-08-13T22:38:17.792Z Downloaded impl-trait-for-tuples v0.2.3
9452026-08-13T22:38:17.794Z Downloaded zopfli v0.8.3
9462026-08-13T22:38:17.794Z Downloaded strip-ansi-escapes v0.2.1
9472026-08-13T22:38:17.794Z Downloaded structmeta v0.3.0
9482026-08-13T22:38:17.794Z Downloaded thread-id v5.1.0
9492026-08-13T22:38:17.794Z Downloaded tower-service v0.3.3
9502026-08-13T22:38:17.794Z Downloaded thiserror-impl-no-std v2.0.2
9512026-08-13T22:38:17.798Z Downloaded usdt-macro v0.6.0
9522026-08-13T22:38:17.798Z Downloaded module-lattice v0.2.3
9532026-08-13T22:38:17.802Z Downloaded hashbrown v0.15.5
9542026-08-13T22:38:17.811Z Downloaded omicron-zone-package v0.12.3
9552026-08-13T22:38:17.814Z Downloaded oso v0.27.3
9562026-08-13T22:38:17.821Z Downloaded unicode-xid v0.2.6
9572026-08-13T22:38:17.825Z Downloaded crc32fast v1.5.0
9582026-08-13T22:38:17.826Z Downloaded num-complex v0.4.6
9592026-08-13T22:38:17.826Z Downloaded zone v0.3.1
9602026-08-13T22:38:17.831Z Downloaded paste v1.0.15
9612026-08-13T22:38:17.831Z Downloaded minimal-lexical v0.2.1
9622026-08-13T22:38:17.834Z Downloaded pin-project-internal v1.1.11
9632026-08-13T22:38:17.834Z Downloaded pin-project-lite v0.2.17
9642026-08-13T22:38:17.837Z Downloaded aes v0.9.1
9652026-08-13T22:38:17.838Z Downloaded dropshot-api-manager-types v0.7.2
9662026-08-13T22:38:17.842Z Downloaded hashbrown v0.16.1
9672026-08-13T22:38:17.846Z Downloaded zerofrom v0.1.6
9682026-08-13T22:38:17.852Z Downloaded crc-catalog v2.4.0
9692026-08-13T22:38:17.852Z Downloaded crucible-workspace-hack v0.1.0
9702026-08-13T22:38:17.852Z Downloaded dirs-next v2.0.0
9712026-08-13T22:38:17.856Z Downloaded kstat-rs v0.2.5
9722026-08-13T22:38:17.856Z Downloaded iana-time-zone v0.1.65
9732026-08-13T22:38:17.856Z Downloaded num_enum_derive v0.7.6
9742026-08-13T22:38:17.862Z Downloaded toml_edit v0.19.15
9752026-08-13T22:38:17.868Z Downloaded oxide-update-engine-display v0.1.2
9762026-08-13T22:38:17.871Z Downloaded socket2 v0.6.3
9772026-08-13T22:38:17.871Z Downloaded phf_shared v0.12.1
9782026-08-13T22:38:17.871Z Downloaded ref-cast-impl v1.0.25
9792026-08-13T22:38:17.873Z Downloaded primeorder v0.13.6
9802026-08-13T22:38:17.873Z Downloaded typify v0.6.2
9812026-08-13T22:38:17.878Z Downloaded rustc-hash v2.1.1
9822026-08-13T22:38:17.882Z Downloaded internet-checksum v0.2.1
9832026-08-13T22:38:17.882Z Downloaded md5 v0.8.0
9842026-08-13T22:38:17.882Z Downloaded num-derive v0.4.2
9852026-08-13T22:38:17.882Z Downloaded num-iter v0.1.45
9862026-08-13T22:38:17.885Z Downloaded hyper v1.10.1
9872026-08-13T22:38:17.888Z Downloaded openssl-sys v0.9.117
9882026-08-13T22:38:17.891Z Downloaded xattr v1.6.1
9892026-08-13T22:38:17.891Z Downloaded csv-core v0.1.13
9902026-08-13T22:38:17.895Z Downloaded slab v0.4.12
9912026-08-13T22:38:17.895Z Downloaded tokio-native-tls v0.3.1
9922026-08-13T22:38:17.895Z Downloaded cookie_store v0.22.1
9932026-08-13T22:38:17.900Z Downloaded rustc_version v0.1.7
9942026-08-13T22:38:17.900Z Downloaded ed25519-dalek v3.0.0
9952026-08-13T22:38:17.900Z Downloaded pkcs5 v0.8.1
9962026-08-13T22:38:17.904Z Downloaded rsa v0.10.0-rc.18
9972026-08-13T22:38:17.904Z Downloaded tap v1.0.1
9982026-08-13T22:38:17.910Z Downloaded typed-path v0.9.3
9992026-08-13T22:38:17.910Z Downloaded data-encoding v2.10.0
10002026-08-13T22:38:17.910Z Downloaded derive-ex v0.1.8
10012026-08-13T22:38:17.910Z Downloaded pkcs1 v0.8.0-rc.4
10022026-08-13T22:38:17.918Z Downloaded pin-project v1.1.11
10032026-08-13T22:38:17.921Z Downloaded try-lock v0.2.5
10042026-08-13T22:38:17.921Z Downloaded rustls-platform-verifier v0.6.2
10052026-08-13T22:38:17.921Z Downloaded signal-hook v0.3.18
10062026-08-13T22:38:17.921Z Downloaded icu_properties v2.1.2
10072026-08-13T22:38:17.924Z Downloaded nom v7.1.3
10082026-08-13T22:38:17.928Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10092026-08-13T22:38:17.928Z Downloaded scuffle v0.1.0
10102026-08-13T22:38:17.934Z Downloaded lru v0.12.5
10112026-08-13T22:38:17.934Z Downloaded crc8 v0.1.1
10122026-08-13T22:38:17.934Z Downloaded crypto-common v0.2.2
10132026-08-13T22:38:17.940Z Downloaded walkdir v2.5.0
10142026-08-13T22:38:17.943Z Downloaded litemap v0.8.1
10152026-08-13T22:38:17.943Z Downloaded pem-rfc7468 v0.7.0
10162026-08-13T22:38:17.947Z Downloaded diesel_table_macro_syntax v0.3.0
10172026-08-13T22:38:17.953Z Downloaded illumos-nvpair v0.3.0
10182026-08-13T22:38:17.953Z Downloaded test-strategy v0.4.5
10192026-08-13T22:38:17.955Z Downloaded aes-gcm v0.11.0
10202026-08-13T22:38:17.956Z Downloaded maybe-uninit v2.0.0
10212026-08-13T22:38:17.956Z Downloaded toml v1.1.2+spec-1.1.0
10222026-08-13T22:38:17.956Z Downloaded url v2.5.8
10232026-08-13T22:38:17.958Z Downloaded aho-corasick v1.1.4
10242026-08-13T22:38:17.961Z Downloaded hkdf v0.12.4
10252026-08-13T22:38:17.965Z Downloaded mime_guess v2.0.5
10262026-08-13T22:38:17.968Z Downloaded serde_path_to_error v0.1.20
10272026-08-13T22:38:17.968Z Downloaded slog-stdlog v4.1.1
10282026-08-13T22:38:17.971Z Downloaded radium v0.7.0
10292026-08-13T22:38:17.975Z Downloaded kem v0.3.0
10302026-08-13T22:38:17.975Z Downloaded multimap v0.10.1
10312026-08-13T22:38:17.975Z Downloaded num_threads v0.1.7
10322026-08-13T22:38:17.976Z Downloaded hkdf v0.13.0
10332026-08-13T22:38:18.032Z Downloaded des v0.9.0
10342026-08-13T22:38:18.032Z Downloaded rustls-pki-types v1.14.0
10352026-08-13T22:38:18.032Z Downloaded psm v0.1.30
10362026-08-13T22:38:18.032Z Downloaded tower-layer v0.3.3
10372026-08-13T22:38:18.032Z Downloaded internal-russh-num-bigint v0.5.0
10382026-08-13T22:38:18.032Z Downloaded tui-tree-widget v0.23.1
10392026-08-13T22:38:18.032Z Downloaded rand v0.8.6
10402026-08-13T22:38:18.032Z Downloaded serde-big-array v0.5.1
10412026-08-13T22:38:18.032Z Downloaded crossbeam-channel v0.5.15
10422026-08-13T22:38:18.032Z Downloaded zerovec-derive v0.11.2
10432026-08-13T22:38:18.032Z Downloaded zstd-safe v7.2.4
10442026-08-13T22:38:18.032Z Downloaded topological-sort v0.2.2
10452026-08-13T22:38:18.032Z Downloaded signal-hook-mio v0.2.5
10462026-08-13T22:38:18.032Z Downloaded darling_macro v0.21.3
10472026-08-13T22:38:18.032Z Downloaded darling_macro v0.23.0
10482026-08-13T22:38:18.032Z Downloaded ident_case v1.0.1
10492026-08-13T22:38:18.032Z Downloaded signal-hook-registry v1.4.8
10502026-08-13T22:38:18.032Z Downloaded serde_urlencoded v0.7.1
10512026-08-13T22:38:18.032Z Downloaded stable_deref_trait v1.2.1
10522026-08-13T22:38:18.033Z Downloaded phc v0.6.1
10532026-08-13T22:38:18.033Z Downloaded iri-string v0.7.10
10542026-08-13T22:38:18.037Z Downloaded cpufeatures v0.3.0
10552026-08-13T22:38:18.037Z Downloaded ingot-types v0.2.0
10562026-08-13T22:38:18.037Z Downloaded digest v0.11.3
10572026-08-13T22:38:18.037Z Downloaded ena v0.14.4
10582026-08-13T22:38:18.037Z Downloaded stacker v0.1.23
10592026-08-13T22:38:18.037Z Downloaded zerocopy v0.6.6
10602026-08-13T22:38:18.037Z Downloaded futures-util v0.3.32
10612026-08-13T22:38:18.040Z Downloaded h2 v0.4.15
10622026-08-13T22:38:18.043Z Downloaded lazy_static v1.5.0
10632026-08-13T22:38:18.046Z Downloaded defmt-macros v1.0.1
10642026-08-13T22:38:18.046Z Downloaded md-5 v0.10.6
10652026-08-13T22:38:18.057Z Downloaded dropshot_endpoint v0.17.1
10662026-08-13T22:38:18.063Z Downloaded twox-hash v2.1.2
10672026-08-13T22:38:18.065Z Downloaded parking_lot v0.11.2
10682026-08-13T22:38:18.066Z Downloaded primefield v0.14.0
10692026-08-13T22:38:18.066Z Downloaded rpassword v7.5.4
10702026-08-13T22:38:18.066Z Downloaded serde_plain v1.0.2
10712026-08-13T22:38:18.068Z Downloaded p384 v0.13.1
10722026-08-13T22:38:18.071Z Downloaded password-hash v0.6.1
10732026-08-13T22:38:18.071Z Downloaded rtoolbox v0.0.3
10742026-08-13T22:38:18.071Z Downloaded slog v2.8.2
10752026-08-13T22:38:18.075Z Downloaded der v0.7.10
10762026-08-13T22:38:18.078Z Downloaded thread_local v1.1.9
10772026-08-13T22:38:18.078Z Downloaded tower-http v0.6.8
10782026-08-13T22:38:18.081Z Downloaded unicode-segmentation v1.12.0
10792026-08-13T22:38:18.084Z Downloaded rustyline v14.0.0
10802026-08-13T22:38:18.087Z Downloaded ron v0.8.1
10812026-08-13T22:38:18.089Z Downloaded num v0.4.3
10822026-08-13T22:38:18.092Z Downloaded strum v0.27.2
10832026-08-13T22:38:18.092Z Downloaded want v0.3.1
10842026-08-13T22:38:18.092Z Downloaded ed25519 v3.0.0
10852026-08-13T22:38:18.092Z Downloaded indoc v2.0.7
10862026-08-13T22:38:18.099Z Downloaded utf-8 v0.7.6
10872026-08-13T22:38:18.102Z Downloaded libsw v3.5.0
10882026-08-13T22:38:18.102Z Downloaded icu_collections v2.1.1
10892026-08-13T22:38:18.102Z Downloaded spin v0.9.8
10902026-08-13T22:38:18.105Z Downloaded vergen-lib v0.1.6
10912026-08-13T22:38:18.105Z Downloaded shlex v1.3.0
10922026-08-13T22:38:18.105Z Downloaded newtype_derive v0.1.6
10932026-08-13T22:38:18.105Z Downloaded strum_macros v0.24.3
10942026-08-13T22:38:18.111Z Downloaded tower v0.5.3
10952026-08-13T22:38:18.114Z Downloaded tungstenite v0.21.0
10962026-08-13T22:38:18.114Z Downloaded port-file v0.1.0
10972026-08-13T22:38:18.114Z Downloaded prefix-trie v0.7.0
10982026-08-13T22:38:18.117Z Downloaded uzers v0.12.2
10992026-08-13T22:38:18.120Z Downloaded crossbeam-deque v0.8.6
11002026-08-13T22:38:18.120Z Downloaded num-bigint v0.4.6
11012026-08-13T22:38:18.125Z Downloaded tokio-stream v0.1.18
11022026-08-13T22:38:18.125Z Downloaded oxide-update-engine v0.1.2
11032026-08-13T22:38:18.132Z Downloaded r2d2 v0.8.10
11042026-08-13T22:38:18.132Z Downloaded tabwriter v1.4.1
11052026-08-13T22:38:18.137Z Downloaded cpubits v0.1.1
11062026-08-13T22:38:18.137Z Downloaded zerocopy-derive v0.8.40
11072026-08-13T22:38:18.142Z Downloaded is_ci v1.2.0
11082026-08-13T22:38:18.142Z Downloaded primeorder v0.14.0
11092026-08-13T22:38:18.142Z Downloaded proc-macro-error-attr2 v2.0.0
11102026-08-13T22:38:18.142Z Downloaded sha1 v0.11.0
11112026-08-13T22:38:18.142Z Downloaded icu_normalizer v2.1.1
11122026-08-13T22:38:18.145Z Downloaded icu_normalizer_data v2.1.1
11132026-08-13T22:38:18.145Z Downloaded slog-json v2.6.1
11142026-08-13T22:38:18.145Z Downloaded percent-encoding v2.3.2
11152026-08-13T22:38:18.148Z Downloaded vte v0.14.1
11162026-08-13T22:38:18.148Z Downloaded p384 v0.14.0
11172026-08-13T22:38:18.151Z Downloaded schemars v0.8.22
11182026-08-13T22:38:18.155Z Downloaded term v0.7.0
11192026-08-13T22:38:18.158Z Downloaded postgres-protocol v0.6.10
11202026-08-13T22:38:18.158Z Downloaded document-features v0.2.12
11212026-08-13T22:38:18.172Z Downloaded pretty_assertions v1.4.1
11222026-08-13T22:38:18.180Z Downloaded linked-hash-map v0.5.6
11232026-08-13T22:38:18.185Z Downloaded strum_macros v0.27.2
11242026-08-13T22:38:18.188Z Downloaded polyval v0.7.1
11252026-08-13T22:38:18.191Z Downloaded der v0.8.0
11262026-08-13T22:38:18.191Z Downloaded ingot-macros v0.2.0
11272026-08-13T22:38:18.194Z Downloaded reqwest v0.12.28
11282026-08-13T22:38:18.197Z Downloaded inout v0.2.2
11292026-08-13T22:38:18.199Z Downloaded serde_yaml v0.9.34+deprecated
11302026-08-13T22:38:18.200Z Downloaded quinn-udp v0.5.14
11312026-08-13T22:38:18.202Z Downloaded jobserver v0.1.34
11322026-08-13T22:38:18.206Z Downloaded precomputed-hash v0.1.1
11332026-08-13T22:38:18.207Z Downloaded tls_codec_derive v0.4.2
11342026-08-13T22:38:18.209Z Downloaded whoami v2.1.0
11352026-08-13T22:38:18.209Z Downloaded ipnet v2.11.0
11362026-08-13T22:38:18.209Z Downloaded winnow v0.6.26
11372026-08-13T22:38:18.215Z Downloaded openssl-probe v0.1.6
11382026-08-13T22:38:18.218Z Downloaded tokio-tungstenite v0.23.1
11392026-08-13T22:38:18.218Z Downloaded untrusted v0.9.0
11402026-08-13T22:38:18.218Z Downloaded lru-cache v0.1.2
11412026-08-13T22:38:18.218Z Downloaded icu_locale_core v2.1.1
11422026-08-13T22:38:18.221Z Downloaded idna v1.1.0
11432026-08-13T22:38:18.224Z Downloaded spki v0.7.3
11442026-08-13T22:38:18.224Z Downloaded packed_struct v0.10.1
11452026-08-13T22:38:18.227Z Downloaded defmt-parser v1.0.0
11462026-08-13T22:38:18.227Z Downloaded opaque-debug v0.3.1
11472026-08-13T22:38:18.231Z Downloaded void v1.0.2
11482026-08-13T22:38:18.231Z Downloaded sec1 v0.7.3
11492026-08-13T22:38:18.234Z Downloaded embedded-io v0.4.0
11502026-08-13T22:38:18.234Z Downloaded strum v0.26.3
11512026-08-13T22:38:18.234Z Downloaded proptest v1.11.0
11522026-08-13T22:38:18.239Z Downloaded lock_api v0.4.14
11532026-08-13T22:38:18.246Z Downloaded zstd v0.13.3
11542026-08-13T22:38:18.248Z Downloaded ed25519 v2.2.3
11552026-08-13T22:38:18.248Z Downloaded libloading v0.8.9
11562026-08-13T22:38:18.251Z Downloaded nibble_vec v0.1.0
11572026-08-13T22:38:18.252Z Downloaded num-traits v0.2.19
11582026-08-13T22:38:18.255Z Downloaded parking_lot v0.12.5
11592026-08-13T22:38:18.255Z Downloaded native-tls v0.2.18
11602026-08-13T22:38:18.255Z Downloaded nodrop v0.1.14
11612026-08-13T22:38:18.255Z Downloaded indoc v1.0.9
11622026-08-13T22:38:18.259Z Downloaded git2 v0.20.4
11632026-08-13T22:38:18.262Z Downloaded unicode-normalization v0.1.25
11642026-08-13T22:38:18.265Z Downloaded rustls-webpki v0.103.13
11652026-08-13T22:38:18.267Z Downloaded nom v8.0.0
11662026-08-13T22:38:18.270Z Downloaded ed25519-dalek v2.2.0
11672026-08-13T22:38:18.276Z Downloaded oxide-tokio-rt v0.1.4
11682026-08-13T22:38:18.279Z Downloaded parse-display-derive v0.10.0
11692026-08-13T22:38:18.279Z Downloaded take_mut v0.2.2
11702026-08-13T22:38:18.279Z Downloaded tokio-dtrace v0.1.1
11712026-08-13T22:38:18.279Z Downloaded progenitor-impl v0.14.0
11722026-08-13T22:38:18.285Z Downloaded tiny-keccak v2.0.2
11732026-08-13T22:38:18.288Z Downloaded unicase v2.9.0
11742026-08-13T22:38:18.288Z Downloaded progenitor-macro v0.14.0
11752026-08-13T22:38:18.295Z Downloaded crossbeam-epoch v0.9.18
11762026-08-13T22:38:18.298Z Downloaded ecdsa v0.16.9
11772026-08-13T22:38:18.298Z Downloaded iddqd v0.4.2
11782026-08-13T22:38:18.303Z Downloaded rustls-native-certs v0.8.3
11792026-08-13T22:38:18.306Z Downloaded ppv-lite86 v0.2.21
11802026-08-13T22:38:18.306Z Downloaded rawzip v0.4.4
11812026-08-13T22:38:18.308Z Downloaded jiff-core v0.1.0
11822026-08-13T22:38:18.311Z Downloaded rand_core v0.6.4
11832026-08-13T22:38:18.311Z Downloaded blake3 v1.8.5
11842026-08-13T22:38:18.316Z Downloaded drift v0.2.0
11852026-08-13T22:38:18.322Z Downloaded tokio-util v0.7.18
11862026-08-13T22:38:18.326Z Downloaded darling_core v0.21.3
11872026-08-13T22:38:18.329Z Downloaded tinystr v0.8.2
11882026-08-13T22:38:18.332Z Downloaded serde-hex v0.1.0
11892026-08-13T22:38:18.332Z Downloaded vsss-rs v3.3.4
11902026-08-13T22:38:18.336Z Downloaded smallvec v1.15.1
11912026-08-13T22:38:18.336Z Downloaded synstructure v0.13.2
11922026-08-13T22:38:18.336Z Downloaded slog-scope v4.4.1
11932026-08-13T22:38:18.336Z Downloaded rand v0.9.2
11942026-08-13T22:38:18.342Z Downloaded progenitor-client v0.13.0
11952026-08-13T22:38:18.345Z Downloaded slog-async v2.8.0
11962026-08-13T22:38:18.345Z Downloaded convert_case v0.10.0
11972026-08-13T22:38:18.348Z Downloaded darling_core v0.23.0
11982026-08-13T22:38:18.351Z Downloaded ml-kem v0.3.2
11992026-08-13T22:38:18.355Z Downloaded crossterm v0.29.0
12002026-08-13T22:38:18.359Z Downloaded rayon-core v1.13.0
12012026-08-13T22:38:18.362Z Downloaded derive_more v2.1.1
12022026-08-13T22:38:18.369Z Downloaded itertools v0.10.5
12032026-08-13T22:38:18.372Z Downloaded darling_core v0.13.4
12042026-08-13T22:38:18.375Z Downloaded russh v0.62.4
12052026-08-13T22:38:18.377Z Downloaded yoke v0.8.1
12062026-08-13T22:38:18.380Z Downloaded libbz2-rs-sys v0.2.2
12072026-08-13T22:38:18.383Z Downloaded aws-lc-rs v1.16.3
12082026-08-13T22:38:18.387Z Downloaded unicode-bidi v0.3.18
12092026-08-13T22:38:18.390Z Downloaded rayon v1.11.0
12102026-08-13T22:38:18.394Z Downloaded darling_core v0.20.11
12112026-08-13T22:38:18.397Z Downloaded deranged v0.5.8
12122026-08-13T22:38:18.401Z Downloaded crossterm v0.28.1
12132026-08-13T22:38:18.409Z Downloaded goblin v0.10.5
12142026-08-13T22:38:18.414Z Downloaded toml v0.7.8
12152026-08-13T22:38:18.418Z Downloaded serde_cbor v0.11.2
12162026-08-13T22:38:18.418Z Downloaded libm v0.2.16
12172026-08-13T22:38:18.423Z Downloaded serde_with_macros v1.5.2
12182026-08-13T22:38:18.433Z Downloaded socket2 v0.5.10
12192026-08-13T22:38:18.437Z Downloaded samael v0.0.19
12202026-08-13T22:38:18.437Z Downloaded yasna v0.5.2
12212026-08-13T22:38:18.444Z Downloaded icu_properties_data v2.1.2
12222026-08-13T22:38:18.450Z Downloaded schemars v1.2.1
12232026-08-13T22:38:18.457Z Downloaded libxml v0.3.3
12242026-08-13T22:38:18.460Z Downloaded uuid v1.23.4
12252026-08-13T22:38:18.463Z Downloaded icu_provider v2.1.1
12262026-08-13T22:38:18.463Z Downloaded portable-atomic v1.13.1
12272026-08-13T22:38:18.468Z Downloaded zerotrie v0.2.3
12282026-08-13T22:38:18.473Z Downloaded itertools v0.13.0
12292026-08-13T22:38:18.476Z Downloaded zip v4.6.1
12302026-08-13T22:38:18.479Z Downloaded itertools v0.14.0
12312026-08-13T22:38:18.482Z Downloaded derive-where v1.6.0
12322026-08-13T22:38:18.485Z Downloaded postgres-types v0.2.12
12332026-08-13T22:38:18.485Z Downloaded tabled v0.21.0
12342026-08-13T22:38:18.493Z Downloaded quinn-proto v0.11.16
12352026-08-13T22:38:18.498Z Downloaded schemars v0.9.0
12362026-08-13T22:38:18.503Z Downloaded unicode_categories v0.1.1
12372026-08-13T22:38:18.506Z Downloaded rand v0.10.1
12382026-08-13T22:38:18.509Z Downloaded x509-cert v0.2.5
12392026-08-13T22:38:18.515Z Downloaded chrono v0.4.45
12402026-08-13T22:38:18.519Z Downloaded regex-syntax v0.6.29
12412026-08-13T22:38:18.519Z Downloaded p521 v0.14.0
12422026-08-13T22:38:18.523Z Downloaded salty v0.3.0
12432026-08-13T22:38:18.526Z Downloaded num-bigint-dig v0.8.6
12442026-08-13T22:38:18.526Z Downloaded sha3 v0.12.0
12452026-08-13T22:38:18.529Z Downloaded regex v1.12.3
12462026-08-13T22:38:18.534Z Downloaded dropshot-api-manager v0.7.2
12472026-08-13T22:38:18.537Z Downloaded indicatif v0.18.4
12482026-08-13T22:38:18.549Z Downloaded winnow v0.5.40
12492026-08-13T22:38:18.555Z Downloaded mio v1.2.0
12502026-08-13T22:38:18.560Z Downloaded serde_with v3.21.0
12512026-08-13T22:38:18.567Z Downloaded lalrpop v0.19.12
12522026-08-13T22:38:18.574Z Downloaded crypto-primes v0.7.2
12532026-08-13T22:38:18.577Z Downloaded quick-xml v0.37.5
12542026-08-13T22:38:18.580Z Downloaded bindgen v0.71.1
12552026-08-13T22:38:18.583Z Downloaded hyper-util v0.1.20
12562026-08-13T22:38:18.588Z Downloaded itertools v0.12.1
12572026-08-13T22:38:18.591Z Downloaded winnow v1.0.3
12582026-08-13T22:38:18.603Z Downloaded radix_trie v0.2.1
12592026-08-13T22:38:18.606Z Downloaded zerovec v0.11.5
12602026-08-13T22:38:18.606Z Downloaded diesel_derives v2.3.7
12612026-08-13T22:38:18.610Z Downloaded hickory-proto v0.24.4
12622026-08-13T22:38:18.618Z Downloaded reqwest v0.13.2
12632026-08-13T22:38:18.621Z Downloaded ssh-key v0.7.0-rc.11
12642026-08-13T22:38:18.626Z Downloaded tough v0.22.0
12652026-08-13T22:38:18.630Z Downloaded object v0.37.3
12662026-08-13T22:38:18.636Z Downloaded polar-core v0.27.3
12672026-08-13T22:38:18.640Z Downloaded time v0.3.47
12682026-08-13T22:38:18.647Z Downloaded nix v0.27.1
12692026-08-13T22:38:18.653Z Downloaded itertools v0.15.0
12702026-08-13T22:38:18.671Z Downloaded derive_more-impl v2.1.1
12712026-08-13T22:38:18.676Z Downloaded reedline v0.40.0
12722026-08-13T22:38:18.683Z Downloaded zlib-rs v0.6.2
12732026-08-13T22:38:18.686Z Downloaded moka v0.12.13
12742026-08-13T22:38:18.688Z Downloaded hickory-proto v0.25.2
12752026-08-13T22:38:18.696Z Downloaded regress v0.10.5
12762026-08-13T22:38:18.701Z Downloaded petname v2.0.2
12772026-08-13T22:38:18.711Z Downloaded smoltcp v0.9.1
12782026-08-13T22:38:18.717Z Downloaded openssl v0.10.80
12792026-08-13T22:38:18.727Z Downloaded rustix v0.38.44
12802026-08-13T22:38:18.743Z Downloaded dropshot v0.17.1
12812026-08-13T22:38:18.757Z Downloaded bstr v1.12.1
12822026-08-13T22:38:18.762Z Downloaded sled v0.34.7
12832026-08-13T22:38:18.776Z Downloaded regex-syntax v0.8.10
12842026-08-13T22:38:18.780Z Downloaded vcpkg v0.2.15
12852026-08-13T22:38:18.803Z Downloaded zerocopy v0.8.40
12862026-08-13T22:38:18.808Z Downloaded ratatui v0.29.0
12872026-08-13T22:38:18.818Z Downloaded diesel v2.3.7
12882026-08-13T22:38:18.855Z Downloaded tracing v0.1.44
12892026-08-13T22:38:18.866Z Downloaded openapiv3 v2.2.0
12902026-08-13T22:38:18.872Z Downloaded regress v0.11.1
12912026-08-13T22:38:18.877Z Downloaded smoltcp v0.11.0
12922026-08-13T22:38:18.883Z Downloaded typify-impl v0.6.2
12932026-08-13T22:38:18.891Z Downloaded zerocopy-derive v0.6.6
12942026-08-13T22:38:18.895Z Downloaded object v0.30.4
12952026-08-13T22:38:18.899Z Downloaded nix v0.28.0
12962026-08-13T22:38:18.905Z Downloaded curve25519-dalek v5.0.0
12972026-08-13T22:38:18.916Z Downloaded curve25519-dalek v4.1.3
12982026-08-13T22:38:18.920Z Downloaded nix v0.31.2
12992026-08-13T22:38:18.926Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-08-13T22:38:18.935Z Downloaded sqlparser v0.61.0
13012026-08-13T22:38:18.942Z Downloaded crypto-bigint v0.7.5
13022026-08-13T22:38:18.948Z Downloaded tokio v1.52.1
13032026-08-13T22:38:18.969Z Downloaded petgraph v0.8.3
13042026-08-13T22:38:18.980Z Downloaded rustls v0.23.41
13052026-08-13T22:38:18.987Z Downloaded csv v1.4.0
13062026-08-13T22:38:18.997Z Downloaded encoding_rs v0.8.35
13072026-08-13T22:38:19.008Z Downloaded sha3 v0.11.0
13082026-08-13T22:38:19.018Z Downloaded ring v0.17.14
13092026-08-13T22:38:19.074Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-13T22:38:19.081Z Downloaded petgraph v0.6.5
13112026-08-13T22:38:19.086Z Downloaded jiff v0.2.34
13122026-08-13T22:38:19.123Z Downloaded chrono-tz v0.10.4
13132026-08-13T22:38:19.132Z Downloaded regex-automata v0.4.14
13142026-08-13T22:38:19.159Z Downloaded libz-sys v1.1.24
13152026-08-13T22:38:19.171Z Downloaded sha3 v0.10.8
13162026-08-13T22:38:19.323Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-13T22:38:19.886Z Downloaded aws-lc-sys v0.40.0
13182026-08-13T22:38:20.136Z Compiling libc v0.2.185
13192026-08-13T22:38:20.136Z Compiling serde_core v1.0.229
13202026-08-13T22:38:20.136Z Compiling serde v1.0.229
13212026-08-13T22:38:20.139Z Compiling log v0.4.29
13222026-08-13T22:38:20.139Z Compiling smallvec v1.15.1
13232026-08-13T22:38:20.139Z Compiling shlex v1.3.0
13242026-08-13T22:38:20.277Z Compiling find-msvc-tools v0.1.9
13252026-08-13T22:38:20.287Z Compiling syn v2.0.117
13262026-08-13T22:38:20.501Z Compiling subtle v2.6.1
13272026-08-13T22:38:20.515Z Compiling scopeguard v1.2.0
13282026-08-13T22:38:20.541Z Compiling stable_deref_trait v1.2.1
13292026-08-13T22:38:20.555Z Compiling typenum v1.20.1
13302026-08-13T22:38:20.614Z Compiling lock_api v0.4.14
13312026-08-13T22:38:20.622Z Compiling zerocopy v0.8.40
13322026-08-13T22:38:20.628Z Compiling portable-atomic v1.13.1
13332026-08-13T22:38:20.674Z Compiling serde_json v1.0.151
13342026-08-13T22:38:20.838Z Compiling critical-section v1.2.0
13352026-08-13T22:38:20.882Z Compiling libm v0.2.16
13362026-08-13T22:38:20.945Z Compiling num-traits v0.2.19
13372026-08-13T22:38:21.051Z Compiling pkg-config v0.3.32
13382026-08-13T22:38:21.123Z Compiling errno v0.3.14
13392026-08-13T22:38:21.185Z Compiling jobserver v0.1.34
13402026-08-13T22:38:21.197Z Compiling getrandom v0.2.17
13412026-08-13T22:38:21.367Z Compiling cc v1.2.56
13422026-08-13T22:38:21.422Z Compiling rand_core v0.6.4
13432026-08-13T22:38:21.598Z Compiling generic-array v0.14.7
13442026-08-13T22:38:21.682Z Compiling once_cell v1.21.3
13452026-08-13T22:38:21.704Z Compiling parking_lot_core v0.9.12
13462026-08-13T22:38:21.717Z Compiling pin-project-lite v0.2.17
13472026-08-13T22:38:21.787Z Compiling getrandom v0.4.1
13482026-08-13T22:38:21.811Z Compiling const-oid v0.9.6
13492026-08-13T22:38:21.934Z Compiling rand_core v0.10.0
13502026-08-13T22:38:22.239Z Compiling signal-hook-registry v1.4.8
13512026-08-13T22:38:22.383Z Compiling bitflags v2.11.0
13522026-08-13T22:38:22.516Z Compiling writeable v0.6.2
13532026-08-13T22:38:22.543Z Compiling percent-encoding v2.3.2
13542026-08-13T22:38:22.605Z Compiling litemap v0.8.1
13552026-08-13T22:38:22.704Z Compiling futures-core v0.3.32
13562026-08-13T22:38:22.718Z Compiling semver v1.0.28
13572026-08-13T22:38:22.732Z Compiling parking_lot v0.12.5
13582026-08-13T22:38:22.787Z Compiling bytes v1.11.1
13592026-08-13T22:38:22.851Z Compiling mio v1.2.0
13602026-08-13T22:38:22.865Z Compiling icu_properties_data v2.1.2
13612026-08-13T22:38:22.883Z Compiling icu_normalizer_data v2.1.1
13622026-08-13T22:38:23.023Z Compiling socket2 v0.6.3
13632026-08-13T22:38:23.060Z Compiling synstructure v0.13.2
13642026-08-13T22:38:23.178Z Compiling getrandom v0.3.4
13652026-08-13T22:38:23.215Z Compiling futures-sink v0.3.32
13662026-08-13T22:38:23.299Z Compiling futures-channel v0.3.32
13672026-08-13T22:38:23.319Z Compiling indexmap v2.14.0
13682026-08-13T22:38:23.491Z Compiling slab v0.4.12
13692026-08-13T22:38:23.497Z Compiling futures-task v0.3.32
13702026-08-13T22:38:23.532Z Compiling rustix v1.1.3
13712026-08-13T22:38:23.571Z Compiling futures-io v0.3.32
13722026-08-13T22:38:23.590Z Compiling utf8_iter v1.0.4
13732026-08-13T22:38:23.598Z Compiling form_urlencoded v1.2.2
13742026-08-13T22:38:23.639Z Compiling rustversion v1.0.22
13752026-08-13T22:38:23.722Z Compiling iana-time-zone v0.1.65
13762026-08-13T22:38:23.733Z Compiling base64ct v1.8.3
13772026-08-13T22:38:23.767Z Compiling cmake v0.1.57
13782026-08-13T22:38:23.982Z Compiling chrono v0.4.45
13792026-08-13T22:38:24.048Z Compiling pem-rfc7468 v0.7.0
13802026-08-13T22:38:24.076Z Compiling fs_extra v1.3.0
13812026-08-13T22:38:24.086Z Compiling regex-syntax v0.8.10
13822026-08-13T22:38:24.227Z Compiling dunce v1.0.5
13832026-08-13T22:38:24.325Z Compiling flagset v0.4.7
13842026-08-13T22:38:24.351Z Compiling ident_case v1.0.1
13852026-08-13T22:38:24.370Z Compiling aws-lc-sys v0.40.0
13862026-08-13T22:38:24.452Z Compiling rand_core v0.9.5
13872026-08-13T22:38:24.525Z Compiling uuid v1.23.4
13882026-08-13T22:38:24.641Z Compiling base64 v0.22.1
13892026-08-13T22:38:24.749Z Compiling http v1.4.2
13902026-08-13T22:38:24.838Z Compiling zeroize_derive v1.5.0
13912026-08-13T22:38:24.973Z Compiling zerocopy-derive v0.8.40
13922026-08-13T22:38:25.166Z Compiling zerofrom-derive v0.1.6
13932026-08-13T22:38:25.266Z Compiling yoke-derive v0.8.1
13942026-08-13T22:38:25.406Z Compiling zerovec-derive v0.11.2
13952026-08-13T22:38:25.480Z Compiling zeroize v1.9.0
13962026-08-13T22:38:25.644Z Compiling displaydoc v0.2.5
13972026-08-13T22:38:26.262Z Compiling tokio-macros v2.7.0
13982026-08-13T22:38:26.393Z Compiling block-buffer v0.10.4
13992026-08-13T22:38:26.464Z Compiling crypto-common v0.1.7
14002026-08-13T22:38:26.474Z Compiling futures-macro v0.3.32
14012026-08-13T22:38:26.526Z Compiling der_derive v0.7.3
14022026-08-13T22:38:26.555Z Compiling digest v0.10.7
14032026-08-13T22:38:26.570Z Compiling zerofrom v0.1.6
14042026-08-13T22:38:26.580Z Compiling thiserror-impl v2.0.18
14052026-08-13T22:38:26.692Z Compiling yoke v0.8.1
14062026-08-13T22:38:26.851Z Compiling vcpkg v0.2.15
14072026-08-13T22:38:26.907Z Compiling zerovec v0.11.5
14082026-08-13T22:38:26.991Z Compiling zerotrie v0.2.3
14092026-08-13T22:38:27.240Z Compiling tokio v1.52.1
14102026-08-13T22:38:27.277Z Compiling futures-util v0.3.32
14112026-08-13T22:38:27.389Z Compiling tinystr v0.8.2
14122026-08-13T22:38:27.475Z Compiling potential_utf v0.1.4
14132026-08-13T22:38:27.517Z Compiling der v0.7.10
14142026-08-13T22:38:27.597Z Compiling icu_locale_core v2.1.1
14152026-08-13T22:38:27.638Z Compiling icu_collections v2.1.1
14162026-08-13T22:38:27.891Z Compiling thiserror v2.0.18
14172026-08-13T22:38:27.996Z Compiling syn v1.0.109
14182026-08-13T22:38:28.090Z Compiling openssl-sys v0.9.117
14192026-08-13T22:38:28.334Z Compiling icu_provider v2.1.1
14202026-08-13T22:38:28.470Z Compiling spki v0.7.3
14212026-08-13T22:38:28.657Z Compiling icu_properties v2.1.2
14222026-08-13T22:38:28.682Z Compiling icu_normalizer v2.1.1
14232026-08-13T22:38:28.709Z Compiling tracing-attributes v0.1.31
14242026-08-13T22:38:28.732Z Compiling serde_derive_internals v0.29.1
14252026-08-13T22:38:29.143Z Compiling rustc_version v0.4.1
14262026-08-13T22:38:29.464Z Compiling ppv-lite86 v0.2.21
14272026-08-13T22:38:29.499Z Compiling tracing-core v0.1.36
14282026-08-13T22:38:29.631Z Compiling idna_adapter v1.2.1
14292026-08-13T22:38:29.656Z Compiling schemars v0.8.22
14302026-08-13T22:38:29.760Z Compiling idna v1.1.0
14312026-08-13T22:38:29.772Z Compiling rand_chacha v0.9.0
14322026-08-13T22:38:29.786Z Compiling cpufeatures v0.2.17
14332026-08-13T22:38:29.858Z Compiling aws-lc-rs v1.16.3
14342026-08-13T22:38:29.873Z Compiling dyn-clone v1.0.20
14352026-08-13T22:38:30.003Z Compiling rand v0.9.2
14362026-08-13T22:38:30.017Z Compiling tracing v0.1.44
14372026-08-13T22:38:30.051Z Compiling url v2.5.8
14382026-08-13T22:38:30.140Z Compiling schemars_derive v0.8.22
14392026-08-13T22:38:30.488Z Compiling pkcs8 v0.10.2
14402026-08-13T22:38:30.526Z Compiling rustls-pki-types v1.14.0
14412026-08-13T22:38:30.729Z Compiling http-body v1.0.1
14422026-08-13T22:38:30.749Z Compiling spin v0.9.8
14432026-08-13T22:38:30.842Z Compiling openssl-probe v0.2.1
14442026-08-13T22:38:30.874Z Compiling httparse v1.10.1
14452026-08-13T22:38:30.926Z Compiling cmov v0.5.4
14462026-08-13T22:38:30.954Z Compiling crc32fast v1.5.0
14472026-08-13T22:38:31.004Z Compiling tinyvec_macros v0.1.1
14482026-08-13T22:38:31.083Z Compiling tokio-util v0.7.18
14492026-08-13T22:38:31.142Z Compiling ctutils v0.4.2
14502026-08-13T22:38:31.242Z Compiling tinyvec v1.10.0
14512026-08-13T22:38:31.257Z Compiling tempfile v3.25.0
14522026-08-13T22:38:31.357Z Compiling pest_generator v2.8.6
14532026-08-13T22:38:31.580Z Compiling sha2 v0.10.9
14542026-08-13T22:38:31.681Z Compiling aho-corasick v1.1.4
14552026-08-13T22:38:32.018Z Compiling untrusted v0.7.1
14562026-08-13T22:38:32.072Z Compiling try-lock v0.2.5
14572026-08-13T22:38:32.154Z Compiling atomic-waker v1.1.2
14582026-08-13T22:38:32.184Z Compiling radium v0.7.0
14592026-08-13T22:38:32.259Z Compiling tower-service v0.3.3
14602026-08-13T22:38:32.361Z Compiling tower-layer v0.3.3
14612026-08-13T22:38:32.455Z Compiling regex-automata v0.4.14
14622026-08-13T22:38:32.512Z Compiling h2 v0.4.15
14632026-08-13T22:38:32.586Z Compiling want v0.3.1
14642026-08-13T22:38:32.746Z Compiling pest_derive v2.8.6
14652026-08-13T22:38:32.851Z Compiling hybrid-array v0.4.13
14662026-08-13T22:38:33.173Z Compiling scroll_derive v0.13.1
14672026-08-13T22:38:33.234Z Compiling darling_core v0.20.11
14682026-08-13T22:38:33.402Z Compiling ipnet v2.11.0
14692026-08-13T22:38:33.622Z Compiling tap v1.0.1
14702026-08-13T22:38:33.773Z Compiling maybe-uninit v2.0.0
14712026-08-13T22:38:33.972Z Compiling untrusted v0.9.0
14722026-08-13T22:38:34.016Z Compiling httpdate v1.0.3
14732026-08-13T22:38:34.030Z Compiling simd-adler32 v0.3.8
14742026-08-13T22:38:34.066Z Compiling foreign-types-shared v0.1.1
14752026-08-13T22:38:34.090Z Compiling openssl v0.10.80
14762026-08-13T22:38:34.149Z Compiling rustls v0.23.41
14772026-08-13T22:38:34.340Z Compiling foreign-types v0.3.2
14782026-08-13T22:38:34.373Z Compiling scroll v0.13.0
14792026-08-13T22:38:34.373Z Compiling wyz v0.5.1
14802026-08-13T22:38:34.374Z Compiling unicode-normalization v0.1.25
14812026-08-13T22:38:34.563Z Compiling rand_chacha v0.3.1
14822026-08-13T22:38:34.614Z Compiling signature v2.2.0
14832026-08-13T22:38:34.763Z Compiling terminal_size v0.4.3
14842026-08-13T22:38:34.818Z Compiling openssl-macros v0.1.1
14852026-08-13T22:38:34.905Z Compiling thiserror-impl v1.0.69
14862026-08-13T22:38:34.934Z Compiling bzip2-sys v0.1.13+1.0.8
14872026-08-13T22:38:35.186Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-08-13T22:38:35.266Z Compiling hex v0.4.3
14892026-08-13T22:38:35.299Z Compiling num-integer v0.1.46
14902026-08-13T22:38:35.485Z Compiling wait-timeout v0.2.1
14912026-08-13T22:38:35.540Z Compiling darling_macro v0.20.11
14922026-08-13T22:38:35.564Z Compiling socket2 v0.5.10
14932026-08-13T22:38:35.617Z Compiling hyper v1.10.1
14942026-08-13T22:38:35.724Z Compiling ahash v0.8.12
14952026-08-13T22:38:35.908Z Compiling num-bigint-dig v0.8.6
14962026-08-13T22:38:35.914Z Compiling adler2 v2.0.1
14972026-08-13T22:38:35.974Z Compiling native-tls v0.2.18
14982026-08-13T22:38:36.047Z Compiling powerfmt v0.2.0
14992026-08-13T22:38:36.083Z Compiling quick-error v1.2.3
15002026-08-13T22:38:36.091Z Compiling packed_struct v0.10.1
15012026-08-13T22:38:36.172Z Compiling time-core v0.1.8
15022026-08-13T22:38:36.179Z Compiling num-conv v0.2.0
15032026-08-13T22:38:36.277Z Compiling bit-vec v0.8.0
15042026-08-13T22:38:36.307Z Compiling funty v2.0.0
15052026-08-13T22:38:36.328Z Compiling time-macros v0.2.27
15062026-08-13T22:38:36.366Z Compiling deranged v0.5.8
15072026-08-13T22:38:36.465Z Compiling bit-set v0.8.0
15082026-08-13T22:38:36.560Z Compiling rusty-fork v0.3.1
15092026-08-13T22:38:36.576Z Compiling clap_builder v4.6.0
15102026-08-13T22:38:36.639Z Compiling bitvec v1.0.1
15112026-08-13T22:38:36.800Z Compiling hyper-util v0.1.20
15122026-08-13T22:38:36.884Z Compiling thiserror v1.0.69
15132026-08-13T22:38:37.010Z Compiling miniz_oxide v0.8.9
15142026-08-13T22:38:37.184Z Compiling darling v0.20.11
15152026-08-13T22:38:37.319Z Compiling num-iter v0.1.45
15162026-08-13T22:38:37.578Z Compiling rand v0.8.6
15172026-08-13T22:38:38.018Z Compiling goblin v0.10.5
15182026-08-13T22:38:38.252Z Compiling packed_struct_codegen v0.10.1
15192026-08-13T22:38:38.339Z Compiling lazy_static v1.5.0
15202026-08-13T22:38:38.440Z Compiling anstyle-parse v0.2.7
15212026-08-13T22:38:38.469Z Compiling hmac v0.12.1
15222026-08-13T22:38:38.611Z Compiling bitfield-macros v0.19.4
15232026-08-13T22:38:38.622Z Compiling zerocopy-derive v0.6.6
15242026-08-13T22:38:39.351Z Compiling clap_derive v4.6.1
15252026-08-13T22:38:39.361Z Compiling rand_xorshift v0.4.0
15262026-08-13T22:38:39.441Z Compiling sync_wrapper v1.0.2
15272026-08-13T22:38:39.484Z Compiling toml_datetime v0.6.11
15282026-08-13T22:38:39.607Z Compiling serde_spanned v0.6.9
15292026-08-13T22:38:39.627Z Compiling indexmap v1.9.3
15302026-08-13T22:38:39.662Z Compiling paste v1.0.15
15312026-08-13T22:38:39.728Z Compiling siphasher v1.0.2
15322026-08-13T22:38:39.743Z Compiling unicode-segmentation v1.12.0
15332026-08-13T22:38:39.922Z Compiling crossbeam-utils v0.8.21
15342026-08-13T22:38:39.932Z Compiling num_threads v0.1.7
15352026-08-13T22:38:40.031Z Compiling nodrop v0.1.14
15362026-08-13T22:38:40.119Z Compiling unarray v0.1.4
15372026-08-13T22:38:40.134Z Compiling usdt-impl v0.6.0
15382026-08-13T22:38:40.195Z Compiling crc-catalog v2.4.0
15392026-08-13T22:38:40.232Z Compiling zlib-rs v0.6.2
15402026-08-13T22:38:40.286Z Compiling crc v3.4.0
15412026-08-13T22:38:40.353Z Compiling proptest v1.11.0
15422026-08-13T22:38:40.387Z Compiling array-init v0.0.4
15432026-08-13T22:38:40.491Z Compiling time v0.3.47
15442026-08-13T22:38:40.728Z Compiling dof v0.4.0
15452026-08-13T22:38:41.093Z Compiling clap v4.6.1
15462026-08-13T22:38:41.538Z Compiling tower v0.5.3
15472026-08-13T22:38:41.864Z Compiling zerocopy v0.6.6
15482026-08-13T22:38:41.994Z Compiling bitfield v0.19.4
15492026-08-13T22:38:42.230Z Compiling anstream v0.6.21
15502026-08-13T22:38:42.296Z Compiling smallvec v0.6.14
15512026-08-13T22:38:42.559Z Compiling derive_builder_core v0.20.2
15522026-08-13T22:38:42.732Z Compiling dtrace-parser v0.3.0
15532026-08-13T22:38:43.247Z Compiling flate2 v1.1.9
15542026-08-13T22:38:43.349Z Compiling ipnetwork v0.21.1
15552026-08-13T22:38:43.398Z Compiling http-body-util v0.1.3
15562026-08-13T22:38:43.410Z Compiling pkcs1 v0.7.5
15572026-08-13T22:38:43.636Z Compiling heapless v0.7.17
15582026-08-13T22:38:43.655Z Compiling structmeta-derive v0.3.0
15592026-08-13T22:38:43.719Z Compiling scroll_derive v0.12.1
15602026-08-13T22:38:43.773Z Compiling slog v2.8.2
15612026-08-13T22:38:43.787Z Compiling darling_core v0.23.0
15622026-08-13T22:38:43.908Z Compiling thread-id v5.1.0
15632026-08-13T22:38:43.991Z Compiling cookie v0.18.1
15642026-08-13T22:38:44.013Z Compiling env_filter v1.0.0
15652026-08-13T22:38:44.188Z Compiling signal-hook v0.3.18
15662026-08-13T22:38:44.308Z Compiling base64 v0.21.7
15672026-08-13T22:38:44.339Z Compiling allocator-api2 v0.2.21
15682026-08-13T22:38:44.403Z Compiling hashbrown v0.12.3
15692026-08-13T22:38:44.626Z Compiling anyhow v1.0.102
15702026-08-13T22:38:44.676Z Compiling unicode-bidi v0.3.18
15712026-08-13T22:38:44.765Z Compiling iri-string v0.7.10
15722026-08-13T22:38:44.936Z Compiling ryu v1.0.23
15732026-08-13T22:38:45.016Z Compiling zstd-safe v7.2.4
15742026-08-13T22:38:45.062Z Compiling unicode-properties v0.1.4
15752026-08-13T22:38:45.124Z Compiling winnow v0.5.40
15762026-08-13T22:38:45.234Z Compiling stringprep v0.1.5
15772026-08-13T22:38:45.276Z Compiling serde_urlencoded v0.7.1
15782026-08-13T22:38:45.723Z Compiling structmeta v0.3.0
15792026-08-13T22:38:45.931Z Compiling tower-http v0.6.8
15802026-08-13T22:38:46.043Z Compiling ron v0.8.1
15812026-08-13T22:38:46.258Z Compiling scroll v0.12.0
15822026-08-13T22:38:46.313Z Compiling darling_macro v0.23.0
15832026-08-13T22:38:46.408Z Compiling toml_edit v0.19.15
15842026-08-13T22:38:46.518Z Compiling env_logger v0.11.9
15852026-08-13T22:38:46.863Z Compiling rsa v0.9.10
15862026-08-13T22:38:46.943Z Compiling oxnet v0.1.6
15872026-08-13T22:38:46.962Z Compiling derive_builder_macro v0.20.2
15882026-08-13T22:38:47.112Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15892026-08-13T22:38:47.362Z Compiling hashbrown v0.13.2
15902026-08-13T22:38:47.430Z Compiling newtype-uuid v1.3.2
15912026-08-13T22:38:47.670Z Compiling bzip2 v0.4.4
15922026-08-13T22:38:47.808Z Compiling serde-hex v0.1.0
15932026-08-13T22:38:47.859Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15942026-08-13T22:38:47.879Z Compiling tokio-native-tls v0.3.1
15952026-08-13T22:38:48.030Z Compiling camino v1.2.2
15962026-08-13T22:38:48.554Z Compiling heck v0.4.1
15972026-08-13T22:38:48.803Z Compiling bstr v1.12.1
15982026-08-13T22:38:48.936Z Compiling block-buffer v0.12.1
15992026-08-13T22:38:49.041Z Compiling block-padding v0.4.2
16002026-08-13T22:38:49.131Z Compiling crypto-common v0.2.2
16012026-08-13T22:38:49.215Z Compiling rustls-native-certs v0.8.3
16022026-08-13T22:38:49.453Z Compiling curve25519-dalek v4.1.3
16032026-08-13T22:38:49.492Z Compiling x509-cert v0.2.5
16042026-08-13T22:38:49.493Z Compiling md-5 v0.10.6
16052026-08-13T22:38:49.672Z Compiling async-trait v0.1.89
16062026-08-13T22:38:49.788Z Compiling zerocopy-derive v0.7.35
16072026-08-13T22:38:49.932Z Compiling pin-project-internal v1.1.11
16082026-08-13T22:38:50.676Z Compiling daft-derive v0.1.7
16092026-08-13T22:38:50.693Z Compiling vergen-lib v9.1.0
16102026-08-13T22:38:50.869Z Compiling serde_tokenstream v0.2.3
16112026-08-13T22:38:50.877Z Compiling hash32 v0.2.1
16122026-08-13T22:38:50.999Z Compiling erased-serde v0.3.31
16132026-08-13T22:38:51.087Z Compiling memoffset v0.9.1
16142026-08-13T22:38:51.104Z Compiling encoding_rs v0.8.35
16152026-08-13T22:38:51.165Z Compiling psl-types v2.0.11
16162026-08-13T22:38:51.181Z Compiling litrs v1.0.0
16172026-08-13T22:38:51.239Z Compiling ref-cast v1.0.25
16182026-08-13T22:38:51.305Z Compiling mime v0.3.17
16192026-08-13T22:38:51.349Z Compiling crc-any v2.5.0
16202026-08-13T22:38:51.474Z Compiling cfg_aliases v0.2.1
16212026-08-13T22:38:51.534Z Compiling rustix v0.38.44
16222026-08-13T22:38:51.556Z Compiling fallible-iterator v0.2.0
16232026-08-13T22:38:51.572Z Compiling smoltcp v0.9.1
16242026-08-13T22:38:51.597Z Compiling nix v0.31.2
16252026-08-13T22:38:51.676Z Compiling document-features v0.2.12
16262026-08-13T22:38:51.798Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-13T22:38:51.860Z Compiling postgres-protocol v0.6.10
16282026-08-13T22:38:51.925Z Compiling daft v0.1.7
16292026-08-13T22:38:51.940Z Compiling publicsuffix v2.3.0
16302026-08-13T22:38:52.207Z Compiling pin-project v1.1.11
16312026-08-13T22:38:52.258Z Compiling zerocopy v0.7.35
16322026-08-13T22:38:52.302Z Compiling inout v0.2.2
16332026-08-13T22:38:52.344Z Compiling snafu-derive v0.8.9
16342026-08-13T22:38:52.385Z Compiling hyper-tls v0.6.0
16352026-08-13T22:38:52.480Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-13T22:38:52.632Z Compiling zip v0.6.6
16372026-08-13T22:38:52.646Z Compiling object v0.30.4
16382026-08-13T22:38:52.659Z Compiling toml v0.7.8
16392026-08-13T22:38:52.738Z Compiling derive_builder v0.20.2
16402026-08-13T22:38:52.970Z Compiling darling v0.23.0
16412026-08-13T22:38:52.982Z Compiling goblin v0.8.2
16422026-08-13T22:38:53.219Z Compiling derive-ex v0.1.8
16432026-08-13T22:38:53.534Z Compiling phf_shared v0.13.1
16442026-08-13T22:38:53.734Z Compiling regex v1.12.3
16452026-08-13T22:38:53.756Z Compiling hubpack_derive v0.1.1
16462026-08-13T22:38:54.203Z Compiling futures-executor v0.3.32
16472026-08-13T22:38:54.224Z Compiling curve25519-dalek-derive v0.1.1
16482026-08-13T22:38:54.248Z Compiling ref-cast-impl v1.0.25
16492026-08-13T22:38:54.481Z Compiling strum_macros v0.27.2
16502026-08-13T22:38:54.821Z Compiling vergen v9.1.0
16512026-08-13T22:38:54.930Z Compiling cargo-platform v0.3.2
16522026-08-13T22:38:54.945Z Compiling ff v0.13.1
16532026-08-13T22:38:54.984Z Compiling fs-err v3.3.0
16542026-08-13T22:38:55.067Z Compiling jiff-core v0.1.0
16552026-08-13T22:38:55.216Z Compiling either v1.15.0
16562026-08-13T22:38:55.264Z Compiling base16ct v0.2.0
16572026-08-13T22:38:55.337Z Compiling managed v0.8.0
16582026-08-13T22:38:55.365Z Compiling bitflags v1.3.2
16592026-08-13T22:38:55.427Z Compiling object v0.37.3
16602026-08-13T22:38:55.473Z Compiling same-file v1.0.6
16612026-08-13T22:38:55.548Z Compiling path-slash v0.1.5
16622026-08-13T22:38:55.633Z Compiling foldhash v0.1.5
16632026-08-13T22:38:55.666Z Compiling libbz2-rs-sys v0.2.2
16642026-08-13T22:38:55.677Z Compiling bumpalo v3.20.2
16652026-08-13T22:38:55.788Z Compiling foldhash v0.2.0
16662026-08-13T22:38:55.926Z Compiling zopfli v0.8.3
16672026-08-13T22:38:56.024Z Compiling hashbrown v0.16.1
16682026-08-13T22:38:56.091Z Compiling bzip2 v0.6.1
16692026-08-13T22:38:56.301Z Compiling jiff v0.2.34
16702026-08-13T22:38:56.336Z Compiling hashbrown v0.15.5
16712026-08-13T22:38:56.428Z Compiling strum v0.27.2
16722026-08-13T22:38:56.460Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-13T22:38:56.551Z Compiling walkdir v2.5.0
16742026-08-13T22:38:56.577Z Compiling sec1 v0.7.3
16752026-08-13T22:38:56.842Z Compiling dof v0.3.0
16762026-08-13T22:38:56.902Z Compiling cargo_metadata v0.23.1
16772026-08-13T22:38:56.961Z Compiling group v0.13.0
16782026-08-13T22:38:57.154Z Compiling test-strategy v0.4.5
16792026-08-13T22:38:57.641Z Compiling futures v0.3.32
16802026-08-13T22:38:57.761Z Compiling hubpack v0.1.2
16812026-08-13T22:38:57.835Z Compiling snafu v0.8.9
16822026-08-13T22:38:57.947Z Compiling phf v0.13.1
16832026-08-13T22:38:58.190Z Compiling signal-hook-mio v0.2.5
16842026-08-13T22:38:58.205Z Compiling cookie_store v0.22.1
16852026-08-13T22:38:58.309Z Compiling zstd v0.13.3
16862026-08-13T22:38:58.456Z Compiling serde_with_macros v3.21.0
16872026-08-13T22:38:58.570Z Compiling reqwest v0.12.28
16882026-08-13T22:38:58.616Z Compiling cipher v0.5.2
16892026-08-13T22:38:58.969Z Compiling postgres-types v0.2.12
16902026-08-13T22:38:59.529Z Compiling usdt-macro v0.6.0
16912026-08-13T22:38:59.655Z Compiling usdt-attr-macro v0.6.0
16922026-08-13T22:38:59.857Z Compiling globset v0.4.18
16932026-08-13T22:39:00.115Z Compiling phf_shared v0.11.3
16942026-08-13T22:39:00.527Z Compiling hkdf v0.12.4
16952026-08-13T22:39:00.561Z Compiling dtrace-parser v0.2.0
16962026-08-13T22:39:00.561Z Compiling byte-wrapper v0.1.0
16972026-08-13T22:39:00.561Z Compiling olpc-cjson v0.1.4
16982026-08-13T22:39:00.561Z Compiling ed25519 v2.2.3
16992026-08-13T22:39:00.724Z Compiling crypto-bigint v0.5.5
17002026-08-13T22:39:00.788Z Compiling pem v3.0.6
17012026-08-13T22:39:00.788Z Compiling enum-as-inner v0.6.1
17022026-08-13T22:39:00.861Z Compiling strum_macros v0.26.4
17032026-08-13T22:39:00.939Z Compiling async-recursion v1.1.1
17042026-08-13T22:39:01.054Z Compiling serde_repr v0.1.20
17052026-08-13T22:39:01.170Z Compiling serde_plain v1.0.2
17062026-08-13T22:39:01.346Z Compiling serde-big-array v0.5.1
17072026-08-13T22:39:01.370Z Compiling float-cmp v0.10.0
17082026-08-13T22:39:01.486Z Compiling thread-id v4.2.2
17092026-08-13T22:39:01.523Z Compiling memmap2 v0.9.10
17102026-08-13T22:39:01.567Z Compiling whoami v2.1.0
17112026-08-13T22:39:01.588Z Compiling winnow v1.0.3
17122026-08-13T22:39:01.602Z Compiling difflib v0.4.0
17132026-08-13T22:39:01.734Z Compiling predicates-core v1.0.10
17142026-08-13T22:39:01.910Z Compiling cpufeatures v0.3.0
17152026-08-13T22:39:01.932Z Compiling static_assertions v1.1.0
17162026-08-13T22:39:01.944Z Compiling new_debug_unreachable v1.0.6
17172026-08-13T22:39:02.038Z Compiling precomputed-hash v0.1.1
17182026-08-13T22:39:02.130Z Compiling const-oid v0.10.2
17192026-08-13T22:39:02.130Z Compiling keccak v0.1.6
17202026-08-13T22:39:02.138Z Compiling fixedbitset v0.5.7
17212026-08-13T22:39:02.157Z Compiling normalize-line-endings v0.3.0
17222026-08-13T22:39:02.208Z Compiling fixedbitset v0.4.2
17232026-08-13T22:39:02.270Z Compiling data-encoding v2.10.0
17242026-08-13T22:39:02.329Z Compiling typed-path v0.9.3
17252026-08-13T22:39:02.383Z Compiling petgraph v0.6.5
17262026-08-13T22:39:02.436Z Compiling petgraph v0.8.3
17272026-08-13T22:39:02.650Z Compiling strum v0.26.3
17282026-08-13T22:39:02.683Z Compiling hickory-proto v0.25.2
17292026-08-13T22:39:02.741Z Compiling predicates v3.1.4
17302026-08-13T22:39:02.757Z Compiling sha3 v0.10.8
17312026-08-13T22:39:02.934Z Compiling digest v0.11.3
17322026-08-13T22:39:03.175Z Compiling string_cache v0.8.9
17332026-08-13T22:39:03.208Z Compiling toml_edit v0.22.27
17342026-08-13T22:39:03.350Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17352026-08-13T22:39:03.390Z Compiling chacha20 v0.10.0
17362026-08-13T22:39:03.553Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-13T22:39:03.807Z Compiling tokio-postgres v0.7.16
17382026-08-13T22:39:03.959Z Compiling usdt v0.6.0
17392026-08-13T22:39:04.251Z Compiling usdt-impl v0.5.0
17402026-08-13T22:39:04.297Z Compiling elliptic-curve v0.13.8
17412026-08-13T22:39:04.436Z Compiling ed25519-dalek v2.2.0
17422026-08-13T22:39:04.665Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17432026-08-13T22:39:04.784Z Compiling crossterm v0.28.1
17442026-08-13T22:39:05.081Z Compiling serde_with v3.21.0
17452026-08-13T22:39:06.276Z Compiling zip v4.6.1
17462026-08-13T22:39:09.181Z Compiling iddqd v0.4.2
17472026-08-13T22:39:09.344Z Compiling itertools v0.15.0
17482026-08-13T22:39:09.611Z Compiling itertools v0.13.0
17492026-08-13T22:39:09.611Z Compiling similar v2.7.0
17502026-08-13T22:39:09.611Z Compiling crossbeam-epoch v0.9.18
17512026-08-13T22:39:09.611Z Compiling tokio-stream v0.1.18
17522026-08-13T22:39:09.611Z Compiling buf-list v1.1.2
17532026-08-13T22:39:09.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-08-13T22:39:09.611Z Compiling openapiv3 v2.2.0
17552026-08-13T22:39:09.611Z Compiling lalrpop-util v0.19.12
17562026-08-13T22:39:09.612Z Compiling peg-runtime v0.8.5
17572026-08-13T22:39:09.612Z Compiling thread_local v1.1.9
17582026-08-13T22:39:09.612Z Compiling slog-async v2.8.0
17592026-08-13T22:39:09.612Z Compiling crossbeam-channel v0.5.15
17602026-08-13T22:39:09.613Z Compiling is-terminal v0.4.17
17612026-08-13T22:39:09.613Z Compiling filetime v0.2.27
17622026-08-13T22:39:09.613Z Compiling term v1.2.1
17632026-08-13T22:39:09.613Z Compiling take_mut v0.2.2
17642026-08-13T22:39:09.613Z Compiling xattr v1.6.1
17652026-08-13T22:39:09.613Z Compiling camino-tempfile v1.4.1
17662026-08-13T22:39:09.614Z Compiling slog-term v2.9.2
17672026-08-13T22:39:09.614Z Compiling tar v0.4.46
17682026-08-13T22:39:14.768Z Compiling rustls-webpki v0.103.13
17692026-08-13T22:39:17.410Z Compiling tokio-rustls v0.26.4
17702026-08-13T22:39:17.410Z Compiling rustls-platform-verifier v0.6.2
17712026-08-13T22:39:17.410Z Compiling tough v0.22.0
17722026-08-13T22:39:17.608Z Compiling hyper-rustls v0.27.7
17732026-08-13T22:39:17.804Z Compiling reqwest v0.13.2
17742026-08-13T22:39:20.005Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-08-13T22:39:20.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-08-13T22:39:23.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17772026-08-13T22:39:23.311Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17782026-08-13T22:39:23.340ZAug 13 22:39:21.912 INFO Starting download, target: DendriteStub
17792026-08-13T22:39:23.341ZAug 13 22:39:21.913 INFO Starting download, target: Cockroach
17802026-08-13T22:39:23.341ZAug 13 22:39:21.913 INFO Starting download, target: Console
17812026-08-13T22:39:23.341ZAug 13 22:39:21.913 INFO Starting download, target: Clickhouse
17822026-08-13T22:39:23.344ZAug 13 22:39:21.913 INFO Starting download, target: MaghemiteMgd
17832026-08-13T22:39:23.344ZAug 13 22:39:21.913 INFO Starting download, target: MaghemiteDdmd
17842026-08-13T22:39:23.344ZAug 13 22:39:21.913 INFO Starting download, target: TransceiverControl
17852026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17872026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17882026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17902026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17912026-08-13T22:39:23.345ZAug 13 22:39:21.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17922026-08-13T22:39:25.077ZAug 13 22:39:23.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17932026-08-13T22:39:25.189ZAug 13 22:39:23.761 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17942026-08-13T22:39:25.446ZAug 13 22:39:24.017 INFO Download complete, target: Console
17952026-08-13T22:39:31.872ZAug 13 22:39:30.444 INFO Checking that binary works, target: Clickhouse
17962026-08-13T22:39:31.960ZAug 13 22:39:30.532 INFO Download complete, target: Clickhouse
17972026-08-13T22:39:50.979ZAug 13 22:39:49.538 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17982026-08-13T22:39:51.218ZAug 13 22:39:49.751 INFO Download complete, target: TransceiverControl
17992026-08-13T22:39:53.427ZAug 13 22:39:51.967 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18002026-08-13T22:39:53.503ZAug 13 22:39:52.051 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18012026-08-13T22:39:53.733ZAug 13 22:39:52.304 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18022026-08-13T22:39:56.634ZAug 13 22:39:54.092 INFO Download complete, target: MaghemiteDdmd
18032026-08-13T22:39:56.666ZAug 13 22:39:54.382 INFO Download complete, target: DendriteStub
18042026-08-13T22:39:56.666ZAug 13 22:39:54.892 INFO Download complete, target: MaghemiteMgd
18052026-08-13T22:39:58.084ZAug 13 22:39:56.647 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18062026-08-13T22:39:58.084ZAug 13 22:39:56.647 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18072026-08-13T22:40:02.706ZAug 13 22:40:01.278 INFO Checking that binary works, target: Cockroach
18082026-08-13T22:40:02.818ZAug 13 22:40:01.385 INFO Download complete, target: Cockroach
18092026-08-13T22:40:02.831ZAll builder prerequisites installed successfully, and PATH looks valid
18102026-08-13T22:40:02.838Z
18112026-08-13T22:40:02.838Zreal 2:37.888987235
18122026-08-13T22:40:02.838Zuser 7:09.518215615
18132026-08-13T22:40:02.839Zsys 1:24.625777735
18142026-08-13T22:40:02.839Ztrap 0.220537008
18152026-08-13T22:40:02.839Ztflt 0.515639203
18162026-08-13T22:40:02.839Zdflt 0.701107832
18172026-08-13T22:40:02.839Zkflt 0.023210453
18182026-08-13T22:40:02.839Zlock 34:21.034315730
18192026-08-13T22:40:02.839Zslp 22:35.282088614
18202026-08-13T22:40:02.839Zlat 45.883755909
18212026-08-13T22:40:02.839Zstop 2:38.679755366
18222026-08-13T22:40:02.839Z+ banner clippy
18232026-08-13T22:40:02.839Z
18242026-08-13T22:40:02.839Z #### # # ##### ##### # #
18252026-08-13T22:40:02.839Z # # # # # # # # # #
18262026-08-13T22:40:02.839Z # # # # # # # #
18272026-08-13T22:40:02.839Z # # # ##### ##### #
18282026-08-13T22:40:02.839Z # # # # # # #
18292026-08-13T22:40:02.839Z #### ###### # # # #
18302026-08-13T22:40:02.839Z
18312026-08-13T22:40:02.839Z+ export CARGO_INCREMENTAL=0
18322026-08-13T22:40:02.839Z+ CARGO_INCREMENTAL=0
18332026-08-13T22:40:02.839Z+ ptime -m cargo xtask clippy
18342026-08-13T22:40:03.308Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18352026-08-13T22:40:03.586Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18362026-08-13T22:40:05.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18372026-08-13T22:40:05.412Z Running `target/debug/xtask clippy`
18382026-08-13T22:40:05.449Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18392026-08-13T22:40:05.992Z Downloading crates ...
18402026-08-13T22:40:06.167Z Downloaded criterion-plot v0.6.0
18412026-08-13T22:40:06.237Z Downloaded backtrace-ext v0.2.1
18422026-08-13T22:40:06.237Z Downloaded async-object-pool v0.2.0
18432026-08-13T22:40:06.237Z Downloaded approx v0.5.1
18442026-08-13T22:40:06.237Z Downloaded constant_time_eq v0.3.1
18452026-08-13T22:40:06.237Z Downloaded anes v0.1.6
18462026-08-13T22:40:06.237Z Downloaded cast v0.3.0
18472026-08-13T22:40:06.237Z Downloaded assert-json-diff v2.0.2
18482026-08-13T22:40:06.237Z Downloaded async-lock v3.4.2
18492026-08-13T22:40:06.237Z Downloaded addr2line v0.25.1
18502026-08-13T22:40:06.237Z Downloaded concurrent-queue v2.5.0
18512026-08-13T22:40:06.237Z Downloaded assert_cmd v2.1.2
18522026-08-13T22:40:06.237Z Downloaded blake2b_simd v1.0.4
18532026-08-13T22:40:06.237Z Downloaded cfg-expr v0.20.6
18542026-08-13T22:40:06.237Z Downloaded datatest-stable v0.3.3
18552026-08-13T22:40:06.237Z Downloaded escape8259 v0.5.3
18562026-08-13T22:40:06.237Z Downloaded event-listener-strategy v0.5.4
18572026-08-13T22:40:06.237Z Downloaded backtrace v0.3.76
18582026-08-13T22:40:06.237Z Downloaded chumsky v0.9.3
18592026-08-13T22:40:06.237Z Downloaded event-listener v5.4.1
18602026-08-13T22:40:06.237Z Downloaded criterion v0.7.0
18612026-08-13T22:40:06.237Z Downloaded fancy-regex v0.14.0
18622026-08-13T22:40:06.238Z Downloaded futures-timer v3.0.3
18632026-08-13T22:40:06.238Z Downloaded guppy-workspace-hack v0.1.0
18642026-08-13T22:40:06.238Z Downloaded hex-literal v0.4.1
18652026-08-13T22:40:06.238Z Downloaded hashbrown v0.14.5
18662026-08-13T22:40:06.238Z Downloaded httptest v0.16.4
18672026-08-13T22:40:06.239Z Downloaded miette-derive v5.10.0
18682026-08-13T22:40:06.239Z Downloaded hickory-client v0.25.2
18692026-08-13T22:40:06.239Z Downloaded linkme-impl v0.3.35
18702026-08-13T22:40:06.239Z Downloaded nested v0.1.1
18712026-08-13T22:40:06.239Z Downloaded libtest-mimic v0.8.1
18722026-08-13T22:40:06.239Z Downloaded knuffel-derive v3.2.0
18732026-08-13T22:40:06.239Z Downloaded linkme v0.3.35
18742026-08-13T22:40:06.239Z Downloaded parking v2.2.1
18752026-08-13T22:40:06.239Z Downloaded pathdiff v0.2.3
18762026-08-13T22:40:06.239Z Downloaded oorandom v11.1.5
18772026-08-13T22:40:06.239Z Downloaded proc-macro-crate v3.4.0
18782026-08-13T22:40:06.239Z Downloaded path-tree v0.8.3
18792026-08-13T22:40:06.239Z Downloaded knuffel v3.2.0
18802026-08-13T22:40:06.239Z Downloaded owo-colors v3.5.0
18812026-08-13T22:40:06.239Z Downloaded partial-io v0.5.4
18822026-08-13T22:40:06.239Z Downloaded plotters-backend v0.3.7
18832026-08-13T22:40:06.240Z Downloaded plotters-svg v0.3.7
18842026-08-13T22:40:06.240Z Downloaded guppy v0.17.25
18852026-08-13T22:40:06.240Z Downloaded miette v5.10.0
18862026-08-13T22:40:06.240Z Downloaded relative-path v1.9.3
18872026-08-13T22:40:06.240Z Downloaded serde_regex v1.1.0
18882026-08-13T22:40:06.240Z Downloaded similar-asserts v1.7.0
18892026-08-13T22:40:06.240Z Downloaded rustc-demangle v0.1.27
18902026-08-13T22:40:06.240Z Downloaded rust-argon2 v2.1.0
18912026-08-13T22:40:06.240Z Downloaded rstest v0.25.0
18922026-08-13T22:40:06.240Z Downloaded supports-hyperlinks v2.1.0
18932026-08-13T22:40:06.240Z Downloaded supports-unicode v2.1.0
18942026-08-13T22:40:06.240Z Downloaded gimli v0.32.3
18952026-08-13T22:40:06.253Z Downloaded rand_distr v0.5.1
18962026-08-13T22:40:06.253Z Downloaded supports-color v2.1.0
18972026-08-13T22:40:06.253Z Downloaded target-triple v1.0.0
18982026-08-13T22:40:06.253Z Downloaded terminal_size v0.1.17
18992026-08-13T22:40:06.253Z Downloaded rstest_macros v0.25.0
19002026-08-13T22:40:06.253Z Downloaded stringmetrics v2.2.2
19012026-08-13T22:40:06.254Z Downloaded target-lexicon v0.13.3
19022026-08-13T22:40:06.254Z Downloaded termcolor v1.4.1
19032026-08-13T22:40:06.254Z Downloaded target-spec v3.5.7
19042026-08-13T22:40:06.254Z Downloaded plotters v0.3.7
19052026-08-13T22:40:06.258Z Downloaded tinytemplate v1.2.1
19062026-08-13T22:40:06.258Z Downloaded toml_datetime v0.7.5+spec-1.1.0
19072026-08-13T22:40:06.258Z Downloaded textwrap v0.15.2
19082026-08-13T22:40:06.258Z Downloaded trybuild v1.0.116
19092026-08-13T22:40:06.258Z Downloaded toml_edit v0.23.10+spec-1.0.0
19102026-08-13T22:40:06.315Z Downloaded httpmock v0.8.3
19112026-08-13T22:40:08.129Z Checking cfg-if v1.0.4
19122026-08-13T22:40:08.438Z Checking libc v0.2.185
19132026-08-13T22:40:08.447Z Checking serde_core v1.0.229
19142026-08-13T22:40:08.531Z Checking memchr v2.8.0
19152026-08-13T22:40:08.559Z Checking smallvec v1.15.1
19162026-08-13T22:40:08.590Z Checking zeroize v1.9.0
19172026-08-13T22:40:08.635Z Checking rand_core v0.10.0
19182026-08-13T22:40:08.670Z Checking itoa v1.0.17
19192026-08-13T22:40:08.724Z Checking subtle v2.6.1
19202026-08-13T22:40:10.437Z Checking log v0.4.29
19212026-08-13T22:40:10.504Z Checking libm v0.2.16
19222026-08-13T22:40:10.504Z Checking typenum v1.20.1
19232026-08-13T22:40:10.504Z Checking getrandom v0.4.1
19242026-08-13T22:40:10.504Z Checking errno v0.3.14
19252026-08-13T22:40:10.504Z Checking scopeguard v1.2.0
19262026-08-13T22:40:10.505Z Checking zmij v1.0.21
19272026-08-13T22:40:10.505Z Checking stable_deref_trait v1.2.1
19282026-08-13T22:40:10.505Z Checking zerofrom v0.1.6
19292026-08-13T22:40:10.505Z Checking lock_api v0.4.14
19302026-08-13T22:40:10.505Z Checking percent-encoding v2.3.2
19312026-08-13T22:40:10.505Z Checking writeable v0.6.2
19322026-08-13T22:40:10.505Z Checking yoke v0.8.1
19332026-08-13T22:40:10.505Z Checking litemap v0.8.1
19342026-08-13T22:40:10.505Z Checking icu_normalizer_data v2.1.1
19352026-08-13T22:40:10.505Z Checking icu_properties_data v2.1.2
19362026-08-13T22:40:10.505Z Checking form_urlencoded v1.2.2
19372026-08-13T22:40:10.505Z Checking zerovec v0.11.5
19382026-08-13T22:40:10.505Z Checking zerotrie v0.2.3
19392026-08-13T22:40:10.505Z Checking num-traits v0.2.19
19402026-08-13T22:40:10.505Z Checking utf8_iter v1.0.4
19412026-08-13T22:40:10.505Z Checking pin-project-lite v0.2.17
19422026-08-13T22:40:10.505Z Checking zerocopy v0.8.40
19432026-08-13T22:40:10.505Z Checking parking_lot_core v0.9.12
19442026-08-13T22:40:10.506Z Checking portable-atomic v1.13.1
19452026-08-13T22:40:10.506Z Checking critical-section v1.2.0
19462026-08-13T22:40:10.506Z Checking signal-hook-registry v1.4.8
19472026-08-13T22:40:10.506Z Checking parking_lot v0.12.5
19482026-08-13T22:40:10.507Z Checking tinystr v0.8.2
19492026-08-13T22:40:10.507Z Checking potential_utf v0.1.4
19502026-08-13T22:40:10.507Z Checking serde v1.0.229
19512026-08-13T22:40:10.507Z Checking serde_json v1.0.151
19522026-08-13T22:40:10.507Z Checking bitflags v2.11.0
19532026-08-13T22:40:10.507Z Checking mio v1.2.0
19542026-08-13T22:40:10.507Z Checking icu_locale_core v2.1.1
19552026-08-13T22:40:10.507Z Checking icu_collections v2.1.1
19562026-08-13T22:40:10.507Z Checking once_cell v1.21.3
19572026-08-13T22:40:10.507Z Checking iana-time-zone v0.1.65
19582026-08-13T22:40:10.507Z Checking socket2 v0.6.3
19592026-08-13T22:40:10.507Z Checking bytes v1.11.1
19602026-08-13T22:40:10.507Z Checking chrono v0.4.45
19612026-08-13T22:40:10.569Z Checking uuid v1.23.4
19622026-08-13T22:40:10.616Z Checking semver v1.0.28
19632026-08-13T22:40:10.691Z Checking thiserror v2.0.18
19642026-08-13T22:40:10.758Z Checking icu_provider v2.1.1
19652026-08-13T22:40:10.803Z Checking dyn-clone v1.0.20
19662026-08-13T22:40:10.844Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19672026-08-13T22:40:10.844Z Checking futures-core v0.3.32
19682026-08-13T22:40:10.907Z Checking equivalent v1.0.2
19692026-08-13T22:40:10.914Z Checking tokio v1.52.1
19702026-08-13T22:40:10.984Z Checking rustix v1.1.3
19712026-08-13T22:40:10.990Z Checking icu_properties v2.1.2
19722026-08-13T22:40:11.106Z Checking icu_normalizer v2.1.1
19732026-08-13T22:40:11.116Z Checking getrandom v0.2.17
19742026-08-13T22:40:11.202Z Checking cmov v0.5.4
19752026-08-13T22:40:11.251Z Checking rand_core v0.6.4
19762026-08-13T22:40:11.372Z Checking futures-sink v0.3.32
19772026-08-13T22:40:11.417Z Checking ctutils v0.4.2
19782026-08-13T22:40:11.448Z Checking byteorder v1.5.0
19792026-08-13T22:40:11.485Z Checking getrandom v0.3.4
19802026-08-13T22:40:11.521Z Checking futures-channel v0.3.32
19812026-08-13T22:40:11.656Z Checking hybrid-array v0.4.13
19822026-08-13T22:40:11.693Z Checking slab v0.4.12
19832026-08-13T22:40:11.697Z Checking futures-task v0.3.32
19842026-08-13T22:40:11.760Z Checking futures-io v0.3.32
19852026-08-13T22:40:11.863Z Checking generic-array v0.14.7
19862026-08-13T22:40:11.904Z Checking hashbrown v0.17.0
19872026-08-13T22:40:11.911Z Checking idna_adapter v1.2.1
19882026-08-13T22:40:11.934Z Checking futures-util v0.3.32
19892026-08-13T22:40:11.940Z Checking thiserror v1.0.69
19902026-08-13T22:40:12.079Z Checking idna v1.1.0
19912026-08-13T22:40:12.124Z Checking regex-syntax v0.8.10
19922026-08-13T22:40:12.342Z Checking fnv v1.0.7
19932026-08-13T22:40:12.381Z Checking url v2.5.8
19942026-08-13T22:40:12.409Z Checking indexmap v2.14.0
19952026-08-13T22:40:12.449Z Checking crypto-common v0.2.2
19962026-08-13T22:40:12.456Z Checking ppv-lite86 v0.2.21
19972026-08-13T22:40:12.515Z Checking const-oid v0.9.6
19982026-08-13T22:40:12.796Z Checking base64ct v1.8.3
19992026-08-13T22:40:12.837Z Checking schemars v0.8.22
20002026-08-13T22:40:13.005Z Checking crypto-common v0.1.7
20012026-08-13T22:40:13.062Z Checking block-buffer v0.12.1
20022026-08-13T22:40:13.096Z Checking block-buffer v0.10.4
20032026-08-13T22:40:13.149Z Checking base64 v0.22.1
20042026-08-13T22:40:13.228Z Checking utf8parse v0.2.2
20052026-08-13T22:40:13.283Z Checking digest v0.10.7
20062026-08-13T22:40:13.290Z Checking anstyle v1.0.14
20072026-08-13T22:40:13.367Z Checking http v1.4.2
20082026-08-13T22:40:13.407Z Checking tracing-core v0.1.36
20092026-08-13T22:40:13.444Z Checking anstyle-query v1.1.5
20102026-08-13T22:40:13.482Z Checking is_terminal_polyfill v1.70.2
20112026-08-13T22:40:13.524Z Checking colorchoice v1.0.4
20122026-08-13T22:40:13.531Z Checking rand_core v0.9.5
20132026-08-13T22:40:13.604Z Checking const-oid v0.10.2
20142026-08-13T22:40:13.635Z Checking anstyle-parse v1.0.0
20152026-08-13T22:40:13.669Z Checking terminal_size v0.4.3
20162026-08-13T22:40:13.734Z Checking tracing v0.1.44
20172026-08-13T22:40:13.769Z Checking rand_chacha v0.9.0
20182026-08-13T22:40:13.808Z Checking ipnet v2.11.0
20192026-08-13T22:40:13.814Z Checking anstream v1.0.0
20202026-08-13T22:40:13.814Z Checking aho-corasick v1.1.4
20212026-08-13T22:40:13.916Z Checking clap_lex v1.0.0
20222026-08-13T22:40:13.951Z Checking strsim v0.11.1
20232026-08-13T22:40:13.992Z Checking crossbeam-utils v0.8.21
20242026-08-13T22:40:14.034Z Checking rand v0.9.2
20252026-08-13T22:40:14.089Z Checking unicode-ident v1.0.24
20262026-08-13T22:40:14.092Z Checking erased-serde v0.3.31
20272026-08-13T22:40:14.092Z Checking powerfmt v0.2.0
20282026-08-13T22:40:14.197Z Checking clap_builder v4.6.0
20292026-08-13T22:40:14.232Z Checking proc-macro2 v1.0.106
20302026-08-13T22:40:14.272Z Checking tokio-util v0.7.18
20312026-08-13T22:40:14.315Z Checking deranged v0.5.8
20322026-08-13T22:40:14.352Z Checking digest v0.11.3
20332026-08-13T22:40:14.516Z Checking fastrand v2.3.0
20342026-08-13T22:40:14.607Z Checking regex-automata v0.4.14
20352026-08-13T22:40:14.619Z Checking slog v2.8.2
20362026-08-13T22:40:14.619Z Checking quote v1.0.45
20372026-08-13T22:40:14.627Z Checking time-core v0.1.8
20382026-08-13T22:40:14.726Z Checking num-conv v0.2.0
20392026-08-13T22:40:14.791Z Checking allocator-api2 v0.2.21
20402026-08-13T22:40:14.853Z Checking cpufeatures v0.3.0
20412026-08-13T22:40:14.902Z Checking num_threads v0.1.7
20422026-08-13T22:40:14.915Z Checking syn v2.0.117
20432026-08-13T22:40:14.933Z Checking httparse v1.10.1
20442026-08-13T22:40:15.010Z Checking anyhow v1.0.102
20452026-08-13T22:40:15.036Z Checking cpufeatures v0.2.17
20462026-08-13T22:40:15.097Z Checking tempfile v3.25.0
20472026-08-13T22:40:15.152Z Checking ipnetwork v0.21.1
20482026-08-13T22:40:15.205Z Checking aws-lc-sys v0.40.0
20492026-08-13T22:40:15.234Z Checking rustls-pki-types v1.14.0
20502026-08-13T22:40:15.270Z Checking time v0.3.47
20512026-08-13T22:40:15.321Z Checking untrusted v0.7.1
20522026-08-13T22:40:15.375Z Checking http-body v1.0.1
20532026-08-13T22:40:15.421Z Checking clap v4.6.1
20542026-08-13T22:40:15.461Z Checking atomic-waker v1.1.2
20552026-08-13T22:40:15.529Z Checking hex v0.4.3
20562026-08-13T22:40:15.567Z Checking httpdate v1.0.3
20572026-08-13T22:40:15.572Z Checking try-lock v0.2.5
20582026-08-13T22:40:15.635Z Checking h2 v0.4.15
20592026-08-13T22:40:15.713Z Checking aws-lc-rs v1.16.3
20602026-08-13T22:40:15.752Z Checking want v0.3.1
20612026-08-13T22:40:15.765Z Checking tower-layer v0.3.3
20622026-08-13T22:40:15.826Z Checking untrusted v0.9.0
20632026-08-13T22:40:15.905Z Checking ryu v1.0.23
20642026-08-13T22:40:15.962Z Checking tower-service v0.3.3
20652026-08-13T22:40:16.020Z Checking pem-rfc7468 v0.7.0
20662026-08-13T22:40:16.073Z Checking spin v0.9.8
20672026-08-13T22:40:16.114Z Checking flagset v0.4.7
20682026-08-13T22:40:16.192Z Checking socket2 v0.5.10
20692026-08-13T22:40:16.261Z Checking der v0.7.10
20702026-08-13T22:40:16.301Z Checking simd-adler32 v0.3.8
20712026-08-13T22:40:16.389Z Checking mime v0.3.17
20722026-08-13T22:40:16.440Z Checking block-padding v0.4.2
20732026-08-13T22:40:16.476Z Checking adler2 v2.0.1
20742026-08-13T22:40:16.532Z Checking pretty-hex v0.4.1
20752026-08-13T22:40:16.612Z Checking miniz_oxide v0.8.9
20762026-08-13T22:40:16.619Z Checking rustls-webpki v0.103.13
20772026-08-13T22:40:16.619Z Checking inout v0.2.2
20782026-08-13T22:40:16.619Z Checking http-body-util v0.1.3
20792026-08-13T22:40:16.760Z Checking oxnet v0.1.6
20802026-08-13T22:40:16.822Z Checking camino v1.2.2
20812026-08-13T22:40:16.944Z Checking plain v0.2.3
20822026-08-13T22:40:17.037Z Checking openssl-probe v0.2.1
20832026-08-13T22:40:17.077Z Checking ucd-trie v0.1.7
20842026-08-13T22:40:17.102Z Checking cipher v0.5.2
20852026-08-13T22:40:17.102Z Checking regex v1.12.3
20862026-08-13T22:40:17.141Z Checking serde_urlencoded v0.7.1
20872026-08-13T22:40:17.149Z Checking rand_chacha v0.3.1
20882026-08-13T22:40:17.214Z Checking pest v2.8.6
20892026-08-13T22:40:17.218Z Checking rustls v0.23.41
20902026-08-13T22:40:17.325Z Checking encoding_rs v0.8.35
20912026-08-13T22:40:17.350Z Checking spki v0.7.3
20922026-08-13T22:40:17.379Z Checking futures-executor v0.3.32
20932026-08-13T22:40:17.406Z Checking crc32fast v1.5.0
20942026-08-13T22:40:17.453Z Checking rand v0.8.6
20952026-08-13T22:40:17.591Z Checking either v1.15.0
20962026-08-13T22:40:17.611Z Checking futures v0.3.32
20972026-08-13T22:40:17.622Z Checking sync_wrapper v1.0.2
20982026-08-13T22:40:17.674Z Checking pkcs8 v0.10.2
20992026-08-13T22:40:17.731Z Checking tower v0.5.3
21002026-08-13T22:40:17.769Z Checking static_assertions v1.1.0
21012026-08-13T22:40:17.857Z Checking iri-string v0.7.10
21022026-08-13T22:40:17.903Z Checking foldhash v0.2.0
21032026-08-13T22:40:18.000Z Checking openapiv3 v2.2.0
21042026-08-13T22:40:18.159Z Checking hashbrown v0.16.1
21052026-08-13T22:40:18.164Z Checking bit-vec v0.8.0
21062026-08-13T22:40:18.244Z Checking zlib-rs v0.6.2
21072026-08-13T22:40:18.301Z Checking sha2 v0.10.9
21082026-08-13T22:40:18.369Z Checking bit-set v0.8.0
21092026-08-13T22:40:18.429Z Checking hyper v1.10.1
21102026-08-13T22:40:18.543Z Checking hubpack v0.1.2
21112026-08-13T22:40:18.592Z Checking wait-timeout v0.2.1
21122026-08-13T22:40:18.631Z Checking rustls-native-certs v0.8.3
21132026-08-13T22:40:18.737Z Checking lazy_static v1.5.0
21142026-08-13T22:40:18.808Z Checking tinyvec_macros v0.1.1
21152026-08-13T22:40:18.834Z Checking psl-types v2.0.11
21162026-08-13T22:40:18.858Z Checking quick-error v1.2.3
21172026-08-13T22:40:18.897Z Checking tinyvec v1.10.0
21182026-08-13T22:40:18.905Z Checking tower-http v0.6.8
21192026-08-13T22:40:18.972Z Checking publicsuffix v2.3.0
21202026-08-13T22:40:19.009Z Checking rusty-fork v0.3.1
21212026-08-13T22:40:19.175Z Checking flate2 v1.1.9
21222026-08-13T22:40:19.227Z Checking cookie v0.18.1
21232026-08-13T22:40:19.232Z Checking rand_xorshift v0.4.0
21242026-08-13T22:40:19.232Z Checking strum v0.26.3
21252026-08-13T22:40:19.320Z Checking unarray v0.1.4
21262026-08-13T22:40:19.426Z Checking signature v2.2.0
21272026-08-13T22:40:19.715Z Checking num-integer v0.1.46
21282026-08-13T22:40:19.715Z Checking scroll v0.13.0
21292026-08-13T22:40:19.715Z Checking hyper-util v0.1.20
21302026-08-13T22:40:19.771Z Checking proptest v1.11.0
21312026-08-13T22:40:19.771Z Checking cookie_store v0.22.1
21322026-08-13T22:40:19.771Z Checking memmap2 v0.9.10
21332026-08-13T22:40:19.771Z Checking dtrace-parser v0.3.0
21342026-08-13T22:40:19.771Z Checking tokio-rustls v0.26.4
21352026-08-13T22:40:19.771Z Checking rustls-platform-verifier v0.6.2
21362026-08-13T22:40:19.771Z Checking goblin v0.10.5
21372026-08-13T22:40:19.771Z Checking anstyle-parse v0.2.7
21382026-08-13T22:40:19.815Z Checking ahash v0.8.12
21392026-08-13T22:40:19.846Z Checking serde_spanned v0.6.9
21402026-08-13T22:40:19.886Z Checking toml_datetime v0.6.11
21412026-08-13T22:40:19.895Z Checking thread-id v5.1.0
21422026-08-13T22:40:19.962Z Checking data-encoding v2.10.0
21432026-08-13T22:40:19.995Z Checking base64 v0.21.7
21442026-08-13T22:40:20.035Z Checking anstream v0.6.21
21452026-08-13T22:40:20.042Z Checking bstr v1.12.1
21462026-08-13T22:40:20.511Z Checking hmac v0.12.1
21472026-08-13T22:40:20.586Z Checking x509-cert v0.2.5
21482026-08-13T22:40:20.586Z Checking crossbeam-epoch v0.9.18
21492026-08-13T22:40:20.586Z Checking memoffset v0.9.1
21502026-08-13T22:40:20.586Z Checking num-iter v0.1.45
21512026-08-13T22:40:20.586Z Checking scroll v0.12.0
21522026-08-13T22:40:20.586Z Checking zerocopy v0.7.35
21532026-08-13T22:40:20.755Z Checking rustix v0.38.44
21542026-08-13T22:40:20.755Z Checking env_filter v1.0.0
21552026-08-13T22:40:20.773Z Checking goblin v0.8.2
21562026-08-13T22:40:20.773Z Checking hyper-rustls v0.27.7
21572026-08-13T22:40:20.874Z Checking tap v1.0.1
21582026-08-13T22:40:22.097Z Checking unicode-segmentation v1.12.0
21592026-08-13T22:40:22.139Z Checking wyz v0.5.1
21602026-08-13T22:40:22.139Z Checking reqwest v0.13.2
21612026-08-13T22:40:22.139Z Checking env_logger v0.11.9
21622026-08-13T22:40:22.139Z Checking num-bigint-dig v0.8.6
21632026-08-13T22:40:22.139Z Checking nix v0.31.2
21642026-08-13T22:40:22.139Z Checking dtrace-parser v0.2.0
21652026-08-13T22:40:22.139Z Checking newtype-uuid v1.3.2
21662026-08-13T22:40:22.139Z Checking pkcs1 v0.7.5
21672026-08-13T22:40:22.139Z Checking ff v0.13.1
21682026-08-13T22:40:22.139Z Checking daft v0.1.7
21692026-08-13T22:40:22.139Z Checking radium v0.7.0
21702026-08-13T22:40:22.211Z Checking thread-id v4.2.2
21712026-08-13T22:40:22.211Z Checking crc-catalog v2.4.0
21722026-08-13T22:40:22.211Z Checking same-file v1.0.6
21732026-08-13T22:40:22.211Z Checking funty v2.0.0
21742026-08-13T22:40:22.211Z Checking base16ct v0.2.0
21752026-08-13T22:40:22.212Z Checking crc v3.4.0
21762026-08-13T22:40:22.212Z Checking walkdir v2.5.0
21772026-08-13T22:40:22.212Z Checking dof v0.4.0
21782026-08-13T22:40:22.213Z Checking rsa v0.9.10
21792026-08-13T22:40:22.213Z Checking sec1 v0.7.3
21802026-08-13T22:40:22.214Z Checking group v0.13.0
21812026-08-13T22:40:22.253Z Checking hkdf v0.12.4
21822026-08-13T22:40:22.268Z Checking bitvec v1.0.1
21832026-08-13T22:40:22.329Z Checking unicode-normalization v0.1.25
21842026-08-13T22:40:22.370Z Checking serde_with v3.21.0
21852026-08-13T22:40:22.377Z Checking crypto-bigint v0.5.5
21862026-08-13T22:40:22.473Z Checking zerocopy v0.6.6
21872026-08-13T22:40:22.585Z Checking maybe-uninit v2.0.0
21882026-08-13T22:40:22.693Z Checking dof v0.3.0
21892026-08-13T22:40:22.725Z Checking foreign-types-shared v0.1.1
21902026-08-13T22:40:22.725Z Checking usdt-impl v0.6.0
21912026-08-13T22:40:22.812Z Checking winnow v0.5.40
21922026-08-13T22:40:22.844Z Checking foldhash v0.1.5
21932026-08-13T22:40:22.844Z Checking nodrop v0.1.14
21942026-08-13T22:40:22.924Z Checking usdt-impl v0.5.0
21952026-08-13T22:40:22.959Z Checking keccak v0.1.6
21962026-08-13T22:40:23.005Z Checking hashbrown v0.15.5
21972026-08-13T22:40:23.028Z Checking usdt v0.6.0
21982026-08-13T22:40:23.144Z Checking sha3 v0.10.8
21992026-08-13T22:40:23.219Z Checking array-init v0.0.4
22002026-08-13T22:40:23.226Z Checking foreign-types v0.3.2
22012026-08-13T22:40:23.317Z Checking smallvec v0.6.14
22022026-08-13T22:40:23.355Z Checking elliptic-curve v0.13.8
22032026-08-13T22:40:23.393Z Checking bitfield v0.19.4
22042026-08-13T22:40:23.470Z Checking bzip2-sys v0.1.13+1.0.8
22052026-08-13T22:40:23.534Z Checking openssl-sys v0.9.117
22062026-08-13T22:40:23.655Z Checking packed_struct v0.10.1
22072026-08-13T22:40:23.676Z Checking bitflags v1.3.2
22082026-08-13T22:40:23.676Z Checking hashbrown v0.12.3
22092026-08-13T22:40:23.692Z Checking winnow v0.7.14
22102026-08-13T22:40:23.718Z Checking winnow v1.0.3
22112026-08-13T22:40:23.729Z Checking siphasher v1.0.2
22122026-08-13T22:40:23.879Z Checking serde-hex v0.1.0
22132026-08-13T22:40:23.922Z Checking toml_edit v0.19.15
22142026-08-13T22:40:23.929Z Checking openssl v0.10.80
22152026-08-13T22:40:24.010Z Checking bzip2 v0.4.4
22162026-08-13T22:40:24.039Z Checking toml_parser v1.1.2+spec-1.1.0
22172026-08-13T22:40:24.108Z Checking indexmap v1.9.3
22182026-08-13T22:40:24.195Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-13T22:40:24.449Z Checking ron v0.8.1
22202026-08-13T22:40:24.485Z Checking hashbrown v0.13.2
22212026-08-13T22:40:24.485Z Checking itertools v0.13.0
22222026-08-13T22:40:24.676Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-13T22:40:24.871Z Checking itertools v0.15.0
22242026-08-13T22:40:24.913Z Checking signal-hook v0.3.18
22252026-08-13T22:40:24.976Z Checking managed v0.8.0
22262026-08-13T22:40:25.006Z Checking toml v0.7.8
22272026-08-13T22:40:25.122Z Checking crc-any v2.5.0
22282026-08-13T22:40:25.162Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-13T22:40:25.318Z Checking object v0.30.4
22302026-08-13T22:40:25.359Z Checking zip v0.6.6
22312026-08-13T22:40:25.366Z Checking globset v0.4.18
22322026-08-13T22:40:25.431Z Checking chacha20 v0.10.0
22332026-08-13T22:40:25.546Z Checking curve25519-dalek v4.1.3
22342026-08-13T22:40:25.660Z Checking object v0.37.3
22352026-08-13T22:40:25.699Z Checking path-slash v0.1.5
22362026-08-13T22:40:25.737Z Checking toml_write v0.1.2
22372026-08-13T22:40:25.827Z Checking signal-hook-mio v0.2.5
22382026-08-13T22:40:25.938Z Checking toml_edit v0.22.27
22392026-08-13T22:40:25.990Z Checking ed25519 v2.2.3
22402026-08-13T22:40:26.017Z Checking ref-cast v1.0.25
22412026-08-13T22:40:26.044Z Checking native-tls v0.2.18
22422026-08-13T22:40:26.141Z Checking pin-project v1.1.11
22432026-08-13T22:40:26.203Z Checking jiff-core v0.1.0
22442026-08-13T22:40:26.276Z Checking ed25519-dalek v2.2.0
22452026-08-13T22:40:26.309Z Checking pem v3.0.6
22462026-08-13T22:40:26.342Z Checking tokio-native-tls v0.3.1
22472026-08-13T22:40:26.502Z Checking zstd-sys v2.0.16+zstd.1.5.7
22482026-08-13T22:40:26.531Z Checking fixedbitset v0.5.7
22492026-08-13T22:40:26.541Z Checking hyper-tls v0.6.0
22502026-08-13T22:40:26.654Z Checking zstd-safe v7.2.4
22512026-08-13T22:40:26.759Z Checking petgraph v0.8.3
22522026-08-13T22:40:26.795Z Checking snafu v0.8.9
22532026-08-13T22:40:26.835Z Checking crossterm v0.28.1
22542026-08-13T22:40:26.891Z Checking jiff v0.2.34
22552026-08-13T22:40:27.063Z Checking similar v2.7.0
22562026-08-13T22:40:27.125Z Checking fs-err v3.3.0
22572026-08-13T22:40:27.432Z Checking hash32 v0.2.1
22582026-08-13T22:40:27.437Z Checking serde_plain v1.0.2
22592026-08-13T22:40:27.504Z Checking serde-big-array v0.5.1
22602026-08-13T22:40:27.583Z Checking predicates-core v1.0.10
22612026-08-13T22:40:27.634Z Checking typed-path v0.9.3
22622026-08-13T22:40:27.663Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22632026-08-13T22:40:27.670Z Checking bumpalo v3.20.2
22642026-08-13T22:40:27.670Z Checking libbz2-rs-sys v0.2.2
22652026-08-13T22:40:27.770Z Checking unicode-bidi v0.3.18
22662026-08-13T22:40:27.964Z Checking unicode-properties v0.1.4
22672026-08-13T22:40:28.014Z Checking zopfli v0.8.3
22682026-08-13T22:40:28.086Z Checking heapless v0.7.17
22692026-08-13T22:40:28.129Z Checking bzip2 v0.6.1
22702026-08-13T22:40:28.178Z Checking stringprep v0.1.5
22712026-08-13T22:40:28.317Z Checking zstd v0.13.3
22722026-08-13T22:40:28.358Z Checking reqwest v0.12.28
22732026-08-13T22:40:28.392Z Checking hickory-proto v0.25.2
22742026-08-13T22:40:28.402Z Checking byte-wrapper v0.1.0
22752026-08-13T22:40:28.457Z Checking md-5 v0.10.6
22762026-08-13T22:40:28.535Z Checking float-cmp v0.10.0
22772026-08-13T22:40:28.560Z Checking difflib v0.4.0
22782026-08-13T22:40:28.616Z Checking normalize-line-endings v0.3.0
22792026-08-13T22:40:28.627Z Checking fallible-iterator v0.2.0
22802026-08-13T22:40:28.693Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22812026-08-13T22:40:28.701Z Checking smoltcp v0.9.1
22822026-08-13T22:40:28.780Z Checking iddqd v0.4.2
22832026-08-13T22:40:28.796Z Checking predicates v3.1.4
22842026-08-13T22:40:28.830Z Checking zip v4.6.1
22852026-08-13T22:40:28.982Z Checking postgres-protocol v0.6.10
22862026-08-13T22:40:29.064Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-08-13T22:40:29.119Z Checking phf_shared v0.11.3
22882026-08-13T22:40:29.154Z Checking phf_shared v0.13.1
22892026-08-13T22:40:29.289Z Checking olpc-cjson v0.1.4
22902026-08-13T22:40:29.327Z Checking tokio-stream v0.1.18
22912026-08-13T22:40:29.362Z Checking strum v0.27.2
22922026-08-13T22:40:29.402Z Checking precomputed-hash v0.1.1
22932026-08-13T22:40:29.437Z Checking fixedbitset v0.4.2
22942026-08-13T22:40:29.478Z Checking new_debug_unreachable v1.0.6
22952026-08-13T22:40:29.515Z Checking lalrpop-util v0.19.12
22962026-08-13T22:40:29.519Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-13T22:40:29.588Z Checking string_cache v0.8.9
22982026-08-13T22:40:29.629Z Checking petgraph v0.6.5
22992026-08-13T22:40:29.670Z Checking tough v0.22.0
23002026-08-13T22:40:29.712Z Checking phf v0.13.1
23012026-08-13T22:40:29.724Z Checking postgres-types v0.2.12
23022026-08-13T22:40:29.784Z Checking buf-list v1.1.2
23032026-08-13T22:40:29.823Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23042026-08-13T22:40:29.889Z Checking peg-runtime v0.8.5
23052026-08-13T22:40:29.993Z Checking whoami v2.1.0
23062026-08-13T22:40:30.100Z Checking is-terminal v0.4.17
23072026-08-13T22:40:30.133Z Checking crossbeam-channel v0.5.15
23082026-08-13T22:40:30.177Z Checking thread_local v1.1.9
23092026-08-13T22:40:30.218Z Checking tokio-postgres v0.7.16
23102026-08-13T22:40:30.235Z Checking take_mut v0.2.2
23112026-08-13T22:40:30.404Z Checking term v1.2.1
23122026-08-13T22:40:30.450Z Compiling newtype-uuid-macros v0.1.0
23132026-08-13T22:40:30.501Z Checking slog-async v2.8.0
23142026-08-13T22:40:30.632Z Checking slog-term v2.9.2
23152026-08-13T22:40:30.708Z Checking match_cfg v0.1.0
23162026-08-13T22:40:30.801Z Checking hostname v0.3.1
23172026-08-13T22:40:30.894Z Checking slog-json v2.6.1
23182026-08-13T22:40:30.947Z Compiling multer v3.1.0
23192026-08-13T22:40:30.980Z Compiling async-stream-impl v0.3.6
23202026-08-13T22:40:31.090Z Checking slog-bunyan v2.5.0
23212026-08-13T22:40:31.216Z Compiling dropshot v0.17.1
23222026-08-13T22:40:31.242Z Checking debug-ignore v1.0.5
23232026-08-13T22:40:31.277Z Compiling dropshot_endpoint v0.17.1
23242026-08-13T22:40:31.283Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23252026-08-13T22:40:31.373Z Checking serde_path_to_error v0.1.20
23262026-08-13T22:40:31.516Z Checking progenitor-client v0.14.0
23272026-08-13T22:40:31.556Z Checking sha1 v0.11.0
23282026-08-13T22:40:31.606Z Checking toml_datetime v1.1.1+spec-1.1.0
23292026-08-13T22:40:31.674Z Checking serde_spanned v1.1.1
23302026-08-13T22:40:31.735Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23312026-08-13T22:40:31.776Z Checking compression-core v0.4.31
23322026-08-13T22:40:31.780Z Checking toml_writer v1.1.1+spec-1.1.0
23332026-08-13T22:40:31.809Z Checking async-stream v0.3.6
23342026-08-13T22:40:31.922Z Checking waitgroup v0.1.2
23352026-08-13T22:40:31.999Z Checking compression-codecs v0.4.37
23362026-08-13T22:40:32.024Z Checking toml v1.1.2+spec-1.1.0
23372026-08-13T22:40:32.028Z Checking rustls-pemfile v2.2.0
23382026-08-13T22:40:32.110Z Checking hostname v0.4.2
23392026-08-13T22:40:32.143Z Checking atomicwrites v0.4.4
23402026-08-13T22:40:32.177Z Compiling parse-display-derive v0.10.0
23412026-08-13T22:40:32.216Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-13T22:40:32.250Z Checking async-compression v0.4.41
23432026-08-13T22:40:32.255Z Checking macaddr v1.0.1
23442026-08-13T22:40:32.255Z Checking regress v0.10.5
23452026-08-13T22:40:32.363Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-08-13T22:40:32.407Z Checking instant v0.1.13
23472026-08-13T22:40:32.511Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23482026-08-13T22:40:32.549Z Checking itertools v0.14.0
23492026-08-13T22:40:32.560Z Checking backoff v0.4.0
23502026-08-13T22:40:32.625Z Checking backon v1.6.0
23512026-08-13T22:40:32.770Z Checking humantime v2.3.0
23522026-08-13T22:40:32.815Z Checking unicode-width v0.2.0
23532026-08-13T22:40:32.821Z Compiling convert_case v0.4.0
23542026-08-13T22:40:32.878Z Checking progenitor-extras v0.2.0
23552026-08-13T22:40:32.973Z Checking half v2.7.1
23562026-08-13T22:40:33.121Z Checking ciborium-io v0.2.2
23572026-08-13T22:40:33.156Z Checking heck v0.5.0
23582026-08-13T22:40:33.317Z Checking secrecy v0.10.3
23592026-08-13T22:40:33.354Z Compiling derive_more v0.99.20
23602026-08-13T22:40:33.355Z Checking ciborium-ll v0.2.2
23612026-08-13T22:40:33.402Z Checking camino-tempfile v1.4.1
23622026-08-13T22:40:33.402Z Checking indent_write v2.2.0
23632026-08-13T22:40:33.507Z Checking ciborium v0.2.2
23642026-08-13T22:40:33.554Z Compiling regress v0.11.1
23652026-08-13T22:40:33.591Z Compiling crucible-workspace-hack v0.1.0
23662026-08-13T22:40:33.655Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23672026-08-13T22:40:33.750Z Checking inout v0.1.4
23682026-08-13T22:40:33.889Z Checking parse-display v0.10.0
23692026-08-13T22:40:33.918Z Checking cipher v0.4.4
23702026-08-13T22:40:34.014Z Checking universal-hash v0.5.1
23712026-08-13T22:40:34.047Z Compiling thiserror-impl-no-std v2.0.2
23722026-08-13T22:40:34.061Z Checking opaque-debug v0.3.1
23732026-08-13T22:40:34.135Z Checking chacha20 v0.9.1
23742026-08-13T22:40:34.172Z Checking blake2 v0.10.6
23752026-08-13T22:40:34.173Z Checking poly1305 v0.8.0
23762026-08-13T22:40:34.377Z Checking aead v0.5.2
23772026-08-13T22:40:34.437Z Checking password-hash v0.5.0
23782026-08-13T22:40:34.496Z Compiling unsafe-libyaml v0.2.11
23792026-08-13T22:40:34.540Z Checking chacha20poly1305 v0.10.1
23802026-08-13T22:40:34.683Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23812026-08-13T22:40:34.726Z Checking argon2 v0.5.3
23822026-08-13T22:40:35.155Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-08-13T22:40:35.266Z Compiling typify-impl v0.6.2
23842026-08-13T22:40:35.266Z Compiling serde_yaml v0.9.34+deprecated
23852026-08-13T22:40:35.293Z Checking thiserror-no-std v2.0.2
23862026-08-13T22:40:35.293Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-08-13T22:40:35.406Z Checking vsss-rs v3.3.4
23882026-08-13T22:40:35.580Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23892026-08-13T22:40:35.852Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-08-13T22:40:35.896Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23912026-08-13T22:40:36.661Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-08-13T22:40:36.756Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-08-13T22:40:36.767Z Checking swrite v0.1.0
23942026-08-13T22:40:36.767Z Checking crossbeam-deque v0.8.6
23952026-08-13T22:40:36.795Z Compiling rayon-core v1.13.0
23962026-08-13T22:40:36.891Z Compiling num-derive v0.4.2
23972026-08-13T22:40:36.903Z Compiling proc-macro-crate v1.3.1
23982026-08-13T22:40:36.927Z Compiling proc-macro-error v1.0.4
23992026-08-13T22:40:37.341Z Checking tabwriter v1.4.1
24002026-08-13T22:40:37.422Z Compiling num_enum_derive v0.7.6
24012026-08-13T22:40:37.556Z Checking rayon v1.11.0
24022026-08-13T22:40:37.671Z Checking glob v0.3.3
24032026-08-13T22:40:37.727Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24042026-08-13T22:40:37.727Z Compiling heapless v0.8.0
24052026-08-13T22:40:37.748Z Checking hash32 v0.3.1
24062026-08-13T22:40:37.748Z Compiling ingot-macros v0.2.0
24072026-08-13T22:40:37.821Z Compiling smoltcp v0.11.0
24082026-08-13T22:40:37.871Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092026-08-13T22:40:38.142Z Checking colored v3.1.1
24102026-08-13T22:40:38.363Z Checking cobs v0.3.0
24112026-08-13T22:40:38.564Z Compiling usdt-macro v0.5.0
24122026-08-13T22:40:38.654Z Checking num_enum v0.7.6
24132026-08-13T22:40:38.655Z Compiling usdt-attr-macro v0.5.0
24142026-08-13T22:40:38.675Z Checking memmap v0.7.0
24152026-08-13T22:40:38.676Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24162026-08-13T22:40:38.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-08-13T22:40:40.253Z Checking postcard v1.1.3
24182026-08-13T22:40:40.335Z Checking toml v0.8.23
24192026-08-13T22:40:40.335Z Checking rand v0.10.1
24202026-08-13T22:40:40.335Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-08-13T22:40:40.335Z Checking sigpipe v0.1.3
24222026-08-13T22:40:40.335Z Checking usdt v0.5.0
24232026-08-13T22:40:40.335Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24242026-08-13T22:40:40.335Z Compiling foreign-types-macros v0.2.3
24252026-08-13T22:40:40.335Z Checking foreign-types-shared v0.3.1
24262026-08-13T22:40:40.336Z Compiling typify-macro v0.6.2
24272026-08-13T22:40:40.336Z Compiling num_enum_derive v0.5.11
24282026-08-13T22:40:40.336Z Checking cstr-argument v0.1.2
24292026-08-13T22:40:40.336Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24302026-08-13T22:40:40.336Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24312026-08-13T22:40:40.336Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24322026-08-13T22:40:40.336Z Checking foreign-types v0.5.0
24332026-08-13T22:40:40.336Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24342026-08-13T22:40:40.336Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24352026-08-13T22:40:40.423Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-13T22:40:40.434Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24372026-08-13T22:40:40.434Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24382026-08-13T22:40:40.466Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24392026-08-13T22:40:40.596Z Compiling zone_cfg_derive v0.3.1
24402026-08-13T22:40:40.612Z Checking ingot-types v0.2.0
24412026-08-13T22:40:40.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-13T22:40:40.781Z Checking num_enum v0.5.11
24432026-08-13T22:40:40.819Z Checking itertools v0.12.1
24442026-08-13T22:40:40.855Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24452026-08-13T22:40:40.974Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24462026-08-13T22:40:40.988Z Checking ingot v0.2.1
24472026-08-13T22:40:41.143Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-13T22:40:41.251Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24492026-08-13T22:40:41.357Z Checking smf v0.2.3
24502026-08-13T22:40:41.393Z Checking whoami v1.6.1
24512026-08-13T22:40:41.401Z Compiling derive-where v1.6.0
24522026-08-13T22:40:41.500Z Checking tokio-dtrace v0.1.1
24532026-08-13T22:40:41.536Z Compiling typify v0.6.2
24542026-08-13T22:40:41.669Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-08-13T22:40:41.698Z Compiling progenitor-impl v0.14.0
24562026-08-13T22:40:41.729Z Checking oxide-tokio-rt v0.1.4
24572026-08-13T22:40:41.931Z Checking console v0.15.11
24582026-08-13T22:40:42.046Z Checking zone v0.3.1
24592026-08-13T22:40:42.238Z Checking newline-converter v0.3.0
24602026-08-13T22:40:42.348Z Checking bytecount v0.6.9
24612026-08-13T22:40:42.386Z Checking expectorate v1.2.0
24622026-08-13T22:40:42.487Z Checking unicode-width v0.1.14
24632026-08-13T22:40:42.549Z Checking num-rational v0.4.2
24642026-08-13T22:40:42.768Z Checking num-complex v0.4.6
24652026-08-13T22:40:42.779Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24662026-08-13T22:40:42.779Z Checking oxide-update-engine-types v0.1.2
24672026-08-13T22:40:42.779Z Checking float-ord v0.3.2
24682026-08-13T22:40:42.857Z Compiling cancel-safe-futures v0.1.5
24692026-08-13T22:40:42.930Z Checking linear-map v1.2.0
24702026-08-13T22:40:43.121Z Checking num v0.4.3
24712026-08-13T22:40:43.164Z Checking gethostname v0.5.0
24722026-08-13T22:40:43.191Z Compiling prettyplease v0.2.37
24732026-08-13T22:40:43.282Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24742026-08-13T22:40:43.445Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24752026-08-13T22:40:43.521Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24762026-08-13T22:40:43.670Z Compiling owo-colors v4.3.0
24772026-08-13T22:40:43.704Z Checking oxide-update-engine v0.1.2
24782026-08-13T22:40:43.744Z Checking resolv-conf v0.7.6
24792026-08-13T22:40:43.870Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24802026-08-13T22:40:43.983Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24812026-08-13T22:40:43.983Z Checking smawk v0.3.2
24822026-08-13T22:40:44.124Z Checking unicode-linebreak v0.1.5
24832026-08-13T22:40:44.160Z Checking papergrid v0.11.0
24842026-08-13T22:40:44.309Z Compiling progenitor-macro v0.14.0
24852026-08-13T22:40:44.366Z Compiling tabled_derive v0.7.0
24862026-08-13T22:40:44.671Z Compiling convert_case v0.10.0
24872026-08-13T22:40:44.904Z Compiling slog-dtrace v0.3.0
24882026-08-13T22:40:44.931Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24892026-08-13T22:40:45.015Z Compiling derive_more-impl v2.1.1
24902026-08-13T22:40:45.179Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-08-13T22:40:45.305Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24922026-08-13T22:40:45.343Z Checking tabled v0.15.0
24932026-08-13T22:40:45.723Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24942026-08-13T22:40:45.877Z Checking derive_more v2.1.1
24952026-08-13T22:40:46.018Z Checking crossterm v0.29.0
24962026-08-13T22:40:46.154Z Checking linked-hash-map v0.5.6
24972026-08-13T22:40:46.359Z Checking lru-cache v0.1.2
24982026-08-13T22:40:46.689Z Checking hickory-proto v0.24.4
24992026-08-13T22:40:46.716Z Checking fd-lock v4.0.4
25002026-08-13T22:40:47.564Z Checking vte v0.14.1
25012026-08-13T22:40:47.686Z Checking strip-ansi-escapes v0.2.1
25022026-08-13T22:40:47.824Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-08-13T22:40:47.866Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25042026-08-13T22:40:47.907Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25052026-08-13T22:40:49.102Z Checking termtree v0.5.1
25062026-08-13T22:40:49.453Z Checking nu-ansi-term v0.50.3
25072026-08-13T22:40:49.478Z Checking progenitor v0.14.0
25082026-08-13T22:40:49.478Z Checking hickory-resolver v0.24.4
25092026-08-13T22:40:49.495Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25102026-08-13T22:40:49.512Z Checking reedline v0.40.0
25112026-08-13T22:40:49.592Z Checking textwrap v0.16.2
25122026-08-13T22:40:49.841Z Compiling minimal-lexical v0.2.1
25132026-08-13T22:40:50.198Z Checking qorb v0.4.1
25142026-08-13T22:40:50.249Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25152026-08-13T22:40:50.289Z Compiling nom v7.1.3
25162026-08-13T22:40:50.532Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25172026-08-13T22:40:50.674Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25182026-08-13T22:40:51.214Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-08-13T22:40:51.445Z Checking display-error-chain v0.2.2
25202026-08-13T22:40:51.603Z Compiling unicode-xid v0.2.6
25212026-08-13T22:40:51.644Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-08-13T22:40:51.837Z Compiling ar_archive_writer v0.5.1
25232026-08-13T22:40:51.853Z Checking csv-core v0.1.13
25242026-08-13T22:40:51.909Z Compiling stacker v0.1.23
25252026-08-13T22:40:51.982Z Compiling cfg_aliases v0.1.1
25262026-08-13T22:40:52.021Z Checking csv v1.4.0
25272026-08-13T22:40:52.094Z Compiling semver v0.1.20
25282026-08-13T22:40:52.203Z Checking highway v1.3.0
25292026-08-13T22:40:52.343Z Compiling rustc_version v0.1.7
25302026-08-13T22:40:52.374Z Compiling nix v0.28.0
25312026-08-13T22:40:52.417Z Checking nibble_vec v0.1.0
25322026-08-13T22:40:52.449Z Checking endian-type v0.1.2
25332026-08-13T22:40:52.498Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-08-13T22:40:52.611Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-08-13T22:40:52.643Z Compiling newtype_derive v0.1.6
25362026-08-13T22:40:52.643Z Checking radix_trie v0.2.1
25372026-08-13T22:40:52.714Z Compiling psm v0.1.30
25382026-08-13T22:40:52.799Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25392026-08-13T22:40:52.872Z Checking phf_shared v0.12.1
25402026-08-13T22:40:52.938Z Compiling recursive-proc-macro-impl v0.1.1
25412026-08-13T22:40:53.041Z Compiling chrono-tz v0.10.4
25422026-08-13T22:40:53.083Z Checking phf v0.12.1
25432026-08-13T22:40:53.349Z Compiling const_format_proc_macros v0.2.34
25442026-08-13T22:40:53.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-08-13T22:40:53.429Z Compiling peg-macros v0.8.5
25462026-08-13T22:40:53.495Z Checking winnow v0.6.26
25472026-08-13T22:40:53.495Z Compiling sqlparser_derive v0.5.0
25482026-08-13T22:40:53.649Z Checking recursive v0.1.1
25492026-08-13T22:40:53.895Z Checking home v0.5.12
25502026-08-13T22:40:54.014Z Checking unicode_categories v0.1.1
25512026-08-13T22:40:54.282Z Checking const_format v0.2.35
25522026-08-13T22:40:54.316Z Checking sqlparser v0.61.0
25532026-08-13T22:40:54.320Z Checking rustyline v14.0.0
25542026-08-13T22:40:54.537Z Checking bcs v0.1.6
25552026-08-13T22:40:54.731Z Checking sqlformat v0.3.5
25562026-08-13T22:40:54.834Z Checking peg v0.8.5
25572026-08-13T22:40:54.936Z Checking nom v8.0.0
25582026-08-13T22:40:55.082Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
25592026-08-13T22:40:55.156Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-08-13T22:40:55.191Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25612026-08-13T22:40:55.228Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-08-13T22:40:55.361Z Checking steno v0.4.1
25632026-08-13T22:40:55.747Z Checking sha1 v0.10.6
25642026-08-13T22:40:55.946Z Checking filetime v0.2.27
25652026-08-13T22:40:56.104Z Checking xattr v1.6.1
25662026-08-13T22:40:56.240Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25672026-08-13T22:40:56.283Z Checking tar v0.4.46
25682026-08-13T22:40:56.443Z Checking subprocess v0.2.15
25692026-08-13T22:40:56.465Z Checking headers-core v0.3.0
25702026-08-13T22:40:56.500Z Checking yasna v0.5.2
25712026-08-13T22:40:56.582Z Checking headers v0.4.1
25722026-08-13T22:40:56.721Z Checking port-file v0.1.0
25732026-08-13T22:40:56.750Z Checking tagptr v0.2.0
25742026-08-13T22:40:56.907Z Checking rcgen v0.12.1
25752026-08-13T22:40:57.008Z Checking moka v0.12.13
25762026-08-13T22:40:57.053Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
25772026-08-13T22:40:57.101Z Checking dropshot-api-manager-types v0.7.2
25782026-08-13T22:40:57.269Z Checking utf-8 v0.7.6
25792026-08-13T22:40:57.301Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-08-13T22:40:57.449Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25812026-08-13T22:40:57.486Z Checking tungstenite v0.21.0
25822026-08-13T22:40:57.662Z Checking hickory-resolver v0.25.2
25832026-08-13T22:40:57.927Z Compiling libefi-sys v0.1.0
25842026-08-13T22:40:57.940Z Checking tokio-tungstenite v0.21.0
25852026-08-13T22:40:57.987Z Compiling bitfield-struct v0.6.2
25862026-08-13T22:40:58.164Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25872026-08-13T22:40:58.246Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25882026-08-13T22:40:58.505Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-08-13T22:40:58.634Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25902026-08-13T22:40:58.669Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25912026-08-13T22:40:58.741Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25922026-08-13T22:40:58.786Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25932026-08-13T22:40:58.822Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25942026-08-13T22:40:58.912Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25952026-08-13T22:40:58.942Z Compiling xshell-macros v0.2.7
25962026-08-13T22:40:58.969Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25972026-08-13T22:40:59.183Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25982026-08-13T22:40:59.341Z Checking xshell v0.2.7
25992026-08-13T22:40:59.562Z Checking half v1.8.3
26002026-08-13T22:40:59.598Z Checking libscf-sys v1.2.0
26012026-08-13T22:40:59.627Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26022026-08-13T22:40:59.757Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-08-13T22:40:59.794Z Checking serde_cbor v0.11.2
26042026-08-13T22:40:59.998Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26052026-08-13T22:41:00.020Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26062026-08-13T22:41:00.056Z Checking papergrid v0.18.0
26072026-08-13T22:41:00.201Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26082026-08-13T22:41:00.235Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26092026-08-13T22:41:00.424Z Checking maplit v1.0.2
26102026-08-13T22:41:00.542Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26112026-08-13T22:41:00.566Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26122026-08-13T22:41:00.856Z Checking tabled v0.21.0
26132026-08-13T22:41:01.058Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26142026-08-13T22:41:01.113Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26152026-08-13T22:41:01.159Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26162026-08-13T22:41:01.248Z Checking crc8 v0.1.1
26172026-08-13T22:41:01.404Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26182026-08-13T22:41:01.422Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26192026-08-13T22:41:01.545Z Checking unicase v2.9.0
26202026-08-13T22:41:01.679Z Checking fxhash v0.2.1
26212026-08-13T22:41:01.729Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26222026-08-13T22:41:01.834Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26232026-08-13T22:41:02.287Z Checking sha2 v0.11.0
26242026-08-13T22:41:02.355Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26252026-08-13T22:41:02.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26262026-08-13T22:41:02.683Z Compiling darling_core v0.21.3
26272026-08-13T22:41:02.824Z Compiling vergen-lib v0.1.6
26282026-08-13T22:41:02.965Z Compiling diesel_derives v2.3.7
26292026-08-13T22:41:03.004Z Checking scheduled-thread-pool v0.2.7
26302026-08-13T22:41:03.090Z Compiling vergen-gitcl v1.0.8
26312026-08-13T22:41:03.167Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26322026-08-13T22:41:03.204Z Compiling diesel_table_macro_syntax v0.3.0
26332026-08-13T22:41:03.294Z Checking r2d2 v0.8.10
26342026-08-13T22:41:03.439Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-08-13T22:41:03.503Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26362026-08-13T22:41:03.764Z Checking downcast-rs v2.0.2
26372026-08-13T22:41:03.895Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26382026-08-13T22:41:03.902Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26392026-08-13T22:41:04.297Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26402026-08-13T22:41:04.479Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26412026-08-13T22:41:04.614Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26422026-08-13T22:41:04.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26432026-08-13T22:41:04.779Z Checking kstat-rs v0.2.5
26442026-08-13T22:41:05.006Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452026-08-13T22:41:05.190Z Compiling darling_macro v0.21.3
26462026-08-13T22:41:05.278Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26472026-08-13T22:41:05.314Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26482026-08-13T22:41:05.314Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26492026-08-13T22:41:05.725Z Compiling darling v0.21.3
26502026-08-13T22:41:05.845Z Compiling dsl_auto_type v0.2.0
26512026-08-13T22:41:06.307Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26522026-08-13T22:41:06.636Z Compiling dirs-sys-next v0.1.2
26532026-08-13T22:41:06.650Z Compiling crunchy v0.2.4
26542026-08-13T22:41:06.677Z Compiling parking_lot_core v0.8.6
26552026-08-13T22:41:06.756Z Compiling clang-sys v1.8.1
26562026-08-13T22:41:07.037Z Compiling dirs-next v2.0.0
26572026-08-13T22:41:07.076Z Compiling git-stub v1.0.0
26582026-08-13T22:41:07.097Z Compiling tiny-keccak v2.0.2
26592026-08-13T22:41:07.242Z Compiling git-stub-vcs v0.1.0
26602026-08-13T22:41:07.362Z Compiling term v0.7.0
26612026-08-13T22:41:07.403Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622026-08-13T22:41:07.444Z Compiling bit-vec v0.6.3
26632026-08-13T22:41:07.627Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642026-08-13T22:41:07.709Z Compiling bit-set v0.5.3
26652026-08-13T22:41:07.763Z Compiling ascii-canvas v3.0.0
26662026-08-13T22:41:07.897Z Checking parking_lot v0.11.2
26672026-08-13T22:41:08.035Z Checking prefix-trie v0.7.0
26682026-08-13T22:41:08.110Z Compiling itertools v0.10.5
26692026-08-13T22:41:08.149Z Compiling ena v0.14.4
26702026-08-13T22:41:08.191Z Compiling libloading v0.8.9
26712026-08-13T22:41:08.393Z Compiling regex-syntax v0.6.29
26722026-08-13T22:41:08.437Z Compiling diff v0.1.13
26732026-08-13T22:41:08.454Z Compiling bindgen v0.71.1
26742026-08-13T22:41:08.472Z Checking hickory-server v0.25.2
26752026-08-13T22:41:08.913Z Checking sled v0.34.7
26762026-08-13T22:41:09.277Z Compiling cexpr v0.6.0
26772026-08-13T22:41:09.688Z Compiling lalrpop v0.19.12
26782026-08-13T22:41:09.770Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26792026-08-13T22:41:09.971Z Checking nanorand v0.7.0
26802026-08-13T22:41:10.219Z Compiling salty v0.3.0
26812026-08-13T22:41:10.254Z Compiling rustc-hash v2.1.1
26822026-08-13T22:41:10.275Z Checking flume v0.11.1
26832026-08-13T22:41:10.574Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26842026-08-13T22:41:10.597Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-08-13T22:41:10.598Z Compiling libxml v0.3.3
26862026-08-13T22:41:10.739Z Checking assert_matches v1.5.0
26872026-08-13T22:41:10.783Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
26882026-08-13T22:41:11.218Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26892026-08-13T22:41:11.431Z Compiling strum_macros v0.24.3
26902026-08-13T22:41:11.788Z Compiling indoc v1.0.9
26912026-08-13T22:41:11.830Z Checking diesel v2.3.7
26922026-08-13T22:41:12.241Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-08-13T22:41:12.305Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26942026-08-13T22:41:12.450Z Checking quick-xml v0.37.5
26952026-08-13T22:41:12.506Z Checking derive_builder v0.20.2
26962026-08-13T22:41:12.644Z Compiling oso-derive v0.27.3
26972026-08-13T22:41:12.697Z Compiling impl-trait-for-tuples v0.2.3
26982026-08-13T22:41:12.817Z Compiling trait-variant v0.1.2
26992026-08-13T22:41:13.165Z Checking openssl-probe v0.1.6
27002026-08-13T22:41:13.355Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-08-13T22:41:13.377Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27022026-08-13T22:41:13.436Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27032026-08-13T22:41:13.887Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-08-13T22:41:14.198Z Checking rfc6979 v0.4.0
27052026-08-13T22:41:14.277Z Checking predicates-tree v1.0.13
27062026-08-13T22:41:14.339Z Checking ecdsa v0.16.9
27072026-08-13T22:41:14.438Z Compiling progenitor-impl v0.13.0
27082026-08-13T22:41:14.649Z Checking primeorder v0.13.6
27092026-08-13T22:41:14.917Z Checking p384 v0.13.1
27102026-08-13T22:41:15.369Z Checking progenitor-client v0.13.0
27112026-08-13T22:41:15.659Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-08-13T22:41:15.698Z Checking bb8 v0.8.6
27132026-08-13T22:41:15.883Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27142026-08-13T22:41:15.965Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27152026-08-13T22:41:16.252Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-08-13T22:41:16.271Z Compiling mime_guess v2.0.5
27172026-08-13T22:41:16.466Z Checking ignore v0.4.25
27182026-08-13T22:41:16.644Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27192026-08-13T22:41:16.677Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27202026-08-13T22:41:16.816Z Checking http-range v0.1.5
27212026-08-13T22:41:16.910Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27222026-08-13T22:41:16.940Z Checking globwalk v0.9.1
27232026-08-13T22:41:17.072Z Compiling progenitor-macro v0.13.0
27242026-08-13T22:41:17.157Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-08-13T22:41:17.200Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27262026-08-13T22:41:17.583Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27272026-08-13T22:41:17.617Z Checking digest-io v0.1.0
27282026-08-13T22:41:17.785Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-08-13T22:41:18.024Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27302026-08-13T22:41:18.246Z Checking rawzip v0.4.4
27312026-08-13T22:41:18.253Z Checking corncobs v0.1.4
27322026-08-13T22:41:18.477Z Checking nonempty v0.12.0
27332026-08-13T22:41:18.653Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27342026-08-13T22:41:18.785Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-13T22:41:18.906Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27362026-08-13T22:41:18.950Z Checking camino-tempfile-ext v0.3.3
27372026-08-13T22:41:19.200Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-08-13T22:41:19.551Z Checking secrecy v0.8.0
27392026-08-13T22:41:20.255Z Checking hyper-staticfile v0.10.1
27402026-08-13T22:41:20.318Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27412026-08-13T22:41:20.530Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27422026-08-13T22:41:20.584Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27432026-08-13T22:41:20.643Z Checking signal-hook-tokio v0.3.1
27442026-08-13T22:41:20.803Z Compiling illumos-nvpair-sys v0.2.0
27452026-08-13T22:41:21.108Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27462026-08-13T22:41:21.169Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27472026-08-13T22:41:21.330Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27482026-08-13T22:41:21.449Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27492026-08-13T22:41:21.558Z Checking scuffle v0.1.0
27502026-08-13T22:41:21.863Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27512026-08-13T22:41:22.084Z Checking progenitor v0.13.0
27522026-08-13T22:41:22.333Z Checking illumos-nvpair v0.3.0
27532026-08-13T22:41:22.358Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27542026-08-13T22:41:22.516Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27552026-08-13T22:41:22.526Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27562026-08-13T22:41:22.627Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27572026-08-13T22:41:22.733Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-08-13T22:41:22.793Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27592026-08-13T22:41:22.891Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27602026-08-13T22:41:23.084Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27612026-08-13T22:41:23.141Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27622026-08-13T22:41:23.473Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27632026-08-13T22:41:23.597Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27642026-08-13T22:41:23.962Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27652026-08-13T22:41:24.103Z Checking tungstenite v0.23.0
27662026-08-13T22:41:24.567Z Checking rand_seeder v0.4.0
27672026-08-13T22:41:24.647Z Checking tokio-tungstenite v0.23.1
27682026-08-13T22:41:24.748Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27692026-08-13T22:41:25.007Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27702026-08-13T22:41:25.164Z Checking void v1.0.2
27712026-08-13T22:41:25.375Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27722026-08-13T22:41:25.396Z Checking lzss v0.8.2
27732026-08-13T22:41:25.461Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27742026-08-13T22:41:25.549Z Checking nix v0.27.1
27752026-08-13T22:41:25.718Z Checking serde_bytes v0.11.19
27762026-08-13T22:41:25.879Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-08-13T22:41:26.095Z Checking diesel-dtrace v0.5.0
27782026-08-13T22:41:26.112Z Checking async-bb8-diesel v0.2.1
27792026-08-13T22:41:26.387Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27802026-08-13T22:41:26.525Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812026-08-13T22:41:26.741Z Checking yansi v1.0.1
27822026-08-13T22:41:26.861Z Checking is_ci v1.2.0
27832026-08-13T22:41:26.976Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27842026-08-13T22:41:27.000Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27852026-08-13T22:41:27.035Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27862026-08-13T22:41:27.814Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-08-13T22:41:28.829Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27882026-08-13T22:41:28.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27892026-08-13T22:41:29.086Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27902026-08-13T22:41:29.875Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27912026-08-13T22:41:30.001Z Checking cpubits v0.1.1
27922026-08-13T22:41:30.392Z Checking pretty_assertions v1.4.1
27932026-08-13T22:41:30.490Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27942026-08-13T22:41:30.501Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27952026-08-13T22:41:30.544Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27962026-08-13T22:41:30.725Z Checking pem-rfc7468 v1.0.0
27972026-08-13T22:41:30.931Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27982026-08-13T22:41:31.213Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27992026-08-13T22:41:31.445Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28002026-08-13T22:41:32.230Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28012026-08-13T22:41:32.274Z Checking hmac v0.13.0
28022026-08-13T22:41:32.301Z Checking universal-hash v0.6.1
28032026-08-13T22:41:32.558Z Compiling libz-sys v1.1.24
28042026-08-13T22:41:32.572Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28052026-08-13T22:41:32.572Z Compiling instability v0.3.11
28062026-08-13T22:41:33.177Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28072026-08-13T22:41:33.288Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-08-13T22:41:33.288Z Checking castaway v0.2.4
28092026-08-13T22:41:33.288Z Compiling indoc v2.0.7
28102026-08-13T22:41:33.288Z Checking compact_str v0.8.1
28112026-08-13T22:41:33.580Z Checking polyval v0.7.1
28122026-08-13T22:41:33.745Z Checking der v0.8.0
28132026-08-13T22:41:34.016Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-08-13T22:41:34.221Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28152026-08-13T22:41:34.305Z Checking unicode-truncate v1.1.0
28162026-08-13T22:41:34.440Z Checking lru v0.12.5
28172026-08-13T22:41:34.488Z Compiling libgit2-sys v0.18.3+1.9.2
28182026-08-13T22:41:34.574Z Checking arc-swap v1.8.2
28192026-08-13T22:41:34.638Z Checking cassowary v0.3.0
28202026-08-13T22:41:34.756Z Checking ghash v0.6.0
28212026-08-13T22:41:34.859Z Checking ratatui v0.29.0
28222026-08-13T22:41:34.897Z Checking slog-scope v4.4.1
28232026-08-13T22:41:34.995Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28242026-08-13T22:41:35.055Z Checking pbkdf2 v0.13.0
28252026-08-13T22:41:35.091Z Checking aes v0.9.1
28262026-08-13T22:41:35.205Z Checking crypto-bigint v0.7.5
28272026-08-13T22:41:35.520Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-08-13T22:41:36.213Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28292026-08-13T22:41:39.618Z Checking ctr v0.10.1
28302026-08-13T22:41:39.730Z Checking aead v0.6.1
28312026-08-13T22:41:39.730Z Checking cargo-platform v0.3.2
28322026-08-13T22:41:39.730Z Checking aes-gcm v0.11.0
28332026-08-13T22:41:39.730Z Checking cargo_metadata v0.23.1
28342026-08-13T22:41:39.730Z Checking slog-stdlog v4.1.1
28352026-08-13T22:41:39.730Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28362026-08-13T22:41:39.730Z Checking spki v0.8.0
28372026-08-13T22:41:39.730Z Checking supports-color v3.0.2
28382026-08-13T22:41:39.730Z Checking console v0.16.2
28392026-08-13T22:41:39.730Z Checking colored v2.2.0
28402026-08-13T22:41:39.730Z Checking salsa20 v0.11.0
28412026-08-13T22:41:39.730Z Compiling vergen-git2 v9.1.0
28422026-08-13T22:41:39.730Z Checking unit-prefix v0.5.2
28432026-08-13T22:41:39.730Z Checking plotters-backend v0.3.7
28442026-08-13T22:41:39.730Z Checking indicatif v0.18.4
28452026-08-13T22:41:39.730Z Checking plotters-svg v0.3.7
28462026-08-13T22:41:39.730Z Checking scrypt v0.12.0
28472026-08-13T22:41:39.731Z Checking slog-envlogger v2.2.0
28482026-08-13T22:41:39.731Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-08-13T22:41:39.731Z Checking cbc v0.2.1
28502026-08-13T22:41:39.731Z Checking libsw-core v0.3.2
28512026-08-13T22:41:39.731Z Checking cast v0.3.0
28522026-08-13T22:41:39.731Z Checking libsw v3.5.0
28532026-08-13T22:41:39.731Z Checking pkcs5 v0.8.1
28542026-08-13T22:41:39.731Z Checking criterion-plot v0.6.0
28552026-08-13T22:41:39.731Z Checking plotters v0.3.7
28562026-08-13T22:41:39.731Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28572026-08-13T22:41:39.731Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28582026-08-13T22:41:39.799Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28592026-08-13T22:41:40.029Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28602026-08-13T22:41:40.148Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28612026-08-13T22:41:40.258Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28622026-08-13T22:41:40.374Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28632026-08-13T22:41:40.483Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-08-13T22:41:40.542Z Checking tinytemplate v1.2.1
28652026-08-13T22:41:40.606Z Checking anes v0.1.6
28662026-08-13T22:41:40.795Z Checking oorandom v11.1.5
28672026-08-13T22:41:40.829Z Checking shell-words v1.1.1
28682026-08-13T22:41:40.951Z Checking criterion v0.7.0
28692026-08-13T22:41:41.033Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28702026-08-13T22:41:41.513Z Checking pkcs8 v0.11.0
28712026-08-13T22:41:41.630Z Checking oxide-update-engine-display v0.1.2
28722026-08-13T22:41:41.968Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-08-13T22:41:42.209Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-08-13T22:41:42.788Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28752026-08-13T22:41:43.045Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-08-13T22:41:43.403Z Checking tokio-test v0.4.5
28772026-08-13T22:41:43.609Z Checking ff v0.14.0
28782026-08-13T22:41:43.792Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28792026-08-13T22:41:44.083Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28802026-08-13T22:41:44.412Z Checking twox-hash v2.1.2
28812026-08-13T22:41:44.749Z Compiling petname v2.0.2
28822026-08-13T22:41:45.265Z Checking atty v0.2.14
28832026-08-13T22:41:45.403Z Checking arrayref v0.3.9
28842026-08-13T22:41:45.511Z Checking constant_time_eq v0.4.2
28852026-08-13T22:41:45.686Z Checking arrayvec v0.7.6
28862026-08-13T22:41:46.118Z Checking group v0.14.0
28872026-08-13T22:41:46.315Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-08-13T22:41:46.522Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28892026-08-13T22:41:46.630Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28902026-08-13T22:41:47.277Z Checking fatfs v0.3.6
28912026-08-13T22:41:47.571Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-13T22:41:47.627Z Checking signature v3.0.0
28932026-08-13T22:41:47.755Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28942026-08-13T22:41:47.790Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-08-13T22:41:47.824Z Compiling seq-macro v0.3.6
28962026-08-13T22:41:48.357Z Checking base16ct v1.0.0
28972026-08-13T22:41:48.530Z Checking sec1 v0.8.1
28982026-08-13T22:41:49.099Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28992026-08-13T22:41:49.135Z Checking hkdf v0.13.0
29002026-08-13T22:41:49.200Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-13T22:41:49.309Z Checking concurrent-queue v2.5.0
29022026-08-13T22:41:49.406Z Checking sapling-renderdag v0.1.0
29032026-08-13T22:41:49.540Z Checking parking v2.2.1
29042026-08-13T22:41:49.689Z Checking sync-ptr v0.1.4
29052026-08-13T22:41:49.728Z Checking event-listener v5.4.1
29062026-08-13T22:41:49.848Z Checking elliptic-curve v0.14.1
29072026-08-13T22:41:49.983Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29082026-08-13T22:41:50.269Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29092026-08-13T22:41:50.307Z Checking rtoolbox v0.0.3
29102026-08-13T22:41:50.479Z Checking rpassword v7.5.4
29112026-08-13T22:41:50.563Z Checking event-listener-strategy v0.5.4
29122026-08-13T22:41:50.677Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29132026-08-13T22:41:50.736Z Checking wnaf v0.14.0
29142026-08-13T22:41:50.885Z Compiling samael v0.0.19
29152026-08-13T22:41:50.935Z Checking primefield v0.14.0
29162026-08-13T22:41:51.201Z Checking rfc6979 v0.6.0
29172026-08-13T22:41:51.387Z Checking tui-tree-widget v0.23.1
29182026-08-13T22:41:51.618Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29192026-08-13T22:41:51.697Z Compiling blake3 v1.8.5
29202026-08-13T22:41:52.094Z Checking futures-timer v3.0.3
29212026-08-13T22:41:52.695Z Checking ecdsa v0.17.0
29222026-08-13T22:41:52.818Z Checking primeorder v0.14.0
29232026-08-13T22:41:53.135Z Checking async-lock v3.4.2
29242026-08-13T22:41:53.219Z Compiling curve25519-dalek v5.0.0
29252026-08-13T22:41:53.362Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29262026-08-13T22:41:53.548Z Checking async-object-pool v0.2.0
29272026-08-13T22:41:54.019Z Checking ssh-encoding v0.3.0
29282026-08-13T22:41:54.278Z Checking serde_regex v1.1.0
29292026-08-13T22:41:54.474Z Checking assert-json-diff v2.0.2
29302026-08-13T22:41:54.684Z Checking path-tree v0.8.3
29312026-08-13T22:41:54.910Z Checking keccak v0.2.0
29322026-08-13T22:41:55.114Z Checking topological-sort v0.2.2
29332026-08-13T22:41:55.293Z Checking stringmetrics v2.2.2
29342026-08-13T22:41:55.486Z Compiling strsim v0.10.0
29352026-08-13T22:41:55.699Z Compiling darling_core v0.13.4
29362026-08-13T22:41:55.838Z Checking httpmock v0.8.3
29372026-08-13T22:41:56.007Z Checking omicron-zone-package v0.12.3
29382026-08-13T22:41:56.951Z Checking ed25519 v3.0.0
29392026-08-13T22:41:56.987Z Checking pkcs1 v0.8.0-rc.4
29402026-08-13T22:41:57.188Z Checking crypto-primes v0.7.2
29412026-08-13T22:41:57.234Z Checking poly1305 v0.9.0
29422026-08-13T22:41:57.542Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29432026-08-13T22:41:57.612Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29442026-08-13T22:41:58.050Z Checking blowfish v0.10.0
29452026-08-13T22:41:58.080Z Checking blake2 v0.11.0-rc.6
29462026-08-13T22:41:58.165Z Compiling target-lexicon v0.13.3
29472026-08-13T22:41:58.165Z Checking gimli v0.32.3
29482026-08-13T22:41:58.273Z Checking rsa v0.10.0-rc.18
29492026-08-13T22:41:58.376Z Checking argon2 v0.6.0-rc.8
29502026-08-13T22:41:58.730Z Checking bcrypt-pbkdf v0.11.0
29512026-08-13T22:41:58.767Z Compiling darling_macro v0.13.4
29522026-08-13T22:41:58.809Z Checking ssh-cipher v0.3.0
29532026-08-13T22:41:58.921Z Checking ed25519-dalek v3.0.0
29542026-08-13T22:41:59.056Z Checking sha3 v0.11.0
29552026-08-13T22:41:59.177Z Checking p256 v0.14.0
29562026-08-13T22:41:59.283Z Checking p384 v0.14.0
29572026-08-13T22:41:59.434Z Checking p521 v0.14.0
29582026-08-13T22:41:59.766Z Checking addr2line v0.25.1
29592026-08-13T22:41:59.945Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29602026-08-13T22:42:00.072Z Checking kem v0.3.0
29612026-08-13T22:42:00.212Z Checking module-lattice v0.2.3
29622026-08-13T22:42:00.249Z Compiling guppy-workspace-hack v0.1.0
29632026-08-13T22:42:00.464Z Checking hex-literal v0.4.1
29642026-08-13T22:42:00.468Z Checking sponge-cursor v0.1.0
29652026-08-13T22:42:00.600Z Checking rustc-demangle v0.1.27
29662026-08-13T22:42:00.663Z Checking sha3 v0.12.0
29672026-08-13T22:42:00.858Z Checking backtrace v0.3.76
29682026-08-13T22:42:00.897Z Checking ml-kem v0.3.2
29692026-08-13T22:42:01.255Z Compiling darling v0.13.4
29702026-08-13T22:42:01.380Z Checking russh-cryptovec v0.62.0
29712026-08-13T22:42:01.555Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29722026-08-13T22:42:01.591Z Checking internal-russh-num-bigint v0.5.0
29732026-08-13T22:42:01.715Z Checking num-bigint v0.4.6
29742026-08-13T22:42:01.780Z Checking russh-util v0.52.0
29752026-08-13T22:42:01.940Z Checking generic-array v1.4.3
29762026-08-13T22:42:02.328Z Compiling git2 v0.20.4
29772026-08-13T22:42:02.466Z Compiling enum_dispatch v0.3.13
29782026-08-13T22:42:02.502Z Checking ssh-key v0.7.0-rc.11
29792026-08-13T22:42:02.536Z Compiling delegate v0.13.5
29802026-08-13T22:42:02.667Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29812026-08-13T22:42:03.116Z Checking md5 v0.8.0
29822026-08-13T22:42:03.323Z Compiling target-spec v3.5.7
29832026-08-13T22:42:03.405Z Checking hex-literal v1.1.0
29842026-08-13T22:42:03.473Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29852026-08-13T22:42:03.551Z Checking russh v0.62.4
29862026-08-13T22:42:03.711Z Checking cfg-expr v0.20.6
29872026-08-13T22:42:03.746Z Compiling serde_with_macros v1.5.2
29882026-08-13T22:42:04.134Z Checking backtrace-ext v0.2.1
29892026-08-13T22:42:04.243Z Checking supports-color v2.1.0
29902026-08-13T22:42:04.321Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29912026-08-13T22:42:04.417Z Checking textwrap v0.15.2
29922026-08-13T22:42:04.668Z Checking supports-unicode v2.1.0
29932026-08-13T22:42:04.820Z Checking supports-hyperlinks v2.1.0
29942026-08-13T22:42:04.976Z Checking hashbrown v0.14.5
29952026-08-13T22:42:05.253Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29962026-08-13T22:42:05.474Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29972026-08-13T22:42:05.509Z Checking terminal_size v0.1.17
29982026-08-13T22:42:05.544Z Compiling miette-derive v5.10.0
29992026-08-13T22:42:05.652Z Checking owo-colors v3.5.0
30002026-08-13T22:42:05.688Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30012026-08-13T22:42:05.722Z Checking internet-checksum v0.2.1
30022026-08-13T22:42:05.881Z Checking chumsky v0.9.3
30032026-08-13T22:42:06.232Z Compiling serde_with v1.14.0
30042026-08-13T22:42:06.735Z Checking miette v5.10.0
30052026-08-13T22:42:07.221Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30062026-08-13T22:42:07.257Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30072026-08-13T22:42:07.292Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30082026-08-13T22:42:07.422Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30092026-08-13T22:42:07.486Z Compiling polar-core v0.27.3
30102026-08-13T22:42:07.719Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30112026-08-13T22:42:07.827Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30122026-08-13T22:42:07.933Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30132026-08-13T22:42:08.019Z Compiling knuffel-derive v3.2.0
30142026-08-13T22:42:08.132Z Checking httptest v0.16.4
30152026-08-13T22:42:08.290Z Checking pathdiff v0.2.3
30162026-08-13T22:42:08.437Z Checking nested v0.1.1
30172026-08-13T22:42:08.531Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30182026-08-13T22:42:08.605Z Checking guppy v0.17.25
30192026-08-13T22:42:08.783Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30202026-08-13T22:42:09.056Z Checking similar-asserts v1.7.0
30212026-08-13T22:42:09.244Z Compiling target-triple v1.0.0
30222026-08-13T22:42:09.490Z Checking knuffel v3.2.0
30232026-08-13T22:42:09.555Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30242026-08-13T22:42:09.638Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30252026-08-13T22:42:10.154Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30262026-08-13T22:42:10.191Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30272026-08-13T22:42:10.239Z Checking hickory-client v0.25.2
30282026-08-13T22:42:10.556Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30292026-08-13T22:42:10.739Z Compiling fs-err v2.11.0
30302026-08-13T22:42:10.830Z Compiling toml_datetime v0.7.5+spec-1.1.0
30312026-08-13T22:42:10.974Z Checking escape8259 v0.5.3
30322026-08-13T22:42:11.118Z Compiling assert_cmd v2.1.2
30332026-08-13T22:42:11.158Z Checking libtest-mimic v0.8.1
30342026-08-13T22:42:11.354Z Compiling toml_edit v0.23.10+spec-1.0.0
30352026-08-13T22:42:11.477Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30362026-08-13T22:42:12.012Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30372026-08-13T22:42:12.155Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30382026-08-13T22:42:12.424Z Checking blake2b_simd v1.0.4
30392026-08-13T22:42:12.459Z Checking oso v0.27.3
30402026-08-13T22:42:12.851Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30412026-08-13T22:42:12.900Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30422026-08-13T22:42:13.302Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432026-08-13T22:42:13.342Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30442026-08-13T22:42:13.377Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30452026-08-13T22:42:13.531Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30462026-08-13T22:42:13.607Z Checking fancy-regex v0.14.0
30472026-08-13T22:42:13.737Z Checking serde_tokenstream v0.2.3
30482026-08-13T22:42:13.964Z Checking approx v0.5.1
30492026-08-13T22:42:13.999Z Compiling rstest_macros v0.25.0
30502026-08-13T22:42:14.003Z Checking uzers v0.12.2
30512026-08-13T22:42:14.137Z Checking termcolor v1.4.1
30522026-08-13T22:42:14.291Z Compiling linkme-impl v0.3.35
30532026-08-13T22:42:14.329Z Checking constant_time_eq v0.3.1
30542026-08-13T22:42:14.383Z Checking trybuild v1.0.116
30552026-08-13T22:42:14.459Z Checking rust-argon2 v2.1.0
30562026-08-13T22:42:14.663Z Checking datatest-stable v0.3.3
30572026-08-13T22:42:14.912Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30582026-08-13T22:42:14.947Z Compiling proc-macro-crate v3.4.0
30592026-08-13T22:42:14.981Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-13T22:42:15.280Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30612026-08-13T22:42:15.307Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30622026-08-13T22:42:15.505Z Checking support-bundle-viewer v0.1.2
30632026-08-13T22:42:15.539Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30642026-08-13T22:42:15.761Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30652026-08-13T22:42:15.797Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30662026-08-13T22:42:15.985Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30672026-08-13T22:42:16.027Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30682026-08-13T22:42:16.062Z Checking drift v0.2.0
30692026-08-13T22:42:16.176Z Checking rand_distr v0.5.1
30702026-08-13T22:42:16.244Z Checking multimap v0.10.1
30712026-08-13T22:42:16.417Z Checking parse-size v1.1.0
30722026-08-13T22:42:16.455Z Compiling relative-path v1.9.3
30732026-08-13T22:42:16.490Z Compiling linkme v0.3.35
30742026-08-13T22:42:16.578Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30752026-08-13T22:42:16.627Z Checking dropshot-api-manager v0.7.2
30762026-08-13T22:42:17.651Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30772026-08-13T22:42:18.074Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30782026-08-13T22:42:18.394Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30792026-08-13T22:42:18.453Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30802026-08-13T22:42:18.672Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30812026-08-13T22:42:18.852Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30822026-08-13T22:42:18.967Z Checking cargo_toml v0.21.0
30832026-08-13T22:42:19.253Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30842026-08-13T22:42:19.335Z Checking partial-io v0.5.4
30852026-08-13T22:42:19.547Z Checking termios v0.3.3
30862026-08-13T22:42:19.582Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30872026-08-13T22:42:19.747Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30882026-08-13T22:42:19.787Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30892026-08-13T22:42:20.381Z Checking rstest v0.25.0
30902026-08-13T22:42:23.484Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30912026-08-13T22:42:26.430Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30922026-08-13T22:42:27.072Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30932026-08-13T22:42:31.779Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30942026-08-13T22:42:33.247Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30952026-08-13T22:42:36.194Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30962026-08-13T22:42:41.225Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30972026-08-13T22:42:43.304Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30982026-08-13T22:42:48.125Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30992026-08-13T22:42:50.625Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31002026-08-13T22:42:50.757Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012026-08-13T22:42:52.979Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31022026-08-13T22:42:57.060Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31032026-08-13T22:43:01.434Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31042026-08-13T22:43:22.596Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31052026-08-13T22:44:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31062026-08-13T22:44:19.181Z
31072026-08-13T22:44:19.181Zreal 4:14.174172321
31082026-08-13T22:44:19.181Zuser 21:45.075140139
31092026-08-13T22:44:19.181Zsys 5:09.571169085
31102026-08-13T22:44:19.181Ztrap 0.526825554
31112026-08-13T22:44:19.181Ztflt 0.426103534
31122026-08-13T22:44:19.181Zdflt 0.597088804
31132026-08-13T22:44:19.182Zkflt 0.004308274
31142026-08-13T22:44:19.182Zlock 1:05:58.298098882
31152026-08-13T22:44:19.182Zslp 59:25.705259293
31162026-08-13T22:44:19.182Zlat 1:46.496543460
31172026-08-13T22:44:19.182Zstop 13:54.165410504
31182026-08-13T22:44:19.182Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31192026-08-13T22:44:19.182Z+ ptime -m cargo doc --workspace --no-deps
31202026-08-13T22:44:19.182Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31212026-08-13T22:44:19.182Z |
31222026-08-13T22:44:19.182Z = 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)`
31232026-08-13T22:44:19.182Z = 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>
31242026-08-13T22:44:19.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31252026-08-13T22:44:23.741Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31262026-08-13T22:44:25.845Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-08-13T22:44:25.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31282026-08-13T22:44:25.845Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31292026-08-13T22:44:25.845Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302026-08-13T22:44:25.845Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31312026-08-13T22:44:25.845Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31322026-08-13T22:44:25.846Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31332026-08-13T22:44:25.846Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31342026-08-13T22:44:25.846Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31352026-08-13T22:44:25.846Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-08-13T22:44:25.846Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-08-13T22:44:25.846Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-08-13T22:44:25.846Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31392026-08-13T22:44:25.846Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31402026-08-13T22:44:25.846Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31412026-08-13T22:44:25.846Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31422026-08-13T22:44:25.847Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31432026-08-13T22:44:25.847Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31442026-08-13T22:44:25.847Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31452026-08-13T22:44:25.847Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31462026-08-13T22:44:25.847Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31472026-08-13T22:44:25.847Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31482026-08-13T22:44:25.847Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31492026-08-13T22:44:25.847Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31502026-08-13T22:44:25.847Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31512026-08-13T22:44:25.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31522026-08-13T22:44:25.848Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31532026-08-13T22:44:25.848Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31542026-08-13T22:44:25.848Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31552026-08-13T22:44:25.848Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31562026-08-13T22:44:25.848Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31572026-08-13T22:44:25.848Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31582026-08-13T22:44:25.848Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31592026-08-13T22:44:25.848Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31602026-08-13T22:44:25.848Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31612026-08-13T22:44:25.848Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31622026-08-13T22:44:25.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31632026-08-13T22:44:25.848Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31642026-08-13T22:44:25.848Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31652026-08-13T22:44:25.848Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31662026-08-13T22:44:25.848Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31672026-08-13T22:44:25.848Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31682026-08-13T22:44:25.848Z Checking scuffle v0.1.0
31692026-08-13T22:44:25.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31702026-08-13T22:44:25.848Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31712026-08-13T22:44:25.848Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31722026-08-13T22:44:25.848Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31732026-08-13T22:44:25.848Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31742026-08-13T22:44:25.849Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31752026-08-13T22:44:25.849Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31762026-08-13T22:44:25.849Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31772026-08-13T22:44:25.849Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31782026-08-13T22:44:25.849Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31792026-08-13T22:44:25.849Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31802026-08-13T22:44:25.849Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31812026-08-13T22:44:25.849Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31822026-08-13T22:44:25.849Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31832026-08-13T22:44:27.678Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31842026-08-13T22:44:27.678Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31852026-08-13T22:44:27.678Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31862026-08-13T22:44:27.678Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31872026-08-13T22:44:27.678Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31882026-08-13T22:44:27.678Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31892026-08-13T22:44:27.678Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31902026-08-13T22:44:27.678Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31912026-08-13T22:44:27.678Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31922026-08-13T22:44:27.678Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31932026-08-13T22:44:27.678Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31942026-08-13T22:44:27.678Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31952026-08-13T22:44:27.678Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31962026-08-13T22:44:31.780Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31972026-08-13T22:44:31.780Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31982026-08-13T22:44:31.780Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31992026-08-13T22:44:31.780Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32002026-08-13T22:44:31.780Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32012026-08-13T22:44:31.780Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32022026-08-13T22:44:32.028Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32032026-08-13T22:44:32.028Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32042026-08-13T22:44:32.028Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32052026-08-13T22:44:32.028Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32062026-08-13T22:44:32.028Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32072026-08-13T22:44:32.028Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32082026-08-13T22:44:32.028Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32092026-08-13T22:44:32.028Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32102026-08-13T22:44:32.028Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32112026-08-13T22:44:32.028Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32122026-08-13T22:44:32.028Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32132026-08-13T22:44:32.028Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32142026-08-13T22:44:32.028Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32152026-08-13T22:44:32.028Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32162026-08-13T22:44:32.028Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32172026-08-13T22:44:32.028Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32182026-08-13T22:44:32.029Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32192026-08-13T22:44:32.029Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32202026-08-13T22:44:32.029Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32212026-08-13T22:44:32.029Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32222026-08-13T22:44:32.029Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32232026-08-13T22:44:32.029Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32242026-08-13T22:44:32.029Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32252026-08-13T22:44:32.029Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-08-13T22:44:32.029Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32272026-08-13T22:44:32.029Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32282026-08-13T22:44:32.029Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32292026-08-13T22:44:32.029Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32302026-08-13T22:44:32.029Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32312026-08-13T22:44:32.029Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32322026-08-13T22:44:32.029Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32332026-08-13T22:44:32.029Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32342026-08-13T22:44:32.029Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32352026-08-13T22:44:32.029Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32362026-08-13T22:44:32.029Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32372026-08-13T22:44:32.029Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32382026-08-13T22:44:32.029Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32392026-08-13T22:44:32.029Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32402026-08-13T22:44:32.111Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32412026-08-13T22:44:32.968Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32422026-08-13T22:44:32.985Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32432026-08-13T22:44:33.076Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32442026-08-13T22:44:33.149Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32452026-08-13T22:44:33.167Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32462026-08-13T22:44:33.387Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32472026-08-13T22:44:33.621Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32482026-08-13T22:44:34.587Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-08-13T22:44:34.622Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32502026-08-13T22:44:34.622Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32512026-08-13T22:44:35.006Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32522026-08-13T22:44:35.020Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-08-13T22:44:35.020Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32542026-08-13T22:44:35.577Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-08-13T22:44:35.591Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562026-08-13T22:44:35.962Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32572026-08-13T22:44:36.251Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32582026-08-13T22:44:36.356Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-08-13T22:44:38.933Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32602026-08-13T22:44:38.933Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32612026-08-13T22:44:38.933Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32622026-08-13T22:44:38.933Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32632026-08-13T22:44:38.933Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32642026-08-13T22:44:38.933Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32652026-08-13T22:44:38.948Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32662026-08-13T22:44:40.599Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32672026-08-13T22:44:40.633Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32682026-08-13T22:44:40.633Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32692026-08-13T22:44:40.633Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32702026-08-13T22:44:40.633Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32712026-08-13T22:44:40.633Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-08-13T22:44:40.653Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32732026-08-13T22:44:40.661Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32742026-08-13T22:44:42.148Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32752026-08-13T22:44:42.395Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32762026-08-13T22:44:42.845Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32772026-08-13T22:44:43.693Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32782026-08-13T22:44:45.901Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32792026-08-13T22:44:46.406Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32802026-08-13T22:44:46.554Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32812026-08-13T22:44:47.795Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32822026-08-13T22:44:49.300Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32832026-08-13T22:44:49.773Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32842026-08-13T22:44:50.106Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32852026-08-13T22:44:50.193Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32862026-08-13T22:44:50.988Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32872026-08-13T22:44:51.099Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32882026-08-13T22:44:51.166Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32892026-08-13T22:44:52.836Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-08-13T22:44:53.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32912026-08-13T22:44:54.221Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32922026-08-13T22:44:54.436Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32932026-08-13T22:44:54.863Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32942026-08-13T22:44:55.026Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32952026-08-13T22:44:55.329Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-08-13T22:44:55.479Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32972026-08-13T22:44:55.561Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32982026-08-13T22:44:55.687Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32992026-08-13T22:44:56.006Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33002026-08-13T22:44:56.032Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33012026-08-13T22:44:56.206Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33022026-08-13T22:44:56.778Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33032026-08-13T22:44:56.806Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33042026-08-13T22:44:57.161Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33052026-08-13T22:44:57.340Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33062026-08-13T22:44:57.415Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33072026-08-13T22:44:57.560Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33082026-08-13T22:44:58.154Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33092026-08-13T22:44:59.449Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33102026-08-13T22:44:59.977Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33112026-08-13T22:45:00.729Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33122026-08-13T22:45:02.326Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33132026-08-13T22:45:03.984Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33142026-08-13T22:45:04.492Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33152026-08-13T22:45:05.032Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33162026-08-13T22:45:07.396Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33172026-08-13T22:45:08.369Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33182026-08-13T22:45:11.630Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33192026-08-13T22:45:11.674Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-08-13T22:45:11.674Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33212026-08-13T22:45:12.711Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33222026-08-13T22:45:14.141Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33232026-08-13T22:45:14.311Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33242026-08-13T22:45:16.366Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33252026-08-13T22:45:19.819Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33262026-08-13T22:45:19.819Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33272026-08-13T22:45:19.819Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33282026-08-13T22:45:23.504Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33292026-08-13T22:45:23.907Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33302026-08-13T22:45:24.552Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33312026-08-13T22:45:25.456Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33322026-08-13T22:45:26.252Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33332026-08-13T22:45:27.810Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33342026-08-13T22:45:27.989Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33352026-08-13T22:45:28.639Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33362026-08-13T22:45:29.518Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33372026-08-13T22:45:30.423Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33382026-08-13T22:45:31.462Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33392026-08-13T22:45:33.260Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33402026-08-13T22:45:35.926Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33412026-08-13T22:45:36.647Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33422026-08-13T22:45:38.001Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33432026-08-13T22:45:38.861Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33442026-08-13T22:45:39.765Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33452026-08-13T22:45:40.693Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33462026-08-13T22:45:42.416Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33472026-08-13T22:45:43.356Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-08-13T22:45:44.820Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33492026-08-13T22:45:45.780Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33502026-08-13T22:45:46.887Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33512026-08-13T22:45:47.907Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33522026-08-13T22:45:50.282Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33532026-08-13T22:45:50.639Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33542026-08-13T22:45:53.929Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33552026-08-13T22:45:54.383Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33562026-08-13T22:45:55.620Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33572026-08-13T22:45:57.092Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-08-13T22:45:58.796Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33592026-08-13T22:46:00.316Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-08-13T22:46:02.045Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-08-13T22:46:03.459Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33622026-08-13T22:46:08.545Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33632026-08-13T22:46:08.672Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33642026-08-13T22:46:10.238Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33652026-08-13T22:46:10.488Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33662026-08-13T22:46:12.195Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33672026-08-13T22:46:13.988Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33682026-08-13T22:46:15.887Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33692026-08-13T22:46:17.815Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33702026-08-13T22:46:19.619Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33712026-08-13T22:46:21.347Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33722026-08-13T22:46:23.041Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33732026-08-13T22:46:25.081Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33742026-08-13T22:46:26.638Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33752026-08-13T22:46:28.438Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33762026-08-13T22:46:30.166Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33772026-08-13T22:46:31.928Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33782026-08-13T22:46:33.667Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33792026-08-13T22:46:36.966Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33802026-08-13T22:46:40.564Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33812026-08-13T22:46:42.492Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-08-13T22:46:44.064Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-08-13T22:46:45.847Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33842026-08-13T22:46:48.319Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33852026-08-13T22:46:49.975Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-08-13T22:46:51.895Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33872026-08-13T22:46:53.644Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33882026-08-13T22:46:56.121Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33892026-08-13T22:46:59.126Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33902026-08-13T22:47:00.275Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33912026-08-13T22:47:02.407Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33922026-08-13T22:47:04.906Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33932026-08-13T22:47:07.129Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-08-13T22:47:10.512Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952026-08-13T22:47:11.717Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33962026-08-13T22:47:14.402Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33972026-08-13T22:47:16.554Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33982026-08-13T22:47:18.996Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33992026-08-13T22:47:21.945Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34002026-08-13T22:47:24.441Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34012026-08-13T22:47:26.417Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34022026-08-13T22:47:28.881Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34032026-08-13T22:47:31.294Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-08-13T22:47:33.748Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34052026-08-13T22:47:36.208Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34062026-08-13T22:47:38.697Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34072026-08-13T22:47:41.220Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34082026-08-13T22:47:43.452Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34092026-08-13T22:47:46.080Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-13T22:47:48.561Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34112026-08-13T22:47:51.019Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34122026-08-13T22:47:53.655Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34132026-08-13T22:47:56.038Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34142026-08-13T22:47:58.494Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34152026-08-13T22:48:00.917Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34162026-08-13T22:48:03.484Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34172026-08-13T22:48:05.984Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34182026-08-13T22:48:08.503Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34192026-08-13T22:48:11.004Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34202026-08-13T22:48:13.531Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34212026-08-13T22:48:15.786Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-13T22:48:18.391Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34232026-08-13T22:48:21.015Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34242026-08-13T22:48:23.618Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34252026-08-13T22:48:26.265Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34262026-08-13T22:48:28.710Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-13T22:48:31.231Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34282026-08-13T22:48:34.017Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34292026-08-13T22:48:36.520Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34302026-08-13T22:48:39.078Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34312026-08-13T22:48:41.680Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-08-13T22:48:44.150Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-08-13T22:48:46.744Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34342026-08-13T22:48:49.899Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34352026-08-13T22:48:52.172Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34362026-08-13T22:48:54.800Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34372026-08-13T22:48:57.268Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34382026-08-13T22:48:59.948Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34392026-08-13T22:49:02.515Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34402026-08-13T22:49:05.314Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34412026-08-13T22:49:07.917Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34422026-08-13T22:49:10.958Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34432026-08-13T22:49:13.658Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34442026-08-13T22:49:16.249Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-08-13T22:49:18.913Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34462026-08-13T22:49:21.739Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34472026-08-13T22:49:25.354Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34482026-08-13T22:49:27.655Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34492026-08-13T22:49:30.085Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34502026-08-13T22:49:32.844Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34512026-08-13T22:49:40.761Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34522026-08-13T22:49:40.944Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34532026-08-13T22:49:44.345Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34542026-08-13T22:49:49.267Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34552026-08-13T22:49:52.362Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34562026-08-13T22:49:56.409Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34572026-08-13T22:50:00.036Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34582026-08-13T22:50:03.858Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34592026-08-13T22:50:07.668Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34602026-08-13T22:50:11.523Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34612026-08-13T22:50:15.326Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34622026-08-13T22:50:19.414Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34632026-08-13T22:50:22.982Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34642026-08-13T22:50:26.870Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34652026-08-13T22:50:30.626Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34662026-08-13T22:50:34.469Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34672026-08-13T22:50:38.330Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34682026-08-13T22:50:42.211Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34692026-08-13T22:50:46.034Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34702026-08-13T22:50:49.899Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34712026-08-13T22:50:53.786Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34722026-08-13T22:50:57.651Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34732026-08-13T22:51:01.551Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34742026-08-13T22:51:05.364Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34752026-08-13T22:51:36.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 19s
34762026-08-13T22:51:36.237Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34772026-08-13T22:51:36.345Z
34782026-08-13T22:51:36.349Zreal 7:19.249567431
34792026-08-13T22:51:36.349Zuser 20:01.443245396
34802026-08-13T22:51:36.349Zsys 4:17.638554168
34812026-08-13T22:51:36.349Ztrap 0.280401910
34822026-08-13T22:51:36.349Ztflt 0.032332703
34832026-08-13T22:51:36.349Zdflt 0.041674341
34842026-08-13T22:51:36.349Zkflt 0.000041824
34852026-08-13T22:51:36.349Zlock 6:57:06.782131994
34862026-08-13T22:51:36.349Zslp 2:27:10.088528578
34872026-08-13T22:51:36.349Zlat 33.893361178
34882026-08-13T22:51:36.349Zstop 2:08.734210829
34892026-08-13T22:51:36.349Zprocess exited: duration 851455 ms, exit code 0
 
34902026-08-13T22:51:36.356Zfound 0 output files