01KYRD0QACV1MGT3Q2T37DQV2R: clippy (helios)

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

Buildomat Job: 01KYRD19MPHZ0DVZ8W4KD0YVM4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T02:19:09.425Zjob assigned to worker 01KYRD1EZXDGFWH18502D23RSS [factory aws, i-006b4e5811206cd2a] (queued for 57 s)
 
22026-07-30T02:19:16.271Zstarting task 0: "setup"
32026-07-30T02:19:16.277Z++ uname -s
42026-07-30T02:19:16.280Z+ kern=SunOS
52026-07-30T02:19:16.280Z+ build_user=build
62026-07-30T02:19:16.280Z+ build_uid=12345
72026-07-30T02:19:16.280Z+ work_dir=/work
82026-07-30T02:19:16.280Z+ input_dir=/input
92026-07-30T02:19:16.280Z+ [[ 0 == 12345 ]]
102026-07-30T02:19:16.280Z+ case "$kern" in
112026-07-30T02:19:16.280Z+ groupadd -g 12345 build
122026-07-30T02:19:16.280Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T02:19:18.335Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T02:19:18.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T02:19:18.382Z+ home_fs=zfs
162026-07-30T02:19:18.382Z+ [[ zfs == autofs ]]
172026-07-30T02:19:18.382Z+ mkdir -p /home/build
182026-07-30T02:19:18.382Z+ chown build:build /home/build /work
192026-07-30T02:19:20.383Z+ chmod 0700 /home/build /work
202026-07-30T02:19:20.387Zprocess exited: duration 4113 ms, exit code 0
 
212026-07-30T02:19:20.394Zstarting task 1: "rust-toolchain"
222026-07-30T02:19:20.397Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-30T02:19:20.397Z * rust toolchain channel = "1.97.1"
242026-07-30T02:19:20.397Z * rust toolchain profile = "default"
252026-07-30T02:19:20.397Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T02:19:20.397Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T02:19:20.397Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T02:19:20.400Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T02:19:20.400Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-30T02:19:20.482Zinfo: downloading installer
312026-07-30T02:19:21.812Zwarn: It looks like you have an existing rustup settings file at:
322026-07-30T02:19:21.813Zwarn: /home/build/.rustup/settings.toml
332026-07-30T02:19:21.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-30T02:19:21.813Zwarn: instead of the one inferred from the default host triple.
352026-07-30T02:19:21.825Zinfo: profile set to default
362026-07-30T02:19:21.825Zinfo: default host triple is x86_64-unknown-illumos
372026-07-30T02:19:21.828Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-30T02:19:21.980Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-30T02:19:21.982Zinfo: downloading 6 components
402026-07-30T02:19:36.194Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-30T02:19:36.195Z
422026-07-30T02:19:36.222Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-30T02:19:36.222Z
442026-07-30T02:19:36.222Z
452026-07-30T02:19:36.222ZRust is installed now. Great!
462026-07-30T02:19:36.222Z
472026-07-30T02:19:36.225ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-30T02:19:36.225Zenvironment variable. This has not been done automatically.
492026-07-30T02:19:36.225Z
502026-07-30T02:19:36.225ZTo configure your current shell, you need to source
512026-07-30T02:19:36.225Zthe corresponding env file under $HOME/.cargo.
522026-07-30T02:19:36.225Z
532026-07-30T02:19:36.225ZThis is usually done by running one of the following (note the leading DOT):
542026-07-30T02:19:36.226Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-30T02:19:36.226Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-30T02:19:36.226Zsource "~/.cargo/env.nu" # For nushell
572026-07-30T02:19:36.226Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-30T02:19:36.226Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-30T02:19:36.226Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-30T02:19:36.226Zwarn: no default linker (`cc`) was found in your PATH
612026-07-30T02:19:36.226Zwarn: many Rust crates require a system C toolchain to build
622026-07-30T02:19:36.318Z+ rustup --version
632026-07-30T02:19:36.327Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-30T02:19:36.330Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-30T02:19:36.349Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-30T02:19:36.352Z+ cargo --version
672026-07-30T02:19:36.366Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-30T02:19:36.370Z+ rustc --version
692026-07-30T02:19:36.389Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-30T02:19:36.392Zprocess exited: duration 15998 ms, exit code 0
 
712026-07-30T02:19:36.397Zstarting task 2: "authentication"
722026-07-30T02:19:36.414Zprocess exited: duration 16 ms, exit code 0
 
732026-07-30T02:19:36.420Zstarting task 3: "clone repository"
742026-07-30T02:19:36.423Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-30T02:19:36.426Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-30T02:19:36.457ZCloning into '/work/oxidecomputer/omicron'...
772026-07-30T02:19:46.316Z+ cd /work/oxidecomputer/omicron
782026-07-30T02:19:46.316Z+ git fetch origin 87cac93c27c7a30ba742afd34c22b542e50d0953
792026-07-30T02:19:46.576ZFrom https://github.com/oxidecomputer/omicron
802026-07-30T02:19:46.576Z * branch 87cac93c27c7a30ba742afd34c22b542e50d0953 -> FETCH_HEAD
812026-07-30T02:19:46.586Z+ [[ -n ixi/propolis-vwc ]]
822026-07-30T02:19:46.589Z++ git branch --show-current
832026-07-30T02:19:46.589Z+ current=main
842026-07-30T02:19:46.589Z+ [[ main != ixi/propolis-vwc ]]
852026-07-30T02:19:46.589Z+ git branch -f ixi/propolis-vwc 87cac93c27c7a30ba742afd34c22b542e50d0953
862026-07-30T02:19:46.592Z+ git checkout -f ixi/propolis-vwc
872026-07-30T02:19:46.835ZSwitched to branch 'ixi/propolis-vwc'
882026-07-30T02:19:46.839Z+ git reset --hard 87cac93c27c7a30ba742afd34c22b542e50d0953
892026-07-30T02:19:46.855ZHEAD is now at 87cac93c2 Merge remote-tracking branch 'github/main' into ixi/propolis-vwc
902026-07-30T02:19:46.858Zprocess exited: duration 10436 ms, exit code 0
 
