01KZW4B4P0S4PTRQNT8YJHMPHC: clippy (helios)

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

Buildomat Job: 01KZW4BRQQS3NDVANPX78ZEBZ2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T23:20:21.308Zjob assigned to worker 01KZW4C4MJ80XFWCNMFNMRN4BF [factory aws, i-0eba3fe1d61aa6a87] (queued for 1 m 3 s)
 
22026-08-12T23:20:27.325Zstarting task 0: "setup"
32026-08-12T23:20:27.329Z++ uname -s
42026-08-12T23:20:27.332Z+ kern=SunOS
52026-08-12T23:20:27.332Z+ build_user=build
62026-08-12T23:20:27.332Z+ build_uid=12345
72026-08-12T23:20:27.332Z+ work_dir=/work
82026-08-12T23:20:27.332Z+ input_dir=/input
92026-08-12T23:20:27.332Z+ [[ 0 == 12345 ]]
102026-08-12T23:20:27.332Z+ case "$kern" in
112026-08-12T23:20:27.332Z+ groupadd -g 12345 build
122026-08-12T23:20:27.332Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T23:20:29.336Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T23:20:29.381Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T23:20:29.410Z+ home_fs=zfs
162026-08-12T23:20:29.410Z+ [[ zfs == autofs ]]
172026-08-12T23:20:29.410Z+ mkdir -p /home/build
182026-08-12T23:20:29.410Z+ chown build:build /home/build /work
192026-08-12T23:20:31.385Z+ chmod 0700 /home/build /work
202026-08-12T23:20:31.388Zprocess exited: duration 4063 ms, exit code 0
 
212026-08-12T23:20:31.396Zstarting task 1: "rust-toolchain"
222026-08-12T23:20:31.399Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T23:20:31.399Z * rust toolchain channel = "1.97.1"
242026-08-12T23:20:31.399Z * rust toolchain profile = "default"
252026-08-12T23:20:31.399Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T23:20:31.399Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T23:20:31.399Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T23:20:31.404Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T23:20:31.404Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T23:20:31.500Zinfo: downloading installer
312026-08-12T23:20:32.915Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T23:20:32.915Zwarn: /home/build/.rustup/settings.toml
332026-08-12T23:20:32.915Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T23:20:32.915Zwarn: instead of the one inferred from the default host triple.
352026-08-12T23:20:32.926Zinfo: profile set to default
362026-08-12T23:20:32.926Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T23:20:32.930Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T23:20:33.067Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T23:20:33.072Zinfo: downloading 6 components
402026-08-12T23:20:49.881Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T23:20:49.881Z
422026-08-12T23:20:49.908Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T23:20:49.908Z
442026-08-12T23:20:49.908Z
452026-08-12T23:20:49.908ZRust is installed now. Great!
462026-08-12T23:20:49.908Z
472026-08-12T23:20:49.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T23:20:49.911Zenvironment variable. This has not been done automatically.
492026-08-12T23:20:49.912Z
502026-08-12T23:20:49.912ZTo configure your current shell, you need to source
512026-08-12T23:20:49.912Zthe corresponding env file under $HOME/.cargo.
522026-08-12T23:20:49.912Z
532026-08-12T23:20:49.912ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T23:20:49.912Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T23:20:49.912Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T23:20:49.912Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T23:20:49.912Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T23:20:49.912Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T23:20:49.912Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T23:20:49.912Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T23:20:49.912Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T23:20:50.009Z+ rustup --version
632026-08-12T23:20:50.019Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T23:20:50.022Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T23:20:50.038Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T23:20:50.041Z+ cargo --version
672026-08-12T23:20:50.055Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T23:20:50.058Z+ rustc --version
692026-08-12T23:20:50.076Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T23:20:50.079Zprocess exited: duration 18683 ms, exit code 0
 
