01M0K3FE9QQ9WN6T2E9KPMZC4T: clippy (helios)

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

Buildomat Job: 01M0K3G0WZPP08VECZREQZNV8B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T21:27:37.891Zjob assigned to worker 01M0K3G6ZB9QJVYDXJVR6NDHHR [factory aws, i-04520a8bc79da8525] (queued for 57 s)
 
22026-08-21T21:27:44.916Zstarting task 0: "setup"
32026-08-21T21:27:44.920Z++ uname -s
42026-08-21T21:27:44.924Z+ kern=SunOS
52026-08-21T21:27:44.924Z+ build_user=build
62026-08-21T21:27:44.924Z+ build_uid=12345
72026-08-21T21:27:44.924Z+ work_dir=/work
82026-08-21T21:27:44.924Z+ input_dir=/input
92026-08-21T21:27:44.925Z+ [[ 0 == 12345 ]]
102026-08-21T21:27:44.925Z+ case "$kern" in
112026-08-21T21:27:44.925Z+ groupadd -g 12345 build
122026-08-21T21:27:44.936Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T21:27:46.944Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T21:27:47.020Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T21:27:47.024Z+ home_fs=zfs
162026-08-21T21:27:47.024Z+ [[ zfs == autofs ]]
172026-08-21T21:27:47.024Z+ mkdir -p /home/build
182026-08-21T21:27:47.024Z+ chown build:build /home/build /work
192026-08-21T21:27:49.024Z+ chmod 0700 /home/build /work
202026-08-21T21:27:49.029Zprocess exited: duration 4113 ms, exit code 0
 
212026-08-21T21:27:49.036Zstarting task 1: "rust-toolchain"
222026-08-21T21:27:49.040Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T21:27:49.040Z * rust toolchain channel = "1.97.1"
242026-08-21T21:27:49.040Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T21:27:49.040Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-21T21:27:49.040Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T21:27:49.040Z * rust toolchain profile = "default"
282026-08-21T21:27:49.044Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T21:27:49.044Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T21:27:49.142Zinfo: downloading installer
312026-08-21T21:27:50.407Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T21:27:50.407Zwarn: /home/build/.rustup/settings.toml
332026-08-21T21:27:50.407Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T21:27:50.407Zwarn: instead of the one inferred from the default host triple.
352026-08-21T21:27:50.419Zinfo: profile set to default
362026-08-21T21:27:50.419Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T21:27:50.425Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T21:27:50.561Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T21:27:50.566Zinfo: downloading 6 components
402026-08-21T21:28:05.633Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T21:28:05.633Z
422026-08-21T21:28:05.664Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T21:28:05.664Z
442026-08-21T21:28:05.664Z
452026-08-21T21:28:05.664ZRust is installed now. Great!
462026-08-21T21:28:05.664Z
472026-08-21T21:28:05.668ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T21:28:05.668Zenvironment variable. This has not been done automatically.
492026-08-21T21:28:05.668Z
502026-08-21T21:28:05.668ZTo configure your current shell, you need to source
512026-08-21T21:28:05.668Zthe corresponding env file under $HOME/.cargo.
522026-08-21T21:28:05.668Z
532026-08-21T21:28:05.668ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T21:28:05.668Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T21:28:05.668Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T21:28:05.668Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T21:28:05.669Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T21:28:05.669Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T21:28:05.669Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T21:28:05.669Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T21:28:05.669Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T21:28:05.757Z+ rustup --version
632026-08-21T21:28:05.766Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T21:28:05.769Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T21:28:05.787Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T21:28:05.791Z+ cargo --version
672026-08-21T21:28:05.805Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T21:28:05.808Z+ rustc --version
692026-08-21T21:28:05.826Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T21:28:05.830Zprocess exited: duration 16792 ms, exit code 0
 
712026-08-21T21:28:05.837Zstarting task 2: "authentication"
722026-08-21T21:28:05.862Zprocess exited: duration 21 ms, exit code 0
 
732026-08-21T21:28:05.872Zstarting task 3: "clone repository"
742026-08-21T21:28:05.877Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T21:28:05.882Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T21:28:05.907ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T21:28:17.990Z+ cd /work/oxidecomputer/omicron
782026-08-21T21:28:17.990Z+ git fetch origin dabd5e5f0ababb3e75cf8d370cd8fc730020e892
792026-08-21T21:28:18.319ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T21:28:18.319Z * branch dabd5e5f0ababb3e75cf8d370cd8fc730020e892 -> FETCH_HEAD
812026-08-21T21:28:18.329Z+ [[ -n greedy-local-storage-allocation ]]
822026-08-21T21:28:18.332Z++ git branch --show-current
832026-08-21T21:28:18.332Z+ current=main
842026-08-21T21:28:18.332Z+ [[ main != greedy-local-storage-allocation ]]
852026-08-21T21:28:18.332Z+ git branch -f greedy-local-storage-allocation dabd5e5f0ababb3e75cf8d370cd8fc730020e892
862026-08-21T21:28:18.335Z+ git checkout -f greedy-local-storage-allocation
872026-08-21T21:28:18.588ZSwitched to branch 'greedy-local-storage-allocation'
882026-08-21T21:28:18.594Z+ git reset --hard dabd5e5f0ababb3e75cf8d370cd8fc730020e892
892026-08-21T21:28:18.690ZHEAD is now at dabd5e5f0 Derive workload test request sizes from the real overhead computation
902026-08-21T21:28:18.695Zprocess exited: duration 12820 ms, exit code 0
 
