01KTSQZV970HM53FB3P9ZG1QJ8: clippy (helios)

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

Buildomat Job: 01KTSR1ZNC58KDCRX318GVF3T9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T21:48:11.785Zjob assigned to worker 01KTSR2A38131V6SQ64V5H87HM [factory aws, i-058492745ef67b504] (queued for 55 s)
 
22026-06-10T21:48:21.871Zstarting task 0: "setup"
32026-06-10T21:48:21.942Z++ uname -s
42026-06-10T21:48:21.942Z+ kern=SunOS
52026-06-10T21:48:21.942Z+ build_user=build
62026-06-10T21:48:21.942Z+ build_uid=12345
72026-06-10T21:48:21.942Z+ work_dir=/work
82026-06-10T21:48:21.942Z+ input_dir=/input
92026-06-10T21:48:21.942Z+ [[ 0 == 12345 ]]
102026-06-10T21:48:21.942Z+ case "$kern" in
112026-06-10T21:48:21.942Z+ groupadd -g 12345 build
122026-06-10T21:48:21.942Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T21:48:23.823Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T21:48:23.931Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T21:48:23.935Z+ home_fs=zfs
162026-06-10T21:48:23.935Z+ [[ zfs == autofs ]]
172026-06-10T21:48:23.935Z+ mkdir -p /home/build
182026-06-10T21:48:23.935Z+ chown build:build /home/build /work
192026-06-10T21:48:25.927Z+ chmod 0700 /home/build /work
202026-06-10T21:48:25.930Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-10T21:48:25.939Zstarting task 1: "rust-toolchain"
222026-06-10T21:48:25.944Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T21:48:25.944Z * rust toolchain channel = "1.94.0"
242026-06-10T21:48:25.944Z * rust toolchain profile = "default"
252026-06-10T21:48:25.944Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T21:48:25.945Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T21:48:25.945Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T21:48:25.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T21:48:25.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T21:48:26.024Zinfo: downloading installer
312026-06-10T21:48:27.460Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T21:48:27.460Zwarn: /home/build/.rustup/settings.toml
332026-06-10T21:48:27.461Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T21:48:27.461Zwarn: instead of the one inferred from the default host triple.
352026-06-10T21:48:27.472Zinfo: profile set to default
362026-06-10T21:48:27.472Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T21:48:27.477Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T21:48:27.616Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T21:48:27.620Zinfo: downloading 6 components
402026-06-10T21:48:42.193Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T21:48:42.193Z
422026-06-10T21:48:42.224Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T21:48:42.224Z
442026-06-10T21:48:42.224Z
452026-06-10T21:48:42.224ZRust is installed now. Great!
462026-06-10T21:48:42.224Z
472026-06-10T21:48:42.228ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T21:48:42.228Zenvironment variable. This has not been done automatically.
492026-06-10T21:48:42.228Z
502026-06-10T21:48:42.228ZTo configure your current shell, you need to source
512026-06-10T21:48:42.228Zthe corresponding env file under $HOME/.cargo.
522026-06-10T21:48:42.228Z
532026-06-10T21:48:42.228ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T21:48:42.228Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T21:48:42.228Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T21:48:42.228Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T21:48:42.228Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T21:48:42.228Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T21:48:42.228Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T21:48:42.228Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T21:48:42.228Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T21:48:42.330Z+ rustup --version
632026-06-10T21:48:42.339Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T21:48:42.343Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T21:48:42.359Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T21:48:42.363Z+ cargo --version
672026-06-10T21:48:42.375Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T21:48:42.380Z+ rustc --version
692026-06-10T21:48:42.398Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T21:48:42.401Zprocess exited: duration 16462 ms, exit code 0
 
712026-06-10T21:48:42.412Zstarting task 2: "authentication"
722026-06-10T21:48:42.426ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-10T21:48:52.462Zprocess exited: duration 10049 ms, exit code 0
 
742026-06-10T21:48:52.494Zstarting task 3: "clone repository"
752026-06-10T21:48:52.497Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-10T21:48:52.501Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-10T21:48:52.540ZCloning into '/work/oxidecomputer/omicron'...
782026-06-10T21:49:03.482Z+ cd /work/oxidecomputer/omicron
792026-06-10T21:49:03.482Z+ git fetch origin cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
802026-06-10T21:49:03.775ZFrom https://github.com/oxidecomputer/omicron
812026-06-10T21:49:03.775Z * branch cc4cc740d7b61e8ab818c578275fb9ab7cb410ca -> FETCH_HEAD
822026-06-10T21:49:03.782Z+ [[ -n bump-console-f1ccb168 ]]
832026-06-10T21:49:03.785Z++ git branch --show-current
842026-06-10T21:49:03.785Z+ current=main
852026-06-10T21:49:03.785Z+ [[ main != bump-console-f1ccb168 ]]
862026-06-10T21:49:03.786Z+ git branch -f bump-console-f1ccb168 cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
872026-06-10T21:49:03.789Z+ git checkout -f bump-console-f1ccb168
882026-06-10T21:49:04.033ZSwitched to branch 'bump-console-f1ccb168'
892026-06-10T21:49:04.037Z+ git reset --hard cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
902026-06-10T21:49:04.049ZHEAD is now at cc4cc740d Bump web console (amd_turin_v2)
912026-06-10T21:49:04.053Zprocess exited: duration 11558 ms, exit code 0
 
