01KWD12H5N2QH1YTDPWRV91M2N: clippy (helios)

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

Buildomat Job: 01KWD1311FD15QPHD916CWGY2Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T19:47:20.648Zjob assigned to worker 01KWD136MKQAW3CAHMZRVK1528 [factory aws, i-04aa483eb03dbcbe3] (queued for 57 s)
 
22026-06-30T19:47:26.591Zstarting task 0: "setup"
32026-06-30T19:47:26.595Z++ uname -s
42026-06-30T19:47:26.597Z+ kern=SunOS
52026-06-30T19:47:26.597Z+ build_user=build
62026-06-30T19:47:26.597Z+ build_uid=12345
72026-06-30T19:47:26.597Z+ work_dir=/work
82026-06-30T19:47:26.597Z+ input_dir=/input
92026-06-30T19:47:26.597Z+ [[ 0 == 12345 ]]
102026-06-30T19:47:26.597Z+ case "$kern" in
112026-06-30T19:47:26.598Z+ groupadd -g 12345 build
122026-06-30T19:47:26.600Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T19:47:28.603Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T19:47:28.674Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T19:47:28.678Z+ home_fs=zfs
162026-06-30T19:47:28.678Z+ [[ zfs == autofs ]]
172026-06-30T19:47:28.678Z+ mkdir -p /home/build
182026-06-30T19:47:28.678Z+ chown build:build /home/build /work
192026-06-30T19:47:30.678Z+ chmod 0700 /home/build /work
202026-06-30T19:47:30.681Zprocess exited: duration 4090 ms, exit code 0
 
212026-06-30T19:47:30.689Zstarting task 1: "rust-toolchain"
222026-06-30T19:47:30.691Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T19:47:30.692Z * rust toolchain channel = "1.96.0"
242026-06-30T19:47:30.692Z * rust toolchain profile = "default"
252026-06-30T19:47:30.692Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T19:47:30.692Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T19:47:30.692Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T19:47:30.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T19:47:30.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T19:47:30.775Zinfo: downloading installer
312026-06-30T19:47:32.034Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T19:47:32.034Zwarn: /home/build/.rustup/settings.toml
332026-06-30T19:47:32.034Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T19:47:32.034Zwarn: instead of the one inferred from the default host triple.
352026-06-30T19:47:32.047Zinfo: profile set to default
362026-06-30T19:47:32.047Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T19:47:32.050Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T19:47:32.185Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T19:47:32.188Zinfo: downloading 6 components
402026-06-30T19:47:46.407Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T19:47:46.407Z
422026-06-30T19:47:46.434Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T19:47:46.434Z
442026-06-30T19:47:46.437Z
452026-06-30T19:47:46.437ZRust is installed now. Great!
462026-06-30T19:47:46.437Z
472026-06-30T19:47:46.437ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T19:47:46.437Zenvironment variable. This has not been done automatically.
492026-06-30T19:47:46.437Z
502026-06-30T19:47:46.437ZTo configure your current shell, you need to source
512026-06-30T19:47:46.437Zthe corresponding env file under $HOME/.cargo.
522026-06-30T19:47:46.437Z
532026-06-30T19:47:46.437ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T19:47:46.437Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T19:47:46.437Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T19:47:46.437Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T19:47:46.437Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T19:47:46.437Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T19:47:46.437Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T19:47:46.437Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T19:47:46.437Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T19:47:46.538Z+ rustup --version
632026-06-30T19:47:46.548Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T19:47:46.552Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T19:47:46.568Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T19:47:46.571Z+ cargo --version
672026-06-30T19:47:46.584Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T19:47:46.589Z+ rustc --version
692026-06-30T19:47:46.607Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T19:47:46.609Zprocess exited: duration 15921 ms, exit code 0
 
712026-06-30T19:47:46.615Zstarting task 2: "authentication"
722026-06-30T19:47:46.631Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T19:47:46.637Zstarting task 3: "clone repository"
742026-06-30T19:47:46.640Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-30T19:47:46.643Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-30T19:47:46.677ZCloning into '/work/oxidecomputer/omicron'...
772026-06-30T19:47:56.950Z+ cd /work/oxidecomputer/omicron
782026-06-30T19:47:56.950Z+ git fetch origin e3b4fdade6e88d8deae0a8116e6ab656177d113f
792026-06-30T19:47:57.256ZFrom https://github.com/oxidecomputer/omicron
802026-06-30T19:47:57.256Z * branch e3b4fdade6e88d8deae0a8116e6ab656177d113f -> FETCH_HEAD
812026-06-30T19:47:57.265Z+ [[ -n jmcarp/oximeter-lazy-regex ]]
822026-06-30T19:47:57.268Z++ git branch --show-current
832026-06-30T19:47:57.268Z+ current=main
842026-06-30T19:47:57.268Z+ [[ main != jmcarp/oximeter-lazy-regex ]]
852026-06-30T19:47:57.268Z+ git branch -f jmcarp/oximeter-lazy-regex e3b4fdade6e88d8deae0a8116e6ab656177d113f
862026-06-30T19:47:57.271Z+ git checkout -f jmcarp/oximeter-lazy-regex
872026-06-30T19:47:57.514ZSwitched to branch 'jmcarp/oximeter-lazy-regex'
882026-06-30T19:47:57.518Z+ git reset --hard e3b4fdade6e88d8deae0a8116e6ab656177d113f
892026-06-30T19:47:57.531ZHEAD is now at e3b4fdade Oximeter: cache compiled regex.
902026-06-30T19:47:57.534Zprocess exited: duration 10895 ms, exit code 0
 