912026-08-21T21:28:18.703Zstarting task 4: "build"
922026-08-21T21:28:18.709Z+ source ./env.sh
932026-08-21T21:28:18.709Z++ OLD_SHELL_OPTS=ehxB
942026-08-21T21:28:18.710Z++ set -o xtrace
952026-08-21T21:28:18.713Z++++ dirname ./env.sh
962026-08-21T21:28:18.713Z+++ readlink -f .
972026-08-21T21:28:18.713Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-21T21:28:18.713Z++ 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-08-21T21:28:18.714Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ 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-08-21T21:28:18.714Z++ case $OLD_SHELL_OPTS in
1092026-08-21T21:28:18.714Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-21T21:28:18.714Z+ source .github/buildomat/ci-env.sh
1112026-08-21T21:28:18.714Z++ export CARGO_TERM_COLOR=always
1122026-08-21T21:28:18.714Z++ CARGO_TERM_COLOR=always
1132026-08-21T21:28:18.714Z+++ uname -s
1142026-08-21T21:28:18.714Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-21T21:28:18.714Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-21T21:28:18.718Z+ cargo --version
1172026-08-21T21:28:18.723Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-21T21:28:18.726Z+ rustc --version
1192026-08-21T21:28:18.745Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-21T21:28:18.748Z+ banner prerequisites
1212026-08-21T21:28:18.751Z
1222026-08-21T21:28:18.751Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-21T21:28:18.751Z # # # # # # # # # # # # # # #
1242026-08-21T21:28:18.751Z # # # # ##### # # ##### # # # # # #### #
1252026-08-21T21:28:18.751Z ##### ##### # ##### # # # # # # # # #
1262026-08-21T21:28:18.751Z # # # # # # # # # # # # # # #
1272026-08-21T21:28:18.752Z # # # ###### # # ###### ### # #### # #### #
1282026-08-21T21:28:18.752Z
1292026-08-21T21:28:18.752Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-21T21:28:20.651Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-21T21:28:20.994Z Startup: Caching catalogs ... Done
1322026-08-21T21:28:22.871ZPlanning: Solver setup ... Done (1.774s)
1332026-08-21T21:28:22.940ZPlanning: Running solver ... Done (0.058s)
1342026-08-21T21:28:22.971ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-21T21:28:22.986ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-21T21:28:23.000ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-21T21:28:23.015ZPlanning: Package planning ... Done (0.014s)
1382026-08-21T21:28:23.018ZPlanning: Merging actions ... Done (0.002s)
1392026-08-21T21:28:23.174ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-21T21:28:23.177ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-21T21:28:24.045ZPlanning: Evaluating mediators ... Done (0.863s)
1422026-08-21T21:28:24.070ZPlanning: Planning completed in 3.02 seconds
1432026-08-21T21:28:24.070Z Packages to install: 2
1442026-08-21T21:28:24.070Z Estimated space available: 156.01 GB
1452026-08-21T21:28:24.070ZEstimated space to be consumed: 73.56 MB
1462026-08-21T21:28:24.070Z Create boot environment: No
1472026-08-21T21:28:24.070ZCreate backup boot environment: No
1482026-08-21T21:28:24.070Z Rebuild boot archive: No
1492026-08-21T21:28:24.070Z
1502026-08-21T21:28:24.071ZChanged packages:
1512026-08-21T21:28:24.071Zhelios
1522026-08-21T21:28:24.071Z developer/build-essential
1532026-08-21T21:28:24.071Z None -> 11-3.0
1542026-08-21T21:28:24.071Z library/libxmlsec1
1552026-08-21T21:28:24.071Z None -> 1.2.35-3.0
1562026-08-21T21:28:24.096Z
1572026-08-21T21:28:24.096ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-21T21:28:24.228ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-21T21:28:24.246Z Actions: 1/268 actions (Installing new actions)
1602026-08-21T21:28:24.246Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-21T21:28:24.295ZFinalize: Updating package state database ... Done (0.030s)
1622026-08-21T21:28:24.295ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-21T21:28:24.337ZFinalize: Updating image state ... Done (0.079s)
1642026-08-21T21:28:26.910ZFinalize: Creating fast lookup database ... Done (2.489s)
1652026-08-21T21:28:27.014ZFinalize: Reading search index ... Done (0.011s)
1662026-08-21T21:28:27.014ZFinalize: Updating search index ... Done (0.000s)
1672026-08-21T21:28:27.103ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-21T21:28:27.412ZPlanning: Evaluating mediator changes ... Done
1692026-08-21T21:28:27.552ZPlanning: Checking for conflicting actions ... Done
1702026-08-21T21:28:27.626ZPlanning: Consolidating action changes ... Done
1712026-08-21T21:28:27.689ZPlanning: Evaluating mediators ... Done
1722026-08-21T21:28:27.690ZPlanning: Planning completed in 0.26 seconds
1732026-08-21T21:28:27.779Z Mediators to change: 2
1742026-08-21T21:28:27.779Z Create boot environment: No
1752026-08-21T21:28:27.779ZCreate backup boot environment: No
1762026-08-21T21:28:27.779ZFinalize: Updating package state database ... Done
1772026-08-21T21:28:27.779ZFinalize: Updating package cache ... Done
1782026-08-21T21:28:27.847ZFinalize: Updating image state ... Done
1792026-08-21T21:28:29.705ZFinalize: Creating fast lookup database ... Done
1802026-08-21T21:28:29.828ZFinalize: Reading search index ... Done
1812026-08-21T21:28:29.834ZFinalize: Updating search index ... Done
1822026-08-21T21:28:29.850ZFinalize: Updating package cache ... Done
1832026-08-21T21:28:30.131ZPlanning: Evaluating mediator changes ... Done
1842026-08-21T21:28:30.235ZPlanning: Checking for conflicting actions ... Done
1852026-08-21T21:28:30.239ZPlanning: Consolidating action changes ... Done
1862026-08-21T21:28:30.394ZPlanning: Evaluating mediators ... Done
1872026-08-21T21:28:30.398ZPlanning: Planning completed in 0.26 seconds
1882026-08-21T21:28:30.416Z Mediators to change: 1
1892026-08-21T21:28:30.416Z Create boot environment: No
1902026-08-21T21:28:30.417ZCreate backup boot environment: No
1912026-08-21T21:28:30.465ZFinalize: Updating package state database ... Done
1922026-08-21T21:28:30.465ZFinalize: Updating package cache ... Done
1932026-08-21T21:28:30.515ZFinalize: Updating image state ... Done
1942026-08-21T21:28:32.465ZFinalize: Creating fast lookup database ... Done
1952026-08-21T21:28:32.529ZFinalize: Reading search index ... Done
1962026-08-21T21:28:32.543ZFinalize: Updating search index ... Done
1972026-08-21T21:28:32.611ZFinalize: Updating package cache ... Done
1982026-08-21T21:28:32.933ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-21T21:28:32.933Zapache system 2.4 system
2002026-08-21T21:28:32.933Zclang system 15 system
2012026-08-21T21:28:32.933Zcsh system system illumos
2022026-08-21T21:28:32.934Zctags system system illumos
2032026-08-21T21:28:32.934Zfile vendor vendor darwinsys
2042026-08-21T21:28:32.934Zfile system system illumos
2052026-08-21T21:28:32.934Zgcc vendor 14 vendor
2062026-08-21T21:28:32.934Zgcc system 13 system
2072026-08-21T21:28:32.934Zgcc system 10 system
2082026-08-21T21:28:32.934Zgo system 1.25 system
2092026-08-21T21:28:32.934Zllvm system 15 system
2102026-08-21T21:28:32.934Zmariadb system 11.4 system
2112026-08-21T21:28:32.934Zmta vendor vendor dma
2122026-08-21T21:28:32.934Zopenjdk system 17 system
2132026-08-21T21:28:32.934Zopenjdk system 11 system
2142026-08-21T21:28:32.934Zopenssl vendor 3 vendor
2152026-08-21T21:28:32.934Zperl system 5.40 system
2162026-08-21T21:28:32.934Zpostgresql system 18 system
2172026-08-21T21:28:32.934Zpostgresql system 17 system
2182026-08-21T21:28:32.935Zpython vendor 3 vendor
2192026-08-21T21:28:32.935Zpython system 2 system
2202026-08-21T21:28:32.935Zpython3 vendor 3.13 vendor
2212026-08-21T21:28:32.935Zruby system 3.4 system
2222026-08-21T21:28:32.935Zruby system 3.0 system
2232026-08-21T21:28:32.935Zwords vendor vendor american-english
2242026-08-21T21:28:32.935Zwords system system australian-english
2252026-08-21T21:28:32.935Zwords system system british-english
2262026-08-21T21:28:32.935Zwords system system canadian-english
2272026-08-21T21:28:32.944Zwords system system french
2282026-08-21T21:28:32.945Zwords system system italian
2292026-08-21T21:28:32.945Zwords system system ngerman
2302026-08-21T21:28:32.945Zwords system system ogerman
2312026-08-21T21:28:32.945Zwords system system spanish
2322026-08-21T21:28:33.187ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-21T21:28:33.187Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-21T21:28:33.640ZFMRI IFO
2352026-08-21T21:28:33.640Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-21T21:28:33.640Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-21T21:28:33.640Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-21T21:28:33.640Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-21T21:28:33.640Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-21T21:28:33.640Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-21T21:28:33.640Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-21T21:28:33.640Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-21T21:28:33.640Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-21T21:28:33.965Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-21T21:28:34.292Z Updating crates.io index
2462026-08-21T21:28:34.311Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-21T21:28:34.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-21T21:28:34.941Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-21T21:28:35.947Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-21T21:28:36.482Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-21T21:28:38.299Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-21T21:28:39.183Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-21T21:28:39.499Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-21T21:28:39.936Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-21T21:28:43.063Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-21T21:28:43.424Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-21T21:28:44.028Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-21T21:28:44.295Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-21T21:28:44.983Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-21T21:28:45.569Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-21T21:28:46.181Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-21T21:28:46.458Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-21T21:28:46.813Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-21T21:28:47.329Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-21T21:28:48.112Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-21T21:28:48.428Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-21T21:28:48.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-08-21T21:28:49.281Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-08-21T21:28:49.677Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-21T21:28:49.994Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-21T21:28:50.431Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-21T21:28:50.741Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-21T21:28:51.198Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-21T21:28:51.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-21T21:28:51.849Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-21T21:28:52.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-21T21:28:52.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-08-21T21:28:53.110Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-21T21:28:53.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-21T21:28:54.062Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-21T21:28:54.404Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-08-21T21:28:54.978Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-21T21:28:55.357Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-21T21:28:55.613Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-21T21:28:55.894Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-21T21:28:56.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-21T21:28:56.476Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-21T21:28:59.003Z Downloading crates ...
2892026-08-21T21:28:59.068Z Downloaded anstream v1.0.0
2902026-08-21T21:28:59.071Z Downloaded is_terminal_polyfill v1.70.2
2912026-08-21T21:28:59.071Z Downloaded pest_generator v2.8.6
2922026-08-21T21:28:59.075Z Downloaded zmij v1.0.21
2932026-08-21T21:28:59.075Z Downloaded heck v0.5.0
2942026-08-21T21:28:59.078Z Downloaded heck v0.4.1
2952026-08-21T21:28:59.078Z Downloaded memmap v0.7.0
2962026-08-21T21:28:59.081Z Downloaded zerocopy-derive v0.7.35
2972026-08-21T21:28:59.085Z Downloaded autocfg v1.5.0
2982026-08-21T21:28:59.090Z Downloaded fnv v1.0.7
2992026-08-21T21:28:59.092Z Downloaded macaddr v1.0.1
3002026-08-21T21:28:59.092Z Downloaded zerocopy v0.7.35
3012026-08-21T21:28:59.099Z Downloaded anstyle-query v1.1.5
3022026-08-21T21:28:59.101Z Downloaded block-buffer v0.10.4
3032026-08-21T21:28:59.111Z Downloaded generic-array v0.14.7
3042026-08-21T21:28:59.114Z Downloaded colorchoice v1.0.4
3052026-08-21T21:28:59.118Z Downloaded fs-err v3.3.0
3062026-08-21T21:28:59.121Z Downloaded bytecount v0.6.9
3072026-08-21T21:28:59.125Z Downloaded anstyle-parse v1.0.0
3082026-08-21T21:28:59.128Z Downloaded bitflags v2.11.0
3092026-08-21T21:28:59.128Z Downloaded tabled_derive v0.7.0
3102026-08-21T21:28:59.128Z Downloaded thread-id v4.2.2
3112026-08-21T21:28:59.133Z Downloaded cargo-platform v0.3.2
3122026-08-21T21:28:59.137Z Downloaded crypto-common v0.1.7
3132026-08-21T21:28:59.137Z Downloaded itoa v1.0.17
3142026-08-21T21:28:59.137Z Downloaded unicode-linebreak v0.1.5
3152026-08-21T21:28:59.137Z Downloaded clap_lex v1.0.0
3162026-08-21T21:28:59.141Z Downloaded serde_spanned v0.6.9
3172026-08-21T21:28:59.143Z Downloaded scroll_derive v0.12.1
3182026-08-21T21:28:59.143Z Downloaded toml_write v0.1.2
3192026-08-21T21:28:59.146Z Downloaded swrite v0.1.0
3202026-08-21T21:28:59.149Z Downloaded plain v0.2.3
3212026-08-21T21:28:59.155Z Downloaded usdt v0.5.0
3222026-08-21T21:28:59.158Z Downloaded terminal_size v0.4.3
3232026-08-21T21:28:59.158Z Downloaded smawk v0.3.2
3242026-08-21T21:28:59.161Z Downloaded pretty-hex v0.4.1
3252026-08-21T21:28:59.165Z Downloaded dtrace-parser v0.2.0
3262026-08-21T21:28:59.165Z Downloaded equivalent v1.0.2
3272026-08-21T21:28:59.165Z Downloaded dof v0.3.0
3282026-08-21T21:28:59.169Z Downloaded proc-macro-error-attr v1.0.4
3292026-08-21T21:28:59.172Z Downloaded usdt-attr-macro v0.5.0
3302026-08-21T21:28:59.172Z Downloaded toml_datetime v0.6.11
3312026-08-21T21:28:59.172Z Downloaded errno v0.3.14
3322026-08-21T21:28:59.180Z Downloaded fastrand v2.3.0
3332026-08-21T21:28:59.183Z Downloaded usdt-macro v0.5.0
3342026-08-21T21:28:59.183Z Downloaded version_check v0.9.5
3352026-08-21T21:28:59.183Z Downloaded utf8parse v0.2.2
3362026-08-21T21:28:59.189Z Downloaded thiserror v2.0.18
3372026-08-21T21:28:59.192Z Downloaded serde_tokenstream v0.2.3
3382026-08-21T21:28:59.196Z Downloaded hashbrown v0.17.0
3392026-08-21T21:28:59.200Z Downloaded anstyle v1.0.14
3402026-08-21T21:28:59.200Z Downloaded log v0.4.29
3412026-08-21T21:28:59.203Z Downloaded cfg-if v1.0.4
3422026-08-21T21:28:59.206Z Downloaded cargo_toml v0.21.0
3432026-08-21T21:28:59.211Z Downloaded cpufeatures v0.2.17
3442026-08-21T21:28:59.219Z Downloaded quote v1.0.45
3452026-08-21T21:28:59.225Z Downloaded thiserror-impl v1.0.69
3462026-08-21T21:28:59.225Z Downloaded proc-macro-error v1.0.4
3472026-08-21T21:28:59.225Z Downloaded thiserror v1.0.69
3482026-08-21T21:28:59.232Z Downloaded thiserror-impl v2.0.18
3492026-08-21T21:28:59.232Z Downloaded strsim v0.11.1
3502026-08-21T21:28:59.232Z Downloaded cargo_metadata v0.23.1
3512026-08-21T21:28:59.232Z Downloaded camino-tempfile v1.4.1
3522026-08-21T21:28:59.236Z Downloaded sha2 v0.10.9
3532026-08-21T21:28:59.239Z Downloaded anyhow v1.0.102
3542026-08-21T21:28:59.242Z Downloaded once_cell v1.21.3
3552026-08-21T21:28:59.242Z Downloaded getrandom v0.4.1
3562026-08-21T21:28:59.246Z Downloaded byteorder v1.5.0
3572026-08-21T21:28:59.255Z Downloaded toml v0.8.23
3582026-08-21T21:28:59.259Z Downloaded scroll v0.12.0
3592026-08-21T21:28:59.261Z Downloaded tempfile v3.25.0
3602026-08-21T21:28:59.266Z Downloaded usdt-impl v0.5.0
3612026-08-21T21:28:59.268Z Downloaded semver v1.0.28
3622026-08-21T21:28:59.268Z Downloaded ucd-trie v0.1.7
3632026-08-21T21:28:59.273Z Downloaded clap_derive v4.6.1
3642026-08-21T21:28:59.277Z Downloaded papergrid v0.11.0
3652026-08-21T21:28:59.280Z Downloaded textwrap v0.16.2
3662026-08-21T21:28:59.280Z Downloaded camino v1.2.2
3672026-08-21T21:28:59.283Z Downloaded proc-macro2 v1.0.106
3682026-08-21T21:28:59.283Z Downloaded unicode-ident v1.0.24
3692026-08-21T21:28:59.287Z Downloaded digest v0.10.7
3702026-08-21T21:28:59.287Z Downloaded serde_derive v1.0.228
3712026-08-21T21:28:59.290Z Downloaded serde_core v1.0.228
3722026-08-21T21:28:59.298Z Downloaded pest_derive v2.8.6
3732026-08-21T21:28:59.314Z Downloaded toml_edit v0.22.27
3742026-08-21T21:28:59.317Z Downloaded pest_meta v2.8.6
3752026-08-21T21:28:59.325Z Downloaded memchr v2.8.0
3762026-08-21T21:28:59.329Z Downloaded serde v1.0.228
3772026-08-21T21:28:59.365Z Downloaded clap v4.6.1
3782026-08-21T21:28:59.377Z Downloaded indexmap v2.14.0
3792026-08-21T21:28:59.377Z Downloaded typenum v1.20.1
3802026-08-21T21:28:59.377Z Downloaded pest v2.8.6
3812026-08-21T21:28:59.398Z Downloaded goblin v0.8.2
3822026-08-21T21:28:59.403Z Downloaded clap_builder v4.6.0
3832026-08-21T21:28:59.407Z Downloaded serde_json v1.0.151
3842026-08-21T21:28:59.410Z Downloaded winnow v0.7.14
3852026-08-21T21:28:59.429Z Downloaded tabled v0.15.0
3862026-08-21T21:28:59.451Z Downloaded syn v1.0.109
3872026-08-21T21:28:59.458Z Downloaded unicode-width v0.1.14
3882026-08-21T21:28:59.463Z Downloaded syn v2.0.117
3892026-08-21T21:28:59.477Z Downloaded unicode-width v0.2.0
3902026-08-21T21:28:59.490Z Downloaded rustix v1.1.3
3912026-08-21T21:28:59.506Z Downloaded libc v0.2.185
3922026-08-21T21:28:59.567Z Compiling proc-macro2 v1.0.106
3932026-08-21T21:28:59.567Z Compiling quote v1.0.45
3942026-08-21T21:28:59.567Z Compiling unicode-ident v1.0.24
3952026-08-21T21:28:59.567Z Compiling serde_core v1.0.228
3962026-08-21T21:28:59.567Z Compiling libc v0.2.185
3972026-08-21T21:28:59.572Z Compiling version_check v0.9.5
3982026-08-21T21:28:59.572Z Compiling memchr v2.8.0
3992026-08-21T21:28:59.572Z Compiling serde v1.0.228
4002026-08-21T21:28:59.902Z Compiling zmij v1.0.21
4012026-08-21T21:29:00.069Z Compiling itoa v1.0.17
4022026-08-21T21:29:00.180Z Compiling ucd-trie v0.1.7
4032026-08-21T21:29:00.245Z Compiling thiserror v1.0.69
4042026-08-21T21:29:00.439Z Compiling pest v2.8.6
4052026-08-21T21:29:00.498Z Compiling byteorder v1.5.0
4062026-08-21T21:29:00.587Z Compiling rustix v1.1.3
4072026-08-21T21:29:00.714Z Compiling errno v0.3.14
4082026-08-21T21:29:00.734Z Compiling bitflags v2.11.0
4092026-08-21T21:29:00.919Z Compiling serde_json v1.0.151
4102026-08-21T21:29:00.937Z Compiling syn v2.0.117
4112026-08-21T21:29:01.022Z Compiling thread-id v4.2.2
4122026-08-21T21:29:01.136Z Compiling proc-macro-error-attr v1.0.4
4132026-08-21T21:29:01.140Z Compiling usdt-impl v0.5.0
4142026-08-21T21:29:01.234Z Compiling syn v1.0.109
4152026-08-21T21:29:01.315Z Compiling camino v1.2.2
4162026-08-21T21:29:01.462Z Compiling pest_meta v2.8.6
4172026-08-21T21:29:01.649Z Compiling proc-macro-error v1.0.4
4182026-08-21T21:29:01.660Z Compiling utf8parse v0.2.2
4192026-08-21T21:29:01.669Z Compiling equivalent v1.0.2
4202026-08-21T21:29:01.758Z Compiling plain v0.2.3
4212026-08-21T21:29:01.775Z Compiling getrandom v0.4.1
4222026-08-21T21:29:01.813Z Compiling log v0.4.29
4232026-08-21T21:29:02.004Z Compiling hashbrown v0.17.0
4242026-08-21T21:29:02.008Z Compiling terminal_size v0.4.3
4252026-08-21T21:29:02.275Z Compiling anstyle-parse v1.0.0
4262026-08-21T21:29:02.526Z Compiling indexmap v2.14.0
4272026-08-21T21:29:02.775Z Compiling is_terminal_polyfill v1.70.2
4282026-08-21T21:29:02.803Z Compiling toml_write v0.1.2
4292026-08-21T21:29:02.882Z Compiling colorchoice v1.0.4
4302026-08-21T21:29:02.924Z Compiling winnow v0.7.14
4312026-08-21T21:29:03.010Z Compiling cfg-if v1.0.4
4322026-08-21T21:29:03.033Z Compiling autocfg v1.5.0
4332026-08-21T21:29:03.083Z Compiling anstyle-query v1.1.5
4342026-08-21T21:29:03.126Z Compiling pretty-hex v0.4.1
4352026-08-21T21:29:03.201Z Compiling pest_generator v2.8.6
4362026-08-21T21:29:03.223Z Compiling thiserror v2.0.18
4372026-08-21T21:29:03.263Z Compiling anstyle v1.0.14
4382026-08-21T21:29:03.457Z Compiling fs-err v3.3.0
4392026-08-21T21:29:03.494Z Compiling anstream v1.0.0
4402026-08-21T21:29:03.657Z Compiling heck v0.4.1
4412026-08-21T21:29:03.770Z Compiling strsim v0.11.1
4422026-08-21T21:29:03.803Z Compiling fastrand v2.3.0
4432026-08-21T21:29:03.879Z Compiling bytecount v0.6.9
4442026-08-21T21:29:03.919Z Compiling fnv v1.0.7
4452026-08-21T21:29:03.945Z Compiling once_cell v1.21.3
4462026-08-21T21:29:04.021Z Compiling anyhow v1.0.102
4472026-08-21T21:29:04.045Z Compiling heck v0.5.0
4482026-08-21T21:29:04.061Z Compiling clap_lex v1.0.0
4492026-08-21T21:29:04.128Z Compiling unicode-width v0.1.14
4502026-08-21T21:29:04.180Z Compiling tempfile v3.25.0
4512026-08-21T21:29:04.281Z Compiling clap_builder v4.6.0
4522026-08-21T21:29:04.419Z Compiling papergrid v0.11.0
4532026-08-21T21:29:04.441Z Compiling semver v1.0.28
4542026-08-21T21:29:04.441Z Compiling cargo-platform v0.3.2
4552026-08-21T21:29:04.573Z Compiling memmap v0.7.0
4562026-08-21T21:29:04.609Z Compiling tabled_derive v0.7.0
4572026-08-21T21:29:04.609Z Compiling smawk v0.3.2
4582026-08-21T21:29:04.717Z Compiling unicode-linebreak v0.1.5
4592026-08-21T21:29:04.741Z Compiling unicode-width v0.2.0
4602026-08-21T21:29:04.852Z Compiling serde_derive v1.0.228
4612026-08-21T21:29:04.945Z Compiling thiserror-impl v1.0.69
4622026-08-21T21:29:04.999Z Compiling zerocopy-derive v0.7.35
4632026-08-21T21:29:05.038Z Compiling pest_derive v2.8.6
4642026-08-21T21:29:05.096Z Compiling scroll_derive v0.12.1
4652026-08-21T21:29:05.452Z Compiling thiserror-impl v2.0.18
4662026-08-21T21:29:05.481Z Compiling clap_derive v4.6.1
4672026-08-21T21:29:05.755Z Compiling scroll v0.12.0
4682026-08-21T21:29:05.792Z Compiling tabled v0.15.0
4692026-08-21T21:29:05.856Z Compiling zerocopy v0.7.35
4702026-08-21T21:29:06.027Z Compiling goblin v0.8.2
4712026-08-21T21:29:06.313Z Compiling dtrace-parser v0.2.0
4722026-08-21T21:29:06.414Z Compiling textwrap v0.16.2
4732026-08-21T21:29:06.866Z Compiling camino-tempfile v1.4.1
4742026-08-21T21:29:06.874Z Compiling swrite v0.1.0
4752026-08-21T21:29:07.205Z Compiling clap v4.6.1
4762026-08-21T21:29:07.946Z Compiling serde_spanned v0.6.9
4772026-08-21T21:29:07.946Z Compiling toml_datetime v0.6.11
4782026-08-21T21:29:07.958Z Compiling cargo_metadata v0.23.1
4792026-08-21T21:29:07.958Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-21T21:29:07.958Z Compiling macaddr v1.0.1
4812026-08-21T21:29:08.019Z Compiling dof v0.3.0
4822026-08-21T21:29:08.034Z Compiling serde_tokenstream v0.2.3
4832026-08-21T21:29:08.148Z Compiling toml_edit v0.22.27
4842026-08-21T21:29:08.840Z Compiling usdt-attr-macro v0.5.0
4852026-08-21T21:29:08.845Z Compiling usdt-macro v0.5.0
4862026-08-21T21:29:09.410Z Compiling usdt v0.5.0
4872026-08-21T21:29:09.510Z Compiling toml v0.8.23
4882026-08-21T21:29:09.838Z Compiling cargo_toml v0.21.0
4892026-08-21T21:29:11.080Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-21T21:29:13.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s
4912026-08-21T21:29:13.317Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-21T21:29:13.824Z Downloading crates ...
4932026-08-21T21:29:13.870Z Downloaded anstream v0.6.21
4942026-08-21T21:29:13.877Z Downloaded assert_matches v1.5.0
4952026-08-21T21:29:13.891Z Downloaded aead v0.5.2
4962026-08-21T21:29:13.894Z Downloaded convert_case v0.4.0
4972026-08-21T21:29:13.894Z Downloaded adler2 v2.0.1
4982026-08-21T21:29:13.894Z Downloaded block-buffer v0.12.1
4992026-08-21T21:29:13.894Z Downloaded ar_archive_writer v0.5.1
5002026-08-21T21:29:13.898Z Downloaded base64 v0.22.1
5012026-08-21T21:29:13.901Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-21T21:29:13.903Z Downloaded ascii-canvas v3.0.0
5032026-08-21T21:29:13.903Z Downloaded foreign-types-macros v0.2.3
5042026-08-21T21:29:13.903Z Downloaded cmov v0.5.4
5052026-08-21T21:29:13.906Z Downloaded futures-core v0.3.32
5062026-08-21T21:29:13.906Z Downloaded cassowary v0.3.0
5072026-08-21T21:29:13.906Z Downloaded fixedbitset v0.5.7
5082026-08-21T21:29:13.906Z Downloaded arrayvec v0.7.6
5092026-08-21T21:29:13.906Z Downloaded flume v0.11.1
5102026-08-21T21:29:13.910Z Downloaded fd-lock v4.0.4
5112026-08-21T21:29:13.910Z Downloaded base16ct v1.0.0
5122026-08-21T21:29:13.910Z Downloaded atomic-waker v1.1.2
5132026-08-21T21:29:13.910Z Downloaded bit-vec v0.8.0
5142026-08-21T21:29:13.910Z Downloaded foreign-types-shared v0.1.1
5152026-08-21T21:29:13.914Z Downloaded bcs v0.1.6
5162026-08-21T21:29:13.914Z Downloaded buf-list v1.1.2
5172026-08-21T21:29:13.914Z Downloaded flagset v0.4.7
5182026-08-21T21:29:13.914Z Downloaded futures-sink v0.3.32
5192026-08-21T21:29:13.914Z Downloaded erased-serde v0.3.31
5202026-08-21T21:29:13.917Z Downloaded backon v1.6.0
5212026-08-21T21:29:13.917Z Downloaded atty v0.2.14
5222026-08-21T21:29:13.920Z Downloaded bit-set v0.8.0
5232026-08-21T21:29:13.920Z Downloaded float-ord v0.3.2
5242026-08-21T21:29:13.925Z Downloaded async-recursion v1.1.1
5252026-08-21T21:29:13.925Z Downloaded bitflags v1.3.2
5262026-08-21T21:29:13.926Z Downloaded futures-macro v0.3.32
5272026-08-21T21:29:13.930Z Downloaded env_logger v0.11.9
5282026-08-21T21:29:13.930Z Downloaded array-init v0.0.4
5292026-08-21T21:29:13.930Z Downloaded futures-executor v0.3.32
5302026-08-21T21:29:13.935Z Downloaded funty v2.0.0
5312026-08-21T21:29:13.935Z Downloaded form_urlencoded v1.2.2
5322026-08-21T21:29:13.936Z Downloaded fxhash v0.2.1
5332026-08-21T21:29:13.940Z Downloaded env_filter v1.0.0
5342026-08-21T21:29:13.940Z Downloaded ahash v0.8.12
5352026-08-21T21:29:13.940Z Downloaded base64ct v1.8.3
5362026-08-21T21:29:13.940Z Downloaded blake2 v0.10.6
5372026-08-21T21:29:13.940Z Downloaded hash32 v0.2.1
5382026-08-21T21:29:13.946Z Downloaded gethostname v0.5.0
5392026-08-21T21:29:13.946Z Downloaded base16ct v0.2.0
5402026-08-21T21:29:13.947Z Downloaded foreign-types v0.5.0
5412026-08-21T21:29:13.947Z Downloaded glob v0.3.3
5422026-08-21T21:29:13.947Z Downloaded globset v0.4.18
5432026-08-21T21:29:13.947Z Downloaded async-stream-impl v0.3.6
5442026-08-21T21:29:13.947Z Downloaded bit-set v0.5.3
5452026-08-21T21:29:13.947Z Downloaded foldhash v0.2.0
5462026-08-21T21:29:13.951Z Downloaded foreign-types-shared v0.3.1
5472026-08-21T21:29:13.952Z Downloaded ciborium-ll v0.2.2
5482026-08-21T21:29:13.952Z Downloaded async-stream v0.3.6
5492026-08-21T21:29:13.961Z Downloaded bb8 v0.8.6
5502026-08-21T21:29:13.961Z Downloaded atomicwrites v0.4.4
5512026-08-21T21:29:13.961Z Downloaded ghash v0.6.0
5522026-08-21T21:29:13.961Z Downloaded fs_extra v1.3.0
5532026-08-21T21:29:13.966Z Downloaded arrayref v0.3.9
5542026-08-21T21:29:13.966Z Downloaded futures-task v0.3.32
5552026-08-21T21:29:13.966Z Downloaded bit-vec v0.6.3
5562026-08-21T21:29:13.966Z Downloaded fixedbitset v0.4.2
5572026-08-21T21:29:13.971Z Downloaded ciborium-io v0.2.2
5582026-08-21T21:29:13.971Z Downloaded headers-core v0.3.0
5592026-08-21T21:29:13.971Z Downloaded foldhash v0.1.5
5602026-08-21T21:29:13.971Z Downloaded hostname v0.3.1
5612026-08-21T21:29:13.971Z Downloaded castaway v0.2.4
5622026-08-21T21:29:13.974Z Downloaded cfg_aliases v0.1.1
5632026-08-21T21:29:13.974Z Downloaded half v1.8.3
5642026-08-21T21:29:13.975Z Downloaded cfg_aliases v0.2.1
5652026-08-21T21:29:13.975Z Downloaded futures v0.3.32
5662026-08-21T21:29:13.979Z Downloaded bitfield-macros v0.19.4
5672026-08-21T21:29:13.979Z Downloaded cobs v0.3.0
5682026-08-21T21:29:13.982Z Downloaded argon2 v0.5.3
5692026-08-21T21:29:13.982Z Downloaded async-trait v0.1.89
5702026-08-21T21:29:13.985Z Downloaded globwalk v0.9.1
5712026-08-21T21:29:13.985Z Downloaded bs58 v0.5.1
5722026-08-21T21:29:13.985Z Downloaded cbc v0.2.1
5732026-08-21T21:29:13.988Z Downloaded float-cmp v0.10.0
5742026-08-21T21:29:13.988Z Downloaded hex v0.4.3
5752026-08-21T21:29:13.992Z Downloaded find-msvc-tools v0.1.9
5762026-08-21T21:29:13.992Z Downloaded fs-err v2.11.0
5772026-08-21T21:29:13.992Z Downloaded futures-io v0.3.32
5782026-08-21T21:29:13.992Z Downloaded block-padding v0.4.2
5792026-08-21T21:29:13.992Z Downloaded compression-core v0.4.31
5802026-08-21T21:29:14.010Z Downloaded hash32 v0.3.1
5812026-08-21T21:29:14.010Z Downloaded httpdate v1.0.3
5822026-08-21T21:29:14.010Z Downloaded opaque-debug v0.3.1
5832026-08-21T21:29:14.010Z Downloaded home v0.5.12
5842026-08-21T21:29:14.010Z Downloaded hostname v0.4.2
5852026-08-21T21:29:14.010Z Downloaded hyper-tls v0.6.0
5862026-08-21T21:29:14.011Z Downloaded http-range v0.1.5
5872026-08-21T21:29:14.011Z Downloaded num-conv v0.2.0
5882026-08-21T21:29:14.011Z Downloaded num_enum_derive v0.5.11
5892026-08-21T21:29:14.011Z Downloaded hex-literal v1.1.0
5902026-08-21T21:29:14.011Z Downloaded http-body v1.0.1
5912026-08-21T21:29:14.011Z Downloaded bitfield v0.19.4
5922026-08-21T21:29:14.011Z Downloaded bitfield-struct v0.6.2
5932026-08-21T21:29:14.016Z Downloaded ff v0.13.1
5942026-08-21T21:29:14.016Z Downloaded git-stub-vcs v0.1.0
5952026-08-21T21:29:14.016Z Downloaded aead v0.6.1
5962026-08-21T21:29:14.016Z Downloaded anstyle-parse v0.2.7
5972026-08-21T21:29:14.023Z Downloaded git-stub v1.0.0
5982026-08-21T21:29:14.023Z Downloaded num-iter v0.1.45
5992026-08-21T21:29:14.024Z Downloaded predicates-core v1.0.10
6002026-08-21T21:29:14.024Z Downloaded predicates-tree v1.0.13
6012026-08-21T21:29:14.024Z Downloaded phf_shared v0.13.1
6022026-08-21T21:29:14.029Z Downloaded humantime v2.3.0
6032026-08-21T21:29:14.029Z Downloaded radium v0.7.0
6042026-08-21T21:29:14.029Z Downloaded argon2 v0.6.0-rc.8
6052026-08-21T21:29:14.033Z Downloaded byte-wrapper v0.1.0
6062026-08-21T21:29:14.033Z Downloaded cexpr v0.6.0
6072026-08-21T21:29:14.033Z Downloaded cipher v0.4.4
6082026-08-21T21:29:14.033Z Downloaded getrandom v0.3.4
6092026-08-21T21:29:14.038Z Downloaded proc-macro-crate v1.3.1
6102026-08-21T21:29:14.038Z Downloaded hubpack_derive v0.1.1
6112026-08-21T21:29:14.038Z Downloaded compression-codecs v0.4.37
6122026-08-21T21:29:14.038Z Downloaded backoff v0.4.0
6132026-08-21T21:29:14.042Z Downloaded progenitor-macro v0.14.0
6142026-08-21T21:29:14.045Z Downloaded rustc_version v0.1.7
6152026-08-21T21:29:14.045Z Downloaded foreign-types v0.3.2
6162026-08-21T21:29:14.045Z Downloaded fallible-iterator v0.2.0
6172026-08-21T21:29:14.045Z Downloaded semver v0.1.20
6182026-08-21T21:29:14.049Z Downloaded filetime v0.2.27
6192026-08-21T21:29:14.050Z Downloaded hyper-staticfile v0.10.1
6202026-08-21T21:29:14.053Z Downloaded blowfish v0.10.0
6212026-08-21T21:29:14.057Z Downloaded same-file v1.0.6
6222026-08-21T21:29:14.057Z Downloaded serde_plain v1.0.2
6232026-08-21T21:29:14.062Z Downloaded num v0.4.3
6242026-08-21T21:29:14.063Z Downloaded serde_bytes v0.11.19
6252026-08-21T21:29:14.066Z Downloaded cipher v0.5.2
6262026-08-21T21:29:14.066Z Downloaded camino-tempfile-ext v0.3.3
6272026-08-21T21:29:14.066Z Downloaded http-body-util v0.1.3
6282026-08-21T21:29:14.067Z Downloaded ff v0.14.0
6292026-08-21T21:29:14.071Z Downloaded num_enum_derive v0.7.6
6302026-08-21T21:29:14.071Z Downloaded siphasher v1.0.2
6312026-08-21T21:29:14.071Z Downloaded highway v1.3.0
6322026-08-21T21:29:14.071Z Downloaded hubpack v0.1.2
6332026-08-21T21:29:14.074Z Downloaded group v0.13.0
6342026-08-21T21:29:14.074Z Downloaded const-oid v0.9.6
6352026-08-21T21:29:14.077Z Downloaded async-bb8-diesel v0.2.1
6362026-08-21T21:29:14.077Z Downloaded blake2 v0.11.0-rc.6
6372026-08-21T21:29:14.077Z Downloaded colored v2.2.0
6382026-08-21T21:29:14.080Z Downloaded chacha20 v0.9.1
6392026-08-21T21:29:14.080Z Downloaded chacha20 v0.10.0
6402026-08-21T21:29:14.080Z Downloaded sigpipe v0.1.3
6412026-08-21T21:29:14.080Z Downloaded slog-bunyan v2.5.0
6422026-08-21T21:29:14.084Z Downloaded getrandom v0.2.17
6432026-08-21T21:29:14.085Z Downloaded strip-ansi-escapes v0.2.1
6442026-08-21T21:29:14.085Z Downloaded pbkdf2 v0.13.0
6452026-08-21T21:29:14.085Z Downloaded group v0.14.0
6462026-08-21T21:29:14.091Z Downloaded parse-display-derive v0.10.0
6472026-08-21T21:29:14.091Z Downloaded progenitor v0.13.0
6482026-08-21T21:29:14.091Z Downloaded pem v3.0.6
6492026-08-21T21:29:14.091Z Downloaded progenitor-extras v0.2.0
6502026-08-21T21:29:14.091Z Downloaded rand_xorshift v0.4.0
6512026-08-21T21:29:14.091Z Downloaded sponge-cursor v0.1.0
6522026-08-21T21:29:14.091Z Downloaded strsim v0.10.0
6532026-08-21T21:29:14.091Z Downloaded owo-colors v4.3.0
6542026-08-21T21:29:14.091Z Downloaded postgres-protocol v0.6.10
6552026-08-21T21:29:14.091Z Downloaded tinyvec_macros v0.1.1
6562026-08-21T21:29:14.094Z Downloaded supports-color v3.0.2
6572026-08-21T21:29:14.095Z Downloaded tokio-macros v2.7.0
6582026-08-21T21:29:14.095Z Downloaded const_format_proc_macros v0.2.34
6592026-08-21T21:29:14.095Z Downloaded clang-sys v1.8.1
6602026-08-21T21:29:14.098Z Downloaded futures-channel v0.3.32
6612026-08-21T21:29:14.098Z Downloaded generic-array v1.4.3
6622026-08-21T21:29:14.103Z Downloaded hyper-rustls v0.27.7
6632026-08-21T21:29:14.103Z Downloaded phf v0.12.1
6642026-08-21T21:29:14.103Z Downloaded rpassword v7.5.4
6652026-08-21T21:29:14.107Z Downloaded shell-words v1.1.1
6662026-08-21T21:29:14.108Z Downloaded scrypt v0.12.0
6672026-08-21T21:29:14.108Z Downloaded oxnet v0.1.6
6682026-08-21T21:29:14.111Z Downloaded unarray v0.1.4
6692026-08-21T21:29:14.111Z Downloaded utf-8 v0.7.6
6702026-08-21T21:29:14.111Z Downloaded rand_core v0.9.5
6712026-08-21T21:29:14.111Z Downloaded rfc6979 v0.4.0
6722026-08-21T21:29:14.112Z Downloaded utf8_iter v1.0.4
6732026-08-21T21:29:14.112Z Downloaded want v0.3.1
6742026-08-21T21:29:14.117Z Downloaded constant_time_eq v0.4.2
6752026-08-21T21:29:14.117Z Downloaded slog-scope v4.4.1
6762026-08-21T21:29:14.117Z Downloaded unicode-truncate v1.1.0
6772026-08-21T21:29:14.117Z Downloaded console v0.15.11
6782026-08-21T21:29:14.122Z Downloaded allocator-api2 v0.2.21
6792026-08-21T21:29:14.123Z Downloaded colored v3.1.1
6802026-08-21T21:29:14.123Z Downloaded bzip2 v0.6.1
6812026-08-21T21:29:14.123Z Downloaded cmake v0.1.57
6822026-08-21T21:29:14.128Z Downloaded bzip2 v0.4.4
6832026-08-21T21:29:14.128Z Downloaded ciborium v0.2.2
6842026-08-21T21:29:14.128Z Downloaded console v0.16.2
6852026-08-21T21:29:14.128Z Downloaded rustls-native-certs v0.8.3
6862026-08-21T21:29:14.131Z Downloaded signal-hook-registry v1.4.8
6872026-08-21T21:29:14.132Z Downloaded async-compression v0.4.41
6882026-08-21T21:29:14.143Z Downloaded hmac v0.13.0
6892026-08-21T21:29:14.143Z Downloaded hybrid-array v0.4.13
6902026-08-21T21:29:14.149Z Downloaded static_assertions v1.1.0
6912026-08-21T21:29:14.149Z Downloaded tagptr v0.2.0
6922026-08-21T21:29:14.149Z Downloaded strum_macros v0.27.2
6932026-08-21T21:29:14.149Z Downloaded darling_macro v0.20.11
6942026-08-21T21:29:14.149Z Downloaded httparse v1.10.1
6952026-08-21T21:29:14.150Z Downloaded crunchy v0.2.4
6962026-08-21T21:29:14.150Z Downloaded zeroize_derive v1.5.0
6972026-08-21T21:29:14.150Z Downloaded debug-ignore v1.0.5
6982026-08-21T21:29:14.154Z Downloaded defmt-parser v1.0.0
6992026-08-21T21:29:14.154Z Downloaded zone_cfg_derive v0.3.1
7002026-08-21T21:29:14.154Z Downloaded fatfs v0.3.6
7012026-08-21T21:29:14.158Z Downloaded pkcs1 v0.7.5
7022026-08-21T21:29:14.158Z Downloaded postcard v1.1.3
7032026-08-21T21:29:14.158Z Downloaded iana-time-zone v0.1.65
7042026-08-21T21:29:14.163Z Downloaded serde_with_macros v3.21.0
7052026-08-21T21:29:14.163Z Downloaded tiny-keccak v2.0.2
7062026-08-21T21:29:14.163Z Downloaded tokio-native-tls v0.3.1
7072026-08-21T21:29:14.163Z Downloaded dof v0.4.0
7082026-08-21T21:29:14.169Z Downloaded embedded-io v0.4.0
7092026-08-21T21:29:14.169Z Downloaded difflib v0.4.0
7102026-08-21T21:29:14.170Z Downloaded enum-as-inner v0.6.1
7112026-08-21T21:29:14.170Z Downloaded dropshot-api-manager-types v0.7.2
7122026-08-21T21:29:14.170Z Downloaded sha2 v0.11.0
7132026-08-21T21:29:14.173Z Downloaded hmac v0.12.1
7142026-08-21T21:29:14.173Z Downloaded thread_local v1.1.9
7152026-08-21T21:29:14.173Z Downloaded whoami v1.6.1
7162026-08-21T21:29:14.179Z Downloaded cancel-safe-futures v0.1.5
7172026-08-21T21:29:14.179Z Downloaded illumos-nvpair v0.3.0
7182026-08-21T21:29:14.179Z Downloaded illumos-nvpair-sys v0.2.0
7192026-08-21T21:29:14.183Z Downloaded parking_lot v0.11.2
7202026-08-21T21:29:14.183Z Downloaded corncobs v0.1.4
7212026-08-21T21:29:14.183Z Downloaded untrusted v0.7.1
7222026-08-21T21:29:14.187Z Downloaded tui-tree-widget v0.23.1
7232026-08-21T21:29:14.187Z Downloaded bytes v1.11.1
7242026-08-21T21:29:14.190Z Downloaded new_debug_unreachable v1.0.6
7252026-08-21T21:29:14.190Z Downloaded oxide-update-engine-types v0.1.2
7262026-08-21T21:29:14.194Z Downloaded vergen-git2 v9.1.0
7272026-08-21T21:29:14.194Z Downloaded pkcs1 v0.8.0-rc.4
7282026-08-21T21:29:14.194Z Downloaded critical-section v1.2.0
7292026-08-21T21:29:14.198Z Downloaded lalrpop-util v0.19.12
7302026-08-21T21:29:14.198Z Downloaded olpc-cjson v0.1.4
7312026-08-21T21:29:14.202Z Downloaded lzss v0.8.2
7322026-08-21T21:29:14.202Z Downloaded md-5 v0.10.6
7332026-08-21T21:29:14.202Z Downloaded vergen-gitcl v1.0.8
7342026-08-21T21:29:14.202Z Downloaded openssl-probe v0.2.1
7352026-08-21T21:29:14.208Z Downloaded newline-converter v0.3.0
7362026-08-21T21:29:14.209Z Downloaded smallvec v1.15.1
7372026-08-21T21:29:14.212Z Downloaded spin v0.9.8
7382026-08-21T21:29:14.212Z Downloaded const-oid v0.10.2
7392026-08-21T21:29:14.212Z Downloaded der_derive v0.7.3
7402026-08-21T21:29:14.212Z Downloaded diesel-dtrace v0.5.0
7412026-08-21T21:29:14.212Z Downloaded half v2.7.1
7422026-08-21T21:29:14.215Z Downloaded wyz v0.5.1
7432026-08-21T21:29:14.215Z Downloaded ryu v1.0.23
7442026-08-21T21:29:14.216Z Downloaded termios v0.3.3
7452026-08-21T21:29:14.216Z Downloaded powerfmt v0.2.0
7462026-08-21T21:29:14.219Z Downloaded nonempty v0.12.0
7472026-08-21T21:29:14.219Z Downloaded potential_utf v0.1.4
7482026-08-21T21:29:14.222Z Downloaded quick-error v1.2.3
7492026-08-21T21:29:14.223Z Downloaded maybe-uninit v2.0.0
7502026-08-21T21:29:14.226Z Downloaded internet-checksum v0.2.1
7512026-08-21T21:29:14.226Z Downloaded openssl-probe v0.1.6
7522026-08-21T21:29:14.226Z Downloaded peg-runtime v0.8.5
7532026-08-21T21:29:14.226Z Downloaded flate2 v1.1.9
7542026-08-21T21:29:14.231Z Downloaded compact_str v0.8.1
7552026-08-21T21:29:14.234Z Downloaded ctutils v0.4.2
7562026-08-21T21:29:14.237Z Downloaded pkcs5 v0.8.1
7572026-08-21T21:29:14.240Z Downloaded yasna v0.5.2
7582026-08-21T21:29:14.240Z Downloaded sqlformat v0.3.5
7592026-08-21T21:29:14.240Z Downloaded rand_pcg v0.10.2
7602026-08-21T21:29:14.240Z Downloaded digest v0.11.3
7612026-08-21T21:29:14.240Z Downloaded parse-display v0.10.0
7622026-08-21T21:29:14.240Z Downloaded parse-size v1.1.0
7632026-08-21T21:29:14.240Z Downloaded omicron-zone-package v0.12.3
7642026-08-21T21:29:14.244Z Downloaded papergrid v0.17.0
7652026-08-21T21:29:14.261Z Downloaded proc-macro-crate v3.4.0
7662026-08-21T21:29:14.261Z Downloaded arc-swap v1.8.2
7672026-08-21T21:29:14.261Z Downloaded rand_chacha v0.3.1
7682026-08-21T21:29:14.261Z Downloaded crossbeam-utils v0.8.21
7692026-08-21T21:29:14.268Z Downloaded sha1 v0.11.0
7702026-08-21T21:29:14.269Z Downloaded term v1.2.1
7712026-08-21T21:29:14.269Z Downloaded is-terminal v0.4.17
7722026-08-21T21:29:14.269Z Downloaded num-rational v0.4.2
7732026-08-21T21:29:14.269Z Downloaded signature v2.2.0
7742026-08-21T21:29:14.269Z Downloaded icu_locale_core v2.1.1
7752026-08-21T21:29:14.269Z Downloaded slog-envlogger v2.2.0
7762026-08-21T21:29:14.269Z Downloaded subtle v2.6.1
7772026-08-21T21:29:14.278Z Downloaded unicode-properties v0.1.4
7782026-08-21T21:29:14.278Z Downloaded sqlparser_derive v0.5.0
7792026-08-21T21:29:14.278Z Downloaded base64 v0.21.7
7802026-08-21T21:29:14.278Z Downloaded rustls-platform-verifier v0.6.2
7812026-08-21T21:29:14.278Z Downloaded num-integer v0.1.46
7822026-08-21T21:29:14.278Z Downloaded packed_struct v0.10.1
7832026-08-21T21:29:14.283Z Downloaded phf_shared v0.11.3
7842026-08-21T21:29:14.283Z Downloaded phf v0.13.1
7852026-08-21T21:29:14.283Z Downloaded scroll_derive v0.13.1
7862026-08-21T21:29:14.283Z Downloaded structmeta v0.3.0
7872026-08-21T21:29:14.283Z Downloaded pkg-config v0.3.32
7882026-08-21T21:29:14.283Z Downloaded primefield v0.14.0
7892026-08-21T21:29:14.287Z Downloaded tower-layer v0.3.3
7902026-08-21T21:29:14.287Z Downloaded const_format v0.2.35
7912026-08-21T21:29:14.287Z Downloaded ingot v0.2.1
7922026-08-21T21:29:14.293Z Downloaded ecdsa v0.17.0
7932026-08-21T21:29:14.293Z Downloaded headers v0.4.1
7942026-08-21T21:29:14.294Z Downloaded cc v1.2.56
7952026-08-21T21:29:14.294Z Downloaded primeorder v0.13.6
7962026-08-21T21:29:14.294Z Downloaded libsw v3.5.0
7972026-08-21T21:29:14.299Z Downloaded thread-id v5.1.0
7982026-08-21T21:29:14.299Z Downloaded libsw-core v0.3.2
7992026-08-21T21:29:14.303Z Downloaded lock_api v0.4.14
8002026-08-21T21:29:14.303Z Downloaded wait-timeout v0.2.1
8012026-08-21T21:29:14.303Z Downloaded waitgroup v0.1.2
8022026-08-21T21:29:14.303Z Downloaded bumpalo v3.20.2
8032026-08-21T21:29:14.303Z Downloaded chacha20poly1305 v0.10.1
8042026-08-21T21:29:14.307Z Downloaded darling v0.20.11
8052026-08-21T21:29:14.307Z Downloaded snafu v0.8.9
8062026-08-21T21:29:14.311Z Downloaded derive_builder v0.20.2
8072026-08-21T21:29:14.317Z Downloaded serde_with_macros v1.5.2
8082026-08-21T21:29:14.317Z Downloaded polyval v0.7.1
8092026-08-21T21:29:14.322Z Downloaded primeorder v0.14.0
8102026-08-21T21:29:14.322Z Downloaded toml v0.7.8
8112026-08-21T21:29:14.322Z Downloaded toml v1.1.2+spec-1.1.0
8122026-08-21T21:29:14.322Z Downloaded expectorate v1.2.0
8132026-08-21T21:29:14.328Z Downloaded native-tls v0.2.18
8142026-08-21T21:29:14.329Z Downloaded ssh-cipher v0.3.0
8152026-08-21T21:29:14.329Z Downloaded crucible-workspace-hack v0.1.0
8162026-08-21T21:29:14.329Z Downloaded dunce v1.0.5
8172026-08-21T21:29:14.334Z Downloaded digest-io v0.1.0
8182026-08-21T21:29:14.334Z Downloaded slog-dtrace v0.3.0
8192026-08-21T21:29:14.335Z Downloaded strum_macros v0.24.3
8202026-08-21T21:29:14.335Z Downloaded rayon-core v1.13.0
8212026-08-21T21:29:14.335Z Downloaded rsa v0.9.10
8222026-08-21T21:29:14.338Z Downloaded cpubits v0.1.1
8232026-08-21T21:29:14.338Z Downloaded quinn-udp v0.5.14
8242026-08-21T21:29:14.338Z Downloaded tokio-dtrace v0.1.1
8252026-08-21T21:29:14.341Z Downloaded tower-service v0.3.3
8262026-08-21T21:29:14.341Z Downloaded hickory-resolver v0.24.4
8272026-08-21T21:29:14.341Z Downloaded is_ci v1.2.0
8282026-08-21T21:29:14.341Z Downloaded newtype_derive v0.1.6
8292026-08-21T21:29:14.345Z Downloaded rustversion v1.0.22
8302026-08-21T21:29:14.348Z Downloaded schemars v0.9.0
8312026-08-21T21:29:14.353Z Downloaded shlex v1.3.0
8322026-08-21T21:29:14.358Z Downloaded embedded-io v0.6.1
8332026-08-21T21:29:14.358Z Downloaded vergen-lib v0.1.6
8342026-08-21T21:29:14.358Z Downloaded lru v0.12.5
8352026-08-21T21:29:14.361Z Downloaded icu_collections v2.1.1
8362026-08-21T21:29:14.364Z Downloaded slab v0.4.12
8372026-08-21T21:29:14.364Z Downloaded spki v0.7.3
8382026-08-21T21:29:14.368Z Downloaded tabled_derive v0.11.0
8392026-08-21T21:29:14.368Z Downloaded serde_cbor v0.11.2
8402026-08-21T21:29:14.371Z Downloaded zeroize v1.9.0
8412026-08-21T21:29:14.371Z Downloaded indoc v1.0.9
8422026-08-21T21:29:14.375Z Downloaded libscf-sys v1.2.0
8432026-08-21T21:29:14.375Z Downloaded multimap v0.10.1
8442026-08-21T21:29:14.375Z Downloaded serde-hex v0.1.0
8452026-08-21T21:29:14.378Z Downloaded memoffset v0.9.1
8462026-08-21T21:29:14.378Z Downloaded crc-any v2.5.0
8472026-08-21T21:29:14.381Z Downloaded heapless v0.7.17
8482026-08-21T21:29:14.387Z Downloaded ingot-macros v0.2.0
8492026-08-21T21:29:14.390Z Downloaded parking_lot_core v0.9.12
8502026-08-21T21:29:14.393Z Downloaded zstd-safe v7.2.4
8512026-08-21T21:29:14.394Z Downloaded derive_builder_macro v0.20.2
8522026-08-21T21:29:14.394Z Downloaded darling v0.13.4
8532026-08-21T21:29:14.394Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8542026-08-21T21:29:14.398Z Downloaded usdt-attr-macro v0.6.0
8552026-08-21T21:29:14.398Z Downloaded num-derive v0.4.2
8562026-08-21T21:29:14.398Z Downloaded uzers v0.12.2
8572026-08-21T21:29:14.398Z Downloaded writeable v0.6.2
8582026-08-21T21:29:14.398Z Downloaded oso-derive v0.27.3
8592026-08-21T21:29:14.398Z Downloaded icu_properties v2.1.2
8602026-08-21T21:29:14.404Z Downloaded quinn v0.11.11
8612026-08-21T21:29:14.404Z Downloaded publicsuffix v2.3.0
8622026-08-21T21:29:14.407Z Downloaded salsa20 v0.11.0
8632026-08-21T21:29:14.410Z Downloaded rustc_version v0.4.1
8642026-08-21T21:29:14.410Z Downloaded crossbeam-deque v0.8.6
8652026-08-21T21:29:14.410Z Downloaded rtoolbox v0.0.3
8662026-08-21T21:29:14.410Z Downloaded scopeguard v1.2.0
8672026-08-21T21:29:14.414Z Downloaded secrecy v0.8.0
8682026-08-21T21:29:14.414Z Downloaded hashbrown v0.13.2
8692026-08-21T21:29:14.414Z Downloaded keccak v0.2.0
8702026-08-21T21:29:14.417Z Downloaded hashbrown v0.15.5
8712026-08-21T21:29:14.420Z Downloaded twox-hash v2.1.2
8722026-08-21T21:29:14.420Z Downloaded lru-cache v0.1.2
8732026-08-21T21:29:14.420Z Downloaded ena v0.14.4
8742026-08-21T21:29:14.470Z Downloaded deranged v0.5.8
8752026-08-21T21:29:14.471Z Downloaded displaydoc v0.2.5
8762026-08-21T21:29:14.471Z Downloaded signature v3.0.0
8772026-08-21T21:29:14.482Z Downloaded serde_urlencoded v0.7.1
8782026-08-21T21:29:14.482Z Downloaded heapless v0.8.0
8792026-08-21T21:29:14.482Z Downloaded ron v0.8.1
8802026-08-21T21:29:14.482Z Downloaded serde_spanned v1.1.1
8812026-08-21T21:29:14.482Z Downloaded miniz_oxide v0.8.9
8822026-08-21T21:29:14.483Z Downloaded zip v0.6.6
8832026-08-21T21:29:14.483Z Downloaded zopfli v0.8.3
8842026-08-21T21:29:14.483Z Downloaded schemars v0.8.22
8852026-08-21T21:29:14.483Z Downloaded strum v0.26.3
8862026-08-21T21:29:14.483Z Downloaded lazy_static v1.5.0
8872026-08-21T21:29:14.483Z Downloaded termtree v0.5.1
8882026-08-21T21:29:14.483Z Downloaded nu-ansi-term v0.50.3
8892026-08-21T21:29:14.483Z Downloaded time-core v0.1.8
8902026-08-21T21:29:14.483Z Downloaded hickory-resolver v0.25.2
8912026-08-21T21:29:14.483Z Downloaded darling_core v0.20.11
8922026-08-21T21:29:14.483Z Downloaded trait-variant v0.1.2
8932026-08-21T21:29:14.483Z Downloaded universal-hash v0.5.1
8942026-08-21T21:29:14.483Z Downloaded http v1.4.2
8952026-08-21T21:29:14.483Z Downloaded crypto-bigint v0.5.5
8962026-08-21T21:29:14.483Z Downloaded paste v1.0.15
8972026-08-21T21:29:14.483Z Downloaded xattr v1.6.1
8982026-08-21T21:29:14.483Z Downloaded pem-rfc7468 v0.7.0
8992026-08-21T21:29:14.483Z Downloaded pem-rfc7468 v1.0.0
9002026-08-21T21:29:14.483Z Downloaded poly1305 v0.8.0
9012026-08-21T21:29:14.483Z Downloaded topological-sort v0.2.2
9022026-08-21T21:29:14.483Z Downloaded usdt v0.6.0
9032026-08-21T21:29:14.483Z Downloaded yoke-derive v0.8.1
9042026-08-21T21:29:14.483Z Downloaded progenitor-client v0.13.0
9052026-08-21T21:29:14.483Z Downloaded aes v0.9.1
9062026-08-21T21:29:14.483Z Downloaded cookie_store v0.22.1
9072026-08-21T21:29:14.483Z Downloaded test-strategy v0.4.5
9082026-08-21T21:29:14.483Z Downloaded tinyvec v1.10.0
9092026-08-21T21:29:14.483Z Downloaded rcgen v0.12.1
9102026-08-21T21:29:14.483Z Downloaded predicates v3.1.4
9112026-08-21T21:29:14.483Z Downloaded crc-catalog v2.4.0
9122026-08-21T21:29:14.487Z Downloaded zerocopy-derive v0.8.40
9132026-08-21T21:29:14.487Z Downloaded rand_core v0.10.0
9142026-08-21T21:29:14.487Z Downloaded rand_seeder v0.4.0
9152026-08-21T21:29:14.487Z Downloaded resolv-conf v0.7.6
9162026-08-21T21:29:14.487Z Downloaded defmt-macros v1.0.1
9172026-08-21T21:29:14.487Z Downloaded hyper-util v0.1.20
9182026-08-21T21:29:14.491Z Downloaded document-features v0.2.12
9192026-08-21T21:29:14.491Z Downloaded ed25519 v3.0.0
9202026-08-21T21:29:14.491Z Downloaded typify v0.6.2
9212026-08-21T21:29:14.495Z Downloaded dsl_auto_type v0.2.0
9222026-08-21T21:29:14.495Z Downloaded ml-kem v0.3.2
9232026-08-21T21:29:14.495Z Downloaded slog-term v2.9.2
9242026-08-21T21:29:14.499Z Downloaded endian-type v0.1.2
9252026-08-21T21:29:14.499Z Downloaded serde_derive_internals v0.29.1
9262026-08-21T21:29:14.499Z Downloaded hashbrown v0.12.3
9272026-08-21T21:29:14.504Z Downloaded slog-async v2.8.0
9282026-08-21T21:29:14.511Z Downloaded idna_adapter v1.2.1
9292026-08-21T21:29:14.511Z Downloaded instant v0.1.13
9302026-08-21T21:29:14.511Z Downloaded linked-hash-map v0.5.6
9312026-08-21T21:29:14.511Z Downloaded ssh-encoding v0.3.0
9322026-08-21T21:29:14.515Z Downloaded jiff-static v0.2.34
9332026-08-21T21:29:14.516Z Downloaded derive_more v2.1.1
9342026-08-21T21:29:14.523Z Downloaded parking_lot v0.12.5
9352026-08-21T21:29:14.529Z Downloaded pin-project-internal v1.1.11
9362026-08-21T21:29:14.529Z Downloaded support-bundle-viewer v0.1.2
9372026-08-21T21:29:14.529Z Downloaded tokio-tungstenite v0.23.1
9382026-08-21T21:29:14.529Z Downloaded darling_core v0.13.4
9392026-08-21T21:29:14.529Z Downloaded psl-types v2.0.11
9402026-08-21T21:29:14.533Z Downloaded serde_with v1.14.0
9412026-08-21T21:29:14.533Z Downloaded p256 v0.14.0
9422026-08-21T21:29:14.536Z Downloaded unicode-segmentation v1.12.0
9432026-08-21T21:29:14.536Z Downloaded usdt-impl v0.6.0
9442026-08-21T21:29:14.539Z Downloaded rand v0.10.1
9452026-08-21T21:29:14.539Z Downloaded vsss-rs v3.3.4
9462026-08-21T21:29:14.543Z Downloaded convert_case v0.10.0
9472026-08-21T21:29:14.546Z Downloaded serde_repr v0.1.20
9482026-08-21T21:29:14.546Z Downloaded packed_struct_codegen v0.10.1
9492026-08-21T21:29:14.546Z Downloaded percent-encoding v2.3.2
9502026-08-21T21:29:14.549Z Downloaded hickory-server v0.25.2
9512026-08-21T21:29:14.557Z Downloaded tar v0.4.46
9522026-08-21T21:29:14.567Z Downloaded unsafe-libyaml v0.2.11
9532026-08-21T21:29:14.567Z Downloaded yansi v1.0.1
9542026-08-21T21:29:14.568Z Downloaded schemars v1.2.1
9552026-08-21T21:29:14.571Z Downloaded scuffle v0.1.0
9562026-08-21T21:29:14.572Z Downloaded elliptic-curve v0.14.1
9572026-08-21T21:29:14.572Z Downloaded recursive v0.1.1
9582026-08-21T21:29:14.572Z Downloaded stable_deref_trait v1.2.1
9592026-08-21T21:29:14.572Z Downloaded jobserver v0.1.34
9602026-08-21T21:29:14.572Z Downloaded recursive-proc-macro-impl v0.1.1
9612026-08-21T21:29:14.576Z Downloaded sha1 v0.10.6
9622026-08-21T21:29:14.576Z Downloaded signal-hook-mio v0.2.5
9632026-08-21T21:29:14.576Z Downloaded x509-cert v0.2.5
9642026-08-21T21:29:14.579Z Downloaded derive-ex v0.1.8
9652026-08-21T21:29:14.579Z Downloaded zerotrie v0.2.3
9662026-08-21T21:29:14.579Z Downloaded aes-gcm v0.11.0
9672026-08-21T21:29:14.582Z Downloaded num-traits v0.2.19
9682026-08-21T21:29:14.582Z Downloaded libloading v0.8.9
9692026-08-21T21:29:14.585Z Downloaded ignore v0.4.25
9702026-08-21T21:29:14.585Z Downloaded num_enum v0.7.6
9712026-08-21T21:29:14.590Z Downloaded sync-ptr v0.1.4
9722026-08-21T21:29:14.590Z Downloaded try-lock v0.2.5
9732026-08-21T21:29:14.590Z Downloaded universal-hash v0.6.1
9742026-08-21T21:29:14.590Z Downloaded zerofrom v0.1.6
9752026-08-21T21:29:14.590Z Downloaded ed25519 v2.2.3
9762026-08-21T21:29:14.594Z Downloaded aho-corasick v1.1.4
9772026-08-21T21:29:14.595Z Downloaded darling_core v0.21.3
9782026-08-21T21:29:14.598Z Downloaded tap v1.0.1
9792026-08-21T21:29:14.598Z Downloaded typify-macro v0.6.2
9802026-08-21T21:29:14.598Z Downloaded untrusted v0.9.0
9812026-08-21T21:29:14.598Z Downloaded crc8 v0.1.1
9822026-08-21T21:29:14.598Z Downloaded curve25519-dalek-derive v0.1.1
9832026-08-21T21:29:14.598Z Downloaded zerofrom-derive v0.1.6
9842026-08-21T21:29:14.598Z Downloaded impl-trait-for-tuples v0.2.3
9852026-08-21T21:29:14.599Z Downloaded ingot-types v0.2.0
9862026-08-21T21:29:14.603Z Downloaded module-lattice v0.2.3
9872026-08-21T21:29:14.603Z Downloaded indicatif v0.18.4
9882026-08-21T21:29:14.606Z Downloaded zerocopy v0.6.6
9892026-08-21T21:29:14.609Z Downloaded display-error-chain v0.2.2
9902026-08-21T21:29:14.609Z Downloaded dtrace-parser v0.3.0
9912026-08-21T21:29:14.610Z Downloaded dyn-clone v1.0.20
9922026-08-21T21:29:14.613Z Downloaded sec1 v0.7.3
9932026-08-21T21:29:14.613Z Downloaded hkdf v0.13.0
9942026-08-21T21:29:14.616Z Downloaded maplit v1.0.2
9952026-08-21T21:29:14.616Z Downloaded match_cfg v0.1.0
9962026-08-21T21:29:14.620Z Downloaded oxide-tokio-rt v0.1.4
9972026-08-21T21:29:14.620Z Downloaded indent_write v2.2.0
9982026-08-21T21:29:14.624Z Downloaded signal-hook v0.3.18
9992026-08-21T21:29:14.627Z Downloaded diff v0.1.13
10002026-08-21T21:29:14.628Z Downloaded inout v0.2.2
10012026-08-21T21:29:14.628Z Downloaded darling v0.21.3
10022026-08-21T21:29:14.631Z Downloaded phc v0.6.1
10032026-08-21T21:29:14.631Z Downloaded typed-path v0.9.3
10042026-08-21T21:29:14.635Z Downloaded tls_codec_derive v0.4.2
10052026-08-21T21:29:14.635Z Downloaded progenitor-client v0.14.0
10062026-08-21T21:29:14.635Z Downloaded unit-prefix v0.5.2
10072026-08-21T21:29:14.635Z Downloaded memmap2 v0.9.10
10082026-08-21T21:29:14.638Z Downloaded nodrop v0.1.14
10092026-08-21T21:29:14.638Z Downloaded rustc-hash v2.1.1
10102026-08-21T21:29:14.642Z Downloaded sapling-renderdag v0.1.0
10112026-08-21T21:29:14.642Z Downloaded mio v1.2.0
10122026-08-21T21:29:14.645Z Downloaded hashbrown v0.16.1
10132026-08-21T21:29:14.645Z Downloaded tower-http v0.6.8
10142026-08-21T21:29:14.649Z Downloaded tokio-stream v0.1.18
10152026-08-21T21:29:14.655Z Downloaded rand_chacha v0.9.0
10162026-08-21T21:29:14.655Z Downloaded tls_codec v0.4.2
10172026-08-21T21:29:14.658Z Downloaded smf v0.2.3
10182026-08-21T21:29:14.658Z Downloaded thiserror-no-std v2.0.2
10192026-08-21T21:29:14.658Z Downloaded daft v0.1.7
10202026-08-21T21:29:14.658Z Downloaded smallvec v0.6.14
10212026-08-21T21:29:14.658Z Downloaded stacker v0.1.23
10222026-08-21T21:29:14.658Z Downloaded toml_writer v1.1.1+spec-1.1.0
10232026-08-21T21:29:14.661Z Downloaded ecdsa v0.16.9
10242026-08-21T21:29:14.661Z Downloaded litemap v0.8.1
10252026-08-21T21:29:14.665Z Downloaded subprocess v0.2.15
10262026-08-21T21:29:14.665Z Downloaded unicode_categories v0.1.1
10272026-08-21T21:29:14.668Z Downloaded prettyplease v0.2.37
10282026-08-21T21:29:14.668Z Downloaded newtype-uuid v1.3.2
10292026-08-21T21:29:14.671Z Downloaded sync_wrapper v1.0.2
10302026-08-21T21:29:14.675Z Downloaded dirs-sys-next v0.1.2
10312026-08-21T21:29:14.675Z Downloaded dirs-next v2.0.0
10322026-08-21T21:29:14.675Z Downloaded unicode-xid v0.2.6
10332026-08-21T21:29:14.678Z Downloaded ed25519-dalek v3.0.0
10342026-08-21T21:29:14.688Z Downloaded crossbeam-epoch v0.9.18
10352026-08-21T21:29:14.694Z Downloaded pkcs8 v0.10.2
10362026-08-21T21:29:14.694Z Downloaded rfc6979 v0.6.0
10372026-08-21T21:29:14.698Z Downloaded ident_case v1.0.1
10382026-08-21T21:29:14.703Z Downloaded crypto-common v0.2.2
10392026-08-21T21:29:14.706Z Downloaded darling v0.23.0
10402026-08-21T21:29:14.706Z Downloaded reedline v0.40.0
10412026-08-21T21:29:14.710Z Downloaded kstat-rs v0.2.5
10422026-08-21T21:29:14.710Z Downloaded openssl-macros v0.1.1
10432026-08-21T21:29:14.710Z Downloaded precomputed-hash v0.1.1
10442026-08-21T21:29:14.713Z Downloaded proc-macro-error-attr2 v2.0.0
10452026-08-21T21:29:14.713Z Downloaded keccak v0.1.6
10462026-08-21T21:29:14.713Z Downloaded linear-map v1.2.0
10472026-08-21T21:29:14.713Z Downloaded inout v0.1.4
10482026-08-21T21:29:14.716Z Downloaded futures-util v0.3.32
10492026-08-21T21:29:14.719Z Downloaded password-hash v0.6.1
10502026-08-21T21:29:14.723Z Downloaded num-complex v0.4.6
10512026-08-21T21:29:14.723Z Downloaded socket2 v0.5.10
10522026-08-21T21:29:14.723Z Downloaded defmt v1.0.1
10532026-08-21T21:29:14.726Z Downloaded sec1 v0.8.1
10542026-08-21T21:29:14.726Z Downloaded slog-stdlog v4.1.1
10552026-08-21T21:29:14.726Z Downloaded string_cache v0.8.9
10562026-08-21T21:29:14.729Z Downloaded strum v0.27.2
10572026-08-21T21:29:14.729Z Downloaded oxide-update-engine v0.1.2
10582026-08-21T21:29:14.733Z Downloaded psm v0.1.30
10592026-08-21T21:29:14.733Z Downloaded ref-cast-impl v1.0.25
10602026-08-21T21:29:14.733Z Downloaded vte v0.14.1
10612026-08-21T21:29:14.733Z Downloaded toml_edit v0.19.15
10622026-08-21T21:29:14.744Z Downloaded cookie v0.18.1
10632026-08-21T21:29:14.749Z Downloaded rand_core v0.6.4
10642026-08-21T21:29:14.749Z Downloaded tokio-postgres v0.7.16
10652026-08-21T21:29:14.749Z Downloaded tokio-tungstenite v0.21.0
10662026-08-21T21:29:14.749Z Downloaded signal-hook-tokio v0.3.1
10672026-08-21T21:29:14.749Z Downloaded take_mut v0.2.2
10682026-08-21T21:29:14.749Z Downloaded void v1.0.2
10692026-08-21T21:29:14.749Z Downloaded spki v0.8.0
10702026-08-21T21:29:14.749Z Downloaded russh-cryptovec v0.62.0
10712026-08-21T21:29:14.757Z Downloaded testing_table v0.3.0
10722026-08-21T21:29:14.757Z Downloaded usdt-macro v0.6.0
10732026-08-21T21:29:14.757Z Downloaded xshell v0.2.7
10742026-08-21T21:29:14.757Z Downloaded zstd v0.13.3
10752026-08-21T21:29:14.757Z Downloaded darling_macro v0.23.0
10762026-08-21T21:29:14.757Z Downloaded synstructure v0.13.2
10772026-08-21T21:29:14.758Z Downloaded tinystr v0.8.2
10782026-08-21T21:29:14.758Z Downloaded hyper v1.10.1
10792026-08-21T21:29:14.762Z Downloaded kem v0.3.0
10802026-08-21T21:29:14.762Z Downloaded pkcs8 v0.11.0
10812026-08-21T21:29:14.762Z Downloaded enum_dispatch v0.3.13
10822026-08-21T21:29:14.766Z Downloaded itertools v0.12.1
10832026-08-21T21:29:14.770Z Downloaded vergen-lib v9.1.0
10842026-08-21T21:29:14.770Z Downloaded diesel_table_macro_syntax v0.3.0
10852026-08-21T21:29:14.774Z Downloaded path-slash v0.1.5
10862026-08-21T21:29:14.774Z Downloaded cpufeatures v0.3.0
10872026-08-21T21:29:14.774Z Downloaded num_enum v0.5.11
10882026-08-21T21:29:14.778Z Downloaded darling_core v0.23.0
10892026-08-21T21:29:14.781Z Downloaded mime v0.3.17
10902026-08-21T21:29:14.781Z Downloaded derive_builder_core v0.20.2
10912026-08-21T21:29:14.781Z Downloaded tracing-core v0.1.36
10922026-08-21T21:29:14.786Z Downloaded derive-where v1.6.0
10932026-08-21T21:29:14.790Z Downloaded phf_shared v0.12.1
10942026-08-21T21:29:14.790Z Downloaded russh-util v0.52.0
10952026-08-21T21:29:14.790Z Downloaded tokio-test v0.4.5
10962026-08-21T21:29:14.790Z Downloaded xshell-macros v0.2.7
10972026-08-21T21:29:14.790Z Downloaded hkdf v0.12.4
10982026-08-21T21:29:14.793Z Downloaded steno v0.4.1
10992026-08-21T21:29:14.797Z Downloaded pretty_assertions v1.4.1
11002026-08-21T21:29:14.797Z Downloaded scroll v0.13.0
11012026-08-21T21:29:14.801Z Downloaded libbz2-rs-sys v0.2.2
11022026-08-21T21:29:14.804Z Downloaded simd-adler32 v0.3.8
11032026-08-21T21:29:14.810Z Downloaded rustls-webpki v0.103.13
11042026-08-21T21:29:14.814Z Downloaded toml_parser v1.1.2+spec-1.1.0
11052026-08-21T21:29:14.817Z Downloaded serde_path_to_error v0.1.20
11062026-08-21T21:29:14.817Z Downloaded itertools v0.13.0
11072026-08-21T21:29:14.820Z Downloaded bitvec v1.0.1
11082026-08-21T21:29:14.828Z Downloaded downcast-rs v2.0.2
11092026-08-21T21:29:14.831Z Downloaded zone v0.3.1
11102026-08-21T21:29:14.831Z Downloaded defmt v0.3.100
11112026-08-21T21:29:14.834Z Downloaded dropshot-api-manager v0.7.2
11122026-08-21T21:29:14.834Z Downloaded itertools v0.14.0
11132026-08-21T21:29:14.837Z Downloaded tokio-util v0.7.18
11142026-08-21T21:29:14.841Z Downloaded zerovec-derive v0.11.2
11152026-08-21T21:29:14.844Z Downloaded crc v3.4.0
11162026-08-21T21:29:14.844Z Downloaded libefi-sys v0.1.0
11172026-08-21T21:29:14.845Z Downloaded scheduled-thread-pool v0.2.7
11182026-08-21T21:29:14.845Z Downloaded structmeta-derive v0.3.0
11192026-08-21T21:29:14.849Z Downloaded serde-big-array v0.5.1
11202026-08-21T21:29:14.852Z Downloaded crc32fast v1.5.0
11212026-08-21T21:29:14.852Z Downloaded indoc v2.0.7
11222026-08-21T21:29:14.855Z Downloaded nanorand v0.7.0
11232026-08-21T21:29:14.858Z Downloaded walkdir v2.5.0
11242026-08-21T21:29:14.863Z Downloaded ppv-lite86 v0.2.21
11252026-08-21T21:29:14.866Z Downloaded seq-macro v0.3.6
11262026-08-21T21:29:14.866Z Downloaded md5 v0.8.0
11272026-08-21T21:29:14.870Z Downloaded oxide-update-engine-display v0.1.2
11282026-08-21T21:29:14.870Z Downloaded unicode-bidi v0.3.18
11292026-08-21T21:29:14.874Z Downloaded internal-russh-num-bigint v0.5.0
11302026-08-21T21:29:14.874Z Downloaded nom v8.0.0
11312026-08-21T21:29:14.877Z Downloaded rustls-pemfile v2.2.0
11322026-08-21T21:29:14.878Z Downloaded term v0.7.0
11332026-08-21T21:29:14.882Z Downloaded stringprep v0.1.5
11342026-08-21T21:29:14.882Z Downloaded secrecy v0.10.3
11352026-08-21T21:29:14.882Z Downloaded snafu-derive v0.8.9
11362026-08-21T21:29:14.882Z Downloaded bindgen v0.71.1
11372026-08-21T21:29:14.885Z Downloaded cstr-argument v0.1.2
11382026-08-21T21:29:14.885Z Downloaded blake3 v1.8.5
11392026-08-21T21:29:14.889Z Downloaded aws-lc-rs v1.16.3
11402026-08-21T21:29:14.894Z Downloaded instability v0.3.11
11412026-08-21T21:29:14.897Z Downloaded prefix-trie v0.7.0
11422026-08-21T21:29:14.897Z Downloaded derive_more-impl v2.1.1
11432026-08-21T21:29:14.901Z Downloaded daft-derive v0.1.7
11442026-08-21T21:29:14.904Z Downloaded password-hash v0.5.0
11452026-08-21T21:29:14.904Z Downloaded managed v0.8.0
11462026-08-21T21:29:14.904Z Downloaded tabwriter v1.4.1
11472026-08-21T21:29:14.904Z Downloaded ctr v0.10.1
11482026-08-21T21:29:14.907Z Downloaded h2 v0.4.15
11492026-08-21T21:29:14.911Z Downloaded ipnetwork v0.21.1
11502026-08-21T21:29:14.918Z Downloaded poly1305 v0.9.0
11512026-08-21T21:29:14.922Z Downloaded progenitor-macro v0.13.0
11522026-08-21T21:29:14.922Z Downloaded wnaf v0.14.0
11532026-08-21T21:29:14.922Z Downloaded lru-slab v0.1.2
11542026-08-21T21:29:14.922Z Downloaded num_threads v0.1.7
11552026-08-21T21:29:14.926Z Downloaded samael v0.0.19
11562026-08-21T21:29:14.926Z Downloaded strum_macros v0.26.4
11572026-08-21T21:29:14.931Z Downloaded tracing-attributes v0.1.31
11582026-08-21T21:29:14.931Z Downloaded proc-macro-error2 v2.0.1
11592026-08-21T21:29:14.934Z Downloaded delegate v0.13.5
11602026-08-21T21:29:14.935Z Downloaded mime_guess v2.0.5
11612026-08-21T21:29:14.941Z Downloaded p384 v0.14.0
11622026-08-21T21:29:14.944Z Downloaded pin-project v1.1.11
11632026-08-21T21:29:14.948Z Downloaded peg v0.8.5
11642026-08-21T21:29:14.951Z Downloaded progenitor v0.14.0
11652026-08-21T21:29:14.951Z Downloaded similar v2.7.0
11662026-08-21T21:29:14.954Z Downloaded darling_macro v0.21.3
11672026-08-21T21:29:14.954Z Downloaded newtype-uuid-macros v0.1.0
11682026-08-21T21:29:14.954Z Downloaded port-file v0.1.0
11692026-08-21T21:29:14.957Z Downloaded csv-core v0.1.13
11702026-08-21T21:29:14.957Z Downloaded num-bigint v0.4.6
11712026-08-21T21:29:14.963Z Downloaded tungstenite v0.23.0
11722026-08-21T21:29:14.963Z Downloaded des v0.9.0
11732026-08-21T21:29:14.963Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-08-21T21:29:14.966Z Downloaded nibble_vec v0.1.0
11752026-08-21T21:29:14.966Z Downloaded normalize-line-endings v0.3.0
11762026-08-21T21:29:14.971Z Downloaded parking_lot_core v0.8.6
11772026-08-21T21:29:14.978Z Downloaded thiserror-impl-no-std v2.0.2
11782026-08-21T21:29:14.978Z Downloaded progenitor-impl v0.13.0
11792026-08-21T21:29:14.978Z Downloaded unicase v2.9.0
11802026-08-21T21:29:14.985Z Downloaded git2 v0.20.4
11812026-08-21T21:29:14.990Z Downloaded multer v3.1.0
11822026-08-21T21:29:14.990Z Downloaded slog-json v2.6.1
11832026-08-21T21:29:14.990Z Downloaded darling_macro v0.13.4
11842026-08-21T21:29:14.997Z Downloaded yoke v0.8.1
11852026-08-21T21:29:15.002Z Downloaded ref-cast v1.0.25
11862026-08-21T21:29:15.003Z Downloaded whoami v2.1.0
11872026-08-21T21:29:15.003Z Downloaded pin-project-lite v0.2.17
11882026-08-21T21:29:15.003Z Downloaded either v1.15.0
11892026-08-21T21:29:15.007Z Downloaded jiff-core v0.1.0
11902026-08-21T21:29:15.007Z Downloaded p521 v0.14.0
11912026-08-21T21:29:15.007Z Downloaded peg-macros v0.8.5
11922026-08-21T21:29:15.007Z Downloaded serdect v0.4.3
11932026-08-21T21:29:15.011Z Downloaded r2d2 v0.8.10
11942026-08-21T21:29:15.017Z Downloaded rayon v1.11.0
11952026-08-21T21:29:15.022Z Downloaded tokio-rustls v0.26.4
11962026-08-21T21:29:15.026Z Downloaded ipnet v2.11.0
11972026-08-21T21:29:15.026Z Downloaded data-encoding v2.10.0
11982026-08-21T21:29:15.029Z Downloaded icu_normalizer_data v2.1.1
11992026-08-21T21:29:15.029Z Downloaded rustls-pki-types v1.14.0
12002026-08-21T21:29:15.033Z Downloaded chrono v0.4.45
12012026-08-21T21:29:15.036Z Downloaded rusty-fork v0.3.1
12022026-08-21T21:29:15.036Z Downloaded url v2.5.8
12032026-08-21T21:29:15.039Z Downloaded rand v0.9.2
12042026-08-21T21:29:15.039Z Downloaded oso v0.27.3
12052026-08-21T21:29:15.042Z Downloaded serde_yaml v0.9.34+deprecated
12062026-08-21T21:29:15.045Z Downloaded crossbeam-channel v0.5.15
12072026-08-21T21:29:15.054Z Downloaded icu_provider v2.1.1
12082026-08-21T21:29:15.057Z Downloaded dropshot_endpoint v0.17.1
12092026-08-21T21:29:15.060Z Downloaded openssl-sys v0.9.117
12102026-08-21T21:29:15.063Z Downloaded schemars_derive v0.8.22
12112026-08-21T21:29:15.063Z Downloaded rand v0.8.6
12122026-08-21T21:29:15.069Z Downloaded tabled v0.20.0
12132026-08-21T21:29:15.075Z Downloaded time-macros v0.2.27
12142026-08-21T21:29:15.078Z Downloaded iddqd v0.4.2
12152026-08-21T21:29:15.081Z Downloaded indexmap v1.9.3
12162026-08-21T21:29:15.086Z Downloaded postgres-types v0.2.12
12172026-08-21T21:29:15.086Z Downloaded slog v2.8.2
12182026-08-21T21:29:15.089Z Downloaded diesel_derives v2.3.7
12192026-08-21T21:29:15.092Z Downloaded regex v1.12.3
12202026-08-21T21:29:15.096Z Downloaded der v0.7.10
12212026-08-21T21:29:15.099Z Downloaded tungstenite v0.21.0
12222026-08-21T21:29:15.102Z Downloaded derive_more v0.99.20
12232026-08-21T21:29:15.106Z Downloaded uuid v1.23.4
12242026-08-21T21:29:15.106Z Downloaded vergen v9.1.0
12252026-08-21T21:29:15.106Z Downloaded rsa v0.10.0-rc.18
12262026-08-21T21:29:15.109Z Downloaded libm v0.2.16
12272026-08-21T21:29:15.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-08-21T21:29:15.119Z Downloaded socket2 v0.6.3
12292026-08-21T21:29:15.127Z Downloaded icu_normalizer v2.1.1
12302026-08-21T21:29:15.135Z Downloaded icu_properties_data v2.1.2
12312026-08-21T21:29:15.139Z Downloaded drift v0.2.0
12322026-08-21T21:29:15.144Z Downloaded rustyline v14.0.0
12332026-08-21T21:29:15.147Z Downloaded crossterm v0.29.0
12342026-08-21T21:29:15.151Z Downloaded litrs v1.0.0
12352026-08-21T21:29:15.151Z Downloaded goblin v0.10.5
12362026-08-21T21:29:15.155Z Downloaded ed25519-dalek v2.2.0
12372026-08-21T21:29:15.158Z Downloaded itertools v0.10.5
12382026-08-21T21:29:15.162Z Downloaded elliptic-curve v0.13.8
12392026-08-21T21:29:15.165Z Downloaded p384 v0.13.1
12402026-08-21T21:29:15.172Z Downloaded crossterm v0.28.1
12412026-08-21T21:29:15.181Z Downloaded progenitor-impl v0.14.0
12422026-08-21T21:29:15.187Z Downloaded zerovec v0.11.5
12432026-08-21T21:29:15.191Z Downloaded minimal-lexical v0.2.1
12442026-08-21T21:29:15.197Z Downloaded iri-string v0.7.10
12452026-08-21T21:29:15.204Z Downloaded winnow v0.5.40
12462026-08-21T21:29:15.208Z Downloaded winnow v0.6.26
12472026-08-21T21:29:15.212Z Downloaded proptest v1.11.0
12482026-08-21T21:29:15.217Z Downloaded zip v4.6.1
12492026-08-21T21:29:15.220Z Downloaded quick-xml v0.37.5
12502026-08-21T21:29:15.224Z Downloaded salty v0.3.0
12512026-08-21T21:29:15.228Z Downloaded qorb v0.4.1
12522026-08-21T21:29:15.231Z Downloaded ssh-key v0.7.0-rc.11
12532026-08-21T21:29:15.234Z Downloaded nom v7.1.3
12542026-08-21T21:29:15.241Z Downloaded num-bigint-dig v0.8.6
12552026-08-21T21:29:15.245Z Downloaded regex-syntax v0.6.29
12562026-08-21T21:29:15.245Z Downloaded tower v0.5.3
12572026-08-21T21:29:15.249Z Downloaded libxml v0.3.3
12582026-08-21T21:29:15.253Z Downloaded unicode-normalization v0.1.25
12592026-08-21T21:29:15.260Z Downloaded crypto-primes v0.7.2
12602026-08-21T21:29:15.271Z Downloaded tough v0.22.0
12612026-08-21T21:29:15.271Z Downloaded zlib-rs v0.6.2
12622026-08-21T21:29:15.276Z Downloaded reqwest v0.13.2
12632026-08-21T21:29:15.276Z Downloaded itertools v0.15.0
12642026-08-21T21:29:15.282Z Downloaded moka v0.12.13
12652026-08-21T21:29:15.286Z Downloaded petname v2.0.2
12662026-08-21T21:29:15.305Z Downloaded der v0.8.0
12672026-08-21T21:29:15.308Z Downloaded time v0.3.47
12682026-08-21T21:29:15.318Z Downloaded crypto-bigint v0.7.5
12692026-08-21T21:29:15.323Z Downloaded quinn-proto v0.11.16
12702026-08-21T21:29:15.329Z Downloaded smoltcp v0.11.0
12712026-08-21T21:29:15.336Z Downloaded zerocopy v0.8.40
12722026-08-21T21:29:15.341Z Downloaded object v0.30.4
12732026-08-21T21:29:15.346Z Downloaded idna v1.1.0
12742026-08-21T21:29:15.349Z Downloaded rawzip v0.4.4
12752026-08-21T21:29:15.352Z Downloaded bstr v1.12.1
12762026-08-21T21:29:15.356Z Downloaded reqwest v0.12.28
12772026-08-21T21:29:15.359Z Downloaded russh v0.62.4
12782026-08-21T21:29:15.363Z Downloaded winnow v1.0.3
12792026-08-21T21:29:15.371Z Downloaded hickory-proto v0.24.4
12802026-08-21T21:29:15.376Z Downloaded polar-core v0.27.3
12812026-08-21T21:29:15.381Z Downloaded nix v0.27.1
12822026-08-21T21:29:15.387Z Downloaded nix v0.28.0
12832026-08-21T21:29:15.393Z Downloaded radix_trie v0.2.1
12842026-08-21T21:29:15.396Z Downloaded curve25519-dalek v5.0.0
12852026-08-21T21:29:15.401Z Downloaded hickory-proto v0.25.2
12862026-08-21T21:29:15.409Z Downloaded sha3 v0.12.0
12872026-08-21T21:29:15.412Z Downloaded openssl v0.10.80
12882026-08-21T21:29:15.417Z Downloaded serde_with v3.21.0
12892026-08-21T21:29:15.423Z Downloaded smoltcp v0.9.1
12902026-08-21T21:29:15.429Z Downloaded portable-atomic v1.13.1
12912026-08-21T21:29:15.440Z Downloaded lalrpop v0.19.12
12922026-08-21T21:29:15.450Z Downloaded regress v0.11.1
12932026-08-21T21:29:15.456Z Downloaded regress v0.10.5
12942026-08-21T21:29:15.461Z Downloaded regex-syntax v0.8.10
12952026-08-21T21:29:15.464Z Downloaded curve25519-dalek v4.1.3
12962026-08-21T21:29:15.470Z Downloaded nix v0.31.2
12972026-08-21T21:29:15.485Z Downloaded rustls v0.23.41
12982026-08-21T21:29:15.491Z Downloaded object v0.37.3
12992026-08-21T21:29:15.497Z Downloaded dropshot v0.17.1
13002026-08-21T21:29:15.509Z Downloaded sqlparser v0.61.0
13012026-08-21T21:29:15.519Z Downloaded vcpkg v0.2.15
13022026-08-21T21:29:15.540Z Downloaded regex-automata v0.4.14
13032026-08-21T21:29:15.548Z Downloaded sha3 v0.11.0
13042026-08-21T21:29:15.553Z Downloaded tracing v0.1.44
13052026-08-21T21:29:15.565Z Downloaded rustix v0.38.44
13062026-08-21T21:29:15.575Z Downloaded petgraph v0.6.5
13072026-08-21T21:29:15.623Z Downloaded zerocopy-derive v0.6.6
13082026-08-21T21:29:15.623Z Downloaded ratatui v0.29.0
13092026-08-21T21:29:15.623Z Downloaded diesel v2.3.7
13102026-08-21T21:29:15.623Z Downloaded petgraph v0.8.3
13112026-08-21T21:29:15.626Z Downloaded csv v1.4.0
13122026-08-21T21:29:15.637Z Downloaded sha3 v0.10.8
13132026-08-21T21:29:15.640Z Downloaded openapiv3 v2.2.0
13142026-08-21T21:29:15.646Z Downloaded sled v0.34.7
13152026-08-21T21:29:15.652Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-21T21:29:15.658Z Downloaded typify-impl v0.6.2
13172026-08-21T21:29:15.730Z Downloaded chrono-tz v0.10.4
13182026-08-21T21:29:15.751Z Downloaded jiff v0.2.34
13192026-08-21T21:29:15.819Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-21T21:29:15.851Z Downloaded libz-sys v1.1.24
13212026-08-21T21:29:15.867Z Downloaded tokio v1.52.1
13222026-08-21T21:29:15.917Z Downloaded encoding_rs v0.8.35
13232026-08-21T21:29:15.956Z Downloaded ring v0.17.14
13242026-08-21T21:29:15.995Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-21T21:29:16.446Z Downloaded aws-lc-sys v0.40.0
13262026-08-21T21:29:16.698Z Compiling libc v0.2.185
13272026-08-21T21:29:16.699Z Compiling serde_core v1.0.228
13282026-08-21T21:29:16.699Z Compiling serde v1.0.228
13292026-08-21T21:29:16.702Z Compiling log v0.4.29
13302026-08-21T21:29:16.702Z Compiling smallvec v1.15.1
13312026-08-21T21:29:16.702Z Compiling find-msvc-tools v0.1.9
13322026-08-21T21:29:16.702Z Compiling shlex v1.3.0
13332026-08-21T21:29:16.702Z Compiling syn v2.0.117
13342026-08-21T21:29:17.037Z Compiling subtle v2.6.1
13352026-08-21T21:29:17.050Z Compiling scopeguard v1.2.0
13362026-08-21T21:29:17.091Z Compiling typenum v1.20.1
13372026-08-21T21:29:17.140Z Compiling lock_api v0.4.14
13382026-08-21T21:29:17.154Z Compiling stable_deref_trait v1.2.1
13392026-08-21T21:29:17.204Z Compiling zerocopy v0.8.40
13402026-08-21T21:29:17.218Z Compiling portable-atomic v1.13.1
13412026-08-21T21:29:17.223Z Compiling serde_json v1.0.151
13422026-08-21T21:29:17.359Z Compiling critical-section v1.2.0
13432026-08-21T21:29:17.430Z Compiling libm v0.2.16
13442026-08-21T21:29:17.500Z Compiling num-traits v0.2.19
13452026-08-21T21:29:17.748Z Compiling pkg-config v0.3.32
13462026-08-21T21:29:17.796Z Compiling jobserver v0.1.34
13472026-08-21T21:29:17.820Z Compiling errno v0.3.14
13482026-08-21T21:29:17.918Z Compiling getrandom v0.2.17
13492026-08-21T21:29:17.981Z Compiling generic-array v0.14.7
13502026-08-21T21:29:17.999Z Compiling cc v1.2.56
13512026-08-21T21:29:18.153Z Compiling rand_core v0.6.4
13522026-08-21T21:29:18.174Z Compiling pin-project-lite v0.2.17
13532026-08-21T21:29:18.285Z Compiling once_cell v1.21.3
13542026-08-21T21:29:18.306Z Compiling parking_lot_core v0.9.12
13552026-08-21T21:29:18.364Z Compiling const-oid v0.9.6
13562026-08-21T21:29:18.438Z Compiling getrandom v0.4.1
13572026-08-21T21:29:18.561Z Compiling rand_core v0.10.0
13582026-08-21T21:29:18.727Z Compiling signal-hook-registry v1.4.8
13592026-08-21T21:29:18.870Z Compiling percent-encoding v2.3.2
13602026-08-21T21:29:19.027Z Compiling bitflags v2.11.0
13612026-08-21T21:29:19.114Z Compiling futures-core v0.3.32
13622026-08-21T21:29:19.191Z Compiling litemap v0.8.1
13632026-08-21T21:29:19.268Z Compiling writeable v0.6.2
13642026-08-21T21:29:19.285Z Compiling semver v1.0.28
13652026-08-21T21:29:19.306Z Compiling parking_lot v0.12.5
13662026-08-21T21:29:19.394Z Compiling mio v1.2.0
13672026-08-21T21:29:19.469Z Compiling icu_normalizer_data v2.1.1
13682026-08-21T21:29:19.592Z Compiling icu_properties_data v2.1.2
13692026-08-21T21:29:19.608Z Compiling socket2 v0.6.3
13702026-08-21T21:29:19.657Z Compiling getrandom v0.3.4
13712026-08-21T21:29:19.699Z Compiling futures-sink v0.3.32
13722026-08-21T21:29:19.764Z Compiling synstructure v0.13.2
13732026-08-21T21:29:19.811Z Compiling indexmap v2.14.0
13742026-08-21T21:29:19.865Z Compiling futures-channel v0.3.32
13752026-08-21T21:29:19.931Z Compiling futures-task v0.3.32
13762026-08-21T21:29:20.010Z Compiling rustix v1.1.3
13772026-08-21T21:29:20.099Z Compiling utf8_iter v1.0.4
13782026-08-21T21:29:20.117Z Compiling futures-io v0.3.32
13792026-08-21T21:29:20.232Z Compiling slab v0.4.12
13802026-08-21T21:29:20.247Z Compiling form_urlencoded v1.2.2
13812026-08-21T21:29:20.269Z Compiling rustversion v1.0.22
13822026-08-21T21:29:20.357Z Compiling iana-time-zone v0.1.65
13832026-08-21T21:29:20.412Z Compiling base64ct v1.8.3
13842026-08-21T21:29:20.426Z Compiling cmake v0.1.57
13852026-08-21T21:29:20.473Z Compiling ident_case v1.0.1
13862026-08-21T21:29:20.530Z Compiling regex-syntax v0.8.10
13872026-08-21T21:29:20.572Z Compiling fs_extra v1.3.0
13882026-08-21T21:29:20.596Z Compiling flagset v0.4.7
13892026-08-21T21:29:20.708Z Compiling pem-rfc7468 v0.7.0
13902026-08-21T21:29:20.728Z Compiling dunce v1.0.5
13912026-08-21T21:29:20.824Z Compiling rand_core v0.9.5
13922026-08-21T21:29:20.839Z Compiling uuid v1.23.4
13932026-08-21T21:29:20.852Z Compiling aws-lc-sys v0.40.0
13942026-08-21T21:29:21.020Z Compiling base64 v0.22.1
13952026-08-21T21:29:21.102Z Compiling syn v1.0.109
13962026-08-21T21:29:21.242Z Compiling vcpkg v0.2.15
13972026-08-21T21:29:21.341Z Compiling serde_derive_internals v0.29.1
13982026-08-21T21:29:21.454Z Compiling rustc_version v0.4.1
13992026-08-21T21:29:21.496Z Compiling serde_derive v1.0.228
14002026-08-21T21:29:21.518Z Compiling zeroize_derive v1.5.0
14012026-08-21T21:29:21.726Z Compiling zerocopy-derive v0.8.40
14022026-08-21T21:29:21.779Z Compiling zerofrom-derive v0.1.6
14032026-08-21T21:29:21.976Z Compiling yoke-derive v0.8.1
14042026-08-21T21:29:22.167Z Compiling zeroize v1.9.0
14052026-08-21T21:29:22.236Z Compiling zerovec-derive v0.11.2
14062026-08-21T21:29:22.374Z Compiling displaydoc v0.2.5
14072026-08-21T21:29:23.150Z Compiling tokio-macros v2.7.0
14082026-08-21T21:29:23.187Z Compiling futures-macro v0.3.32
14092026-08-21T21:29:23.209Z Compiling zerofrom v0.1.6
14102026-08-21T21:29:23.332Z Compiling yoke v0.8.1
14112026-08-21T21:29:23.391Z Compiling thiserror-impl v2.0.18
14122026-08-21T21:29:23.510Z Compiling block-buffer v0.10.4
14132026-08-21T21:29:23.520Z Compiling zerovec v0.11.5
14142026-08-21T21:29:23.652Z Compiling zerotrie v0.2.3
14152026-08-21T21:29:23.903Z Compiling crypto-common v0.1.7
14162026-08-21T21:29:23.957Z Compiling der_derive v0.7.3
14172026-08-21T21:29:24.005Z Compiling tinystr v0.8.2
14182026-08-21T21:29:24.029Z Compiling potential_utf v0.1.4
14192026-08-21T21:29:24.113Z Compiling digest v0.10.7
14202026-08-21T21:29:24.193Z Compiling icu_locale_core v2.1.1
14212026-08-21T21:29:24.210Z Compiling icu_collections v2.1.1
14222026-08-21T21:29:24.297Z Compiling futures-util v0.3.32
14232026-08-21T21:29:24.675Z Compiling openssl-sys v0.9.117
14242026-08-21T21:29:24.733Z Compiling thiserror v2.0.18
14252026-08-21T21:29:24.843Z Compiling icu_provider v2.1.1
14262026-08-21T21:29:24.932Z Compiling der v0.7.10
14272026-08-21T21:29:25.014Z Compiling bytes v1.11.1
14282026-08-21T21:29:25.077Z Compiling icu_properties v2.1.2
14292026-08-21T21:29:25.134Z Compiling icu_normalizer v2.1.1
14302026-08-21T21:29:25.192Z Compiling chrono v0.4.45
14312026-08-21T21:29:25.598Z Compiling tokio v1.52.1
14322026-08-21T21:29:25.635Z Compiling http v1.4.2
14332026-08-21T21:29:26.081Z Compiling ppv-lite86 v0.2.21
14342026-08-21T21:29:26.118Z Compiling idna_adapter v1.2.1
14352026-08-21T21:29:26.190Z Compiling spki v0.7.3
14362026-08-21T21:29:26.253Z Compiling idna v1.1.0
14372026-08-21T21:29:26.396Z Compiling rand_chacha v0.9.0
14382026-08-21T21:29:26.412Z Compiling tracing-attributes v0.1.31
14392026-08-21T21:29:26.530Z Compiling tracing-core v0.1.36
14402026-08-21T21:29:26.536Z Compiling aws-lc-rs v1.16.3
14412026-08-21T21:29:26.563Z Compiling url v2.5.8
14422026-08-21T21:29:26.823Z Compiling dyn-clone v1.0.20
14432026-08-21T21:29:26.900Z Compiling cpufeatures v0.2.17
14442026-08-21T21:29:26.959Z Compiling schemars v0.8.22
14452026-08-21T21:29:27.024Z Compiling rand v0.9.2
14462026-08-21T21:29:27.069Z Compiling pkcs8 v0.10.2
14472026-08-21T21:29:27.094Z Compiling http-body v1.0.1
14482026-08-21T21:29:27.233Z Compiling rustls-pki-types v1.14.0
14492026-08-21T21:29:27.247Z Compiling schemars_derive v0.8.22
14502026-08-21T21:29:27.344Z Compiling spin v0.9.8
14512026-08-21T21:29:27.623Z Compiling cmov v0.5.4
14522026-08-21T21:29:27.732Z Compiling tracing v0.1.44
14532026-08-21T21:29:27.747Z Compiling tinyvec_macros v0.1.1
14542026-08-21T21:29:27.747Z Compiling crc32fast v1.5.0
14552026-08-21T21:29:27.825Z Compiling httparse v1.10.1
14562026-08-21T21:29:27.839Z Compiling openssl-probe v0.2.1
14572026-08-21T21:29:27.987Z Compiling tinyvec v1.10.0
14582026-08-21T21:29:28.015Z Compiling ctutils v0.4.2
14592026-08-21T21:29:28.046Z Compiling tempfile v3.25.0
14602026-08-21T21:29:28.195Z Compiling pest_generator v2.8.6
14612026-08-21T21:29:28.267Z Compiling sha2 v0.10.9
14622026-08-21T21:29:28.337Z Compiling aho-corasick v1.1.4
14632026-08-21T21:29:28.424Z Compiling untrusted v0.7.1
14642026-08-21T21:29:28.534Z Compiling tower-service v0.3.3
14652026-08-21T21:29:28.638Z Compiling atomic-waker v1.1.2
14662026-08-21T21:29:28.775Z Compiling radium v0.7.0
14672026-08-21T21:29:28.881Z Compiling try-lock v0.2.5
14682026-08-21T21:29:28.995Z Compiling tower-layer v0.3.3
14692026-08-21T21:29:29.055Z Compiling want v0.3.1
14702026-08-21T21:29:29.157Z Compiling regex-automata v0.4.14
14712026-08-21T21:29:29.194Z Compiling pest_derive v2.8.6
14722026-08-21T21:29:29.540Z Compiling tokio-util v0.7.18
14732026-08-21T21:29:29.636Z Compiling hybrid-array v0.4.13
14742026-08-21T21:29:30.088Z Compiling ipnet v2.11.0
14752026-08-21T21:29:30.144Z Compiling scroll_derive v0.13.1
14762026-08-21T21:29:30.353Z Compiling h2 v0.4.15
14772026-08-21T21:29:30.536Z Compiling darling_core v0.20.11
14782026-08-21T21:29:30.563Z Compiling foreign-types-shared v0.1.1
14792026-08-21T21:29:30.654Z Compiling simd-adler32 v0.3.8
14802026-08-21T21:29:30.890Z Compiling untrusted v0.9.0
14812026-08-21T21:29:30.918Z Compiling rustls v0.23.41
14822026-08-21T21:29:31.011Z Compiling tap v1.0.1
14832026-08-21T21:29:31.082Z Compiling httpdate v1.0.3
14842026-08-21T21:29:31.092Z Compiling openssl v0.10.80
14852026-08-21T21:29:31.116Z Compiling maybe-uninit v2.0.0
14862026-08-21T21:29:31.297Z Compiling wyz v0.5.1
14872026-08-21T21:29:31.326Z Compiling scroll v0.13.0
14882026-08-21T21:29:31.344Z Compiling foreign-types v0.3.2
14892026-08-21T21:29:31.428Z Compiling unicode-normalization v0.1.25
14902026-08-21T21:29:31.581Z Compiling rand_chacha v0.3.1
14912026-08-21T21:29:31.606Z Compiling hex v0.4.3
14922026-08-21T21:29:31.871Z Compiling signature v2.2.0
14932026-08-21T21:29:31.875Z Compiling thiserror-impl v1.0.69
14942026-08-21T21:29:31.904Z Compiling openssl-macros v0.1.1
14952026-08-21T21:29:32.048Z Compiling terminal_size v0.4.3
14962026-08-21T21:29:32.185Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-08-21T21:29:32.286Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-21T21:29:32.346Z Compiling num-integer v0.1.46
14992026-08-21T21:29:32.583Z Compiling wait-timeout v0.2.1
15002026-08-21T21:29:32.609Z Compiling ahash v0.8.12
15012026-08-21T21:29:32.717Z Compiling quick-error v1.2.3
15022026-08-21T21:29:32.785Z Compiling darling_macro v0.20.11
15032026-08-21T21:29:32.810Z Compiling native-tls v0.2.18
15042026-08-21T21:29:32.824Z Compiling time-core v0.1.8
15052026-08-21T21:29:32.844Z Compiling adler2 v2.0.1
15062026-08-21T21:29:32.967Z Compiling num-bigint-dig v0.8.6
15072026-08-21T21:29:32.979Z Compiling powerfmt v0.2.0
15082026-08-21T21:29:33.002Z Compiling bit-vec v0.8.0
15092026-08-21T21:29:33.150Z Compiling funty v2.0.0
15102026-08-21T21:29:33.164Z Compiling num-conv v0.2.0
15112026-08-21T21:29:33.183Z Compiling packed_struct v0.10.1
15122026-08-21T21:29:33.201Z Compiling bit-set v0.8.0
15132026-08-21T21:29:33.255Z Compiling thiserror v1.0.69
15142026-08-21T21:29:33.269Z Compiling darling v0.20.11
15152026-08-21T21:29:33.287Z Compiling time-macros v0.2.27
15162026-08-21T21:29:33.346Z Compiling deranged v0.5.8
15172026-08-21T21:29:33.362Z Compiling miniz_oxide v0.8.9
15182026-08-21T21:29:33.435Z Compiling rusty-fork v0.3.1
15192026-08-21T21:29:33.449Z Compiling clap_builder v4.6.0
15202026-08-21T21:29:33.722Z Compiling hyper v1.10.1
15212026-08-21T21:29:33.746Z Compiling bitvec v1.0.1
15222026-08-21T21:29:33.973Z Compiling num-iter v0.1.45
15232026-08-21T21:29:34.468Z Compiling rand v0.8.6
15242026-08-21T21:29:34.851Z Compiling hyper-util v0.1.20
15252026-08-21T21:29:35.157Z Compiling goblin v0.10.5
15262026-08-21T21:29:35.253Z Compiling packed_struct_codegen v0.10.1
15272026-08-21T21:29:35.320Z Compiling lazy_static v1.5.0
15282026-08-21T21:29:35.416Z Compiling toml_datetime v0.6.11
15292026-08-21T21:29:35.670Z Compiling serde_spanned v0.6.9
15302026-08-21T21:29:35.815Z Compiling hmac v0.12.1
15312026-08-21T21:29:35.967Z Compiling clap_derive v4.6.1
15322026-08-21T21:29:36.293Z Compiling zerocopy-derive v0.6.6
15332026-08-21T21:29:36.356Z Compiling bitfield-macros v0.19.4
15342026-08-21T21:29:36.590Z Compiling anstyle-parse v0.2.7
15352026-08-21T21:29:36.726Z Compiling rand_xorshift v0.4.0
15362026-08-21T21:29:36.891Z Compiling sync_wrapper v1.0.2
15372026-08-21T21:29:37.002Z Compiling indexmap v1.9.3
15382026-08-21T21:29:37.042Z Compiling zlib-rs v0.6.2
15392026-08-21T21:29:37.110Z Compiling siphasher v1.0.2
15402026-08-21T21:29:37.181Z Compiling usdt-impl v0.6.0
15412026-08-21T21:29:37.211Z Compiling num_threads v0.1.7
15422026-08-21T21:29:37.293Z Compiling paste v1.0.15
15432026-08-21T21:29:37.306Z Compiling crc-catalog v2.4.0
15442026-08-21T21:29:37.376Z Compiling nodrop v0.1.14
15452026-08-21T21:29:37.394Z Compiling crossbeam-utils v0.8.21
15462026-08-21T21:29:37.528Z Compiling unarray v0.1.4
15472026-08-21T21:29:37.638Z Compiling proptest v1.11.0
15482026-08-21T21:29:37.660Z Compiling array-init v0.0.4
15492026-08-21T21:29:37.719Z Compiling crc v3.4.0
15502026-08-21T21:29:37.734Z Compiling clap v4.6.1
15512026-08-21T21:29:37.831Z Compiling time v0.3.47
15522026-08-21T21:29:37.907Z Compiling dof v0.4.0
15532026-08-21T21:29:38.020Z Compiling zerocopy v0.6.6
15542026-08-21T21:29:38.344Z Compiling bitfield v0.19.4
15552026-08-21T21:29:38.643Z Compiling tower v0.5.3
15562026-08-21T21:29:39.049Z Compiling anstream v0.6.21
15572026-08-21T21:29:39.391Z Compiling smallvec v0.6.14
15582026-08-21T21:29:39.586Z Compiling derive_builder_core v0.20.2
15592026-08-21T21:29:39.713Z Compiling dtrace-parser v0.3.0
15602026-08-21T21:29:40.290Z Compiling flate2 v1.1.9
15612026-08-21T21:29:40.401Z Compiling ipnetwork v0.21.1
15622026-08-21T21:29:40.420Z Compiling pkcs1 v0.7.5
15632026-08-21T21:29:40.582Z Compiling http-body-util v0.1.3
15642026-08-21T21:29:40.690Z Compiling heapless v0.7.17
15652026-08-21T21:29:40.775Z Compiling structmeta-derive v0.3.0
15662026-08-21T21:29:40.799Z Compiling scroll_derive v0.12.1
15672026-08-21T21:29:40.814Z Compiling slog v2.8.2
15682026-08-21T21:29:40.827Z Compiling darling_core v0.23.0
15692026-08-21T21:29:40.916Z Compiling thread-id v5.1.0
15702026-08-21T21:29:40.995Z Compiling cookie v0.18.1
15712026-08-21T21:29:41.008Z Compiling env_filter v1.0.0
15722026-08-21T21:29:41.171Z Compiling allocator-api2 v0.2.21
15732026-08-21T21:29:41.292Z Compiling unicode-properties v0.1.4
15742026-08-21T21:29:41.448Z Compiling signal-hook v0.3.18
15752026-08-21T21:29:41.492Z Compiling hashbrown v0.12.3
15762026-08-21T21:29:41.506Z Compiling zstd-safe v7.2.4
15772026-08-21T21:29:41.633Z Compiling winnow v0.5.40
15782026-08-21T21:29:41.693Z Compiling unicode-bidi v0.3.18
15792026-08-21T21:29:41.825Z Compiling iri-string v0.7.10
15802026-08-21T21:29:41.953Z Compiling ryu v1.0.23
15812026-08-21T21:29:42.137Z Compiling base64 v0.21.7
15822026-08-21T21:29:42.215Z Compiling anyhow v1.0.102
15832026-08-21T21:29:42.452Z Compiling ron v0.8.1
15842026-08-21T21:29:42.771Z Compiling serde_urlencoded v0.7.1
15852026-08-21T21:29:43.026Z Compiling tower-http v0.6.8
15862026-08-21T21:29:43.083Z Compiling toml_edit v0.19.15
15872026-08-21T21:29:43.362Z Compiling darling_macro v0.23.0
15882026-08-21T21:29:43.394Z Compiling stringprep v0.1.5
15892026-08-21T21:29:43.439Z Compiling structmeta v0.3.0
15902026-08-21T21:29:43.685Z Compiling scroll v0.12.0
15912026-08-21T21:29:43.853Z Compiling env_logger v0.11.9
15922026-08-21T21:29:43.945Z Compiling rsa v0.9.10
15932026-08-21T21:29:44.031Z Compiling oxnet v0.1.6
15942026-08-21T21:29:44.158Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-21T21:29:44.406Z Compiling derive_builder_macro v0.20.2
15962026-08-21T21:29:44.453Z Compiling newtype-uuid v1.3.2
15972026-08-21T21:29:44.756Z Compiling hashbrown v0.13.2
15982026-08-21T21:29:44.784Z Compiling serde-hex v0.1.0
15992026-08-21T21:29:44.870Z Compiling bzip2 v0.4.4
16002026-08-21T21:29:45.077Z Compiling tokio-native-tls v0.3.1
16012026-08-21T21:29:45.287Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-21T21:29:45.301Z Compiling camino v1.2.2
16032026-08-21T21:29:45.681Z Compiling bstr v1.12.1
16042026-08-21T21:29:45.892Z Compiling crypto-common v0.2.2
16052026-08-21T21:29:46.106Z Compiling block-padding v0.4.2
16062026-08-21T21:29:46.273Z Compiling block-buffer v0.12.1
16072026-08-21T21:29:46.318Z Compiling rustls-native-certs v0.8.3
16082026-08-21T21:29:46.468Z Compiling x509-cert v0.2.5
16092026-08-21T21:29:46.496Z Compiling erased-serde v0.3.31
16102026-08-21T21:29:46.604Z Compiling serde_tokenstream v0.2.3
16112026-08-21T21:29:46.915Z Compiling md-5 v0.10.6
16122026-08-21T21:29:46.957Z Compiling curve25519-dalek v4.1.3
16132026-08-21T21:29:46.982Z Compiling pin-project-internal v1.1.11
16142026-08-21T21:29:47.079Z Compiling async-trait v0.1.89
16152026-08-21T21:29:47.306Z Compiling daft-derive v0.1.7
16162026-08-21T21:29:47.649Z Compiling zerocopy-derive v0.7.35
16172026-08-21T21:29:48.018Z Compiling vergen-lib v9.1.0
16182026-08-21T21:29:48.080Z Compiling hash32 v0.2.1
16192026-08-21T21:29:48.099Z Compiling memoffset v0.9.1
16202026-08-21T21:29:48.124Z Compiling encoding_rs v0.8.35
16212026-08-21T21:29:48.198Z Compiling smoltcp v0.9.1
16222026-08-21T21:29:48.271Z Compiling mime v0.3.17
16232026-08-21T21:29:48.289Z Compiling ref-cast v1.0.25
16242026-08-21T21:29:48.514Z Compiling crc-any v2.5.0
16252026-08-21T21:29:48.530Z Compiling fallible-iterator v0.2.0
16262026-08-21T21:29:48.537Z Compiling psl-types v2.0.11
16272026-08-21T21:29:48.573Z Compiling litrs v1.0.0
16282026-08-21T21:29:48.591Z Compiling rustix v0.38.44
16292026-08-21T21:29:48.662Z Compiling cfg_aliases v0.2.1
16302026-08-21T21:29:48.727Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-21T21:29:48.745Z Compiling nix v0.31.2
16322026-08-21T21:29:48.751Z Compiling publicsuffix v2.3.0
16332026-08-21T21:29:48.830Z Compiling postgres-protocol v0.6.10
16342026-08-21T21:29:48.985Z Compiling zerocopy v0.7.35
16352026-08-21T21:29:49.075Z Compiling document-features v0.2.12
16362026-08-21T21:29:49.129Z Compiling pin-project v1.1.11
16372026-08-21T21:29:49.227Z Compiling daft v0.1.7
16382026-08-21T21:29:49.502Z Compiling inout v0.2.2
16392026-08-21T21:29:49.518Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-21T21:29:50.239Z Compiling hyper-tls v0.6.0
16412026-08-21T21:29:50.239Z Compiling object v0.30.4
16422026-08-21T21:29:50.239Z Compiling zip v0.6.6
16432026-08-21T21:29:50.239Z Compiling derive_builder v0.20.2
16442026-08-21T21:29:50.239Z Compiling toml v0.7.8
16452026-08-21T21:29:50.239Z Compiling goblin v0.8.2
16462026-08-21T21:29:50.239Z Compiling darling v0.23.0
16472026-08-21T21:29:50.417Z Compiling derive-ex v0.1.8
16482026-08-21T21:29:50.417Z Compiling phf_shared v0.13.1
16492026-08-21T21:29:50.417Z Compiling regex v1.12.3
16502026-08-21T21:29:50.596Z Compiling hubpack_derive v0.1.1
16512026-08-21T21:29:50.613Z Compiling futures-executor v0.3.32
16522026-08-21T21:29:50.833Z Compiling snafu-derive v0.8.9
16532026-08-21T21:29:50.863Z Compiling ref-cast-impl v1.0.25
16542026-08-21T21:29:51.107Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-21T21:29:51.415Z Compiling strum_macros v0.27.2
16562026-08-21T21:29:51.705Z Compiling vergen v9.1.0
16572026-08-21T21:29:51.821Z Compiling cargo-platform v0.3.2
16582026-08-21T21:29:51.945Z Compiling ff v0.13.1
16592026-08-21T21:29:52.010Z Compiling fs-err v3.3.0
16602026-08-21T21:29:52.126Z Compiling path-slash v0.1.5
16612026-08-21T21:29:52.228Z Compiling managed v0.8.0
16622026-08-21T21:29:52.239Z Compiling base16ct v0.2.0
16632026-08-21T21:29:52.405Z Compiling either v1.15.0
16642026-08-21T21:29:52.405Z Compiling foldhash v0.2.0
16652026-08-21T21:29:52.416Z Compiling unicode-segmentation v1.12.0
16662026-08-21T21:29:52.650Z Compiling foldhash v0.1.5
16672026-08-21T21:29:52.713Z Compiling bumpalo v3.20.2
16682026-08-21T21:29:52.837Z Compiling bitflags v1.3.2
16692026-08-21T21:29:52.944Z Compiling jiff-core v0.1.0
16702026-08-21T21:29:52.945Z Compiling libbz2-rs-sys v0.2.2
16712026-08-21T21:29:53.006Z Compiling object v0.37.3
16722026-08-21T21:29:53.006Z Compiling same-file v1.0.6
16732026-08-21T21:29:53.236Z Compiling walkdir v2.5.0
16742026-08-21T21:29:53.283Z Compiling zopfli v0.8.3
16752026-08-21T21:29:53.332Z Compiling bzip2 v0.6.1
16762026-08-21T21:29:53.399Z Compiling strum v0.27.2
16772026-08-21T21:29:53.513Z Compiling hashbrown v0.15.5
16782026-08-21T21:29:53.526Z Compiling snafu v0.8.9
16792026-08-21T21:29:53.526Z Compiling hashbrown v0.16.1
16802026-08-21T21:29:53.939Z Compiling jiff v0.2.34
16812026-08-21T21:29:53.971Z Compiling sec1 v0.7.3
16822026-08-21T21:29:53.993Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16832026-08-21T21:29:54.040Z Compiling dof v0.3.0
16842026-08-21T21:29:54.102Z Compiling cargo_metadata v0.23.1
16852026-08-21T21:29:54.128Z Compiling group v0.13.0
16862026-08-21T21:29:54.225Z Compiling test-strategy v0.4.5
16872026-08-21T21:29:54.846Z Compiling hubpack v0.1.2
16882026-08-21T21:29:55.065Z Compiling futures v0.3.32
16892026-08-21T21:29:55.149Z Compiling phf v0.13.1
16902026-08-21T21:29:55.378Z Compiling signal-hook-mio v0.2.5
16912026-08-21T21:29:55.425Z Compiling cookie_store v0.22.1
16922026-08-21T21:29:55.495Z Compiling zstd v0.13.3
16932026-08-21T21:29:55.643Z Compiling serde_with_macros v3.21.0
16942026-08-21T21:29:55.671Z Compiling reqwest v0.12.28
16952026-08-21T21:29:55.780Z Compiling cipher v0.5.2
16962026-08-21T21:29:56.054Z Compiling postgres-types v0.2.12
16972026-08-21T21:29:56.603Z Compiling usdt-macro v0.6.0
16982026-08-21T21:29:56.758Z Compiling usdt-attr-macro v0.6.0
16992026-08-21T21:29:57.221Z Compiling globset v0.4.18
17002026-08-21T21:29:57.266Z Compiling phf_shared v0.11.3
17012026-08-21T21:29:57.330Z Compiling hkdf v0.12.4
17022026-08-21T21:29:57.357Z Compiling dtrace-parser v0.2.0
17032026-08-21T21:29:57.460Z Compiling ed25519 v2.2.3
17042026-08-21T21:29:57.545Z Compiling byte-wrapper v0.1.0
17052026-08-21T21:29:57.560Z Compiling olpc-cjson v0.1.4
17062026-08-21T21:29:57.727Z Compiling serde_plain v1.0.2
17072026-08-21T21:29:57.753Z Compiling serde-big-array v0.5.1
17082026-08-21T21:29:57.875Z Compiling crypto-bigint v0.5.5
17092026-08-21T21:29:57.907Z Compiling async-recursion v1.1.1
17102026-08-21T21:29:57.922Z Compiling enum-as-inner v0.6.1
17112026-08-21T21:29:57.934Z Compiling serde_repr v0.1.20
17122026-08-21T21:29:58.221Z Compiling strum_macros v0.26.4
17132026-08-21T21:29:58.429Z Compiling pem v3.0.6
17142026-08-21T21:29:58.430Z Compiling float-cmp v0.10.0
17152026-08-21T21:29:58.477Z Compiling thread-id v4.2.2
17162026-08-21T21:29:58.571Z Compiling memmap2 v0.9.10
17172026-08-21T21:29:58.601Z Compiling cpufeatures v0.3.0
17182026-08-21T21:29:58.601Z Compiling winnow v1.0.3
17192026-08-21T21:29:58.658Z Compiling keccak v0.1.6
17202026-08-21T21:29:58.747Z Compiling static_assertions v1.1.0
17212026-08-21T21:29:58.789Z Compiling normalize-line-endings v0.3.0
17222026-08-21T21:29:58.828Z Compiling new_debug_unreachable v1.0.6
17232026-08-21T21:29:58.871Z Compiling fixedbitset v0.5.7
17242026-08-21T21:29:58.904Z Compiling const-oid v0.10.2
17252026-08-21T21:29:58.933Z Compiling whoami v2.1.0
17262026-08-21T21:29:59.106Z Compiling data-encoding v2.10.0
17272026-08-21T21:29:59.167Z Compiling difflib v0.4.0
17282026-08-21T21:29:59.299Z Compiling typed-path v0.9.3
17292026-08-21T21:29:59.381Z Compiling fixedbitset v0.4.2
17302026-08-21T21:29:59.464Z Compiling predicates-core v1.0.10
17312026-08-21T21:29:59.586Z Compiling precomputed-hash v0.1.1
17322026-08-21T21:29:59.641Z Compiling toml_edit v0.22.27
17332026-08-21T21:29:59.674Z Compiling string_cache v0.8.9
17342026-08-21T21:29:59.723Z Compiling predicates v3.1.4
17352026-08-21T21:29:59.787Z Compiling petgraph v0.6.5
17362026-08-21T21:29:59.894Z Compiling hickory-proto v0.25.2
17372026-08-21T21:29:59.908Z Compiling strum v0.26.3
17382026-08-21T21:29:59.977Z Compiling tokio-postgres v0.7.16
17392026-08-21T21:30:00.036Z Compiling petgraph v0.8.3
17402026-08-21T21:30:00.346Z Compiling digest v0.11.3
17412026-08-21T21:30:00.502Z Compiling toml_parser v1.1.2+spec-1.1.0
17422026-08-21T21:30:00.568Z Compiling elliptic-curve v0.13.8
17432026-08-21T21:30:00.961Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-21T21:30:01.112Z Compiling sha3 v0.10.8
17452026-08-21T21:30:01.252Z Compiling usdt v0.6.0
17462026-08-21T21:30:01.511Z Compiling chacha20 v0.10.0
17472026-08-21T21:30:01.567Z Compiling usdt-impl v0.5.0
17482026-08-21T21:30:01.884Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17492026-08-21T21:30:01.978Z Compiling ed25519-dalek v2.2.0
17502026-08-21T21:30:02.159Z Compiling crossterm v0.28.1
17512026-08-21T21:30:02.195Z Compiling serde_with v3.21.0
17522026-08-21T21:30:02.504Z Compiling zip v4.6.1
17532026-08-21T21:30:03.508Z Compiling iddqd v0.4.2
17542026-08-21T21:30:03.829Z Compiling similar v2.7.0
17552026-08-21T21:30:03.859Z Compiling heck v0.4.1
17562026-08-21T21:30:04.020Z Compiling itertools v0.13.0
17572026-08-21T21:30:04.057Z Compiling itertools v0.15.0
17582026-08-21T21:30:04.082Z Compiling crossbeam-epoch v0.9.18
17592026-08-21T21:30:04.405Z Compiling tokio-stream v0.1.18
17602026-08-21T21:30:04.595Z Compiling buf-list v1.1.2
17612026-08-21T21:30:04.661Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-21T21:30:04.717Z Compiling openapiv3 v2.2.0
17632026-08-21T21:30:04.852Z Compiling peg-runtime v0.8.5
17642026-08-21T21:30:04.861Z Compiling lalrpop-util v0.19.12
17652026-08-21T21:30:04.951Z Compiling thread_local v1.1.9
17662026-08-21T21:30:05.053Z Compiling slog-async v2.8.0
17672026-08-21T21:30:05.119Z Compiling crossbeam-channel v0.5.15
17682026-08-21T21:30:05.197Z Compiling is-terminal v0.4.17
17692026-08-21T21:30:05.250Z Compiling filetime v0.2.27
17702026-08-21T21:30:05.293Z Compiling take_mut v0.2.2
17712026-08-21T21:30:05.357Z Compiling term v1.2.1
17722026-08-21T21:30:05.371Z Compiling xattr v1.6.1
17732026-08-21T21:30:05.401Z Compiling camino-tempfile v1.4.1
17742026-08-21T21:30:05.529Z Compiling tar v0.4.46
17752026-08-21T21:30:05.618Z Compiling slog-term v2.9.2
17762026-08-21T21:30:11.935Z Compiling rustls-webpki v0.103.13
17772026-08-21T21:30:14.614Z Compiling tokio-rustls v0.26.4
17782026-08-21T21:30:14.614Z Compiling rustls-platform-verifier v0.6.2
17792026-08-21T21:30:14.614Z Compiling tough v0.22.0
17802026-08-21T21:30:14.817Z Compiling hyper-rustls v0.27.7
17812026-08-21T21:30:15.010Z Compiling reqwest v0.13.2
17822026-08-21T21:30:17.209Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-21T21:30:17.423Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-21T21:30:20.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17852026-08-21T21:30:20.483Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-21T21:30:20.539ZAug 21 21:30:19.159 INFO Starting download, target: Cockroach
17872026-08-21T21:30:20.539ZAug 21 21:30:19.159 INFO Starting download, target: Console
17882026-08-21T21:30:20.539ZAug 21 21:30:19.159 INFO Starting download, target: DendriteStub
17892026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Starting download, target: Clickhouse
17902026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Starting download, target: MaghemiteMgd
17912026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Starting download, target: MaghemiteDdmd
17922026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Starting download, target: TransceiverControl
17932026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-21T21:30:20.542ZAug 21 21:30:19.159 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-21T21:30:20.543ZAug 21 21:30:19.159 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17962026-08-21T21:30:20.543ZAug 21 21:30:19.159 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-21T21:30:20.543ZAug 21 21:30:19.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-21T21:30:20.543ZAug 21 21:30:19.160 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-21T21:30:20.543ZAug 21 21:30:19.160 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-21T21:30:20.961ZAug 21 21:30:19.581 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-21T21:30:21.187ZAug 21 21:30:19.792 INFO Download complete, target: TransceiverControl
18022026-08-21T21:30:22.377ZAug 21 21:30:20.993 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-21T21:30:22.522ZAug 21 21:30:21.136 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-21T21:30:22.575ZAug 21 21:30:21.192 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-08-21T21:30:22.670ZAug 21 21:30:21.285 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-21T21:30:22.711ZAug 21 21:30:21.329 INFO Download complete, target: Console
18072026-08-21T21:30:22.904ZAug 21 21:30:21.517 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-08-21T21:30:23.050ZAug 21 21:30:21.670 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-21T21:30:23.050ZAug 21 21:30:21.670 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-21T21:30:24.468ZAug 21 21:30:23.088 INFO Download complete, target: MaghemiteDdmd
18112026-08-21T21:30:25.167ZAug 21 21:30:23.787 INFO Download complete, target: DendriteStub
18122026-08-21T21:30:25.216ZAug 21 21:30:23.837 INFO Download complete, target: MaghemiteMgd
18132026-08-21T21:30:27.727ZAug 21 21:30:26.348 INFO Checking that binary works, target: Cockroach
18142026-08-21T21:30:27.841ZAug 21 21:30:26.462 INFO Download complete, target: Cockroach
18152026-08-21T21:30:29.688ZAug 21 21:30:28.309 INFO Checking that binary works, target: Clickhouse
18162026-08-21T21:30:29.789ZAug 21 21:30:28.410 INFO Download complete, target: Clickhouse
18172026-08-21T21:30:29.805ZAll builder prerequisites installed successfully, and PATH looks valid
18182026-08-21T21:30:29.809Z
18192026-08-21T21:30:29.809Zreal 2:11.052773326
18202026-08-21T21:30:29.809Zuser 7:10.763748140
18212026-08-21T21:30:29.809Zsys 1:24.603174685
18222026-08-21T21:30:29.809Ztrap 0.245310578
18232026-08-21T21:30:29.809Ztflt 0.553744886
18242026-08-21T21:30:29.809Zdflt 0.858889229
18252026-08-21T21:30:29.809Zkflt 0.024529365
18262026-08-21T21:30:29.809Zlock 27:00.517153970
18272026-08-21T21:30:29.810Zslp 21:40.573149207
18282026-08-21T21:30:29.810Zlat 48.305700690
18292026-08-21T21:30:29.810Zstop 2:41.177648272
18302026-08-21T21:30:29.810Z+ banner clippy
18312026-08-21T21:30:29.810Z
18322026-08-21T21:30:29.810Z #### # # ##### ##### # #
18332026-08-21T21:30:29.810Z # # # # # # # # # #
18342026-08-21T21:30:29.810Z # # # # # # # #
18352026-08-21T21:30:29.810Z # # # ##### ##### #
18362026-08-21T21:30:29.810Z # # # # # # #
18372026-08-21T21:30:29.810Z #### ###### # # # #
18382026-08-21T21:30:29.810Z
18392026-08-21T21:30:29.811Z+ export CARGO_INCREMENTAL=0
18402026-08-21T21:30:29.811Z+ CARGO_INCREMENTAL=0
18412026-08-21T21:30:29.811Z+ ptime -m cargo xtask clippy
18422026-08-21T21:30:30.269Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18432026-08-21T21:30:30.553Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18442026-08-21T21:30:32.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18452026-08-21T21:30:32.411Z Running `target/debug/xtask clippy`
18462026-08-21T21:30:32.433Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18472026-08-21T21:30:32.998Z Downloading crates ...
18482026-08-21T21:30:33.173Z Downloaded addr2line v0.25.1
18492026-08-21T21:30:33.178Z Downloaded async-lock v3.4.2
18502026-08-21T21:30:33.178Z Downloaded assert-json-diff v2.0.2
18512026-08-21T21:30:33.178Z Downloaded approx v0.5.1
18522026-08-21T21:30:33.178Z Downloaded backtrace-ext v0.2.1
18532026-08-21T21:30:33.181Z Downloaded async-object-pool v0.2.0
18542026-08-21T21:30:33.182Z Downloaded constant_time_eq v0.3.1
18552026-08-21T21:30:33.182Z Downloaded cast v0.3.0
18562026-08-21T21:30:33.182Z Downloaded cfg-expr v0.20.6
18572026-08-21T21:30:33.182Z Downloaded assert_cmd v2.1.2
18582026-08-21T21:30:33.182Z Downloaded concurrent-queue v2.5.0
18592026-08-21T21:30:33.185Z Downloaded criterion-plot v0.6.0
18602026-08-21T21:30:33.185Z Downloaded anes v0.1.6
18612026-08-21T21:30:33.185Z Downloaded blake2b_simd v1.0.4
18622026-08-21T21:30:33.188Z Downloaded datatest-stable v0.3.3
18632026-08-21T21:30:33.188Z Downloaded escape8259 v0.5.3
18642026-08-21T21:30:33.188Z Downloaded chumsky v0.9.3
18652026-08-21T21:30:33.192Z Downloaded backtrace v0.3.76
18662026-08-21T21:30:33.192Z Downloaded event-listener-strategy v0.5.4
18672026-08-21T21:30:33.195Z Downloaded criterion v0.7.0
18682026-08-21T21:30:33.198Z Downloaded event-listener v5.4.1
18692026-08-21T21:30:33.199Z Downloaded fancy-regex v0.14.0
18702026-08-21T21:30:33.202Z Downloaded futures-timer v3.0.3
18712026-08-21T21:30:33.202Z Downloaded hex-literal v0.4.1
18722026-08-21T21:30:33.202Z Downloaded guppy-workspace-hack v0.1.0
18732026-08-21T21:30:33.202Z Downloaded hickory-client v0.25.2
18742026-08-21T21:30:33.202Z Downloaded httptest v0.16.4
18752026-08-21T21:30:33.205Z Downloaded gimli v0.32.3
18762026-08-21T21:30:33.209Z Downloaded linkme-impl v0.3.35
18772026-08-21T21:30:33.209Z Downloaded miette-derive v5.10.0
18782026-08-21T21:30:33.209Z Downloaded knuffel-derive v3.2.0
18792026-08-21T21:30:33.213Z Downloaded linkme v0.3.35
18802026-08-21T21:30:33.213Z Downloaded nested v0.1.1
18812026-08-21T21:30:33.213Z Downloaded parking v2.2.1
18822026-08-21T21:30:33.213Z Downloaded libtest-mimic v0.8.1
18832026-08-21T21:30:33.217Z Downloaded owo-colors v3.5.0
18842026-08-21T21:30:33.217Z Downloaded oorandom v11.1.5
18852026-08-21T21:30:33.217Z Downloaded pathdiff v0.2.3
18862026-08-21T21:30:33.217Z Downloaded plotters-backend v0.3.7
18872026-08-21T21:30:33.217Z Downloaded plotters-svg v0.3.7
18882026-08-21T21:30:33.217Z Downloaded knuffel v3.2.0
18892026-08-21T21:30:33.228Z Downloaded partial-io v0.5.4
18902026-08-21T21:30:33.228Z Downloaded path-tree v0.8.3
18912026-08-21T21:30:33.228Z Downloaded guppy v0.17.25
18922026-08-21T21:30:33.234Z Downloaded hashbrown v0.14.5
18932026-08-21T21:30:33.234Z Downloaded relative-path v1.9.3
18942026-08-21T21:30:33.234Z Downloaded rust-argon2 v2.1.0
18952026-08-21T21:30:33.234Z Downloaded rustc-demangle v0.1.27
18962026-08-21T21:30:33.234Z Downloaded miette v5.10.0
18972026-08-21T21:30:33.234Z Downloaded serde_regex v1.1.0
18982026-08-21T21:30:33.234Z Downloaded similar-asserts v1.7.0
18992026-08-21T21:30:33.234Z Downloaded supports-hyperlinks v2.1.0
19002026-08-21T21:30:33.234Z Downloaded supports-color v2.1.0
19012026-08-21T21:30:33.239Z Downloaded rand_distr v0.5.1
19022026-08-21T21:30:33.239Z Downloaded supports-unicode v2.1.0
19032026-08-21T21:30:33.239Z Downloaded target-triple v1.0.0
19042026-08-21T21:30:33.239Z Downloaded terminal_size v0.1.17
19052026-08-21T21:30:33.239Z Downloaded rstest v0.25.0
19062026-08-21T21:30:33.239Z Downloaded stringmetrics v2.2.2
19072026-08-21T21:30:33.239Z Downloaded target-spec v3.5.7
19082026-08-21T21:30:33.243Z Downloaded termcolor v1.4.1
19092026-08-21T21:30:33.243Z Downloaded target-lexicon v0.13.3
19102026-08-21T21:30:33.243Z Downloaded rstest_macros v0.25.0
19112026-08-21T21:30:33.243Z Downloaded tinytemplate v1.2.1
19122026-08-21T21:30:33.247Z Downloaded textwrap v0.15.2
19132026-08-21T21:30:33.247Z Downloaded plotters v0.3.7
19142026-08-21T21:30:33.250Z Downloaded trybuild v1.0.116
19152026-08-21T21:30:33.306Z Downloaded httpmock v0.8.3
19162026-08-21T21:30:35.065Z Checking cfg-if v1.0.4
19172026-08-21T21:30:35.439Z Checking libc v0.2.185
19182026-08-21T21:30:35.442Z Checking serde_core v1.0.228
19192026-08-21T21:30:35.509Z Checking memchr v2.8.0
19202026-08-21T21:30:35.551Z Checking smallvec v1.15.1
19212026-08-21T21:30:35.586Z Checking zeroize v1.9.0
19222026-08-21T21:30:35.623Z Checking rand_core v0.10.0
19232026-08-21T21:30:35.662Z Checking itoa v1.0.17
19242026-08-21T21:30:35.700Z Checking subtle v2.6.1
19252026-08-21T21:30:35.764Z Checking log v0.4.29
19262026-08-21T21:30:35.802Z Checking libm v0.2.16
19272026-08-21T21:30:35.851Z Checking typenum v1.20.1
19282026-08-21T21:30:35.894Z Checking getrandom v0.4.1
19292026-08-21T21:30:35.895Z Checking errno v0.3.14
19302026-08-21T21:30:35.968Z Checking scopeguard v1.2.0
19312026-08-21T21:30:36.007Z Checking zmij v1.0.21
19322026-08-21T21:30:36.007Z Checking stable_deref_trait v1.2.1
19332026-08-21T21:30:36.082Z Checking zerofrom v0.1.6
19342026-08-21T21:30:36.122Z Checking lock_api v0.4.14
19352026-08-21T21:30:36.160Z Checking percent-encoding v2.3.2
19362026-08-21T21:30:36.165Z Checking writeable v0.6.2
19372026-08-21T21:30:36.231Z Checking yoke v0.8.1
19382026-08-21T21:30:36.274Z Checking litemap v0.8.1
19392026-08-21T21:30:36.344Z Checking icu_properties_data v2.1.2
19402026-08-21T21:30:36.347Z Checking icu_normalizer_data v2.1.1
19412026-08-21T21:30:36.420Z Checking form_urlencoded v1.2.2
19422026-08-21T21:30:36.423Z Checking zerovec v0.11.5
19432026-08-21T21:30:36.493Z Checking zerotrie v0.2.3
19442026-08-21T21:30:36.497Z Checking num-traits v0.2.19
19452026-08-21T21:30:36.566Z Checking utf8_iter v1.0.4
19462026-08-21T21:30:36.605Z Checking pin-project-lite v0.2.17
19472026-08-21T21:30:36.644Z Checking zerocopy v0.8.40
19482026-08-21T21:30:36.684Z Checking parking_lot_core v0.9.12
19492026-08-21T21:30:36.721Z Checking portable-atomic v1.13.1
19502026-08-21T21:30:36.762Z Checking critical-section v1.2.0
19512026-08-21T21:30:36.810Z Checking signal-hook-registry v1.4.8
19522026-08-21T21:30:36.964Z Checking parking_lot v0.12.5
19532026-08-21T21:30:36.973Z Checking tinystr v0.8.2
19542026-08-21T21:30:36.973Z Checking potential_utf v0.1.4
19552026-08-21T21:30:37.004Z Checking serde v1.0.228
19562026-08-21T21:30:37.007Z Checking serde_json v1.0.151
19572026-08-21T21:30:37.074Z Checking bitflags v2.11.0
19582026-08-21T21:30:37.114Z Checking mio v1.2.0
19592026-08-21T21:30:37.152Z Checking icu_collections v2.1.1
19602026-08-21T21:30:37.156Z Checking icu_locale_core v2.1.1
19612026-08-21T21:30:37.156Z Checking once_cell v1.21.3
19622026-08-21T21:30:37.272Z Checking iana-time-zone v0.1.65
19632026-08-21T21:30:37.396Z Checking socket2 v0.6.3
19642026-08-21T21:30:37.442Z Checking uuid v1.23.4
19652026-08-21T21:30:37.486Z Checking bytes v1.11.1
19662026-08-21T21:30:37.486Z Checking chrono v0.4.45
19672026-08-21T21:30:37.567Z Checking semver v1.0.28
19682026-08-21T21:30:37.669Z Checking thiserror v2.0.18
19692026-08-21T21:30:37.725Z Checking dyn-clone v1.0.20
19702026-08-21T21:30:37.790Z Checking icu_provider v2.1.1
19712026-08-21T21:30:37.844Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-21T21:30:37.851Z Checking futures-core v0.3.32
19732026-08-21T21:30:37.851Z Checking equivalent v1.0.2
19742026-08-21T21:30:37.952Z Checking rustix v1.1.3
19752026-08-21T21:30:37.955Z Checking tokio v1.52.1
19762026-08-21T21:30:37.986Z Checking getrandom v0.2.17
19772026-08-21T21:30:38.059Z Checking cmov v0.5.4
19782026-08-21T21:30:38.063Z Checking icu_properties v2.1.2
19792026-08-21T21:30:38.135Z Checking icu_normalizer v2.1.1
19802026-08-21T21:30:38.252Z Checking rand_core v0.6.4
19812026-08-21T21:30:38.318Z Checking ctutils v0.4.2
19822026-08-21T21:30:38.392Z Checking futures-sink v0.3.32
19832026-08-21T21:30:38.460Z Checking byteorder v1.5.0
19842026-08-21T21:30:38.463Z Checking getrandom v0.3.4
19852026-08-21T21:30:38.533Z Checking futures-channel v0.3.32
19862026-08-21T21:30:38.570Z Checking hybrid-array v0.4.13
19872026-08-21T21:30:38.667Z Checking slab v0.4.12
19882026-08-21T21:30:38.708Z Checking futures-task v0.3.32
19892026-08-21T21:30:38.760Z Checking futures-io v0.3.32
19902026-08-21T21:30:38.823Z Checking generic-array v0.14.7
19912026-08-21T21:30:38.862Z Checking hashbrown v0.17.0
19922026-08-21T21:30:38.897Z Checking thiserror v1.0.69
19932026-08-21T21:30:38.933Z Checking idna_adapter v1.2.1
19942026-08-21T21:30:38.937Z Checking futures-util v0.3.32
19952026-08-21T21:30:39.023Z Checking regex-syntax v0.8.10
19962026-08-21T21:30:39.083Z Checking idna v1.1.0
19972026-08-21T21:30:39.299Z Checking fnv v1.0.7
19982026-08-21T21:30:39.341Z Checking indexmap v2.14.0
19992026-08-21T21:30:39.380Z Checking crypto-common v0.2.2
20002026-08-21T21:30:39.393Z Checking url v2.5.8
20012026-08-21T21:30:39.535Z Checking const-oid v0.9.6
20022026-08-21T21:30:39.547Z Checking ppv-lite86 v0.2.21
20032026-08-21T21:30:39.798Z Checking base64ct v1.8.3
20042026-08-21T21:30:39.837Z Checking schemars v0.8.22
20052026-08-21T21:30:39.913Z Checking crypto-common v0.1.7
20062026-08-21T21:30:40.023Z Checking block-buffer v0.12.1
20072026-08-21T21:30:40.061Z Checking block-buffer v0.10.4
20082026-08-21T21:30:40.099Z Checking base64 v0.22.1
20092026-08-21T21:30:40.159Z Checking utf8parse v0.2.2
20102026-08-21T21:30:40.209Z Checking anstyle v1.0.14
20112026-08-21T21:30:40.248Z Checking digest v0.10.7
20122026-08-21T21:30:40.290Z Checking http v1.4.2
20132026-08-21T21:30:40.342Z Checking tracing-core v0.1.36
20142026-08-21T21:30:40.382Z Checking colorchoice v1.0.4
20152026-08-21T21:30:40.418Z Checking is_terminal_polyfill v1.70.2
20162026-08-21T21:30:40.465Z Checking anstyle-query v1.1.5
20172026-08-21T21:30:40.504Z Checking rand_core v0.9.5
20182026-08-21T21:30:40.542Z Checking anstyle-parse v1.0.0
20192026-08-21T21:30:40.547Z Checking terminal_size v0.4.3
20202026-08-21T21:30:40.613Z Checking const-oid v0.10.2
20212026-08-21T21:30:40.669Z Checking tracing v0.1.44
20222026-08-21T21:30:40.708Z Checking rand_chacha v0.9.0
20232026-08-21T21:30:40.745Z Checking anstream v1.0.0
20242026-08-21T21:30:40.749Z Checking ipnet v2.11.0
20252026-08-21T21:30:41.226Z Checking aho-corasick v1.1.4
20262026-08-21T21:30:41.229Z Checking clap_lex v1.0.0
20272026-08-21T21:30:41.229Z Checking strsim v0.11.1
20282026-08-21T21:30:41.230Z Checking crossbeam-utils v0.8.21
20292026-08-21T21:30:41.230Z Checking rand v0.9.2
20302026-08-21T21:30:41.230Z Checking erased-serde v0.3.31
20312026-08-21T21:30:41.230Z Checking powerfmt v0.2.0
20322026-08-21T21:30:41.230Z Checking unicode-ident v1.0.24
20332026-08-21T21:30:41.230Z Checking clap_builder v4.6.0
20342026-08-21T21:30:41.230Z Checking proc-macro2 v1.0.106
20352026-08-21T21:30:41.230Z Checking deranged v0.5.8
20362026-08-21T21:30:41.286Z Checking tokio-util v0.7.18
20372026-08-21T21:30:41.324Z Checking time-core v0.1.8
20382026-08-21T21:30:41.412Z Checking slog v2.8.2
20392026-08-21T21:30:41.452Z Checking fastrand v2.3.0
20402026-08-21T21:30:41.492Z Checking num_threads v0.1.7
20412026-08-21T21:30:41.529Z Checking regex-automata v0.4.14
20422026-08-21T21:30:41.573Z Checking num-conv v0.2.0
20432026-08-21T21:30:41.619Z Checking quote v1.0.45
20442026-08-21T21:30:41.658Z Checking digest v0.11.3
20452026-08-21T21:30:41.700Z Checking httparse v1.10.1
20462026-08-21T21:30:41.736Z Checking anyhow v1.0.102
20472026-08-21T21:30:41.814Z Checking allocator-api2 v0.2.21
20482026-08-21T21:30:41.859Z Checking cpufeatures v0.3.0
20492026-08-21T21:30:41.932Z Checking syn v2.0.117
20502026-08-21T21:30:41.936Z Checking cpufeatures v0.2.17
20512026-08-21T21:30:42.005Z Checking tempfile v3.25.0
20522026-08-21T21:30:42.009Z Checking ipnetwork v0.21.1
20532026-08-21T21:30:42.077Z Checking aws-lc-sys v0.40.0
20542026-08-21T21:30:42.115Z Checking rustls-pki-types v1.14.0
20552026-08-21T21:30:42.166Z Checking time v0.3.47
20562026-08-21T21:30:42.226Z Checking untrusted v0.7.1
20572026-08-21T21:30:42.283Z Checking http-body v1.0.1
20582026-08-21T21:30:42.333Z Checking clap v4.6.1
20592026-08-21T21:30:42.374Z Checking atomic-waker v1.1.2
20602026-08-21T21:30:42.430Z Checking hex v0.4.3
20612026-08-21T21:30:42.469Z Checking try-lock v0.2.5
20622026-08-21T21:30:42.473Z Checking httpdate v1.0.3
20632026-08-21T21:30:42.541Z Checking h2 v0.4.15
20642026-08-21T21:30:42.592Z Checking aws-lc-rs v1.16.3
20652026-08-21T21:30:42.631Z Checking want v0.3.1
20662026-08-21T21:30:42.675Z Checking tower-service v0.3.3
20672026-08-21T21:30:42.679Z Checking ryu v1.0.23
20682026-08-21T21:30:42.828Z Checking tower-layer v0.3.3
20692026-08-21T21:30:42.834Z Checking untrusted v0.9.0
20702026-08-21T21:30:42.868Z Checking pem-rfc7468 v0.7.0
20712026-08-21T21:30:42.950Z Checking spin v0.9.8
20722026-08-21T21:30:42.990Z Checking flagset v0.4.7
20732026-08-21T21:30:43.052Z Checking mime v0.3.17
20742026-08-21T21:30:43.139Z Checking der v0.7.10
20752026-08-21T21:30:43.176Z Checking simd-adler32 v0.3.8
20762026-08-21T21:30:43.253Z Checking adler2 v2.0.1
20772026-08-21T21:30:43.306Z Checking http-body-util v0.1.3
20782026-08-21T21:30:43.368Z Checking oxnet v0.1.6
20792026-08-21T21:30:43.408Z Checking miniz_oxide v0.8.9
20802026-08-21T21:30:43.416Z Checking block-padding v0.4.2
20812026-08-21T21:30:43.478Z Checking rustls-webpki v0.103.13
20822026-08-21T21:30:43.596Z Checking camino v1.2.2
20832026-08-21T21:30:43.657Z Checking pretty-hex v0.4.1
20842026-08-21T21:30:43.661Z Checking inout v0.2.2
20852026-08-21T21:30:43.804Z Checking openssl-probe v0.2.1
20862026-08-21T21:30:43.807Z Checking plain v0.2.3
20872026-08-21T21:30:43.877Z Checking regex v1.12.3
20882026-08-21T21:30:43.915Z Checking serde_urlencoded v0.7.1
20892026-08-21T21:30:43.951Z Checking rand_chacha v0.3.1
20902026-08-21T21:30:43.954Z Checking encoding_rs v0.8.35
20912026-08-21T21:30:43.990Z Checking ucd-trie v0.1.7
20922026-08-21T21:30:44.059Z Checking rustls v0.23.41
20932026-08-21T21:30:44.147Z Checking spki v0.7.3
20942026-08-21T21:30:44.185Z Checking rand v0.8.6
20952026-08-21T21:30:44.189Z Checking pest v2.8.6
20962026-08-21T21:30:44.189Z Checking cipher v0.5.2
20972026-08-21T21:30:44.289Z Checking futures-executor v0.3.32
20982026-08-21T21:30:44.334Z Checking crc32fast v1.5.0
20992026-08-21T21:30:44.468Z Checking futures v0.3.32
21002026-08-21T21:30:44.509Z Checking either v1.15.0
21012026-08-21T21:30:44.547Z Checking sync_wrapper v1.0.2
21022026-08-21T21:30:44.585Z Checking pkcs8 v0.10.2
21032026-08-21T21:30:44.679Z Checking tower v0.5.3
21042026-08-21T21:30:44.723Z Checking iri-string v0.7.10
21052026-08-21T21:30:44.727Z Checking foldhash v0.2.0
21062026-08-21T21:30:44.795Z Checking bit-vec v0.8.0
21072026-08-21T21:30:44.944Z Checking zlib-rs v0.6.2
21082026-08-21T21:30:44.983Z Checking static_assertions v1.1.0
21092026-08-21T21:30:45.025Z Checking bit-set v0.8.0
21102026-08-21T21:30:45.083Z Checking hashbrown v0.16.1
21112026-08-21T21:30:45.123Z Checking sha2 v0.10.9
21122026-08-21T21:30:45.198Z Checking openapiv3 v2.2.0
21132026-08-21T21:30:45.297Z Checking wait-timeout v0.2.1
21142026-08-21T21:30:45.345Z Checking hyper v1.10.1
21152026-08-21T21:30:45.417Z Checking lazy_static v1.5.0
21162026-08-21T21:30:45.455Z Checking hubpack v0.1.2
21172026-08-21T21:30:45.535Z Checking tinyvec_macros v0.1.1
21182026-08-21T21:30:45.613Z Checking quick-error v1.2.3
21192026-08-21T21:30:45.652Z Checking tinyvec v1.10.0
21202026-08-21T21:30:45.656Z Checking rustls-native-certs v0.8.3
21212026-08-21T21:30:45.743Z Checking rusty-fork v0.3.1
21222026-08-21T21:30:45.782Z Checking tower-http v0.6.8
21232026-08-21T21:30:45.840Z Checking rand_xorshift v0.4.0
21242026-08-21T21:30:45.959Z Checking flate2 v1.1.9
21252026-08-21T21:30:45.966Z Checking strum v0.26.3
21262026-08-21T21:30:45.987Z Checking psl-types v2.0.11
21272026-08-21T21:30:45.991Z Checking unarray v0.1.4
21282026-08-21T21:30:46.078Z Checking cookie v0.18.1
21292026-08-21T21:30:46.119Z Checking signature v2.2.0
21302026-08-21T21:30:46.122Z Checking proptest v1.11.0
21312026-08-21T21:30:46.190Z Checking publicsuffix v2.3.0
21322026-08-21T21:30:46.231Z Checking num-integer v0.1.46
21332026-08-21T21:30:46.277Z Checking scroll v0.13.0
21342026-08-21T21:30:46.316Z Checking hyper-util v0.1.20
21352026-08-21T21:30:46.355Z Checking anstyle-parse v0.2.7
21362026-08-21T21:30:46.359Z Checking tokio-rustls v0.26.4
21372026-08-21T21:30:46.430Z Checking cookie_store v0.22.1
21382026-08-21T21:30:46.471Z Checking rustls-platform-verifier v0.6.2
21392026-08-21T21:30:46.510Z Checking ahash v0.8.12
21402026-08-21T21:30:46.553Z Checking goblin v0.10.5
21412026-08-21T21:30:46.587Z Checking toml_datetime v0.6.11
21422026-08-21T21:30:46.627Z Checking serde_spanned v0.6.9
21432026-08-21T21:30:46.668Z Checking memmap2 v0.9.10
21442026-08-21T21:30:46.730Z Checking base64 v0.21.7
21452026-08-21T21:30:46.780Z Checking anstream v0.6.21
21462026-08-21T21:30:46.784Z Checking dtrace-parser v0.3.0
21472026-08-21T21:30:46.854Z Checking bstr v1.12.1
21482026-08-21T21:30:46.857Z Checking thread-id v5.1.0
21492026-08-21T21:30:46.994Z Checking data-encoding v2.10.0
21502026-08-21T21:30:47.025Z Checking x509-cert v0.2.5
21512026-08-21T21:30:47.028Z Checking hmac v0.12.1
21522026-08-21T21:30:47.098Z Checking num-iter v0.1.45
21532026-08-21T21:30:47.220Z Checking crossbeam-epoch v0.9.18
21542026-08-21T21:30:47.259Z Checking memoffset v0.9.1
21552026-08-21T21:30:47.296Z Checking scroll v0.12.0
21562026-08-21T21:30:47.302Z Checking env_filter v1.0.0
21572026-08-21T21:30:47.378Z Checking tap v1.0.1
21582026-08-21T21:30:47.468Z Checking num-bigint-dig v0.8.6
21592026-08-21T21:30:47.507Z Checking env_logger v0.11.9
21602026-08-21T21:30:47.550Z Checking wyz v0.5.1
21612026-08-21T21:30:47.582Z Checking goblin v0.8.2
21622026-08-21T21:30:47.586Z Checking hyper-rustls v0.27.7
21632026-08-21T21:30:47.687Z Checking pkcs1 v0.7.5
21642026-08-21T21:30:47.727Z Checking zerocopy v0.7.35
21652026-08-21T21:30:47.764Z Checking rustix v0.38.44
21662026-08-21T21:30:47.843Z Checking reqwest v0.13.2
21672026-08-21T21:30:47.920Z Checking radium v0.7.0
21682026-08-21T21:30:47.961Z Checking newtype-uuid v1.3.2
21692026-08-21T21:30:48.120Z Checking crc-catalog v2.4.0
21702026-08-21T21:30:48.193Z Checking daft v0.1.7
21712026-08-21T21:30:48.239Z Checking funty v2.0.0
21722026-08-21T21:30:48.279Z Checking unicode-segmentation v1.12.0
21732026-08-21T21:30:48.319Z Checking same-file v1.0.6
21742026-08-21T21:30:48.459Z Checking rsa v0.9.10
21752026-08-21T21:30:48.498Z Checking walkdir v2.5.0
21762026-08-21T21:30:48.580Z Checking bitvec v1.0.1
21772026-08-21T21:30:48.584Z Checking crc v3.4.0
21782026-08-21T21:30:48.663Z Checking nix v0.31.2
21792026-08-21T21:30:48.705Z Checking unicode-normalization v0.1.25
21802026-08-21T21:30:48.741Z Checking dtrace-parser v0.2.0
21812026-08-21T21:30:48.828Z Checking zerocopy v0.6.6
21822026-08-21T21:30:48.890Z Checking dof v0.4.0
21832026-08-21T21:30:48.971Z Checking ff v0.13.1
21842026-08-21T21:30:49.009Z Checking maybe-uninit v2.0.0
21852026-08-21T21:30:49.104Z Checking thread-id v4.2.2
21862026-08-21T21:30:49.144Z Checking winnow v0.5.40
21872026-08-21T21:30:49.148Z Checking foreign-types-shared v0.1.1
21882026-08-21T21:30:49.218Z Checking base16ct v0.2.0
21892026-08-21T21:30:49.221Z Checking nodrop v0.1.14
21902026-08-21T21:30:49.292Z Checking foreign-types v0.3.2
21912026-08-21T21:30:49.372Z Checking array-init v0.0.4
21922026-08-21T21:30:49.376Z Checking sec1 v0.7.3
21932026-08-21T21:30:49.445Z Checking group v0.13.0
21942026-08-21T21:30:49.525Z Checking dof v0.3.0
21952026-08-21T21:30:49.566Z Checking usdt-impl v0.6.0
21962026-08-21T21:30:49.611Z Checking smallvec v0.6.14
21972026-08-21T21:30:49.714Z Checking hkdf v0.12.4
21982026-08-21T21:30:49.723Z Checking serde_with v3.21.0
21992026-08-21T21:30:49.809Z Checking crypto-bigint v0.5.5
22002026-08-21T21:30:49.848Z Checking bitfield v0.19.4
22012026-08-21T21:30:49.851Z Checking usdt-impl v0.5.0
22022026-08-21T21:30:49.922Z Checking bzip2-sys v0.1.13+1.0.8
22032026-08-21T21:30:49.925Z Checking usdt v0.6.0
22042026-08-21T21:30:49.925Z Checking packed_struct v0.10.1
22052026-08-21T21:30:50.036Z Checking openssl-sys v0.9.117
22062026-08-21T21:30:50.137Z Checking foldhash v0.1.5
22072026-08-21T21:30:50.175Z Checking keccak v0.1.6
22082026-08-21T21:30:50.210Z Checking hashbrown v0.12.3
22092026-08-21T21:30:50.293Z Checking toml_edit v0.19.15
22102026-08-21T21:30:50.330Z Checking winnow v0.7.14
22112026-08-21T21:30:50.372Z Checking sha3 v0.10.8
22122026-08-21T21:30:50.428Z Checking openssl v0.10.80
22132026-08-21T21:30:50.596Z Checking hashbrown v0.15.5
22142026-08-21T21:30:50.645Z Checking indexmap v1.9.3
22152026-08-21T21:30:50.739Z Checking elliptic-curve v0.13.8
22162026-08-21T21:30:50.990Z Checking bzip2 v0.4.4
22172026-08-21T21:30:51.044Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-21T21:30:51.082Z Checking serde-hex v0.1.0
22192026-08-21T21:30:51.086Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-21T21:30:51.178Z Checking ron v0.8.1
22212026-08-21T21:30:51.218Z Checking hashbrown v0.13.2
22222026-08-21T21:30:51.295Z Checking itertools v0.13.0
22232026-08-21T21:30:51.339Z Checking toml v0.7.8
22242026-08-21T21:30:51.525Z Checking bitflags v1.3.2
22252026-08-21T21:30:51.628Z Checking winnow v1.0.3
22262026-08-21T21:30:51.668Z Checking crc-any v2.5.0
22272026-08-21T21:30:51.705Z Checking siphasher v1.0.2
22282026-08-21T21:30:51.743Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-21T21:30:51.866Z Checking object v0.30.4
22302026-08-21T21:30:51.903Z Checking zip v0.6.6
22312026-08-21T21:30:51.941Z Checking globset v0.4.18
22322026-08-21T21:30:51.945Z Checking toml_parser v1.1.2+spec-1.1.0
22332026-08-21T21:30:52.224Z Checking signal-hook v0.3.18
22342026-08-21T21:30:52.263Z Checking managed v0.8.0
22352026-08-21T21:30:52.332Z Checking toml_write v0.1.2
22362026-08-21T21:30:52.371Z Checking path-slash v0.1.5
22372026-08-21T21:30:52.420Z Checking native-tls v0.2.18
22382026-08-21T21:30:52.458Z Checking chacha20 v0.10.0
22392026-08-21T21:30:52.495Z Checking curve25519-dalek v4.1.3
22402026-08-21T21:30:52.500Z Checking pin-project v1.1.11
22412026-08-21T21:30:52.567Z Checking toml_edit v0.22.27
22422026-08-21T21:30:52.604Z Checking object v0.37.3
22432026-08-21T21:30:52.644Z Checking jiff-core v0.1.0
22442026-08-21T21:30:52.680Z Checking tokio-native-tls v0.3.1
22452026-08-21T21:30:52.727Z Checking signal-hook-mio v0.2.5
22462026-08-21T21:30:52.861Z Checking ed25519 v2.2.3
22472026-08-21T21:30:52.899Z Checking pem v3.0.6
22482026-08-21T21:30:53.075Z Checking ref-cast v1.0.25
22492026-08-21T21:30:53.115Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-21T21:30:53.205Z Checking hyper-tls v0.6.0
22512026-08-21T21:30:53.252Z Checking zstd-safe v7.2.4
22522026-08-21T21:30:53.290Z Checking ed25519-dalek v2.2.0
22532026-08-21T21:30:53.345Z Checking jiff v0.2.34
22542026-08-21T21:30:53.404Z Checking snafu v0.8.9
22552026-08-21T21:30:53.445Z Checking serde_plain v1.0.2
22562026-08-21T21:30:53.551Z Checking fixedbitset v0.5.7
22572026-08-21T21:30:53.615Z Checking libbz2-rs-sys v0.2.2
22582026-08-21T21:30:53.686Z Checking bumpalo v3.20.2
22592026-08-21T21:30:53.727Z Checking typed-path v0.9.3
22602026-08-21T21:30:53.779Z Checking petgraph v0.8.3
22612026-08-21T21:30:53.919Z Checking zopfli v0.8.3
22622026-08-21T21:30:53.959Z Checking zstd v0.13.3
22632026-08-21T21:30:54.061Z Checking bzip2 v0.6.1
22642026-08-21T21:30:54.099Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22652026-08-21T21:30:54.174Z Checking reqwest v0.12.28
22662026-08-21T21:30:54.249Z Checking crossterm v0.28.1
22672026-08-21T21:30:54.288Z Checking similar v2.7.0
22682026-08-21T21:30:54.522Z Checking fs-err v3.3.0
22692026-08-21T21:30:54.698Z Checking hash32 v0.2.1
22702026-08-21T21:30:54.852Z Checking serde-big-array v0.5.1
22712026-08-21T21:30:54.891Z Checking unicode-bidi v0.3.18
22722026-08-21T21:30:54.928Z Checking predicates-core v1.0.10
22732026-08-21T21:30:54.966Z Checking unicode-properties v0.1.4
22742026-08-21T21:30:54.970Z Checking heapless v0.7.17
22752026-08-21T21:30:55.038Z Checking olpc-cjson v0.1.4
22762026-08-21T21:30:55.076Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22772026-08-21T21:30:55.080Z Checking hickory-proto v0.25.2
22782026-08-21T21:30:55.184Z Checking byte-wrapper v0.1.0
22792026-08-21T21:30:55.222Z Checking md-5 v0.10.6
22802026-08-21T21:30:55.225Z Checking stringprep v0.1.5
22812026-08-21T21:30:55.293Z Checking zip v4.6.1
22822026-08-21T21:30:55.380Z Checking float-cmp v0.10.0
22832026-08-21T21:30:55.418Z Checking difflib v0.4.0
22842026-08-21T21:30:55.422Z Checking normalize-line-endings v0.3.0
22852026-08-21T21:30:55.490Z Checking fallible-iterator v0.2.0
22862026-08-21T21:30:55.494Z Checking smoltcp v0.9.1
22872026-08-21T21:30:55.494Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22882026-08-21T21:30:55.529Z Checking tough v0.22.0
22892026-08-21T21:30:55.564Z Checking iddqd v0.4.2
22902026-08-21T21:30:55.665Z Checking predicates v3.1.4
22912026-08-21T21:30:55.781Z Checking postgres-protocol v0.6.10
22922026-08-21T21:30:55.876Z Checking phf_shared v0.13.1
22932026-08-21T21:30:55.985Z Checking phf_shared v0.11.3
22942026-08-21T21:30:56.098Z Checking tokio-stream v0.1.18
22952026-08-21T21:30:56.184Z Checking buf-list v1.1.2
22962026-08-21T21:30:56.189Z Checking strum v0.27.2
22972026-08-21T21:30:56.209Z Checking fixedbitset v0.4.2
22982026-08-21T21:30:56.247Z Checking precomputed-hash v0.1.1
22992026-08-21T21:30:56.311Z Checking new_debug_unreachable v1.0.6
23002026-08-21T21:30:56.350Z Checking lalrpop-util v0.19.12
23012026-08-21T21:30:56.388Z Checking petgraph v0.6.5
23022026-08-21T21:30:56.392Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23032026-08-21T21:30:56.459Z Checking string_cache v0.8.9
23042026-08-21T21:30:56.499Z Checking postgres-types v0.2.12
23052026-08-21T21:30:56.539Z Checking phf v0.13.1
23062026-08-21T21:30:56.543Z Checking itertools v0.15.0
23072026-08-21T21:30:56.650Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23082026-08-21T21:30:56.715Z Checking whoami v2.1.0
23092026-08-21T21:30:56.843Z Checking peg-runtime v0.8.5
23102026-08-21T21:30:56.937Z Checking tokio-postgres v0.7.16
23112026-08-21T21:30:57.013Z Checking is-terminal v0.4.17
23122026-08-21T21:30:57.087Z Checking crossbeam-channel v0.5.15
23132026-08-21T21:30:57.133Z Checking thread_local v1.1.9
23142026-08-21T21:30:57.328Z Checking term v1.2.1
23152026-08-21T21:30:57.444Z Checking take_mut v0.2.2
23162026-08-21T21:30:57.574Z Checking slog-term v2.9.2
23172026-08-21T21:30:57.578Z Checking slog-async v2.8.0
23182026-08-21T21:30:57.648Z Compiling newtype-uuid-macros v0.1.0
23192026-08-21T21:30:57.653Z Checking match_cfg v0.1.0
23202026-08-21T21:30:57.720Z Checking slog-json v2.6.1
23212026-08-21T21:30:57.779Z Checking hostname v0.3.1
23222026-08-21T21:30:57.817Z Compiling multer v3.1.0
23232026-08-21T21:30:57.856Z Compiling async-stream-impl v0.3.6
23242026-08-21T21:30:57.900Z Compiling dropshot v0.17.1
23252026-08-21T21:30:57.904Z Checking slog-bunyan v2.5.0
23262026-08-21T21:30:57.935Z Compiling dropshot_endpoint v0.17.1
23272026-08-21T21:30:58.079Z Checking debug-ignore v1.0.5
23282026-08-21T21:30:58.117Z Checking progenitor-client v0.14.0
23292026-08-21T21:30:58.207Z Checking sha1 v0.11.0
23302026-08-21T21:30:58.246Z Checking serde_path_to_error v0.1.20
23312026-08-21T21:30:58.251Z Checking serde_spanned v1.1.1
23322026-08-21T21:30:58.374Z Checking toml_datetime v1.1.1+spec-1.1.0
23332026-08-21T21:30:58.424Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-21T21:30:58.459Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23352026-08-21T21:30:58.497Z Checking toml_writer v1.1.1+spec-1.1.0
23362026-08-21T21:30:58.502Z Checking compression-core v0.4.31
23372026-08-21T21:30:58.568Z Checking async-stream v0.3.6
23382026-08-21T21:30:58.707Z Checking compression-codecs v0.4.37
23392026-08-21T21:30:58.746Z Checking toml v1.1.2+spec-1.1.0
23402026-08-21T21:30:58.746Z Checking waitgroup v0.1.2
23412026-08-21T21:30:58.861Z Checking rustls-pemfile v2.2.0
23422026-08-21T21:30:58.861Z Checking hostname v0.4.2
23432026-08-21T21:30:58.936Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-08-21T21:30:58.940Z Checking async-compression v0.4.41
23452026-08-21T21:30:58.973Z Checking atomicwrites v0.4.4
23462026-08-21T21:30:59.046Z Checking itertools v0.14.0
23472026-08-21T21:30:59.086Z Compiling parse-display-derive v0.10.0
23482026-08-21T21:30:59.124Z Checking macaddr v1.0.1
23492026-08-21T21:30:59.221Z Checking regress v0.10.5
23502026-08-21T21:30:59.221Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23512026-08-21T21:30:59.240Z Checking instant v0.1.13
23522026-08-21T21:30:59.330Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-08-21T21:30:59.369Z Checking backoff v0.4.0
23542026-08-21T21:30:59.409Z Checking backon v1.6.0
23552026-08-21T21:30:59.571Z Checking humantime v2.3.0
23562026-08-21T21:30:59.611Z Checking progenitor-extras v0.2.0
23572026-08-21T21:30:59.615Z Checking unicode-width v0.2.0
23582026-08-21T21:30:59.685Z Compiling convert_case v0.4.0
23592026-08-21T21:30:59.783Z Checking half v2.7.1
23602026-08-21T21:30:59.859Z Checking ciborium-io v0.2.2
23612026-08-21T21:30:59.922Z Checking heck v0.5.0
23622026-08-21T21:30:59.980Z Checking secrecy v0.10.3
23632026-08-21T21:31:00.064Z Checking ciborium-ll v0.2.2
23642026-08-21T21:31:00.070Z Compiling derive_more v0.99.20
23652026-08-21T21:31:00.136Z Checking camino-tempfile v1.4.1
23662026-08-21T21:31:00.139Z Checking indent_write v2.2.0
23672026-08-21T21:31:00.170Z Compiling regress v0.11.1
23682026-08-21T21:31:00.264Z Checking ciborium v0.2.2
23692026-08-21T21:31:00.320Z Compiling crucible-workspace-hack v0.1.0
23702026-08-21T21:31:00.359Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-08-21T21:31:00.611Z Checking inout v0.1.4
23722026-08-21T21:31:00.713Z Checking universal-hash v0.5.1
23732026-08-21T21:31:00.717Z Compiling thiserror-impl-no-std v2.0.2
23742026-08-21T21:31:00.783Z Checking parse-display v0.10.0
23752026-08-21T21:31:00.787Z Checking cipher v0.4.4
23762026-08-21T21:31:00.863Z Checking opaque-debug v0.3.1
23772026-08-21T21:31:00.956Z Checking blake2 v0.10.6
23782026-08-21T21:31:00.960Z Checking poly1305 v0.8.0
23792026-08-21T21:31:01.045Z Checking chacha20 v0.9.1
23802026-08-21T21:31:01.222Z Checking aead v0.5.2
23812026-08-21T21:31:01.269Z Checking password-hash v0.5.0
23822026-08-21T21:31:01.306Z Compiling unsafe-libyaml v0.2.11
23832026-08-21T21:31:01.391Z Checking chacha20poly1305 v0.10.1
23842026-08-21T21:31:01.523Z Checking argon2 v0.5.3
23852026-08-21T21:31:01.562Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23862026-08-21T21:31:01.773Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-08-21T21:31:01.895Z Compiling typify-impl v0.6.2
23882026-08-21T21:31:01.935Z Checking thiserror-no-std v2.0.2
23892026-08-21T21:31:01.986Z Compiling serde_yaml v0.9.34+deprecated
23902026-08-21T21:31:02.051Z Checking vsss-rs v3.3.4
23912026-08-21T21:31:02.087Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-08-21T21:31:02.403Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-21T21:31:02.668Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-21T21:31:02.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-08-21T21:31:03.223Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-08-21T21:31:03.333Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-08-21T21:31:03.371Z Checking swrite v0.1.0
23982026-08-21T21:31:03.437Z Checking crossbeam-deque v0.8.6
23992026-08-21T21:31:03.477Z Compiling rayon-core v1.13.0
24002026-08-21T21:31:03.513Z Compiling num-derive v0.4.2
24012026-08-21T21:31:03.576Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-08-21T21:31:03.697Z Compiling proc-macro-error v1.0.4
24032026-08-21T21:31:03.883Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-08-21T21:31:04.041Z Checking tabwriter v1.4.1
24052026-08-21T21:31:04.154Z Checking rayon v1.11.0
24062026-08-21T21:31:04.220Z Checking glob v0.3.3
24072026-08-21T21:31:04.388Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24082026-08-21T21:31:04.424Z Compiling heapless v0.8.0
24092026-08-21T21:31:04.461Z Compiling proc-macro-crate v3.4.0
24102026-08-21T21:31:04.494Z Checking toml v0.8.23
24112026-08-21T21:31:04.528Z Checking hash32 v0.3.1
24122026-08-21T21:31:04.680Z Compiling ingot-macros v0.2.0
24132026-08-21T21:31:04.836Z Compiling smoltcp v0.11.0
24142026-08-21T21:31:04.934Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-08-21T21:31:04.971Z Checking colored v3.1.1
24162026-08-21T21:31:05.015Z Compiling num_enum_derive v0.7.6
24172026-08-21T21:31:05.274Z Checking cobs v0.3.0
24182026-08-21T21:31:05.319Z Compiling usdt-macro v0.5.0
24192026-08-21T21:31:05.431Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-21T21:31:05.471Z Compiling usdt-attr-macro v0.5.0
24212026-08-21T21:31:05.614Z Checking memmap v0.7.0
24222026-08-21T21:31:05.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24232026-08-21T21:31:05.908Z Checking postcard v1.1.3
24242026-08-21T21:31:06.069Z Checking num_enum v0.7.6
24252026-08-21T21:31:06.106Z Checking rand v0.10.1
24262026-08-21T21:31:06.216Z Compiling proc-macro-crate v1.3.1
24272026-08-21T21:31:06.253Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24282026-08-21T21:31:06.288Z Checking usdt v0.5.0
24292026-08-21T21:31:06.453Z Compiling typify-macro v0.6.2
24302026-08-21T21:31:06.489Z Checking sigpipe v0.1.3
24312026-08-21T21:31:06.492Z Compiling foreign-types-macros v0.2.3
24322026-08-21T21:31:06.597Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24332026-08-21T21:31:06.634Z Checking foreign-types-shared v0.3.1
24342026-08-21T21:31:06.670Z Compiling num_enum_derive v0.5.11
24352026-08-21T21:31:06.920Z Checking cstr-argument v0.1.2
24362026-08-21T21:31:06.968Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24372026-08-21T21:31:07.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24382026-08-21T21:31:07.072Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24392026-08-21T21:31:07.136Z Checking foreign-types v0.5.0
24402026-08-21T21:31:07.243Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-21T21:31:07.332Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24422026-08-21T21:31:07.419Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-21T21:31:07.455Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-21T21:31:07.520Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-21T21:31:07.528Z Checking ingot-types v0.2.0
24462026-08-21T21:31:07.558Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-08-21T21:31:07.654Z Compiling zone_cfg_derive v0.3.1
24482026-08-21T21:31:07.693Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24492026-08-21T21:31:07.727Z Checking num_enum v0.5.11
24502026-08-21T21:31:07.868Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-21T21:31:07.871Z Checking ingot v0.2.1
24522026-08-21T21:31:07.939Z Checking itertools v0.12.1
24532026-08-21T21:31:07.942Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24542026-08-21T21:31:08.184Z Compiling typify v0.6.2
24552026-08-21T21:31:08.303Z Compiling progenitor-impl v0.14.0
24562026-08-21T21:31:08.341Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24572026-08-21T21:31:08.344Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24582026-08-21T21:31:08.444Z Checking smf v0.2.3
24592026-08-21T21:31:08.517Z Checking whoami v1.6.1
24602026-08-21T21:31:08.616Z Compiling derive-where v1.6.0
24612026-08-21T21:31:08.779Z Checking tokio-dtrace v0.1.1
24622026-08-21T21:31:08.816Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24632026-08-21T21:31:09.011Z Checking oxide-tokio-rt v0.1.4
24642026-08-21T21:31:09.048Z Checking zone v0.3.1
24652026-08-21T21:31:09.220Z Checking console v0.15.11
24662026-08-21T21:31:09.388Z Checking newline-converter v0.3.0
24672026-08-21T21:31:09.442Z Checking bytecount v0.6.9
24682026-08-21T21:31:09.529Z Checking unicode-width v0.1.14
24692026-08-21T21:31:09.566Z Checking expectorate v1.2.0
24702026-08-21T21:31:09.603Z Checking num-rational v0.4.2
24712026-08-21T21:31:09.637Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24722026-08-21T21:31:09.725Z Checking num-complex v0.4.6
24732026-08-21T21:31:09.807Z Checking float-ord v0.3.2
24742026-08-21T21:31:09.904Z Compiling cancel-safe-futures v0.1.5
24752026-08-21T21:31:09.943Z Checking linear-map v1.2.0
24762026-08-21T21:31:09.980Z Checking oxide-update-engine-types v0.1.2
24772026-08-21T21:31:10.089Z Checking num v0.4.3
24782026-08-21T21:31:10.143Z Checking gethostname v0.5.0
24792026-08-21T21:31:10.215Z Compiling prettyplease v0.2.37
24802026-08-21T21:31:10.299Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-08-21T21:31:10.521Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-08-21T21:31:10.709Z Checking resolv-conf v0.7.6
24832026-08-21T21:31:10.713Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-21T21:31:10.785Z Compiling owo-colors v4.3.0
24852026-08-21T21:31:10.825Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24862026-08-21T21:31:10.901Z Checking oxide-update-engine v0.1.2
24872026-08-21T21:31:10.937Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-08-21T21:31:10.973Z Compiling progenitor-macro v0.14.0
24892026-08-21T21:31:11.009Z Checking smawk v0.3.2
24902026-08-21T21:31:11.167Z Checking unicode-linebreak v0.1.5
24912026-08-21T21:31:11.346Z Checking papergrid v0.11.0
24922026-08-21T21:31:11.407Z Compiling tabled_derive v0.7.0
24932026-08-21T21:31:11.784Z Compiling convert_case v0.10.0
24942026-08-21T21:31:11.858Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24952026-08-21T21:31:11.973Z Compiling slog-dtrace v0.3.0
24962026-08-21T21:31:12.146Z Compiling derive_more-impl v2.1.1
24972026-08-21T21:31:12.268Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-08-21T21:31:12.348Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-08-21T21:31:12.386Z Checking tabled v0.15.0
25002026-08-21T21:31:12.747Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-08-21T21:31:12.971Z Checking derive_more v2.1.1
25022026-08-21T21:31:13.114Z Checking crossterm v0.29.0
25032026-08-21T21:31:13.219Z Checking linked-hash-map v0.5.6
25042026-08-21T21:31:13.434Z Checking lru-cache v0.1.2
25052026-08-21T21:31:13.745Z Checking hickory-proto v0.24.4
25062026-08-21T21:31:13.788Z Checking fd-lock v4.0.4
25072026-08-21T21:31:14.355Z Checking vte v0.14.1
25082026-08-21T21:31:14.703Z Checking display-error-chain v0.2.2
25092026-08-21T21:31:14.778Z Checking strip-ansi-escapes v0.2.1
25102026-08-21T21:31:14.847Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25112026-08-21T21:31:14.851Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25122026-08-21T21:31:14.989Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-08-21T21:31:15.909Z Checking progenitor v0.14.0
25142026-08-21T21:31:16.081Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25152026-08-21T21:31:16.194Z Checking nu-ansi-term v0.50.3
25162026-08-21T21:31:16.276Z Checking termtree v0.5.1
25172026-08-21T21:31:16.466Z Checking reedline v0.40.0
25182026-08-21T21:31:16.759Z Checking hickory-resolver v0.24.4
25192026-08-21T21:31:16.828Z Checking textwrap v0.16.2
25202026-08-21T21:31:17.222Z Compiling minimal-lexical v0.2.1
25212026-08-21T21:31:17.261Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25222026-08-21T21:31:17.505Z Compiling nom v7.1.3
25232026-08-21T21:31:17.543Z Checking qorb v0.4.1
25242026-08-21T21:31:17.579Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25252026-08-21T21:31:17.623Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-08-21T21:31:18.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-08-21T21:31:18.308Z Compiling unicode-xid v0.2.6
25282026-08-21T21:31:18.461Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-08-21T21:31:18.655Z Compiling ar_archive_writer v0.5.1
25302026-08-21T21:31:18.724Z Checking csv-core v0.1.13
25312026-08-21T21:31:18.785Z Compiling stacker v0.1.23
25322026-08-21T21:31:18.916Z Compiling cfg_aliases v0.1.1
25332026-08-21T21:31:18.953Z Checking csv v1.4.0
25342026-08-21T21:31:19.023Z Checking highway v1.3.0
25352026-08-21T21:31:19.074Z Compiling semver v0.1.20
25362026-08-21T21:31:19.162Z Compiling nix v0.28.0
25372026-08-21T21:31:19.201Z Checking nibble_vec v0.1.0
25382026-08-21T21:31:19.281Z Compiling rustc_version v0.1.7
25392026-08-21T21:31:19.349Z Checking endian-type v0.1.2
25402026-08-21T21:31:19.396Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-21T21:31:19.419Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-08-21T21:31:19.508Z Checking radix_trie v0.2.1
25432026-08-21T21:31:19.545Z Compiling psm v0.1.30
25442026-08-21T21:31:19.545Z Compiling newtype_derive v0.1.6
25452026-08-21T21:31:19.647Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-08-21T21:31:19.747Z Checking phf_shared v0.12.1
25472026-08-21T21:31:19.826Z Compiling recursive-proc-macro-impl v0.1.1
25482026-08-21T21:31:19.894Z Compiling chrono-tz v0.10.4
25492026-08-21T21:31:19.934Z Checking phf v0.12.1
25502026-08-21T21:31:20.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-21T21:31:20.305Z Compiling const_format_proc_macros v0.2.34
25522026-08-21T21:31:20.309Z Compiling peg-macros v0.8.5
25532026-08-21T21:31:20.377Z Checking winnow v0.6.26
25542026-08-21T21:31:20.377Z Compiling sqlparser_derive v0.5.0
25552026-08-21T21:31:20.527Z Checking recursive v0.1.1
25562026-08-21T21:31:20.651Z Checking unicode_categories v0.1.1
25572026-08-21T21:31:20.837Z Checking home v0.5.12
25582026-08-21T21:31:21.128Z Checking const_format v0.2.35
25592026-08-21T21:31:21.164Z Checking rustyline v14.0.0
25602026-08-21T21:31:21.213Z Checking sqlparser v0.61.0
25612026-08-21T21:31:21.489Z Checking bcs v0.1.6
25622026-08-21T21:31:21.578Z Checking sqlformat v0.3.5
25632026-08-21T21:31:21.683Z Checking peg v0.8.5
25642026-08-21T21:31:21.751Z Checking nom v8.0.0
25652026-08-21T21:31:21.787Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-08-21T21:31:22.005Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25672026-08-21T21:31:22.043Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25682026-08-21T21:31:22.137Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-08-21T21:31:22.141Z Checking steno v0.4.1
25702026-08-21T21:31:22.518Z Checking sha1 v0.10.6
25712026-08-21T21:31:22.719Z Checking filetime v0.2.27
25722026-08-21T21:31:22.885Z Checking xattr v1.6.1
25732026-08-21T21:31:23.054Z Checking tar v0.4.46
25742026-08-21T21:31:23.158Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-08-21T21:31:23.204Z Checking subprocess v0.2.15
25762026-08-21T21:31:23.361Z Checking headers-core v0.3.0
25772026-08-21T21:31:23.400Z Checking yasna v0.5.2
25782026-08-21T21:31:23.460Z Checking port-file v0.1.0
25792026-08-21T21:31:23.496Z Checking headers v0.4.1
25802026-08-21T21:31:23.531Z Checking tagptr v0.2.0
25812026-08-21T21:31:23.698Z Checking dropshot-api-manager-types v0.7.2
25822026-08-21T21:31:23.735Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25832026-08-21T21:31:23.738Z Checking moka v0.12.13
25842026-08-21T21:31:23.857Z Checking rcgen v0.12.1
25852026-08-21T21:31:24.018Z Checking utf-8 v0.7.6
25862026-08-21T21:31:24.183Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-08-21T21:31:24.267Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25882026-08-21T21:31:24.357Z Checking tungstenite v0.21.0
25892026-08-21T21:31:24.418Z Checking hickory-resolver v0.25.2
25902026-08-21T21:31:24.739Z Compiling libefi-sys v0.1.0
25912026-08-21T21:31:24.811Z Checking tokio-tungstenite v0.21.0
25922026-08-21T21:31:24.997Z Compiling bitfield-struct v0.6.2
25932026-08-21T21:31:25.036Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25942026-08-21T21:31:25.114Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-21T21:31:25.166Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-08-21T21:31:25.459Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-21T21:31:25.649Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-08-21T21:31:25.657Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-21T21:31:25.674Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26002026-08-21T21:31:25.695Z Compiling xshell-macros v0.2.7
26012026-08-21T21:31:25.729Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26022026-08-21T21:31:25.803Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032026-08-21T21:31:25.921Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-21T21:31:26.091Z Checking xshell v0.2.7
26052026-08-21T21:31:26.184Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26062026-08-21T21:31:26.295Z Checking half v1.8.3
26072026-08-21T21:31:26.330Z Checking libscf-sys v1.2.0
26082026-08-21T21:31:26.400Z Compiling proc-macro-error-attr2 v2.0.0
26092026-08-21T21:31:26.488Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-08-21T21:31:26.525Z Checking serde_cbor v0.11.2
26112026-08-21T21:31:26.720Z Checking papergrid v0.17.0
26122026-08-21T21:31:26.815Z Compiling proc-macro-error2 v2.0.1
26132026-08-21T21:31:26.869Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-08-21T21:31:26.925Z Checking testing_table v0.3.0
26152026-08-21T21:31:27.048Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26162026-08-21T21:31:27.155Z Compiling tabled_derive v0.11.0
26172026-08-21T21:31:27.255Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26182026-08-21T21:31:27.294Z Checking maplit v1.0.2
26192026-08-21T21:31:27.403Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-08-21T21:31:27.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26212026-08-21T21:31:27.793Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-21T21:31:27.829Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-21T21:31:27.963Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26242026-08-21T21:31:28.063Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26252026-08-21T21:31:28.195Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-08-21T21:31:28.323Z Checking tabled v0.20.0
26272026-08-21T21:31:28.468Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-08-21T21:31:28.517Z Checking crc8 v0.1.1
26292026-08-21T21:31:28.679Z Checking unicase v2.9.0
26302026-08-21T21:31:28.871Z Checking fxhash v0.2.1
26312026-08-21T21:31:29.026Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26322026-08-21T21:31:29.121Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26332026-08-21T21:31:29.158Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26342026-08-21T21:31:29.320Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26352026-08-21T21:31:29.408Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26362026-08-21T21:31:29.662Z Compiling darling_core v0.21.3
26372026-08-21T21:31:29.808Z Checking sha2 v0.11.0
26382026-08-21T21:31:29.893Z Compiling vergen-lib v0.1.6
26392026-08-21T21:31:30.112Z Compiling diesel_derives v2.3.7
26402026-08-21T21:31:30.194Z Checking scheduled-thread-pool v0.2.7
26412026-08-21T21:31:30.368Z Compiling vergen-gitcl v1.0.8
26422026-08-21T21:31:30.404Z Compiling diesel_table_macro_syntax v0.3.0
26432026-08-21T21:31:30.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26442026-08-21T21:31:30.514Z Checking r2d2 v0.8.10
26452026-08-21T21:31:30.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-08-21T21:31:30.721Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26472026-08-21T21:31:31.029Z Checking downcast-rs v2.0.2
26482026-08-21T21:31:31.062Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26492026-08-21T21:31:31.133Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26502026-08-21T21:31:31.168Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-08-21T21:31:31.652Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26522026-08-21T21:31:31.655Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26532026-08-21T21:31:31.844Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-08-21T21:31:32.036Z Checking kstat-rs v0.2.5
26552026-08-21T21:31:32.206Z Compiling darling_macro v0.21.3
26562026-08-21T21:31:32.277Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-08-21T21:31:32.534Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26582026-08-21T21:31:32.578Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26592026-08-21T21:31:32.614Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-08-21T21:31:32.737Z Compiling darling v0.21.3
26612026-08-21T21:31:32.852Z Compiling dsl_auto_type v0.2.0
26622026-08-21T21:31:33.379Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-08-21T21:31:33.433Z Compiling dirs-sys-next v0.1.2
26642026-08-21T21:31:33.779Z Compiling crunchy v0.2.4
26652026-08-21T21:31:33.826Z Compiling parking_lot_core v0.8.6
26662026-08-21T21:31:33.863Z Compiling dirs-next v2.0.0
26672026-08-21T21:31:33.997Z Compiling clang-sys v1.8.1
26682026-08-21T21:31:34.038Z Compiling git-stub v1.0.0
26692026-08-21T21:31:34.141Z Compiling tiny-keccak v2.0.2
26702026-08-21T21:31:34.357Z Compiling git-stub-vcs v0.1.0
26712026-08-21T21:31:34.497Z Compiling term v0.7.0
26722026-08-21T21:31:34.532Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26732026-08-21T21:31:34.571Z Compiling bit-vec v0.6.3
26742026-08-21T21:31:34.734Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26752026-08-21T21:31:34.812Z Compiling ascii-canvas v3.0.0
26762026-08-21T21:31:34.882Z Compiling bit-set v0.5.3
26772026-08-21T21:31:35.070Z Checking parking_lot v0.11.2
26782026-08-21T21:31:35.073Z Checking prefix-trie v0.7.0
26792026-08-21T21:31:35.141Z Compiling itertools v0.10.5
26802026-08-21T21:31:35.219Z Compiling ena v0.14.4
26812026-08-21T21:31:35.297Z Compiling libloading v0.8.9
26822026-08-21T21:31:35.445Z Compiling bindgen v0.71.1
26832026-08-21T21:31:35.482Z Compiling regex-syntax v0.6.29
26842026-08-21T21:31:35.487Z Compiling diff v0.1.13
26852026-08-21T21:31:35.553Z Checking hickory-server v0.25.2
26862026-08-21T21:31:35.901Z Checking sled v0.34.7
26872026-08-21T21:31:36.276Z Compiling cexpr v0.6.0
26882026-08-21T21:31:36.811Z Compiling lalrpop v0.19.12
26892026-08-21T21:31:36.964Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26902026-08-21T21:31:37.000Z Checking nanorand v0.7.0
26912026-08-21T21:31:37.153Z Compiling rustc-hash v2.1.1
26922026-08-21T21:31:37.226Z Compiling salty v0.3.0
26932026-08-21T21:31:37.371Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-21T21:31:37.535Z Checking flume v0.11.1
26952026-08-21T21:31:37.572Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-08-21T21:31:37.684Z Compiling libxml v0.3.3
26972026-08-21T21:31:37.821Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26982026-08-21T21:31:38.152Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26992026-08-21T21:31:38.424Z Compiling strum_macros v0.24.3
27002026-08-21T21:31:38.779Z Checking diesel v2.3.7
27012026-08-21T21:31:38.821Z Compiling indoc v1.0.9
27022026-08-21T21:31:39.297Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-08-21T21:31:39.386Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27042026-08-21T21:31:39.457Z Checking quick-xml v0.37.5
27052026-08-21T21:31:39.516Z Checking derive_builder v0.20.2
27062026-08-21T21:31:39.661Z Compiling oso-derive v0.27.3
27072026-08-21T21:31:39.732Z Compiling trait-variant v0.1.2
27082026-08-21T21:31:39.798Z Compiling impl-trait-for-tuples v0.2.3
27092026-08-21T21:31:40.179Z Checking assert_matches v1.5.0
27102026-08-21T21:31:40.284Z Checking openssl-probe v0.1.6
27112026-08-21T21:31:40.319Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27122026-08-21T21:31:40.402Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132026-08-21T21:31:40.437Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27142026-08-21T21:31:40.867Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27152026-08-21T21:31:41.133Z Checking rfc6979 v0.4.0
27162026-08-21T21:31:41.287Z Checking ecdsa v0.16.9
27172026-08-21T21:31:41.352Z Compiling progenitor-impl v0.13.0
27182026-08-21T21:31:41.659Z Checking primeorder v0.13.6
27192026-08-21T21:31:41.936Z Checking p384 v0.13.1
27202026-08-21T21:31:42.379Z Checking progenitor-client v0.13.0
27212026-08-21T21:31:42.613Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-08-21T21:31:42.654Z Checking predicates-tree v1.0.13
27232026-08-21T21:31:42.793Z Checking bb8 v0.8.6
27242026-08-21T21:31:42.834Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27252026-08-21T21:31:42.942Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27262026-08-21T21:31:43.182Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27272026-08-21T21:31:43.229Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27282026-08-21T21:31:43.277Z Compiling mime_guess v2.0.5
27292026-08-21T21:31:43.448Z Checking http-range v0.1.5
27302026-08-21T21:31:43.660Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27312026-08-21T21:31:43.784Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322026-08-21T21:31:43.930Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-08-21T21:31:43.974Z Compiling progenitor-macro v0.13.0
27342026-08-21T21:31:44.079Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27352026-08-21T21:31:44.152Z Checking corncobs v0.1.4
27362026-08-21T21:31:44.189Z Checking nonempty v0.12.0
27372026-08-21T21:31:44.310Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27382026-08-21T21:31:44.381Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27392026-08-21T21:31:44.608Z Checking ignore v0.4.25
27402026-08-21T21:31:44.758Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27412026-08-21T21:31:44.794Z Checking secrecy v0.8.0
27422026-08-21T21:31:44.934Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-21T21:31:45.048Z Checking globwalk v0.9.1
27442026-08-21T21:31:45.264Z Checking hyper-staticfile v0.10.1
27452026-08-21T21:31:45.581Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27462026-08-21T21:31:45.584Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27472026-08-21T21:31:45.903Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27482026-08-21T21:31:46.173Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27492026-08-21T21:31:46.499Z Checking signal-hook-tokio v0.3.1
27502026-08-21T21:31:46.665Z Checking digest-io v0.1.0
27512026-08-21T21:31:46.826Z Compiling illumos-nvpair-sys v0.2.0
27522026-08-21T21:31:46.861Z Checking rawzip v0.4.4
27532026-08-21T21:31:46.915Z Checking camino-tempfile-ext v0.3.3
27542026-08-21T21:31:47.113Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-08-21T21:31:47.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-08-21T21:31:47.335Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-21T21:31:47.575Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27582026-08-21T21:31:48.417Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27592026-08-21T21:31:48.625Z Checking scuffle v0.1.0
27602026-08-21T21:31:48.881Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27612026-08-21T21:31:48.918Z Checking illumos-nvpair v0.3.0
27622026-08-21T21:31:48.970Z Checking progenitor v0.13.0
27632026-08-21T21:31:49.148Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27642026-08-21T21:31:49.232Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-21T21:31:49.281Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27662026-08-21T21:31:49.380Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27672026-08-21T21:31:49.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682026-08-21T21:31:49.615Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27692026-08-21T21:31:49.683Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27702026-08-21T21:31:49.881Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27712026-08-21T21:31:50.052Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27722026-08-21T21:31:50.088Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27732026-08-21T21:31:50.364Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27742026-08-21T21:31:50.522Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27752026-08-21T21:31:50.585Z Checking tungstenite v0.23.0
27762026-08-21T21:31:51.036Z Checking tokio-tungstenite v0.23.1
27772026-08-21T21:31:51.359Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27782026-08-21T21:31:51.370Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27792026-08-21T21:31:51.678Z Checking void v1.0.2
27802026-08-21T21:31:51.821Z Checking lzss v0.8.2
27812026-08-21T21:31:52.051Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27822026-08-21T21:31:52.257Z Checking nix v0.27.1
27832026-08-21T21:31:52.566Z Checking rand_seeder v0.4.0
27842026-08-21T21:31:52.606Z Checking serde_bytes v0.11.19
27852026-08-21T21:31:52.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27862026-08-21T21:31:52.796Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-08-21T21:31:52.832Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27882026-08-21T21:31:52.958Z Checking async-bb8-diesel v0.2.1
27892026-08-21T21:31:52.994Z Checking diesel-dtrace v0.5.0
27902026-08-21T21:31:53.218Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27912026-08-21T21:31:53.265Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27922026-08-21T21:31:53.337Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27932026-08-21T21:31:54.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27942026-08-21T21:31:55.169Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27952026-08-21T21:31:55.280Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27962026-08-21T21:31:55.359Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27972026-08-21T21:31:56.105Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27982026-08-21T21:31:56.719Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27992026-08-21T21:31:56.880Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28002026-08-21T21:31:56.917Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28012026-08-21T21:31:57.246Z Checking yansi v1.0.1
28022026-08-21T21:31:57.576Z Checking cpubits v0.1.1
28032026-08-21T21:31:57.688Z Checking is_ci v1.2.0
28042026-08-21T21:31:57.722Z Checking pretty_assertions v1.4.1
28052026-08-21T21:31:57.823Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-08-21T21:31:57.888Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28072026-08-21T21:31:58.097Z Checking pem-rfc7468 v1.0.0
28082026-08-21T21:31:58.293Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28092026-08-21T21:31:58.415Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28102026-08-21T21:31:58.568Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28112026-08-21T21:31:58.786Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-08-21T21:31:58.823Z Checking hmac v0.13.0
28132026-08-21T21:31:59.019Z Checking universal-hash v0.6.1
28142026-08-21T21:31:59.159Z Compiling libz-sys v1.1.24
28152026-08-21T21:31:59.196Z Checking arc-swap v1.8.2
28162026-08-21T21:31:59.455Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28172026-08-21T21:31:59.571Z Compiling instability v0.3.11
28182026-08-21T21:31:59.607Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28192026-08-21T21:31:59.744Z Checking slog-scope v4.4.1
28202026-08-21T21:31:59.857Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-08-21T21:31:59.892Z Checking castaway v0.2.4
28222026-08-21T21:31:59.927Z Compiling indoc v2.0.7
28232026-08-21T21:32:00.040Z Checking compact_str v0.8.1
28242026-08-21T21:32:00.127Z Checking slog-stdlog v4.1.1
28252026-08-21T21:32:00.449Z Checking polyval v0.7.1
28262026-08-21T21:32:00.651Z Checking der v0.8.0
28272026-08-21T21:32:01.053Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28282026-08-21T21:32:01.147Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28292026-08-21T21:32:01.270Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28302026-08-21T21:32:01.274Z Checking unicode-truncate v1.1.0
28312026-08-21T21:32:01.349Z Checking lru v0.12.5
28322026-08-21T21:32:01.385Z Compiling libgit2-sys v0.18.3+1.9.2
28332026-08-21T21:32:01.474Z Checking cassowary v0.3.0
28342026-08-21T21:32:01.591Z Checking ghash v0.6.0
28352026-08-21T21:32:01.626Z Checking slog-envlogger v2.2.0
28362026-08-21T21:32:01.712Z Checking ratatui v0.29.0
28372026-08-21T21:32:01.808Z Checking pbkdf2 v0.13.0
28382026-08-21T21:32:01.886Z Checking aes v0.9.1
28392026-08-21T21:32:01.954Z Checking crypto-bigint v0.7.5
28402026-08-21T21:32:02.306Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-08-21T21:32:03.055Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28422026-08-21T21:32:03.303Z Checking ctr v0.10.1
28432026-08-21T21:32:03.509Z Checking aead v0.6.1
28442026-08-21T21:32:03.548Z Checking cargo-platform v0.3.2
28452026-08-21T21:32:03.677Z Checking aes-gcm v0.11.0
28462026-08-21T21:32:03.770Z Checking cargo_metadata v0.23.1
28472026-08-21T21:32:03.902Z Checking spki v0.8.0
28482026-08-21T21:32:04.109Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-21T21:32:04.229Z Checking supports-color v3.0.2
28502026-08-21T21:32:04.393Z Checking console v0.16.2
28512026-08-21T21:32:04.556Z Checking salsa20 v0.11.0
28522026-08-21T21:32:04.725Z Compiling vergen-git2 v9.1.0
28532026-08-21T21:32:04.760Z Checking plotters-backend v0.3.7
28542026-08-21T21:32:04.944Z Checking unit-prefix v0.5.2
28552026-08-21T21:32:04.994Z Checking plotters-svg v0.3.7
28562026-08-21T21:32:05.109Z Checking indicatif v0.18.4
28572026-08-21T21:32:05.209Z Checking scrypt v0.12.0
28582026-08-21T21:32:05.407Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28592026-08-21T21:32:05.510Z Checking cbc v0.2.1
28602026-08-21T21:32:05.548Z Checking libsw-core v0.3.2
28612026-08-21T21:32:05.625Z Checking cast v0.3.0
28622026-08-21T21:32:05.679Z Checking pkcs5 v0.8.1
28632026-08-21T21:32:05.723Z Checking libsw v3.5.0
28642026-08-21T21:32:05.807Z Checking criterion-plot v0.6.0
28652026-08-21T21:32:05.956Z Checking plotters v0.3.7
28662026-08-21T21:32:05.997Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28672026-08-21T21:32:06.074Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28682026-08-21T21:32:06.295Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28692026-08-21T21:32:06.515Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28702026-08-21T21:32:06.721Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28712026-08-21T21:32:06.758Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28722026-08-21T21:32:06.941Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28732026-08-21T21:32:06.980Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-21T21:32:07.016Z Checking colored v2.2.0
28752026-08-21T21:32:07.160Z Checking tinytemplate v1.2.1
28762026-08-21T21:32:07.244Z Checking oorandom v11.1.5
28772026-08-21T21:32:07.390Z Checking shell-words v1.1.1
28782026-08-21T21:32:07.425Z Checking anes v0.1.6
28792026-08-21T21:32:07.592Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-21T21:32:07.633Z Checking criterion v0.7.0
28812026-08-21T21:32:07.910Z Checking pkcs8 v0.11.0
28822026-08-21T21:32:08.141Z Checking oxide-update-engine-display v0.1.2
28832026-08-21T21:32:08.478Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-08-21T21:32:08.876Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-08-21T21:32:09.323Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-08-21T21:32:09.684Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28872026-08-21T21:32:10.262Z Checking tokio-test v0.4.5
28882026-08-21T21:32:10.503Z Checking ff v0.14.0
28892026-08-21T21:32:10.676Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28902026-08-21T21:32:10.900Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-21T21:32:11.308Z Checking twox-hash v2.1.2
28922026-08-21T21:32:11.638Z Checking atty v0.2.14
28932026-08-21T21:32:11.771Z Checking constant_time_eq v0.4.2
28942026-08-21T21:32:11.941Z Checking arrayref v0.3.9
28952026-08-21T21:32:12.045Z Checking arrayvec v0.7.6
28962026-08-21T21:32:12.319Z Checking group v0.14.0
28972026-08-21T21:32:12.507Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28982026-08-21T21:32:12.708Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28992026-08-21T21:32:12.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29002026-08-21T21:32:13.464Z Checking fatfs v0.3.6
29012026-08-21T21:32:13.775Z Checking signature v3.0.0
29022026-08-21T21:32:13.960Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-08-21T21:32:13.963Z Compiling seq-macro v0.3.6
29042026-08-21T21:32:14.060Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29052026-08-21T21:32:14.240Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-21T21:32:14.526Z Checking base16ct v1.0.0
29072026-08-21T21:32:14.687Z Checking sec1 v0.8.1
29082026-08-21T21:32:14.956Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29092026-08-21T21:32:15.290Z Checking hkdf v0.13.0
29102026-08-21T21:32:15.460Z Checking concurrent-queue v2.5.0
29112026-08-21T21:32:15.558Z Compiling petname v2.0.2
29122026-08-21T21:32:15.680Z Checking parking v2.2.1
29132026-08-21T21:32:15.833Z Checking event-listener v5.4.1
29142026-08-21T21:32:16.101Z Checking elliptic-curve v0.14.1
29152026-08-21T21:32:16.228Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29162026-08-21T21:32:16.487Z Checking rtoolbox v0.0.3
29172026-08-21T21:32:16.651Z Checking rpassword v7.5.4
29182026-08-21T21:32:16.842Z Checking event-listener-strategy v0.5.4
29192026-08-21T21:32:16.938Z Checking wnaf v0.14.0
29202026-08-21T21:32:17.005Z Checking primefield v0.14.0
29212026-08-21T21:32:17.134Z Checking rfc6979 v0.6.0
29222026-08-21T21:32:17.236Z Checking tui-tree-widget v0.23.1
29232026-08-21T21:32:17.304Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29242026-08-21T21:32:17.455Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29252026-08-21T21:32:17.499Z Checking sapling-renderdag v0.1.0
29262026-08-21T21:32:17.538Z Compiling samael v0.0.19
29272026-08-21T21:32:17.765Z Compiling blake3 v1.8.5
29282026-08-21T21:32:18.155Z Checking futures-timer v3.0.3
29292026-08-21T21:32:18.373Z Checking sync-ptr v0.1.4
29302026-08-21T21:32:18.518Z Checking ecdsa v0.17.0
29312026-08-21T21:32:18.972Z Checking primeorder v0.14.0
29322026-08-21T21:32:19.009Z Checking async-lock v3.4.2
29332026-08-21T21:32:19.152Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29342026-08-21T21:32:19.364Z Compiling curve25519-dalek v5.0.0
29352026-08-21T21:32:19.435Z Checking async-object-pool v0.2.0
29362026-08-21T21:32:19.480Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29372026-08-21T21:32:19.871Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29382026-08-21T21:32:19.906Z Checking ssh-encoding v0.3.0
29392026-08-21T21:32:20.156Z Checking serde_regex v1.1.0
29402026-08-21T21:32:20.343Z Checking assert-json-diff v2.0.2
29412026-08-21T21:32:20.546Z Checking path-tree v0.8.3
29422026-08-21T21:32:20.767Z Checking keccak v0.2.0
29432026-08-21T21:32:20.840Z Checking stringmetrics v2.2.2
29442026-08-21T21:32:20.958Z Checking topological-sort v0.2.2
29452026-08-21T21:32:21.019Z Compiling strsim v0.10.0
29462026-08-21T21:32:21.125Z Checking omicron-zone-package v0.12.3
29472026-08-21T21:32:21.370Z Compiling darling_core v0.13.4
29482026-08-21T21:32:22.035Z Checking httpmock v0.8.3
29492026-08-21T21:32:22.616Z Checking ed25519 v3.0.0
29502026-08-21T21:32:22.847Z Checking crypto-primes v0.7.2
29512026-08-21T21:32:23.017Z Checking pkcs1 v0.8.0-rc.4
29522026-08-21T21:32:23.229Z Checking poly1305 v0.9.0
29532026-08-21T21:32:23.266Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29542026-08-21T21:32:23.523Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29552026-08-21T21:32:23.701Z Checking blowfish v0.10.0
29562026-08-21T21:32:23.826Z Checking blake2 v0.11.0-rc.6
29572026-08-21T21:32:23.886Z Compiling target-lexicon v0.13.3
29582026-08-21T21:32:24.113Z Checking gimli v0.32.3
29592026-08-21T21:32:24.198Z Checking argon2 v0.6.0-rc.8
29602026-08-21T21:32:24.235Z Checking bcrypt-pbkdf v0.11.0
29612026-08-21T21:32:24.419Z Checking rsa v0.10.0-rc.18
29622026-08-21T21:32:24.464Z Checking ssh-cipher v0.3.0
29632026-08-21T21:32:24.536Z Compiling darling_macro v0.13.4
29642026-08-21T21:32:24.707Z Checking ed25519-dalek v3.0.0
29652026-08-21T21:32:24.936Z Checking sha3 v0.11.0
29662026-08-21T21:32:25.049Z Checking p256 v0.14.0
29672026-08-21T21:32:25.307Z Checking p521 v0.14.0
29682026-08-21T21:32:25.710Z Checking addr2line v0.25.1
29692026-08-21T21:32:25.817Z Checking p384 v0.14.0
29702026-08-21T21:32:26.002Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29712026-08-21T21:32:26.267Z Checking kem v0.3.0
29722026-08-21T21:32:26.420Z Checking module-lattice v0.2.3
29732026-08-21T21:32:26.664Z Checking hex-literal v0.4.1
29742026-08-21T21:32:26.790Z Checking rustc-demangle v0.1.27
29752026-08-21T21:32:26.865Z Checking sponge-cursor v0.1.0
29762026-08-21T21:32:27.024Z Compiling guppy-workspace-hack v0.1.0
29772026-08-21T21:32:27.058Z Checking backtrace v0.3.76
29782026-08-21T21:32:27.279Z Checking sha3 v0.12.0
29792026-08-21T21:32:27.385Z Checking ml-kem v0.3.2
29802026-08-21T21:32:27.503Z Compiling darling v0.13.4
29812026-08-21T21:32:27.795Z Checking russh-cryptovec v0.62.0
29822026-08-21T21:32:27.879Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29832026-08-21T21:32:27.985Z Checking internal-russh-num-bigint v0.5.0
29842026-08-21T21:32:28.101Z Checking num-bigint v0.4.6
29852026-08-21T21:32:28.157Z Checking russh-util v0.52.0
29862026-08-21T21:32:28.313Z Checking generic-array v1.4.3
29872026-08-21T21:32:28.349Z Checking ssh-key v0.7.0-rc.11
29882026-08-21T21:32:28.755Z Compiling enum_dispatch v0.3.13
29892026-08-21T21:32:29.022Z Compiling delegate v0.13.5
29902026-08-21T21:32:29.066Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-08-21T21:32:29.271Z Compiling target-spec v3.5.7
29922026-08-21T21:32:29.499Z Checking hex-literal v1.1.0
29932026-08-21T21:32:29.567Z Checking md5 v0.8.0
29942026-08-21T21:32:29.686Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29952026-08-21T21:32:29.817Z Checking cfg-expr v0.20.6
29962026-08-21T21:32:29.866Z Compiling git2 v0.20.4
29972026-08-21T21:32:29.907Z Compiling serde_with_macros v1.5.2
29982026-08-21T21:32:29.986Z Checking russh v0.62.4
29992026-08-21T21:32:30.231Z Checking backtrace-ext v0.2.1
30002026-08-21T21:32:30.390Z Checking supports-color v2.1.0
30012026-08-21T21:32:30.499Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30022026-08-21T21:32:30.557Z Checking textwrap v0.15.2
30032026-08-21T21:32:30.778Z Checking supports-hyperlinks v2.1.0
30042026-08-21T21:32:30.813Z Checking supports-unicode v2.1.0
30052026-08-21T21:32:30.925Z Checking hashbrown v0.14.5
30062026-08-21T21:32:30.960Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30072026-08-21T21:32:31.176Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30082026-08-21T21:32:31.361Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30092026-08-21T21:32:31.434Z Checking socket2 v0.5.10
30102026-08-21T21:32:31.592Z Checking terminal_size v0.1.17
30112026-08-21T21:32:31.628Z Compiling miette-derive v5.10.0
30122026-08-21T21:32:31.713Z Compiling fs-err v2.11.0
30132026-08-21T21:32:31.749Z Checking owo-colors v3.5.0
30142026-08-21T21:32:31.944Z Checking internet-checksum v0.2.1
30152026-08-21T21:32:32.445Z Checking chumsky v0.9.3
30162026-08-21T21:32:32.701Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30172026-08-21T21:32:32.779Z Checking miette v5.10.0
30182026-08-21T21:32:33.126Z Compiling serde_with v1.14.0
30192026-08-21T21:32:33.186Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30202026-08-21T21:32:33.518Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30212026-08-21T21:32:33.553Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30222026-08-21T21:32:33.587Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30232026-08-21T21:32:34.064Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30242026-08-21T21:32:34.297Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30252026-08-21T21:32:34.363Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30262026-08-21T21:32:34.468Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30272026-08-21T21:32:34.510Z Compiling knuffel-derive v3.2.0
30282026-08-21T21:32:34.596Z Checking httptest v0.16.4
30292026-08-21T21:32:34.656Z Checking pathdiff v0.2.3
30302026-08-21T21:32:34.765Z Compiling polar-core v0.27.3
30312026-08-21T21:32:34.800Z Checking nested v0.1.1
30322026-08-21T21:32:34.968Z Checking guppy v0.17.25
30332026-08-21T21:32:35.005Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-21T21:32:35.317Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30352026-08-21T21:32:35.779Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30362026-08-21T21:32:35.947Z Checking similar-asserts v1.7.0
30372026-08-21T21:32:35.983Z Checking knuffel v3.2.0
30382026-08-21T21:32:36.047Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30392026-08-21T21:32:36.122Z Checking parse-size v1.1.0
30402026-08-21T21:32:36.267Z Compiling target-triple v1.0.0
30412026-08-21T21:32:36.417Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30422026-08-21T21:32:36.632Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30432026-08-21T21:32:36.668Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30442026-08-21T21:32:36.706Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30452026-08-21T21:32:36.962Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30462026-08-21T21:32:37.265Z Checking hickory-client v0.25.2
30472026-08-21T21:32:37.576Z Compiling assert_cmd v2.1.2
30482026-08-21T21:32:37.614Z Checking escape8259 v0.5.3
30492026-08-21T21:32:37.775Z Checking libtest-mimic v0.8.1
30502026-08-21T21:32:38.072Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30512026-08-21T21:32:38.214Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30522026-08-21T21:32:38.396Z Checking blake2b_simd v1.0.4
30532026-08-21T21:32:38.863Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30542026-08-21T21:32:38.992Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30552026-08-21T21:32:39.306Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30562026-08-21T21:32:39.399Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30572026-08-21T21:32:39.532Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30582026-08-21T21:32:39.627Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30592026-08-21T21:32:39.749Z Checking oso v0.27.3
30602026-08-21T21:32:39.853Z Checking fancy-regex v0.14.0
30612026-08-21T21:32:39.943Z Checking serde_tokenstream v0.2.3
30622026-08-21T21:32:40.193Z Checking approx v0.5.1
30632026-08-21T21:32:40.239Z Compiling rstest_macros v0.25.0
30642026-08-21T21:32:40.242Z Checking uzers v0.12.2
30652026-08-21T21:32:40.354Z Compiling linkme-impl v0.3.35
30662026-08-21T21:32:40.524Z Checking termcolor v1.4.1
30672026-08-21T21:32:40.560Z Checking constant_time_eq v0.3.1
30682026-08-21T21:32:40.697Z Checking rust-argon2 v2.1.0
30692026-08-21T21:32:40.766Z Checking trybuild v1.0.116
30702026-08-21T21:32:40.769Z Checking datatest-stable v0.3.3
30712026-08-21T21:32:41.114Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30722026-08-21T21:32:41.182Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30732026-08-21T21:32:41.356Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30742026-08-21T21:32:41.406Z Checking support-bundle-viewer v0.1.2
30752026-08-21T21:32:41.470Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30762026-08-21T21:32:41.682Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30772026-08-21T21:32:41.717Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30782026-08-21T21:32:41.901Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30792026-08-21T21:32:41.942Z Checking drift v0.2.0
30802026-08-21T21:32:42.022Z Checking rand_distr v0.5.1
30812026-08-21T21:32:42.122Z Checking multimap v0.10.1
30822026-08-21T21:32:42.326Z Compiling linkme v0.3.35
30832026-08-21T21:32:42.361Z Compiling relative-path v1.9.3
30842026-08-21T21:32:42.468Z Checking dropshot-api-manager v0.7.2
30852026-08-21T21:32:43.632Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30862026-08-21T21:32:43.807Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30872026-08-21T21:32:44.067Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30882026-08-21T21:32:44.306Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30892026-08-21T21:32:44.699Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30902026-08-21T21:32:44.842Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30912026-08-21T21:32:44.914Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30922026-08-21T21:32:44.953Z Checking cargo_toml v0.21.0
30932026-08-21T21:32:45.405Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30942026-08-21T21:32:45.505Z Checking partial-io v0.5.4
30952026-08-21T21:32:45.600Z Checking termios v0.3.3
30962026-08-21T21:32:45.733Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30972026-08-21T21:32:45.801Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30982026-08-21T21:32:45.863Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30992026-08-21T21:32:46.257Z Checking rstest v0.25.0
31002026-08-21T21:32:47.148Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31012026-08-21T21:32:49.890Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31022026-08-21T21:32:53.346Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31032026-08-21T21:32:53.858Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31042026-08-21T21:32:58.107Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31052026-08-21T21:32:59.214Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31062026-08-21T21:33:00.877Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31072026-08-21T21:33:05.648Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31082026-08-21T21:33:09.471Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31092026-08-21T21:33:11.770Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31102026-08-21T21:33:15.195Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31112026-08-21T21:33:17.108Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31122026-08-21T21:33:18.155Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31132026-08-21T21:33:22.270Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31142026-08-21T21:33:26.833Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31152026-08-21T21:33:47.187Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31162026-08-21T21:34:41.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31172026-08-21T21:34:41.615Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31182026-08-21T21:34:41.615Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31192026-08-21T21:34:42.271Z
31202026-08-21T21:34:42.272Zreal 4:12.459459340
31212026-08-21T21:34:42.272Zuser 21:38.518311674
31222026-08-21T21:34:42.272Zsys 5:06.188200605
31232026-08-21T21:34:42.272Ztrap 0.523778307
31242026-08-21T21:34:42.272Ztflt 0.444616940
31252026-08-21T21:34:42.272Zdflt 0.562965121
31262026-08-21T21:34:42.272Zkflt 0.004745780
31272026-08-21T21:34:42.276Zlock 1:05:20.764889211
31282026-08-21T21:34:42.276Zslp 58:43.506280428
31292026-08-21T21:34:42.276Zlat 1:47.712915709
31302026-08-21T21:34:42.276Zstop 14:06.484665770
31312026-08-21T21:34:42.276Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31322026-08-21T21:34:42.276Z+ ptime -m cargo doc --workspace --no-deps
31332026-08-21T21:34:43.115Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31342026-08-21T21:34:43.115Z |
31352026-08-21T21:34:43.115Z = 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)`
31362026-08-21T21:34:43.115Z = 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>
31372026-08-21T21:34:44.170Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31382026-08-21T21:34:44.465Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31392026-08-21T21:34:44.473Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-08-21T21:34:44.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31412026-08-21T21:34:44.582Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31422026-08-21T21:34:44.687Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-08-21T21:34:44.713Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31442026-08-21T21:34:44.738Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31452026-08-21T21:34:44.768Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31462026-08-21T21:34:44.796Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31472026-08-21T21:34:44.904Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31482026-08-21T21:34:44.979Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31492026-08-21T21:34:45.004Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-08-21T21:34:45.070Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-08-21T21:34:45.105Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-08-21T21:34:45.127Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31532026-08-21T21:34:45.149Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31542026-08-21T21:34:45.171Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-08-21T21:34:45.216Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31562026-08-21T21:34:45.239Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31572026-08-21T21:34:45.266Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31582026-08-21T21:34:45.542Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-21T21:34:45.685Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31602026-08-21T21:34:45.710Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31612026-08-21T21:34:45.750Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31622026-08-21T21:34:45.862Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31632026-08-21T21:34:45.978Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31642026-08-21T21:34:46.006Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31652026-08-21T21:34:46.140Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31662026-08-21T21:34:46.229Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31672026-08-21T21:34:46.259Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31682026-08-21T21:34:46.283Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31692026-08-21T21:34:46.442Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31702026-08-21T21:34:46.473Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31712026-08-21T21:34:46.690Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31722026-08-21T21:34:46.719Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31732026-08-21T21:34:46.807Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31742026-08-21T21:34:46.831Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31752026-08-21T21:34:46.948Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31762026-08-21T21:34:47.083Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31772026-08-21T21:34:47.149Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31782026-08-21T21:34:47.320Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31792026-08-21T21:34:47.421Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31802026-08-21T21:34:47.446Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31812026-08-21T21:34:47.481Z Checking scuffle v0.1.0
31822026-08-21T21:34:47.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31832026-08-21T21:34:47.651Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31842026-08-21T21:34:47.776Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31852026-08-21T21:34:47.832Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31862026-08-21T21:34:47.893Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31872026-08-21T21:34:48.005Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31882026-08-21T21:34:48.067Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31892026-08-21T21:34:48.092Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31902026-08-21T21:34:48.148Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-08-21T21:34:48.230Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31922026-08-21T21:34:48.260Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31932026-08-21T21:34:48.288Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-08-21T21:34:48.288Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31952026-08-21T21:34:48.341Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31962026-08-21T21:34:48.419Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31972026-08-21T21:34:48.452Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31982026-08-21T21:34:48.852Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31992026-08-21T21:34:49.099Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32002026-08-21T21:34:49.206Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32012026-08-21T21:34:49.526Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-21T21:34:49.566Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32032026-08-21T21:34:49.876Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32042026-08-21T21:34:49.882Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32052026-08-21T21:34:50.047Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32062026-08-21T21:34:50.071Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32072026-08-21T21:34:50.153Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32082026-08-21T21:34:50.186Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32092026-08-21T21:34:50.336Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32102026-08-21T21:34:50.414Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112026-08-21T21:34:50.435Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32122026-08-21T21:34:50.836Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32132026-08-21T21:34:51.289Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32142026-08-21T21:34:51.477Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-08-21T21:34:51.481Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32162026-08-21T21:34:51.564Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32172026-08-21T21:34:51.654Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32182026-08-21T21:34:51.763Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32192026-08-21T21:34:51.855Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32202026-08-21T21:34:51.880Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32212026-08-21T21:34:51.959Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32222026-08-21T21:34:52.202Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32232026-08-21T21:34:52.228Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242026-08-21T21:34:52.252Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-08-21T21:34:52.297Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32262026-08-21T21:34:52.345Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32272026-08-21T21:34:52.429Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32282026-08-21T21:34:52.498Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32292026-08-21T21:34:52.523Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32302026-08-21T21:34:52.544Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32312026-08-21T21:34:52.693Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32322026-08-21T21:34:52.698Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32332026-08-21T21:34:52.766Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32342026-08-21T21:34:52.823Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32352026-08-21T21:34:52.849Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32362026-08-21T21:34:52.896Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-08-21T21:34:52.921Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32382026-08-21T21:34:52.944Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-08-21T21:34:53.038Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32402026-08-21T21:34:53.083Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-08-21T21:34:53.133Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32422026-08-21T21:34:53.369Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32432026-08-21T21:34:53.407Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32442026-08-21T21:34:53.411Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32452026-08-21T21:34:53.896Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32462026-08-21T21:34:54.110Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32472026-08-21T21:34:54.681Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32482026-08-21T21:34:54.971Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32492026-08-21T21:34:55.392Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32502026-08-21T21:34:55.586Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32512026-08-21T21:34:55.770Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32522026-08-21T21:34:55.803Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32532026-08-21T21:34:56.228Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32542026-08-21T21:34:56.373Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32552026-08-21T21:34:56.853Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-08-21T21:34:56.909Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-08-21T21:34:57.796Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32582026-08-21T21:34:58.352Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32592026-08-21T21:34:58.382Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32602026-08-21T21:34:58.554Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32612026-08-21T21:34:58.656Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-08-21T21:34:59.344Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32632026-08-21T21:34:59.532Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-08-21T21:34:59.840Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-08-21T21:35:00.022Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32662026-08-21T21:35:00.072Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32672026-08-21T21:35:00.294Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32682026-08-21T21:35:00.349Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32692026-08-21T21:35:00.533Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32702026-08-21T21:35:00.774Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32712026-08-21T21:35:00.818Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32722026-08-21T21:35:01.585Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-08-21T21:35:01.610Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32742026-08-21T21:35:01.705Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32752026-08-21T21:35:01.739Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32762026-08-21T21:35:02.439Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32772026-08-21T21:35:02.738Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32782026-08-21T21:35:03.192Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32792026-08-21T21:35:03.524Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32802026-08-21T21:35:03.920Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32812026-08-21T21:35:03.957Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32822026-08-21T21:35:04.688Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32832026-08-21T21:35:05.265Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32842026-08-21T21:35:05.273Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-21T21:35:05.303Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32862026-08-21T21:35:05.383Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32872026-08-21T21:35:05.587Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32882026-08-21T21:35:05.821Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32892026-08-21T21:35:06.822Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32902026-08-21T21:35:07.063Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32912026-08-21T21:35:07.743Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32922026-08-21T21:35:08.749Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32932026-08-21T21:35:10.988Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32942026-08-21T21:35:11.529Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32952026-08-21T21:35:12.490Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-08-21T21:35:13.427Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-21T21:35:13.842Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32982026-08-21T21:35:14.866Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32992026-08-21T21:35:14.999Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33002026-08-21T21:35:15.362Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33012026-08-21T21:35:16.075Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33022026-08-21T21:35:16.913Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33032026-08-21T21:35:17.138Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33042026-08-21T21:35:18.037Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33052026-08-21T21:35:18.079Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33062026-08-21T21:35:18.611Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33072026-08-21T21:35:18.699Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33082026-08-21T21:35:18.827Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33092026-08-21T21:35:19.032Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33102026-08-21T21:35:19.292Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112026-08-21T21:35:19.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33122026-08-21T21:35:19.594Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33132026-08-21T21:35:19.889Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33142026-08-21T21:35:20.339Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33152026-08-21T21:35:20.362Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33162026-08-21T21:35:20.646Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33172026-08-21T21:35:20.880Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33182026-08-21T21:35:20.956Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33192026-08-21T21:35:21.057Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33202026-08-21T21:35:21.382Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33212026-08-21T21:35:21.684Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33222026-08-21T21:35:23.518Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33232026-08-21T21:35:23.666Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33242026-08-21T21:35:24.110Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33252026-08-21T21:35:26.084Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33262026-08-21T21:35:27.554Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33272026-08-21T21:35:28.345Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33282026-08-21T21:35:28.908Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33292026-08-21T21:35:30.837Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33302026-08-21T21:35:31.745Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33312026-08-21T21:35:33.015Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33322026-08-21T21:35:33.468Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-08-21T21:35:34.666Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33342026-08-21T21:35:36.494Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33352026-08-21T21:35:37.050Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33362026-08-21T21:35:37.553Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33372026-08-21T21:35:39.733Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33382026-08-21T21:35:40.035Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33392026-08-21T21:35:40.269Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33402026-08-21T21:35:42.640Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33412026-08-21T21:35:46.083Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33422026-08-21T21:35:47.046Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33432026-08-21T21:35:47.671Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-21T21:35:48.569Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33452026-08-21T21:35:49.330Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33462026-08-21T21:35:50.099Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33472026-08-21T21:35:50.877Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33482026-08-21T21:35:53.329Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33492026-08-21T21:35:53.465Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33502026-08-21T21:35:53.881Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33512026-08-21T21:35:54.347Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33522026-08-21T21:35:55.095Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33532026-08-21T21:35:55.961Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33542026-08-21T21:35:57.811Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33552026-08-21T21:36:00.745Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33562026-08-21T21:36:02.233Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33572026-08-21T21:36:02.865Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33582026-08-21T21:36:03.923Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33592026-08-21T21:36:04.975Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33602026-08-21T21:36:05.799Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33612026-08-21T21:36:08.115Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33622026-08-21T21:36:09.095Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33632026-08-21T21:36:10.152Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33642026-08-21T21:36:11.201Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33652026-08-21T21:36:12.345Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33662026-08-21T21:36:15.794Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33672026-08-21T21:36:16.312Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33682026-08-21T21:36:16.943Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-08-21T21:36:18.464Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33702026-08-21T21:36:20.097Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33712026-08-21T21:36:21.639Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33722026-08-21T21:36:23.322Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-08-21T21:36:24.700Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33742026-08-21T21:36:26.531Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-08-21T21:36:28.207Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33762026-08-21T21:36:32.804Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33772026-08-21T21:36:33.187Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33782026-08-21T21:36:34.704Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33792026-08-21T21:36:34.807Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33802026-08-21T21:36:36.572Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33812026-08-21T21:36:38.349Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33822026-08-21T21:36:40.025Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33832026-08-21T21:36:42.040Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33842026-08-21T21:36:43.807Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33852026-08-21T21:36:45.475Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33862026-08-21T21:36:47.478Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33872026-08-21T21:36:48.982Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33882026-08-21T21:36:50.738Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33892026-08-21T21:36:52.430Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33902026-08-21T21:36:54.166Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33912026-08-21T21:36:55.897Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33922026-08-21T21:36:57.589Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33932026-08-21T21:37:00.992Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33942026-08-21T21:37:02.982Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33952026-08-21T21:37:04.505Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-08-21T21:37:06.265Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33972026-08-21T21:37:07.924Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33982026-08-21T21:37:09.661Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33992026-08-21T21:37:12.098Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34002026-08-21T21:37:16.003Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-08-21T21:37:17.703Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34022026-08-21T21:37:19.483Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34032026-08-21T21:37:21.918Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34042026-08-21T21:37:25.798Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34052026-08-21T21:37:28.174Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34062026-08-21T21:37:30.568Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34072026-08-21T21:37:32.941Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34082026-08-21T21:37:35.916Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-08-21T21:37:37.724Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34102026-08-21T21:37:39.958Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34112026-08-21T21:37:42.245Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34122026-08-21T21:37:44.769Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34132026-08-21T21:37:47.662Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34142026-08-21T21:37:50.083Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34152026-08-21T21:37:52.118Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34162026-08-21T21:37:54.542Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34172026-08-21T21:37:57.004Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34182026-08-21T21:37:59.386Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34192026-08-21T21:38:01.861Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34202026-08-21T21:38:04.344Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34212026-08-21T21:38:06.631Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34222026-08-21T21:38:09.211Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34232026-08-21T21:38:11.775Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34242026-08-21T21:38:14.231Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34252026-08-21T21:38:16.690Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34262026-08-21T21:38:19.139Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34272026-08-21T21:38:21.599Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34282026-08-21T21:38:24.136Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34292026-08-21T21:38:26.528Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34302026-08-21T21:38:29.176Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34312026-08-21T21:38:31.578Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34322026-08-21T21:38:34.151Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34332026-08-21T21:38:36.590Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34342026-08-21T21:38:39.136Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352026-08-21T21:38:41.633Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34362026-08-21T21:38:43.985Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34372026-08-21T21:38:46.626Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34382026-08-21T21:38:49.058Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34392026-08-21T21:38:51.630Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-08-21T21:38:54.121Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34412026-08-21T21:38:56.688Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34422026-08-21T21:38:59.256Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34432026-08-21T21:39:01.879Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34442026-08-21T21:39:04.390Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34452026-08-21T21:39:06.899Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34462026-08-21T21:39:09.451Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34472026-08-21T21:39:12.556Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-08-21T21:39:14.644Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492026-08-21T21:39:17.327Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34502026-08-21T21:39:19.816Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34512026-08-21T21:39:22.619Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34522026-08-21T21:39:25.304Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34532026-08-21T21:39:27.607Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34542026-08-21T21:39:30.271Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34552026-08-21T21:39:33.029Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34562026-08-21T21:39:35.612Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34572026-08-21T21:39:38.566Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34582026-08-21T21:39:41.228Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34592026-08-21T21:39:43.791Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34602026-08-21T21:39:46.381Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34612026-08-21T21:39:49.151Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34622026-08-21T21:39:51.800Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-08-21T21:39:54.545Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34642026-08-21T21:39:57.754Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34652026-08-21T21:40:00.235Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34662026-08-21T21:40:02.951Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34672026-08-21T21:40:10.861Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34682026-08-21T21:40:11.282Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34692026-08-21T21:40:14.506Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34702026-08-21T21:40:18.116Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34712026-08-21T21:40:21.617Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34722026-08-21T21:40:26.431Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34732026-08-21T21:40:29.597Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34742026-08-21T21:40:33.283Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34752026-08-21T21:40:36.990Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34762026-08-21T21:40:40.796Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34772026-08-21T21:40:44.646Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34782026-08-21T21:40:48.408Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34792026-08-21T21:40:52.195Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34802026-08-21T21:40:56.070Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34812026-08-21T21:40:59.831Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34822026-08-21T21:41:03.603Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34832026-08-21T21:41:07.456Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34842026-08-21T21:41:11.285Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34852026-08-21T21:41:15.065Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34862026-08-21T21:41:18.873Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34872026-08-21T21:41:22.787Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34882026-08-21T21:41:26.560Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34892026-08-21T21:41:30.323Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34902026-08-21T21:42:00.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 18s
34912026-08-21T21:42:00.695Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34922026-08-21T21:42:00.695Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34932026-08-21T21:42:00.865Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34942026-08-21T21:42:00.973Z
34952026-08-21T21:42:00.976Zreal 7:18.609524412
34962026-08-21T21:42:00.976Zuser 20:00.555414333
34972026-08-21T21:42:00.977Zsys 4:17.337054533
34982026-08-21T21:42:00.977Ztrap 0.293352066
34992026-08-21T21:42:00.977Ztflt 0.003281050
35002026-08-21T21:42:00.977Zdflt 0.042365657
35012026-08-21T21:42:00.977Zkflt 0.000025860
35022026-08-21T21:42:00.977Zlock 6:57:28.100819547
35032026-08-21T21:42:00.977Zslp 2:27:03.403652305
35042026-08-21T21:42:00.977Zlat 33.687328581
35052026-08-21T21:42:00.977Zstop 2:08.386117610
35062026-08-21T21:42:00.977Zprocess exited: duration 822266 ms, exit code 0
 
35072026-08-21T21:42:00.984Zfound 0 output files