712026-08-12T23:20:50.086Zstarting task 2: "authentication"
722026-08-12T23:20:50.102Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T23:20:50.108Zstarting task 3: "clone repository"
742026-08-12T23:20:50.111Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T23:20:50.114Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T23:20:50.146ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T23:21:02.475Z+ cd /work/oxidecomputer/omicron
782026-08-12T23:21:02.475Z+ git fetch origin 8e543d40bb4593f3463c5aa33f34e8c679031e7c
792026-08-12T23:21:02.811ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T23:21:02.811Z * branch 8e543d40bb4593f3463c5aa33f34e8c679031e7c -> FETCH_HEAD
812026-08-12T23:21:02.822Z+ [[ -n sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
822026-08-12T23:21:02.825Z++ git branch --show-current
832026-08-12T23:21:02.825Z+ current=main
842026-08-12T23:21:02.825Z+ [[ main != sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
852026-08-12T23:21:02.825Z+ git branch -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses 8e543d40bb4593f3463c5aa33f34e8c679031e7c
862026-08-12T23:21:02.828Z+ git checkout -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses
872026-08-12T23:21:03.089ZSwitched to branch 'sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses'
882026-08-12T23:21:03.100Z+ git reset --hard 8e543d40bb4593f3463c5aa33f34e8c679031e7c
892026-08-12T23:21:03.100ZHEAD is now at 8e543d40b rebase on main
902026-08-12T23:21:03.100Zprocess exited: duration 12984 ms, exit code 0
 
912026-08-12T23:21:03.107Zstarting task 4: "build"
922026-08-12T23:21:03.111Z+ source ./env.sh
932026-08-12T23:21:03.111Z++ OLD_SHELL_OPTS=ehxB
942026-08-12T23:21:03.111Z++ set -o xtrace
952026-08-12T23:21:03.114Z++++ dirname ./env.sh
962026-08-12T23:21:03.114Z+++ readlink -f .
972026-08-12T23:21:03.118Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-12T23:21:03.118Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-12T23:21:03.118Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-12T23:21:03.118Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-12T23:21:03.118Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-12T23:21:03.118Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-12T23:21:03.118Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-12T23:21:03.118Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-12T23:21:03.118Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-12T23:21:03.118Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-12T23:21:03.119Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-12T23:21:03.119Z++ case $OLD_SHELL_OPTS in
1092026-08-12T23:21:03.119Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-12T23:21:03.119Z+ source .github/buildomat/ci-env.sh
1112026-08-12T23:21:03.119Z++ export CARGO_TERM_COLOR=always
1122026-08-12T23:21:03.119Z++ CARGO_TERM_COLOR=always
1132026-08-12T23:21:03.119Z+++ uname -s
1142026-08-12T23:21:03.123Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-12T23:21:03.123Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-12T23:21:03.123Z+ cargo --version
1172026-08-12T23:21:03.130Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-12T23:21:03.133Z+ rustc --version
1192026-08-12T23:21:03.152Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-12T23:21:03.155Z+ banner prerequisites
1212026-08-12T23:21:03.159Z
1222026-08-12T23:21:03.159Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-12T23:21:03.159Z # # # # # # # # # # # # # # #
1242026-08-12T23:21:03.159Z # # # # ##### # # ##### # # # # # #### #
1252026-08-12T23:21:03.159Z ##### ##### # ##### # # # # # # # # #
1262026-08-12T23:21:03.159Z # # # # # # # # # # # # # # #
1272026-08-12T23:21:03.159Z # # # ###### # # ###### ### # #### # #### #
1282026-08-12T23:21:03.159Z
1292026-08-12T23:21:03.159Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-12T23:21:04.976Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-12T23:21:05.284Z Startup: Caching catalogs ... Done
1322026-08-12T23:21:06.980ZPlanning: Solver setup ... Done (1.594s)
1332026-08-12T23:21:07.033ZPlanning: Running solver ... Done (0.053s)
1342026-08-12T23:21:07.073ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-12T23:21:07.080ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-12T23:21:07.100ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-12T23:21:07.114ZPlanning: Package planning ... Done (0.013s)
1382026-08-12T23:21:07.117ZPlanning: Merging actions ... Done (0.002s)
1392026-08-12T23:21:07.275ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-12T23:21:07.279ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-12T23:21:08.058ZPlanning: Evaluating mediators ... Done (0.782s)
1422026-08-12T23:21:08.068ZPlanning: Planning completed in 2.74 seconds
1432026-08-12T23:21:08.075Z Packages to install: 2
1442026-08-12T23:21:08.075Z Estimated space available: 156.01 GB
1452026-08-12T23:21:08.075ZEstimated space to be consumed: 67.95 MB
1462026-08-12T23:21:08.075Z Create boot environment: No
1472026-08-12T23:21:08.075ZCreate backup boot environment: No
1482026-08-12T23:21:08.075Z Rebuild boot archive: No
1492026-08-12T23:21:08.076Z
1502026-08-12T23:21:08.076ZChanged packages:
1512026-08-12T23:21:08.076Zhelios
1522026-08-12T23:21:08.076Z developer/build-essential
1532026-08-12T23:21:08.076Z None -> 11-3.0
1542026-08-12T23:21:08.076Z library/libxmlsec1
1552026-08-12T23:21:08.076Z None -> 1.2.35-3.0
1562026-08-12T23:21:08.091Z
1572026-08-12T23:21:08.091ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-12T23:21:08.164ZDownload: Completed 1.28 MB in 0.07 seconds (19.2M/s)
1592026-08-12T23:21:08.217Z Actions: 1/268 actions (Installing new actions)
1602026-08-12T23:21:08.255Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-12T23:21:08.285ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-12T23:21:08.285ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-12T23:21:08.356ZFinalize: Updating image state ... Done (0.072s)
1642026-08-12T23:21:10.796ZFinalize: Creating fast lookup database ... Done (2.393s)
1652026-08-12T23:21:10.859ZFinalize: Reading search index ... Done (0.011s)
1662026-08-12T23:21:10.862ZFinalize: Updating search index ... Done (0.000s)
1672026-08-12T23:21:10.956ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-12T23:21:11.306ZPlanning: Evaluating mediator changes ... Done
1692026-08-12T23:21:11.411ZPlanning: Checking for conflicting actions ... Done
1702026-08-12T23:21:11.414ZPlanning: Consolidating action changes ... Done
1712026-08-12T23:21:11.569ZPlanning: Evaluating mediators ... Done
1722026-08-12T23:21:11.576ZPlanning: Planning completed in 0.26 seconds
1732026-08-12T23:21:11.592Z Mediators to change: 2
1742026-08-12T23:21:11.592Z Create boot environment: No
1752026-08-12T23:21:11.592ZCreate backup boot environment: No
1762026-08-12T23:21:11.660ZFinalize: Updating package state database ... Done
1772026-08-12T23:21:11.660ZFinalize: Updating package cache ... Done
1782026-08-12T23:21:11.705ZFinalize: Updating image state ... Done
1792026-08-12T23:21:13.669ZFinalize: Creating fast lookup database ... Done
1802026-08-12T23:21:13.735ZFinalize: Reading search index ... Done
1812026-08-12T23:21:13.745ZFinalize: Updating search index ... Done
1822026-08-12T23:21:13.843ZFinalize: Updating package cache ... Done
1832026-08-12T23:21:14.106ZPlanning: Evaluating mediator changes ... Done
1842026-08-12T23:21:14.202ZPlanning: Checking for conflicting actions ... Done
1852026-08-12T23:21:14.206ZPlanning: Consolidating action changes ... Done
1862026-08-12T23:21:14.359ZPlanning: Evaluating mediators ... Done
1872026-08-12T23:21:14.362ZPlanning: Planning completed in 0.26 seconds
1882026-08-12T23:21:14.382Z Mediators to change: 1
1892026-08-12T23:21:14.382Z Create boot environment: No
1902026-08-12T23:21:14.382ZCreate backup boot environment: No
1912026-08-12T23:21:14.432ZFinalize: Updating package state database ... Done
1922026-08-12T23:21:14.432ZFinalize: Updating package cache ... Done
1932026-08-12T23:21:14.479ZFinalize: Updating image state ... Done
1942026-08-12T23:21:16.410ZFinalize: Creating fast lookup database ... Done
1952026-08-12T23:21:16.472ZFinalize: Reading search index ... Done
1962026-08-12T23:21:16.476ZFinalize: Updating search index ... Done
1972026-08-12T23:21:16.554ZFinalize: Updating package cache ... Done
1982026-08-12T23:21:16.869ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-12T23:21:16.869Zapache system 2.4 system
2002026-08-12T23:21:16.869Zclang system 15 system
2012026-08-12T23:21:16.869Zcsh system system illumos
2022026-08-12T23:21:16.869Zctags system system illumos
2032026-08-12T23:21:16.869Zfile vendor vendor darwinsys
2042026-08-12T23:21:16.869Zfile system system illumos
2052026-08-12T23:21:16.869Zgcc vendor 14 vendor
2062026-08-12T23:21:16.869Zgcc system 13 system
2072026-08-12T23:21:16.869Zgcc system 10 system
2082026-08-12T23:21:16.869Zgo system 1.25 system
2092026-08-12T23:21:16.869Zllvm system 15 system
2102026-08-12T23:21:16.869Zmariadb system 11.4 system
2112026-08-12T23:21:16.869Zmta vendor vendor dma
2122026-08-12T23:21:16.869Zopenjdk system 17 system
2132026-08-12T23:21:16.869Zopenjdk system 11 system
2142026-08-12T23:21:16.869Zopenssl vendor 3 vendor
2152026-08-12T23:21:16.869Zperl system 5.40 system
2162026-08-12T23:21:16.869Zpostgresql system 18 system
2172026-08-12T23:21:16.869Zpostgresql system 17 system
2182026-08-12T23:21:16.869Zpython vendor 3 vendor
2192026-08-12T23:21:16.869Zpython system 2 system
2202026-08-12T23:21:16.870Zpython3 vendor 3.13 vendor
2212026-08-12T23:21:16.870Zruby system 3.4 system
2222026-08-12T23:21:16.870Zruby system 3.0 system
2232026-08-12T23:21:16.870Zwords vendor vendor american-english
2242026-08-12T23:21:16.870Zwords system system australian-english
2252026-08-12T23:21:16.870Zwords system system british-english
2262026-08-12T23:21:16.870Zwords system system canadian-english
2272026-08-12T23:21:16.870Zwords system system french
2282026-08-12T23:21:16.870Zwords system system italian
2292026-08-12T23:21:16.870Zwords system system ngerman
2302026-08-12T23:21:16.870Zwords system system ogerman
2312026-08-12T23:21:16.870Zwords system system spanish
2322026-08-12T23:21:17.133ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-12T23:21:17.133Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-12T23:21:17.552ZFMRI IFO
2352026-08-12T23:21:17.553Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-12T23:21:17.553Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-12T23:21:17.553Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-12T23:21:17.553Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-12T23:21:17.553Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-12T23:21:17.553Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-12T23:21:17.553Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-12T23:21:17.553Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-12T23:21:17.553Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-12T23:21:17.888Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-12T23:21:18.223Z Updating crates.io index
2462026-08-12T23:21:18.226Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-12T23:21:18.510Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-12T23:21:18.858Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-12T23:21:19.899Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-12T23:21:20.451Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-12T23:21:22.018Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-12T23:21:22.905Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-12T23:21:23.179Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-12T23:21:23.549Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-12T23:21:24.744Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-12T23:21:25.008Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-12T23:21:25.397Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-12T23:21:25.675Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-12T23:21:25.967Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-12T23:21:26.249Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-12T23:21:26.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-12T23:21:26.849Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-12T23:21:27.179Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-12T23:21:27.594Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-12T23:21:28.067Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-12T23:21:28.458Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-12T23:21:29.032Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-12T23:21:29.284Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-12T23:21:29.820Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-12T23:21:30.121Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-12T23:21:30.827Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-12T23:21:30.875Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-12T23:21:31.175Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-12T23:21:31.556Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-12T23:21:31.909Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-12T23:21:32.240Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-12T23:21:32.591Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-12T23:21:32.970Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-12T23:21:33.498Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-12T23:21:33.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-12T23:21:34.107Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-12T23:21:34.458Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-12T23:21:35.111Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-12T23:21:35.404Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-12T23:21:35.681Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-12T23:21:36.002Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-12T23:21:36.335Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-12T23:21:39.315Z Downloading crates ...
2892026-08-12T23:21:39.363Z Downloaded equivalent v1.0.2
2902026-08-12T23:21:39.363Z Downloaded is_terminal_polyfill v1.70.2
2912026-08-12T23:21:39.363Z Downloaded clap v4.6.1
2922026-08-12T23:21:39.363Z Downloaded getrandom v0.4.1
2932026-08-12T23:21:39.364Z Downloaded terminal_size v0.4.3
2942026-08-12T23:21:39.364Z Downloaded zmij v1.0.21
2952026-08-12T23:21:39.364Z Downloaded block-buffer v0.10.4
2962026-08-12T23:21:39.415Z Downloaded pest v2.8.6
2972026-08-12T23:21:39.415Z Downloaded serde v1.0.228
2982026-08-12T23:21:39.416Z Downloaded zerocopy-derive v0.7.35
2992026-08-12T23:21:39.416Z Downloaded zerocopy v0.7.35
3002026-08-12T23:21:39.416Z Downloaded clap_lex v1.0.0
3012026-08-12T23:21:39.416Z Downloaded cfg-if v1.0.4
3022026-08-12T23:21:39.416Z Downloaded tabled v0.15.0
3032026-08-12T23:21:39.416Z Downloaded generic-array v0.14.7
3042026-08-12T23:21:39.416Z Downloaded itoa v1.0.17
3052026-08-12T23:21:39.418Z Downloaded cargo_metadata v0.23.1
3062026-08-12T23:21:39.418Z Downloaded byteorder v1.5.0
3072026-08-12T23:21:39.418Z Downloaded camino v1.2.2
3082026-08-12T23:21:39.418Z Downloaded heck v0.5.0
3092026-08-12T23:21:39.418Z Downloaded cargo-platform v0.3.2
3102026-08-12T23:21:39.418Z Downloaded dtrace-parser v0.2.0
3112026-08-12T23:21:39.418Z Downloaded errno v0.3.14
3122026-08-12T23:21:39.461Z Downloaded macaddr v1.0.1
3132026-08-12T23:21:39.461Z Downloaded usdt v0.5.0
3142026-08-12T23:21:39.461Z Downloaded heck v0.4.1
3152026-08-12T23:21:39.461Z Downloaded fastrand v2.3.0
3162026-08-12T23:21:39.461Z Downloaded strsim v0.11.1
3172026-08-12T23:21:39.461Z Downloaded cpufeatures v0.2.17
3182026-08-12T23:21:39.462Z Downloaded toml_write v0.1.2
3192026-08-12T23:21:39.462Z Downloaded usdt-macro v0.5.0
3202026-08-12T23:21:39.462Z Downloaded toml_datetime v0.6.11
3212026-08-12T23:21:39.462Z Downloaded proc-macro-error-attr v1.0.4
3222026-08-12T23:21:39.462Z Downloaded scroll_derive v0.12.1
3232026-08-12T23:21:39.462Z Downloaded anstyle-query v1.1.5
3242026-08-12T23:21:39.463Z Downloaded version_check v0.9.5
3252026-08-12T23:21:39.463Z Downloaded colorchoice v1.0.4
3262026-08-12T23:21:39.463Z Downloaded pretty-hex v0.4.1
3272026-08-12T23:21:39.463Z Downloaded utf8parse v0.2.2
3282026-08-12T23:21:39.463Z Downloaded tabled_derive v0.7.0
3292026-08-12T23:21:39.463Z Downloaded serde_spanned v0.6.9
3302026-08-12T23:21:39.463Z Downloaded crypto-common v0.1.7
3312026-08-12T23:21:39.463Z Downloaded fnv v1.0.7
3322026-08-12T23:21:39.463Z Downloaded anstyle v1.0.14
3332026-08-12T23:21:39.463Z Downloaded bytecount v0.6.9
3342026-08-12T23:21:39.464Z Downloaded cargo_toml v0.21.0
3352026-08-12T23:21:39.465Z Downloaded pest_derive v2.8.6
3362026-08-12T23:21:39.465Z Downloaded memmap v0.7.0
3372026-08-12T23:21:39.465Z Downloaded thread-id v4.2.2
3382026-08-12T23:21:39.465Z Downloaded dof v0.3.0
3392026-08-12T23:21:39.465Z Downloaded swrite v0.1.0
3402026-08-12T23:21:39.465Z Downloaded smawk v0.3.2
3412026-08-12T23:21:39.465Z Downloaded plain v0.2.3
3422026-08-12T23:21:39.485Z Downloaded usdt-attr-macro v0.5.0
3432026-08-12T23:21:39.486Z Downloaded autocfg v1.5.0
3442026-08-12T23:21:39.486Z Downloaded anstream v1.0.0
3452026-08-12T23:21:39.486Z Downloaded anstyle-parse v1.0.0
3462026-08-12T23:21:39.486Z Downloaded camino-tempfile v1.4.1
3472026-08-12T23:21:39.486Z Downloaded proc-macro-error v1.0.4
3482026-08-12T23:21:39.486Z Downloaded digest v0.10.7
3492026-08-12T23:21:39.486Z Downloaded sha2 v0.10.9
3502026-08-12T23:21:39.518Z Downloaded quote v1.0.45
3512026-08-12T23:21:39.518Z Downloaded thiserror-impl v1.0.69
3522026-08-12T23:21:39.518Z Downloaded thiserror-impl v2.0.18
3532026-08-12T23:21:39.518Z Downloaded clap_derive v4.6.1
3542026-08-12T23:21:39.518Z Downloaded scroll v0.12.0
3552026-08-12T23:21:39.518Z Downloaded unicode-linebreak v0.1.5
3562026-08-12T23:21:39.518Z Downloaded thiserror v1.0.69
3572026-08-12T23:21:39.985Z Downloaded once_cell v1.21.3
3582026-08-12T23:21:39.985Z Downloaded serde_tokenstream v0.2.3
3592026-08-12T23:21:39.985Z Downloaded thiserror v2.0.18
3602026-08-12T23:21:39.985Z Downloaded pest_generator v2.8.6
3612026-08-12T23:21:39.985Z Downloaded fs-err v3.3.0
3622026-08-12T23:21:39.985Z Downloaded toml v0.8.23
3632026-08-12T23:21:39.985Z Downloaded usdt-impl v0.5.0
3642026-08-12T23:21:39.985Z Downloaded log v0.4.29
3652026-08-12T23:21:39.985Z Downloaded semver v1.0.28
3662026-08-12T23:21:39.985Z Downloaded ucd-trie v0.1.7
3672026-08-12T23:21:39.985Z Downloaded anyhow v1.0.102
3682026-08-12T23:21:39.985Z Downloaded bitflags v2.11.0
3692026-08-12T23:21:39.985Z Downloaded papergrid v0.11.0
3702026-08-12T23:21:40.036Z Downloaded textwrap v0.16.2
3712026-08-12T23:21:40.037Z Downloaded proc-macro2 v1.0.106
3722026-08-12T23:21:40.037Z Downloaded unicode-ident v1.0.24
3732026-08-12T23:21:40.037Z Downloaded tempfile v3.25.0
3742026-08-12T23:21:40.037Z Downloaded pest_meta v2.8.6
3752026-08-12T23:21:40.037Z Downloaded serde_derive v1.0.228
3762026-08-12T23:21:40.037Z Downloaded serde_core v1.0.228
3772026-08-12T23:21:40.037Z Downloaded indexmap v2.14.0
3782026-08-12T23:21:40.038Z Downloaded memchr v2.8.0
3792026-08-12T23:21:40.038Z Downloaded toml_edit v0.22.27
3802026-08-12T23:21:40.038Z Downloaded typenum v1.20.1
3812026-08-12T23:21:40.038Z Downloaded hashbrown v0.17.0
3822026-08-12T23:21:40.038Z Downloaded serde_json v1.0.151
3832026-08-12T23:21:40.038Z Downloaded clap_builder v4.6.0
3842026-08-12T23:21:40.038Z Downloaded winnow v0.7.14
3852026-08-12T23:21:40.038Z Downloaded goblin v0.8.2
3862026-08-12T23:21:40.038Z Downloaded syn v1.0.109
3872026-08-12T23:21:40.038Z Downloaded unicode-width v0.1.14
3882026-08-12T23:21:40.038Z Downloaded unicode-width v0.2.0
3892026-08-12T23:21:40.038Z Downloaded syn v2.0.117
3902026-08-12T23:21:40.038Z Downloaded rustix v1.1.3
3912026-08-12T23:21:40.038Z Downloaded libc v0.2.185
3922026-08-12T23:21:40.038Z Compiling proc-macro2 v1.0.106
3932026-08-12T23:21:40.038Z Compiling unicode-ident v1.0.24
3942026-08-12T23:21:40.039Z Compiling quote v1.0.45
3952026-08-12T23:21:40.039Z Compiling serde_core v1.0.228
3962026-08-12T23:21:40.039Z Compiling libc v0.2.185
3972026-08-12T23:21:40.039Z Compiling version_check v0.9.5
3982026-08-12T23:21:40.039Z Compiling memchr v2.8.0
3992026-08-12T23:21:40.039Z Compiling serde v1.0.228
4002026-08-12T23:21:40.196Z Compiling zmij v1.0.21
4012026-08-12T23:21:40.368Z Compiling itoa v1.0.17
4022026-08-12T23:21:40.466Z Compiling ucd-trie v0.1.7
4032026-08-12T23:21:40.542Z Compiling thiserror v1.0.69
4042026-08-12T23:21:40.734Z Compiling pest v2.8.6
4052026-08-12T23:21:40.866Z Compiling byteorder v1.5.0
4062026-08-12T23:21:41.021Z Compiling rustix v1.1.3
4072026-08-12T23:21:41.021Z Compiling errno v0.3.14
4082026-08-12T23:21:41.157Z Compiling bitflags v2.11.0
4092026-08-12T23:21:41.158Z Compiling serde_json v1.0.151
4102026-08-12T23:21:41.318Z Compiling syn v2.0.117
4112026-08-12T23:21:41.403Z Compiling thread-id v4.2.2
4122026-08-12T23:21:41.403Z Compiling usdt-impl v0.5.0
4132026-08-12T23:21:41.553Z Compiling proc-macro-error-attr v1.0.4
4142026-08-12T23:21:41.709Z Compiling camino v1.2.2
4152026-08-12T23:21:41.709Z Compiling syn v1.0.109
4162026-08-12T23:21:41.845Z Compiling pest_meta v2.8.6
4172026-08-12T23:21:41.925Z Compiling proc-macro-error v1.0.4
4182026-08-12T23:21:42.068Z Compiling equivalent v1.0.2
4192026-08-12T23:21:42.068Z Compiling getrandom v0.4.1
4202026-08-12T23:21:42.113Z Compiling log v0.4.29
4212026-08-12T23:21:42.113Z Compiling hashbrown v0.17.0
4222026-08-12T23:21:42.340Z Compiling utf8parse v0.2.2
4232026-08-12T23:21:42.424Z Compiling plain v0.2.3
4242026-08-12T23:21:42.485Z Compiling anstyle-parse v1.0.0
4252026-08-12T23:21:42.527Z Compiling terminal_size v0.4.3
4262026-08-12T23:21:42.630Z Compiling indexmap v2.14.0
4272026-08-12T23:21:43.144Z Compiling cfg-if v1.0.4
4282026-08-12T23:21:43.172Z Compiling colorchoice v1.0.4
4292026-08-12T23:21:43.236Z Compiling autocfg v1.5.0
4302026-08-12T23:21:43.291Z Compiling anstyle-query v1.1.5
4312026-08-12T23:21:43.291Z Compiling is_terminal_polyfill v1.70.2
4322026-08-12T23:21:43.321Z Compiling thiserror v2.0.18
4332026-08-12T23:21:43.372Z Compiling anstyle v1.0.14
4342026-08-12T23:21:43.396Z Compiling toml_write v0.1.2
4352026-08-12T23:21:43.448Z Compiling pretty-hex v0.4.1
4362026-08-12T23:21:43.588Z Compiling pest_generator v2.8.6
4372026-08-12T23:21:43.738Z Compiling winnow v0.7.14
4382026-08-12T23:21:43.738Z Compiling anstream v1.0.0
4392026-08-12T23:21:43.738Z Compiling fs-err v3.3.0
4402026-08-12T23:21:43.918Z Compiling anyhow v1.0.102
4412026-08-12T23:21:43.959Z Compiling once_cell v1.21.3
4422026-08-12T23:21:44.026Z Compiling fnv v1.0.7
4432026-08-12T23:21:44.064Z Compiling clap_lex v1.0.0
4442026-08-12T23:21:44.170Z Compiling strsim v0.11.1
4452026-08-12T23:21:44.267Z Compiling bytecount v0.6.9
4462026-08-12T23:21:44.267Z Compiling fastrand v2.3.0
4472026-08-12T23:21:44.319Z Compiling heck v0.5.0
4482026-08-12T23:21:44.319Z Compiling unicode-width v0.1.14
4492026-08-12T23:21:44.319Z Compiling heck v0.4.1
4502026-08-12T23:21:44.428Z Compiling tempfile v3.25.0
4512026-08-12T23:21:44.463Z Compiling clap_builder v4.6.0
4522026-08-12T23:21:44.520Z Compiling papergrid v0.11.0
4532026-08-12T23:21:44.704Z Compiling cargo-platform v0.3.2
4542026-08-12T23:21:44.757Z Compiling tabled_derive v0.7.0
4552026-08-12T23:21:44.784Z Compiling semver v1.0.28
4562026-08-12T23:21:44.824Z Compiling memmap v0.7.0
4572026-08-12T23:21:44.975Z Compiling smawk v0.3.2
4582026-08-12T23:21:45.029Z Compiling unicode-linebreak v0.1.5
4592026-08-12T23:21:45.060Z Compiling unicode-width v0.2.0
4602026-08-12T23:21:45.167Z Compiling serde_derive v1.0.228
4612026-08-12T23:21:45.244Z Compiling thiserror-impl v1.0.69
4622026-08-12T23:21:45.312Z Compiling zerocopy-derive v0.7.35
4632026-08-12T23:21:45.362Z Compiling pest_derive v2.8.6
4642026-08-12T23:21:45.413Z Compiling scroll_derive v0.12.1
4652026-08-12T23:21:45.626Z Compiling thiserror-impl v2.0.18
4662026-08-12T23:21:45.801Z Compiling clap_derive v4.6.1
4672026-08-12T23:21:45.929Z Compiling tabled v0.15.0
4682026-08-12T23:21:46.071Z Compiling scroll v0.12.0
4692026-08-12T23:21:46.165Z Compiling zerocopy v0.7.35
4702026-08-12T23:21:46.344Z Compiling goblin v0.8.2
4712026-08-12T23:21:46.637Z Compiling dtrace-parser v0.2.0
4722026-08-12T23:21:46.770Z Compiling textwrap v0.16.2
4732026-08-12T23:21:47.102Z Compiling camino-tempfile v1.4.1
4742026-08-12T23:21:47.243Z Compiling swrite v0.1.0
4752026-08-12T23:21:47.598Z Compiling clap v4.6.1
4762026-08-12T23:21:48.265Z Compiling dof v0.3.0
4772026-08-12T23:21:48.265Z Compiling serde_tokenstream v0.2.3
4782026-08-12T23:21:48.269Z Compiling toml_datetime v0.6.11
4792026-08-12T23:21:48.269Z Compiling serde_spanned v0.6.9
4802026-08-12T23:21:48.269Z Compiling cargo_metadata v0.23.1
4812026-08-12T23:21:48.346Z Compiling macaddr v1.0.1
4822026-08-12T23:21:48.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-12T23:21:48.474Z Compiling toml_edit v0.22.27
4842026-08-12T23:21:49.046Z Compiling usdt-macro v0.5.0
4852026-08-12T23:21:49.062Z Compiling usdt-attr-macro v0.5.0
4862026-08-12T23:21:49.654Z Compiling usdt v0.5.0
4872026-08-12T23:21:49.817Z Compiling toml v0.8.23
4882026-08-12T23:21:50.121Z Compiling cargo_toml v0.21.0
4892026-08-12T23:21:51.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-12T23:21:53.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
4912026-08-12T23:21:53.632Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-12T23:21:54.142Z Downloading crates ...
4932026-08-12T23:21:54.202Z Downloaded aead v0.5.2
4942026-08-12T23:21:54.205Z Downloaded convert_case v0.4.0
4952026-08-12T23:21:54.208Z Downloaded endian-type v0.1.2
4962026-08-12T23:21:54.208Z Downloaded adler2 v2.0.1
4972026-08-12T23:21:54.212Z Downloaded console v0.15.11
4982026-08-12T23:21:54.219Z Downloaded bit-set v0.5.3
4992026-08-12T23:21:54.219Z Downloaded aead v0.6.1
5002026-08-12T23:21:54.219Z Downloaded anstream v0.6.21
5012026-08-12T23:21:54.219Z Downloaded ar_archive_writer v0.5.1
5022026-08-12T23:21:54.222Z Downloaded futures-task v0.3.32
5032026-08-12T23:21:54.225Z Downloaded gethostname v0.5.0
5042026-08-12T23:21:54.225Z Downloaded anstyle-parse v0.2.7
5052026-08-12T23:21:54.233Z Downloaded arc-swap v1.8.2
5062026-08-12T23:21:54.238Z Downloaded allocator-api2 v0.2.21
5072026-08-12T23:21:54.238Z Downloaded foreign-types v0.5.0
5082026-08-12T23:21:54.241Z Downloaded futures-macro v0.3.32
5092026-08-12T23:21:54.244Z Downloaded array-init v0.0.4
5102026-08-12T23:21:54.244Z Downloaded env_logger v0.11.9
5112026-08-12T23:21:54.244Z Downloaded flagset v0.4.7
5122026-08-12T23:21:54.299Z Downloaded http-body v1.0.1
5132026-08-12T23:21:54.299Z Downloaded bit-set v0.8.0
5142026-08-12T23:21:54.299Z Downloaded ascii-canvas v3.0.0
5152026-08-12T23:21:54.299Z Downloaded enum-as-inner v0.6.1
5162026-08-12T23:21:54.299Z Downloaded fixedbitset v0.4.2
5172026-08-12T23:21:54.299Z Downloaded foreign-types-shared v0.1.1
5182026-08-12T23:21:54.299Z Downloaded hash32 v0.3.1
5192026-08-12T23:21:54.299Z Downloaded aes v0.9.1
5202026-08-12T23:21:54.299Z Downloaded ahash v0.8.12
5212026-08-12T23:21:54.299Z Downloaded atomic-waker v1.1.2
5222026-08-12T23:21:54.299Z Downloaded float-ord v0.3.2
5232026-08-12T23:21:54.299Z Downloaded async-stream v0.3.6
5242026-08-12T23:21:54.299Z Downloaded bitfield-struct v0.6.2
5252026-08-12T23:21:54.299Z Downloaded atty v0.2.14
5262026-08-12T23:21:54.299Z Downloaded base16ct v0.2.0
5272026-08-12T23:21:54.299Z Downloaded float-cmp v0.10.0
5282026-08-12T23:21:54.299Z Downloaded funty v2.0.0
5292026-08-12T23:21:54.299Z Downloaded hex v0.4.3
5302026-08-12T23:21:54.299Z Downloaded foreign-types v0.3.2
5312026-08-12T23:21:54.299Z Downloaded futures-io v0.3.32
5322026-08-12T23:21:54.299Z Downloaded hubpack_derive v0.1.1
5332026-08-12T23:21:54.299Z Downloaded foreign-types-shared v0.3.1
5342026-08-12T23:21:54.299Z Downloaded atomicwrites v0.4.4
5352026-08-12T23:21:54.299Z Downloaded bitfield-macros v0.19.4
5362026-08-12T23:21:54.299Z Downloaded erased-serde v0.3.31
5372026-08-12T23:21:54.299Z Downloaded ff v0.13.1
5382026-08-12T23:21:54.300Z Downloaded foldhash v0.2.0
5392026-08-12T23:21:54.300Z Downloaded fxhash v0.2.1
5402026-08-12T23:21:54.300Z Downloaded assert_matches v1.5.0
5412026-08-12T23:21:54.300Z Downloaded async-recursion v1.1.1
5422026-08-12T23:21:54.300Z Downloaded headers-core v0.3.0
5432026-08-12T23:21:54.300Z Downloaded num v0.4.3
5442026-08-12T23:21:54.300Z Downloaded aes-gcm v0.11.0
5452026-08-12T23:21:54.300Z Downloaded async-trait v0.1.89
5462026-08-12T23:21:54.300Z Downloaded foreign-types-macros v0.2.3
5472026-08-12T23:21:54.300Z Downloaded hash32 v0.2.1
5482026-08-12T23:21:54.300Z Downloaded blake2 v0.10.6
5492026-08-12T23:21:54.307Z Downloaded arrayref v0.3.9
5502026-08-12T23:21:54.307Z Downloaded base16ct v1.0.0
5512026-08-12T23:21:54.307Z Downloaded form_urlencoded v1.2.2
5522026-08-12T23:21:54.307Z Downloaded env_filter v1.0.0
5532026-08-12T23:21:54.307Z Downloaded filetime v0.2.27
5542026-08-12T23:21:54.307Z Downloaded foldhash v0.1.5
5552026-08-12T23:21:54.307Z Downloaded block-padding v0.4.2
5562026-08-12T23:21:54.307Z Downloaded cfg_aliases v0.1.1
5572026-08-12T23:21:54.307Z Downloaded fs_extra v1.3.0
5582026-08-12T23:21:54.307Z Downloaded git-stub-vcs v0.1.0
5592026-08-12T23:21:54.312Z Downloaded async-stream-impl v0.3.6
5602026-08-12T23:21:54.312Z Downloaded cfg_aliases v0.2.1
5612026-08-12T23:21:54.312Z Downloaded ciborium-ll v0.2.2
5622026-08-12T23:21:54.315Z Downloaded hex-literal v1.1.0
5632026-08-12T23:21:54.315Z Downloaded futures-core v0.3.32
5642026-08-12T23:21:54.315Z Downloaded bcrypt-pbkdf v0.11.0
5652026-08-12T23:21:54.315Z Downloaded compression-core v0.4.31
5662026-08-12T23:21:54.316Z Downloaded futures-sink v0.3.32
5672026-08-12T23:21:54.316Z Downloaded ghash v0.6.0
5682026-08-12T23:21:54.316Z Downloaded home v0.5.12
5692026-08-12T23:21:54.319Z Downloaded ciborium-io v0.2.2
5702026-08-12T23:21:54.319Z Downloaded globwalk v0.9.1
5712026-08-12T23:21:54.319Z Downloaded fd-lock v4.0.4
5722026-08-12T23:21:54.323Z Downloaded httpdate v1.0.3
5732026-08-12T23:21:54.326Z Downloaded bb8 v0.8.6
5742026-08-12T23:21:54.326Z Downloaded hostname v0.4.2
5752026-08-12T23:21:54.334Z Downloaded num_enum_derive v0.5.11
5762026-08-12T23:21:54.336Z Downloaded block-buffer v0.12.1
5772026-08-12T23:21:54.336Z Downloaded cobs v0.3.0
5782026-08-12T23:21:54.336Z Downloaded opaque-debug v0.3.1
5792026-08-12T23:21:54.336Z Downloaded hostname v0.3.1
5802026-08-12T23:21:54.342Z Downloaded bit-vec v0.8.0
5812026-08-12T23:21:54.344Z Downloaded hubpack v0.1.2
5822026-08-12T23:21:54.344Z Downloaded find-msvc-tools v0.1.9
5832026-08-12T23:21:54.347Z Downloaded git-stub v1.0.0
5842026-08-12T23:21:54.350Z Downloaded byte-wrapper v0.1.0
5852026-08-12T23:21:54.354Z Downloaded bcs v0.1.6
5862026-08-12T23:21:54.355Z Downloaded blowfish v0.10.0
5872026-08-12T23:21:54.357Z Downloaded fs-err v2.11.0
5882026-08-12T23:21:54.364Z Downloaded enum_dispatch v0.3.13
5892026-08-12T23:21:54.367Z Downloaded hyper-staticfile v0.10.1
5902026-08-12T23:21:54.367Z Downloaded fixedbitset v0.5.7
5912026-08-12T23:21:54.369Z Downloaded futures-channel v0.3.32
5922026-08-12T23:21:54.369Z Downloaded futures-executor v0.3.32
5932026-08-12T23:21:54.369Z Downloaded progenitor-macro v0.14.0
5942026-08-12T23:21:54.372Z Downloaded same-file v1.0.6
5952026-08-12T23:21:54.372Z Downloaded sapling-renderdag v0.1.0
5962026-08-12T23:21:54.376Z Downloaded secrecy v0.10.3
5972026-08-12T23:21:54.376Z Downloaded phf_shared v0.13.1
5982026-08-12T23:21:54.379Z Downloaded powerfmt v0.2.0
5992026-08-12T23:21:54.379Z Downloaded rand_pcg v0.10.2
6002026-08-12T23:21:54.379Z Downloaded backoff v0.4.0
6012026-08-12T23:21:54.379Z Downloaded proc-macro-crate v1.3.1
6022026-08-12T23:21:54.382Z Downloaded argon2 v0.5.3
6032026-08-12T23:21:54.382Z Downloaded arrayvec v0.7.6
6042026-08-12T23:21:54.385Z Downloaded precomputed-hash v0.1.1
6052026-08-12T23:21:54.385Z Downloaded ref-cast v1.0.25
6062026-08-12T23:21:54.388Z Downloaded ref-cast-impl v1.0.25
6072026-08-12T23:21:54.388Z Downloaded rfc6979 v0.4.0
6082026-08-12T23:21:54.388Z Downloaded castaway v0.2.4
6092026-08-12T23:21:54.388Z Downloaded base64ct v1.8.3
6102026-08-12T23:21:54.391Z Downloaded camino-tempfile-ext v0.3.3
6112026-08-12T23:21:54.391Z Downloaded constant_time_eq v0.4.2
6122026-08-12T23:21:54.391Z Downloaded rustc_version v0.1.7
6132026-08-12T23:21:54.391Z Downloaded scroll_derive v0.13.1
6142026-08-12T23:21:54.391Z Downloaded seq-macro v0.3.6
6152026-08-12T23:21:54.394Z Downloaded semver v0.1.20
6162026-08-12T23:21:54.399Z Downloaded shell-words v1.1.1
6172026-08-12T23:21:54.399Z Downloaded sigpipe v0.1.3
6182026-08-12T23:21:54.401Z Downloaded bitflags v1.3.2
6192026-08-12T23:21:54.402Z Downloaded cipher v0.4.4
6202026-08-12T23:21:54.402Z Downloaded group v0.13.0
6212026-08-12T23:21:54.402Z Downloaded group v0.14.0
6222026-08-12T23:21:54.402Z Downloaded hyper-tls v0.6.0
6232026-08-12T23:21:54.402Z Downloaded ff v0.14.0
6242026-08-12T23:21:54.404Z Downloaded cassowary v0.3.0
6252026-08-12T23:21:54.404Z Downloaded cmake v0.1.57
6262026-08-12T23:21:54.404Z Downloaded glob v0.3.3
6272026-08-12T23:21:54.404Z Downloaded globset v0.4.18
6282026-08-12T23:21:54.407Z Downloaded http-range v0.1.5
6292026-08-12T23:21:54.407Z Downloaded chacha20 v0.9.1
6302026-08-12T23:21:54.407Z Downloaded http-body-util v0.1.3
6312026-08-12T23:21:54.410Z Downloaded bs58 v0.5.1
6322026-08-12T23:21:54.410Z Downloaded buf-list v1.1.2
6332026-08-12T23:21:54.410Z Downloaded cexpr v0.6.0
6342026-08-12T23:21:54.413Z Downloaded cmov v0.5.4
6352026-08-12T23:21:54.413Z Downloaded humantime v2.3.0
6362026-08-12T23:21:54.413Z Downloaded owo-colors v4.3.0
6372026-08-12T23:21:54.416Z Downloaded hybrid-array v0.4.13
6382026-08-12T23:21:54.420Z Downloaded backon v1.6.0
6392026-08-12T23:21:54.423Z Downloaded getrandom v0.2.17
6402026-08-12T23:21:54.426Z Downloaded cipher v0.5.2
6412026-08-12T23:21:54.426Z Downloaded hmac v0.12.1
6422026-08-12T23:21:54.426Z Downloaded bit-vec v0.6.3
6432026-08-12T23:21:54.426Z Downloaded bzip2 v0.4.4
6442026-08-12T23:21:54.428Z Downloaded chacha20 v0.10.0
6452026-08-12T23:21:54.428Z Downloaded colored v2.2.0
6462026-08-12T23:21:54.431Z Downloaded pem v3.0.6
6472026-08-12T23:21:54.431Z Downloaded fallible-iterator v0.2.0
6482026-08-12T23:21:54.431Z Downloaded strip-ansi-escapes v0.2.1
6492026-08-12T23:21:54.431Z Downloaded tagptr v0.2.0
6502026-08-12T23:21:54.435Z Downloaded httparse v1.10.1
6512026-08-12T23:21:54.435Z Downloaded thiserror-impl-no-std v2.0.2
6522026-08-12T23:21:54.437Z Downloaded packed_struct_codegen v0.10.1
6532026-08-12T23:21:54.437Z Downloaded bitfield v0.19.4
6542026-08-12T23:21:54.437Z Downloaded password-hash v0.5.0
6552026-08-12T23:21:54.437Z Downloaded phf v0.12.1
6562026-08-12T23:21:54.437Z Downloaded poly1305 v0.8.0
6572026-08-12T23:21:54.440Z Downloaded r2d2 v0.8.10
6582026-08-12T23:21:54.440Z Downloaded fatfs v0.3.6
6592026-08-12T23:21:54.443Z Downloaded generic-array v1.4.3
6602026-08-12T23:21:54.443Z Downloaded primeorder v0.13.6
6612026-08-12T23:21:54.443Z Downloaded structmeta-derive v0.3.0
6622026-08-12T23:21:54.446Z Downloaded tabwriter v1.4.1
6632026-08-12T23:21:54.446Z Downloaded secrecy v0.8.0
6642026-08-12T23:21:54.446Z Downloaded primeorder v0.14.0
6652026-08-12T23:21:54.446Z Downloaded rpassword v7.5.4
6662026-08-12T23:21:54.449Z Downloaded tokio-test v0.4.5
6672026-08-12T23:21:54.449Z Downloaded rand_core v0.9.5
6682026-08-12T23:21:54.452Z Downloaded topological-sort v0.2.2
6692026-08-12T23:21:54.452Z Downloaded ppv-lite86 v0.2.21
6702026-08-12T23:21:54.454Z Downloaded rand_core v0.10.0
6712026-08-12T23:21:54.455Z Downloaded rustc_version v0.4.1
6722026-08-12T23:21:54.455Z Downloaded unit-prefix v0.5.2
6732026-08-12T23:21:54.455Z Downloaded untrusted v0.7.1
6742026-08-12T23:21:54.455Z Downloaded scroll v0.13.0
6752026-08-12T23:21:54.457Z Downloaded unarray v0.1.4
6762026-08-12T23:21:54.458Z Downloaded console v0.16.2
6772026-08-12T23:21:54.460Z Downloaded clang-sys v1.8.1
6782026-08-12T23:21:54.463Z Downloaded const-oid v0.9.6
6792026-08-12T23:21:54.463Z Downloaded hyper-rustls v0.27.7
6802026-08-12T23:21:54.465Z Downloaded slab v0.4.12
6812026-08-12T23:21:54.465Z Downloaded argon2 v0.6.0-rc.8
6822026-08-12T23:21:54.465Z Downloaded bzip2 v0.6.1
6832026-08-12T23:21:54.468Z Downloaded blake2 v0.11.0-rc.6
6842026-08-12T23:21:54.470Z Downloaded cancel-safe-futures v0.1.5
6852026-08-12T23:21:54.470Z Downloaded colored v3.1.1
6862026-08-12T23:21:54.473Z Downloaded const_format_proc_macros v0.2.34
6872026-08-12T23:21:54.473Z Downloaded cbc v0.2.1
6882026-08-12T23:21:54.473Z Downloaded ciborium v0.2.2
6892026-08-12T23:21:54.476Z Downloaded compression-codecs v0.4.37
6902026-08-12T23:21:54.476Z Downloaded highway v1.3.0
6912026-08-12T23:21:54.478Z Downloaded half v2.7.1
6922026-08-12T23:21:54.478Z Downloaded num-rational v0.4.2
6932026-08-12T23:21:54.481Z Downloaded slog-scope v4.4.1
6942026-08-12T23:21:54.489Z Downloaded async-bb8-diesel v0.2.1
6952026-08-12T23:21:54.491Z Downloaded const-oid v0.10.2
6962026-08-12T23:21:54.492Z Downloaded stacker v0.1.23
6972026-08-12T23:21:54.495Z Downloaded strum_macros v0.27.2
6982026-08-12T23:21:54.495Z Downloaded support-bundle-viewer v0.1.2
6992026-08-12T23:21:54.495Z Downloaded zerofrom v0.1.6
7002026-08-12T23:21:54.495Z Downloaded base64 v0.22.1
7012026-08-12T23:21:54.497Z Downloaded cpubits v0.1.1
7022026-08-12T23:21:54.497Z Downloaded futures v0.3.32
7032026-08-12T23:21:54.502Z Downloaded pbkdf2 v0.13.0
7042026-08-12T23:21:54.502Z Downloaded postcard v1.1.3
7052026-08-12T23:21:54.505Z Downloaded crc-catalog v2.4.0
7062026-08-12T23:21:54.505Z Downloaded darling_macro v0.21.3
7072026-08-12T23:21:54.505Z Downloaded digest-io v0.1.0
7082026-08-12T23:21:54.505Z Downloaded tiny-keccak v2.0.2
7092026-08-12T23:21:54.505Z Downloaded cstr-argument v0.1.2
7102026-08-12T23:21:54.505Z Downloaded derive_builder_macro v0.20.2
7112026-08-12T23:21:54.505Z Downloaded defmt v0.3.100
7122026-08-12T23:21:54.508Z Downloaded illumos-nvpair v0.3.0
7132026-08-12T23:21:54.508Z Downloaded sqlformat v0.3.5
7142026-08-12T23:21:54.508Z Downloaded ssh-encoding v0.3.0
7152026-08-12T23:21:54.508Z Downloaded pkcs8 v0.11.0
7162026-08-12T23:21:54.511Z Downloaded parking_lot_core v0.9.12
7172026-08-12T23:21:54.512Z Downloaded primefield v0.14.0
7182026-08-12T23:21:54.512Z Downloaded quinn-udp v0.5.14
7192026-08-12T23:21:54.514Z Downloaded tokio-native-tls v0.3.1
7202026-08-12T23:21:54.514Z Downloaded document-features v0.2.12
7212026-08-12T23:21:54.514Z Downloaded downcast-rs v2.0.2
7222026-08-12T23:21:54.515Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7232026-08-12T23:21:54.515Z Downloaded indent_write v2.2.0
7242026-08-12T23:21:54.517Z Downloaded untrusted v0.9.0
7252026-08-12T23:21:54.517Z Downloaded tls_codec_derive v0.4.2
7262026-08-12T23:21:54.521Z Downloaded inout v0.1.4
7272026-08-12T23:21:54.521Z Downloaded md-5 v0.10.6
7282026-08-12T23:21:54.523Z Downloaded utf8_iter v1.0.4
7292026-08-12T23:21:54.523Z Downloaded dof v0.4.0
7302026-08-12T23:21:54.523Z Downloaded lalrpop-util v0.19.12
7312026-08-12T23:21:54.526Z Downloaded maybe-uninit v2.0.0
7322026-08-12T23:21:54.529Z Downloaded num-conv v0.2.0
7332026-08-12T23:21:54.529Z Downloaded getrandom v0.3.4
7342026-08-12T23:21:54.532Z Downloaded half v1.8.3
7352026-08-12T23:21:54.538Z Downloaded oxide-update-engine-types v0.1.2
7362026-08-12T23:21:54.547Z Downloaded sha2 v0.11.0
7372026-08-12T23:21:54.553Z Downloaded new_debug_unreachable v1.0.6
7382026-08-12T23:21:54.557Z Downloaded peg-runtime v0.8.5
7392026-08-12T23:21:54.557Z Downloaded phf_shared v0.12.1
7402026-08-12T23:21:54.557Z Downloaded parse-display v0.10.0
7412026-08-12T23:21:54.560Z Downloaded phf_shared v0.11.3
7422026-08-12T23:21:54.564Z Downloaded convert_case v0.10.0
7432026-08-12T23:21:54.564Z Downloaded vsss-rs v3.3.4
7442026-08-12T23:21:54.567Z Downloaded potential_utf v0.1.4
7452026-08-12T23:21:54.567Z Downloaded daft v0.1.7
7462026-08-12T23:21:54.570Z Downloaded progenitor-macro v0.13.0
7472026-08-12T23:21:54.570Z Downloaded spin v0.9.8
7482026-08-12T23:21:54.574Z Downloaded whoami v2.1.0
7492026-08-12T23:21:54.575Z Downloaded whoami v1.6.1
7502026-08-12T23:21:54.583Z Downloaded rustc-hash v2.1.1
7512026-08-12T23:21:54.583Z Downloaded scopeguard v1.2.0
7522026-08-12T23:21:54.587Z Downloaded proc-macro-error-attr2 v2.0.0
7532026-08-12T23:21:54.587Z Downloaded proc-macro-crate v3.4.0
7542026-08-12T23:21:54.587Z Downloaded either v1.15.0
7552026-08-12T23:21:54.587Z Downloaded flume v0.11.1
7562026-08-12T23:21:54.590Z Downloaded digest v0.11.3
7572026-08-12T23:21:54.590Z Downloaded ingot v0.2.1
7582026-08-12T23:21:54.595Z Downloaded libsw v3.5.0
7592026-08-12T23:21:54.598Z Downloaded openssl-probe v0.2.1
7602026-08-12T23:21:54.598Z Downloaded num_enum v0.7.6
7612026-08-12T23:21:54.601Z Downloaded deranged v0.5.8
7622026-08-12T23:21:54.601Z Downloaded ed25519 v2.2.3
7632026-08-12T23:21:54.601Z Downloaded derive_builder_core v0.20.2
7642026-08-12T23:21:54.605Z Downloaded serde_urlencoded v0.7.1
7652026-08-12T23:21:54.605Z Downloaded signal-hook-mio v0.2.5
7662026-08-12T23:21:54.605Z Downloaded slog-envlogger v2.2.0
7672026-08-12T23:21:54.609Z Downloaded ryu v1.0.23
7682026-08-12T23:21:54.612Z Downloaded const_format v0.2.35
7692026-08-12T23:21:54.616Z Downloaded compact_str v0.8.1
7702026-08-12T23:21:54.618Z Downloaded heapless v0.7.17
7712026-08-12T23:21:54.621Z Downloaded keccak v0.2.0
7722026-08-12T23:21:54.621Z Downloaded libsw-core v0.3.2
7732026-08-12T23:21:54.621Z Downloaded slog-bunyan v2.5.0
7742026-08-12T23:21:54.627Z Downloaded hmac v0.13.0
7752026-08-12T23:21:54.627Z Downloaded yasna v0.5.2
7762026-08-12T23:21:54.630Z Downloaded base64 v0.21.7
7772026-08-12T23:21:54.630Z Downloaded headers v0.4.1
7782026-08-12T23:21:54.630Z Downloaded num-complex v0.4.6
7792026-08-12T23:21:54.630Z Downloaded slog-stdlog v4.1.1
7802026-08-12T23:21:54.633Z Downloaded p384 v0.14.0
7812026-08-12T23:21:54.633Z Downloaded vergen v9.1.0
7822026-08-12T23:21:54.633Z Downloaded supports-color v3.0.2
7832026-08-12T23:21:54.638Z Downloaded tap v1.0.1
7842026-08-12T23:21:54.638Z Downloaded native-tls v0.2.18
7852026-08-12T23:21:54.642Z Downloaded waitgroup v0.1.2
7862026-08-12T23:21:54.642Z Downloaded xattr v1.6.1
7872026-08-12T23:21:54.642Z Downloaded zeroize_derive v1.5.0
7882026-08-12T23:21:54.642Z Downloaded crc32fast v1.5.0
7892026-08-12T23:21:54.642Z Downloaded void v1.0.2
7902026-08-12T23:21:54.647Z Downloaded usdt-macro v0.6.0
7912026-08-12T23:21:54.647Z Downloaded rand_chacha v0.9.0
7922026-08-12T23:21:54.652Z Downloaded rfc6979 v0.6.0
7932026-08-12T23:21:54.652Z Downloaded darling v0.21.3
7942026-08-12T23:21:54.652Z Downloaded yoke-derive v0.8.1
7952026-08-12T23:21:54.652Z Downloaded zone_cfg_derive v0.3.1
7962026-08-12T23:21:54.656Z Downloaded ron v0.8.1
7972026-08-12T23:21:54.661Z Downloaded paste v1.0.15
7982026-08-12T23:21:54.661Z Downloaded rustls-native-certs v0.8.3
7992026-08-12T23:21:54.661Z Downloaded rustls-pemfile v2.2.0
8002026-08-12T23:21:54.664Z Downloaded ingot-macros v0.2.0
8012026-08-12T23:21:54.664Z Downloaded ingot-types v0.2.0
8022026-08-12T23:21:54.664Z Downloaded toml v0.7.8
8032026-08-12T23:21:54.665Z Downloaded tungstenite v0.21.0
8042026-08-12T23:21:54.665Z Downloaded vergen-git2 v9.1.0
8052026-08-12T23:21:54.667Z Downloaded litemap v0.8.1
8062026-08-12T23:21:54.667Z Downloaded litrs v1.0.0
8072026-08-12T23:21:54.671Z Downloaded port-file v0.1.0
8082026-08-12T23:21:54.671Z Downloaded pkg-config v0.3.32
8092026-08-12T23:21:54.671Z Downloaded schemars_derive v0.8.22
8102026-08-12T23:21:54.675Z Downloaded darling_macro v0.13.4
8112026-08-12T23:21:54.675Z Downloaded debug-ignore v1.0.5
8122026-08-12T23:21:54.676Z Downloaded flate2 v1.1.9
8132026-08-12T23:21:54.676Z Downloaded heapless v0.8.0
8142026-08-12T23:21:54.680Z Downloaded diesel_table_macro_syntax v0.3.0
8152026-08-12T23:21:54.680Z Downloaded pin-project v1.1.11
8162026-08-12T23:21:54.683Z Downloaded serde_path_to_error v0.1.20
8172026-08-12T23:21:54.683Z Downloaded bumpalo v3.20.2
8182026-08-12T23:21:54.686Z Downloaded bytes v1.11.1
8192026-08-12T23:21:54.689Z Downloaded defmt v1.0.1
8202026-08-12T23:21:54.689Z Downloaded cc v1.2.56
8212026-08-12T23:21:54.692Z Downloaded chacha20poly1305 v0.10.1
8222026-08-12T23:21:54.692Z Downloaded curve25519-dalek-derive v0.1.1
8232026-08-12T23:21:54.692Z Downloaded expectorate v1.2.0
8242026-08-12T23:21:54.692Z Downloaded tracing-core v0.1.36
8252026-08-12T23:21:54.696Z Downloaded slog-async v2.8.0
8262026-08-12T23:21:54.697Z Downloaded slog-dtrace v0.3.0
8272026-08-12T23:21:54.697Z Downloaded ssh-cipher v0.3.0
8282026-08-12T23:21:54.701Z Downloaded dsl_auto_type v0.2.0
8292026-08-12T23:21:54.701Z Downloaded dtrace-parser v0.3.0
8302026-08-12T23:21:54.701Z Downloaded ident_case v1.0.1
8312026-08-12T23:21:54.701Z Downloaded illumos-nvpair-sys v0.2.0
8322026-08-12T23:21:54.704Z Downloaded instant v0.1.13
8332026-08-12T23:21:54.704Z Downloaded hickory-resolver v0.25.2
8342026-08-12T23:21:54.709Z Downloaded libscf-sys v1.2.0
8352026-08-12T23:21:54.713Z Downloaded match_cfg v0.1.0
8362026-08-12T23:21:54.713Z Downloaded strum_macros v0.26.4
8372026-08-12T23:21:54.716Z Downloaded tokio-tungstenite v0.21.0
8382026-08-12T23:21:54.716Z Downloaded tui-tree-widget v0.23.1
8392026-08-12T23:21:54.716Z Downloaded usdt-impl v0.6.0
8402026-08-12T23:21:54.716Z Downloaded indoc v1.0.9
8412026-08-12T23:21:54.721Z Downloaded string_cache v0.8.9
8422026-08-12T23:21:54.721Z Downloaded thiserror-no-std v2.0.2
8432026-08-12T23:21:54.725Z Downloaded time-macros v0.2.27
8442026-08-12T23:21:54.725Z Downloaded tinystr v0.8.2
8452026-08-12T23:21:54.725Z Downloaded darling v0.20.11
8462026-08-12T23:21:54.730Z Downloaded critical-section v1.2.0
8472026-08-12T23:21:54.730Z Downloaded jiff-static v0.2.34
8482026-08-12T23:21:54.730Z Downloaded lru v0.12.5
8492026-08-12T23:21:54.730Z Downloaded openssl-probe v0.1.6
8502026-08-12T23:21:54.730Z Downloaded newtype_derive v0.1.6
8512026-08-12T23:21:54.730Z Downloaded nodrop v0.1.14
8522026-08-12T23:21:54.730Z Downloaded serde_yaml v0.9.34+deprecated
8532026-08-12T23:21:54.733Z Downloaded elliptic-curve v0.13.8
8542026-08-12T23:21:54.733Z Downloaded hickory-resolver v0.24.4
8552026-08-12T23:21:54.736Z Downloaded serde_with_macros v3.21.0
8562026-08-12T23:21:54.747Z Downloaded signal-hook-registry v1.4.8
8572026-08-12T23:21:54.750Z Downloaded async-compression v0.4.41
8582026-08-12T23:21:54.750Z Downloaded num-derive v0.4.2
8592026-08-12T23:21:54.757Z Downloaded hickory-server v0.25.2
8602026-08-12T23:21:54.761Z Downloaded psl-types v2.0.11
8612026-08-12T23:21:54.764Z Downloaded rand_chacha v0.3.1
8622026-08-12T23:21:54.767Z Downloaded password-hash v0.6.1
8632026-08-12T23:21:54.770Z Downloaded recursive-proc-macro-impl v0.1.1
8642026-08-12T23:21:54.773Z Downloaded typify v0.6.2
8652026-08-12T23:21:54.779Z Downloaded tokio-tungstenite v0.23.1
8662026-08-12T23:21:54.781Z Downloaded twox-hash v2.1.2
8672026-08-12T23:21:54.781Z Downloaded serde_bytes v0.11.19
8682026-08-12T23:21:54.781Z Downloaded ipnetwork v0.21.1
8692026-08-12T23:21:54.784Z Downloaded signal-hook-tokio v0.3.1
8702026-08-12T23:21:54.787Z Downloaded hashbrown v0.13.2
8712026-08-12T23:21:54.791Z Downloaded sync_wrapper v1.0.2
8722026-08-12T23:21:54.791Z Downloaded yansi v1.0.1
8732026-08-12T23:21:54.796Z Downloaded http v1.4.2
8742026-08-12T23:21:54.796Z Downloaded num-bigint v0.4.6
8752026-08-12T23:21:54.799Z Downloaded progenitor-impl v0.14.0
8762026-08-12T23:21:54.799Z Downloaded mime_guess v2.0.5
8772026-08-12T23:21:54.802Z Downloaded tower-service v0.3.3
8782026-08-12T23:21:54.805Z Downloaded testing_table v0.3.0
8792026-08-12T23:21:54.807Z Downloaded nanorand v0.7.0
8802026-08-12T23:21:54.807Z Downloaded wnaf v0.14.0
8812026-08-12T23:21:54.813Z Downloaded thread-id v5.1.0
8822026-08-12T23:21:54.813Z Downloaded cookie v0.18.1
8832026-08-12T23:21:54.817Z Downloaded ctr v0.10.1
8842026-08-12T23:21:54.820Z Downloaded zerotrie v0.2.3
8852026-08-12T23:21:54.820Z Downloaded phc v0.6.1
8862026-08-12T23:21:54.820Z Downloaded packed_struct v0.10.1
8872026-08-12T23:21:54.825Z Downloaded pem-rfc7468 v0.7.0
8882026-08-12T23:21:54.825Z Downloaded predicates v3.1.4
8892026-08-12T23:21:54.828Z Downloaded display-error-chain v0.2.2
8902026-08-12T23:21:54.828Z Downloaded prefix-trie v0.7.0
8912026-08-12T23:21:54.835Z Downloaded slog v2.8.2
8922026-08-12T23:21:54.841Z Downloaded diff v0.1.13
8932026-08-12T23:21:54.841Z Downloaded resolv-conf v0.7.6
8942026-08-12T23:21:54.845Z Downloaded ena v0.14.4
8952026-08-12T23:21:54.845Z Downloaded rustversion v1.0.22
8962026-08-12T23:21:54.845Z Downloaded derive_more v0.99.20
8972026-08-12T23:21:54.848Z Downloaded inout v0.2.2
8982026-08-12T23:21:54.848Z Downloaded oxide-update-engine v0.1.2
8992026-08-12T23:21:54.848Z Downloaded icu_normalizer v2.1.1
9002026-08-12T23:21:54.852Z Downloaded kem v0.3.0
9012026-08-12T23:21:54.852Z Downloaded progenitor v0.14.0
9022026-08-12T23:21:54.852Z Downloaded serde_with_macros v1.5.2
9032026-08-12T23:21:54.856Z Downloaded cpufeatures v0.3.0
9042026-08-12T23:21:54.857Z Downloaded defmt-parser v1.0.0
9052026-08-12T23:21:54.857Z Downloaded dropshot-api-manager-types v0.7.2
9062026-08-12T23:21:54.859Z Downloaded mime v0.3.17
9072026-08-12T23:21:54.862Z Downloaded serdect v0.4.3
9082026-08-12T23:21:54.865Z Downloaded keccak v0.1.6
9092026-08-12T23:21:54.865Z Downloaded lru-cache v0.1.2
9102026-08-12T23:21:54.869Z Downloaded daft-derive v0.1.7
9112026-08-12T23:21:54.869Z Downloaded des v0.9.0
9122026-08-12T23:21:54.873Z Downloaded multimap v0.10.1
9132026-08-12T23:21:54.873Z Downloaded maplit v1.0.2
9142026-08-12T23:21:54.873Z Downloaded sec1 v0.7.3
9152026-08-12T23:21:54.876Z Downloaded rayon-core v1.13.0
9162026-08-12T23:21:54.876Z Downloaded stringprep v0.1.5
9172026-08-12T23:21:54.878Z Downloaded miniz_oxide v0.8.9
9182026-08-12T23:21:54.911Z Downloaded strum_macros v0.24.3
9192026-08-12T23:21:54.911Z Downloaded synstructure v0.13.2
9202026-08-12T23:21:54.916Z Downloaded tokio-dtrace v0.1.1
9212026-08-12T23:21:54.916Z Downloaded omicron-zone-package v0.12.3
9222026-08-12T23:21:54.916Z Downloaded unicode-xid v0.2.6
9232026-08-12T23:21:54.916Z Downloaded writeable v0.6.2
9242026-08-12T23:21:54.916Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9252026-08-12T23:21:54.916Z Downloaded nonempty v0.12.0
9262026-08-12T23:21:54.916Z Downloaded uzers v0.12.2
9272026-08-12T23:21:54.916Z Downloaded postgres-types v0.2.12
9282026-08-12T23:21:54.917Z Downloaded derive-where v1.6.0
9292026-08-12T23:21:54.917Z Downloaded data-encoding v2.10.0
9302026-08-12T23:21:54.917Z Downloaded defmt-macros v1.0.1
9312026-08-12T23:21:54.917Z Downloaded walkdir v2.5.0
9322026-08-12T23:21:54.917Z Downloaded zerovec-derive v0.11.2
9332026-08-12T23:21:54.917Z Downloaded russh-util v0.52.0
9342026-08-12T23:21:54.917Z Downloaded p256 v0.14.0
9352026-08-12T23:21:54.922Z Downloaded csv-core v0.1.13
9362026-08-12T23:21:54.922Z Downloaded num-integer v0.1.46
9372026-08-12T23:21:54.926Z Downloaded serde_plain v1.0.2
9382026-08-12T23:21:54.926Z Downloaded scheduled-thread-pool v0.2.7
9392026-08-12T23:21:54.931Z Downloaded openssl-sys v0.9.117
9402026-08-12T23:21:54.934Z Downloaded tar v0.4.46
9412026-08-12T23:21:54.935Z Downloaded pkcs1 v0.8.0-rc.4
9422026-08-12T23:21:54.935Z Downloaded crossbeam-deque v0.8.6
9432026-08-12T23:21:54.937Z Downloaded serde_cbor v0.11.2
9442026-08-12T23:21:54.942Z Downloaded ecdsa v0.16.9
9452026-08-12T23:21:54.942Z Downloaded icu_collections v2.1.1
9462026-08-12T23:21:54.946Z Downloaded ipnet v2.11.0
9472026-08-12T23:21:54.946Z Downloaded multer v3.1.0
9482026-08-12T23:21:54.952Z Downloaded take_mut v0.2.2
9492026-08-12T23:21:54.952Z Downloaded impl-trait-for-tuples v0.2.3
9502026-08-12T23:21:54.952Z Downloaded tungstenite v0.23.0
9512026-08-12T23:21:54.955Z Downloaded unicode-truncate v1.1.0
9522026-08-12T23:21:54.955Z Downloaded x509-cert v0.2.5
9532026-08-12T23:21:54.958Z Downloaded smallvec v1.15.1
9542026-08-12T23:21:54.959Z Downloaded snafu-derive v0.8.9
9552026-08-12T23:21:54.959Z Downloaded libbz2-rs-sys v0.2.2
9562026-08-12T23:21:54.963Z Downloaded tinyvec_macros v0.1.1
9572026-08-12T23:21:54.966Z Downloaded tokio-macros v2.7.0
9582026-08-12T23:21:54.969Z Downloaded phf v0.13.1
9592026-08-12T23:21:54.973Z Downloaded oxnet v0.1.6
9602026-08-12T23:21:54.977Z Downloaded papergrid v0.18.0
9612026-08-12T23:21:54.977Z Downloaded peg v0.8.5
9622026-08-12T23:21:54.980Z Downloaded polyval v0.7.1
9632026-08-12T23:21:54.980Z Downloaded trait-variant v0.1.2
9642026-08-12T23:21:54.983Z Downloaded crunchy v0.2.4
9652026-08-12T23:21:54.983Z Downloaded hashbrown v0.12.3
9662026-08-12T23:21:54.986Z Downloaded darling_macro v0.23.0
9672026-08-12T23:21:54.990Z Downloaded parking_lot_core v0.8.6
9682026-08-12T23:21:54.990Z Downloaded progenitor v0.13.0
9692026-08-12T23:21:55.004Z Downloaded crossbeam-epoch v0.9.18
9702026-08-12T23:21:55.007Z Downloaded ctutils v0.4.2
9712026-08-12T23:21:55.011Z Downloaded embedded-io v0.4.0
9722026-08-12T23:21:55.014Z Downloaded memoffset v0.9.1
9732026-08-12T23:21:55.014Z Downloaded idna_adapter v1.2.1
9742026-08-12T23:21:55.014Z Downloaded lru-slab v0.1.2
9752026-08-12T23:21:55.020Z Downloaded internet-checksum v0.2.1
9762026-08-12T23:21:55.023Z Downloaded unicode-segmentation v1.12.0
9772026-08-12T23:21:55.029Z Downloaded ed25519 v3.0.0
9782026-08-12T23:21:55.031Z Downloaded ecdsa v0.17.0
9792026-08-12T23:21:55.031Z Downloaded schemars v0.8.22
9802026-08-12T23:21:55.035Z Downloaded signal-hook v0.3.18
9812026-08-12T23:21:55.039Z Downloaded shlex v1.3.0
9822026-08-12T23:21:55.039Z Downloaded sqlparser_derive v0.5.0
9832026-08-12T23:21:55.039Z Downloaded bindgen v0.71.1
9842026-08-12T23:21:55.042Z Downloaded oso-derive v0.27.3
9852026-08-12T23:21:55.042Z Downloaded smallvec v0.6.14
9862026-08-12T23:21:55.042Z Downloaded russh-cryptovec v0.62.0
9872026-08-12T23:21:55.042Z Downloaded path-slash v0.1.5
9882026-08-12T23:21:55.049Z Downloaded url v2.5.8
9892026-08-12T23:21:55.053Z Downloaded schemars v1.2.1
9902026-08-12T23:21:55.057Z Downloaded uuid v1.23.4
9912026-08-12T23:21:55.062Z Downloaded zerocopy-derive v0.8.40
9922026-08-12T23:21:55.066Z Downloaded progenitor-impl v0.13.0
9932026-08-12T23:21:55.066Z Downloaded sha1 v0.10.6
9942026-08-12T23:21:55.066Z Downloaded time-core v0.1.8
9952026-08-12T23:21:55.066Z Downloaded toml v1.1.2+spec-1.1.0
9962026-08-12T23:21:55.071Z Downloaded hyper v1.10.1
9972026-08-12T23:21:55.075Z Downloaded zstd-safe v7.2.4
9982026-08-12T23:21:55.075Z Downloaded signature v3.0.0
9992026-08-12T23:21:55.075Z Downloaded strum v0.26.3
10002026-08-12T23:21:55.082Z Downloaded der v0.7.10
10012026-08-12T23:21:55.086Z Downloaded zip v4.6.1
10022026-08-12T23:21:55.086Z Downloaded nom v8.0.0
10032026-08-12T23:21:55.086Z Downloaded psm v0.1.30
10042026-08-12T23:21:55.090Z Downloaded zopfli v0.8.3
10052026-08-12T23:21:55.093Z Downloaded icu_locale_core v2.1.1
10062026-08-12T23:21:55.096Z Downloaded delegate v0.13.5
10072026-08-12T23:21:55.102Z Downloaded nibble_vec v0.1.0
10082026-08-12T23:21:55.105Z Downloaded nu-ansi-term v0.50.3
10092026-08-12T23:21:55.105Z Downloaded num_enum_derive v0.7.6
10102026-08-12T23:21:55.105Z Downloaded usdt-attr-macro v0.6.0
10112026-08-12T23:21:55.105Z Downloaded jobserver v0.1.34
10122026-08-12T23:21:55.105Z Downloaded zone v0.3.1
10132026-08-12T23:21:55.108Z Downloaded oxide-tokio-rt v0.1.4
10142026-08-12T23:21:55.113Z Downloaded pkcs8 v0.10.2
10152026-08-12T23:21:55.113Z Downloaded nom v7.1.3
10162026-08-12T23:21:55.118Z Downloaded socket2 v0.5.10
10172026-08-12T23:21:55.118Z Downloaded rand_core v0.6.4
10182026-08-12T23:21:55.118Z Downloaded dirs-next v2.0.0
10192026-08-12T23:21:55.126Z Downloaded is-terminal v0.4.17
10202026-08-12T23:21:55.126Z Downloaded kstat-rs v0.2.5
10212026-08-12T23:21:55.126Z Downloaded darling_macro v0.20.11
10222026-08-12T23:21:55.130Z Downloaded steno v0.4.1
10232026-08-12T23:21:55.135Z Downloaded hashbrown v0.16.1
10242026-08-12T23:21:55.135Z Downloaded mio v1.2.0
10252026-08-12T23:21:55.137Z Downloaded tokio-postgres v0.7.16
10262026-08-12T23:21:55.138Z Downloaded unicode-bidi v0.3.18
10272026-08-12T23:21:55.141Z Downloaded num-traits v0.2.19
10282026-08-12T23:21:55.141Z Downloaded peg-macros v0.8.5
10292026-08-12T23:21:55.145Z Downloaded progenitor-client v0.13.0
10302026-08-12T23:21:55.145Z Downloaded vergen-gitcl v1.0.8
10312026-08-12T23:21:55.146Z Downloaded embedded-io v0.6.1
10322026-08-12T23:21:55.146Z Downloaded lzss v0.8.2
10332026-08-12T23:21:55.150Z Downloaded toml_parser v1.1.2+spec-1.1.0
10342026-08-12T23:21:55.150Z Downloaded serde_derive_internals v0.29.1
10352026-08-12T23:21:55.150Z Downloaded slog-term v2.9.2
10362026-08-12T23:21:55.150Z Downloaded spki v0.7.3
10372026-08-12T23:21:55.150Z Downloaded static_assertions v1.1.0
10382026-08-12T23:21:55.153Z Downloaded tracing-attributes v0.1.31
10392026-08-12T23:21:55.153Z Downloaded oso v0.27.3
10402026-08-12T23:21:55.153Z Downloaded managed v0.8.0
10412026-08-12T23:21:55.153Z Downloaded num-iter v0.1.45
10422026-08-12T23:21:55.153Z Downloaded tough v0.22.0
10432026-08-12T23:21:55.157Z Downloaded openssl-macros v0.1.1
10442026-08-12T23:21:55.162Z Downloaded hkdf v0.12.4
10452026-08-12T23:21:55.162Z Downloaded futures-util v0.3.32
10462026-08-12T23:21:55.167Z Downloaded hashbrown v0.15.5
10472026-08-12T23:21:55.172Z Downloaded quinn v0.11.11
10482026-08-12T23:21:55.172Z Downloaded diesel-dtrace v0.5.0
10492026-08-12T23:21:55.176Z Downloaded toml_writer v1.1.1+spec-1.1.0
10502026-08-12T23:21:55.176Z Downloaded crossterm v0.28.1
10512026-08-12T23:21:55.176Z Downloaded progenitor-client v0.14.0
10522026-08-12T23:21:55.180Z Downloaded serde_repr v0.1.20
10532026-08-12T23:21:55.180Z Downloaded rcgen v0.12.1
10542026-08-12T23:21:55.180Z Downloaded rustls-webpki v0.103.13
10552026-08-12T23:21:55.184Z Downloaded rsa v0.9.10
10562026-08-12T23:21:55.184Z Downloaded crc v3.4.0
10572026-08-12T23:21:55.187Z Downloaded structmeta v0.3.0
10582026-08-12T23:21:55.187Z Downloaded reedline v0.40.0
10592026-08-12T23:21:55.192Z Downloaded try-lock v0.2.5
10602026-08-12T23:21:55.192Z Downloaded poly1305 v0.9.0
10612026-08-12T23:21:55.192Z Downloaded test-strategy v0.4.5
10622026-08-12T23:21:55.195Z Downloaded memmap2 v0.9.10
10632026-08-12T23:21:55.195Z Downloaded wyz v0.5.1
10642026-08-12T23:21:55.195Z Downloaded ed25519-dalek v3.0.0
10652026-08-12T23:21:55.198Z Downloaded h2 v0.4.15
10662026-08-12T23:21:55.204Z Downloaded hyper-util v0.1.20
10672026-08-12T23:21:55.207Z Downloaded similar v2.7.0
10682026-08-12T23:21:55.207Z Downloaded vte v0.14.1
10692026-08-12T23:21:55.207Z Downloaded zerocopy v0.6.6
10702026-08-12T23:21:55.210Z Downloaded newtype-uuid-macros v0.1.0
10712026-08-12T23:21:55.210Z Downloaded socket2 v0.6.3
10722026-08-12T23:21:55.210Z Downloaded typed-path v0.9.3
10732026-08-12T23:21:55.213Z Downloaded zerofrom-derive v0.1.6
10742026-08-12T23:21:55.214Z Downloaded crucible-workspace-hack v0.1.0
10752026-08-12T23:21:55.214Z Downloaded dunce v1.0.5
10762026-08-12T23:21:55.217Z Downloaded hkdf v0.13.0
10772026-08-12T23:21:55.217Z Downloaded pem-rfc7468 v1.0.0
10782026-08-12T23:21:55.217Z Downloaded crc-any v2.5.0
10792026-08-12T23:21:55.218Z Downloaded crossbeam-channel v0.5.15
10802026-08-12T23:21:55.221Z Downloaded unicode_categories v0.1.1
10812026-08-12T23:21:55.221Z Downloaded md5 v0.8.0
10822026-08-12T23:21:55.224Z Downloaded unicode-properties v0.1.4
10832026-08-12T23:21:55.224Z Downloaded elliptic-curve v0.14.1
10842026-08-12T23:21:55.227Z Downloaded olpc-cjson v0.1.4
10852026-08-12T23:21:55.227Z Downloaded predicates-core v1.0.10
10862026-08-12T23:21:55.227Z Downloaded scrypt v0.12.0
10872026-08-12T23:21:55.227Z Downloaded jiff-core v0.1.0
10882026-08-12T23:21:55.230Z Downloaded instability v0.3.11
10892026-08-12T23:21:55.230Z Downloaded rand_xorshift v0.4.0
10902026-08-12T23:21:55.230Z Downloaded quick-error v1.2.3
10912026-08-12T23:21:55.230Z Downloaded rtoolbox v0.0.3
10922026-08-12T23:21:55.233Z Downloaded sha1 v0.11.0
10932026-08-12T23:21:55.234Z Downloaded crossterm v0.29.0
10942026-08-12T23:21:55.240Z Downloaded termtree v0.5.1
10952026-08-12T23:21:55.243Z Downloaded salsa20 v0.11.0
10962026-08-12T23:21:55.243Z Downloaded sync-ptr v0.1.4
10972026-08-12T23:21:55.243Z Downloaded xshell-macros v0.2.7
10982026-08-12T23:21:55.243Z Downloaded difflib v0.4.0
10992026-08-12T23:21:55.243Z Downloaded dirs-sys-next v0.1.2
11002026-08-12T23:21:55.246Z Downloaded num_threads v0.1.7
11012026-08-12T23:21:55.246Z Downloaded term v1.2.1
11022026-08-12T23:21:55.246Z Downloaded tokio-rustls v0.26.4
11032026-08-12T23:21:55.249Z Downloaded radium v0.7.0
11042026-08-12T23:21:55.249Z Downloaded predicates-tree v1.0.13
11052026-08-12T23:21:55.249Z Downloaded schemars v0.9.0
11062026-08-12T23:21:55.256Z Downloaded thread_local v1.1.9
11072026-08-12T23:21:55.258Z Downloaded progenitor-extras v0.2.0
11082026-08-12T23:21:55.259Z Downloaded serde-big-array v0.5.1
11092026-08-12T23:21:55.259Z Downloaded vergen-lib v0.1.6
11102026-08-12T23:21:55.259Z Downloaded itertools v0.13.0
11112026-08-12T23:21:55.262Z Downloaded universal-hash v0.6.1
11122026-08-12T23:21:55.262Z Downloaded universal-hash v0.5.1
11132026-08-12T23:21:55.265Z Downloaded signature v2.2.0
11142026-08-12T23:21:55.269Z Downloaded dropshot_endpoint v0.17.1
11152026-08-12T23:21:55.272Z Downloaded der_derive v0.7.3
11162026-08-12T23:21:55.275Z Downloaded crypto-common v0.2.2
11172026-08-12T23:21:55.285Z Downloaded aho-corasick v1.1.4
11182026-08-12T23:21:55.291Z Downloaded wait-timeout v0.2.1
11192026-08-12T23:21:55.297Z Downloaded subprocess v0.2.15
11202026-08-12T23:21:55.299Z Downloaded linked-hash-map v0.5.6
11212026-08-12T23:21:55.302Z Downloaded darling v0.23.0
11222026-08-12T23:21:55.306Z Downloaded smf v0.2.3
11232026-08-12T23:21:55.309Z Downloaded termios v0.3.3
11242026-08-12T23:21:55.309Z Downloaded lock_api v0.4.14
11252026-08-12T23:21:55.309Z Downloaded stable_deref_trait v1.2.1
11262026-08-12T23:21:55.309Z Downloaded dyn-clone v1.0.20
11272026-08-12T23:21:55.309Z Downloaded pin-project-internal v1.1.11
11282026-08-12T23:21:55.309Z Downloaded percent-encoding v2.3.2
11292026-08-12T23:21:55.317Z Downloaded siphasher v1.0.2
11302026-08-12T23:21:55.322Z Downloaded normalize-line-endings v0.3.0
11312026-08-12T23:21:55.322Z Downloaded spki v0.8.0
11322026-08-12T23:21:55.322Z Downloaded unsafe-libyaml v0.2.11
11332026-08-12T23:21:55.327Z Downloaded drift v0.2.0
11342026-08-12T23:21:55.330Z Downloaded pkcs1 v0.7.5
11352026-08-12T23:21:55.330Z Downloaded want v0.3.1
11362026-08-12T23:21:55.330Z Downloaded displaydoc v0.2.5
11372026-08-12T23:21:55.333Z Downloaded serde_spanned v1.1.1
11382026-08-12T23:21:55.333Z Downloaded crc8 v0.1.1
11392026-08-12T23:21:55.333Z Downloaded usdt v0.6.0
11402026-08-12T23:21:55.333Z Downloaded utf-8 v0.7.6
11412026-08-12T23:21:55.333Z Downloaded subtle v2.6.1
11422026-08-12T23:21:55.336Z Downloaded recursive v0.1.1
11432026-08-12T23:21:55.336Z Downloaded strum v0.27.2
11442026-08-12T23:21:55.339Z Downloaded serde-hex v0.1.0
11452026-08-12T23:21:55.339Z Downloaded sha3 v0.12.0
11462026-08-12T23:21:55.342Z Downloaded darling_core v0.20.11
11472026-08-12T23:21:55.347Z Downloaded libxml v0.3.3
11482026-08-12T23:21:55.351Z Downloaded derive-ex v0.1.8
11492026-08-12T23:21:55.351Z Downloaded term v0.7.0
11502026-08-12T23:21:55.354Z Downloaded zstd v0.13.3
11512026-08-12T23:21:55.354Z Downloaded module-lattice v0.2.3
11522026-08-12T23:21:55.355Z Downloaded parse-size v1.1.0
11532026-08-12T23:21:55.355Z Downloaded is_ci v1.2.0
11542026-08-12T23:21:55.355Z Downloaded newline-converter v0.3.0
11552026-08-12T23:21:55.355Z Downloaded lazy_static v1.5.0
11562026-08-12T23:21:55.358Z Downloaded typify-macro v0.6.2
11572026-08-12T23:21:55.358Z Downloaded tokio-util v0.7.18
11582026-08-12T23:21:55.361Z Downloaded indoc v2.0.7
11592026-08-12T23:21:55.364Z Downloaded derive_builder v0.20.2
11602026-08-12T23:21:55.366Z Downloaded tower-http v0.6.8
11612026-08-12T23:21:55.369Z Downloaded regex v1.12.3
11622026-08-12T23:21:55.372Z Downloaded rustls-platform-verifier v0.6.2
11632026-08-12T23:21:55.375Z Downloaded tower-layer v0.3.3
11642026-08-12T23:21:55.375Z Downloaded strsim v0.10.0
11652026-08-12T23:21:55.375Z Downloaded bitvec v1.0.1
11662026-08-12T23:21:55.382Z Downloaded cookie_store v0.22.1
11672026-08-12T23:21:55.387Z Downloaded zeroize v1.9.0
11682026-08-12T23:21:55.390Z Downloaded proc-macro-error2 v2.0.1
11692026-08-12T23:21:55.390Z Downloaded num-bigint-dig v0.8.6
11702026-08-12T23:21:55.396Z Downloaded diesel_derives v2.3.7
11712026-08-12T23:21:55.404Z Downloaded unicase v2.9.0
11722026-08-12T23:21:55.404Z Downloaded scuffle v0.1.0
11732026-08-12T23:21:55.404Z Downloaded pkcs5 v0.8.1
11742026-08-12T23:21:55.409Z Downloaded simd-adler32 v0.3.8
11752026-08-12T23:21:55.409Z Downloaded slog-json v2.6.1
11762026-08-12T23:21:55.409Z Downloaded qorb v0.4.1
11772026-08-12T23:21:55.409Z Downloaded corncobs v0.1.4
11782026-08-12T23:21:55.413Z Downloaded newtype-uuid v1.3.2
11792026-08-12T23:21:55.413Z Downloaded num_enum v0.5.11
11802026-08-12T23:21:55.419Z Downloaded linear-map v1.2.0
11812026-08-12T23:21:55.423Z Downloaded libloading v0.8.9
11822026-08-12T23:21:55.425Z Downloaded libefi-sys v0.1.0
11832026-08-12T23:21:55.429Z Downloaded xshell v0.2.7
11842026-08-12T23:21:55.429Z Downloaded yoke v0.8.1
11852026-08-12T23:21:55.429Z Downloaded iri-string v0.7.10
11862026-08-12T23:21:55.432Z Downloaded minimal-lexical v0.2.1
11872026-08-12T23:21:55.435Z Downloaded oxide-update-engine-display v0.1.2
11882026-08-12T23:21:55.435Z Downloaded vergen-lib v9.1.0
11892026-08-12T23:21:55.438Z Downloaded darling v0.13.4
11902026-08-12T23:21:55.438Z Downloaded sponge-cursor v0.1.0
11912026-08-12T23:21:55.440Z Downloaded indicatif v0.18.4
11922026-08-12T23:21:55.445Z Downloaded darling_core v0.13.4
11932026-08-12T23:21:55.449Z Downloaded parking_lot v0.12.5
11942026-08-12T23:21:55.453Z Downloaded crossbeam-utils v0.8.21
11952026-08-12T23:21:55.453Z Downloaded rand_seeder v0.4.0
11962026-08-12T23:21:55.453Z Downloaded rusty-fork v0.3.1
11972026-08-12T23:21:55.455Z Downloaded parse-display-derive v0.10.0
11982026-08-12T23:21:55.458Z Downloaded pin-project-lite v0.2.17
11992026-08-12T23:21:55.505Z Downloaded tls_codec v0.4.2
12002026-08-12T23:21:55.505Z Downloaded aws-lc-rs v1.16.3
12012026-08-12T23:21:55.505Z Downloaded blake3 v1.8.5
12022026-08-12T23:21:55.505Z Downloaded rustyline v14.0.0
12032026-08-12T23:21:55.505Z Downloaded rustls-pki-types v1.14.0
12042026-08-12T23:21:55.505Z Downloaded rand v0.9.2
12052026-08-12T23:21:55.505Z Downloaded crypto-bigint v0.5.5
12062026-08-12T23:21:55.505Z Downloaded iana-time-zone v0.1.65
12072026-08-12T23:21:55.505Z Downloaded tokio-stream v0.1.18
12082026-08-12T23:21:55.510Z Downloaded icu_normalizer_data v2.1.1
12092026-08-12T23:21:55.510Z Downloaded indexmap v1.9.3
12102026-08-12T23:21:55.510Z Downloaded sec1 v0.8.1
12112026-08-12T23:21:55.510Z Downloaded git2 v0.20.4
12122026-08-12T23:21:55.519Z Downloaded proptest v1.11.0
12132026-08-12T23:21:55.526Z Downloaded rand v0.10.1
12142026-08-12T23:21:55.526Z Downloaded tinyvec v1.10.0
12152026-08-12T23:21:55.526Z Downloaded publicsuffix v2.3.0
12162026-08-12T23:21:55.526Z Downloaded postgres-protocol v0.6.10
12172026-08-12T23:21:55.526Z Downloaded ignore v0.4.25
12182026-08-12T23:21:55.531Z Downloaded ml-kem v0.3.2
12192026-08-12T23:21:55.531Z Downloaded rsa v0.10.0-rc.18
12202026-08-12T23:21:55.535Z Downloaded icu_properties v2.1.2
12212026-08-12T23:21:55.535Z Downloaded itertools v0.12.1
12222026-08-12T23:21:55.546Z Downloaded ssh-key v0.7.0-rc.11
12232026-08-12T23:21:55.561Z Downloaded p384 v0.13.1
12242026-08-12T23:21:55.563Z Downloaded parking_lot v0.11.2
12252026-08-12T23:21:55.564Z Downloaded chrono v0.4.45
12262026-08-12T23:21:55.579Z Downloaded time v0.3.47
12272026-08-12T23:21:55.586Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-08-12T23:21:55.589Z Downloaded zip v0.6.6
12292026-08-12T23:21:55.592Z Downloaded snafu v0.8.9
12302026-08-12T23:21:55.600Z Downloaded darling_core v0.21.3
12312026-08-12T23:21:55.608Z Downloaded winnow v1.0.3
12322026-08-12T23:21:55.612Z Downloaded icu_provider v2.1.1
12332026-08-12T23:21:55.612Z Downloaded pretty_assertions v1.4.1
12342026-08-12T23:21:55.612Z Downloaded zerovec v0.11.5
12352026-08-12T23:21:55.615Z Downloaded goblin v0.10.5
12362026-08-12T23:21:55.618Z Downloaded zlib-rs v0.6.2
12372026-08-12T23:21:55.622Z Downloaded idna v1.1.0
12382026-08-12T23:21:55.627Z Downloaded tabled v0.21.0
12392026-08-12T23:21:55.630Z Downloaded tower v0.5.3
12402026-08-12T23:21:55.636Z Downloaded rawzip v0.4.4
12412026-08-12T23:21:55.639Z Downloaded samael v0.0.19
12422026-08-12T23:21:55.642Z Downloaded toml_edit v0.19.15
12432026-08-12T23:21:55.650Z Downloaded prettyplease v0.2.37
12442026-08-12T23:21:55.655Z Downloaded iddqd v0.4.2
12452026-08-12T23:21:55.661Z Downloaded itertools v0.14.0
12462026-08-12T23:21:55.664Z Downloaded itertools v0.15.0
12472026-08-12T23:21:55.667Z Downloaded smoltcp v0.9.1
12482026-08-12T23:21:55.673Z Downloaded rand v0.8.6
12492026-08-12T23:21:55.675Z Downloaded ed25519-dalek v2.2.0
12502026-08-12T23:21:55.679Z Downloaded quick-xml v0.37.5
12512026-08-12T23:21:55.683Z Downloaded darling_core v0.23.0
12522026-08-12T23:21:55.686Z Downloaded winnow v0.6.26
12532026-08-12T23:21:55.696Z Downloaded derive_more v2.1.1
12542026-08-12T23:21:55.701Z Downloaded p521 v0.14.0
12552026-08-12T23:21:55.704Z Downloaded reqwest v0.12.28
12562026-08-12T23:21:55.709Z Downloaded quinn-proto v0.11.16
12572026-08-12T23:21:55.712Z Downloaded portable-atomic v1.13.1
12582026-08-12T23:21:55.714Z Downloaded der v0.8.0
12592026-08-12T23:21:55.717Z Downloaded derive_more-impl v2.1.1
12602026-08-12T23:21:55.721Z Downloaded internal-russh-num-bigint v0.5.0
12612026-08-12T23:21:55.724Z Downloaded icu_properties_data v2.1.2
12622026-08-12T23:21:55.727Z Downloaded unicode-normalization v0.1.25
12632026-08-12T23:21:55.730Z Downloaded itertools v0.10.5
12642026-08-12T23:21:55.734Z Downloaded winnow v0.5.40
12652026-08-12T23:21:55.737Z Downloaded libm v0.2.16
12662026-08-12T23:21:55.743Z Downloaded reqwest v0.13.2
12672026-08-12T23:21:55.767Z Downloaded serde_with v1.14.0
12682026-08-12T23:21:55.770Z Downloaded rayon v1.11.0
12692026-08-12T23:21:55.775Z Downloaded object v0.37.3
12702026-08-12T23:21:55.782Z Downloaded radix_trie v0.2.1
12712026-08-12T23:21:55.787Z Downloaded dropshot-api-manager v0.7.2
12722026-08-12T23:21:55.793Z Downloaded petname v2.0.2
12732026-08-12T23:21:55.793Z Downloaded crypto-primes v0.7.2
12742026-08-12T23:21:55.811Z Downloaded object v0.30.4
12752026-08-12T23:21:55.813Z Downloaded serde_with v3.21.0
12762026-08-12T23:21:55.820Z Downloaded bstr v1.12.1
12772026-08-12T23:21:55.827Z Downloaded openapiv3 v2.2.0
12782026-08-12T23:21:55.847Z Downloaded nix v0.28.0
12792026-08-12T23:21:55.853Z Downloaded crypto-bigint v0.7.5
12802026-08-12T23:21:55.880Z Downloaded polar-core v0.27.3
12812026-08-12T23:21:55.883Z Downloaded zerocopy v0.8.40
12822026-08-12T23:21:55.891Z Downloaded rustls v0.23.41
12832026-08-12T23:21:55.899Z Downloaded rustix v0.38.44
12842026-08-12T23:21:55.908Z Downloaded regress v0.10.5
12852026-08-12T23:21:55.914Z Downloaded vcpkg v0.2.15
12862026-08-12T23:21:55.934Z Downloaded curve25519-dalek v4.1.3
12872026-08-12T23:21:55.938Z Downloaded salty v0.3.0
12882026-08-12T23:21:55.941Z Downloaded dropshot v0.17.1
12892026-08-12T23:21:55.953Z Downloaded hickory-proto v0.24.4
12902026-08-12T23:21:55.961Z Downloaded russh v0.62.4
12912026-08-12T23:21:55.965Z Downloaded hickory-proto v0.25.2
12922026-08-12T23:21:55.973Z Downloaded lalrpop v0.19.12
12932026-08-12T23:21:55.979Z Downloaded regress v0.11.1
12942026-08-12T23:21:55.984Z Downloaded curve25519-dalek v5.0.0
12952026-08-12T23:21:55.989Z Downloaded nix v0.27.1
12962026-08-12T23:21:55.996Z Downloaded moka v0.12.13
12972026-08-12T23:21:55.999Z Downloaded openssl v0.10.80
12982026-08-12T23:21:56.006Z Downloaded regex-syntax v0.6.29
12992026-08-12T23:21:56.010Z Downloaded nix v0.31.2
13002026-08-12T23:21:56.015Z Downloaded smoltcp v0.11.0
13012026-08-12T23:21:56.023Z Downloaded regex-syntax v0.8.10
13022026-08-12T23:21:56.030Z Downloaded sled v0.34.7
13032026-08-12T23:21:56.035Z Downloaded sqlparser v0.61.0
13042026-08-12T23:21:56.040Z Downloaded tracing v0.1.44
13052026-08-12T23:21:56.052Z Downloaded diesel v2.3.7
13062026-08-12T23:21:56.063Z Downloaded ratatui v0.29.0
13072026-08-12T23:21:56.075Z Downloaded zerocopy-derive v0.6.6
13082026-08-12T23:21:56.082Z Downloaded typify-impl v0.6.2
13092026-08-12T23:21:56.087Z Downloaded sha3 v0.11.0
13102026-08-12T23:21:56.102Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-08-12T23:21:56.139Z Downloaded regex-automata v0.4.14
13122026-08-12T23:21:56.147Z Downloaded petgraph v0.6.5
13132026-08-12T23:21:56.157Z Downloaded jiff v0.2.34
13142026-08-12T23:21:56.167Z Downloaded csv v1.4.0
13152026-08-12T23:21:56.178Z Downloaded chrono-tz v0.10.4
13162026-08-12T23:21:56.199Z Downloaded petgraph v0.8.3
13172026-08-12T23:21:56.248Z Downloaded tokio v1.52.1
13182026-08-12T23:21:56.265Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-08-12T23:21:56.265Z Downloaded encoding_rs v0.8.35
13202026-08-12T23:21:56.276Z Downloaded sha3 v0.10.8
13212026-08-12T23:21:56.276Z Downloaded libz-sys v1.1.24
13222026-08-12T23:21:56.284Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-08-12T23:21:56.311Z Downloaded ring v0.17.14
13242026-08-12T23:21:56.848Z Downloaded aws-lc-sys v0.40.0
13252026-08-12T23:21:57.097Z Compiling libc v0.2.185
13262026-08-12T23:21:57.097Z Compiling serde_core v1.0.228
13272026-08-12T23:21:57.098Z Compiling serde v1.0.228
13282026-08-12T23:21:57.101Z Compiling log v0.4.29
13292026-08-12T23:21:57.101Z Compiling smallvec v1.15.1
13302026-08-12T23:21:57.101Z Compiling shlex v1.3.0
13312026-08-12T23:21:57.235Z Compiling find-msvc-tools v0.1.9
13322026-08-12T23:21:57.238Z Compiling syn v2.0.117
13332026-08-12T23:21:57.446Z Compiling subtle v2.6.1
13342026-08-12T23:21:57.449Z Compiling scopeguard v1.2.0
13352026-08-12T23:21:57.474Z Compiling stable_deref_trait v1.2.1
13362026-08-12T23:21:57.544Z Compiling lock_api v0.4.14
13372026-08-12T23:21:57.557Z Compiling typenum v1.20.1
13382026-08-12T23:21:57.563Z Compiling zerocopy v0.8.40
13392026-08-12T23:21:57.570Z Compiling portable-atomic v1.13.1
13402026-08-12T23:21:57.621Z Compiling serde_json v1.0.151
13412026-08-12T23:21:57.776Z Compiling critical-section v1.2.0
13422026-08-12T23:21:57.856Z Compiling libm v0.2.16
13432026-08-12T23:21:57.885Z Compiling num-traits v0.2.19
13442026-08-12T23:21:58.026Z Compiling pkg-config v0.3.32
13452026-08-12T23:21:58.103Z Compiling errno v0.3.14
13462026-08-12T23:21:58.159Z Compiling jobserver v0.1.34
13472026-08-12T23:21:58.242Z Compiling getrandom v0.2.17
13482026-08-12T23:21:58.386Z Compiling cc v1.2.56
13492026-08-12T23:21:58.479Z Compiling rand_core v0.6.4
13502026-08-12T23:21:58.539Z Compiling generic-array v0.14.7
13512026-08-12T23:21:58.568Z Compiling getrandom v0.4.1
13522026-08-12T23:21:58.680Z Compiling once_cell v1.21.3
13532026-08-12T23:21:58.739Z Compiling const-oid v0.9.6
13542026-08-12T23:21:58.757Z Compiling pin-project-lite v0.2.17
13552026-08-12T23:21:58.854Z Compiling parking_lot_core v0.9.12
13562026-08-12T23:21:58.938Z Compiling rand_core v0.10.0
13572026-08-12T23:21:58.952Z Compiling signal-hook-registry v1.4.8
13582026-08-12T23:21:59.360Z Compiling litemap v0.8.1
13592026-08-12T23:21:59.403Z Compiling bitflags v2.11.0
13602026-08-12T23:21:59.476Z Compiling percent-encoding v2.3.2
13612026-08-12T23:21:59.519Z Compiling writeable v0.6.2
13622026-08-12T23:21:59.617Z Compiling futures-core v0.3.32
13632026-08-12T23:21:59.652Z Compiling semver v1.0.28
13642026-08-12T23:21:59.697Z Compiling parking_lot v0.12.5
13652026-08-12T23:21:59.742Z Compiling mio v1.2.0
13662026-08-12T23:21:59.756Z Compiling icu_properties_data v2.1.2
13672026-08-12T23:21:59.771Z Compiling icu_normalizer_data v2.1.1
13682026-08-12T23:21:59.971Z Compiling socket2 v0.6.3
13692026-08-12T23:21:59.974Z Compiling getrandom v0.3.4
13702026-08-12T23:22:00.063Z Compiling futures-sink v0.3.32
13712026-08-12T23:22:00.086Z Compiling synstructure v0.13.2
13722026-08-12T23:22:00.130Z Compiling indexmap v2.14.0
13732026-08-12T23:22:00.173Z Compiling futures-channel v0.3.32
13742026-08-12T23:22:00.207Z Compiling futures-task v0.3.32
13752026-08-12T23:22:00.379Z Compiling utf8_iter v1.0.4
13762026-08-12T23:22:00.382Z Compiling rustix v1.1.3
13772026-08-12T23:22:00.406Z Compiling futures-io v0.3.32
13782026-08-12T23:22:00.525Z Compiling slab v0.4.12
13792026-08-12T23:22:00.555Z Compiling form_urlencoded v1.2.2
13802026-08-12T23:22:00.601Z Compiling rustversion v1.0.22
13812026-08-12T23:22:00.672Z Compiling base64ct v1.8.3
13822026-08-12T23:22:00.701Z Compiling iana-time-zone v0.1.65
13832026-08-12T23:22:00.723Z Compiling cmake v0.1.57
13842026-08-12T23:22:00.779Z Compiling flagset v0.4.7
13852026-08-12T23:22:00.848Z Compiling dunce v1.0.5
13862026-08-12T23:22:00.891Z Compiling pem-rfc7468 v0.7.0
13872026-08-12T23:22:00.909Z Compiling regex-syntax v0.8.10
13882026-08-12T23:22:00.949Z Compiling fs_extra v1.3.0
13892026-08-12T23:22:00.952Z Compiling ident_case v1.0.1
13902026-08-12T23:22:01.079Z Compiling rand_core v0.9.5
13912026-08-12T23:22:01.115Z Compiling uuid v1.23.4
13922026-08-12T23:22:01.181Z Compiling base64 v0.22.1
13932026-08-12T23:22:01.216Z Compiling aws-lc-sys v0.40.0
13942026-08-12T23:22:01.374Z Compiling vcpkg v0.2.15
13952026-08-12T23:22:01.490Z Compiling syn v1.0.109
13962026-08-12T23:22:01.611Z Compiling serde_derive_internals v0.29.1
13972026-08-12T23:22:01.817Z Compiling serde_derive v1.0.228
13982026-08-12T23:22:01.845Z Compiling zeroize_derive v1.5.0
13992026-08-12T23:22:01.864Z Compiling zerofrom-derive v0.1.6
14002026-08-12T23:22:02.098Z Compiling zerocopy-derive v0.8.40
14012026-08-12T23:22:02.148Z Compiling yoke-derive v0.8.1
14022026-08-12T23:22:02.487Z Compiling zeroize v1.9.0
14032026-08-12T23:22:02.521Z Compiling zerovec-derive v0.11.2
14042026-08-12T23:22:02.700Z Compiling displaydoc v0.2.5
14052026-08-12T23:22:03.270Z Compiling zerofrom v0.1.6
14062026-08-12T23:22:03.313Z Compiling tokio-macros v2.7.0
14072026-08-12T23:22:03.391Z Compiling yoke v0.8.1
14082026-08-12T23:22:03.454Z Compiling futures-macro v0.3.32
14092026-08-12T23:22:03.576Z Compiling zerotrie v0.2.3
14102026-08-12T23:22:03.658Z Compiling zerovec v0.11.5
14112026-08-12T23:22:03.807Z Compiling block-buffer v0.10.4
14122026-08-12T23:22:03.882Z Compiling crypto-common v0.1.7
14132026-08-12T23:22:03.976Z Compiling der_derive v0.7.3
14142026-08-12T23:22:04.023Z Compiling digest v0.10.7
14152026-08-12T23:22:04.037Z Compiling thiserror-impl v2.0.18
14162026-08-12T23:22:04.139Z Compiling tinystr v0.8.2
14172026-08-12T23:22:04.258Z Compiling potential_utf v0.1.4
14182026-08-12T23:22:04.273Z Compiling futures-util v0.3.32
14192026-08-12T23:22:04.342Z Compiling icu_locale_core v2.1.1
14202026-08-12T23:22:04.419Z Compiling icu_collections v2.1.1
14212026-08-12T23:22:04.905Z Compiling openssl-sys v0.9.117
14222026-08-12T23:22:04.920Z Compiling der v0.7.10
14232026-08-12T23:22:05.197Z Compiling icu_provider v2.1.1
14242026-08-12T23:22:05.305Z Compiling bytes v1.11.1
14252026-08-12T23:22:05.347Z Compiling chrono v0.4.45
14262026-08-12T23:22:05.413Z Compiling thiserror v2.0.18
14272026-08-12T23:22:05.486Z Compiling icu_properties v2.1.2
14282026-08-12T23:22:05.531Z Compiling icu_normalizer v2.1.1
14292026-08-12T23:22:05.928Z Compiling tokio v1.52.1
14302026-08-12T23:22:06.041Z Compiling http v1.4.2
14312026-08-12T23:22:06.080Z Compiling spki v0.7.3
14322026-08-12T23:22:06.284Z Compiling tracing-attributes v0.1.31
14332026-08-12T23:22:06.532Z Compiling ppv-lite86 v0.2.21
14342026-08-12T23:22:06.535Z Compiling idna_adapter v1.2.1
14352026-08-12T23:22:06.597Z Compiling rustc_version v0.4.1
14362026-08-12T23:22:06.698Z Compiling idna v1.1.0
14372026-08-12T23:22:06.750Z Compiling tracing-core v0.1.36
14382026-08-12T23:22:06.882Z Compiling rand_chacha v0.9.0
14392026-08-12T23:22:06.915Z Compiling cpufeatures v0.2.17
14402026-08-12T23:22:07.000Z Compiling url v2.5.8
14412026-08-12T23:22:07.009Z Compiling aws-lc-rs v1.16.3
14422026-08-12T23:22:07.288Z Compiling schemars v0.8.22
14432026-08-12T23:22:07.304Z Compiling dyn-clone v1.0.20
14442026-08-12T23:22:07.356Z Compiling rand v0.9.2
14452026-08-12T23:22:07.436Z Compiling http-body v1.0.1
14462026-08-12T23:22:07.500Z Compiling pkcs8 v0.10.2
14472026-08-12T23:22:07.585Z Compiling rustls-pki-types v1.14.0
14482026-08-12T23:22:07.613Z Compiling tracing v0.1.44
14492026-08-12T23:22:07.648Z Compiling schemars_derive v0.8.22
14502026-08-12T23:22:07.781Z Compiling spin v0.9.8
14512026-08-12T23:22:07.866Z Compiling openssl-probe v0.2.1
14522026-08-12T23:22:07.985Z Compiling crc32fast v1.5.0
14532026-08-12T23:22:08.038Z Compiling tinyvec_macros v0.1.1
14542026-08-12T23:22:08.041Z Compiling httparse v1.10.1
14552026-08-12T23:22:08.100Z Compiling cmov v0.5.4
14562026-08-12T23:22:08.114Z Compiling tinyvec v1.10.0
14572026-08-12T23:22:08.290Z Compiling ctutils v0.4.2
14582026-08-12T23:22:08.306Z Compiling tempfile v3.25.0
14592026-08-12T23:22:08.426Z Compiling pest_generator v2.8.6
14602026-08-12T23:22:08.452Z Compiling sha2 v0.10.9
14612026-08-12T23:22:08.517Z Compiling aho-corasick v1.1.4
14622026-08-12T23:22:08.658Z Compiling radium v0.7.0
14632026-08-12T23:22:08.901Z Compiling atomic-waker v1.1.2
14642026-08-12T23:22:09.031Z Compiling untrusted v0.7.1
14652026-08-12T23:22:09.097Z Compiling try-lock v0.2.5
14662026-08-12T23:22:09.149Z Compiling tower-layer v0.3.3
14672026-08-12T23:22:09.197Z Compiling tower-service v0.3.3
14682026-08-12T23:22:09.301Z Compiling regex-automata v0.4.14
14692026-08-12T23:22:09.304Z Compiling want v0.3.1
14702026-08-12T23:22:09.468Z Compiling pest_derive v2.8.6
14712026-08-12T23:22:09.727Z Compiling tokio-util v0.7.18
14722026-08-12T23:22:09.923Z Compiling hybrid-array v0.4.13
14732026-08-12T23:22:10.319Z Compiling ipnet v2.11.0
14742026-08-12T23:22:10.404Z Compiling h2 v0.4.15
14752026-08-12T23:22:10.668Z Compiling scroll_derive v0.13.1
14762026-08-12T23:22:10.729Z Compiling darling_core v0.20.11
14772026-08-12T23:22:10.795Z Compiling maybe-uninit v2.0.0
14782026-08-12T23:22:11.054Z Compiling untrusted v0.9.0
14792026-08-12T23:22:11.177Z Compiling simd-adler32 v0.3.8
14802026-08-12T23:22:11.421Z Compiling httpdate v1.0.3
14812026-08-12T23:22:11.448Z Compiling openssl v0.10.80
14822026-08-12T23:22:11.462Z Compiling tap v1.0.1
14832026-08-12T23:22:11.587Z Compiling rustls v0.23.41
14842026-08-12T23:22:11.623Z Compiling foreign-types-shared v0.1.1
14852026-08-12T23:22:11.672Z Compiling wyz v0.5.1
14862026-08-12T23:22:11.709Z Compiling foreign-types v0.3.2
14872026-08-12T23:22:11.726Z Compiling scroll v0.13.0
14882026-08-12T23:22:11.795Z Compiling unicode-normalization v0.1.25
14892026-08-12T23:22:11.977Z Compiling rand_chacha v0.3.1
14902026-08-12T23:22:11.989Z Compiling hex v0.4.3
14912026-08-12T23:22:12.247Z Compiling signature v2.2.0
14922026-08-12T23:22:12.262Z Compiling terminal_size v0.4.3
14932026-08-12T23:22:12.275Z Compiling openssl-macros v0.1.1
14942026-08-12T23:22:12.398Z Compiling thiserror-impl v1.0.69
14952026-08-12T23:22:12.426Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-08-12T23:22:12.666Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-12T23:22:12.743Z Compiling num-integer v0.1.46
14982026-08-12T23:22:12.809Z Compiling wait-timeout v0.2.1
14992026-08-12T23:22:12.941Z Compiling ahash v0.8.12
15002026-08-12T23:22:13.025Z Compiling darling_macro v0.20.11
15012026-08-12T23:22:13.054Z Compiling quick-error v1.2.3
15022026-08-12T23:22:13.066Z Compiling funty v2.0.0
15032026-08-12T23:22:13.141Z Compiling num-bigint-dig v0.8.6
15042026-08-12T23:22:13.155Z Compiling bit-vec v0.8.0
15052026-08-12T23:22:13.320Z Compiling native-tls v0.2.18
15062026-08-12T23:22:13.374Z Compiling time-core v0.1.8
15072026-08-12T23:22:13.386Z Compiling num-conv v0.2.0
15082026-08-12T23:22:13.489Z Compiling packed_struct v0.10.1
15092026-08-12T23:22:13.510Z Compiling powerfmt v0.2.0
15102026-08-12T23:22:13.510Z Compiling adler2 v2.0.1
15112026-08-12T23:22:13.515Z Compiling time-macros v0.2.27
15122026-08-12T23:22:13.621Z Compiling hyper v1.10.1
15132026-08-12T23:22:13.621Z Compiling thiserror v1.0.69
15142026-08-12T23:22:13.661Z Compiling deranged v0.5.8
15152026-08-12T23:22:13.708Z Compiling miniz_oxide v0.8.9
15162026-08-12T23:22:13.752Z Compiling clap_builder v4.6.0
15172026-08-12T23:22:13.765Z Compiling darling v0.20.11
15182026-08-12T23:22:13.845Z Compiling bitvec v1.0.1
15192026-08-12T23:22:14.296Z Compiling bit-set v0.8.0
15202026-08-12T23:22:14.523Z Compiling rusty-fork v0.3.1
15212026-08-12T23:22:14.540Z Compiling num-iter v0.1.45
15222026-08-12T23:22:14.825Z Compiling hyper-util v0.1.20
15232026-08-12T23:22:15.179Z Compiling rand v0.8.6
15242026-08-12T23:22:15.246Z Compiling goblin v0.10.5
15252026-08-12T23:22:15.388Z Compiling packed_struct_codegen v0.10.1
15262026-08-12T23:22:15.962Z Compiling lazy_static v1.5.0
15272026-08-12T23:22:16.055Z Compiling toml_datetime v0.6.11
15282026-08-12T23:22:16.340Z Compiling serde_spanned v0.6.9
15292026-08-12T23:22:16.436Z Compiling hmac v0.12.1
15302026-08-12T23:22:16.455Z Compiling clap_derive v4.6.1
15312026-08-12T23:22:16.509Z Compiling bitfield-macros v0.19.4
15322026-08-12T23:22:16.597Z Compiling zerocopy-derive v0.6.6
15332026-08-12T23:22:16.670Z Compiling anstyle-parse v0.2.7
15342026-08-12T23:22:16.853Z Compiling rand_xorshift v0.4.0
15352026-08-12T23:22:17.017Z Compiling sync_wrapper v1.0.2
15362026-08-12T23:22:17.128Z Compiling indexmap v1.9.3
15372026-08-12T23:22:17.255Z Compiling num_threads v0.1.7
15382026-08-12T23:22:17.320Z Compiling crossbeam-utils v0.8.21
15392026-08-12T23:22:17.355Z Compiling paste v1.0.15
15402026-08-12T23:22:17.434Z Compiling usdt-impl v0.6.0
15412026-08-12T23:22:17.602Z Compiling zlib-rs v0.6.2
15422026-08-12T23:22:17.620Z Compiling crc-catalog v2.4.0
15432026-08-12T23:22:17.634Z Compiling nodrop v0.1.14
15442026-08-12T23:22:17.649Z Compiling unarray v0.1.4
15452026-08-12T23:22:17.714Z Compiling siphasher v1.0.2
15462026-08-12T23:22:17.729Z Compiling array-init v0.0.4
15472026-08-12T23:22:17.756Z Compiling proptest v1.11.0
15482026-08-12T23:22:17.903Z Compiling crc v3.4.0
15492026-08-12T23:22:18.075Z Compiling dof v0.4.0
15502026-08-12T23:22:18.206Z Compiling zerocopy v0.6.6
15512026-08-12T23:22:18.256Z Compiling clap v4.6.1
15522026-08-12T23:22:18.345Z Compiling time v0.3.47
15532026-08-12T23:22:18.530Z Compiling bitfield v0.19.4
15542026-08-12T23:22:18.834Z Compiling tower v0.5.3
15552026-08-12T23:22:19.298Z Compiling anstream v0.6.21
15562026-08-12T23:22:19.595Z Compiling smallvec v0.6.14
15572026-08-12T23:22:19.900Z Compiling derive_builder_core v0.20.2
15582026-08-12T23:22:20.118Z Compiling dtrace-parser v0.3.0
15592026-08-12T23:22:20.681Z Compiling flate2 v1.1.9
15602026-08-12T23:22:20.755Z Compiling ipnetwork v0.21.1
15612026-08-12T23:22:20.772Z Compiling pkcs1 v0.7.5
15622026-08-12T23:22:20.784Z Compiling http-body-util v0.1.3
15632026-08-12T23:22:21.088Z Compiling heapless v0.7.17
15642026-08-12T23:22:21.105Z Compiling structmeta-derive v0.3.0
15652026-08-12T23:22:21.126Z Compiling scroll_derive v0.12.1
15662026-08-12T23:22:21.143Z Compiling slog v2.8.2
15672026-08-12T23:22:21.187Z Compiling darling_core v0.23.0
15682026-08-12T23:22:21.256Z Compiling thread-id v5.1.0
15692026-08-12T23:22:21.319Z Compiling cookie v0.18.1
15702026-08-12T23:22:21.339Z Compiling env_filter v1.0.0
15712026-08-12T23:22:21.490Z Compiling iri-string v0.7.10
15722026-08-12T23:22:21.683Z Compiling zstd-safe v7.2.4
15732026-08-12T23:22:21.899Z Compiling unicode-bidi v0.3.18
15742026-08-12T23:22:21.922Z Compiling unicode-properties v0.1.4
15752026-08-12T23:22:22.114Z Compiling signal-hook v0.3.18
15762026-08-12T23:22:22.222Z Compiling ryu v1.0.23
15772026-08-12T23:22:22.284Z Compiling allocator-api2 v0.2.21
15782026-08-12T23:22:22.382Z Compiling winnow v0.5.40
15792026-08-12T23:22:22.417Z Compiling anyhow v1.0.102
15802026-08-12T23:22:22.645Z Compiling base64 v0.21.7
15812026-08-12T23:22:22.690Z Compiling hashbrown v0.12.3
15822026-08-12T23:22:22.915Z Compiling ron v0.8.1
15832026-08-12T23:22:23.247Z Compiling tower-http v0.6.8
15842026-08-12T23:22:23.535Z Compiling serde_urlencoded v0.7.1
15852026-08-12T23:22:23.635Z Compiling toml_edit v0.19.15
15862026-08-12T23:22:23.702Z Compiling darling_macro v0.23.0
15872026-08-12T23:22:23.772Z Compiling structmeta v0.3.0
15882026-08-12T23:22:23.782Z Compiling stringprep v0.1.5
15892026-08-12T23:22:23.856Z Compiling scroll v0.12.0
15902026-08-12T23:22:24.034Z Compiling env_logger v0.11.9
15912026-08-12T23:22:24.267Z Compiling rsa v0.9.10
15922026-08-12T23:22:24.347Z Compiling oxnet v0.1.6
15932026-08-12T23:22:24.362Z Compiling derive_builder_macro v0.20.2
15942026-08-12T23:22:24.672Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-12T23:22:24.755Z Compiling newtype-uuid v1.3.2
15962026-08-12T23:22:24.831Z Compiling hashbrown v0.13.2
15972026-08-12T23:22:24.913Z Compiling bzip2 v0.4.4
15982026-08-12T23:22:25.130Z Compiling serde-hex v0.1.0
15992026-08-12T23:22:25.137Z Compiling tokio-native-tls v0.3.1
16002026-08-12T23:22:25.287Z Compiling camino v1.2.2
16012026-08-12T23:22:25.307Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-12T23:22:25.978Z Compiling bstr v1.12.1
16032026-08-12T23:22:26.176Z Compiling block-buffer v0.12.1
16042026-08-12T23:22:26.241Z Compiling block-padding v0.4.2
16052026-08-12T23:22:26.365Z Compiling crypto-common v0.2.2
16062026-08-12T23:22:26.411Z Compiling rustls-native-certs v0.8.3
16072026-08-12T23:22:26.625Z Compiling curve25519-dalek v4.1.3
16082026-08-12T23:22:26.734Z Compiling x509-cert v0.2.5
16092026-08-12T23:22:26.817Z Compiling erased-serde v0.3.31
16102026-08-12T23:22:26.960Z Compiling serde_tokenstream v0.2.3
16112026-08-12T23:22:27.330Z Compiling md-5 v0.10.6
16122026-08-12T23:22:27.359Z Compiling zerocopy-derive v0.7.35
16132026-08-12T23:22:27.359Z Compiling async-trait v0.1.89
16142026-08-12T23:22:27.448Z Compiling pin-project-internal v1.1.11
16152026-08-12T23:22:28.113Z Compiling daft-derive v0.1.7
16162026-08-12T23:22:28.166Z Compiling vergen-lib v9.1.0
16172026-08-12T23:22:28.338Z Compiling hash32 v0.2.1
16182026-08-12T23:22:28.366Z Compiling memoffset v0.9.1
16192026-08-12T23:22:28.366Z Compiling encoding_rs v0.8.35
16202026-08-12T23:22:28.504Z Compiling smoltcp v0.9.1
16212026-08-12T23:22:28.531Z Compiling crc-any v2.5.0
16222026-08-12T23:22:28.548Z Compiling litrs v1.0.0
16232026-08-12T23:22:28.573Z Compiling fallible-iterator v0.2.0
16242026-08-12T23:22:28.756Z Compiling ref-cast v1.0.25
16252026-08-12T23:22:28.824Z Compiling cfg_aliases v0.2.1
16262026-08-12T23:22:28.864Z Compiling rustix v0.38.44
16272026-08-12T23:22:28.885Z Compiling mime v0.3.17
16282026-08-12T23:22:28.890Z Compiling psl-types v2.0.11
16292026-08-12T23:22:29.012Z Compiling publicsuffix v2.3.0
16302026-08-12T23:22:29.052Z Compiling document-features v0.2.12
16312026-08-12T23:22:29.099Z Compiling nix v0.31.2
16322026-08-12T23:22:29.128Z Compiling postgres-protocol v0.6.10
16332026-08-12T23:22:29.219Z Compiling daft v0.1.7
16342026-08-12T23:22:29.271Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-12T23:22:29.280Z Compiling pin-project v1.1.11
16362026-08-12T23:22:29.473Z Compiling zerocopy v0.7.35
16372026-08-12T23:22:29.653Z Compiling inout v0.2.2
16382026-08-12T23:22:29.683Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-12T23:22:29.817Z Compiling object v0.30.4
16402026-08-12T23:22:29.832Z Compiling hyper-tls v0.6.0
16412026-08-12T23:22:29.869Z Compiling zip v0.6.6
16422026-08-12T23:22:29.908Z Compiling toml v0.7.8
16432026-08-12T23:22:29.950Z Compiling derive_builder v0.20.2
16442026-08-12T23:22:30.044Z Compiling darling v0.23.0
16452026-08-12T23:22:30.070Z Compiling goblin v0.8.2
16462026-08-12T23:22:30.208Z Compiling derive-ex v0.1.8
16472026-08-12T23:22:30.642Z Compiling phf_shared v0.13.1
16482026-08-12T23:22:30.721Z Compiling regex v1.12.3
16492026-08-12T23:22:30.822Z Compiling hubpack_derive v0.1.1
16502026-08-12T23:22:30.881Z Compiling futures-executor v0.3.32
16512026-08-12T23:22:31.132Z Compiling curve25519-dalek-derive v0.1.1
16522026-08-12T23:22:31.135Z Compiling snafu-derive v0.8.9
16532026-08-12T23:22:31.264Z Compiling ref-cast-impl v1.0.25
16542026-08-12T23:22:31.782Z Compiling strum_macros v0.27.2
16552026-08-12T23:22:31.847Z Compiling vergen v9.1.0
16562026-08-12T23:22:31.886Z Compiling cargo-platform v0.3.2
16572026-08-12T23:22:32.026Z Compiling ff v0.13.1
16582026-08-12T23:22:32.178Z Compiling fs-err v3.3.0
16592026-08-12T23:22:32.195Z Compiling base16ct v0.2.0
16602026-08-12T23:22:32.348Z Compiling bumpalo v3.20.2
16612026-08-12T23:22:32.352Z Compiling either v1.15.0
16622026-08-12T23:22:32.569Z Compiling managed v0.8.0
16632026-08-12T23:22:32.600Z Compiling foldhash v0.1.5
16642026-08-12T23:22:32.657Z Compiling unicode-segmentation v1.12.0
16652026-08-12T23:22:32.769Z Compiling path-slash v0.1.5
16662026-08-12T23:22:32.786Z Compiling same-file v1.0.6
16672026-08-12T23:22:32.900Z Compiling object v0.37.3
16682026-08-12T23:22:32.950Z Compiling bitflags v1.3.2
16692026-08-12T23:22:33.026Z Compiling foldhash v0.2.0
16702026-08-12T23:22:33.040Z Compiling jiff-core v0.1.0
16712026-08-12T23:22:33.083Z Compiling libbz2-rs-sys v0.2.2
16722026-08-12T23:22:33.214Z Compiling hashbrown v0.16.1
16732026-08-12T23:22:33.242Z Compiling snafu v0.8.9
16742026-08-12T23:22:33.527Z Compiling bzip2 v0.6.1
16752026-08-12T23:22:33.735Z Compiling walkdir v2.5.0
16762026-08-12T23:22:33.756Z Compiling jiff v0.2.34
16772026-08-12T23:22:33.756Z Compiling strum v0.27.2
16782026-08-12T23:22:33.784Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-08-12T23:22:33.886Z Compiling hashbrown v0.15.5
16802026-08-12T23:22:34.038Z Compiling zopfli v0.8.3
16812026-08-12T23:22:34.176Z Compiling sec1 v0.7.3
16822026-08-12T23:22:34.370Z Compiling dof v0.3.0
16832026-08-12T23:22:34.421Z Compiling group v0.13.0
16842026-08-12T23:22:34.452Z Compiling cargo_metadata v0.23.1
16852026-08-12T23:22:34.617Z Compiling test-strategy v0.4.5
16862026-08-12T23:22:35.115Z Compiling hubpack v0.1.2
16872026-08-12T23:22:35.185Z Compiling futures v0.3.32
16882026-08-12T23:22:35.282Z Compiling phf v0.13.1
16892026-08-12T23:22:35.438Z Compiling signal-hook-mio v0.2.5
16902026-08-12T23:22:35.573Z Compiling cookie_store v0.22.1
16912026-08-12T23:22:35.680Z Compiling zstd v0.13.3
16922026-08-12T23:22:35.813Z Compiling serde_with_macros v3.21.0
16932026-08-12T23:22:35.942Z Compiling reqwest v0.12.28
16942026-08-12T23:22:36.078Z Compiling cipher v0.5.2
16952026-08-12T23:22:36.195Z Compiling postgres-types v0.2.12
16962026-08-12T23:22:36.805Z Compiling usdt-macro v0.6.0
16972026-08-12T23:22:36.990Z Compiling usdt-attr-macro v0.6.0
16982026-08-12T23:22:37.297Z Compiling globset v0.4.18
16992026-08-12T23:22:37.607Z Compiling phf_shared v0.11.3
17002026-08-12T23:22:37.643Z Compiling hkdf v0.12.4
17012026-08-12T23:22:37.765Z Compiling dtrace-parser v0.2.0
17022026-08-12T23:22:37.778Z Compiling ed25519 v2.2.3
17032026-08-12T23:22:37.790Z Compiling byte-wrapper v0.1.0
17042026-08-12T23:22:37.803Z Compiling olpc-cjson v0.1.4
17052026-08-12T23:22:37.958Z Compiling serde-big-array v0.5.1
17062026-08-12T23:22:37.973Z Compiling serde_plain v1.0.2
17072026-08-12T23:22:38.103Z Compiling crypto-bigint v0.5.5
17082026-08-12T23:22:38.118Z Compiling async-recursion v1.1.1
17092026-08-12T23:22:38.169Z Compiling strum_macros v0.26.4
17102026-08-12T23:22:38.278Z Compiling enum-as-inner v0.6.1
17112026-08-12T23:22:38.488Z Compiling serde_repr v0.1.20
17122026-08-12T23:22:38.670Z Compiling pem v3.0.6
17132026-08-12T23:22:38.766Z Compiling float-cmp v0.10.0
17142026-08-12T23:22:38.782Z Compiling memmap2 v0.9.10
17152026-08-12T23:22:38.917Z Compiling thread-id v4.2.2
17162026-08-12T23:22:38.993Z Compiling normalize-line-endings v0.3.0
17172026-08-12T23:22:38.993Z Compiling cpufeatures v0.3.0
17182026-08-12T23:22:39.016Z Compiling fixedbitset v0.5.7
17192026-08-12T23:22:39.032Z Compiling predicates-core v1.0.10
17202026-08-12T23:22:39.076Z Compiling typed-path v0.9.3
17212026-08-12T23:22:39.092Z Compiling const-oid v0.10.2
17222026-08-12T23:22:39.208Z Compiling whoami v2.1.0
17232026-08-12T23:22:39.298Z Compiling difflib v0.4.0
17242026-08-12T23:22:39.316Z Compiling new_debug_unreachable v1.0.6
17252026-08-12T23:22:39.390Z Compiling static_assertions v1.1.0
17262026-08-12T23:22:39.466Z Compiling data-encoding v2.10.0
17272026-08-12T23:22:39.574Z Compiling precomputed-hash v0.1.1
17282026-08-12T23:22:39.736Z Compiling fixedbitset v0.4.2
17292026-08-12T23:22:39.751Z Compiling keccak v0.1.6
17302026-08-12T23:22:39.859Z Compiling winnow v1.0.3
17312026-08-12T23:22:39.901Z Compiling sha3 v0.10.8
17322026-08-12T23:22:39.944Z Compiling strum v0.26.3
17332026-08-12T23:22:40.079Z Compiling petgraph v0.6.5
17342026-08-12T23:22:40.150Z Compiling toml_parser v1.1.2+spec-1.1.0
17352026-08-12T23:22:40.195Z Compiling hickory-proto v0.25.2
17362026-08-12T23:22:40.212Z Compiling toml_edit v0.22.27
17372026-08-12T23:22:40.292Z Compiling string_cache v0.8.9
17382026-08-12T23:22:40.336Z Compiling predicates v3.1.4
17392026-08-12T23:22:40.426Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-12T23:22:40.504Z Compiling tokio-postgres v0.7.16
17412026-08-12T23:22:40.773Z Compiling digest v0.11.3
17422026-08-12T23:22:40.971Z Compiling petgraph v0.8.3
17432026-08-12T23:22:40.988Z Compiling elliptic-curve v0.13.8
17442026-08-12T23:22:41.382Z Compiling chacha20 v0.10.0
17452026-08-12T23:22:41.533Z Compiling usdt-impl v0.5.0
17462026-08-12T23:22:41.748Z Compiling usdt v0.6.0
17472026-08-12T23:22:42.024Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17482026-08-12T23:22:42.124Z Compiling ed25519-dalek v2.2.0
17492026-08-12T23:22:42.653Z Compiling crossterm v0.28.1
17502026-08-12T23:22:42.780Z Compiling serde_with v3.21.0
17512026-08-12T23:22:42.987Z Compiling zip v4.6.1
17522026-08-12T23:22:43.546Z Compiling iddqd v0.4.2
17532026-08-12T23:22:43.930Z Compiling heck v0.4.1
17542026-08-12T23:22:44.063Z Compiling similar v2.7.0
17552026-08-12T23:22:44.156Z Compiling itertools v0.15.0
17562026-08-12T23:22:44.557Z Compiling itertools v0.13.0
17572026-08-12T23:22:44.607Z Compiling crossbeam-epoch v0.9.18
17582026-08-12T23:22:44.799Z Compiling tokio-stream v0.1.18
17592026-08-12T23:22:44.857Z Compiling buf-list v1.1.2
17602026-08-12T23:22:44.895Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-12T23:22:44.933Z Compiling openapiv3 v2.2.0
17622026-08-12T23:22:45.121Z Compiling lalrpop-util v0.19.12
17632026-08-12T23:22:45.188Z Compiling peg-runtime v0.8.5
17642026-08-12T23:22:45.238Z Compiling thread_local v1.1.9
17652026-08-12T23:22:45.317Z Compiling slog-async v2.8.0
17662026-08-12T23:22:45.463Z Compiling crossbeam-channel v0.5.15
17672026-08-12T23:22:45.478Z Compiling is-terminal v0.4.17
17682026-08-12T23:22:45.490Z Compiling filetime v0.2.27
17692026-08-12T23:22:45.567Z Compiling xattr v1.6.1
17702026-08-12T23:22:45.615Z Compiling term v1.2.1
17712026-08-12T23:22:45.653Z Compiling take_mut v0.2.2
17722026-08-12T23:22:45.746Z Compiling tar v0.4.46
17732026-08-12T23:22:45.765Z Compiling camino-tempfile v1.4.1
17742026-08-12T23:22:45.901Z Compiling slog-term v2.9.2
17752026-08-12T23:22:52.247Z Compiling rustls-webpki v0.103.13
17762026-08-12T23:22:54.863Z Compiling tokio-rustls v0.26.4
17772026-08-12T23:22:54.863Z Compiling rustls-platform-verifier v0.6.2
17782026-08-12T23:22:54.863Z Compiling tough v0.22.0
17792026-08-12T23:22:55.067Z Compiling hyper-rustls v0.27.7
17802026-08-12T23:22:55.255Z Compiling reqwest v0.13.2
17812026-08-12T23:22:57.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-12T23:22:57.711Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-12T23:23:00.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17842026-08-12T23:23:00.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-12T23:23:00.842ZAug 12 23:22:59.177 INFO Starting download, target: DendriteStub
17862026-08-12T23:23:00.842ZAug 12 23:22:59.178 INFO Starting download, target: Clickhouse
17872026-08-12T23:23:00.843ZAug 12 23:22:59.178 INFO Starting download, target: Cockroach
17882026-08-12T23:23:00.843ZAug 12 23:22:59.178 INFO Starting download, target: Console
17892026-08-12T23:23:00.843ZAug 12 23:22:59.178 INFO Starting download, target: MaghemiteMgd
17902026-08-12T23:23:00.843ZAug 12 23:22:59.178 INFO Starting download, target: MaghemiteDdmd
17912026-08-12T23:23:00.848ZAug 12 23:22:59.178 INFO Starting download, target: TransceiverControl
17922026-08-12T23:23:00.848ZAug 12 23:22:59.178 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17942026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17952026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17972026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-12T23:23:00.849ZAug 12 23:22:59.178 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-12T23:23:01.347ZAug 12 23:22:59.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-12T23:23:01.560ZAug 12 23:22:59.892 INFO Download complete, target: TransceiverControl
18012026-08-12T23:23:02.461ZAug 12 23:23:00.793 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18022026-08-12T23:23:02.610ZAug 12 23:23:00.948 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-12T23:23:02.773ZAug 12 23:23:01.106 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18042026-08-12T23:23:02.784ZAug 12 23:23:01.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-12T23:23:02.879ZAug 12 23:23:01.216 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-12T23:23:03.054ZAug 12 23:23:01.394 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18072026-08-12T23:23:03.054ZAug 12 23:23:01.394 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18082026-08-12T23:23:03.129ZAug 12 23:23:01.469 INFO Download complete, target: Console
18092026-08-12T23:23:04.508ZAug 12 23:23:02.849 INFO Download complete, target: MaghemiteDdmd
18102026-08-12T23:23:05.284ZAug 12 23:23:03.624 INFO Download complete, target: MaghemiteMgd
18112026-08-12T23:23:05.393ZAug 12 23:23:03.734 INFO Download complete, target: DendriteStub
18122026-08-12T23:23:07.737ZAug 12 23:23:06.078 INFO Checking that binary works, target: Cockroach
18132026-08-12T23:23:07.851ZAug 12 23:23:06.192 INFO Download complete, target: Cockroach
18142026-08-12T23:23:09.351ZAug 12 23:23:07.692 INFO Checking that binary works, target: Clickhouse
18152026-08-12T23:23:09.477ZAug 12 23:23:07.818 INFO Download complete, target: Clickhouse
18162026-08-12T23:23:09.496ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-12T23:23:09.501Z
18182026-08-12T23:23:09.501Zreal 2:06.336086759
18192026-08-12T23:23:09.501Zuser 7:08.810717283
18202026-08-12T23:23:09.501Zsys 1:25.060300992
18212026-08-12T23:23:09.501Ztrap 0.249566563
18222026-08-12T23:23:09.501Ztflt 0.538217717
18232026-08-12T23:23:09.501Zdflt 0.829341266
18242026-08-12T23:23:09.501Zkflt 0.028334415
18252026-08-12T23:23:09.501Zlock 31:31.910141996
18262026-08-12T23:23:09.501Zslp 21:28.208058201
18272026-08-12T23:23:09.501Zlat 47.108074408
18282026-08-12T23:23:09.501Zstop 2:39.756106861
18292026-08-12T23:23:09.501Z+ banner clippy
18302026-08-12T23:23:09.501Z
18312026-08-12T23:23:09.501Z #### # # ##### ##### # #
18322026-08-12T23:23:09.501Z # # # # # # # # # #
18332026-08-12T23:23:09.501Z # # # # # # # #
18342026-08-12T23:23:09.501Z # # # ##### ##### #
18352026-08-12T23:23:09.501Z # # # # # # #
18362026-08-12T23:23:09.501Z #### ###### # # # #
18372026-08-12T23:23:09.501Z
18382026-08-12T23:23:09.502Z+ export CARGO_INCREMENTAL=0
18392026-08-12T23:23:09.502Z+ CARGO_INCREMENTAL=0
18402026-08-12T23:23:09.502Z+ ptime -m cargo xtask clippy
18412026-08-12T23:23:09.968Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-12T23:23:10.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-12T23:23:12.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18442026-08-12T23:23:12.148Z Running `target/debug/xtask clippy`
18452026-08-12T23:23:12.178Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-12T23:23:12.754Z Downloading crates ...
18472026-08-12T23:23:12.929Z Downloaded backtrace v0.3.76
18482026-08-12T23:23:12.933Z Downloaded approx v0.5.1
18492026-08-12T23:23:12.933Z Downloaded assert-json-diff v2.0.2
18502026-08-12T23:23:12.933Z Downloaded async-object-pool v0.2.0
18512026-08-12T23:23:12.933Z Downloaded constant_time_eq v0.3.1
18522026-08-12T23:23:12.933Z Downloaded backtrace-ext v0.2.1
18532026-08-12T23:23:12.933Z Downloaded escape8259 v0.5.3
18542026-08-12T23:23:12.936Z Downloaded cast v0.3.0
18552026-08-12T23:23:12.936Z Downloaded anes v0.1.6
18562026-08-12T23:23:12.936Z Downloaded concurrent-queue v2.5.0
18572026-08-12T23:23:12.936Z Downloaded assert_cmd v2.1.2
18582026-08-12T23:23:12.939Z Downloaded criterion-plot v0.6.0
18592026-08-12T23:23:12.939Z Downloaded event-listener-strategy v0.5.4
18602026-08-12T23:23:12.939Z Downloaded cfg-expr v0.20.6
18612026-08-12T23:23:13.012Z Downloaded addr2line v0.25.1
18622026-08-12T23:23:13.012Z Downloaded async-lock v3.4.2
18632026-08-12T23:23:13.012Z Downloaded blake2b_simd v1.0.4
18642026-08-12T23:23:13.012Z Downloaded datatest-stable v0.3.3
18652026-08-12T23:23:13.012Z Downloaded futures-timer v3.0.3
18662026-08-12T23:23:13.012Z Downloaded event-listener v5.4.1
18672026-08-12T23:23:13.012Z Downloaded fancy-regex v0.14.0
18682026-08-12T23:23:13.013Z Downloaded guppy-workspace-hack v0.1.0
18692026-08-12T23:23:13.013Z Downloaded chumsky v0.9.3
18702026-08-12T23:23:13.013Z Downloaded criterion v0.7.0
18712026-08-12T23:23:13.013Z Downloaded hex-literal v0.4.1
18722026-08-12T23:23:13.013Z Downloaded hickory-client v0.25.2
18732026-08-12T23:23:13.013Z Downloaded httptest v0.16.4
18742026-08-12T23:23:13.013Z Downloaded guppy v0.17.25
18752026-08-12T23:23:13.013Z Downloaded linkme-impl v0.3.35
18762026-08-12T23:23:13.013Z Downloaded nested v0.1.1
18772026-08-12T23:23:13.013Z Downloaded miette-derive v5.10.0
18782026-08-12T23:23:13.013Z Downloaded linkme v0.3.35
18792026-08-12T23:23:13.013Z Downloaded libtest-mimic v0.8.1
18802026-08-12T23:23:13.013Z Downloaded knuffel-derive v3.2.0
18812026-08-12T23:23:13.013Z Downloaded parking v2.2.1
18822026-08-12T23:23:13.013Z Downloaded pathdiff v0.2.3
18832026-08-12T23:23:13.013Z Downloaded oorandom v11.1.5
18842026-08-12T23:23:13.013Z Downloaded plotters-svg v0.3.7
18852026-08-12T23:23:13.013Z Downloaded plotters-backend v0.3.7
18862026-08-12T23:23:13.014Z Downloaded partial-io v0.5.4
18872026-08-12T23:23:13.014Z Downloaded path-tree v0.8.3
18882026-08-12T23:23:13.014Z Downloaded owo-colors v3.5.0
18892026-08-12T23:23:13.014Z Downloaded knuffel v3.2.0
18902026-08-12T23:23:13.014Z Downloaded similar-asserts v1.7.0
18912026-08-12T23:23:13.014Z Downloaded hashbrown v0.14.5
18922026-08-12T23:23:13.014Z Downloaded miette v5.10.0
18932026-08-12T23:23:13.014Z Downloaded serde_regex v1.1.0
18942026-08-12T23:23:13.014Z Downloaded relative-path v1.9.3
18952026-08-12T23:23:13.014Z Downloaded rustc-demangle v0.1.27
18962026-08-12T23:23:13.014Z Downloaded supports-color v2.1.0
18972026-08-12T23:23:13.014Z Downloaded supports-hyperlinks v2.1.0
18982026-08-12T23:23:13.015Z Downloaded supports-unicode v2.1.0
18992026-08-12T23:23:13.015Z Downloaded target-triple v1.0.0
19002026-08-12T23:23:13.015Z Downloaded rand_distr v0.5.1
19012026-08-12T23:23:13.015Z Downloaded rust-argon2 v2.1.0
19022026-08-12T23:23:13.015Z Downloaded stringmetrics v2.2.2
19032026-08-12T23:23:13.015Z Downloaded rstest_macros v0.25.0
19042026-08-12T23:23:13.015Z Downloaded target-spec v3.5.7
19052026-08-12T23:23:13.015Z Downloaded target-lexicon v0.13.3
19062026-08-12T23:23:13.015Z Downloaded termcolor v1.4.1
19072026-08-12T23:23:13.015Z Downloaded terminal_size v0.1.17
19082026-08-12T23:23:13.015Z Downloaded rstest v0.25.0
19092026-08-12T23:23:13.022Z Downloaded tinytemplate v1.2.1
19102026-08-12T23:23:13.022Z Downloaded trybuild v1.0.116
19112026-08-12T23:23:13.022Z Downloaded textwrap v0.15.2
19122026-08-12T23:23:13.022Z Downloaded gimli v0.32.3
19132026-08-12T23:23:13.022Z Downloaded plotters v0.3.7
19142026-08-12T23:23:13.120Z Downloaded httpmock v0.8.3
19152026-08-12T23:23:14.859Z Checking cfg-if v1.0.4
19162026-08-12T23:23:15.226Z Checking libc v0.2.185
19172026-08-12T23:23:15.229Z Checking serde_core v1.0.228
19182026-08-12T23:23:15.309Z Checking memchr v2.8.0
19192026-08-12T23:23:15.331Z Checking smallvec v1.15.1
19202026-08-12T23:23:15.359Z Checking zeroize v1.9.0
19212026-08-12T23:23:15.394Z Checking rand_core v0.10.0
19222026-08-12T23:23:15.427Z Checking itoa v1.0.17
19232026-08-12T23:23:15.430Z Checking subtle v2.6.1
19242026-08-12T23:23:15.538Z Checking log v0.4.29
19252026-08-12T23:23:15.572Z Checking libm v0.2.16
19262026-08-12T23:23:15.616Z Checking typenum v1.20.1
19272026-08-12T23:23:15.655Z Checking getrandom v0.4.1
19282026-08-12T23:23:15.655Z Checking errno v0.3.14
19292026-08-12T23:23:15.725Z Checking scopeguard v1.2.0
19302026-08-12T23:23:15.759Z Checking zmij v1.0.21
19312026-08-12T23:23:15.793Z Checking stable_deref_trait v1.2.1
19322026-08-12T23:23:15.829Z Checking zerofrom v0.1.6
19332026-08-12T23:23:15.862Z Checking lock_api v0.4.14
19342026-08-12T23:23:15.899Z Checking percent-encoding v2.3.2
19352026-08-12T23:23:15.902Z Checking litemap v0.8.1
19362026-08-12T23:23:15.965Z Checking yoke v0.8.1
19372026-08-12T23:23:15.997Z Checking writeable v0.6.2
19382026-08-12T23:23:16.087Z Checking icu_normalizer_data v2.1.1
19392026-08-12T23:23:16.087Z Checking icu_properties_data v2.1.2
19402026-08-12T23:23:16.151Z Checking zerovec v0.11.5
19412026-08-12T23:23:16.151Z Checking zerotrie v0.2.3
19422026-08-12T23:23:16.217Z Checking form_urlencoded v1.2.2
19432026-08-12T23:23:16.220Z Checking utf8_iter v1.0.4
19442026-08-12T23:23:16.283Z Checking pin-project-lite v0.2.17
19452026-08-12T23:23:16.319Z Checking num-traits v0.2.19
19462026-08-12T23:23:16.369Z Checking zerocopy v0.8.40
19472026-08-12T23:23:16.408Z Checking parking_lot_core v0.9.12
19482026-08-12T23:23:16.411Z Checking portable-atomic v1.13.1
19492026-08-12T23:23:16.475Z Checking critical-section v1.2.0
19502026-08-12T23:23:16.515Z Checking signal-hook-registry v1.4.8
19512026-08-12T23:23:16.596Z Checking tinystr v0.8.2
19522026-08-12T23:23:16.596Z Checking potential_utf v0.1.4
19532026-08-12T23:23:16.659Z Checking parking_lot v0.12.5
19542026-08-12T23:23:16.705Z Checking mio v1.2.0
19552026-08-12T23:23:16.764Z Checking serde v1.0.228
19562026-08-12T23:23:16.797Z Checking serde_json v1.0.151
19572026-08-12T23:23:16.800Z Checking bitflags v2.11.0
19582026-08-12T23:23:16.859Z Checking icu_locale_core v2.1.1
19592026-08-12T23:23:16.892Z Checking icu_collections v2.1.1
19602026-08-12T23:23:16.896Z Checking once_cell v1.21.3
19612026-08-12T23:23:16.993Z Checking iana-time-zone v0.1.65
19622026-08-12T23:23:17.034Z Checking socket2 v0.6.3
19632026-08-12T23:23:17.124Z Checking uuid v1.23.4
19642026-08-12T23:23:17.171Z Checking semver v1.0.28
19652026-08-12T23:23:17.209Z Checking bytes v1.11.1
19662026-08-12T23:23:17.212Z Checking chrono v0.4.45
19672026-08-12T23:23:17.307Z Checking thiserror v2.0.18
19682026-08-12T23:23:17.407Z Checking icu_provider v2.1.1
19692026-08-12T23:23:17.457Z Checking dyn-clone v1.0.20
19702026-08-12T23:23:17.503Z Checking futures-core v0.3.32
19712026-08-12T23:23:17.507Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-12T23:23:17.507Z Checking equivalent v1.0.2
19732026-08-12T23:23:17.595Z Checking rustix v1.1.3
19742026-08-12T23:23:17.644Z Checking getrandom v0.2.17
19752026-08-12T23:23:17.674Z Checking cmov v0.5.4
19762026-08-12T23:23:17.677Z Checking icu_normalizer v2.1.1
19772026-08-12T23:23:17.737Z Checking icu_properties v2.1.2
19782026-08-12T23:23:17.778Z Checking tokio v1.52.1
19792026-08-12T23:23:17.858Z Checking rand_core v0.6.4
19802026-08-12T23:23:17.890Z Checking ctutils v0.4.2
19812026-08-12T23:23:18.096Z Checking futures-sink v0.3.32
19822026-08-12T23:23:18.101Z Checking byteorder v1.5.0
19832026-08-12T23:23:18.110Z Checking getrandom v0.3.4
19842026-08-12T23:23:18.141Z Checking hybrid-array v0.4.13
19852026-08-12T23:23:18.171Z Checking futures-channel v0.3.32
19862026-08-12T23:23:18.273Z Checking futures-task v0.3.32
19872026-08-12T23:23:18.307Z Checking futures-io v0.3.32
19882026-08-12T23:23:18.385Z Checking slab v0.4.12
19892026-08-12T23:23:18.434Z Checking generic-array v0.14.7
19902026-08-12T23:23:18.468Z Checking hashbrown v0.17.0
19912026-08-12T23:23:18.471Z Checking thiserror v1.0.69
19922026-08-12T23:23:18.562Z Checking futures-util v0.3.32
19932026-08-12T23:23:18.565Z Checking idna_adapter v1.2.1
19942026-08-12T23:23:18.626Z Checking fnv v1.0.7
19952026-08-12T23:23:18.732Z Checking idna v1.1.0
19962026-08-12T23:23:18.764Z Checking regex-syntax v0.8.10
19972026-08-12T23:23:18.896Z Checking crypto-common v0.2.2
19982026-08-12T23:23:18.899Z Checking const-oid v0.9.6
19992026-08-12T23:23:18.958Z Checking indexmap v2.14.0
20002026-08-12T23:23:18.999Z Checking url v2.5.8
20012026-08-12T23:23:19.133Z Checking ppv-lite86 v0.2.21
20022026-08-12T23:23:19.446Z Checking base64ct v1.8.3
20032026-08-12T23:23:19.449Z Checking schemars v0.8.22
20042026-08-12T23:23:19.511Z Checking crypto-common v0.1.7
20052026-08-12T23:23:19.543Z Checking block-buffer v0.12.1
20062026-08-12T23:23:19.611Z Checking block-buffer v0.10.4
20072026-08-12T23:23:19.658Z Checking base64 v0.22.1
20082026-08-12T23:23:19.704Z Checking utf8parse v0.2.2
20092026-08-12T23:23:19.736Z Checking anstyle v1.0.14
20102026-08-12T23:23:19.773Z Checking digest v0.10.7
20112026-08-12T23:23:19.827Z Checking http v1.4.2
20122026-08-12T23:23:19.915Z Checking tracing-core v0.1.36
20132026-08-12T23:23:19.950Z Checking colorchoice v1.0.4
20142026-08-12T23:23:19.988Z Checking is_terminal_polyfill v1.70.2
20152026-08-12T23:23:20.062Z Checking anstyle-query v1.1.5
20162026-08-12T23:23:20.095Z Checking rand_core v0.9.5
20172026-08-12T23:23:20.126Z Checking const-oid v0.10.2
20182026-08-12T23:23:20.160Z Checking anstyle-parse v1.0.0
20192026-08-12T23:23:20.203Z Checking terminal_size v0.4.3
20202026-08-12T23:23:20.256Z Checking tracing v0.1.44
20212026-08-12T23:23:20.300Z Checking rand_chacha v0.9.0
20222026-08-12T23:23:20.335Z Checking ipnet v2.11.0
20232026-08-12T23:23:20.364Z Checking aho-corasick v1.1.4
20242026-08-12T23:23:20.367Z Checking anstream v1.0.0
20252026-08-12T23:23:20.428Z Checking clap_lex v1.0.0
20262026-08-12T23:23:20.486Z Checking strsim v0.11.1
20272026-08-12T23:23:20.524Z Checking crossbeam-utils v0.8.21
20282026-08-12T23:23:20.527Z Checking rand v0.9.2
20292026-08-12T23:23:20.600Z Checking unicode-ident v1.0.24
20302026-08-12T23:23:20.634Z Checking erased-serde v0.3.31
20312026-08-12T23:23:20.636Z Checking powerfmt v0.2.0
20322026-08-12T23:23:20.696Z Checking clap_builder v4.6.0
20332026-08-12T23:23:20.732Z Checking proc-macro2 v1.0.106
20342026-08-12T23:23:20.837Z Checking deranged v0.5.8
20352026-08-12T23:23:20.893Z Checking digest v0.11.3
20362026-08-12T23:23:21.012Z Checking tokio-util v0.7.18
20372026-08-12T23:23:21.047Z Checking slog v2.8.2
20382026-08-12T23:23:21.050Z Checking fastrand v2.3.0
20392026-08-12T23:23:21.114Z Checking num_threads v0.1.7
20402026-08-12T23:23:21.117Z Checking regex-automata v0.4.14
20412026-08-12T23:23:21.118Z Checking quote v1.0.45
20422026-08-12T23:23:21.225Z Checking num-conv v0.2.0
20432026-08-12T23:23:21.277Z Checking cpufeatures v0.3.0
20442026-08-12T23:23:21.326Z Checking allocator-api2 v0.2.21
20452026-08-12T23:23:21.361Z Checking time-core v0.1.8
20462026-08-12T23:23:21.364Z Checking syn v2.0.117
20472026-08-12T23:23:21.422Z Checking httparse v1.10.1
20482026-08-12T23:23:21.524Z Checking anyhow v1.0.102
20492026-08-12T23:23:21.628Z Checking cpufeatures v0.2.17
20502026-08-12T23:23:21.631Z Checking tempfile v3.25.0
20512026-08-12T23:23:21.690Z Checking ipnetwork v0.21.1
20522026-08-12T23:23:21.723Z Checking aws-lc-sys v0.40.0
20532026-08-12T23:23:21.758Z Checking rustls-pki-types v1.14.0
20542026-08-12T23:23:21.793Z Checking time v0.3.47
20552026-08-12T23:23:21.872Z Checking untrusted v0.7.1
20562026-08-12T23:23:21.923Z Checking http-body v1.0.1
20572026-08-12T23:23:21.958Z Checking clap v4.6.1
20582026-08-12T23:23:22.009Z Checking atomic-waker v1.1.2
20592026-08-12T23:23:22.061Z Checking hex v0.4.3
20602026-08-12T23:23:22.067Z Checking httpdate v1.0.3
20612026-08-12T23:23:22.125Z Checking try-lock v0.2.5
20622026-08-12T23:23:22.157Z Checking h2 v0.4.15
20632026-08-12T23:23:22.237Z Checking aws-lc-rs v1.16.3
20642026-08-12T23:23:22.270Z Checking want v0.3.1
20652026-08-12T23:23:22.274Z Checking ryu v1.0.23
20662026-08-12T23:23:22.333Z Checking tower-service v0.3.3
20672026-08-12T23:23:22.417Z Checking untrusted v0.9.0
20682026-08-12T23:23:22.450Z Checking tower-layer v0.3.3
20692026-08-12T23:23:22.482Z Checking pem-rfc7468 v0.7.0
20702026-08-12T23:23:22.551Z Checking spin v0.9.8
20712026-08-12T23:23:22.621Z Checking flagset v0.4.7
20722026-08-12T23:23:22.663Z Checking simd-adler32 v0.3.8
20732026-08-12T23:23:22.760Z Checking mime v0.3.17
20742026-08-12T23:23:22.791Z Checking der v0.7.10
20752026-08-12T23:23:22.855Z Checking block-padding v0.4.2
20762026-08-12T23:23:22.938Z Checking adler2 v2.0.1
20772026-08-12T23:23:22.972Z Checking pretty-hex v0.4.1
20782026-08-12T23:23:23.004Z Checking http-body-util v0.1.3
20792026-08-12T23:23:23.037Z Checking inout v0.2.2
20802026-08-12T23:23:23.070Z Checking miniz_oxide v0.8.9
20812026-08-12T23:23:23.101Z Checking rustls-webpki v0.103.13
20822026-08-12T23:23:23.134Z Checking oxnet v0.1.6
20832026-08-12T23:23:23.204Z Checking camino v1.2.2
20842026-08-12T23:23:23.252Z Checking plain v0.2.3
20852026-08-12T23:23:23.412Z Checking openssl-probe v0.2.1
20862026-08-12T23:23:23.453Z Checking ucd-trie v0.1.7
20872026-08-12T23:23:23.457Z Checking cipher v0.5.2
20882026-08-12T23:23:23.515Z Checking regex v1.12.3
20892026-08-12T23:23:23.549Z Checking serde_urlencoded v0.7.1
20902026-08-12T23:23:23.552Z Checking rustls v0.23.41
20912026-08-12T23:23:23.552Z Checking rand_chacha v0.3.1
20922026-08-12T23:23:23.640Z Checking pest v2.8.6
20932026-08-12T23:23:23.677Z Checking encoding_rs v0.8.35
20942026-08-12T23:23:23.737Z Checking spki v0.7.3
20952026-08-12T23:23:23.775Z Checking futures-executor v0.3.32
20962026-08-12T23:23:23.811Z Checking rand v0.8.6
20972026-08-12T23:23:23.817Z Checking crc32fast v1.5.0
20982026-08-12T23:23:23.929Z Checking either v1.15.0
20992026-08-12T23:23:23.965Z Checking futures v0.3.32
21002026-08-12T23:23:24.007Z Checking sync_wrapper v1.0.2
21012026-08-12T23:23:24.067Z Checking pkcs8 v0.10.2
21022026-08-12T23:23:24.134Z Checking tower v0.5.3
21032026-08-12T23:23:24.167Z Checking foldhash v0.2.0
21042026-08-12T23:23:24.268Z Checking static_assertions v1.1.0
21052026-08-12T23:23:24.340Z Checking iri-string v0.7.10
21062026-08-12T23:23:24.375Z Checking hashbrown v0.16.1
21072026-08-12T23:23:24.378Z Checking openapiv3 v2.2.0
21082026-08-12T23:23:24.543Z Checking zlib-rs v0.6.2
21092026-08-12T23:23:24.635Z Checking bit-vec v0.8.0
21102026-08-12T23:23:24.729Z Checking sha2 v0.10.9
21112026-08-12T23:23:24.851Z Checking bit-set v0.8.0
21122026-08-12T23:23:24.904Z Checking hubpack v0.1.2
21132026-08-12T23:23:24.991Z Checking hyper v1.10.1
21142026-08-12T23:23:25.025Z Checking wait-timeout v0.2.1
21152026-08-12T23:23:25.028Z Checking rustls-native-certs v0.8.3
21162026-08-12T23:23:25.092Z Checking lazy_static v1.5.0
21172026-08-12T23:23:25.171Z Checking quick-error v1.2.3
21182026-08-12T23:23:25.206Z Checking tinyvec_macros v0.1.1
21192026-08-12T23:23:25.238Z Checking psl-types v2.0.11
21202026-08-12T23:23:25.297Z Checking tinyvec v1.10.0
21212026-08-12T23:23:25.300Z Checking rusty-fork v0.3.1
21222026-08-12T23:23:25.381Z Checking publicsuffix v2.3.0
21232026-08-12T23:23:25.414Z Checking tower-http v0.6.8
21242026-08-12T23:23:25.455Z Checking flate2 v1.1.9
21252026-08-12T23:23:25.522Z Checking cookie v0.18.1
21262026-08-12T23:23:25.563Z Checking rand_xorshift v0.4.0
21272026-08-12T23:23:25.633Z Checking strum v0.26.3
21282026-08-12T23:23:25.710Z Checking unarray v0.1.4
21292026-08-12T23:23:25.744Z Checking signature v2.2.0
21302026-08-12T23:23:25.747Z Checking num-integer v0.1.46
21312026-08-12T23:23:25.807Z Checking scroll v0.13.0
21322026-08-12T23:23:25.810Z Checking cookie_store v0.22.1
21332026-08-12T23:23:25.810Z Checking memmap2 v0.9.10
21342026-08-12T23:23:25.898Z Checking proptest v1.11.0
21352026-08-12T23:23:25.901Z Checking tokio-rustls v0.26.4
21362026-08-12T23:23:25.901Z Checking rustls-platform-verifier v0.6.2
21372026-08-12T23:23:25.989Z Checking hyper-util v0.1.20
21382026-08-12T23:23:26.022Z Checking dtrace-parser v0.3.0
21392026-08-12T23:23:26.028Z Checking anstyle-parse v0.2.7
21402026-08-12T23:23:26.084Z Checking goblin v0.10.5
21412026-08-12T23:23:26.117Z Checking ahash v0.8.12
21422026-08-12T23:23:26.169Z Checking serde_spanned v0.6.9
21432026-08-12T23:23:26.213Z Checking toml_datetime v0.6.11
21442026-08-12T23:23:26.247Z Checking thread-id v5.1.0
21452026-08-12T23:23:26.279Z Checking base64 v0.21.7
21462026-08-12T23:23:26.319Z Checking data-encoding v2.10.0
21472026-08-12T23:23:26.352Z Checking anstream v0.6.21
21482026-08-12T23:23:26.356Z Checking bstr v1.12.1
21492026-08-12T23:23:26.415Z Checking hmac v0.12.1
21502026-08-12T23:23:26.537Z Checking x509-cert v0.2.5
21512026-08-12T23:23:26.573Z Checking crossbeam-epoch v0.9.18
21522026-08-12T23:23:26.576Z Checking memoffset v0.9.1
21532026-08-12T23:23:26.636Z Checking num-iter v0.1.45
21542026-08-12T23:23:26.708Z Checking scroll v0.12.0
21552026-08-12T23:23:26.770Z Checking zerocopy v0.7.35
21562026-08-12T23:23:26.803Z Checking rustix v0.38.44
21572026-08-12T23:23:26.834Z Checking env_filter v1.0.0
21582026-08-12T23:23:26.960Z Checking goblin v0.8.2
21592026-08-12T23:23:27.000Z Checking tap v1.0.1
21602026-08-12T23:23:27.127Z Checking unicode-segmentation v1.12.0
21612026-08-12T23:23:27.200Z Checking wyz v0.5.1
21622026-08-12T23:23:27.249Z Checking hyper-rustls v0.27.7
21632026-08-12T23:23:27.287Z Checking env_logger v0.11.9
21642026-08-12T23:23:27.401Z Checking num-bigint-dig v0.8.6
21652026-08-12T23:23:27.460Z Checking nix v0.31.2
21662026-08-12T23:23:27.493Z Checking reqwest v0.13.2
21672026-08-12T23:23:27.524Z Checking dtrace-parser v0.2.0
21682026-08-12T23:23:27.609Z Checking pkcs1 v0.7.5
21692026-08-12T23:23:27.701Z Checking newtype-uuid v1.3.2
21702026-08-12T23:23:27.784Z Checking ff v0.13.1
21712026-08-12T23:23:27.841Z Checking radium v0.7.0
21722026-08-12T23:23:27.930Z Checking daft v0.1.7
21732026-08-12T23:23:27.964Z Checking thread-id v4.2.2
21742026-08-12T23:23:28.037Z Checking base16ct v0.2.0
21752026-08-12T23:23:28.070Z Checking funty v2.0.0
21762026-08-12T23:23:28.188Z Checking same-file v1.0.6
21772026-08-12T23:23:28.223Z Checking crc-catalog v2.4.0
21782026-08-12T23:23:28.263Z Checking rsa v0.9.10
21792026-08-12T23:23:28.331Z Checking walkdir v2.5.0
21802026-08-12T23:23:28.366Z Checking crc v3.4.0
21812026-08-12T23:23:28.398Z Checking sec1 v0.7.3
21822026-08-12T23:23:28.432Z Checking bitvec v1.0.1
21832026-08-12T23:23:28.435Z Checking dof v0.4.0
21842026-08-12T23:23:28.517Z Checking group v0.13.0
21852026-08-12T23:23:28.557Z Checking hkdf v0.12.4
21862026-08-12T23:23:28.626Z Checking unicode-normalization v0.1.25
21872026-08-12T23:23:28.667Z Checking serde_with v3.21.0
21882026-08-12T23:23:28.702Z Checking crypto-bigint v0.5.5
21892026-08-12T23:23:28.733Z Checking zerocopy v0.6.6
21902026-08-12T23:23:28.766Z Checking maybe-uninit v2.0.0
21912026-08-12T23:23:28.859Z Checking nodrop v0.1.14
21922026-08-12T23:23:28.894Z Checking dof v0.3.0
21932026-08-12T23:23:28.976Z Checking foldhash v0.1.5
21942026-08-12T23:23:29.045Z Checking keccak v0.1.6
21952026-08-12T23:23:29.084Z Checking winnow v0.5.40
21962026-08-12T23:23:29.112Z Checking usdt-impl v0.6.0
21972026-08-12T23:23:29.145Z Checking foreign-types-shared v0.1.1
21982026-08-12T23:23:29.198Z Checking usdt-impl v0.5.0
21992026-08-12T23:23:29.236Z Checking sha3 v0.10.8
22002026-08-12T23:23:29.269Z Checking foreign-types v0.3.2
22012026-08-12T23:23:29.362Z Checking hashbrown v0.15.5
22022026-08-12T23:23:29.413Z Checking usdt v0.6.0
22032026-08-12T23:23:29.463Z Checking array-init v0.0.4
22042026-08-12T23:23:29.500Z Checking smallvec v0.6.14
22052026-08-12T23:23:29.604Z Checking bitfield v0.19.4
22062026-08-12T23:23:29.639Z Checking elliptic-curve v0.13.8
22072026-08-12T23:23:29.710Z Checking bzip2-sys v0.1.13+1.0.8
22082026-08-12T23:23:29.745Z Checking packed_struct v0.10.1
22092026-08-12T23:23:29.786Z Checking openssl-sys v0.9.117
22102026-08-12T23:23:29.820Z Checking winnow v1.0.3
22112026-08-12T23:23:29.853Z Checking winnow v0.7.14
22122026-08-12T23:23:29.898Z Checking hashbrown v0.12.3
22132026-08-12T23:23:29.972Z Checking siphasher v1.0.2
22142026-08-12T23:23:30.131Z Checking bitflags v1.3.2
22152026-08-12T23:23:30.162Z Checking toml_parser v1.1.2+spec-1.1.0
22162026-08-12T23:23:30.206Z Checking bzip2 v0.4.4
22172026-08-12T23:23:30.210Z Checking openssl v0.10.80
22182026-08-12T23:23:30.269Z Checking toml_edit v0.19.15
22192026-08-12T23:23:30.272Z Checking serde-hex v0.1.0
22202026-08-12T23:23:30.348Z Checking indexmap v1.9.3
22212026-08-12T23:23:30.392Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-12T23:23:30.531Z Checking ron v0.8.1
22232026-08-12T23:23:30.574Z Checking hashbrown v0.13.2
22242026-08-12T23:23:30.695Z Checking itertools v0.13.0
22252026-08-12T23:23:30.827Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-12T23:23:31.014Z Checking itertools v0.15.0
22272026-08-12T23:23:31.074Z Checking signal-hook v0.3.18
22282026-08-12T23:23:31.108Z Checking crc-any v2.5.0
22292026-08-12T23:23:31.288Z Checking managed v0.8.0
22302026-08-12T23:23:31.322Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-12T23:23:31.327Z Checking toml v0.7.8
22322026-08-12T23:23:31.496Z Checking object v0.30.4
22332026-08-12T23:23:31.530Z Checking zip v0.6.6
22342026-08-12T23:23:31.679Z Checking globset v0.4.18
22352026-08-12T23:23:31.738Z Checking chacha20 v0.10.0
22362026-08-12T23:23:31.820Z Checking curve25519-dalek v4.1.3
22372026-08-12T23:23:31.878Z Checking object v0.37.3
22382026-08-12T23:23:31.952Z Checking path-slash v0.1.5
22392026-08-12T23:23:32.014Z Checking toml_write v0.1.2
22402026-08-12T23:23:32.078Z Checking signal-hook-mio v0.2.5
22412026-08-12T23:23:32.114Z Checking ed25519 v2.2.3
22422026-08-12T23:23:32.205Z Checking toml_edit v0.22.27
22432026-08-12T23:23:32.208Z Checking ref-cast v1.0.25
22442026-08-12T23:23:32.269Z Checking native-tls v0.2.18
22452026-08-12T23:23:32.324Z Checking pin-project v1.1.11
22462026-08-12T23:23:32.357Z Checking jiff-core v0.1.0
22472026-08-12T23:23:32.444Z Checking pem v3.0.6
22482026-08-12T23:23:32.478Z Checking tokio-native-tls v0.3.1
22492026-08-12T23:23:32.612Z Checking ed25519-dalek v2.2.0
22502026-08-12T23:23:32.645Z Checking zstd-sys v2.0.16+zstd.1.5.7
22512026-08-12T23:23:32.678Z Checking fixedbitset v0.5.7
22522026-08-12T23:23:32.780Z Checking zstd-safe v7.2.4
22532026-08-12T23:23:32.867Z Checking hyper-tls v0.6.0
22542026-08-12T23:23:32.901Z Checking petgraph v0.8.3
22552026-08-12T23:23:32.968Z Checking snafu v0.8.9
22562026-08-12T23:23:33.052Z Checking jiff v0.2.34
22572026-08-12T23:23:33.087Z Checking crossterm v0.28.1
22582026-08-12T23:23:33.232Z Checking similar v2.7.0
22592026-08-12T23:23:33.345Z Checking fs-err v3.3.0
22602026-08-12T23:23:33.598Z Checking hash32 v0.2.1
22612026-08-12T23:23:33.641Z Checking serde-big-array v0.5.1
22622026-08-12T23:23:33.679Z Checking serde_plain v1.0.2
22632026-08-12T23:23:33.781Z Checking libbz2-rs-sys v0.2.2
22642026-08-12T23:23:33.816Z Checking predicates-core v1.0.10
22652026-08-12T23:23:33.819Z Checking unicode-properties v0.1.4
22662026-08-12T23:23:33.878Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22672026-08-12T23:23:33.881Z Checking bumpalo v3.20.2
22682026-08-12T23:23:33.962Z Checking unicode-bidi v0.3.18
22692026-08-12T23:23:34.055Z Checking typed-path v0.9.3
22702026-08-12T23:23:34.131Z Checking zopfli v0.8.3
22712026-08-12T23:23:34.191Z Checking bzip2 v0.6.1
22722026-08-12T23:23:34.194Z Checking heapless v0.7.17
22732026-08-12T23:23:34.278Z Checking stringprep v0.1.5
22742026-08-12T23:23:34.384Z Checking reqwest v0.12.28
22752026-08-12T23:23:34.454Z Checking zstd v0.13.3
22762026-08-12T23:23:34.488Z Checking hickory-proto v0.25.2
22772026-08-12T23:23:34.519Z Checking byte-wrapper v0.1.0
22782026-08-12T23:23:34.651Z Checking md-5 v0.10.6
22792026-08-12T23:23:34.686Z Checking float-cmp v0.10.0
22802026-08-12T23:23:34.746Z Checking normalize-line-endings v0.3.0
22812026-08-12T23:23:34.816Z Checking difflib v0.4.0
22822026-08-12T23:23:34.850Z Checking fallible-iterator v0.2.0
22832026-08-12T23:23:34.853Z Checking smoltcp v0.9.1
22842026-08-12T23:23:34.912Z Checking iddqd v0.4.2
22852026-08-12T23:23:34.915Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22862026-08-12T23:23:34.973Z Checking zip v4.6.1
22872026-08-12T23:23:35.015Z Checking predicates v3.1.4
22882026-08-12T23:23:35.138Z Checking phf_shared v0.11.3
22892026-08-12T23:23:35.172Z Checking postgres-protocol v0.6.10
22902026-08-12T23:23:35.307Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22912026-08-12T23:23:35.341Z Checking phf_shared v0.13.1
22922026-08-12T23:23:35.374Z Checking olpc-cjson v0.1.4
22932026-08-12T23:23:35.486Z Checking tokio-stream v0.1.18
22942026-08-12T23:23:35.521Z Checking strum v0.27.2
22952026-08-12T23:23:35.554Z Checking new_debug_unreachable v1.0.6
22962026-08-12T23:23:35.586Z Checking precomputed-hash v0.1.1
22972026-08-12T23:23:35.589Z Checking fixedbitset v0.4.2
22982026-08-12T23:23:35.649Z Checking lalrpop-util v0.19.12
22992026-08-12T23:23:35.681Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-12T23:23:35.726Z Checking string_cache v0.8.9
23012026-08-12T23:23:35.761Z Checking petgraph v0.6.5
23022026-08-12T23:23:35.833Z Checking phf v0.13.1
23032026-08-12T23:23:35.868Z Checking tough v0.22.0
23042026-08-12T23:23:35.901Z Checking postgres-types v0.2.12
23052026-08-12T23:23:35.934Z Checking buf-list v1.1.2
23062026-08-12T23:23:35.937Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23072026-08-12T23:23:36.004Z Checking peg-runtime v0.8.5
23082026-08-12T23:23:36.142Z Checking whoami v2.1.0
23092026-08-12T23:23:36.232Z Checking is-terminal v0.4.17
23102026-08-12T23:23:36.267Z Checking crossbeam-channel v0.5.15
23112026-08-12T23:23:36.301Z Checking thread_local v1.1.9
23122026-08-12T23:23:36.347Z Checking take_mut v0.2.2
23132026-08-12T23:23:36.383Z Checking tokio-postgres v0.7.16
23142026-08-12T23:23:36.477Z Checking term v1.2.1
23152026-08-12T23:23:36.510Z Compiling newtype-uuid-macros v0.1.0
23162026-08-12T23:23:36.624Z Checking slog-async v2.8.0
23172026-08-12T23:23:36.730Z Checking slog-term v2.9.2
23182026-08-12T23:23:36.826Z Checking match_cfg v0.1.0
23192026-08-12T23:23:36.922Z Checking hostname v0.3.1
23202026-08-12T23:23:37.016Z Checking slog-json v2.6.1
23212026-08-12T23:23:37.051Z Compiling multer v3.1.0
23222026-08-12T23:23:37.055Z Compiling async-stream-impl v0.3.6
23232026-08-12T23:23:37.201Z Checking slog-bunyan v2.5.0
23242026-08-12T23:23:37.298Z Compiling dropshot v0.17.1
23252026-08-12T23:23:37.332Z Checking debug-ignore v1.0.5
23262026-08-12T23:23:37.364Z Compiling dropshot_endpoint v0.17.1
23272026-08-12T23:23:37.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-08-12T23:23:37.453Z Checking serde_path_to_error v0.1.20
23292026-08-12T23:23:37.586Z Checking progenitor-client v0.14.0
23302026-08-12T23:23:37.674Z Checking sha1 v0.11.0
23312026-08-12T23:23:37.707Z Checking serde_spanned v1.1.1
23322026-08-12T23:23:37.756Z Checking toml_datetime v1.1.1+spec-1.1.0
23332026-08-12T23:23:37.821Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-12T23:23:37.855Z Checking compression-core v0.4.31
23352026-08-12T23:23:37.888Z Checking toml_writer v1.1.1+spec-1.1.0
23362026-08-12T23:23:37.891Z Checking async-stream v0.3.6
23372026-08-12T23:23:37.986Z Checking waitgroup v0.1.2
23382026-08-12T23:23:38.048Z Checking compression-codecs v0.4.37
23392026-08-12T23:23:38.079Z Checking rustls-pemfile v2.2.0
23402026-08-12T23:23:38.112Z Checking toml v1.1.2+spec-1.1.0
23412026-08-12T23:23:38.149Z Checking hostname v0.4.2
23422026-08-12T23:23:38.182Z Checking atomicwrites v0.4.4
23432026-08-12T23:23:38.216Z Compiling parse-display-derive v0.10.0
23442026-08-12T23:23:38.249Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-12T23:23:38.253Z Checking async-compression v0.4.41
23462026-08-12T23:23:38.253Z Checking macaddr v1.0.1
23472026-08-12T23:23:38.342Z Checking regress v0.10.5
23482026-08-12T23:23:38.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-12T23:23:38.407Z Checking instant v0.1.13
23502026-08-12T23:23:38.482Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-12T23:23:38.517Z Checking itertools v0.14.0
23522026-08-12T23:23:38.576Z Checking backoff v0.4.0
23532026-08-12T23:23:38.697Z Checking backon v1.6.0
23542026-08-12T23:23:38.741Z Checking humantime v2.3.0
23552026-08-12T23:23:38.781Z Checking unicode-width v0.2.0
23562026-08-12T23:23:38.815Z Compiling convert_case v0.4.0
23572026-08-12T23:23:38.884Z Checking progenitor-extras v0.2.0
23582026-08-12T23:23:38.948Z Checking half v2.7.1
23592026-08-12T23:23:39.087Z Checking ciborium-io v0.2.2
23602026-08-12T23:23:39.129Z Checking heck v0.5.0
23612026-08-12T23:23:39.194Z Checking secrecy v0.10.3
23622026-08-12T23:23:39.225Z Compiling derive_more v0.99.20
23632026-08-12T23:23:39.263Z Checking ciborium-ll v0.2.2
23642026-08-12T23:23:39.285Z Checking camino-tempfile v1.4.1
23652026-08-12T23:23:39.333Z Checking indent_write v2.2.0
23662026-08-12T23:23:39.447Z Checking ciborium v0.2.2
23672026-08-12T23:23:39.480Z Compiling regress v0.11.1
23682026-08-12T23:23:39.509Z Compiling crucible-workspace-hack v0.1.0
23692026-08-12T23:23:39.603Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-08-12T23:23:39.790Z Checking inout v0.1.4
23712026-08-12T23:23:39.897Z Checking parse-display v0.10.0
23722026-08-12T23:23:39.901Z Checking universal-hash v0.5.1
23732026-08-12T23:23:39.963Z Checking cipher v0.4.4
23742026-08-12T23:23:39.966Z Compiling thiserror-impl-no-std v2.0.2
23752026-08-12T23:23:40.069Z Checking opaque-debug v0.3.1
23762026-08-12T23:23:40.102Z Checking blake2 v0.10.6
23772026-08-12T23:23:40.164Z Checking poly1305 v0.8.0
23782026-08-12T23:23:40.197Z Checking chacha20 v0.9.1
23792026-08-12T23:23:40.390Z Checking password-hash v0.5.0
23802026-08-12T23:23:40.430Z Checking aead v0.5.2
23812026-08-12T23:23:40.464Z Compiling unsafe-libyaml v0.2.11
23822026-08-12T23:23:40.601Z Checking chacha20poly1305 v0.10.1
23832026-08-12T23:23:40.648Z Checking argon2 v0.5.3
23842026-08-12T23:23:40.756Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23852026-08-12T23:23:41.018Z Compiling serde_yaml v0.9.34+deprecated
23862026-08-12T23:23:41.170Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-08-12T23:23:41.214Z Compiling typify-impl v0.6.2
23882026-08-12T23:23:41.246Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-08-12T23:23:41.251Z Checking thiserror-no-std v2.0.2
23902026-08-12T23:23:41.387Z Checking vsss-rs v3.3.4
23912026-08-12T23:23:41.560Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-12T23:23:41.828Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-12T23:23:41.861Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-08-12T23:23:42.488Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-08-12T23:23:42.521Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-08-12T23:23:42.582Z Checking swrite v0.1.0
23972026-08-12T23:23:42.614Z Checking crossbeam-deque v0.8.6
23982026-08-12T23:23:42.696Z Compiling rayon-core v1.13.0
23992026-08-12T23:23:42.736Z Compiling num-derive v0.4.2
24002026-08-12T23:23:42.768Z Compiling toml_datetime v0.7.5+spec-1.1.0
24012026-08-12T23:23:42.821Z Compiling proc-macro-error v1.0.4
24022026-08-12T23:23:43.034Z Compiling toml_edit v0.23.10+spec-1.0.0
24032026-08-12T23:23:43.156Z Checking tabwriter v1.4.1
24042026-08-12T23:23:43.297Z Checking rayon v1.11.0
24052026-08-12T23:23:43.330Z Checking glob v0.3.3
24062026-08-12T23:23:43.510Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24072026-08-12T23:23:43.548Z Compiling heapless v0.8.0
24082026-08-12T23:23:43.639Z Compiling proc-macro-crate v3.4.0
24092026-08-12T23:23:43.670Z Checking hash32 v0.3.1
24102026-08-12T23:23:43.703Z Compiling ingot-macros v0.2.0
24112026-08-12T23:23:43.822Z Compiling smoltcp v0.11.0
24122026-08-12T23:23:44.051Z Checking colored v3.1.1
24132026-08-12T23:23:44.097Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24142026-08-12T23:23:44.214Z Compiling num_enum_derive v0.7.6
24152026-08-12T23:23:44.281Z Checking cobs v0.3.0
24162026-08-12T23:23:44.367Z Compiling usdt-attr-macro v0.5.0
24172026-08-12T23:23:44.449Z Compiling usdt-macro v0.5.0
24182026-08-12T23:23:44.650Z Checking memmap v0.7.0
24192026-08-12T23:23:44.689Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-12T23:23:44.779Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24212026-08-12T23:23:45.029Z Checking postcard v1.1.3
24222026-08-12T23:23:45.197Z Checking toml v0.8.23
24232026-08-12T23:23:45.230Z Checking usdt v0.5.0
24242026-08-12T23:23:45.328Z Checking num_enum v0.7.6
24252026-08-12T23:23:45.380Z Checking rand v0.10.1
24262026-08-12T23:23:45.491Z Compiling proc-macro-crate v1.3.1
24272026-08-12T23:23:45.497Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24282026-08-12T23:23:45.565Z Checking sigpipe v0.1.3
24292026-08-12T23:23:45.672Z Compiling foreign-types-macros v0.2.3
24302026-08-12T23:23:45.723Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24312026-08-12T23:23:45.784Z Compiling typify-macro v0.6.2
24322026-08-12T23:23:45.897Z Checking foreign-types-shared v0.3.1
24332026-08-12T23:23:45.900Z Compiling num_enum_derive v0.5.11
24342026-08-12T23:23:46.080Z Checking cstr-argument v0.1.2
24352026-08-12T23:23:46.142Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-12T23:23:46.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24372026-08-12T23:23:46.229Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24382026-08-12T23:23:46.295Z Checking foreign-types v0.5.0
24392026-08-12T23:23:46.397Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24402026-08-12T23:23:46.483Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24412026-08-12T23:23:46.581Z Checking ingot-types v0.2.0
24422026-08-12T23:23:46.614Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24432026-08-12T23:23:46.617Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24442026-08-12T23:23:46.674Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-12T23:23:46.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-12T23:23:46.816Z Compiling zone_cfg_derive v0.3.1
24472026-08-12T23:23:46.848Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-12T23:23:46.979Z Checking ingot v0.2.1
24492026-08-12T23:23:47.008Z Checking num_enum v0.5.11
24502026-08-12T23:23:47.040Z Checking itertools v0.12.1
24512026-08-12T23:23:47.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24522026-08-12T23:23:47.142Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24532026-08-12T23:23:47.330Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24542026-08-12T23:23:47.488Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24552026-08-12T23:23:47.521Z Checking smf v0.2.3
24562026-08-12T23:23:47.551Z Checking whoami v1.6.1
24572026-08-12T23:23:47.581Z Compiling typify v0.6.2
24582026-08-12T23:23:47.714Z Compiling progenitor-impl v0.14.0
24592026-08-12T23:23:47.747Z Compiling derive-where v1.6.0
24602026-08-12T23:23:47.750Z Checking tokio-dtrace v0.1.1
24612026-08-12T23:23:47.808Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-08-12T23:23:47.984Z Checking oxide-tokio-rt v0.1.4
24632026-08-12T23:23:48.084Z Checking zone v0.3.1
24642026-08-12T23:23:48.186Z Checking console v0.15.11
24652026-08-12T23:23:48.473Z Checking newline-converter v0.3.0
24662026-08-12T23:23:48.505Z Checking bytecount v0.6.9
24672026-08-12T23:23:48.605Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24682026-08-12T23:23:48.639Z Checking expectorate v1.2.0
24692026-08-12T23:23:48.642Z Checking unicode-width v0.1.14
24702026-08-12T23:23:48.746Z Checking num-rational v0.4.2
24712026-08-12T23:23:48.792Z Checking num-complex v0.4.6
24722026-08-12T23:23:48.942Z Checking float-ord v0.3.2
24732026-08-12T23:23:49.044Z Compiling cancel-safe-futures v0.1.5
24742026-08-12T23:23:49.076Z Checking linear-map v1.2.0
24752026-08-12T23:23:49.079Z Checking oxide-update-engine-types v0.1.2
24762026-08-12T23:23:49.149Z Checking num v0.4.3
24772026-08-12T23:23:49.248Z Checking gethostname v0.5.0
24782026-08-12T23:23:49.281Z Compiling prettyplease v0.2.37
24792026-08-12T23:23:49.386Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24802026-08-12T23:23:49.550Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-08-12T23:23:49.659Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24822026-08-12T23:23:49.760Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24832026-08-12T23:23:49.794Z Checking resolv-conf v0.7.6
24842026-08-12T23:23:49.827Z Compiling owo-colors v4.3.0
24852026-08-12T23:23:49.891Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-08-12T23:23:49.998Z Checking unicode-linebreak v0.1.5
24872026-08-12T23:23:50.032Z Checking oxide-update-engine v0.1.2
24882026-08-12T23:23:50.274Z Checking smawk v0.3.2
24892026-08-12T23:23:50.388Z Compiling progenitor-macro v0.14.0
24902026-08-12T23:23:50.432Z Checking papergrid v0.11.0
24912026-08-12T23:23:50.505Z Compiling tabled_derive v0.7.0
24922026-08-12T23:23:50.867Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24932026-08-12T23:23:50.899Z Compiling convert_case v0.10.0
24942026-08-12T23:23:51.086Z Compiling slog-dtrace v0.3.0
24952026-08-12T23:23:51.232Z Compiling derive_more-impl v2.1.1
24962026-08-12T23:23:51.381Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-08-12T23:23:51.437Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-08-12T23:23:51.499Z Checking tabled v0.15.0
24992026-08-12T23:23:51.814Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-08-12T23:23:52.087Z Checking derive_more v2.1.1
25012026-08-12T23:23:52.209Z Checking crossterm v0.29.0
25022026-08-12T23:23:52.318Z Checking linked-hash-map v0.5.6
25032026-08-12T23:23:52.512Z Checking lru-cache v0.1.2
25042026-08-12T23:23:52.795Z Checking hickory-proto v0.24.4
25052026-08-12T23:23:52.826Z Checking fd-lock v4.0.4
25062026-08-12T23:23:53.359Z Checking vte v0.14.1
25072026-08-12T23:23:53.741Z Checking strip-ansi-escapes v0.2.1
25082026-08-12T23:23:53.897Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-08-12T23:23:53.966Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102026-08-12T23:23:54.052Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25112026-08-12T23:23:55.068Z Checking termtree v0.5.1
25122026-08-12T23:23:55.233Z Checking nu-ansi-term v0.50.3
25132026-08-12T23:23:55.369Z Checking progenitor v0.14.0
25142026-08-12T23:23:55.484Z Checking reedline v0.40.0
25152026-08-12T23:23:55.548Z Checking hickory-resolver v0.24.4
25162026-08-12T23:23:55.579Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25172026-08-12T23:23:55.612Z Checking textwrap v0.16.2
25182026-08-12T23:23:55.857Z Compiling minimal-lexical v0.2.1
25192026-08-12T23:23:56.297Z Compiling nom v7.1.3
25202026-08-12T23:23:56.328Z Checking qorb v0.4.1
25212026-08-12T23:23:56.466Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25222026-08-12T23:23:56.696Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-08-12T23:23:56.748Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25242026-08-12T23:23:57.205Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-08-12T23:23:57.566Z Compiling unicode-xid v0.2.6
25262026-08-12T23:23:57.668Z Checking display-error-chain v0.2.2
25272026-08-12T23:23:57.721Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-12T23:23:57.805Z Compiling ar_archive_writer v0.5.1
25292026-08-12T23:23:57.836Z Checking csv-core v0.1.13
25302026-08-12T23:23:57.988Z Compiling stacker v0.1.23
25312026-08-12T23:23:58.034Z Checking csv v1.4.0
25322026-08-12T23:23:58.096Z Compiling semver v0.1.20
25332026-08-12T23:23:58.281Z Checking highway v1.3.0
25342026-08-12T23:23:58.350Z Compiling cfg_aliases v0.1.1
25352026-08-12T23:23:58.398Z Compiling rustc_version v0.1.7
25362026-08-12T23:23:58.432Z Checking nibble_vec v0.1.0
25372026-08-12T23:23:58.492Z Compiling nix v0.28.0
25382026-08-12T23:23:58.528Z Checking endian-type v0.1.2
25392026-08-12T23:23:58.560Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-08-12T23:23:58.590Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-12T23:23:58.644Z Compiling newtype_derive v0.1.6
25422026-08-12T23:23:58.677Z Compiling psm v0.1.30
25432026-08-12T23:23:58.707Z Checking radix_trie v0.2.1
25442026-08-12T23:23:58.855Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-12T23:23:58.964Z Checking phf_shared v0.12.1
25462026-08-12T23:23:58.970Z Compiling recursive-proc-macro-impl v0.1.1
25472026-08-12T23:23:59.093Z Compiling chrono-tz v0.10.4
25482026-08-12T23:23:59.125Z Checking phf v0.12.1
25492026-08-12T23:23:59.393Z Compiling const_format_proc_macros v0.2.34
25502026-08-12T23:23:59.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-12T23:23:59.396Z Compiling peg-macros v0.8.5
25522026-08-12T23:23:59.513Z Checking winnow v0.6.26
25532026-08-12T23:23:59.516Z Compiling sqlparser_derive v0.5.0
25542026-08-12T23:23:59.629Z Checking recursive v0.1.1
25552026-08-12T23:23:59.751Z Checking home v0.5.12
25562026-08-12T23:23:59.930Z Checking unicode_categories v0.1.1
25572026-08-12T23:24:00.226Z Checking const_format v0.2.35
25582026-08-12T23:24:00.294Z Checking rustyline v14.0.0
25592026-08-12T23:24:00.326Z Checking sqlparser v0.61.0
25602026-08-12T23:24:00.503Z Checking bcs v0.1.6
25612026-08-12T23:24:00.757Z Checking sqlformat v0.3.5
25622026-08-12T23:24:00.790Z Checking nom v8.0.0
25632026-08-12T23:24:00.836Z Checking peg v0.8.5
25642026-08-12T23:24:01.010Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-08-12T23:24:01.226Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25662026-08-12T23:24:01.257Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-08-12T23:24:01.294Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-12T23:24:01.385Z Checking steno v0.4.1
25692026-08-12T23:24:01.732Z Checking sha1 v0.10.6
25702026-08-12T23:24:01.927Z Checking filetime v0.2.27
25712026-08-12T23:24:02.089Z Checking xattr v1.6.1
25722026-08-12T23:24:02.249Z Checking tar v0.4.46
25732026-08-12T23:24:02.282Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742026-08-12T23:24:02.380Z Checking subprocess v0.2.15
25752026-08-12T23:24:02.470Z Checking headers-core v0.3.0
25762026-08-12T23:24:02.503Z Checking yasna v0.5.2
25772026-08-12T23:24:02.604Z Checking headers v0.4.1
25782026-08-12T23:24:02.665Z Checking port-file v0.1.0
25792026-08-12T23:24:02.697Z Checking tagptr v0.2.0
25802026-08-12T23:24:02.774Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-12T23:24:02.859Z Checking moka v0.12.13
25822026-08-12T23:24:02.892Z Checking dropshot-api-manager-types v0.7.2
25832026-08-12T23:24:02.923Z Checking rcgen v0.12.1
25842026-08-12T23:24:03.115Z Checking utf-8 v0.7.6
25852026-08-12T23:24:03.266Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-12T23:24:03.296Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-12T23:24:03.441Z Checking tungstenite v0.21.0
25882026-08-12T23:24:03.522Z Checking hickory-resolver v0.25.2
25892026-08-12T23:24:03.755Z Compiling libefi-sys v0.1.0
25902026-08-12T23:24:03.934Z Checking tokio-tungstenite v0.21.0
25912026-08-12T23:24:04.010Z Compiling bitfield-struct v0.6.2
25922026-08-12T23:24:04.056Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-08-12T23:24:04.240Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-08-12T23:24:04.298Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-08-12T23:24:04.545Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-08-12T23:24:04.646Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25972026-08-12T23:24:04.676Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982026-08-12T23:24:04.679Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-12T23:24:04.816Z Compiling xshell-macros v0.2.7
26002026-08-12T23:24:04.847Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26012026-08-12T23:24:04.936Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-12T23:24:05.027Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032026-08-12T23:24:05.192Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26042026-08-12T23:24:05.255Z Checking xshell v0.2.7
26052026-08-12T23:24:05.449Z Checking half v1.8.3
26062026-08-12T23:24:05.478Z Checking libscf-sys v1.2.0
26072026-08-12T23:24:05.575Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082026-08-12T23:24:05.636Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-08-12T23:24:05.671Z Checking serde_cbor v0.11.2
26102026-08-12T23:24:05.871Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26112026-08-12T23:24:06.015Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-08-12T23:24:06.079Z Checking papergrid v0.18.0
26132026-08-12T23:24:06.133Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26142026-08-12T23:24:06.276Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152026-08-12T23:24:06.303Z Checking maplit v1.0.2
26162026-08-12T23:24:06.342Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-08-12T23:24:06.406Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26182026-08-12T23:24:06.799Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26192026-08-12T23:24:06.878Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-12T23:24:06.964Z Checking tabled v0.21.0
26212026-08-12T23:24:07.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26222026-08-12T23:24:07.073Z Checking crc8 v0.1.1
26232026-08-12T23:24:07.186Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26242026-08-12T23:24:07.217Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26252026-08-12T23:24:07.320Z Checking unicase v2.9.0
26262026-08-12T23:24:07.497Z Checking fxhash v0.2.1
26272026-08-12T23:24:07.528Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26282026-08-12T23:24:07.647Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-12T23:24:08.104Z Checking sha2 v0.11.0
26302026-08-12T23:24:08.367Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26312026-08-12T23:24:08.574Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26322026-08-12T23:24:08.640Z Compiling darling_core v0.21.3
26332026-08-12T23:24:08.778Z Compiling vergen-lib v0.1.6
26342026-08-12T23:24:08.840Z Compiling diesel_derives v2.3.7
26352026-08-12T23:24:08.891Z Checking scheduled-thread-pool v0.2.7
26362026-08-12T23:24:09.031Z Compiling vergen-gitcl v1.0.8
26372026-08-12T23:24:09.063Z Compiling diesel_table_macro_syntax v0.3.0
26382026-08-12T23:24:09.136Z Checking r2d2 v0.8.10
26392026-08-12T23:24:09.167Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26402026-08-12T23:24:09.313Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-08-12T23:24:09.344Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26422026-08-12T23:24:09.648Z Checking downcast-rs v2.0.2
26432026-08-12T23:24:09.709Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26442026-08-12T23:24:09.769Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-08-12T23:24:10.044Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26462026-08-12T23:24:10.262Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26472026-08-12T23:24:10.338Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-08-12T23:24:10.492Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-12T23:24:10.685Z Checking kstat-rs v0.2.5
26502026-08-12T23:24:10.924Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-08-12T23:24:11.128Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522026-08-12T23:24:11.194Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532026-08-12T23:24:11.222Z Compiling darling_macro v0.21.3
26542026-08-12T23:24:11.252Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-12T23:24:11.755Z Compiling darling v0.21.3
26562026-08-12T23:24:11.874Z Compiling dsl_auto_type v0.2.0
26572026-08-12T23:24:12.044Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-08-12T23:24:12.381Z Compiling dirs-sys-next v0.1.2
26592026-08-12T23:24:12.475Z Compiling crunchy v0.2.4
26602026-08-12T23:24:12.587Z Compiling parking_lot_core v0.8.6
26612026-08-12T23:24:12.643Z Compiling dirs-next v2.0.0
26622026-08-12T23:24:12.682Z Compiling clang-sys v1.8.1
26632026-08-12T23:24:12.793Z Compiling git-stub v1.0.0
26642026-08-12T23:24:12.831Z Compiling tiny-keccak v2.0.2
26652026-08-12T23:24:13.078Z Compiling git-stub-vcs v0.1.0
26662026-08-12T23:24:13.140Z Compiling term v0.7.0
26672026-08-12T23:24:13.206Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682026-08-12T23:24:13.247Z Compiling bit-vec v0.6.3
26692026-08-12T23:24:13.452Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702026-08-12T23:24:13.493Z Compiling ascii-canvas v3.0.0
26712026-08-12T23:24:13.557Z Compiling bit-set v0.5.3
26722026-08-12T23:24:13.756Z Checking parking_lot v0.11.2
26732026-08-12T23:24:13.759Z Checking prefix-trie v0.7.0
26742026-08-12T23:24:13.933Z Compiling itertools v0.10.5
26752026-08-12T23:24:14.005Z Compiling ena v0.14.4
26762026-08-12T23:24:14.039Z Compiling libloading v0.8.9
26772026-08-12T23:24:14.107Z Compiling diff v0.1.13
26782026-08-12T23:24:14.162Z Compiling bindgen v0.71.1
26792026-08-12T23:24:14.243Z Compiling regex-syntax v0.6.29
26802026-08-12T23:24:14.389Z Checking hickory-server v0.25.2
26812026-08-12T23:24:14.605Z Checking sled v0.34.7
26822026-08-12T23:24:15.069Z Compiling cexpr v0.6.0
26832026-08-12T23:24:15.680Z Compiling lalrpop v0.19.12
26842026-08-12T23:24:15.721Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26852026-08-12T23:24:15.806Z Checking nanorand v0.7.0
26862026-08-12T23:24:15.877Z Compiling salty v0.3.0
26872026-08-12T23:24:16.035Z Compiling rustc-hash v2.1.1
26882026-08-12T23:24:16.129Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-12T23:24:16.230Z Checking flume v0.11.1
26902026-08-12T23:24:16.349Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-08-12T23:24:16.439Z Compiling libxml v0.3.3
26922026-08-12T23:24:16.495Z Checking assert_matches v1.5.0
26932026-08-12T23:24:16.599Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-12T23:24:16.926Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26952026-08-12T23:24:17.201Z Compiling strum_macros v0.24.3
26962026-08-12T23:24:17.532Z Compiling indoc v1.0.9
26972026-08-12T23:24:17.771Z Checking diesel v2.3.7
26982026-08-12T23:24:17.904Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26992026-08-12T23:24:17.988Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-08-12T23:24:18.118Z Checking quick-xml v0.37.5
27012026-08-12T23:24:18.164Z Checking derive_builder v0.20.2
27022026-08-12T23:24:18.299Z Compiling oso-derive v0.27.3
27032026-08-12T23:24:18.346Z Compiling trait-variant v0.1.2
27042026-08-12T23:24:18.542Z Compiling impl-trait-for-tuples v0.2.3
27052026-08-12T23:24:18.822Z Checking openssl-probe v0.1.6
27062026-08-12T23:24:18.916Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27072026-08-12T23:24:19.001Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27082026-08-12T23:24:19.031Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27092026-08-12T23:24:19.457Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-08-12T23:24:19.730Z Checking rfc6979 v0.4.0
27112026-08-12T23:24:19.883Z Checking ecdsa v0.16.9
27122026-08-12T23:24:20.103Z Checking predicates-tree v1.0.13
27132026-08-12T23:24:20.244Z Compiling progenitor-impl v0.13.0
27142026-08-12T23:24:20.292Z Checking primeorder v0.13.6
27152026-08-12T23:24:20.565Z Checking p384 v0.13.1
27162026-08-12T23:24:21.026Z Checking progenitor-client v0.13.0
27172026-08-12T23:24:21.266Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-08-12T23:24:21.302Z Checking bb8 v0.8.6
27192026-08-12T23:24:21.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27202026-08-12T23:24:21.644Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27212026-08-12T23:24:21.784Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-08-12T23:24:21.845Z Compiling mime_guess v2.0.5
27232026-08-12T23:24:21.998Z Checking ignore v0.4.25
27242026-08-12T23:24:22.111Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27252026-08-12T23:24:22.279Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-12T23:24:22.398Z Checking http-range v0.1.5
27272026-08-12T23:24:22.468Z Checking globwalk v0.9.1
27282026-08-12T23:24:22.474Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27292026-08-12T23:24:22.683Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-08-12T23:24:22.806Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27312026-08-12T23:24:22.923Z Compiling progenitor-macro v0.13.0
27322026-08-12T23:24:23.095Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27332026-08-12T23:24:23.170Z Checking digest-io v0.1.0
27342026-08-12T23:24:23.327Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-12T23:24:23.554Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-08-12T23:24:23.765Z Checking rawzip v0.4.4
27372026-08-12T23:24:23.795Z Checking nonempty v0.12.0
27382026-08-12T23:24:23.984Z Checking corncobs v0.1.4
27392026-08-12T23:24:24.141Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-08-12T23:24:24.288Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-08-12T23:24:24.427Z Checking camino-tempfile-ext v0.3.3
27422026-08-12T23:24:24.433Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27432026-08-12T23:24:24.655Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-08-12T23:24:25.017Z Checking secrecy v0.8.0
27452026-08-12T23:24:25.800Z Checking hyper-staticfile v0.10.1
27462026-08-12T23:24:25.833Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27472026-08-12T23:24:26.033Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27482026-08-12T23:24:26.120Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-12T23:24:26.155Z Checking signal-hook-tokio v0.3.1
27502026-08-12T23:24:26.312Z Compiling illumos-nvpair-sys v0.2.0
27512026-08-12T23:24:26.570Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27522026-08-12T23:24:26.603Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27532026-08-12T23:24:26.706Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27542026-08-12T23:24:27.027Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27552026-08-12T23:24:27.069Z Checking scuffle v0.1.0
27562026-08-12T23:24:27.457Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-08-12T23:24:27.763Z Checking illumos-nvpair v0.3.0
27582026-08-12T23:24:27.936Z Checking progenitor v0.13.0
27592026-08-12T23:24:27.969Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27602026-08-12T23:24:27.999Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27612026-08-12T23:24:27.999Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27622026-08-12T23:24:28.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27632026-08-12T23:24:28.327Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27642026-08-12T23:24:28.388Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-12T23:24:28.429Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27662026-08-12T23:24:28.633Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27672026-08-12T23:24:28.763Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27682026-08-12T23:24:28.992Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27692026-08-12T23:24:29.225Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27702026-08-12T23:24:29.546Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-08-12T23:24:29.727Z Checking tungstenite v0.23.0
27722026-08-12T23:24:30.184Z Checking rand_seeder v0.4.0
27732026-08-12T23:24:30.190Z Checking tokio-tungstenite v0.23.1
27742026-08-12T23:24:30.385Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27752026-08-12T23:24:30.561Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27762026-08-12T23:24:30.780Z Checking void v1.0.2
27772026-08-12T23:24:30.855Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-08-12T23:24:30.919Z Checking lzss v0.8.2
27792026-08-12T23:24:31.068Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27802026-08-12T23:24:31.141Z Checking nix v0.27.1
27812026-08-12T23:24:31.264Z Checking serde_bytes v0.11.19
27822026-08-12T23:24:31.483Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-08-12T23:24:31.642Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842026-08-12T23:24:31.688Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27852026-08-12T23:24:31.967Z Checking diesel-dtrace v0.5.0
27862026-08-12T23:24:32.246Z Checking async-bb8-diesel v0.2.1
27872026-08-12T23:24:32.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882026-08-12T23:24:32.455Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27892026-08-12T23:24:32.625Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27902026-08-12T23:24:33.102Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27912026-08-12T23:24:34.308Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27922026-08-12T23:24:34.341Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27932026-08-12T23:24:34.627Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27942026-08-12T23:24:35.426Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27952026-08-12T23:24:35.512Z Checking cpubits v0.1.1
27962026-08-12T23:24:35.621Z Checking is_ci v1.2.0
27972026-08-12T23:24:35.746Z Checking yansi v1.0.1
27982026-08-12T23:24:35.778Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27992026-08-12T23:24:36.031Z Checking pretty_assertions v1.4.1
28002026-08-12T23:24:36.064Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28012026-08-12T23:24:36.096Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28022026-08-12T23:24:36.193Z Checking pem-rfc7468 v1.0.0
28032026-08-12T23:24:36.386Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-08-12T23:24:36.664Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-08-12T23:24:36.887Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-12T23:24:37.695Z Checking hmac v0.13.0
28072026-08-12T23:24:37.740Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28082026-08-12T23:24:37.802Z Checking universal-hash v0.6.1
28092026-08-12T23:24:37.881Z Compiling libz-sys v1.1.24
28102026-08-12T23:24:37.987Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28112026-08-12T23:24:37.991Z Compiling instability v0.3.11
28122026-08-12T23:24:38.251Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28132026-08-12T23:24:38.353Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-08-12T23:24:38.407Z Checking castaway v0.2.4
28152026-08-12T23:24:38.448Z Compiling indoc v2.0.7
28162026-08-12T23:24:38.551Z Checking compact_str v0.8.1
28172026-08-12T23:24:38.966Z Checking polyval v0.7.1
28182026-08-12T23:24:39.192Z Checking der v0.8.0
28192026-08-12T23:24:39.408Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-08-12T23:24:39.634Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-08-12T23:24:39.679Z Checking unicode-truncate v1.1.0
28222026-08-12T23:24:39.852Z Checking lru v0.12.5
28232026-08-12T23:24:39.885Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-08-12T23:24:39.994Z Checking arc-swap v1.8.2
28252026-08-12T23:24:40.026Z Checking cassowary v0.3.0
28262026-08-12T23:24:40.144Z Checking ghash v0.6.0
28272026-08-12T23:24:40.206Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-08-12T23:24:40.272Z Checking slog-scope v4.4.1
28292026-08-12T23:24:40.302Z Checking ratatui v0.29.0
28302026-08-12T23:24:40.437Z Checking pbkdf2 v0.13.0
28312026-08-12T23:24:40.468Z Checking crypto-bigint v0.7.5
28322026-08-12T23:24:40.582Z Checking aes v0.9.1
28332026-08-12T23:24:41.041Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-08-12T23:24:41.642Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28352026-08-12T23:24:41.908Z Checking ctr v0.10.1
28362026-08-12T23:24:42.089Z Checking aead v0.6.1
28372026-08-12T23:24:42.256Z Checking cargo-platform v0.3.2
28382026-08-12T23:24:42.296Z Checking aes-gcm v0.11.0
28392026-08-12T23:24:42.461Z Checking cargo_metadata v0.23.1
28402026-08-12T23:24:42.496Z Checking slog-stdlog v4.1.1
28412026-08-12T23:24:42.646Z Checking spki v0.8.0
28422026-08-12T23:24:42.716Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-12T23:24:42.845Z Checking supports-color v3.0.2
28442026-08-12T23:24:43.002Z Checking console v0.16.2
28452026-08-12T23:24:43.229Z Checking colored v2.2.0
28462026-08-12T23:24:43.331Z Checking salsa20 v0.11.0
28472026-08-12T23:24:43.454Z Compiling vergen-git2 v9.1.0
28482026-08-12T23:24:43.503Z Checking unit-prefix v0.5.2
28492026-08-12T23:24:43.661Z Checking plotters-backend v0.3.7
28502026-08-12T23:24:43.736Z Checking indicatif v0.18.4
28512026-08-12T23:24:43.897Z Checking plotters-svg v0.3.7
28522026-08-12T23:24:44.063Z Checking scrypt v0.12.0
28532026-08-12T23:24:44.122Z Checking slog-envlogger v2.2.0
28542026-08-12T23:24:44.153Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-08-12T23:24:44.252Z Checking cbc v0.2.1
28562026-08-12T23:24:44.302Z Checking libsw-core v0.3.2
28572026-08-12T23:24:44.366Z Checking cast v0.3.0
28582026-08-12T23:24:44.417Z Checking pkcs5 v0.8.1
28592026-08-12T23:24:44.476Z Checking libsw v3.5.0
28602026-08-12T23:24:44.543Z Checking criterion-plot v0.6.0
28612026-08-12T23:24:44.702Z Checking plotters v0.3.7
28622026-08-12T23:24:44.734Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28632026-08-12T23:24:44.811Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28642026-08-12T23:24:45.028Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28652026-08-12T23:24:45.259Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-08-12T23:24:45.484Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28672026-08-12T23:24:45.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682026-08-12T23:24:45.704Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28692026-08-12T23:24:45.738Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-12T23:24:45.771Z Checking tinytemplate v1.2.1
28712026-08-12T23:24:45.919Z Checking oorandom v11.1.5
28722026-08-12T23:24:46.011Z Checking shell-words v1.1.1
28732026-08-12T23:24:46.058Z Checking anes v0.1.6
28742026-08-12T23:24:46.204Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28752026-08-12T23:24:46.264Z Checking criterion v0.7.0
28762026-08-12T23:24:46.619Z Checking pkcs8 v0.11.0
28772026-08-12T23:24:46.847Z Checking oxide-update-engine-display v0.1.2
28782026-08-12T23:24:47.187Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28792026-08-12T23:24:47.489Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28802026-08-12T23:24:48.323Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28812026-08-12T23:24:49.149Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28822026-08-12T23:24:49.728Z Checking tokio-test v0.4.5
28832026-08-12T23:24:49.966Z Checking ff v0.14.0
28842026-08-12T23:24:50.135Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-08-12T23:24:50.368Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-12T23:24:50.665Z Checking twox-hash v2.1.2
28872026-08-12T23:24:50.767Z Compiling petname v2.0.2
28882026-08-12T23:24:50.994Z Checking atty v0.2.14
28892026-08-12T23:24:51.120Z Checking arrayvec v0.7.6
28902026-08-12T23:24:51.280Z Checking arrayref v0.3.9
28912026-08-12T23:24:51.337Z Checking constant_time_eq v0.4.2
28922026-08-12T23:24:51.572Z Checking group v0.14.0
28932026-08-12T23:24:51.580Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-08-12T23:24:51.724Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28952026-08-12T23:24:51.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28962026-08-12T23:24:52.479Z Checking fatfs v0.3.6
28972026-08-12T23:24:52.688Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28982026-08-12T23:24:52.762Z Checking signature v3.0.0
28992026-08-12T23:24:52.866Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29002026-08-12T23:24:52.940Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-08-12T23:24:52.970Z Compiling seq-macro v0.3.6
29022026-08-12T23:24:53.500Z Checking base16ct v1.0.0
29032026-08-12T23:24:53.663Z Checking sec1 v0.8.1
29042026-08-12T23:24:54.185Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29052026-08-12T23:24:54.286Z Checking hkdf v0.13.0
29062026-08-12T23:24:54.329Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-08-12T23:24:54.449Z Checking concurrent-queue v2.5.0
29082026-08-12T23:24:54.523Z Checking sapling-renderdag v0.1.0
29092026-08-12T23:24:54.663Z Checking sync-ptr v0.1.4
29102026-08-12T23:24:54.790Z Checking parking v2.2.1
29112026-08-12T23:24:54.821Z Checking elliptic-curve v0.14.1
29122026-08-12T23:24:54.944Z Checking event-listener v5.4.1
29132026-08-12T23:24:55.190Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29142026-08-12T23:24:55.272Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-12T23:24:55.375Z Checking rtoolbox v0.0.3
29162026-08-12T23:24:55.529Z Checking event-listener-strategy v0.5.4
29172026-08-12T23:24:55.559Z Checking rpassword v7.5.4
29182026-08-12T23:24:55.692Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29192026-08-12T23:24:55.749Z Checking wnaf v0.14.0
29202026-08-12T23:24:55.942Z Checking primefield v0.14.0
29212026-08-12T23:24:56.173Z Checking rfc6979 v0.6.0
29222026-08-12T23:24:56.345Z Checking tui-tree-widget v0.23.1
29232026-08-12T23:24:56.563Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29242026-08-12T23:24:56.594Z Compiling samael v0.0.19
29252026-08-12T23:24:56.680Z Compiling blake3 v1.8.5
29262026-08-12T23:24:57.066Z Checking futures-timer v3.0.3
29272026-08-12T23:24:57.599Z Checking ecdsa v0.17.0
29282026-08-12T23:24:57.779Z Checking primeorder v0.14.0
29292026-08-12T23:24:58.028Z Checking async-lock v3.4.2
29302026-08-12T23:24:58.165Z Compiling curve25519-dalek v5.0.0
29312026-08-12T23:24:58.444Z Checking async-object-pool v0.2.0
29322026-08-12T23:24:58.476Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29332026-08-12T23:24:58.888Z Checking ssh-encoding v0.3.0
29342026-08-12T23:24:59.133Z Checking serde_regex v1.1.0
29352026-08-12T23:24:59.316Z Checking assert-json-diff v2.0.2
29362026-08-12T23:24:59.517Z Checking path-tree v0.8.3
29372026-08-12T23:24:59.733Z Checking keccak v0.2.0
29382026-08-12T23:24:59.923Z Checking topological-sort v0.2.2
29392026-08-12T23:25:00.091Z Checking stringmetrics v2.2.2
29402026-08-12T23:25:00.314Z Compiling strsim v0.10.0
29412026-08-12T23:25:00.656Z Compiling darling_core v0.13.4
29422026-08-12T23:25:00.687Z Checking httpmock v0.8.3
29432026-08-12T23:25:01.183Z Checking omicron-zone-package v0.12.3
29442026-08-12T23:25:02.111Z Checking ed25519 v3.0.0
29452026-08-12T23:25:02.344Z Checking pkcs1 v0.8.0-rc.4
29462026-08-12T23:25:02.536Z Checking crypto-primes v0.7.2
29472026-08-12T23:25:02.580Z Checking poly1305 v0.9.0
29482026-08-12T23:25:02.583Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-12T23:25:02.878Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29502026-08-12T23:25:02.909Z Checking blowfish v0.10.0
29512026-08-12T23:25:03.040Z Checking blake2 v0.11.0-rc.6
29522026-08-12T23:25:03.083Z Checking gimli v0.32.3
29532026-08-12T23:25:03.320Z Compiling target-lexicon v0.13.3
29542026-08-12T23:25:03.504Z Checking rsa v0.10.0-rc.18
29552026-08-12T23:25:03.535Z Checking argon2 v0.6.0-rc.8
29562026-08-12T23:25:03.874Z Checking bcrypt-pbkdf v0.11.0
29572026-08-12T23:25:03.905Z Checking ssh-cipher v0.3.0
29582026-08-12T23:25:04.020Z Checking ed25519-dalek v3.0.0
29592026-08-12T23:25:04.061Z Compiling darling_macro v0.13.4
29602026-08-12T23:25:04.146Z Checking sha3 v0.11.0
29612026-08-12T23:25:04.271Z Checking p256 v0.14.0
29622026-08-12T23:25:04.515Z Checking p521 v0.14.0
29632026-08-12T23:25:04.568Z Checking p384 v0.14.0
29642026-08-12T23:25:04.629Z Checking addr2line v0.25.1
29652026-08-12T23:25:04.924Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-12T23:25:05.032Z Checking kem v0.3.0
29672026-08-12T23:25:05.175Z Checking module-lattice v0.2.3
29682026-08-12T23:25:05.208Z Compiling guppy-workspace-hack v0.1.0
29692026-08-12T23:25:05.412Z Checking sponge-cursor v0.1.0
29702026-08-12T23:25:05.443Z Checking hex-literal v0.4.1
29712026-08-12T23:25:05.567Z Checking rustc-demangle v0.1.27
29722026-08-12T23:25:05.570Z Checking sha3 v0.12.0
29732026-08-12T23:25:05.819Z Checking backtrace v0.3.76
29742026-08-12T23:25:05.824Z Checking ml-kem v0.3.2
29752026-08-12T23:25:06.185Z Compiling darling v0.13.4
29762026-08-12T23:25:06.540Z Checking russh-cryptovec v0.62.0
29772026-08-12T23:25:06.571Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29782026-08-12T23:25:06.613Z Checking internal-russh-num-bigint v0.5.0
29792026-08-12T23:25:06.726Z Checking num-bigint v0.4.6
29802026-08-12T23:25:06.785Z Checking russh-util v0.52.0
29812026-08-12T23:25:06.938Z Checking generic-array v1.4.3
29822026-08-12T23:25:07.353Z Compiling enum_dispatch v0.3.13
29832026-08-12T23:25:07.524Z Checking ssh-key v0.7.0-rc.11
29842026-08-12T23:25:07.628Z Compiling delegate v0.13.5
29852026-08-12T23:25:07.658Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29862026-08-12T23:25:07.745Z Compiling git2 v0.20.4
29872026-08-12T23:25:08.099Z Checking md5 v0.8.0
29882026-08-12T23:25:08.298Z Checking hex-literal v1.1.0
29892026-08-12T23:25:08.346Z Compiling target-spec v3.5.7
29902026-08-12T23:25:08.422Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-08-12T23:25:08.611Z Checking russh v0.62.4
29922026-08-12T23:25:08.673Z Checking cfg-expr v0.20.6
29932026-08-12T23:25:08.714Z Compiling serde_with_macros v1.5.2
29942026-08-12T23:25:09.091Z Checking backtrace-ext v0.2.1
29952026-08-12T23:25:09.193Z Checking supports-color v2.1.0
29962026-08-12T23:25:09.264Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29972026-08-12T23:25:09.354Z Checking textwrap v0.15.2
29982026-08-12T23:25:09.584Z Checking supports-hyperlinks v2.1.0
29992026-08-12T23:25:09.614Z Checking supports-unicode v2.1.0
30002026-08-12T23:25:09.731Z Checking hashbrown v0.14.5
30012026-08-12T23:25:09.762Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30022026-08-12T23:25:10.277Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30032026-08-12T23:25:10.411Z Checking socket2 v0.5.10
30042026-08-12T23:25:10.515Z Checking terminal_size v0.1.17
30052026-08-12T23:25:10.616Z Compiling miette-derive v5.10.0
30062026-08-12T23:25:10.653Z Checking internet-checksum v0.2.1
30072026-08-12T23:25:10.698Z Checking owo-colors v3.5.0
30082026-08-12T23:25:10.807Z Checking chumsky v0.9.3
30092026-08-12T23:25:11.103Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30102026-08-12T23:25:11.260Z Compiling serde_with v1.14.0
30112026-08-12T23:25:11.786Z Checking miette v5.10.0
30122026-08-12T23:25:12.135Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-08-12T23:25:12.280Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30142026-08-12T23:25:12.311Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30152026-08-12T23:25:12.417Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30162026-08-12T23:25:12.736Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30172026-08-12T23:25:12.822Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30182026-08-12T23:25:12.959Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30192026-08-12T23:25:13.044Z Compiling knuffel-derive v3.2.0
30202026-08-12T23:25:13.134Z Checking httptest v0.16.4
30212026-08-12T23:25:13.167Z Checking pathdiff v0.2.3
30222026-08-12T23:25:13.301Z Checking nested v0.1.1
30232026-08-12T23:25:13.464Z Checking guppy v0.17.25
30242026-08-12T23:25:13.503Z Compiling polar-core v0.27.3
30252026-08-12T23:25:13.533Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30262026-08-12T23:25:13.844Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30272026-08-12T23:25:14.119Z Checking similar-asserts v1.7.0
30282026-08-12T23:25:14.300Z Compiling target-triple v1.0.0
30292026-08-12T23:25:14.402Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30302026-08-12T23:25:14.595Z Checking knuffel v3.2.0
30312026-08-12T23:25:14.671Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30322026-08-12T23:25:15.184Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30332026-08-12T23:25:15.216Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30342026-08-12T23:25:15.267Z Checking hickory-client v0.25.2
30352026-08-12T23:25:15.597Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-08-12T23:25:15.774Z Compiling fs-err v2.11.0
30372026-08-12T23:25:15.842Z Checking escape8259 v0.5.3
30382026-08-12T23:25:16.001Z Compiling assert_cmd v2.1.2
30392026-08-12T23:25:16.166Z Checking libtest-mimic v0.8.1
30402026-08-12T23:25:16.199Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30412026-08-12T23:25:16.540Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30422026-08-12T23:25:16.611Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30432026-08-12T23:25:16.673Z Checking blake2b_simd v1.0.4
30442026-08-12T23:25:17.092Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30452026-08-12T23:25:17.331Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30462026-08-12T23:25:17.536Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30472026-08-12T23:25:17.745Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30482026-08-12T23:25:17.776Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30492026-08-12T23:25:17.961Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30502026-08-12T23:25:18.171Z Checking fancy-regex v0.14.0
30512026-08-12T23:25:18.201Z Checking serde_tokenstream v0.2.3
30522026-08-12T23:25:18.517Z Checking oso v0.27.3
30532026-08-12T23:25:18.549Z Checking approx v0.5.1
30542026-08-12T23:25:18.631Z Compiling rstest_macros v0.25.0
30552026-08-12T23:25:18.712Z Checking uzers v0.12.2
30562026-08-12T23:25:18.931Z Checking termcolor v1.4.1
30572026-08-12T23:25:18.960Z Compiling linkme-impl v0.3.35
30582026-08-12T23:25:19.021Z Checking constant_time_eq v0.3.1
30592026-08-12T23:25:19.151Z Checking rust-argon2 v2.1.0
30602026-08-12T23:25:19.179Z Checking trybuild v1.0.116
30612026-08-12T23:25:19.436Z Checking datatest-stable v0.3.3
30622026-08-12T23:25:19.643Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30632026-08-12T23:25:19.675Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30642026-08-12T23:25:19.939Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30652026-08-12T23:25:19.970Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30662026-08-12T23:25:20.002Z Checking support-bundle-viewer v0.1.2
30672026-08-12T23:25:20.031Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30682026-08-12T23:25:20.275Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30692026-08-12T23:25:20.306Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30702026-08-12T23:25:20.496Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30712026-08-12T23:25:20.531Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30722026-08-12T23:25:20.728Z Checking drift v0.2.0
30732026-08-12T23:25:20.811Z Checking rand_distr v0.5.1
30742026-08-12T23:25:20.913Z Checking multimap v0.10.1
30752026-08-12T23:25:21.098Z Checking parse-size v1.1.0
30762026-08-12T23:25:21.128Z Compiling relative-path v1.9.3
30772026-08-12T23:25:21.160Z Compiling linkme v0.3.35
30782026-08-12T23:25:21.249Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30792026-08-12T23:25:21.511Z Checking dropshot-api-manager v0.7.2
30802026-08-12T23:25:22.135Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30812026-08-12T23:25:22.695Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30822026-08-12T23:25:22.942Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832026-08-12T23:25:23.089Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30842026-08-12T23:25:23.306Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-12T23:25:23.445Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30862026-08-12T23:25:23.533Z Checking cargo_toml v0.21.0
30872026-08-12T23:25:23.889Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30882026-08-12T23:25:24.085Z Checking partial-io v0.5.4
30892026-08-12T23:25:24.124Z Checking termios v0.3.3
30902026-08-12T23:25:24.280Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30912026-08-12T23:25:24.347Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30922026-08-12T23:25:25.021Z Checking rstest v0.25.0
30932026-08-12T23:25:25.522Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30942026-08-12T23:25:28.138Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30952026-08-12T23:25:28.965Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30962026-08-12T23:25:33.083Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30972026-08-12T23:25:36.693Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-12T23:25:37.270Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30992026-08-12T23:25:40.290Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002026-08-12T23:25:45.201Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31012026-08-12T23:25:47.406Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31022026-08-12T23:25:51.488Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31032026-08-12T23:25:54.627Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31042026-08-12T23:25:55.187Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31052026-08-12T23:25:57.487Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31062026-08-12T23:26:00.362Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31072026-08-12T23:26:08.442Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31082026-08-12T23:26:24.767Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31092026-08-12T23:27:20.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
31102026-08-12T23:27:20.932Z
31112026-08-12T23:27:20.932Zreal 4:11.431029723
31122026-08-12T23:27:20.932Zuser 21:38.191893666
31132026-08-12T23:27:20.932Zsys 5:00.096761308
31142026-08-12T23:27:20.932Ztrap 0.529812398
31152026-08-12T23:27:20.932Ztflt 0.431784264
31162026-08-12T23:27:20.932Zdflt 0.512971255
31172026-08-12T23:27:20.932Zkflt 0.004456702
31182026-08-12T23:27:20.935Zlock 1:05:48.845063019
31192026-08-12T23:27:20.935Zslp 59:31.734776620
31202026-08-12T23:27:20.935Zlat 1:54.643417607
31212026-08-12T23:27:20.935Zstop 12:28.101422787
31222026-08-12T23:27:20.935Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31232026-08-12T23:27:20.935Z+ ptime -m cargo doc --workspace --no-deps
31242026-08-12T23:27:21.775Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31252026-08-12T23:27:21.775Z |
31262026-08-12T23:27:21.775Z = 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)`
31272026-08-12T23:27:21.775Z = 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>
31282026-08-12T23:27:22.825Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31292026-08-12T23:27:23.064Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31302026-08-12T23:27:23.107Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-08-12T23:27:23.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31322026-08-12T23:27:23.224Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31332026-08-12T23:27:23.320Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31342026-08-12T23:27:23.349Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31352026-08-12T23:27:23.349Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31362026-08-12T23:27:23.397Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31372026-08-12T23:27:23.428Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-08-12T23:27:23.571Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31392026-08-12T23:27:23.635Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-08-12T23:27:23.658Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-08-12T23:27:23.749Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31422026-08-12T23:27:23.771Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31432026-08-12T23:27:23.774Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31442026-08-12T23:27:23.812Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31452026-08-12T23:27:23.812Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31462026-08-12T23:27:23.854Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-08-12T23:27:23.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31482026-08-12T23:27:23.981Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31492026-08-12T23:27:24.224Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31502026-08-12T23:27:24.369Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31512026-08-12T23:27:24.393Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31522026-08-12T23:27:24.417Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-08-12T23:27:24.476Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31542026-08-12T23:27:24.602Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31552026-08-12T23:27:24.625Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31562026-08-12T23:27:24.765Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31572026-08-12T23:27:24.847Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31582026-08-12T23:27:24.960Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31592026-08-12T23:27:24.983Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31602026-08-12T23:27:25.068Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31612026-08-12T23:27:25.146Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31622026-08-12T23:27:25.355Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31632026-08-12T23:27:25.383Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31642026-08-12T23:27:25.435Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31652026-08-12T23:27:25.535Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662026-08-12T23:27:25.575Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31672026-08-12T23:27:25.658Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682026-08-12T23:27:25.798Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31692026-08-12T23:27:25.963Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31702026-08-12T23:27:25.986Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31712026-08-12T23:27:26.014Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31722026-08-12T23:27:26.104Z Checking scuffle v0.1.0
31732026-08-12T23:27:26.208Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31742026-08-12T23:27:26.233Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31752026-08-12T23:27:26.339Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31762026-08-12T23:27:26.450Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31772026-08-12T23:27:26.480Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31782026-08-12T23:27:26.563Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31792026-08-12T23:27:26.702Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-08-12T23:27:26.702Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31812026-08-12T23:27:26.742Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31822026-08-12T23:27:26.784Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31832026-08-12T23:27:26.787Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31842026-08-12T23:27:26.892Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31852026-08-12T23:27:26.915Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31862026-08-12T23:27:26.936Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31872026-08-12T23:27:27.337Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31882026-08-12T23:27:27.699Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31892026-08-12T23:27:27.751Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31902026-08-12T23:27:28.061Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31912026-08-12T23:27:28.163Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31922026-08-12T23:27:28.377Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31932026-08-12T23:27:28.436Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31942026-08-12T23:27:28.588Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31952026-08-12T23:27:28.707Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31962026-08-12T23:27:28.731Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31972026-08-12T23:27:28.754Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31982026-08-12T23:27:28.923Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31992026-08-12T23:27:28.968Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-12T23:27:29.034Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32012026-08-12T23:27:29.791Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32022026-08-12T23:27:29.885Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32032026-08-12T23:27:30.049Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32042026-08-12T23:27:30.073Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32052026-08-12T23:27:30.179Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32062026-08-12T23:27:30.411Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32072026-08-12T23:27:30.458Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32082026-08-12T23:27:30.482Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32092026-08-12T23:27:30.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32102026-08-12T23:27:30.524Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32112026-08-12T23:27:30.676Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32122026-08-12T23:27:30.765Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32132026-08-12T23:27:30.856Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32142026-08-12T23:27:30.902Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32152026-08-12T23:27:30.931Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-08-12T23:27:30.981Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32172026-08-12T23:27:31.084Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-12T23:27:31.155Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32192026-08-12T23:27:31.176Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32202026-08-12T23:27:31.197Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32212026-08-12T23:27:31.218Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32222026-08-12T23:27:31.240Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32232026-08-12T23:27:31.391Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32242026-08-12T23:27:31.430Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32252026-08-12T23:27:31.450Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32262026-08-12T23:27:31.470Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32272026-08-12T23:27:31.515Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32282026-08-12T23:27:31.603Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32292026-08-12T23:27:31.622Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32302026-08-12T23:27:31.710Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32312026-08-12T23:27:31.794Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32322026-08-12T23:27:31.816Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32332026-08-12T23:27:32.059Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32342026-08-12T23:27:32.062Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32352026-08-12T23:27:32.103Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32362026-08-12T23:27:32.732Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32372026-08-12T23:27:32.806Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32382026-08-12T23:27:33.069Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32392026-08-12T23:27:33.846Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32402026-08-12T23:27:34.048Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32412026-08-12T23:27:34.350Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32422026-08-12T23:27:34.684Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32432026-08-12T23:27:34.901Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32442026-08-12T23:27:35.568Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-08-12T23:27:35.856Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32462026-08-12T23:27:36.429Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32472026-08-12T23:27:36.725Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32482026-08-12T23:27:36.750Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32492026-08-12T23:27:36.994Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32502026-08-12T23:27:37.043Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512026-08-12T23:27:37.209Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32522026-08-12T23:27:37.952Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32532026-08-12T23:27:38.024Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-08-12T23:27:38.136Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-08-12T23:27:38.456Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32562026-08-12T23:27:38.479Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-08-12T23:27:38.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32582026-08-12T23:27:39.125Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-08-12T23:27:39.370Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32602026-08-12T23:27:39.565Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32612026-08-12T23:27:39.770Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-08-12T23:27:40.168Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-08-12T23:27:40.526Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32642026-08-12T23:27:40.651Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32652026-08-12T23:27:41.021Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32662026-08-12T23:27:41.540Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32672026-08-12T23:27:41.994Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32682026-08-12T23:27:42.158Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32692026-08-12T23:27:42.555Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32702026-08-12T23:27:42.719Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32712026-08-12T23:27:43.265Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32722026-08-12T23:27:43.483Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732026-08-12T23:27:43.610Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32742026-08-12T23:27:43.762Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32752026-08-12T23:27:43.894Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32762026-08-12T23:27:44.219Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32772026-08-12T23:27:44.431Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-12T23:27:45.731Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32792026-08-12T23:27:45.858Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-08-12T23:27:46.370Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32812026-08-12T23:27:47.661Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32822026-08-12T23:27:49.682Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32832026-08-12T23:27:49.731Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32842026-08-12T23:27:50.562Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-12T23:27:51.473Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32862026-08-12T23:27:52.975Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32872026-08-12T23:27:53.130Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32882026-08-12T23:27:53.535Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32892026-08-12T23:27:54.242Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32902026-08-12T23:27:54.288Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-12T23:27:54.323Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32922026-08-12T23:27:54.795Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-08-12T23:27:56.061Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32942026-08-12T23:27:56.639Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952026-08-12T23:27:57.405Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32962026-08-12T23:27:57.582Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32972026-08-12T23:27:58.183Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-08-12T23:27:58.331Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32992026-08-12T23:27:58.572Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-08-12T23:27:58.593Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33012026-08-12T23:27:58.889Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-12T23:27:59.175Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33032026-08-12T23:27:59.198Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33042026-08-12T23:27:59.574Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052026-08-12T23:27:59.679Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33062026-08-12T23:27:59.958Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33072026-08-12T23:28:00.347Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33082026-08-12T23:28:00.524Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33092026-08-12T23:28:00.756Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33102026-08-12T23:28:00.836Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33112026-08-12T23:28:01.096Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33122026-08-12T23:28:01.487Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33132026-08-12T23:28:02.835Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33142026-08-12T23:28:03.365Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33152026-08-12T23:28:03.794Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33162026-08-12T23:28:05.703Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33172026-08-12T23:28:07.195Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33182026-08-12T23:28:07.734Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33192026-08-12T23:28:08.543Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33202026-08-12T23:28:10.527Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33212026-08-12T23:28:11.433Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33222026-08-12T23:28:12.674Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33232026-08-12T23:28:13.167Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33242026-08-12T23:28:14.379Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-08-12T23:28:16.214Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33262026-08-12T23:28:16.766Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33272026-08-12T23:28:18.249Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33282026-08-12T23:28:18.318Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33292026-08-12T23:28:19.226Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33302026-08-12T23:28:21.497Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33312026-08-12T23:28:22.469Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-08-12T23:28:23.257Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33332026-08-12T23:28:26.256Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33342026-08-12T23:28:27.179Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33352026-08-12T23:28:27.982Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-08-12T23:28:29.542Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33372026-08-12T23:28:31.086Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33382026-08-12T23:28:31.237Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33392026-08-12T23:28:31.933Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33402026-08-12T23:28:32.676Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33412026-08-12T23:28:32.853Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33422026-08-12T23:28:33.576Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33432026-08-12T23:28:34.661Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33442026-08-12T23:28:38.383Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33452026-08-12T23:28:39.916Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33462026-08-12T23:28:40.616Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33472026-08-12T23:28:41.329Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33482026-08-12T23:28:42.375Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33492026-08-12T23:28:43.203Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33502026-08-12T23:28:45.888Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33512026-08-12T23:28:46.703Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33522026-08-12T23:28:47.688Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33532026-08-12T23:28:48.735Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33542026-08-12T23:28:49.646Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33552026-08-12T23:28:53.178Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33562026-08-12T23:28:53.612Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33572026-08-12T23:28:54.232Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33582026-08-12T23:28:55.838Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33592026-08-12T23:28:57.214Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33602026-08-12T23:28:58.822Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33612026-08-12T23:29:00.825Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33622026-08-12T23:29:02.036Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33632026-08-12T23:29:03.660Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33642026-08-12T23:29:05.397Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-08-12T23:29:07.124Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-08-12T23:29:11.647Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33672026-08-12T23:29:12.170Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33682026-08-12T23:29:13.749Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33692026-08-12T23:29:13.881Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33702026-08-12T23:29:15.598Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33712026-08-12T23:29:17.440Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33722026-08-12T23:29:19.251Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33732026-08-12T23:29:21.275Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33742026-08-12T23:29:23.064Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33752026-08-12T23:29:24.788Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33762026-08-12T23:29:26.500Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33772026-08-12T23:29:28.558Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33782026-08-12T23:29:30.136Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33792026-08-12T23:29:31.885Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33802026-08-12T23:29:33.666Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33812026-08-12T23:29:35.430Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33822026-08-12T23:29:37.190Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33832026-08-12T23:29:40.771Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33842026-08-12T23:29:42.458Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33852026-08-12T23:29:44.217Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33862026-08-12T23:29:46.122Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-08-12T23:29:47.781Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-08-12T23:29:52.098Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33892026-08-12T23:29:54.155Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-08-12T23:29:55.890Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33912026-08-12T23:29:57.675Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33922026-08-12T23:29:59.841Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33932026-08-12T23:30:02.160Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33942026-08-12T23:30:04.066Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33952026-08-12T23:30:06.389Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33962026-08-12T23:30:08.892Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33972026-08-12T23:30:10.694Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-08-12T23:30:13.362Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33992026-08-12T23:30:16.457Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34002026-08-12T23:30:18.242Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34012026-08-12T23:30:20.465Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34022026-08-12T23:30:22.943Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34032026-08-12T23:30:26.081Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34042026-08-12T23:30:28.379Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34052026-08-12T23:30:30.534Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-08-12T23:30:32.994Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34072026-08-12T23:30:35.407Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34082026-08-12T23:30:37.904Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34092026-08-12T23:30:40.401Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34102026-08-12T23:30:42.886Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34112026-08-12T23:30:45.395Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34122026-08-12T23:30:47.860Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34132026-08-12T23:30:50.219Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34142026-08-12T23:30:52.920Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34152026-08-12T23:30:55.405Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34162026-08-12T23:30:57.863Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34172026-08-12T23:31:00.424Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34182026-08-12T23:31:02.849Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34192026-08-12T23:31:05.462Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-08-12T23:31:07.942Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34212026-08-12T23:31:10.582Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34222026-08-12T23:31:13.111Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34232026-08-12T23:31:15.693Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34242026-08-12T23:31:18.205Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34252026-08-12T23:31:20.624Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34262026-08-12T23:31:23.058Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34272026-08-12T23:31:25.897Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34282026-08-12T23:31:28.426Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34292026-08-12T23:31:31.003Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34302026-08-12T23:31:33.579Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34312026-08-12T23:31:35.937Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34322026-08-12T23:31:38.666Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34332026-08-12T23:31:42.122Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34342026-08-12T23:31:43.860Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34352026-08-12T23:31:48.074Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34362026-08-12T23:31:48.966Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-08-12T23:31:51.417Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34382026-08-12T23:31:54.015Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34392026-08-12T23:31:56.751Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34402026-08-12T23:31:59.277Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34412026-08-12T23:32:02.484Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34422026-08-12T23:32:04.876Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34432026-08-12T23:32:07.314Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34442026-08-12T23:32:10.104Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34452026-08-12T23:32:12.757Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34462026-08-12T23:32:15.831Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34472026-08-12T23:32:18.532Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34482026-08-12T23:32:21.162Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34492026-08-12T23:32:23.779Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34502026-08-12T23:32:26.530Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-08-12T23:32:29.283Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34522026-08-12T23:32:32.589Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34532026-08-12T23:32:35.111Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34542026-08-12T23:32:37.908Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34552026-08-12T23:32:45.882Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34562026-08-12T23:32:46.021Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34572026-08-12T23:32:49.565Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34582026-08-12T23:32:53.038Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34592026-08-12T23:32:56.869Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34602026-08-12T23:33:01.529Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34612026-08-12T23:33:04.563Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34622026-08-12T23:33:08.357Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34632026-08-12T23:33:12.270Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34642026-08-12T23:33:16.193Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34652026-08-12T23:33:20.271Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34662026-08-12T23:33:23.983Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34672026-08-12T23:33:27.874Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34682026-08-12T23:33:31.700Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34692026-08-12T23:33:35.644Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34702026-08-12T23:33:39.519Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34712026-08-12T23:33:43.349Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34722026-08-12T23:33:47.231Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34732026-08-12T23:33:51.162Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34742026-08-12T23:33:55.161Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34752026-08-12T23:33:58.954Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34762026-08-12T23:34:02.830Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34772026-08-12T23:34:06.675Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34782026-08-12T23:34:10.523Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34792026-08-12T23:34:41.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 20s
34802026-08-12T23:34:41.613Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34812026-08-12T23:34:41.715Z
34822026-08-12T23:34:41.715Zreal 7:20.698210386
34832026-08-12T23:34:41.715Zuser 20:02.311094847
34842026-08-12T23:34:41.715Zsys 4:17.298327708
34852026-08-12T23:34:41.715Ztrap 0.291944630
34862026-08-12T23:34:41.715Ztflt 0.044257003
34872026-08-12T23:34:41.716Zdflt 0.066748531
34882026-08-12T23:34:41.716Zkflt 0.000017350
34892026-08-12T23:34:41.716Zlock 6:59:46.045448970
34902026-08-12T23:34:41.716Zslp 2:27:57.870970662
34912026-08-12T23:34:41.717Zlat 33.140032092
34922026-08-12T23:34:41.717Zstop 1:57.636790034
34932026-08-12T23:34:41.719Zprocess exited: duration 818606 ms, exit code 0
 
34942026-08-12T23:34:41.726Zfound 0 output files