912026-06-30T19:47:57.540Zstarting task 4: "build"
922026-06-30T19:47:57.543Z+ source ./env.sh
932026-06-30T19:47:57.547Z++ OLD_SHELL_OPTS=ehxB
942026-06-30T19:47:57.547Z++ set -o xtrace
952026-06-30T19:47:57.547Z++++ dirname ./env.sh
962026-06-30T19:47:57.550Z+++ readlink -f .
972026-06-30T19:47:57.550Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-30T19:47:57.550Z++ 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-06-30T19:47:57.550Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-30T19:47:57.550Z++ 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-06-30T19:47:57.550Z++ 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-06-30T19:47:57.550Z++ 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-06-30T19:47:57.551Z++ 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-06-30T19:47:57.551Z++ 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-06-30T19:47:57.551Z++ 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-06-30T19:47:57.551Z++ 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-06-30T19:47:57.551Z++ 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-06-30T19:47:57.551Z++ case $OLD_SHELL_OPTS in
1092026-06-30T19:47:57.551Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-30T19:47:57.551Z+ source .github/buildomat/ci-env.sh
1112026-06-30T19:47:57.551Z++ export CARGO_TERM_COLOR=always
1122026-06-30T19:47:57.551Z++ CARGO_TERM_COLOR=always
1132026-06-30T19:47:57.551Z+ cargo --version
1142026-06-30T19:47:57.559Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-30T19:47:57.562Z+ rustc --version
1162026-06-30T19:47:57.581Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-30T19:47:57.584Z+ banner prerequisites
1182026-06-30T19:47:57.587Z
1192026-06-30T19:47:57.587Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-30T19:47:57.587Z # # # # # # # # # # # # # # #
1212026-06-30T19:47:57.587Z # # # # ##### # # ##### # # # # # #### #
1222026-06-30T19:47:57.587Z ##### ##### # ##### # # # # # # # # #
1232026-06-30T19:47:57.587Z # # # # # # # # # # # # # # #
1242026-06-30T19:47:57.587Z # # # ###### # # ###### ### # #### # #### #
1252026-06-30T19:47:57.587Z
1262026-06-30T19:47:57.587Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-30T19:47:59.056Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-30T19:47:59.166Z Startup: Caching catalogs ... Done
1292026-06-30T19:47:59.652ZPlanning: Solver setup ... Done (0.442s)
1302026-06-30T19:47:59.677ZPlanning: Running solver ... Done (0.025s)
1312026-06-30T19:47:59.689ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-30T19:47:59.699ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-30T19:47:59.716ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-30T19:47:59.730ZPlanning: Package planning ... Done (0.013s)
1352026-06-30T19:47:59.733ZPlanning: Merging actions ... Done (0.001s)
1362026-06-30T19:47:59.913ZPlanning: Checking for conflicting actions ... Done (0.181s)
1372026-06-30T19:47:59.916ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-30T19:48:00.677ZPlanning: Evaluating mediators ... Done (0.763s)
1392026-06-30T19:48:00.681ZPlanning: Planning completed in 1.49 seconds
1402026-06-30T19:48:00.686Z Packages to install: 2
1412026-06-30T19:48:00.688Z Estimated space available: 156.06 GB
1422026-06-30T19:48:00.689ZEstimated space to be consumed: 30.97 MB
1432026-06-30T19:48:00.689Z Create boot environment: No
1442026-06-30T19:48:00.689ZCreate backup boot environment: No
1452026-06-30T19:48:00.689Z Rebuild boot archive: No
1462026-06-30T19:48:00.689Z
1472026-06-30T19:48:00.689ZChanged packages:
1482026-06-30T19:48:00.689Zhelios
1492026-06-30T19:48:00.689Z developer/build-essential
1502026-06-30T19:48:00.689Z None -> 11-3.0
1512026-06-30T19:48:00.689Z library/libxmlsec1
1522026-06-30T19:48:00.689Z None -> 1.2.35-3.0
1532026-06-30T19:48:00.711Z
1542026-06-30T19:48:00.711ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-30T19:48:01.388ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1562026-06-30T19:48:01.449Z Actions: 1/268 actions (Installing new actions)
1572026-06-30T19:48:01.487Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-30T19:48:01.498ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-30T19:48:01.498ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-30T19:48:01.527ZFinalize: Updating image state ... Done (0.029s)
1612026-06-30T19:48:03.950ZFinalize: Creating fast lookup database ... Done (2.396s)
1622026-06-30T19:48:04.019ZFinalize: Reading search index ... Done (0.013s)
1632026-06-30T19:48:04.023ZFinalize: Updating search index ... Done (0.000s)
1642026-06-30T19:48:04.184ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-30T19:48:04.500ZPlanning: Evaluating mediator changes ... Done
1662026-06-30T19:48:04.605ZPlanning: Checking for conflicting actions ... Done
1672026-06-30T19:48:04.608ZPlanning: Consolidating action changes ... Done
1682026-06-30T19:48:04.762ZPlanning: Evaluating mediators ... Done
1692026-06-30T19:48:04.765ZPlanning: Planning completed in 0.26 seconds
1702026-06-30T19:48:04.784Z Mediators to change: 2
1712026-06-30T19:48:04.784Z Create boot environment: No
1722026-06-30T19:48:04.787ZCreate backup boot environment: No
1732026-06-30T19:48:04.831ZFinalize: Updating package state database ... Done
1742026-06-30T19:48:04.831ZFinalize: Updating package cache ... Done
1752026-06-30T19:48:04.846ZFinalize: Updating image state ... Done
1762026-06-30T19:48:06.792ZFinalize: Creating fast lookup database ... Done
1772026-06-30T19:48:06.852ZFinalize: Reading search index ... Done
1782026-06-30T19:48:06.856ZFinalize: Updating search index ... Done
1792026-06-30T19:48:06.926ZFinalize: Updating package cache ... Done
1802026-06-30T19:48:07.211ZPlanning: Evaluating mediator changes ... Done
1812026-06-30T19:48:07.317ZPlanning: Checking for conflicting actions ... Done
1822026-06-30T19:48:07.321ZPlanning: Consolidating action changes ... Done
1832026-06-30T19:48:07.473ZPlanning: Evaluating mediators ... Done
1842026-06-30T19:48:07.476ZPlanning: Planning completed in 0.26 seconds
1852026-06-30T19:48:07.497Z Mediators to change: 1
1862026-06-30T19:48:07.497Z Create boot environment: No
1872026-06-30T19:48:07.500ZCreate backup boot environment: No
1882026-06-30T19:48:07.537ZFinalize: Updating package state database ... Done
1892026-06-30T19:48:07.537ZFinalize: Updating package cache ... Done
1902026-06-30T19:48:07.553ZFinalize: Updating image state ... Done
1912026-06-30T19:48:09.506ZFinalize: Creating fast lookup database ... Done
1922026-06-30T19:48:09.569ZFinalize: Reading search index ... Done
1932026-06-30T19:48:09.572ZFinalize: Updating search index ... Done
1942026-06-30T19:48:09.647ZFinalize: Updating package cache ... Done
1952026-06-30T19:48:09.962ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-30T19:48:09.962Zapache system 2.4 system
1972026-06-30T19:48:09.962Zclang system 15 system
1982026-06-30T19:48:09.962Zcsh system system illumos
1992026-06-30T19:48:09.962Zctags system system illumos
2002026-06-30T19:48:09.962Zfile vendor vendor darwinsys
2012026-06-30T19:48:09.962Zfile system system illumos
2022026-06-30T19:48:09.962Zgcc vendor 14 vendor
2032026-06-30T19:48:09.962Zgcc system 13 system
2042026-06-30T19:48:09.962Zgcc system 10 system
2052026-06-30T19:48:09.962Zgo system 1.25 system
2062026-06-30T19:48:09.962Zllvm system 15 system
2072026-06-30T19:48:09.962Zmariadb system 11.4 system
2082026-06-30T19:48:09.963Zmta vendor vendor dma
2092026-06-30T19:48:09.963Zopenjdk system 17 system
2102026-06-30T19:48:09.963Zopenjdk system 11 system
2112026-06-30T19:48:09.963Zopenssl vendor 3 vendor
2122026-06-30T19:48:09.963Zperl system 5.40 system
2132026-06-30T19:48:09.963Zpostgresql system 18 system
2142026-06-30T19:48:09.963Zpostgresql system 17 system
2152026-06-30T19:48:09.963Zpython vendor 3 vendor
2162026-06-30T19:48:09.963Zpython system 2 system
2172026-06-30T19:48:09.963Zpython3 vendor 3.13 vendor
2182026-06-30T19:48:09.963Zruby system 3.4 system
2192026-06-30T19:48:09.963Zruby system 3.0 system
2202026-06-30T19:48:09.963Zwords vendor vendor american-english
2212026-06-30T19:48:09.963Zwords system system australian-english
2222026-06-30T19:48:09.963Zwords system system british-english
2232026-06-30T19:48:09.964Zwords system system canadian-english
2242026-06-30T19:48:09.964Zwords system system french
2252026-06-30T19:48:09.964Zwords system system italian
2262026-06-30T19:48:09.964Zwords system system ngerman
2272026-06-30T19:48:09.964Zwords system system ogerman
2282026-06-30T19:48:09.964Zwords system system spanish
2292026-06-30T19:48:10.207ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-30T19:48:10.207Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-30T19:48:10.520ZFMRI IFO
2322026-06-30T19:48:10.521Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-30T19:48:10.521Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-30T19:48:10.521Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-30T19:48:10.521Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-30T19:48:10.521Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-30T19:48:10.521Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-30T19:48:10.521Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-30T19:48:10.521Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-30T19:48:10.521Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-30T19:48:10.786Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-30T19:48:11.069Z Updating crates.io index
2432026-06-30T19:48:11.074Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-30T19:48:11.317Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-30T19:48:11.679Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-30T19:48:11.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-30T19:48:12.903Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-30T19:48:13.409Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-30T19:48:14.924Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-30T19:48:15.681Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-30T19:48:15.952Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-30T19:48:16.975Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-30T19:48:17.243Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-30T19:48:17.566Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-30T19:48:17.841Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-30T19:48:18.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-30T19:48:18.747Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-30T19:48:19.003Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-30T19:48:19.271Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-30T19:48:19.525Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-30T19:48:19.797Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-30T19:48:20.075Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-30T19:48:20.318Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-30T19:48:20.562Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-30T19:48:20.969Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-30T19:48:21.306Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-30T19:48:21.558Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-30T19:48:21.979Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-30T19:48:22.228Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-30T19:48:22.760Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-30T19:48:22.976Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-30T19:48:23.207Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-30T19:48:23.544Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-30T19:48:23.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-30T19:48:24.202Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-30T19:48:24.496Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-30T19:48:24.766Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-30T19:48:25.033Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-30T19:48:25.322Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-30T19:48:25.591Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-30T19:48:25.855Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-30T19:48:26.104Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-30T19:48:28.975Z Downloading crates ...
2842026-06-30T19:48:29.031Z Downloaded icu_provider v2.1.1
2852026-06-30T19:48:29.034Z Downloaded proc-macro-error-attr v1.0.4
2862026-06-30T19:48:29.046Z Downloaded textwrap v0.16.2
2872026-06-30T19:48:29.050Z Downloaded toml_datetime v0.6.11
2882026-06-30T19:48:29.050Z Downloaded typeid v1.0.3
2892026-06-30T19:48:29.053Z Downloaded usdt v0.5.0
2902026-06-30T19:48:29.053Z Downloaded usdt-macro v0.5.0
2912026-06-30T19:48:29.056Z Downloaded tinystr v0.8.2
2922026-06-30T19:48:29.060Z Downloaded thiserror-impl v1.0.69
2932026-06-30T19:48:29.064Z Downloaded anstyle-query v1.1.5
2942026-06-30T19:48:29.064Z Downloaded erased-serde v0.4.9
2952026-06-30T19:48:29.064Z Downloaded yoke-derive v0.8.1
2962026-06-30T19:48:29.067Z Downloaded thread-id v4.2.2
2972026-06-30T19:48:29.067Z Downloaded anstyle v1.0.14
2982026-06-30T19:48:29.068Z Downloaded usdt-attr-macro v0.5.0
2992026-06-30T19:48:29.077Z Downloaded form_urlencoded v1.2.2
3002026-06-30T19:48:29.077Z Downloaded zerofrom-derive v0.1.6
3012026-06-30T19:48:29.077Z Downloaded dof v0.3.0
3022026-06-30T19:48:29.077Z Downloaded version_check v0.9.5
3032026-06-30T19:48:29.082Z Downloaded plain v0.2.3
3042026-06-30T19:48:29.082Z Downloaded unicode-linebreak v0.1.5
3052026-06-30T19:48:29.082Z Downloaded clap_lex v1.0.0
3062026-06-30T19:48:29.082Z Downloaded digest v0.10.7
3072026-06-30T19:48:29.082Z Downloaded byteorder v1.5.0
3082026-06-30T19:48:29.082Z Downloaded bytecount v0.6.9
3092026-06-30T19:48:29.082Z Downloaded zerofrom v0.1.6
3102026-06-30T19:48:29.082Z Downloaded unicode-xid v0.2.6
3112026-06-30T19:48:29.086Z Downloaded toml v0.8.23
3122026-06-30T19:48:29.086Z Downloaded utf8parse v0.2.2
3132026-06-30T19:48:29.086Z Downloaded utf8_iter v1.0.4
3142026-06-30T19:48:29.089Z Downloaded icu_normalizer v2.1.1
3152026-06-30T19:48:29.089Z Downloaded zerovec-derive v0.11.2
3162026-06-30T19:48:29.093Z Downloaded cargo-platform v0.2.0
3172026-06-30T19:48:29.093Z Downloaded thiserror-impl v2.0.18
3182026-06-30T19:48:29.093Z Downloaded yoke v0.8.1
3192026-06-30T19:48:29.098Z Downloaded usdt-impl v0.5.0
3202026-06-30T19:48:29.098Z Downloaded serde-value v0.7.0
3212026-06-30T19:48:29.098Z Downloaded toml_write v0.1.2
3222026-06-30T19:48:29.098Z Downloaded icu_properties_data v2.1.2
3232026-06-30T19:48:29.101Z Downloaded writeable v0.6.2
3242026-06-30T19:48:29.104Z Downloaded quote v1.0.45
3252026-06-30T19:48:29.104Z Downloaded thiserror v2.0.18
3262026-06-30T19:48:29.107Z Downloaded synstructure v0.13.2
3272026-06-30T19:48:29.107Z Downloaded zerocopy v0.7.35
3282026-06-30T19:48:29.115Z Downloaded zmij v1.0.21
3292026-06-30T19:48:29.119Z Downloaded unicode-ident v1.0.24
3302026-06-30T19:48:29.119Z Downloaded zerocopy-derive v0.7.35
3312026-06-30T19:48:29.122Z Downloaded proc-macro2 v1.0.106
3322026-06-30T19:48:29.125Z Downloaded typenum v1.19.0
3332026-06-30T19:48:29.125Z Downloaded toml_edit v0.22.27
3342026-06-30T19:48:29.128Z Downloaded num-traits v0.2.19
3352026-06-30T19:48:29.128Z Downloaded scroll_derive v0.12.1
3362026-06-30T19:48:29.128Z Downloaded camino v1.2.2
3372026-06-30T19:48:29.131Z Downloaded ucd-trie v0.1.7
3382026-06-30T19:48:29.131Z Downloaded sha2 v0.10.9
3392026-06-30T19:48:29.134Z Downloaded thiserror v1.0.69
3402026-06-30T19:48:29.134Z Downloaded clap v4.6.1
3412026-06-30T19:48:29.140Z Downloaded zerotrie v0.2.3
3422026-06-30T19:48:29.143Z Downloaded url v2.5.8
3432026-06-30T19:48:29.143Z Downloaded zerovec v0.11.5
3442026-06-30T19:48:29.146Z Downloaded once_cell v1.21.3
3452026-06-30T19:48:29.149Z Downloaded heck v0.4.1
3462026-06-30T19:48:29.149Z Downloaded papergrid v0.11.0
3472026-06-30T19:48:29.152Z Downloaded idna_adapter v1.2.1
3482026-06-30T19:48:29.152Z Downloaded colorchoice v1.0.4
3492026-06-30T19:48:29.152Z Downloaded generic-array v0.14.7
3502026-06-30T19:48:29.155Z Downloaded pest_meta v2.8.6
3512026-06-30T19:48:29.156Z Downloaded winnow v0.7.14
3522026-06-30T19:48:29.160Z Downloaded swrite v0.1.0
3532026-06-30T19:48:29.163Z Downloaded potential_utf v0.1.4
3542026-06-30T19:48:29.163Z Downloaded strsim v0.11.1
3552026-06-30T19:48:29.166Z Downloaded stable_deref_trait v1.2.1
3562026-06-30T19:48:29.166Z Downloaded unicode-width v0.2.0
3572026-06-30T19:48:29.172Z Downloaded unicode-width v0.1.14
3582026-06-30T19:48:29.172Z Downloaded terminal_size v0.4.3
3592026-06-30T19:48:29.172Z Downloaded equivalent v1.0.2
3602026-06-30T19:48:29.177Z Downloaded serde v1.0.228
3612026-06-30T19:48:29.180Z Downloaded serde_spanned v0.6.9
3622026-06-30T19:48:29.180Z Downloaded percent-encoding v2.3.2
3632026-06-30T19:48:29.183Z Downloaded goblin v0.8.2
3642026-06-30T19:48:29.183Z Downloaded smawk v0.3.2
3652026-06-30T19:48:29.186Z Downloaded anstream v1.0.0
3662026-06-30T19:48:29.186Z Downloaded memmap v0.7.0
3672026-06-30T19:48:29.186Z Downloaded fastrand v2.3.0
3682026-06-30T19:48:29.189Z Downloaded icu_normalizer_data v2.1.1
3692026-06-30T19:48:29.189Z Downloaded dtrace-parser v0.2.0
3702026-06-30T19:48:29.189Z Downloaded itoa v1.0.17
3712026-06-30T19:48:29.192Z Downloaded macaddr v1.0.1
3722026-06-30T19:48:29.195Z Downloaded errno v0.3.14
3732026-06-30T19:48:29.197Z Downloaded tabled_derive v0.7.0
3742026-06-30T19:48:29.197Z Downloaded heck v0.5.0
3752026-06-30T19:48:29.202Z Downloaded cfg-if v1.0.4
3762026-06-30T19:48:29.207Z Downloaded is_terminal_polyfill v1.70.2
3772026-06-30T19:48:29.214Z Downloaded fnv v1.0.7
3782026-06-30T19:48:29.214Z Downloaded proc-macro-error v1.0.4
3792026-06-30T19:48:29.223Z Downloaded crypto-common v0.1.7
3802026-06-30T19:48:29.223Z Downloaded cargo_metadata v0.21.0
3812026-06-30T19:48:29.224Z Downloaded block-buffer v0.10.4
3822026-06-30T19:48:29.224Z Downloaded pretty-hex v0.4.1
3832026-06-30T19:48:29.224Z Downloaded cargo_toml v0.21.0
3842026-06-30T19:48:29.224Z Downloaded fs-err v3.3.0
3852026-06-30T19:48:29.224Z Downloaded serde_tokenstream v0.2.3
3862026-06-30T19:48:29.227Z Downloaded bitflags v2.11.0
3872026-06-30T19:48:29.227Z Downloaded semver v1.0.28
3882026-06-30T19:48:29.227Z Downloaded ordered-float v2.10.1
3892026-06-30T19:48:29.227Z Downloaded displaydoc v0.2.5
3902026-06-30T19:48:29.231Z Downloaded serde-untagged v0.1.9
3912026-06-30T19:48:29.234Z Downloaded cpufeatures v0.2.17
3922026-06-30T19:48:29.234Z Downloaded camino-tempfile v1.4.1
3932026-06-30T19:48:29.237Z Downloaded scroll v0.12.0
3942026-06-30T19:48:29.237Z Downloaded anstyle-parse v1.0.0
3952026-06-30T19:48:29.240Z Downloaded cargo-util-schemas v0.8.2
3962026-06-30T19:48:29.243Z Downloaded autocfg v1.5.0
3972026-06-30T19:48:29.243Z Downloaded clap_derive v4.6.1
3982026-06-30T19:48:29.255Z Downloaded anyhow v1.0.102
3992026-06-30T19:48:29.260Z Downloaded pest_generator v2.8.6
4002026-06-30T19:48:29.264Z Downloaded getrandom v0.4.1
4012026-06-30T19:48:29.271Z Downloaded memchr v2.8.0
4022026-06-30T19:48:29.271Z Downloaded smallvec v1.15.1
4032026-06-30T19:48:29.274Z Downloaded pest_derive v2.8.6
4042026-06-30T19:48:29.274Z Downloaded litemap v0.8.1
4052026-06-30T19:48:29.274Z Downloaded icu_properties v2.1.2
4062026-06-30T19:48:29.274Z Downloaded log v0.4.29
4072026-06-30T19:48:29.277Z Downloaded tempfile v3.25.0
4082026-06-30T19:48:29.278Z Downloaded serde_derive v1.0.228
4092026-06-30T19:48:29.278Z Downloaded serde_core v1.0.228
4102026-06-30T19:48:29.281Z Downloaded icu_locale_core v2.1.1
4112026-06-30T19:48:29.311Z Downloaded icu_collections v2.1.1
4122026-06-30T19:48:29.316Z Downloaded indexmap v2.14.0
4132026-06-30T19:48:29.320Z Downloaded tabled v0.15.0
4142026-06-30T19:48:29.326Z Downloaded pest v2.8.6
4152026-06-30T19:48:29.334Z Downloaded idna v1.1.0
4162026-06-30T19:48:29.337Z Downloaded syn v1.0.109
4172026-06-30T19:48:29.342Z Downloaded serde_json v1.0.150
4182026-06-30T19:48:29.345Z Downloaded clap_builder v4.6.0
4192026-06-30T19:48:29.349Z Downloaded hashbrown v0.17.0
4202026-06-30T19:48:29.369Z Downloaded syn v2.0.117
4212026-06-30T19:48:29.385Z Downloaded rustix v1.1.3
4222026-06-30T19:48:29.406Z Downloaded libc v0.2.185
4232026-06-30T19:48:29.473Z Compiling proc-macro2 v1.0.106
4242026-06-30T19:48:29.473Z Compiling quote v1.0.45
4252026-06-30T19:48:29.473Z Compiling unicode-ident v1.0.24
4262026-06-30T19:48:29.473Z Compiling serde_core v1.0.228
4272026-06-30T19:48:29.476Z Compiling libc v0.2.185
4282026-06-30T19:48:29.476Z Compiling version_check v0.9.5
4292026-06-30T19:48:29.476Z Compiling stable_deref_trait v1.2.1
4302026-06-30T19:48:29.476Z Compiling memchr v2.8.0
4312026-06-30T19:48:29.775Z Compiling serde v1.0.228
4322026-06-30T19:48:29.800Z Compiling zmij v1.0.21
4332026-06-30T19:48:30.045Z Compiling ucd-trie v0.1.7
4342026-06-30T19:48:30.165Z Compiling itoa v1.0.17
4352026-06-30T19:48:30.325Z Compiling thiserror v1.0.69
4362026-06-30T19:48:30.346Z Compiling autocfg v1.5.0
4372026-06-30T19:48:30.363Z Compiling pest v2.8.6
4382026-06-30T19:48:30.419Z Compiling litemap v0.8.1
4392026-06-30T19:48:30.441Z Compiling writeable v0.6.2
4402026-06-30T19:48:30.620Z Compiling icu_properties_data v2.1.2
4412026-06-30T19:48:30.637Z Compiling rustix v1.1.3
4422026-06-30T19:48:30.809Z Compiling icu_normalizer_data v2.1.1
4432026-06-30T19:48:30.992Z Compiling syn v2.0.117
4442026-06-30T19:48:31.006Z Compiling byteorder v1.5.0
4452026-06-30T19:48:31.068Z Compiling errno v0.3.14
4462026-06-30T19:48:31.130Z Compiling bitflags v2.11.0
4472026-06-30T19:48:31.228Z Compiling serde_json v1.0.150
4482026-06-30T19:48:31.372Z Compiling num-traits v0.2.19
4492026-06-30T19:48:31.418Z Compiling pest_meta v2.8.6
4502026-06-30T19:48:31.605Z Compiling hashbrown v0.17.0
4512026-06-30T19:48:31.636Z Compiling smallvec v1.15.1
4522026-06-30T19:48:31.667Z Compiling typeid v1.0.3
4532026-06-30T19:48:31.797Z Compiling equivalent v1.0.2
4542026-06-30T19:48:31.974Z Compiling thread-id v4.2.2
4552026-06-30T19:48:31.987Z Compiling proc-macro-error-attr v1.0.4
4562026-06-30T19:48:32.071Z Compiling usdt-impl v0.5.0
4572026-06-30T19:48:32.112Z Compiling indexmap v2.14.0
4582026-06-30T19:48:32.141Z Compiling syn v1.0.109
4592026-06-30T19:48:32.202Z Compiling winnow v0.7.14
4602026-06-30T19:48:32.345Z Compiling toml_write v0.1.2
4612026-06-30T19:48:32.443Z Compiling erased-serde v0.4.9
4622026-06-30T19:48:32.733Z Compiling proc-macro-error v1.0.4
4632026-06-30T19:48:32.750Z Compiling camino v1.2.2
4642026-06-30T19:48:32.923Z Compiling percent-encoding v2.3.2
4652026-06-30T19:48:32.997Z Compiling log v0.4.29
4662026-06-30T19:48:33.065Z Compiling getrandom v0.4.1
4672026-06-30T19:48:33.125Z Compiling utf8_iter v1.0.4
4682026-06-30T19:48:33.192Z Compiling thiserror v2.0.18
4692026-06-30T19:48:33.217Z Compiling utf8parse v0.2.2
4702026-06-30T19:48:33.263Z Compiling plain v0.2.3
4712026-06-30T19:48:33.282Z Compiling ordered-float v2.10.1
4722026-06-30T19:48:33.333Z Compiling anstyle-parse v1.0.0
4732026-06-30T19:48:33.428Z Compiling form_urlencoded v1.2.2
4742026-06-30T19:48:33.521Z Compiling synstructure v0.13.2
4752026-06-30T19:48:33.538Z Compiling pest_generator v2.8.6
4762026-06-30T19:48:33.725Z Compiling terminal_size v0.4.3
4772026-06-30T19:48:33.870Z Compiling anstyle v1.0.14
4782026-06-30T19:48:33.968Z Compiling is_terminal_polyfill v1.70.2
4792026-06-30T19:48:34.003Z Compiling pretty-hex v0.4.1
4802026-06-30T19:48:34.031Z Compiling anstyle-query v1.1.5
4812026-06-30T19:48:34.065Z Compiling cfg-if v1.0.4
4822026-06-30T19:48:34.100Z Compiling colorchoice v1.0.4
4832026-06-30T19:48:34.148Z Compiling serde-untagged v0.1.9
4842026-06-30T19:48:34.225Z Compiling anstream v1.0.0
4852026-06-30T19:48:34.236Z Compiling semver v1.0.28
4862026-06-30T19:48:34.310Z Compiling fs-err v3.3.0
4872026-06-30T19:48:34.413Z Compiling unicode-xid v0.2.6
4882026-06-30T19:48:34.504Z Compiling clap_lex v1.0.0
4892026-06-30T19:48:34.525Z Compiling once_cell v1.21.3
4902026-06-30T19:48:34.534Z Compiling heck v0.5.0
4912026-06-30T19:48:34.563Z Compiling unicode-width v0.1.14
4922026-06-30T19:48:34.571Z Compiling fnv v1.0.7
4932026-06-30T19:48:34.692Z Compiling anyhow v1.0.102
4942026-06-30T19:48:34.812Z Compiling bytecount v0.6.9
4952026-06-30T19:48:34.812Z Compiling strsim v0.11.1
4962026-06-30T19:48:34.923Z Compiling fastrand v2.3.0
4972026-06-30T19:48:34.968Z Compiling heck v0.4.1
4982026-06-30T19:48:35.119Z Compiling tempfile v3.25.0
4992026-06-30T19:48:35.156Z Compiling clap_builder v4.6.0
5002026-06-30T19:48:35.175Z Compiling serde_derive v1.0.228
5012026-06-30T19:48:35.193Z Compiling zerofrom-derive v0.1.6
5022026-06-30T19:48:35.196Z Compiling yoke-derive v0.8.1
5032026-06-30T19:48:35.225Z Compiling zerovec-derive v0.11.2
5042026-06-30T19:48:35.494Z Compiling displaydoc v0.2.5
5052026-06-30T19:48:35.700Z Compiling thiserror-impl v1.0.69
5062026-06-30T19:48:36.241Z Compiling zerocopy-derive v0.7.35
5072026-06-30T19:48:36.349Z Compiling pest_derive v2.8.6
5082026-06-30T19:48:36.365Z Compiling scroll_derive v0.12.1
5092026-06-30T19:48:36.572Z Compiling zerofrom v0.1.6
5102026-06-30T19:48:36.705Z Compiling yoke v0.8.1
5112026-06-30T19:48:36.785Z Compiling thiserror-impl v2.0.18
5122026-06-30T19:48:36.898Z Compiling zerovec v0.11.5
5132026-06-30T19:48:37.035Z Compiling zerotrie v0.2.3
5142026-06-30T19:48:37.079Z Compiling dtrace-parser v0.2.0
5152026-06-30T19:48:37.107Z Compiling zerocopy v0.7.35
5162026-06-30T19:48:37.341Z Compiling scroll v0.12.0
5172026-06-30T19:48:37.404Z Compiling tinystr v0.8.2
5182026-06-30T19:48:37.616Z Compiling icu_locale_core v2.1.1
5192026-06-30T19:48:37.633Z Compiling potential_utf v0.1.4
5202026-06-30T19:48:37.659Z Compiling goblin v0.8.2
5212026-06-30T19:48:37.802Z Compiling icu_collections v2.1.1
5222026-06-30T19:48:37.819Z Compiling tabled_derive v0.7.0
5232026-06-30T19:48:38.187Z Compiling clap_derive v4.6.1
5242026-06-30T19:48:38.270Z Compiling icu_provider v2.1.1
5252026-06-30T19:48:38.289Z Compiling papergrid v0.11.0
5262026-06-30T19:48:38.572Z Compiling icu_properties v2.1.2
5272026-06-30T19:48:38.594Z Compiling icu_normalizer v2.1.1
5282026-06-30T19:48:38.608Z Compiling toml_datetime v0.6.11
5292026-06-30T19:48:38.635Z Compiling serde_spanned v0.6.9
5302026-06-30T19:48:38.723Z Compiling dof v0.3.0
5312026-06-30T19:48:38.786Z Compiling serde_tokenstream v0.2.3
5322026-06-30T19:48:38.870Z Compiling toml_edit v0.22.27
5332026-06-30T19:48:39.125Z Compiling serde-value v0.7.0
5342026-06-30T19:48:39.145Z Compiling cargo-platform v0.2.0
5352026-06-30T19:48:39.426Z Compiling idna_adapter v1.2.1
5362026-06-30T19:48:39.490Z Compiling memmap v0.7.0
5372026-06-30T19:48:39.575Z Compiling idna v1.1.0
5382026-06-30T19:48:39.668Z Compiling unicode-width v0.2.0
5392026-06-30T19:48:39.728Z Compiling smawk v0.3.2
5402026-06-30T19:48:39.746Z Compiling unicode-linebreak v0.1.5
5412026-06-30T19:48:39.793Z Compiling usdt-macro v0.5.0
5422026-06-30T19:48:39.949Z Compiling url v2.5.8
5432026-06-30T19:48:39.981Z Compiling usdt-attr-macro v0.5.0
5442026-06-30T19:48:39.999Z Compiling clap v4.6.1
5452026-06-30T19:48:40.084Z Compiling textwrap v0.16.2
5462026-06-30T19:48:40.436Z Compiling toml v0.8.23
5472026-06-30T19:48:40.541Z Compiling tabled v0.15.0
5482026-06-30T19:48:40.666Z Compiling usdt v0.5.0
5492026-06-30T19:48:40.703Z Compiling macaddr v1.0.1
5502026-06-30T19:48:40.868Z Compiling cargo-util-schemas v0.8.2
5512026-06-30T19:48:40.899Z Compiling cargo_toml v0.21.0
5522026-06-30T19:48:40.931Z Compiling camino-tempfile v1.4.1
5532026-06-30T19:48:41.063Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-30T19:48:41.127Z Compiling swrite v0.1.0
5552026-06-30T19:48:41.768Z Compiling cargo_metadata v0.21.0
5562026-06-30T19:48:42.728Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-30T19:48:44.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.21s
5582026-06-30T19:48:45.030Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-30T19:48:45.541Z Downloading crates ...
5602026-06-30T19:48:45.630Z Downloaded adler2 v2.0.1
5612026-06-30T19:48:45.640Z Downloaded anstream v0.6.21
5622026-06-30T19:48:45.644Z Downloaded arrayref v0.3.9
5632026-06-30T19:48:45.651Z Downloaded bcrypt-pbkdf v0.10.0
5642026-06-30T19:48:45.658Z Downloaded ascii-canvas v3.0.0
5652026-06-30T19:48:45.662Z Downloaded array-init v0.0.4
5662026-06-30T19:48:45.665Z Downloaded derive_builder_macro v0.20.2
5672026-06-30T19:48:45.668Z Downloaded bcs v0.1.6
5682026-06-30T19:48:45.668Z Downloaded arrayvec v0.7.6
5692026-06-30T19:48:45.671Z Downloaded atty v0.2.14
5702026-06-30T19:48:45.671Z Downloaded aead v0.5.2
5712026-06-30T19:48:45.671Z Downloaded async-stream-impl v0.3.6
5722026-06-30T19:48:45.676Z Downloaded darling_core v0.23.0
5732026-06-30T19:48:45.679Z Downloaded dirs-next v2.0.0
5742026-06-30T19:48:45.679Z Downloaded bit-vec v0.6.3
5752026-06-30T19:48:45.679Z Downloaded der_derive v0.7.3
5762026-06-30T19:48:45.684Z Downloaded derive_more v0.99.20
5772026-06-30T19:48:45.688Z Downloaded crunchy v0.2.4
5782026-06-30T19:48:45.688Z Downloaded ahash v0.8.12
5792026-06-30T19:48:45.688Z Downloaded crc-any v2.5.0
5802026-06-30T19:48:45.693Z Downloaded block-padding v0.3.3
5812026-06-30T19:48:45.693Z Downloaded crc8 v0.1.1
5822026-06-30T19:48:45.696Z Downloaded atomicwrites v0.4.4
5832026-06-30T19:48:45.696Z Downloaded async-bb8-diesel v0.2.1
5842026-06-30T19:48:45.700Z Downloaded blake2 v0.10.6
5852026-06-30T19:48:45.703Z Downloaded csv-core v0.1.13
5862026-06-30T19:48:45.703Z Downloaded async-recursion v1.1.1
5872026-06-30T19:48:45.706Z Downloaded crc32fast v1.5.0
5882026-06-30T19:48:45.710Z Downloaded critical-section v1.2.0
5892026-06-30T19:48:45.710Z Downloaded bitfield-macros v0.19.4
5902026-06-30T19:48:45.710Z Downloaded argon2 v0.5.3
5912026-06-30T19:48:45.714Z Downloaded crossbeam-deque v0.8.6
5922026-06-30T19:48:45.714Z Downloaded atomic-waker v1.1.2
5932026-06-30T19:48:45.720Z Downloaded crossbeam-epoch v0.9.18
5942026-06-30T19:48:45.723Z Downloaded defmt v0.3.100
5952026-06-30T19:48:45.723Z Downloaded cstr-argument v0.1.2
5962026-06-30T19:48:45.726Z Downloaded crossterm v0.28.1
5972026-06-30T19:48:45.730Z Downloaded crossbeam-utils v0.8.21
5982026-06-30T19:48:45.732Z Downloaded bit-set v0.5.3
5992026-06-30T19:48:45.733Z Downloaded cpufeatures v0.3.0
6002026-06-30T19:48:45.733Z Downloaded async-compression v0.4.41
6012026-06-30T19:48:45.740Z Downloaded darling_macro v0.20.11
6022026-06-30T19:48:45.745Z Downloaded crc-catalog v2.4.0
6032026-06-30T19:48:45.745Z Downloaded base16ct v0.2.0
6042026-06-30T19:48:45.745Z Downloaded bitflags v1.3.2
6052026-06-30T19:48:45.745Z Downloaded ciborium-ll v0.2.2
6062026-06-30T19:48:45.748Z Downloaded cfg_aliases v0.2.1
6072026-06-30T19:48:45.748Z Downloaded async-stream v0.3.6
6082026-06-30T19:48:45.748Z Downloaded embedded-io v0.4.0
6092026-06-30T19:48:45.748Z Downloaded convert_case v0.4.0
6102026-06-30T19:48:45.751Z Downloaded debug-ignore v1.0.5
6112026-06-30T19:48:45.751Z Downloaded env_filter v1.0.0
6122026-06-30T19:48:45.755Z Downloaded darling_macro v0.21.3
6132026-06-30T19:48:45.755Z Downloaded base64ct v1.8.3
6142026-06-30T19:48:45.755Z Downloaded dyn-clone v1.0.20
6152026-06-30T19:48:45.763Z Downloaded dunce v1.0.5
6162026-06-30T19:48:45.763Z Downloaded defmt-parser v1.0.0
6172026-06-30T19:48:45.763Z Downloaded bitfield-struct v0.6.2
6182026-06-30T19:48:45.763Z Downloaded darling_macro v0.23.0
6192026-06-30T19:48:45.766Z Downloaded bb8 v0.8.6
6202026-06-30T19:48:45.766Z Downloaded castaway v0.2.4
6212026-06-30T19:48:45.766Z Downloaded crypto-common v0.2.2
6222026-06-30T19:48:45.766Z Downloaded flagset v0.4.7
6232026-06-30T19:48:45.766Z Downloaded ciborium-io v0.2.2
6242026-06-30T19:48:45.766Z Downloaded ar_archive_writer v0.5.1
6252026-06-30T19:48:45.769Z Downloaded curve25519-dalek-derive v0.1.1
6262026-06-30T19:48:45.769Z Downloaded crucible-workspace-hack v0.1.0
6272026-06-30T19:48:45.769Z Downloaded cipher v0.4.4
6282026-06-30T19:48:45.769Z Downloaded cobs v0.3.0
6292026-06-30T19:48:45.772Z Downloaded crc v3.4.0
6302026-06-30T19:48:45.773Z Downloaded bitfield v0.19.4
6312026-06-30T19:48:45.777Z Downloaded cfg_aliases v0.1.1
6322026-06-30T19:48:45.777Z Downloaded async-trait v0.1.89
6332026-06-30T19:48:45.780Z Downloaded fd-lock v4.0.4
6342026-06-30T19:48:45.780Z Downloaded foreign-types v0.5.0
6352026-06-30T19:48:45.780Z Downloaded dtrace-parser v0.3.0
6362026-06-30T19:48:45.780Z Downloaded dirs-sys-next v0.1.2
6372026-06-30T19:48:45.785Z Downloaded foreign-types v0.3.2
6382026-06-30T19:48:45.785Z Downloaded dof v0.4.0
6392026-06-30T19:48:45.785Z Downloaded buf-list v1.1.2
6402026-06-30T19:48:45.788Z Downloaded document-features v0.2.12
6412026-06-30T19:48:45.788Z Downloaded backon v1.6.0
6422026-06-30T19:48:45.788Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-06-30T19:48:45.797Z Downloaded arc-swap v1.8.2
6442026-06-30T19:48:45.798Z Downloaded anstyle-parse v0.2.7
6452026-06-30T19:48:45.801Z Downloaded foreign-types-shared v0.3.1
6462026-06-30T19:48:45.801Z Downloaded endian-type v0.1.2
6472026-06-30T19:48:45.801Z Downloaded foreign-types-shared v0.1.1
6482026-06-30T19:48:45.801Z Downloaded float-ord v0.3.2
6492026-06-30T19:48:45.801Z Downloaded float-cmp v0.10.0
6502026-06-30T19:48:45.801Z Downloaded compression-core v0.4.31
6512026-06-30T19:48:45.801Z Downloaded base64 v0.22.1
6522026-06-30T19:48:45.801Z Downloaded data-encoding v2.10.0
6532026-06-30T19:48:45.805Z Downloaded dropshot-api-manager-types v0.7.2
6542026-06-30T19:48:45.805Z Downloaded convert_case v0.10.0
6552026-06-30T19:48:45.805Z Downloaded fixedbitset v0.5.7
6562026-06-30T19:48:45.808Z Downloaded ena v0.14.4
6572026-06-30T19:48:45.808Z Downloaded futures-core v0.3.32
6582026-06-30T19:48:45.808Z Downloaded darling_macro v0.13.4
6592026-06-30T19:48:45.808Z Downloaded blowfish v0.9.1
6602026-06-30T19:48:45.811Z Downloaded futures-task v0.3.32
6612026-06-30T19:48:45.811Z Downloaded filetime v0.2.27
6622026-06-30T19:48:45.814Z Downloaded fxhash v0.2.1
6632026-06-30T19:48:45.814Z Downloaded chacha20 v0.10.0
6642026-06-30T19:48:45.814Z Downloaded derive_builder_core v0.20.2
6652026-06-30T19:48:45.817Z Downloaded byte-wrapper v0.1.0
6662026-06-30T19:48:45.820Z Downloaded ghash v0.5.1
6672026-06-30T19:48:45.820Z Downloaded git-stub v1.0.0
6682026-06-30T19:48:45.820Z Downloaded futures-sink v0.3.32
6692026-06-30T19:48:45.823Z Downloaded futures-macro v0.3.32
6702026-06-30T19:48:45.823Z Downloaded bit-vec v0.8.0
6712026-06-30T19:48:45.823Z Downloaded cmake v0.1.57
6722026-06-30T19:48:45.829Z Downloaded compression-codecs v0.4.37
6732026-06-30T19:48:45.834Z Downloaded fixedbitset v0.4.2
6742026-06-30T19:48:45.834Z Downloaded dsl_auto_type v0.2.0
6752026-06-30T19:48:45.834Z Downloaded gethostname v0.5.0
6762026-06-30T19:48:45.834Z Downloaded cargo-platform v0.3.2
6772026-06-30T19:48:45.834Z Downloaded const_format_proc_macros v0.2.34
6782026-06-30T19:48:45.838Z Downloaded hash32 v0.2.1
6792026-06-30T19:48:45.838Z Downloaded hash32 v0.3.1
6802026-06-30T19:48:45.838Z Downloaded downcast-rs v2.0.2
6812026-06-30T19:48:45.838Z Downloaded ciborium v0.2.2
6822026-06-30T19:48:45.841Z Downloaded enum-as-inner v0.6.1
6832026-06-30T19:48:45.841Z Downloaded bzip2 v0.6.1
6842026-06-30T19:48:45.841Z Downloaded const-oid v0.9.6
6852026-06-30T19:48:45.844Z Downloaded embedded-io v0.6.1
6862026-06-30T19:48:45.844Z Downloaded cargo_metadata v0.23.1
6872026-06-30T19:48:45.849Z Downloaded cassowary v0.3.0
6882026-06-30T19:48:45.849Z Downloaded display-error-chain v0.2.2
6892026-06-30T19:48:45.849Z Downloaded funty v2.0.0
6902026-06-30T19:48:45.857Z Downloaded globwalk v0.9.1
6912026-06-30T19:48:45.857Z Downloaded corncobs v0.1.4
6922026-06-30T19:48:45.857Z Downloaded derive-ex v0.1.8
6932026-06-30T19:48:45.857Z Downloaded ff v0.13.1
6942026-06-30T19:48:45.857Z Downloaded hex v0.4.3
6952026-06-30T19:48:45.862Z Downloaded headers-core v0.3.0
6962026-06-30T19:48:45.862Z Downloaded darling v0.13.4
6972026-06-30T19:48:45.862Z Downloaded constant_time_eq v0.4.2
6982026-06-30T19:48:45.862Z Downloaded env_logger v0.11.9
6992026-06-30T19:48:45.865Z Downloaded digest v0.11.3
7002026-06-30T19:48:45.865Z Downloaded httpdate v1.0.3
7012026-06-30T19:48:45.865Z Downloaded hostname v0.3.1
7022026-06-30T19:48:45.865Z Downloaded hex-literal v0.4.1
7032026-06-30T19:48:45.868Z Downloaded difflib v0.4.0
7042026-06-30T19:48:45.868Z Downloaded defmt-macros v1.0.1
7052026-06-30T19:48:45.873Z Downloaded foldhash v0.1.5
7062026-06-30T19:48:45.873Z Downloaded allocator-api2 v0.2.21
7072026-06-30T19:48:45.876Z Downloaded daft-derive v0.1.7
7082026-06-30T19:48:45.876Z Downloaded fs_extra v1.3.0
7092026-06-30T19:48:45.879Z Downloaded hubpack_derive v0.1.1
7102026-06-30T19:48:45.879Z Downloaded hostname v0.4.2
7112026-06-30T19:48:45.879Z Downloaded glob v0.3.3
7122026-06-30T19:48:45.882Z Downloaded foldhash v0.2.0
7132026-06-30T19:48:45.882Z Downloaded defmt v1.0.1
7142026-06-30T19:48:45.886Z Downloaded hyper-tls v0.6.0
7152026-06-30T19:48:45.886Z Downloaded home v0.5.12
7162026-06-30T19:48:45.889Z Downloaded cbc v0.1.2
7172026-06-30T19:48:45.889Z Downloaded colored v3.1.1
7182026-06-30T19:48:45.889Z Downloaded http-range v0.1.5
7192026-06-30T19:48:45.893Z Downloaded bitvec v1.0.1
7202026-06-30T19:48:45.899Z Downloaded inout v0.1.4
7212026-06-30T19:48:45.904Z Downloaded illumos-nvpair-sys v0.2.0
7222026-06-30T19:48:45.905Z Downloaded hubpack v0.1.2
7232026-06-30T19:48:45.905Z Downloaded cookie v0.18.1
7242026-06-30T19:48:45.908Z Downloaded futures-executor v0.3.32
7252026-06-30T19:48:45.908Z Downloaded erased-serde v0.3.31
7262026-06-30T19:48:45.908Z Downloaded ed25519 v2.2.3
7272026-06-30T19:48:45.911Z Downloaded cancel-safe-futures v0.1.5
7282026-06-30T19:48:45.911Z Downloaded ecdsa v0.16.9
7292026-06-30T19:48:45.914Z Downloaded http-body v1.0.1
7302026-06-30T19:48:45.914Z Downloaded indent_write v2.2.0
7312026-06-30T19:48:45.914Z Downloaded illumos-nvpair v0.3.0
7322026-06-30T19:48:45.915Z Downloaded internet-checksum v0.2.1
7332026-06-30T19:48:45.920Z Downloaded bzip2 v0.4.4
7342026-06-30T19:48:45.920Z Downloaded keccak v0.1.6
7352026-06-30T19:48:45.920Z Downloaded fs-err v2.11.0
7362026-06-30T19:48:45.923Z Downloaded futures-channel v0.3.32
7372026-06-30T19:48:45.923Z Downloaded console v0.16.2
7382026-06-30T19:48:45.923Z Downloaded instant v0.1.13
7392026-06-30T19:48:45.925Z Downloaded group v0.13.0
7402026-06-30T19:48:45.925Z Downloaded darling v0.23.0
7412026-06-30T19:48:45.929Z Downloaded git-stub-vcs v0.1.0
7422026-06-30T19:48:45.932Z Downloaded lazy_static v1.5.0
7432026-06-30T19:48:45.932Z Downloaded derive_builder v0.20.2
7442026-06-30T19:48:45.936Z Downloaded is-terminal v0.4.17
7452026-06-30T19:48:45.937Z Downloaded kstat-rs v0.2.4
7462026-06-30T19:48:45.944Z Downloaded ident_case v1.0.1
7472026-06-30T19:48:45.944Z Downloaded humantime v2.3.0
7482026-06-30T19:48:45.944Z Downloaded instability v0.3.11
7492026-06-30T19:48:45.944Z Downloaded console v0.15.11
7502026-06-30T19:48:45.947Z Downloaded is_ci v1.2.0
7512026-06-30T19:48:45.948Z Downloaded match_cfg v0.1.0
7522026-06-30T19:48:45.948Z Downloaded lzss v0.8.2
7532026-06-30T19:48:45.948Z Downloaded lru-cache v0.1.2
7542026-06-30T19:48:45.948Z Downloaded mime v0.3.17
7552026-06-30T19:48:45.948Z Downloaded darling v0.20.11
7562026-06-30T19:48:45.950Z Downloaded libscf-sys v1.1.0
7572026-06-30T19:48:45.953Z Downloaded linked-hash-map v0.5.6
7582026-06-30T19:48:45.953Z Downloaded lalrpop-util v0.19.12
7592026-06-30T19:48:45.953Z Downloaded derive-where v1.6.0
7602026-06-30T19:48:45.957Z Downloaded hyper-staticfile v0.10.1
7612026-06-30T19:48:45.957Z Downloaded indoc v1.0.9
7622026-06-30T19:48:45.961Z Downloaded highway v1.3.0
7632026-06-30T19:48:45.963Z Downloaded managed v0.8.0
7642026-06-30T19:48:45.963Z Downloaded md5 v0.7.0
7652026-06-30T19:48:45.964Z Downloaded http-body-util v0.1.3
7662026-06-30T19:48:45.967Z Downloaded lru-slab v0.1.2
7672026-06-30T19:48:45.967Z Downloaded lru v0.12.5
7682026-06-30T19:48:45.967Z Downloaded ingot v0.1.1
7692026-06-30T19:48:45.970Z Downloaded memoffset v0.9.1
7702026-06-30T19:48:45.970Z Downloaded bytes v1.11.1
7712026-06-30T19:48:45.973Z Downloaded newtype_derive v0.1.6
7722026-06-30T19:48:45.973Z Downloaded md-5 v0.10.6
7732026-06-30T19:48:45.976Z Downloaded futures v0.3.32
7742026-06-30T19:48:45.979Z Downloaded ipnetwork v0.21.1
7752026-06-30T19:48:45.979Z Downloaded new_debug_unreachable v1.0.6
7762026-06-30T19:48:45.982Z Downloaded ingot-types v0.1.2
7772026-06-30T19:48:45.983Z Downloaded maplit v1.0.2
7782026-06-30T19:48:45.983Z Downloaded ipnet v2.11.0
7792026-06-30T19:48:45.986Z Downloaded hmac v0.12.1
7802026-06-30T19:48:45.986Z Downloaded indoc v2.0.7
7812026-06-30T19:48:45.991Z Downloaded globset v0.4.18
7822026-06-30T19:48:45.991Z Downloaded find-msvc-tools v0.1.9
7832026-06-30T19:48:45.991Z Downloaded httparse v1.10.1
7842026-06-30T19:48:45.999Z Downloaded base64 v0.21.7
7852026-06-30T19:48:45.999Z Downloaded nibble_vec v0.1.0
7862026-06-30T19:48:45.999Z Downloaded num-derive v0.3.3
7872026-06-30T19:48:46.004Z Downloaded half v1.8.3
7882026-06-30T19:48:46.004Z Downloaded nodrop v0.1.14
7892026-06-30T19:48:46.004Z Downloaded impl-trait-for-tuples v0.2.3
7902026-06-30T19:48:46.004Z Downloaded num-iter v0.1.45
7912026-06-30T19:48:46.008Z Downloaded elliptic-curve v0.13.8
7922026-06-30T19:48:46.008Z Downloaded num_threads v0.1.7
7932026-06-30T19:48:46.008Z Downloaded linear-map v1.2.0
7942026-06-30T19:48:46.008Z Downloaded aes-gcm v0.10.3
7952026-06-30T19:48:46.016Z Downloaded drift v0.2.0
7962026-06-30T19:48:46.022Z Downloaded num_enum_derive v0.5.11
7972026-06-30T19:48:46.022Z Downloaded openssl-macros v0.1.1
7982026-06-30T19:48:46.022Z Downloaded const_format v0.2.35
7992026-06-30T19:48:46.026Z Downloaded jobserver v0.1.34
8002026-06-30T19:48:46.026Z Downloaded num-derive v0.4.2
8012026-06-30T19:48:46.026Z Downloaded native-tls v0.2.18
8022026-06-30T19:48:46.030Z Downloaded nanorand v0.7.0
8032026-06-30T19:48:46.030Z Downloaded olpc-cjson v0.1.4
8042026-06-30T19:48:46.030Z Downloaded maybe-uninit v2.0.0
8052026-06-30T19:48:46.030Z Downloaded half v2.7.1
8062026-06-30T19:48:46.035Z Downloaded opaque-debug v0.3.1
8072026-06-30T19:48:46.035Z Downloaded fatfs v0.3.6
8082026-06-30T19:48:46.038Z Downloaded darling_core v0.21.3
8092026-06-30T19:48:46.041Z Downloaded hybrid-array v0.4.10
8102026-06-30T19:48:46.041Z Downloaded colored v2.2.0
8112026-06-30T19:48:46.044Z Downloaded const-oid v0.10.2
8122026-06-30T19:48:46.044Z Downloaded mime_guess v2.0.5
8132026-06-30T19:48:46.046Z Downloaded openssl-probe v0.2.1
8142026-06-30T19:48:46.047Z Downloaded packed_struct_codegen v0.10.1
8152026-06-30T19:48:46.051Z Downloaded oso-derive v0.27.3
8162026-06-30T19:48:46.051Z Downloaded openssl-probe v0.1.6
8172026-06-30T19:48:46.051Z Downloaded lock_api v0.4.14
8182026-06-30T19:48:46.051Z Downloaded num-complex v0.4.6
8192026-06-30T19:48:46.054Z Downloaded num_enum v0.5.11
8202026-06-30T19:48:46.057Z Downloaded parse-size v1.1.0
8212026-06-30T19:48:46.057Z Downloaded num_enum_derive v0.7.6
8222026-06-30T19:48:46.060Z Downloaded path-slash v0.1.5
8232026-06-30T19:48:46.060Z Downloaded iana-time-zone v0.1.65
8242026-06-30T19:48:46.063Z Downloaded hyper-rustls v0.27.7
8252026-06-30T19:48:46.063Z Downloaded multimap v0.10.1
8262026-06-30T19:48:46.066Z Downloaded deranged v0.5.8
8272026-06-30T19:48:46.066Z Downloaded newline-converter v0.3.0
8282026-06-30T19:48:46.066Z Downloaded num-conv v0.2.0
8292026-06-30T19:48:46.066Z Downloaded cc v1.2.56
8302026-06-30T19:48:46.079Z Downloaded newtype-uuid v1.3.2
8312026-06-30T19:48:46.079Z Downloaded multer v3.1.0
8322026-06-30T19:48:46.079Z Downloaded pbkdf2 v0.11.0
8332026-06-30T19:48:46.079Z Downloaded parse-display v0.10.0
8342026-06-30T19:48:46.079Z Downloaded phf_shared v0.12.1
8352026-06-30T19:48:46.079Z Downloaded phf_shared v0.11.3
8362026-06-30T19:48:46.079Z Downloaded peg-runtime v0.8.5
8372026-06-30T19:48:46.079Z Downloaded diff v0.1.13
8382026-06-30T19:48:46.079Z Downloaded pbkdf2 v0.12.2
8392026-06-30T19:48:46.084Z Downloaded ingot-macros v0.1.1
8402026-06-30T19:48:46.084Z Downloaded headers v0.4.1
8412026-06-30T19:48:46.087Z Downloaded flume v0.11.1
8422026-06-30T19:48:46.090Z Downloaded phf_shared v0.13.1
8432026-06-30T19:48:46.090Z Downloaded num_enum v0.7.6
8442026-06-30T19:48:46.093Z Downloaded num-integer v0.1.46
8452026-06-30T19:48:46.097Z Downloaded crossterm v0.29.0
8462026-06-30T19:48:46.112Z Downloaded predicates-core v1.0.10
8472026-06-30T19:48:46.115Z Downloaded precomputed-hash v0.1.1
8482026-06-30T19:48:46.115Z Downloaded powerfmt v0.2.0
8492026-06-30T19:48:46.115Z Downloaded litrs v1.0.0
8502026-06-30T19:48:46.118Z Downloaded libloading v0.8.9
8512026-06-30T19:48:46.118Z Downloaded flate2 v1.1.9
8522026-06-30T19:48:46.121Z Downloaded parking_lot_core v0.8.6
8532026-06-30T19:48:46.124Z Downloaded packed_struct v0.10.1
8542026-06-30T19:48:46.124Z Downloaded derive_more v2.1.1
8552026-06-30T19:48:46.131Z Downloaded progenitor-macro v0.14.0
8562026-06-30T19:48:46.134Z Downloaded aho-corasick v1.1.4
8572026-06-30T19:48:46.138Z Downloaded aes v0.8.4
8582026-06-30T19:48:46.141Z Downloaded progenitor-client v0.14.0
8592026-06-30T19:48:46.141Z Downloaded hickory-resolver v0.24.4
8602026-06-30T19:48:46.144Z Downloaded proc-macro-crate v3.4.0
8612026-06-30T19:48:46.146Z Downloaded predicates-tree v1.0.13
8622026-06-30T19:48:46.146Z Downloaded oxide-tokio-rt v0.1.4
8632026-06-30T19:48:46.149Z Downloaded progenitor-macro v0.13.0
8642026-06-30T19:48:46.149Z Downloaded ignore v0.4.25
8652026-06-30T19:48:46.153Z Downloaded phf v0.13.1
8662026-06-30T19:48:46.154Z Downloaded phf v0.12.1
8672026-06-30T19:48:46.154Z Downloaded proc-macro-crate v1.3.1
8682026-06-30T19:48:46.156Z Downloaded psl-types v2.0.11
8692026-06-30T19:48:46.156Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-06-30T19:48:46.157Z Downloaded password-hash v0.4.2
8712026-06-30T19:48:46.157Z Downloaded oxnet v0.1.6
8722026-06-30T19:48:46.160Z Downloaded owo-colors v4.3.0
8732026-06-30T19:48:46.160Z Downloaded indicatif v0.18.4
8742026-06-30T19:48:46.164Z Downloaded radium v0.7.0
8752026-06-30T19:48:46.164Z Downloaded pkcs8 v0.10.2
8762026-06-30T19:48:46.169Z Downloaded indexmap v1.9.3
8772026-06-30T19:48:46.169Z Downloaded quick-error v1.2.3
8782026-06-30T19:48:46.170Z Downloaded ppv-lite86 v0.2.21
8792026-06-30T19:48:46.173Z Downloaded pem v3.0.6
8802026-06-30T19:48:46.173Z Downloaded peg-macros v0.8.5
8812026-06-30T19:48:46.173Z Downloaded parse-display-derive v0.10.0
8822026-06-30T19:48:46.173Z Downloaded rand_chacha v0.3.1
8832026-06-30T19:48:46.176Z Downloaded predicates v3.1.4
8842026-06-30T19:48:46.176Z Downloaded parking_lot_core v0.9.12
8852026-06-30T19:48:46.179Z Downloaded rand_xorshift v0.4.0
8862026-06-30T19:48:46.179Z Downloaded pem-rfc7468 v0.7.0
8872026-06-30T19:48:46.183Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-06-30T19:48:46.183Z Downloaded recursive v0.1.1
8892026-06-30T19:48:46.183Z Downloaded libbz2-rs-sys v0.2.2
8902026-06-30T19:48:46.186Z Downloaded polyval v0.6.2
8912026-06-30T19:48:46.186Z Downloaded getrandom v0.2.17
8922026-06-30T19:48:46.190Z Downloaded russh-cryptovec v0.7.3
8932026-06-30T19:48:46.190Z Downloaded hashbrown v0.12.3
8942026-06-30T19:48:46.193Z Downloaded pin-project-lite v0.2.17
8952026-06-30T19:48:46.196Z Downloaded ref-cast v1.0.25
8962026-06-30T19:48:46.196Z Downloaded ref-cast-impl v1.0.25
8972026-06-30T19:48:46.199Z Downloaded primeorder v0.13.6
8982026-06-30T19:48:46.199Z Downloaded paste v1.0.15
8992026-06-30T19:48:46.203Z Downloaded bumpalo v3.20.2
9002026-06-30T19:48:46.203Z Downloaded pkg-config v0.3.32
9012026-06-30T19:48:46.207Z Downloaded heapless v0.8.0
9022026-06-30T19:48:46.209Z Downloaded pin-project-internal v1.1.11
9032026-06-30T19:48:46.209Z Downloaded progenitor-extras v0.2.0
9042026-06-30T19:48:46.209Z Downloaded password-hash v0.5.0
9052026-06-30T19:48:46.212Z Downloaded num-rational v0.4.2
9062026-06-30T19:48:46.212Z Downloaded progenitor-client v0.13.0
9072026-06-30T19:48:46.215Z Downloaded rfc6979 v0.4.0
9082026-06-30T19:48:46.215Z Downloaded p256 v0.13.2
9092026-06-30T19:48:46.218Z Downloaded progenitor v0.14.0
9102026-06-30T19:48:46.218Z Downloaded progenitor v0.13.0
9112026-06-30T19:48:46.221Z Downloaded oso v0.27.3
9122026-06-30T19:48:46.223Z Downloaded rustc_version v0.4.1
9132026-06-30T19:48:46.223Z Downloaded rustc-hash v2.1.1
9142026-06-30T19:48:46.223Z Downloaded rtoolbox v0.0.3
9152026-06-30T19:48:46.227Z Downloaded poly1305 v0.8.0
9162026-06-30T19:48:46.227Z Downloaded proc-macro-error2 v2.0.1
9172026-06-30T19:48:46.230Z Downloaded psm v0.1.30
9182026-06-30T19:48:46.233Z Downloaded postgres-protocol v0.6.10
9192026-06-30T19:48:46.233Z Downloaded miniz_oxide v0.8.9
9202026-06-30T19:48:46.235Z Downloaded der v0.7.10
9212026-06-30T19:48:46.238Z Downloaded salsa20 v0.10.2
9222026-06-30T19:48:46.238Z Downloaded scopeguard v1.2.0
9232026-06-30T19:48:46.241Z Downloaded darling_core v0.20.11
9242026-06-30T19:48:46.244Z Downloaded same-file v1.0.6
9252026-06-30T19:48:46.244Z Downloaded parking_lot v0.12.5
9262026-06-30T19:48:46.246Z Downloaded expectorate v1.2.0
9272026-06-30T19:48:46.250Z Downloaded derive_more-impl v2.1.1
9282026-06-30T19:48:46.252Z Downloaded scheduled-thread-pool v0.2.7
9292026-06-30T19:48:46.252Z Downloaded secrecy v0.8.0
9302026-06-30T19:48:46.255Z Downloaded rand_seeder v0.4.0
9312026-06-30T19:48:46.255Z Downloaded sapling-renderdag v0.1.0
9322026-06-30T19:48:46.258Z Downloaded scrypt v0.11.0
9332026-06-30T19:48:46.258Z Downloaded serde-big-array v0.5.1
9342026-06-30T19:48:46.261Z Downloaded rand_chacha v0.9.0
9352026-06-30T19:48:46.261Z Downloaded rustc_version v0.1.7
9362026-06-30T19:48:46.261Z Downloaded rand_core v0.9.5
9372026-06-30T19:48:46.263Z Downloaded r2d2 v0.8.10
9382026-06-30T19:48:46.263Z Downloaded parking_lot v0.11.2
9392026-06-30T19:48:46.266Z Downloaded pkcs1 v0.7.5
9402026-06-30T19:48:46.266Z Downloaded rand_core v0.6.4
9412026-06-30T19:48:46.269Z Downloaded heapless v0.7.17
9422026-06-30T19:48:46.272Z Downloaded secrecy v0.10.3
9432026-06-30T19:48:46.272Z Downloaded scroll_derive v0.13.1
9442026-06-30T19:48:46.272Z Downloaded serde_bytes v0.11.19
9452026-06-30T19:48:46.275Z Downloaded dropshot_endpoint v0.17.1
9462026-06-30T19:48:46.277Z Downloaded pkcs5 v0.7.1
9472026-06-30T19:48:46.280Z Downloaded nu-ansi-term v0.50.3
9482026-06-30T19:48:46.280Z Downloaded darling_core v0.13.4
9492026-06-30T19:48:46.283Z Downloaded seq-macro v0.3.6
9502026-06-30T19:48:46.286Z Downloaded hickory-resolver v0.25.2
9512026-06-30T19:48:46.290Z Downloaded semver v0.1.20
9522026-06-30T19:48:46.290Z Downloaded memmap2 v0.9.10
9532026-06-30T19:48:46.290Z Downloaded serde_repr v0.1.20
9542026-06-30T19:48:46.293Z Downloaded resolv-conf v0.7.6
9552026-06-30T19:48:46.293Z Downloaded postgres-types v0.2.12
9562026-06-30T19:48:46.295Z Downloaded serde_plain v1.0.2
9572026-06-30T19:48:46.295Z Downloaded num v0.4.3
9582026-06-30T19:48:46.298Z Downloaded normalize-line-endings v0.3.0
9592026-06-30T19:48:46.298Z Downloaded nonempty v0.12.0
9602026-06-30T19:48:46.298Z Downloaded newtype-uuid-macros v0.1.0
9612026-06-30T19:48:46.302Z Downloaded libsw-core v0.3.2
9622026-06-30T19:48:46.302Z Downloaded rustls-native-certs v0.8.3
9632026-06-30T19:48:46.304Z Downloaded serde_urlencoded v0.7.1
9642026-06-30T19:48:46.304Z Downloaded serde_spanned v1.1.1
9652026-06-30T19:48:46.307Z Downloaded libsw v3.5.0
9662026-06-30T19:48:46.307Z Downloaded libefi-sys v0.1.0
9672026-06-30T19:48:46.307Z Downloaded compact_str v0.8.1
9682026-06-30T19:48:46.310Z Downloaded shell-words v1.1.1
9692026-06-30T19:48:46.313Z Downloaded sigpipe v0.1.3
9702026-06-30T19:48:46.313Z Downloaded signal-hook-mio v0.2.5
9712026-06-30T19:48:46.313Z Downloaded ed25519-dalek v2.2.0
9722026-06-30T19:48:46.316Z Downloaded diesel_derives v2.3.7
9732026-06-30T19:48:46.319Z Downloaded signal-hook-tokio v0.3.1
9742026-06-30T19:48:46.322Z Downloaded peg v0.8.5
9752026-06-30T19:48:46.324Z Downloaded signature v2.2.0
9762026-06-30T19:48:46.324Z Downloaded sec1 v0.7.3
9772026-06-30T19:48:46.328Z Downloaded papergrid v0.17.0
9782026-06-30T19:48:46.331Z Downloaded siphasher v1.0.2
9792026-06-30T19:48:46.331Z Downloaded schemars_derive v0.8.22
9802026-06-30T19:48:46.331Z Downloaded rusty-fork v0.3.1
9812026-06-30T19:48:46.334Z Downloaded rustversion v1.0.22
9822026-06-30T19:48:46.334Z Downloaded rand_core v0.10.0
9832026-06-30T19:48:46.337Z Downloaded bindgen v0.71.1
9842026-06-30T19:48:46.340Z Downloaded sha1 v0.11.0
9852026-06-30T19:48:46.343Z Downloaded sha1 v0.10.6
9862026-06-30T19:48:46.343Z Downloaded slog-envlogger v2.2.0
9872026-06-30T19:48:46.345Z Downloaded slog-bunyan v2.5.0
9882026-06-30T19:48:46.345Z Downloaded quinn-udp v0.5.14
9892026-06-30T19:48:46.348Z Downloaded hashbrown v0.13.2
9902026-06-30T19:48:46.352Z Downloaded chacha20poly1305 v0.10.1
9912026-06-30T19:48:46.352Z Downloaded getrandom v0.3.4
9922026-06-30T19:48:46.355Z Downloaded omicron-zone-package v0.12.3
9932026-06-30T19:48:46.355Z Downloaded pin-project v1.1.11
9942026-06-30T19:48:46.361Z Downloaded serde-hex v0.1.0
9952026-06-30T19:48:46.364Z Downloaded postcard v1.1.3
9962026-06-30T19:48:46.365Z Downloaded jiff-static v0.2.21
9972026-06-30T19:48:46.367Z Downloaded rustls-pki-types v1.14.0
9982026-06-30T19:48:46.370Z Downloaded ssh-cipher v0.2.0
9992026-06-30T19:48:46.370Z Downloaded serde_path_to_error v0.1.20
10002026-06-30T19:48:46.370Z Downloaded blake3 v1.8.5
10012026-06-30T19:48:46.375Z Downloaded sqlparser_derive v0.5.0
10022026-06-30T19:48:46.377Z Downloaded progenitor-impl v0.14.0
10032026-06-30T19:48:46.377Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-30T19:48:46.380Z Downloaded serde_with_macros v1.5.2
10052026-06-30T19:48:46.380Z Downloaded hickory-server v0.25.2
10062026-06-30T19:48:46.383Z Downloaded rustls-pemfile v2.2.0
10072026-06-30T19:48:46.387Z Downloaded structmeta-derive v0.3.0
10082026-06-30T19:48:46.387Z Downloaded shlex v1.3.0
10092026-06-30T19:48:46.387Z Downloaded ssh-encoding v0.2.0
10102026-06-30T19:48:46.390Z Downloaded russh-keys v0.45.0
10112026-06-30T19:48:46.390Z Downloaded strsim v0.10.0
10122026-06-30T19:48:46.390Z Downloaded diesel-dtrace v0.5.0
10132026-06-30T19:48:46.390Z Downloaded des v0.8.1
10142026-06-30T19:48:46.393Z Downloaded scroll v0.13.0
10152026-06-30T19:48:46.393Z Downloaded progenitor-impl v0.13.0
10162026-06-30T19:48:46.396Z Downloaded simd-adler32 v0.3.8
10172026-06-30T19:48:46.396Z Downloaded strum v0.26.3
10182026-06-30T19:48:46.398Z Downloaded structmeta v0.3.0
10192026-06-30T19:48:46.398Z Downloaded fallible-iterator v0.2.0
10202026-06-30T19:48:46.399Z Downloaded darling v0.21.3
10212026-06-30T19:48:46.401Z Downloaded openssl-sys v0.9.115
10222026-06-30T19:48:46.404Z Downloaded signal-hook-registry v1.4.8
10232026-06-30T19:48:46.406Z Downloaded strum v0.27.2
10242026-06-30T19:48:46.407Z Downloaded slab v0.4.12
10252026-06-30T19:48:46.407Z Downloaded hashbrown v0.15.5
10262026-06-30T19:48:46.410Z Downloaded sync_wrapper v1.0.2
10272026-06-30T19:48:46.413Z Downloaded sync-ptr v0.1.4
10282026-06-30T19:48:46.413Z Downloaded supports-color v3.0.2
10292026-06-30T19:48:46.413Z Downloaded subtle v2.6.1
10302026-06-30T19:48:46.417Z Downloaded smf v0.2.3
10312026-06-30T19:48:46.417Z Downloaded slog-scope v4.4.1
10322026-06-30T19:48:46.417Z Downloaded chacha20 v0.9.1
10332026-06-30T19:48:46.420Z Downloaded daft v0.1.7
10342026-06-30T19:48:46.420Z Downloaded camino-tempfile-ext v0.3.3
10352026-06-30T19:48:46.420Z Downloaded smallvec v0.6.14
10362026-06-30T19:48:46.424Z Downloaded slog-term v2.9.2
10372026-06-30T19:48:46.424Z Downloaded slog-stdlog v4.1.1
10382026-06-30T19:48:46.424Z Downloaded slog-async v2.8.0
10392026-06-30T19:48:46.427Z Downloaded ctr v0.9.2
10402026-06-30T19:48:46.427Z Downloaded tabwriter v1.4.1
10412026-06-30T19:48:46.427Z Downloaded serde_cbor v0.11.2
10422026-06-30T19:48:46.430Z Downloaded slog-dtrace v0.3.0
10432026-06-30T19:48:46.430Z Downloaded tabled_derive v0.11.0
10442026-06-30T19:48:46.433Z Downloaded cookie_store v0.22.1
10452026-06-30T19:48:46.433Z Downloaded clang-sys v1.8.1
10462026-06-30T19:48:46.436Z Downloaded termtree v0.5.1
10472026-06-30T19:48:46.436Z Downloaded prefix-trie v0.7.0
10482026-06-30T19:48:46.439Z Downloaded serde_derive_internals v0.29.1
10492026-06-30T19:48:46.439Z Downloaded spki v0.7.3
10502026-06-30T19:48:46.441Z Downloaded pretty_assertions v1.4.1
10512026-06-30T19:48:46.441Z Downloaded tap v1.0.1
10522026-06-30T19:48:46.441Z Downloaded ryu v1.0.23
10532026-06-30T19:48:46.444Z Downloaded rustls-platform-verifier v0.6.2
10542026-06-30T19:48:46.447Z Downloaded testing_table v0.3.0
10552026-06-30T19:48:46.447Z Downloaded rcgen v0.12.1
10562026-06-30T19:48:46.450Z Downloaded time-core v0.1.8
10572026-06-30T19:48:46.450Z Downloaded thread-id v5.1.0
10582026-06-30T19:48:46.450Z Downloaded string_cache v0.8.9
10592026-06-30T19:48:46.456Z Downloaded sqlformat v0.3.5
10602026-06-30T19:48:46.456Z Downloaded take_mut v0.2.2
10612026-06-30T19:48:46.456Z Downloaded tagptr v0.2.0
10622026-06-30T19:48:46.456Z Downloaded tinyvec_macros v0.1.1
10632026-06-30T19:48:46.456Z Downloaded snafu-derive v0.8.9
10642026-06-30T19:48:46.456Z Downloaded static_assertions v1.1.0
10652026-06-30T19:48:46.459Z Downloaded libxml v0.3.3
10662026-06-30T19:48:46.463Z Downloaded cexpr v0.6.0
10672026-06-30T19:48:46.463Z Downloaded backoff v0.4.0
10682026-06-30T19:48:46.466Z Downloaded crypto-bigint v0.5.5
10692026-06-30T19:48:46.469Z Downloaded futures-io v0.3.32
10702026-06-30T19:48:46.469Z Downloaded itertools v0.12.1
10712026-06-30T19:48:46.472Z Downloaded strum_macros v0.27.2
10722026-06-30T19:48:46.474Z Downloaded stringprep v0.1.5
10732026-06-30T19:48:46.474Z Downloaded ron v0.8.1
10742026-06-30T19:48:46.478Z Downloaded hyper-util v0.1.20
10752026-06-30T19:48:46.481Z Downloaded strum_macros v0.26.4
10762026-06-30T19:48:46.484Z Downloaded prettyplease v0.2.37
10772026-06-30T19:48:46.487Z Downloaded tokio-macros v2.7.0
10782026-06-30T19:48:46.487Z Downloaded strum_macros v0.24.3
10792026-06-30T19:48:46.514Z Downloaded nom v7.1.3
10802026-06-30T19:48:46.514Z Downloaded futures-util v0.3.32
10812026-06-30T19:48:46.518Z Downloaded thiserror-impl-no-std v2.0.2
10822026-06-30T19:48:46.518Z Downloaded schemars v0.8.22
10832026-06-30T19:48:46.518Z Downloaded topological-sort v0.2.2
10842026-06-30T19:48:46.518Z Downloaded tokio-test v0.4.5
10852026-06-30T19:48:46.518Z Downloaded thiserror-no-std v2.0.2
10862026-06-30T19:48:46.518Z Downloaded tower-service v0.3.3
10872026-06-30T19:48:46.518Z Downloaded serde_yaml v0.9.34+deprecated
10882026-06-30T19:48:46.518Z Downloaded tower-layer v0.3.3
10892026-06-30T19:48:46.519Z Downloaded slog-json v2.6.1
10902026-06-30T19:48:46.519Z Downloaded try-lock v0.2.5
10912026-06-30T19:48:46.519Z Downloaded trait-variant v0.1.2
10922026-06-30T19:48:46.519Z Downloaded serde_with_macros v3.17.0
10932026-06-30T19:48:46.519Z Downloaded rayon-core v1.13.0
10942026-06-30T19:48:46.525Z Downloaded itertools v0.10.5
10952026-06-30T19:48:46.525Z Downloaded num-bigint v0.4.6
10962026-06-30T19:48:46.528Z Downloaded termios v0.3.3
10972026-06-30T19:48:46.528Z Downloaded signal-hook v0.3.18
10982026-06-30T19:48:46.532Z Downloaded time-macros v0.2.27
10992026-06-30T19:48:46.532Z Downloaded tokio-dtrace v0.1.1
11002026-06-30T19:48:46.537Z Downloaded similar v2.7.0
11012026-06-30T19:48:46.537Z Downloaded unarray v0.1.4
11022026-06-30T19:48:46.537Z Downloaded typify-macro v0.6.2
11032026-06-30T19:48:46.542Z Downloaded tls_codec v0.4.2
11042026-06-30T19:48:46.542Z Downloaded http v1.4.2
11052026-06-30T19:48:46.542Z Downloaded publicsuffix v2.3.0
11062026-06-30T19:48:46.547Z Downloaded spin v0.9.8
11072026-06-30T19:48:46.547Z Downloaded minimal-lexical v0.2.1
11082026-06-30T19:48:46.550Z Downloaded untrusted v0.7.1
11092026-06-30T19:48:46.550Z Downloaded universal-hash v0.5.1
11102026-06-30T19:48:46.550Z Downloaded itertools v0.13.0
11112026-06-30T19:48:46.553Z Downloaded tokio-tungstenite v0.21.0
11122026-06-30T19:48:46.553Z Downloaded slog v2.8.2
11132026-06-30T19:48:46.556Z Downloaded socket2 v0.5.10
11142026-06-30T19:48:46.558Z Downloaded unicode-truncate v1.1.0
11152026-06-30T19:48:46.558Z Downloaded qorb v0.4.1
11162026-06-30T19:48:46.561Z Downloaded rand v0.9.2
11172026-06-30T19:48:46.563Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-06-30T19:48:46.563Z Downloaded nom v8.0.0
11192026-06-30T19:48:46.566Z Downloaded usdt-attr-macro v0.6.0
11202026-06-30T19:48:46.569Z Downloaded usdt v0.6.0
11212026-06-30T19:48:46.569Z Downloaded mio v1.2.0
11222026-06-30T19:48:46.572Z Downloaded itertools v0.14.0
11232026-06-30T19:48:46.575Z Downloaded untrusted v0.9.0
11242026-06-30T19:48:46.577Z Downloaded utf-8 v0.7.6
11252026-06-30T19:48:46.577Z Downloaded usdt-macro v0.6.0
11262026-06-30T19:48:46.577Z Downloaded void v1.0.2
11272026-06-30T19:48:46.580Z Downloaded tiny-keccak v2.0.2
11282026-06-30T19:48:46.580Z Downloaded unit-prefix v0.5.2
11292026-06-30T19:48:46.580Z Downloaded support-bundle-viewer v0.1.2
11302026-06-30T19:48:46.583Z Downloaded rand v0.8.6
11312026-06-30T19:48:46.583Z Downloaded num-bigint-dig v0.8.6
11322026-06-30T19:48:46.586Z Downloaded quinn v0.11.9
11332026-06-30T19:48:46.592Z Downloaded schemars v0.9.0
11342026-06-30T19:48:46.598Z Downloaded waitgroup v0.1.2
11352026-06-30T19:48:46.598Z Downloaded wait-timeout v0.2.1
11362026-06-30T19:48:46.598Z Downloaded tokio-tungstenite v0.23.1
11372026-06-30T19:48:46.598Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11382026-06-30T19:48:46.600Z Downloaded tls_codec_derive v0.4.2
11392026-06-30T19:48:46.600Z Downloaded samael v0.0.19
11402026-06-30T19:48:46.604Z Downloaded dropshot-api-manager v0.7.2
11412026-06-30T19:48:46.607Z Downloaded subprocess v0.2.15
11422026-06-30T19:48:46.610Z Downloaded stacker v0.1.23
11432026-06-30T19:48:46.610Z Downloaded xattr v1.6.1
11442026-06-30T19:48:46.612Z Downloaded foreign-types-macros v0.2.3
11452026-06-30T19:48:46.612Z Downloaded either v1.15.0
11462026-06-30T19:48:46.612Z Downloaded thread_local v1.1.9
11472026-06-30T19:48:46.615Z Downloaded tokio-stream v0.1.18
11482026-06-30T19:48:46.617Z Downloaded aws-lc-rs v1.16.3
11492026-06-30T19:48:46.621Z Downloaded want v0.3.1
11502026-06-30T19:48:46.624Z Downloaded tui-tree-widget v0.23.1
11512026-06-30T19:48:46.624Z Downloaded term v0.7.0
11522026-06-30T19:48:46.627Z Downloaded uzers v0.12.2
11532026-06-30T19:48:46.627Z Downloaded crossbeam-channel v0.5.15
11542026-06-30T19:48:46.630Z Downloaded xshell-macros v0.2.7
11552026-06-30T19:48:46.630Z Downloaded assert_matches v1.5.0
11562026-06-30T19:48:46.630Z Downloaded block-buffer v0.12.1
11572026-06-30T19:48:46.633Z Downloaded zeroize_derive v1.4.3
11582026-06-30T19:48:46.633Z Downloaded bit-set v0.8.0
11592026-06-30T19:48:46.635Z Downloaded libm v0.2.16
11602026-06-30T19:48:46.639Z Downloaded unicase v2.9.0
11612026-06-30T19:48:46.642Z Downloaded vergen-lib v9.1.0
11622026-06-30T19:48:46.642Z Downloaded vergen-lib v0.1.6
11632026-06-30T19:48:46.644Z Downloaded zone v0.3.1
11642026-06-30T19:48:46.647Z Downloaded zone_cfg_derive v0.3.1
11652026-06-30T19:48:46.652Z Downloaded rsa v0.9.10
11662026-06-30T19:48:46.658Z Downloaded twox-hash v2.1.2
11672026-06-30T19:48:46.660Z Downloaded tokio-native-tls v0.3.1
11682026-06-30T19:48:46.664Z Downloaded vergen-git2 v9.1.0
11692026-06-30T19:48:46.667Z Downloaded rustls-webpki v0.103.9
11702026-06-30T19:48:46.669Z Downloaded tokio-rustls v0.26.4
11712026-06-30T19:48:46.669Z Downloaded vsss-rs v3.3.4
11722026-06-30T19:48:46.671Z Downloaded toml_writer v1.1.1+spec-1.1.0
11732026-06-30T19:48:46.674Z Downloaded p521 v0.13.3
11742026-06-30T19:48:46.676Z Downloaded toml_parser v1.1.2+spec-1.1.0
11752026-06-30T19:48:46.679Z Downloaded hashbrown v0.16.1
11762026-06-30T19:48:46.682Z Downloaded toml v1.1.2+spec-1.1.0
11772026-06-30T19:48:46.684Z Downloaded xshell v0.2.7
11782026-06-30T19:48:46.684Z Downloaded vergen v9.1.0
11792026-06-30T19:48:46.687Z Downloaded test-strategy v0.4.5
11802026-06-30T19:48:46.687Z Downloaded whoami v2.1.0
11812026-06-30T19:48:46.690Z Downloaded wyz v0.5.1
11822026-06-30T19:48:46.690Z Downloaded walkdir v2.5.0
11832026-06-30T19:48:46.692Z Downloaded term v1.2.1
11842026-06-30T19:48:46.692Z Downloaded tracing-core v0.1.36
11852026-06-30T19:48:46.696Z Downloaded tar v0.4.45
11862026-06-30T19:48:46.696Z Downloaded socket2 v0.6.3
11872026-06-30T19:48:46.699Z Downloaded vergen-gitcl v1.0.8
11882026-06-30T19:48:46.699Z Downloaded zstd v0.13.3
11892026-06-30T19:48:46.701Z Downloaded tinyvec v1.10.0
11902026-06-30T19:48:46.701Z Downloaded tracing-attributes v0.1.31
11912026-06-30T19:48:46.704Z Downloaded hyper v1.10.1
11922026-06-30T19:48:46.708Z Downloaded zstd-safe v7.2.4
11932026-06-30T19:48:46.710Z Downloaded unicode-properties v0.1.4
11942026-06-30T19:48:46.710Z Downloaded whoami v1.6.1
11952026-06-30T19:48:46.710Z Downloaded zeroize v1.8.2
11962026-06-30T19:48:46.712Z Downloaded typify v0.6.2
11972026-06-30T19:48:46.715Z Downloaded iddqd v0.4.2
11982026-06-30T19:48:46.718Z Downloaded iri-string v0.7.10
11992026-06-30T19:48:46.722Z Downloaded russh v0.45.0
12002026-06-30T19:48:46.725Z Downloaded h2 v0.4.15
12012026-06-30T19:48:46.729Z Downloaded usdt-impl v0.6.0
12022026-06-30T19:48:46.732Z Downloaded schemars v1.2.1
12032026-06-30T19:48:46.739Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-06-30T19:48:46.741Z Downloaded rand v0.10.0
12052026-06-30T19:48:46.745Z Downloaded zerocopy v0.6.6
12062026-06-30T19:48:46.748Z Downloaded toml v0.7.8
12072026-06-30T19:48:46.750Z Downloaded snafu v0.8.9
12082026-06-30T19:48:46.753Z Downloaded steno v0.4.1
12092026-06-30T19:48:46.756Z Downloaded reedline v0.40.0
12102026-06-30T19:48:46.760Z Downloaded chrono v0.4.44
12112026-06-30T19:48:46.764Z Downloaded tungstenite v0.23.0
12122026-06-30T19:48:46.769Z Downloaded rpassword v7.4.0
12132026-06-30T19:48:46.771Z Downloaded yasna v0.5.2
12142026-06-30T19:48:46.782Z Downloaded unsafe-libyaml v0.2.11
12152026-06-30T19:48:46.784Z Downloaded uuid v1.23.4
12162026-06-30T19:48:46.792Z Downloaded vte v0.14.1
12172026-06-30T19:48:46.796Z Downloaded rustyline v14.0.0
12182026-06-30T19:48:46.798Z Downloaded ssh-key v0.6.7
12192026-06-30T19:48:46.802Z Downloaded regex v1.12.3
12202026-06-30T19:48:46.811Z Downloaded tungstenite v0.21.0
12212026-06-30T19:48:46.815Z Downloaded hkdf v0.12.4
12222026-06-30T19:48:46.818Z Downloaded p384 v0.13.1
12232026-06-30T19:48:46.821Z Downloaded portable-atomic v1.13.1
12242026-06-30T19:48:46.826Z Downloaded unicode_categories v0.1.1
12252026-06-30T19:48:46.829Z Downloaded zip v0.6.6
12262026-06-30T19:48:46.832Z Downloaded unicode-bidi v0.3.18
12272026-06-30T19:48:46.835Z Downloaded tokio-postgres v0.7.16
12282026-06-30T19:48:46.857Z Downloaded yansi v1.0.1
12292026-06-30T19:48:46.866Z Downloaded toml_edit v0.19.15
12302026-06-30T19:48:46.875Z Downloaded serde_with v1.14.0
12312026-06-30T19:48:46.878Z Downloaded goblin v0.10.5
12322026-06-30T19:48:46.890Z Downloaded tower v0.5.3
12332026-06-30T19:48:46.896Z Downloaded x509-cert v0.2.5
12342026-06-30T19:48:46.902Z Downloaded quick-xml v0.37.5
12352026-06-30T19:48:46.908Z Downloaded reqwest v0.13.2
12362026-06-30T19:48:46.911Z Downloaded reqwest v0.12.28
12372026-06-30T19:48:46.917Z Downloaded zerocopy-derive v0.8.40
12382026-06-30T19:48:46.921Z Downloaded zopfli v0.8.3
12392026-06-30T19:48:46.924Z Downloaded git2 v0.20.4
12402026-06-30T19:48:46.929Z Downloaded typed-path v0.9.3
12412026-06-30T19:48:46.932Z Downloaded tough v0.22.0
12422026-06-30T19:48:46.937Z Downloaded zip v4.6.1
12432026-06-30T19:48:46.940Z Downloaded object v0.30.4
12442026-06-30T19:48:46.944Z Downloaded rayon v1.11.0
12452026-06-30T19:48:46.949Z Downloaded petname v2.0.2
12462026-06-30T19:48:46.952Z Downloaded proptest v1.10.0
12472026-06-30T19:48:46.958Z Downloaded serde_with v3.17.0
12482026-06-30T19:48:46.964Z Downloaded unicode-segmentation v1.12.0
12492026-06-30T19:48:46.969Z Downloaded salty v0.3.0
12502026-06-30T19:48:46.982Z Downloaded quinn-proto v0.11.13
12512026-06-30T19:48:46.988Z Downloaded unicode-normalization v0.1.25
12522026-06-30T19:48:46.994Z Downloaded moka v0.12.13
12532026-06-30T19:48:46.998Z Downloaded tokio-util v0.7.18
12542026-06-30T19:48:47.003Z Downloaded tower-http v0.6.8
12552026-06-30T19:48:47.007Z Downloaded winnow v0.6.26
12562026-06-30T19:48:47.012Z Downloaded lalrpop v0.19.12
12572026-06-30T19:48:47.017Z Downloaded bstr v1.12.1
12582026-06-30T19:48:47.024Z Downloaded nix v0.28.0
12592026-06-30T19:48:47.030Z Downloaded polar-core v0.27.3
12602026-06-30T19:48:47.035Z Downloaded winnow v0.5.40
12612026-06-30T19:48:47.063Z Downloaded tabled v0.20.0
12622026-06-30T19:48:47.078Z Downloaded vcpkg v0.2.15
12632026-06-30T19:48:47.099Z Downloaded smoltcp v0.9.1
12642026-06-30T19:48:47.103Z Downloaded nix v0.31.2
12652026-06-30T19:48:47.110Z Downloaded radix_trie v0.2.1
12662026-06-30T19:48:47.115Z Downloaded object v0.37.3
12672026-06-30T19:48:47.120Z Downloaded hickory-proto v0.25.2
12682026-06-30T19:48:47.128Z Downloaded nix v0.27.1
12692026-06-30T19:48:47.134Z Downloaded hickory-proto v0.24.4
12702026-06-30T19:48:47.143Z Downloaded winnow v1.0.3
12712026-06-30T19:48:47.148Z Downloaded zerocopy v0.8.40
12722026-06-30T19:48:47.154Z Downloaded regex-syntax v0.8.10
12732026-06-30T19:48:47.158Z Downloaded openssl v0.10.79
12742026-06-30T19:48:47.163Z Downloaded time v0.3.47
12752026-06-30T19:48:47.170Z Downloaded curve25519-dalek v4.1.3
12762026-06-30T19:48:47.175Z Downloaded zlib-rs v0.6.2
12772026-06-30T19:48:47.179Z Downloaded regex-syntax v0.6.29
12782026-06-30T19:48:47.205Z Downloaded dropshot v0.17.1
12792026-06-30T19:48:47.225Z Downloaded sqlparser v0.61.0
12802026-06-30T19:48:47.230Z Downloaded openapiv3 v2.2.0
12812026-06-30T19:48:47.237Z Downloaded smoltcp v0.11.0
12822026-06-30T19:48:47.243Z Downloaded regress v0.10.5
12832026-06-30T19:48:47.254Z Downloaded rustls v0.23.41
12842026-06-30T19:48:47.261Z Downloaded tracing v0.1.44
12852026-06-30T19:48:47.274Z Downloaded regress v0.11.1
12862026-06-30T19:48:47.279Z Downloaded rustix v0.38.44
12872026-06-30T19:48:47.291Z Downloaded diesel v2.3.7
12882026-06-30T19:48:47.303Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-06-30T19:48:47.309Z Downloaded ratatui v0.29.0
12902026-06-30T19:48:47.321Z Downloaded zerocopy-derive v0.6.6
12912026-06-30T19:48:47.337Z Downloaded sled v0.34.7
12922026-06-30T19:48:47.353Z Downloaded typify-impl v0.6.2
12932026-06-30T19:48:47.362Z Downloaded chrono-tz v0.10.4
12942026-06-30T19:48:47.372Z Downloaded petgraph v0.8.3
12952026-06-30T19:48:47.385Z Downloaded libz-sys v1.1.24
12962026-06-30T19:48:47.405Z Downloaded regex-automata v0.4.14
12972026-06-30T19:48:47.412Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-06-30T19:48:47.423Z Downloaded sha3 v0.10.8
12992026-06-30T19:48:47.438Z Downloaded csv v1.4.0
13002026-06-30T19:48:47.448Z Downloaded petgraph v0.6.5
13012026-06-30T19:48:47.459Z Downloaded jiff v0.2.21
13022026-06-30T19:48:47.495Z Downloaded tokio v1.52.1
13032026-06-30T19:48:47.518Z Downloaded ring v0.17.14
13042026-06-30T19:48:47.584Z Downloaded encoding_rs v0.8.35
13052026-06-30T19:48:47.616Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-06-30T19:48:48.051Z Downloaded aws-lc-sys v0.40.0
13072026-06-30T19:48:48.301Z Compiling libc v0.2.185
13082026-06-30T19:48:48.301Z Compiling serde v1.0.228
13092026-06-30T19:48:48.304Z Compiling log v0.4.29
13102026-06-30T19:48:48.452Z Compiling smallvec v1.15.1
13112026-06-30T19:48:48.452Z Compiling shlex v1.3.0
13122026-06-30T19:48:48.458Z Compiling find-msvc-tools v0.1.9
13132026-06-30T19:48:48.460Z Compiling syn v2.0.117
13142026-06-30T19:48:48.465Z Compiling typenum v1.19.0
13152026-06-30T19:48:48.636Z Compiling generic-array v0.14.7
13162026-06-30T19:48:48.639Z Compiling subtle v2.6.1
13172026-06-30T19:48:48.665Z Compiling scopeguard v1.2.0
13182026-06-30T19:48:48.733Z Compiling const-oid v0.9.6
13192026-06-30T19:48:48.762Z Compiling lock_api v0.4.14
13202026-06-30T19:48:48.776Z Compiling serde_json v1.0.150
13212026-06-30T19:48:48.807Z Compiling zerocopy v0.8.40
13222026-06-30T19:48:48.878Z Compiling pin-project-lite v0.2.17
13232026-06-30T19:48:48.982Z Compiling portable-atomic v1.13.1
13242026-06-30T19:48:48.984Z Compiling parking_lot_core v0.9.12
13252026-06-30T19:48:49.236Z Compiling pkg-config v0.3.32
13262026-06-30T19:48:49.251Z Compiling jobserver v0.1.34
13272026-06-30T19:48:49.319Z Compiling getrandom v0.2.17
13282026-06-30T19:48:49.425Z Compiling errno v0.3.14
13292026-06-30T19:48:49.439Z Compiling cc v1.2.56
13302026-06-30T19:48:49.546Z Compiling rand_core v0.6.4
13312026-06-30T19:48:49.587Z Compiling signal-hook-registry v1.4.8
13322026-06-30T19:48:49.842Z Compiling bitflags v2.11.0
13332026-06-30T19:48:49.893Z Compiling libm v0.2.16
13342026-06-30T19:48:50.007Z Compiling critical-section v1.2.0
13352026-06-30T19:48:50.031Z Compiling futures-core v0.3.32
13362026-06-30T19:48:50.076Z Compiling parking_lot v0.12.5
13372026-06-30T19:48:50.114Z Compiling mio v1.2.0
13382026-06-30T19:48:50.189Z Compiling once_cell v1.21.3
13392026-06-30T19:48:50.220Z Compiling num-traits v0.2.19
13402026-06-30T19:48:50.272Z Compiling percent-encoding v2.3.2
13412026-06-30T19:48:50.398Z Compiling socket2 v0.6.3
13422026-06-30T19:48:50.454Z Compiling futures-sink v0.3.32
13432026-06-30T19:48:50.468Z Compiling futures-io v0.3.32
13442026-06-30T19:48:50.558Z Compiling futures-channel v0.3.32
13452026-06-30T19:48:50.575Z Compiling futures-task v0.3.32
13462026-06-30T19:48:50.588Z Compiling slab v0.4.12
13472026-06-30T19:48:50.622Z Compiling cpufeatures v0.2.17
13482026-06-30T19:48:50.698Z Compiling getrandom v0.4.1
13492026-06-30T19:48:50.745Z Compiling rand_core v0.10.0
13502026-06-30T19:48:50.766Z Compiling indexmap v2.14.0
13512026-06-30T19:48:50.790Z Compiling rustversion v1.0.22
13522026-06-30T19:48:50.826Z Compiling getrandom v0.3.4
13532026-06-30T19:48:50.911Z Compiling form_urlencoded v1.2.2
13542026-06-30T19:48:51.149Z Compiling cmake v0.1.57
13552026-06-30T19:48:51.341Z Compiling fs_extra v1.3.0
13562026-06-30T19:48:51.368Z Compiling synstructure v0.13.2
13572026-06-30T19:48:51.433Z Compiling dunce v1.0.5
13582026-06-30T19:48:51.536Z Compiling ident_case v1.0.1
13592026-06-30T19:48:51.564Z Compiling base64ct v1.8.3
13602026-06-30T19:48:51.607Z Compiling aws-lc-sys v0.40.0
13612026-06-30T19:48:51.658Z Compiling rustix v1.1.3
13622026-06-30T19:48:51.698Z Compiling regex-syntax v0.8.10
13632026-06-30T19:48:51.769Z Compiling iana-time-zone v0.1.65
13642026-06-30T19:48:51.783Z Compiling flagset v0.4.7
13652026-06-30T19:48:51.861Z Compiling pem-rfc7468 v0.7.0
13662026-06-30T19:48:51.915Z Compiling rand_core v0.9.5
13672026-06-30T19:48:51.970Z Compiling vcpkg v0.2.15
13682026-06-30T19:48:51.986Z Compiling uuid v1.23.4
13692026-06-30T19:48:52.168Z Compiling rustc_version v0.4.1
13702026-06-30T19:48:52.194Z Compiling tracing-core v0.1.36
13712026-06-30T19:48:52.505Z Compiling aws-lc-rs v1.16.3
13722026-06-30T19:48:52.714Z Compiling openssl-sys v0.9.115
13732026-06-30T19:48:52.717Z Compiling base64 v0.22.1
13742026-06-30T19:48:52.779Z Compiling tinyvec_macros v0.1.1
13752026-06-30T19:48:52.807Z Compiling httparse v1.10.1
13762026-06-30T19:48:52.852Z Compiling openssl-probe v0.2.1
13772026-06-30T19:48:53.035Z Compiling tinyvec v1.10.0
13782026-06-30T19:48:53.056Z Compiling pest_generator v2.8.6
13792026-06-30T19:48:53.093Z Compiling serde_derive v1.0.228
13802026-06-30T19:48:53.145Z Compiling zeroize_derive v1.4.3
13812026-06-30T19:48:53.262Z Compiling zerofrom-derive v0.1.6
13822026-06-30T19:48:53.395Z Compiling yoke-derive v0.8.1
13832026-06-30T19:48:53.410Z Compiling zerovec-derive v0.11.2
13842026-06-30T19:48:53.781Z Compiling zerocopy-derive v0.8.40
13852026-06-30T19:48:53.816Z Compiling zeroize v1.8.2
13862026-06-30T19:48:54.130Z Compiling displaydoc v0.2.5
13872026-06-30T19:48:54.549Z Compiling crypto-common v0.1.7
13882026-06-30T19:48:54.580Z Compiling block-buffer v0.10.4
13892026-06-30T19:48:54.582Z Compiling tokio-macros v2.7.0
13902026-06-30T19:48:54.720Z Compiling zerofrom v0.1.6
13912026-06-30T19:48:54.735Z Compiling digest v0.10.7
13922026-06-30T19:48:54.759Z Compiling futures-macro v0.3.32
13932026-06-30T19:48:54.846Z Compiling yoke v0.8.1
13942026-06-30T19:48:54.924Z Compiling block-padding v0.3.3
13952026-06-30T19:48:54.987Z Compiling hmac v0.12.1
13962026-06-30T19:48:55.035Z Compiling zerovec v0.11.5
13972026-06-30T19:48:55.088Z Compiling zerotrie v0.2.3
13982026-06-30T19:48:55.148Z Compiling inout v0.1.4
13992026-06-30T19:48:55.322Z Compiling cipher v0.4.4
14002026-06-30T19:48:55.360Z Compiling sha2 v0.10.9
14012026-06-30T19:48:55.392Z Compiling der_derive v0.7.3
14022026-06-30T19:48:55.551Z Compiling tinystr v0.8.2
14032026-06-30T19:48:55.576Z Compiling potential_utf v0.1.4
14042026-06-30T19:48:55.591Z Compiling futures-util v0.3.32
14052026-06-30T19:48:55.745Z Compiling icu_locale_core v2.1.1
14062026-06-30T19:48:55.760Z Compiling icu_collections v2.1.1
14072026-06-30T19:48:56.262Z Compiling salsa20 v0.10.2
14082026-06-30T19:48:56.363Z Compiling der v0.7.10
14092026-06-30T19:48:56.404Z Compiling icu_provider v2.1.1
14102026-06-30T19:48:56.620Z Compiling bytes v1.11.1
14112026-06-30T19:48:56.642Z Compiling icu_properties v2.1.2
14122026-06-30T19:48:56.695Z Compiling icu_normalizer v2.1.1
14132026-06-30T19:48:56.770Z Compiling chrono v0.4.44
14142026-06-30T19:48:57.221Z Compiling tokio v1.52.1
14152026-06-30T19:48:57.221Z Compiling http v1.4.2
14162026-06-30T19:48:57.527Z Compiling idna_adapter v1.2.1
14172026-06-30T19:48:57.667Z Compiling idna v1.1.0
14182026-06-30T19:48:57.719Z Compiling spki v0.7.3
14192026-06-30T19:48:57.866Z Compiling pbkdf2 v0.12.2
14202026-06-30T19:48:57.922Z Compiling thiserror-impl v2.0.18
14212026-06-30T19:48:57.980Z Compiling url v2.5.8
14222026-06-30T19:48:58.113Z Compiling ppv-lite86 v0.2.21
14232026-06-30T19:48:58.128Z Compiling tracing-attributes v0.1.31
14242026-06-30T19:48:58.260Z Compiling scrypt v0.11.0
14252026-06-30T19:48:58.319Z Compiling http-body v1.0.1
14262026-06-30T19:48:58.426Z Compiling rand_chacha v0.9.0
14272026-06-30T19:48:58.467Z Compiling cbc v0.1.2
14282026-06-30T19:48:58.530Z Compiling aes v0.8.4
14292026-06-30T19:48:58.614Z Compiling rustls-pki-types v1.14.0
14302026-06-30T19:48:58.831Z Compiling rand v0.9.2
14312026-06-30T19:48:59.058Z Compiling pkcs5 v0.7.1
14322026-06-30T19:48:59.145Z Compiling serde_derive_internals v0.29.1
14332026-06-30T19:48:59.221Z Compiling thiserror v2.0.18
14342026-06-30T19:48:59.328Z Compiling aho-corasick v1.1.4
14352026-06-30T19:48:59.398Z Compiling tracing v0.1.44
14362026-06-30T19:48:59.527Z Compiling untrusted v0.7.1
14372026-06-30T19:48:59.540Z Compiling atomic-waker v1.1.2
14382026-06-30T19:48:59.612Z Compiling try-lock v0.2.5
14392026-06-30T19:48:59.685Z Compiling tower-service v0.3.3
14402026-06-30T19:48:59.698Z Compiling dyn-clone v1.0.20
14412026-06-30T19:48:59.717Z Compiling schemars v0.8.22
14422026-06-30T19:48:59.755Z Compiling tower-layer v0.3.3
14432026-06-30T19:48:59.778Z Compiling want v0.3.1
14442026-06-30T19:48:59.827Z Compiling pkcs8 v0.10.2
14452026-06-30T19:48:59.937Z Compiling ipnet v2.11.0
14462026-06-30T19:48:59.948Z Compiling pest_derive v2.8.6
14472026-06-30T19:49:00.041Z Compiling schemars_derive v0.8.22
14482026-06-30T19:49:00.133Z Compiling scroll_derive v0.13.1
14492026-06-30T19:49:00.208Z Compiling regex-automata v0.4.14
14502026-06-30T19:49:00.368Z Compiling darling_core v0.20.11
14512026-06-30T19:49:00.423Z Compiling openssl v0.10.79
14522026-06-30T19:49:00.651Z Compiling untrusted v0.9.0
14532026-06-30T19:49:00.773Z Compiling httpdate v1.0.3
14542026-06-30T19:49:00.934Z Compiling rustls v0.23.41
14552026-06-30T19:49:01.006Z Compiling tokio-util v0.7.18
14562026-06-30T19:49:01.053Z Compiling foreign-types-shared v0.1.1
14572026-06-30T19:49:01.098Z Compiling tempfile v3.25.0
14582026-06-30T19:49:01.136Z Compiling foreign-types v0.3.2
14592026-06-30T19:49:01.215Z Compiling scroll v0.13.0
14602026-06-30T19:49:01.488Z Compiling unicode-normalization v0.1.25
14612026-06-30T19:49:01.880Z Compiling h2 v0.4.15
14622026-06-30T19:49:01.939Z Compiling openssl-macros v0.1.1
14632026-06-30T19:49:02.017Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-30T19:49:02.319Z Compiling spin v0.9.8
14652026-06-30T19:49:02.385Z Compiling powerfmt v0.2.0
14662026-06-30T19:49:02.527Z Compiling num-conv v0.2.0
14672026-06-30T19:49:02.542Z Compiling native-tls v0.2.18
14682026-06-30T19:49:02.580Z Compiling crc32fast v1.5.0
14692026-06-30T19:49:02.593Z Compiling darling_macro v0.20.11
14702026-06-30T19:49:02.651Z Compiling time-core v0.1.8
14712026-06-30T19:49:02.754Z Compiling deranged v0.5.8
14722026-06-30T19:49:02.791Z Compiling time-macros v0.2.27
14732026-06-30T19:49:03.058Z Compiling darling v0.20.11
14742026-06-30T19:49:03.138Z Compiling goblin v0.10.5
14752026-06-30T19:49:03.704Z Compiling sync_wrapper v1.0.2
14762026-06-30T19:49:03.811Z Compiling wait-timeout v0.2.1
14772026-06-30T19:49:03.840Z Compiling bit-vec v0.8.0
14782026-06-30T19:49:04.073Z Compiling simd-adler32 v0.3.8
14792026-06-30T19:49:04.078Z Compiling crossbeam-utils v0.8.21
14802026-06-30T19:49:04.214Z Compiling quick-error v1.2.3
14812026-06-30T19:49:04.311Z Compiling siphasher v1.0.2
14822026-06-30T19:49:04.326Z Compiling syn v1.0.109
14832026-06-30T19:49:04.360Z Compiling num_threads v0.1.7
14842026-06-30T19:49:04.457Z Compiling usdt-impl v0.6.0
14852026-06-30T19:49:04.493Z Compiling time v0.3.47
14862026-06-30T19:49:04.723Z Compiling rusty-fork v0.3.1
14872026-06-30T19:49:04.736Z Compiling bit-set v0.8.0
14882026-06-30T19:49:04.895Z Compiling tower v0.5.3
14892026-06-30T19:49:05.035Z Compiling hyper v1.10.1
14902026-06-30T19:49:05.695Z Compiling derive_builder_core v0.20.2
14912026-06-30T19:49:06.013Z Compiling dof v0.4.0
14922026-06-30T19:49:06.045Z Compiling dtrace-parser v0.3.0
14932026-06-30T19:49:06.105Z Compiling http-body-util v0.1.3
14942026-06-30T19:49:06.346Z Compiling hyper-util v0.1.20
14952026-06-30T19:49:06.558Z Compiling signature v2.2.0
14962026-06-30T19:49:06.644Z Compiling thiserror-impl v1.0.69
14972026-06-30T19:49:06.733Z Compiling scroll_derive v0.12.1
14982026-06-30T19:49:06.771Z Compiling heapless v0.7.17
14992026-06-30T19:49:07.006Z Compiling rand_xorshift v0.4.0
15002026-06-30T19:49:07.163Z Compiling slog v2.8.2
15012026-06-30T19:49:07.167Z Compiling darling_core v0.21.3
15022026-06-30T19:49:07.349Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-06-30T19:49:07.365Z Compiling thread-id v5.1.0
15042026-06-30T19:49:07.376Z Compiling cookie v0.18.1
15052026-06-30T19:49:07.440Z Compiling zstd-safe v7.2.4
15062026-06-30T19:49:07.550Z Compiling unicode-bidi v0.3.18
15072026-06-30T19:49:07.614Z Compiling adler2 v2.0.1
15082026-06-30T19:49:07.631Z Compiling paste v1.0.15
15092026-06-30T19:49:07.740Z Compiling signal-hook v0.3.18
15102026-06-30T19:49:07.871Z Compiling unarray v0.1.4
15112026-06-30T19:49:07.889Z Compiling unicode-properties v0.1.4
15122026-06-30T19:49:07.908Z Compiling ryu v1.0.23
15132026-06-30T19:49:07.981Z Compiling iri-string v0.7.10
15142026-06-30T19:49:08.063Z Compiling allocator-api2 v0.2.21
15152026-06-30T19:49:08.077Z Compiling anyhow v1.0.102
15162026-06-30T19:49:08.090Z Compiling stringprep v0.1.5
15172026-06-30T19:49:08.093Z Compiling serde_urlencoded v0.7.1
15182026-06-30T19:49:08.329Z Compiling proptest v1.10.0
15192026-06-30T19:49:08.449Z Compiling thiserror v1.0.69
15202026-06-30T19:49:08.536Z Compiling miniz_oxide v0.8.9
15212026-06-30T19:49:09.117Z Compiling tower-http v0.6.8
15222026-06-30T19:49:09.166Z Compiling scroll v0.12.0
15232026-06-30T19:49:09.393Z Compiling derive_builder_macro v0.20.2
15242026-06-30T19:49:09.425Z Compiling tokio-native-tls v0.3.1
15252026-06-30T19:49:09.500Z Compiling bstr v1.12.1
15262026-06-30T19:49:09.602Z Compiling darling_macro v0.21.3
15272026-06-30T19:49:09.664Z Compiling ipnetwork v0.21.1
15282026-06-30T19:49:09.892Z Compiling rustls-native-certs v0.8.3
15292026-06-30T19:49:09.956Z Compiling rand_chacha v0.3.1
15302026-06-30T19:49:10.060Z Compiling toml_datetime v0.6.11
15312026-06-30T19:49:10.134Z Compiling erased-serde v0.3.31
15322026-06-30T19:49:10.159Z Compiling serde_spanned v0.6.9
15332026-06-30T19:49:10.180Z Compiling serde_tokenstream v0.2.3
15342026-06-30T19:49:10.313Z Compiling md-5 v0.10.6
15352026-06-30T19:49:10.318Z Compiling zerocopy-derive v0.7.35
15362026-06-30T19:49:10.465Z Compiling async-trait v0.1.89
15372026-06-30T19:49:10.496Z Compiling pin-project-internal v1.1.11
15382026-06-30T19:49:10.621Z Compiling curve25519-dalek v4.1.3
15392026-06-30T19:49:10.761Z Compiling vergen-lib v9.1.0
15402026-06-30T19:49:10.940Z Compiling num-integer v0.1.46
15412026-06-30T19:49:10.956Z Compiling hash32 v0.2.1
15422026-06-30T19:49:11.141Z Compiling ff v0.13.1
15432026-06-30T19:49:11.188Z Compiling memoffset v0.9.1
15442026-06-30T19:49:11.252Z Compiling encoding_rs v0.8.35
15452026-06-30T19:49:11.275Z Compiling litrs v1.0.0
15462026-06-30T19:49:11.376Z Compiling num-bigint-dig v0.8.6
15472026-06-30T19:49:11.481Z Compiling fallible-iterator v0.2.0
15482026-06-30T19:49:11.559Z Compiling zlib-rs v0.6.2
15492026-06-30T19:49:11.596Z Compiling smoltcp v0.9.1
15502026-06-30T19:49:11.773Z Compiling ref-cast v1.0.25
15512026-06-30T19:49:11.787Z Compiling rustix v0.38.44
15522026-06-30T19:49:11.922Z Compiling mime v0.3.17
15532026-06-30T19:49:12.069Z Compiling base16ct v0.2.0
15542026-06-30T19:49:12.124Z Compiling cfg_aliases v0.2.1
15552026-06-30T19:49:12.176Z Compiling psl-types v2.0.11
15562026-06-30T19:49:12.196Z Compiling nix v0.31.2
15572026-06-30T19:49:12.242Z Compiling sec1 v0.7.3
15582026-06-30T19:49:12.298Z Compiling publicsuffix v2.3.0
15592026-06-30T19:49:12.552Z Compiling document-features v0.2.12
15602026-06-30T19:49:12.566Z Compiling postgres-protocol v0.6.10
15612026-06-30T19:49:12.589Z Compiling pin-project v1.1.11
15622026-06-30T19:49:12.738Z Compiling group v0.13.0
15632026-06-30T19:49:12.798Z Compiling zerocopy v0.7.35
15642026-06-30T19:49:12.916Z Compiling num-iter v0.1.45
15652026-06-30T19:49:13.166Z Compiling newtype-uuid v1.3.2
15662026-06-30T19:49:13.282Z Compiling hubpack_derive v0.1.1
15672026-06-30T19:49:13.336Z Compiling rand v0.8.6
15682026-06-30T19:49:13.485Z Compiling darling v0.21.3
15692026-06-30T19:49:13.500Z Compiling derive_builder v0.20.2
15702026-06-30T19:49:13.567Z Compiling oxnet v0.1.6
15712026-06-30T19:49:13.581Z Compiling hyper-tls v0.6.0
15722026-06-30T19:49:13.721Z Compiling goblin v0.8.2
15732026-06-30T19:49:14.243Z Compiling phf_shared v0.13.1
15742026-06-30T19:49:14.351Z Compiling lazy_static v1.5.0
15752026-06-30T19:49:14.444Z Compiling flate2 v1.1.9
15762026-06-30T19:49:14.488Z Compiling regex v1.12.3
15772026-06-30T19:49:14.492Z Compiling anstyle-parse v0.2.7
15782026-06-30T19:49:14.506Z Compiling futures-executor v0.3.32
15792026-06-30T19:49:14.701Z Compiling hex v0.4.3
15802026-06-30T19:49:14.800Z Compiling hkdf v0.12.4
15812026-06-30T19:49:14.821Z Compiling crypto-bigint v0.5.5
15822026-06-30T19:49:14.883Z Compiling terminal_size v0.4.3
15832026-06-30T19:49:14.941Z Compiling snafu-derive v0.8.9
15842026-06-30T19:49:14.965Z Compiling strum_macros v0.27.2
15852026-06-30T19:49:14.979Z Compiling daft-derive v0.1.7
15862026-06-30T19:49:15.016Z Compiling ref-cast-impl v1.0.25
15872026-06-30T19:49:15.562Z Compiling curve25519-dalek-derive v0.1.1
15882026-06-30T19:49:15.705Z Compiling vergen v9.1.0
15892026-06-30T19:49:15.887Z Compiling fs-err v3.3.0
15902026-06-30T19:49:16.077Z Compiling cargo-platform v0.3.2
15912026-06-30T19:49:16.207Z Compiling ahash v0.8.12
15922026-06-30T19:49:16.351Z Compiling libbz2-rs-sys v0.2.2
15932026-06-30T19:49:16.413Z Compiling managed v0.8.0
15942026-06-30T19:49:16.628Z Compiling unicode-segmentation v1.12.0
15952026-06-30T19:49:16.843Z Compiling object v0.37.3
15962026-06-30T19:49:16.918Z Compiling same-file v1.0.6
15972026-06-30T19:49:16.931Z Compiling foldhash v0.2.0
15982026-06-30T19:49:17.012Z Compiling foldhash v0.1.5
15992026-06-30T19:49:17.026Z Compiling winnow v0.5.40
16002026-06-30T19:49:17.079Z Compiling bumpalo v3.20.2
16012026-06-30T19:49:17.105Z Compiling bitflags v1.3.2
16022026-06-30T19:49:17.148Z Compiling hashbrown v0.15.5
16032026-06-30T19:49:17.206Z Compiling hashbrown v0.16.1
16042026-06-30T19:49:17.233Z Compiling walkdir v2.5.0
16052026-06-30T19:49:17.323Z Compiling zopfli v0.8.3
16062026-06-30T19:49:17.535Z Compiling strum v0.27.2
16072026-06-30T19:49:17.665Z Compiling snafu v0.8.9
16082026-06-30T19:49:17.688Z Compiling bzip2 v0.6.1
16092026-06-30T19:49:17.829Z Compiling clap_builder v4.6.0
16102026-06-30T19:49:17.892Z Compiling cargo_metadata v0.23.1
16112026-06-30T19:49:18.009Z Compiling dof v0.3.0
16122026-06-30T19:49:18.088Z Compiling elliptic-curve v0.13.8
16132026-06-30T19:49:18.438Z Compiling toml_edit v0.19.15
16142026-06-30T19:49:18.485Z Compiling daft v0.1.7
16152026-06-30T19:49:18.759Z Compiling futures v0.3.32
16162026-06-30T19:49:18.812Z Compiling anstream v0.6.21
16172026-06-30T19:49:18.842Z Compiling phf v0.13.1
16182026-06-30T19:49:19.118Z Compiling signal-hook-mio v0.2.5
16192026-06-30T19:49:19.233Z Compiling cookie_store v0.22.1
16202026-06-30T19:49:19.248Z Compiling bzip2 v0.4.4
16212026-06-30T19:49:19.448Z Compiling zstd v0.13.3
16222026-06-30T19:49:19.534Z Compiling reqwest v0.12.28
16232026-06-30T19:49:19.771Z Compiling hubpack v0.1.2
16242026-06-30T19:49:19.892Z Compiling serde_with_macros v3.17.0
16252026-06-30T19:49:19.995Z Compiling postgres-types v0.2.12
16262026-06-30T19:49:20.864Z Compiling usdt-macro v0.6.0
16272026-06-30T19:49:20.984Z Compiling usdt-attr-macro v0.6.0
16282026-06-30T19:49:21.012Z Compiling globset v0.4.18
16292026-06-30T19:49:21.087Z Compiling dtrace-parser v0.2.0
16302026-06-30T19:49:21.632Z Compiling ed25519 v2.2.3
16312026-06-30T19:49:21.678Z Compiling phf_shared v0.11.3
16322026-06-30T19:49:21.728Z Compiling olpc-cjson v0.1.4
16332026-06-30T19:49:21.781Z Compiling pkcs1 v0.7.5
16342026-06-30T19:49:21.853Z Compiling serde_plain v1.0.2
16352026-06-30T19:49:21.871Z Compiling serde-big-array v0.5.1
16362026-06-30T19:49:21.895Z Compiling rfc6979 v0.4.0
16372026-06-30T19:49:22.010Z Compiling enum-as-inner v0.6.1
16382026-06-30T19:49:22.010Z Compiling serde_repr v0.1.20
16392026-06-30T19:49:22.048Z Compiling strum_macros v0.26.4
16402026-06-30T19:49:22.193Z Compiling clap_derive v4.6.1
16412026-06-30T19:49:22.582Z Compiling async-recursion v1.1.1
16422026-06-30T19:49:22.623Z Compiling pem v3.0.6
16432026-06-30T19:49:22.623Z Compiling float-cmp v0.10.0
16442026-06-30T19:49:22.681Z Compiling memmap2 v0.9.10
16452026-06-30T19:49:22.931Z Compiling thread-id v4.2.2
16462026-06-30T19:49:22.961Z Compiling env_filter v1.0.0
16472026-06-30T19:49:22.961Z Compiling precomputed-hash v0.1.1
16482026-06-30T19:49:23.004Z Compiling winnow v1.0.3
16492026-06-30T19:49:23.134Z Compiling fixedbitset v0.4.2
16502026-06-30T19:49:23.179Z Compiling either v1.15.0
16512026-06-30T19:49:23.253Z Compiling static_assertions v1.1.0
16522026-06-30T19:49:23.327Z Compiling new_debug_unreachable v1.0.6
16532026-06-30T19:49:23.344Z Compiling typed-path v0.9.3
16542026-06-30T19:49:23.364Z Compiling whoami v2.1.0
16552026-06-30T19:49:23.384Z Compiling predicates-core v1.0.10
16562026-06-30T19:49:23.397Z Compiling jiff v0.2.21
16572026-06-30T19:49:23.575Z Compiling difflib v0.4.0
16582026-06-30T19:49:23.752Z Compiling normalize-line-endings v0.3.0
16592026-06-30T19:49:23.755Z Compiling keccak v0.1.6
16602026-06-30T19:49:23.827Z Compiling fixedbitset v0.5.7
16612026-06-30T19:49:23.900Z Compiling data-encoding v2.10.0
16622026-06-30T19:49:24.115Z Compiling petgraph v0.8.3
16632026-06-30T19:49:24.128Z Compiling toml_edit v0.22.27
16642026-06-30T19:49:24.487Z Compiling hickory-proto v0.25.2
16652026-06-30T19:49:24.546Z Compiling clap v4.6.1
16662026-06-30T19:49:24.574Z Compiling sha3 v0.10.8
16672026-06-30T19:49:24.632Z Compiling predicates v3.1.4
16682026-06-30T19:49:24.676Z Compiling strum v0.26.3
16692026-06-30T19:49:24.808Z Compiling tokio-postgres v0.7.16
16702026-06-30T19:49:25.026Z Compiling string_cache v0.8.9
16712026-06-30T19:49:25.255Z Compiling itertools v0.13.0
16722026-06-30T19:49:25.309Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-30T19:49:26.150Z Compiling zip v4.6.1
16742026-06-30T19:49:26.506Z Compiling toml_parser v1.1.2+spec-1.1.0
16752026-06-30T19:49:26.859Z Compiling petgraph v0.6.5
16762026-06-30T19:49:27.031Z Compiling env_logger v0.11.9
16772026-06-30T19:49:27.116Z Compiling usdt-impl v0.5.0
16782026-06-30T19:49:27.138Z Compiling usdt v0.6.0
16792026-06-30T19:49:27.378Z Compiling rsa v0.9.10
16802026-06-30T19:49:27.400Z Compiling ecdsa v0.16.9
16812026-06-30T19:49:27.612Z Compiling ed25519-dalek v2.2.0
16822026-06-30T19:49:27.697Z Compiling crossterm v0.28.1
16832026-06-30T19:49:27.789Z Compiling serde_with v3.17.0
16842026-06-30T19:49:28.272Z Compiling toml v0.7.8
16852026-06-30T19:49:28.348Z Compiling zip v0.6.6
16862026-06-30T19:49:28.934Z Compiling iddqd v0.4.2
16872026-06-30T19:49:29.426Z Compiling heck v0.4.1
16882026-06-30T19:49:29.429Z Compiling similar v2.7.0
16892026-06-30T19:49:29.521Z Compiling crossbeam-epoch v0.9.18
16902026-06-30T19:49:29.604Z Compiling tokio-stream v0.1.18
16912026-06-30T19:49:29.669Z Compiling buf-list v1.1.2
16922026-06-30T19:49:29.885Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-06-30T19:49:29.949Z Compiling x509-cert v0.2.5
16942026-06-30T19:49:30.090Z Compiling openapiv3 v2.2.0
16952026-06-30T19:49:30.194Z Compiling sha1 v0.10.6
16962026-06-30T19:49:30.235Z Compiling peg-runtime v0.8.5
16972026-06-30T19:49:30.354Z Compiling lalrpop-util v0.19.12
16982026-06-30T19:49:30.414Z Compiling thread_local v1.1.9
16992026-06-30T19:49:30.522Z Compiling slog-async v2.8.0
17002026-06-30T19:49:30.553Z Compiling crossbeam-channel v0.5.15
17012026-06-30T19:49:30.668Z Compiling filetime v0.2.27
17022026-06-30T19:49:30.720Z Compiling is-terminal v0.4.17
17032026-06-30T19:49:30.817Z Compiling xattr v1.6.1
17042026-06-30T19:49:30.834Z Compiling take_mut v0.2.2
17052026-06-30T19:49:30.851Z Compiling term v1.2.1
17062026-06-30T19:49:30.944Z Compiling tar v0.4.45
17072026-06-30T19:49:31.415Z Compiling slog-term v2.9.2
17082026-06-30T19:49:42.040Z Compiling rustls-webpki v0.103.9
17092026-06-30T19:49:44.748Z Compiling tokio-rustls v0.26.4
17102026-06-30T19:49:44.748Z Compiling rustls-platform-verifier v0.6.2
17112026-06-30T19:49:44.748Z Compiling tough v0.22.0
17122026-06-30T19:49:44.962Z Compiling hyper-rustls v0.27.7
17132026-06-30T19:49:45.162Z Compiling reqwest v0.13.2
17142026-06-30T19:49:47.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-06-30T19:49:47.573Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-06-30T19:49:50.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17172026-06-30T19:49:50.531Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-06-30T19:49:50.585ZJun 30 19:49:49.072 INFO Starting download, target: MaghemiteMgd
17192026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: DendriteStub
17202026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: Cockroach
17212026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: Console
17222026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: Clickhouse
17232026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: MaghemiteDdmd
17242026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Starting download, target: TransceiverControl
17252026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-30T19:49:50.589ZJun 30 19:49:49.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-06-30T19:49:51.169ZJun 30 19:49:49.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-06-30T19:49:51.360ZJun 30 19:49:49.846 INFO Download complete, target: TransceiverControl
17342026-06-30T19:49:52.369ZJun 30 19:49:50.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-30T19:49:52.520ZJun 30 19:49:51.006 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-06-30T19:49:52.528ZJun 30 19:49:51.009 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17372026-06-30T19:49:52.612ZJun 30 19:49:51.098 INFO Download complete, target: Console
17382026-06-30T19:49:52.619ZJun 30 19:49:51.103 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-06-30T19:49:52.810ZJun 30 19:49:51.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-06-30T19:49:53.186ZJun 30 19:49:51.672 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-06-30T19:49:53.186ZJun 30 19:49:51.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-06-30T19:49:54.393ZJun 30 19:49:52.879 INFO Download complete, target: MaghemiteDdmd
17432026-06-30T19:49:55.087ZJun 30 19:49:53.574 INFO Download complete, target: DendriteStub
17442026-06-30T19:49:55.364ZJun 30 19:49:53.850 INFO Download complete, target: MaghemiteMgd
17452026-06-30T19:49:57.848ZJun 30 19:49:56.334 INFO Checking that binary works, target: Cockroach
17462026-06-30T19:49:57.964ZJun 30 19:49:56.450 INFO Download complete, target: Cockroach
17472026-06-30T19:49:59.305ZJun 30 19:49:57.791 INFO Checking that binary works, target: Clickhouse
17482026-06-30T19:49:59.398ZJun 30 19:49:57.884 INFO Download complete, target: Clickhouse
17492026-06-30T19:49:59.413ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-06-30T19:49:59.416Z
17512026-06-30T19:49:59.416Zreal 2:01.825073216
17522026-06-30T19:49:59.416Zuser 6:47.976904614
17532026-06-30T19:49:59.416Zsys 1:23.684975391
17542026-06-30T19:49:59.416Ztrap 0.238262044
17552026-06-30T19:49:59.416Ztflt 0.618678865
17562026-06-30T19:49:59.416Zdflt 0.701056187
17572026-06-30T19:49:59.416Zkflt 0.024118431
17582026-06-30T19:49:59.416Zlock 22:27.685132675
17592026-06-30T19:49:59.416Zslp 20:46.547486481
17602026-06-30T19:49:59.416Zlat 45.866094874
17612026-06-30T19:49:59.417Zstop 2:04.676653406
17622026-06-30T19:49:59.417Z+ banner clippy
17632026-06-30T19:49:59.417Z
17642026-06-30T19:49:59.417Z #### # # ##### ##### # #
17652026-06-30T19:49:59.417Z # # # # # # # # # #
17662026-06-30T19:49:59.417Z # # # # # # # #
17672026-06-30T19:49:59.417Z # # # ##### ##### #
17682026-06-30T19:49:59.417Z # # # # # # #
17692026-06-30T19:49:59.417Z #### ###### # # # #
17702026-06-30T19:49:59.417Z
17712026-06-30T19:49:59.417Z+ export CARGO_INCREMENTAL=0
17722026-06-30T19:49:59.417Z+ CARGO_INCREMENTAL=0
17732026-06-30T19:49:59.417Z+ ptime -m cargo xtask clippy
17742026-06-30T19:49:59.870Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-06-30T19:50:00.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-06-30T19:50:01.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17772026-06-30T19:50:02.028Z Running `target/debug/xtask clippy`
17782026-06-30T19:50:02.053Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17792026-06-30T19:50:02.623Z Downloading crates ...
17802026-06-30T19:50:02.816Z Downloaded backtrace-ext v0.2.1
17812026-06-30T19:50:02.822Z Downloaded addr2line v0.25.1
17822026-06-30T19:50:02.825Z Downloaded plotters-backend v0.3.7
17832026-06-30T19:50:02.834Z Downloaded pathdiff v0.2.3
17842026-06-30T19:50:02.837Z Downloaded miette-derive v5.10.0
17852026-06-30T19:50:02.839Z Downloaded plotters-svg v0.3.7
17862026-06-30T19:50:02.839Z Downloaded guppy-workspace-hack v0.1.0
17872026-06-30T19:50:02.839Z Downloaded cast v0.3.0
17882026-06-30T19:50:02.843Z Downloaded relative-path v1.9.3
17892026-06-30T19:50:02.846Z Downloaded futures-timer v3.0.3
17902026-06-30T19:50:02.846Z Downloaded concurrent-queue v2.5.0
17912026-06-30T19:50:02.850Z Downloaded supports-hyperlinks v2.1.0
17922026-06-30T19:50:02.853Z Downloaded supports-color v2.1.0
17932026-06-30T19:50:02.855Z Downloaded constant_time_eq v0.3.1
17942026-06-30T19:50:02.858Z Downloaded async-object-pool v0.2.0
17952026-06-30T19:50:02.863Z Downloaded knuffel-derive v3.2.0
17962026-06-30T19:50:02.867Z Downloaded datatest-stable v0.3.3
17972026-06-30T19:50:02.870Z Downloaded supports-unicode v2.1.0
17982026-06-30T19:50:02.870Z Downloaded nested v0.1.1
17992026-06-30T19:50:02.870Z Downloaded event-listener-strategy v0.5.4
18002026-06-30T19:50:02.873Z Downloaded serde_regex v1.1.0
18012026-06-30T19:50:02.876Z Downloaded anes v0.1.6
18022026-06-30T19:50:02.879Z Downloaded similar-asserts v1.7.0
18032026-06-30T19:50:02.882Z Downloaded owo-colors v3.5.0
18042026-06-30T19:50:02.882Z Downloaded tinytemplate v1.2.1
18052026-06-30T19:50:02.885Z Downloaded async-lock v3.4.2
18062026-06-30T19:50:02.888Z Downloaded terminal_size v0.1.17
18072026-06-30T19:50:02.892Z Downloaded target-spec v3.5.7
18082026-06-30T19:50:02.898Z Downloaded libtest-mimic v0.8.1
18092026-06-30T19:50:02.898Z Downloaded textwrap v0.15.2
18102026-06-30T19:50:02.901Z Downloaded rust-argon2 v2.1.0
18112026-06-30T19:50:02.901Z Downloaded termcolor v1.4.1
18122026-06-30T19:50:02.901Z Downloaded trybuild v1.0.116
18132026-06-30T19:50:02.904Z Downloaded escape8259 v0.5.3
18142026-06-30T19:50:02.904Z Downloaded blake2b_simd v1.0.4
18152026-06-30T19:50:02.904Z Downloaded rstest v0.25.0
18162026-06-30T19:50:02.906Z Downloaded event-listener v5.4.1
18172026-06-30T19:50:02.909Z Downloaded assert_cmd v2.1.2
18182026-06-30T19:50:02.909Z Downloaded approx v0.5.1
18192026-06-30T19:50:02.912Z Downloaded hickory-client v0.25.2
18202026-06-30T19:50:02.915Z Downloaded rustc-demangle v0.1.27
18212026-06-30T19:50:02.918Z Downloaded stringmetrics v2.2.2
18222026-06-30T19:50:02.921Z Downloaded linkme-impl v0.3.35
18232026-06-30T19:50:02.921Z Downloaded assert-json-diff v2.0.2
18242026-06-30T19:50:02.925Z Downloaded backtrace v0.3.76
18252026-06-30T19:50:02.928Z Downloaded target-triple v1.0.0
18262026-06-30T19:50:02.930Z Downloaded parking v2.2.1
18272026-06-30T19:50:02.935Z Downloaded chumsky v0.9.3
18282026-06-30T19:50:02.937Z Downloaded oorandom v11.1.5
18292026-06-30T19:50:02.937Z Downloaded linkme v0.3.35
18302026-06-30T19:50:02.940Z Downloaded httptest v0.16.4
18312026-06-30T19:50:02.943Z Downloaded criterion-plot v0.6.0
18322026-06-30T19:50:02.946Z Downloaded partial-io v0.5.4
18332026-06-30T19:50:02.949Z Downloaded target-lexicon v0.13.3
18342026-06-30T19:50:02.949Z Downloaded path-tree v0.8.3
18352026-06-30T19:50:02.952Z Downloaded cfg-expr v0.20.6
18362026-06-30T19:50:02.952Z Downloaded fancy-regex v0.14.0
18372026-06-30T19:50:02.954Z Downloaded rand_distr v0.5.1
18382026-06-30T19:50:02.962Z Downloaded knuffel v3.2.0
18392026-06-30T19:50:02.966Z Downloaded miette v5.10.0
18402026-06-30T19:50:02.968Z Downloaded rstest_macros v0.25.0
18412026-06-30T19:50:02.979Z Downloaded plotters v0.3.7
18422026-06-30T19:50:02.986Z Downloaded hashbrown v0.14.5
18432026-06-30T19:50:02.989Z Downloaded criterion v0.7.0
18442026-06-30T19:50:02.992Z Downloaded guppy v0.17.25
18452026-06-30T19:50:03.000Z Downloaded gimli v0.32.3
18462026-06-30T19:50:03.095Z Downloaded httpmock v0.8.3
18472026-06-30T19:50:04.771Z Checking cfg-if v1.0.4
18482026-06-30T19:50:05.129Z Checking libc v0.2.185
18492026-06-30T19:50:05.133Z Checking serde_core v1.0.228
18502026-06-30T19:50:05.205Z Checking memchr v2.8.0
18512026-06-30T19:50:05.245Z Checking smallvec v1.15.1
18522026-06-30T19:50:05.284Z Checking itoa v1.0.17
18532026-06-30T19:50:05.324Z Checking log v0.4.29
18542026-06-30T19:50:05.370Z Checking libm v0.2.16
18552026-06-30T19:50:05.411Z Checking zeroize v1.8.2
18562026-06-30T19:50:05.453Z Checking scopeguard v1.2.0
18572026-06-30T19:50:05.494Z Checking stable_deref_trait v1.2.1
18582026-06-30T19:50:05.533Z Checking zmij v1.0.21
18592026-06-30T19:50:05.582Z Checking lock_api v0.4.14
18602026-06-30T19:50:05.621Z Checking errno v0.3.14
18612026-06-30T19:50:05.655Z Checking zerofrom v0.1.6
18622026-06-30T19:50:05.699Z Checking percent-encoding v2.3.2
18632026-06-30T19:50:05.733Z Checking litemap v0.8.1
18642026-06-30T19:50:05.770Z Checking writeable v0.6.2
18652026-06-30T19:50:05.808Z Checking yoke v0.8.1
18662026-06-30T19:50:05.846Z Checking icu_normalizer_data v2.1.1
18672026-06-30T19:50:05.846Z Checking icu_properties_data v2.1.2
18682026-06-30T19:50:05.917Z Checking form_urlencoded v1.2.2
18692026-06-30T19:50:05.955Z Checking utf8_iter v1.0.4
18702026-06-30T19:50:05.995Z Checking getrandom v0.2.17
18712026-06-30T19:50:06.032Z Checking zerovec v0.11.5
18722026-06-30T19:50:06.032Z Checking zerotrie v0.2.3
18732026-06-30T19:50:06.032Z Checking zerocopy v0.8.40
18742026-06-30T19:50:06.132Z Checking num-traits v0.2.19
18752026-06-30T19:50:06.167Z Checking rand_core v0.10.0
18762026-06-30T19:50:06.167Z Checking subtle v2.6.1
18772026-06-30T19:50:06.240Z Checking pin-project-lite v0.2.17
18782026-06-30T19:50:06.325Z Checking rand_core v0.6.4
18792026-06-30T19:50:06.363Z Checking getrandom v0.4.1
18802026-06-30T19:50:06.403Z Checking parking_lot_core v0.9.12
18812026-06-30T19:50:06.443Z Checking typenum v1.19.0
18822026-06-30T19:50:06.482Z Checking tinystr v0.8.2
18832026-06-30T19:50:06.529Z Checking potential_utf v0.1.4
18842026-06-30T19:50:06.570Z Checking portable-atomic v1.13.1
18852026-06-30T19:50:06.620Z Checking parking_lot v0.12.5
18862026-06-30T19:50:06.654Z Checking serde v1.0.228
18872026-06-30T19:50:06.689Z Checking serde_json v1.0.150
18882026-06-30T19:50:06.692Z Checking bitflags v2.11.0
18892026-06-30T19:50:06.692Z Checking icu_locale_core v2.1.1
18902026-06-30T19:50:06.834Z Checking icu_collections v2.1.1
18912026-06-30T19:50:06.949Z Checking critical-section v1.2.0
18922026-06-30T19:50:07.016Z Checking signal-hook-registry v1.4.8
18932026-06-30T19:50:07.079Z Checking once_cell v1.21.3
18942026-06-30T19:50:07.122Z Checking bytes v1.11.1
18952026-06-30T19:50:07.156Z Checking mio v1.2.0
18962026-06-30T19:50:07.207Z Checking socket2 v0.6.3
18972026-06-30T19:50:07.247Z Checking iana-time-zone v0.1.65
18982026-06-30T19:50:07.285Z Checking icu_provider v2.1.1
18992026-06-30T19:50:07.325Z Checking generic-array v0.14.7
19002026-06-30T19:50:07.386Z Checking chrono v0.4.44
19012026-06-30T19:50:07.425Z Checking uuid v1.23.4
19022026-06-30T19:50:07.466Z Checking thiserror v2.0.18
19032026-06-30T19:50:07.505Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-30T19:50:07.545Z Checking icu_normalizer v2.1.1
19052026-06-30T19:50:07.586Z Checking icu_properties v2.1.2
19062026-06-30T19:50:07.619Z Checking tokio v1.52.1
19072026-06-30T19:50:07.722Z Checking semver v1.0.28
19082026-06-30T19:50:07.805Z Checking crypto-common v0.1.7
19092026-06-30T19:50:07.848Z Checking futures-core v0.3.32
19102026-06-30T19:50:07.885Z Checking dyn-clone v1.0.20
19112026-06-30T19:50:07.952Z Checking equivalent v1.0.2
19122026-06-30T19:50:07.988Z Checking const-oid v0.9.6
19132026-06-30T19:50:08.023Z Checking rustix v1.1.3
19142026-06-30T19:50:08.027Z Checking futures-sink v0.3.32
19152026-06-30T19:50:08.090Z Checking byteorder v1.5.0
19162026-06-30T19:50:08.182Z Checking futures-channel v0.3.32
19172026-06-30T19:50:08.261Z Checking block-buffer v0.10.4
19182026-06-30T19:50:08.317Z Checking futures-io v0.3.32
19192026-06-30T19:50:08.402Z Checking slab v0.4.12
19202026-06-30T19:50:08.439Z Checking futures-task v0.3.32
19212026-06-30T19:50:08.442Z Checking idna_adapter v1.2.1
19222026-06-30T19:50:08.506Z Checking thiserror v1.0.69
19232026-06-30T19:50:08.591Z Checking hashbrown v0.17.0
19242026-06-30T19:50:08.626Z Checking futures-util v0.3.32
19252026-06-30T19:50:08.629Z Checking idna v1.1.0
19262026-06-30T19:50:08.658Z Checking getrandom v0.3.4
19272026-06-30T19:50:08.727Z Checking digest v0.10.7
19282026-06-30T19:50:08.825Z Checking ppv-lite86 v0.2.21
19292026-06-30T19:50:08.863Z Checking cpufeatures v0.2.17
19302026-06-30T19:50:08.899Z Checking fnv v1.0.7
19312026-06-30T19:50:08.945Z Checking regex-syntax v0.8.10
19322026-06-30T19:50:08.983Z Checking http v1.4.2
19332026-06-30T19:50:08.986Z Checking url v2.5.8
19342026-06-30T19:50:09.051Z Checking tracing-core v0.1.36
19352026-06-30T19:50:09.085Z Checking indexmap v2.14.0
19362026-06-30T19:50:09.147Z Checking utf8parse v0.2.2
19372026-06-30T19:50:09.277Z Checking base64 v0.22.1
19382026-06-30T19:50:09.373Z Checking tracing v0.1.44
19392026-06-30T19:50:09.477Z Checking schemars v0.8.22
19402026-06-30T19:50:09.533Z Checking anstyle v1.0.14
19412026-06-30T19:50:09.570Z Checking colorchoice v1.0.4
19422026-06-30T19:50:09.608Z Checking base64ct v1.8.3
19432026-06-30T19:50:09.668Z Checking is_terminal_polyfill v1.70.2
19442026-06-30T19:50:09.705Z Checking anstyle-query v1.1.5
19452026-06-30T19:50:09.741Z Checking block-padding v0.3.3
19462026-06-30T19:50:09.786Z Checking ipnet v2.11.0
19472026-06-30T19:50:09.824Z Checking anstyle-parse v1.0.0
19482026-06-30T19:50:09.862Z Checking terminal_size v0.4.3
19492026-06-30T19:50:09.900Z Checking inout v0.1.4
19502026-06-30T19:50:10.008Z Checking aho-corasick v1.1.4
19512026-06-30T19:50:10.011Z Checking crossbeam-utils v0.8.21
19522026-06-30T19:50:10.076Z Checking cipher v0.4.4
19532026-06-30T19:50:10.112Z Checking unicode-ident v1.0.24
19542026-06-30T19:50:10.159Z Checking anstream v1.0.0
19552026-06-30T19:50:10.257Z Checking proc-macro2 v1.0.106
19562026-06-30T19:50:10.299Z Checking clap_lex v1.0.0
19572026-06-30T19:50:10.335Z Checking powerfmt v0.2.0
19582026-06-30T19:50:10.394Z Checking strsim v0.11.1
19592026-06-30T19:50:10.431Z Checking pem-rfc7468 v0.7.0
19602026-06-30T19:50:10.479Z Checking sha2 v0.10.9
19612026-06-30T19:50:10.517Z Checking deranged v0.5.8
19622026-06-30T19:50:10.584Z Checking clap_builder v4.6.0
19632026-06-30T19:50:10.621Z Checking quote v1.0.45
19642026-06-30T19:50:10.625Z Checking httparse v1.10.1
19652026-06-30T19:50:10.625Z Checking num-conv v0.2.0
19662026-06-30T19:50:10.721Z Checking regex-automata v0.4.14
19672026-06-30T19:50:10.778Z Checking time-core v0.1.8
19682026-06-30T19:50:10.824Z Checking num_threads v0.1.7
19692026-06-30T19:50:10.860Z Checking syn v2.0.117
19702026-06-30T19:50:10.895Z Checking hmac v0.12.1
19712026-06-30T19:50:10.898Z Checking tokio-util v0.7.18
19722026-06-30T19:50:10.965Z Checking rand_core v0.9.5
19732026-06-30T19:50:10.968Z Checking erased-serde v0.3.31
19742026-06-30T19:50:11.058Z Checking flagset v0.4.7
19752026-06-30T19:50:11.199Z Checking http-body v1.0.1
19762026-06-30T19:50:11.235Z Checking der v0.7.10
19772026-06-30T19:50:11.359Z Checking allocator-api2 v0.2.21
19782026-06-30T19:50:11.395Z Checking slog v2.8.2
19792026-06-30T19:50:11.464Z Checking time v0.3.47
19802026-06-30T19:50:11.571Z Checking atomic-waker v1.1.2
19812026-06-30T19:50:11.668Z Checking rand_chacha v0.9.0
19822026-06-30T19:50:11.707Z Checking rustls-pki-types v1.14.0
19832026-06-30T19:50:11.712Z Checking anyhow v1.0.102
19842026-06-30T19:50:11.825Z Checking clap v4.6.1
19852026-06-30T19:50:11.897Z Checking try-lock v0.2.5
19862026-06-30T19:50:11.935Z Checking httpdate v1.0.3
19872026-06-30T19:50:11.972Z Checking rand v0.9.2
19882026-06-30T19:50:12.008Z Checking h2 v0.4.15
19892026-06-30T19:50:12.045Z Checking spin v0.9.8
19902026-06-30T19:50:12.048Z Checking want v0.3.1
19912026-06-30T19:50:12.112Z Checking aws-lc-sys v0.40.0
19922026-06-30T19:50:12.227Z Checking ryu v1.0.23
19932026-06-30T19:50:12.262Z Checking untrusted v0.7.1
19942026-06-30T19:50:12.390Z Checking tower-layer v0.3.3
19952026-06-30T19:50:12.426Z Checking tower-service v0.3.3
19962026-06-30T19:50:12.474Z Checking ipnetwork v0.21.1
19972026-06-30T19:50:12.547Z Checking fastrand v2.3.0
19982026-06-30T19:50:12.580Z Checking mime v0.3.17
19992026-06-30T19:50:12.583Z Checking untrusted v0.9.0
20002026-06-30T19:50:12.649Z Checking aws-lc-rs v1.16.3
20012026-06-30T19:50:12.652Z Checking spki v0.7.3
20022026-06-30T19:50:12.718Z Checking pbkdf2 v0.12.2
20032026-06-30T19:50:12.721Z Checking aes v0.8.4
20042026-06-30T19:50:12.785Z Checking http-body-util v0.1.3
20052026-06-30T19:50:12.818Z Checking cbc v0.1.2
20062026-06-30T19:50:12.857Z Checking salsa20 v0.10.2
20072026-06-30T19:50:12.897Z Checking rand_chacha v0.3.1
20082026-06-30T19:50:12.971Z Checking hex v0.4.3
20092026-06-30T19:50:13.016Z Checking pretty-hex v0.4.1
20102026-06-30T19:50:13.052Z Checking simd-adler32 v0.3.8
20112026-06-30T19:50:13.129Z Checking rand v0.8.6
20122026-06-30T19:50:13.166Z Checking scrypt v0.11.0
20132026-06-30T19:50:13.169Z Checking tempfile v3.25.0
20142026-06-30T19:50:13.169Z Checking plain v0.2.3
20152026-06-30T19:50:13.268Z Checking adler2 v2.0.1
20162026-06-30T19:50:13.271Z Checking openssl-probe v0.2.1
20172026-06-30T19:50:13.337Z Checking regex v1.12.3
20182026-06-30T19:50:13.342Z Checking pkcs5 v0.7.1
20192026-06-30T19:50:13.404Z Checking miniz_oxide v0.8.9
20202026-06-30T19:50:13.438Z Checking serde_urlencoded v0.7.1
20212026-06-30T19:50:13.473Z Checking encoding_rs v0.8.35
20222026-06-30T19:50:13.509Z Checking rustls-webpki v0.103.9
20232026-06-30T19:50:13.645Z Checking ucd-trie v0.1.7
20242026-06-30T19:50:13.648Z Checking pkcs8 v0.10.2
20252026-06-30T19:50:13.713Z Checking camino v1.2.2
20262026-06-30T19:50:13.717Z Checking oxnet v0.1.6
20272026-06-30T19:50:13.780Z Checking futures-executor v0.3.32
20282026-06-30T19:50:13.816Z Checking pest v2.8.6
20292026-06-30T19:50:13.885Z Checking sync_wrapper v1.0.2
20302026-06-30T19:50:13.956Z Checking either v1.15.0
20312026-06-30T19:50:13.991Z Checking futures v0.3.32
20322026-06-30T19:50:13.994Z Checking rustls v0.23.41
20332026-06-30T19:50:14.062Z Checking tower v0.5.3
20342026-06-30T19:50:14.065Z Checking crc32fast v1.5.0
20352026-06-30T19:50:14.131Z Checking iri-string v0.7.10
20362026-06-30T19:50:14.170Z Checking foldhash v0.2.0
20372026-06-30T19:50:14.263Z Checking static_assertions v1.1.0
20382026-06-30T19:50:14.367Z Checking lazy_static v1.5.0
20392026-06-30T19:50:14.439Z Checking hashbrown v0.16.1
20402026-06-30T19:50:14.472Z Checking openapiv3 v2.2.0
20412026-06-30T19:50:14.509Z Checking signature v2.2.0
20422026-06-30T19:50:14.546Z Checking hubpack v0.1.2
20432026-06-30T19:50:14.666Z Checking zlib-rs v0.6.2
20442026-06-30T19:50:14.738Z Checking rustls-native-certs v0.8.3
20452026-06-30T19:50:14.801Z Checking hyper v1.10.1
20462026-06-30T19:50:14.895Z Checking strum v0.26.3
20472026-06-30T19:50:14.945Z Checking psl-types v2.0.11
20482026-06-30T19:50:14.980Z Checking cookie v0.18.1
20492026-06-30T19:50:15.047Z Checking tinyvec_macros v0.1.1
20502026-06-30T19:50:15.090Z Checking publicsuffix v2.3.0
20512026-06-30T19:50:15.145Z Checking tinyvec v1.10.0
20522026-06-30T19:50:15.183Z Checking tower-http v0.6.8
20532026-06-30T19:50:15.244Z Checking num-integer v0.1.46
20542026-06-30T19:50:15.279Z Checking cookie_store v0.22.1
20552026-06-30T19:50:15.489Z Checking scroll v0.13.0
20562026-06-30T19:50:15.529Z Checking data-encoding v2.10.0
20572026-06-30T19:50:15.532Z Checking toml_datetime v0.6.11
20582026-06-30T19:50:15.597Z Checking flate2 v1.1.9
20592026-06-30T19:50:15.641Z Checking serde_spanned v0.6.9
20602026-06-30T19:50:15.746Z Checking goblin v0.10.5
20612026-06-30T19:50:15.785Z Checking memmap2 v0.9.10
20622026-06-30T19:50:15.787Z Checking hyper-util v0.1.20
20632026-06-30T19:50:15.854Z Checking bit-vec v0.8.0
20642026-06-30T19:50:15.857Z Checking base16ct v0.2.0
20652026-06-30T19:50:15.857Z Checking dtrace-parser v0.3.0
20662026-06-30T19:50:15.953Z Checking ff v0.13.1
20672026-06-30T19:50:15.988Z Checking thread-id v5.1.0
20682026-06-30T19:50:16.036Z Checking sec1 v0.7.3
20692026-06-30T19:50:16.076Z Checking bit-set v0.8.0
20702026-06-30T19:50:16.110Z Checking wait-timeout v0.2.1
20712026-06-30T19:50:16.114Z Checking group v0.13.0
20722026-06-30T19:50:16.181Z Checking num-iter v0.1.45
20732026-06-30T19:50:16.247Z Checking bstr v1.12.1
20742026-06-30T19:50:16.284Z Checking hkdf v0.12.4
20752026-06-30T19:50:16.287Z Checking crossbeam-epoch v0.9.18
20762026-06-30T19:50:16.356Z Checking anstyle-parse v0.2.7
20772026-06-30T19:50:16.360Z Checking tokio-rustls v0.26.4
20782026-06-30T19:50:16.360Z Checking rustls-platform-verifier v0.6.2
20792026-06-30T19:50:16.477Z Checking ahash v0.8.12
20802026-06-30T19:50:16.534Z Checking crypto-bigint v0.5.5
20812026-06-30T19:50:16.538Z Checking quick-error v1.2.3
20822026-06-30T19:50:16.601Z Checking anstream v0.6.21
20832026-06-30T19:50:16.642Z Checking rand_xorshift v0.4.0
20842026-06-30T19:50:16.678Z Checking scroll v0.12.0
20852026-06-30T19:50:16.716Z Checking rusty-fork v0.3.1
20862026-06-30T19:50:16.719Z Checking unarray v0.1.4
20872026-06-30T19:50:16.789Z Checking num-bigint-dig v0.8.6
20882026-06-30T19:50:16.827Z Checking pkcs1 v0.7.5
20892026-06-30T19:50:16.878Z Checking x509-cert v0.2.5
20902026-06-30T19:50:16.917Z Checking proptest v1.10.0
20912026-06-30T19:50:16.951Z Checking goblin v0.8.2
20922026-06-30T19:50:17.063Z Checking sha1 v0.10.6
20932026-06-30T19:50:17.099Z Checking hyper-rustls v0.27.7
20942026-06-30T19:50:17.253Z Checking zerocopy v0.7.35
20952026-06-30T19:50:17.335Z Checking reqwest v0.13.2
20962026-06-30T19:50:17.449Z Checking elliptic-curve v0.13.8
20972026-06-30T19:50:17.579Z Checking winnow v0.7.14
20982026-06-30T19:50:17.618Z Checking unicode-segmentation v1.12.0
20992026-06-30T19:50:17.761Z Checking rsa v0.9.10
21002026-06-30T19:50:17.797Z Checking dtrace-parser v0.2.0
21012026-06-30T19:50:17.956Z Checking rfc6979 v0.4.0
21022026-06-30T19:50:18.065Z Checking memoffset v0.9.1
21032026-06-30T19:50:18.104Z Checking thread-id v4.2.2
21042026-06-30T19:50:18.108Z Checking dof v0.4.0
21052026-06-30T19:50:18.175Z Checking foreign-types-shared v0.1.1
21062026-06-30T19:50:18.214Z Checking ecdsa v0.16.9
21072026-06-30T19:50:18.214Z Checking curve25519-dalek v4.1.3
21082026-06-30T19:50:18.284Z Checking rustix v0.38.44
21092026-06-30T19:50:18.288Z Checking foreign-types v0.3.2
21102026-06-30T19:50:18.413Z Checking openssl-sys v0.9.115
21112026-06-30T19:50:18.619Z Checking env_filter v1.0.0
21122026-06-30T19:50:18.722Z Checking newtype-uuid v1.3.2
21132026-06-30T19:50:18.788Z Checking usdt-impl v0.6.0
21142026-06-30T19:50:18.791Z Checking same-file v1.0.6
21152026-06-30T19:50:18.791Z Checking keccak v0.1.6
21162026-06-30T19:50:18.891Z Checking dof v0.3.0
21172026-06-30T19:50:18.894Z Checking toml_write v0.1.2
21182026-06-30T19:50:18.961Z Checking daft v0.1.7
21192026-06-30T19:50:18.997Z Checking walkdir v2.5.0
21202026-06-30T19:50:19.032Z Checking openssl v0.10.79
21212026-06-30T19:50:19.068Z Checking sha3 v0.10.8
21222026-06-30T19:50:19.106Z Checking usdt v0.6.0
21232026-06-30T19:50:19.109Z Checking env_logger v0.11.9
21242026-06-30T19:50:19.173Z Checking toml_edit v0.22.27
21252026-06-30T19:50:19.176Z Checking ed25519 v2.2.3
21262026-06-30T19:50:19.212Z Checking usdt-impl v0.5.0
21272026-06-30T19:50:19.277Z Checking itertools v0.13.0
21282026-06-30T19:50:19.313Z Checking serde_with v3.17.0
21292026-06-30T19:50:19.316Z Checking bitflags v1.3.2
21302026-06-30T19:50:19.383Z Checking siphasher v1.0.2
21312026-06-30T19:50:19.420Z Checking winnow v1.0.3
21322026-06-30T19:50:19.455Z Checking ed25519-dalek v2.2.0
21332026-06-30T19:50:19.544Z Checking nix v0.31.2
21342026-06-30T19:50:19.581Z Checking unicode-normalization v0.1.25
21352026-06-30T19:50:19.719Z Checking signal-hook v0.3.18
21362026-06-30T19:50:19.750Z Checking toml_parser v1.1.2+spec-1.1.0
21372026-06-30T19:50:19.943Z Checking winnow v0.5.40
21382026-06-30T19:50:20.017Z Checking managed v0.8.0
21392026-06-30T19:50:20.116Z Checking bzip2-sys v0.1.13+1.0.8
21402026-06-30T19:50:20.229Z Checking object v0.37.3
21412026-06-30T19:50:20.264Z Checking foldhash v0.1.5
21422026-06-30T19:50:20.307Z Checking bzip2 v0.4.4
21432026-06-30T19:50:20.345Z Checking signal-hook-mio v0.2.5
21442026-06-30T19:50:20.421Z Checking hashbrown v0.15.5
21452026-06-30T19:50:20.478Z Checking globset v0.4.18
21462026-06-30T19:50:20.515Z Checking ref-cast v1.0.25
21472026-06-30T19:50:20.641Z Checking zstd-sys v2.0.16+zstd.1.5.7
21482026-06-30T19:50:20.646Z Checking zip v0.6.6
21492026-06-30T19:50:20.756Z Checking pin-project v1.1.11
21502026-06-30T19:50:20.794Z Checking zstd-safe v7.2.4
21512026-06-30T19:50:20.798Z Checking libbz2-rs-sys v0.2.2
21522026-06-30T19:50:20.882Z Checking bumpalo v3.20.2
21532026-06-30T19:50:20.917Z Checking crossterm v0.28.1
21542026-06-30T19:50:20.988Z Checking zstd v0.13.3
21552026-06-30T19:50:21.025Z Checking similar v2.7.0
21562026-06-30T19:50:21.079Z Checking native-tls v0.2.18
21572026-06-30T19:50:21.115Z Checking zopfli v0.8.3
21582026-06-30T19:50:21.118Z Checking toml_edit v0.19.15
21592026-06-30T19:50:21.201Z Checking tokio-stream v0.1.18
21602026-06-30T19:50:21.247Z Checking bzip2 v0.6.1
21612026-06-30T19:50:21.285Z Checking tokio-native-tls v0.3.1
21622026-06-30T19:50:21.426Z Checking fs-err v3.3.0
21632026-06-30T19:50:21.467Z Checking pem v3.0.6
21642026-06-30T19:50:21.499Z Checking hash32 v0.2.1
21652026-06-30T19:50:21.502Z Checking hyper-tls v0.6.0
21662026-06-30T19:50:21.606Z Checking serde-big-array v0.5.1
21672026-06-30T19:50:21.648Z Checking unicode-properties v0.1.4
21682026-06-30T19:50:21.651Z Checking jiff v0.2.21
21692026-06-30T19:50:21.717Z Checking predicates-core v1.0.10
21702026-06-30T19:50:21.754Z Checking reqwest v0.12.28
21712026-06-30T19:50:21.791Z Checking unicode-bidi v0.3.18
21722026-06-30T19:50:21.794Z Checking heapless v0.7.17
21732026-06-30T19:50:21.868Z Checking snafu v0.8.9
21742026-06-30T19:50:21.904Z Checking olpc-cjson v0.1.4
21752026-06-30T19:50:22.064Z Checking hickory-proto v0.25.2
21762026-06-30T19:50:22.114Z Checking stringprep v0.1.5
21772026-06-30T19:50:22.147Z Checking md-5 v0.10.6
21782026-06-30T19:50:22.205Z Checking toml v0.7.8
21792026-06-30T19:50:22.266Z Checking serde_plain v1.0.2
21802026-06-30T19:50:22.304Z Checking float-cmp v0.10.0
21812026-06-30T19:50:22.338Z Checking normalize-line-endings v0.3.0
21822026-06-30T19:50:22.441Z Checking typed-path v0.9.3
21832026-06-30T19:50:22.478Z Checking fallible-iterator v0.2.0
21842026-06-30T19:50:22.481Z Checking difflib v0.4.0
21852026-06-30T19:50:22.545Z Checking smoltcp v0.9.1
21862026-06-30T19:50:22.549Z Checking iddqd v0.4.2
21872026-06-30T19:50:22.614Z Checking phf_shared v0.13.1
21882026-06-30T19:50:22.677Z Checking predicates v3.1.4
21892026-06-30T19:50:22.806Z Checking postgres-protocol v0.6.10
21902026-06-30T19:50:22.843Z Checking phf_shared v0.11.3
21912026-06-30T19:50:22.999Z Checking buf-list v1.1.2
21922026-06-30T19:50:23.035Z Checking strum v0.27.2
21932026-06-30T19:50:23.146Z Checking precomputed-hash v0.1.1
21942026-06-30T19:50:23.185Z Checking new_debug_unreachable v1.0.6
21952026-06-30T19:50:23.188Z Checking fixedbitset v0.4.2
21962026-06-30T19:50:23.255Z Checking fixedbitset v0.5.7
21972026-06-30T19:50:23.258Z Checking tough v0.22.0
21982026-06-30T19:50:23.258Z Checking lalrpop-util v0.19.12
21992026-06-30T19:50:23.357Z Checking string_cache v0.8.9
22002026-06-30T19:50:23.393Z Checking petgraph v0.6.5
22012026-06-30T19:50:23.479Z Checking petgraph v0.8.3
22022026-06-30T19:50:23.516Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22032026-06-30T19:50:23.521Z Checking postgres-types v0.2.12
22042026-06-30T19:50:23.584Z Checking phf v0.13.1
22052026-06-30T19:50:23.760Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-30T19:50:23.887Z Checking whoami v2.1.0
22072026-06-30T19:50:23.926Z Checking zip v4.6.1
22082026-06-30T19:50:24.049Z Checking peg-runtime v0.8.5
22092026-06-30T19:50:24.110Z Checking tokio-postgres v0.7.16
22102026-06-30T19:50:24.333Z Checking is-terminal v0.4.17
22112026-06-30T19:50:24.457Z Checking crossbeam-channel v0.5.15
22122026-06-30T19:50:24.538Z Checking thread_local v1.1.9
22132026-06-30T19:50:24.667Z Compiling structmeta-derive v0.3.0
22142026-06-30T19:50:24.730Z Checking take_mut v0.2.2
22152026-06-30T19:50:24.826Z Checking term v1.2.1
22162026-06-30T19:50:24.863Z Checking slog-async v2.8.0
22172026-06-30T19:50:24.866Z Compiling newtype-uuid-macros v0.1.0
22182026-06-30T19:50:25.077Z Compiling multer v3.1.0
22192026-06-30T19:50:25.114Z Checking slog-term v2.9.2
22202026-06-30T19:50:25.117Z Compiling async-stream-impl v0.3.6
22212026-06-30T19:50:25.360Z Checking match_cfg v0.1.0
22222026-06-30T19:50:25.397Z Checking slog-json v2.6.1
22232026-06-30T19:50:25.433Z Compiling dropshot v0.17.1
22242026-06-30T19:50:25.438Z Checking cpufeatures v0.3.0
22252026-06-30T19:50:25.511Z Checking hostname v0.3.1
22262026-06-30T19:50:25.565Z Compiling dropshot_endpoint v0.17.1
22272026-06-30T19:50:25.602Z Checking debug-ignore v1.0.5
22282026-06-30T19:50:25.635Z Checking slog-bunyan v2.5.0
22292026-06-30T19:50:25.705Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22302026-06-30T19:50:25.739Z Checking hybrid-array v0.4.10
22312026-06-30T19:50:25.773Z Checking progenitor-client v0.14.0
22322026-06-30T19:50:25.776Z Compiling structmeta v0.3.0
22332026-06-30T19:50:25.804Z Checking serde_spanned v1.1.1
22342026-06-30T19:50:25.804Z Checking serde_path_to_error v0.1.20
22352026-06-30T19:50:25.997Z Checking toml_datetime v1.1.1+spec-1.1.0
22362026-06-30T19:50:26.035Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372026-06-30T19:50:26.075Z Compiling derive-ex v0.1.8
22382026-06-30T19:50:26.110Z Checking compression-core v0.4.31
22392026-06-30T19:50:26.146Z Checking const-oid v0.10.2
22402026-06-30T19:50:26.183Z Checking toml_writer v1.1.1+spec-1.1.0
22412026-06-30T19:50:26.218Z Checking block-buffer v0.12.1
22422026-06-30T19:50:26.253Z Checking crypto-common v0.2.2
22432026-06-30T19:50:26.288Z Checking compression-codecs v0.4.37
22442026-06-30T19:50:26.328Z Checking async-stream v0.3.6
22452026-06-30T19:50:26.387Z Checking toml v1.1.2+spec-1.1.0
22462026-06-30T19:50:26.455Z Checking rustls-pemfile v2.2.0
22472026-06-30T19:50:26.490Z Checking waitgroup v0.1.2
22482026-06-30T19:50:26.493Z Checking async-compression v0.4.41
22492026-06-30T19:50:26.617Z Checking hostname v0.4.2
22502026-06-30T19:50:26.652Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-06-30T19:50:26.688Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-30T19:50:26.745Z Checking atomicwrites v0.4.4
22532026-06-30T19:50:26.787Z Checking itertools v0.14.0
22542026-06-30T19:50:26.823Z Compiling parse-display-derive v0.10.0
22552026-06-30T19:50:26.858Z Checking digest v0.11.3
22562026-06-30T19:50:26.865Z Checking macaddr v1.0.1
22572026-06-30T19:50:26.925Z Checking regress v0.10.5
22582026-06-30T19:50:27.027Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592026-06-30T19:50:27.065Z Checking sha1 v0.11.0
22602026-06-30T19:50:27.098Z Checking instant v0.1.13
22612026-06-30T19:50:27.215Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22622026-06-30T19:50:27.267Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22632026-06-30T19:50:27.466Z Checking backoff v0.4.0
22642026-06-30T19:50:27.505Z Checking backon v1.6.0
22652026-06-30T19:50:27.674Z Checking humantime v2.3.0
22662026-06-30T19:50:27.711Z Checking progenitor-extras v0.2.0
22672026-06-30T19:50:27.771Z Compiling test-strategy v0.4.5
22682026-06-30T19:50:27.775Z Checking unicode-width v0.2.0
22692026-06-30T19:50:27.865Z Compiling convert_case v0.4.0
22702026-06-30T19:50:27.900Z Checking heck v0.5.0
22712026-06-30T19:50:27.964Z Checking half v2.7.1
22722026-06-30T19:50:28.048Z Checking ciborium-io v0.2.2
22732026-06-30T19:50:28.084Z Checking secrecy v0.10.3
22742026-06-30T19:50:28.167Z Compiling regress v0.11.1
22752026-06-30T19:50:28.230Z Checking indent_write v2.2.0
22762026-06-30T19:50:28.267Z Compiling derive_more v0.99.20
22772026-06-30T19:50:28.270Z Checking ciborium-ll v0.2.2
22782026-06-30T19:50:28.379Z Checking universal-hash v0.5.1
22792026-06-30T19:50:28.415Z Checking opaque-debug v0.3.1
22802026-06-30T19:50:28.503Z Checking ciborium v0.2.2
22812026-06-30T19:50:28.538Z Checking parse-display v0.10.0
22822026-06-30T19:50:28.570Z Checking camino-tempfile v1.4.1
22832026-06-30T19:50:28.747Z Compiling crucible-workspace-hack v0.1.0
22842026-06-30T19:50:28.792Z Checking aead v0.5.2
22852026-06-30T19:50:28.940Z Compiling unsafe-libyaml v0.2.11
22862026-06-30T19:50:28.976Z Checking poly1305 v0.8.0
22872026-06-30T19:50:29.157Z Checking chacha20 v0.9.1
22882026-06-30T19:50:29.268Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22892026-06-30T19:50:29.272Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902026-06-30T19:50:29.338Z Compiling thiserror-impl-no-std v2.0.2
22912026-06-30T19:50:29.377Z Checking swrite v0.1.0
22922026-06-30T19:50:29.496Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-30T19:50:29.617Z Checking password-hash v0.5.0
22942026-06-30T19:50:29.713Z Checking blake2 v0.10.6
22952026-06-30T19:50:29.748Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-06-30T19:50:29.874Z Compiling typify-impl v0.6.2
22972026-06-30T19:50:30.017Z Checking argon2 v0.5.3
22982026-06-30T19:50:30.395Z Checking chacha20poly1305 v0.10.1
22992026-06-30T19:50:30.591Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23002026-06-30T19:50:30.595Z Checking thiserror-no-std v2.0.2
23012026-06-30T19:50:30.704Z Checking vsss-rs v3.3.4
23022026-06-30T19:50:30.894Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-06-30T19:50:31.002Z Checking byte-wrapper v0.1.0
23042026-06-30T19:50:31.040Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23052026-06-30T19:50:31.219Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-30T19:50:31.255Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23072026-06-30T19:50:31.308Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23082026-06-30T19:50:31.343Z Checking crossbeam-deque v0.8.6
23092026-06-30T19:50:31.467Z Compiling rayon-core v1.13.0
23102026-06-30T19:50:31.470Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-30T19:50:31.749Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-06-30T19:50:31.847Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-06-30T19:50:31.983Z Compiling proc-macro-error v1.0.4
23142026-06-30T19:50:32.138Z Checking rayon v1.11.0
23152026-06-30T19:50:32.324Z Compiling proc-macro-crate v3.4.0
23162026-06-30T19:50:32.770Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-06-30T19:50:32.813Z Checking toml v0.8.23
23182026-06-30T19:50:32.848Z Checking tabwriter v1.4.1
23192026-06-30T19:50:32.894Z Checking glob v0.3.3
23202026-06-30T19:50:32.897Z Compiling num_enum_derive v0.7.6
23212026-06-30T19:50:33.019Z Compiling heapless v0.8.0
23222026-06-30T19:50:33.023Z Checking colored v3.1.1
23232026-06-30T19:50:33.103Z Compiling ingot-macros v0.1.1
23242026-06-30T19:50:33.173Z Checking hash32 v0.3.1
23252026-06-30T19:50:33.280Z Checking unicode-width v0.1.14
23262026-06-30T19:50:33.328Z Compiling smoltcp v0.11.0
23272026-06-30T19:50:33.557Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-06-30T19:50:33.627Z Checking cobs v0.3.0
23292026-06-30T19:50:33.732Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23302026-06-30T19:50:33.777Z Compiling usdt-macro v0.5.0
23312026-06-30T19:50:33.812Z Compiling usdt-attr-macro v0.5.0
23322026-06-30T19:50:33.892Z Checking memmap v0.7.0
23332026-06-30T19:50:33.967Z Checking num_enum v0.7.6
23342026-06-30T19:50:33.970Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-06-30T19:50:34.111Z Checking postcard v1.1.3
23362026-06-30T19:50:34.254Z Compiling proc-macro-crate v1.3.1
23372026-06-30T19:50:34.399Z Compiling typify-macro v0.6.2
23382026-06-30T19:50:34.436Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-30T19:50:34.537Z Checking sigpipe v0.1.3
23402026-06-30T19:50:34.609Z Checking usdt v0.5.0
23412026-06-30T19:50:34.647Z Compiling foreign-types-macros v0.2.3
23422026-06-30T19:50:34.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-30T19:50:34.714Z Checking foreign-types-shared v0.3.1
23442026-06-30T19:50:34.802Z Compiling num_enum_derive v0.5.11
23452026-06-30T19:50:35.033Z Checking chacha20 v0.10.0
23462026-06-30T19:50:35.139Z Checking cstr-argument v0.1.2
23472026-06-30T19:50:35.281Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-06-30T19:50:35.317Z Compiling num-derive v0.4.2
23492026-06-30T19:50:35.321Z Checking foreign-types v0.5.0
23502026-06-30T19:50:35.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-30T19:50:35.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-06-30T19:50:35.714Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-06-30T19:50:35.750Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-30T19:50:35.857Z Checking rand v0.10.0
23552026-06-30T19:50:35.893Z Checking num_enum v0.5.11
23562026-06-30T19:50:35.896Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-06-30T19:50:35.958Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-30T19:50:35.995Z Checking ingot-types v0.1.2
23592026-06-30T19:50:36.034Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-06-30T19:50:36.116Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23612026-06-30T19:50:36.157Z Compiling typify v0.6.2
23622026-06-30T19:50:36.195Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-06-30T19:50:36.282Z Compiling zone_cfg_derive v0.3.1
23642026-06-30T19:50:36.317Z Compiling progenitor-impl v0.14.0
23652026-06-30T19:50:36.428Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23662026-06-30T19:50:36.461Z Checking ingot v0.1.1
23672026-06-30T19:50:36.586Z Checking itertools v0.12.1
23682026-06-30T19:50:36.623Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-06-30T19:50:36.892Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23702026-06-30T19:50:37.063Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23712026-06-30T19:50:37.104Z Checking smf v0.2.3
23722026-06-30T19:50:37.198Z Checking whoami v1.6.1
23732026-06-30T19:50:37.337Z Checking tokio-dtrace v0.1.1
23742026-06-30T19:50:37.351Z Compiling derive-where v1.6.0
23752026-06-30T19:50:37.386Z Checking console v0.15.11
23762026-06-30T19:50:37.429Z Checking newline-converter v0.3.0
23772026-06-30T19:50:37.535Z Checking oxide-tokio-rt v0.1.4
23782026-06-30T19:50:37.567Z Checking bytecount v0.6.9
23792026-06-30T19:50:37.622Z Checking zone v0.3.1
23802026-06-30T19:50:37.691Z Compiling owo-colors v4.3.0
23812026-06-30T19:50:37.695Z Checking expectorate v1.2.0
23822026-06-30T19:50:37.756Z Compiling cancel-safe-futures v0.1.5
23832026-06-30T19:50:37.921Z Checking libsw-core v0.3.2
23842026-06-30T19:50:38.032Z Checking num-rational v0.4.2
23852026-06-30T19:50:38.056Z Checking libsw v3.5.0
23862026-06-30T19:50:38.127Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-30T19:50:38.320Z Checking num-complex v0.4.6
23882026-06-30T19:50:38.423Z Checking linear-map v1.2.0
23892026-06-30T19:50:38.483Z Checking float-ord v0.3.2
23902026-06-30T19:50:38.616Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23912026-06-30T19:50:38.651Z Checking gethostname v0.5.0
23922026-06-30T19:50:38.682Z Checking num v0.4.3
23932026-06-30T19:50:38.687Z Compiling prettyplease v0.2.37
23942026-06-30T19:50:38.767Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23952026-06-30T19:50:38.791Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-06-30T19:50:38.833Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-06-30T19:50:38.905Z Compiling progenitor-macro v0.14.0
23982026-06-30T19:50:39.018Z Checking resolv-conf v0.7.6
23992026-06-30T19:50:39.203Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24002026-06-30T19:50:39.238Z Checking smawk v0.3.2
24012026-06-30T19:50:39.285Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-30T19:50:39.393Z Checking unicode-linebreak v0.1.5
24032026-06-30T19:50:39.637Z Checking papergrid v0.11.0
24042026-06-30T19:50:40.288Z Compiling tabled_derive v0.7.0
24052026-06-30T19:50:40.325Z Compiling convert_case v0.10.0
24062026-06-30T19:50:40.389Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24072026-06-30T19:50:40.464Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-06-30T19:50:40.670Z Compiling slog-dtrace v0.3.0
24092026-06-30T19:50:40.673Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24102026-06-30T19:50:40.742Z Compiling derive_more-impl v2.1.1
24112026-06-30T19:50:41.015Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24122026-06-30T19:50:41.018Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24132026-06-30T19:50:41.273Z Checking tabled v0.15.0
24142026-06-30T19:50:41.584Z Checking derive_more v2.1.1
24152026-06-30T19:50:41.726Z Checking crossterm v0.29.0
24162026-06-30T19:50:42.300Z Checking linked-hash-map v0.5.6
24172026-06-30T19:50:42.481Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182026-06-30T19:50:42.516Z Checking lru-cache v0.1.2
24192026-06-30T19:50:42.808Z Checking hickory-proto v0.24.4
24202026-06-30T19:50:42.893Z Checking fd-lock v4.0.4
24212026-06-30T19:50:43.380Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24222026-06-30T19:50:43.540Z Checking vte v0.14.1
24232026-06-30T19:50:43.783Z Checking progenitor v0.14.0
24242026-06-30T19:50:43.879Z Checking display-error-chain v0.2.2
24252026-06-30T19:50:43.949Z Checking strip-ansi-escapes v0.2.1
24262026-06-30T19:50:43.981Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-06-30T19:50:44.158Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-06-30T19:50:45.122Z Checking nu-ansi-term v0.50.3
24292026-06-30T19:50:45.194Z Checking termtree v0.5.1
24302026-06-30T19:50:45.385Z Checking reedline v0.40.0
24312026-06-30T19:50:45.494Z Checking hickory-resolver v0.24.4
24322026-06-30T19:50:45.573Z Checking textwrap v0.16.2
24332026-06-30T19:50:45.645Z Compiling minimal-lexical v0.2.1
24342026-06-30T19:50:45.761Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24352026-06-30T19:50:45.830Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24362026-06-30T19:50:45.926Z Compiling nom v7.1.3
24372026-06-30T19:50:46.248Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382026-06-30T19:50:46.285Z Checking qorb v0.4.1
24392026-06-30T19:50:46.400Z Compiling ar_archive_writer v0.5.1
24402026-06-30T19:50:46.617Z Checking csv-core v0.1.13
24412026-06-30T19:50:46.830Z Checking csv v1.4.0
24422026-06-30T19:50:46.864Z Compiling stacker v0.1.23
24432026-06-30T19:50:47.158Z Compiling cfg_aliases v0.1.1
24442026-06-30T19:50:47.235Z Compiling semver v0.1.20
24452026-06-30T19:50:47.270Z Checking highway v1.3.0
24462026-06-30T19:50:47.273Z Compiling psm v0.1.30
24472026-06-30T19:50:47.337Z Compiling nix v0.28.0
24482026-06-30T19:50:47.524Z Compiling rustc_version v0.1.7
24492026-06-30T19:50:47.563Z Checking nibble_vec v0.1.0
24502026-06-30T19:50:47.641Z Checking endian-type v0.1.2
24512026-06-30T19:50:47.707Z Checking home v0.5.12
24522026-06-30T19:50:47.787Z Compiling newtype_derive v0.1.6
24532026-06-30T19:50:47.821Z Checking radix_trie v0.2.1
24542026-06-30T19:50:47.825Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-06-30T19:50:47.858Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24562026-06-30T19:50:47.929Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572026-06-30T19:50:48.020Z Checking phf_shared v0.12.1
24582026-06-30T19:50:48.054Z Compiling recursive-proc-macro-impl v0.1.1
24592026-06-30T19:50:48.188Z Compiling chrono-tz v0.10.4
24602026-06-30T19:50:48.272Z Checking phf v0.12.1
24612026-06-30T19:50:48.497Z Checking recursive v0.1.1
24622026-06-30T19:50:48.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-06-30T19:50:48.500Z Compiling const_format_proc_macros v0.2.34
24642026-06-30T19:50:48.564Z Compiling peg-macros v0.8.5
24652026-06-30T19:50:48.628Z Checking nom v8.0.0
24662026-06-30T19:50:48.749Z Checking winnow v0.6.26
24672026-06-30T19:50:49.085Z Compiling sqlparser_derive v0.5.0
24682026-06-30T19:50:49.406Z Checking unicode_categories v0.1.1
24692026-06-30T19:50:49.529Z Checking rustyline v14.0.0
24702026-06-30T19:50:49.592Z Checking const_format v0.2.35
24712026-06-30T19:50:49.891Z Checking sqlparser v0.61.0
24722026-06-30T19:50:49.953Z Checking sqlformat v0.3.5
24732026-06-30T19:50:50.020Z Checking peg v0.8.5
24742026-06-30T19:50:50.126Z Checking bcs v0.1.6
24752026-06-30T19:50:50.294Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24762026-06-30T19:50:50.393Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24772026-06-30T19:50:50.396Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24782026-06-30T19:50:50.461Z Checking steno v0.4.1
24792026-06-30T19:50:50.614Z Checking filetime v0.2.27
24802026-06-30T19:50:50.650Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24812026-06-30T19:50:50.726Z Checking xattr v1.6.1
24822026-06-30T19:50:50.781Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24832026-06-30T19:50:50.885Z Checking tar v0.4.45
24842026-06-30T19:50:50.988Z Checking subprocess v0.2.15
24852026-06-30T19:50:51.305Z Checking headers-core v0.3.0
24862026-06-30T19:50:51.311Z Checking base64 v0.21.7
24872026-06-30T19:50:51.473Z Checking headers v0.4.1
24882026-06-30T19:50:51.534Z Checking yasna v0.5.2
24892026-06-30T19:50:51.605Z Checking dropshot-api-manager-types v0.7.2
24902026-06-30T19:50:51.805Z Checking tagptr v0.2.0
24912026-06-30T19:50:51.951Z Checking rcgen v0.12.1
24922026-06-30T19:50:51.957Z Checking utf-8 v0.7.6
24932026-06-30T19:50:52.017Z Checking moka v0.12.13
24942026-06-30T19:50:52.149Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24952026-06-30T19:50:52.304Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24962026-06-30T19:50:52.341Z Checking tungstenite v0.21.0
24972026-06-30T19:50:52.676Z Checking hickory-resolver v0.25.2
24982026-06-30T19:50:52.774Z Compiling libefi-sys v0.1.0
24992026-06-30T19:50:52.809Z Checking tokio-tungstenite v0.21.0
25002026-06-30T19:50:53.028Z Compiling bitfield-struct v0.6.2
25012026-06-30T19:50:53.065Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25022026-06-30T19:50:53.107Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25032026-06-30T19:50:53.408Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25042026-06-30T19:50:53.688Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-30T19:50:53.906Z Compiling radium v0.7.0
25062026-06-30T19:50:53.958Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-30T19:50:54.066Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-30T19:50:54.249Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-06-30T19:50:54.339Z Checking tap v1.0.1
25102026-06-30T19:50:54.427Z Compiling maybe-uninit v2.0.0
25112026-06-30T19:50:54.477Z Checking wyz v0.5.1
25122026-06-30T19:50:54.527Z Compiling zerocopy-derive v0.6.6
25132026-06-30T19:50:54.682Z Checking crc-catalog v2.4.0
25142026-06-30T19:50:54.717Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25152026-06-30T19:50:54.749Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25162026-06-30T19:50:54.814Z Compiling packed_struct v0.10.1
25172026-06-30T19:50:54.851Z Checking funty v2.0.0
25182026-06-30T19:50:54.882Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25192026-06-30T19:50:55.003Z Checking crc v3.4.0
25202026-06-30T19:50:55.140Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25212026-06-30T19:50:55.213Z Compiling packed_struct_codegen v0.10.1
25222026-06-30T19:50:55.246Z Checking bitvec v1.0.1
25232026-06-30T19:50:55.427Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-06-30T19:50:55.461Z Checking zerocopy v0.6.6
25252026-06-30T19:50:55.820Z Compiling bitfield-macros v0.19.4
25262026-06-30T19:50:56.153Z Compiling indexmap v1.9.3
25272026-06-30T19:50:56.330Z Checking nodrop v0.1.14
25282026-06-30T19:50:56.425Z Checking smallvec v0.6.14
25292026-06-30T19:50:56.498Z Checking array-init v0.0.4
25302026-06-30T19:50:56.518Z Checking bitfield v0.19.4
25312026-06-30T19:50:56.647Z Checking hashbrown v0.12.3
25322026-06-30T19:50:56.794Z Checking serde-hex v0.1.0
25332026-06-30T19:50:56.827Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25342026-06-30T19:50:57.013Z Checking ron v0.8.1
25352026-06-30T19:50:57.469Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25362026-06-30T19:50:57.563Z Checking hashbrown v0.13.2
25372026-06-30T19:50:57.707Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25382026-06-30T19:50:58.034Z Checking crc-any v2.5.0
25392026-06-30T19:50:58.070Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25402026-06-30T19:50:58.116Z Checking object v0.30.4
25412026-06-30T19:50:58.168Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25422026-06-30T19:50:58.243Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-06-30T19:50:58.302Z Checking path-slash v0.1.5
25442026-06-30T19:50:58.430Z Compiling xshell-macros v0.2.7
25452026-06-30T19:50:58.433Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25462026-06-30T19:50:58.816Z Checking half v1.8.3
25472026-06-30T19:50:58.849Z Checking xshell v0.2.7
25482026-06-30T19:50:58.887Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25492026-06-30T19:50:59.037Z Checking serde_cbor v0.11.2
25502026-06-30T19:50:59.071Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25512026-06-30T19:50:59.125Z Compiling proc-macro-error-attr2 v2.0.0
25522026-06-30T19:50:59.450Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25532026-06-30T19:50:59.559Z Compiling proc-macro-error2 v2.0.1
25542026-06-30T19:50:59.670Z Compiling num-derive v0.3.3
25552026-06-30T19:50:59.855Z Checking maplit v1.0.2
25562026-06-30T19:50:59.900Z Compiling tabled_derive v0.11.0
25572026-06-30T19:50:59.973Z Checking papergrid v0.17.0
25582026-06-30T19:51:00.316Z Checking testing_table v0.3.0
25592026-06-30T19:51:00.442Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25602026-06-30T19:51:00.663Z Checking libscf-sys v1.1.0
25612026-06-30T19:51:00.817Z Compiling progenitor-impl v0.13.0
25622026-06-30T19:51:00.852Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-06-30T19:51:00.857Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-30T19:51:00.968Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25652026-06-30T19:51:01.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25662026-06-30T19:51:01.154Z Checking tabled v0.20.0
25672026-06-30T19:51:01.426Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25682026-06-30T19:51:01.774Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-30T19:51:01.883Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25702026-06-30T19:51:02.048Z Checking progenitor-client v0.13.0
25712026-06-30T19:51:02.254Z Compiling git-stub v1.0.0
25722026-06-30T19:51:02.318Z Checking crc8 v0.1.1
25732026-06-30T19:51:02.449Z Compiling git-stub-vcs v0.1.0
25742026-06-30T19:51:02.484Z Checking unicase v2.9.0
25752026-06-30T19:51:02.531Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25762026-06-30T19:51:02.565Z Checking fxhash v0.2.1
25772026-06-30T19:51:02.665Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25782026-06-30T19:51:02.730Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25792026-06-30T19:51:02.835Z Compiling vergen-lib v0.1.6
25802026-06-30T19:51:03.051Z Compiling diesel_derives v2.3.7
25812026-06-30T19:51:03.209Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-06-30T19:51:03.300Z Checking scheduled-thread-pool v0.2.7
25832026-06-30T19:51:03.343Z Compiling dsl_auto_type v0.2.0
25842026-06-30T19:51:03.419Z Compiling progenitor-macro v0.13.0
25852026-06-30T19:51:03.475Z Compiling vergen-gitcl v1.0.8
25862026-06-30T19:51:03.525Z Compiling diesel_table_macro_syntax v0.3.0
25872026-06-30T19:51:03.611Z Checking r2d2 v0.8.10
25882026-06-30T19:51:03.684Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-30T19:51:03.758Z Checking downcast-rs v2.0.2
25902026-06-30T19:51:03.804Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25912026-06-30T19:51:03.834Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25922026-06-30T19:51:04.033Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25932026-06-30T19:51:04.147Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25942026-06-30T19:51:04.320Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25952026-06-30T19:51:04.351Z Checking kstat-rs v0.2.4
25962026-06-30T19:51:04.355Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25972026-06-30T19:51:04.465Z Checking arc-swap v1.8.2
25982026-06-30T19:51:04.469Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25992026-06-30T19:51:04.584Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26002026-06-30T19:51:04.626Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26012026-06-30T19:51:04.724Z Checking slog-scope v4.4.1
26022026-06-30T19:51:04.893Z Compiling dirs-sys-next v0.1.2
26032026-06-30T19:51:04.950Z Compiling crunchy v0.2.4
26042026-06-30T19:51:05.202Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26052026-06-30T19:51:05.238Z Compiling parking_lot_core v0.8.6
26062026-06-30T19:51:05.315Z Compiling dirs-next v2.0.0
26072026-06-30T19:51:05.361Z Checking slog-stdlog v4.1.1
26082026-06-30T19:51:05.467Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-06-30T19:51:05.547Z Compiling clang-sys v1.8.1
26102026-06-30T19:51:05.590Z Compiling tiny-keccak v2.0.2
26112026-06-30T19:51:05.979Z Checking slog-envlogger v2.2.0
26122026-06-30T19:51:06.014Z Compiling term v0.7.0
26132026-06-30T19:51:06.090Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-30T19:51:06.161Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-30T19:51:06.192Z Compiling bit-vec v0.6.3
26162026-06-30T19:51:06.409Z Compiling bit-set v0.5.3
26172026-06-30T19:51:06.441Z Compiling ascii-canvas v3.0.0
26182026-06-30T19:51:06.581Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26192026-06-30T19:51:06.611Z Checking parking_lot v0.11.2
26202026-06-30T19:51:06.678Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-06-30T19:51:06.709Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-30T19:51:06.866Z Checking prefix-trie v0.7.0
26232026-06-30T19:51:06.900Z Compiling itertools v0.10.5
26242026-06-30T19:51:07.046Z Compiling ena v0.14.4
26252026-06-30T19:51:07.143Z Compiling libloading v0.8.9
26262026-06-30T19:51:07.178Z Compiling regex-syntax v0.6.29
26272026-06-30T19:51:07.225Z Compiling diff v0.1.13
26282026-06-30T19:51:07.295Z Compiling bindgen v0.71.1
26292026-06-30T19:51:07.518Z Checking hickory-server v0.25.2
26302026-06-30T19:51:07.916Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26312026-06-30T19:51:07.994Z Checking sled v0.34.7
26322026-06-30T19:51:08.350Z Checking progenitor v0.13.0
26332026-06-30T19:51:08.519Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26342026-06-30T19:51:08.554Z Compiling lalrpop v0.19.12
26352026-06-30T19:51:08.803Z Compiling cexpr v0.6.0
26362026-06-30T19:51:09.248Z Checking nanorand v0.7.0
26372026-06-30T19:51:09.287Z Compiling salty v0.3.0
26382026-06-30T19:51:09.292Z Checking diesel v2.3.7
26392026-06-30T19:51:09.476Z Compiling rustc-hash v2.1.1
26402026-06-30T19:51:09.509Z Checking flume v0.11.1
26412026-06-30T19:51:09.590Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26422026-06-30T19:51:09.673Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26432026-06-30T19:51:09.776Z Checking primeorder v0.13.6
26442026-06-30T19:51:09.809Z Compiling libxml v0.3.3
26452026-06-30T19:51:10.425Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462026-06-30T19:51:10.960Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26472026-06-30T19:51:11.082Z Compiling strum_macros v0.24.3
26482026-06-30T19:51:11.271Z Compiling fs-err v2.11.0
26492026-06-30T19:51:11.501Z Compiling indoc v1.0.9
26502026-06-30T19:51:11.962Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26512026-06-30T19:51:12.183Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-30T19:51:12.361Z Checking quick-xml v0.37.5
26532026-06-30T19:51:12.447Z Checking derive_builder v0.20.2
26542026-06-30T19:51:12.551Z Compiling oso-derive v0.27.3
26552026-06-30T19:51:12.589Z Compiling impl-trait-for-tuples v0.2.3
26562026-06-30T19:51:13.056Z Compiling trait-variant v0.1.2
26572026-06-30T19:51:13.245Z Checking openssl-probe v0.1.6
26582026-06-30T19:51:13.622Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26592026-06-30T19:51:13.661Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-30T19:51:14.138Z Checking p384 v0.13.1
26612026-06-30T19:51:14.446Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26622026-06-30T19:51:14.595Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26632026-06-30T19:51:14.993Z Checking parse-size v1.1.0
26642026-06-30T19:51:15.146Z Checking assert_matches v1.5.0
26652026-06-30T19:51:15.208Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26662026-06-30T19:51:15.254Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26672026-06-30T19:51:15.288Z Checking predicates-tree v1.0.13
26682026-06-30T19:51:15.435Z Checking bb8 v0.8.6
26692026-06-30T19:51:15.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26702026-06-30T19:51:15.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26712026-06-30T19:51:15.940Z Compiling mime_guess v2.0.5
26722026-06-30T19:51:16.068Z Checking http-range v0.1.5
26732026-06-30T19:51:16.199Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26742026-06-30T19:51:16.235Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26752026-06-30T19:51:16.315Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26762026-06-30T19:51:16.572Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26772026-06-30T19:51:16.644Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26782026-06-30T19:51:16.653Z Checking atty v0.2.14
26792026-06-30T19:51:16.788Z Checking nonempty v0.12.0
26802026-06-30T19:51:16.823Z Checking corncobs v0.1.4
26812026-06-30T19:51:16.832Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-30T19:51:16.987Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-30T19:51:16.992Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26842026-06-30T19:51:17.226Z Checking ignore v0.4.25
26852026-06-30T19:51:17.270Z Checking secrecy v0.8.0
26862026-06-30T19:51:17.305Z Checking hyper-staticfile v0.10.1
26872026-06-30T19:51:17.626Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26882026-06-30T19:51:17.663Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26892026-06-30T19:51:17.668Z Checking globwalk v0.9.1
26902026-06-30T19:51:17.910Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26912026-06-30T19:51:17.976Z Compiling illumos-nvpair-sys v0.2.0
26922026-06-30T19:51:18.036Z Checking camino-tempfile-ext v0.3.3
26932026-06-30T19:51:18.164Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26942026-06-30T19:51:18.234Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26952026-06-30T19:51:18.268Z Checking signal-hook-tokio v0.3.1
26962026-06-30T19:51:18.426Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26972026-06-30T19:51:18.647Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26982026-06-30T19:51:18.724Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
26992026-06-30T19:51:18.946Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27002026-06-30T19:51:19.112Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27012026-06-30T19:51:19.175Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27022026-06-30T19:51:19.294Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-06-30T19:51:19.423Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27042026-06-30T19:51:19.488Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27052026-06-30T19:51:20.099Z Checking illumos-nvpair v0.3.0
27062026-06-30T19:51:20.298Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27072026-06-30T19:51:20.743Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27082026-06-30T19:51:21.144Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27092026-06-30T19:51:21.180Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-30T19:51:21.214Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27112026-06-30T19:51:21.411Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27122026-06-30T19:51:21.484Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27132026-06-30T19:51:21.548Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27142026-06-30T19:51:21.615Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27152026-06-30T19:51:22.204Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27162026-06-30T19:51:22.316Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172026-06-30T19:51:22.505Z Checking tungstenite v0.23.0
27182026-06-30T19:51:22.607Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27192026-06-30T19:51:22.642Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-06-30T19:51:22.960Z Checking tokio-tungstenite v0.23.1
27212026-06-30T19:51:23.055Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27222026-06-30T19:51:23.261Z Checking rand_seeder v0.4.0
27232026-06-30T19:51:23.432Z Checking void v1.0.2
27242026-06-30T19:51:23.466Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27252026-06-30T19:51:23.573Z Checking diesel-dtrace v0.5.0
27262026-06-30T19:51:23.613Z Checking async-bb8-diesel v0.2.1
27272026-06-30T19:51:23.653Z Checking lzss v0.8.2
27282026-06-30T19:51:23.775Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27292026-06-30T19:51:23.845Z Checking nix v0.27.1
27302026-06-30T19:51:23.880Z Checking serde_bytes v0.11.19
27312026-06-30T19:51:23.991Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27322026-06-30T19:51:24.069Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27332026-06-30T19:51:24.101Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27342026-06-30T19:51:24.407Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27352026-06-30T19:51:24.794Z Checking is_ci v1.2.0
27362026-06-30T19:51:24.881Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27372026-06-30T19:51:25.112Z Checking yansi v1.0.1
27382026-06-30T19:51:25.155Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27392026-06-30T19:51:25.190Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27402026-06-30T19:51:25.399Z Checking pretty_assertions v1.4.1
27412026-06-30T19:51:25.479Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27422026-06-30T19:51:25.567Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27432026-06-30T19:51:25.829Z Compiling darling_core v0.23.0
27442026-06-30T19:51:25.866Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27452026-06-30T19:51:26.369Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27462026-06-30T19:51:27.058Z Compiling indoc v2.0.7
27472026-06-30T19:51:27.146Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27482026-06-30T19:51:27.381Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-06-30T19:51:27.545Z Compiling libz-sys v1.1.24
27502026-06-30T19:51:27.949Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-06-30T19:51:28.171Z Compiling instability v0.3.11
27522026-06-30T19:51:28.213Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-30T19:51:28.239Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27542026-06-30T19:51:28.424Z Compiling darling_macro v0.23.0
27552026-06-30T19:51:28.688Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27562026-06-30T19:51:28.924Z Checking castaway v0.2.4
27572026-06-30T19:51:28.987Z Compiling darling v0.23.0
27582026-06-30T19:51:29.065Z Checking compact_str v0.8.1
27592026-06-30T19:51:29.473Z Checking supports-color v3.0.2
27602026-06-30T19:51:29.638Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27612026-06-30T19:51:29.793Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27622026-06-30T19:51:29.851Z Checking unicode-truncate v1.1.0
27632026-06-30T19:51:29.884Z Checking console v0.16.2
27642026-06-30T19:51:30.004Z Checking lru v0.12.5
27652026-06-30T19:51:30.039Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-06-30T19:51:30.071Z Checking unit-prefix v0.5.2
27672026-06-30T19:51:30.195Z Checking cassowary v0.3.0
27682026-06-30T19:51:30.266Z Checking indicatif v0.18.4
27692026-06-30T19:51:30.445Z Checking ratatui v0.29.0
27702026-06-30T19:51:30.509Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27712026-06-30T19:51:30.680Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27722026-06-30T19:51:30.933Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27732026-06-30T19:51:31.766Z Compiling vergen-git2 v9.1.0
27742026-06-30T19:51:31.832Z Checking plotters-backend v0.3.7
27752026-06-30T19:51:32.033Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27762026-06-30T19:51:32.069Z Checking plotters-svg v0.3.7
27772026-06-30T19:51:32.243Z Checking cast v0.3.0
27782026-06-30T19:51:32.324Z Checking plotters v0.3.7
27792026-06-30T19:51:32.426Z Checking criterion-plot v0.6.0
27802026-06-30T19:51:32.636Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27812026-06-30T19:51:32.697Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27822026-06-30T19:51:32.917Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27832026-06-30T19:51:33.094Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27842026-06-30T19:51:33.138Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27852026-06-30T19:51:33.315Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27862026-06-30T19:51:33.361Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27872026-06-30T19:51:33.539Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27882026-06-30T19:51:33.584Z Checking colored v2.2.0
27892026-06-30T19:51:33.648Z Checking tinytemplate v1.2.1
27902026-06-30T19:51:33.817Z Checking oorandom v11.1.5
27912026-06-30T19:51:33.905Z Checking shell-words v1.1.1
27922026-06-30T19:51:33.961Z Checking anes v0.1.6
27932026-06-30T19:51:34.060Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-06-30T19:51:34.169Z Checking criterion v0.7.0
27952026-06-30T19:51:34.525Z Checking typeid v1.0.3
27962026-06-30T19:51:34.658Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
27972026-06-30T19:51:35.128Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27982026-06-30T19:51:35.424Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27992026-06-30T19:51:36.214Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28002026-06-30T19:51:37.008Z Checking tokio-test v0.4.5
28012026-06-30T19:51:37.243Z Checking hex-literal v0.4.1
28022026-06-30T19:51:37.375Z Checking erased-serde v0.4.9
28032026-06-30T19:51:37.761Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28042026-06-30T19:51:37.982Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28052026-06-30T19:51:38.389Z Checking twox-hash v2.1.2
28062026-06-30T19:51:38.507Z Checking ordered-float v2.10.1
28072026-06-30T19:51:38.762Z Checking serde-untagged v0.1.9
28082026-06-30T19:51:38.795Z Checking serde-value v0.7.0
28092026-06-30T19:51:38.988Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28102026-06-30T19:51:39.040Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28112026-06-30T19:51:39.189Z Checking fatfs v0.3.6
28122026-06-30T19:51:39.683Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28132026-06-30T19:51:40.071Z Compiling seq-macro v0.3.6
28142026-06-30T19:51:40.595Z Checking unicode-xid v0.2.6
28152026-06-30T19:51:40.599Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28162026-06-30T19:51:40.734Z Checking cargo-util-schemas v0.8.2
28172026-06-30T19:51:40.804Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28182026-06-30T19:51:41.012Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28192026-06-30T19:51:41.656Z Checking cargo-platform v0.2.0
28202026-06-30T19:51:41.700Z Compiling petname v2.0.2
28212026-06-30T19:51:41.869Z Checking cargo_metadata v0.21.0
28222026-06-30T19:51:42.140Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28232026-06-30T19:51:42.367Z Checking concurrent-queue v2.5.0
28242026-06-30T19:51:42.587Z Checking rtoolbox v0.0.3
28252026-06-30T19:51:42.659Z Checking parking v2.2.1
28262026-06-30T19:51:42.748Z Checking rpassword v7.4.0
28272026-06-30T19:51:42.809Z Checking event-listener v5.4.1
28282026-06-30T19:51:43.059Z Checking tui-tree-widget v0.23.1
28292026-06-30T19:51:43.279Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28302026-06-30T19:51:43.313Z Checking polyval v0.6.2
28312026-06-30T19:51:43.473Z Checking sapling-renderdag v0.1.0
28322026-06-30T19:51:43.512Z Checking sync-ptr v0.1.4
28332026-06-30T19:51:43.657Z Checking ghash v0.5.1
28342026-06-30T19:51:43.747Z Checking event-listener-strategy v0.5.4
28352026-06-30T19:51:43.804Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28362026-06-30T19:51:43.913Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28372026-06-30T19:51:44.131Z Checking ctr v0.9.2
28382026-06-30T19:51:44.330Z Checking arrayref v0.3.9
28392026-06-30T19:51:44.433Z Checking constant_time_eq v0.4.2
28402026-06-30T19:51:44.480Z Checking arrayvec v0.7.6
28412026-06-30T19:51:44.601Z Checking futures-timer v3.0.3
28422026-06-30T19:51:44.696Z Checking aes-gcm v0.10.3
28432026-06-30T19:51:44.858Z Checking async-lock v3.4.2
28442026-06-30T19:51:44.891Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28452026-06-30T19:51:45.319Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28462026-06-30T19:51:45.451Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28472026-06-30T19:51:45.894Z Checking ssh-encoding v0.2.0
28482026-06-30T19:51:46.123Z Checking blowfish v0.9.1
28492026-06-30T19:51:46.303Z Compiling strsim v0.10.0
28502026-06-30T19:51:46.555Z Compiling darling_core v0.13.4
28512026-06-30T19:51:46.658Z Checking bcrypt-pbkdf v0.10.0
28522026-06-30T19:51:46.852Z Checking ssh-cipher v0.2.0
28532026-06-30T19:51:47.056Z Checking async-object-pool v0.2.0
28542026-06-30T19:51:47.198Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-06-30T19:51:47.613Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28562026-06-30T19:51:48.251Z Checking serde_regex v1.1.0
28572026-06-30T19:51:48.285Z Checking password-hash v0.4.2
28582026-06-30T19:51:48.439Z Checking assert-json-diff v2.0.2
28592026-06-30T19:51:48.472Z Checking path-tree v0.8.3
28602026-06-30T19:51:48.532Z Checking gimli v0.32.3
28612026-06-30T19:51:48.636Z Checking stringmetrics v2.2.2
28622026-06-30T19:51:48.687Z Compiling target-lexicon v0.13.3
28632026-06-30T19:51:48.816Z Checking httpmock v0.8.3
28642026-06-30T19:51:49.256Z Checking pbkdf2 v0.11.0
28652026-06-30T19:51:49.456Z Compiling darling_macro v0.13.4
28662026-06-30T19:51:49.976Z Checking ssh-key v0.6.7
28672026-06-30T19:51:50.144Z Checking addr2line v0.25.1
28682026-06-30T19:51:50.179Z Compiling samael v0.0.19
28692026-06-30T19:51:50.711Z Checking p521 v0.13.3
28702026-06-30T19:51:51.077Z Checking p256 v0.13.2
28712026-06-30T19:51:51.345Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28722026-06-30T19:51:51.380Z Checking russh-cryptovec v0.7.3
28732026-06-30T19:51:51.542Z Checking md5 v0.7.0
28742026-06-30T19:51:51.613Z Checking rustc-demangle v0.1.27
28752026-06-30T19:51:51.744Z Compiling guppy-workspace-hack v0.1.0
28762026-06-30T19:51:51.871Z Checking backtrace v0.3.76
28772026-06-30T19:51:52.002Z Checking russh-keys v0.45.0
28782026-06-30T19:51:52.203Z Compiling darling v0.13.4
28792026-06-30T19:51:52.350Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28802026-06-30T19:51:52.572Z Checking num-bigint v0.4.6
28812026-06-30T19:51:52.606Z Checking des v0.8.1
28822026-06-30T19:51:52.784Z Compiling blake3 v1.8.5
28832026-06-30T19:51:52.838Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28842026-06-30T19:51:53.170Z Compiling target-spec v3.5.7
28852026-06-30T19:51:53.279Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28862026-06-30T19:51:53.567Z Checking russh v0.45.0
28872026-06-30T19:51:54.059Z Checking cfg-expr v0.20.6
28882026-06-30T19:51:54.092Z Compiling serde_with_macros v1.5.2
28892026-06-30T19:51:54.476Z Checking backtrace-ext v0.2.1
28902026-06-30T19:51:54.722Z Checking supports-color v2.1.0
28912026-06-30T19:51:54.885Z Checking textwrap v0.15.2
28922026-06-30T19:51:54.955Z Checking supports-unicode v2.1.0
28932026-06-30T19:51:55.104Z Checking supports-hyperlinks v2.1.0
28942026-06-30T19:51:55.162Z Checking hashbrown v0.14.5
28952026-06-30T19:51:55.251Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28962026-06-30T19:51:55.377Z Checking cargo-platform v0.3.2
28972026-06-30T19:51:55.481Z Checking terminal_size v0.1.17
28982026-06-30T19:51:55.553Z Checking socket2 v0.5.10
28992026-06-30T19:51:55.594Z Compiling miette-derive v5.10.0
29002026-06-30T19:51:55.630Z Checking owo-colors v3.5.0
29012026-06-30T19:51:55.834Z Checking internet-checksum v0.2.1
29022026-06-30T19:51:56.030Z Checking chumsky v0.9.3
29032026-06-30T19:51:56.183Z Checking cargo_metadata v0.23.1
29042026-06-30T19:51:56.759Z Checking miette v5.10.0
29052026-06-30T19:51:56.953Z Compiling serde_with v1.14.0
29062026-06-30T19:51:57.272Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29072026-06-30T19:51:57.373Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29082026-06-30T19:51:57.539Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-30T19:51:57.895Z Compiling git2 v0.20.4
29102026-06-30T19:51:57.926Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29112026-06-30T19:51:58.140Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29122026-06-30T19:51:58.140Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29132026-06-30T19:51:58.207Z Compiling knuffel-derive v3.2.0
29142026-06-30T19:51:58.272Z Checking httptest v0.16.4
29152026-06-30T19:51:58.435Z Checking pathdiff v0.2.3
29162026-06-30T19:51:58.576Z Checking nested v0.1.1
29172026-06-30T19:51:58.680Z Checking topological-sort v0.2.2
29182026-06-30T19:51:58.744Z Checking guppy v0.17.25
29192026-06-30T19:51:58.847Z Checking omicron-zone-package v0.12.3
29202026-06-30T19:51:59.012Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29212026-06-30T19:51:59.713Z Checking knuffel v3.2.0
29222026-06-30T19:51:59.747Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29232026-06-30T19:51:59.780Z Checking similar-asserts v1.7.0
29242026-06-30T19:51:59.987Z Compiling target-triple v1.0.0
29252026-06-30T19:52:00.021Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29262026-06-30T19:52:00.351Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29272026-06-30T19:52:00.387Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29282026-06-30T19:52:00.731Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29292026-06-30T19:52:00.807Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29302026-06-30T19:52:00.996Z Checking hickory-client v0.25.2
29312026-06-30T19:52:01.287Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29322026-06-30T19:52:01.322Z Checking escape8259 v0.5.3
29332026-06-30T19:52:01.365Z Compiling assert_cmd v2.1.2
29342026-06-30T19:52:01.484Z Checking libtest-mimic v0.8.1
29352026-06-30T19:52:01.878Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29362026-06-30T19:52:02.016Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29372026-06-30T19:52:02.218Z Checking blake2b_simd v1.0.4
29382026-06-30T19:52:02.629Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29392026-06-30T19:52:02.714Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29402026-06-30T19:52:03.044Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29412026-06-30T19:52:03.122Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-06-30T19:52:03.279Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29432026-06-30T19:52:03.356Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29442026-06-30T19:52:03.591Z Checking fancy-regex v0.14.0
29452026-06-30T19:52:03.881Z Checking serde_tokenstream v0.2.3
29462026-06-30T19:52:03.987Z Checking approx v0.5.1
29472026-06-30T19:52:04.128Z Checking uzers v0.12.2
29482026-06-30T19:52:04.162Z Compiling rstest_macros v0.25.0
29492026-06-30T19:52:04.376Z Checking constant_time_eq v0.3.1
29502026-06-30T19:52:04.473Z Compiling linkme-impl v0.3.35
29512026-06-30T19:52:04.513Z Checking termcolor v1.4.1
29522026-06-30T19:52:04.757Z Checking trybuild v1.0.116
29532026-06-30T19:52:04.870Z Checking rust-argon2 v2.1.0
29542026-06-30T19:52:05.299Z Checking datatest-stable v0.3.3
29552026-06-30T19:52:05.683Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29562026-06-30T19:52:06.017Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29572026-06-30T19:52:06.051Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29582026-06-30T19:52:06.337Z Compiling polar-core v0.27.3
29592026-06-30T19:52:06.603Z Checking support-bundle-viewer v0.1.2
29602026-06-30T19:52:06.831Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29612026-06-30T19:52:06.869Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29622026-06-30T19:52:07.067Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29632026-06-30T19:52:07.099Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29642026-06-30T19:52:07.135Z Checking drift v0.2.0
29652026-06-30T19:52:07.288Z Checking rand_distr v0.5.1
29662026-06-30T19:52:07.324Z Checking multimap v0.10.1
29672026-06-30T19:52:07.514Z Compiling relative-path v1.9.3
29682026-06-30T19:52:07.548Z Compiling linkme v0.3.35
29692026-06-30T19:52:07.725Z Checking dropshot-api-manager v0.7.2
29702026-06-30T19:52:08.887Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29712026-06-30T19:52:09.409Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29722026-06-30T19:52:09.558Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29732026-06-30T19:52:09.764Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29742026-06-30T19:52:10.026Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29752026-06-30T19:52:10.196Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29762026-06-30T19:52:10.231Z Checking cargo_toml v0.21.0
29772026-06-30T19:52:10.558Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29782026-06-30T19:52:10.900Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29792026-06-30T19:52:11.086Z Checking partial-io v0.5.4
29802026-06-30T19:52:11.233Z Checking termios v0.3.3
29812026-06-30T19:52:11.319Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
29822026-06-30T19:52:11.354Z Checking oso v0.27.3
29832026-06-30T19:52:11.354Z Checking rstest v0.25.0
29842026-06-30T19:52:11.420Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29852026-06-30T19:52:13.088Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29862026-06-30T19:52:13.612Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29872026-06-30T19:52:16.490Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29882026-06-30T19:52:21.745Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29892026-06-30T19:52:23.842Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29902026-06-30T19:52:24.688Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29912026-06-30T19:52:26.437Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29922026-06-30T19:52:31.411Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29932026-06-30T19:52:36.036Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29942026-06-30T19:52:40.325Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29952026-06-30T19:52:40.739Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29962026-06-30T19:52:41.617Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29972026-06-30T19:52:47.011Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
29982026-06-30T19:52:51.401Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29992026-06-30T19:54:07.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30002026-06-30T19:54:07.990Z
30012026-06-30T19:54:07.990Zreal 4:08.568527054
30022026-06-30T19:54:07.990Zuser 21:00.591886937
30032026-06-30T19:54:07.990Zsys 4:51.937642971
30042026-06-30T19:54:07.990Ztrap 0.503667035
30052026-06-30T19:54:07.990Ztflt 0.550766196
30062026-06-30T19:54:07.990Zdflt 0.527580830
30072026-06-30T19:54:07.990Zkflt 0.005459749
30082026-06-30T19:54:07.990Zlock 57:45.861031029
30092026-06-30T19:54:07.990Zslp 57:26.893153200
30102026-06-30T19:54:07.990Zlat 1:47.290420705
30112026-06-30T19:54:07.990Zstop 10:55.441793217
30122026-06-30T19:54:07.994Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30132026-06-30T19:54:07.994Z+ ptime -m cargo doc --workspace --no-deps
30142026-06-30T19:54:08.793Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30152026-06-30T19:54:08.794Z |
30162026-06-30T19:54:08.794Z = 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)`
30172026-06-30T19:54:08.794Z = 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>
30182026-06-30T19:54:09.806Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-06-30T19:54:10.037Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30202026-06-30T19:54:10.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30212026-06-30T19:54:10.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-06-30T19:54:10.206Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30232026-06-30T19:54:10.305Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30242026-06-30T19:54:10.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30252026-06-30T19:54:10.359Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30262026-06-30T19:54:10.388Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30272026-06-30T19:54:10.414Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-06-30T19:54:10.505Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30292026-06-30T19:54:10.611Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30302026-06-30T19:54:10.636Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30312026-06-30T19:54:10.707Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30322026-06-30T19:54:10.719Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30332026-06-30T19:54:10.740Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30342026-06-30T19:54:10.761Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30352026-06-30T19:54:10.784Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30362026-06-30T19:54:10.787Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30372026-06-30T19:54:10.831Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30382026-06-30T19:54:10.882Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30392026-06-30T19:54:11.155Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30402026-06-30T19:54:11.469Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30412026-06-30T19:54:11.495Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30422026-06-30T19:54:11.590Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30432026-06-30T19:54:11.615Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30442026-06-30T19:54:11.639Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30452026-06-30T19:54:11.857Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30462026-06-30T19:54:11.881Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30472026-06-30T19:54:12.026Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30482026-06-30T19:54:12.105Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30492026-06-30T19:54:12.174Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30502026-06-30T19:54:12.212Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30512026-06-30T19:54:12.250Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30522026-06-30T19:54:12.330Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30532026-06-30T19:54:12.359Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30542026-06-30T19:54:12.439Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30552026-06-30T19:54:12.558Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30562026-06-30T19:54:12.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30572026-06-30T19:54:12.811Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30582026-06-30T19:54:13.103Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30592026-06-30T19:54:13.173Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30602026-06-30T19:54:13.306Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30612026-06-30T19:54:13.398Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30622026-06-30T19:54:13.425Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30632026-06-30T19:54:13.473Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30642026-06-30T19:54:13.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30652026-06-30T19:54:13.694Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30662026-06-30T19:54:13.720Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30672026-06-30T19:54:13.756Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30682026-06-30T19:54:13.944Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30692026-06-30T19:54:13.965Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30702026-06-30T19:54:14.012Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30712026-06-30T19:54:14.040Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30722026-06-30T19:54:14.081Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30732026-06-30T19:54:14.138Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30742026-06-30T19:54:14.188Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30752026-06-30T19:54:14.211Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30762026-06-30T19:54:14.236Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30772026-06-30T19:54:14.575Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30782026-06-30T19:54:14.601Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30792026-06-30T19:54:14.762Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30802026-06-30T19:54:14.948Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30812026-06-30T19:54:15.238Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30822026-06-30T19:54:15.427Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30832026-06-30T19:54:15.716Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30842026-06-30T19:54:15.762Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30852026-06-30T19:54:15.816Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30862026-06-30T19:54:16.046Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30872026-06-30T19:54:16.070Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30882026-06-30T19:54:16.096Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30892026-06-30T19:54:16.367Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30902026-06-30T19:54:16.446Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30912026-06-30T19:54:16.566Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30922026-06-30T19:54:16.592Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30932026-06-30T19:54:16.937Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30942026-06-30T19:54:17.273Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30952026-06-30T19:54:17.458Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30962026-06-30T19:54:17.500Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30972026-06-30T19:54:17.610Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30982026-06-30T19:54:17.665Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30992026-06-30T19:54:17.705Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31002026-06-30T19:54:17.772Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31012026-06-30T19:54:17.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31022026-06-30T19:54:17.897Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31032026-06-30T19:54:17.920Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31042026-06-30T19:54:18.059Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31052026-06-30T19:54:18.173Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31062026-06-30T19:54:18.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31072026-06-30T19:54:18.200Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31082026-06-30T19:54:18.245Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31092026-06-30T19:54:18.400Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31102026-06-30T19:54:18.469Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31112026-06-30T19:54:18.490Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31122026-06-30T19:54:18.511Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31132026-06-30T19:54:18.536Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31142026-06-30T19:54:18.558Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31152026-06-30T19:54:18.706Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31162026-06-30T19:54:18.709Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31172026-06-30T19:54:18.774Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31182026-06-30T19:54:18.774Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31192026-06-30T19:54:18.839Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31202026-06-30T19:54:18.922Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31212026-06-30T19:54:18.989Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31222026-06-30T19:54:19.033Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31232026-06-30T19:54:19.074Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31242026-06-30T19:54:19.183Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31252026-06-30T19:54:19.364Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31262026-06-30T19:54:19.368Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31272026-06-30T19:54:19.386Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31282026-06-30T19:54:19.867Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31292026-06-30T19:54:20.040Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302026-06-30T19:54:20.123Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31312026-06-30T19:54:20.817Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31322026-06-30T19:54:20.904Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-06-30T19:54:21.020Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-06-30T19:54:21.277Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31352026-06-30T19:54:21.408Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31362026-06-30T19:54:21.657Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31372026-06-30T19:54:22.285Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31382026-06-30T19:54:22.901Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31392026-06-30T19:54:23.063Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31402026-06-30T19:54:23.756Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31412026-06-30T19:54:24.056Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422026-06-30T19:54:24.082Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31432026-06-30T19:54:24.108Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31442026-06-30T19:54:24.631Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452026-06-30T19:54:24.787Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31462026-06-30T19:54:24.834Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31472026-06-30T19:54:25.029Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31482026-06-30T19:54:25.114Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31492026-06-30T19:54:25.643Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31502026-06-30T19:54:25.772Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31512026-06-30T19:54:26.155Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31522026-06-30T19:54:26.268Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31532026-06-30T19:54:26.545Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31542026-06-30T19:54:26.590Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31552026-06-30T19:54:26.734Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31562026-06-30T19:54:27.030Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31572026-06-30T19:54:27.498Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31582026-06-30T19:54:27.798Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-06-30T19:54:28.225Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-06-30T19:54:28.631Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31612026-06-30T19:54:28.801Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31622026-06-30T19:54:29.408Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31632026-06-30T19:54:29.997Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-06-30T19:54:30.387Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31652026-06-30T19:54:30.557Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-06-30T19:54:30.814Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-06-30T19:54:31.044Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-06-30T19:54:31.212Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31692026-06-30T19:54:32.097Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31702026-06-30T19:54:32.219Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31712026-06-30T19:54:32.770Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31722026-06-30T19:54:33.790Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31732026-06-30T19:54:34.641Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31742026-06-30T19:54:35.528Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-06-30T19:54:37.245Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31762026-06-30T19:54:37.913Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31772026-06-30T19:54:38.463Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31782026-06-30T19:54:38.991Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-06-30T19:54:39.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31802026-06-30T19:54:39.479Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31812026-06-30T19:54:40.158Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31822026-06-30T19:54:40.864Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31832026-06-30T19:54:41.142Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31842026-06-30T19:54:41.571Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31852026-06-30T19:54:41.652Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31862026-06-30T19:54:42.259Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31872026-06-30T19:54:42.284Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31882026-06-30T19:54:42.305Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31892026-06-30T19:54:42.342Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31902026-06-30T19:54:42.615Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31912026-06-30T19:54:42.693Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31922026-06-30T19:54:42.739Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31932026-06-30T19:54:43.389Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31942026-06-30T19:54:43.441Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31952026-06-30T19:54:43.783Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31962026-06-30T19:54:44.118Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31972026-06-30T19:54:44.328Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31982026-06-30T19:54:44.390Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31992026-06-30T19:54:44.452Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32002026-06-30T19:54:45.019Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32012026-06-30T19:54:45.740Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32022026-06-30T19:54:46.760Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32032026-06-30T19:54:46.880Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32042026-06-30T19:54:48.521Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052026-06-30T19:54:50.008Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32062026-06-30T19:54:50.406Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32072026-06-30T19:54:51.610Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32082026-06-30T19:54:52.085Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-30T19:54:54.039Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-30T19:54:55.121Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-06-30T19:54:55.588Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32122026-06-30T19:54:57.256Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32132026-06-30T19:54:57.783Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32142026-06-30T19:54:59.189Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32152026-06-30T19:54:59.725Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32162026-06-30T19:55:00.511Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32172026-06-30T19:55:02.016Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182026-06-30T19:55:02.137Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32192026-06-30T19:55:02.656Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32202026-06-30T19:55:04.739Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32212026-06-30T19:55:07.993Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32222026-06-30T19:55:08.741Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32232026-06-30T19:55:09.785Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32242026-06-30T19:55:10.334Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32252026-06-30T19:55:11.591Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32262026-06-30T19:55:12.326Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32272026-06-30T19:55:13.094Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32282026-06-30T19:55:13.844Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32292026-06-30T19:55:14.609Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32302026-06-30T19:55:16.606Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32312026-06-30T19:55:17.353Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32322026-06-30T19:55:17.616Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32332026-06-30T19:55:18.109Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32342026-06-30T19:55:19.274Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32352026-06-30T19:55:19.892Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32362026-06-30T19:55:20.771Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32372026-06-30T19:55:23.966Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382026-06-30T19:55:25.232Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-06-30T19:55:25.875Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32402026-06-30T19:55:26.734Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32412026-06-30T19:55:27.792Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32422026-06-30T19:55:28.715Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32432026-06-30T19:55:31.553Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32442026-06-30T19:55:31.857Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32452026-06-30T19:55:32.661Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32462026-06-30T19:55:33.883Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32472026-06-30T19:55:35.385Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32482026-06-30T19:55:36.729Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32492026-06-30T19:55:37.858Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32502026-06-30T19:55:39.167Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32512026-06-30T19:55:41.726Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32522026-06-30T19:55:42.368Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-06-30T19:55:45.528Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32542026-06-30T19:55:47.144Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-06-30T19:55:48.707Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32562026-06-30T19:55:50.262Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-06-30T19:55:51.758Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32582026-06-30T19:55:55.739Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32592026-06-30T19:55:56.978Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32602026-06-30T19:55:57.580Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32612026-06-30T19:55:58.437Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32622026-06-30T19:56:00.185Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632026-06-30T19:56:02.049Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32642026-06-30T19:56:04.056Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32652026-06-30T19:56:05.924Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32662026-06-30T19:56:07.665Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672026-06-30T19:56:09.732Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32682026-06-30T19:56:11.206Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32692026-06-30T19:56:12.963Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32702026-06-30T19:56:14.704Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32712026-06-30T19:56:16.477Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32722026-06-30T19:56:18.303Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-30T19:56:20.037Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32742026-06-30T19:56:23.343Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-06-30T19:56:25.352Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32762026-06-30T19:56:26.865Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32772026-06-30T19:56:28.711Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-06-30T19:56:30.701Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32792026-06-30T19:56:34.516Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32802026-06-30T19:56:36.458Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32812026-06-30T19:56:38.250Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32822026-06-30T19:56:40.073Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32832026-06-30T19:56:42.862Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-06-30T19:56:44.306Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32852026-06-30T19:56:44.644Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32862026-06-30T19:56:48.789Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32872026-06-30T19:56:51.089Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32882026-06-30T19:56:53.549Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32892026-06-30T19:56:55.852Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-06-30T19:56:57.891Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-06-30T19:57:00.147Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-06-30T19:57:02.424Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-06-30T19:57:05.038Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32942026-06-30T19:57:06.802Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32952026-06-30T19:57:09.237Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962026-06-30T19:57:11.119Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32972026-06-30T19:57:13.410Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32982026-06-30T19:57:15.644Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32992026-06-30T19:57:17.868Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33002026-06-30T19:57:20.145Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-06-30T19:57:22.363Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-06-30T19:57:24.755Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-06-30T19:57:27.034Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33042026-06-30T19:57:29.340Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33052026-06-30T19:57:31.679Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33062026-06-30T19:57:34.030Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33072026-06-30T19:57:36.403Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-06-30T19:57:38.755Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33092026-06-30T19:57:41.092Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33102026-06-30T19:57:43.456Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-06-30T19:57:45.738Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-06-30T19:57:48.039Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33132026-06-30T19:57:50.560Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-06-30T19:57:52.815Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33152026-06-30T19:57:55.773Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-06-30T19:57:57.801Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33172026-06-30T19:58:00.356Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-06-30T19:58:02.746Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33192026-06-30T19:58:05.194Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-06-30T19:58:07.789Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-06-30T19:58:10.214Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33222026-06-30T19:58:12.801Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33232026-06-30T19:58:15.128Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33242026-06-30T19:58:17.545Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-06-30T19:58:20.030Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-06-30T19:58:22.543Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-06-30T19:58:25.072Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-06-30T19:58:27.447Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33292026-06-30T19:58:30.050Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-06-30T19:58:32.514Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33312026-06-30T19:58:35.071Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-06-30T19:58:37.718Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-06-30T19:58:40.323Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33342026-06-30T19:58:42.882Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-06-30T19:58:45.306Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-06-30T19:58:47.890Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33372026-06-30T19:58:50.513Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33382026-06-30T19:58:53.121Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33392026-06-30T19:58:56.126Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-06-30T19:58:58.562Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33412026-06-30T19:59:06.579Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33422026-06-30T19:59:06.600Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33432026-06-30T19:59:09.990Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33442026-06-30T19:59:13.276Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33452026-06-30T19:59:16.789Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33462026-06-30T19:59:20.109Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33472026-06-30T19:59:24.686Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33482026-06-30T19:59:27.756Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33492026-06-30T19:59:31.331Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33502026-06-30T19:59:35.227Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-06-30T19:59:38.832Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33522026-06-30T19:59:42.548Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33532026-06-30T19:59:46.300Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-06-30T19:59:50.064Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33552026-06-30T19:59:53.772Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-06-30T19:59:57.550Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-06-30T20:00:01.741Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33582026-06-30T20:00:05.386Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33592026-06-30T20:00:09.074Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33602026-06-30T20:00:12.469Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-06-30T20:00:16.288Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-06-30T20:00:19.926Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33632026-06-30T20:00:23.648Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33642026-06-30T20:00:27.428Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33652026-06-30T20:00:31.090Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-06-30T20:01:00.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
33672026-06-30T20:01:00.882Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33682026-06-30T20:01:00.984Z
33692026-06-30T20:01:00.984Zreal 6:52.909949804
33702026-06-30T20:01:00.984Zuser 18:19.246563786
33712026-06-30T20:01:00.984Zsys 3:57.579219445
33722026-06-30T20:01:00.984Ztrap 0.260754332
33732026-06-30T20:01:00.987Ztflt 0.007065056
33742026-06-30T20:01:00.987Zdflt 0.046606536
33752026-06-30T20:01:00.987Zkflt 0.000060951
33762026-06-30T20:01:00.987Zlock 6:22:38.633527396
33772026-06-30T20:01:00.987Zslp 2:18:50.683940865
33782026-06-30T20:01:00.987Zlat 32.265726009
33792026-06-30T20:01:00.987Zstop 1:38.848774425
33802026-06-30T20:01:00.987Zprocess exited: duration 783439 ms, exit code 0
 
33812026-06-30T20:01:00.995Zfound 0 output files