912026-07-30T02:19:46.864Zstarting task 4: "build"
922026-07-30T02:19:46.868Z+ source ./env.sh
932026-07-30T02:19:46.868Z++ OLD_SHELL_OPTS=ehxB
942026-07-30T02:19:46.868Z++ set -o xtrace
952026-07-30T02:19:46.871Z++++ dirname ./env.sh
962026-07-30T02:19:46.874Z+++ readlink -f .
972026-07-30T02:19:46.874Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-30T02:19:46.874Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-30T02:19:46.874Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-30T02:19:46.874Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-30T02:19:46.874Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-30T02:19:46.874Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-30T02:19:46.874Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-30T02:19:46.874Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-30T02:19:46.874Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-30T02:19:46.874Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-30T02:19:46.875Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-30T02:19:46.875Z++ case $OLD_SHELL_OPTS in
1092026-07-30T02:19:46.875Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-30T02:19:46.875Z+ source .github/buildomat/ci-env.sh
1112026-07-30T02:19:46.878Z++ export CARGO_TERM_COLOR=always
1122026-07-30T02:19:46.878Z++ CARGO_TERM_COLOR=always
1132026-07-30T02:19:46.878Z+++ uname -s
1142026-07-30T02:19:46.878Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-30T02:19:46.878Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-30T02:19:46.878Z+ cargo --version
1172026-07-30T02:19:46.885Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-30T02:19:46.889Z+ rustc --version
1192026-07-30T02:19:46.908Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-30T02:19:46.911Z+ banner prerequisites
1212026-07-30T02:19:46.914Z
1222026-07-30T02:19:46.914Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-30T02:19:46.914Z # # # # # # # # # # # # # # #
1242026-07-30T02:19:46.914Z # # # # ##### # # ##### # # # # # #### #
1252026-07-30T02:19:46.914Z ##### ##### # ##### # # # # # # # # #
1262026-07-30T02:19:46.914Z # # # # # # # # # # # # # # #
1272026-07-30T02:19:46.915Z # # # ###### # # ###### ### # #### # #### #
1282026-07-30T02:19:46.915Z
1292026-07-30T02:19:46.915Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-30T02:19:48.604Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-30T02:19:48.837Z Startup: Caching catalogs ... Done
1322026-07-30T02:19:50.008ZPlanning: Solver setup ... Done (1.089s)
1332026-07-30T02:19:50.050ZPlanning: Running solver ... Done (0.043s)
1342026-07-30T02:19:50.079ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-30T02:19:50.092ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-30T02:19:50.108ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-30T02:19:50.122ZPlanning: Package planning ... Done (0.013s)
1382026-07-30T02:19:50.125ZPlanning: Merging actions ... Done (0.001s)
1392026-07-30T02:19:50.328ZPlanning: Checking for conflicting actions ... Done (0.204s)
1402026-07-30T02:19:50.331ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-30T02:19:51.090ZPlanning: Evaluating mediators ... Done (0.761s)
1422026-07-30T02:19:51.093ZPlanning: Planning completed in 2.23 seconds
1432026-07-30T02:19:51.101Z Packages to install: 2
1442026-07-30T02:19:51.101Z Estimated space available: 156.02 GB
1452026-07-30T02:19:51.106ZEstimated space to be consumed: 55.06 MB
1462026-07-30T02:19:51.106Z Create boot environment: No
1472026-07-30T02:19:51.106ZCreate backup boot environment: No
1482026-07-30T02:19:51.106Z Rebuild boot archive: No
1492026-07-30T02:19:51.106Z
1502026-07-30T02:19:51.106ZChanged packages:
1512026-07-30T02:19:51.106Zhelios
1522026-07-30T02:19:51.106Z developer/build-essential
1532026-07-30T02:19:51.106Z None -> 11-3.0
1542026-07-30T02:19:51.106Z library/libxmlsec1
1552026-07-30T02:19:51.106Z None -> 1.2.35-3.0
1562026-07-30T02:19:51.127Z
1572026-07-30T02:19:51.127ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-30T02:19:51.195ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-07-30T02:19:51.251Z Actions: 1/268 actions (Installing new actions)
1602026-07-30T02:19:51.288Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-30T02:19:51.313ZFinalize: Updating package state database ... Done (0.022s)
1622026-07-30T02:19:51.317ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-30T02:19:51.373ZFinalize: Updating image state ... Done (0.061s)
1642026-07-30T02:19:53.816ZFinalize: Creating fast lookup database ... Done (2.408s)
1652026-07-30T02:19:53.883ZFinalize: Reading search index ... Done (0.014s)
1662026-07-30T02:19:53.887ZFinalize: Updating search index ... Done (0.000s)
1672026-07-30T02:19:53.997ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-30T02:19:54.342ZPlanning: Evaluating mediator changes ... Done
1692026-07-30T02:19:54.444ZPlanning: Checking for conflicting actions ... Done
1702026-07-30T02:19:54.447ZPlanning: Consolidating action changes ... Done
1712026-07-30T02:19:54.600ZPlanning: Evaluating mediators ... Done
1722026-07-30T02:19:54.603ZPlanning: Planning completed in 0.26 seconds
1732026-07-30T02:19:54.624Z Mediators to change: 2
1742026-07-30T02:19:54.627Z Create boot environment: No
1752026-07-30T02:19:54.627ZCreate backup boot environment: No
1762026-07-30T02:19:54.673ZFinalize: Updating package state database ... Done
1772026-07-30T02:19:54.673ZFinalize: Updating package cache ... Done
1782026-07-30T02:19:54.707ZFinalize: Updating image state ... Done
1792026-07-30T02:19:56.646ZFinalize: Creating fast lookup database ... Done
1802026-07-30T02:19:56.715ZFinalize: Reading search index ... Done
1812026-07-30T02:19:56.718ZFinalize: Updating search index ... Done
1822026-07-30T02:19:56.773ZFinalize: Updating package cache ... Done
1832026-07-30T02:19:57.055ZPlanning: Evaluating mediator changes ... Done
1842026-07-30T02:19:57.159ZPlanning: Checking for conflicting actions ... Done
1852026-07-30T02:19:57.163ZPlanning: Consolidating action changes ... Done
1862026-07-30T02:19:57.316ZPlanning: Evaluating mediators ... Done
1872026-07-30T02:19:57.319ZPlanning: Planning completed in 0.26 seconds
1882026-07-30T02:19:57.338Z Mediators to change: 1
1892026-07-30T02:19:57.339Z Create boot environment: No
1902026-07-30T02:19:57.342ZCreate backup boot environment: No
1912026-07-30T02:19:57.383ZFinalize: Updating package state database ... Done
1922026-07-30T02:19:57.383ZFinalize: Updating package cache ... Done
1932026-07-30T02:19:57.417ZFinalize: Updating image state ... Done
1942026-07-30T02:19:59.366ZFinalize: Creating fast lookup database ... Done
1952026-07-30T02:19:59.446ZFinalize: Reading search index ... Done
1962026-07-30T02:19:59.450ZFinalize: Updating search index ... Done
1972026-07-30T02:19:59.487ZFinalize: Updating package cache ... Done
1982026-07-30T02:19:59.797ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-30T02:19:59.797Zapache system 2.4 system
2002026-07-30T02:19:59.797Zclang system 15 system
2012026-07-30T02:19:59.797Zcsh system system illumos
2022026-07-30T02:19:59.797Zctags system system illumos
2032026-07-30T02:19:59.797Zfile vendor vendor darwinsys
2042026-07-30T02:19:59.797Zfile system system illumos
2052026-07-30T02:19:59.797Zgcc vendor 14 vendor
2062026-07-30T02:19:59.797Zgcc system 13 system
2072026-07-30T02:19:59.797Zgcc system 10 system
2082026-07-30T02:19:59.797Zgo system 1.25 system
2092026-07-30T02:19:59.798Zllvm system 15 system
2102026-07-30T02:19:59.798Zmariadb system 11.4 system
2112026-07-30T02:19:59.798Zmta vendor vendor dma
2122026-07-30T02:19:59.798Zopenjdk system 17 system
2132026-07-30T02:19:59.798Zopenjdk system 11 system
2142026-07-30T02:19:59.798Zopenssl vendor 3 vendor
2152026-07-30T02:19:59.798Zperl system 5.40 system
2162026-07-30T02:19:59.798Zpostgresql system 18 system
2172026-07-30T02:19:59.798Zpostgresql system 17 system
2182026-07-30T02:19:59.798Zpython vendor 3 vendor
2192026-07-30T02:19:59.798Zpython system 2 system
2202026-07-30T02:19:59.798Zpython3 vendor 3.13 vendor
2212026-07-30T02:19:59.798Zruby system 3.4 system
2222026-07-30T02:19:59.798Zruby system 3.0 system
2232026-07-30T02:19:59.798Zwords vendor vendor american-english
2242026-07-30T02:19:59.798Zwords system system australian-english
2252026-07-30T02:19:59.798Zwords system system british-english
2262026-07-30T02:19:59.799Zwords system system canadian-english
2272026-07-30T02:19:59.799Zwords system system french
2282026-07-30T02:19:59.799Zwords system system italian
2292026-07-30T02:19:59.799Zwords system system ngerman
2302026-07-30T02:19:59.799Zwords system system ogerman
2312026-07-30T02:19:59.799Zwords system system spanish
2322026-07-30T02:20:00.050ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-30T02:20:00.050Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-30T02:20:00.443ZFMRI IFO
2352026-07-30T02:20:00.443Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-30T02:20:00.443Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-30T02:20:00.443Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-30T02:20:00.443Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-30T02:20:00.443Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-30T02:20:00.443Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-30T02:20:00.443Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-30T02:20:00.443Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-30T02:20:00.443Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-30T02:20:00.752Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-30T02:20:01.053Z Updating crates.io index
2462026-07-30T02:20:01.056Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-30T02:20:01.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-30T02:20:01.527Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-30T02:20:02.483Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-30T02:20:03.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-30T02:20:04.518Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-30T02:20:05.347Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-30T02:20:05.607Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-30T02:20:06.240Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-30T02:20:07.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-30T02:20:07.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-30T02:20:07.919Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-30T02:20:08.184Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-30T02:20:08.648Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-30T02:20:09.134Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-30T02:20:09.467Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-30T02:20:09.685Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-30T02:20:09.936Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-30T02:20:10.274Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-30T02:20:10.646Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-30T02:20:10.884Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-30T02:20:11.112Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-30T02:20:11.488Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-30T02:20:11.774Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-30T02:20:12.011Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-30T02:20:12.372Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-30T02:20:12.605Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-30T02:20:12.966Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-30T02:20:13.471Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-30T02:20:13.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-30T02:20:13.890Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-30T02:20:14.200Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-30T02:20:14.541Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-30T02:20:14.923Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-30T02:20:15.170Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-30T02:20:15.390Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-30T02:20:15.646Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-30T02:20:16.126Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-30T02:20:16.374Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-30T02:20:16.623Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-30T02:20:16.853Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-30T02:20:19.783Z Downloading crates ...
2882026-07-30T02:20:19.837Z Downloaded memmap v0.7.0
2892026-07-30T02:20:19.845Z Downloaded fastrand v2.3.0
2902026-07-30T02:20:19.848Z Downloaded generic-array v0.14.7
2912026-07-30T02:20:19.851Z Downloaded equivalent v1.0.2
2922026-07-30T02:20:19.855Z Downloaded autocfg v1.5.0
2932026-07-30T02:20:19.855Z Downloaded anstyle-query v1.1.5
2942026-07-30T02:20:19.858Z Downloaded utf8parse v0.2.2
2952026-07-30T02:20:19.861Z Downloaded block-buffer v0.10.4
2962026-07-30T02:20:19.861Z Downloaded camino v1.2.2
2972026-07-30T02:20:19.864Z Downloaded anstream v1.0.0
2982026-07-30T02:20:19.871Z Downloaded scroll v0.12.0
2992026-07-30T02:20:19.876Z Downloaded sha2 v0.10.9
3002026-07-30T02:20:19.876Z Downloaded bitflags v2.11.0
3012026-07-30T02:20:19.879Z Downloaded anyhow v1.0.102
3022026-07-30T02:20:19.879Z Downloaded thiserror v1.0.69
3032026-07-30T02:20:19.883Z Downloaded log v0.4.29
3042026-07-30T02:20:19.883Z Downloaded papergrid v0.11.0
3052026-07-30T02:20:19.885Z Downloaded usdt-impl v0.5.0
3062026-07-30T02:20:19.897Z Downloaded zmij v1.0.21
3072026-07-30T02:20:19.900Z Downloaded anstyle v1.0.14
3082026-07-30T02:20:19.900Z Downloaded anstyle-parse v1.0.0
3092026-07-30T02:20:19.905Z Downloaded pretty-hex v0.4.1
3102026-07-30T02:20:19.908Z Downloaded swrite v0.1.0
3112026-07-30T02:20:19.911Z Downloaded zerocopy v0.7.35
3122026-07-30T02:20:19.922Z Downloaded serde_json v1.0.151
3132026-07-30T02:20:19.927Z Downloaded serde_spanned v0.6.9
3142026-07-30T02:20:19.930Z Downloaded zerocopy-derive v0.7.35
3152026-07-30T02:20:19.930Z Downloaded itoa v1.0.17
3162026-07-30T02:20:19.933Z Downloaded strsim v0.11.1
3172026-07-30T02:20:19.933Z Downloaded tabled_derive v0.7.0
3182026-07-30T02:20:19.933Z Downloaded errno v0.3.14
3192026-07-30T02:20:19.937Z Downloaded unicode-linebreak v0.1.5
3202026-07-30T02:20:19.940Z Downloaded crypto-common v0.1.7
3212026-07-30T02:20:19.940Z Downloaded colorchoice v1.0.4
3222026-07-30T02:20:19.953Z Downloaded toml_write v0.1.2
3232026-07-30T02:20:19.957Z Downloaded version_check v0.9.5
3242026-07-30T02:20:19.957Z Downloaded heck v0.4.1
3252026-07-30T02:20:19.960Z Downloaded is_terminal_polyfill v1.70.2
3262026-07-30T02:20:19.965Z Downloaded scroll_derive v0.12.1
3272026-07-30T02:20:19.965Z Downloaded smawk v0.3.2
3282026-07-30T02:20:19.965Z Downloaded macaddr v1.0.1
3292026-07-30T02:20:19.965Z Downloaded thread-id v4.2.2
3302026-07-30T02:20:19.970Z Downloaded bytecount v0.6.9
3312026-07-30T02:20:19.970Z Downloaded cargo-platform v0.3.2
3322026-07-30T02:20:19.971Z Downloaded digest v0.10.7
3332026-07-30T02:20:19.975Z Downloaded plain v0.2.3
3342026-07-30T02:20:19.975Z Downloaded dof v0.3.0
3352026-07-30T02:20:19.975Z Downloaded fnv v1.0.7
3362026-07-30T02:20:19.975Z Downloaded cfg-if v1.0.4
3372026-07-30T02:20:19.975Z Downloaded cpufeatures v0.2.17
3382026-07-30T02:20:19.978Z Downloaded heck v0.5.0
3392026-07-30T02:20:19.982Z Downloaded clap_derive v4.6.1
3402026-07-30T02:20:19.982Z Downloaded quote v1.0.45
3412026-07-30T02:20:19.990Z Downloaded pest_generator v2.8.6
3422026-07-30T02:20:19.994Z Downloaded serde_core v1.0.228
3432026-07-30T02:20:19.994Z Downloaded toml_datetime v0.6.11
3442026-07-30T02:20:19.994Z Downloaded proc-macro-error-attr v1.0.4
3452026-07-30T02:20:19.994Z Downloaded usdt-attr-macro v0.5.0
3462026-07-30T02:20:19.994Z Downloaded usdt-macro v0.5.0
3472026-07-30T02:20:20.000Z Downloaded thiserror-impl v1.0.69
3482026-07-30T02:20:20.005Z Downloaded usdt v0.5.0
3492026-07-30T02:20:20.005Z Downloaded serde_tokenstream v0.2.3
3502026-07-30T02:20:20.008Z Downloaded clap_lex v1.0.0
3512026-07-30T02:20:20.008Z Downloaded dtrace-parser v0.2.0
3522026-07-30T02:20:20.009Z Downloaded terminal_size v0.4.3
3532026-07-30T02:20:20.012Z Downloaded thiserror-impl v2.0.18
3542026-07-30T02:20:20.015Z Downloaded camino-tempfile v1.4.1
3552026-07-30T02:20:20.017Z Downloaded proc-macro-error v1.0.4
3562026-07-30T02:20:20.023Z Downloaded serde_derive v1.0.228
3572026-07-30T02:20:20.026Z Downloaded byteorder v1.5.0
3582026-07-30T02:20:20.035Z Downloaded tempfile v3.25.0
3592026-07-30T02:20:20.041Z Downloaded toml v0.8.23
3602026-07-30T02:20:20.044Z Downloaded semver v1.0.28
3612026-07-30T02:20:20.044Z Downloaded cargo_toml v0.21.0
3622026-07-30T02:20:20.044Z Downloaded pest_derive v2.8.6
3632026-07-30T02:20:20.047Z Downloaded thiserror v2.0.18
3642026-07-30T02:20:20.050Z Downloaded fs-err v3.3.0
3652026-07-30T02:20:20.050Z Downloaded pest_meta v2.8.6
3662026-07-30T02:20:20.050Z Downloaded textwrap v0.16.2
3672026-07-30T02:20:20.052Z Downloaded clap v4.6.1
3682026-07-30T02:20:20.055Z Downloaded ucd-trie v0.1.7
3692026-07-30T02:20:20.058Z Downloaded unicode-ident v1.0.24
3702026-07-30T02:20:20.058Z Downloaded getrandom v0.4.1
3712026-07-30T02:20:20.061Z Downloaded once_cell v1.21.3
3722026-07-30T02:20:20.065Z Downloaded cargo_metadata v0.23.1
3732026-07-30T02:20:20.071Z Downloaded toml_edit v0.22.27
3742026-07-30T02:20:20.074Z Downloaded tabled v0.15.0
3752026-07-30T02:20:20.081Z Downloaded serde v1.0.228
3762026-07-30T02:20:20.084Z Downloaded proc-macro2 v1.0.106
3772026-07-30T02:20:20.095Z Downloaded indexmap v2.14.0
3782026-07-30T02:20:20.098Z Downloaded typenum v1.20.1
3792026-07-30T02:20:20.101Z Downloaded memchr v2.8.0
3802026-07-30T02:20:20.113Z Downloaded pest v2.8.6
3812026-07-30T02:20:20.130Z Downloaded hashbrown v0.17.0
3822026-07-30T02:20:20.149Z Downloaded clap_builder v4.6.0
3832026-07-30T02:20:20.156Z Downloaded winnow v0.7.14
3842026-07-30T02:20:20.163Z Downloaded unicode-width v0.2.0
3852026-07-30T02:20:20.168Z Downloaded goblin v0.8.2
3862026-07-30T02:20:20.181Z Downloaded syn v1.0.109
3872026-07-30T02:20:20.186Z Downloaded unicode-width v0.1.14
3882026-07-30T02:20:20.189Z Downloaded syn v2.0.117
3892026-07-30T02:20:20.199Z Downloaded rustix v1.1.3
3902026-07-30T02:20:20.212Z Downloaded libc v0.2.185
3912026-07-30T02:20:20.275Z Compiling proc-macro2 v1.0.106
3922026-07-30T02:20:20.275Z Compiling unicode-ident v1.0.24
3932026-07-30T02:20:20.280Z Compiling quote v1.0.45
3942026-07-30T02:20:20.281Z Compiling serde_core v1.0.228
3952026-07-30T02:20:20.281Z Compiling libc v0.2.185
3962026-07-30T02:20:20.281Z Compiling version_check v0.9.5
3972026-07-30T02:20:20.281Z Compiling memchr v2.8.0
3982026-07-30T02:20:20.281Z Compiling serde v1.0.228
3992026-07-30T02:20:20.618Z Compiling zmij v1.0.21
4002026-07-30T02:20:20.843Z Compiling thiserror v1.0.69
4012026-07-30T02:20:20.876Z Compiling ucd-trie v0.1.7
4022026-07-30T02:20:21.121Z Compiling itoa v1.0.17
4032026-07-30T02:20:21.134Z Compiling pest v2.8.6
4042026-07-30T02:20:21.242Z Compiling byteorder v1.5.0
4052026-07-30T02:20:21.300Z Compiling rustix v1.1.3
4062026-07-30T02:20:21.351Z Compiling errno v0.3.14
4072026-07-30T02:20:21.511Z Compiling bitflags v2.11.0
4082026-07-30T02:20:21.624Z Compiling serde_json v1.0.151
4092026-07-30T02:20:21.738Z Compiling syn v2.0.117
4102026-07-30T02:20:21.769Z Compiling thread-id v4.2.2
4112026-07-30T02:20:21.832Z Compiling usdt-impl v0.5.0
4122026-07-30T02:20:21.866Z Compiling proc-macro-error-attr v1.0.4
4132026-07-30T02:20:21.976Z Compiling syn v1.0.109
4142026-07-30T02:20:22.036Z Compiling camino v1.2.2
4152026-07-30T02:20:22.205Z Compiling pest_meta v2.8.6
4162026-07-30T02:20:22.331Z Compiling proc-macro-error v1.0.4
4172026-07-30T02:20:22.368Z Compiling hashbrown v0.17.0
4182026-07-30T02:20:22.396Z Compiling getrandom v0.4.1
4192026-07-30T02:20:22.513Z Compiling plain v0.2.3
4202026-07-30T02:20:22.750Z Compiling utf8parse v0.2.2
4212026-07-30T02:20:22.767Z Compiling equivalent v1.0.2
4222026-07-30T02:20:22.861Z Compiling log v0.4.29
4232026-07-30T02:20:22.920Z Compiling indexmap v2.14.0
4242026-07-30T02:20:22.939Z Compiling anstyle-parse v1.0.0
4252026-07-30T02:20:23.027Z Compiling terminal_size v0.4.3
4262026-07-30T02:20:23.531Z Compiling pretty-hex v0.4.1
4272026-07-30T02:20:23.634Z Compiling is_terminal_polyfill v1.70.2
4282026-07-30T02:20:23.650Z Compiling winnow v0.7.14
4292026-07-30T02:20:23.653Z Compiling anstyle v1.0.14
4302026-07-30T02:20:23.683Z Compiling cfg-if v1.0.4
4312026-07-30T02:20:23.732Z Compiling colorchoice v1.0.4
4322026-07-30T02:20:23.757Z Compiling autocfg v1.5.0
4332026-07-30T02:20:23.803Z Compiling thiserror v2.0.18
4342026-07-30T02:20:23.852Z Compiling anstyle-query v1.1.5
4352026-07-30T02:20:23.887Z Compiling toml_write v0.1.2
4362026-07-30T02:20:23.968Z Compiling anstream v1.0.0
4372026-07-30T02:20:24.076Z Compiling pest_generator v2.8.6
4382026-07-30T02:20:24.180Z Compiling fs-err v3.3.0
4392026-07-30T02:20:24.197Z Compiling fnv v1.0.7
4402026-07-30T02:20:24.298Z Compiling heck v0.4.1
4412026-07-30T02:20:24.326Z Compiling once_cell v1.21.3
4422026-07-30T02:20:24.369Z Compiling clap_lex v1.0.0
4432026-07-30T02:20:24.527Z Compiling unicode-width v0.1.14
4442026-07-30T02:20:24.602Z Compiling fastrand v2.3.0
4452026-07-30T02:20:24.649Z Compiling bytecount v0.6.9
4462026-07-30T02:20:24.693Z Compiling strsim v0.11.1
4472026-07-30T02:20:24.792Z Compiling anyhow v1.0.102
4482026-07-30T02:20:24.819Z Compiling heck v0.5.0
4492026-07-30T02:20:24.892Z Compiling tempfile v3.25.0
4502026-07-30T02:20:24.898Z Compiling papergrid v0.11.0
4512026-07-30T02:20:25.053Z Compiling clap_builder v4.6.0
4522026-07-30T02:20:25.174Z Compiling cargo-platform v0.3.2
4532026-07-30T02:20:25.199Z Compiling tabled_derive v0.7.0
4542026-07-30T02:20:25.217Z Compiling semver v1.0.28
4552026-07-30T02:20:25.234Z Compiling memmap v0.7.0
4562026-07-30T02:20:25.324Z Compiling unicode-width v0.2.0
4572026-07-30T02:20:25.418Z Compiling unicode-linebreak v0.1.5
4582026-07-30T02:20:25.451Z Compiling smawk v0.3.2
4592026-07-30T02:20:25.616Z Compiling textwrap v0.16.2
4602026-07-30T02:20:25.667Z Compiling camino-tempfile v1.4.1
4612026-07-30T02:20:25.705Z Compiling serde_derive v1.0.228
4622026-07-30T02:20:25.884Z Compiling thiserror-impl v1.0.69
4632026-07-30T02:20:25.903Z Compiling zerocopy-derive v0.7.35
4642026-07-30T02:20:25.906Z Compiling pest_derive v2.8.6
4652026-07-30T02:20:26.082Z Compiling scroll_derive v0.12.1
4662026-07-30T02:20:26.126Z Compiling thiserror-impl v2.0.18
4672026-07-30T02:20:26.341Z Compiling clap_derive v4.6.1
4682026-07-30T02:20:26.371Z Compiling tabled v0.15.0
4692026-07-30T02:20:26.755Z Compiling scroll v0.12.0
4702026-07-30T02:20:26.777Z Compiling zerocopy v0.7.35
4712026-07-30T02:20:27.091Z Compiling goblin v0.8.2
4722026-07-30T02:20:27.250Z Compiling dtrace-parser v0.2.0
4732026-07-30T02:20:27.335Z Compiling swrite v0.1.0
4742026-07-30T02:20:28.023Z Compiling clap v4.6.1
4752026-07-30T02:20:28.650Z Compiling serde_spanned v0.6.9
4762026-07-30T02:20:28.650Z Compiling toml_datetime v0.6.11
4772026-07-30T02:20:28.653Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-30T02:20:28.653Z Compiling cargo_metadata v0.23.1
4792026-07-30T02:20:28.654Z Compiling macaddr v1.0.1
4802026-07-30T02:20:28.732Z Compiling dof v0.3.0
4812026-07-30T02:20:28.732Z Compiling serde_tokenstream v0.2.3
4822026-07-30T02:20:28.895Z Compiling toml_edit v0.22.27
4832026-07-30T02:20:29.417Z Compiling usdt-macro v0.5.0
4842026-07-30T02:20:29.434Z Compiling usdt-attr-macro v0.5.0
4852026-07-30T02:20:30.137Z Compiling usdt v0.5.0
4862026-07-30T02:20:30.278Z Compiling toml v0.8.23
4872026-07-30T02:20:30.619Z Compiling cargo_toml v0.21.0
4882026-07-30T02:20:31.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-30T02:20:33.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s
4902026-07-30T02:20:34.132Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-30T02:20:34.649Z Downloading crates ...
4922026-07-30T02:20:34.731Z Downloaded adler2 v2.0.1
4932026-07-30T02:20:34.734Z Downloaded fs-err v2.11.0
4942026-07-30T02:20:34.734Z Downloaded find-msvc-tools v0.1.9
4952026-07-30T02:20:34.739Z Downloaded hash32 v0.2.1
4962026-07-30T02:20:34.742Z Downloaded glob v0.3.3
4972026-07-30T02:20:34.742Z Downloaded hmac v0.13.0
4982026-07-30T02:20:34.748Z Downloaded futures-core v0.3.32
4992026-07-30T02:20:34.752Z Downloaded endian-type v0.1.2
5002026-07-30T02:20:34.756Z Downloaded foldhash v0.1.5
5012026-07-30T02:20:34.759Z Downloaded foreign-types v0.5.0
5022026-07-30T02:20:34.759Z Downloaded fallible-iterator v0.2.0
5032026-07-30T02:20:34.763Z Downloaded env_logger v0.11.9
5042026-07-30T02:20:34.766Z Downloaded ghash v0.6.0
5052026-07-30T02:20:34.770Z Downloaded bit-set v0.8.0
5062026-07-30T02:20:34.770Z Downloaded futures-io v0.3.32
5072026-07-30T02:20:34.770Z Downloaded convert_case v0.4.0
5082026-07-30T02:20:34.770Z Downloaded git-stub-vcs v0.1.0
5092026-07-30T02:20:34.780Z Downloaded futures v0.3.32
5102026-07-30T02:20:34.780Z Downloaded env_filter v1.0.0
5112026-07-30T02:20:34.783Z Downloaded fxhash v0.2.1
5122026-07-30T02:20:34.783Z Downloaded hybrid-array v0.4.13
5132026-07-30T02:20:34.789Z Downloaded flume v0.11.1
5142026-07-30T02:20:34.792Z Downloaded getrandom v0.2.17
5152026-07-30T02:20:34.795Z Downloaded funty v2.0.0
5162026-07-30T02:20:34.795Z Downloaded globwalk v0.9.1
5172026-07-30T02:20:34.795Z Downloaded bitfield-macros v0.19.4
5182026-07-30T02:20:34.795Z Downloaded bitfield-struct v0.6.2
5192026-07-30T02:20:34.798Z Downloaded aead v0.5.2
5202026-07-30T02:20:34.798Z Downloaded futures-macro v0.3.32
5212026-07-30T02:20:34.798Z Downloaded foldhash v0.2.0
5222026-07-30T02:20:34.803Z Downloaded foreign-types v0.3.2
5232026-07-30T02:20:34.807Z Downloaded enum-as-inner v0.6.1
5242026-07-30T02:20:34.807Z Downloaded hyper-staticfile v0.10.1
5252026-07-30T02:20:34.810Z Downloaded fd-lock v4.0.4
5262026-07-30T02:20:34.810Z Downloaded foreign-types-macros v0.2.3
5272026-07-30T02:20:34.814Z Downloaded hostname v0.4.2
5282026-07-30T02:20:34.820Z Downloaded futures-util v0.3.32
5292026-07-30T02:20:34.825Z Downloaded fixedbitset v0.4.2
5302026-07-30T02:20:34.825Z Downloaded cfg_aliases v0.1.1
5312026-07-30T02:20:34.825Z Downloaded cfg_aliases v0.2.1
5322026-07-30T02:20:34.826Z Downloaded flagset v0.4.7
5332026-07-30T02:20:34.826Z Downloaded cobs v0.3.0
5342026-07-30T02:20:34.829Z Downloaded enum_dispatch v0.3.13
5352026-07-30T02:20:34.829Z Downloaded erased-serde v0.3.31
5362026-07-30T02:20:34.829Z Downloaded ff v0.14.0
5372026-07-30T02:20:34.829Z Downloaded futures-sink v0.3.32
5382026-07-30T02:20:34.832Z Downloaded generic-array v1.4.3
5392026-07-30T02:20:34.832Z Downloaded atomic-waker v1.1.2
5402026-07-30T02:20:34.832Z Downloaded hex v0.4.3
5412026-07-30T02:20:34.835Z Downloaded hubpack v0.1.2
5422026-07-30T02:20:34.835Z Downloaded hyper-tls v0.6.0
5432026-07-30T02:20:34.835Z Downloaded ciborium-io v0.2.2
5442026-07-30T02:20:34.838Z Downloaded async-stream v0.3.6
5452026-07-30T02:20:34.838Z Downloaded async-stream-impl v0.3.6
5462026-07-30T02:20:34.838Z Downloaded array-init v0.0.4
5472026-07-30T02:20:34.842Z Downloaded bb8 v0.8.6
5482026-07-30T02:20:34.842Z Downloaded foreign-types-shared v0.1.1
5492026-07-30T02:20:34.842Z Downloaded heapless v0.8.0
5502026-07-30T02:20:34.842Z Downloaded arrayref v0.3.9
5512026-07-30T02:20:34.842Z Downloaded ascii-canvas v3.0.0
5522026-07-30T02:20:34.845Z Downloaded filetime v0.2.27
5532026-07-30T02:20:34.845Z Downloaded password-hash v0.6.1
5542026-07-30T02:20:34.845Z Downloaded atomicwrites v0.4.4
5552026-07-30T02:20:34.846Z Downloaded ciborium-ll v0.2.2
5562026-07-30T02:20:34.849Z Downloaded fatfs v0.3.6
5572026-07-30T02:20:34.852Z Downloaded futures-task v0.3.32
5582026-07-30T02:20:34.853Z Downloaded home v0.5.12
5592026-07-30T02:20:34.853Z Downloaded bit-vec v0.6.3
5602026-07-30T02:20:34.853Z Downloaded bit-vec v0.8.0
5612026-07-30T02:20:34.857Z Downloaded bitflags v1.3.2
5622026-07-30T02:20:34.857Z Downloaded aead v0.6.1
5632026-07-30T02:20:34.857Z Downloaded castaway v0.2.4
5642026-07-30T02:20:34.857Z Downloaded http-range v0.1.5
5652026-07-30T02:20:34.867Z Downloaded nonempty v0.12.0
5662026-07-30T02:20:34.868Z Downloaded bcrypt-pbkdf v0.11.0
5672026-07-30T02:20:34.868Z Downloaded headers-core v0.3.0
5682026-07-30T02:20:34.874Z Downloaded base16ct v0.2.0
5692026-07-30T02:20:34.874Z Downloaded httparse v1.10.1
5702026-07-30T02:20:34.874Z Downloaded bit-set v0.5.3
5712026-07-30T02:20:34.874Z Downloaded anstream v0.6.21
5722026-07-30T02:20:34.874Z Downloaded anstyle-parse v0.2.7
5732026-07-30T02:20:34.877Z Downloaded argon2 v0.5.3
5742026-07-30T02:20:34.877Z Downloaded cassowary v0.3.0
5752026-07-30T02:20:34.877Z Downloaded chacha20 v0.9.1
5762026-07-30T02:20:34.877Z Downloaded compression-codecs v0.4.37
5772026-07-30T02:20:34.880Z Downloaded hex-literal v1.1.0
5782026-07-30T02:20:34.880Z Downloaded hostname v0.3.1
5792026-07-30T02:20:34.880Z Downloaded httpdate v1.0.3
5802026-07-30T02:20:34.880Z Downloaded float-cmp v0.10.0
5812026-07-30T02:20:34.883Z Downloaded form_urlencoded v1.2.2
5822026-07-30T02:20:34.883Z Downloaded gethostname v0.5.0
5832026-07-30T02:20:34.883Z Downloaded cmov v0.5.4
5842026-07-30T02:20:34.883Z Downloaded normalize-line-endings v0.3.0
5852026-07-30T02:20:34.886Z Downloaded async-bb8-diesel v0.2.1
5862026-07-30T02:20:34.886Z Downloaded argon2 v0.6.0-rc.8
5872026-07-30T02:20:34.889Z Downloaded foreign-types-shared v0.3.1
5882026-07-30T02:20:34.889Z Downloaded hubpack_derive v0.1.1
5892026-07-30T02:20:34.889Z Downloaded expectorate v1.2.0
5902026-07-30T02:20:34.889Z Downloaded fixedbitset v0.5.7
5912026-07-30T02:20:34.894Z Downloaded getrandom v0.3.4
5922026-07-30T02:20:34.894Z Downloaded humantime v2.3.0
5932026-07-30T02:20:34.894Z Downloaded bitfield v0.19.4
5942026-07-30T02:20:34.897Z Downloaded group v0.14.0
5952026-07-30T02:20:34.897Z Downloaded blowfish v0.10.0
5962026-07-30T02:20:34.897Z Downloaded camino-tempfile-ext v0.3.3
5972026-07-30T02:20:34.898Z Downloaded cbc v0.2.1
5982026-07-30T02:20:34.898Z Downloaded parse-display v0.10.0
5992026-07-30T02:20:34.898Z Downloaded byte-wrapper v0.1.0
6002026-07-30T02:20:34.901Z Downloaded num-derive v0.4.2
6012026-07-30T02:20:34.901Z Downloaded num_threads v0.1.7
6022026-07-30T02:20:34.901Z Downloaded atty v0.2.14
6032026-07-30T02:20:34.901Z Downloaded block-buffer v0.12.1
6042026-07-30T02:20:34.901Z Downloaded globset v0.4.18
6052026-07-30T02:20:34.904Z Downloaded highway v1.3.0
6062026-07-30T02:20:34.908Z Downloaded const_format_proc_macros v0.2.34
6072026-07-30T02:20:34.908Z Downloaded futures-executor v0.3.32
6082026-07-30T02:20:34.908Z Downloaded oxide-tokio-rt v0.1.4
6092026-07-30T02:20:34.908Z Downloaded fs_extra v1.3.0
6102026-07-30T02:20:34.912Z Downloaded ff v0.13.1
6112026-07-30T02:20:34.913Z Downloaded cancel-safe-futures v0.1.5
6122026-07-30T02:20:34.916Z Downloaded ciborium v0.2.2
6132026-07-30T02:20:34.916Z Downloaded const-oid v0.9.6
6142026-07-30T02:20:34.916Z Downloaded chacha20 v0.10.0
6152026-07-30T02:20:34.916Z Downloaded colored v3.1.1
6162026-07-30T02:20:34.922Z Downloaded hmac v0.12.1
6172026-07-30T02:20:34.922Z Downloaded blake2 v0.11.0-rc.6
6182026-07-30T02:20:34.922Z Downloaded colored v2.2.0
6192026-07-30T02:20:34.931Z Downloaded bcs v0.1.6
6202026-07-30T02:20:34.931Z Downloaded rand_chacha v0.3.1
6212026-07-30T02:20:34.931Z Downloaded ref-cast v1.0.25
6222026-07-30T02:20:34.931Z Downloaded signal-hook-tokio v0.3.1
6232026-07-30T02:20:34.932Z Downloaded blake2 v0.10.6
6242026-07-30T02:20:34.932Z Downloaded russh-util v0.52.0
6252026-07-30T02:20:34.932Z Downloaded assert_matches v1.5.0
6262026-07-30T02:20:34.932Z Downloaded hash32 v0.3.1
6272026-07-30T02:20:34.938Z Downloaded sapling-renderdag v0.1.0
6282026-07-30T02:20:34.938Z Downloaded ppv-lite86 v0.2.21
6292026-07-30T02:20:34.938Z Downloaded cipher v0.4.4
6302026-07-30T02:20:34.938Z Downloaded group v0.13.0
6312026-07-30T02:20:34.938Z Downloaded pem-rfc7468 v1.0.0
6322026-07-30T02:20:34.938Z Downloaded precomputed-hash v0.1.1
6332026-07-30T02:20:34.941Z Downloaded russh-cryptovec v0.62.0
6342026-07-30T02:20:34.941Z Downloaded http-body-util v0.1.3
6352026-07-30T02:20:34.941Z Downloaded phf v0.13.1
6362026-07-30T02:20:34.941Z Downloaded async-recursion v1.1.1
6372026-07-30T02:20:34.941Z Downloaded signal-hook-mio v0.2.5
6382026-07-30T02:20:34.945Z Downloaded oxnet v0.1.6
6392026-07-30T02:20:34.945Z Downloaded pbkdf2 v0.13.0
6402026-07-30T02:20:34.945Z Downloaded pkg-config v0.3.32
6412026-07-30T02:20:34.948Z Downloaded compression-core v0.4.31
6422026-07-30T02:20:34.951Z Downloaded git-stub v1.0.0
6432026-07-30T02:20:34.951Z Downloaded ahash v0.8.12
6442026-07-30T02:20:34.957Z Downloaded base16ct v1.0.0
6452026-07-30T02:20:34.957Z Downloaded backon v1.6.0
6462026-07-30T02:20:34.960Z Downloaded bzip2 v0.6.1
6472026-07-30T02:20:34.960Z Downloaded backoff v0.4.0
6482026-07-30T02:20:34.960Z Downloaded allocator-api2 v0.2.21
6492026-07-30T02:20:34.960Z Downloaded half v2.7.1
6502026-07-30T02:20:34.960Z Downloaded console v0.16.2
6512026-07-30T02:20:34.966Z Downloaded num_enum_derive v0.7.6
6522026-07-30T02:20:34.967Z Downloaded port-file v0.1.0
6532026-07-30T02:20:34.967Z Downloaded rand_chacha v0.9.0
6542026-07-30T02:20:34.967Z Downloaded base64 v0.22.1
6552026-07-30T02:20:34.969Z Downloaded usdt-attr-macro v0.6.0
6562026-07-30T02:20:34.969Z Downloaded float-ord v0.3.2
6572026-07-30T02:20:34.970Z Downloaded hyper-rustls v0.27.7
6582026-07-30T02:20:34.970Z Downloaded half v1.8.3
6592026-07-30T02:20:34.973Z Downloaded cexpr v0.6.0
6602026-07-30T02:20:34.976Z Downloaded polyval v0.7.1
6612026-07-30T02:20:34.976Z Downloaded arrayvec v0.7.6
6622026-07-30T02:20:34.976Z Downloaded constant_time_eq v0.4.2
6632026-07-30T02:20:34.982Z Downloaded pkcs1 v0.8.0-rc.4
6642026-07-30T02:20:34.982Z Downloaded block-padding v0.4.2
6652026-07-30T02:20:34.982Z Downloaded zerofrom-derive v0.1.6
6662026-07-30T02:20:34.982Z Downloaded rfc6979 v0.6.0
6672026-07-30T02:20:34.985Z Downloaded pem-rfc7468 v0.7.0
6682026-07-30T02:20:34.985Z Downloaded cmake v0.1.57
6692026-07-30T02:20:34.985Z Downloaded slog-dtrace v0.3.0
6702026-07-30T02:20:34.985Z Downloaded clang-sys v1.8.1
6712026-07-30T02:20:34.985Z Downloaded rustls-pemfile v2.2.0
6722026-07-30T02:20:34.985Z Downloaded scroll_derive v0.13.1
6732026-07-30T02:20:34.988Z Downloaded slog-scope v4.4.1
6742026-07-30T02:20:34.988Z Downloaded buf-list v1.1.2
6752026-07-30T02:20:34.988Z Downloaded cipher v0.5.2
6762026-07-30T02:20:34.989Z Downloaded base64ct v1.8.3
6772026-07-30T02:20:34.992Z Downloaded strum v0.27.2
6782026-07-30T02:20:34.995Z Downloaded waitgroup v0.1.2
6792026-07-30T02:20:34.995Z Downloaded seq-macro v0.3.6
6802026-07-30T02:20:34.995Z Downloaded ident_case v1.0.1
6812026-07-30T02:20:34.995Z Downloaded tokio-test v0.4.5
6822026-07-30T02:20:34.998Z Downloaded sqlparser_derive v0.5.0
6832026-07-30T02:20:34.998Z Downloaded sync-ptr v0.1.4
6842026-07-30T02:20:34.998Z Downloaded wait-timeout v0.2.1
6852026-07-30T02:20:34.998Z Downloaded unicode-xid v0.2.6
6862026-07-30T02:20:35.002Z Downloaded futures-channel v0.3.32
6872026-07-30T02:20:35.002Z Downloaded thiserror-impl-no-std v2.0.2
6882026-07-30T02:20:35.002Z Downloaded utf8_iter v1.0.4
6892026-07-30T02:20:35.005Z Downloaded num-traits v0.2.19
6902026-07-30T02:20:35.008Z Downloaded parking_lot v0.11.2
6912026-07-30T02:20:35.008Z Downloaded quinn-udp v0.5.14
6922026-07-30T02:20:35.008Z Downloaded bs58 v0.5.1
6932026-07-30T02:20:35.011Z Downloaded async-trait v0.1.89
6942026-07-30T02:20:35.019Z Downloaded console v0.15.11
6952026-07-30T02:20:35.019Z Downloaded arc-swap v1.8.2
6962026-07-30T02:20:35.019Z Downloaded darling_macro v0.21.3
6972026-07-30T02:20:35.019Z Downloaded untrusted v0.7.1
6982026-07-30T02:20:35.019Z Downloaded cpubits v0.1.1
6992026-07-30T02:20:35.019Z Downloaded serde_repr v0.1.20
7002026-07-30T02:20:35.024Z Downloaded zerofrom v0.1.6
7012026-07-30T02:20:35.024Z Downloaded topological-sort v0.2.2
7022026-07-30T02:20:35.024Z Downloaded rustls-pki-types v1.14.0
7032026-07-30T02:20:35.024Z Downloaded ar_archive_writer v0.5.1
7042026-07-30T02:20:35.024Z Downloaded proc-macro-error2 v2.0.1
7052026-07-30T02:20:35.027Z Downloaded http-body v1.0.1
7062026-07-30T02:20:35.027Z Downloaded tap v1.0.1
7072026-07-30T02:20:35.027Z Downloaded cpufeatures v0.3.0
7082026-07-30T02:20:35.027Z Downloaded pin-project v1.1.11
7092026-07-30T02:20:35.035Z Downloaded sha1 v0.11.0
7102026-07-30T02:20:35.038Z Downloaded cstr-argument v0.1.2
7112026-07-30T02:20:35.038Z Downloaded http v1.4.2
7122026-07-30T02:20:35.038Z Downloaded defmt v0.3.100
7132026-07-30T02:20:35.038Z Downloaded diesel_table_macro_syntax v0.3.0
7142026-07-30T02:20:35.038Z Downloaded primeorder v0.13.6
7152026-07-30T02:20:35.043Z Downloaded tiny-keccak v2.0.2
7162026-07-30T02:20:35.043Z Downloaded convert_case v0.10.0
7172026-07-30T02:20:35.043Z Downloaded illumos-nvpair v0.3.0
7182026-07-30T02:20:35.043Z Downloaded dropshot-api-manager-types v0.7.2
7192026-07-30T02:20:35.043Z Downloaded derive_builder_macro v0.20.2
7202026-07-30T02:20:35.047Z Downloaded newtype_derive v0.1.6
7212026-07-30T02:20:35.047Z Downloaded defmt v1.0.1
7222026-07-30T02:20:35.047Z Downloaded bzip2 v0.4.4
7232026-07-30T02:20:35.047Z Downloaded serde_with_macros v1.5.2
7242026-07-30T02:20:35.048Z Downloaded tabled_derive v0.11.0
7252026-07-30T02:20:35.051Z Downloaded heapless v0.7.17
7262026-07-30T02:20:35.051Z Downloaded libscf-sys v1.2.0
7272026-07-30T02:20:35.051Z Downloaded primefield v0.14.0
7282026-07-30T02:20:35.051Z Downloaded signal-hook-registry v1.4.8
7292026-07-30T02:20:35.054Z Downloaded embedded-io v0.6.1
7302026-07-30T02:20:35.054Z Downloaded inout v0.2.2
7312026-07-30T02:20:35.054Z Downloaded snafu-derive v0.8.9
7322026-07-30T02:20:35.054Z Downloaded scrypt v0.12.0
7332026-07-30T02:20:35.054Z Downloaded unicase v2.9.0
7342026-07-30T02:20:35.059Z Downloaded lazy_static v1.5.0
7352026-07-30T02:20:35.059Z Downloaded vergen-git2 v9.1.0
7362026-07-30T02:20:35.059Z Downloaded smf v0.2.3
7372026-07-30T02:20:35.059Z Downloaded string_cache v0.8.9
7382026-07-30T02:20:35.063Z Downloaded term v1.2.1
7392026-07-30T02:20:35.063Z Downloaded compact_str v0.8.1
7402026-07-30T02:20:35.063Z Downloaded const_format v0.2.35
7412026-07-30T02:20:35.068Z Downloaded downcast-rs v2.0.2
7422026-07-30T02:20:35.068Z Downloaded tls_codec_derive v0.4.2
7432026-07-30T02:20:35.068Z Downloaded zeroize v1.9.0
7442026-07-30T02:20:35.073Z Downloaded progenitor-impl v0.13.0
7452026-07-30T02:20:35.073Z Downloaded rustls-platform-verifier v0.6.2
7462026-07-30T02:20:35.073Z Downloaded tokio-native-tls v0.3.1
7472026-07-30T02:20:35.073Z Downloaded daft v0.1.7
7482026-07-30T02:20:35.076Z Downloaded md5 v0.8.0
7492026-07-30T02:20:35.076Z Downloaded recursive v0.1.1
7502026-07-30T02:20:35.076Z Downloaded percent-encoding v2.3.2
7512026-07-30T02:20:35.076Z Downloaded proc-macro-crate v1.3.1
7522026-07-30T02:20:35.076Z Downloaded lru v0.12.5
7532026-07-30T02:20:35.076Z Downloaded openssl-probe v0.2.1
7542026-07-30T02:20:35.076Z Downloaded hickory-resolver v0.25.2
7552026-07-30T02:20:35.080Z Downloaded rcgen v0.12.1
7562026-07-30T02:20:35.080Z Downloaded headers v0.4.1
7572026-07-30T02:20:35.084Z Downloaded daft-derive v0.1.7
7582026-07-30T02:20:35.090Z Downloaded kem v0.3.0
7592026-07-30T02:20:35.090Z Downloaded either v1.15.0
7602026-07-30T02:20:35.090Z Downloaded new_debug_unreachable v1.0.6
7612026-07-30T02:20:35.090Z Downloaded num-conv v0.2.0
7622026-07-30T02:20:35.090Z Downloaded powerfmt v0.2.0
7632026-07-30T02:20:35.090Z Downloaded phf_shared v0.11.3
7642026-07-30T02:20:35.095Z Downloaded sha2 v0.11.0
7652026-07-30T02:20:35.095Z Downloaded inout v0.1.4
7662026-07-30T02:20:35.095Z Downloaded base64 v0.21.7
7672026-07-30T02:20:35.142Z Downloaded path-slash v0.1.5
7682026-07-30T02:20:35.142Z Downloaded recursive-proc-macro-impl v0.1.1
7692026-07-30T02:20:35.142Z Downloaded derive_builder_core v0.20.2
7702026-07-30T02:20:35.142Z Downloaded multer v3.1.0
7712026-07-30T02:20:35.142Z Downloaded deranged v0.5.8
7722026-07-30T02:20:35.143Z Downloaded ed25519 v2.2.3
7732026-07-30T02:20:35.143Z Downloaded serde_cbor v0.11.2
7742026-07-30T02:20:35.143Z Downloaded const-oid v0.10.2
7752026-07-30T02:20:35.143Z Downloaded is-terminal v0.4.17
7762026-07-30T02:20:35.143Z Downloaded chacha20poly1305 v0.10.1
7772026-07-30T02:20:35.143Z Downloaded nu-ansi-term v0.50.3
7782026-07-30T02:20:35.143Z Downloaded pem v3.0.6
7792026-07-30T02:20:35.143Z Downloaded ingot v0.2.1
7802026-07-30T02:20:35.143Z Downloaded scheduled-thread-pool v0.2.7
7812026-07-30T02:20:35.143Z Downloaded opaque-debug v0.3.1
7822026-07-30T02:20:35.143Z Downloaded usdt-macro v0.6.0
7832026-07-30T02:20:35.143Z Downloaded md-5 v0.10.6
7842026-07-30T02:20:35.143Z Downloaded socket2 v0.6.3
7852026-07-30T02:20:35.143Z Downloaded bumpalo v3.20.2
7862026-07-30T02:20:35.144Z Downloaded libloading v0.8.9
7872026-07-30T02:20:35.144Z Downloaded bytes v1.11.1
7882026-07-30T02:20:35.144Z Downloaded vergen v9.1.0
7892026-07-30T02:20:35.144Z Downloaded sqlformat v0.3.5
7902026-07-30T02:20:35.144Z Downloaded structmeta-derive v0.3.0
7912026-07-30T02:20:35.144Z Downloaded managed v0.8.0
7922026-07-30T02:20:35.144Z Downloaded subprocess v0.2.15
7932026-07-30T02:20:35.144Z Downloaded tagptr v0.2.0
7942026-07-30T02:20:35.150Z Downloaded testing_table v0.3.0
7952026-07-30T02:20:35.150Z Downloaded time-core v0.1.8
7962026-07-30T02:20:35.150Z Downloaded proc-macro-crate v3.4.0
7972026-07-30T02:20:35.151Z Downloaded num-complex v0.4.6
7982026-07-30T02:20:35.151Z Downloaded curve25519-dalek-derive v0.1.1
7992026-07-30T02:20:35.151Z Downloaded signature v2.2.0
8002026-07-30T02:20:35.156Z Downloaded untrusted v0.9.0
8012026-07-30T02:20:35.156Z Downloaded num-integer v0.1.46
8022026-07-30T02:20:35.156Z Downloaded openssl-sys v0.9.115
8032026-07-30T02:20:35.162Z Downloaded oxide-update-engine-display v0.1.2
8042026-07-30T02:20:35.162Z Downloaded zerocopy v0.6.6
8052026-07-30T02:20:35.166Z Downloaded aes v0.9.1
8062026-07-30T02:20:35.166Z Downloaded diff v0.1.13
8072026-07-30T02:20:35.166Z Downloaded void v1.0.2
8082026-07-30T02:20:35.166Z Downloaded yoke-derive v0.8.1
8092026-07-30T02:20:35.166Z Downloaded toml v1.1.2+spec-1.1.0
8102026-07-30T02:20:35.170Z Downloaded tokio-macros v2.7.0
8112026-07-30T02:20:35.170Z Downloaded zone_cfg_derive v0.3.1
8122026-07-30T02:20:35.170Z Downloaded crc v3.4.0
8132026-07-30T02:20:35.170Z Downloaded crypto-common v0.2.2
8142026-07-30T02:20:35.173Z Downloaded crc8 v0.1.1
8152026-07-30T02:20:35.173Z Downloaded darling_macro v0.13.4
8162026-07-30T02:20:35.173Z Downloaded dirs-sys-next v0.1.2
8172026-07-30T02:20:35.173Z Downloaded indexmap v1.9.3
8182026-07-30T02:20:35.176Z Downloaded debug-ignore v1.0.5
8192026-07-30T02:20:35.182Z Downloaded olpc-cjson v0.1.4
8202026-07-30T02:20:35.185Z Downloaded oxide-update-engine v0.1.2
8212026-07-30T02:20:35.185Z Downloaded indoc v1.0.9
8222026-07-30T02:20:35.189Z Downloaded display-error-chain v0.2.2
8232026-07-30T02:20:35.189Z Downloaded instability v0.3.11
8242026-07-30T02:20:35.189Z Downloaded kstat-rs v0.2.4
8252026-07-30T02:20:35.193Z Downloaded phf v0.12.1
8262026-07-30T02:20:35.199Z Downloaded stringprep v0.1.5
8272026-07-30T02:20:35.202Z Downloaded cc v1.2.56
8282026-07-30T02:20:35.202Z Downloaded flate2 v1.1.9
8292026-07-30T02:20:35.208Z Downloaded serde_path_to_error v0.1.20
8302026-07-30T02:20:35.211Z Downloaded socket2 v0.5.10
8312026-07-30T02:20:35.211Z Downloaded typify v0.6.2
8322026-07-30T02:20:35.211Z Downloaded strum_macros v0.27.2
8332026-07-30T02:20:35.211Z Downloaded trait-variant v0.1.2
8342026-07-30T02:20:35.211Z Downloaded vsss-rs v3.3.4
8352026-07-30T02:20:35.214Z Downloaded tokio-dtrace v0.1.1
8362026-07-30T02:20:35.214Z Downloaded serde_derive_internals v0.29.1
8372026-07-30T02:20:35.214Z Downloaded internet-checksum v0.2.1
8382026-07-30T02:20:35.214Z Downloaded num-iter v0.1.45
8392026-07-30T02:20:35.214Z Downloaded progenitor-client v0.14.0
8402026-07-30T02:20:35.217Z Downloaded icu_properties v2.1.2
8412026-07-30T02:20:35.217Z Downloaded parse-display-derive v0.10.0
8422026-07-30T02:20:35.217Z Downloaded hashbrown v0.13.2
8432026-07-30T02:20:35.223Z Downloaded openssl-probe v0.1.6
8442026-07-30T02:20:35.223Z Downloaded rand_core v0.9.5
8452026-07-30T02:20:35.223Z Downloaded toml v0.7.8
8462026-07-30T02:20:35.224Z Downloaded maybe-uninit v2.0.0
8472026-07-30T02:20:35.224Z Downloaded rustversion v1.0.22
8482026-07-30T02:20:35.229Z Downloaded rustc_version v0.4.1
8492026-07-30T02:20:35.229Z Downloaded sync_wrapper v1.0.2
8502026-07-30T02:20:35.229Z Downloaded semver v0.1.20
8512026-07-30T02:20:35.229Z Downloaded unicode-bidi v0.3.18
8522026-07-30T02:20:35.229Z Downloaded vte v0.14.1
8532026-07-30T02:20:35.234Z Downloaded xshell v0.2.7
8542026-07-30T02:20:35.234Z Downloaded packed_struct_codegen v0.10.1
8552026-07-30T02:20:35.234Z Downloaded nibble_vec v0.1.0
8562026-07-30T02:20:35.239Z Downloaded progenitor-macro v0.13.0
8572026-07-30T02:20:35.239Z Downloaded dsl_auto_type v0.2.0
8582026-07-30T02:20:35.239Z Downloaded zerovec-derive v0.11.2
8592026-07-30T02:20:35.239Z Downloaded same-file v1.0.6
8602026-07-30T02:20:35.239Z Downloaded critical-section v1.2.0
8612026-07-30T02:20:35.239Z Downloaded rand_xorshift v0.4.0
8622026-07-30T02:20:35.239Z Downloaded hashbrown v0.12.3
8632026-07-30T02:20:35.261Z Downloaded hickory-resolver v0.24.4
8642026-07-30T02:20:35.261Z Downloaded async-compression v0.4.41
8652026-07-30T02:20:35.261Z Downloaded defmt-macros v1.0.1
8662026-07-30T02:20:35.262Z Downloaded ena v0.14.4
8672026-07-30T02:20:35.262Z Downloaded dropshot_endpoint v0.17.1
8682026-07-30T02:20:35.271Z Downloaded slog-json v2.6.1
8692026-07-30T02:20:35.271Z Downloaded predicates-tree v1.0.13
8702026-07-30T02:20:35.271Z Downloaded ref-cast-impl v1.0.25
8712026-07-30T02:20:35.271Z Downloaded serde-big-array v0.5.1
8722026-07-30T02:20:35.271Z Downloaded termios v0.3.3
8732026-07-30T02:20:35.272Z Downloaded qorb v0.4.1
8742026-07-30T02:20:35.272Z Downloaded postcard v1.1.3
8752026-07-30T02:20:35.272Z Downloaded psm v0.1.30
8762026-07-30T02:20:35.272Z Downloaded p521 v0.14.0
8772026-07-30T02:20:35.281Z Downloaded serde_spanned v1.1.1
8782026-07-30T02:20:35.281Z Downloaded potential_utf v0.1.4
8792026-07-30T02:20:35.281Z Downloaded time-macros v0.2.27
8802026-07-30T02:20:35.281Z Downloaded illumos-nvpair-sys v0.2.0
8812026-07-30T02:20:35.281Z Downloaded sigpipe v0.1.3
8822026-07-30T02:20:35.281Z Downloaded progenitor v0.13.0
8832026-07-30T02:20:35.288Z Downloaded mime_guess v2.0.5
8842026-07-30T02:20:35.288Z Downloaded module-lattice v0.2.3
8852026-07-30T02:20:35.288Z Downloaded smallvec v1.15.1
8862026-07-30T02:20:35.288Z Downloaded spin v0.9.8
8872026-07-30T02:20:35.288Z Downloaded progenitor-impl v0.14.0
8882026-07-30T02:20:35.288Z Downloaded serde_with_macros v3.21.0
8892026-07-30T02:20:35.288Z Downloaded crossbeam-channel v0.5.15
8902026-07-30T02:20:35.292Z Downloaded password-hash v0.5.0
8912026-07-30T02:20:35.292Z Downloaded progenitor-extras v0.2.0
8922026-07-30T02:20:35.293Z Downloaded des v0.9.0
8932026-07-30T02:20:35.293Z Downloaded rustc-hash v2.1.1
8942026-07-30T02:20:35.297Z Downloaded darling_core v0.21.3
8952026-07-30T02:20:35.302Z Downloaded schemars v0.9.0
8962026-07-30T02:20:35.307Z Downloaded icu_collections v2.1.1
8972026-07-30T02:20:35.312Z Downloaded shell-words v1.1.1
8982026-07-30T02:20:35.312Z Downloaded typify-macro v0.6.2
8992026-07-30T02:20:35.312Z Downloaded difflib v0.4.0
9002026-07-30T02:20:35.312Z Downloaded ecdsa v0.16.9
9012026-07-30T02:20:35.319Z Downloaded utf-8 v0.7.6
9022026-07-30T02:20:35.319Z Downloaded crucible-workspace-hack v0.1.0
9032026-07-30T02:20:35.325Z Downloaded structmeta v0.3.0
9042026-07-30T02:20:35.334Z Downloaded prefix-trie v0.7.0
9052026-07-30T02:20:35.334Z Downloaded libefi-sys v0.1.0
9062026-07-30T02:20:35.334Z Downloaded rand_core v0.6.4
9072026-07-30T02:20:35.334Z Downloaded unicode-truncate v1.1.0
9082026-07-30T02:20:35.334Z Downloaded whoami v2.1.0
9092026-07-30T02:20:35.334Z Downloaded keccak v0.1.6
9102026-07-30T02:20:35.334Z Downloaded litemap v0.8.1
9112026-07-30T02:20:35.334Z Downloaded phf_shared v0.12.1
9122026-07-30T02:20:35.334Z Downloaded thread-id v5.1.0
9132026-07-30T02:20:35.343Z Downloaded strsim v0.10.0
9142026-07-30T02:20:35.343Z Downloaded similar v2.7.0
9152026-07-30T02:20:35.343Z Downloaded x509-cert v0.2.5
9162026-07-30T02:20:35.343Z Downloaded simd-adler32 v0.3.8
9172026-07-30T02:20:35.344Z Downloaded unicode-properties v0.1.4
9182026-07-30T02:20:35.344Z Downloaded tokio-tungstenite v0.23.1
9192026-07-30T02:20:35.353Z Downloaded yoke v0.8.1
9202026-07-30T02:20:35.353Z Downloaded poly1305 v0.9.0
9212026-07-30T02:20:35.353Z Downloaded tracing-core v0.1.36
9222026-07-30T02:20:35.354Z Downloaded litrs v1.0.0
9232026-07-30T02:20:35.354Z Downloaded writeable v0.6.2
9242026-07-30T02:20:35.359Z Downloaded rusty-fork v0.3.1
9252026-07-30T02:20:35.359Z Downloaded thiserror-no-std v2.0.2
9262026-07-30T02:20:35.359Z Downloaded zstd-safe v7.2.4
9272026-07-30T02:20:35.359Z Downloaded hickory-server v0.25.2
9282026-07-30T02:20:35.359Z Downloaded zopfli v0.8.3
9292026-07-30T02:20:35.359Z Downloaded rsa v0.9.10
9302026-07-30T02:20:35.359Z Downloaded sponge-cursor v0.1.0
9312026-07-30T02:20:35.359Z Downloaded aes-gcm v0.11.0
9322026-07-30T02:20:35.362Z Downloaded packed_struct v0.10.1
9332026-07-30T02:20:35.362Z Downloaded diesel_derives v2.3.7
9342026-07-30T02:20:35.365Z Downloaded crypto-bigint v0.5.5
9352026-07-30T02:20:35.368Z Downloaded siphasher v1.0.2
9362026-07-30T02:20:35.368Z Downloaded darling v0.13.4
9372026-07-30T02:20:35.368Z Downloaded rustls-native-certs v0.8.3
9382026-07-30T02:20:35.372Z Downloaded linked-hash-map v0.5.6
9392026-07-30T02:20:35.376Z Downloaded vergen-gitcl v1.0.8
9402026-07-30T02:20:35.376Z Downloaded hashbrown v0.15.5
9412026-07-30T02:20:35.379Z Downloaded sec1 v0.7.3
9422026-07-30T02:20:35.379Z Downloaded synstructure v0.13.2
9432026-07-30T02:20:35.379Z Downloaded ctutils v0.4.2
9442026-07-30T02:20:35.379Z Downloaded newtype-uuid-macros v0.1.0
9452026-07-30T02:20:35.382Z Downloaded multimap v0.10.1
9462026-07-30T02:20:35.385Z Downloaded parse-size v1.1.0
9472026-07-30T02:20:35.385Z Downloaded predicates-core v1.0.10
9482026-07-30T02:20:35.388Z Downloaded scuffle v0.1.0
9492026-07-30T02:20:35.391Z Downloaded proc-macro-error-attr2 v2.0.0
9502026-07-30T02:20:35.391Z Downloaded tokio-tungstenite v0.21.0
9512026-07-30T02:20:35.396Z Downloaded psl-types v2.0.11
9522026-07-30T02:20:35.399Z Downloaded tower-layer v0.3.3
9532026-07-30T02:20:35.399Z Downloaded wnaf v0.14.0
9542026-07-30T02:20:35.400Z Downloaded native-tls v0.2.18
9552026-07-30T02:20:35.402Z Downloaded papergrid v0.17.0
9562026-07-30T02:20:35.405Z Downloaded pkcs5 v0.8.1
9572026-07-30T02:20:35.408Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9582026-07-30T02:20:35.408Z Downloaded digest v0.11.3
9592026-07-30T02:20:35.412Z Downloaded num-rational v0.4.2
9602026-07-30T02:20:35.412Z Downloaded slog v2.8.2
9612026-07-30T02:20:35.417Z Downloaded mio v1.2.0
9622026-07-30T02:20:35.420Z Downloaded ctr v0.10.1
9632026-07-30T02:20:35.420Z Downloaded rustls-webpki v0.103.13
9642026-07-30T02:20:35.420Z Downloaded try-lock v0.2.5
9652026-07-30T02:20:35.420Z Downloaded icu_normalizer v2.1.1
9662026-07-30T02:20:35.425Z Downloaded icu_normalizer_data v2.1.1
9672026-07-30T02:20:35.429Z Downloaded idna_adapter v1.2.1
9682026-07-30T02:20:35.433Z Downloaded steno v0.4.1
9692026-07-30T02:20:35.436Z Downloaded tinyvec_macros v0.1.1
9702026-07-30T02:20:35.436Z Downloaded serdect v0.4.3
9712026-07-30T02:20:35.439Z Downloaded quinn v0.11.11
9722026-07-30T02:20:35.439Z Downloaded oxide-update-engine-types v0.1.2
9732026-07-30T02:20:35.442Z Downloaded aho-corasick v1.1.4
9742026-07-30T02:20:35.443Z Downloaded crossterm v0.28.1
9752026-07-30T02:20:35.445Z Downloaded rand v0.8.6
9762026-07-30T02:20:35.448Z Downloaded hashbrown v0.16.1
9772026-07-30T02:20:35.451Z Downloaded dyn-clone v1.0.20
9782026-07-30T02:20:35.451Z Downloaded phf_shared v0.13.1
9792026-07-30T02:20:35.451Z Downloaded rpassword v7.5.4
9802026-07-30T02:20:35.454Z Downloaded subtle v2.6.1
9812026-07-30T02:20:35.454Z Downloaded serde_bytes v0.11.19
9822026-07-30T02:20:35.457Z Downloaded sec1 v0.8.1
9832026-07-30T02:20:35.461Z Downloaded ingot-macros v0.2.0
9842026-07-30T02:20:35.465Z Downloaded unicode_categories v0.1.1
9852026-07-30T02:20:35.465Z Downloaded slog-stdlog v4.1.1
9862026-07-30T02:20:35.469Z Downloaded lzss v0.8.2
9872026-07-30T02:20:35.473Z Downloaded toml_edit v0.23.10+spec-1.0.0
9882026-07-30T02:20:35.473Z Downloaded yasna v0.5.2
9892026-07-30T02:20:35.480Z Downloaded data-encoding v2.10.0
9902026-07-30T02:20:35.480Z Downloaded toml_edit v0.19.15
9912026-07-30T02:20:35.488Z Downloaded slog-envlogger v2.2.0
9922026-07-30T02:20:35.491Z Downloaded maplit v1.0.2
9932026-07-30T02:20:35.491Z Downloaded dtrace-parser v0.3.0
9942026-07-30T02:20:35.491Z Downloaded serde_plain v1.0.2
9952026-07-30T02:20:35.491Z Downloaded uzers v0.12.2
9962026-07-30T02:20:35.491Z Downloaded h2 v0.4.15
9972026-07-30T02:20:35.491Z Downloaded vergen-lib v0.1.6
9982026-07-30T02:20:35.496Z Downloaded cookie v0.18.1
9992026-07-30T02:20:35.499Z Downloaded universal-hash v0.6.1
10002026-07-30T02:20:35.499Z Downloaded tower-service v0.3.3
10012026-07-30T02:20:35.499Z Downloaded universal-hash v0.5.1
10022026-07-30T02:20:35.504Z Downloaded crc-catalog v2.4.0
10032026-07-30T02:20:35.504Z Downloaded pkcs1 v0.7.5
10042026-07-30T02:20:35.508Z Downloaded hkdf v0.12.4
10052026-07-30T02:20:35.509Z Downloaded derive_more-impl v2.1.1
10062026-07-30T02:20:35.512Z Downloaded derive-where v1.6.0
10072026-07-30T02:20:35.512Z Downloaded quick-error v1.2.3
10082026-07-30T02:20:35.516Z Downloaded serde-hex v0.1.0
10092026-07-30T02:20:35.516Z Downloaded ipnet v2.11.0
10102026-07-30T02:20:35.516Z Downloaded defmt-parser v1.0.0
10112026-07-30T02:20:35.516Z Downloaded parking_lot_core v0.9.12
10122026-07-30T02:20:35.526Z Downloaded spki v0.7.3
10132026-07-30T02:20:35.526Z Downloaded tower v0.5.3
10142026-07-30T02:20:35.530Z Downloaded hkdf v0.13.0
10152026-07-30T02:20:35.530Z Downloaded iana-time-zone v0.1.65
10162026-07-30T02:20:35.530Z Downloaded libbz2-rs-sys v0.2.2
10172026-07-30T02:20:35.530Z Downloaded rustc_version v0.1.7
10182026-07-30T02:20:35.530Z Downloaded rsa v0.10.0-rc.18
10192026-07-30T02:20:35.530Z Downloaded libsw-core v0.3.2
10202026-07-30T02:20:35.530Z Downloaded scopeguard v1.2.0
10212026-07-30T02:20:35.534Z Downloaded supports-color v3.0.2
10222026-07-30T02:20:35.534Z Downloaded pin-project-internal v1.1.11
10232026-07-30T02:20:35.534Z Downloaded num_enum_derive v0.5.11
10242026-07-30T02:20:35.535Z Downloaded serde_urlencoded v0.7.1
10252026-07-30T02:20:35.535Z Downloaded shlex v1.3.0
10262026-07-30T02:20:35.535Z Downloaded slog-term v2.9.2
10272026-07-30T02:20:35.540Z Downloaded support-bundle-viewer v0.1.2
10282026-07-30T02:20:35.540Z Downloaded openssl-macros v0.1.1
10292026-07-30T02:20:35.540Z Downloaded salsa20 v0.11.0
10302026-07-30T02:20:35.540Z Downloaded is_ci v1.2.0
10312026-07-30T02:20:35.548Z Downloaded num_enum v0.5.11
10322026-07-30T02:20:35.551Z Downloaded zone v0.3.1
10332026-07-30T02:20:35.551Z Downloaded xattr v1.6.1
10342026-07-30T02:20:35.554Z Downloaded dirs-next v2.0.0
10352026-07-30T02:20:35.554Z Downloaded darling v0.21.3
10362026-07-30T02:20:35.557Z Downloaded tinystr v0.8.2
10372026-07-30T02:20:35.557Z Downloaded oso-derive v0.27.3
10382026-07-30T02:20:35.560Z Downloaded match_cfg v0.1.0
10392026-07-30T02:20:35.560Z Downloaded peg-runtime v0.8.5
10402026-07-30T02:20:35.563Z Downloaded unsafe-libyaml v0.2.11
10412026-07-30T02:20:35.563Z Downloaded yansi v1.0.1
10422026-07-30T02:20:35.566Z Downloaded zip v0.6.6
10432026-07-30T02:20:35.571Z Downloaded darling v0.23.0
10442026-07-30T02:20:35.574Z Downloaded linear-map v1.2.0
10452026-07-30T02:20:35.574Z Downloaded peg v0.8.5
10462026-07-30T02:20:35.576Z Downloaded tower-http v0.6.8
10472026-07-30T02:20:35.580Z Downloaded crunchy v0.2.4
10482026-07-30T02:20:35.580Z Downloaded radium v0.7.0
10492026-07-30T02:20:35.584Z Downloaded whoami v1.6.1
10502026-07-30T02:20:35.584Z Downloaded rfc6979 v0.4.0
10512026-07-30T02:20:35.584Z Downloaded ipnetwork v0.21.1
10522026-07-30T02:20:35.584Z Downloaded bitvec v1.0.1
10532026-07-30T02:20:35.591Z Downloaded unit-prefix v0.5.2
10542026-07-30T02:20:35.594Z Downloaded tar v0.4.46
10552026-07-30T02:20:35.594Z Downloaded resolv-conf v0.7.6
10562026-07-30T02:20:35.594Z Downloaded num_enum v0.7.6
10572026-07-30T02:20:35.597Z Downloaded zeroize_derive v1.5.0
10582026-07-30T02:20:35.601Z Downloaded tokio-stream v0.1.18
10592026-07-30T02:20:35.606Z Downloaded strum v0.26.3
10602026-07-30T02:20:35.607Z Downloaded ssh-cipher v0.3.0
10612026-07-30T02:20:35.607Z Downloaded strum_macros v0.26.4
10622026-07-30T02:20:35.607Z Downloaded blake3 v1.8.5
10632026-07-30T02:20:35.610Z Downloaded tokio-postgres v0.7.16
10642026-07-30T02:20:35.613Z Downloaded darling v0.20.11
10652026-07-30T02:20:35.616Z Downloaded cookie_store v0.22.1
10662026-07-30T02:20:35.620Z Downloaded twox-hash v2.1.2
10672026-07-30T02:20:35.620Z Downloaded crc32fast v1.5.0
10682026-07-30T02:20:35.621Z Downloaded diesel-dtrace v0.5.0
10692026-07-30T02:20:35.621Z Downloaded predicates v3.1.4
10702026-07-30T02:20:35.625Z Downloaded wyz v0.5.1
10712026-07-30T02:20:35.625Z Downloaded aws-lc-rs v1.16.3
10722026-07-30T02:20:35.629Z Downloaded ssh-encoding v0.3.0
10732026-07-30T02:20:35.632Z Downloaded dunce v1.0.5
10742026-07-30T02:20:35.632Z Downloaded lru-slab v0.1.2
10752026-07-30T02:20:35.632Z Downloaded num v0.4.3
10762026-07-30T02:20:35.632Z Downloaded slog-bunyan v2.5.0
10772026-07-30T02:20:35.632Z Downloaded take_mut v0.2.2
10782026-07-30T02:20:35.635Z Downloaded derive-ex v0.1.8
10792026-07-30T02:20:35.635Z Downloaded libsw v3.5.0
10802026-07-30T02:20:35.635Z Downloaded newtype-uuid v1.3.2
10812026-07-30T02:20:35.636Z Downloaded itertools v0.10.5
10822026-07-30T02:20:35.639Z Downloaded ed25519-dalek v3.0.0
10832026-07-30T02:20:35.642Z Downloaded tough v0.22.0
10842026-07-30T02:20:35.645Z Downloaded ignore v0.4.25
10852026-07-30T02:20:35.648Z Downloaded postgres-protocol v0.6.10
10862026-07-30T02:20:35.648Z Downloaded sha1 v0.10.6
10872026-07-30T02:20:35.648Z Downloaded want v0.3.1
10882026-07-30T02:20:35.651Z Downloaded elliptic-curve v0.13.8
10892026-07-30T02:20:35.654Z Downloaded rand_seeder v0.4.0
10902026-07-30T02:20:35.654Z Downloaded schemars_derive v0.8.22
10912026-07-30T02:20:35.654Z Downloaded itertools v0.13.0
10922026-07-30T02:20:35.657Z Downloaded oso v0.27.3
10932026-07-30T02:20:35.660Z Downloaded memoffset v0.9.1
10942026-07-30T02:20:35.670Z Downloaded static_assertions v1.1.0
10952026-07-30T02:20:35.678Z Downloaded digest-io v0.1.0
10962026-07-30T02:20:35.678Z Downloaded tui-tree-widget v0.23.1
10972026-07-30T02:20:35.678Z Downloaded bindgen v0.71.1
10982026-07-30T02:20:35.681Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10992026-07-30T02:20:35.681Z Downloaded vergen-lib v9.1.0
11002026-07-30T02:20:35.681Z Downloaded tungstenite v0.21.0
11012026-07-30T02:20:35.681Z Downloaded libxml v0.3.3
11022026-07-30T02:20:35.681Z Downloaded derive_more v0.99.20
11032026-07-30T02:20:35.685Z Downloaded hyper v1.10.1
11042026-07-30T02:20:35.688Z Downloaded embedded-io v0.4.0
11052026-07-30T02:20:35.688Z Downloaded test-strategy v0.4.5
11062026-07-30T02:20:35.692Z Downloaded stable_deref_trait v1.2.1
11072026-07-30T02:20:35.692Z Downloaded pkcs8 v0.10.2
11082026-07-30T02:20:35.692Z Downloaded indent_write v2.2.0
11092026-07-30T02:20:35.692Z Downloaded mime v0.3.17
11102026-07-30T02:20:35.695Z Downloaded nodrop v0.1.14
11112026-07-30T02:20:35.695Z Downloaded progenitor-macro v0.14.0
11122026-07-30T02:20:35.695Z Downloaded lru-cache v0.1.2
11132026-07-30T02:20:35.701Z Downloaded rustyline v14.0.0
11142026-07-30T02:20:35.704Z Downloaded walkdir v2.5.0
11152026-07-30T02:20:35.704Z Downloaded secrecy v0.8.0
11162026-07-30T02:20:35.708Z Downloaded rand_core v0.10.0
11172026-07-30T02:20:35.708Z Downloaded schemars v1.2.1
11182026-07-30T02:20:35.715Z Downloaded dof v0.4.0
11192026-07-30T02:20:35.716Z Downloaded ssh-key v0.7.0-rc.11
11202026-07-30T02:20:35.719Z Downloaded git2 v0.20.4
11212026-07-30T02:20:35.723Z Downloaded newline-converter v0.3.0
11222026-07-30T02:20:35.728Z Downloaded signature v3.0.0
11232026-07-30T02:20:35.728Z Downloaded xshell-macros v0.2.7
11242026-07-30T02:20:35.728Z Downloaded parking_lot v0.12.5
11252026-07-30T02:20:35.733Z Downloaded drift v0.2.0
11262026-07-30T02:20:35.736Z Downloaded darling_macro v0.23.0
11272026-07-30T02:20:35.739Z Downloaded rtoolbox v0.0.3
11282026-07-30T02:20:35.743Z Downloaded displaydoc v0.2.5
11292026-07-30T02:20:35.743Z Downloaded slab v0.4.12
11302026-07-30T02:20:35.743Z Downloaded csv-core v0.1.13
11312026-07-30T02:20:35.746Z Downloaded instant v0.1.13
11322026-07-30T02:20:35.749Z Downloaded ron v0.8.1
11332026-07-30T02:20:35.755Z Downloaded parking_lot_core v0.8.6
11342026-07-30T02:20:35.758Z Downloaded smallvec v0.6.14
11352026-07-30T02:20:35.761Z Downloaded tokio-rustls v0.26.4
11362026-07-30T02:20:35.773Z Downloaded stacker v0.1.23
11372026-07-30T02:20:35.777Z Downloaded delegate v0.13.5
11382026-07-30T02:20:35.777Z Downloaded pretty_assertions v1.4.1
11392026-07-30T02:20:35.780Z Downloaded termtree v0.5.1
11402026-07-30T02:20:35.780Z Downloaded num-bigint-dig v0.8.6
11412026-07-30T02:20:35.784Z Downloaded document-features v0.2.12
11422026-07-30T02:20:35.784Z Downloaded crossbeam-utils v0.8.21
11432026-07-30T02:20:35.787Z Downloaded phc v0.6.1
11442026-07-30T02:20:35.791Z Downloaded postgres-types v0.2.12
11452026-07-30T02:20:35.791Z Downloaded tls_codec v0.4.2
11462026-07-30T02:20:35.794Z Downloaded jobserver v0.1.34
11472026-07-30T02:20:35.794Z Downloaded strip-ansi-escapes v0.2.1
11482026-07-30T02:20:35.794Z Downloaded owo-colors v4.3.0
11492026-07-30T02:20:35.797Z Downloaded tabwriter v1.4.1
11502026-07-30T02:20:35.801Z Downloaded proptest v1.11.0
11512026-07-30T02:20:35.804Z Downloaded progenitor-client v0.13.0
11522026-07-30T02:20:35.804Z Downloaded scroll v0.13.0
11532026-07-30T02:20:35.804Z Downloaded minimal-lexical v0.2.1
11542026-07-30T02:20:35.807Z Downloaded rayon-core v1.13.0
11552026-07-30T02:20:35.810Z Downloaded toml_parser v1.1.2+spec-1.1.0
11562026-07-30T02:20:35.810Z Downloaded corncobs v0.1.4
11572026-07-30T02:20:35.812Z Downloaded impl-trait-for-tuples v0.2.3
11582026-07-30T02:20:35.813Z Downloaded secrecy v0.10.3
11592026-07-30T02:20:35.813Z Downloaded slog-async v2.8.0
11602026-07-30T02:20:35.813Z Downloaded indoc v2.0.7
11612026-07-30T02:20:35.816Z Downloaded progenitor v0.14.0
11622026-07-30T02:20:35.816Z Downloaded libm v0.2.16
11632026-07-30T02:20:35.820Z Downloaded tinyvec v1.10.0
11642026-07-30T02:20:35.822Z Downloaded keccak v0.2.0
11652026-07-30T02:20:35.822Z Downloaded strum_macros v0.24.3
11662026-07-30T02:20:35.827Z Downloaded miniz_oxide v0.8.9
11672026-07-30T02:20:35.827Z Downloaded serde_with v3.21.0
11682026-07-30T02:20:35.831Z Downloaded toml_writer v1.1.1+spec-1.1.0
11692026-07-30T02:20:35.834Z Downloaded usdt v0.6.0
11702026-07-30T02:20:35.834Z Downloaded unarray v0.1.4
11712026-07-30T02:20:35.834Z Downloaded ingot-types v0.2.0
11722026-07-30T02:20:35.834Z Downloaded term v0.7.0
11732026-07-30T02:20:35.837Z Downloaded zstd v0.13.3
11742026-07-30T02:20:35.837Z Downloaded darling_macro v0.20.11
11752026-07-30T02:20:35.837Z Downloaded lalrpop-util v0.19.12
11762026-07-30T02:20:35.837Z Downloaded r2d2 v0.8.10
11772026-07-30T02:20:35.840Z Downloaded pin-project-lite v0.2.17
11782026-07-30T02:20:35.840Z Downloaded reqwest v0.12.28
11792026-07-30T02:20:35.843Z Downloaded winnow v0.5.40
11802026-07-30T02:20:35.848Z Downloaded signal-hook v0.3.18
11812026-07-30T02:20:35.853Z Downloaded der_derive v0.7.3
11822026-07-30T02:20:35.853Z Downloaded tungstenite v0.23.0
11832026-07-30T02:20:35.857Z Downloaded url v2.5.8
11842026-07-30T02:20:35.857Z Downloaded der v0.8.0
11852026-07-30T02:20:35.861Z Downloaded ryu v1.0.23
11862026-07-30T02:20:35.861Z Downloaded thread_local v1.1.9
11872026-07-30T02:20:35.861Z Downloaded nanorand v0.7.0
11882026-07-30T02:20:35.862Z Downloaded omicron-zone-package v0.12.3
11892026-07-30T02:20:35.864Z Downloaded indicatif v0.18.4
11902026-07-30T02:20:35.864Z Downloaded paste v1.0.15
11912026-07-30T02:20:35.864Z Downloaded crossbeam-epoch v0.9.18
11922026-07-30T02:20:35.867Z Downloaded poly1305 v0.8.0
11932026-07-30T02:20:35.867Z Downloaded crossbeam-deque v0.8.6
11942026-07-30T02:20:35.870Z Downloaded pkcs8 v0.11.0
11952026-07-30T02:20:35.870Z Downloaded rand_pcg v0.10.2
11962026-07-30T02:20:35.870Z Downloaded primeorder v0.14.0
11972026-07-30T02:20:35.873Z Downloaded ed25519 v3.0.0
11982026-07-30T02:20:35.873Z Downloaded usdt-impl v0.6.0
11992026-07-30T02:20:35.873Z Downloaded itertools v0.15.0
12002026-07-30T02:20:35.876Z Downloaded lock_api v0.4.14
12012026-07-30T02:20:35.885Z Downloaded schemars v0.8.22
12022026-07-30T02:20:35.891Z Downloaded memmap2 v0.9.10
12032026-07-30T02:20:35.894Z Downloaded peg-macros v0.8.5
12042026-07-30T02:20:35.894Z Downloaded icu_provider v2.1.1
12052026-07-30T02:20:35.898Z Downloaded internal-russh-num-bigint v0.5.0
12062026-07-30T02:20:35.904Z Downloaded spki v0.8.0
12072026-07-30T02:20:35.904Z Downloaded num-bigint v0.4.6
12082026-07-30T02:20:35.908Z Downloaded rand v0.9.2
12092026-07-30T02:20:35.908Z Downloaded ecdsa v0.17.0
12102026-07-30T02:20:35.908Z Downloaded reqwest v0.13.2
12112026-07-30T02:20:35.911Z Downloaded goblin v0.10.5
12122026-07-30T02:20:35.914Z Downloaded nom v8.0.0
12132026-07-30T02:20:35.916Z Downloaded ed25519-dalek v2.2.0
12142026-07-30T02:20:35.919Z Downloaded itertools v0.12.1
12152026-07-30T02:20:35.922Z Downloaded chrono v0.4.45
12162026-07-30T02:20:35.925Z Downloaded derive_builder v0.20.2
12172026-07-30T02:20:35.931Z Downloaded tracing-attributes v0.1.31
12182026-07-30T02:20:35.931Z Downloaded idna v1.1.0
12192026-07-30T02:20:35.936Z Downloaded typed-path v0.9.3
12202026-07-30T02:20:35.936Z Downloaded darling_core v0.13.4
12212026-07-30T02:20:35.942Z Downloaded rand v0.10.1
12222026-07-30T02:20:35.942Z Downloaded zlib-rs v0.6.2
12232026-07-30T02:20:35.942Z Downloaded zerotrie v0.2.3
12242026-07-30T02:20:35.945Z Downloaded crc-any v2.5.0
12252026-07-30T02:20:35.945Z Downloaded jiff-static v0.2.21
12262026-07-30T02:20:35.948Z Downloaded prettyplease v0.2.37
12272026-07-30T02:20:35.948Z Downloaded elliptic-curve v0.14.1
12282026-07-30T02:20:35.951Z Downloaded rawzip v0.4.4
12292026-07-30T02:20:35.954Z Downloaded ml-kem v0.3.2
12302026-07-30T02:20:35.959Z Downloaded time v0.3.47
12312026-07-30T02:20:35.965Z Downloaded zerovec v0.11.5
12322026-07-30T02:20:35.968Z Downloaded derive_more v2.1.1
12332026-07-30T02:20:35.974Z Downloaded icu_locale_core v2.1.1
12342026-07-30T02:20:35.977Z Downloaded der v0.7.10
12352026-07-30T02:20:35.980Z Downloaded darling_core v0.20.11
12362026-07-30T02:20:35.982Z Downloaded serde_yaml v0.9.34+deprecated
12372026-07-30T02:20:35.985Z Downloaded tokio-util v0.7.18
12382026-07-30T02:20:35.990Z Downloaded publicsuffix v2.3.0
12392026-07-30T02:20:35.990Z Downloaded uuid v1.23.4
12402026-07-30T02:20:35.994Z Downloaded p256 v0.14.0
12412026-07-30T02:20:35.994Z Downloaded hyper-util v0.1.20
12422026-07-30T02:20:36.003Z Downloaded crossterm v0.29.0
12432026-07-30T02:20:36.021Z Downloaded snafu v0.8.9
12442026-07-30T02:20:36.024Z Downloaded vcpkg v0.2.15
12452026-07-30T02:20:36.048Z Downloaded zerocopy-derive v0.8.40
12462026-07-30T02:20:36.053Z Downloaded samael v0.0.19
12472026-07-30T02:20:36.057Z Downloaded quinn-proto v0.11.16
12482026-07-30T02:20:36.061Z Downloaded p384 v0.14.0
12492026-07-30T02:20:36.064Z Downloaded p384 v0.13.1
12502026-07-30T02:20:36.067Z Downloaded portable-atomic v1.13.1
12512026-07-30T02:20:36.071Z Downloaded iri-string v0.7.10
12522026-07-30T02:20:36.109Z Downloaded rayon v1.11.0
12532026-07-30T02:20:36.109Z Downloaded iddqd v0.4.2
12542026-07-30T02:20:36.109Z Downloaded darling_core v0.23.0
12552026-07-30T02:20:36.109Z Downloaded unicode-segmentation v1.12.0
12562026-07-30T02:20:36.110Z Downloaded openssl v0.10.79
12572026-07-30T02:20:36.110Z Downloaded serde_with v1.14.0
12582026-07-30T02:20:36.110Z Downloaded nom v7.1.3
12592026-07-30T02:20:36.110Z Downloaded quick-xml v0.37.5
12602026-07-30T02:20:36.110Z Downloaded zip v4.6.1
12612026-07-30T02:20:36.114Z Downloaded dropshot-api-manager v0.7.2
12622026-07-30T02:20:36.114Z Downloaded icu_properties_data v2.1.2
12632026-07-30T02:20:36.120Z Downloaded unicode-normalization v0.1.25
12642026-07-30T02:20:36.127Z Downloaded itertools v0.14.0
12652026-07-30T02:20:36.127Z Downloaded crypto-primes v0.7.2
12662026-07-30T02:20:36.133Z Downloaded salty v0.3.0
12672026-07-30T02:20:36.133Z Downloaded sha3 v0.12.0
12682026-07-30T02:20:36.136Z Downloaded reedline v0.40.0
12692026-07-30T02:20:36.139Z Downloaded polar-core v0.27.3
12702026-07-30T02:20:36.148Z Downloaded regex-syntax v0.6.29
12712026-07-30T02:20:36.151Z Downloaded winnow v0.6.26
12722026-07-30T02:20:36.154Z Downloaded regex-syntax v0.8.10
12732026-07-30T02:20:36.161Z Downloaded bstr v1.12.1
12742026-07-30T02:20:36.164Z Downloaded crypto-bigint v0.7.5
12752026-07-30T02:20:36.173Z Downloaded regex v1.12.3
12762026-07-30T02:20:36.176Z Downloaded winnow v1.0.3
12772026-07-30T02:20:36.190Z Downloaded lalrpop v0.19.12
12782026-07-30T02:20:36.202Z Downloaded nix v0.27.1
12792026-07-30T02:20:36.209Z Downloaded moka v0.12.13
12802026-07-30T02:20:36.213Z Downloaded radix_trie v0.2.1
12812026-07-30T02:20:36.217Z Downloaded russh v0.62.4
12822026-07-30T02:20:36.221Z Downloaded object v0.37.3
12832026-07-30T02:20:36.229Z Downloaded nix v0.28.0
12842026-07-30T02:20:36.235Z Downloaded nix v0.31.2
12852026-07-30T02:20:36.242Z Downloaded hickory-proto v0.24.4
12862026-07-30T02:20:36.253Z Downloaded smoltcp v0.11.0
12872026-07-30T02:20:36.259Z Downloaded smoltcp v0.9.1
12882026-07-30T02:20:36.265Z Downloaded tabled v0.20.0
12892026-07-30T02:20:36.276Z Downloaded zerocopy v0.8.40
12902026-07-30T02:20:36.282Z Downloaded curve25519-dalek v4.1.3
12912026-07-30T02:20:36.287Z Downloaded curve25519-dalek v5.0.0
12922026-07-30T02:20:36.293Z Downloaded object v0.30.4
12932026-07-30T02:20:36.299Z Downloaded typify-impl v0.6.2
12942026-07-30T02:20:36.310Z Downloaded petname v2.0.2
12952026-07-30T02:20:36.313Z Downloaded regress v0.11.1
12962026-07-30T02:20:36.319Z Downloaded hickory-proto v0.25.2
12972026-07-30T02:20:36.327Z Downloaded regress v0.10.5
12982026-07-30T02:20:36.332Z Downloaded diesel v2.3.7
12992026-07-30T02:20:36.345Z Downloaded sha3 v0.11.0
13002026-07-30T02:20:36.349Z Downloaded sled v0.34.7
13012026-07-30T02:20:36.354Z Downloaded dropshot v0.17.1
13022026-07-30T02:20:36.365Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-07-30T02:20:36.372Z Downloaded petgraph v0.6.5
13042026-07-30T02:20:36.381Z Downloaded sqlparser v0.61.0
13052026-07-30T02:20:36.388Z Downloaded chrono-tz v0.10.4
13062026-07-30T02:20:36.397Z Downloaded openapiv3 v2.2.0
13072026-07-30T02:20:36.407Z Downloaded petgraph v0.8.3
13082026-07-30T02:20:36.420Z Downloaded rustix v0.38.44
13092026-07-30T02:20:36.429Z Downloaded ratatui v0.29.0
13102026-07-30T02:20:36.439Z Downloaded rustls v0.23.41
13112026-07-30T02:20:36.477Z Downloaded tracing v0.1.44
13122026-07-30T02:20:36.489Z Downloaded ring v0.17.14
13132026-07-30T02:20:36.512Z Downloaded zerocopy-derive v0.6.6
13142026-07-30T02:20:36.536Z Downloaded regex-automata v0.4.14
13152026-07-30T02:20:36.550Z Downloaded jiff v0.2.21
13162026-07-30T02:20:36.591Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13172026-07-30T02:20:36.612Z Downloaded csv v1.4.0
13182026-07-30T02:20:36.624Z Downloaded libz-sys v1.1.24
13192026-07-30T02:20:36.647Z Downloaded sha3 v0.10.8
13202026-07-30T02:20:36.650Z Downloaded tokio v1.52.1
13212026-07-30T02:20:36.689Z Downloaded encoding_rs v0.8.35
13222026-07-30T02:20:36.725Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-30T02:20:36.950Z Downloaded aws-lc-sys v0.40.0
13242026-07-30T02:20:37.195Z Compiling libc v0.2.185
13252026-07-30T02:20:37.195Z Compiling serde_core v1.0.228
13262026-07-30T02:20:37.195Z Compiling serde v1.0.228
13272026-07-30T02:20:37.199Z Compiling log v0.4.29
13282026-07-30T02:20:37.199Z Compiling smallvec v1.15.1
13292026-07-30T02:20:37.199Z Compiling shlex v1.3.0
13302026-07-30T02:20:37.199Z Compiling find-msvc-tools v0.1.9
13312026-07-30T02:20:37.199Z Compiling syn v2.0.117
13322026-07-30T02:20:37.549Z Compiling subtle v2.6.1
13332026-07-30T02:20:37.562Z Compiling scopeguard v1.2.0
13342026-07-30T02:20:37.577Z Compiling stable_deref_trait v1.2.1
13352026-07-30T02:20:37.647Z Compiling lock_api v0.4.14
13362026-07-30T02:20:37.662Z Compiling typenum v1.20.1
13372026-07-30T02:20:37.665Z Compiling serde_json v1.0.151
13382026-07-30T02:20:37.702Z Compiling zerocopy v0.8.40
13392026-07-30T02:20:37.730Z Compiling portable-atomic v1.13.1
13402026-07-30T02:20:37.863Z Compiling parking_lot_core v0.9.12
13412026-07-30T02:20:37.896Z Compiling pin-project-lite v0.2.17
13422026-07-30T02:20:37.993Z Compiling critical-section v1.2.0
13432026-07-30T02:20:38.096Z Compiling getrandom v0.4.1
13442026-07-30T02:20:38.121Z Compiling pkg-config v0.3.32
13452026-07-30T02:20:38.134Z Compiling libm v0.2.16
13462026-07-30T02:20:38.184Z Compiling jobserver v0.1.34
13472026-07-30T02:20:38.236Z Compiling errno v0.3.14
13482026-07-30T02:20:38.381Z Compiling cc v1.2.56
13492026-07-30T02:20:38.446Z Compiling getrandom v0.2.17
13502026-07-30T02:20:38.513Z Compiling signal-hook-registry v1.4.8
13512026-07-30T02:20:38.657Z Compiling rand_core v0.6.4
13522026-07-30T02:20:38.676Z Compiling num-traits v0.2.19
13532026-07-30T02:20:38.773Z Compiling futures-core v0.3.32
13542026-07-30T02:20:38.820Z Compiling rand_core v0.10.0
13552026-07-30T02:20:38.922Z Compiling once_cell v1.21.3
13562026-07-30T02:20:38.922Z Compiling parking_lot v0.12.5
13572026-07-30T02:20:39.109Z Compiling mio v1.2.0
13582026-07-30T02:20:39.190Z Compiling generic-array v0.14.7
13592026-07-30T02:20:39.294Z Compiling const-oid v0.9.6
13602026-07-30T02:20:39.363Z Compiling percent-encoding v2.3.2
13612026-07-30T02:20:39.391Z Compiling writeable v0.6.2
13622026-07-30T02:20:39.583Z Compiling bitflags v2.11.0
13632026-07-30T02:20:39.597Z Compiling litemap v0.8.1
13642026-07-30T02:20:39.643Z Compiling semver v1.0.28
13652026-07-30T02:20:39.830Z Compiling icu_properties_data v2.1.2
13662026-07-30T02:20:39.846Z Compiling icu_normalizer_data v2.1.1
13672026-07-30T02:20:40.023Z Compiling socket2 v0.6.3
13682026-07-30T02:20:40.057Z Compiling futures-sink v0.3.32
13692026-07-30T02:20:40.135Z Compiling futures-task v0.3.32
13702026-07-30T02:20:40.191Z Compiling futures-channel v0.3.32
13712026-07-30T02:20:40.208Z Compiling slab v0.4.12
13722026-07-30T02:20:40.227Z Compiling futures-io v0.3.32
13732026-07-30T02:20:40.305Z Compiling utf8_iter v1.0.4
13742026-07-30T02:20:40.384Z Compiling synstructure v0.13.2
13752026-07-30T02:20:40.388Z Compiling indexmap v2.14.0
13762026-07-30T02:20:40.424Z Compiling form_urlencoded v1.2.2
13772026-07-30T02:20:40.430Z Compiling getrandom v0.3.4
13782026-07-30T02:20:40.454Z Compiling rustversion v1.0.22
13792026-07-30T02:20:40.615Z Compiling cmake v0.1.57
13802026-07-30T02:20:40.618Z Compiling fs_extra v1.3.0
13812026-07-30T02:20:40.718Z Compiling iana-time-zone v0.1.65
13822026-07-30T02:20:40.906Z Compiling rustix v1.1.3
13832026-07-30T02:20:40.922Z Compiling ident_case v1.0.1
13842026-07-30T02:20:40.985Z Compiling dunce v1.0.5
13852026-07-30T02:20:41.023Z Compiling regex-syntax v0.8.10
13862026-07-30T02:20:41.044Z Compiling uuid v1.23.4
13872026-07-30T02:20:41.070Z Compiling base64 v0.22.1
13882026-07-30T02:20:41.101Z Compiling aws-lc-sys v0.40.0
13892026-07-30T02:20:41.349Z Compiling rand_core v0.9.5
13902026-07-30T02:20:41.404Z Compiling base64ct v1.8.3
13912026-07-30T02:20:41.519Z Compiling vcpkg v0.2.15
13922026-07-30T02:20:41.640Z Compiling pem-rfc7468 v0.7.0
13932026-07-30T02:20:41.708Z Compiling rustc_version v0.4.1
13942026-07-30T02:20:41.744Z Compiling tracing-core v0.1.36
13952026-07-30T02:20:41.945Z Compiling flagset v0.4.7
13962026-07-30T02:20:42.029Z Compiling aws-lc-rs v1.16.3
13972026-07-30T02:20:42.083Z Compiling serde_derive_internals v0.29.1
13982026-07-30T02:20:42.115Z Compiling serde_derive v1.0.228
13992026-07-30T02:20:42.191Z Compiling zeroize_derive v1.5.0
14002026-07-30T02:20:42.308Z Compiling zerofrom-derive v0.1.6
14012026-07-30T02:20:42.322Z Compiling yoke-derive v0.8.1
14022026-07-30T02:20:42.637Z Compiling zerovec-derive v0.11.2
14032026-07-30T02:20:42.848Z Compiling zeroize v1.9.0
14042026-07-30T02:20:42.993Z Compiling zerocopy-derive v0.8.40
14052026-07-30T02:20:43.189Z Compiling displaydoc v0.2.5
14062026-07-30T02:20:43.705Z Compiling tokio-macros v2.7.0
14072026-07-30T02:20:43.749Z Compiling zerofrom v0.1.6
14082026-07-30T02:20:43.800Z Compiling futures-macro v0.3.32
14092026-07-30T02:20:43.828Z Compiling openssl-sys v0.9.115
14102026-07-30T02:20:43.864Z Compiling yoke v0.8.1
14112026-07-30T02:20:44.031Z Compiling block-buffer v0.10.4
14122026-07-30T02:20:44.069Z Compiling zerovec v0.11.5
14132026-07-30T02:20:44.243Z Compiling zerotrie v0.2.3
14142026-07-30T02:20:44.280Z Compiling crypto-common v0.1.7
14152026-07-30T02:20:44.347Z Compiling tracing-attributes v0.1.31
14162026-07-30T02:20:44.545Z Compiling digest v0.10.7
14172026-07-30T02:20:44.549Z Compiling thiserror-impl v2.0.18
14182026-07-30T02:20:44.586Z Compiling tinystr v0.8.2
14192026-07-30T02:20:44.639Z Compiling potential_utf v0.1.4
14202026-07-30T02:20:44.683Z Compiling futures-util v0.3.32
14212026-07-30T02:20:44.805Z Compiling icu_locale_core v2.1.1
14222026-07-30T02:20:44.824Z Compiling icu_collections v2.1.1
14232026-07-30T02:20:45.287Z Compiling der_derive v0.7.3
14242026-07-30T02:20:45.791Z Compiling bytes v1.11.1
14252026-07-30T02:20:45.811Z Compiling icu_provider v2.1.1
14262026-07-30T02:20:45.811Z Compiling chrono v0.4.45
14272026-07-30T02:20:45.854Z Compiling thiserror v2.0.18
14282026-07-30T02:20:45.957Z Compiling icu_normalizer v2.1.1
14292026-07-30T02:20:45.984Z Compiling icu_properties v2.1.2
14302026-07-30T02:20:46.227Z Compiling tokio v1.52.1
14312026-07-30T02:20:46.286Z Compiling http v1.4.2
14322026-07-30T02:20:46.482Z Compiling der v0.7.10
14332026-07-30T02:20:46.991Z Compiling idna_adapter v1.2.1
14342026-07-30T02:20:47.068Z Compiling http-body v1.0.1
14352026-07-30T02:20:47.082Z Compiling tracing v0.1.44
14362026-07-30T02:20:47.126Z Compiling idna v1.1.0
14372026-07-30T02:20:47.214Z Compiling rustls-pki-types v1.14.0
14382026-07-30T02:20:47.245Z Compiling tinyvec_macros v0.1.1
14392026-07-30T02:20:47.314Z Compiling cmov v0.5.4
14402026-07-30T02:20:47.343Z Compiling ppv-lite86 v0.2.21
14412026-07-30T02:20:47.506Z Compiling url v2.5.8
14422026-07-30T02:20:47.521Z Compiling dyn-clone v1.0.20
14432026-07-30T02:20:47.647Z Compiling rand_chacha v0.9.0
14442026-07-30T02:20:47.658Z Compiling schemars v0.8.22
14452026-07-30T02:20:47.664Z Compiling openssl-probe v0.2.1
14462026-07-30T02:20:47.664Z Compiling httparse v1.10.1
14472026-07-30T02:20:47.760Z Compiling ctutils v0.4.2
14482026-07-30T02:20:47.845Z Compiling rand v0.9.2
14492026-07-30T02:20:47.899Z Compiling tinyvec v1.10.0
14502026-07-30T02:20:47.992Z Compiling spki v0.7.3
14512026-07-30T02:20:48.037Z Compiling schemars_derive v0.8.22
14522026-07-30T02:20:48.189Z Compiling pest_generator v2.8.6
14532026-07-30T02:20:48.236Z Compiling aho-corasick v1.1.4
14542026-07-30T02:20:48.276Z Compiling tower-service v0.3.3
14552026-07-30T02:20:48.327Z Compiling tower-layer v0.3.3
14562026-07-30T02:20:48.368Z Compiling try-lock v0.2.5
14572026-07-30T02:20:48.475Z Compiling untrusted v0.7.1
14582026-07-30T02:20:48.490Z Compiling atomic-waker v1.1.2
14592026-07-30T02:20:48.571Z Compiling want v0.3.1
14602026-07-30T02:20:48.597Z Compiling tempfile v3.25.0
14612026-07-30T02:20:48.730Z Compiling hybrid-array v0.4.13
14622026-07-30T02:20:48.860Z Compiling pest_derive v2.8.6
14632026-07-30T02:20:48.891Z Compiling ipnet v2.11.0
14642026-07-30T02:20:48.954Z Compiling scroll_derive v0.13.1
14652026-07-30T02:20:49.354Z Compiling regex-automata v0.4.14
14662026-07-30T02:20:49.431Z Compiling darling_core v0.20.11
14672026-07-30T02:20:49.538Z Compiling untrusted v0.9.0
14682026-07-30T02:20:49.665Z Compiling cpufeatures v0.2.17
14692026-07-30T02:20:49.743Z Compiling httpdate v1.0.3
14702026-07-30T02:20:49.777Z Compiling rustls v0.23.41
14712026-07-30T02:20:49.906Z Compiling foreign-types-shared v0.1.1
14722026-07-30T02:20:49.944Z Compiling openssl v0.10.79
14732026-07-30T02:20:49.965Z Compiling scroll v0.13.0
14742026-07-30T02:20:50.010Z Compiling tokio-util v0.7.18
14752026-07-30T02:20:50.193Z Compiling foreign-types v0.3.2
14762026-07-30T02:20:50.227Z Compiling unicode-normalization v0.1.25
14772026-07-30T02:20:50.265Z Compiling pkcs8 v0.10.2
14782026-07-30T02:20:50.551Z Compiling openssl-macros v0.1.1
14792026-07-30T02:20:50.675Z Compiling h2 v0.4.15
14802026-07-30T02:20:50.917Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-30T02:20:50.937Z Compiling spin v0.9.8
14822026-07-30T02:20:51.012Z Compiling num-conv v0.2.0
14832026-07-30T02:20:51.133Z Compiling crc32fast v1.5.0
14842026-07-30T02:20:51.133Z Compiling powerfmt v0.2.0
14852026-07-30T02:20:51.299Z Compiling native-tls v0.2.18
14862026-07-30T02:20:51.342Z Compiling time-core v0.1.8
14872026-07-30T02:20:51.439Z Compiling deranged v0.5.8
14882026-07-30T02:20:51.526Z Compiling time-macros v0.2.27
14892026-07-30T02:20:51.663Z Compiling darling_macro v0.20.11
14902026-07-30T02:20:52.186Z Compiling darling v0.20.11
14912026-07-30T02:20:52.216Z Compiling goblin v0.10.5
14922026-07-30T02:20:52.416Z Compiling sha2 v0.10.9
14932026-07-30T02:20:52.534Z Compiling hmac v0.12.1
14942026-07-30T02:20:52.676Z Compiling sync_wrapper v1.0.2
14952026-07-30T02:20:52.788Z Compiling wait-timeout v0.2.1
14962026-07-30T02:20:53.045Z Compiling quick-error v1.2.3
14972026-07-30T02:20:53.153Z Compiling crossbeam-utils v0.8.21
14982026-07-30T02:20:53.389Z Compiling simd-adler32 v0.3.8
14992026-07-30T02:20:53.430Z Compiling syn v1.0.109
15002026-07-30T02:20:53.626Z Compiling usdt-impl v0.6.0
15012026-07-30T02:20:53.676Z Compiling bit-vec v0.8.0
15022026-07-30T02:20:53.722Z Compiling hyper v1.10.1
15032026-07-30T02:20:53.825Z Compiling siphasher v1.0.2
15042026-07-30T02:20:53.901Z Compiling num_threads v0.1.7
15052026-07-30T02:20:54.011Z Compiling time v0.3.47
15062026-07-30T02:20:54.059Z Compiling bit-set v0.8.0
15072026-07-30T02:20:54.630Z Compiling rusty-fork v0.3.1
15082026-07-30T02:20:54.774Z Compiling tower v0.5.3
15092026-07-30T02:20:54.888Z Compiling hyper-util v0.1.20
15102026-07-30T02:20:54.944Z Compiling dof v0.4.0
15112026-07-30T02:20:55.265Z Compiling derive_builder_core v0.20.2
15122026-07-30T02:20:55.550Z Compiling dtrace-parser v0.3.0
15132026-07-30T02:20:55.595Z Compiling http-body-util v0.1.3
15142026-07-30T02:20:55.831Z Compiling scroll_derive v0.12.1
15152026-07-30T02:20:56.079Z Compiling thiserror-impl v1.0.69
15162026-07-30T02:20:56.097Z Compiling heapless v0.7.17
15172026-07-30T02:20:56.260Z Compiling rand_xorshift v0.4.0
15182026-07-30T02:20:56.331Z Compiling slog v2.8.2
15192026-07-30T02:20:56.407Z Compiling darling_core v0.23.0
15202026-07-30T02:20:56.423Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-30T02:20:56.466Z Compiling thread-id v5.1.0
15222026-07-30T02:20:56.509Z Compiling cookie v0.18.1
15232026-07-30T02:20:56.546Z Compiling unicode-properties v0.1.4
15242026-07-30T02:20:56.601Z Compiling unicode-bidi v0.3.18
15252026-07-30T02:20:56.684Z Compiling iri-string v0.7.10
15262026-07-30T02:20:56.701Z Compiling paste v1.0.15
15272026-07-30T02:20:56.749Z Compiling allocator-api2 v0.2.21
15282026-07-30T02:20:56.954Z Compiling anyhow v1.0.102
15292026-07-30T02:20:57.074Z Compiling adler2 v2.0.1
15302026-07-30T02:20:57.112Z Compiling unarray v0.1.4
15312026-07-30T02:20:57.202Z Compiling zstd-safe v7.2.4
15322026-07-30T02:20:57.222Z Compiling signal-hook v0.3.18
15332026-07-30T02:20:57.259Z Compiling ryu v1.0.23
15342026-07-30T02:20:57.311Z Compiling thiserror v1.0.69
15352026-07-30T02:20:57.388Z Compiling serde_urlencoded v0.7.1
15362026-07-30T02:20:57.430Z Compiling proptest v1.11.0
15372026-07-30T02:20:57.441Z Compiling miniz_oxide v0.8.9
15382026-07-30T02:20:57.629Z Compiling stringprep v0.1.5
15392026-07-30T02:20:58.044Z Compiling tower-http v0.6.8
15402026-07-30T02:20:58.146Z Compiling scroll v0.12.0
15412026-07-30T02:20:58.240Z Compiling derive_builder_macro v0.20.2
15422026-07-30T02:20:58.404Z Compiling camino v1.2.2
15432026-07-30T02:20:58.668Z Compiling tokio-native-tls v0.3.1
15442026-07-30T02:20:58.671Z Compiling bstr v1.12.1
15452026-07-30T02:20:58.775Z Compiling ipnetwork v0.21.1
15462026-07-30T02:20:58.843Z Compiling crypto-common v0.2.2
15472026-07-30T02:20:58.856Z Compiling darling_macro v0.23.0
15482026-07-30T02:20:58.900Z Compiling block-buffer v0.12.1
15492026-07-30T02:20:59.152Z Compiling block-padding v0.4.2
15502026-07-30T02:20:59.168Z Compiling rustls-native-certs v0.8.3
15512026-07-30T02:20:59.318Z Compiling rand_chacha v0.3.1
15522026-07-30T02:20:59.343Z Compiling serde_spanned v0.6.9
15532026-07-30T02:20:59.373Z Compiling serde_tokenstream v0.2.3
15542026-07-30T02:20:59.456Z Compiling hex v0.4.3
15552026-07-30T02:20:59.497Z Compiling erased-serde v0.3.31
15562026-07-30T02:20:59.686Z Compiling toml_datetime v0.6.11
15572026-07-30T02:20:59.722Z Compiling md-5 v0.10.6
15582026-07-30T02:20:59.884Z Compiling signature v2.2.0
15592026-07-30T02:20:59.940Z Compiling async-trait v0.1.89
15602026-07-30T02:20:59.967Z Compiling pin-project-internal v1.1.11
15612026-07-30T02:21:00.066Z Compiling zerocopy-derive v0.7.35
15622026-07-30T02:21:00.088Z Compiling curve25519-dalek v4.1.3
15632026-07-30T02:21:00.414Z Compiling vergen-lib v9.1.0
15642026-07-30T02:21:00.593Z Compiling hash32 v0.2.1
15652026-07-30T02:21:00.615Z Compiling num-integer v0.1.46
15662026-07-30T02:21:00.780Z Compiling memoffset v0.9.1
15672026-07-30T02:21:00.923Z Compiling encoding_rs v0.8.35
15682026-07-30T02:21:00.938Z Compiling fallible-iterator v0.2.0
15692026-07-30T02:21:00.954Z Compiling litrs v1.0.0
15702026-07-30T02:21:00.973Z Compiling rustix v0.38.44
15712026-07-30T02:21:01.053Z Compiling num-bigint-dig v0.8.6
15722026-07-30T02:21:01.234Z Compiling smoltcp v0.9.1
15732026-07-30T02:21:01.248Z Compiling ref-cast v1.0.25
15742026-07-30T02:21:01.322Z Compiling psl-types v2.0.11
15752026-07-30T02:21:01.428Z Compiling cfg_aliases v0.2.1
15762026-07-30T02:21:01.442Z Compiling mime v0.3.17
15772026-07-30T02:21:01.501Z Compiling zlib-rs v0.6.2
15782026-07-30T02:21:01.572Z Compiling nix v0.31.2
15792026-07-30T02:21:01.586Z Compiling document-features v0.2.12
15802026-07-30T02:21:01.690Z Compiling publicsuffix v2.3.0
15812026-07-30T02:21:01.945Z Compiling postgres-protocol v0.6.10
15822026-07-30T02:21:01.961Z Compiling pin-project v1.1.11
15832026-07-30T02:21:02.148Z Compiling zerocopy v0.7.35
15842026-07-30T02:21:02.169Z Compiling num-iter v0.1.45
15852026-07-30T02:21:02.300Z Compiling hubpack_derive v0.1.1
15862026-07-30T02:21:02.497Z Compiling newtype-uuid v1.3.2
15872026-07-30T02:21:02.698Z Compiling rand v0.8.6
15882026-07-30T02:21:02.745Z Compiling darling v0.23.0
15892026-07-30T02:21:02.760Z Compiling inout v0.2.2
15902026-07-30T02:21:02.817Z Compiling oxnet v0.1.6
15912026-07-30T02:21:02.832Z Compiling hyper-tls v0.6.0
15922026-07-30T02:21:02.875Z Compiling derive_builder v0.20.2
15932026-07-30T02:21:02.988Z Compiling goblin v0.8.2
15942026-07-30T02:21:03.530Z Compiling phf_shared v0.13.1
15952026-07-30T02:21:03.625Z Compiling regex v1.12.3
15962026-07-30T02:21:03.723Z Compiling lazy_static v1.5.0
15972026-07-30T02:21:03.761Z Compiling anstyle-parse v0.2.7
15982026-07-30T02:21:03.775Z Compiling futures-executor v0.3.32
15992026-07-30T02:21:03.816Z Compiling terminal_size v0.4.3
16002026-07-30T02:21:03.937Z Compiling daft-derive v0.1.7
16012026-07-30T02:21:03.994Z Compiling ref-cast-impl v1.0.25
16022026-07-30T02:21:04.049Z Compiling curve25519-dalek-derive v0.1.1
16032026-07-30T02:21:04.078Z Compiling snafu-derive v0.8.9
16042026-07-30T02:21:04.534Z Compiling flate2 v1.1.9
16052026-07-30T02:21:04.669Z Compiling strum_macros v0.27.2
16062026-07-30T02:21:04.692Z Compiling vergen v9.1.0
16072026-07-30T02:21:04.738Z Compiling cargo-platform v0.3.2
16082026-07-30T02:21:04.869Z Compiling ff v0.13.1
16092026-07-30T02:21:04.948Z Compiling fs-err v3.3.0
16102026-07-30T02:21:05.009Z Compiling ahash v0.8.12
16112026-07-30T02:21:05.022Z Compiling foldhash v0.1.5
16122026-07-30T02:21:05.135Z Compiling bumpalo v3.20.2
16132026-07-30T02:21:05.201Z Compiling same-file v1.0.6
16142026-07-30T02:21:05.217Z Compiling bitflags v1.3.2
16152026-07-30T02:21:05.295Z Compiling managed v0.8.0
16162026-07-30T02:21:05.361Z Compiling winnow v0.5.40
16172026-07-30T02:21:05.385Z Compiling libbz2-rs-sys v0.2.2
16182026-07-30T02:21:05.513Z Compiling unicode-segmentation v1.12.0
16192026-07-30T02:21:05.969Z Compiling foldhash v0.2.0
16202026-07-30T02:21:05.995Z Compiling object v0.37.3
16212026-07-30T02:21:06.048Z Compiling base16ct v0.2.0
16222026-07-30T02:21:06.112Z Compiling hashbrown v0.16.1
16232026-07-30T02:21:06.221Z Compiling sec1 v0.7.3
16242026-07-30T02:21:06.299Z Compiling snafu v0.8.9
16252026-07-30T02:21:06.476Z Compiling bzip2 v0.6.1
16262026-07-30T02:21:06.650Z Compiling strum v0.27.2
16272026-07-30T02:21:06.655Z Compiling toml_edit v0.19.15
16282026-07-30T02:21:06.681Z Compiling clap_builder v4.6.0
16292026-07-30T02:21:06.695Z Compiling zopfli v0.8.3
16302026-07-30T02:21:06.759Z Compiling walkdir v2.5.0
16312026-07-30T02:21:06.774Z Compiling dof v0.3.0
16322026-07-30T02:21:07.106Z Compiling hashbrown v0.15.5
16332026-07-30T02:21:07.329Z Compiling group v0.13.0
16342026-07-30T02:21:07.372Z Compiling cargo_metadata v0.23.1
16352026-07-30T02:21:07.505Z Compiling daft v0.1.7
16362026-07-30T02:21:07.748Z Compiling futures v0.3.32
16372026-07-30T02:21:07.778Z Compiling anstream v0.6.21
16382026-07-30T02:21:08.084Z Compiling phf v0.13.1
16392026-07-30T02:21:08.247Z Compiling signal-hook-mio v0.2.5
16402026-07-30T02:21:08.449Z Compiling cookie_store v0.22.1
16412026-07-30T02:21:08.692Z Compiling zstd v0.13.3
16422026-07-30T02:21:08.728Z Compiling bzip2 v0.4.4
16432026-07-30T02:21:08.933Z Compiling reqwest v0.12.28
16442026-07-30T02:21:08.955Z Compiling cipher v0.5.2
16452026-07-30T02:21:09.135Z Compiling serde_with_macros v3.21.0
16462026-07-30T02:21:09.309Z Compiling hubpack v0.1.2
16472026-07-30T02:21:09.314Z Compiling postgres-types v0.2.12
16482026-07-30T02:21:09.704Z Compiling ed25519 v2.2.3
16492026-07-30T02:21:09.870Z Compiling usdt-attr-macro v0.6.0
16502026-07-30T02:21:10.279Z Compiling usdt-macro v0.6.0
16512026-07-30T02:21:10.466Z Compiling globset v0.4.18
16522026-07-30T02:21:10.597Z Compiling dtrace-parser v0.2.0
16532026-07-30T02:21:10.676Z Compiling phf_shared v0.11.3
16542026-07-30T02:21:10.716Z Compiling hkdf v0.12.4
16552026-07-30T02:21:10.859Z Compiling olpc-cjson v0.1.4
16562026-07-30T02:21:10.888Z Compiling pkcs1 v0.7.5
16572026-07-30T02:21:11.018Z Compiling serde-big-array v0.5.1
16582026-07-30T02:21:11.024Z Compiling serde_plain v1.0.2
16592026-07-30T02:21:11.132Z Compiling crypto-bigint v0.5.5
16602026-07-30T02:21:11.164Z Compiling strum_macros v0.26.4
16612026-07-30T02:21:11.220Z Compiling clap_derive v4.6.1
16622026-07-30T02:21:11.281Z Compiling serde_repr v0.1.20
16632026-07-30T02:21:11.327Z Compiling enum-as-inner v0.6.1
16642026-07-30T02:21:11.809Z Compiling async-recursion v1.1.1
16652026-07-30T02:21:11.826Z Compiling pem v3.0.6
16662026-07-30T02:21:12.145Z Compiling float-cmp v0.10.0
16672026-07-30T02:21:12.293Z Compiling thread-id v4.2.2
16682026-07-30T02:21:12.386Z Compiling memmap2 v0.9.10
16692026-07-30T02:21:12.442Z Compiling env_filter v1.0.0
16702026-07-30T02:21:12.602Z Compiling new_debug_unreachable v1.0.6
16712026-07-30T02:21:12.722Z Compiling cpufeatures v0.3.0
16722026-07-30T02:21:12.737Z Compiling keccak v0.1.6
16732026-07-30T02:21:12.747Z Compiling difflib v0.4.0
16742026-07-30T02:21:12.761Z Compiling whoami v2.1.0
16752026-07-30T02:21:12.889Z Compiling static_assertions v1.1.0
16762026-07-30T02:21:12.939Z Compiling winnow v1.0.3
16772026-07-30T02:21:12.964Z Compiling const-oid v0.10.2
16782026-07-30T02:21:13.117Z Compiling precomputed-hash v0.1.1
16792026-07-30T02:21:13.166Z Compiling fixedbitset v0.5.7
16802026-07-30T02:21:13.209Z Compiling either v1.15.0
16812026-07-30T02:21:13.216Z Compiling normalize-line-endings v0.3.0
16822026-07-30T02:21:13.278Z Compiling fixedbitset v0.4.2
16832026-07-30T02:21:13.295Z Compiling jiff v0.2.21
16842026-07-30T02:21:13.311Z Compiling predicates-core v1.0.10
16852026-07-30T02:21:13.326Z Compiling data-encoding v2.10.0
16862026-07-30T02:21:13.401Z Compiling typed-path v0.9.3
16872026-07-30T02:21:13.418Z Compiling predicates v3.1.4
16882026-07-30T02:21:13.461Z Compiling petgraph v0.6.5
16892026-07-30T02:21:13.475Z Compiling itertools v0.13.0
16902026-07-30T02:21:13.487Z Compiling petgraph v0.8.3
16912026-07-30T02:21:13.995Z Compiling hickory-proto v0.25.2
16922026-07-30T02:21:14.100Z Compiling toml_parser v1.1.2+spec-1.1.0
16932026-07-30T02:21:14.650Z Compiling string_cache v0.8.9
16942026-07-30T02:21:14.780Z Compiling toml_edit v0.22.27
16952026-07-30T02:21:14.795Z Compiling digest v0.11.3
16962026-07-30T02:21:14.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-07-30T02:21:14.970Z Compiling tokio-postgres v0.7.16
16982026-07-30T02:21:14.980Z Compiling clap v4.6.1
16992026-07-30T02:21:15.060Z Compiling strum v0.26.3
17002026-07-30T02:21:15.202Z Compiling sha3 v0.10.8
17012026-07-30T02:21:15.423Z Compiling chacha20 v0.10.0
17022026-07-30T02:21:15.659Z Compiling env_logger v0.11.9
17032026-07-30T02:21:15.798Z Compiling usdt v0.6.0
17042026-07-30T02:21:16.002Z Compiling zip v4.6.1
17052026-07-30T02:21:16.052Z Compiling usdt-impl v0.5.0
17062026-07-30T02:21:16.629Z Compiling elliptic-curve v0.13.8
17072026-07-30T02:21:16.938Z Compiling rsa v0.9.10
17082026-07-30T02:21:17.031Z Compiling crossterm v0.28.1
17092026-07-30T02:21:17.179Z Compiling serde_with v3.21.0
17102026-07-30T02:21:17.418Z Compiling ed25519-dalek v2.2.0
17112026-07-30T02:21:17.616Z Compiling zip v0.6.6
17122026-07-30T02:21:18.195Z Compiling toml v0.7.8
17132026-07-30T02:21:18.314Z Compiling iddqd v0.4.2
17142026-07-30T02:21:18.779Z Compiling heck v0.4.1
17152026-07-30T02:21:21.117Z Compiling similar v2.7.0
17162026-07-30T02:21:21.230Z Compiling byte-wrapper v0.1.0
17172026-07-30T02:21:21.230Z Compiling crossbeam-epoch v0.9.18
17182026-07-30T02:21:21.231Z Compiling tokio-stream v0.1.18
17192026-07-30T02:21:21.231Z Compiling buf-list v1.1.2
17202026-07-30T02:21:21.231Z Compiling x509-cert v0.2.5
17212026-07-30T02:21:21.231Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-30T02:21:21.231Z Compiling openapiv3 v2.2.0
17232026-07-30T02:21:21.232Z Compiling peg-runtime v0.8.5
17242026-07-30T02:21:21.232Z Compiling lalrpop-util v0.19.12
17252026-07-30T02:21:21.232Z Compiling thread_local v1.1.9
17262026-07-30T02:21:21.232Z Compiling slog-async v2.8.0
17272026-07-30T02:21:21.232Z Compiling crossbeam-channel v0.5.15
17282026-07-30T02:21:21.232Z Compiling filetime v0.2.27
17292026-07-30T02:21:21.232Z Compiling is-terminal v0.4.17
17302026-07-30T02:21:21.232Z Compiling take_mut v0.2.2
17312026-07-30T02:21:21.232Z Compiling term v1.2.1
17322026-07-30T02:21:21.232Z Compiling xattr v1.6.1
17332026-07-30T02:21:21.232Z Compiling tar v0.4.46
17342026-07-30T02:21:21.232Z Compiling camino-tempfile v1.4.1
17352026-07-30T02:21:21.232Z Compiling slog-term v2.9.2
17362026-07-30T02:21:30.827Z Compiling rustls-webpki v0.103.13
17372026-07-30T02:21:33.505Z Compiling tokio-rustls v0.26.4
17382026-07-30T02:21:33.505Z Compiling rustls-platform-verifier v0.6.2
17392026-07-30T02:21:33.505Z Compiling tough v0.22.0
17402026-07-30T02:21:33.710Z Compiling hyper-rustls v0.27.7
17412026-07-30T02:21:33.899Z Compiling reqwest v0.13.2
17422026-07-30T02:21:36.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-30T02:21:36.360Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-30T02:21:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-07-30T02:21:39.563Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-30T02:21:39.594ZJul 30 02:21:37.952 INFO Starting download, target: Clickhouse
17472026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: Console
17482026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: Cockroach
17492026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: DendriteStub
17502026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: MaghemiteMgd
17512026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: MaghemiteDdmd
17522026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Starting download, target: TransceiverControl
17532026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17572026-07-30T02:21:39.594ZJul 30 02:21:37.953 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-07-30T02:21:39.595ZJul 30 02:21:37.953 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-07-30T02:21:39.595ZJul 30 02:21:37.953 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-07-30T02:21:41.430ZJul 30 02:21:39.947 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-07-30T02:21:41.443ZJul 30 02:21:39.958 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-07-30T02:21:41.698ZJul 30 02:21:40.212 INFO Download complete, target: Console
17632026-07-30T02:21:48.315ZJul 30 02:21:46.829 INFO Checking that binary works, target: Clickhouse
17642026-07-30T02:21:48.401ZJul 30 02:21:46.918 INFO Download complete, target: Clickhouse
17652026-07-30T02:22:07.306ZJul 30 02:22:05.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-07-30T02:22:07.520ZJul 30 02:22:06.014 INFO Download complete, target: TransceiverControl
17672026-07-30T02:22:08.850ZJul 30 02:22:07.362 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17682026-07-30T02:22:09.185ZJul 30 02:22:07.594 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-07-30T02:22:09.461ZJul 30 02:22:07.955 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-07-30T02:22:09.936ZJul 30 02:22:08.453 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-07-30T02:22:09.937ZJul 30 02:22:08.453 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-07-30T02:22:10.890ZJul 30 02:22:09.407 INFO Download complete, target: MaghemiteDdmd
17732026-07-30T02:22:11.656ZJul 30 02:22:10.173 INFO Download complete, target: DendriteStub
17742026-07-30T02:22:12.121ZJul 30 02:22:10.638 INFO Download complete, target: MaghemiteMgd
17752026-07-30T02:22:14.806ZJul 30 02:22:13.322 INFO Checking that binary works, target: Cockroach
17762026-07-30T02:22:14.916ZJul 30 02:22:13.433 INFO Download complete, target: Cockroach
17772026-07-30T02:22:14.932ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-30T02:22:14.938Z
17792026-07-30T02:22:14.938Zreal 2:28.018088844
17802026-07-30T02:22:14.938Zuser 6:37.368301888
17812026-07-30T02:22:14.938Zsys 1:19.744608900
17822026-07-30T02:22:14.938Ztrap 0.226692833
17832026-07-30T02:22:14.939Ztflt 0.564478205
17842026-07-30T02:22:14.939Zdflt 0.806166173
17852026-07-30T02:22:14.939Zkflt 0.026157954
17862026-07-30T02:22:14.939Zlock 30:22.395451889
17872026-07-30T02:22:14.939Zslp 20:44.639968127
17882026-07-30T02:22:14.939Zlat 41.241826356
17892026-07-30T02:22:14.939Zstop 2:26.948426910
17902026-07-30T02:22:14.939Z+ banner clippy
17912026-07-30T02:22:14.939Z
17922026-07-30T02:22:14.939Z #### # # ##### ##### # #
17932026-07-30T02:22:14.939Z # # # # # # # # # #
17942026-07-30T02:22:14.939Z # # # # # # # #
17952026-07-30T02:22:14.939Z # # # ##### ##### #
17962026-07-30T02:22:14.939Z # # # # # # #
17972026-07-30T02:22:14.939Z #### ###### # # # #
17982026-07-30T02:22:14.939Z
17992026-07-30T02:22:14.939Z+ export CARGO_INCREMENTAL=0
18002026-07-30T02:22:14.939Z+ CARGO_INCREMENTAL=0
18012026-07-30T02:22:14.939Z+ ptime -m cargo xtask clippy
18022026-07-30T02:22:15.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-30T02:22:15.694Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-30T02:22:17.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18052026-07-30T02:22:17.568Z Running `target/debug/xtask clippy`
18062026-07-30T02:22:17.591Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-07-30T02:22:18.152Z Downloading crates ...
18082026-07-30T02:22:18.317Z Downloaded owo-colors v3.5.0
18092026-07-30T02:22:18.320Z Downloaded event-listener v5.4.1
18102026-07-30T02:22:18.327Z Downloaded rand_distr v0.5.1
18112026-07-30T02:22:18.333Z Downloaded hex-literal v0.4.1
18122026-07-30T02:22:18.336Z Downloaded libtest-mimic v0.8.1
18132026-07-30T02:22:18.336Z Downloaded concurrent-queue v2.5.0
18142026-07-30T02:22:18.336Z Downloaded guppy v0.17.25
18152026-07-30T02:22:18.340Z Downloaded guppy-workspace-hack v0.1.0
18162026-07-30T02:22:18.342Z Downloaded criterion-plot v0.6.0
18172026-07-30T02:22:18.343Z Downloaded cfg-expr v0.20.6
18182026-07-30T02:22:18.346Z Downloaded datatest-stable v0.3.3
18192026-07-30T02:22:18.349Z Downloaded hashbrown v0.14.5
18202026-07-30T02:22:18.352Z Downloaded addr2line v0.25.1
18212026-07-30T02:22:18.352Z Downloaded assert_cmd v2.1.2
18222026-07-30T02:22:18.356Z Downloaded miette-derive v5.10.0
18232026-07-30T02:22:18.356Z Downloaded anes v0.1.6
18242026-07-30T02:22:18.359Z Downloaded cast v0.3.0
18252026-07-30T02:22:18.362Z Downloaded event-listener-strategy v0.5.4
18262026-07-30T02:22:18.365Z Downloaded parking v2.2.1
18272026-07-30T02:22:18.365Z Downloaded knuffel v3.2.0
18282026-07-30T02:22:18.368Z Downloaded hickory-client v0.25.2
18292026-07-30T02:22:18.368Z Downloaded assert-json-diff v2.0.2
18302026-07-30T02:22:18.368Z Downloaded backtrace-ext v0.2.1
18312026-07-30T02:22:18.368Z Downloaded httptest v0.16.4
18322026-07-30T02:22:18.371Z Downloaded async-lock v3.4.2
18332026-07-30T02:22:18.374Z Downloaded miette v5.10.0
18342026-07-30T02:22:18.377Z Downloaded oorandom v11.1.5
18352026-07-30T02:22:18.381Z Downloaded blake2b_simd v1.0.4
18362026-07-30T02:22:18.384Z Downloaded async-object-pool v0.2.0
18372026-07-30T02:22:18.384Z Downloaded linkme-impl v0.3.35
18382026-07-30T02:22:18.387Z Downloaded backtrace v0.3.76
18392026-07-30T02:22:18.390Z Downloaded nested v0.1.1
18402026-07-30T02:22:18.393Z Downloaded approx v0.5.1
18412026-07-30T02:22:18.393Z Downloaded futures-timer v3.0.3
18422026-07-30T02:22:18.393Z Downloaded knuffel-derive v3.2.0
18432026-07-30T02:22:18.397Z Downloaded escape8259 v0.5.3
18442026-07-30T02:22:18.400Z Downloaded similar-asserts v1.7.0
18452026-07-30T02:22:18.400Z Downloaded plotters-backend v0.3.7
18462026-07-30T02:22:18.400Z Downloaded target-triple v1.0.0
18472026-07-30T02:22:18.404Z Downloaded relative-path v1.9.3
18482026-07-30T02:22:18.407Z Downloaded partial-io v0.5.4
18492026-07-30T02:22:18.410Z Downloaded supports-color v2.1.0
18502026-07-30T02:22:18.413Z Downloaded rustc-demangle v0.1.27
18512026-07-30T02:22:18.413Z Downloaded tinytemplate v1.2.1
18522026-07-30T02:22:18.416Z Downloaded path-tree v0.8.3
18532026-07-30T02:22:18.416Z Downloaded constant_time_eq v0.3.1
18542026-07-30T02:22:18.423Z Downloaded trybuild v1.0.116
18552026-07-30T02:22:18.426Z Downloaded linkme v0.3.35
18562026-07-30T02:22:18.429Z Downloaded stringmetrics v2.2.2
18572026-07-30T02:22:18.432Z Downloaded rstest v0.25.0
18582026-07-30T02:22:18.435Z Downloaded chumsky v0.9.3
18592026-07-30T02:22:18.438Z Downloaded fancy-regex v0.14.0
18602026-07-30T02:22:18.438Z Downloaded plotters-svg v0.3.7
18612026-07-30T02:22:18.441Z Downloaded criterion v0.7.0
18622026-07-30T02:22:18.450Z Downloaded pathdiff v0.2.3
18632026-07-30T02:22:18.453Z Downloaded serde_regex v1.1.0
18642026-07-30T02:22:18.456Z Downloaded supports-unicode v2.1.0
18652026-07-30T02:22:18.460Z Downloaded terminal_size v0.1.17
18662026-07-30T02:22:18.466Z Downloaded gimli v0.32.3
18672026-07-30T02:22:18.470Z Downloaded textwrap v0.15.2
18682026-07-30T02:22:18.473Z Downloaded supports-hyperlinks v2.1.0
18692026-07-30T02:22:18.477Z Downloaded rstest_macros v0.25.0
18702026-07-30T02:22:18.480Z Downloaded rust-argon2 v2.1.0
18712026-07-30T02:22:18.483Z Downloaded plotters v0.3.7
18722026-07-30T02:22:18.490Z Downloaded termcolor v1.4.1
18732026-07-30T02:22:18.493Z Downloaded target-spec v3.5.7
18742026-07-30T02:22:18.501Z Downloaded target-lexicon v0.13.3
18752026-07-30T02:22:18.572Z Downloaded httpmock v0.8.3
18762026-07-30T02:22:20.289Z Checking cfg-if v1.0.4
18772026-07-30T02:22:20.653Z Checking libc v0.2.185
18782026-07-30T02:22:20.656Z Checking serde_core v1.0.228
18792026-07-30T02:22:20.728Z Checking memchr v2.8.0
18802026-07-30T02:22:20.771Z Checking smallvec v1.15.1
18812026-07-30T02:22:20.808Z Checking zeroize v1.9.0
18822026-07-30T02:22:20.843Z Checking rand_core v0.10.0
18832026-07-30T02:22:20.881Z Checking itoa v1.0.17
18842026-07-30T02:22:20.919Z Checking subtle v2.6.1
18852026-07-30T02:22:20.978Z Checking libm v0.2.16
18862026-07-30T02:22:21.018Z Checking log v0.4.29
18872026-07-30T02:22:21.065Z Checking typenum v1.20.1
18882026-07-30T02:22:21.106Z Checking getrandom v0.4.1
18892026-07-30T02:22:21.106Z Checking errno v0.3.14
18902026-07-30T02:22:21.178Z Checking scopeguard v1.2.0
18912026-07-30T02:22:21.219Z Checking stable_deref_trait v1.2.1
18922026-07-30T02:22:21.256Z Checking zmij v1.0.21
18932026-07-30T02:22:21.298Z Checking zerofrom v0.1.6
18942026-07-30T02:22:21.339Z Checking lock_api v0.4.14
18952026-07-30T02:22:21.379Z Checking percent-encoding v2.3.2
18962026-07-30T02:22:21.414Z Checking litemap v0.8.1
18972026-07-30T02:22:21.448Z Checking yoke v0.8.1
18982026-07-30T02:22:21.486Z Checking writeable v0.6.2
18992026-07-30T02:22:21.544Z Checking icu_normalizer_data v2.1.1
19002026-07-30T02:22:21.582Z Checking icu_properties_data v2.1.2
19012026-07-30T02:22:21.619Z Checking form_urlencoded v1.2.2
19022026-07-30T02:22:21.657Z Checking zerovec v0.11.5
19032026-07-30T02:22:21.657Z Checking zerotrie v0.2.3
19042026-07-30T02:22:21.728Z Checking num-traits v0.2.19
19052026-07-30T02:22:21.728Z Checking utf8_iter v1.0.4
19062026-07-30T02:22:21.801Z Checking zerocopy v0.8.40
19072026-07-30T02:22:21.801Z Checking pin-project-lite v0.2.17
19082026-07-30T02:22:21.876Z Checking parking_lot_core v0.9.12
19092026-07-30T02:22:21.915Z Checking portable-atomic v1.13.1
19102026-07-30T02:22:21.954Z Checking critical-section v1.2.0
19112026-07-30T02:22:22.001Z Checking signal-hook-registry v1.4.8
19122026-07-30T02:22:22.091Z Checking mio v1.2.0
19132026-07-30T02:22:22.130Z Checking tinystr v0.8.2
19142026-07-30T02:22:22.134Z Checking potential_utf v0.1.4
19152026-07-30T02:22:22.197Z Checking serde v1.0.228
19162026-07-30T02:22:22.197Z Checking serde_json v1.0.151
19172026-07-30T02:22:22.282Z Checking bitflags v2.11.0
19182026-07-30T02:22:22.285Z Checking icu_collections v2.1.1
19192026-07-30T02:22:22.365Z Checking icu_locale_core v2.1.1
19202026-07-30T02:22:22.371Z Checking parking_lot v0.12.5
19212026-07-30T02:22:22.432Z Checking once_cell v1.21.3
19222026-07-30T02:22:22.482Z Checking iana-time-zone v0.1.65
19232026-07-30T02:22:22.617Z Checking uuid v1.23.4
19242026-07-30T02:22:22.617Z Checking socket2 v0.6.3
19252026-07-30T02:22:22.693Z Checking bytes v1.11.1
19262026-07-30T02:22:22.697Z Checking chrono v0.4.45
19272026-07-30T02:22:22.774Z Checking semver v1.0.28
19282026-07-30T02:22:22.892Z Checking thiserror v2.0.18
19292026-07-30T02:22:22.934Z Checking icu_provider v2.1.1
19302026-07-30T02:22:22.990Z Checking dyn-clone v1.0.20
19312026-07-30T02:22:23.043Z Checking futures-core v0.3.32
19322026-07-30T02:22:23.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332026-07-30T02:22:23.046Z Checking equivalent v1.0.2
19342026-07-30T02:22:23.149Z Checking getrandom v0.2.17
19352026-07-30T02:22:23.185Z Checking tokio v1.52.1
19362026-07-30T02:22:23.189Z Checking icu_properties v2.1.2
19372026-07-30T02:22:23.189Z Checking icu_normalizer v2.1.1
19382026-07-30T02:22:23.289Z Checking rustix v1.1.3
19392026-07-30T02:22:23.327Z Checking rand_core v0.6.4
19402026-07-30T02:22:23.416Z Checking cmov v0.5.4
19412026-07-30T02:22:23.536Z Checking byteorder v1.5.0
19422026-07-30T02:22:23.574Z Checking futures-sink v0.3.32
19432026-07-30T02:22:23.611Z Checking getrandom v0.3.4
19442026-07-30T02:22:23.649Z Checking ctutils v0.4.2
19452026-07-30T02:22:23.699Z Checking futures-channel v0.3.32
19462026-07-30T02:22:23.781Z Checking futures-io v0.3.32
19472026-07-30T02:22:23.819Z Checking futures-task v0.3.32
19482026-07-30T02:22:23.891Z Checking hybrid-array v0.4.13
19492026-07-30T02:22:23.929Z Checking slab v0.4.12
19502026-07-30T02:22:23.932Z Checking generic-array v0.14.7
19512026-07-30T02:22:24.000Z Checking hashbrown v0.17.0
19522026-07-30T02:22:24.112Z Checking idna_adapter v1.2.1
19532026-07-30T02:22:24.150Z Checking futures-util v0.3.32
19542026-07-30T02:22:24.224Z Checking thiserror v1.0.69
19552026-07-30T02:22:24.261Z Checking idna v1.1.0
19562026-07-30T02:22:24.309Z Checking fnv v1.0.7
19572026-07-30T02:22:24.432Z Checking regex-syntax v0.8.10
19582026-07-30T02:22:24.470Z Checking base64ct v1.8.3
19592026-07-30T02:22:24.508Z Checking indexmap v2.14.0
19602026-07-30T02:22:24.545Z Checking url v2.5.8
19612026-07-30T02:22:24.582Z Checking ppv-lite86 v0.2.21
19622026-07-30T02:22:24.657Z Checking crypto-common v0.2.2
19632026-07-30T02:22:24.728Z Checking const-oid v0.9.6
19642026-07-30T02:22:24.898Z Checking crypto-common v0.1.7
19652026-07-30T02:22:25.000Z Checking schemars v0.8.22
19662026-07-30T02:22:25.052Z Checking block-buffer v0.12.1
19672026-07-30T02:22:25.102Z Checking block-buffer v0.10.4
19682026-07-30T02:22:25.247Z Checking base64 v0.22.1
19692026-07-30T02:22:25.285Z Checking utf8parse v0.2.2
19702026-07-30T02:22:25.290Z Checking anstyle v1.0.14
19712026-07-30T02:22:25.413Z Checking http v1.4.2
19722026-07-30T02:22:25.451Z Checking digest v0.10.7
19732026-07-30T02:22:25.512Z Checking tracing-core v0.1.36
19742026-07-30T02:22:25.550Z Checking anstyle-query v1.1.5
19752026-07-30T02:22:25.665Z Checking colorchoice v1.0.4
19762026-07-30T02:22:25.719Z Checking is_terminal_polyfill v1.70.2
19772026-07-30T02:22:25.723Z Checking rand_core v0.9.5
19782026-07-30T02:22:25.774Z Checking anstyle-parse v1.0.0
19792026-07-30T02:22:25.811Z Checking terminal_size v0.4.3
19802026-07-30T02:22:25.848Z Checking tracing v0.1.44
19812026-07-30T02:22:25.852Z Checking ipnet v2.11.0
19822026-07-30T02:22:25.938Z Checking const-oid v0.10.2
19832026-07-30T02:22:25.976Z Checking rand_chacha v0.9.0
19842026-07-30T02:22:25.979Z Checking anstream v1.0.0
19852026-07-30T02:22:26.045Z Checking clap_lex v1.0.0
19862026-07-30T02:22:26.084Z Checking strsim v0.11.1
19872026-07-30T02:22:26.088Z Checking aho-corasick v1.1.4
19882026-07-30T02:22:26.155Z Checking crossbeam-utils v0.8.21
19892026-07-30T02:22:26.159Z Checking erased-serde v0.3.31
19902026-07-30T02:22:26.225Z Checking unicode-ident v1.0.24
19912026-07-30T02:22:26.230Z Checking rand v0.9.2
19922026-07-30T02:22:26.231Z Checking powerfmt v0.2.0
19932026-07-30T02:22:26.326Z Checking clap_builder v4.6.0
19942026-07-30T02:22:26.364Z Checking proc-macro2 v1.0.106
19952026-07-30T02:22:26.409Z Checking tokio-util v0.7.18
19962026-07-30T02:22:26.448Z Checking deranged v0.5.8
19972026-07-30T02:22:26.517Z Checking httparse v1.10.1
19982026-07-30T02:22:26.594Z Checking slog v2.8.2
19992026-07-30T02:22:26.689Z Checking time-core v0.1.8
20002026-07-30T02:22:26.755Z Checking num-conv v0.2.0
20012026-07-30T02:22:26.793Z Checking num_threads v0.1.7
20022026-07-30T02:22:26.831Z Checking regex-automata v0.4.14
20032026-07-30T02:22:26.868Z Checking quote v1.0.45
20042026-07-30T02:22:26.905Z Checking digest v0.11.3
20052026-07-30T02:22:26.908Z Checking anyhow v1.0.102
20062026-07-30T02:22:26.940Z Checking fastrand v2.3.0
20072026-07-30T02:22:27.023Z Checking allocator-api2 v0.2.21
20082026-07-30T02:22:27.064Z Checking cpufeatures v0.3.0
20092026-07-30T02:22:27.113Z Checking syn v2.0.117
20102026-07-30T02:22:27.162Z Checking cpufeatures v0.2.17
20112026-07-30T02:22:27.165Z Checking http-body v1.0.1
20122026-07-30T02:22:27.233Z Checking ipnetwork v0.21.1
20132026-07-30T02:22:27.266Z Checking atomic-waker v1.1.2
20142026-07-30T02:22:27.327Z Checking tempfile v3.25.0
20152026-07-30T02:22:27.365Z Checking aws-lc-sys v0.40.0
20162026-07-30T02:22:27.403Z Checking rustls-pki-types v1.14.0
20172026-07-30T02:22:27.407Z Checking time v0.3.47
20182026-07-30T02:22:27.473Z Checking untrusted v0.7.1
20192026-07-30T02:22:27.550Z Checking try-lock v0.2.5
20202026-07-30T02:22:27.588Z Checking clap v4.6.1
20212026-07-30T02:22:27.623Z Checking httpdate v1.0.3
20222026-07-30T02:22:27.676Z Checking want v0.3.1
20232026-07-30T02:22:27.714Z Checking h2 v0.4.15
20242026-07-30T02:22:27.752Z Checking tower-layer v0.3.3
20252026-07-30T02:22:27.792Z Checking ryu v1.0.23
20262026-07-30T02:22:27.829Z Checking tower-service v0.3.3
20272026-07-30T02:22:27.893Z Checking aws-lc-rs v1.16.3
20282026-07-30T02:22:27.931Z Checking hex v0.4.3
20292026-07-30T02:22:27.968Z Checking pem-rfc7468 v0.7.0
20302026-07-30T02:22:27.971Z Checking spin v0.9.8
20312026-07-30T02:22:28.157Z Checking flagset v0.4.7
20322026-07-30T02:22:28.195Z Checking untrusted v0.9.0
20332026-07-30T02:22:28.256Z Checking mime v0.3.17
20342026-07-30T02:22:28.309Z Checking der v0.7.10
20352026-07-30T02:22:28.346Z Checking simd-adler32 v0.3.8
20362026-07-30T02:22:28.429Z Checking http-body-util v0.1.3
20372026-07-30T02:22:28.543Z Checking adler2 v2.0.1
20382026-07-30T02:22:28.594Z Checking oxnet v0.1.6
20392026-07-30T02:22:28.657Z Checking block-padding v0.4.2
20402026-07-30T02:22:28.687Z Checking camino v1.2.2
20412026-07-30T02:22:28.690Z Checking miniz_oxide v0.8.9
20422026-07-30T02:22:28.824Z Checking rustls-webpki v0.103.13
20432026-07-30T02:22:28.885Z Checking openssl-probe v0.2.1
20442026-07-30T02:22:28.927Z Checking pretty-hex v0.4.1
20452026-07-30T02:22:29.027Z Checking inout v0.2.2
20462026-07-30T02:22:29.066Z Checking serde_urlencoded v0.7.1
20472026-07-30T02:22:29.104Z Checking encoding_rs v0.8.35
20482026-07-30T02:22:29.107Z Checking plain v0.2.3
20492026-07-30T02:22:29.174Z Checking regex v1.12.3
20502026-07-30T02:22:29.211Z Checking rand_chacha v0.3.1
20512026-07-30T02:22:29.270Z Checking ucd-trie v0.1.7
20522026-07-30T02:22:29.273Z Checking rustls v0.23.41
20532026-07-30T02:22:29.339Z Checking cipher v0.5.2
20542026-07-30T02:22:29.405Z Checking spki v0.7.3
20552026-07-30T02:22:29.443Z Checking pest v2.8.6
20562026-07-30T02:22:29.479Z Checking rand v0.8.6
20572026-07-30T02:22:29.482Z Checking futures-executor v0.3.32
20582026-07-30T02:22:29.598Z Checking sync_wrapper v1.0.2
20592026-07-30T02:22:29.601Z Checking crc32fast v1.5.0
20602026-07-30T02:22:29.690Z Checking futures v0.3.32
20612026-07-30T02:22:29.735Z Checking tower v0.5.3
20622026-07-30T02:22:29.795Z Checking either v1.15.0
20632026-07-30T02:22:29.798Z Checking iri-string v0.7.10
20642026-07-30T02:22:30.028Z Checking pkcs8 v0.10.2
20652026-07-30T02:22:30.066Z Checking foldhash v0.2.0
20662026-07-30T02:22:30.100Z Checking static_assertions v1.1.0
20672026-07-30T02:22:30.151Z Checking bit-vec v0.8.0
20682026-07-30T02:22:30.200Z Checking zlib-rs v0.6.2
20692026-07-30T02:22:30.237Z Checking sha2 v0.10.9
20702026-07-30T02:22:30.274Z Checking hashbrown v0.16.1
20712026-07-30T02:22:30.371Z Checking bit-set v0.8.0
20722026-07-30T02:22:30.535Z Checking openapiv3 v2.2.0
20732026-07-30T02:22:30.539Z Checking wait-timeout v0.2.1
20742026-07-30T02:22:30.574Z Checking lazy_static v1.5.0
20752026-07-30T02:22:30.656Z Checking hyper v1.10.1
20762026-07-30T02:22:30.718Z Checking hubpack v0.1.2
20772026-07-30T02:22:30.722Z Checking quick-error v1.2.3
20782026-07-30T02:22:30.790Z Checking rustls-native-certs v0.8.3
20792026-07-30T02:22:30.833Z Checking tower-http v0.6.8
20802026-07-30T02:22:30.880Z Checking rusty-fork v0.3.1
20812026-07-30T02:22:30.918Z Checking rand_xorshift v0.4.0
20822026-07-30T02:22:30.954Z Checking strum v0.26.3
20832026-07-30T02:22:31.067Z Checking unarray v0.1.4
20842026-07-30T02:22:31.105Z Checking psl-types v2.0.11
20852026-07-30T02:22:31.108Z Checking cookie v0.18.1
20862026-07-30T02:22:31.177Z Checking flate2 v1.1.9
20872026-07-30T02:22:31.180Z Checking signature v2.2.0
20882026-07-30T02:22:31.248Z Checking proptest v1.11.0
20892026-07-30T02:22:31.285Z Checking publicsuffix v2.3.0
20902026-07-30T02:22:31.358Z Checking num-integer v0.1.46
20912026-07-30T02:22:31.397Z Checking tinyvec_macros v0.1.1
20922026-07-30T02:22:31.468Z Checking cookie_store v0.22.1
20932026-07-30T02:22:31.506Z Checking tinyvec v1.10.0
20942026-07-30T02:22:31.509Z Checking scroll v0.13.0
20952026-07-30T02:22:31.579Z Checking tokio-rustls v0.26.4
20962026-07-30T02:22:31.615Z Checking rustls-platform-verifier v0.6.2
20972026-07-30T02:22:31.618Z Checking hyper-util v0.1.20
20982026-07-30T02:22:31.784Z Checking goblin v0.10.5
20992026-07-30T02:22:31.788Z Checking anstyle-parse v0.2.7
21002026-07-30T02:22:31.857Z Checking ahash v0.8.12
21012026-07-30T02:22:31.861Z Checking toml_datetime v0.6.11
21022026-07-30T02:22:31.890Z Checking serde_spanned v0.6.9
21032026-07-30T02:22:31.893Z Checking memmap2 v0.9.10
21042026-07-30T02:22:32.060Z Checking anstream v0.6.21
21052026-07-30T02:22:32.073Z Checking dtrace-parser v0.3.0
21062026-07-30T02:22:32.076Z Checking thread-id v5.1.0
21072026-07-30T02:22:32.112Z Checking data-encoding v2.10.0
21082026-07-30T02:22:32.149Z Checking x509-cert v0.2.5
21092026-07-30T02:22:32.218Z Checking bstr v1.12.1
21102026-07-30T02:22:32.222Z Checking hmac v0.12.1
21112026-07-30T02:22:32.335Z Checking num-iter v0.1.45
21122026-07-30T02:22:32.413Z Checking crossbeam-epoch v0.9.18
21132026-07-30T02:22:32.451Z Checking memoffset v0.9.1
21142026-07-30T02:22:32.486Z Checking scroll v0.12.0
21152026-07-30T02:22:32.558Z Checking env_filter v1.0.0
21162026-07-30T02:22:32.631Z Checking num-bigint-dig v0.8.6
21172026-07-30T02:22:32.668Z Checking pkcs1 v0.7.5
21182026-07-30T02:22:32.731Z Checking env_logger v0.11.9
21192026-07-30T02:22:32.771Z Checking goblin v0.8.2
21202026-07-30T02:22:32.861Z Checking zerocopy v0.7.35
21212026-07-30T02:22:32.899Z Checking hyper-rustls v0.27.7
21222026-07-30T02:22:32.936Z Checking rustix v0.38.44
21232026-07-30T02:22:32.972Z Checking foreign-types-shared v0.1.1
21242026-07-30T02:22:33.059Z Checking newtype-uuid v1.3.2
21252026-07-30T02:22:33.097Z Checking unicode-segmentation v1.12.0
21262026-07-30T02:22:33.179Z Checking reqwest v0.13.2
21272026-07-30T02:22:33.287Z Checking daft v0.1.7
21282026-07-30T02:22:33.380Z Checking foreign-types v0.3.2
21292026-07-30T02:22:33.434Z Checking nix v0.31.2
21302026-07-30T02:22:33.472Z Checking rsa v0.9.10
21312026-07-30T02:22:33.508Z Checking dtrace-parser v0.2.0
21322026-07-30T02:22:33.562Z Checking ff v0.13.1
21332026-07-30T02:22:33.726Z Checking openssl-sys v0.9.115
21342026-07-30T02:22:33.768Z Checking thread-id v4.2.2
21352026-07-30T02:22:33.805Z Checking same-file v1.0.6
21362026-07-30T02:22:33.878Z Checking base16ct v0.2.0
21372026-07-30T02:22:33.952Z Checking winnow v0.5.40
21382026-07-30T02:22:33.991Z Checking walkdir v2.5.0
21392026-07-30T02:22:34.035Z Checking sec1 v0.7.3
21402026-07-30T02:22:34.075Z Checking group v0.13.0
21412026-07-30T02:22:34.124Z Checking dof v0.4.0
21422026-07-30T02:22:34.128Z Checking openssl v0.10.79
21432026-07-30T02:22:34.195Z Checking hkdf v0.12.4
21442026-07-30T02:22:34.250Z Checking serde_with v3.21.0
21452026-07-30T02:22:34.288Z Checking crypto-bigint v0.5.5
21462026-07-30T02:22:34.354Z Checking bzip2-sys v0.1.13+1.0.8
21472026-07-30T02:22:34.469Z Checking foldhash v0.1.5
21482026-07-30T02:22:34.634Z Checking keccak v0.1.6
21492026-07-30T02:22:34.687Z Checking winnow v0.7.14
21502026-07-30T02:22:34.724Z Checking dof v0.3.0
21512026-07-30T02:22:34.785Z Checking usdt-impl v0.6.0
21522026-07-30T02:22:34.828Z Checking sha3 v0.10.8
21532026-07-30T02:22:35.037Z Checking usdt-impl v0.5.0
21542026-07-30T02:22:35.075Z Checking hashbrown v0.15.5
21552026-07-30T02:22:35.111Z Checking usdt v0.6.0
21562026-07-30T02:22:35.146Z Checking toml_edit v0.19.15
21572026-07-30T02:22:35.228Z Checking elliptic-curve v0.13.8
21582026-07-30T02:22:35.304Z Checking bzip2 v0.4.4
21592026-07-30T02:22:35.343Z Checking unicode-normalization v0.1.25
21602026-07-30T02:22:35.494Z Checking itertools v0.13.0
21612026-07-30T02:22:35.562Z Checking winnow v1.0.3
21622026-07-30T02:22:35.600Z Checking bitflags v1.3.2
21632026-07-30T02:22:35.703Z Checking siphasher v1.0.2
21642026-07-30T02:22:35.762Z Checking zip v0.6.6
21652026-07-30T02:22:35.800Z Checking signal-hook v0.3.18
21662026-07-30T02:22:35.874Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-30T02:22:35.913Z Checking toml_write v0.1.2
21682026-07-30T02:22:35.916Z Checking managed v0.8.0
21692026-07-30T02:22:36.012Z Checking globset v0.4.18
21702026-07-30T02:22:36.107Z Checking chacha20 v0.10.0
21712026-07-30T02:22:36.110Z Checking toml_edit v0.22.27
21722026-07-30T02:22:36.178Z Checking curve25519-dalek v4.1.3
21732026-07-30T02:22:36.215Z Checking native-tls v0.2.18
21742026-07-30T02:22:36.219Z Checking toml v0.7.8
21752026-07-30T02:22:36.286Z Checking object v0.37.3
21762026-07-30T02:22:36.290Z Checking signal-hook-mio v0.2.5
21772026-07-30T02:22:36.389Z Checking ed25519 v2.2.3
21782026-07-30T02:22:36.454Z Checking ref-cast v1.0.25
21792026-07-30T02:22:36.457Z Checking tokio-native-tls v0.3.1
21802026-07-30T02:22:36.554Z Checking pin-project v1.1.11
21812026-07-30T02:22:36.593Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-07-30T02:22:36.630Z Checking pem v3.0.6
21832026-07-30T02:22:36.633Z Checking bumpalo v3.20.2
21842026-07-30T02:22:36.702Z Checking hyper-tls v0.6.0
21852026-07-30T02:22:36.705Z Checking libbz2-rs-sys v0.2.2
21862026-07-30T02:22:36.773Z Checking zstd-safe v7.2.4
21872026-07-30T02:22:36.813Z Checking fixedbitset v0.5.7
21882026-07-30T02:22:36.892Z Checking zopfli v0.8.3
21892026-07-30T02:22:36.930Z Checking reqwest v0.12.28
21902026-07-30T02:22:36.966Z Checking zstd v0.13.3
21912026-07-30T02:22:36.972Z Checking ed25519-dalek v2.2.0
21922026-07-30T02:22:37.036Z Checking petgraph v0.8.3
21932026-07-30T02:22:37.145Z Checking bzip2 v0.6.1
21942026-07-30T02:22:37.182Z Checking snafu v0.8.9
21952026-07-30T02:22:37.246Z Checking crossterm v0.28.1
21962026-07-30T02:22:37.286Z Checking olpc-cjson v0.1.4
21972026-07-30T02:22:37.289Z Checking similar v2.7.0
21982026-07-30T02:22:37.355Z Checking fs-err v3.3.0
21992026-07-30T02:22:37.444Z Checking hash32 v0.2.1
22002026-07-30T02:22:37.483Z Checking serde_plain v1.0.2
22012026-07-30T02:22:37.631Z Checking serde-big-array v0.5.1
22022026-07-30T02:22:37.669Z Checking typed-path v0.9.3
22032026-07-30T02:22:37.707Z Checking predicates-core v1.0.10
22042026-07-30T02:22:37.710Z Checking unicode-bidi v0.3.18
22052026-07-30T02:22:37.776Z Checking jiff v0.2.21
22062026-07-30T02:22:37.812Z Checking unicode-properties v0.1.4
22072026-07-30T02:22:37.862Z Checking heapless v0.7.17
22082026-07-30T02:22:37.969Z Checking hickory-proto v0.25.2
22092026-07-30T02:22:38.027Z Checking byte-wrapper v0.1.0
22102026-07-30T02:22:38.064Z Checking stringprep v0.1.5
22112026-07-30T02:22:38.246Z Checking md-5 v0.10.6
22122026-07-30T02:22:38.284Z Checking float-cmp v0.10.0
22132026-07-30T02:22:38.320Z Checking normalize-line-endings v0.3.0
22142026-07-30T02:22:38.412Z Checking fallible-iterator v0.2.0
22152026-07-30T02:22:38.449Z Checking difflib v0.4.0
22162026-07-30T02:22:38.452Z Checking smoltcp v0.9.1
22172026-07-30T02:22:38.518Z Checking tough v0.22.0
22182026-07-30T02:22:38.604Z Checking iddqd v0.4.2
22192026-07-30T02:22:38.648Z Checking phf_shared v0.13.1
22202026-07-30T02:22:38.687Z Checking predicates v3.1.4
22212026-07-30T02:22:38.729Z Checking postgres-protocol v0.6.10
22222026-07-30T02:22:38.875Z Checking phf_shared v0.11.3
22232026-07-30T02:22:39.014Z Checking tokio-stream v0.1.18
22242026-07-30T02:22:39.059Z Checking buf-list v1.1.2
22252026-07-30T02:22:39.096Z Checking strum v0.27.2
22262026-07-30T02:22:39.133Z Checking new_debug_unreachable v1.0.6
22272026-07-30T02:22:39.232Z Checking fixedbitset v0.4.2
22282026-07-30T02:22:39.235Z Checking lalrpop-util v0.19.12
22292026-07-30T02:22:39.271Z Checking precomputed-hash v0.1.1
22302026-07-30T02:22:39.411Z Checking string_cache v0.8.9
22312026-07-30T02:22:39.415Z Checking petgraph v0.6.5
22322026-07-30T02:22:39.485Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22332026-07-30T02:22:39.488Z Checking postgres-types v0.2.12
22342026-07-30T02:22:39.554Z Checking phf v0.13.1
22352026-07-30T02:22:39.609Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22362026-07-30T02:22:39.732Z Checking peg-runtime v0.8.5
22372026-07-30T02:22:39.824Z Checking whoami v2.1.0
22382026-07-30T02:22:39.899Z Checking is-terminal v0.4.17
22392026-07-30T02:22:40.022Z Checking crossbeam-channel v0.5.15
22402026-07-30T02:22:40.064Z Checking tokio-postgres v0.7.16
22412026-07-30T02:22:40.099Z Checking zip v4.6.1
22422026-07-30T02:22:40.102Z Checking thread_local v1.1.9
22432026-07-30T02:22:40.293Z Checking term v1.2.1
22442026-07-30T02:22:40.384Z Checking take_mut v0.2.2
22452026-07-30T02:22:40.519Z Checking slog-async v2.8.0
22462026-07-30T02:22:40.557Z Checking slog-term v2.9.2
22472026-07-30T02:22:40.592Z Compiling structmeta-derive v0.3.0
22482026-07-30T02:22:40.715Z Compiling newtype-uuid-macros v0.1.0
22492026-07-30T02:22:40.754Z Checking match_cfg v0.1.0
22502026-07-30T02:22:40.758Z Checking slog-json v2.6.1
22512026-07-30T02:22:40.825Z Compiling multer v3.1.0
22522026-07-30T02:22:40.862Z Compiling async-stream-impl v0.3.6
22532026-07-30T02:22:40.899Z Checking hostname v0.3.1
22542026-07-30T02:22:40.968Z Compiling dropshot v0.17.1
22552026-07-30T02:22:41.024Z Checking slog-bunyan v2.5.0
22562026-07-30T02:22:41.137Z Compiling dropshot_endpoint v0.17.1
22572026-07-30T02:22:41.173Z Checking debug-ignore v1.0.5
22582026-07-30T02:22:41.283Z Checking progenitor-client v0.14.0
22592026-07-30T02:22:41.321Z Checking sha1 v0.11.0
22602026-07-30T02:22:41.374Z Checking serde_spanned v1.1.1
22612026-07-30T02:22:41.469Z Checking serde_path_to_error v0.1.20
22622026-07-30T02:22:41.507Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-07-30T02:22:41.543Z Checking toml_datetime v1.1.1+spec-1.1.0
22642026-07-30T02:22:41.547Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-07-30T02:22:41.547Z Checking toml_writer v1.1.1+spec-1.1.0
22662026-07-30T02:22:41.680Z Compiling structmeta v0.3.0
22672026-07-30T02:22:41.761Z Checking compression-core v0.4.31
22682026-07-30T02:22:41.799Z Checking async-stream v0.3.6
22692026-07-30T02:22:41.837Z Checking toml v1.1.2+spec-1.1.0
22702026-07-30T02:22:41.916Z Compiling derive-ex v0.1.8
22712026-07-30T02:22:41.919Z Checking compression-codecs v0.4.37
22722026-07-30T02:22:41.989Z Checking rustls-pemfile v2.2.0
22732026-07-30T02:22:42.059Z Checking waitgroup v0.1.2
22742026-07-30T02:22:42.098Z Checking hostname v0.4.2
22752026-07-30T02:22:42.140Z Checking async-compression v0.4.41
22762026-07-30T02:22:42.184Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-07-30T02:22:42.269Z Checking atomicwrites v0.4.4
22782026-07-30T02:22:42.272Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-07-30T02:22:42.272Z Checking itertools v0.14.0
22802026-07-30T02:22:42.326Z Compiling parse-display-derive v0.10.0
22812026-07-30T02:22:42.371Z Checking macaddr v1.0.1
22822026-07-30T02:22:42.408Z Checking regress v0.10.5
22832026-07-30T02:22:42.444Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-07-30T02:22:42.535Z Checking instant v0.1.13
22852026-07-30T02:22:42.574Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-07-30T02:22:42.610Z Checking backoff v0.4.0
22872026-07-30T02:22:42.823Z Checking backon v1.6.0
22882026-07-30T02:22:42.860Z Checking humantime v2.3.0
22892026-07-30T02:22:42.899Z Checking unicode-width v0.2.0
22902026-07-30T02:22:43.012Z Checking progenitor-extras v0.2.0
22912026-07-30T02:22:43.070Z Compiling convert_case v0.4.0
22922026-07-30T02:22:43.210Z Checking heck v0.5.0
22932026-07-30T02:22:43.266Z Checking half v2.7.1
22942026-07-30T02:22:43.354Z Checking ciborium-io v0.2.2
22952026-07-30T02:22:43.480Z Checking secrecy v0.10.3
22962026-07-30T02:22:43.484Z Compiling derive_more v0.99.20
22972026-07-30T02:22:43.498Z Checking camino-tempfile v1.4.1
22982026-07-30T02:22:43.536Z Checking indent_write v2.2.0
22992026-07-30T02:22:43.572Z Checking ciborium-ll v0.2.2
23002026-07-30T02:22:43.637Z Compiling test-strategy v0.4.5
23012026-07-30T02:22:43.704Z Compiling regress v0.11.1
23022026-07-30T02:22:43.741Z Compiling crucible-workspace-hack v0.1.0
23032026-07-30T02:22:43.805Z Checking ciborium v0.2.2
23042026-07-30T02:22:43.889Z Checking inout v0.1.4
23052026-07-30T02:22:44.031Z Checking parse-display v0.10.0
23062026-07-30T02:22:44.073Z Checking cipher v0.4.4
23072026-07-30T02:22:44.208Z Checking universal-hash v0.5.1
23082026-07-30T02:22:44.264Z Compiling thiserror-impl-no-std v2.0.2
23092026-07-30T02:22:44.301Z Checking opaque-debug v0.3.1
23102026-07-30T02:22:44.367Z Checking chacha20 v0.9.1
23112026-07-30T02:22:44.404Z Checking poly1305 v0.8.0
23122026-07-30T02:22:44.593Z Checking blake2 v0.10.6
23132026-07-30T02:22:44.703Z Checking aead v0.5.2
23142026-07-30T02:22:44.860Z Checking password-hash v0.5.0
23152026-07-30T02:22:44.897Z Compiling unsafe-libyaml v0.2.11
23162026-07-30T02:22:44.971Z Checking chacha20poly1305 v0.10.1
23172026-07-30T02:22:45.117Z Checking argon2 v0.5.3
23182026-07-30T02:22:45.154Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23192026-07-30T02:22:45.157Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-07-30T02:22:45.462Z Compiling typify-impl v0.6.2
23212026-07-30T02:22:45.497Z Checking thiserror-no-std v2.0.2
23222026-07-30T02:22:45.533Z Compiling serde_yaml v0.9.34+deprecated
23232026-07-30T02:22:45.571Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-07-30T02:22:45.609Z Checking vsss-rs v3.3.4
23252026-07-30T02:22:45.679Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23262026-07-30T02:22:46.102Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23272026-07-30T02:22:46.138Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23282026-07-30T02:22:46.406Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23292026-07-30T02:22:46.444Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-07-30T02:22:46.733Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23312026-07-30T02:22:46.812Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322026-07-30T02:22:46.925Z Checking swrite v0.1.0
23332026-07-30T02:22:46.979Z Checking crossbeam-deque v0.8.6
23342026-07-30T02:22:47.045Z Compiling rayon-core v1.13.0
23352026-07-30T02:22:47.164Z Compiling num-derive v0.4.2
23362026-07-30T02:22:47.186Z Compiling toml_datetime v0.7.5+spec-1.1.0
23372026-07-30T02:22:47.309Z Compiling proc-macro-error v1.0.4
23382026-07-30T02:22:47.463Z Compiling toml_edit v0.23.10+spec-1.0.0
23392026-07-30T02:22:47.556Z Checking tabwriter v1.4.1
23402026-07-30T02:22:47.666Z Checking rayon v1.11.0
23412026-07-30T02:22:47.734Z Checking toml v0.8.23
23422026-07-30T02:22:47.926Z Checking glob v0.3.3
23432026-07-30T02:22:48.024Z Compiling proc-macro-crate v3.4.0
23442026-07-30T02:22:48.068Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23452026-07-30T02:22:48.106Z Checking colored v3.1.1
23462026-07-30T02:22:48.142Z Compiling itertools v0.15.0
23472026-07-30T02:22:48.195Z Compiling heapless v0.8.0
23482026-07-30T02:22:48.330Z Checking hash32 v0.3.1
23492026-07-30T02:22:48.491Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23502026-07-30T02:22:48.561Z Compiling smoltcp v0.11.0
23512026-07-30T02:22:48.613Z Compiling num_enum_derive v0.7.6
23522026-07-30T02:22:48.835Z Checking cobs v0.3.0
23532026-07-30T02:22:49.001Z Compiling usdt-macro v0.5.0
23542026-07-30T02:22:49.038Z Compiling usdt-attr-macro v0.5.0
23552026-07-30T02:22:49.280Z Checking memmap v0.7.0
23562026-07-30T02:22:49.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-30T02:22:49.292Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-07-30T02:22:49.474Z Checking postcard v1.1.3
23592026-07-30T02:22:49.510Z Compiling ingot-macros v0.2.0
23602026-07-30T02:22:49.711Z Checking num_enum v0.7.6
23612026-07-30T02:22:49.779Z Checking rand v0.10.1
23622026-07-30T02:22:49.814Z Compiling proc-macro-crate v1.3.1
23632026-07-30T02:22:49.853Z Checking usdt v0.5.0
23642026-07-30T02:22:49.857Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23652026-07-30T02:22:49.993Z Compiling typify-macro v0.6.2
23662026-07-30T02:22:50.050Z Checking sigpipe v0.1.3
23672026-07-30T02:22:50.117Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23682026-07-30T02:22:50.158Z Compiling foreign-types-macros v0.2.3
23692026-07-30T02:22:50.253Z Checking foreign-types-shared v0.3.1
23702026-07-30T02:22:50.289Z Compiling num_enum_derive v0.5.11
23712026-07-30T02:22:50.503Z Checking cstr-argument v0.1.2
23722026-07-30T02:22:50.553Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23732026-07-30T02:22:50.589Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-07-30T02:22:50.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23752026-07-30T02:22:50.777Z Checking foreign-types v0.5.0
23762026-07-30T02:22:50.898Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23772026-07-30T02:22:50.940Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23782026-07-30T02:22:51.005Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23792026-07-30T02:22:51.062Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-30T02:22:51.098Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-07-30T02:22:51.133Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23822026-07-30T02:22:51.245Z Compiling zone_cfg_derive v0.3.1
23832026-07-30T02:22:51.283Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23842026-07-30T02:22:51.346Z Checking num_enum v0.5.11
23852026-07-30T02:22:51.486Z Checking itertools v0.12.1
23862026-07-30T02:22:51.489Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23872026-07-30T02:22:51.555Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-30T02:22:51.746Z Compiling typify v0.6.2
23892026-07-30T02:22:51.904Z Compiling progenitor-impl v0.14.0
23902026-07-30T02:22:51.941Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23912026-07-30T02:22:52.006Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23922026-07-30T02:22:52.042Z Checking smf v0.2.3
23932026-07-30T02:22:52.118Z Checking whoami v1.6.1
23942026-07-30T02:22:52.253Z Compiling derive-where v1.6.0
23952026-07-30T02:22:52.366Z Checking ingot-types v0.2.0
23962026-07-30T02:22:52.382Z Checking tokio-dtrace v0.1.1
23972026-07-30T02:22:52.382Z Checking console v0.15.11
23982026-07-30T02:22:52.536Z Checking zone v0.3.1
23992026-07-30T02:22:52.571Z Checking oxide-tokio-rt v0.1.4
24002026-07-30T02:22:52.659Z Checking newline-converter v0.3.0
24012026-07-30T02:22:52.696Z Checking ingot v0.2.1
24022026-07-30T02:22:52.766Z Checking bytecount v0.6.9
24032026-07-30T02:22:52.802Z Checking expectorate v1.2.0
24042026-07-30T02:22:52.873Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-30T02:22:52.912Z Checking unicode-width v0.1.14
24062026-07-30T02:22:52.945Z Checking num-rational v0.4.2
24072026-07-30T02:22:52.979Z Checking num-complex v0.4.6
24082026-07-30T02:22:53.188Z Checking float-ord v0.3.2
24092026-07-30T02:22:53.246Z Compiling cancel-safe-futures v0.1.5
24102026-07-30T02:22:53.321Z Checking linear-map v1.2.0
24112026-07-30T02:22:53.358Z Checking num v0.4.3
24122026-07-30T02:22:53.460Z Checking gethostname v0.5.0
24132026-07-30T02:22:53.532Z Compiling prettyplease v0.2.37
24142026-07-30T02:22:53.565Z Checking oxide-update-engine-types v0.1.2
24152026-07-30T02:22:53.705Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-07-30T02:22:53.857Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-07-30T02:22:54.116Z Checking resolv-conf v0.7.6
24182026-07-30T02:22:54.159Z Compiling owo-colors v4.3.0
24192026-07-30T02:22:54.334Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-07-30T02:22:54.375Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-07-30T02:22:54.538Z Checking oxide-update-engine v0.1.2
24222026-07-30T02:22:54.573Z Compiling progenitor-macro v0.14.0
24232026-07-30T02:22:54.738Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24242026-07-30T02:22:54.958Z Checking smawk v0.3.2
24252026-07-30T02:22:54.996Z Checking unicode-linebreak v0.1.5
24262026-07-30T02:22:55.123Z Checking papergrid v0.11.0
24272026-07-30T02:22:55.193Z Compiling tabled_derive v0.7.0
24282026-07-30T02:22:55.266Z Compiling convert_case v0.10.0
24292026-07-30T02:22:55.581Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24302026-07-30T02:22:55.617Z Compiling slog-dtrace v0.3.0
24312026-07-30T02:22:55.690Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24322026-07-30T02:22:55.772Z Compiling derive_more-impl v2.1.1
24332026-07-30T02:22:56.034Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-07-30T02:22:56.141Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-07-30T02:22:56.197Z Checking tabled v0.15.0
24362026-07-30T02:22:56.608Z Checking derive_more v2.1.1
24372026-07-30T02:22:56.674Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24382026-07-30T02:22:56.745Z Checking crossterm v0.29.0
24392026-07-30T02:22:56.949Z Checking linked-hash-map v0.5.6
24402026-07-30T02:22:57.147Z Checking lru-cache v0.1.2
24412026-07-30T02:22:57.441Z Checking hickory-proto v0.24.4
24422026-07-30T02:22:57.498Z Checking fd-lock v4.0.4
24432026-07-30T02:22:58.106Z Checking vte v0.14.1
24442026-07-30T02:22:58.461Z Checking display-error-chain v0.2.2
24452026-07-30T02:22:58.538Z Checking strip-ansi-escapes v0.2.1
24462026-07-30T02:22:58.572Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24472026-07-30T02:22:58.750Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24482026-07-30T02:22:59.500Z Checking progenitor v0.14.0
24492026-07-30T02:22:59.628Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24502026-07-30T02:22:59.673Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-07-30T02:22:59.742Z Checking nu-ansi-term v0.50.3
24522026-07-30T02:22:59.992Z Checking termtree v0.5.1
24532026-07-30T02:23:00.159Z Checking reedline v0.40.0
24542026-07-30T02:23:00.340Z Checking hickory-resolver v0.24.4
24552026-07-30T02:23:00.376Z Checking textwrap v0.16.2
24562026-07-30T02:23:00.517Z Compiling minimal-lexical v0.2.1
24572026-07-30T02:23:00.773Z Compiling nom v7.1.3
24582026-07-30T02:23:00.809Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24592026-07-30T02:23:01.112Z Checking qorb v0.4.1
24602026-07-30T02:23:01.292Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-07-30T02:23:01.334Z Compiling unicode-xid v0.2.6
24622026-07-30T02:23:01.494Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-07-30T02:23:02.009Z Compiling ar_archive_writer v0.5.1
24642026-07-30T02:23:02.109Z Checking csv-core v0.1.13
24652026-07-30T02:23:02.152Z Compiling stacker v0.1.23
24662026-07-30T02:23:02.318Z Checking csv v1.4.0
24672026-07-30T02:23:02.356Z Checking highway v1.3.0
24682026-07-30T02:23:02.360Z Compiling cfg_aliases v0.1.1
24692026-07-30T02:23:02.437Z Compiling semver v0.1.20
24702026-07-30T02:23:02.493Z Compiling nix v0.28.0
24712026-07-30T02:23:02.575Z Checking nibble_vec v0.1.0
24722026-07-30T02:23:02.618Z Checking endian-type v0.1.2
24732026-07-30T02:23:02.724Z Compiling rustc_version v0.1.7
24742026-07-30T02:23:02.751Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-07-30T02:23:02.755Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-07-30T02:23:02.815Z Checking radix_trie v0.2.1
24772026-07-30T02:23:02.897Z Compiling psm v0.1.30
24782026-07-30T02:23:02.941Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-07-30T02:23:02.976Z Compiling newtype_derive v0.1.6
24802026-07-30T02:23:03.056Z Checking phf_shared v0.12.1
24812026-07-30T02:23:03.195Z Checking nom v8.0.0
24822026-07-30T02:23:03.230Z Compiling recursive-proc-macro-impl v0.1.1
24832026-07-30T02:23:03.278Z Compiling chrono-tz v0.10.4
24842026-07-30T02:23:03.464Z Checking phf v0.12.1
24852026-07-30T02:23:03.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-07-30T02:23:03.700Z Compiling const_format_proc_macros v0.2.34
24872026-07-30T02:23:03.767Z Compiling peg-macros v0.8.5
24882026-07-30T02:23:03.921Z Checking recursive v0.1.1
24892026-07-30T02:23:04.051Z Checking winnow v0.6.26
24902026-07-30T02:23:04.219Z Compiling sqlparser_derive v0.5.0
24912026-07-30T02:23:04.255Z Checking home v0.5.12
24922026-07-30T02:23:04.593Z Checking unicode_categories v0.1.1
24932026-07-30T02:23:04.631Z Checking rustyline v14.0.0
24942026-07-30T02:23:04.785Z Checking const_format v0.2.35
24952026-07-30T02:23:05.013Z Checking sqlparser v0.61.0
24962026-07-30T02:23:05.191Z Checking peg v0.8.5
24972026-07-30T02:23:05.229Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
24982026-07-30T02:23:05.229Z Checking sqlformat v0.3.5
24992026-07-30T02:23:05.329Z Checking bcs v0.1.6
25002026-07-30T02:23:05.362Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25012026-07-30T02:23:05.462Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-07-30T02:23:05.677Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25032026-07-30T02:23:05.756Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-07-30T02:23:05.767Z Checking steno v0.4.1
25052026-07-30T02:23:06.188Z Checking sha1 v0.10.6
25062026-07-30T02:23:06.391Z Checking filetime v0.2.27
25072026-07-30T02:23:06.560Z Checking xattr v1.6.1
25082026-07-30T02:23:06.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-07-30T02:23:06.738Z Checking tar v0.4.46
25102026-07-30T02:23:06.811Z Checking base64 v0.21.7
25112026-07-30T02:23:06.904Z Checking subprocess v0.2.15
25122026-07-30T02:23:07.078Z Checking headers-core v0.3.0
25132026-07-30T02:23:07.144Z Checking yasna v0.5.2
25142026-07-30T02:23:07.201Z Checking port-file v0.1.0
25152026-07-30T02:23:07.238Z Checking headers v0.4.1
25162026-07-30T02:23:07.241Z Checking tagptr v0.2.0
25172026-07-30T02:23:07.413Z Checking dropshot-api-manager-types v0.7.2
25182026-07-30T02:23:07.449Z Checking moka v0.12.13
25192026-07-30T02:23:07.544Z Checking rcgen v0.12.1
25202026-07-30T02:23:07.728Z Checking utf-8 v0.7.6
25212026-07-30T02:23:07.928Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-07-30T02:23:07.963Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-30T02:23:08.102Z Compiling radium v0.7.0
25242026-07-30T02:23:08.139Z Checking hickory-resolver v0.25.2
25252026-07-30T02:23:08.436Z Checking tungstenite v0.21.0
25262026-07-30T02:23:08.473Z Checking tap v1.0.1
25272026-07-30T02:23:08.617Z Compiling maybe-uninit v2.0.0
25282026-07-30T02:23:08.693Z Checking wyz v0.5.1
25292026-07-30T02:23:08.896Z Checking tokio-tungstenite v0.21.0
25302026-07-30T02:23:08.966Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-30T02:23:09.041Z Compiling zerocopy-derive v0.6.6
25322026-07-30T02:23:09.215Z Compiling packed_struct v0.10.1
25332026-07-30T02:23:09.342Z Checking funty v2.0.0
25342026-07-30T02:23:09.407Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25352026-07-30T02:23:09.456Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-07-30T02:23:09.492Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25372026-07-30T02:23:09.526Z Compiling libefi-sys v0.1.0
25382026-07-30T02:23:09.573Z Checking crc-catalog v2.4.0
25392026-07-30T02:23:09.610Z Checking bitvec v1.0.1
25402026-07-30T02:23:09.723Z Checking crc v3.4.0
25412026-07-30T02:23:09.791Z Compiling packed_struct_codegen v0.10.1
25422026-07-30T02:23:09.836Z Compiling bitfield-struct v0.6.2
25432026-07-30T02:23:09.897Z Checking zerocopy v0.6.6
25442026-07-30T02:23:09.929Z Compiling bitfield-macros v0.19.4
25452026-07-30T02:23:10.218Z Compiling indexmap v1.9.3
25462026-07-30T02:23:10.443Z Checking nodrop v0.1.14
25472026-07-30T02:23:10.489Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25482026-07-30T02:23:10.566Z Checking array-init v0.0.4
25492026-07-30T02:23:10.656Z Checking bitfield v0.19.4
25502026-07-30T02:23:10.749Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-30T02:23:10.952Z Checking smallvec v0.6.14
25522026-07-30T02:23:11.019Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25532026-07-30T02:23:11.022Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-30T02:23:11.120Z Checking hashbrown v0.12.3
25552026-07-30T02:23:11.154Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-07-30T02:23:11.189Z Checking serde-hex v0.1.0
25572026-07-30T02:23:11.417Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25582026-07-30T02:23:11.596Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-07-30T02:23:11.787Z Checking ron v0.8.1
25602026-07-30T02:23:11.901Z Checking hashbrown v0.13.2
25612026-07-30T02:23:12.064Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-07-30T02:23:12.289Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-30T02:23:12.333Z Checking crc-any v2.5.0
25642026-07-30T02:23:12.370Z Checking object v0.30.4
25652026-07-30T02:23:12.546Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25662026-07-30T02:23:12.638Z Checking path-slash v0.1.5
25672026-07-30T02:23:12.662Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25682026-07-30T02:23:12.703Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-07-30T02:23:12.736Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-30T02:23:12.739Z Compiling xshell-macros v0.2.7
25712026-07-30T02:23:12.801Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-07-30T02:23:13.133Z Checking xshell v0.2.7
25732026-07-30T02:23:13.371Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742026-07-30T02:23:13.790Z Checking half v1.8.3
25752026-07-30T02:23:13.826Z Checking libscf-sys v1.2.0
25762026-07-30T02:23:13.857Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25772026-07-30T02:23:13.985Z Compiling proc-macro-error-attr2 v2.0.0
25782026-07-30T02:23:14.019Z Checking serde_cbor v0.11.2
25792026-07-30T02:23:14.426Z Compiling proc-macro-error2 v2.0.1
25802026-07-30T02:23:14.451Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25812026-07-30T02:23:14.528Z Checking papergrid v0.17.0
25822026-07-30T02:23:14.657Z Checking testing_table v0.3.0
25832026-07-30T02:23:14.691Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25842026-07-30T02:23:14.760Z Compiling tabled_derive v0.11.0
25852026-07-30T02:23:14.794Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-07-30T02:23:14.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25872026-07-30T02:23:15.218Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-07-30T02:23:15.253Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-07-30T02:23:15.400Z Checking maplit v1.0.2
25902026-07-30T02:23:15.471Z Checking crc8 v0.1.1
25912026-07-30T02:23:15.499Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922026-07-30T02:23:15.595Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25932026-07-30T02:23:15.629Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25942026-07-30T02:23:15.942Z Checking tabled v0.20.0
25952026-07-30T02:23:15.995Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25962026-07-30T02:23:16.032Z Checking unicase v2.9.0
25972026-07-30T02:23:16.220Z Checking fxhash v0.2.1
25982026-07-30T02:23:16.254Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25992026-07-30T02:23:16.374Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-30T02:23:16.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26012026-07-30T02:23:16.607Z Compiling darling_core v0.21.3
26022026-07-30T02:23:16.642Z Compiling vergen-lib v0.1.6
26032026-07-30T02:23:16.856Z Compiling diesel_derives v2.3.7
26042026-07-30T02:23:16.996Z Checking scheduled-thread-pool v0.2.7
26052026-07-30T02:23:17.109Z Compiling vergen-gitcl v1.0.8
26062026-07-30T02:23:17.146Z Compiling diesel_table_macro_syntax v0.3.0
26072026-07-30T02:23:17.209Z Checking r2d2 v0.8.10
26082026-07-30T02:23:17.407Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26092026-07-30T02:23:17.410Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26102026-07-30T02:23:17.727Z Checking downcast-rs v2.0.2
26112026-07-30T02:23:17.797Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-07-30T02:23:17.854Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26132026-07-30T02:23:18.142Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26142026-07-30T02:23:18.314Z Checking kstat-rs v0.2.4
26152026-07-30T02:23:18.351Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26162026-07-30T02:23:18.384Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-07-30T02:23:18.435Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-30T02:23:18.533Z Checking arc-swap v1.8.2
26192026-07-30T02:23:18.692Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26202026-07-30T02:23:18.737Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26212026-07-30T02:23:18.811Z Checking slog-scope v4.4.1
26222026-07-30T02:23:18.988Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26232026-07-30T02:23:19.142Z Compiling darling_macro v0.21.3
26242026-07-30T02:23:19.238Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-07-30T02:23:19.274Z Compiling dirs-sys-next v0.1.2
26262026-07-30T02:23:19.308Z Compiling parking_lot_core v0.8.6
26272026-07-30T02:23:19.390Z Compiling crunchy v0.2.4
26282026-07-30T02:23:19.581Z Compiling dirs-next v2.0.0
26292026-07-30T02:23:19.662Z Checking slog-stdlog v4.1.1
26302026-07-30T02:23:19.697Z Compiling darling v0.21.3
26312026-07-30T02:23:19.764Z Compiling clang-sys v1.8.1
26322026-07-30T02:23:19.809Z Compiling dsl_auto_type v0.2.0
26332026-07-30T02:23:19.844Z Compiling git-stub v1.0.0
26342026-07-30T02:23:19.848Z Compiling tiny-keccak v2.0.2
26352026-07-30T02:23:19.879Z Checking slog-envlogger v2.2.0
26362026-07-30T02:23:20.093Z Compiling git-stub-vcs v0.1.0
26372026-07-30T02:23:20.202Z Compiling term v0.7.0
26382026-07-30T02:23:20.305Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-30T02:23:20.309Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-07-30T02:23:20.379Z Compiling bit-vec v0.6.3
26412026-07-30T02:23:20.462Z Checking parking_lot v0.11.2
26422026-07-30T02:23:20.466Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26432026-07-30T02:23:20.617Z Compiling bit-set v0.5.3
26442026-07-30T02:23:20.653Z Compiling ascii-canvas v3.0.0
26452026-07-30T02:23:20.731Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26462026-07-30T02:23:20.766Z Checking prefix-trie v0.7.0
26472026-07-30T02:23:20.802Z Compiling itertools v0.10.5
26482026-07-30T02:23:20.918Z Compiling ena v0.14.4
26492026-07-30T02:23:20.971Z Compiling libloading v0.8.9
26502026-07-30T02:23:21.048Z Compiling bindgen v0.71.1
26512026-07-30T02:23:21.118Z Compiling diff v0.1.13
26522026-07-30T02:23:21.152Z Compiling regex-syntax v0.6.29
26532026-07-30T02:23:21.218Z Checking hickory-server v0.25.2
26542026-07-30T02:23:21.410Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-07-30T02:23:21.551Z Checking sled v0.34.7
26562026-07-30T02:23:21.874Z Compiling cexpr v0.6.0
26572026-07-30T02:23:22.047Z Checking nanorand v0.7.0
26582026-07-30T02:23:22.253Z Compiling salty v0.3.0
26592026-07-30T02:23:22.509Z Compiling lalrpop v0.19.12
26602026-07-30T02:23:22.548Z Compiling rustc-hash v2.1.1
26612026-07-30T02:23:22.625Z Checking flume v0.11.1
26622026-07-30T02:23:22.799Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26632026-07-30T02:23:22.905Z Compiling libxml v0.3.3
26642026-07-30T02:23:23.234Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26652026-07-30T02:23:23.497Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-07-30T02:23:23.661Z Compiling strum_macros v0.24.3
26672026-07-30T02:23:23.866Z Compiling fs-err v2.11.0
26682026-07-30T02:23:24.104Z Compiling indoc v1.0.9
26692026-07-30T02:23:24.560Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-07-30T02:23:24.607Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-07-30T02:23:24.780Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-07-30T02:23:24.828Z Compiling progenitor-impl v0.13.0
26732026-07-30T02:23:24.959Z Checking quick-xml v0.37.5
26742026-07-30T02:23:25.032Z Checking derive_builder v0.20.2
26752026-07-30T02:23:25.189Z Compiling oso-derive v0.27.3
26762026-07-30T02:23:25.195Z Compiling trait-variant v0.1.2
26772026-07-30T02:23:25.663Z Compiling impl-trait-for-tuples v0.2.3
26782026-07-30T02:23:25.699Z Checking diesel v2.3.7
26792026-07-30T02:23:25.749Z Checking assert_matches v1.5.0
26802026-07-30T02:23:25.851Z Checking openssl-probe v0.1.6
26812026-07-30T02:23:25.884Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26822026-07-30T02:23:26.253Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-07-30T02:23:26.715Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-30T02:23:27.225Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-30T02:23:27.434Z Compiling progenitor-macro v0.13.0
26862026-07-30T02:23:27.513Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26872026-07-30T02:23:28.636Z Checking progenitor-client v0.13.0
26882026-07-30T02:23:28.639Z Checking rfc6979 v0.4.0
26892026-07-30T02:23:28.748Z Checking parse-size v1.1.0
26902026-07-30T02:23:28.825Z Checking ecdsa v0.16.9
26912026-07-30T02:23:28.861Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26922026-07-30T02:23:28.903Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26932026-07-30T02:23:29.376Z Checking primeorder v0.13.6
26942026-07-30T02:23:29.611Z Checking p384 v0.13.1
26952026-07-30T02:23:29.877Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26962026-07-30T02:23:30.107Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-07-30T02:23:30.336Z Checking predicates-tree v1.0.13
26982026-07-30T02:23:30.350Z Checking bb8 v0.8.6
26992026-07-30T02:23:30.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27002026-07-30T02:23:30.770Z Compiling mime_guess v2.0.5
27012026-07-30T02:23:30.993Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-30T02:23:31.162Z Checking http-range v0.1.5
27032026-07-30T02:23:31.375Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-07-30T02:23:31.498Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27052026-07-30T02:23:31.836Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-07-30T02:23:31.840Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27072026-07-30T02:23:32.028Z Checking nonempty v0.12.0
27082026-07-30T02:23:32.170Z Checking corncobs v0.1.4
27092026-07-30T02:23:32.235Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-07-30T02:23:32.276Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-07-30T02:23:32.562Z Checking progenitor v0.13.0
27122026-07-30T02:23:32.739Z Checking ignore v0.4.25
27132026-07-30T02:23:32.744Z Checking secrecy v0.8.0
27142026-07-30T02:23:32.915Z Checking hyper-staticfile v0.10.1
27152026-07-30T02:23:33.124Z Checking globwalk v0.9.1
27162026-07-30T02:23:33.382Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27172026-07-30T02:23:33.391Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27182026-07-30T02:23:33.555Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27192026-07-30T02:23:33.560Z Checking signal-hook-tokio v0.3.1
27202026-07-30T02:23:33.743Z Compiling illumos-nvpair-sys v0.2.0
27212026-07-30T02:23:33.917Z Checking camino-tempfile-ext v0.3.3
27222026-07-30T02:23:33.976Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27232026-07-30T02:23:34.114Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27242026-07-30T02:23:34.119Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27252026-07-30T02:23:34.461Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-07-30T02:23:34.809Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-07-30T02:23:35.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-07-30T02:23:35.515Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27292026-07-30T02:23:35.522Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-07-30T02:23:35.708Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27312026-07-30T02:23:36.405Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27322026-07-30T02:23:36.771Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27332026-07-30T02:23:37.099Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-07-30T02:23:38.727Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27352026-07-30T02:23:38.740Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-07-30T02:23:38.740Z Checking illumos-nvpair v0.3.0
27372026-07-30T02:23:38.740Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-07-30T02:23:38.740Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-07-30T02:23:38.740Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27402026-07-30T02:23:38.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27412026-07-30T02:23:38.740Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-07-30T02:23:38.740Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27432026-07-30T02:23:38.896Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27442026-07-30T02:23:38.935Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27452026-07-30T02:23:39.054Z Checking tungstenite v0.23.0
27462026-07-30T02:23:39.330Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-07-30T02:23:39.499Z Checking tokio-tungstenite v0.23.1
27482026-07-30T02:23:39.716Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492026-07-30T02:23:39.802Z Checking void v1.0.2
27502026-07-30T02:23:39.942Z Checking lzss v0.8.2
27512026-07-30T02:23:40.168Z Checking diesel-dtrace v0.5.0
27522026-07-30T02:23:40.456Z Checking async-bb8-diesel v0.2.1
27532026-07-30T02:23:40.841Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27542026-07-30T02:23:40.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-07-30T02:23:41.006Z Checking nix v0.27.1
27562026-07-30T02:23:41.082Z Checking rand_seeder v0.4.0
27572026-07-30T02:23:41.257Z Checking serde_bytes v0.11.19
27582026-07-30T02:23:41.292Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27592026-07-30T02:23:41.471Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-07-30T02:23:41.553Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-30T02:23:41.597Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27622026-07-30T02:23:42.153Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27632026-07-30T02:23:42.189Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27642026-07-30T02:23:42.296Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-07-30T02:23:42.591Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-07-30T02:23:42.868Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-07-30T02:23:42.967Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-07-30T02:23:43.062Z Checking cpubits v0.1.1
27692026-07-30T02:23:43.171Z Checking is_ci v1.2.0
27702026-07-30T02:23:43.308Z Checking yansi v1.0.1
27712026-07-30T02:23:43.376Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-07-30T02:23:43.598Z Checking pretty_assertions v1.4.1
27732026-07-30T02:23:43.640Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-30T02:23:43.821Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-07-30T02:23:44.618Z Checking pem-rfc7468 v1.0.0
27762026-07-30T02:23:44.826Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772026-07-30T02:23:45.109Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-07-30T02:23:45.321Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-07-30T02:23:45.357Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-07-30T02:23:45.503Z Checking sha2 v0.11.0
27812026-07-30T02:23:45.961Z Checking hmac v0.13.0
27822026-07-30T02:23:46.036Z Checking universal-hash v0.6.1
27832026-07-30T02:23:46.146Z Compiling libz-sys v1.1.24
27842026-07-30T02:23:46.150Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-07-30T02:23:46.215Z Compiling instability v0.3.11
27862026-07-30T02:23:46.219Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-07-30T02:23:46.521Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882026-07-30T02:23:46.591Z Checking castaway v0.2.4
27892026-07-30T02:23:46.657Z Compiling indoc v2.0.7
27902026-07-30T02:23:46.737Z Checking compact_str v0.8.1
27912026-07-30T02:23:47.173Z Checking polyval v0.7.1
27922026-07-30T02:23:47.381Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-30T02:23:47.575Z Checking der v0.8.0
27942026-07-30T02:23:47.661Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952026-07-30T02:23:47.892Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27962026-07-30T02:23:47.927Z Checking unicode-truncate v1.1.0
27972026-07-30T02:23:48.101Z Checking lru v0.12.5
27982026-07-30T02:23:48.104Z Compiling libgit2-sys v0.18.3+1.9.2
27992026-07-30T02:23:48.172Z Checking cassowary v0.3.0
28002026-07-30T02:23:48.389Z Checking ghash v0.6.0
28012026-07-30T02:23:48.424Z Checking ratatui v0.29.0
28022026-07-30T02:23:48.548Z Checking pbkdf2 v0.13.0
28032026-07-30T02:23:48.617Z Checking aes v0.9.1
28042026-07-30T02:23:48.719Z Checking crypto-bigint v0.7.5
28052026-07-30T02:23:49.066Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-07-30T02:23:49.798Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28072026-07-30T02:23:50.052Z Checking ctr v0.10.1
28082026-07-30T02:23:50.263Z Checking aead v0.6.1
28092026-07-30T02:23:50.310Z Checking cargo-platform v0.3.2
28102026-07-30T02:23:50.433Z Checking aes-gcm v0.11.0
28112026-07-30T02:23:50.522Z Checking cargo_metadata v0.23.1
28122026-07-30T02:23:50.627Z Checking spki v0.8.0
28132026-07-30T02:23:50.837Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-07-30T02:23:51.038Z Checking supports-color v3.0.2
28152026-07-30T02:23:51.202Z Checking console v0.16.2
28162026-07-30T02:23:51.317Z Checking salsa20 v0.11.0
28172026-07-30T02:23:51.498Z Compiling vergen-git2 v9.1.0
28182026-07-30T02:23:51.542Z Checking plotters-backend v0.3.7
28192026-07-30T02:23:51.714Z Checking unit-prefix v0.5.2
28202026-07-30T02:23:51.776Z Checking plotters-svg v0.3.7
28212026-07-30T02:23:51.877Z Checking indicatif v0.18.4
28222026-07-30T02:23:51.992Z Checking scrypt v0.12.0
28232026-07-30T02:23:52.190Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-07-30T02:23:52.225Z Checking cbc v0.2.1
28252026-07-30T02:23:52.298Z Checking libsw-core v0.3.2
28262026-07-30T02:23:52.394Z Checking cast v0.3.0
28272026-07-30T02:23:52.470Z Checking libsw v3.5.0
28282026-07-30T02:23:52.515Z Checking pkcs5 v0.8.1
28292026-07-30T02:23:52.577Z Checking criterion-plot v0.6.0
28302026-07-30T02:23:52.654Z Checking plotters v0.3.7
28312026-07-30T02:23:52.840Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28322026-07-30T02:23:52.876Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28332026-07-30T02:23:53.097Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28342026-07-30T02:23:53.321Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-07-30T02:23:53.423Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-07-30T02:23:53.544Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-07-30T02:23:53.659Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28382026-07-30T02:23:53.831Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-07-30T02:23:53.876Z Checking colored v2.2.0
28402026-07-30T02:23:53.910Z Checking tinytemplate v1.2.1
28412026-07-30T02:23:54.117Z Checking oorandom v11.1.5
28422026-07-30T02:23:54.162Z Checking anes v0.1.6
28432026-07-30T02:23:54.262Z Checking shell-words v1.1.1
28442026-07-30T02:23:54.375Z Checking criterion v0.7.0
28452026-07-30T02:23:54.450Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28462026-07-30T02:23:54.726Z Checking pkcs8 v0.11.0
28472026-07-30T02:23:54.955Z Checking oxide-update-engine-display v0.1.2
28482026-07-30T02:23:55.292Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-30T02:23:55.597Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-07-30T02:23:56.074Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28512026-07-30T02:23:56.629Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28522026-07-30T02:23:57.450Z Checking tokio-test v0.4.5
28532026-07-30T02:23:57.610Z Checking ff v0.14.0
28542026-07-30T02:23:57.684Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-07-30T02:23:57.777Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28562026-07-30T02:23:57.907Z Checking twox-hash v2.1.2
28572026-07-30T02:23:58.190Z Checking atty v0.2.14
28582026-07-30T02:23:58.238Z Checking arrayref v0.3.9
28592026-07-30T02:23:58.318Z Checking constant_time_eq v0.4.2
28602026-07-30T02:23:58.362Z Checking arrayvec v0.7.6
28612026-07-30T02:23:58.534Z Checking group v0.14.0
28622026-07-30T02:23:58.572Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-07-30T02:23:58.733Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28642026-07-30T02:23:58.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28652026-07-30T02:23:59.064Z Checking fatfs v0.3.6
28662026-07-30T02:23:59.441Z Checking signature v3.0.0
28672026-07-30T02:23:59.546Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28682026-07-30T02:23:59.622Z Compiling seq-macro v0.3.6
28692026-07-30T02:23:59.765Z Checking base16ct v1.0.0
28702026-07-30T02:23:59.926Z Checking sec1 v0.8.1
28712026-07-30T02:24:00.141Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722026-07-30T02:24:00.176Z Checking hkdf v0.13.0
28732026-07-30T02:24:00.345Z Checking concurrent-queue v2.5.0
28742026-07-30T02:24:00.569Z Compiling petname v2.0.2
28752026-07-30T02:24:00.910Z Checking parking v2.2.1
28762026-07-30T02:24:00.943Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-07-30T02:24:01.068Z Checking event-listener v5.4.1
28782026-07-30T02:24:01.131Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-07-30T02:24:01.260Z Checking elliptic-curve v0.14.1
28802026-07-30T02:24:01.311Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28812026-07-30T02:24:01.684Z Checking rtoolbox v0.0.3
28822026-07-30T02:24:01.853Z Checking rpassword v7.5.4
28832026-07-30T02:24:02.037Z Checking event-listener-strategy v0.5.4
28842026-07-30T02:24:02.443Z Checking wnaf v0.14.0
28852026-07-30T02:24:02.615Z Checking primefield v0.14.0
28862026-07-30T02:24:02.648Z Checking rfc6979 v0.6.0
28872026-07-30T02:24:02.820Z Checking tui-tree-widget v0.23.1
28882026-07-30T02:24:02.853Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28892026-07-30T02:24:03.039Z Checking sapling-renderdag v0.1.0
28902026-07-30T02:24:03.084Z Compiling blake3 v1.8.5
28912026-07-30T02:24:03.264Z Compiling samael v0.0.19
28922026-07-30T02:24:03.315Z Checking sync-ptr v0.1.4
28932026-07-30T02:24:03.454Z Checking futures-timer v3.0.3
28942026-07-30T02:24:03.699Z Checking primeorder v0.14.0
28952026-07-30T02:24:04.011Z Checking ecdsa v0.17.0
28962026-07-30T02:24:04.094Z Checking async-lock v3.4.2
28972026-07-30T02:24:04.447Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28982026-07-30T02:24:04.492Z Compiling curve25519-dalek v5.0.0
28992026-07-30T02:24:04.526Z Checking async-object-pool v0.2.0
29002026-07-30T02:24:04.661Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-30T02:24:04.996Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29022026-07-30T02:24:05.057Z Checking ssh-encoding v0.3.0
29032026-07-30T02:24:05.320Z Checking serde_regex v1.1.0
29042026-07-30T02:24:05.509Z Checking assert-json-diff v2.0.2
29052026-07-30T02:24:05.696Z Checking path-tree v0.8.3
29062026-07-30T02:24:05.915Z Checking keccak v0.2.0
29072026-07-30T02:24:05.980Z Checking topological-sort v0.2.2
29082026-07-30T02:24:06.113Z Checking stringmetrics v2.2.2
29092026-07-30T02:24:06.142Z Compiling strsim v0.10.0
29102026-07-30T02:24:06.285Z Checking httpmock v0.8.3
29112026-07-30T02:24:06.489Z Compiling darling_core v0.13.4
29122026-07-30T02:24:07.417Z Checking omicron-zone-package v0.12.3
29132026-07-30T02:24:08.379Z Checking ed25519 v3.0.0
29142026-07-30T02:24:08.415Z Checking crypto-primes v0.7.2
29152026-07-30T02:24:08.508Z Checking pkcs1 v0.8.0-rc.4
29162026-07-30T02:24:08.624Z Checking poly1305 v0.9.0
29172026-07-30T02:24:08.760Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29182026-07-30T02:24:08.946Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29192026-07-30T02:24:09.186Z Checking blowfish v0.10.0
29202026-07-30T02:24:09.234Z Checking blake2 v0.11.0-rc.6
29212026-07-30T02:24:09.360Z Compiling target-lexicon v0.13.3
29222026-07-30T02:24:09.407Z Checking gimli v0.32.3
29232026-07-30T02:24:09.515Z Checking argon2 v0.6.0-rc.8
29242026-07-30T02:24:09.613Z Checking rsa v0.10.0-rc.18
29252026-07-30T02:24:09.886Z Checking bcrypt-pbkdf v0.11.0
29262026-07-30T02:24:09.931Z Checking ed25519-dalek v3.0.0
29272026-07-30T02:24:10.070Z Checking ssh-cipher v0.3.0
29282026-07-30T02:24:10.137Z Compiling darling_macro v0.13.4
29292026-07-30T02:24:10.178Z Checking sha3 v0.11.0
29302026-07-30T02:24:10.549Z Checking p256 v0.14.0
29312026-07-30T02:24:10.644Z Checking p521 v0.14.0
29322026-07-30T02:24:10.966Z Checking addr2line v0.25.1
29332026-07-30T02:24:11.269Z Checking p384 v0.14.0
29342026-07-30T02:24:11.321Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29352026-07-30T02:24:11.586Z Checking kem v0.3.0
29362026-07-30T02:24:11.737Z Checking module-lattice v0.2.3
29372026-07-30T02:24:11.989Z Checking rustc-demangle v0.1.27
29382026-07-30T02:24:12.179Z Checking hex-literal v0.4.1
29392026-07-30T02:24:12.244Z Checking sponge-cursor v0.1.0
29402026-07-30T02:24:12.307Z Compiling guppy-workspace-hack v0.1.0
29412026-07-30T02:24:12.401Z Checking sha3 v0.12.0
29422026-07-30T02:24:12.564Z Checking backtrace v0.3.76
29432026-07-30T02:24:12.631Z Checking ml-kem v0.3.2
29442026-07-30T02:24:12.889Z Compiling darling v0.13.4
29452026-07-30T02:24:13.242Z Checking russh-cryptovec v0.62.0
29462026-07-30T02:24:13.282Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29472026-07-30T02:24:13.407Z Checking internal-russh-num-bigint v0.5.0
29482026-07-30T02:24:13.443Z Checking num-bigint v0.4.6
29492026-07-30T02:24:13.493Z Checking russh-util v0.52.0
29502026-07-30T02:24:13.619Z Checking ssh-key v0.7.0-rc.11
29512026-07-30T02:24:13.668Z Checking generic-array v1.4.3
29522026-07-30T02:24:14.096Z Compiling enum_dispatch v0.3.13
29532026-07-30T02:24:14.418Z Compiling delegate v0.13.5
29542026-07-30T02:24:14.461Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-30T02:24:14.525Z Checking md5 v0.8.0
29562026-07-30T02:24:14.718Z Compiling target-spec v3.5.7
29572026-07-30T02:24:14.903Z Checking hex-literal v1.1.0
29582026-07-30T02:24:15.124Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29592026-07-30T02:24:15.218Z Checking cfg-expr v0.20.6
29602026-07-30T02:24:15.229Z Compiling serde_with_macros v1.5.2
29612026-07-30T02:24:15.381Z Checking russh v0.62.4
29622026-07-30T02:24:15.610Z Checking backtrace-ext v0.2.1
29632026-07-30T02:24:15.742Z Compiling git2 v0.20.4
29642026-07-30T02:24:15.791Z Checking supports-color v2.1.0
29652026-07-30T02:24:15.829Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29662026-07-30T02:24:15.972Z Checking textwrap v0.15.2
29672026-07-30T02:24:16.090Z Checking supports-hyperlinks v2.1.0
29682026-07-30T02:24:16.190Z Checking supports-unicode v2.1.0
29692026-07-30T02:24:16.235Z Checking hashbrown v0.14.5
29702026-07-30T02:24:16.339Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29712026-07-30T02:24:16.552Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-07-30T02:24:16.758Z Checking terminal_size v0.1.17
29732026-07-30T02:24:16.788Z Checking socket2 v0.5.10
29742026-07-30T02:24:16.894Z Compiling miette-derive v5.10.0
29752026-07-30T02:24:17.077Z Checking owo-colors v3.5.0
29762026-07-30T02:24:17.279Z Checking internet-checksum v0.2.1
29772026-07-30T02:24:17.644Z Checking chumsky v0.9.3
29782026-07-30T02:24:18.401Z Checking miette v5.10.0
29792026-07-30T02:24:18.712Z Compiling serde_with v1.14.0
29802026-07-30T02:24:18.947Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-07-30T02:24:18.983Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29822026-07-30T02:24:19.065Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29832026-07-30T02:24:19.099Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29842026-07-30T02:24:19.437Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29852026-07-30T02:24:19.756Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29862026-07-30T02:24:19.790Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29872026-07-30T02:24:19.880Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29882026-07-30T02:24:19.953Z Compiling knuffel-derive v3.2.0
29892026-07-30T02:24:19.986Z Checking httptest v0.16.4
29902026-07-30T02:24:20.061Z Checking pathdiff v0.2.3
29912026-07-30T02:24:20.200Z Checking nested v0.1.1
29922026-07-30T02:24:20.366Z Checking guppy v0.17.25
29932026-07-30T02:24:20.400Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29942026-07-30T02:24:20.434Z Compiling polar-core v0.27.3
29952026-07-30T02:24:20.720Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29962026-07-30T02:24:20.995Z Checking similar-asserts v1.7.0
29972026-07-30T02:24:21.183Z Compiling target-triple v1.0.0
29982026-07-30T02:24:21.317Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29992026-07-30T02:24:21.449Z Checking knuffel v3.2.0
30002026-07-30T02:24:21.541Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30012026-07-30T02:24:22.090Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30022026-07-30T02:24:22.120Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30032026-07-30T02:24:22.155Z Checking hickory-client v0.25.2
30042026-07-30T02:24:22.455Z Compiling assert_cmd v2.1.2
30052026-07-30T02:24:22.733Z Checking escape8259 v0.5.3
30062026-07-30T02:24:22.902Z Checking libtest-mimic v0.8.1
30072026-07-30T02:24:23.171Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30082026-07-30T02:24:23.230Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30092026-07-30T02:24:23.303Z Checking blake2b_simd v1.0.4
30102026-07-30T02:24:23.782Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30112026-07-30T02:24:23.940Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30122026-07-30T02:24:24.220Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30132026-07-30T02:24:24.354Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30142026-07-30T02:24:24.593Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30152026-07-30T02:24:25.097Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30162026-07-30T02:24:25.117Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30172026-07-30T02:24:25.117Z Checking fancy-regex v0.14.0
30182026-07-30T02:24:25.169Z Checking serde_tokenstream v0.2.3
30192026-07-30T02:24:25.447Z Checking approx v0.5.1
30202026-07-30T02:24:25.483Z Compiling rstest_macros v0.25.0
30212026-07-30T02:24:25.515Z Checking oso v0.27.3
30222026-07-30T02:24:25.604Z Checking uzers v0.12.2
30232026-07-30T02:24:25.608Z Checking constant_time_eq v0.3.1
30242026-07-30T02:24:25.771Z Checking termcolor v1.4.1
30252026-07-30T02:24:25.809Z Compiling linkme-impl v0.3.35
30262026-07-30T02:24:25.967Z Checking rust-argon2 v2.1.0
30272026-07-30T02:24:26.014Z Checking trybuild v1.0.116
30282026-07-30T02:24:26.233Z Checking datatest-stable v0.3.3
30292026-07-30T02:24:26.519Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30302026-07-30T02:24:26.587Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30312026-07-30T02:24:26.658Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30322026-07-30T02:24:26.799Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30332026-07-30T02:24:26.892Z Checking support-bundle-viewer v0.1.2
30342026-07-30T02:24:26.951Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30352026-07-30T02:24:27.170Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30362026-07-30T02:24:27.389Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30372026-07-30T02:24:27.491Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-07-30T02:24:27.868Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30392026-07-30T02:24:27.903Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30402026-07-30T02:24:27.903Z Checking drift v0.2.0
30412026-07-30T02:24:27.932Z Checking digest-io v0.1.0
30422026-07-30T02:24:28.080Z Checking rand_distr v0.5.1
30432026-07-30T02:24:28.110Z Checking multimap v0.10.1
30442026-07-30T02:24:28.226Z Compiling linkme v0.3.35
30452026-07-30T02:24:28.319Z Checking rawzip v0.4.4
30462026-07-30T02:24:28.379Z Compiling relative-path v1.9.3
30472026-07-30T02:24:28.541Z Checking dropshot-api-manager v0.7.2
30482026-07-30T02:24:28.828Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30492026-07-30T02:24:29.735Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30502026-07-30T02:24:30.158Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30512026-07-30T02:24:30.264Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30522026-07-30T02:24:30.627Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30532026-07-30T02:24:30.717Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30542026-07-30T02:24:30.835Z Checking scuffle v0.1.0
30552026-07-30T02:24:30.878Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30562026-07-30T02:24:30.915Z Checking cargo_toml v0.21.0
30572026-07-30T02:24:31.230Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30582026-07-30T02:24:31.558Z Checking partial-io v0.5.4
30592026-07-30T02:24:31.595Z Checking termios v0.3.3
30602026-07-30T02:24:31.696Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30612026-07-30T02:24:31.764Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30622026-07-30T02:24:32.291Z Checking rstest v0.25.0
30632026-07-30T02:24:35.585Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30642026-07-30T02:24:36.536Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30652026-07-30T02:24:36.537Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30662026-07-30T02:24:39.366Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30672026-07-30T02:24:40.579Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30682026-07-30T02:24:44.251Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30692026-07-30T02:24:45.774Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30702026-07-30T02:24:47.751Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30712026-07-30T02:24:51.006Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30722026-07-30T02:24:55.032Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30732026-07-30T02:25:00.997Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30742026-07-30T02:25:01.119Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30752026-07-30T02:25:01.671Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30762026-07-30T02:25:03.523Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30772026-07-30T02:25:04.313Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30782026-07-30T02:25:12.483Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30792026-07-30T02:25:31.631Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30802026-07-30T02:26:25.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30812026-07-30T02:26:25.705Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30822026-07-30T02:26:25.706Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30832026-07-30T02:26:26.346Z
30842026-07-30T02:26:26.346Zreal 4:11.407325664
30852026-07-30T02:26:26.346Zuser 21:38.186367127
30862026-07-30T02:26:26.346Zsys 5:04.566607868
30872026-07-30T02:26:26.346Ztrap 0.540129958
30882026-07-30T02:26:26.350Ztflt 0.488388136
30892026-07-30T02:26:26.350Zdflt 0.485555487
30902026-07-30T02:26:26.350Zkflt 0.005588790
30912026-07-30T02:26:26.350Zlock 1:05:30.481652826
30922026-07-30T02:26:26.350Zslp 58:49.176199381
30932026-07-30T02:26:26.350Zlat 1:51.010687614
30942026-07-30T02:26:26.350Zstop 13:49.819405883
30952026-07-30T02:26:26.350Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30962026-07-30T02:26:26.350Z+ ptime -m cargo doc --workspace --no-deps
30972026-07-30T02:26:27.187Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30982026-07-30T02:26:27.188Z |
30992026-07-30T02:26:27.188Z = 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)`
31002026-07-30T02:26:27.188Z = 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>
31012026-07-30T02:26:28.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31022026-07-30T02:26:28.445Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31032026-07-30T02:26:28.491Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31042026-07-30T02:26:28.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31052026-07-30T02:26:28.619Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31062026-07-30T02:26:28.717Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31072026-07-30T02:26:28.743Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31082026-07-30T02:26:28.769Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31092026-07-30T02:26:28.825Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-07-30T02:26:28.889Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-07-30T02:26:29.006Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-07-30T02:26:29.029Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-07-30T02:26:29.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31142026-07-30T02:26:29.097Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-07-30T02:26:29.136Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31162026-07-30T02:26:29.160Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31172026-07-30T02:26:29.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31182026-07-30T02:26:29.206Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-07-30T02:26:29.228Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31202026-07-30T02:26:29.255Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31212026-07-30T02:26:29.547Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31222026-07-30T02:26:29.694Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31232026-07-30T02:26:29.719Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31242026-07-30T02:26:29.743Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31252026-07-30T02:26:29.862Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31262026-07-30T02:26:29.966Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31272026-07-30T02:26:30.008Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31282026-07-30T02:26:30.126Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31292026-07-30T02:26:30.251Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31302026-07-30T02:26:30.274Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31312026-07-30T02:26:30.297Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31322026-07-30T02:26:30.467Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31332026-07-30T02:26:30.496Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31342026-07-30T02:26:30.616Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31352026-07-30T02:26:30.722Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31362026-07-30T02:26:30.815Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31372026-07-30T02:26:30.840Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31382026-07-30T02:26:30.861Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31392026-07-30T02:26:31.083Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31402026-07-30T02:26:31.110Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31412026-07-30T02:26:31.388Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31422026-07-30T02:26:31.416Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31432026-07-30T02:26:31.456Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31442026-07-30T02:26:31.553Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31452026-07-30T02:26:31.615Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31462026-07-30T02:26:31.711Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31472026-07-30T02:26:31.749Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31482026-07-30T02:26:31.880Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31492026-07-30T02:26:31.924Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31502026-07-30T02:26:31.983Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31512026-07-30T02:26:32.008Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31522026-07-30T02:26:32.128Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31532026-07-30T02:26:32.155Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31542026-07-30T02:26:32.205Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31552026-07-30T02:26:32.403Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31562026-07-30T02:26:32.416Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31572026-07-30T02:26:32.416Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31582026-07-30T02:26:32.416Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31592026-07-30T02:26:32.416Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31602026-07-30T02:26:32.425Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31612026-07-30T02:26:32.953Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31622026-07-30T02:26:32.977Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31632026-07-30T02:26:33.281Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31642026-07-30T02:26:33.406Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31652026-07-30T02:26:33.568Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31662026-07-30T02:26:33.866Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31672026-07-30T02:26:33.891Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31682026-07-30T02:26:33.918Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31692026-07-30T02:26:34.062Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31702026-07-30T02:26:34.144Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31712026-07-30T02:26:34.169Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31722026-07-30T02:26:34.192Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31732026-07-30T02:26:34.310Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31742026-07-30T02:26:34.334Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31752026-07-30T02:26:35.061Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31762026-07-30T02:26:35.230Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31772026-07-30T02:26:35.254Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31782026-07-30T02:26:35.331Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31792026-07-30T02:26:35.579Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31802026-07-30T02:26:35.603Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31812026-07-30T02:26:35.625Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31822026-07-30T02:26:35.779Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-07-30T02:26:35.873Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-07-30T02:26:35.921Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31852026-07-30T02:26:35.948Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31862026-07-30T02:26:36.185Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31872026-07-30T02:26:36.210Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31882026-07-30T02:26:36.211Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31892026-07-30T02:26:36.257Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31902026-07-30T02:26:36.356Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31912026-07-30T02:26:36.407Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31922026-07-30T02:26:36.453Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31932026-07-30T02:26:36.497Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31942026-07-30T02:26:36.500Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31952026-07-30T02:26:36.542Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31962026-07-30T02:26:36.732Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31972026-07-30T02:26:36.735Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31982026-07-30T02:26:36.800Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31992026-07-30T02:26:36.822Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32002026-07-30T02:26:36.886Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32012026-07-30T02:26:36.928Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32022026-07-30T02:26:36.972Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32032026-07-30T02:26:37.084Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32042026-07-30T02:26:37.120Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32052026-07-30T02:26:37.144Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32062026-07-30T02:26:37.394Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32072026-07-30T02:26:37.443Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32082026-07-30T02:26:37.447Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32092026-07-30T02:26:37.950Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32102026-07-30T02:26:38.182Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32112026-07-30T02:26:38.443Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32122026-07-30T02:26:39.177Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32132026-07-30T02:26:39.201Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32142026-07-30T02:26:39.389Z Checking scuffle v0.1.0
32152026-07-30T02:26:39.413Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32162026-07-30T02:26:39.708Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32172026-07-30T02:26:39.972Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32182026-07-30T02:26:40.164Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32192026-07-30T02:26:41.589Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32202026-07-30T02:26:41.749Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32212026-07-30T02:26:42.140Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32222026-07-30T02:26:42.291Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32232026-07-30T02:26:42.437Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32242026-07-30T02:26:42.595Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32252026-07-30T02:26:42.619Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32262026-07-30T02:26:42.704Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32272026-07-30T02:26:42.962Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32282026-07-30T02:26:43.288Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32292026-07-30T02:26:43.377Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32302026-07-30T02:26:43.625Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32312026-07-30T02:26:44.094Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32322026-07-30T02:26:44.300Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32332026-07-30T02:26:44.448Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32342026-07-30T02:26:44.561Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32352026-07-30T02:26:44.598Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32362026-07-30T02:26:44.696Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32372026-07-30T02:26:45.330Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32382026-07-30T02:26:45.392Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32392026-07-30T02:26:45.741Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32402026-07-30T02:26:46.144Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32412026-07-30T02:26:46.344Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32422026-07-30T02:26:46.762Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32432026-07-30T02:26:47.825Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32442026-07-30T02:26:48.188Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32452026-07-30T02:26:48.321Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32462026-07-30T02:26:48.812Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32472026-07-30T02:26:48.901Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32482026-07-30T02:26:49.275Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32492026-07-30T02:26:49.393Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32502026-07-30T02:26:49.839Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32512026-07-30T02:26:50.557Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32522026-07-30T02:26:50.588Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32532026-07-30T02:26:51.221Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32542026-07-30T02:26:51.512Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32552026-07-30T02:26:52.179Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32562026-07-30T02:26:52.787Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32572026-07-30T02:26:55.193Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32582026-07-30T02:26:56.434Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32592026-07-30T02:26:56.733Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-07-30T02:26:56.849Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-07-30T02:26:58.069Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32622026-07-30T02:26:58.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32632026-07-30T02:26:58.327Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32642026-07-30T02:26:59.093Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32652026-07-30T02:26:59.795Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32662026-07-30T02:26:59.933Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32672026-07-30T02:27:00.145Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32682026-07-30T02:27:00.332Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32692026-07-30T02:27:00.662Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32702026-07-30T02:27:00.814Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32712026-07-30T02:27:00.837Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32722026-07-30T02:27:01.061Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32732026-07-30T02:27:01.102Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32742026-07-30T02:27:01.355Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32752026-07-30T02:27:01.491Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32762026-07-30T02:27:02.114Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32772026-07-30T02:27:02.257Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32782026-07-30T02:27:02.703Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32792026-07-30T02:27:02.762Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32802026-07-30T02:27:02.902Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32812026-07-30T02:27:02.979Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32822026-07-30T02:27:03.610Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32832026-07-30T02:27:04.321Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32842026-07-30T02:27:05.018Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32852026-07-30T02:27:05.048Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32862026-07-30T02:27:07.224Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32872026-07-30T02:27:08.706Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32882026-07-30T02:27:09.099Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32892026-07-30T02:27:10.190Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32902026-07-30T02:27:11.547Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32912026-07-30T02:27:12.297Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32922026-07-30T02:27:13.488Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32932026-07-30T02:27:14.011Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32942026-07-30T02:27:15.833Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32952026-07-30T02:27:16.805Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32962026-07-30T02:27:17.262Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32972026-07-30T02:27:17.900Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32982026-07-30T02:27:18.409Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32992026-07-30T02:27:18.691Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33002026-07-30T02:27:21.120Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33012026-07-30T02:27:22.616Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33022026-07-30T02:27:23.222Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33032026-07-30T02:27:25.970Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33042026-07-30T02:27:27.445Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33052026-07-30T02:27:27.994Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33062026-07-30T02:27:28.771Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33072026-07-30T02:27:29.761Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33082026-07-30T02:27:30.467Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33092026-07-30T02:27:31.237Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33102026-07-30T02:27:31.908Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33112026-07-30T02:27:32.727Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33122026-07-30T02:27:34.276Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33132026-07-30T02:27:34.327Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33142026-07-30T02:27:35.363Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33152026-07-30T02:27:36.040Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33162026-07-30T02:27:36.222Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33172026-07-30T02:27:36.973Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33182026-07-30T02:27:37.990Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33192026-07-30T02:27:40.950Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33202026-07-30T02:27:42.563Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33212026-07-30T02:27:43.255Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33222026-07-30T02:27:44.053Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33232026-07-30T02:27:45.039Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33242026-07-30T02:27:45.825Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33252026-07-30T02:27:46.829Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33262026-07-30T02:27:49.798Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33272026-07-30T02:27:50.156Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33282026-07-30T02:27:50.907Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33292026-07-30T02:27:52.398Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33302026-07-30T02:27:53.985Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33312026-07-30T02:27:55.137Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33322026-07-30T02:27:56.298Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33332026-07-30T02:27:57.675Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33342026-07-30T02:28:00.258Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33352026-07-30T02:28:00.946Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33362026-07-30T02:28:02.421Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33372026-07-30T02:28:04.031Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33382026-07-30T02:28:05.894Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33392026-07-30T02:28:07.421Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33402026-07-30T02:28:09.102Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33412026-07-30T02:28:10.729Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33422026-07-30T02:28:15.135Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33432026-07-30T02:28:15.775Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33442026-07-30T02:28:16.934Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33452026-07-30T02:28:17.497Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33462026-07-30T02:28:19.166Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33472026-07-30T02:28:20.935Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33482026-07-30T02:28:22.958Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33492026-07-30T02:28:24.914Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33502026-07-30T02:28:26.709Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33512026-07-30T02:28:28.449Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33522026-07-30T02:28:30.558Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33532026-07-30T02:28:32.049Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33542026-07-30T02:28:33.866Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33552026-07-30T02:28:35.653Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-07-30T02:28:37.469Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33572026-07-30T02:28:39.332Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33582026-07-30T02:28:41.622Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33592026-07-30T02:28:44.741Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33602026-07-30T02:28:46.240Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-07-30T02:28:48.146Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33622026-07-30T02:28:50.053Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33632026-07-30T02:28:51.638Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33642026-07-30T02:28:55.900Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33652026-07-30T02:28:58.051Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-07-30T02:28:59.766Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33672026-07-30T02:29:03.390Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33682026-07-30T02:29:04.517Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33692026-07-30T02:29:07.403Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33702026-07-30T02:29:09.224Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33712026-07-30T02:29:11.874Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33722026-07-30T02:29:14.349Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33732026-07-30T02:29:16.506Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33742026-07-30T02:29:18.905Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33752026-07-30T02:29:21.721Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33762026-07-30T02:29:24.035Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33772026-07-30T02:29:26.697Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33782026-07-30T02:29:28.740Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33792026-07-30T02:29:31.624Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33802026-07-30T02:29:33.463Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33812026-07-30T02:29:35.935Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33822026-07-30T02:29:38.361Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33832026-07-30T02:29:40.834Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33842026-07-30T02:29:43.224Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33852026-07-30T02:29:45.594Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33862026-07-30T02:29:47.988Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33872026-07-30T02:29:50.475Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33882026-07-30T02:29:52.936Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-07-30T02:29:55.418Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902026-07-30T02:29:57.781Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33912026-07-30T02:30:00.223Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33922026-07-30T02:30:02.745Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33932026-07-30T02:30:05.184Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33942026-07-30T02:30:07.771Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33952026-07-30T02:30:10.184Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33962026-07-30T02:30:12.647Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33972026-07-30T02:30:15.033Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33982026-07-30T02:30:17.699Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33992026-07-30T02:30:20.030Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34002026-07-30T02:30:22.580Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34012026-07-30T02:30:25.094Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-07-30T02:30:27.535Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34032026-07-30T02:30:30.018Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34042026-07-30T02:30:32.349Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34052026-07-30T02:30:35.201Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34062026-07-30T02:30:37.632Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34072026-07-30T02:30:40.135Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34082026-07-30T02:30:42.613Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34092026-07-30T02:30:45.217Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-07-30T02:30:47.609Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34112026-07-30T02:30:50.230Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122026-07-30T02:30:52.735Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34132026-07-30T02:30:55.217Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34142026-07-30T02:30:58.312Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34152026-07-30T02:31:00.436Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34162026-07-30T02:31:03.072Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34172026-07-30T02:31:05.862Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34182026-07-30T02:31:08.478Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34192026-07-30T02:31:11.255Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34202026-07-30T02:31:14.007Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34212026-07-30T02:31:16.665Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34222026-07-30T02:31:19.213Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34232026-07-30T02:31:22.028Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34242026-07-30T02:31:24.644Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34252026-07-30T02:31:27.293Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-07-30T02:31:30.313Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34272026-07-30T02:31:36.441Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34282026-07-30T02:31:40.895Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34292026-07-30T02:31:41.088Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34302026-07-30T02:31:44.576Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34312026-07-30T02:31:47.993Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34322026-07-30T02:31:51.403Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34332026-07-30T02:31:54.994Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34342026-07-30T02:31:58.428Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-07-30T02:32:03.390Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34362026-07-30T02:32:06.265Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34372026-07-30T02:32:10.080Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34382026-07-30T02:32:13.901Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34392026-07-30T02:32:17.735Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34402026-07-30T02:32:21.585Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34412026-07-30T02:32:25.386Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34422026-07-30T02:32:29.366Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34432026-07-30T02:32:33.079Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34442026-07-30T02:32:36.856Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34452026-07-30T02:32:40.741Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34462026-07-30T02:32:44.541Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34472026-07-30T02:32:48.299Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34482026-07-30T02:32:52.144Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34492026-07-30T02:32:56.030Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34502026-07-30T02:32:59.739Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34512026-07-30T02:33:03.563Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34522026-07-30T02:33:33.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s
34532026-07-30T02:33:34.000Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34542026-07-30T02:33:34.000Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34552026-07-30T02:33:34.153Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34562026-07-30T02:33:34.258Z
34572026-07-30T02:33:34.258Zreal 7:07.825061514
34582026-07-30T02:33:34.258Zuser 18:46.998970396
34592026-07-30T02:33:34.258Zsys 4:04.710454894
34602026-07-30T02:33:34.258Ztrap 0.277589029
34612026-07-30T02:33:34.258Ztflt 0.020302923
34622026-07-30T02:33:34.258Zdflt 0.059815206
34632026-07-30T02:33:34.259Zkflt 0.000048210
34642026-07-30T02:33:34.259Zlock 6:53:04.159943890
34652026-07-30T02:33:34.259Zslp 2:24:10.822390088
34662026-07-30T02:33:34.259Zlat 36.088651227
34672026-07-30T02:33:34.259Zstop 2:01.222918393
34682026-07-30T02:33:34.296Zprocess exited: duration 827391 ms, exit code 0
 
34692026-07-30T02:33:34.307Zfound 0 output files