922026-06-10T21:49:04.060Zstarting task 4: "build"
932026-06-10T21:49:04.064Z+ source ./env.sh
942026-06-10T21:49:04.065Z++ OLD_SHELL_OPTS=ehxB
952026-06-10T21:49:04.065Z++ set -o xtrace
962026-06-10T21:49:04.068Z++++ dirname ./env.sh
972026-06-10T21:49:04.072Z+++ readlink -f .
982026-06-10T21:49:04.072Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-10T21:49:04.072Z++ export 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-10T21:49:04.072Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-10T21:49:04.072Z++ 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
1022026-06-10T21:49:04.072Z++ 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
1032026-06-10T21:49:04.072Z++ 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
1042026-06-10T21:49:04.072Z++ 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
1052026-06-10T21:49:04.072Z++ 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
1062026-06-10T21:49:04.072Z++ 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
1072026-06-10T21:49:04.072Z++ 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
1082026-06-10T21:49:04.072Z++ 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
1092026-06-10T21:49:04.072Z++ case $OLD_SHELL_OPTS in
1102026-06-10T21:49:04.072Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-10T21:49:04.072Z+ source .github/buildomat/ci-env.sh
1122026-06-10T21:49:04.072Z++ export CARGO_TERM_COLOR=always
1132026-06-10T21:49:04.072Z++ CARGO_TERM_COLOR=always
1142026-06-10T21:49:04.072Z+ cargo --version
1152026-06-10T21:49:04.081Zcargo 1.94.0 (85eff7c80 2026-01-15)
1162026-06-10T21:49:04.084Z+ rustc --version
1172026-06-10T21:49:04.104Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1182026-06-10T21:49:04.109Z+ banner prerequisites
1192026-06-10T21:49:04.113Z
1202026-06-10T21:49:04.113Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-06-10T21:49:04.113Z # # # # # # # # # # # # # # #
1222026-06-10T21:49:04.113Z # # # # ##### # # ##### # # # # # #### #
1232026-06-10T21:49:04.113Z ##### ##### # ##### # # # # # # # # #
1242026-06-10T21:49:04.113Z # # # # # # # # # # # # # # #
1252026-06-10T21:49:04.113Z # # # ###### # # ###### ### # #### # #### #
1262026-06-10T21:49:04.113Z
1272026-06-10T21:49:04.113Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-06-10T21:49:05.602Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-10T21:49:05.671Z Startup: Caching catalogs ... Done
1302026-06-10T21:49:05.984ZPlanning: Solver setup ... Done (0.279s)
1312026-06-10T21:49:06.006ZPlanning: Running solver ... Done (0.021s)
1322026-06-10T21:49:06.012ZPlanning: Finding local manifests ... Done (0.003s)
1332026-06-10T21:49:06.022ZPlanning: Fetching manifests: 0/2 0% complete
1342026-06-10T21:49:06.054ZPlanning: Fetching manifests: 2/2 100% complete
1352026-06-10T21:49:06.068ZPlanning: Package planning ... Done (0.013s)
1362026-06-10T21:49:06.071ZPlanning: Merging actions ... Done (0.001s)
1372026-06-10T21:49:06.258ZPlanning: Checking for conflicting actions ... Done (0.188s)
1382026-06-10T21:49:06.263ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-06-10T21:49:07.075ZPlanning: Evaluating mediators ... Done (0.817s)
1402026-06-10T21:49:07.079ZPlanning: Planning completed in 1.39 seconds
1412026-06-10T21:49:07.085Z Packages to install: 2
1422026-06-10T21:49:07.088Z Estimated space available: 156.07 GB
1432026-06-10T21:49:07.088ZEstimated space to be consumed: 25.37 MB
1442026-06-10T21:49:07.088Z Create boot environment: No
1452026-06-10T21:49:07.088ZCreate backup boot environment: No
1462026-06-10T21:49:07.088Z Rebuild boot archive: No
1472026-06-10T21:49:07.088Z
1482026-06-10T21:49:07.088ZChanged packages:
1492026-06-10T21:49:07.088Zhelios
1502026-06-10T21:49:07.088Z developer/build-essential
1512026-06-10T21:49:07.088Z None -> 11-3.0
1522026-06-10T21:49:07.088Z library/libxmlsec1
1532026-06-10T21:49:07.088Z None -> 1.2.35-3.0
1542026-06-10T21:49:07.110Z
1552026-06-10T21:49:07.110ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-06-10T21:49:07.632ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1572026-06-10T21:49:07.698Z Actions: 1/268 actions (Installing new actions)
1582026-06-10T21:49:07.735Z Actions: Completed 268 actions in 0.04 seconds.
1592026-06-10T21:49:07.743ZFinalize: Updating package state database ... Done (0.008s)
1602026-06-10T21:49:07.744ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-10T21:49:07.767ZFinalize: Updating image state ... Done (0.024s)
1622026-06-10T21:49:10.149ZFinalize: Creating fast lookup database ... Done (2.360s)
1632026-06-10T21:49:10.218ZFinalize: Reading search index ... Done (0.012s)
1642026-06-10T21:49:10.223ZFinalize: Updating search index ... Done (0.000s)
1652026-06-10T21:49:10.319ZFinalize: Updating package cache ... Done (0.000s)
1662026-06-10T21:49:10.623ZPlanning: Evaluating mediator changes ... Done
1672026-06-10T21:49:10.727ZPlanning: Checking for conflicting actions ... Done
1682026-06-10T21:49:10.731ZPlanning: Consolidating action changes ... Done
1692026-06-10T21:49:10.886ZPlanning: Evaluating mediators ... Done
1702026-06-10T21:49:10.890ZPlanning: Planning completed in 0.26 seconds
1712026-06-10T21:49:10.908Z Mediators to change: 2
1722026-06-10T21:49:10.909Z Create boot environment: No
1732026-06-10T21:49:10.909ZCreate backup boot environment: No
1742026-06-10T21:49:11.029ZFinalize: Updating package state database ... Done
1752026-06-10T21:49:11.029ZFinalize: Updating package cache ... Done
1762026-06-10T21:49:11.044ZFinalize: Updating image state ... Done
1772026-06-10T21:49:13.016ZFinalize: Creating fast lookup database ... Done
1782026-06-10T21:49:13.057ZFinalize: Reading search index ... Done
1792026-06-10T21:49:13.061ZFinalize: Updating search index ... Done
1802026-06-10T21:49:13.128ZFinalize: Updating package cache ... Done
1812026-06-10T21:49:13.411ZPlanning: Evaluating mediator changes ... Done
1822026-06-10T21:49:13.515ZPlanning: Checking for conflicting actions ... Done
1832026-06-10T21:49:13.519ZPlanning: Consolidating action changes ... Done
1842026-06-10T21:49:13.673ZPlanning: Evaluating mediators ... Done
1852026-06-10T21:49:13.677ZPlanning: Planning completed in 0.26 seconds
1862026-06-10T21:49:13.696Z Mediators to change: 1
1872026-06-10T21:49:13.697Z Create boot environment: No
1882026-06-10T21:49:13.697ZCreate backup boot environment: No
1892026-06-10T21:49:13.753ZFinalize: Updating package state database ... Done
1902026-06-10T21:49:13.753ZFinalize: Updating package cache ... Done
1912026-06-10T21:49:13.765ZFinalize: Updating image state ... Done
1922026-06-10T21:49:15.703ZFinalize: Creating fast lookup database ... Done
1932026-06-10T21:49:15.764ZFinalize: Reading search index ... Done
1942026-06-10T21:49:15.768ZFinalize: Updating search index ... Done
1952026-06-10T21:49:15.838ZFinalize: Updating package cache ... Done
1962026-06-10T21:49:16.145ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-06-10T21:49:16.145Zapache system 2.4 system
1982026-06-10T21:49:16.145Zclang system 15 system
1992026-06-10T21:49:16.146Zcsh system system illumos
2002026-06-10T21:49:16.146Zctags system system illumos
2012026-06-10T21:49:16.146Zfile vendor vendor darwinsys
2022026-06-10T21:49:16.146Zfile system system illumos
2032026-06-10T21:49:16.146Zgcc vendor 14 vendor
2042026-06-10T21:49:16.146Zgcc system 13 system
2052026-06-10T21:49:16.146Zgcc system 10 system
2062026-06-10T21:49:16.146Zgo system 1.25 system
2072026-06-10T21:49:16.146Zllvm system 15 system
2082026-06-10T21:49:16.146Zmariadb system 11.4 system
2092026-06-10T21:49:16.146Zmta vendor vendor dma
2102026-06-10T21:49:16.146Zopenjdk system 17 system
2112026-06-10T21:49:16.146Zopenjdk system 11 system
2122026-06-10T21:49:16.146Zopenssl vendor 3 vendor
2132026-06-10T21:49:16.146Zperl system 5.40 system
2142026-06-10T21:49:16.146Zpostgresql system 18 system
2152026-06-10T21:49:16.146Zpostgresql system 17 system
2162026-06-10T21:49:16.146Zpython vendor 3 vendor
2172026-06-10T21:49:16.147Zpython system 2 system
2182026-06-10T21:49:16.147Zpython3 vendor 3.13 vendor
2192026-06-10T21:49:16.147Zruby system 3.4 system
2202026-06-10T21:49:16.147Zruby system 3.0 system
2212026-06-10T21:49:16.147Zwords vendor vendor american-english
2222026-06-10T21:49:16.147Zwords system system australian-english
2232026-06-10T21:49:16.147Zwords system system british-english
2242026-06-10T21:49:16.147Zwords system system canadian-english
2252026-06-10T21:49:16.147Zwords system system french
2262026-06-10T21:49:16.147Zwords system system italian
2272026-06-10T21:49:16.147Zwords system system ngerman
2282026-06-10T21:49:16.147Zwords system system ogerman
2292026-06-10T21:49:16.147Zwords system system spanish
2302026-06-10T21:49:16.398ZPUBLISHER TYPE STATUS P LOCATION
2312026-06-10T21:49:16.398Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-06-10T21:49:16.685ZFMRI IFO
2332026-06-10T21:49:16.685Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-06-10T21:49:16.685Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-06-10T21:49:16.685Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-06-10T21:49:16.685Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-06-10T21:49:16.685Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-06-10T21:49:16.685Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-06-10T21:49:16.685Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-06-10T21:49:16.685Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-06-10T21:49:16.685Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-06-10T21:49:16.939Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-06-10T21:49:17.192Z Updating crates.io index
2442026-06-10T21:49:17.228Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-06-10T21:49:17.966Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-06-10T21:49:18.460Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-06-10T21:49:18.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-06-10T21:49:19.866Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-06-10T21:49:20.376Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-10T21:49:21.871Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-10T21:49:22.619Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-10T21:49:23.016Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-06-10T21:49:24.139Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-10T21:49:24.541Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-06-10T21:49:25.004Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-06-10T21:49:25.280Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-06-10T21:49:26.288Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-06-10T21:49:26.753Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-06-10T21:49:27.139Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-06-10T21:49:27.495Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-06-10T21:49:27.941Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-06-10T21:49:28.325Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-06-10T21:49:28.573Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-06-10T21:49:28.818Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-06-10T21:49:29.051Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-10T21:49:29.509Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-06-10T21:49:30.025Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-10T21:49:30.305Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-10T21:49:30.871Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-10T21:49:31.297Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-10T21:49:31.534Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-10T21:49:32.773Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-10T21:49:33.463Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-10T21:49:33.899Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-10T21:49:34.305Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-10T21:49:34.848Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-10T21:49:35.157Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-10T21:49:35.455Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-10T21:49:35.843Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-10T21:49:36.146Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-06-10T21:49:36.618Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-06-10T21:49:36.884Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-06-10T21:49:37.127Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-10T21:49:37.504Z Updating git repository `https://github.com/oxidecomputer/omicron`
2852026-06-10T21:49:49.032Z Downloading crates ...
2862026-06-10T21:49:49.077Z Downloaded block-buffer v0.10.4
2872026-06-10T21:49:49.092Z Downloaded anyhow v1.0.102
2882026-06-10T21:49:49.095Z Downloaded crypto-common v0.1.7
2892026-06-10T21:49:49.099Z Downloaded fastrand v2.3.0
2902026-06-10T21:49:49.102Z Downloaded bytecount v0.6.9
2912026-06-10T21:49:49.102Z Downloaded autocfg v1.5.0
2922026-06-10T21:49:49.109Z Downloaded anstyle-query v1.1.5
2932026-06-10T21:49:49.109Z Downloaded textwrap v0.16.2
2942026-06-10T21:49:49.110Z Downloaded zerofrom v0.1.6
2952026-06-10T21:49:49.110Z Downloaded usdt v0.5.0
2962026-06-10T21:49:49.113Z Downloaded version_check v0.9.5
2972026-06-10T21:49:49.113Z Downloaded utf8parse v0.2.2
2982026-06-10T21:49:49.113Z Downloaded cargo_toml v0.21.0
2992026-06-10T21:49:49.113Z Downloaded ucd-trie v0.1.7
3002026-06-10T21:49:49.117Z Downloaded toml_datetime v0.6.11
3012026-06-10T21:49:49.120Z Downloaded unicode-linebreak v0.1.5
3022026-06-10T21:49:49.120Z Downloaded anstream v1.0.0
3032026-06-10T21:49:49.120Z Downloaded usdt-attr-macro v0.5.0
3042026-06-10T21:49:49.120Z Downloaded camino v1.2.2
3052026-06-10T21:49:49.124Z Downloaded zerofrom-derive v0.1.6
3062026-06-10T21:49:49.124Z Downloaded thread-id v4.2.2
3072026-06-10T21:49:49.124Z Downloaded byteorder v1.5.0
3082026-06-10T21:49:49.124Z Downloaded proc-macro2 v1.0.106
3092026-06-10T21:49:49.128Z Downloaded anstyle-parse v1.0.0
3102026-06-10T21:49:49.128Z Downloaded clap v4.6.1
3112026-06-10T21:49:49.132Z Downloaded yoke-derive v0.8.1
3122026-06-10T21:49:49.132Z Downloaded usdt-macro v0.5.0
3132026-06-10T21:49:49.132Z Downloaded typeid v1.0.3
3142026-06-10T21:49:49.135Z Downloaded bitflags v2.11.0
3152026-06-10T21:49:49.135Z Downloaded cargo-util-schemas v0.8.2
3162026-06-10T21:49:49.139Z Downloaded utf8_iter v1.0.4
3172026-06-10T21:49:49.139Z Downloaded unicode-xid v0.2.6
3182026-06-10T21:49:49.139Z Downloaded is_terminal_polyfill v1.70.2
3192026-06-10T21:49:49.139Z Downloaded thiserror-impl v1.0.69
3202026-06-10T21:49:49.139Z Downloaded heck v0.5.0
3212026-06-10T21:49:49.142Z Downloaded tinystr v0.8.2
3222026-06-10T21:49:49.142Z Downloaded cfg-if v1.0.4
3232026-06-10T21:49:49.142Z Downloaded quote v1.0.45
3242026-06-10T21:49:49.145Z Downloaded cargo-platform v0.2.0
3252026-06-10T21:49:49.146Z Downloaded anstyle v1.0.14
3262026-06-10T21:49:49.146Z Downloaded toml_write v0.1.2
3272026-06-10T21:49:49.149Z Downloaded clap_lex v1.0.0
3282026-06-10T21:49:49.149Z Downloaded potential_utf v0.1.4
3292026-06-10T21:49:49.149Z Downloaded ordered-float v2.10.1
3302026-06-10T21:49:49.152Z Downloaded zmij v1.0.21
3312026-06-10T21:49:49.153Z Downloaded colorchoice v1.0.4
3322026-06-10T21:49:49.153Z Downloaded fnv v1.0.7
3332026-06-10T21:49:49.156Z Downloaded thiserror-impl v2.0.18
3342026-06-10T21:49:49.156Z Downloaded memmap v0.7.0
3352026-06-10T21:49:49.160Z Downloaded idna_adapter v1.2.1
3362026-06-10T21:49:49.160Z Downloaded cpufeatures v0.2.17
3372026-06-10T21:49:49.160Z Downloaded thiserror v2.0.18
3382026-06-10T21:49:49.164Z Downloaded usdt-impl v0.5.0
3392026-06-10T21:49:49.164Z Downloaded strsim v0.11.1
3402026-06-10T21:49:49.164Z Downloaded equivalent v1.0.2
3412026-06-10T21:49:49.164Z Downloaded form_urlencoded v1.2.2
3422026-06-10T21:49:49.164Z Downloaded writeable v0.6.2
3432026-06-10T21:49:49.168Z Downloaded zerocopy-derive v0.7.35
3442026-06-10T21:49:49.168Z Downloaded zerovec-derive v0.11.2
3452026-06-10T21:49:49.168Z Downloaded yoke v0.8.1
3462026-06-10T21:49:49.171Z Downloaded percent-encoding v2.3.2
3472026-06-10T21:49:49.171Z Downloaded dof v0.3.0
3482026-06-10T21:49:49.171Z Downloaded itoa v1.0.17
3492026-06-10T21:49:49.171Z Downloaded generic-array v0.14.7
3502026-06-10T21:49:49.175Z Downloaded smawk v0.3.2
3512026-06-10T21:49:49.178Z Downloaded zerotrie v0.2.3
3522026-06-10T21:49:49.178Z Downloaded icu_collections v2.1.1
3532026-06-10T21:49:49.183Z Downloaded unicode-ident v1.0.24
3542026-06-10T21:49:49.186Z Downloaded toml v0.8.23
3552026-06-10T21:49:49.186Z Downloaded erased-serde v0.4.9
3562026-06-10T21:49:49.186Z Downloaded toml_edit v0.22.27
3572026-06-10T21:49:49.190Z Downloaded dtrace-parser v0.2.0
3582026-06-10T21:49:49.190Z Downloaded typenum v1.19.0
3592026-06-10T21:49:49.193Z Downloaded serde_spanned v0.6.9
3602026-06-10T21:49:49.193Z Downloaded pretty-hex v0.4.1
3612026-06-10T21:49:49.193Z Downloaded url v2.5.8
3622026-06-10T21:49:49.193Z Downloaded tabled_derive v0.7.0
3632026-06-10T21:49:49.199Z Downloaded swrite v0.1.0
3642026-06-10T21:49:49.199Z Downloaded proc-macro-error-attr v1.0.4
3652026-06-10T21:49:49.199Z Downloaded plain v0.2.3
3662026-06-10T21:49:49.199Z Downloaded heck v0.4.1
3672026-06-10T21:49:49.205Z Downloaded macaddr v1.0.1
3682026-06-10T21:49:49.205Z Downloaded zerovec v0.11.5
3692026-06-10T21:49:49.208Z Downloaded terminal_size v0.4.3
3702026-06-10T21:49:49.212Z Downloaded scroll_derive v0.12.1
3712026-06-10T21:49:49.215Z Downloaded errno v0.3.14
3722026-06-10T21:49:49.216Z Downloaded zerocopy v0.7.35
3732026-06-10T21:49:49.224Z Downloaded winnow v0.7.14
3742026-06-10T21:49:49.228Z Downloaded serde-untagged v0.1.9
3752026-06-10T21:49:49.232Z Downloaded digest v0.10.7
3762026-06-10T21:49:49.232Z Downloaded unicode-width v0.2.0
3772026-06-10T21:49:49.240Z Downloaded unicode-width v0.1.14
3782026-06-10T21:49:49.243Z Downloaded icu_provider v2.1.1
3792026-06-10T21:49:49.247Z Downloaded stable_deref_trait v1.2.1
3802026-06-10T21:49:49.247Z Downloaded sha2 v0.10.9
3812026-06-10T21:49:49.247Z Downloaded cargo_metadata v0.21.0
3822026-06-10T21:49:49.250Z Downloaded pest_derive v2.8.6
3832026-06-10T21:49:49.250Z Downloaded proc-macro-error v1.0.4
3842026-06-10T21:49:49.250Z Downloaded serde-value v0.7.0
3852026-06-10T21:49:49.328Z Downloaded camino-tempfile v1.4.1
3862026-06-10T21:49:49.328Z Downloaded synstructure v0.13.2
3872026-06-10T21:49:49.328Z Downloaded scroll v0.12.0
3882026-06-10T21:49:49.334Z Downloaded serde_tokenstream v0.2.3
3892026-06-10T21:49:49.334Z Downloaded thiserror v1.0.69
3902026-06-10T21:49:49.334Z Downloaded displaydoc v0.2.5
3912026-06-10T21:49:49.334Z Downloaded clap_derive v4.6.1
3922026-06-10T21:49:49.334Z Downloaded once_cell v1.21.3
3932026-06-10T21:49:49.334Z Downloaded fs-err v3.3.0
3942026-06-10T21:49:49.334Z Downloaded num-traits v0.2.19
3952026-06-10T21:49:49.334Z Downloaded smallvec v1.15.1
3962026-06-10T21:49:49.334Z Downloaded pest_generator v2.8.6
3972026-06-10T21:49:49.334Z Downloaded semver v1.0.28
3982026-06-10T21:49:49.334Z Downloaded tempfile v3.25.0
3992026-06-10T21:49:49.334Z Downloaded getrandom v0.4.1
4002026-06-10T21:49:49.334Z Downloaded icu_properties v2.1.2
4012026-06-10T21:49:49.334Z Downloaded log v0.4.29
4022026-06-10T21:49:49.334Z Downloaded papergrid v0.11.0
4032026-06-10T21:49:49.334Z Downloaded litemap v0.8.1
4042026-06-10T21:49:49.334Z Downloaded serde_derive v1.0.228
4052026-06-10T21:49:49.334Z Downloaded serde_core v1.0.228
4062026-06-10T21:49:49.334Z Downloaded icu_locale_core v2.1.1
4072026-06-10T21:49:49.334Z Downloaded icu_normalizer_data v2.1.1
4082026-06-10T21:49:49.334Z Downloaded pest_meta v2.8.6
4092026-06-10T21:49:49.339Z Downloaded hashbrown v0.17.0
4102026-06-10T21:49:49.345Z Downloaded memchr v2.8.0
4112026-06-10T21:49:49.350Z Downloaded icu_normalizer v2.1.1
4122026-06-10T21:49:49.353Z Downloaded serde v1.0.228
4132026-06-10T21:49:49.360Z Downloaded indexmap v2.14.0
4142026-06-10T21:49:49.365Z Downloaded clap_builder v4.6.0
4152026-06-10T21:49:49.373Z Downloaded pest v2.8.6
4162026-06-10T21:49:49.383Z Downloaded icu_properties_data v2.1.2
4172026-06-10T21:49:49.387Z Downloaded serde_json v1.0.149
4182026-06-10T21:49:49.400Z Downloaded idna v1.1.0
4192026-06-10T21:49:49.404Z Downloaded goblin v0.8.2
4202026-06-10T21:49:49.411Z Downloaded tabled v0.15.0
4212026-06-10T21:49:49.424Z Downloaded syn v1.0.109
4222026-06-10T21:49:49.435Z Downloaded syn v2.0.117
4232026-06-10T21:49:49.455Z Downloaded rustix v1.1.3
4242026-06-10T21:49:49.477Z Downloaded libc v0.2.185
4252026-06-10T21:49:49.546Z Compiling proc-macro2 v1.0.106
4262026-06-10T21:49:49.546Z Compiling unicode-ident v1.0.24
4272026-06-10T21:49:49.550Z Compiling quote v1.0.45
4282026-06-10T21:49:49.550Z Compiling serde_core v1.0.228
4292026-06-10T21:49:49.550Z Compiling libc v0.2.185
4302026-06-10T21:49:49.550Z Compiling version_check v0.9.5
4312026-06-10T21:49:49.550Z Compiling memchr v2.8.0
4322026-06-10T21:49:49.550Z Compiling serde v1.0.228
4332026-06-10T21:49:49.875Z Compiling stable_deref_trait v1.2.1
4342026-06-10T21:49:49.953Z Compiling zmij v1.0.21
4352026-06-10T21:49:50.126Z Compiling thiserror v1.0.69
4362026-06-10T21:49:50.171Z Compiling ucd-trie v0.1.7
4372026-06-10T21:49:50.387Z Compiling itoa v1.0.17
4382026-06-10T21:49:50.422Z Compiling autocfg v1.5.0
4392026-06-10T21:49:50.485Z Compiling pest v2.8.6
4402026-06-10T21:49:50.534Z Compiling writeable v0.6.2
4412026-06-10T21:49:50.556Z Compiling litemap v0.8.1
4422026-06-10T21:49:50.634Z Compiling icu_normalizer_data v2.1.1
4432026-06-10T21:49:50.850Z Compiling byteorder v1.5.0
4442026-06-10T21:49:50.878Z Compiling rustix v1.1.3
4452026-06-10T21:49:51.051Z Compiling syn v2.0.117
4462026-06-10T21:49:51.078Z Compiling icu_properties_data v2.1.2
4472026-06-10T21:49:51.130Z Compiling errno v0.3.14
4482026-06-10T21:49:51.147Z Compiling bitflags v2.11.0
4492026-06-10T21:49:51.285Z Compiling serde_json v1.0.149
4502026-06-10T21:49:51.439Z Compiling num-traits v0.2.19
4512026-06-10T21:49:51.509Z Compiling hashbrown v0.17.0
4522026-06-10T21:49:51.629Z Compiling pest_meta v2.8.6
4532026-06-10T21:49:51.667Z Compiling smallvec v1.15.1
4542026-06-10T21:49:51.775Z Compiling equivalent v1.0.2
4552026-06-10T21:49:51.872Z Compiling typeid v1.0.3
4562026-06-10T21:49:52.081Z Compiling indexmap v2.14.0
4572026-06-10T21:49:52.099Z Compiling thread-id v4.2.2
4582026-06-10T21:49:52.103Z Compiling proc-macro-error-attr v1.0.4
4592026-06-10T21:49:52.184Z Compiling usdt-impl v0.5.0
4602026-06-10T21:49:52.201Z Compiling erased-serde v0.4.9
4612026-06-10T21:49:52.404Z Compiling winnow v0.7.14
4622026-06-10T21:49:52.430Z Compiling toml_write v0.1.2
4632026-06-10T21:49:52.469Z Compiling syn v1.0.109
4642026-06-10T21:49:52.821Z Compiling proc-macro-error v1.0.4
4652026-06-10T21:49:52.824Z Compiling getrandom v0.4.1
4662026-06-10T21:49:53.015Z Compiling thiserror v2.0.18
4672026-06-10T21:49:53.186Z Compiling utf8_iter v1.0.4
4682026-06-10T21:49:53.290Z Compiling percent-encoding v2.3.2
4692026-06-10T21:49:53.314Z Compiling log v0.4.29
4702026-06-10T21:49:53.333Z Compiling utf8parse v0.2.2
4712026-06-10T21:49:53.350Z Compiling plain v0.2.3
4722026-06-10T21:49:53.350Z Compiling camino v1.2.2
4732026-06-10T21:49:53.470Z Compiling anstyle-parse v1.0.0
4742026-06-10T21:49:53.489Z Compiling form_urlencoded v1.2.2
4752026-06-10T21:49:53.521Z Compiling ordered-float v2.10.1
4762026-06-10T21:49:53.675Z Compiling synstructure v0.13.2
4772026-06-10T21:49:53.692Z Compiling pest_generator v2.8.6
4782026-06-10T21:49:53.825Z Compiling terminal_size v0.4.3
4792026-06-10T21:49:53.968Z Compiling is_terminal_polyfill v1.70.2
4802026-06-10T21:49:54.068Z Compiling pretty-hex v0.4.1
4812026-06-10T21:49:54.084Z Compiling anstyle v1.0.14
4822026-06-10T21:49:54.171Z Compiling anstyle-query v1.1.5
4832026-06-10T21:49:54.212Z Compiling colorchoice v1.0.4
4842026-06-10T21:49:54.234Z Compiling cfg-if v1.0.4
4852026-06-10T21:49:54.266Z Compiling serde-untagged v0.1.9
4862026-06-10T21:49:54.326Z Compiling anstream v1.0.0
4872026-06-10T21:49:54.380Z Compiling semver v1.0.28
4882026-06-10T21:49:54.475Z Compiling fs-err v3.3.0
4892026-06-10T21:49:54.508Z Compiling clap_lex v1.0.0
4902026-06-10T21:49:54.630Z Compiling strsim v0.11.1
4912026-06-10T21:49:54.664Z Compiling fastrand v2.3.0
4922026-06-10T21:49:54.702Z Compiling fnv v1.0.7
4932026-06-10T21:49:54.718Z Compiling unicode-xid v0.2.6
4942026-06-10T21:49:54.746Z Compiling bytecount v0.6.9
4952026-06-10T21:49:54.807Z Compiling unicode-width v0.1.14
4962026-06-10T21:49:54.884Z Compiling anyhow v1.0.102
4972026-06-10T21:49:54.926Z Compiling once_cell v1.21.3
4982026-06-10T21:49:54.977Z Compiling heck v0.5.0
4992026-06-10T21:49:55.087Z Compiling heck v0.4.1
5002026-06-10T21:49:55.143Z Compiling tempfile v3.25.0
5012026-06-10T21:49:55.160Z Compiling papergrid v0.11.0
5022026-06-10T21:49:55.218Z Compiling clap_builder v4.6.0
5032026-06-10T21:49:55.356Z Compiling serde_derive v1.0.228
5042026-06-10T21:49:55.417Z Compiling zerofrom-derive v0.1.6
5052026-06-10T21:49:55.436Z Compiling yoke-derive v0.8.1
5062026-06-10T21:49:55.516Z Compiling zerovec-derive v0.11.2
5072026-06-10T21:49:55.760Z Compiling displaydoc v0.2.5
5082026-06-10T21:49:56.579Z Compiling thiserror-impl v1.0.69
5092026-06-10T21:49:56.606Z Compiling zerocopy-derive v0.7.35
5102026-06-10T21:49:56.657Z Compiling pest_derive v2.8.6
5112026-06-10T21:49:56.673Z Compiling scroll_derive v0.12.1
5122026-06-10T21:49:56.806Z Compiling zerofrom v0.1.6
5132026-06-10T21:49:56.940Z Compiling yoke v0.8.1
5142026-06-10T21:49:57.083Z Compiling thiserror-impl v2.0.18
5152026-06-10T21:49:57.137Z Compiling zerovec v0.11.5
5162026-06-10T21:49:57.340Z Compiling zerotrie v0.2.3
5172026-06-10T21:49:57.470Z Compiling zerocopy v0.7.35
5182026-06-10T21:49:57.643Z Compiling tinystr v0.8.2
5192026-06-10T21:49:57.647Z Compiling potential_utf v0.1.4
5202026-06-10T21:49:57.820Z Compiling icu_locale_core v2.1.1
5212026-06-10T21:49:57.871Z Compiling icu_collections v2.1.1
5222026-06-10T21:49:57.962Z Compiling dtrace-parser v0.2.0
5232026-06-10T21:49:58.028Z Compiling scroll v0.12.0
5242026-06-10T21:49:58.257Z Compiling goblin v0.8.2
5252026-06-10T21:49:58.301Z Compiling tabled_derive v0.7.0
5262026-06-10T21:49:58.350Z Compiling clap_derive v4.6.1
5272026-06-10T21:49:58.542Z Compiling icu_provider v2.1.1
5282026-06-10T21:49:58.691Z Compiling memmap v0.7.0
5292026-06-10T21:49:58.711Z Compiling smawk v0.3.2
5302026-06-10T21:49:58.831Z Compiling icu_properties v2.1.2
5312026-06-10T21:49:58.850Z Compiling icu_normalizer v2.1.1
5322026-06-10T21:49:58.853Z Compiling serde_spanned v0.6.9
5332026-06-10T21:49:58.853Z Compiling toml_datetime v0.6.11
5342026-06-10T21:49:58.898Z Compiling dof v0.3.0
5352026-06-10T21:49:59.016Z Compiling serde_tokenstream v0.2.3
5362026-06-10T21:49:59.147Z Compiling toml_edit v0.22.27
5372026-06-10T21:49:59.288Z Compiling serde-value v0.7.0
5382026-06-10T21:49:59.344Z Compiling cargo-platform v0.2.0
5392026-06-10T21:49:59.386Z Compiling unicode-width v0.2.0
5402026-06-10T21:49:59.644Z Compiling unicode-linebreak v0.1.5
5412026-06-10T21:49:59.665Z Compiling tabled v0.15.0
5422026-06-10T21:49:59.686Z Compiling idna_adapter v1.2.1
5432026-06-10T21:49:59.833Z Compiling idna v1.1.0
5442026-06-10T21:49:59.836Z Compiling usdt-attr-macro v0.5.0
5452026-06-10T21:49:59.888Z Compiling usdt-macro v0.5.0
5462026-06-10T21:49:59.931Z Compiling textwrap v0.16.2
5472026-06-10T21:50:00.105Z Compiling clap v4.6.1
5482026-06-10T21:50:00.194Z Compiling url v2.5.8
5492026-06-10T21:50:00.396Z Compiling macaddr v1.0.1
5502026-06-10T21:50:00.531Z Compiling toml v0.8.23
5512026-06-10T21:50:00.797Z Compiling camino-tempfile v1.4.1
5522026-06-10T21:50:01.038Z Compiling cargo-util-schemas v0.8.2
5532026-06-10T21:50:01.110Z Compiling cargo_toml v0.21.0
5542026-06-10T21:50:01.151Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-10T21:50:01.267Z Compiling swrite v0.1.0
5562026-06-10T21:50:01.371Z Compiling usdt v0.5.0
5572026-06-10T21:50:01.968Z Compiling cargo_metadata v0.21.0
5582026-06-10T21:50:02.912Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-10T21:50:05.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.27s
5602026-06-10T21:50:05.291Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-10T21:50:05.860Z Downloading crates ...
5622026-06-10T21:50:05.954Z Downloaded atomic-waker v1.1.2
5632026-06-10T21:50:05.961Z Downloaded adler2 v2.0.1
5642026-06-10T21:50:05.964Z Downloaded base16ct v0.2.0
5652026-06-10T21:50:05.964Z Downloaded array-init v0.0.4
5662026-06-10T21:50:05.967Z Downloaded async-stream v0.3.6
5672026-06-10T21:50:05.970Z Downloaded async-bb8-diesel v0.2.1
5682026-06-10T21:50:05.974Z Downloaded arrayvec v0.7.6
5692026-06-10T21:50:05.978Z Downloaded ascii-canvas v3.0.0
5702026-06-10T21:50:05.981Z Downloaded critical-section v1.2.0
5712026-06-10T21:50:05.984Z Downloaded crossbeam-epoch v0.9.18
5722026-06-10T21:50:05.984Z Downloaded crc-any v2.5.0
5732026-06-10T21:50:05.987Z Downloaded bitfield-macros v0.19.4
5742026-06-10T21:50:05.987Z Downloaded dirs-next v2.0.0
5752026-06-10T21:50:05.987Z Downloaded crucible-workspace-hack v0.1.0
5762026-06-10T21:50:05.987Z Downloaded cassowary v0.3.0
5772026-06-10T21:50:05.990Z Downloaded fixedbitset v0.4.2
5782026-06-10T21:50:05.990Z Downloaded ctr v0.9.2
5792026-06-10T21:50:05.993Z Downloaded blowfish v0.9.1
5802026-06-10T21:50:05.993Z Downloaded derive_builder_macro v0.20.2
5812026-06-10T21:50:05.993Z Downloaded derive-ex v0.1.8
5822026-06-10T21:50:05.996Z Downloaded csv-core v0.1.13
5832026-06-10T21:50:05.996Z Downloaded console v0.15.11
5842026-06-10T21:50:06.000Z Downloaded compact_str v0.8.1
5852026-06-10T21:50:06.003Z Downloaded dropshot-api-manager v0.7.2
5862026-06-10T21:50:06.006Z Downloaded derive-where v1.6.0
5872026-06-10T21:50:06.009Z Downloaded defmt v1.0.1
5882026-06-10T21:50:06.009Z Downloaded darling_macro v0.20.11
5892026-06-10T21:50:06.013Z Downloaded block-padding v0.3.3
5902026-06-10T21:50:06.013Z Downloaded cfg_aliases v0.2.1
5912026-06-10T21:50:06.013Z Downloaded cstr-argument v0.1.2
5922026-06-10T21:50:06.013Z Downloaded defmt-macros v1.0.1
5932026-06-10T21:50:06.016Z Downloaded fixedbitset v0.5.7
5942026-06-10T21:50:06.019Z Downloaded dof v0.4.0
5952026-06-10T21:50:06.019Z Downloaded derive_builder v0.20.2
5962026-06-10T21:50:06.023Z Downloaded endian-type v0.1.2
5972026-06-10T21:50:06.023Z Downloaded compression-core v0.4.31
5982026-06-10T21:50:06.023Z Downloaded chacha20 v0.9.1
5992026-06-10T21:50:06.026Z Downloaded diesel_table_macro_syntax v0.3.0
6002026-06-10T21:50:06.026Z Downloaded flagset v0.4.7
6012026-06-10T21:50:06.026Z Downloaded defmt-parser v1.0.0
6022026-06-10T21:50:06.026Z Downloaded crossbeam-deque v0.8.6
6032026-06-10T21:50:06.029Z Downloaded assert_matches v1.5.0
6042026-06-10T21:50:06.029Z Downloaded arrayref v0.3.9
6052026-06-10T21:50:06.029Z Downloaded crc v3.4.0
6062026-06-10T21:50:06.032Z Downloaded darling v0.20.11
6072026-06-10T21:50:06.032Z Downloaded dsl_auto_type v0.2.0
6082026-06-10T21:50:06.036Z Downloaded ecdsa v0.16.9
6092026-06-10T21:50:06.036Z Downloaded cargo-platform v0.3.2
6102026-06-10T21:50:06.036Z Downloaded bitfield-struct v0.6.2
6112026-06-10T21:50:06.039Z Downloaded dunce v1.0.5
6122026-06-10T21:50:06.039Z Downloaded bcrypt-pbkdf v0.10.0
6132026-06-10T21:50:06.039Z Downloaded cpufeatures v0.3.0
6142026-06-10T21:50:06.042Z Downloaded castaway v0.2.4
6152026-06-10T21:50:06.042Z Downloaded crossbeam-utils v0.8.21
6162026-06-10T21:50:06.045Z Downloaded chacha20 v0.10.0
6172026-06-10T21:50:06.048Z Downloaded ciborium-io v0.2.2
6182026-06-10T21:50:06.048Z Downloaded chacha20poly1305 v0.10.1
6192026-06-10T21:50:06.048Z Downloaded backoff v0.4.0
6202026-06-10T21:50:06.052Z Downloaded embedded-io v0.4.0
6212026-06-10T21:50:06.052Z Downloaded curve25519-dalek-derive v0.1.1
6222026-06-10T21:50:06.052Z Downloaded async-trait v0.1.89
6232026-06-10T21:50:06.055Z Downloaded atty v0.2.14
6242026-06-10T21:50:06.058Z Downloaded dtrace-parser v0.3.0
6252026-06-10T21:50:06.058Z Downloaded dropshot-api-manager-types v0.7.2
6262026-06-10T21:50:06.058Z Downloaded dirs-sys-next v0.1.2
6272026-06-10T21:50:06.062Z Downloaded crunchy v0.2.4
6282026-06-10T21:50:06.062Z Downloaded bit-set v0.8.0
6292026-06-10T21:50:06.062Z Downloaded async-recursion v1.1.1
6302026-06-10T21:50:06.065Z Downloaded debug-ignore v1.0.5
6312026-06-10T21:50:06.065Z Downloaded cfg_aliases v0.1.1
6322026-06-10T21:50:06.066Z Downloaded darling_macro v0.23.0
6332026-06-10T21:50:06.069Z Downloaded convert_case v0.4.0
6342026-06-10T21:50:06.074Z Downloaded bit-set v0.5.3
6352026-06-10T21:50:06.077Z Downloaded bb8 v0.8.6
6362026-06-10T21:50:06.077Z Downloaded fd-lock v4.0.4
6372026-06-10T21:50:06.080Z Downloaded crc8 v0.1.1
6382026-06-10T21:50:06.080Z Downloaded document-features v0.2.12
6392026-06-10T21:50:06.080Z Downloaded aead v0.5.2
6402026-06-10T21:50:06.084Z Downloaded crc-catalog v2.4.0
6412026-06-10T21:50:06.087Z Downloaded darling_macro v0.13.4
6422026-06-10T21:50:06.087Z Downloaded funty v2.0.0
6432026-06-10T21:50:06.087Z Downloaded display-error-chain v0.2.2
6442026-06-10T21:50:06.090Z Downloaded float-cmp v0.10.0
6452026-06-10T21:50:06.090Z Downloaded dyn-clone v1.0.20
6462026-06-10T21:50:06.090Z Downloaded foreign-types-macros v0.2.3
6472026-06-10T21:50:06.090Z Downloaded foreign-types v0.3.2
6482026-06-10T21:50:06.093Z Downloaded futures-core v0.3.32
6492026-06-10T21:50:06.093Z Downloaded foreign-types-shared v0.1.1
6502026-06-10T21:50:06.097Z Downloaded foreign-types-shared v0.3.1
6512026-06-10T21:50:06.097Z Downloaded defmt v0.3.100
6522026-06-10T21:50:06.097Z Downloaded embedded-io v0.6.1
6532026-06-10T21:50:06.097Z Downloaded foreign-types v0.5.0
6542026-06-10T21:50:06.097Z Downloaded bytes v1.11.1
6552026-06-10T21:50:06.100Z Downloaded float-ord v0.3.2
6562026-06-10T21:50:06.103Z Downloaded colored v2.2.0
6572026-06-10T21:50:06.103Z Downloaded ghash v0.5.1
6582026-06-10T21:50:06.103Z Downloaded fxhash v0.2.1
6592026-06-10T21:50:06.106Z Downloaded blake2 v0.10.6
6602026-06-10T21:50:06.106Z Downloaded ciborium-ll v0.2.2
6612026-06-10T21:50:06.106Z Downloaded backon v1.6.0
6622026-06-10T21:50:06.109Z Downloaded difflib v0.4.0
6632026-06-10T21:50:06.109Z Downloaded enum-as-inner v0.6.1
6642026-06-10T21:50:06.112Z Downloaded bit-vec v0.8.0
6652026-06-10T21:50:06.112Z Downloaded gethostname v0.5.0
6662026-06-10T21:50:06.116Z Downloaded console v0.16.2
6672026-06-10T21:50:06.116Z Downloaded futures-macro v0.3.32
6682026-06-10T21:50:06.116Z Downloaded cmake v0.1.57
6692026-06-10T21:50:06.116Z Downloaded cipher v0.4.4
6702026-06-10T21:50:06.119Z Downloaded futures-sink v0.3.32
6712026-06-10T21:50:06.119Z Downloaded camino-tempfile-ext v0.3.3
6722026-06-10T21:50:06.119Z Downloaded bcs v0.1.6
6732026-06-10T21:50:06.122Z Downloaded daft v0.1.7
6742026-06-10T21:50:06.125Z Downloaded deranged v0.5.8
6752026-06-10T21:50:06.129Z Downloaded fallible-iterator v0.2.0
6762026-06-10T21:50:06.129Z Downloaded hex v0.4.3
6772026-06-10T21:50:06.129Z Downloaded cargo_metadata v0.23.1
6782026-06-10T21:50:06.132Z Downloaded const_format_proc_macros v0.2.34
6792026-06-10T21:50:06.132Z Downloaded cobs v0.3.0
6802026-06-10T21:50:06.132Z Downloaded hash32 v0.2.1
6812026-06-10T21:50:06.136Z Downloaded globwalk v0.9.1
6822026-06-10T21:50:06.136Z Downloaded anstyle-parse v0.2.7
6832026-06-10T21:50:06.136Z Downloaded convert_case v0.10.0
6842026-06-10T21:50:06.139Z Downloaded headers-core v0.3.0
6852026-06-10T21:50:06.139Z Downloaded atomicwrites v0.4.4
6862026-06-10T21:50:06.139Z Downloaded anstream v0.6.21
6872026-06-10T21:50:06.142Z Downloaded bitfield v0.19.4
6882026-06-10T21:50:06.142Z Downloaded futures-task v0.3.32
6892026-06-10T21:50:06.142Z Downloaded futures-io v0.3.32
6902026-06-10T21:50:06.142Z Downloaded cexpr v0.6.0
6912026-06-10T21:50:06.146Z Downloaded hex-literal v0.4.1
6922026-06-10T21:50:06.146Z Downloaded constant_time_eq v0.4.2
6932026-06-10T21:50:06.146Z Downloaded http-body v1.0.1
6942026-06-10T21:50:06.146Z Downloaded bit-vec v0.6.3
6952026-06-10T21:50:06.150Z Downloaded hubpack v0.1.2
6962026-06-10T21:50:06.150Z Downloaded httpdate v1.0.3
6972026-06-10T21:50:06.150Z Downloaded buf-list v1.1.2
6982026-06-10T21:50:06.154Z Downloaded argon2 v0.5.3
6992026-06-10T21:50:06.154Z Downloaded cbc v0.1.2
7002026-06-10T21:50:06.154Z Downloaded der_derive v0.7.3
7012026-06-10T21:50:06.154Z Downloaded base64ct v1.8.3
7022026-06-10T21:50:06.157Z Downloaded darling_core v0.23.0
7032026-06-10T21:50:06.160Z Downloaded home v0.5.12
7042026-06-10T21:50:06.160Z Downloaded hostname v0.3.1
7052026-06-10T21:50:06.160Z Downloaded data-encoding v2.10.0
7062026-06-10T21:50:06.163Z Downloaded ena v0.14.4
7072026-06-10T21:50:06.163Z Downloaded foldhash v0.1.5
7082026-06-10T21:50:06.163Z Downloaded futures-executor v0.3.32
7092026-06-10T21:50:06.166Z Downloaded ff v0.13.1
7102026-06-10T21:50:06.166Z Downloaded darling v0.13.4
7112026-06-10T21:50:06.170Z Downloaded hubpack_derive v0.1.1
7122026-06-10T21:50:06.170Z Downloaded filetime v0.2.27
7132026-06-10T21:50:06.170Z Downloaded derive_builder_core v0.20.2
7142026-06-10T21:50:06.173Z Downloaded erased-serde v0.3.31
7152026-06-10T21:50:06.174Z Downloaded ed25519 v2.2.3
7162026-06-10T21:50:06.174Z Downloaded hostname v0.4.2
7172026-06-10T21:50:06.177Z Downloaded hyper-tls v0.6.0
7182026-06-10T21:50:06.177Z Downloaded downcast-rs v2.0.2
7192026-06-10T21:50:06.177Z Downloaded glob v0.3.3
7202026-06-10T21:50:06.177Z Downloaded diesel-dtrace v0.5.0
7212026-06-10T21:50:06.180Z Downloaded git-stub-vcs v0.1.0
7222026-06-10T21:50:06.180Z Downloaded fs-err v2.11.0
7232026-06-10T21:50:06.184Z Downloaded compression-codecs v0.4.37
7242026-06-10T21:50:06.184Z Downloaded group v0.13.0
7252026-06-10T21:50:06.187Z Downloaded illumos-nvpair v0.3.0
7262026-06-10T21:50:06.187Z Downloaded inout v0.1.4
7272026-06-10T21:50:06.187Z Downloaded http-range v0.1.5
7282026-06-10T21:50:06.187Z Downloaded darling v0.21.3
7292026-06-10T21:50:06.190Z Downloaded is-terminal v0.4.17
7302026-06-10T21:50:06.190Z Downloaded instability v0.3.11
7312026-06-10T21:50:06.193Z Downloaded daft-derive v0.1.7
7322026-06-10T21:50:06.197Z Downloaded indent_write v2.2.0
7332026-06-10T21:50:06.197Z Downloaded globset v0.4.18
7342026-06-10T21:50:06.197Z Downloaded elliptic-curve v0.13.8
7352026-06-10T21:50:06.200Z Downloaded illumos-nvpair-sys v0.2.0
7362026-06-10T21:50:06.200Z Downloaded const-oid v0.9.6
7372026-06-10T21:50:06.200Z Downloaded ident_case v1.0.1
7382026-06-10T21:50:06.205Z Downloaded des v0.8.1
7392026-06-10T21:50:06.205Z Downloaded is_ci v1.2.0
7402026-06-10T21:50:06.205Z Downloaded cookie v0.18.1
7412026-06-10T21:50:06.208Z Downloaded cookie_store v0.22.1
7422026-06-10T21:50:06.208Z Downloaded hash32 v0.3.1
7432026-06-10T21:50:06.209Z Downloaded bzip2 v0.6.1
7442026-06-10T21:50:06.209Z Downloaded internet-checksum v0.2.1
7452026-06-10T21:50:06.209Z Downloaded instant v0.1.13
7462026-06-10T21:50:06.212Z Downloaded indoc v1.0.9
7472026-06-10T21:50:06.212Z Downloaded colored v3.1.1
7482026-06-10T21:50:06.215Z Downloaded fs_extra v1.3.0
7492026-06-10T21:50:06.215Z Downloaded env_filter v1.0.0
7502026-06-10T21:50:06.215Z Downloaded highway v1.3.0
7512026-06-10T21:50:06.218Z Downloaded corncobs v0.1.4
7522026-06-10T21:50:06.218Z Downloaded ahash v0.8.12
7532026-06-10T21:50:06.222Z Downloaded lazy_static v1.5.0
7542026-06-10T21:50:06.222Z Downloaded ciborium v0.2.2
7552026-06-10T21:50:06.225Z Downloaded cancel-safe-futures v0.1.5
7562026-06-10T21:50:06.225Z Downloaded bzip2 v0.4.4
7572026-06-10T21:50:06.228Z Downloaded lalrpop-util v0.19.12
7582026-06-10T21:50:06.228Z Downloaded kstat-rs v0.2.4
7592026-06-10T21:50:06.228Z Downloaded libscf-sys v1.1.0
7602026-06-10T21:50:06.228Z Downloaded http-body-util v0.1.3
7612026-06-10T21:50:06.231Z Downloaded darling v0.23.0
7622026-06-10T21:50:06.234Z Downloaded git-stub v1.0.0
7632026-06-10T21:50:06.234Z Downloaded find-msvc-tools v0.1.9
7642026-06-10T21:50:06.234Z Downloaded diff v0.1.13
7652026-06-10T21:50:06.237Z Downloaded humantime v2.3.0
7662026-06-10T21:50:06.237Z Downloaded aes-gcm v0.10.3
7672026-06-10T21:50:06.240Z Downloaded env_logger v0.11.9
7682026-06-10T21:50:06.240Z Downloaded foldhash v0.2.0
7692026-06-10T21:50:06.244Z Downloaded linked-hash-map v0.5.6
7702026-06-10T21:50:06.244Z Downloaded lru-cache v0.1.2
7712026-06-10T21:50:06.244Z Downloaded lru v0.12.5
7722026-06-10T21:50:06.247Z Downloaded async-stream-impl v0.3.6
7732026-06-10T21:50:06.247Z Downloaded byte-wrapper v0.1.0
7742026-06-10T21:50:06.247Z Downloaded futures-channel v0.3.32
7752026-06-10T21:50:06.250Z Downloaded bitflags v1.3.2
7762026-06-10T21:50:06.250Z Downloaded memoffset v0.9.1
7772026-06-10T21:50:06.250Z Downloaded half v1.8.3
7782026-06-10T21:50:06.253Z Downloaded getrandom v0.2.17
7792026-06-10T21:50:06.253Z Downloaded lru-slab v0.1.2
7802026-06-10T21:50:06.256Z Downloaded maybe-uninit v2.0.0
7812026-06-10T21:50:06.256Z Downloaded match_cfg v0.1.0
7822026-06-10T21:50:06.256Z Downloaded md-5 v0.10.6
7832026-06-10T21:50:06.260Z Downloaded lzss v0.8.2
7842026-06-10T21:50:06.260Z Downloaded mime v0.3.17
7852026-06-10T21:50:06.260Z Downloaded managed v0.8.0
7862026-06-10T21:50:06.260Z Downloaded drift v0.2.0
7872026-06-10T21:50:06.266Z Downloaded nibble_vec v0.1.0
7882026-06-10T21:50:06.270Z Downloaded multimap v0.10.1
7892026-06-10T21:50:06.270Z Downloaded nonempty v0.12.0
7902026-06-10T21:50:06.270Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-10T21:50:06.273Z Downloaded newline-converter v0.3.0
7922026-06-10T21:50:06.273Z Downloaded md5 v0.7.0
7932026-06-10T21:50:06.273Z Downloaded num-derive v0.3.3
7942026-06-10T21:50:06.276Z Downloaded num-conv v0.2.0
7952026-06-10T21:50:06.276Z Downloaded newtype_derive v0.1.6
7962026-06-10T21:50:06.277Z Downloaded new_debug_unreachable v1.0.6
7972026-06-10T21:50:06.277Z Downloaded normalize-line-endings v0.3.0
7982026-06-10T21:50:06.277Z Downloaded clang-sys v1.8.1
7992026-06-10T21:50:06.280Z Downloaded derive_more v0.99.20
8002026-06-10T21:50:06.283Z Downloaded ingot v0.1.1
8012026-06-10T21:50:06.283Z Downloaded indoc v2.0.7
8022026-06-10T21:50:06.286Z Downloaded impl-trait-for-tuples v0.2.3
8032026-06-10T21:50:06.286Z Downloaded allocator-api2 v0.2.21
8042026-06-10T21:50:06.290Z Downloaded ingot-types v0.1.2
8052026-06-10T21:50:06.290Z Downloaded maplit v1.0.2
8062026-06-10T21:50:06.290Z Downloaded either v1.15.0
8072026-06-10T21:50:06.290Z Downloaded darling_macro v0.21.3
8082026-06-10T21:50:06.293Z Downloaded ipnetwork v0.21.1
8092026-06-10T21:50:06.296Z Downloaded libefi-sys v0.1.0
8102026-06-10T21:50:06.296Z Downloaded keccak v0.1.6
8112026-06-10T21:50:06.296Z Downloaded num-derive v0.4.2
8122026-06-10T21:50:06.302Z Downloaded num-iter v0.1.45
8132026-06-10T21:50:06.302Z Downloaded nodrop v0.1.14
8142026-06-10T21:50:06.302Z Downloaded hyper-staticfile v0.10.1
8152026-06-10T21:50:06.305Z Downloaded jobserver v0.1.34
8162026-06-10T21:50:06.305Z Downloaded hmac v0.12.1
8172026-06-10T21:50:06.305Z Downloaded openssl-probe v0.1.6
8182026-06-10T21:50:06.305Z Downloaded openssl-macros v0.1.1
8192026-06-10T21:50:06.309Z Downloaded oso-derive v0.27.3
8202026-06-10T21:50:06.312Z Downloaded fatfs v0.3.6
8212026-06-10T21:50:06.312Z Downloaded opaque-debug v0.3.1
8222026-06-10T21:50:06.315Z Downloaded hyper-rustls v0.27.7
8232026-06-10T21:50:06.315Z Downloaded darling_core v0.13.4
8242026-06-10T21:50:06.319Z Downloaded linear-map v1.2.0
8252026-06-10T21:50:06.319Z Downloaded libsw-core v0.3.2
8262026-06-10T21:50:06.322Z Downloaded olpc-cjson v0.1.4
8272026-06-10T21:50:06.322Z Downloaded futures v0.3.32
8282026-06-10T21:50:06.325Z Downloaded httparse v1.10.1
8292026-06-10T21:50:06.329Z Downloaded getrandom v0.3.4
8302026-06-10T21:50:06.329Z Downloaded openssl-probe v0.2.1
8312026-06-10T21:50:06.332Z Downloaded libsw v3.5.0
8322026-06-10T21:50:06.332Z Downloaded packed_struct_codegen v0.10.1
8332026-06-10T21:50:06.332Z Downloaded iana-time-zone v0.1.65
8342026-06-10T21:50:06.335Z Downloaded libloading v0.8.9
8352026-06-10T21:50:06.335Z Downloaded ipnet v2.11.0
8362026-06-10T21:50:06.338Z Downloaded ingot-macros v0.1.1
8372026-06-10T21:50:06.338Z Downloaded dropshot_endpoint v0.17.0
8382026-06-10T21:50:06.342Z Downloaded nanorand v0.7.0
8392026-06-10T21:50:06.344Z Downloaded parse-display v0.10.0
8402026-06-10T21:50:06.345Z Downloaded parse-size v1.1.0
8412026-06-10T21:50:06.345Z Downloaded mime_guess v2.0.5
8422026-06-10T21:50:06.348Z Downloaded darling_core v0.21.3
8432026-06-10T21:50:06.348Z Downloaded peg-runtime v0.8.5
8442026-06-10T21:50:06.354Z Downloaded num v0.4.3
8452026-06-10T21:50:06.354Z Downloaded native-tls v0.2.18
8462026-06-10T21:50:06.354Z Downloaded pbkdf2 v0.12.2
8472026-06-10T21:50:06.357Z Downloaded multer v3.1.0
8482026-06-10T21:50:06.357Z Downloaded pbkdf2 v0.11.0
8492026-06-10T21:50:06.357Z Downloaded path-slash v0.1.5
8502026-06-10T21:50:06.370Z Downloaded nu-ansi-term v0.50.3
8512026-06-10T21:50:06.373Z Downloaded flume v0.11.1
8522026-06-10T21:50:06.376Z Downloaded const_format v0.2.35
8532026-06-10T21:50:06.377Z Downloaded arc-swap v1.8.2
8542026-06-10T21:50:06.380Z Downloaded pin-utils v0.1.0
8552026-06-10T21:50:06.380Z Downloaded phf_shared v0.12.1
8562026-06-10T21:50:06.383Z Downloaded num_threads v0.1.7
8572026-06-10T21:50:06.383Z Downloaded num_enum v0.7.6
8582026-06-10T21:50:06.386Z Downloaded num-integer v0.1.46
8592026-06-10T21:50:06.386Z Downloaded num_enum_derive v0.7.6
8602026-06-10T21:50:06.389Z Downloaded num_enum_derive v0.5.11
8612026-06-10T21:50:06.389Z Downloaded num_enum v0.5.11
8622026-06-10T21:50:06.392Z Downloaded predicates-tree v1.0.13
8632026-06-10T21:50:06.392Z Downloaded precomputed-hash v0.1.1
8642026-06-10T21:50:06.393Z Downloaded num-rational v0.4.2
8652026-06-10T21:50:06.395Z Downloaded oxnet v0.1.5
8662026-06-10T21:50:06.396Z Downloaded crc32fast v1.5.0
8672026-06-10T21:50:06.396Z Downloaded ar_archive_writer v0.5.1
8682026-06-10T21:50:06.400Z Downloaded phf_shared v0.11.3
8692026-06-10T21:50:06.400Z Downloaded num-complex v0.4.6
8702026-06-10T21:50:06.404Z Downloaded lock_api v0.4.14
8712026-06-10T21:50:06.404Z Downloaded powerfmt v0.2.0
8722026-06-10T21:50:06.407Z Downloaded predicates-core v1.0.10
8732026-06-10T21:50:06.411Z Downloaded half v2.7.1
8742026-06-10T21:50:06.411Z Downloaded owo-colors v4.3.0
8752026-06-10T21:50:06.414Z Downloaded indexmap v1.9.3
8762026-06-10T21:50:06.417Z Downloaded proc-macro-crate v1.3.1
8772026-06-10T21:50:06.417Z Downloaded packed_struct v0.10.1
8782026-06-10T21:50:06.420Z Downloaded ed25519-dalek v2.2.0
8792026-06-10T21:50:06.420Z Downloaded proc-macro-error-attr2 v2.0.0
8802026-06-10T21:50:06.423Z Downloaded proc-macro-crate v3.4.0
8812026-06-10T21:50:06.423Z Downloaded crypto-bigint v0.5.5
8822026-06-10T21:50:06.426Z Downloaded progenitor-macro v0.13.0
8832026-06-10T21:50:06.426Z Downloaded progenitor-macro v0.11.2
8842026-06-10T21:50:06.429Z Downloaded progenitor-client v0.11.2
8852026-06-10T21:50:06.429Z Downloaded progenitor-client v0.10.0
8862026-06-10T21:50:06.429Z Downloaded memmap2 v0.9.10
8872026-06-10T21:50:06.432Z Downloaded pem-rfc7468 v0.7.0
8882026-06-10T21:50:06.432Z Downloaded password-hash v0.4.2
8892026-06-10T21:50:06.433Z Downloaded phf_shared v0.13.1
8902026-06-10T21:50:06.436Z Downloaded peg-macros v0.8.5
8912026-06-10T21:50:06.436Z Downloaded paste v1.0.15
8922026-06-10T21:50:06.436Z Downloaded password-hash v0.5.0
8932026-06-10T21:50:06.439Z Downloaded base64 v0.21.7
8942026-06-10T21:50:06.442Z Downloaded psl-types v2.0.11
8952026-06-10T21:50:06.442Z Downloaded progenitor-macro v0.14.0
8962026-06-10T21:50:06.442Z Downloaded progenitor-client v0.14.0
8972026-06-10T21:50:06.442Z Downloaded base64 v0.22.1
8982026-06-10T21:50:06.445Z Downloaded pem v3.0.6
8992026-06-10T21:50:06.445Z Downloaded peg v0.8.5
9002026-06-10T21:50:06.450Z Downloaded phf v0.13.1
9012026-06-10T21:50:06.450Z Downloaded phf v0.12.1
9022026-06-10T21:50:06.453Z Downloaded parse-display-derive v0.10.0
9032026-06-10T21:50:06.453Z Downloaded crossterm v0.28.1
9042026-06-10T21:50:06.456Z Downloaded libbz2-rs-sys v0.2.2
9052026-06-10T21:50:06.456Z Downloaded cc v1.2.56
9062026-06-10T21:50:06.459Z Downloaded headers v0.4.1
9072026-06-10T21:50:06.462Z Downloaded pin-project-lite v0.2.17
9082026-06-10T21:50:06.466Z Downloaded rand_chacha v0.3.1
9092026-06-10T21:50:06.466Z Downloaded radium v0.7.0
9102026-06-10T21:50:06.471Z Downloaded pin-project-internal v1.1.11
9112026-06-10T21:50:06.471Z Downloaded pkcs8 v0.10.2
9122026-06-10T21:50:06.471Z Downloaded litrs v1.0.0
9132026-06-10T21:50:06.474Z Downloaded quick-error v1.2.3
9142026-06-10T21:50:06.511Z Downloaded postgres-protocol v0.6.10
9152026-06-10T21:50:06.511Z Downloaded rand_xorshift v0.4.0
9162026-06-10T21:50:06.511Z Downloaded der v0.7.10
9172026-06-10T21:50:06.511Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-10T21:50:06.511Z Downloaded crossbeam-channel v0.5.15
9192026-06-10T21:50:06.511Z Downloaded ppv-lite86 v0.2.21
9202026-06-10T21:50:06.511Z Downloaded parking_lot v0.12.5
9212026-06-10T21:50:06.511Z Downloaded darling_core v0.20.11
9222026-06-10T21:50:06.511Z Downloaded proc-macro-error2 v2.0.1
9232026-06-10T21:50:06.511Z Downloaded predicates v3.1.4
9242026-06-10T21:50:06.511Z Downloaded recursive v0.1.1
9252026-06-10T21:50:06.511Z Downloaded ignore v0.4.25
9262026-06-10T21:50:06.511Z Downloaded progenitor-extras v0.2.0
9272026-06-10T21:50:06.511Z Downloaded oxide-tokio-rt v0.1.4
9282026-06-10T21:50:06.511Z Downloaded progenitor v0.13.0
9292026-06-10T21:50:06.511Z Downloaded progenitor v0.11.2
9302026-06-10T21:50:06.511Z Downloaded primeorder v0.13.6
9312026-06-10T21:50:06.511Z Downloaded parking_lot_core v0.9.12
9322026-06-10T21:50:06.511Z Downloaded ref-cast v1.0.25
9332026-06-10T21:50:06.511Z Downloaded ref-cast-impl v1.0.25
9342026-06-10T21:50:06.511Z Downloaded hickory-resolver v0.24.4
9352026-06-10T21:50:06.516Z Downloaded rfc6979 v0.4.0
9362026-06-10T21:50:06.516Z Downloaded bumpalo v3.20.2
9372026-06-10T21:50:06.516Z Downloaded hickory-resolver v0.25.2
9382026-06-10T21:50:06.519Z Downloaded heapless v0.8.0
9392026-06-10T21:50:06.519Z Downloaded progenitor-client v0.13.0
9402026-06-10T21:50:06.522Z Downloaded heapless v0.7.17
9412026-06-10T21:50:06.522Z Downloaded parking_lot_core v0.8.6
9422026-06-10T21:50:06.526Z Downloaded rustc-hash v2.1.1
9432026-06-10T21:50:06.526Z Downloaded rtoolbox v0.0.3
9442026-06-10T21:50:06.530Z Downloaded pkcs1 v0.7.5
9452026-06-10T21:50:06.530Z Downloaded rustc_version v0.1.7
9462026-06-10T21:50:06.530Z Downloaded newtype-uuid v1.3.2
9472026-06-10T21:50:06.530Z Downloaded parking_lot v0.11.2
9482026-06-10T21:50:06.533Z Downloaded indicatif v0.18.4
9492026-06-10T21:50:06.533Z Downloaded russh-cryptovec v0.7.3
9502026-06-10T21:50:06.536Z Downloaded pkg-config v0.3.32
9512026-06-10T21:50:06.536Z Downloaded flate2 v1.1.9
9522026-06-10T21:50:06.540Z Downloaded r2d2 v0.8.10
9532026-06-10T21:50:06.540Z Downloaded derive_more v2.1.1
9542026-06-10T21:50:06.545Z Downloaded postgres-types v0.2.12
9552026-06-10T21:50:06.548Z Downloaded omicron-zone-package v0.12.2
9562026-06-10T21:50:06.551Z Downloaded postcard v1.1.3
9572026-06-10T21:50:06.551Z Downloaded psm v0.1.30
9582026-06-10T21:50:06.554Z Downloaded pkcs5 v0.7.1
9592026-06-10T21:50:06.554Z Downloaded salsa20 v0.10.2
9602026-06-10T21:50:06.558Z Downloaded poly1305 v0.8.0
9612026-06-10T21:50:06.558Z Downloaded scheduled-thread-pool v0.2.7
9622026-06-10T21:50:06.558Z Downloaded rand_core v0.9.5
9632026-06-10T21:50:06.561Z Downloaded rand_core v0.10.0
9642026-06-10T21:50:06.561Z Downloaded rand_chacha v0.9.0
9652026-06-10T21:50:06.561Z Downloaded polyval v0.6.2
9662026-06-10T21:50:06.564Z Downloaded p256 v0.13.2
9672026-06-10T21:50:06.564Z Downloaded miniz_oxide v0.8.9
9682026-06-10T21:50:06.567Z Downloaded expectorate v1.2.0
9692026-06-10T21:50:06.567Z Downloaded progenitor v0.14.0
9702026-06-10T21:50:06.570Z Downloaded derive_more-impl v2.1.1
9712026-06-10T21:50:06.573Z Downloaded oso v0.27.3
9722026-06-10T21:50:06.577Z Downloaded scrypt v0.11.0
9732026-06-10T21:50:06.577Z Downloaded scroll_derive v0.13.1
9742026-06-10T21:50:06.580Z Downloaded same-file v1.0.6
9752026-06-10T21:50:06.580Z Downloaded sapling-renderdag v0.1.0
9762026-06-10T21:50:06.587Z Downloaded scopeguard v1.2.0
9772026-06-10T21:50:06.590Z Downloaded rand_core v0.6.4
9782026-06-10T21:50:06.590Z Downloaded pin-project v1.1.11
9792026-06-10T21:50:06.596Z Downloaded secrecy v0.8.0
9802026-06-10T21:50:06.599Z Downloaded quinn-udp v0.5.14
9812026-06-10T21:50:06.603Z Downloaded rustc_version v0.4.1
9822026-06-10T21:50:06.606Z Downloaded resolv-conf v0.7.6
9832026-06-10T21:50:06.606Z Downloaded seq-macro v0.3.6
9842026-06-10T21:50:06.610Z Downloaded serde_urlencoded v0.7.1
9852026-06-10T21:50:06.610Z Downloaded serde_repr v0.1.20
9862026-06-10T21:50:06.614Z Downloaded semver v0.1.20
9872026-06-10T21:50:06.614Z Downloaded secrecy v0.10.3
9882026-06-10T21:50:06.614Z Downloaded serde_spanned v1.0.4
9892026-06-10T21:50:06.614Z Downloaded serde_plain v1.0.2
9902026-06-10T21:50:06.614Z Downloaded shell-words v1.1.1
9912026-06-10T21:50:06.617Z Downloaded serde_bytes v0.11.19
9922026-06-10T21:50:06.617Z Downloaded signal-hook-mio v0.2.5
9932026-06-10T21:50:06.617Z Downloaded sha1 v0.10.6
9942026-06-10T21:50:06.617Z Downloaded serde-big-array v0.5.1
9952026-06-10T21:50:06.627Z Downloaded rustls-native-certs v0.8.3
9962026-06-10T21:50:06.632Z Downloaded jiff-static v0.2.21
9972026-06-10T21:50:06.640Z Downloaded signal-hook-tokio v0.3.1
9982026-06-10T21:50:06.643Z Downloaded siphasher v1.0.2
9992026-06-10T21:50:06.644Z Downloaded rustls-pemfile v2.2.0
10002026-06-10T21:50:06.647Z Downloaded slog-envlogger v2.2.0
10012026-06-10T21:50:06.647Z Downloaded rustls-pemfile v1.0.4
10022026-06-10T21:50:06.647Z Downloaded rand_seeder v0.4.0
10032026-06-10T21:50:06.650Z Downloaded sigpipe v0.1.3
10042026-06-10T21:50:06.651Z Downloaded minimal-lexical v0.2.1
10052026-06-10T21:50:06.654Z Downloaded openssl-sys v0.9.115
10062026-06-10T21:50:06.657Z Downloaded schemars_derive v0.8.22
10072026-06-10T21:50:06.657Z Downloaded rusty-fork v0.3.1
10082026-06-10T21:50:06.657Z Downloaded progenitor-impl v0.13.0
10092026-06-10T21:50:06.660Z Downloaded diesel_derives v2.3.7
10102026-06-10T21:50:06.666Z Downloaded papergrid v0.17.0
10112026-06-10T21:50:06.669Z Downloaded sct v0.7.1
10122026-06-10T21:50:06.673Z Downloaded sec1 v0.7.3
10132026-06-10T21:50:06.673Z Downloaded async-compression v0.4.41
10142026-06-10T21:50:06.677Z Downloaded aes v0.8.4
10152026-06-10T21:50:06.681Z Downloaded hickory-server v0.25.2
10162026-06-10T21:50:06.681Z Downloaded ssh-encoding v0.2.0
10172026-06-10T21:50:06.686Z Downloaded scroll v0.13.0
10182026-06-10T21:50:06.689Z Downloaded progenitor-impl v0.14.0
10192026-06-10T21:50:06.692Z Downloaded serde_with_macros v1.5.2
10202026-06-10T21:50:06.698Z Downloaded russh-keys v0.45.0
10212026-06-10T21:50:06.698Z Downloaded serde_derive_internals v0.29.1
10222026-06-10T21:50:06.702Z Downloaded serde-hex v0.1.0
10232026-06-10T21:50:06.702Z Downloaded sqlparser_derive v0.5.0
10242026-06-10T21:50:06.702Z Downloaded ssh-cipher v0.2.0
10252026-06-10T21:50:06.702Z Downloaded signature v2.2.0
10262026-06-10T21:50:06.705Z Downloaded strip-ansi-escapes v0.2.1
10272026-06-10T21:50:06.705Z Downloaded hashbrown v0.13.2
10282026-06-10T21:50:06.708Z Downloaded slab v0.4.12
10292026-06-10T21:50:06.708Z Downloaded simd-adler32 v0.3.8
10302026-06-10T21:50:06.711Z Downloaded hashbrown v0.12.3
10312026-06-10T21:50:06.711Z Downloaded shlex v1.3.0
10322026-06-10T21:50:06.714Z Downloaded serde_path_to_error v0.1.20
10332026-06-10T21:50:06.718Z Downloaded slog-bunyan v2.5.0
10342026-06-10T21:50:06.721Z Downloaded structmeta v0.3.0
10352026-06-10T21:50:06.724Z Downloaded structmeta-derive v0.3.0
10362026-06-10T21:50:06.724Z Downloaded sync_wrapper v1.0.2
10372026-06-10T21:50:06.724Z Downloaded strum v0.26.3
10382026-06-10T21:50:06.724Z Downloaded sync-ptr v0.1.4
10392026-06-10T21:50:06.727Z Downloaded slog-dtrace v0.3.0
10402026-06-10T21:50:06.727Z Downloaded strsim v0.10.0
10412026-06-10T21:50:06.727Z Downloaded rustls-pki-types v1.14.0
10422026-06-10T21:50:06.738Z Downloaded tabled_derive v0.11.0
10432026-06-10T21:50:06.742Z Downloaded strum v0.27.2
10442026-06-10T21:50:06.742Z Downloaded supports-color v3.0.2
10452026-06-10T21:50:06.742Z Downloaded crossterm v0.29.0
10462026-06-10T21:50:06.746Z Downloaded tap v1.0.1
10472026-06-10T21:50:06.746Z Downloaded tabwriter v1.4.1
10482026-06-10T21:50:06.751Z Downloaded ron v0.8.1
10492026-06-10T21:50:06.755Z Downloaded prettyplease v0.2.37
10502026-06-10T21:50:06.755Z Downloaded snafu-derive v0.8.9
10512026-06-10T21:50:06.755Z Downloaded spki v0.7.3
10522026-06-10T21:50:06.759Z Downloaded smf v0.2.3
10532026-06-10T21:50:06.760Z Downloaded slog-stdlog v4.1.1
10542026-06-10T21:50:06.760Z Downloaded take_mut v0.2.2
10552026-06-10T21:50:06.760Z Downloaded tagptr v0.2.0
10562026-06-10T21:50:06.760Z Downloaded testing_table v0.3.0
10572026-06-10T21:50:06.764Z Downloaded sqlformat v0.3.5
10582026-06-10T21:50:06.764Z Downloaded slog-scope v4.4.1
10592026-06-10T21:50:06.764Z Downloaded slog-json v2.6.1
10602026-06-10T21:50:06.768Z Downloaded prefix-trie v0.7.0
10612026-06-10T21:50:06.768Z Downloaded slog-async v2.8.0
10622026-06-10T21:50:06.772Z Downloaded serde_with_macros v3.17.0
10632026-06-10T21:50:06.772Z Downloaded termtree v0.5.1
10642026-06-10T21:50:06.776Z Downloaded stringprep v0.1.5
10652026-06-10T21:50:06.776Z Downloaded string_cache v0.8.9
10662026-06-10T21:50:06.776Z Downloaded thread-id v5.1.0
10672026-06-10T21:50:06.777Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-10T21:50:06.781Z Downloaded static_assertions v1.1.0
10692026-06-10T21:50:06.781Z Downloaded stacker v0.1.23
10702026-06-10T21:50:06.781Z Downloaded signal-hook-registry v1.4.8
10712026-06-10T21:50:06.785Z Downloaded tinyvec_macros v0.1.1
10722026-06-10T21:50:06.790Z Downloaded http v1.4.0
10732026-06-10T21:50:06.790Z Downloaded itertools v0.10.5
10742026-06-10T21:50:06.796Z Downloaded subtle v2.6.1
10752026-06-10T21:50:06.799Z Downloaded tokio-macros v2.7.0
10762026-06-10T21:50:06.799Z Downloaded rustversion v1.0.22
10772026-06-10T21:50:06.803Z Downloaded support-bundle-viewer v0.1.2
10782026-06-10T21:50:06.811Z Downloaded ryu v1.0.23
10792026-06-10T21:50:06.811Z Downloaded rcgen v0.12.1
10802026-06-10T21:50:06.814Z Downloaded progenitor-impl v0.11.2
10812026-06-10T21:50:06.814Z Downloaded pretty_assertions v1.4.1
10822026-06-10T21:50:06.814Z Downloaded smallvec v0.6.14
10832026-06-10T21:50:06.814Z Downloaded nom v7.1.3
10842026-06-10T21:50:06.819Z Downloaded strum_macros v0.24.3
10852026-06-10T21:50:06.819Z Downloaded slog-term v2.9.2
10862026-06-10T21:50:06.824Z Downloaded quinn v0.11.9
10872026-06-10T21:50:06.828Z Downloaded rayon-core v1.13.0
10882026-06-10T21:50:06.828Z Downloaded spin v0.9.8
10892026-06-10T21:50:06.832Z Downloaded tower-layer v0.3.3
10902026-06-10T21:50:06.832Z Downloaded topological-sort v0.2.2
10912026-06-10T21:50:06.836Z Downloaded thread_local v1.1.9
10922026-06-10T21:50:06.841Z Downloaded rand v0.8.6
10932026-06-10T21:50:06.844Z Downloaded serde_cbor v0.11.2
10942026-06-10T21:50:06.847Z Downloaded num-bigint v0.4.6
10952026-06-10T21:50:06.850Z Downloaded mio v1.2.0
10962026-06-10T21:50:06.853Z Downloaded try-lock v0.2.5
10972026-06-10T21:50:06.853Z Downloaded thiserror-no-std v2.0.2
10982026-06-10T21:50:06.856Z Downloaded tower-service v0.3.3
10992026-06-10T21:50:06.856Z Downloaded time-core v0.1.8
11002026-06-10T21:50:06.856Z Downloaded termios v0.3.3
11012026-06-10T21:50:06.856Z Downloaded signal-hook v0.3.18
11022026-06-10T21:50:06.860Z Downloaded serde_yaml v0.9.34+deprecated
11032026-06-10T21:50:06.864Z Downloaded hashbrown v0.15.5
11042026-06-10T21:50:06.867Z Downloaded schemars v0.8.22
11052026-06-10T21:50:06.871Z Downloaded tls_codec v0.4.2
11062026-06-10T21:50:06.874Z Downloaded slog v2.8.2
11072026-06-10T21:50:06.874Z Downloaded hyper-util v0.1.20
11082026-06-10T21:50:06.879Z Downloaded typify-macro v0.6.2
11092026-06-10T21:50:06.879Z Downloaded itertools v0.13.0
11102026-06-10T21:50:06.882Z Downloaded tokio-rustls v0.25.0
11112026-06-10T21:50:06.885Z Downloaded strum_macros v0.27.2
11122026-06-10T21:50:06.885Z Downloaded tokio-dtrace v0.1.1
11132026-06-10T21:50:06.885Z Downloaded tls_codec_derive v0.4.2
11142026-06-10T21:50:06.888Z Downloaded universal-hash v0.5.1
11152026-06-10T21:50:06.888Z Downloaded untrusted v0.9.0
11162026-06-10T21:50:06.888Z Downloaded aho-corasick v1.1.4
11172026-06-10T21:50:06.892Z Downloaded term v0.7.0
11182026-06-10T21:50:06.895Z Downloaded strum_macros v0.26.4
11192026-06-10T21:50:06.895Z Downloaded untrusted v0.7.1
11202026-06-10T21:50:06.895Z Downloaded unicode-truncate v1.1.0
11212026-06-10T21:50:06.898Z Downloaded itertools v0.12.1
11222026-06-10T21:50:06.902Z Downloaded iri-string v0.7.10
11232026-06-10T21:50:06.905Z Downloaded usdt v0.6.0
11242026-06-10T21:50:06.905Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11252026-06-10T21:50:06.905Z Downloaded tokio-tungstenite v0.23.1
11262026-06-10T21:50:06.908Z Downloaded unit-prefix v0.5.2
11272026-06-10T21:50:06.908Z Downloaded typify-macro v0.4.3
11282026-06-10T21:50:06.909Z Downloaded similar v2.7.0
11292026-06-10T21:50:06.912Z Downloaded rustls-platform-verifier v0.6.2
11302026-06-10T21:50:06.915Z Downloaded rsa v0.9.10
11312026-06-10T21:50:06.919Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-10T21:50:06.919Z Downloaded tokio-tungstenite v0.21.0
11332026-06-10T21:50:06.919Z Downloaded term v1.2.1
11342026-06-10T21:50:06.922Z Downloaded hashbrown v0.16.1
11352026-06-10T21:50:06.926Z Downloaded usdt-macro v0.6.0
11362026-06-10T21:50:06.926Z Downloaded usdt-attr-macro v0.6.0
11372026-06-10T21:50:06.926Z Downloaded aws-lc-rs v1.16.3
11382026-06-10T21:50:06.929Z Downloaded void v1.0.2
11392026-06-10T21:50:06.932Z Downloaded tiny-keccak v2.0.2
11402026-06-10T21:50:06.932Z Downloaded libxml v0.3.3
11412026-06-10T21:50:06.935Z Downloaded utf-8 v0.7.6
11422026-06-10T21:50:06.935Z Downloaded trait-variant v0.1.2
11432026-06-10T21:50:06.938Z Downloaded time-macros v0.2.27
11442026-06-10T21:50:06.945Z Downloaded num-bigint-dig v0.8.6
11452026-06-10T21:50:06.948Z Downloaded qorb v0.4.1
11462026-06-10T21:50:06.951Z Downloaded rand v0.9.2
11472026-06-10T21:50:06.951Z Downloaded wait-timeout v0.2.1
11482026-06-10T21:50:06.954Z Downloaded want v0.3.1
11492026-06-10T21:50:06.954Z Downloaded waitgroup v0.1.2
11502026-06-10T21:50:06.954Z Downloaded unicase v2.9.0
11512026-06-10T21:50:06.954Z Downloaded unarray v0.1.4
11522026-06-10T21:50:06.957Z Downloaded tui-tree-widget v0.23.1
11532026-06-10T21:50:06.957Z Downloaded publicsuffix v2.3.0
11542026-06-10T21:50:06.957Z Downloaded hyper v1.8.1
11552026-06-10T21:50:06.961Z Downloaded rustls-webpki v0.103.9
11562026-06-10T21:50:06.964Z Downloaded samael v0.0.19
11572026-06-10T21:50:06.967Z Downloaded tokio-rustls v0.24.1
11582026-06-10T21:50:06.971Z Downloaded tokio-native-tls v0.3.1
11592026-06-10T21:50:06.971Z Downloaded socket2 v0.5.10
11602026-06-10T21:50:06.971Z Downloaded nom v8.0.0
11612026-06-10T21:50:06.974Z Downloaded itertools v0.14.0
11622026-06-10T21:50:06.978Z Downloaded xattr v1.6.1
11632026-06-10T21:50:06.985Z Downloaded bitvec v1.0.1
11642026-06-10T21:50:06.990Z Downloaded zeroize_derive v1.4.3
11652026-06-10T21:50:06.990Z Downloaded xshell-macros v0.2.7
11662026-06-10T21:50:06.990Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-06-10T21:50:06.990Z Downloaded tinyvec v1.10.0
11682026-06-10T21:50:06.993Z Downloaded tokio-stream v0.1.18
11692026-06-10T21:50:06.993Z Downloaded tokio-rustls v0.26.4
11702026-06-10T21:50:06.993Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-06-10T21:50:06.996Z Downloaded uzers v0.12.2
11722026-06-10T21:50:06.997Z Downloaded socket2 v0.6.3
11732026-06-10T21:50:07.000Z Downloaded zone_cfg_derive v0.3.1
11742026-06-10T21:50:07.000Z Downloaded zone v0.3.1
11752026-06-10T21:50:07.000Z Downloaded snafu v0.8.9
11762026-06-10T21:50:07.003Z Downloaded vergen-lib v0.1.6
11772026-06-10T21:50:07.003Z Downloaded blake3 v1.8.3
11782026-06-10T21:50:07.011Z Downloaded vergen-lib v9.1.0
11792026-06-10T21:50:07.015Z Downloaded schemars v1.2.1
11802026-06-10T21:50:07.018Z Downloaded vergen-git2 v9.1.0
11812026-06-10T21:50:07.018Z Downloaded twox-hash v2.1.2
11822026-06-10T21:50:07.023Z Downloaded tracing-attributes v0.1.31
11832026-06-10T21:50:07.023Z Downloaded rand v0.10.0
11842026-06-10T21:50:07.026Z Downloaded walkdir v2.5.0
11852026-06-10T21:50:07.026Z Downloaded vsss-rs v3.3.4
11862026-06-10T21:50:07.026Z Downloaded subprocess v0.2.15
11872026-06-10T21:50:07.029Z Downloaded h2 v0.4.13
11882026-06-10T21:50:07.033Z Downloaded futures-util v0.3.32
11892026-06-10T21:50:07.038Z Downloaded whoami v1.6.1
11902026-06-10T21:50:07.041Z Downloaded tar v0.4.45
11912026-06-10T21:50:07.041Z Downloaded unicode-properties v0.1.4
11922026-06-10T21:50:07.045Z Downloaded schemars v0.9.0
11932026-06-10T21:50:07.049Z Downloaded zeroize v1.8.2
11942026-06-10T21:50:07.052Z Downloaded xshell v0.2.7
11952026-06-10T21:50:07.052Z Downloaded wyz v0.5.1
11962026-06-10T21:50:07.052Z Downloaded whoami v2.1.0
11972026-06-10T21:50:07.055Z Downloaded tracing-core v0.1.36
11982026-06-10T21:50:07.055Z Downloaded toml v0.7.8
11992026-06-10T21:50:07.058Z Downloaded hkdf v0.12.4
12002026-06-10T21:50:07.058Z Downloaded usdt-impl v0.6.0
12012026-06-10T21:50:07.058Z Downloaded zstd v0.13.3
12022026-06-10T21:50:07.063Z Downloaded zstd-safe v7.2.4
12032026-06-10T21:50:07.063Z Downloaded vergen-gitcl v1.0.8
12042026-06-10T21:50:07.063Z Downloaded test-strategy v0.4.5
12052026-06-10T21:50:07.066Z Downloaded toml v1.0.6+spec-1.1.0
12062026-06-10T21:50:07.066Z Downloaded vergen v9.1.0
12072026-06-10T21:50:07.069Z Downloaded p521 v0.13.3
12082026-06-10T21:50:07.075Z Downloaded tungstenite v0.21.0
12092026-06-10T21:50:07.080Z Downloaded tungstenite v0.23.0
12102026-06-10T21:50:07.083Z Downloaded typify v0.4.3
12112026-06-10T21:50:07.089Z Downloaded russh v0.45.0
12122026-06-10T21:50:07.095Z Downloaded rustyline v14.0.0
12132026-06-10T21:50:07.103Z Downloaded serde_with v1.14.0
12142026-06-10T21:50:07.108Z Downloaded zerocopy v0.6.6
12152026-06-10T21:50:07.108Z Downloaded uuid v1.23.0
12162026-06-10T21:50:07.112Z Downloaded rpassword v7.4.0
12172026-06-10T21:50:07.121Z Downloaded iddqd v0.4.2
12182026-06-10T21:50:07.126Z Downloaded unicode-bidi v0.3.18
12192026-06-10T21:50:07.126Z Downloaded typify v0.6.2
12202026-06-10T21:50:07.126Z Downloaded steno v0.4.1
12212026-06-10T21:50:07.129Z Downloaded vte v0.14.1
12222026-06-10T21:50:07.172Z Downloaded unsafe-libyaml v0.2.11
12232026-06-10T21:50:07.179Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-06-10T21:50:07.179Z Downloaded libm v0.2.16
12252026-06-10T21:50:07.179Z Downloaded ssh-key v0.6.7
12262026-06-10T21:50:07.179Z Downloaded yasna v0.5.2
12272026-06-10T21:50:07.179Z Downloaded zopfli v0.8.3
12282026-06-10T21:50:07.179Z Downloaded unicode_categories v0.1.1
12292026-06-10T21:50:07.186Z Downloaded tokio-postgres v0.7.16
12302026-06-10T21:50:07.192Z Downloaded git2 v0.20.4
12312026-06-10T21:50:07.198Z Downloaded zip v0.6.6
12322026-06-10T21:50:07.202Z Downloaded chrono v0.4.44
12332026-06-10T21:50:07.211Z Downloaded reqwest v0.12.28
12342026-06-10T21:50:07.215Z Downloaded p384 v0.13.1
12352026-06-10T21:50:07.218Z Downloaded portable-atomic v1.13.1
12362026-06-10T21:50:07.225Z Downloaded rayon v1.11.0
12372026-06-10T21:50:07.230Z Downloaded bindgen v0.71.1
12382026-06-10T21:50:08.238Z Downloaded zerocopy-derive v0.8.40
12392026-06-10T21:50:08.244Z Downloaded toml_edit v0.19.15
12402026-06-10T21:50:08.244Z Downloaded typed-path v0.9.3
12412026-06-10T21:50:08.244Z Downloaded tower v0.5.3
12422026-06-10T21:50:08.244Z Downloaded lalrpop v0.19.12
12432026-06-10T21:50:08.244Z Downloaded rustls-webpki v0.101.7
12442026-06-10T21:50:08.244Z Downloaded yansi v1.0.1
12452026-06-10T21:50:08.244Z Downloaded unicode-segmentation v1.12.0
12462026-06-10T21:50:08.244Z Downloaded quick-xml v0.37.5
12472026-06-10T21:50:08.244Z Downloaded x509-cert v0.2.5
12482026-06-10T21:50:08.244Z Downloaded reqwest v0.13.2
12492026-06-10T21:50:08.244Z Downloaded moka v0.12.13
12502026-06-10T21:50:08.244Z Downloaded regex v1.12.3
12512026-06-10T21:50:08.244Z Downloaded reedline v0.40.0
12522026-06-10T21:50:08.244Z Downloaded salty v0.3.0
12532026-06-10T21:50:08.244Z Downloaded unicode-normalization v0.1.25
12542026-06-10T21:50:08.244Z Downloaded tokio-util v0.7.18
12552026-06-10T21:50:08.244Z Downloaded proptest v1.10.0
12562026-06-10T21:50:08.244Z Downloaded goblin v0.10.5
12572026-06-10T21:50:08.244Z Downloaded tower-http v0.6.8
12582026-06-10T21:50:08.244Z Downloaded rustls-webpki v0.102.8
12592026-06-10T21:50:08.245Z Downloaded serde_with v3.17.0
12602026-06-10T21:50:08.245Z Downloaded petname v2.0.2
12612026-06-10T21:50:08.245Z Downloaded zip v4.6.1
12622026-06-10T21:50:08.245Z Downloaded nix v0.27.1
12632026-06-10T21:50:08.245Z Downloaded object v0.30.4
12642026-06-10T21:50:08.245Z Downloaded tough v0.22.0
12652026-06-10T21:50:08.245Z Downloaded curve25519-dalek v4.1.3
12662026-06-10T21:50:08.245Z Downloaded bstr v1.12.1
12672026-06-10T21:50:08.245Z Downloaded quinn-proto v0.11.13
12682026-06-10T21:50:08.245Z Downloaded winnow v0.5.40
12692026-06-10T21:50:08.245Z Downloaded radix_trie v0.2.1
12702026-06-10T21:50:08.245Z Downloaded polar-core v0.27.3
12712026-06-10T21:50:08.245Z Downloaded openssl v0.10.79
12722026-06-10T21:50:08.245Z Downloaded tabled v0.20.0
12732026-06-10T21:50:08.245Z Downloaded nix v0.28.0
12742026-06-10T21:50:08.245Z Downloaded winnow v0.6.26
12752026-06-10T21:50:08.245Z Downloaded time v0.3.47
12762026-06-10T21:50:08.245Z Downloaded zlib-rs v0.6.2
12772026-06-10T21:50:08.245Z Downloaded hickory-proto v0.24.4
12782026-06-10T21:50:08.245Z Downloaded smoltcp v0.9.1
12792026-06-10T21:50:08.245Z Downloaded object v0.37.3
12802026-06-10T21:50:08.245Z Downloaded dropshot v0.17.0
12812026-06-10T21:50:08.245Z Downloaded vcpkg v0.2.15
12822026-06-10T21:50:08.245Z Downloaded rustls v0.21.12
12832026-06-10T21:50:08.245Z Downloaded zerocopy v0.8.40
12842026-06-10T21:50:08.245Z Downloaded webpki-roots v1.0.6
12852026-06-10T21:50:08.245Z Downloaded rustls v0.22.4
12862026-06-10T21:50:08.246Z Downloaded regex-syntax v0.8.10
12872026-06-10T21:50:08.246Z Downloaded diesel v2.3.7
12882026-06-10T21:50:08.246Z Downloaded regress v0.11.1
12892026-06-10T21:50:08.246Z Downloaded hickory-proto v0.25.2
12902026-06-10T21:50:08.246Z Downloaded rustix v0.38.44
12912026-06-10T21:50:08.246Z Downloaded rustls v0.23.37
12922026-06-10T21:50:08.246Z Downloaded regress v0.10.5
12932026-06-10T21:50:08.246Z Downloaded smoltcp v0.11.0
12942026-06-10T21:50:08.246Z Downloaded sqlparser v0.61.0
12952026-06-10T21:50:08.246Z Downloaded openapiv3 v2.2.0
12962026-06-10T21:50:08.246Z Downloaded regex-syntax v0.6.29
12972026-06-10T21:50:08.246Z Downloaded nix v0.31.2
12982026-06-10T21:50:08.246Z Downloaded typify-impl v0.6.2
12992026-06-10T21:50:08.246Z Downloaded tracing v0.1.44
13002026-06-10T21:50:08.246Z Downloaded zerocopy-derive v0.6.6
13012026-06-10T21:50:08.246Z Downloaded sled v0.34.7
13022026-06-10T21:50:08.246Z Downloaded typify-impl v0.4.3
13032026-06-10T21:50:08.246Z Downloaded ratatui v0.29.0
13042026-06-10T21:50:08.246Z Downloaded petgraph v0.6.5
13052026-06-10T21:50:08.246Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-06-10T21:50:08.246Z Downloaded jiff v0.2.21
13072026-06-10T21:50:08.246Z Downloaded csv v1.4.0
13082026-06-10T21:50:08.246Z Downloaded regex-automata v0.4.14
13092026-06-10T21:50:08.246Z Downloaded tokio v1.52.1
13102026-06-10T21:50:08.246Z Downloaded chrono-tz v0.10.4
13112026-06-10T21:50:08.246Z Downloaded petgraph v0.8.3
13122026-06-10T21:50:08.246Z Downloaded encoding_rs v0.8.35
13132026-06-10T21:50:08.247Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-06-10T21:50:08.247Z Downloaded libz-sys v1.1.24
13152026-06-10T21:50:08.247Z Downloaded sha3 v0.10.8
13162026-06-10T21:50:08.247Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-10T21:50:08.247Z Downloaded ring v0.17.14
13182026-06-10T21:50:08.562Z Downloaded aws-lc-sys v0.40.0
13192026-06-10T21:50:08.814Z Compiling libc v0.2.185
13202026-06-10T21:50:08.814Z Compiling serde v1.0.228
13212026-06-10T21:50:08.818Z Compiling log v0.4.29
13222026-06-10T21:50:08.818Z Compiling find-msvc-tools v0.1.9
13232026-06-10T21:50:08.818Z Compiling shlex v1.3.0
13242026-06-10T21:50:08.949Z Compiling smallvec v1.15.1
13252026-06-10T21:50:08.969Z Compiling syn v2.0.117
13262026-06-10T21:50:08.978Z Compiling typenum v1.19.0
13272026-06-10T21:50:09.140Z Compiling generic-array v0.14.7
13282026-06-10T21:50:09.160Z Compiling subtle v2.6.1
13292026-06-10T21:50:09.184Z Compiling scopeguard v1.2.0
13302026-06-10T21:50:09.217Z Compiling const-oid v0.9.6
13312026-06-10T21:50:09.278Z Compiling lock_api v0.4.14
13322026-06-10T21:50:09.290Z Compiling serde_json v1.0.149
13332026-06-10T21:50:09.355Z Compiling zerocopy v0.8.40
13342026-06-10T21:50:09.380Z Compiling pin-project-lite v0.2.17
13352026-06-10T21:50:09.479Z Compiling parking_lot_core v0.9.12
13362026-06-10T21:50:09.491Z Compiling portable-atomic v1.13.1
13372026-06-10T21:50:09.725Z Compiling pkg-config v0.3.32
13382026-06-10T21:50:09.784Z Compiling getrandom v0.2.17
13392026-06-10T21:50:09.837Z Compiling jobserver v0.1.34
13402026-06-10T21:50:09.933Z Compiling rand_core v0.6.4
13412026-06-10T21:50:09.948Z Compiling errno v0.3.14
13422026-06-10T21:50:10.092Z Compiling cc v1.2.56
13432026-06-10T21:50:10.254Z Compiling signal-hook-registry v1.4.8
13442026-06-10T21:50:10.267Z Compiling bitflags v2.11.0
13452026-06-10T21:50:10.273Z Compiling futures-core v0.3.32
13462026-06-10T21:50:10.285Z Compiling libm v0.2.16
13472026-06-10T21:50:10.424Z Compiling critical-section v1.2.0
13482026-06-10T21:50:10.438Z Compiling parking_lot v0.12.5
13492026-06-10T21:50:10.462Z Compiling mio v1.2.0
13502026-06-10T21:50:10.499Z Compiling num-traits v0.2.19
13512026-06-10T21:50:10.530Z Compiling once_cell v1.21.3
13522026-06-10T21:50:10.589Z Compiling percent-encoding v2.3.2
13532026-06-10T21:50:10.734Z Compiling socket2 v0.6.3
13542026-06-10T21:50:10.772Z Compiling futures-sink v0.3.32
13552026-06-10T21:50:10.822Z Compiling getrandom v0.4.1
13562026-06-10T21:50:10.941Z Compiling slab v0.4.12
13572026-06-10T21:50:11.013Z Compiling futures-channel v0.3.32
13582026-06-10T21:50:11.053Z Compiling futures-io v0.3.32
13592026-06-10T21:50:11.121Z Compiling cpufeatures v0.2.17
13602026-06-10T21:50:11.198Z Compiling futures-task v0.3.32
13612026-06-10T21:50:11.212Z Compiling rand_core v0.10.0
13622026-06-10T21:50:11.224Z Compiling indexmap v2.14.0
13632026-06-10T21:50:11.252Z Compiling getrandom v0.3.4
13642026-06-10T21:50:11.268Z Compiling rustversion v1.0.22
13652026-06-10T21:50:11.368Z Compiling cmake v0.1.57
13662026-06-10T21:50:11.672Z Compiling form_urlencoded v1.2.2
13672026-06-10T21:50:11.738Z Compiling dunce v1.0.5
13682026-06-10T21:50:11.828Z Compiling fs_extra v1.3.0
13692026-06-10T21:50:11.837Z Compiling base64ct v1.8.3
13702026-06-10T21:50:11.852Z Compiling synstructure v0.13.2
13712026-06-10T21:50:11.896Z Compiling ident_case v1.0.1
13722026-06-10T21:50:12.022Z Compiling regex-syntax v0.8.10
13732026-06-10T21:50:12.075Z Compiling aws-lc-sys v0.40.0
13742026-06-10T21:50:12.133Z Compiling pem-rfc7468 v0.7.0
13752026-06-10T21:50:12.221Z Compiling iana-time-zone v0.1.65
13762026-06-10T21:50:12.248Z Compiling flagset v0.4.7
13772026-06-10T21:50:12.383Z Compiling rustix v1.1.3
13782026-06-10T21:50:12.396Z Compiling rand_core v0.9.5
13792026-06-10T21:50:12.424Z Compiling ring v0.17.14
13802026-06-10T21:50:12.443Z Compiling aws-lc-rs v1.16.3
13812026-06-10T21:50:12.466Z Compiling vcpkg v0.2.15
13822026-06-10T21:50:12.678Z Compiling uuid v1.23.0
13832026-06-10T21:50:12.737Z Compiling rustc_version v0.4.1
13842026-06-10T21:50:13.089Z Compiling tracing-core v0.1.36
13852026-06-10T21:50:13.222Z Compiling openssl-sys v0.9.115
13862026-06-10T21:50:13.398Z Compiling base64 v0.22.1
13872026-06-10T21:50:13.641Z Compiling tinyvec_macros v0.1.1
13882026-06-10T21:50:13.644Z Compiling serde_derive v1.0.228
13892026-06-10T21:50:13.716Z Compiling zeroize_derive v1.4.3
13902026-06-10T21:50:13.729Z Compiling zerofrom-derive v0.1.6
13912026-06-10T21:50:13.752Z Compiling yoke-derive v0.8.1
13922026-06-10T21:50:14.158Z Compiling zerovec-derive v0.11.2
13932026-06-10T21:50:14.377Z Compiling zeroize v1.8.2
13942026-06-10T21:50:14.436Z Compiling zerocopy-derive v0.8.40
13952026-06-10T21:50:14.964Z Compiling displaydoc v0.2.5
13962026-06-10T21:50:15.186Z Compiling crypto-common v0.1.7
13972026-06-10T21:50:15.189Z Compiling zerofrom v0.1.6
13982026-06-10T21:50:15.320Z Compiling yoke v0.8.1
13992026-06-10T21:50:15.335Z Compiling block-buffer v0.10.4
14002026-06-10T21:50:15.338Z Compiling tokio-macros v2.7.0
14012026-06-10T21:50:15.505Z Compiling zerovec v0.11.5
14022026-06-10T21:50:15.519Z Compiling digest v0.10.7
14032026-06-10T21:50:15.716Z Compiling zerotrie v0.2.3
14042026-06-10T21:50:15.761Z Compiling futures-macro v0.3.32
14052026-06-10T21:50:16.010Z Compiling tinystr v0.8.2
14062026-06-10T21:50:16.045Z Compiling potential_utf v0.1.4
14072026-06-10T21:50:16.114Z Compiling hmac v0.12.1
14082026-06-10T21:50:16.206Z Compiling icu_locale_core v2.1.1
14092026-06-10T21:50:16.209Z Compiling icu_collections v2.1.1
14102026-06-10T21:50:16.269Z Compiling block-padding v0.3.3
14112026-06-10T21:50:16.427Z Compiling inout v0.1.4
14122026-06-10T21:50:16.593Z Compiling futures-util v0.3.32
14132026-06-10T21:50:16.607Z Compiling cipher v0.4.4
14142026-06-10T21:50:16.690Z Compiling sha2 v0.10.9
14152026-06-10T21:50:16.867Z Compiling icu_provider v2.1.1
14162026-06-10T21:50:17.092Z Compiling der_derive v0.7.3
14172026-06-10T21:50:17.107Z Compiling salsa20 v0.10.2
14182026-06-10T21:50:17.169Z Compiling bytes v1.11.1
14192026-06-10T21:50:17.239Z Compiling icu_properties v2.1.2
14202026-06-10T21:50:17.253Z Compiling icu_normalizer v2.1.1
14212026-06-10T21:50:17.778Z Compiling tokio v1.52.1
14222026-06-10T21:50:17.781Z Compiling http v1.4.0
14232026-06-10T21:50:18.034Z Compiling der v0.7.10
14242026-06-10T21:50:18.080Z Compiling idna_adapter v1.2.1
14252026-06-10T21:50:18.218Z Compiling idna v1.1.0
14262026-06-10T21:50:18.320Z Compiling chrono v0.4.44
14272026-06-10T21:50:18.692Z Compiling url v2.5.8
14282026-06-10T21:50:18.845Z Compiling ppv-lite86 v0.2.21
14292026-06-10T21:50:18.863Z Compiling spki v0.7.3
14302026-06-10T21:50:18.955Z Compiling pbkdf2 v0.12.2
14312026-06-10T21:50:19.059Z Compiling rustls-pki-types v1.14.0
14322026-06-10T21:50:19.073Z Compiling tracing-attributes v0.1.31
14332026-06-10T21:50:19.163Z Compiling thiserror-impl v2.0.18
14342026-06-10T21:50:19.210Z Compiling rand_chacha v0.9.0
14352026-06-10T21:50:19.482Z Compiling scrypt v0.11.0
14362026-06-10T21:50:19.502Z Compiling http-body v1.0.1
14372026-06-10T21:50:19.656Z Compiling aes v0.8.4
14382026-06-10T21:50:19.678Z Compiling cbc v0.1.2
14392026-06-10T21:50:19.791Z Compiling untrusted v0.7.1
14402026-06-10T21:50:19.825Z Compiling httparse v1.10.1
14412026-06-10T21:50:19.900Z Compiling openssl-probe v0.2.1
14422026-06-10T21:50:19.914Z Compiling untrusted v0.9.0
14432026-06-10T21:50:20.032Z Compiling pkcs5 v0.7.1
14442026-06-10T21:50:20.199Z Compiling rand v0.9.2
14452026-06-10T21:50:20.359Z Compiling tracing v0.1.44
14462026-06-10T21:50:20.476Z Compiling thiserror v2.0.18
14472026-06-10T21:50:20.507Z Compiling tinyvec v1.10.0
14482026-06-10T21:50:20.581Z Compiling pest_generator v2.8.6
14492026-06-10T21:50:20.623Z Compiling serde_derive_internals v0.29.1
14502026-06-10T21:50:20.686Z Compiling aho-corasick v1.1.4
14512026-06-10T21:50:20.846Z Compiling rustls v0.23.37
14522026-06-10T21:50:21.007Z Compiling atomic-waker v1.1.2
14532026-06-10T21:50:21.028Z Compiling dyn-clone v1.0.20
14542026-06-10T21:50:21.134Z Compiling schemars v0.8.22
14552026-06-10T21:50:21.170Z Compiling tower-service v0.3.3
14562026-06-10T21:50:21.267Z Compiling try-lock v0.2.5
14572026-06-10T21:50:21.312Z Compiling tower-layer v0.3.3
14582026-06-10T21:50:21.350Z Compiling want v0.3.1
14592026-06-10T21:50:21.376Z Compiling pest_derive v2.8.6
14602026-06-10T21:50:21.470Z Compiling pkcs8 v0.10.2
14612026-06-10T21:50:21.513Z Compiling tokio-util v0.7.18
14622026-06-10T21:50:21.539Z Compiling schemars_derive v0.8.22
14632026-06-10T21:50:21.819Z Compiling regex-automata v0.4.14
14642026-06-10T21:50:21.877Z Compiling ipnet v2.11.0
14652026-06-10T21:50:22.101Z Compiling scroll_derive v0.13.1
14662026-06-10T21:50:22.372Z Compiling h2 v0.4.13
14672026-06-10T21:50:22.422Z Compiling darling_core v0.20.11
14682026-06-10T21:50:22.542Z Compiling httpdate v1.0.3
14692026-06-10T21:50:22.763Z Compiling pin-utils v0.1.0
14702026-06-10T21:50:22.777Z Compiling foreign-types-shared v0.1.1
14712026-06-10T21:50:22.837Z Compiling openssl v0.10.79
14722026-06-10T21:50:22.865Z Compiling foreign-types v0.3.2
14732026-06-10T21:50:22.886Z Compiling scroll v0.13.0
14742026-06-10T21:50:22.936Z Compiling tempfile v3.25.0
14752026-06-10T21:50:23.150Z Compiling unicode-normalization v0.1.25
14762026-06-10T21:50:23.443Z Compiling openssl-macros v0.1.1
14772026-06-10T21:50:23.598Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-10T21:50:23.711Z Compiling spin v0.9.8
14792026-06-10T21:50:23.828Z Compiling time-core v0.1.8
14802026-06-10T21:50:23.914Z Compiling crc32fast v1.5.0
14812026-06-10T21:50:23.975Z Compiling num-conv v0.2.0
14822026-06-10T21:50:23.989Z Compiling native-tls v0.2.18
14832026-06-10T21:50:24.106Z Compiling powerfmt v0.2.0
14842026-06-10T21:50:24.211Z Compiling time-macros v0.2.27
14852026-06-10T21:50:24.306Z Compiling deranged v0.5.8
14862026-06-10T21:50:24.649Z Compiling darling_macro v0.20.11
14872026-06-10T21:50:25.109Z Compiling darling v0.20.11
14882026-06-10T21:50:25.189Z Compiling goblin v0.10.5
14892026-06-10T21:50:25.248Z Compiling hyper v1.8.1
14902026-06-10T21:50:25.248Z Compiling rustls-native-certs v0.8.3
14912026-06-10T21:50:25.536Z Compiling sync_wrapper v1.0.2
14922026-06-10T21:50:25.645Z Compiling wait-timeout v0.2.1
14932026-06-10T21:50:25.821Z Compiling crossbeam-utils v0.8.21
14942026-06-10T21:50:25.976Z Compiling quick-error v1.2.3
14952026-06-10T21:50:26.083Z Compiling bit-vec v0.8.0
14962026-06-10T21:50:26.127Z Compiling simd-adler32 v0.3.8
14972026-06-10T21:50:26.269Z Compiling siphasher v1.0.2
14982026-06-10T21:50:26.314Z Compiling usdt-impl v0.6.0
14992026-06-10T21:50:26.371Z Compiling hyper-util v0.1.20
15002026-06-10T21:50:26.457Z Compiling syn v1.0.109
15012026-06-10T21:50:26.520Z Compiling unicode-segmentation v1.12.0
15022026-06-10T21:50:26.760Z Compiling num_threads v0.1.7
15032026-06-10T21:50:26.862Z Compiling time v0.3.47
15042026-06-10T21:50:26.963Z Compiling bit-set v0.8.0
15052026-06-10T21:50:27.150Z Compiling rusty-fork v0.3.1
15062026-06-10T21:50:27.227Z Compiling tower v0.5.3
15072026-06-10T21:50:27.395Z Compiling derive_builder_core v0.20.2
15082026-06-10T21:50:27.646Z Compiling dtrace-parser v0.3.0
15092026-06-10T21:50:27.690Z Compiling http-body-util v0.1.3
15102026-06-10T21:50:27.940Z Compiling dof v0.4.0
15112026-06-10T21:50:28.126Z Compiling webpki-roots v1.0.6
15122026-06-10T21:50:28.229Z Compiling signature v2.2.0
15132026-06-10T21:50:28.268Z Compiling thiserror-impl v1.0.69
15142026-06-10T21:50:28.379Z Compiling scroll_derive v0.12.1
15152026-06-10T21:50:28.403Z Compiling heapless v0.7.17
15162026-06-10T21:50:28.424Z Compiling rand_xorshift v0.4.0
15172026-06-10T21:50:28.585Z Compiling slog v2.8.2
15182026-06-10T21:50:28.637Z Compiling darling_core v0.21.3
15192026-06-10T21:50:28.767Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-10T21:50:29.018Z Compiling thread-id v5.1.0
15212026-06-10T21:50:29.036Z Compiling cookie v0.18.1
15222026-06-10T21:50:29.079Z Compiling adler2 v2.0.1
15232026-06-10T21:50:29.098Z Compiling anyhow v1.0.102
15242026-06-10T21:50:29.208Z Compiling zstd-safe v7.2.4
15252026-06-10T21:50:29.222Z Compiling ryu v1.0.23
15262026-06-10T21:50:29.396Z Compiling unicode-bidi v0.3.18
15272026-06-10T21:50:29.399Z Compiling allocator-api2 v0.2.21
15282026-06-10T21:50:29.399Z Compiling signal-hook v0.3.18
15292026-06-10T21:50:29.437Z Compiling unarray v0.1.4
15302026-06-10T21:50:29.499Z Compiling unicode-properties v0.1.4
15312026-06-10T21:50:29.539Z Compiling iri-string v0.7.10
15322026-06-10T21:50:29.584Z Compiling paste v1.0.15
15332026-06-10T21:50:29.723Z Compiling stringprep v0.1.5
15342026-06-10T21:50:29.740Z Compiling proptest v1.10.0
15352026-06-10T21:50:29.954Z Compiling thiserror v1.0.69
15362026-06-10T21:50:29.998Z Compiling serde_urlencoded v0.7.1
15372026-06-10T21:50:30.158Z Compiling miniz_oxide v0.8.9
15382026-06-10T21:50:30.752Z Compiling tower-http v0.6.8
15392026-06-10T21:50:30.768Z Compiling scroll v0.12.0
15402026-06-10T21:50:30.944Z Compiling derive_builder_macro v0.20.2
15412026-06-10T21:50:31.074Z Compiling tokio-native-tls v0.3.1
15422026-06-10T21:50:31.123Z Compiling darling_macro v0.21.3
15432026-06-10T21:50:31.191Z Compiling heck v0.4.1
15442026-06-10T21:50:31.242Z Compiling bstr v1.12.1
15452026-06-10T21:50:31.397Z Compiling ipnetwork v0.21.1
15462026-06-10T21:50:31.418Z Compiling rand_chacha v0.3.1
15472026-06-10T21:50:31.467Z Compiling serde_tokenstream v0.2.3
15482026-06-10T21:50:31.600Z Compiling serde_spanned v0.6.9
15492026-06-10T21:50:31.750Z Compiling toml_datetime v0.6.11
15502026-06-10T21:50:31.784Z Compiling erased-serde v0.3.31
15512026-06-10T21:50:31.797Z Compiling md-5 v0.10.6
15522026-06-10T21:50:31.914Z Compiling pin-project-internal v1.1.11
15532026-06-10T21:50:31.965Z Compiling zerocopy-derive v0.7.35
15542026-06-10T21:50:32.010Z Compiling async-trait v0.1.89
15552026-06-10T21:50:32.237Z Compiling curve25519-dalek v4.1.3
15562026-06-10T21:50:32.270Z Compiling vergen-lib v9.1.0
15572026-06-10T21:50:32.450Z Compiling num-integer v0.1.46
15582026-06-10T21:50:32.566Z Compiling hash32 v0.2.1
15592026-06-10T21:50:32.766Z Compiling ff v0.13.1
15602026-06-10T21:50:32.779Z Compiling memoffset v0.9.1
15612026-06-10T21:50:32.818Z Compiling encoding_rs v0.8.35
15622026-06-10T21:50:32.904Z Compiling zlib-rs v0.6.2
15632026-06-10T21:50:32.971Z Compiling cfg_aliases v0.2.1
15642026-06-10T21:50:33.007Z Compiling psl-types v2.0.11
15652026-06-10T21:50:33.021Z Compiling fallible-iterator v0.2.0
15662026-06-10T21:50:33.044Z Compiling rustix v0.38.44
15672026-06-10T21:50:33.130Z Compiling base16ct v0.2.0
15682026-06-10T21:50:33.307Z Compiling litrs v1.0.0
15692026-06-10T21:50:33.328Z Compiling ref-cast v1.0.25
15702026-06-10T21:50:33.379Z Compiling mime v0.3.17
15712026-06-10T21:50:33.625Z Compiling smoltcp v0.9.1
15722026-06-10T21:50:33.638Z Compiling num-bigint-dig v0.8.6
15732026-06-10T21:50:33.815Z Compiling document-features v0.2.12
15742026-06-10T21:50:34.036Z Compiling postgres-protocol v0.6.10
15752026-06-10T21:50:34.051Z Compiling sec1 v0.7.3
15762026-06-10T21:50:34.257Z Compiling publicsuffix v2.3.0
15772026-06-10T21:50:34.297Z Compiling nix v0.31.2
15782026-06-10T21:50:34.388Z Compiling pin-project v1.1.11
15792026-06-10T21:50:34.488Z Compiling group v0.13.0
15802026-06-10T21:50:34.509Z Compiling zerocopy v0.7.35
15812026-06-10T21:50:34.658Z Compiling num-iter v0.1.45
15822026-06-10T21:50:34.778Z Compiling newtype-uuid v1.3.2
15832026-06-10T21:50:34.903Z Compiling hubpack_derive v0.1.1
15842026-06-10T21:50:34.981Z Compiling rand v0.8.6
15852026-06-10T21:50:35.049Z Compiling oxnet v0.1.5
15862026-06-10T21:50:35.098Z Compiling darling v0.21.3
15872026-06-10T21:50:35.141Z Compiling snafu-derive v0.8.9
15882026-06-10T21:50:35.179Z Compiling derive_builder v0.20.2
15892026-06-10T21:50:35.307Z Compiling hyper-tls v0.6.0
15902026-06-10T21:50:35.335Z Compiling goblin v0.8.2
15912026-06-10T21:50:35.798Z Compiling flate2 v1.1.9
15922026-06-10T21:50:36.223Z Compiling phf_shared v0.13.1
15932026-06-10T21:50:36.266Z Compiling regex v1.12.3
15942026-06-10T21:50:36.421Z Compiling lazy_static v1.5.0
15952026-06-10T21:50:36.437Z Compiling anstyle-parse v0.2.7
15962026-06-10T21:50:36.519Z Compiling strum_macros v0.27.2
15972026-06-10T21:50:36.612Z Compiling futures-executor v0.3.32
15982026-06-10T21:50:36.612Z Compiling hex v0.4.3
15992026-06-10T21:50:36.702Z Compiling hkdf v0.12.4
16002026-06-10T21:50:36.871Z Compiling crypto-bigint v0.5.5
16012026-06-10T21:50:36.884Z Compiling terminal_size v0.4.3
16022026-06-10T21:50:36.887Z Compiling ref-cast-impl v1.0.25
16032026-06-10T21:50:37.024Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-10T21:50:37.081Z Compiling daft-derive v0.1.7
16052026-06-10T21:50:37.438Z Compiling vergen v9.1.0
16062026-06-10T21:50:37.622Z Compiling fs-err v3.3.0
16072026-06-10T21:50:37.664Z Compiling cargo-platform v0.3.2
16082026-06-10T21:50:37.799Z Compiling ahash v0.8.12
16092026-06-10T21:50:37.813Z Compiling managed v0.8.0
16102026-06-10T21:50:37.939Z Compiling foldhash v0.2.0
16112026-06-10T21:50:37.997Z Compiling winnow v0.5.40
16122026-06-10T21:50:38.027Z Compiling foldhash v0.1.5
16132026-06-10T21:50:38.163Z Compiling libbz2-rs-sys v0.2.2
16142026-06-10T21:50:38.196Z Compiling object v0.37.3
16152026-06-10T21:50:38.467Z Compiling bumpalo v3.20.2
16162026-06-10T21:50:38.481Z Compiling same-file v1.0.6
16172026-06-10T21:50:38.644Z Compiling bitflags v1.3.2
16182026-06-10T21:50:38.732Z Compiling zopfli v0.8.3
16192026-06-10T21:50:38.838Z Compiling walkdir v2.5.0
16202026-06-10T21:50:38.881Z Compiling bzip2 v0.6.1
16212026-06-10T21:50:38.984Z Compiling strum v0.27.2
16222026-06-10T21:50:39.115Z Compiling hashbrown v0.15.5
16232026-06-10T21:50:39.133Z Compiling hashbrown v0.16.1
16242026-06-10T21:50:39.196Z Compiling cargo_metadata v0.23.1
16252026-06-10T21:50:39.393Z Compiling toml_edit v0.19.15
16262026-06-10T21:50:39.408Z Compiling clap_builder v4.6.0
16272026-06-10T21:50:39.605Z Compiling elliptic-curve v0.13.8
16282026-06-10T21:50:39.659Z Compiling daft v0.1.7
16292026-06-10T21:50:39.952Z Compiling dof v0.3.0
16302026-06-10T21:50:40.103Z Compiling snafu v0.8.9
16312026-06-10T21:50:40.459Z Compiling futures v0.3.32
16322026-06-10T21:50:40.614Z Compiling anstream v0.6.21
16332026-06-10T21:50:40.647Z Compiling phf v0.13.1
16342026-06-10T21:50:40.748Z Compiling signal-hook-mio v0.2.5
16352026-06-10T21:50:40.877Z Compiling cookie_store v0.22.1
16362026-06-10T21:50:40.894Z Compiling zstd v0.13.3
16372026-06-10T21:50:41.161Z Compiling bzip2 v0.4.4
16382026-06-10T21:50:41.197Z Compiling hubpack v0.1.2
16392026-06-10T21:50:41.373Z Compiling serde_with_macros v3.17.0
16402026-06-10T21:50:41.527Z Compiling postgres-types v0.2.12
16412026-06-10T21:50:42.079Z Compiling usdt-macro v0.6.0
16422026-06-10T21:50:42.097Z Compiling usdt-attr-macro v0.6.0
16432026-06-10T21:50:42.446Z Compiling globset v0.4.18
16442026-06-10T21:50:42.503Z Compiling dtrace-parser v0.2.0
16452026-06-10T21:50:42.677Z Compiling ed25519 v2.2.3
16462026-06-10T21:50:42.701Z Compiling phf_shared v0.11.3
16472026-06-10T21:50:42.807Z Compiling olpc-cjson v0.1.4
16482026-06-10T21:50:42.879Z Compiling pkcs1 v0.7.5
16492026-06-10T21:50:42.892Z Compiling clap_derive v4.6.1
16502026-06-10T21:50:42.968Z Compiling enum-as-inner v0.6.1
16512026-06-10T21:50:43.133Z Compiling strum_macros v0.26.4
16522026-06-10T21:50:43.247Z Compiling serde_plain v1.0.2
16532026-06-10T21:50:43.275Z Compiling serde-big-array v0.5.1
16542026-06-10T21:50:43.420Z Compiling rfc6979 v0.4.0
16552026-06-10T21:50:43.440Z Compiling serde_repr v0.1.20
16562026-06-10T21:50:43.468Z Compiling async-recursion v1.1.1
16572026-06-10T21:50:43.547Z Compiling pem v3.0.6
16582026-06-10T21:50:43.559Z Compiling float-cmp v0.10.0
16592026-06-10T21:50:43.701Z Compiling memmap2 v0.9.10
16602026-06-10T21:50:43.872Z Compiling thread-id v4.2.2
16612026-06-10T21:50:43.918Z Compiling env_filter v1.0.0
16622026-06-10T21:50:43.958Z Compiling either v1.15.0
16632026-06-10T21:50:43.972Z Compiling jiff v0.2.21
16642026-06-10T21:50:44.104Z Compiling fixedbitset v0.5.7
16652026-06-10T21:50:44.165Z Compiling normalize-line-endings v0.3.0
16662026-06-10T21:50:44.214Z Compiling predicates-core v1.0.10
16672026-06-10T21:50:44.260Z Compiling keccak v0.1.6
16682026-06-10T21:50:44.392Z Compiling whoami v2.1.0
16692026-06-10T21:50:44.405Z Compiling fixedbitset v0.4.2
16702026-06-10T21:50:44.631Z Compiling new_debug_unreachable v1.0.6
16712026-06-10T21:50:44.653Z Compiling typed-path v0.9.3
16722026-06-10T21:50:44.689Z Compiling precomputed-hash v0.1.1
16732026-06-10T21:50:44.758Z Compiling difflib v0.4.0
16742026-06-10T21:50:44.782Z Compiling static_assertions v1.1.0
16752026-06-10T21:50:44.852Z Compiling data-encoding v2.10.0
16762026-06-10T21:50:44.866Z Compiling strum v0.26.3
16772026-06-10T21:50:45.000Z Compiling predicates v3.1.4
16782026-06-10T21:50:45.065Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-10T21:50:45.318Z Compiling hickory-proto v0.25.2
16802026-06-10T21:50:45.540Z Compiling string_cache v0.8.9
16812026-06-10T21:50:45.641Z Compiling toml_edit v0.22.27
16822026-06-10T21:50:45.770Z Compiling clap v4.6.1
16832026-06-10T21:50:45.875Z Compiling tokio-postgres v0.7.16
16842026-06-10T21:50:45.899Z Compiling petgraph v0.6.5
16852026-06-10T21:50:46.190Z Compiling sha3 v0.10.8
16862026-06-10T21:50:46.661Z Compiling zip v4.6.1
16872026-06-10T21:50:47.386Z Compiling petgraph v0.8.3
16882026-06-10T21:50:47.620Z Compiling itertools v0.13.0
16892026-06-10T21:50:47.945Z Compiling env_logger v0.11.9
16902026-06-10T21:50:48.063Z Compiling usdt-impl v0.5.0
16912026-06-10T21:50:48.210Z Compiling usdt v0.6.0
16922026-06-10T21:50:48.294Z Compiling ecdsa v0.16.9
16932026-06-10T21:50:48.438Z Compiling rsa v0.9.10
16942026-06-10T21:50:48.468Z Compiling ed25519-dalek v2.2.0
16952026-06-10T21:50:48.647Z Compiling serde_with v3.17.0
16962026-06-10T21:50:48.680Z Compiling crossterm v0.28.1
16972026-06-10T21:50:49.121Z Compiling zip v0.6.6
16982026-06-10T21:50:49.693Z Compiling toml v0.7.8
16992026-06-10T21:50:49.707Z Compiling iddqd v0.4.2
17002026-06-10T21:50:50.307Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-10T21:50:50.344Z Compiling similar v2.7.0
17022026-06-10T21:50:50.356Z Compiling crossbeam-epoch v0.9.18
17032026-06-10T21:50:50.407Z Compiling tokio-stream v0.1.18
17042026-06-10T21:50:50.695Z Compiling buf-list v1.1.2
17052026-06-10T21:50:50.875Z Compiling x509-cert v0.2.5
17062026-06-10T21:50:50.985Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-10T21:50:51.005Z Compiling openapiv3 v2.2.0
17082026-06-10T21:50:51.030Z Compiling sha1 v0.10.6
17092026-06-10T21:50:51.244Z Compiling peg-runtime v0.8.5
17102026-06-10T21:50:51.257Z Compiling lalrpop-util v0.19.12
17112026-06-10T21:50:51.284Z Compiling thread_local v1.1.9
17122026-06-10T21:50:51.445Z Compiling slog-async v2.8.0
17132026-06-10T21:50:51.521Z Compiling crossbeam-channel v0.5.15
17142026-06-10T21:50:51.546Z Compiling is-terminal v0.4.17
17152026-06-10T21:50:51.709Z Compiling filetime v0.2.27
17162026-06-10T21:50:51.761Z Compiling term v1.2.1
17172026-06-10T21:50:51.783Z Compiling xattr v1.6.1
17182026-06-10T21:50:51.824Z Compiling take_mut v0.2.2
17192026-06-10T21:50:51.933Z Compiling tar v0.4.45
17202026-06-10T21:50:52.330Z Compiling slog-term v2.9.2
17212026-06-10T21:51:02.022Z Compiling rustls-webpki v0.103.9
17222026-06-10T21:51:04.810Z Compiling tokio-rustls v0.26.4
17232026-06-10T21:51:04.811Z Compiling rustls-platform-verifier v0.6.2
17242026-06-10T21:51:05.021Z Compiling hyper-rustls v0.27.7
17252026-06-10T21:51:05.214Z Compiling reqwest v0.12.28
17262026-06-10T21:51:05.214Z Compiling reqwest v0.13.2
17272026-06-10T21:51:06.487Z Compiling tough v0.22.0
17282026-06-10T21:51:09.014Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-06-10T21:51:09.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-06-10T21:51:12.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-06-10T21:51:12.467Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-06-10T21:51:12.521ZJun 10 21:51:10.867 INFO Starting download, target: Clickhouse
17332026-06-10T21:51:12.521ZJun 10 21:51:10.867 INFO Starting download, target: Console
17342026-06-10T21:51:12.521ZJun 10 21:51:10.868 INFO Starting download, target: Cockroach
17352026-06-10T21:51:12.525ZJun 10 21:51:10.868 INFO Starting download, target: DendriteStub
17362026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Starting download, target: MaghemiteDdmd
17372026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Starting download, target: MaghemiteMgd
17382026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Starting download, target: TransceiverControl
17392026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-06-10T21:51:12.526ZJun 10 21:51:10.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-06-10T21:51:12.838ZJun 10 21:51:11.184 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-06-10T21:51:13.053ZJun 10 21:51:11.399 INFO Download complete, target: TransceiverControl
17482026-06-10T21:51:13.544ZJun 10 21:51:11.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17492026-06-10T21:51:13.773ZJun 10 21:51:12.116 INFO Download complete, target: Console
17502026-06-10T21:51:14.285ZJun 10 21:51:12.605 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-06-10T21:51:14.452ZJun 10 21:51:12.790 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-06-10T21:51:14.734ZJun 10 21:51:13.069 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-10T21:51:15.153ZJun 10 21:51:13.493 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-10T21:51:15.153ZJun 10 21:51:13.493 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-10T21:51:15.882ZJun 10 21:51:14.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-06-10T21:51:16.146ZJun 10 21:51:14.485 INFO Download complete, target: MaghemiteDdmd
17572026-06-10T21:51:17.093ZJun 10 21:51:15.439 INFO Download complete, target: DendriteStub
17582026-06-10T21:51:17.141ZJun 10 21:51:15.487 INFO Download complete, target: MaghemiteMgd
17592026-06-10T21:51:19.866ZJun 10 21:51:18.212 INFO Checking that binary works, target: Cockroach
17602026-06-10T21:51:19.981ZJun 10 21:51:18.327 INFO Download complete, target: Cockroach
17612026-06-10T21:51:22.610ZJun 10 21:51:20.956 INFO Checking that binary works, target: Clickhouse
17622026-06-10T21:51:22.732ZJun 10 21:51:21.076 INFO Download complete, target: Clickhouse
17632026-06-10T21:51:22.745ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-06-10T21:51:22.748Z
17652026-06-10T21:51:22.748Zreal 2:18.632790140
17662026-06-10T21:51:22.748Zuser 6:58.824060010
17672026-06-10T21:51:22.748Zsys 1:23.827974169
17682026-06-10T21:51:22.748Ztrap 0.240032438
17692026-06-10T21:51:22.748Ztflt 0.654942327
17702026-06-10T21:51:22.748Zdflt 0.563294173
17712026-06-10T21:51:22.748Zkflt 0.021935090
17722026-06-10T21:51:22.748Zlock 22:49.303939192
17732026-06-10T21:51:22.748Zslp 21:27.832553049
17742026-06-10T21:51:22.748Zlat 43.232555985
17752026-06-10T21:51:22.748Zstop 1:56.715351793
17762026-06-10T21:51:22.748Z+ banner clippy
17772026-06-10T21:51:22.748Z
17782026-06-10T21:51:22.748Z #### # # ##### ##### # #
17792026-06-10T21:51:22.748Z # # # # # # # # # #
17802026-06-10T21:51:22.748Z # # # # # # # #
17812026-06-10T21:51:22.748Z # # # ##### ##### #
17822026-06-10T21:51:22.748Z # # # # # # #
17832026-06-10T21:51:22.748Z #### ###### # # # #
17842026-06-10T21:51:22.748Z
17852026-06-10T21:51:22.748Z+ export CARGO_INCREMENTAL=0
17862026-06-10T21:51:22.748Z+ CARGO_INCREMENTAL=0
17872026-06-10T21:51:22.748Z+ ptime -m cargo xtask clippy
17882026-06-10T21:51:23.272Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-06-10T21:51:23.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-06-10T21:51:25.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17912026-06-10T21:51:25.440Z Running `target/debug/xtask clippy`
17922026-06-10T21:51:25.466Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17932026-06-10T21:51:26.083Z Downloading crates ...
17942026-06-10T21:51:26.308Z Downloaded plotters-svg v0.3.7
17952026-06-10T21:51:26.313Z Downloaded rstest v0.25.0
17962026-06-10T21:51:26.318Z Downloaded partial-io v0.5.4
17972026-06-10T21:51:26.322Z Downloaded knuffel v3.2.0
17982026-06-10T21:51:26.324Z Downloaded guppy v0.17.25
17992026-06-10T21:51:26.327Z Downloaded oorandom v11.1.5
18002026-06-10T21:51:26.327Z Downloaded linkme v0.3.35
18012026-06-10T21:51:26.330Z Downloaded parking v2.2.1
18022026-06-10T21:51:26.330Z Downloaded concurrent-queue v2.5.0
18032026-06-10T21:51:26.334Z Downloaded similar-asserts v1.7.0
18042026-06-10T21:51:26.340Z Downloaded anes v0.1.6
18052026-06-10T21:51:26.340Z Downloaded constant_time_eq v0.3.1
18062026-06-10T21:51:26.343Z Downloaded cfg-expr v0.20.6
18072026-06-10T21:51:26.345Z Downloaded datatest-stable v0.3.3
18082026-06-10T21:51:26.345Z Downloaded event-listener-strategy v0.5.4
18092026-06-10T21:51:26.348Z Downloaded backtrace v0.3.76
18102026-06-10T21:51:26.351Z Downloaded target-spec v3.5.7
18112026-06-10T21:51:26.354Z Downloaded textwrap v0.15.2
18122026-06-10T21:51:26.354Z Downloaded supports-color v2.1.0
18132026-06-10T21:51:26.357Z Downloaded serde_regex v1.1.0
18142026-06-10T21:51:26.357Z Downloaded owo-colors v3.5.0
18152026-06-10T21:51:26.360Z Downloaded httptest v0.16.4
18162026-06-10T21:51:26.360Z Downloaded assert-json-diff v2.0.2
18172026-06-10T21:51:26.365Z Downloaded libtest-mimic v0.8.1
18182026-06-10T21:51:26.368Z Downloaded approx v0.5.1
18192026-06-10T21:51:26.371Z Downloaded supports-hyperlinks v2.1.0
18202026-06-10T21:51:26.374Z Downloaded target-triple v1.0.0
18212026-06-10T21:51:26.374Z Downloaded plotters-backend v0.3.7
18222026-06-10T21:51:26.374Z Downloaded stringmetrics v2.2.2
18232026-06-10T21:51:26.377Z Downloaded rustc-demangle v0.1.27
18242026-06-10T21:51:26.377Z Downloaded rstest_macros v0.25.0
18252026-06-10T21:51:26.380Z Downloaded pathdiff v0.2.3
18262026-06-10T21:51:26.380Z Downloaded cast v0.3.0
18272026-06-10T21:51:26.380Z Downloaded tinytemplate v1.2.1
18282026-06-10T21:51:26.385Z Downloaded knuffel-derive v3.2.0
18292026-06-10T21:51:26.388Z Downloaded guppy-workspace-hack v0.1.0
18302026-06-10T21:51:26.388Z Downloaded terminal_size v0.1.17
18312026-06-10T21:51:26.390Z Downloaded criterion v0.7.0
18322026-06-10T21:51:26.393Z Downloaded fancy-regex v0.14.0
18332026-06-10T21:51:26.397Z Downloaded relative-path v1.9.3
18342026-06-10T21:51:26.397Z Downloaded miette-derive v5.10.0
18352026-06-10T21:51:26.401Z Downloaded trybuild v1.0.116
18362026-06-10T21:51:26.404Z Downloaded target-lexicon v0.13.3
18372026-06-10T21:51:26.407Z Downloaded path-tree v0.8.3
18382026-06-10T21:51:26.407Z Downloaded async-object-pool v0.2.0
18392026-06-10T21:51:26.410Z Downloaded event-listener v5.4.1
18402026-06-10T21:51:26.410Z Downloaded blake2b_simd v1.0.4
18412026-06-10T21:51:26.413Z Downloaded assert_cmd v2.1.2
18422026-06-10T21:51:26.419Z Downloaded tokio-test v0.4.5
18432026-06-10T21:51:26.422Z Downloaded backtrace-ext v0.2.1
18442026-06-10T21:51:26.425Z Downloaded escape8259 v0.5.3
18452026-06-10T21:51:26.428Z Downloaded nested v0.1.1
18462026-06-10T21:51:26.428Z Downloaded supports-unicode v2.1.0
18472026-06-10T21:51:26.433Z Downloaded termcolor v1.4.1
18482026-06-10T21:51:26.436Z Downloaded futures-timer v3.0.3
18492026-06-10T21:51:26.436Z Downloaded criterion-plot v0.6.0
18502026-06-10T21:51:26.527Z Downloaded linkme-impl v0.3.35
18512026-06-10T21:51:26.527Z Downloaded addr2line v0.25.1
18522026-06-10T21:51:26.527Z Downloaded rust-argon2 v2.1.0
18532026-06-10T21:51:26.527Z Downloaded async-lock v3.4.2
18542026-06-10T21:51:26.527Z Downloaded hickory-client v0.25.2
18552026-06-10T21:51:26.527Z Downloaded chumsky v0.9.3
18562026-06-10T21:51:26.527Z Downloaded rand_distr v0.5.1
18572026-06-10T21:51:26.527Z Downloaded hashbrown v0.14.5
18582026-06-10T21:51:26.527Z Downloaded plotters v0.3.7
18592026-06-10T21:51:26.527Z Downloaded miette v5.10.0
18602026-06-10T21:51:26.527Z Downloaded gimli v0.32.3
18612026-06-10T21:51:26.585Z Downloaded httpmock v0.8.3
18622026-06-10T21:51:28.234Z Checking cfg-if v1.0.4
18632026-06-10T21:51:28.594Z Checking libc v0.2.185
18642026-06-10T21:51:28.597Z Checking serde_core v1.0.228
18652026-06-10T21:51:28.666Z Checking memchr v2.8.0
18662026-06-10T21:51:28.706Z Checking smallvec v1.15.1
18672026-06-10T21:51:28.748Z Checking itoa v1.0.17
18682026-06-10T21:51:28.784Z Checking log v0.4.29
18692026-06-10T21:51:28.830Z Checking libm v0.2.16
18702026-06-10T21:51:28.867Z Checking zeroize v1.8.2
18712026-06-10T21:51:28.912Z Checking scopeguard v1.2.0
18722026-06-10T21:51:28.949Z Checking stable_deref_trait v1.2.1
18732026-06-10T21:51:28.991Z Checking zmij v1.0.21
18742026-06-10T21:51:29.028Z Checking errno v0.3.14
18752026-06-10T21:51:29.070Z Checking getrandom v0.2.17
18762026-06-10T21:51:29.094Z Checking lock_api v0.4.14
18772026-06-10T21:51:29.133Z Checking zerofrom v0.1.6
18782026-06-10T21:51:29.171Z Checking percent-encoding v2.3.2
18792026-06-10T21:51:29.175Z Checking writeable v0.6.2
18802026-06-10T21:51:29.239Z Checking litemap v0.8.1
18812026-06-10T21:51:29.276Z Checking yoke v0.8.1
18822026-06-10T21:51:29.279Z Checking icu_normalizer_data v2.1.1
18832026-06-10T21:51:29.341Z Checking icu_properties_data v2.1.2
18842026-06-10T21:51:29.378Z Checking form_urlencoded v1.2.2
18852026-06-10T21:51:29.414Z Checking utf8_iter v1.0.4
18862026-06-10T21:51:29.452Z Checking subtle v2.6.1
18872026-06-10T21:51:29.489Z Checking zerovec v0.11.5
18882026-06-10T21:51:29.489Z Checking zerotrie v0.2.3
18892026-06-10T21:51:29.557Z Checking num-traits v0.2.19
18902026-06-10T21:51:29.647Z Checking pin-project-lite v0.2.17
18912026-06-10T21:51:29.654Z Checking rand_core v0.10.0
18922026-06-10T21:51:29.663Z Checking rand_core v0.6.4
18932026-06-10T21:51:29.666Z Checking parking_lot_core v0.9.12
18942026-06-10T21:51:29.734Z Checking zerocopy v0.8.40
18952026-06-10T21:51:29.793Z Checking portable-atomic v1.13.1
18962026-06-10T21:51:29.796Z Checking getrandom v0.4.1
18972026-06-10T21:51:29.871Z Checking signal-hook-registry v1.4.8
18982026-06-10T21:51:29.912Z Checking parking_lot v0.12.5
18992026-06-10T21:51:29.946Z Checking tinystr v0.8.2
19002026-06-10T21:51:30.001Z Checking potential_utf v0.1.4
19012026-06-10T21:51:30.064Z Checking critical-section v1.2.0
19022026-06-10T21:51:30.103Z Checking serde v1.0.228
19032026-06-10T21:51:30.103Z Checking serde_json v1.0.149
19042026-06-10T21:51:30.170Z Checking bitflags v2.11.0
19052026-06-10T21:51:30.173Z Checking icu_locale_core v2.1.1
19062026-06-10T21:51:30.173Z Checking icu_collections v2.1.1
19072026-06-10T21:51:30.270Z Checking once_cell v1.21.3
19082026-06-10T21:51:30.308Z Checking mio v1.2.0
19092026-06-10T21:51:30.375Z Checking socket2 v0.6.3
19102026-06-10T21:51:30.477Z Checking typenum v1.19.0
19112026-06-10T21:51:30.522Z Checking bytes v1.11.1
19122026-06-10T21:51:30.559Z Checking iana-time-zone v0.1.65
19132026-06-10T21:51:30.627Z Checking uuid v1.23.0
19142026-06-10T21:51:30.668Z Checking thiserror v2.0.18
19152026-06-10T21:51:30.700Z Checking chrono v0.4.44
19162026-06-10T21:51:30.781Z Checking icu_provider v2.1.1
19172026-06-10T21:51:30.823Z Checking semver v1.0.28
19182026-06-10T21:51:30.876Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192026-06-10T21:51:30.966Z Checking futures-core v0.3.32
19202026-06-10T21:51:31.003Z Checking tokio v1.52.1
19212026-06-10T21:51:31.034Z Checking generic-array v0.14.7
19222026-06-10T21:51:31.069Z Checking icu_normalizer v2.1.1
19232026-06-10T21:51:31.069Z Checking icu_properties v2.1.2
19242026-06-10T21:51:31.137Z Checking equivalent v1.0.2
19252026-06-10T21:51:31.217Z Checking dyn-clone v1.0.20
19262026-06-10T21:51:31.255Z Checking const-oid v0.9.6
19272026-06-10T21:51:31.349Z Checking futures-sink v0.3.32
19282026-06-10T21:51:31.405Z Checking slab v0.4.12
19292026-06-10T21:51:31.479Z Checking futures-channel v0.3.32
19302026-06-10T21:51:31.515Z Checking crypto-common v0.1.7
19312026-06-10T21:51:31.566Z Checking block-buffer v0.10.4
19322026-06-10T21:51:31.602Z Checking futures-io v0.3.32
19332026-06-10T21:51:31.665Z Checking futures-task v0.3.32
19342026-06-10T21:51:31.699Z Checking rustix v1.1.3
19352026-06-10T21:51:31.734Z Checking byteorder v1.5.0
19362026-06-10T21:51:31.768Z Checking hashbrown v0.17.0
19372026-06-10T21:51:31.837Z Checking futures-util v0.3.32
19382026-06-10T21:51:31.954Z Checking idna_adapter v1.2.1
19392026-06-10T21:51:31.989Z Checking cpufeatures v0.2.17
19402026-06-10T21:51:31.992Z Checking digest v0.10.7
19412026-06-10T21:51:32.092Z Checking thiserror v1.0.69
19422026-06-10T21:51:32.128Z Checking idna v1.1.0
19432026-06-10T21:51:32.222Z Checking getrandom v0.3.4
19442026-06-10T21:51:32.259Z Checking fnv v1.0.7
19452026-06-10T21:51:32.294Z Checking indexmap v2.14.0
19462026-06-10T21:51:32.397Z Checking regex-syntax v0.8.10
19472026-06-10T21:51:32.433Z Checking url v2.5.8
19482026-06-10T21:51:32.438Z Checking http v1.4.0
19492026-06-10T21:51:32.500Z Checking ppv-lite86 v0.2.21
19502026-06-10T21:51:32.594Z Checking tracing-core v0.1.36
19512026-06-10T21:51:32.821Z Checking base64 v0.22.1
19522026-06-10T21:51:32.890Z Checking utf8parse v0.2.2
19532026-06-10T21:51:32.928Z Checking schemars v0.8.22
19542026-06-10T21:51:32.931Z Checking tracing v0.1.44
19552026-06-10T21:51:33.025Z Checking ipnet v2.11.0
19562026-06-10T21:51:33.058Z Checking anstyle v1.0.14
19572026-06-10T21:51:33.092Z Checking untrusted v0.9.0
19582026-06-10T21:51:33.192Z Checking unicode-ident v1.0.24
19592026-06-10T21:51:33.232Z Checking ring v0.17.14
19602026-06-10T21:51:33.269Z Checking is_terminal_polyfill v1.70.2
19612026-06-10T21:51:33.305Z Checking anstyle-query v1.1.5
19622026-06-10T21:51:33.340Z Checking proc-macro2 v1.0.106
19632026-06-10T21:51:33.386Z Checking colorchoice v1.0.4
19642026-06-10T21:51:33.425Z Checking base64ct v1.8.3
19652026-06-10T21:51:33.516Z Checking block-padding v0.3.3
19662026-06-10T21:51:33.598Z Checking aho-corasick v1.1.4
19672026-06-10T21:51:33.677Z Checking quote v1.0.45
19682026-06-10T21:51:33.713Z Checking inout v0.1.4
19692026-06-10T21:51:33.717Z Checking rustls-pki-types v1.14.0
19702026-06-10T21:51:33.780Z Checking httparse v1.10.1
19712026-06-10T21:51:33.786Z Checking anstyle-parse v1.0.0
19722026-06-10T21:51:33.871Z Checking syn v2.0.117
19732026-06-10T21:51:33.906Z Checking cipher v0.4.4
19742026-06-10T21:51:33.985Z Checking terminal_size v0.4.3
19752026-06-10T21:51:34.020Z Checking crossbeam-utils v0.8.21
19762026-06-10T21:51:34.060Z Checking anstream v1.0.0
19772026-06-10T21:51:34.129Z Checking clap_lex v1.0.0
19782026-06-10T21:51:34.163Z Checking allocator-api2 v0.2.21
19792026-06-10T21:51:34.234Z Checking tokio-util v0.7.18
19802026-06-10T21:51:34.237Z Checking strsim v0.11.1
19812026-06-10T21:51:34.302Z Checking pem-rfc7468 v0.7.0
19822026-06-10T21:51:34.302Z Checking regex-automata v0.4.14
19832026-06-10T21:51:34.367Z Checking http-body v1.0.1
19842026-06-10T21:51:34.403Z Checking sha2 v0.10.9
19852026-06-10T21:51:34.449Z Checking clap_builder v4.6.0
19862026-06-10T21:51:34.486Z Checking atomic-waker v1.1.2
19872026-06-10T21:51:34.519Z Checking powerfmt v0.2.0
19882026-06-10T21:51:34.554Z Checking rand_core v0.9.5
19892026-06-10T21:51:34.610Z Checking hmac v0.12.1
19902026-06-10T21:51:34.772Z Checking deranged v0.5.8
19912026-06-10T21:51:34.776Z Checking num_threads v0.1.7
19922026-06-10T21:51:34.776Z Checking num-conv v0.2.0
19932026-06-10T21:51:34.777Z Checking httpdate v1.0.3
19942026-06-10T21:51:34.848Z Checking try-lock v0.2.5
19952026-06-10T21:51:34.884Z Checking time-core v0.1.8
19962026-06-10T21:51:34.921Z Checking h2 v0.4.13
19972026-06-10T21:51:34.976Z Checking want v0.3.1
19982026-06-10T21:51:34.979Z Checking erased-serde v0.3.31
19992026-06-10T21:51:35.054Z Checking pin-utils v0.1.0
20002026-06-10T21:51:35.125Z Checking flagset v0.4.7
20012026-06-10T21:51:35.161Z Checking tower-service v0.3.3
20022026-06-10T21:51:35.278Z Checking tower-layer v0.3.3
20032026-06-10T21:51:35.282Z Checking ryu v1.0.23
20042026-06-10T21:51:35.410Z Checking slog v2.8.2
20052026-06-10T21:51:35.463Z Checking der v0.7.10
20062026-06-10T21:51:35.497Z Checking rand_chacha v0.9.0
20072026-06-10T21:51:35.648Z Checking time v0.3.47
20082026-06-10T21:51:35.684Z Checking clap v4.6.1
20092026-06-10T21:51:35.721Z Checking anyhow v1.0.102
20102026-06-10T21:51:35.757Z Checking mime v0.3.17
20112026-06-10T21:51:35.798Z Checking rand v0.9.2
20122026-06-10T21:51:35.945Z Checking spin v0.9.8
20132026-06-10T21:51:35.980Z Checking http-body-util v0.1.3
20142026-06-10T21:51:36.118Z Checking aws-lc-sys v0.40.0
20152026-06-10T21:51:36.155Z Checking untrusted v0.7.1
20162026-06-10T21:51:36.190Z Checking ipnetwork v0.21.1
20172026-06-10T21:51:36.226Z Checking openssl-probe v0.2.1
20182026-06-10T21:51:36.260Z Checking fastrand v2.3.0
20192026-06-10T21:51:36.297Z Checking spki v0.7.3
20202026-06-10T21:51:36.300Z Checking serde_urlencoded v0.7.1
20212026-06-10T21:51:36.363Z Checking pbkdf2 v0.12.2
20222026-06-10T21:51:36.432Z Checking aes v0.8.4
20232026-06-10T21:51:36.472Z Checking encoding_rs v0.8.35
20242026-06-10T21:51:36.508Z Checking regex v1.12.3
20252026-06-10T21:51:36.512Z Checking cbc v0.1.2
20262026-06-10T21:51:36.575Z Checking salsa20 v0.10.2
20272026-06-10T21:51:36.649Z Checking aws-lc-rs v1.16.3
20282026-06-10T21:51:36.698Z Checking rand_chacha v0.3.1
20292026-06-10T21:51:36.750Z Checking hex v0.4.3
20302026-06-10T21:51:36.879Z Checking pretty-hex v0.4.1
20312026-06-10T21:51:36.879Z Checking simd-adler32 v0.3.8
20322026-06-10T21:51:36.912Z Checking scrypt v0.11.0
20332026-06-10T21:51:36.956Z Checking rand v0.8.6
20342026-06-10T21:51:36.996Z Checking tempfile v3.25.0
20352026-06-10T21:51:37.056Z Checking plain v0.2.3
20362026-06-10T21:51:37.092Z Checking adler2 v2.0.1
20372026-06-10T21:51:37.096Z Checking pkcs5 v0.7.1
20382026-06-10T21:51:37.190Z Checking rustls-native-certs v0.8.3
20392026-06-10T21:51:37.226Z Checking sync_wrapper v1.0.2
20402026-06-10T21:51:37.262Z Checking miniz_oxide v0.8.9
20412026-06-10T21:51:37.355Z Checking ucd-trie v0.1.7
20422026-06-10T21:51:37.452Z Checking tower v0.5.3
20432026-06-10T21:51:37.457Z Checking pkcs8 v0.10.2
20442026-06-10T21:51:37.464Z Checking webpki-roots v1.0.6
20452026-06-10T21:51:37.507Z Checking camino v1.2.2
20462026-06-10T21:51:37.544Z Checking pest v2.8.6
20472026-06-10T21:51:37.547Z Checking rustls-webpki v0.103.9
20482026-06-10T21:51:37.613Z Checking iri-string v0.7.10
20492026-06-10T21:51:37.648Z Checking foldhash v0.2.0
20502026-06-10T21:51:37.652Z Checking hyper v1.8.1
20512026-06-10T21:51:37.652Z Checking oxnet v0.1.5
20522026-06-10T21:51:37.790Z Checking futures-executor v0.3.32
20532026-06-10T21:51:37.825Z Checking either v1.15.0
20542026-06-10T21:51:37.860Z Checking hashbrown v0.16.1
20552026-06-10T21:51:37.948Z Checking openapiv3 v2.2.0
20562026-06-10T21:51:37.984Z Checking futures v0.3.32
20572026-06-10T21:51:38.026Z Checking rustls v0.23.37
20582026-06-10T21:51:38.062Z Checking crc32fast v1.5.0
20592026-06-10T21:51:38.097Z Checking static_assertions v1.1.0
20602026-06-10T21:51:38.200Z Checking lazy_static v1.5.0
20612026-06-10T21:51:38.234Z Checking signature v2.2.0
20622026-06-10T21:51:38.318Z Checking winnow v0.7.14
20632026-06-10T21:51:38.383Z Checking hubpack v0.1.2
20642026-06-10T21:51:38.419Z Checking zlib-rs v0.6.2
20652026-06-10T21:51:38.584Z Checking strum v0.26.3
20662026-06-10T21:51:38.629Z Checking hyper-util v0.1.20
20672026-06-10T21:51:38.666Z Checking psl-types v2.0.11
20682026-06-10T21:51:38.669Z Checking tower-http v0.6.8
20692026-06-10T21:51:38.734Z Checking tinyvec_macros v0.1.1
20702026-06-10T21:51:38.813Z Checking publicsuffix v2.3.0
20712026-06-10T21:51:38.848Z Checking tinyvec v1.10.0
20722026-06-10T21:51:39.000Z Checking cookie v0.18.1
20732026-06-10T21:51:39.036Z Checking sha1 v0.10.6
20742026-06-10T21:51:39.184Z Checking num-integer v0.1.46
20752026-06-10T21:51:39.227Z Checking scroll v0.13.0
20762026-06-10T21:51:39.263Z Checking data-encoding v2.10.0
20772026-06-10T21:51:39.266Z Checking cookie_store v0.22.1
20782026-06-10T21:51:39.330Z Checking flate2 v1.1.9
20792026-06-10T21:51:39.436Z Checking serde_spanned v0.6.9
20802026-06-10T21:51:39.484Z Checking goblin v0.10.5
20812026-06-10T21:51:39.524Z Checking toml_datetime v0.6.11
20822026-06-10T21:51:39.564Z Checking memmap2 v0.9.10
20832026-06-10T21:51:39.602Z Checking base16ct v0.2.0
20842026-06-10T21:51:39.650Z Checking bit-vec v0.8.0
20852026-06-10T21:51:39.653Z Checking dtrace-parser v0.3.0
20862026-06-10T21:51:39.731Z Checking ff v0.13.1
20872026-06-10T21:51:39.767Z Checking wait-timeout v0.2.1
20882026-06-10T21:51:39.771Z Checking sec1 v0.7.3
20892026-06-10T21:51:39.875Z Checking bit-set v0.8.0
20902026-06-10T21:51:39.911Z Checking thread-id v5.1.0
20912026-06-10T21:51:39.915Z Checking foreign-types-shared v0.1.1
20922026-06-10T21:51:40.057Z Checking group v0.13.0
20932026-06-10T21:51:40.070Z Checking num-iter v0.1.45
20942026-06-10T21:51:40.070Z Checking bstr v1.12.1
20952026-06-10T21:51:40.070Z Checking foreign-types v0.3.2
20962026-06-10T21:51:40.082Z Checking hkdf v0.12.4
20972026-06-10T21:51:40.085Z Checking crossbeam-epoch v0.9.18
20982026-06-10T21:51:40.181Z Checking anstyle-parse v0.2.7
20992026-06-10T21:51:40.187Z Checking ahash v0.8.12
21002026-06-10T21:51:40.246Z Checking crypto-bigint v0.5.5
21012026-06-10T21:51:40.250Z Checking openssl-sys v0.9.115
21022026-06-10T21:51:40.348Z Checking tokio-rustls v0.26.4
21032026-06-10T21:51:40.384Z Checking rustls-platform-verifier v0.6.2
21042026-06-10T21:51:40.420Z Checking quick-error v1.2.3
21052026-06-10T21:51:40.455Z Checking anstream v0.6.21
21062026-06-10T21:51:40.458Z Checking rand_xorshift v0.4.0
21072026-06-10T21:51:40.551Z Checking rusty-fork v0.3.1
21082026-06-10T21:51:40.554Z Checking scroll v0.12.0
21092026-06-10T21:51:40.620Z Checking hyper-rustls v0.27.7
21102026-06-10T21:51:40.656Z Checking unarray v0.1.4
21112026-06-10T21:51:40.693Z Checking num-bigint-dig v0.8.6
21122026-06-10T21:51:40.696Z Checking openssl v0.10.79
21132026-06-10T21:51:40.761Z Checking pkcs1 v0.7.5
21142026-06-10T21:51:40.796Z Checking proptest v1.10.0
21152026-06-10T21:51:40.833Z Checking goblin v0.8.2
21162026-06-10T21:51:40.868Z Checking reqwest v0.13.2
21172026-06-10T21:51:40.997Z Checking x509-cert v0.2.5
21182026-06-10T21:51:41.158Z Checking elliptic-curve v0.13.8
21192026-06-10T21:51:41.503Z Checking zerocopy v0.7.35
21202026-06-10T21:51:41.540Z Checking unicode-segmentation v1.12.0
21212026-06-10T21:51:41.682Z Checking rsa v0.9.10
21222026-06-10T21:51:41.742Z Checking dtrace-parser v0.2.0
21232026-06-10T21:51:41.801Z Checking dof v0.4.0
21242026-06-10T21:51:41.902Z Checking rfc6979 v0.4.0
21252026-06-10T21:51:42.011Z Checking memoffset v0.9.1
21262026-06-10T21:51:42.047Z Checking thread-id v4.2.2
21272026-06-10T21:51:42.050Z Checking ecdsa v0.16.9
21282026-06-10T21:51:42.123Z Checking curve25519-dalek v4.1.3
21292026-06-10T21:51:42.161Z Checking rustix v0.38.44
21302026-06-10T21:51:42.201Z Checking env_filter v1.0.0
21312026-06-10T21:51:42.376Z Checking keccak v0.1.6
21322026-06-10T21:51:42.446Z Checking toml_write v0.1.2
21332026-06-10T21:51:42.483Z Checking usdt-impl v0.6.0
21342026-06-10T21:51:42.627Z Checking same-file v1.0.6
21352026-06-10T21:51:42.638Z Checking newtype-uuid v1.3.2
21362026-06-10T21:51:42.648Z Checking toml_edit v0.22.27
21372026-06-10T21:51:42.721Z Checking walkdir v2.5.0
21382026-06-10T21:51:42.759Z Checking native-tls v0.2.18
21392026-06-10T21:51:42.795Z Checking dof v0.3.0
21402026-06-10T21:51:42.798Z Checking usdt v0.6.0
21412026-06-10T21:51:42.861Z Checking daft v0.1.7
21422026-06-10T21:51:42.911Z Checking sha3 v0.10.8
21432026-06-10T21:51:42.948Z Checking env_logger v0.11.9
21442026-06-10T21:51:42.982Z Checking tokio-native-tls v0.3.1
21452026-06-10T21:51:43.018Z Checking ed25519 v2.2.3
21462026-06-10T21:51:43.024Z Checking itertools v0.13.0
21472026-06-10T21:51:43.107Z Checking usdt-impl v0.5.0
21482026-06-10T21:51:43.142Z Checking serde_with v3.17.0
21492026-06-10T21:51:43.146Z Checking bitflags v1.3.2
21502026-06-10T21:51:43.213Z Checking hyper-tls v0.6.0
21512026-06-10T21:51:43.219Z Checking siphasher v1.0.2
21522026-06-10T21:51:43.278Z Checking nix v0.31.2
21532026-06-10T21:51:43.281Z Checking ed25519-dalek v2.2.0
21542026-06-10T21:51:43.409Z Checking reqwest v0.12.28
21552026-06-10T21:51:43.413Z Checking toml_parser v1.0.9+spec-1.1.0
21562026-06-10T21:51:43.479Z Checking unicode-normalization v0.1.25
21572026-06-10T21:51:43.568Z Checking signal-hook v0.3.18
21582026-06-10T21:51:43.753Z Checking managed v0.8.0
21592026-06-10T21:51:43.791Z Checking winnow v0.5.40
21602026-06-10T21:51:43.828Z Checking bzip2-sys v0.1.13+1.0.8
21612026-06-10T21:51:43.912Z Checking object v0.37.3
21622026-06-10T21:51:43.947Z Checking foldhash v0.1.5
21632026-06-10T21:51:43.984Z Checking bzip2 v0.4.4
21642026-06-10T21:51:44.055Z Checking signal-hook-mio v0.2.5
21652026-06-10T21:51:44.107Z Checking hashbrown v0.15.5
21662026-06-10T21:51:44.170Z Checking globset v0.4.18
21672026-06-10T21:51:44.207Z Checking ref-cast v1.0.25
21682026-06-10T21:51:44.289Z Checking zstd-sys v2.0.16+zstd.1.5.7
21692026-06-10T21:51:44.334Z Checking zip v0.6.6
21702026-06-10T21:51:44.369Z Checking pin-project v1.1.11
21712026-06-10T21:51:44.430Z Checking zstd-safe v7.2.4
21722026-06-10T21:51:44.466Z Checking libbz2-rs-sys v0.2.2
21732026-06-10T21:51:44.501Z Checking bumpalo v3.20.2
21742026-06-10T21:51:44.587Z Checking crossterm v0.28.1
21752026-06-10T21:51:44.624Z Checking similar v2.7.0
21762026-06-10T21:51:44.627Z Checking zstd v0.13.3
21772026-06-10T21:51:44.691Z Checking tokio-stream v0.1.18
21782026-06-10T21:51:44.725Z Checking zopfli v0.8.3
21792026-06-10T21:51:44.872Z Checking fs-err v3.3.0
21802026-06-10T21:51:44.909Z Checking bzip2 v0.6.1
21812026-06-10T21:51:44.953Z Checking toml_edit v0.19.15
21822026-06-10T21:51:45.034Z Checking pem v3.0.6
21832026-06-10T21:51:45.081Z Checking hash32 v0.2.1
21842026-06-10T21:51:45.118Z Checking serde-big-array v0.5.1
21852026-06-10T21:51:45.121Z Checking unicode-bidi v0.3.18
21862026-06-10T21:51:45.196Z Checking predicates-core v1.0.10
21872026-06-10T21:51:45.231Z Checking jiff v0.2.21
21882026-06-10T21:51:45.288Z Checking unicode-properties v0.1.4
21892026-06-10T21:51:45.304Z Checking heapless v0.7.17
21902026-06-10T21:51:45.337Z Checking snafu v0.8.9
21912026-06-10T21:51:45.372Z Checking olpc-cjson v0.1.4
21922026-06-10T21:51:45.471Z Checking hickory-proto v0.25.2
21932026-06-10T21:51:45.507Z Checking stringprep v0.1.5
21942026-06-10T21:51:45.542Z Checking md-5 v0.10.6
21952026-06-10T21:51:45.602Z Checking serde_plain v1.0.2
21962026-06-10T21:51:45.692Z Checking float-cmp v0.10.0
21972026-06-10T21:51:45.727Z Checking fallible-iterator v0.2.0
21982026-06-10T21:51:45.764Z Checking typed-path v0.9.3
21992026-06-10T21:51:45.798Z Checking difflib v0.4.0
22002026-06-10T21:51:45.849Z Checking normalize-line-endings v0.3.0
22012026-06-10T21:51:45.973Z Checking smoltcp v0.9.1
22022026-06-10T21:51:46.009Z Checking predicates v3.1.4
22032026-06-10T21:51:46.013Z Checking toml v0.7.8
22042026-06-10T21:51:46.075Z Checking postgres-protocol v0.6.10
22052026-06-10T21:51:46.230Z Checking iddqd v0.4.2
22062026-06-10T21:51:46.342Z Checking phf_shared v0.11.3
22072026-06-10T21:51:46.376Z Checking phf_shared v0.13.1
22082026-06-10T21:51:46.423Z Checking buf-list v1.1.2
22092026-06-10T21:51:46.516Z Checking strum v0.27.2
22102026-06-10T21:51:46.557Z Checking tough v0.22.0
22112026-06-10T21:51:46.592Z Checking precomputed-hash v0.1.1
22122026-06-10T21:51:46.627Z Checking new_debug_unreachable v1.0.6
22132026-06-10T21:51:46.630Z Checking lalrpop-util v0.19.12
22142026-06-10T21:51:46.694Z Checking fixedbitset v0.5.7
22152026-06-10T21:51:46.729Z Checking fixedbitset v0.4.2
22162026-06-10T21:51:46.732Z Checking string_cache v0.8.9
22172026-06-10T21:51:46.860Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-06-10T21:51:46.926Z Checking petgraph v0.6.5
22192026-06-10T21:51:46.931Z Checking petgraph v0.8.3
22202026-06-10T21:51:46.992Z Checking phf v0.13.1
22212026-06-10T21:51:47.178Z Checking postgres-types v0.2.12
22222026-06-10T21:51:47.219Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-06-10T21:51:47.477Z Checking zip v4.6.1
22242026-06-10T21:51:47.517Z Checking peg-runtime v0.8.5
22252026-06-10T21:51:47.554Z Checking whoami v2.1.0
22262026-06-10T21:51:47.780Z Checking tokio-postgres v0.7.16
22272026-06-10T21:51:47.819Z Checking is-terminal v0.4.17
22282026-06-10T21:51:47.942Z Checking crossbeam-channel v0.5.15
22292026-06-10T21:51:48.075Z Compiling structmeta-derive v0.3.0
22302026-06-10T21:51:48.196Z Checking thread_local v1.1.9
22312026-06-10T21:51:48.304Z Checking term v1.2.1
22322026-06-10T21:51:48.357Z Checking take_mut v0.2.2
22332026-06-10T21:51:48.394Z Compiling newtype-uuid-macros v0.1.0
22342026-06-10T21:51:48.495Z Checking slog-async v2.8.0
22352026-06-10T21:51:48.542Z Compiling rustls v0.22.4
22362026-06-10T21:51:48.578Z Checking slog-term v2.9.2
22372026-06-10T21:51:48.632Z Compiling multer v3.1.0
22382026-06-10T21:51:48.704Z Compiling async-stream-impl v0.3.6
22392026-06-10T21:51:48.800Z Compiling dropshot v0.17.0
22402026-06-10T21:51:48.889Z Compiling dropshot_endpoint v0.17.0
22412026-06-10T21:51:48.934Z Checking match_cfg v0.1.0
22422026-06-10T21:51:49.053Z Checking hostname v0.3.1
22432026-06-10T21:51:49.092Z Checking slog-json v2.6.1
22442026-06-10T21:51:49.125Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-06-10T21:51:49.172Z Compiling structmeta v0.3.0
22462026-06-10T21:51:49.205Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-06-10T21:51:49.240Z Checking debug-ignore v1.0.5
22482026-06-10T21:51:49.276Z Checking slog-bunyan v2.5.0
22492026-06-10T21:51:49.342Z Checking progenitor-client v0.14.0
22502026-06-10T21:51:49.376Z Checking rustls-webpki v0.102.8
22512026-06-10T21:51:49.415Z Checking serde_spanned v1.0.4
22522026-06-10T21:51:49.418Z Compiling derive-ex v0.1.8
22532026-06-10T21:51:49.487Z Checking serde_path_to_error v0.1.20
22542026-06-10T21:51:49.536Z Checking toml_datetime v1.0.0+spec-1.1.0
22552026-06-10T21:51:49.580Z Checking compression-core v0.4.31
22562026-06-10T21:51:49.615Z Checking toml_writer v1.0.6+spec-1.1.0
22572026-06-10T21:51:49.656Z Checking async-stream v0.3.6
22582026-06-10T21:51:49.736Z Checking compression-codecs v0.4.37
22592026-06-10T21:51:49.846Z Checking waitgroup v0.1.2
22602026-06-10T21:51:49.849Z Checking toml v1.0.6+spec-1.1.0
22612026-06-10T21:51:49.849Z Checking rustls-pemfile v2.2.0
22622026-06-10T21:51:49.945Z Checking async-compression v0.4.41
22632026-06-10T21:51:49.979Z Checking hostname v0.4.2
22642026-06-10T21:51:50.023Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-06-10T21:51:50.080Z Compiling parse-display-derive v0.10.0
22662026-06-10T21:51:50.116Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-06-10T21:51:50.162Z Checking atomicwrites v0.4.4
22682026-06-10T21:51:50.218Z Checking regress v0.10.5
22692026-06-10T21:51:50.285Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-06-10T21:51:50.321Z Checking itertools v0.14.0
22712026-06-10T21:51:50.492Z Checking macaddr v1.0.1
22722026-06-10T21:51:50.665Z Checking instant v0.1.13
22732026-06-10T21:51:50.707Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22742026-06-10T21:51:50.744Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22752026-06-10T21:51:50.785Z Checking backoff v0.4.0
22762026-06-10T21:51:50.965Z Checking backon v1.6.0
22772026-06-10T21:51:51.002Z Checking humantime v2.3.0
22782026-06-10T21:51:51.154Z Compiling test-strategy v0.4.5
22792026-06-10T21:51:51.191Z Checking progenitor-extras v0.2.0
22802026-06-10T21:51:51.225Z Checking progenitor-client v0.10.0
22812026-06-10T21:51:51.260Z Checking unicode-width v0.2.0
22822026-06-10T21:51:51.297Z Checking tokio-rustls v0.25.0
22832026-06-10T21:51:51.406Z Checking heck v0.5.0
22842026-06-10T21:51:51.441Z Compiling convert_case v0.4.0
22852026-06-10T21:51:51.480Z Checking half v2.7.1
22862026-06-10T21:51:51.559Z Checking ciborium-io v0.2.2
22872026-06-10T21:51:51.562Z Checking secrecy v0.10.3
22882026-06-10T21:51:51.658Z Compiling regress v0.11.1
22892026-06-10T21:51:51.694Z Checking indent_write v2.2.0
22902026-06-10T21:51:51.739Z Checking universal-hash v0.5.1
22912026-06-10T21:51:51.774Z Checking ciborium-ll v0.2.2
22922026-06-10T21:51:51.816Z Checking parse-display v0.10.0
22932026-06-10T21:51:51.891Z Compiling derive_more v0.99.20
22942026-06-10T21:51:51.926Z Checking opaque-debug v0.3.1
22952026-06-10T21:51:51.929Z Compiling unsafe-libyaml v0.2.11
22962026-06-10T21:51:51.997Z Checking ciborium v0.2.2
22972026-06-10T21:51:52.034Z Checking camino-tempfile v1.4.1
22982026-06-10T21:51:52.260Z Compiling crucible-workspace-hack v0.1.0
22992026-06-10T21:51:52.451Z Checking aead v0.5.2
23002026-06-10T21:51:52.530Z Compiling serde_yaml v0.9.34+deprecated
23012026-06-10T21:51:52.729Z Checking poly1305 v0.8.0
23022026-06-10T21:51:52.765Z Checking chacha20 v0.9.1
23032026-06-10T21:51:52.799Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23042026-06-10T21:51:52.995Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23052026-06-10T21:51:53.030Z Compiling thiserror-impl-no-std v2.0.2
23062026-06-10T21:51:53.215Z Checking swrite v0.1.0
23072026-06-10T21:51:53.340Z Compiling typify-impl v0.6.2
23082026-06-10T21:51:53.378Z Checking password-hash v0.5.0
23092026-06-10T21:51:53.484Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-06-10T21:51:53.634Z Checking blake2 v0.10.6
23112026-06-10T21:51:53.907Z Checking argon2 v0.5.3
23122026-06-10T21:51:54.003Z Checking chacha20poly1305 v0.10.1
23132026-06-10T21:51:54.161Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23142026-06-10T21:51:54.222Z Checking thiserror-no-std v2.0.2
23152026-06-10T21:51:54.280Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23162026-06-10T21:51:54.342Z Checking vsss-rs v3.3.4
23172026-06-10T21:51:54.476Z Checking byte-wrapper v0.1.0
23182026-06-10T21:51:54.601Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23192026-06-10T21:51:54.604Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202026-06-10T21:51:54.717Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-06-10T21:51:54.874Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23222026-06-10T21:51:54.909Z Checking crossbeam-deque v0.8.6
23232026-06-10T21:51:54.967Z Compiling rayon-core v1.13.0
23242026-06-10T21:51:55.118Z Checking toml v0.8.23
23252026-06-10T21:51:55.446Z Compiling toml_datetime v0.7.5+spec-1.1.0
23262026-06-10T21:51:55.484Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-06-10T21:51:55.520Z Compiling proc-macro-error v1.0.4
23282026-06-10T21:51:55.575Z Checking rayon v1.11.0
23292026-06-10T21:51:55.727Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-06-10T21:51:55.857Z Checking tabwriter v1.4.1
23312026-06-10T21:51:56.035Z Checking glob v0.3.3
23322026-06-10T21:51:56.069Z Checking colored v3.1.1
23332026-06-10T21:51:56.253Z Compiling heapless v0.8.0
23342026-06-10T21:51:56.298Z Compiling proc-macro-crate v3.4.0
23352026-06-10T21:51:56.353Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-10T21:51:56.482Z Compiling ingot-macros v0.1.1
23372026-06-10T21:51:56.660Z Checking hash32 v0.3.1
23382026-06-10T21:51:56.771Z Compiling smoltcp v0.11.0
23392026-06-10T21:51:56.809Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-06-10T21:51:56.842Z Checking unicode-width v0.1.14
23412026-06-10T21:51:56.907Z Compiling num_enum_derive v0.7.6
23422026-06-10T21:51:57.136Z Checking cobs v0.3.0
23432026-06-10T21:51:57.172Z Compiling usdt-attr-macro v0.5.0
23442026-06-10T21:51:57.272Z Compiling usdt-macro v0.5.0
23452026-06-10T21:51:57.319Z Checking memmap v0.7.0
23462026-06-10T21:51:57.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-06-10T21:51:57.752Z Checking postcard v1.1.3
23482026-06-10T21:51:57.791Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23492026-06-10T21:51:57.949Z Compiling typify-macro v0.6.2
23502026-06-10T21:51:57.990Z Checking num_enum v0.7.6
23512026-06-10T21:51:58.024Z Compiling proc-macro-crate v1.3.1
23522026-06-10T21:51:58.056Z Checking usdt v0.5.0
23532026-06-10T21:51:58.088Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-10T21:51:58.132Z Checking sigpipe v0.1.3
23552026-06-10T21:51:58.243Z Compiling foreign-types-macros v0.2.3
23562026-06-10T21:51:58.280Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-10T21:51:58.323Z Checking cpufeatures v0.3.0
23582026-06-10T21:51:58.430Z Checking foreign-types-shared v0.3.1
23592026-06-10T21:51:58.472Z Compiling num_enum_derive v0.5.11
23602026-06-10T21:51:58.551Z Checking chacha20 v0.10.0
23612026-06-10T21:51:58.754Z Checking cstr-argument v0.1.2
23622026-06-10T21:51:58.801Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-06-10T21:51:58.855Z Checking foreign-types v0.5.0
23642026-06-10T21:51:58.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23652026-06-10T21:51:58.921Z Compiling num-derive v0.4.2
23662026-06-10T21:51:58.961Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23672026-06-10T21:51:59.224Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-06-10T21:51:59.258Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-06-10T21:51:59.357Z Checking rand v0.10.0
23702026-06-10T21:51:59.392Z Checking ingot-types v0.1.2
23712026-06-10T21:51:59.392Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23722026-06-10T21:51:59.457Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-06-10T21:51:59.532Z Checking num_enum v0.5.11
23742026-06-10T21:51:59.590Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23752026-06-10T21:51:59.662Z Checking itertools v0.12.1
23762026-06-10T21:51:59.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-06-10T21:51:59.731Z Compiling typify v0.6.2
23782026-06-10T21:51:59.814Z Checking ingot v0.1.1
23792026-06-10T21:51:59.861Z Compiling progenitor-impl v0.14.0
23802026-06-10T21:51:59.864Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23812026-06-10T21:52:00.086Z Compiling zone_cfg_derive v0.3.1
23822026-06-10T21:52:00.124Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23832026-06-10T21:52:00.327Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23842026-06-10T21:52:00.597Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23852026-06-10T21:52:00.721Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23862026-06-10T21:52:00.761Z Checking zone v0.3.1
23872026-06-10T21:52:00.796Z Checking smf v0.2.3
23882026-06-10T21:52:00.863Z Checking whoami v1.6.1
23892026-06-10T21:52:00.898Z Checking tokio-dtrace v0.1.1
23902026-06-10T21:52:00.963Z Compiling derive-where v1.6.0
23912026-06-10T21:52:01.054Z Checking console v0.15.11
23922026-06-10T21:52:01.121Z Checking oxide-tokio-rt v0.1.4
23932026-06-10T21:52:01.155Z Checking newline-converter v0.3.0
23942026-06-10T21:52:01.294Z Checking num-rational v0.4.2
23952026-06-10T21:52:01.329Z Checking num-complex v0.4.6
23962026-06-10T21:52:01.332Z Checking float-ord v0.3.2
23972026-06-10T21:52:01.395Z Checking expectorate v1.2.0
23982026-06-10T21:52:01.430Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23992026-06-10T21:52:01.494Z Checking bytecount v0.6.9
24002026-06-10T21:52:01.552Z Compiling owo-colors v4.3.0
24012026-06-10T21:52:01.601Z Compiling prettyplease v0.2.37
24022026-06-10T21:52:01.639Z Compiling cancel-safe-futures v0.1.5
24032026-06-10T21:52:01.688Z Checking num v0.4.3
24042026-06-10T21:52:01.796Z Checking libsw-core v0.3.2
24052026-06-10T21:52:01.938Z Checking linear-map v1.2.0
24062026-06-10T21:52:02.039Z Checking libsw v3.5.0
24072026-06-10T21:52:02.219Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-06-10T21:52:02.343Z Checking gethostname v0.5.0
24092026-06-10T21:52:02.347Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-06-10T21:52:02.543Z Compiling progenitor-macro v0.14.0
24112026-06-10T21:52:02.626Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-10T21:52:02.714Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-06-10T21:52:03.555Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24142026-06-10T21:52:03.718Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24152026-06-10T21:52:04.421Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-06-10T21:52:06.474Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24172026-06-10T21:52:07.038Z Checking resolv-conf v0.7.6
24182026-06-10T21:52:07.189Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-06-10T21:52:07.428Z Checking unicode-linebreak v0.1.5
24202026-06-10T21:52:07.469Z Checking smawk v0.3.2
24212026-06-10T21:52:07.514Z Checking progenitor v0.14.0
24222026-06-10T21:52:07.549Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-06-10T21:52:07.635Z Checking papergrid v0.11.0
24242026-06-10T21:52:07.671Z Compiling tabled_derive v0.7.0
24252026-06-10T21:52:07.706Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24262026-06-10T21:52:07.868Z Compiling convert_case v0.10.0
24272026-06-10T21:52:07.904Z Compiling slog-dtrace v0.3.0
24282026-06-10T21:52:08.201Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24292026-06-10T21:52:08.237Z Compiling derive_more-impl v2.1.1
24302026-06-10T21:52:08.664Z Checking tabled v0.15.0
24312026-06-10T21:52:09.000Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-06-10T21:52:09.076Z Checking derive_more v2.1.1
24332026-06-10T21:52:09.175Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24342026-06-10T21:52:09.211Z Checking crossterm v0.29.0
24352026-06-10T21:52:09.247Z Checking linked-hash-map v0.5.6
24362026-06-10T21:52:09.452Z Checking lru-cache v0.1.2
24372026-06-10T21:52:09.541Z Checking hickory-proto v0.24.4
24382026-06-10T21:52:09.605Z Checking fd-lock v4.0.4
24392026-06-10T21:52:09.764Z Checking vte v0.14.1
24402026-06-10T21:52:09.801Z Checking display-error-chain v0.2.2
24412026-06-10T21:52:09.833Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-06-10T21:52:09.872Z Checking termtree v0.5.1
24432026-06-10T21:52:09.953Z Checking strip-ansi-escapes v0.2.1
24442026-06-10T21:52:09.957Z Checking nu-ansi-term v0.50.3
24452026-06-10T21:52:10.017Z Checking textwrap v0.16.2
24462026-06-10T21:52:10.050Z Compiling minimal-lexical v0.2.1
24472026-06-10T21:52:10.088Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24482026-06-10T21:52:10.218Z Checking reedline v0.40.0
24492026-06-10T21:52:10.254Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24502026-06-10T21:52:10.289Z Compiling nom v7.1.3
24512026-06-10T21:52:10.335Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24522026-06-10T21:52:10.573Z Compiling ar_archive_writer v0.5.1
24532026-06-10T21:52:10.833Z Checking csv-core v0.1.13
24542026-06-10T21:52:10.957Z Compiling stacker v0.1.23
24552026-06-10T21:52:11.099Z Checking csv v1.4.0
24562026-06-10T21:52:11.253Z Compiling cfg_aliases v0.1.1
24572026-06-10T21:52:11.350Z Checking hickory-resolver v0.24.4
24582026-06-10T21:52:11.385Z Compiling semver v0.1.20
24592026-06-10T21:52:11.418Z Checking highway v1.3.0
24602026-06-10T21:52:11.454Z Compiling psm v0.1.30
24612026-06-10T21:52:11.457Z Compiling nix v0.28.0
24622026-06-10T21:52:11.564Z Checking nibble_vec v0.1.0
24632026-06-10T21:52:11.650Z Compiling rustc_version v0.1.7
24642026-06-10T21:52:11.686Z Checking home v0.5.12
24652026-06-10T21:52:11.718Z Checking endian-type v0.1.2
24662026-06-10T21:52:11.751Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24672026-06-10T21:52:11.846Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24682026-06-10T21:52:11.924Z Checking radix_trie v0.2.1
24692026-06-10T21:52:11.959Z Compiling newtype_derive v0.1.6
24702026-06-10T21:52:11.992Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24712026-06-10T21:52:12.154Z Checking qorb v0.4.1
24722026-06-10T21:52:12.189Z Checking phf_shared v0.12.1
24732026-06-10T21:52:12.192Z Compiling recursive-proc-macro-impl v0.1.1
24742026-06-10T21:52:12.359Z Compiling chrono-tz v0.10.4
24752026-06-10T21:52:12.394Z Checking phf v0.12.1
24762026-06-10T21:52:12.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772026-06-10T21:52:12.571Z Compiling const_format_proc_macros v0.2.34
24782026-06-10T21:52:12.649Z Compiling peg-macros v0.8.5
24792026-06-10T21:52:12.685Z Checking recursive v0.1.1
24802026-06-10T21:52:12.688Z Checking nom v8.0.0
24812026-06-10T21:52:12.814Z Checking winnow v0.6.26
24822026-06-10T21:52:13.064Z Compiling sqlparser_derive v0.5.0
24832026-06-10T21:52:13.369Z Checking unicode_categories v0.1.1
24842026-06-10T21:52:13.554Z Checking rustyline v14.0.0
24852026-06-10T21:52:13.850Z Checking sqlparser v0.61.0
24862026-06-10T21:52:14.003Z Checking sqlformat v0.3.5
24872026-06-10T21:52:14.048Z Checking peg v0.8.5
24882026-06-10T21:52:14.151Z Checking const_format v0.2.35
24892026-06-10T21:52:14.472Z Checking bcs v0.1.6
24902026-06-10T21:52:14.521Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24912026-06-10T21:52:14.672Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24922026-06-10T21:52:14.687Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24932026-06-10T21:52:14.734Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24942026-06-10T21:52:14.782Z Checking steno v0.4.1
24952026-06-10T21:52:14.842Z Checking filetime v0.2.27
24962026-06-10T21:52:15.014Z Checking xattr v1.6.1
24972026-06-10T21:52:15.180Z Checking tar v0.4.45
24982026-06-10T21:52:15.241Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992026-06-10T21:52:15.449Z Checking subprocess v0.2.15
25002026-06-10T21:52:15.717Z Checking base64 v0.21.7
25012026-06-10T21:52:15.772Z Checking headers-core v0.3.0
25022026-06-10T21:52:15.817Z Checking yasna v0.5.2
25032026-06-10T21:52:15.949Z Checking headers v0.4.1
25042026-06-10T21:52:15.997Z Checking dropshot-api-manager-types v0.7.2
25052026-06-10T21:52:16.198Z Checking tagptr v0.2.0
25062026-06-10T21:52:16.238Z Checking rcgen v0.12.1
25072026-06-10T21:52:16.370Z Checking moka v0.12.13
25082026-06-10T21:52:16.433Z Checking utf-8 v0.7.6
25092026-06-10T21:52:16.581Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25102026-06-10T21:52:16.616Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25112026-06-10T21:52:16.648Z Compiling libefi-sys v0.1.0
25122026-06-10T21:52:16.759Z Checking tungstenite v0.21.0
25132026-06-10T21:52:16.953Z Compiling bitfield-struct v0.6.2
25142026-06-10T21:52:17.076Z Checking hickory-resolver v0.25.2
25152026-06-10T21:52:17.244Z Checking tokio-tungstenite v0.21.0
25162026-06-10T21:52:17.370Z Compiling radium v0.7.0
25172026-06-10T21:52:17.571Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-10T21:52:17.589Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192026-06-10T21:52:17.737Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-06-10T21:52:17.748Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25212026-06-10T21:52:17.748Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25222026-06-10T21:52:17.823Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25232026-06-10T21:52:17.878Z Checking tap v1.0.1
25242026-06-10T21:52:17.938Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-06-10T21:52:17.970Z Compiling maybe-uninit v2.0.0
25262026-06-10T21:52:18.015Z Checking wyz v0.5.1
25272026-06-10T21:52:18.103Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25282026-06-10T21:52:18.197Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25292026-06-10T21:52:18.364Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25302026-06-10T21:52:18.371Z Compiling zerocopy-derive v0.6.6
25312026-06-10T21:52:18.392Z Compiling packed_struct v0.10.1
25322026-06-10T21:52:18.461Z Checking funty v2.0.0
25332026-06-10T21:52:18.670Z Checking crc-catalog v2.4.0
25342026-06-10T21:52:18.808Z Checking crc v3.4.0
25352026-06-10T21:52:18.841Z Checking bitvec v1.0.1
25362026-06-10T21:52:18.983Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25372026-06-10T21:52:19.016Z Compiling packed_struct_codegen v0.10.1
25382026-06-10T21:52:19.228Z Checking zerocopy v0.6.6
25392026-06-10T21:52:19.561Z Compiling bitfield-macros v0.19.4
25402026-06-10T21:52:19.985Z Compiling indexmap v1.9.3
25412026-06-10T21:52:20.076Z Checking nodrop v0.1.14
25422026-06-10T21:52:20.134Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25432026-06-10T21:52:20.200Z Checking array-init v0.0.4
25442026-06-10T21:52:20.278Z Checking smallvec v0.6.14
25452026-06-10T21:52:20.322Z Checking bitfield v0.19.4
25462026-06-10T21:52:20.540Z Checking hashbrown v0.12.3
25472026-06-10T21:52:20.564Z Checking serde-hex v0.1.0
25482026-06-10T21:52:20.619Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-10T21:52:20.740Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-06-10T21:52:20.840Z Checking ron v0.8.1
25512026-06-10T21:52:21.015Z Checking hashbrown v0.13.2
25522026-06-10T21:52:21.232Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-06-10T21:52:21.308Z Checking crc-any v2.5.0
25542026-06-10T21:52:21.399Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-06-10T21:52:21.584Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25562026-06-10T21:52:21.631Z Checking object v0.30.4
25572026-06-10T21:52:21.631Z Compiling xshell-macros v0.2.7
25582026-06-10T21:52:21.631Z Checking path-slash v0.1.5
25592026-06-10T21:52:21.737Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25602026-06-10T21:52:22.157Z Checking xshell v0.2.7
25612026-06-10T21:52:22.252Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25622026-06-10T21:52:22.378Z Checking half v1.8.3
25632026-06-10T21:52:22.490Z Compiling num-derive v0.3.3
25642026-06-10T21:52:22.551Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25652026-06-10T21:52:22.634Z Checking serde_cbor v0.11.2
25662026-06-10T21:52:23.023Z Compiling proc-macro-error-attr2 v2.0.0
25672026-06-10T21:52:23.386Z Checking libscf-sys v1.1.0
25682026-06-10T21:52:23.450Z Compiling proc-macro-error2 v2.0.1
25692026-06-10T21:52:23.525Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25702026-06-10T21:52:23.559Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-10T21:52:23.684Z Checking papergrid v0.17.0
25722026-06-10T21:52:23.780Z Checking testing_table v0.3.0
25732026-06-10T21:52:23.812Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-06-10T21:52:23.815Z Compiling tabled_derive v0.11.0
25752026-06-10T21:52:23.902Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-10T21:52:24.031Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25772026-06-10T21:52:24.335Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-06-10T21:52:24.386Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-06-10T21:52:24.509Z Checking maplit v1.0.2
25802026-06-10T21:52:24.625Z Compiling git-stub v1.0.0
25812026-06-10T21:52:24.713Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25822026-06-10T21:52:24.872Z Checking crc8 v0.1.1
25832026-06-10T21:52:24.922Z Compiling git-stub-vcs v0.1.0
25842026-06-10T21:52:25.001Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25852026-06-10T21:52:25.034Z Checking tabled v0.20.0
25862026-06-10T21:52:25.302Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25872026-06-10T21:52:25.387Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25882026-06-10T21:52:25.598Z Checking fxhash v0.2.1
25892026-06-10T21:52:25.629Z Checking unicase v2.9.0
25902026-06-10T21:52:25.750Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25912026-06-10T21:52:25.784Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-06-10T21:52:25.818Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-06-10T21:52:26.063Z Compiling vergen-lib v0.1.6
25942026-06-10T21:52:26.183Z Compiling diesel_derives v2.3.7
25952026-06-10T21:52:26.216Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25962026-06-10T21:52:26.352Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25972026-06-10T21:52:26.386Z Checking scheduled-thread-pool v0.2.7
25982026-06-10T21:52:26.461Z Compiling dsl_auto_type v0.2.0
25992026-06-10T21:52:26.496Z Compiling vergen-gitcl v1.0.8
26002026-06-10T21:52:26.558Z Compiling diesel_table_macro_syntax v0.3.0
26012026-06-10T21:52:26.745Z Checking r2d2 v0.8.10
26022026-06-10T21:52:26.833Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26032026-06-10T21:52:26.971Z Checking kstat-rs v0.2.4
26042026-06-10T21:52:27.143Z Checking arc-swap v1.8.2
26052026-06-10T21:52:27.210Z Checking downcast-rs v2.0.2
26062026-06-10T21:52:27.275Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26072026-06-10T21:52:27.399Z Compiling parking_lot_core v0.8.6
26082026-06-10T21:52:27.431Z Checking slog-scope v4.4.1
26092026-06-10T21:52:27.577Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-06-10T21:52:27.610Z Checking slog-stdlog v4.1.1
26112026-06-10T21:52:27.642Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26122026-06-10T21:52:27.764Z Checking slog-envlogger v2.2.0
26132026-06-10T21:52:27.840Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-10T21:52:27.918Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26152026-06-10T21:52:27.950Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26162026-06-10T21:52:27.953Z Compiling dirs-sys-next v0.1.2
26172026-06-10T21:52:28.109Z Compiling crunchy v0.2.4
26182026-06-10T21:52:28.144Z Checking parking_lot v0.11.2
26192026-06-10T21:52:28.179Z Compiling dirs-next v2.0.0
26202026-06-10T21:52:28.290Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26212026-06-10T21:52:28.332Z Compiling clang-sys v1.8.1
26222026-06-10T21:52:28.365Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26232026-06-10T21:52:28.397Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26242026-06-10T21:52:28.474Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26252026-06-10T21:52:28.685Z Checking prefix-trie v0.7.0
26262026-06-10T21:52:28.718Z Compiling tiny-keccak v2.0.2
26272026-06-10T21:52:28.799Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26282026-06-10T21:52:28.961Z Checking sled v0.34.7
26292026-06-10T21:52:29.056Z Compiling term v0.7.0
26302026-06-10T21:52:29.087Z Checking hickory-server v0.25.2
26312026-06-10T21:52:29.090Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26322026-06-10T21:52:29.119Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26332026-06-10T21:52:29.394Z Checking nanorand v0.7.0
26342026-06-10T21:52:29.455Z Compiling salty v0.3.0
26352026-06-10T21:52:29.627Z Compiling bit-vec v0.6.3
26362026-06-10T21:52:29.659Z Checking flume v0.11.1
26372026-06-10T21:52:29.774Z Compiling ascii-canvas v3.0.0
26382026-06-10T21:52:29.877Z Compiling bit-set v0.5.3
26392026-06-10T21:52:30.048Z Compiling progenitor-impl v0.13.0
26402026-06-10T21:52:30.081Z Checking primeorder v0.13.6
26412026-06-10T21:52:30.263Z Compiling itertools v0.10.5
26422026-06-10T21:52:30.351Z Compiling ena v0.14.4
26432026-06-10T21:52:30.354Z Compiling libloading v0.8.9
26442026-06-10T21:52:30.416Z Compiling bindgen v0.71.1
26452026-06-10T21:52:30.522Z Compiling regex-syntax v0.6.29
26462026-06-10T21:52:30.598Z Compiling diff v0.1.13
26472026-06-10T21:52:31.242Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26482026-06-10T21:52:31.662Z Compiling cexpr v0.6.0
26492026-06-10T21:52:32.735Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-06-10T21:52:32.738Z Compiling lalrpop v0.19.12
26512026-06-10T21:52:32.738Z Checking progenitor-client v0.13.0
26522026-06-10T21:52:32.738Z Checking diesel v2.3.7
26532026-06-10T21:52:32.738Z Compiling fs-err v2.11.0
26542026-06-10T21:52:32.738Z Compiling rustc-hash v2.1.1
26552026-06-10T21:52:32.742Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-06-10T21:52:32.745Z Compiling progenitor-macro v0.13.0
26572026-06-10T21:52:32.852Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-06-10T21:52:32.964Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26592026-06-10T21:52:33.046Z Compiling libxml v0.3.3
26602026-06-10T21:52:33.415Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26612026-06-10T21:52:33.537Z Checking p384 v0.13.1
26622026-06-10T21:52:33.992Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26632026-06-10T21:52:34.378Z Compiling strum_macros v0.24.3
26642026-06-10T21:52:34.410Z Checking assert_matches v1.5.0
26652026-06-10T21:52:34.516Z Checking parse-size v1.1.0
26662026-06-10T21:52:34.675Z Compiling indoc v1.0.9
26672026-06-10T21:52:35.148Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26682026-06-10T21:52:35.864Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-06-10T21:52:36.026Z Compiling typify-impl v0.4.3
26702026-06-10T21:52:36.092Z Checking quick-xml v0.37.5
26712026-06-10T21:52:36.360Z Checking derive_builder v0.20.2
26722026-06-10T21:52:36.509Z Compiling oso-derive v0.27.3
26732026-06-10T21:52:37.027Z Compiling trait-variant v0.1.2
26742026-06-10T21:52:37.056Z Compiling impl-trait-for-tuples v0.2.3
26752026-06-10T21:52:37.621Z Checking openssl-probe v0.1.6
26762026-06-10T21:52:37.770Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26772026-06-10T21:52:37.773Z Checking progenitor v0.13.0
26782026-06-10T21:52:38.020Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-06-10T21:52:38.593Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-06-10T21:52:38.635Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26812026-06-10T21:52:38.668Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26822026-06-10T21:52:39.261Z Checking predicates-tree v1.0.13
26832026-06-10T21:52:39.383Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26842026-06-10T21:52:39.645Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-06-10T21:52:39.678Z Compiling mime_guess v2.0.5
26862026-06-10T21:52:39.710Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-10T21:52:40.557Z Compiling typify-macro v0.4.3
26882026-06-10T21:52:40.695Z Checking http-range v0.1.5
26892026-06-10T21:52:42.019Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26902026-06-10T21:52:42.264Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26912026-06-10T21:52:42.298Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-06-10T21:52:42.354Z Compiling typify v0.4.3
26932026-06-10T21:52:42.501Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-10T21:52:44.022Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26952026-06-10T21:52:44.091Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-06-10T21:52:44.230Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-06-10T21:52:44.302Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26982026-06-10T21:52:44.505Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-06-10T21:52:44.733Z Checking bb8 v0.8.6
27002026-06-10T21:52:45.017Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-06-10T21:52:45.050Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27022026-06-10T21:52:45.249Z Checking atty v0.2.14
27032026-06-10T21:52:45.356Z Checking corncobs v0.1.4
27042026-06-10T21:52:45.400Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-06-10T21:52:45.475Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-06-10T21:52:45.776Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-06-10T21:52:45.776Z Compiling progenitor-impl v0.11.2
27082026-06-10T21:52:45.884Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27092026-06-10T21:52:46.183Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27102026-06-10T21:52:46.391Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27112026-06-10T21:52:46.426Z Checking ignore v0.4.25
27122026-06-10T21:52:46.889Z Checking diesel-dtrace v0.5.0
27132026-06-10T21:52:47.033Z Checking async-bb8-diesel v0.2.1
27142026-06-10T21:52:47.168Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-10T21:52:47.421Z Checking secrecy v0.8.0
27162026-06-10T21:52:47.735Z Checking globwalk v0.9.1
27172026-06-10T21:52:48.227Z Checking hyper-staticfile v0.10.1
27182026-06-10T21:52:48.523Z Compiling progenitor-macro v0.11.2
27192026-06-10T21:52:48.557Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-06-10T21:52:48.877Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27212026-06-10T21:52:48.911Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-06-10T21:52:48.955Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27232026-06-10T21:52:49.190Z Checking progenitor-client v0.11.2
27242026-06-10T21:52:49.411Z Checking nonempty v0.12.0
27252026-06-10T21:52:49.468Z Compiling illumos-nvpair-sys v0.2.0
27262026-06-10T21:52:49.549Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27272026-06-10T21:52:49.606Z Checking camino-tempfile-ext v0.3.3
27282026-06-10T21:52:49.734Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27292026-06-10T21:52:49.837Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27302026-06-10T21:52:50.485Z Checking signal-hook-tokio v0.3.1
27312026-06-10T21:52:50.545Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-06-10T21:52:50.815Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27332026-06-10T21:52:50.859Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27342026-06-10T21:52:51.134Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-06-10T21:52:51.264Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-06-10T21:52:51.591Z Checking illumos-nvpair v0.3.0
27372026-06-10T21:52:51.666Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-06-10T21:52:51.793Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-06-10T21:52:52.128Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402026-06-10T21:52:52.179Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27412026-06-10T21:52:52.252Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-06-10T21:52:52.394Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27432026-06-10T21:52:52.439Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27442026-06-10T21:52:52.631Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452026-06-10T21:52:52.883Z Checking tungstenite v0.23.0
27462026-06-10T21:52:52.930Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-06-10T21:52:53.030Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27482026-06-10T21:52:53.354Z Checking tokio-tungstenite v0.23.1
27492026-06-10T21:52:53.524Z Checking progenitor v0.11.2
27502026-06-10T21:52:53.658Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-06-10T21:52:53.700Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-06-10T21:52:54.098Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-06-10T21:52:54.138Z Checking rand_seeder v0.4.0
27542026-06-10T21:52:54.320Z Checking void v1.0.2
27552026-06-10T21:52:54.354Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-06-10T21:52:54.456Z Checking lzss v0.8.2
27572026-06-10T21:52:54.493Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27582026-06-10T21:52:54.505Z Checking nix v0.27.1
27592026-06-10T21:52:54.557Z Checking serde_bytes v0.11.19
27602026-06-10T21:52:54.675Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-06-10T21:52:54.786Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27622026-06-10T21:52:54.828Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-06-10T21:52:55.043Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-06-10T21:52:55.484Z Checking is_ci v1.2.0
27652026-06-10T21:52:55.609Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-06-10T21:52:55.640Z Checking yansi v1.0.1
27672026-06-10T21:52:55.785Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-06-10T21:52:55.942Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-06-10T21:52:56.080Z Checking pretty_assertions v1.4.1
27702026-06-10T21:52:56.214Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712026-06-10T21:52:56.247Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-06-10T21:52:56.441Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-06-10T21:52:56.508Z Compiling darling_core v0.23.0
27742026-06-10T21:52:57.783Z Compiling indoc v2.0.7
27752026-06-10T21:52:57.876Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762026-06-10T21:52:58.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-06-10T21:52:58.270Z Compiling libz-sys v1.1.24
27782026-06-10T21:52:58.682Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-06-10T21:52:58.781Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-06-10T21:52:58.909Z Compiling instability v0.3.11
27812026-06-10T21:52:58.942Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-06-10T21:52:59.120Z Compiling darling_macro v0.23.0
27832026-06-10T21:52:59.430Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-06-10T21:52:59.464Z Checking castaway v0.2.4
27852026-06-10T21:52:59.606Z Checking compact_str v0.8.1
27862026-06-10T21:52:59.644Z Compiling darling v0.23.0
27872026-06-10T21:52:59.672Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27882026-06-10T21:53:00.016Z Checking supports-color v3.0.2
27892026-06-10T21:53:00.182Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-06-10T21:53:00.420Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-06-10T21:53:00.495Z Checking unicode-truncate v1.1.0
27922026-06-10T21:53:00.529Z Checking console v0.16.2
27932026-06-10T21:53:00.645Z Checking lru v0.12.5
27942026-06-10T21:53:00.679Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-06-10T21:53:00.683Z Checking cassowary v0.3.0
27962026-06-10T21:53:00.831Z Checking unit-prefix v0.5.2
27972026-06-10T21:53:00.953Z Checking ratatui v0.29.0
27982026-06-10T21:53:01.018Z Checking indicatif v0.18.4
27992026-06-10T21:53:01.152Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28002026-06-10T21:53:01.420Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28012026-06-10T21:53:01.673Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-06-10T21:53:02.321Z Compiling vergen-git2 v9.1.0
28032026-06-10T21:53:02.409Z Checking plotters-backend v0.3.7
28042026-06-10T21:53:02.593Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-06-10T21:53:02.649Z Checking plotters-svg v0.3.7
28062026-06-10T21:53:02.819Z Checking cast v0.3.0
28072026-06-10T21:53:02.853Z Compiling rustls v0.21.12
28082026-06-10T21:53:03.008Z Checking criterion-plot v0.6.0
28092026-06-10T21:53:03.190Z Checking plotters v0.3.7
28102026-06-10T21:53:03.282Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-06-10T21:53:03.340Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-06-10T21:53:03.567Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-10T21:53:03.795Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-06-10T21:53:03.932Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-06-10T21:53:04.022Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-06-10T21:53:04.159Z Checking colored v2.2.0
28172026-06-10T21:53:04.285Z Checking sct v0.7.1
28182026-06-10T21:53:04.396Z Checking rustls-webpki v0.101.7
28192026-06-10T21:53:04.454Z Checking tinytemplate v1.2.1
28202026-06-10T21:53:04.687Z Checking shell-words v1.1.1
28212026-06-10T21:53:04.721Z Checking anes v0.1.6
28222026-06-10T21:53:04.765Z Checking oorandom v11.1.5
28232026-06-10T21:53:04.909Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-06-10T21:53:04.944Z Checking criterion v0.7.0
28252026-06-10T21:53:06.312Z Checking typeid v1.0.3
28262026-06-10T21:53:06.345Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28272026-06-10T21:53:06.450Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-06-10T21:53:07.116Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28292026-06-10T21:53:07.924Z Checking hex-literal v0.4.1
28302026-06-10T21:53:08.057Z Checking erased-serde v0.4.9
28312026-06-10T21:53:08.445Z Checking tokio-rustls v0.24.1
28322026-06-10T21:53:08.676Z Checking rustls-pemfile v1.0.4
28332026-06-10T21:53:08.853Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-06-10T21:53:09.091Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-06-10T21:53:09.503Z Checking twox-hash v2.1.2
28362026-06-10T21:53:09.777Z Checking ordered-float v2.10.1
28372026-06-10T21:53:09.887Z Checking serde-untagged v0.1.9
28382026-06-10T21:53:10.045Z Checking serde-value v0.7.0
28392026-06-10T21:53:10.216Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-06-10T21:53:10.289Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28412026-06-10T21:53:10.853Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-06-10T21:53:11.047Z Checking fatfs v0.3.6
28432026-06-10T21:53:11.322Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-06-10T21:53:11.436Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-10T21:53:11.528Z Checking unicode-xid v0.2.6
28462026-06-10T21:53:11.613Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-06-10T21:53:11.671Z Compiling seq-macro v0.3.6
28482026-06-10T21:53:12.217Z Checking cargo-util-schemas v0.8.2
28492026-06-10T21:53:12.687Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-10T21:53:12.948Z Checking cargo-platform v0.2.0
28512026-06-10T21:53:13.126Z Compiling petname v2.0.2
28522026-06-10T21:53:13.169Z Checking cargo_metadata v0.21.0
28532026-06-10T21:53:13.793Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-06-10T21:53:13.947Z Checking concurrent-queue v2.5.0
28552026-06-10T21:53:14.172Z Checking rtoolbox v0.0.3
28562026-06-10T21:53:14.343Z Checking parking v2.2.1
28572026-06-10T21:53:14.396Z Compiling samael v0.0.19
28582026-06-10T21:53:14.495Z Checking event-listener v5.4.1
28592026-06-10T21:53:14.680Z Checking rpassword v7.4.0
28602026-06-10T21:53:14.823Z Checking tui-tree-widget v0.23.1
28612026-06-10T21:53:15.043Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-06-10T21:53:15.167Z Checking polyval v0.6.2
28632026-06-10T21:53:15.237Z Checking sapling-renderdag v0.1.0
28642026-06-10T21:53:15.366Z Checking sync-ptr v0.1.4
28652026-06-10T21:53:15.504Z Checking ghash v0.5.1
28662026-06-10T21:53:15.537Z Checking event-listener-strategy v0.5.4
28672026-06-10T21:53:15.657Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28682026-06-10T21:53:15.706Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28692026-06-10T21:53:15.928Z Checking ctr v0.9.2
28702026-06-10T21:53:16.129Z Checking constant_time_eq v0.4.2
28712026-06-10T21:53:16.295Z Checking arrayref v0.3.9
28722026-06-10T21:53:16.328Z Checking arrayvec v0.7.6
28732026-06-10T21:53:16.399Z Checking futures-timer v3.0.3
28742026-06-10T21:53:16.543Z Checking aes-gcm v0.10.3
28752026-06-10T21:53:16.707Z Checking async-lock v3.4.2
28762026-06-10T21:53:16.729Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-06-10T21:53:16.867Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-06-10T21:53:17.101Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-06-10T21:53:17.715Z Checking ssh-encoding v0.2.0
28802026-06-10T21:53:17.941Z Checking blowfish v0.9.1
28812026-06-10T21:53:18.129Z Compiling strsim v0.10.0
28822026-06-10T21:53:18.320Z Checking bcrypt-pbkdf v0.10.0
28832026-06-10T21:53:18.494Z Compiling darling_core v0.13.4
28842026-06-10T21:53:18.526Z Checking ssh-cipher v0.2.0
28852026-06-10T21:53:18.728Z Checking async-object-pool v0.2.0
28862026-06-10T21:53:18.873Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-06-10T21:53:19.290Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-06-10T21:53:19.483Z Checking serde_regex v1.1.0
28892026-06-10T21:53:19.549Z Checking password-hash v0.4.2
28902026-06-10T21:53:19.672Z Checking assert-json-diff v2.0.2
28912026-06-10T21:53:19.799Z Checking path-tree v0.8.3
28922026-06-10T21:53:19.878Z Checking gimli v0.32.3
28932026-06-10T21:53:19.940Z Checking stringmetrics v2.2.2
28942026-06-10T21:53:20.019Z Compiling target-lexicon v0.13.3
28952026-06-10T21:53:20.119Z Checking httpmock v0.8.3
28962026-06-10T21:53:20.376Z Compiling darling_macro v0.13.4
28972026-06-10T21:53:20.594Z Checking pbkdf2 v0.11.0
28982026-06-10T21:53:20.801Z Checking ssh-key v0.6.7
28992026-06-10T21:53:21.454Z Checking addr2line v0.25.1
29002026-06-10T21:53:21.527Z Checking p521 v0.13.3
29012026-06-10T21:53:21.762Z Checking p256 v0.13.2
29022026-06-10T21:53:22.062Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-06-10T21:53:22.182Z Checking russh-cryptovec v0.7.3
29042026-06-10T21:53:22.338Z Compiling guppy-workspace-hack v0.1.0
29052026-06-10T21:53:22.341Z Checking md5 v0.7.0
29062026-06-10T21:53:22.404Z Checking rustc-demangle v0.1.27
29072026-06-10T21:53:22.589Z Checking russh-keys v0.45.0
29082026-06-10T21:53:22.632Z Compiling darling v0.13.4
29092026-06-10T21:53:22.664Z Checking backtrace v0.3.76
29102026-06-10T21:53:22.786Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29112026-06-10T21:53:22.999Z Checking num-bigint v0.4.6
29122026-06-10T21:53:23.033Z Checking des v0.8.1
29132026-06-10T21:53:23.220Z Compiling blake3 v1.8.3
29142026-06-10T21:53:23.225Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-06-10T21:53:23.286Z Compiling target-spec v3.5.7
29162026-06-10T21:53:23.669Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-06-10T21:53:23.812Z Checking cfg-expr v0.20.6
29182026-06-10T21:53:23.983Z Checking russh v0.45.0
29192026-06-10T21:53:24.178Z Checking backtrace-ext v0.2.1
29202026-06-10T21:53:24.231Z Compiling serde_with_macros v1.5.2
29212026-06-10T21:53:24.365Z Checking supports-color v2.1.0
29222026-06-10T21:53:24.479Z Checking textwrap v0.15.2
29232026-06-10T21:53:24.530Z Checking supports-unicode v2.1.0
29242026-06-10T21:53:24.668Z Checking supports-hyperlinks v2.1.0
29252026-06-10T21:53:24.701Z Checking hashbrown v0.14.5
29262026-06-10T21:53:24.817Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29272026-06-10T21:53:25.050Z Checking cargo-platform v0.3.2
29282026-06-10T21:53:25.099Z Checking socket2 v0.5.10
29292026-06-10T21:53:25.252Z Checking terminal_size v0.1.17
29302026-06-10T21:53:25.263Z Compiling miette-derive v5.10.0
29312026-06-10T21:53:25.387Z Checking internet-checksum v0.2.1
29322026-06-10T21:53:25.542Z Checking owo-colors v3.5.0
29332026-06-10T21:53:25.940Z Checking cargo_metadata v0.23.1
29342026-06-10T21:53:26.099Z Checking chumsky v0.9.3
29352026-06-10T21:53:26.412Z Checking miette v5.10.0
29362026-06-10T21:53:26.713Z Compiling serde_with v1.14.0
29372026-06-10T21:53:27.184Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29382026-06-10T21:53:27.255Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29392026-06-10T21:53:27.288Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29402026-06-10T21:53:27.627Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29412026-06-10T21:53:27.841Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29422026-06-10T21:53:27.887Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29432026-06-10T21:53:28.076Z Compiling knuffel-derive v3.2.0
29442026-06-10T21:53:28.116Z Checking httptest v0.16.4
29452026-06-10T21:53:28.187Z Checking pathdiff v0.2.3
29462026-06-10T21:53:28.329Z Checking topological-sort v0.2.2
29472026-06-10T21:53:28.501Z Checking nested v0.1.1
29482026-06-10T21:53:28.535Z Checking omicron-zone-package v0.12.2
29492026-06-10T21:53:28.672Z Compiling git2 v0.20.4
29502026-06-10T21:53:28.707Z Checking guppy v0.17.25
29512026-06-10T21:53:28.745Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29522026-06-10T21:53:29.461Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29532026-06-10T21:53:29.595Z Checking knuffel v3.2.0
29542026-06-10T21:53:29.673Z Checking similar-asserts v1.7.0
29552026-06-10T21:53:29.730Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29562026-06-10T21:53:29.828Z Compiling polar-core v0.27.3
29572026-06-10T21:53:29.860Z Compiling target-triple v1.0.0
29582026-06-10T21:53:29.896Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29592026-06-10T21:53:30.222Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29602026-06-10T21:53:30.255Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29612026-06-10T21:53:30.417Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29622026-06-10T21:53:30.647Z Checking hickory-client v0.25.2
29632026-06-10T21:53:30.952Z Checking tokio-test v0.4.5
29642026-06-10T21:53:31.189Z Compiling assert_cmd v2.1.2
29652026-06-10T21:53:31.476Z Checking escape8259 v0.5.3
29662026-06-10T21:53:31.635Z Checking libtest-mimic v0.8.1
29672026-06-10T21:53:31.782Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29682026-06-10T21:53:31.913Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29692026-06-10T21:53:31.960Z Checking blake2b_simd v1.0.4
29702026-06-10T21:53:32.016Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29712026-06-10T21:53:32.405Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29722026-06-10T21:53:32.636Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29732026-06-10T21:53:32.844Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29742026-06-10T21:53:33.060Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29752026-06-10T21:53:33.292Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29762026-06-10T21:53:33.387Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29772026-06-10T21:53:33.620Z Checking fancy-regex v0.14.0
29782026-06-10T21:53:33.884Z Checking serde_tokenstream v0.2.3
29792026-06-10T21:53:34.015Z Checking approx v0.5.1
29802026-06-10T21:53:34.130Z Compiling rstest_macros v0.25.0
29812026-06-10T21:53:34.179Z Checking uzers v0.12.2
29822026-06-10T21:53:34.422Z Checking constant_time_eq v0.3.1
29832026-06-10T21:53:34.455Z Checking termcolor v1.4.1
29842026-06-10T21:53:34.557Z Compiling linkme-impl v0.3.35
29852026-06-10T21:53:34.694Z Checking trybuild v1.0.116
29862026-06-10T21:53:34.740Z Checking oso v0.27.3
29872026-06-10T21:53:34.936Z Checking rust-argon2 v2.1.0
29882026-06-10T21:53:35.339Z Checking datatest-stable v0.3.3
29892026-06-10T21:53:35.667Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29902026-06-10T21:53:35.710Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29912026-06-10T21:53:35.973Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29922026-06-10T21:53:36.020Z Checking support-bundle-viewer v0.1.2
29932026-06-10T21:53:36.296Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29942026-06-10T21:53:36.528Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29952026-06-10T21:53:36.727Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29962026-06-10T21:53:36.761Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29972026-06-10T21:53:36.997Z Checking drift v0.2.0
29982026-06-10T21:53:37.032Z Checking rand_distr v0.5.1
29992026-06-10T21:53:37.241Z Checking multimap v0.10.1
30002026-06-10T21:53:37.385Z Compiling linkme v0.3.35
30012026-06-10T21:53:37.450Z Compiling relative-path v1.9.3
30022026-06-10T21:53:37.483Z Checking dropshot-api-manager v0.7.2
30032026-06-10T21:53:38.373Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30042026-06-10T21:53:38.800Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30052026-06-10T21:53:38.872Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30062026-06-10T21:53:39.224Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30072026-06-10T21:53:39.260Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30082026-06-10T21:53:39.468Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30092026-06-10T21:53:39.504Z Checking cargo_toml v0.21.0
30102026-06-10T21:53:39.547Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30112026-06-10T21:53:39.798Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30122026-06-10T21:53:40.141Z Checking partial-io v0.5.4
30132026-06-10T21:53:40.217Z Checking termios v0.3.3
30142026-06-10T21:53:40.275Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30152026-06-10T21:53:40.372Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30162026-06-10T21:53:41.437Z Checking rstest v0.25.0
30172026-06-10T21:53:42.452Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-06-10T21:53:43.813Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30192026-06-10T21:53:45.958Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30202026-06-10T21:53:46.241Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30212026-06-10T21:53:51.769Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30222026-06-10T21:53:52.349Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30232026-06-10T21:53:55.059Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30242026-06-10T21:53:58.833Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30252026-06-10T21:54:04.071Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30262026-06-10T21:54:07.109Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30272026-06-10T21:54:08.163Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30282026-06-10T21:54:08.199Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30292026-06-10T21:54:08.302Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30302026-06-10T21:54:18.904Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30312026-06-10T21:55:28.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30322026-06-10T21:55:29.494Z
30332026-06-10T21:55:29.494Zreal 4:06.740466099
30342026-06-10T21:55:29.494Zuser 21:24.217802817
30352026-06-10T21:55:29.494Zsys 4:58.834706511
30362026-06-10T21:55:29.494Ztrap 0.510611198
30372026-06-10T21:55:29.494Ztflt 0.473262847
30382026-06-10T21:55:29.494Zdflt 0.413670249
30392026-06-10T21:55:29.494Zkflt 0.004672096
30402026-06-10T21:55:29.494Zlock 58:44.251668482
30412026-06-10T21:55:29.494Zslp 58:50.404103252
30422026-06-10T21:55:29.494Zlat 1:51.203772625
30432026-06-10T21:55:29.495Zstop 10:56.677408728
30442026-06-10T21:55:29.498Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30452026-06-10T21:55:29.498Z+ ptime -m cargo doc --workspace --no-deps
30462026-06-10T21:55:30.383Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30472026-06-10T21:55:30.383Z |
30482026-06-10T21:55:30.383Z = 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)`
30492026-06-10T21:55:30.383Z = 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>
30502026-06-10T21:55:31.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-06-10T21:55:31.631Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-06-10T21:55:31.679Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30532026-06-10T21:55:31.737Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30542026-06-10T21:55:31.805Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30552026-06-10T21:55:31.833Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30562026-06-10T21:55:31.941Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30572026-06-10T21:55:31.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-06-10T21:55:32.011Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-06-10T21:55:32.028Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30602026-06-10T21:55:32.073Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30612026-06-10T21:55:32.218Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30622026-06-10T21:55:32.242Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30632026-06-10T21:55:32.262Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30642026-06-10T21:55:32.283Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30652026-06-10T21:55:32.310Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30662026-06-10T21:55:32.364Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30672026-06-10T21:55:32.388Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30682026-06-10T21:55:32.392Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30692026-06-10T21:55:32.433Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30702026-06-10T21:55:32.438Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30712026-06-10T21:55:32.619Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30722026-06-10T21:55:32.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30732026-06-10T21:55:33.031Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30742026-06-10T21:55:33.183Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30752026-06-10T21:55:33.212Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30762026-06-10T21:55:33.248Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30772026-06-10T21:55:33.332Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30782026-06-10T21:55:33.433Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30792026-06-10T21:55:33.458Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30802026-06-10T21:55:33.555Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30812026-06-10T21:55:33.606Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30822026-06-10T21:55:33.744Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30832026-06-10T21:55:33.815Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30842026-06-10T21:55:33.866Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30852026-06-10T21:55:34.002Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30862026-06-10T21:55:34.057Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30872026-06-10T21:55:34.080Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30882026-06-10T21:55:34.260Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30892026-06-10T21:55:34.361Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30902026-06-10T21:55:34.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30912026-06-10T21:55:34.732Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30922026-06-10T21:55:34.857Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30932026-06-10T21:55:34.894Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30942026-06-10T21:55:35.056Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30952026-06-10T21:55:35.080Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30962026-06-10T21:55:35.116Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30972026-06-10T21:55:35.290Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30982026-06-10T21:55:35.356Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30992026-06-10T21:55:35.422Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31002026-06-10T21:55:35.428Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31012026-06-10T21:55:35.525Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31022026-06-10T21:55:35.593Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31032026-06-10T21:55:35.651Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31042026-06-10T21:55:35.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31052026-06-10T21:55:35.756Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31062026-06-10T21:55:35.815Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31072026-06-10T21:55:35.853Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31082026-06-10T21:55:35.934Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31092026-06-10T21:55:35.959Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31102026-06-10T21:55:35.979Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31112026-06-10T21:55:36.009Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-06-10T21:55:36.056Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-06-10T21:55:36.323Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31142026-06-10T21:55:36.423Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152026-06-10T21:55:36.694Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31162026-06-10T21:55:36.768Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-06-10T21:55:37.143Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31182026-06-10T21:55:37.264Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31192026-06-10T21:55:37.554Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-06-10T21:55:37.580Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31212026-06-10T21:55:37.633Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31222026-06-10T21:55:37.789Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-06-10T21:55:37.889Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-06-10T21:55:37.910Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-06-10T21:55:38.378Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31262026-06-10T21:55:38.741Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272026-06-10T21:55:39.043Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282026-06-10T21:55:39.449Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-06-10T21:55:39.476Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-06-10T21:55:40.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-06-10T21:55:40.216Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-06-10T21:55:40.332Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31332026-06-10T21:55:40.404Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-06-10T21:55:40.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-06-10T21:55:40.599Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-06-10T21:55:40.835Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-06-10T21:55:40.859Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-06-10T21:55:40.904Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-06-10T21:55:40.929Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-06-10T21:55:41.095Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-06-10T21:55:41.199Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31422026-06-10T21:55:41.217Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31432026-06-10T21:55:41.423Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31442026-06-10T21:55:41.447Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31452026-06-10T21:55:41.464Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31462026-06-10T21:55:41.549Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31472026-06-10T21:55:41.631Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-06-10T21:55:41.684Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31492026-06-10T21:55:41.757Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31502026-06-10T21:55:41.899Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31512026-06-10T21:55:41.920Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31522026-06-10T21:55:41.950Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31532026-06-10T21:55:41.983Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31542026-06-10T21:55:42.096Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31552026-06-10T21:55:42.189Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31562026-06-10T21:55:42.252Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31572026-06-10T21:55:42.304Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31582026-06-10T21:55:42.397Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31592026-06-10T21:55:42.672Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31602026-06-10T21:55:42.695Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31612026-06-10T21:55:43.239Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31622026-06-10T21:55:43.271Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31632026-06-10T21:55:43.335Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31642026-06-10T21:55:43.361Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31652026-06-10T21:55:44.024Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31662026-06-10T21:55:44.054Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31672026-06-10T21:55:44.693Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31682026-06-10T21:55:45.354Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31692026-06-10T21:55:45.548Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31702026-06-10T21:55:45.604Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31712026-06-10T21:55:45.827Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31722026-06-10T21:55:45.883Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31732026-06-10T21:55:45.987Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31742026-06-10T21:55:46.457Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31752026-06-10T21:55:46.823Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31762026-06-10T21:55:46.893Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31772026-06-10T21:55:46.965Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31782026-06-10T21:55:47.227Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31792026-06-10T21:55:47.557Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31802026-06-10T21:55:47.670Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31812026-06-10T21:55:47.869Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31822026-06-10T21:55:48.175Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31832026-06-10T21:55:48.932Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31842026-06-10T21:55:48.937Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31852026-06-10T21:55:48.990Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-06-10T21:55:49.705Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31872026-06-10T21:55:50.032Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-06-10T21:55:50.450Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31892026-06-10T21:55:51.220Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31902026-06-10T21:55:51.935Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31912026-06-10T21:55:52.252Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31922026-06-10T21:55:52.381Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-06-10T21:55:52.485Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-06-10T21:55:52.677Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31952026-06-10T21:55:52.697Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31962026-06-10T21:55:53.007Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31972026-06-10T21:55:53.053Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31982026-06-10T21:55:53.320Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-06-10T21:55:53.554Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32002026-06-10T21:55:53.604Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32012026-06-10T21:55:53.702Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32022026-06-10T21:55:53.840Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32032026-06-10T21:55:54.357Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32042026-06-10T21:55:55.134Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32052026-06-10T21:55:55.430Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32062026-06-10T21:55:57.464Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32072026-06-10T21:55:57.553Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32082026-06-10T21:55:58.251Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32092026-06-10T21:55:58.786Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32102026-06-10T21:55:59.405Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32112026-06-10T21:55:59.507Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32122026-06-10T21:56:00.116Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32132026-06-10T21:56:00.492Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32142026-06-10T21:56:01.189Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32152026-06-10T21:56:01.276Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32162026-06-10T21:56:01.712Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32172026-06-10T21:56:02.748Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32182026-06-10T21:56:03.079Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192026-06-10T21:56:03.471Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32202026-06-10T21:56:04.054Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32212026-06-10T21:56:04.248Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32222026-06-10T21:56:04.536Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32232026-06-10T21:56:04.659Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242026-06-10T21:56:04.704Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32252026-06-10T21:56:05.012Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-06-10T21:56:05.241Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-06-10T21:56:05.362Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32282026-06-10T21:56:05.423Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32292026-06-10T21:56:06.093Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32302026-06-10T21:56:06.134Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32312026-06-10T21:56:06.708Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-06-10T21:56:06.741Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32332026-06-10T21:56:07.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32342026-06-10T21:56:07.475Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32352026-06-10T21:56:07.973Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32362026-06-10T21:56:08.106Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32372026-06-10T21:56:08.533Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32382026-06-10T21:56:09.256Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32392026-06-10T21:56:09.484Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32402026-06-10T21:56:11.054Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32412026-06-10T21:56:13.203Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32422026-06-10T21:56:13.766Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32432026-06-10T21:56:14.166Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32442026-06-10T21:56:15.913Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32452026-06-10T21:56:16.497Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32462026-06-10T21:56:17.907Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32472026-06-10T21:56:18.402Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32482026-06-10T21:56:19.147Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32492026-06-10T21:56:20.888Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32502026-06-10T21:56:21.547Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32512026-06-10T21:56:23.479Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-06-10T21:56:24.169Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32532026-06-10T21:56:24.328Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32542026-06-10T21:56:24.848Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32552026-06-10T21:56:26.614Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32562026-06-10T21:56:30.159Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32572026-06-10T21:56:30.647Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32582026-06-10T21:56:31.365Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32592026-06-10T21:56:32.189Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32602026-06-10T21:56:32.877Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32612026-06-10T21:56:33.580Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32622026-06-10T21:56:34.259Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32632026-06-10T21:56:36.090Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32642026-06-10T21:56:37.126Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32652026-06-10T21:56:38.089Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32662026-06-10T21:56:38.294Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32672026-06-10T21:56:38.638Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32682026-06-10T21:56:39.647Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32692026-06-10T21:56:40.388Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32702026-06-10T21:56:42.401Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32712026-06-10T21:56:44.480Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32722026-06-10T21:56:45.641Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32732026-06-10T21:56:46.129Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32742026-06-10T21:56:47.188Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32752026-06-10T21:56:47.929Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32762026-06-10T21:56:49.098Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32772026-06-10T21:56:50.222Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32782026-06-10T21:56:51.165Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32792026-06-10T21:56:52.025Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32802026-06-10T21:56:53.135Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32812026-06-10T21:56:54.101Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32822026-06-10T21:56:56.914Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32832026-06-10T21:56:57.094Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32842026-06-10T21:56:57.979Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32852026-06-10T21:57:00.493Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32862026-06-10T21:57:01.128Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-06-10T21:57:02.909Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-06-10T21:57:04.361Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-06-10T21:57:07.496Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32902026-06-10T21:57:10.694Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32912026-06-10T21:57:15.043Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32922026-06-10T21:57:15.333Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32932026-06-10T21:57:16.677Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32942026-06-10T21:57:17.265Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32952026-06-10T21:57:18.753Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32962026-06-10T21:57:20.537Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32972026-06-10T21:57:22.256Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32982026-06-10T21:57:24.281Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32992026-06-10T21:57:25.941Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33002026-06-10T21:57:27.590Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33012026-06-10T21:57:29.701Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33022026-06-10T21:57:34.102Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33032026-06-10T21:57:35.112Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33042026-06-10T21:57:36.514Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33052026-06-10T21:57:37.392Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33062026-06-10T21:57:39.500Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33072026-06-10T21:57:41.236Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33082026-06-10T21:57:42.891Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33092026-06-10T21:57:44.450Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33102026-06-10T21:57:46.247Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112026-06-10T21:57:47.922Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-06-10T21:57:49.951Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33132026-06-10T21:57:51.584Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33142026-06-10T21:57:53.528Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33152026-06-10T21:57:55.551Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33162026-06-10T21:57:57.465Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33172026-06-10T21:58:00.564Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33182026-06-10T21:58:01.692Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33192026-06-10T21:58:03.731Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33202026-06-10T21:58:06.512Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33212026-06-10T21:58:08.166Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-06-10T21:58:10.428Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33232026-06-10T21:58:12.923Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33242026-06-10T21:58:15.068Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33252026-06-10T21:58:17.320Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33262026-06-10T21:58:19.521Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33272026-06-10T21:58:22.009Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33282026-06-10T21:58:23.945Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33292026-06-10T21:58:26.620Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33302026-06-10T21:58:28.366Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33312026-06-10T21:58:30.685Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33322026-06-10T21:58:32.847Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33332026-06-10T21:58:35.052Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33342026-06-10T21:58:37.776Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33352026-06-10T21:58:39.726Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33362026-06-10T21:58:42.342Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33372026-06-10T21:58:46.436Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33382026-06-10T21:58:46.554Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33392026-06-10T21:58:48.731Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33402026-06-10T21:58:51.075Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33412026-06-10T21:58:53.369Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33422026-06-10T21:58:55.668Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33432026-06-10T21:58:58.013Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33442026-06-10T21:59:00.288Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33452026-06-10T21:59:02.632Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33462026-06-10T21:59:04.874Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33472026-06-10T21:59:07.287Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33482026-06-10T21:59:09.693Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33492026-06-10T21:59:12.151Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33502026-06-10T21:59:14.998Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33512026-06-10T21:59:17.047Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33522026-06-10T21:59:19.454Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33532026-06-10T21:59:22.061Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33542026-06-10T21:59:25.975Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33552026-06-10T21:59:26.996Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33562026-06-10T21:59:29.376Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33572026-06-10T21:59:31.886Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33582026-06-10T21:59:34.363Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33592026-06-10T21:59:36.822Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33602026-06-10T21:59:39.455Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33612026-06-10T21:59:42.160Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33622026-06-10T21:59:44.420Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33632026-06-10T21:59:47.041Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33642026-06-10T21:59:49.759Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33652026-06-10T21:59:52.292Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33662026-06-10T21:59:54.877Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33672026-06-10T21:59:57.336Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-10T21:59:59.932Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33692026-06-10T22:00:02.500Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33702026-06-10T22:00:05.476Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33712026-06-10T22:00:07.956Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33722026-06-10T22:00:10.635Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33732026-06-10T22:00:18.184Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33742026-06-10T22:00:18.366Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33752026-06-10T22:00:21.752Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33762026-06-10T22:00:25.044Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33772026-06-10T22:00:28.564Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33782026-06-10T22:00:31.780Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-06-10T22:00:35.215Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33802026-06-10T22:00:40.018Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33812026-06-10T22:00:42.906Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33822026-06-10T22:00:46.605Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33832026-06-10T22:00:50.255Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33842026-06-10T22:00:53.908Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33852026-06-10T22:00:57.648Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33862026-06-10T22:01:01.396Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33872026-06-10T22:01:05.116Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33882026-06-10T22:01:08.965Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33892026-06-10T22:01:12.572Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33902026-06-10T22:01:16.331Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33912026-06-10T22:01:20.070Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33922026-06-10T22:01:23.956Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33932026-06-10T22:01:27.602Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33942026-06-10T22:01:31.361Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33952026-06-10T22:01:35.114Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33962026-06-10T22:01:38.831Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33972026-06-10T22:01:42.628Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33982026-06-10T22:01:46.327Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33992026-06-10T22:01:50.107Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34002026-06-10T22:02:19.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s
34012026-06-10T22:02:20.049Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34022026-06-10T22:02:20.154Z
34032026-06-10T22:02:20.154Zreal 6:50.565704335
34042026-06-10T22:02:20.154Zuser 18:03.646399944
34052026-06-10T22:02:20.154Zsys 3:54.763185830
34062026-06-10T22:02:20.155Ztrap 0.266320168
34072026-06-10T22:02:20.155Ztflt 0.010240887
34082026-06-10T22:02:20.155Zdflt 0.044303819
34092026-06-10T22:02:20.155Zkflt 0.000023550
34102026-06-10T22:02:20.155Zlock 6:21:23.324560625
34112026-06-10T22:02:20.155Zslp 2:18:23.276864172
34122026-06-10T22:02:20.155Zlat 34.498178995
34132026-06-10T22:02:20.158Zstop 1:36.524368795
34142026-06-10T22:02:20.158Zprocess exited: duration 796084 ms, exit code 0
 
34152026-06-10T22:02:20.164Zfound 0 output files