01M15V7JBKX3FY0C32B1HFRQES: clippy (helios)

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

Buildomat Job: 01M15V80ZCH2XTCY8YACZWC8MK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T04:08:56.890Zjob assigned to worker 01M15V82MFM8V7TE5BHTVE8R8P [factory aws, i-0fcbb6fa86de32c09] (queued for 53 s)
 
22026-08-29T04:09:03.009Zstarting task 0: "setup"
32026-08-29T04:09:03.013Z++ uname -s
42026-08-29T04:09:03.016Z+ kern=SunOS
52026-08-29T04:09:03.016Z+ build_user=build
62026-08-29T04:09:03.016Z+ build_uid=12345
72026-08-29T04:09:03.016Z+ work_dir=/work
82026-08-29T04:09:03.016Z+ input_dir=/input
92026-08-29T04:09:03.016Z+ [[ 0 == 12345 ]]
102026-08-29T04:09:03.016Z+ case "$kern" in
112026-08-29T04:09:03.016Z+ groupadd -g 12345 build
122026-08-29T04:09:03.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T04:09:05.021Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T04:09:05.131Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T04:09:05.134Z+ home_fs=zfs
162026-08-29T04:09:05.134Z+ [[ zfs == autofs ]]
172026-08-29T04:09:05.134Z+ mkdir -p /home/build
182026-08-29T04:09:05.134Z+ chown build:build /home/build /work
192026-08-29T04:09:07.135Z+ chmod 0700 /home/build /work
202026-08-29T04:09:07.138Zprocess exited: duration 4128 ms, exit code 0
 
212026-08-29T04:09:07.144Zstarting task 1: "rust-toolchain"
222026-08-29T04:09:07.148Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T04:09:07.148Z * rust toolchain channel = "1.97.1"
242026-08-29T04:09:07.148Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-29T04:09:07.148Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-29T04:09:07.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T04:09:07.148Z * rust toolchain profile = "default"
282026-08-29T04:09:07.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T04:09:07.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T04:09:07.255Zinfo: downloading installer
312026-08-29T04:09:08.607Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T04:09:08.607Zwarn: /home/build/.rustup/settings.toml
332026-08-29T04:09:08.607Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T04:09:08.607Zwarn: instead of the one inferred from the default host triple.
352026-08-29T04:09:08.619Zinfo: profile set to default
362026-08-29T04:09:08.620Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T04:09:08.623Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T04:09:08.773Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T04:09:08.776Zinfo: downloading 6 components
402026-08-29T04:09:24.124Z
412026-08-29T04:09:24.124Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-29T04:09:24.151Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T04:09:24.151Z
442026-08-29T04:09:24.154Z
452026-08-29T04:09:24.154ZRust is installed now. Great!
462026-08-29T04:09:24.154Z
472026-08-29T04:09:24.154ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T04:09:24.154Zenvironment variable. This has not been done automatically.
492026-08-29T04:09:24.154Z
502026-08-29T04:09:24.154ZTo configure your current shell, you need to source
512026-08-29T04:09:24.154Zthe corresponding env file under $HOME/.cargo.
522026-08-29T04:09:24.154Z
532026-08-29T04:09:24.154ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T04:09:24.154Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T04:09:24.154Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T04:09:24.154Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T04:09:24.154Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T04:09:24.154Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T04:09:24.154Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T04:09:24.154Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T04:09:24.154Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T04:09:24.258Z+ rustup --version
632026-08-29T04:09:24.266Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T04:09:24.270Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T04:09:24.288Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T04:09:24.291Z+ cargo --version
672026-08-29T04:09:24.305Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T04:09:24.308Z+ rustc --version
692026-08-29T04:09:24.327Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T04:09:24.331Zprocess exited: duration 17185 ms, exit code 0
 
712026-08-29T04:09:24.337Zstarting task 2: "authentication"
722026-08-29T04:09:24.353Zprocess exited: duration 16 ms, exit code 0
 
732026-08-29T04:09:24.361Zstarting task 3: "clone repository"
742026-08-29T04:09:24.364Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T04:09:24.367Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T04:09:24.395ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T04:09:37.005Z+ cd /work/oxidecomputer/omicron
782026-08-29T04:09:37.005Z+ git fetch origin 89aef0a67f380506ea016c0207fbb8df51b2d21d
792026-08-29T04:09:37.318ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T04:09:37.318Z * branch 89aef0a67f380506ea016c0207fbb8df51b2d21d -> FETCH_HEAD
812026-08-29T04:09:37.331Z+ [[ -n bump-console-46f3fd84 ]]
822026-08-29T04:09:37.334Z++ git branch --show-current
832026-08-29T04:09:37.334Z+ current=main
842026-08-29T04:09:37.334Z+ [[ main != bump-console-46f3fd84 ]]
852026-08-29T04:09:37.334Z+ git branch -f bump-console-46f3fd84 89aef0a67f380506ea016c0207fbb8df51b2d21d
862026-08-29T04:09:37.337Z+ git checkout -f bump-console-46f3fd84
872026-08-29T04:09:37.593ZSwitched to branch 'bump-console-46f3fd84'
882026-08-29T04:09:37.596Z+ git reset --hard 89aef0a67f380506ea016c0207fbb8df51b2d21d
892026-08-29T04:09:37.613ZHEAD is now at 89aef0a67 Bump web console
902026-08-29T04:09:37.617Zprocess exited: duration 13250 ms, exit code 0
 
912026-08-29T04:09:37.623Zstarting task 4: "build"
922026-08-29T04:09:37.627Z+ source ./env.sh
932026-08-29T04:09:37.628Z++ OLD_SHELL_OPTS=ehxB
942026-08-29T04:09:37.628Z++ set -o xtrace
952026-08-29T04:09:37.631Z++++ dirname ./env.sh
962026-08-29T04:09:37.632Z+++ readlink -f .
972026-08-29T04:09:37.635Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ 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-29T04:09:37.636Z++ case $OLD_SHELL_OPTS in
1092026-08-29T04:09:37.636Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-29T04:09:37.637Z+ source .github/buildomat/ci-env.sh
1112026-08-29T04:09:37.637Z++ export CARGO_TERM_COLOR=always
1122026-08-29T04:09:37.637Z++ CARGO_TERM_COLOR=always
1132026-08-29T04:09:37.637Z+++ uname -s
1142026-08-29T04:09:37.637Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-29T04:09:37.637Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-29T04:09:37.637Z+ cargo --version
1172026-08-29T04:09:37.644Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-29T04:09:37.647Z+ rustc --version
1192026-08-29T04:09:37.667Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-29T04:09:37.670Z+ banner prerequisites
1212026-08-29T04:09:37.673Z
1222026-08-29T04:09:37.673Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-29T04:09:37.673Z # # # # # # # # # # # # # # #
1242026-08-29T04:09:37.673Z # # # # ##### # # ##### # # # # # #### #
1252026-08-29T04:09:37.673Z ##### ##### # ##### # # # # # # # # #
1262026-08-29T04:09:37.673Z # # # # # # # # # # # # # # #
1272026-08-29T04:09:37.673Z # # # ###### # # ###### ### # #### # #### #
1282026-08-29T04:09:37.673Z
1292026-08-29T04:09:37.673Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-29T04:09:39.706Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-29T04:09:40.111Z Startup: Caching catalogs ... Done
1322026-08-29T04:09:42.454ZPlanning: Solver setup ... Done (2.218s)
1332026-08-29T04:09:42.518ZPlanning: Running solver ... Done (0.064s)
1342026-08-29T04:09:42.568ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-29T04:09:42.580ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-29T04:09:42.595ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-29T04:09:42.608ZPlanning: Package planning ... Done (0.013s)
1382026-08-29T04:09:42.612ZPlanning: Merging actions ... Done (0.001s)
1392026-08-29T04:09:42.838ZPlanning: Checking for conflicting actions ... Done (0.228s)
1402026-08-29T04:09:42.843ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-29T04:09:43.622ZPlanning: Evaluating mediators ... Done (0.783s)
1422026-08-29T04:09:43.625ZPlanning: Planning completed in 3.47 seconds
1432026-08-29T04:09:43.630Z Packages to install: 2
1442026-08-29T04:09:43.633Z Estimated space available: 156.00 GB
1452026-08-29T04:09:43.635ZEstimated space to be consumed: 83.65 MB
1462026-08-29T04:09:43.635Z Create boot environment: No
1472026-08-29T04:09:43.635ZCreate backup boot environment: No
1482026-08-29T04:09:43.635Z Rebuild boot archive: No
1492026-08-29T04:09:43.635Z
1502026-08-29T04:09:43.635ZChanged packages:
1512026-08-29T04:09:43.635Zhelios
1522026-08-29T04:09:43.635Z developer/build-essential
1532026-08-29T04:09:43.636Z None -> 11-3.0
1542026-08-29T04:09:43.636Z library/libxmlsec1
1552026-08-29T04:09:43.636Z None -> 1.2.35-3.0
1562026-08-29T04:09:43.656Z
1572026-08-29T04:09:43.656ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-29T04:09:43.723ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1592026-08-29T04:09:43.780Z Actions: 1/268 actions (Installing new actions)
1602026-08-29T04:09:43.817Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-29T04:09:43.854ZFinalize: Updating package state database ... Done (0.037s)
1622026-08-29T04:09:43.858ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-29T04:09:43.951ZFinalize: Updating image state ... Done (0.096s)
1642026-08-29T04:09:46.406ZFinalize: Creating fast lookup database ... Done (2.404s)
1652026-08-29T04:09:46.473ZFinalize: Reading search index ... Done (0.012s)
1662026-08-29T04:09:46.476ZFinalize: Updating search index ... Done (0.000s)
1672026-08-29T04:09:46.578ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-29T04:09:46.950ZPlanning: Evaluating mediator changes ... Done
1692026-08-29T04:09:47.054ZPlanning: Checking for conflicting actions ... Done
1702026-08-29T04:09:47.060ZPlanning: Consolidating action changes ... Done
1712026-08-29T04:09:47.211ZPlanning: Evaluating mediators ... Done
1722026-08-29T04:09:47.214ZPlanning: Planning completed in 0.26 seconds
1732026-08-29T04:09:47.233Z Mediators to change: 2
1742026-08-29T04:09:47.233Z Create boot environment: No
1752026-08-29T04:09:47.233ZCreate backup boot environment: No
1762026-08-29T04:09:47.278ZFinalize: Updating package state database ... Done
1772026-08-29T04:09:47.278ZFinalize: Updating package cache ... Done
1782026-08-29T04:09:47.333ZFinalize: Updating image state ... Done
1792026-08-29T04:09:49.281ZFinalize: Creating fast lookup database ... Done
1802026-08-29T04:09:49.342ZFinalize: Reading search index ... Done
1812026-08-29T04:09:49.346ZFinalize: Updating search index ... Done
1822026-08-29T04:09:49.402ZFinalize: Updating package cache ... Done
1832026-08-29T04:09:49.692ZPlanning: Evaluating mediator changes ... Done
1842026-08-29T04:09:49.795ZPlanning: Checking for conflicting actions ... Done
1852026-08-29T04:09:49.798ZPlanning: Consolidating action changes ... Done
1862026-08-29T04:09:49.950ZPlanning: Evaluating mediators ... Done
1872026-08-29T04:09:49.954ZPlanning: Planning completed in 0.26 seconds
1882026-08-29T04:09:49.973Z Mediators to change: 1
1892026-08-29T04:09:49.973Z Create boot environment: No
1902026-08-29T04:09:49.973ZCreate backup boot environment: No
1912026-08-29T04:09:50.012ZFinalize: Updating package state database ... Done
1922026-08-29T04:09:50.012ZFinalize: Updating package cache ... Done
1932026-08-29T04:09:50.068ZFinalize: Updating image state ... Done
1942026-08-29T04:09:51.993ZFinalize: Creating fast lookup database ... Done
1952026-08-29T04:09:52.055ZFinalize: Reading search index ... Done
1962026-08-29T04:09:52.058ZFinalize: Updating search index ... Done
1972026-08-29T04:09:52.105ZFinalize: Updating package cache ... Done
1982026-08-29T04:09:52.417ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-29T04:09:52.418Zapache system 2.4 system
2002026-08-29T04:09:52.418Zclang system 15 system
2012026-08-29T04:09:52.418Zcsh system system illumos
2022026-08-29T04:09:52.418Zctags system system illumos
2032026-08-29T04:09:52.418Zfile vendor vendor darwinsys
2042026-08-29T04:09:52.418Zfile system system illumos
2052026-08-29T04:09:52.418Zgcc vendor 14 vendor
2062026-08-29T04:09:52.418Zgcc system 13 system
2072026-08-29T04:09:52.418Zgcc system 10 system
2082026-08-29T04:09:52.418Zgo system 1.25 system
2092026-08-29T04:09:52.418Zllvm system 15 system
2102026-08-29T04:09:52.418Zmariadb system 11.4 system
2112026-08-29T04:09:52.418Zmta vendor vendor dma
2122026-08-29T04:09:52.419Zopenjdk system 17 system
2132026-08-29T04:09:52.419Zopenjdk system 11 system
2142026-08-29T04:09:52.419Zopenssl vendor 3 vendor
2152026-08-29T04:09:52.419Zperl system 5.40 system
2162026-08-29T04:09:52.419Zpostgresql system 18 system
2172026-08-29T04:09:52.419Zpostgresql system 17 system
2182026-08-29T04:09:52.419Zpython vendor 3 vendor
2192026-08-29T04:09:52.419Zpython system 2 system
2202026-08-29T04:09:52.419Zpython3 vendor 3.13 vendor
2212026-08-29T04:09:52.419Zruby system 3.4 system
2222026-08-29T04:09:52.419Zruby system 3.0 system
2232026-08-29T04:09:52.419Zwords vendor vendor american-english
2242026-08-29T04:09:52.419Zwords system system australian-english
2252026-08-29T04:09:52.420Zwords system system british-english
2262026-08-29T04:09:52.420Zwords system system canadian-english
2272026-08-29T04:09:52.420Zwords system system french
2282026-08-29T04:09:52.420Zwords system system italian
2292026-08-29T04:09:52.420Zwords system system ngerman
2302026-08-29T04:09:52.420Zwords system system ogerman
2312026-08-29T04:09:52.420Zwords system system spanish
2322026-08-29T04:09:52.670ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-29T04:09:52.670Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-29T04:09:53.175ZFMRI IFO
2352026-08-29T04:09:53.175Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-29T04:09:53.175Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-29T04:09:53.175Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-29T04:09:53.175Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-29T04:09:53.175Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-29T04:09:53.175Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-29T04:09:53.175Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-29T04:09:53.175Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-29T04:09:53.175Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-29T04:09:53.519Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-29T04:09:53.882Z Updating crates.io index
2462026-08-29T04:09:53.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-29T04:09:54.179Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-29T04:09:54.544Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-29T04:09:54.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-29T04:09:55.801Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-29T04:09:56.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-29T04:09:58.074Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-29T04:09:58.994Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-29T04:09:59.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-29T04:09:59.679Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-29T04:10:00.842Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-29T04:10:01.436Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-29T04:10:02.042Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-29T04:10:02.314Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-29T04:10:02.608Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-29T04:10:02.886Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-29T04:10:03.183Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-29T04:10:03.445Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-29T04:10:03.765Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-29T04:10:04.169Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-29T04:10:04.699Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-29T04:10:05.011Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-29T04:10:05.551Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-29T04:10:05.879Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-29T04:10:06.146Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-29T04:10:06.711Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-29T04:10:06.988Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-29T04:10:07.419Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-29T04:10:07.755Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-29T04:10:08.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-29T04:10:08.397Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-29T04:10:08.768Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-29T04:10:09.337Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-29T04:10:09.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-29T04:10:10.176Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-29T04:10:10.509Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-29T04:10:10.853Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-29T04:10:11.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-29T04:10:11.452Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-29T04:10:11.750Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-29T04:10:12.043Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-08-29T04:10:12.478Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-29T04:10:15.155Z Downloading crates ...
2892026-08-29T04:10:15.180Z Downloaded zerocopy-derive v0.7.35
2902026-08-29T04:10:15.180Z Downloaded zmij v1.0.21
2912026-08-29T04:10:15.180Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-29T04:10:15.180Z Downloaded anstream v1.0.0
2932026-08-29T04:10:15.180Z Downloaded anstyle-query v1.1.5
2942026-08-29T04:10:15.180Z Downloaded toml_write v0.1.2
2952026-08-29T04:10:15.184Z Downloaded autocfg v1.5.0
2962026-08-29T04:10:15.185Z Downloaded log v0.4.33
2972026-08-29T04:10:15.185Z Downloaded zerocopy v0.7.35
2982026-08-29T04:10:15.203Z Downloaded cpufeatures v0.2.17
2992026-08-29T04:10:15.203Z Downloaded fastrand v2.3.0
3002026-08-29T04:10:15.203Z Downloaded generic-array v0.14.7
3012026-08-29T04:10:15.203Z Downloaded clap_lex v1.0.0
3022026-08-29T04:10:15.204Z Downloaded cargo-platform v0.3.2
3032026-08-29T04:10:15.204Z Downloaded sha2 v0.10.9
3042026-08-29T04:10:15.204Z Downloaded camino-tempfile v1.4.1
3052026-08-29T04:10:15.204Z Downloaded cargo_metadata v0.23.1
3062026-08-29T04:10:15.204Z Downloaded crypto-common v0.1.7
3072026-08-29T04:10:15.247Z Downloaded once_cell v1.21.3
3082026-08-29T04:10:15.247Z Downloaded proc-macro2 v1.0.106
3092026-08-29T04:10:15.248Z Downloaded clap_derive v4.6.1
3102026-08-29T04:10:15.248Z Downloaded clap v4.6.1
3112026-08-29T04:10:15.248Z Downloaded serde v1.0.228
3122026-08-29T04:10:15.248Z Downloaded pest_derive v2.8.6
3132026-08-29T04:10:15.248Z Downloaded equivalent v1.0.2
3142026-08-29T04:10:15.248Z Downloaded errno v0.3.14
3152026-08-29T04:10:15.248Z Downloaded pest v2.8.6
3162026-08-29T04:10:15.248Z Downloaded fnv v1.0.7
3172026-08-29T04:10:15.248Z Downloaded bytecount v0.6.9
3182026-08-29T04:10:15.263Z Downloaded bitflags v2.11.0
3192026-08-29T04:10:15.264Z Downloaded block-buffer v0.10.4
3202026-08-29T04:10:15.264Z Downloaded swrite v0.1.0
3212026-08-29T04:10:15.264Z Downloaded thread-id v4.2.2
3222026-08-29T04:10:15.264Z Downloaded dtrace-parser v0.2.0
3232026-08-29T04:10:15.264Z Downloaded byteorder v1.5.0
3242026-08-29T04:10:15.264Z Downloaded macaddr v1.0.1
3252026-08-29T04:10:15.264Z Downloaded heck v0.5.0
3262026-08-29T04:10:15.264Z Downloaded unicode-linebreak v0.1.5
3272026-08-29T04:10:15.264Z Downloaded utf8parse v0.2.2
3282026-08-29T04:10:15.264Z Downloaded cfg-if v1.0.4
3292026-08-29T04:10:15.264Z Downloaded scroll_derive v0.12.1
3302026-08-29T04:10:15.264Z Downloaded anstyle v1.0.14
3312026-08-29T04:10:15.264Z Downloaded anstyle-parse v1.0.0
3322026-08-29T04:10:15.264Z Downloaded colorchoice v1.0.4
3332026-08-29T04:10:15.264Z Downloaded getrandom v0.4.3
3342026-08-29T04:10:15.272Z Downloaded plain v0.2.3
3352026-08-29T04:10:15.273Z Downloaded usdt-macro v0.5.0
3362026-08-29T04:10:15.273Z Downloaded serde_spanned v0.6.9
3372026-08-29T04:10:15.273Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-29T04:10:15.273Z Downloaded terminal_size v0.4.3
3392026-08-29T04:10:15.298Z Downloaded itoa v1.0.17
3402026-08-29T04:10:15.298Z Downloaded usdt-attr-macro v0.5.0
3412026-08-29T04:10:15.298Z Downloaded usdt-impl v0.5.0
3422026-08-29T04:10:15.300Z Downloaded thiserror-impl v2.0.18
3432026-08-29T04:10:15.331Z Downloaded dof v0.3.0
3442026-08-29T04:10:15.331Z Downloaded digest v0.10.7
3452026-08-29T04:10:15.331Z Downloaded fs-err v3.3.0
3462026-08-29T04:10:15.331Z Downloaded proc-macro-error v1.0.4
3472026-08-29T04:10:15.331Z Downloaded smawk v0.3.2
3482026-08-29T04:10:15.331Z Downloaded toml_datetime v0.6.11
3492026-08-29T04:10:15.331Z Downloaded usdt v0.5.0
3502026-08-29T04:10:15.332Z Downloaded strsim v0.11.1
3512026-08-29T04:10:15.332Z Downloaded memmap v0.7.0
3522026-08-29T04:10:15.332Z Downloaded tabled_derive v0.7.0
3532026-08-29T04:10:15.332Z Downloaded thiserror-impl v1.0.69
3542026-08-29T04:10:15.375Z Downloaded cargo_toml v0.21.0
3552026-08-29T04:10:15.376Z Downloaded quote v1.0.45
3562026-08-29T04:10:15.376Z Downloaded serde_tokenstream v0.2.3
3572026-08-29T04:10:15.376Z Downloaded thiserror v2.0.18
3582026-08-29T04:10:15.376Z Downloaded camino v1.2.5
3592026-08-29T04:10:15.376Z Downloaded version_check v0.9.5
3602026-08-29T04:10:15.376Z Downloaded pest_generator v2.8.6
3612026-08-29T04:10:15.376Z Downloaded scroll v0.12.0
3622026-08-29T04:10:15.376Z Downloaded heck v0.4.1
3632026-08-29T04:10:15.376Z Downloaded pretty-hex v0.4.1
3642026-08-29T04:10:15.376Z Downloaded ucd-trie v0.1.7
3652026-08-29T04:10:15.377Z Downloaded thiserror v1.0.69
3662026-08-29T04:10:15.377Z Downloaded anyhow v1.0.104
3672026-08-29T04:10:15.378Z Downloaded clap_builder v4.6.0
3682026-08-29T04:10:15.378Z Downloaded tempfile v3.27.0
3692026-08-29T04:10:15.378Z Downloaded toml v0.8.23
3702026-08-29T04:10:15.378Z Downloaded unicode-ident v1.0.24
3712026-08-29T04:10:15.378Z Downloaded serde_derive v1.0.228
3722026-08-29T04:10:15.390Z Downloaded papergrid v0.11.0
3732026-08-29T04:10:15.390Z Downloaded pest_meta v2.8.6
3742026-08-29T04:10:15.390Z Downloaded semver v1.0.28
3752026-08-29T04:10:15.390Z Downloaded textwrap v0.16.2
3762026-08-29T04:10:15.390Z Downloaded serde_core v1.0.228
3772026-08-29T04:10:15.390Z Downloaded toml_edit v0.22.27
3782026-08-29T04:10:15.420Z Downloaded typenum v1.20.1
3792026-08-29T04:10:15.420Z Downloaded indexmap v2.14.0
3802026-08-29T04:10:15.455Z Downloaded hashbrown v0.17.0
3812026-08-29T04:10:15.456Z Downloaded memchr v2.8.0
3822026-08-29T04:10:15.456Z Downloaded goblin v0.8.2
3832026-08-29T04:10:15.487Z Downloaded serde_json v1.0.151
3842026-08-29T04:10:15.487Z Downloaded winnow v0.7.14
3852026-08-29T04:10:15.487Z Downloaded tabled v0.15.0
3862026-08-29T04:10:15.519Z Downloaded syn v1.0.109
3872026-08-29T04:10:15.519Z Downloaded unicode-width v0.2.0
3882026-08-29T04:10:15.520Z Downloaded unicode-width v0.1.14
3892026-08-29T04:10:15.599Z Downloaded syn v2.0.117
3902026-08-29T04:10:15.599Z Downloaded rustix v1.1.4
3912026-08-29T04:10:15.599Z Downloaded libc v0.2.185
3922026-08-29T04:10:15.694Z Compiling proc-macro2 v1.0.106
3932026-08-29T04:10:15.694Z Compiling quote v1.0.45
3942026-08-29T04:10:15.694Z Compiling unicode-ident v1.0.24
3952026-08-29T04:10:15.694Z Compiling serde_core v1.0.228
3962026-08-29T04:10:15.694Z Compiling libc v0.2.185
3972026-08-29T04:10:15.694Z Compiling version_check v0.9.5
3982026-08-29T04:10:15.694Z Compiling memchr v2.8.0
3992026-08-29T04:10:15.694Z Compiling serde v1.0.228
4002026-08-29T04:10:15.950Z Compiling zmij v1.0.21
4012026-08-29T04:10:16.176Z Compiling itoa v1.0.17
4022026-08-29T04:10:16.194Z Compiling ucd-trie v0.1.7
4032026-08-29T04:10:16.334Z Compiling thiserror v1.0.69
4042026-08-29T04:10:16.398Z Compiling pest v2.8.6
4052026-08-29T04:10:16.470Z Compiling byteorder v1.5.0
4062026-08-29T04:10:16.561Z Compiling rustix v1.1.4
4072026-08-29T04:10:16.692Z Compiling errno v0.3.14
4082026-08-29T04:10:16.843Z Compiling bitflags v2.11.0
4092026-08-29T04:10:16.917Z Compiling serde_json v1.0.151
4102026-08-29T04:10:17.083Z Compiling syn v2.0.117
4112026-08-29T04:10:17.092Z Compiling thread-id v4.2.2
4122026-08-29T04:10:17.177Z Compiling proc-macro-error-attr v1.0.4
4132026-08-29T04:10:17.198Z Compiling usdt-impl v0.5.0
4142026-08-29T04:10:17.316Z Compiling syn v1.0.109
4152026-08-29T04:10:17.365Z Compiling camino v1.2.5
4162026-08-29T04:10:17.513Z Compiling pest_meta v2.8.6
4172026-08-29T04:10:17.671Z Compiling proc-macro-error v1.0.4
4182026-08-29T04:10:17.704Z Compiling equivalent v1.0.2
4192026-08-29T04:10:17.736Z Compiling getrandom v0.4.3
4202026-08-29T04:10:17.796Z Compiling hashbrown v0.17.0
4212026-08-29T04:10:17.857Z Compiling log v0.4.33
4222026-08-29T04:10:18.104Z Compiling plain v0.2.3
4232026-08-29T04:10:18.136Z Compiling utf8parse v0.2.2
4242026-08-29T04:10:18.242Z Compiling anstyle-parse v1.0.0
4252026-08-29T04:10:18.258Z Compiling terminal_size v0.4.3
4262026-08-29T04:10:18.365Z Compiling indexmap v2.14.0
4272026-08-29T04:10:18.832Z Compiling anstyle-query v1.1.5
4282026-08-29T04:10:18.958Z Compiling toml_write v0.1.2
4292026-08-29T04:10:18.987Z Compiling cfg-if v1.0.4
4302026-08-29T04:10:19.019Z Compiling thiserror v2.0.18
4312026-08-29T04:10:19.062Z Compiling colorchoice v1.0.4
4322026-08-29T04:10:19.085Z Compiling is_terminal_polyfill v1.70.2
4332026-08-29T04:10:19.142Z Compiling pretty-hex v0.4.1
4342026-08-29T04:10:19.152Z Compiling winnow v0.7.14
4352026-08-29T04:10:19.181Z Compiling autocfg v1.5.0
4362026-08-29T04:10:19.183Z Compiling anstyle v1.0.14
4372026-08-29T04:10:19.339Z Compiling pest_generator v2.8.6
4382026-08-29T04:10:19.409Z Compiling anstream v1.0.0
4392026-08-29T04:10:19.525Z Compiling bytecount v0.6.9
4402026-08-29T04:10:19.559Z Compiling heck v0.4.1
4412026-08-29T04:10:19.594Z Compiling fs-err v3.3.0
4422026-08-29T04:10:19.719Z Compiling strsim v0.11.1
4432026-08-29T04:10:19.780Z Compiling unicode-width v0.1.14
4442026-08-29T04:10:19.795Z Compiling heck v0.5.0
4452026-08-29T04:10:19.961Z Compiling fastrand v2.3.0
4462026-08-29T04:10:20.021Z Compiling once_cell v1.21.3
4472026-08-29T04:10:20.025Z Compiling clap_lex v1.0.0
4482026-08-29T04:10:20.055Z Compiling anyhow v1.0.104
4492026-08-29T04:10:20.068Z Compiling fnv v1.0.7
4502026-08-29T04:10:20.189Z Compiling tempfile v3.27.0
4512026-08-29T04:10:20.233Z Compiling clap_builder v4.6.0
4522026-08-29T04:10:20.244Z Compiling papergrid v0.11.0
4532026-08-29T04:10:20.378Z Compiling semver v1.0.28
4542026-08-29T04:10:20.526Z Compiling tabled_derive v0.7.0
4552026-08-29T04:10:20.556Z Compiling cargo-platform v0.3.2
4562026-08-29T04:10:20.619Z Compiling memmap v0.7.0
4572026-08-29T04:10:20.629Z Compiling smawk v0.3.2
4582026-08-29T04:10:20.701Z Compiling unicode-linebreak v0.1.5
4592026-08-29T04:10:20.756Z Compiling unicode-width v0.2.0
4602026-08-29T04:10:20.824Z Compiling camino-tempfile v1.4.1
4612026-08-29T04:10:20.977Z Compiling serde_derive v1.0.228
4622026-08-29T04:10:21.028Z Compiling thiserror-impl v1.0.69
4632026-08-29T04:10:21.049Z Compiling zerocopy-derive v0.7.35
4642026-08-29T04:10:21.113Z Compiling pest_derive v2.8.6
4652026-08-29T04:10:21.234Z Compiling scroll_derive v0.12.1
4662026-08-29T04:10:21.424Z Compiling thiserror-impl v2.0.18
4672026-08-29T04:10:21.564Z Compiling clap_derive v4.6.1
4682026-08-29T04:10:21.652Z Compiling tabled v0.15.0
4692026-08-29T04:10:21.894Z Compiling scroll v0.12.0
4702026-08-29T04:10:21.918Z Compiling zerocopy v0.7.35
4712026-08-29T04:10:22.221Z Compiling goblin v0.8.2
4722026-08-29T04:10:22.415Z Compiling dtrace-parser v0.2.0
4732026-08-29T04:10:22.526Z Compiling textwrap v0.16.2
4742026-08-29T04:10:22.930Z Compiling swrite v0.1.0
4752026-08-29T04:10:23.341Z Compiling clap v4.6.1
4762026-08-29T04:10:24.027Z Compiling toml_datetime v0.6.11
4772026-08-29T04:10:24.027Z Compiling serde_spanned v0.6.9
4782026-08-29T04:10:24.033Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-29T04:10:24.033Z Compiling cargo_metadata v0.23.1
4802026-08-29T04:10:24.033Z Compiling macaddr v1.0.1
4812026-08-29T04:10:24.092Z Compiling dof v0.3.0
4822026-08-29T04:10:24.112Z Compiling serde_tokenstream v0.2.3
4832026-08-29T04:10:24.213Z Compiling toml_edit v0.22.27
4842026-08-29T04:10:24.827Z Compiling usdt-attr-macro v0.5.0
4852026-08-29T04:10:24.844Z Compiling usdt-macro v0.5.0
4862026-08-29T04:10:25.414Z Compiling usdt v0.5.0
4872026-08-29T04:10:25.551Z Compiling toml v0.8.23
4882026-08-29T04:10:25.851Z Compiling cargo_toml v0.21.0
4892026-08-29T04:10:27.156Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-29T04:10:29.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
4912026-08-29T04:10:29.346Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-29T04:10:29.857Z Downloading crates ...
4932026-08-29T04:10:29.903Z Downloaded atty v0.2.14
4942026-08-29T04:10:29.910Z Downloaded atomic-waker v1.1.2
4952026-08-29T04:10:29.916Z Downloaded bitfield-macros v0.19.4
4962026-08-29T04:10:29.920Z Downloaded ciborium-ll v0.2.2
4972026-08-29T04:10:29.923Z Downloaded bit-vec v0.6.3
4982026-08-29T04:10:29.932Z Downloaded base64 v0.22.1
4992026-08-29T04:10:29.937Z Downloaded compression-core v0.4.31
5002026-08-29T04:10:29.937Z Downloaded bitflags v1.3.2
5012026-08-29T04:10:29.937Z Downloaded env_filter v2.0.0
5022026-08-29T04:10:29.937Z Downloaded futures-task v0.3.32
5032026-08-29T04:10:29.943Z Downloaded flagset v0.4.7
5042026-08-29T04:10:29.943Z Downloaded bzip2 v0.4.4
5052026-08-29T04:10:29.943Z Downloaded foreign-types-macros v0.2.3
5062026-08-29T04:10:29.947Z Downloaded form_urlencoded v1.2.2
5072026-08-29T04:10:29.947Z Downloaded hostname v0.3.1
5082026-08-29T04:10:29.947Z Downloaded hash32 v0.3.1
5092026-08-29T04:10:29.947Z Downloaded hubpack_derive v0.1.1
5102026-08-29T04:10:29.952Z Downloaded bit-set v0.5.3
5112026-08-29T04:10:29.952Z Downloaded futures-io v0.3.32
5122026-08-29T04:10:29.952Z Downloaded http-body v1.0.1
5132026-08-29T04:10:29.952Z Downloaded globwalk v0.9.1
5142026-08-29T04:10:29.956Z Downloaded fd-lock v4.0.4
5152026-08-29T04:10:29.956Z Downloaded generic-array v1.4.3
5162026-08-29T04:10:29.957Z Downloaded enum_dispatch v0.3.13
5172026-08-29T04:10:29.962Z Downloaded base16ct v1.0.0
5182026-08-29T04:10:29.962Z Downloaded arrayref v0.3.9
5192026-08-29T04:10:29.963Z Downloaded ff v0.13.1
5202026-08-29T04:10:29.963Z Downloaded ff v0.14.0
5212026-08-29T04:10:29.966Z Downloaded getrandom v0.3.4
5222026-08-29T04:10:29.966Z Downloaded hybrid-array v0.4.13
5232026-08-29T04:10:29.966Z Downloaded assert_matches v1.5.0
5242026-08-29T04:10:29.968Z Downloaded backoff v0.4.0
5252026-08-29T04:10:29.968Z Downloaded anstyle-parse v0.2.7
5262026-08-29T04:10:29.972Z Downloaded arrayvec v0.7.6
5272026-08-29T04:10:29.972Z Downloaded bumpalo v3.20.2
5282026-08-29T04:10:29.974Z Downloaded const-oid v0.10.2
5292026-08-29T04:10:29.974Z Downloaded bcrypt-pbkdf v0.11.0
5302026-08-29T04:10:29.979Z Downloaded backtrace-ext v0.2.1
5312026-08-29T04:10:29.979Z Downloaded foreign-types-shared v0.1.1
5322026-08-29T04:10:29.980Z Downloaded fxhash v0.2.1
5332026-08-29T04:10:29.980Z Downloaded aead v0.5.2
5342026-08-29T04:10:29.980Z Downloaded adler2 v2.0.1
5352026-08-29T04:10:29.980Z Downloaded aead v0.6.1
5362026-08-29T04:10:29.984Z Downloaded endian-type v0.1.2
5372026-08-29T04:10:29.985Z Downloaded float-ord v0.3.2
5382026-08-29T04:10:29.985Z Downloaded futures-core v0.3.32
5392026-08-29T04:10:29.985Z Downloaded fs_extra v1.3.0
5402026-08-29T04:10:29.988Z Downloaded async-stream v0.3.6
5412026-08-29T04:10:29.988Z Downloaded bb8 v0.8.6
5422026-08-29T04:10:29.988Z Downloaded expectorate v1.2.0
5432026-08-29T04:10:29.988Z Downloaded fatfs v0.3.6
5442026-08-29T04:10:29.991Z Downloaded funty v2.0.0
5452026-08-29T04:10:29.991Z Downloaded futures-sink v0.3.32
5462026-08-29T04:10:30.003Z Downloaded async-recursion v1.1.1
5472026-08-29T04:10:30.006Z Downloaded ascii-canvas v3.0.0
5482026-08-29T04:10:30.006Z Downloaded backon v1.6.0
5492026-08-29T04:10:30.006Z Downloaded float-cmp v0.10.0
5502026-08-29T04:10:30.007Z Downloaded git-stub v1.0.0
5512026-08-29T04:10:30.007Z Downloaded addr2line v0.25.1
5522026-08-29T04:10:30.007Z Downloaded hostname v0.4.2
5532026-08-29T04:10:30.007Z Downloaded foreign-types v0.3.2
5542026-08-29T04:10:30.013Z Downloaded foreign-types-shared v0.3.1
5552026-08-29T04:10:30.020Z Downloaded gethostname v0.5.0
5562026-08-29T04:10:30.020Z Downloaded bit-set v0.8.0
5572026-08-29T04:10:30.020Z Downloaded foreign-types v0.5.0
5582026-08-29T04:10:30.020Z Downloaded ciborium-io v0.2.2
5592026-08-29T04:10:30.020Z Downloaded array-init v0.0.4
5602026-08-29T04:10:30.020Z Downloaded async-stream-impl v0.3.6
5612026-08-29T04:10:30.020Z Downloaded atomicwrites v0.4.4
5622026-08-29T04:10:30.033Z Downloaded block-buffer v0.12.1
5632026-08-29T04:10:30.033Z Downloaded enum-as-inner v0.6.1
5642026-08-29T04:10:30.034Z Downloaded env_logger v0.11.11
5652026-08-29T04:10:30.034Z Downloaded fallible-iterator v0.2.0
5662026-08-29T04:10:30.034Z Downloaded bitfield-struct v0.6.2
5672026-08-29T04:10:30.039Z Downloaded cobs v0.3.0
5682026-08-29T04:10:30.040Z Downloaded cfg_aliases v0.2.1
5692026-08-29T04:10:30.040Z Downloaded headers-core v0.3.0
5702026-08-29T04:10:30.040Z Downloaded home v0.5.12
5712026-08-29T04:10:30.040Z Downloaded httpdate v1.0.3
5722026-08-29T04:10:30.046Z Downloaded cfg_aliases v0.1.1
5732026-08-29T04:10:30.046Z Downloaded http-range v0.1.5
5742026-08-29T04:10:30.046Z Downloaded fixedbitset v0.4.2
5752026-08-29T04:10:30.051Z Downloaded block-padding v0.4.2
5762026-08-29T04:10:30.052Z Downloaded nibble_vec v0.1.0
5772026-08-29T04:10:30.059Z Downloaded async-trait v0.1.89
5782026-08-29T04:10:30.059Z Downloaded bcs v0.1.6
5792026-08-29T04:10:30.059Z Downloaded cmake v0.1.57
5802026-08-29T04:10:30.059Z Downloaded futures-macro v0.3.32
5812026-08-29T04:10:30.059Z Downloaded ghash v0.6.0
5822026-08-29T04:10:30.059Z Downloaded hex-literal v1.1.0
5832026-08-29T04:10:30.065Z Downloaded hex v0.4.3
5842026-08-29T04:10:30.065Z Downloaded hash32 v0.2.1
5852026-08-29T04:10:30.065Z Downloaded opaque-debug v0.3.1
5862026-08-29T04:10:30.065Z Downloaded parse-display v0.10.0
5872026-08-29T04:10:30.070Z Downloaded castaway v0.2.4
5882026-08-29T04:10:30.074Z Downloaded normalize-line-endings v0.3.0
5892026-08-29T04:10:30.074Z Downloaded num_threads v0.1.7
5902026-08-29T04:10:30.074Z Downloaded num-iter v0.1.45
5912026-08-29T04:10:30.074Z Downloaded oxide-generation-macros v0.2.0
5922026-08-29T04:10:30.074Z Downloaded filetime v0.2.27
5932026-08-29T04:10:30.075Z Downloaded humantime v2.3.0
5942026-08-29T04:10:30.079Z Downloaded foldhash v0.1.5
5952026-08-29T04:10:30.080Z Downloaded base64ct v1.8.3
5962026-08-29T04:10:30.080Z Downloaded bit-vec v0.8.0
5972026-08-29T04:10:30.080Z Downloaded http-body-util v0.1.3
5982026-08-29T04:10:30.089Z Downloaded highway v1.3.0
5992026-08-29T04:10:30.089Z Downloaded allocator-api2 v0.2.21
6002026-08-29T04:10:30.089Z Downloaded argon2 v0.5.3
6012026-08-29T04:10:30.089Z Downloaded foldhash v0.2.0
6022026-08-29T04:10:30.089Z Downloaded git-stub-vcs v0.1.0
6032026-08-29T04:10:30.093Z Downloaded hmac v0.12.1
6042026-08-29T04:10:30.093Z Downloaded httparse v1.10.1
6052026-08-29T04:10:30.093Z Downloaded powerfmt v0.2.0
6062026-08-29T04:10:30.093Z Downloaded rfc6979 v0.4.0
6072026-08-29T04:10:30.093Z Downloaded phf_shared v0.13.1
6082026-08-29T04:10:30.093Z Downloaded rand_xorshift v0.4.0
6092026-08-29T04:10:30.093Z Downloaded psl-types v2.0.11
6102026-08-29T04:10:30.093Z Downloaded rustc-hash v2.1.1
6112026-08-29T04:10:30.102Z Downloaded serde_bytes v0.11.19
6122026-08-29T04:10:30.102Z Downloaded sha1 v0.10.6
6132026-08-29T04:10:30.102Z Downloaded signature v2.2.0
6142026-08-29T04:10:30.106Z Downloaded base16ct v0.2.0
6152026-08-29T04:10:30.106Z Downloaded bitfield v0.19.4
6162026-08-29T04:10:30.106Z Downloaded sqlparser_derive v0.5.0
6172026-08-29T04:10:30.106Z Downloaded hubpack v0.1.2
6182026-08-29T04:10:30.115Z Downloaded globset v0.4.18
6192026-08-29T04:10:30.116Z Downloaded group v0.13.0
6202026-08-29T04:10:30.116Z Downloaded find-msvc-tools v0.1.9
6212026-08-29T04:10:30.118Z Downloaded anstream v0.6.21
6222026-08-29T04:10:30.124Z Downloaded fs-err v2.11.0
6232026-08-29T04:10:30.124Z Downloaded group v0.14.0
6242026-08-29T04:10:30.124Z Downloaded glob v0.3.3
6252026-08-29T04:10:30.125Z Downloaded chacha20 v0.9.1
6262026-08-29T04:10:30.125Z Downloaded bs58 v0.5.1
6272026-08-29T04:10:30.125Z Downloaded cipher v0.4.4
6282026-08-29T04:10:30.125Z Downloaded cipher v0.5.2
6292026-08-29T04:10:30.125Z Downloaded fixedbitset v0.5.7
6302026-08-29T04:10:30.126Z Downloaded peg-macros v0.8.5
6312026-08-29T04:10:30.131Z Downloaded peg v0.8.5
6322026-08-29T04:10:30.131Z Downloaded secrecy v0.8.0
6332026-08-29T04:10:30.131Z Downloaded blowfish v0.10.0
6342026-08-29T04:10:30.131Z Downloaded camino-tempfile-ext v0.3.3
6352026-08-29T04:10:30.135Z Downloaded stable_deref_trait v1.2.1
6362026-08-29T04:10:30.135Z Downloaded futures-channel v0.3.32
6372026-08-29T04:10:30.135Z Downloaded supports-unicode v3.0.0
6382026-08-29T04:10:30.135Z Downloaded async-bb8-diesel v0.2.1
6392026-08-29T04:10:30.135Z Downloaded ppv-lite86 v0.2.21
6402026-08-29T04:10:30.135Z Downloaded psm v0.1.30
6412026-08-29T04:10:30.139Z Downloaded erased-serde v0.3.31
6422026-08-29T04:10:30.139Z Downloaded hmac v0.13.0
6432026-08-29T04:10:30.139Z Downloaded cmov v0.5.4
6442026-08-29T04:10:30.139Z Downloaded compression-codecs v0.4.37
6452026-08-29T04:10:30.144Z Downloaded getrandom v0.2.17
6462026-08-29T04:10:30.144Z Downloaded byte-wrapper v0.1.0
6472026-08-29T04:10:30.144Z Downloaded nodrop v0.1.14
6482026-08-29T04:10:30.144Z Downloaded futures-executor v0.3.32
6492026-08-29T04:10:30.148Z Downloaded take_mut v0.2.2
6502026-08-29T04:10:30.148Z Downloaded testing_table v0.3.0
6512026-08-29T04:10:30.148Z Downloaded thread-id v5.1.0
6522026-08-29T04:10:30.148Z Downloaded cbc v0.2.1
6532026-08-29T04:10:30.148Z Downloaded rfc6979 v0.6.0
6542026-08-29T04:10:30.154Z Downloaded serde_urlencoded v0.7.1
6552026-08-29T04:10:30.154Z Downloaded num-integer v0.1.46
6562026-08-29T04:10:30.161Z Downloaded buf-list v1.1.2
6572026-08-29T04:10:30.161Z Downloaded ciborium v0.2.2
6582026-08-29T04:10:30.161Z Downloaded pbkdf2 v0.13.0
6592026-08-29T04:10:30.161Z Downloaded progenitor-macro v0.14.0
6602026-08-29T04:10:30.165Z Downloaded unarray v0.1.4
6612026-08-29T04:10:30.165Z Downloaded void v1.0.2
6622026-08-29T04:10:30.165Z Downloaded structmeta v0.3.0
6632026-08-29T04:10:30.168Z Downloaded stacker v0.1.23
6642026-08-29T04:10:30.168Z Downloaded hyper-rustls v0.27.7
6652026-08-29T04:10:30.174Z Downloaded slog-envlogger v2.2.0
6662026-08-29T04:10:30.174Z Downloaded subtle v2.6.1
6672026-08-29T04:10:30.174Z Downloaded structmeta-derive v0.3.0
6682026-08-29T04:10:30.175Z Downloaded progenitor-extras v0.2.0
6692026-08-29T04:10:30.175Z Downloaded argon2 v0.6.0-rc.8
6702026-08-29T04:10:30.180Z Downloaded bzip2 v0.6.1
6712026-08-29T04:10:30.180Z Downloaded const-oid v0.9.6
6722026-08-29T04:10:30.180Z Downloaded blake2 v0.11.0-rc.6
6732026-08-29T04:10:30.188Z Downloaded console v0.16.2
6742026-08-29T04:10:30.188Z Downloaded colored v3.1.1
6752026-08-29T04:10:30.193Z Downloaded parking_lot_core v0.9.12
6762026-08-29T04:10:30.194Z Downloaded pkcs8 v0.11.0
6772026-08-29T04:10:30.195Z Downloaded cassowary v0.3.0
6782026-08-29T04:10:30.195Z Downloaded cexpr v0.6.0
6792026-08-29T04:10:30.195Z Downloaded chacha20 v0.10.0
6802026-08-29T04:10:30.195Z Downloaded console v0.15.11
6812026-08-29T04:10:30.195Z Downloaded half v1.8.3
6822026-08-29T04:10:30.205Z Downloaded clang-sys v1.8.1
6832026-08-29T04:10:30.205Z Downloaded primefield v0.14.0
6842026-08-29T04:10:30.205Z Downloaded xshell-macros v0.2.7
6852026-08-29T04:10:30.205Z Downloaded zone_cfg_derive v0.3.1
6862026-08-29T04:10:30.206Z Downloaded convert_case v0.4.0
6872026-08-29T04:10:30.206Z Downloaded tokio-macros v2.7.0
6882026-08-29T04:10:30.206Z Downloaded bindgen v0.71.1
6892026-08-29T04:10:30.210Z Downloaded heapless v0.7.17
6902026-08-29T04:10:30.210Z Downloaded synstructure v0.13.2
6912026-08-29T04:10:30.210Z Downloaded futures v0.3.32
6922026-08-29T04:10:30.210Z Downloaded unicode-truncate v1.1.0
6932026-08-29T04:10:30.210Z Downloaded usdt-attr-macro v0.6.0
6942026-08-29T04:10:30.210Z Downloaded want v0.3.1
6952026-08-29T04:10:30.210Z Downloaded rand_core v0.9.5
6962026-08-29T04:10:30.211Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6972026-08-29T04:10:30.211Z Downloaded blake2 v0.10.6
6982026-08-29T04:10:30.215Z Downloaded ahash v0.8.12
6992026-08-29T04:10:30.215Z Downloaded darling_macro v0.20.11
7002026-08-29T04:10:30.217Z Downloaded defmt-parser v1.0.0
7012026-08-29T04:10:30.220Z Downloaded crunchy v0.2.4
7022026-08-29T04:10:30.220Z Downloaded curve25519-dalek-derive v0.1.1
7032026-08-29T04:10:30.221Z Downloaded debug-ignore v1.0.5
7042026-08-29T04:10:30.221Z Downloaded colored v2.2.0
7052026-08-29T04:10:30.221Z Downloaded papergrid v0.18.0
7062026-08-29T04:10:30.224Z Downloaded tui-tree-widget v0.23.1
7072026-08-29T04:10:30.224Z Downloaded writeable v0.6.2
7082026-08-29T04:10:30.225Z Downloaded serde-hex v0.1.0
7092026-08-29T04:10:30.229Z Downloaded cancel-safe-futures v0.1.5
7102026-08-29T04:10:30.230Z Downloaded poly1305 v0.9.0
7112026-08-29T04:10:30.234Z Downloaded simd-adler32 v0.3.8
7122026-08-29T04:10:30.234Z Downloaded slog-stdlog v4.1.1
7132026-08-29T04:10:30.234Z Downloaded yoke-derive v0.8.1
7142026-08-29T04:10:30.235Z Downloaded oso v0.27.3
7152026-08-29T04:10:30.242Z Downloaded usdt v0.6.0
7162026-08-29T04:10:30.242Z Downloaded dropshot-api-manager-types v0.8.0
7172026-08-29T04:10:30.243Z Downloaded omicron-zone-package v0.12.3
7182026-08-29T04:10:30.249Z Downloaded phf v0.12.1
7192026-08-29T04:10:30.249Z Downloaded pin-project v1.1.11
7202026-08-29T04:10:30.254Z Downloaded dof v0.4.0
7212026-08-29T04:10:30.255Z Downloaded zerofrom-derive v0.1.6
7222026-08-29T04:10:30.255Z Downloaded zeroize v1.9.0
7232026-08-29T04:10:30.255Z Downloaded backtrace v0.3.76
7242026-08-29T04:10:30.255Z Downloaded progenitor v0.13.0
7252026-08-29T04:10:30.255Z Downloaded smallvec v0.6.14
7262026-08-29T04:10:30.255Z Downloaded dirs-sys-next v0.1.2
7272026-08-29T04:10:30.255Z Downloaded indent_write v2.2.0
7282026-08-29T04:10:30.260Z Downloaded elliptic-curve v0.14.1
7292026-08-29T04:10:30.260Z Downloaded flume v0.11.1
7302026-08-29T04:10:30.260Z Downloaded half v2.7.1
7312026-08-29T04:10:30.260Z Downloaded tokio-native-tls v0.3.1
7322026-08-29T04:10:30.260Z Downloaded instant v0.1.13
7332026-08-29T04:10:30.263Z Downloaded is-terminal v0.4.17
7342026-08-29T04:10:30.264Z Downloaded maplit v1.0.2
7352026-08-29T04:10:30.264Z Downloaded linked-hash-map v0.5.6
7362026-08-29T04:10:30.264Z Downloaded lzss v0.8.2
7372026-08-29T04:10:30.264Z Downloaded managed v0.8.0
7382026-08-29T04:10:30.268Z Downloaded tinystr v0.8.2
7392026-08-29T04:10:30.268Z Downloaded convert_case v0.10.0
7402026-08-29T04:10:30.269Z Downloaded critical-section v1.2.0
7412026-08-29T04:10:30.269Z Downloaded ctr v0.10.1
7422026-08-29T04:10:30.317Z Downloaded serde_cbor v0.11.2
7432026-08-29T04:10:30.317Z Downloaded ryu v1.0.23
7442026-08-29T04:10:30.330Z Downloaded signal-hook v0.3.18
7452026-08-29T04:10:30.330Z Downloaded either v1.15.0
7462026-08-29T04:10:30.330Z Downloaded num_enum_derive v0.5.11
7472026-08-29T04:10:30.331Z Downloaded multimap v0.10.1
7482026-08-29T04:10:30.331Z Downloaded predicates-core v1.0.10
7492026-08-29T04:10:30.331Z Downloaded slog v2.8.2
7502026-08-29T04:10:30.331Z Downloaded tracing-attributes v0.1.31
7512026-08-29T04:10:30.331Z Downloaded vergen v9.1.0
7522026-08-29T04:10:30.331Z Downloaded newtype-uuid-macros v0.1.0
7532026-08-29T04:10:30.331Z Downloaded diesel-dtrace v0.5.0
7542026-08-29T04:10:30.331Z Downloaded newline-converter v0.3.0
7552026-08-29T04:10:30.331Z Downloaded openssl-probe v0.1.6
7562026-08-29T04:10:30.331Z Downloaded smallvec v1.15.1
7572026-08-29T04:10:30.331Z Downloaded headers v0.4.1
7582026-08-29T04:10:30.331Z Downloaded slog-term v2.9.2
7592026-08-29T04:10:30.331Z Downloaded oxide-update-engine-types v0.1.2
7602026-08-29T04:10:30.332Z Downloaded p384 v0.14.0
7612026-08-29T04:10:30.332Z Downloaded hickory-resolver v0.24.4
7622026-08-29T04:10:30.332Z Downloaded peg-runtime v0.8.5
7632026-08-29T04:10:30.332Z Downloaded russh-cryptovec v0.62.0
7642026-08-29T04:10:30.332Z Downloaded rustc_version v0.1.7
7652026-08-29T04:10:30.332Z Downloaded ipnetwork v0.21.1
7662026-08-29T04:10:30.332Z Downloaded jobserver v0.1.34
7672026-08-29T04:10:30.332Z Downloaded arc-swap v1.8.2
7682026-08-29T04:10:30.332Z Downloaded chacha20poly1305 v0.10.1
7692026-08-29T04:10:30.332Z Downloaded compact_str v0.8.1
7702026-08-29T04:10:30.338Z Downloaded rustc_version v0.4.1
7712026-08-29T04:10:30.338Z Downloaded prettyplease v0.2.37
7722026-08-29T04:10:30.338Z Downloaded serde-big-array v0.5.1
7732026-08-29T04:10:30.338Z Downloaded toml v0.7.8
7742026-08-29T04:10:30.338Z Downloaded schemars v0.8.22
7752026-08-29T04:10:30.338Z Downloaded tiny-keccak v2.0.2
7762026-08-29T04:10:30.350Z Downloaded tungstenite v0.21.0
7772026-08-29T04:10:30.350Z Downloaded proc-macro-crate v3.4.0
7782026-08-29T04:10:30.351Z Downloaded proc-macro-error-attr2 v2.0.0
7792026-08-29T04:10:30.351Z Downloaded derive_builder_core v0.20.2
7802026-08-29T04:10:30.351Z Downloaded olpc-cjson v0.1.4
7812026-08-29T04:10:30.351Z Downloaded owo-colors v4.3.0
7822026-08-29T04:10:30.351Z Downloaded oxide-generation v0.1.3
7832026-08-29T04:10:30.357Z Downloaded signal-hook-mio v0.2.5
7842026-08-29T04:10:30.358Z Downloaded shell-words v1.1.1
7852026-08-29T04:10:30.358Z Downloaded seq-macro v0.3.6
7862026-08-29T04:10:30.358Z Downloaded tinyvec_macros v0.1.1
7872026-08-29T04:10:30.359Z Downloaded der_derive v0.7.3
7882026-08-29T04:10:30.359Z Downloaded predicates v3.1.4
7892026-08-29T04:10:30.359Z Downloaded rustls-platform-verifier v0.6.2
7902026-08-29T04:10:30.359Z Downloaded knus-derive v3.4.0
7912026-08-29T04:10:30.359Z Downloaded base64 v0.21.7
7922026-08-29T04:10:30.359Z Downloaded chumsky v0.9.3
7932026-08-29T04:10:30.365Z Downloaded flate2 v1.1.9
7942026-08-29T04:10:30.365Z Downloaded hickory-resolver v0.25.2
7952026-08-29T04:10:30.369Z Downloaded heapless v0.8.0
7962026-08-29T04:10:30.369Z Downloaded ar_archive_writer v0.5.1
7972026-08-29T04:10:30.369Z Downloaded libsw v3.5.0
7982026-08-29T04:10:30.369Z Downloaded unit-prefix v0.5.2
7992026-08-29T04:10:30.369Z Downloaded linear-map v1.2.0
8002026-08-29T04:10:30.373Z Downloaded rand_core v0.10.0
8012026-08-29T04:10:30.373Z Downloaded hashbrown v0.13.2
8022026-08-29T04:10:30.373Z Downloaded impl-trait-for-tuples v0.2.3
8032026-08-29T04:10:30.374Z Downloaded progenitor-client v0.13.0
8042026-08-29T04:10:30.379Z Downloaded ingot-macros v0.2.0
8052026-08-29T04:10:30.383Z Downloaded newtype-uuid v1.3.2
8062026-08-29T04:10:30.383Z Downloaded yoke v0.8.1
8072026-08-29T04:10:30.384Z Downloaded derive_builder v0.20.2
8082026-08-29T04:10:30.388Z Downloaded darling v0.20.11
8092026-08-29T04:10:30.388Z Downloaded num-complex v0.4.6
8102026-08-29T04:10:30.397Z Downloaded pem v3.0.6
8112026-08-29T04:10:30.397Z Downloaded rayon-core v1.13.0
8122026-08-29T04:10:30.397Z Downloaded crc-any v2.5.0
8132026-08-29T04:10:30.397Z Downloaded schemars v0.9.0
8142026-08-29T04:10:30.406Z Downloaded thiserror-impl-no-std v2.0.2
8152026-08-29T04:10:30.411Z Downloaded trait-variant v0.1.2
8162026-08-29T04:10:30.411Z Downloaded toml v1.1.2+spec-1.1.0
8172026-08-29T04:10:30.411Z Downloaded wait-timeout v0.2.1
8182026-08-29T04:10:30.411Z Downloaded phc v0.6.1
8192026-08-29T04:10:30.411Z Downloaded password-hash v0.5.0
8202026-08-29T04:10:30.419Z Downloaded defmt v0.3.100
8212026-08-29T04:10:30.423Z Downloaded digest-io v0.1.0
8222026-08-29T04:10:30.423Z Downloaded phf v0.13.1
8232026-08-29T04:10:30.424Z Downloaded progenitor v0.14.0
8242026-08-29T04:10:30.424Z Downloaded scuffle v0.1.0
8252026-08-29T04:10:30.424Z Downloaded term v1.2.1
8262026-08-29T04:10:30.428Z Downloaded pkcs8 v0.10.2
8272026-08-29T04:10:30.429Z Downloaded postgres-protocol v0.6.10
8282026-08-29T04:10:30.429Z Downloaded proc-macro-error2 v2.0.1
8292026-08-29T04:10:30.439Z Downloaded sec1 v0.7.3
8302026-08-29T04:10:30.439Z Downloaded diesel_table_macro_syntax v0.3.0
8312026-08-29T04:10:30.439Z Downloaded resolv-conf v0.7.6
8322026-08-29T04:10:30.439Z Downloaded hickory-server v0.25.2
8332026-08-29T04:10:30.439Z Downloaded topological-sort v0.2.2
8342026-08-29T04:10:30.439Z Downloaded tls_codec v0.4.2
8352026-08-29T04:10:30.450Z Downloaded bytes v1.11.1
8362026-08-29T04:10:30.450Z Downloaded inout v0.1.4
8372026-08-29T04:10:30.451Z Downloaded zopfli v0.8.3
8382026-08-29T04:10:30.451Z Downloaded md5 v0.8.0
8392026-08-29T04:10:30.451Z Downloaded ml-kem v0.3.2
8402026-08-29T04:10:30.451Z Downloaded document-features v0.2.12
8412026-08-29T04:10:30.451Z Downloaded downcast-rs v2.0.2
8422026-08-29T04:10:30.451Z Downloaded slog-json v2.6.1
8432026-08-29T04:10:30.466Z Downloaded mime_guess v2.0.5
8442026-08-29T04:10:30.466Z Downloaded vergen-lib v0.1.6
8452026-08-29T04:10:30.466Z Downloaded wyz v0.5.1
8462026-08-29T04:10:30.466Z Downloaded string_cache v0.8.9
8472026-08-29T04:10:30.466Z Downloaded constant_time_eq v0.4.2
8482026-08-29T04:10:30.467Z Downloaded keccak v0.1.6
8492026-08-29T04:10:30.473Z Downloaded num-conv v0.2.0
8502026-08-29T04:10:30.473Z Downloaded ssh-encoding v0.3.0
8512026-08-29T04:10:30.473Z Downloaded serde_with_macros v3.21.0
8522026-08-29T04:10:30.473Z Downloaded crossbeam-utils v0.8.21
8532026-08-29T04:10:30.473Z Downloaded darling_core v0.13.4
8542026-08-29T04:10:30.473Z Downloaded dropshot_endpoint v0.17.1
8552026-08-29T04:10:30.473Z Downloaded shlex v1.3.0
8562026-08-29T04:10:30.473Z Downloaded daft v0.1.8
8572026-08-29T04:10:30.489Z Downloaded percent-encoding v2.3.2
8582026-08-29T04:10:30.490Z Downloaded proc-macro-crate v1.3.1
8592026-08-29T04:10:30.490Z Downloaded spin v0.9.8
8602026-08-29T04:10:30.490Z Downloaded usdt-impl v0.6.0
8612026-08-29T04:10:30.490Z Downloaded kstat-rs v0.2.5
8622026-08-29T04:10:30.501Z Downloaded defmt v1.0.1
8632026-08-29T04:10:30.501Z Downloaded defmt-macros v1.0.1
8642026-08-29T04:10:30.502Z Downloaded whoami v1.6.1
8652026-08-29T04:10:30.502Z Downloaded zstd v0.13.3
8662026-08-29T04:10:30.502Z Downloaded http v1.4.2
8672026-08-29T04:10:30.502Z Downloaded async-compression v0.4.41
8682026-08-29T04:10:30.502Z Downloaded icu_provider v2.1.1
8692026-08-29T04:10:30.503Z Downloaded tokio-stream v0.1.18
8702026-08-29T04:10:30.512Z Downloaded ingot-types v0.2.0
8712026-08-29T04:10:30.512Z Downloaded siphasher v1.0.2
8722026-08-29T04:10:30.513Z Downloaded rcgen v0.12.1
8732026-08-29T04:10:30.513Z Downloaded rusty-fork v0.3.1
8742026-08-29T04:10:30.513Z Downloaded salsa20 v0.11.0
8752026-08-29T04:10:30.516Z Downloaded cc v1.2.56
8762026-08-29T04:10:30.516Z Downloaded lock_api v0.4.14
8772026-08-29T04:10:30.522Z Downloaded libsw-core v0.3.2
8782026-08-29T04:10:30.522Z Downloaded miette-derive v7.6.0
8792026-08-29T04:10:30.522Z Downloaded slog-bunyan v2.5.0
8802026-08-29T04:10:30.532Z Downloaded rustyline v14.0.0
8812026-08-29T04:10:30.532Z Downloaded radium v0.7.0
8822026-08-29T04:10:30.532Z Downloaded nanorand v0.7.0
8832026-08-29T04:10:30.539Z Downloaded num_enum v0.5.11
8842026-08-29T04:10:30.539Z Downloaded unicode-properties v0.1.4
8852026-08-29T04:10:30.539Z Downloaded ref-cast v1.0.25
8862026-08-29T04:10:30.539Z Downloaded serde_plain v1.0.2
8872026-08-29T04:10:30.539Z Downloaded crc32fast v1.5.0
8882026-08-29T04:10:30.539Z Downloaded scheduled-thread-pool v0.2.7
8892026-08-29T04:10:30.539Z Downloaded scopeguard v1.2.0
8902026-08-29T04:10:30.541Z Downloaded num_enum_derive v0.7.6
8912026-08-29T04:10:30.541Z Downloaded num_enum v0.7.6
8922026-08-29T04:10:30.541Z Downloaded serde_repr v0.1.20
8932026-08-29T04:10:30.548Z Downloaded oxide-update-engine v0.1.2
8942026-08-29T04:10:30.548Z Downloaded packed_struct v0.10.1
8952026-08-29T04:10:30.548Z Downloaded paste v1.0.15
8962026-08-29T04:10:30.548Z Downloaded progenitor-client v0.14.0
8972026-08-29T04:10:30.548Z Downloaded utf8_iter v1.0.4
8982026-08-29T04:10:30.548Z Downloaded strum v0.27.2
8992026-08-29T04:10:30.548Z Downloaded ena v0.14.4
9002026-08-29T04:10:30.549Z Downloaded ecdsa v0.16.9
9012026-08-29T04:10:30.549Z Downloaded serde_yaml v0.9.34+deprecated
9022026-08-29T04:10:30.553Z Downloaded socket2 v0.6.3
9032026-08-29T04:10:30.553Z Downloaded strum_macros v0.27.2
9042026-08-29T04:10:30.557Z Downloaded rand_seeder v0.4.0
9052026-08-29T04:10:30.561Z Downloaded zerofrom v0.1.6
9062026-08-29T04:10:30.561Z Downloaded zeroize_derive v1.5.0
9072026-08-29T04:10:30.570Z Downloaded tabwriter v1.4.1
9082026-08-29T04:10:30.570Z Downloaded tagptr v0.2.0
9092026-08-29T04:10:30.570Z Downloaded pkcs5 v0.8.1
9102026-08-29T04:10:30.570Z Downloaded rand v0.10.1
9112026-08-29T04:10:30.570Z Downloaded rustversion v1.0.22
9122026-08-29T04:10:30.572Z Downloaded signal-hook-tokio v0.3.1
9132026-08-29T04:10:30.578Z Downloaded knus v3.4.0
9142026-08-29T04:10:30.578Z Downloaded parking_lot_core v0.8.6
9152026-08-29T04:10:30.578Z Downloaded poly1305 v0.8.0
9162026-08-29T04:10:30.578Z Downloaded sync_wrapper v1.0.2
9172026-08-29T04:10:30.578Z Downloaded universal-hash v0.5.1
9182026-08-29T04:10:30.583Z Downloaded unicode-xid v0.2.6
9192026-08-29T04:10:30.583Z Downloaded wnaf v0.14.0
9202026-08-29T04:10:30.583Z Downloaded cpubits v0.1.1
9212026-08-29T04:10:30.587Z Downloaded litrs v1.0.0
9222026-08-29T04:10:30.587Z Downloaded crypto-common v0.2.2
9232026-08-29T04:10:30.587Z Downloaded cookie v0.18.1
9242026-08-29T04:10:30.591Z Downloaded tap v1.0.1
9252026-08-29T04:10:30.591Z Downloaded r2d2 v0.8.10
9262026-08-29T04:10:30.594Z Downloaded indoc v1.0.9
9272026-08-29T04:10:30.599Z Downloaded darling_macro v0.21.3
9282026-08-29T04:10:30.610Z Downloaded crossbeam-epoch v0.9.18
9292026-08-29T04:10:30.610Z Downloaded instability v0.3.11
9302026-08-29T04:10:30.610Z Downloaded is_ci v1.2.0
9312026-08-29T04:10:30.610Z Downloaded match_cfg v0.1.0
9322026-08-29T04:10:30.610Z Downloaded secrecy v0.10.3
9332026-08-29T04:10:30.610Z Downloaded derive_builder_macro v0.20.2
9342026-08-29T04:10:30.610Z Downloaded dunce v1.0.5
9352026-08-29T04:10:30.610Z Downloaded hashbrown v0.12.3
9362026-08-29T04:10:30.610Z Downloaded walkdir v2.5.0
9372026-08-29T04:10:30.625Z Downloaded data-encoding v2.10.0
9382026-08-29T04:10:30.625Z Downloaded dyn-clone v1.0.20
9392026-08-29T04:10:30.625Z Downloaded kem v0.3.0
9402026-08-29T04:10:30.625Z Downloaded hashbrown v0.16.1
9412026-08-29T04:10:30.625Z Downloaded tar v0.4.46
9422026-08-29T04:10:30.639Z Downloaded lru-slab v0.1.2
9432026-08-29T04:10:30.640Z Downloaded lru-cache v0.1.2
9442026-08-29T04:10:30.640Z Downloaded hashbrown v0.15.5
9452026-08-29T04:10:30.640Z Downloaded subprocess v0.2.15
9462026-08-29T04:10:30.640Z Downloaded vergen-lib v9.1.0
9472026-08-29T04:10:30.640Z Downloaded test-strategy v0.4.5
9482026-08-29T04:10:30.640Z Downloaded nonempty v0.12.0
9492026-08-29T04:10:30.649Z Downloaded zstd-safe v7.2.4
9502026-08-29T04:10:30.649Z Downloaded ignore v0.4.25
9512026-08-29T04:10:30.649Z Downloaded newtype_derive v0.1.6
9522026-08-29T04:10:30.649Z Downloaded smf v0.2.3
9532026-08-29T04:10:30.649Z Downloaded termios v0.3.3
9542026-08-29T04:10:30.649Z Downloaded pkcs1 v0.7.5
9552026-08-29T04:10:30.650Z Downloaded icu_normalizer v2.1.1
9562026-08-29T04:10:30.650Z Downloaded uuid v1.23.4
9572026-08-29T04:10:30.654Z Downloaded path-slash v0.1.5
9582026-08-29T04:10:30.654Z Downloaded yansi v1.0.1
9592026-08-29T04:10:30.658Z Downloaded tokio-postgres v0.7.16
9602026-08-29T04:10:30.658Z Downloaded toml_writer v1.1.1+spec-1.1.0
9612026-08-29T04:10:30.658Z Downloaded term v0.7.0
9622026-08-29T04:10:30.664Z Downloaded unicode-segmentation v1.12.0
9632026-08-29T04:10:30.664Z Downloaded scroll_derive v0.13.1
9642026-08-29T04:10:30.670Z Downloaded semver v0.1.20
9652026-08-29T04:10:30.670Z Downloaded signature v3.0.0
9662026-08-29T04:10:30.677Z Downloaded aho-corasick v1.1.4
9672026-08-29T04:10:30.685Z Downloaded digest v0.11.3
9682026-08-29T04:10:30.685Z Downloaded libefi-sys v0.1.0
9692026-08-29T04:10:30.685Z Downloaded libloading v0.8.9
9702026-08-29T04:10:30.685Z Downloaded strip-ansi-escapes v0.2.1
9712026-08-29T04:10:30.685Z Downloaded ed25519-dalek v3.0.0
9722026-08-29T04:10:30.685Z Downloaded typify-macro v0.6.2
9732026-08-29T04:10:30.690Z Downloaded num-bigint-dig v0.8.6
9742026-08-29T04:10:30.692Z Downloaded sha2 v0.11.0
9752026-08-29T04:10:30.696Z Downloaded hyper v1.10.1
9762026-08-29T04:10:30.696Z Downloaded hyper-util v0.1.20
9772026-08-29T04:10:30.700Z Downloaded rpassword v7.5.4
9782026-08-29T04:10:30.700Z Downloaded ron v0.8.1
9792026-08-29T04:10:30.706Z Downloaded yasna v0.5.2
9802026-08-29T04:10:30.706Z Downloaded tower-layer v0.3.3
9812026-08-29T04:10:30.706Z Downloaded typify v0.6.2
9822026-08-29T04:10:30.717Z Downloaded hkdf v0.13.0
9832026-08-29T04:10:30.717Z Downloaded stringprep v0.1.5
9842026-08-29T04:10:30.717Z Downloaded utf-8 v0.7.6
9852026-08-29T04:10:30.717Z Downloaded num-rational v0.4.2
9862026-08-29T04:10:30.717Z Downloaded futures-util v0.3.32
9872026-08-29T04:10:30.721Z Downloaded usdt-macro v0.6.0
9882026-08-29T04:10:30.721Z Downloaded dirs-next v2.0.0
9892026-08-29T04:10:30.721Z Downloaded hyper-tls v0.6.0
9902026-08-29T04:10:30.721Z Downloaded illumos-nvpair-sys v0.2.0
9912026-08-29T04:10:30.721Z Downloaded support-bundle-viewer v0.1.2
9922026-08-29T04:10:30.722Z Downloaded prefix-trie v0.7.0
9932026-08-29T04:10:30.722Z Downloaded postcard v1.1.3
9942026-08-29T04:10:30.734Z Downloaded primeorder v0.14.0
9952026-08-29T04:10:30.734Z Downloaded unicase v2.9.0
9962026-08-29T04:10:30.734Z Downloaded oxnet v0.1.6
9972026-08-29T04:10:30.734Z Downloaded des v0.9.0
9982026-08-29T04:10:30.734Z Downloaded zone v0.3.1
9992026-08-29T04:10:30.734Z Downloaded pin-project-lite v0.2.17
10002026-08-29T04:10:30.738Z Downloaded rustc-demangle v0.1.27
10012026-08-29T04:10:30.738Z Downloaded darling_core v0.23.0
10022026-08-29T04:10:30.747Z Downloaded signal-hook-registry v1.4.8
10032026-08-29T04:10:30.751Z Downloaded crypto-bigint v0.5.5
10042026-08-29T04:10:30.751Z Downloaded corncobs v0.1.4
10052026-08-29T04:10:30.760Z Downloaded progenitor-macro v0.13.0
10062026-08-29T04:10:30.760Z Downloaded thread_local v1.1.9
10072026-08-29T04:10:30.760Z Downloaded time-macros v0.2.27
10082026-08-29T04:10:30.760Z Downloaded try-lock v0.2.5
10092026-08-29T04:10:30.760Z Downloaded ref-cast-impl v1.0.25
10102026-08-29T04:10:30.760Z Downloaded rustls-pemfile v2.2.0
10112026-08-29T04:10:30.760Z Downloaded aes-gcm v0.11.0
10122026-08-29T04:10:30.767Z Downloaded ed25519-dalek v2.2.0
10132026-08-29T04:10:30.767Z Downloaded hkdf v0.12.4
10142026-08-29T04:10:30.768Z Downloaded libscf-sys v1.2.0
10152026-08-29T04:10:30.773Z Downloaded hashbrown v0.14.5
10162026-08-29T04:10:30.779Z Downloaded icu_collections v2.1.1
10172026-08-29T04:10:30.782Z Downloaded sponge-cursor v0.1.0
10182026-08-29T04:10:30.782Z Downloaded unicode_categories v0.1.1
10192026-08-29T04:10:30.782Z Downloaded indicatif v0.18.4
10202026-08-29T04:10:30.783Z Downloaded darling v0.23.0
10212026-08-29T04:10:30.788Z Downloaded ecdsa v0.17.0
10222026-08-29T04:10:30.788Z Downloaded static_assertions v1.1.0
10232026-08-29T04:10:30.788Z Downloaded num-bigint v0.4.6
10242026-08-29T04:10:30.799Z Downloaded derive-ex v0.1.8
10252026-08-29T04:10:30.799Z Downloaded whoami v2.1.0
10262026-08-29T04:10:30.799Z Downloaded pkcs1 v0.8.0-rc.4
10272026-08-29T04:10:30.799Z Downloaded untrusted v0.7.1
10282026-08-29T04:10:30.799Z Downloaded rtoolbox v0.0.3
10292026-08-29T04:10:30.799Z Downloaded postgres-types v0.2.12
10302026-08-29T04:10:30.799Z Downloaded serde_spanned v1.1.1
10312026-08-29T04:10:30.803Z Downloaded snafu-derive v0.8.9
10322026-08-29T04:10:30.803Z Downloaded keccak v0.2.0
10332026-08-29T04:10:30.808Z Downloaded multer v3.1.0
10342026-08-29T04:10:30.808Z Downloaded untrusted v0.9.0
10352026-08-29T04:10:30.814Z Downloaded icu_properties v2.1.2
10362026-08-29T04:10:30.814Z Downloaded native-tls v0.2.18
10372026-08-29T04:10:30.821Z Downloaded parking_lot v0.12.5
10382026-08-29T04:10:30.821Z Downloaded port-file v0.1.0
10392026-08-29T04:10:30.821Z Downloaded oxide-update-engine-display v0.1.2
10402026-08-29T04:10:30.821Z Downloaded darling_macro v0.13.4
10412026-08-29T04:10:30.825Z Downloaded inout v0.2.2
10422026-08-29T04:10:30.825Z Downloaded strsim v0.10.0
10432026-08-29T04:10:30.825Z Downloaded csv-core v0.1.13
10442026-08-29T04:10:30.834Z Downloaded aes v0.9.1
10452026-08-29T04:10:30.834Z Downloaded rsa v0.9.10
10462026-08-29T04:10:30.837Z Downloaded memoffset v0.9.1
10472026-08-29T04:10:30.837Z Downloaded lru v0.12.5
10482026-08-29T04:10:30.842Z Downloaded universal-hash v0.6.1
10492026-08-29T04:10:30.846Z Downloaded crc-catalog v2.4.0
10502026-08-29T04:10:30.849Z Downloaded crucible-workspace-hack v0.1.0
10512026-08-29T04:10:30.849Z Downloaded dsl_auto_type v0.2.0
10522026-08-29T04:10:30.850Z Downloaded potential_utf v0.1.4
10532026-08-29T04:10:30.850Z Downloaded recursive-proc-macro-impl v0.1.1
10542026-08-29T04:10:30.854Z Downloaded rustls-pki-types v1.14.0
10552026-08-29T04:10:30.855Z Downloaded serde_tokenstream v0.3.0
10562026-08-29T04:10:30.855Z Downloaded same-file v1.0.6
10572026-08-29T04:10:30.855Z Downloaded thiserror-no-std v2.0.2
10582026-08-29T04:10:30.859Z Downloaded tokio-rustls v0.26.4
10592026-08-29T04:10:30.859Z Downloaded tokio-tungstenite v0.21.0
10602026-08-29T04:10:30.861Z Downloaded iri-string v0.7.10
10612026-08-29T04:10:30.871Z Downloaded drift v0.2.0
10622026-08-29T04:10:30.876Z Downloaded zip v4.6.1
10632026-08-29T04:10:30.877Z Downloaded pin-project-internal v1.1.11
10642026-08-29T04:10:30.877Z Downloaded quinn-udp v0.5.14
10652026-08-29T04:10:30.877Z Downloaded parking_lot v0.11.2
10662026-08-29T04:10:30.877Z Downloaded steno v0.4.1
10672026-08-29T04:10:30.877Z Downloaded const_format_proc_macros v0.2.34
10682026-08-29T04:10:30.877Z Downloaded icu_normalizer_data v2.1.1
10692026-08-29T04:10:30.882Z Downloaded toml_edit v0.19.15
10702026-08-29T04:10:30.887Z Downloaded p521 v0.14.0
10712026-08-29T04:10:30.892Z Downloaded termtree v0.5.1
10722026-08-29T04:10:30.892Z Downloaded sync-ptr v0.1.4
10732026-08-29T04:10:30.892Z Downloaded rand_chacha v0.3.1
10742026-08-29T04:10:30.892Z Downloaded scrypt v0.12.0
10752026-08-29T04:10:30.892Z Downloaded serdect v0.4.3
10762026-08-29T04:10:30.892Z Downloaded strum v0.26.3
10772026-08-29T04:10:30.892Z Downloaded deranged v0.5.8
10782026-08-29T04:10:30.896Z Downloaded displaydoc v0.2.5
10792026-08-29T04:10:30.896Z Downloaded h2 v0.4.15
10802026-08-29T04:10:30.900Z Downloaded rand_core v0.6.4
10812026-08-29T04:10:30.901Z Downloaded russh-util v0.52.0
10822026-08-29T04:10:30.901Z Downloaded cstr-argument v0.1.2
10832026-08-29T04:10:30.901Z Downloaded embedded-io v0.6.1
10842026-08-29T04:10:30.901Z Downloaded ctutils v0.4.2
10852026-08-29T04:10:30.911Z Downloaded lalrpop-util v0.19.12
10862026-08-29T04:10:30.915Z Downloaded openssl-sys v0.9.117
10872026-08-29T04:10:30.915Z Downloaded daft-derive v0.1.8
10882026-08-29T04:10:30.915Z Downloaded tls_codec_derive v0.4.2
10892026-08-29T04:10:30.915Z Downloaded cpufeatures v0.3.0
10902026-08-29T04:10:30.915Z Downloaded toml_parser v1.1.2+spec-1.1.0
10912026-08-29T04:10:30.919Z Downloaded rand v0.9.2
10922026-08-29T04:10:30.924Z Downloaded reedline v0.40.0
10932026-08-29T04:10:30.929Z Downloaded scroll v0.13.0
10942026-08-29T04:10:30.935Z Downloaded illumos-nvpair v0.3.0
10952026-08-29T04:10:30.935Z Downloaded jiff-static v0.2.34
10962026-08-29T04:10:30.942Z Downloaded slog-dtrace v0.3.0
10972026-08-29T04:10:30.954Z Downloaded pem-rfc7468 v1.0.0
10982026-08-29T04:10:30.954Z Downloaded strum_macros v0.26.4
10992026-08-29T04:10:30.954Z Downloaded time-core v0.1.8
11002026-08-29T04:10:30.954Z Downloaded lazy_static v1.5.0
11012026-08-29T04:10:30.954Z Downloaded crc v3.4.0
11022026-08-29T04:10:30.954Z Downloaded git2 v0.20.4
11032026-08-29T04:10:30.961Z Downloaded vergen-gitcl v1.0.8
11042026-08-29T04:10:30.961Z Downloaded module-lattice v0.2.3
11052026-08-29T04:10:30.961Z Downloaded parse-display-derive v0.10.0
11062026-08-29T04:10:30.966Z Downloaded typed-path v0.9.3
11072026-08-29T04:10:30.971Z Downloaded crossbeam-deque v0.8.6
11082026-08-29T04:10:30.971Z Downloaded darling v0.13.4
11092026-08-29T04:10:30.971Z Downloaded itertools v0.10.5
11102026-08-29T04:10:30.978Z Downloaded phf_shared v0.12.1
11112026-08-29T04:10:30.985Z Downloaded phf_shared v0.11.3
11122026-08-29T04:10:30.985Z Downloaded openssl-probe v0.2.1
11132026-08-29T04:10:30.988Z Downloaded tungstenite v0.23.0
11142026-08-29T04:10:30.988Z Downloaded sqlformat v0.3.5
11152026-08-29T04:10:30.996Z Downloaded pem-rfc7468 v0.7.0
11162026-08-29T04:10:30.996Z Downloaded tough v0.22.0
11172026-08-29T04:10:31.004Z Downloaded supports-hyperlinks v3.2.0
11182026-08-29T04:10:31.011Z Downloaded darling_macro v0.23.0
11192026-08-29T04:10:31.011Z Downloaded serde_path_to_error v0.1.20
11202026-08-29T04:10:31.011Z Downloaded strum_macros v0.24.3
11212026-08-29T04:10:31.016Z Downloaded elliptic-curve v0.13.8
11222026-08-29T04:10:31.016Z Downloaded dtrace-parser v0.3.0
11232026-08-29T04:10:31.016Z Downloaded difflib v0.4.0
11242026-08-29T04:10:31.016Z Downloaded mime v0.3.17
11252026-08-29T04:10:31.016Z Downloaded sigpipe v0.1.3
11262026-08-29T04:10:31.030Z Downloaded slog-async v2.8.0
11272026-08-29T04:10:31.030Z Downloaded tokio-tungstenite v0.23.1
11282026-08-29T04:10:31.030Z Downloaded num-derive v0.4.2
11292026-08-29T04:10:31.030Z Downloaded serde_with v1.14.0
11302026-08-29T04:10:31.035Z Downloaded ingot v0.2.1
11312026-08-29T04:10:31.035Z Downloaded openssl-macros v0.1.1
11322026-08-29T04:10:31.035Z Downloaded num-traits v0.2.19
11332026-08-29T04:10:31.035Z Downloaded oxide-tokio-rt v0.1.4
11342026-08-29T04:10:31.035Z Downloaded password-hash v0.6.1
11352026-08-29T04:10:31.035Z Downloaded iana-time-zone v0.1.65
11362026-08-29T04:10:31.035Z Downloaded oso-derive v0.27.3
11372026-08-29T04:10:31.035Z Downloaded parse-size v1.1.0
11382026-08-29T04:10:31.035Z Downloaded crc8 v0.1.1
11392026-08-29T04:10:31.035Z Downloaded ident_case v1.0.1
11402026-08-29T04:10:31.035Z Downloaded idna_adapter v1.2.1
11412026-08-29T04:10:31.035Z Downloaded derive-where v1.6.0
11422026-08-29T04:10:31.045Z Downloaded xshell v0.2.7
11432026-08-29T04:10:31.045Z Downloaded mio v1.2.0
11442026-08-29T04:10:31.045Z Downloaded portable-atomic v1.13.1
11452026-08-29T04:10:31.051Z Downloaded ed25519 v2.2.3
11462026-08-29T04:10:31.051Z Downloaded memmap2 v0.9.10
11472026-08-29T04:10:31.051Z Downloaded dropshot-api-manager v0.8.0
11482026-08-29T04:10:31.051Z Downloaded polyval v0.7.1
11492026-08-29T04:10:31.051Z Downloaded unicode-bidi v0.3.18
11502026-08-29T04:10:31.051Z Downloaded supports-color v3.0.2
11512026-08-29T04:10:31.057Z Downloaded ipnet v2.12.0
11522026-08-29T04:10:31.057Z Downloaded schemars_derive v0.8.22
11532026-08-29T04:10:31.057Z Downloaded rawzip v0.4.4
11542026-08-29T04:10:31.057Z Downloaded xattr v1.6.1
11552026-08-29T04:10:31.057Z Downloaded num v0.4.3
11562026-08-29T04:10:31.062Z Downloaded slab v0.4.12
11572026-08-29T04:10:31.062Z Downloaded uzers v0.12.2
11582026-08-29T04:10:31.062Z Downloaded rustls-native-certs v0.8.3
11592026-08-29T04:10:31.062Z Downloaded zerotrie v0.2.3
11602026-08-29T04:10:31.068Z Downloaded zip v0.6.6
11612026-08-29T04:10:31.069Z Downloaded vergen-git2 v9.1.0
11622026-08-29T04:10:31.074Z Downloaded spki v0.8.0
11632026-08-29T04:10:31.074Z Downloaded md-5 v0.10.6
11642026-08-29T04:10:31.074Z Downloaded predicates-tree v1.0.13
11652026-08-29T04:10:31.074Z Downloaded quick-error v1.2.3
11662026-08-29T04:10:31.084Z Downloaded tokio-test v0.4.5
11672026-08-29T04:10:31.084Z Downloaded tower v0.5.3
11682026-08-29T04:10:31.091Z Downloaded similar v2.7.0
11692026-08-29T04:10:31.091Z Downloaded twox-hash v2.1.2
11702026-08-29T04:10:31.096Z Downloaded maybe-uninit v2.0.0
11712026-08-29T04:10:31.102Z Downloaded icu_locale_core v2.1.1
11722026-08-29T04:10:31.107Z Downloaded unsafe-libyaml v0.2.11
11732026-08-29T04:10:31.108Z Downloaded vsss-rs v3.3.4
11742026-08-29T04:10:31.108Z Downloaded embedded-io v0.4.0
11752026-08-29T04:10:31.108Z Downloaded serde_with_macros v1.5.2
11762026-08-29T04:10:31.126Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11772026-08-29T04:10:31.126Z Downloaded tokio-dtrace v0.1.1
11782026-08-29T04:10:31.126Z Downloaded tower-service v0.3.3
11792026-08-29T04:10:31.143Z Downloaded pretty_assertions v1.4.1
11802026-08-29T04:10:31.143Z Downloaded sapling-renderdag v0.1.0
11812026-08-29T04:10:31.143Z Downloaded itertools v0.15.0
11822026-08-29T04:10:31.143Z Downloaded minimal-lexical v0.2.1
11832026-08-29T04:10:31.147Z Downloaded proptest v1.11.0
11842026-08-29T04:10:31.147Z Downloaded publicsuffix v2.3.0
11852026-08-29T04:10:31.147Z Downloaded new_debug_unreachable v1.0.6
11862026-08-29T04:10:31.147Z Downloaded precomputed-hash v0.1.1
11872026-08-29T04:10:31.151Z Downloaded packed_struct_codegen v0.10.1
11882026-08-29T04:10:31.151Z Downloaded indoc v2.0.7
11892026-08-29T04:10:31.156Z Downloaded ssh-cipher v0.3.0
11902026-08-29T04:10:31.156Z Downloaded delegate v0.13.5
11912026-08-29T04:10:31.156Z Downloaded recursive v0.1.1
11922026-08-29T04:10:31.165Z Downloaded snafu v0.8.9
11932026-08-29T04:10:31.165Z Downloaded blake3 v1.8.5
11942026-08-29T04:10:31.170Z Downloaded sha1 v0.11.0
11952026-08-29T04:10:31.170Z Downloaded serde_derive_internals v0.29.1
11962026-08-29T04:10:31.171Z Downloaded slog-scope v4.4.1
11972026-08-29T04:10:31.174Z Downloaded reqwest v0.13.2
11982026-08-29T04:10:31.174Z Downloaded vcpkg v0.2.15
11992026-08-29T04:10:31.195Z Downloaded tracing-core v0.1.36
12002026-08-29T04:10:31.204Z Downloaded primeorder v0.13.6
12012026-08-29T04:10:31.204Z Downloaded waitgroup v0.1.2
12022026-08-29T04:10:31.204Z Downloaded display-error-chain v0.2.2
12032026-08-29T04:10:31.204Z Downloaded internet-checksum v0.2.1
12042026-08-29T04:10:31.204Z Downloaded der v0.8.0
12052026-08-29T04:10:31.204Z Downloaded rayon v1.11.0
12062026-08-29T04:10:31.208Z Downloaded icu_properties_data v2.1.2
12072026-08-29T04:10:31.211Z Downloaded zerovec-derive v0.11.2
12082026-08-29T04:10:31.212Z Downloaded pkg-config v0.3.32
12092026-08-29T04:10:31.218Z Downloaded rand_chacha v0.9.0
12102026-08-29T04:10:31.218Z Downloaded zerocopy v0.6.6
12112026-08-29T04:10:31.218Z Downloaded progenitor-impl v0.13.0
12122026-08-29T04:10:31.218Z Downloaded internal-russh-num-bigint v0.5.0
12132026-08-29T04:10:31.223Z Downloaded samael v0.0.19
12142026-08-29T04:10:31.223Z Downloaded winnow v0.6.26
12152026-08-29T04:10:31.226Z Downloaded hyper-staticfile v0.10.1
12162026-08-29T04:10:31.226Z Downloaded crypto-primes v0.7.2
12172026-08-29T04:10:31.231Z Downloaded sec1 v0.8.1
12182026-08-29T04:10:31.231Z Downloaded aws-lc-rs v1.16.3
12192026-08-29T04:10:31.240Z Downloaded nu-ansi-term v0.50.3
12202026-08-29T04:10:31.240Z Downloaded derive_more-impl v2.1.1
12212026-08-29T04:10:31.240Z Downloaded goblin v0.10.5
12222026-08-29T04:10:31.247Z Downloaded darling_core v0.20.11
12232026-08-29T04:10:31.251Z Downloaded spki v0.7.3
12242026-08-29T04:10:31.252Z Downloaded ed25519 v3.0.0
12252026-08-29T04:10:31.252Z Downloaded salty v0.3.0
12262026-08-29T04:10:31.252Z Downloaded diff v0.1.13
12272026-08-29T04:10:31.256Z Downloaded rand_pcg v0.10.2
12282026-08-29T04:10:31.256Z Downloaded iddqd v0.4.2
12292026-08-29T04:10:31.261Z Downloaded quinn v0.11.11
12302026-08-29T04:10:31.261Z Downloaded schemars v1.2.1
12312026-08-29T04:10:31.266Z Downloaded crossterm v0.28.1
12322026-08-29T04:10:31.278Z Downloaded darling v0.21.3
12332026-08-29T04:10:31.279Z Downloaded indexmap v1.9.3
12342026-08-29T04:10:31.279Z Downloaded tokio-util v0.7.18
12352026-08-29T04:10:31.283Z Downloaded tower-http v0.6.8
12362026-08-29T04:10:31.290Z Downloaded libbz2-rs-sys v0.2.2
12372026-08-29T04:10:31.290Z Downloaded chrono v0.4.45
12382026-08-29T04:10:31.294Z Downloaded rand v0.8.6
12392026-08-29T04:10:31.294Z Downloaded itertools v0.12.1
12402026-08-29T04:10:31.298Z Downloaded vte v0.14.1
12412026-08-29T04:10:31.302Z Downloaded litemap v0.8.1
12422026-08-29T04:10:31.302Z Downloaded zerocopy-derive v0.8.55
12432026-08-29T04:10:31.310Z Downloaded cookie_store v0.22.1
12442026-08-29T04:10:31.313Z Downloaded qorb v0.4.1
12452026-08-29T04:10:31.314Z Downloaded p384 v0.13.1
12462026-08-29T04:10:31.324Z Downloaded gimli v0.32.3
12472026-08-29T04:10:31.340Z Downloaded progenitor-impl v0.14.0
12482026-08-29T04:10:31.347Z Downloaded derive_more v0.99.20
12492026-08-29T04:10:31.347Z Downloaded nom v7.1.3
12502026-08-29T04:10:31.347Z Downloaded tinyvec v1.10.0
12512026-08-29T04:10:31.347Z Downloaded bitvec v1.0.1
12522026-08-29T04:10:31.350Z Downloaded der v0.7.10
12532026-08-29T04:10:31.351Z Downloaded const_format v0.2.35
12542026-08-29T04:10:31.385Z Downloaded rustls-webpki v0.103.13
12552026-08-29T04:10:31.385Z Downloaded darling_core v0.21.3
12562026-08-29T04:10:31.507Z Downloaded toml_edit v0.23.10+spec-1.0.0
12572026-08-29T04:10:31.507Z Downloaded quick-xml v0.37.5
12582026-08-29T04:10:31.507Z Downloaded winnow v0.5.40
12592026-08-29T04:10:31.507Z Downloaded nom v8.0.0
12602026-08-29T04:10:31.507Z Downloaded sha3 v0.12.0
12612026-08-29T04:10:31.507Z Downloaded crossbeam-channel v0.5.15
12622026-08-29T04:10:31.507Z Downloaded url v2.5.8
12632026-08-29T04:10:31.507Z Downloaded p256 v0.14.0
12642026-08-29T04:10:31.508Z Downloaded socket2 v0.5.10
12652026-08-29T04:10:31.508Z Downloaded miniz_oxide v0.8.9
12662026-08-29T04:10:31.508Z Downloaded miette v7.6.0
12672026-08-29T04:10:31.508Z Downloaded regex v1.12.3
12682026-08-29T04:10:31.508Z Downloaded reqwest v0.12.28
12692026-08-29T04:10:31.508Z Downloaded diesel_derives v2.3.7
12702026-08-29T04:10:31.516Z Downloaded derive_more v2.1.1
12712026-08-29T04:10:31.516Z Downloaded unicode-normalization v0.1.25
12722026-08-29T04:10:31.517Z Downloaded petname v2.0.2
12732026-08-29T04:10:31.517Z Downloaded x509-cert v0.2.5
12742026-08-29T04:10:31.517Z Downloaded idna v1.1.0
12752026-08-29T04:10:31.517Z Downloaded zerovec v0.11.5
12762026-08-29T04:10:31.517Z Downloaded crossterm v0.29.0
12772026-08-29T04:10:31.517Z Downloaded libxml v0.3.3
12782026-08-29T04:10:31.518Z Downloaded rsa v0.10.0-rc.18
12792026-08-29T04:10:31.519Z Downloaded tabled v0.21.0
12802026-08-29T04:10:31.519Z Downloaded itertools v0.13.0
12812026-08-29T04:10:31.519Z Downloaded jiff-core v0.1.0
12822026-08-29T04:10:31.519Z Downloaded itertools v0.14.0
12832026-08-29T04:10:31.519Z Downloaded libm v0.2.16
12842026-08-29T04:10:31.519Z Downloaded lalrpop v0.19.12
12852026-08-29T04:10:31.519Z Downloaded zerocopy v0.8.55
12862026-08-29T04:10:31.519Z Downloaded quinn-proto v0.11.16
12872026-08-29T04:10:31.519Z Downloaded ssh-key v0.7.0-rc.11
12882026-08-29T04:10:31.519Z Downloaded russh v0.62.4
12892026-08-29T04:10:31.519Z Downloaded smoltcp v0.11.0
12902026-08-29T04:10:31.523Z Downloaded hickory-proto v0.24.4
12912026-08-29T04:10:31.537Z Downloaded smoltcp v0.9.1
12922026-08-29T04:10:31.547Z Downloaded curve25519-dalek v4.1.3
12932026-08-29T04:10:31.547Z Downloaded moka v0.12.13
12942026-08-29T04:10:31.551Z Downloaded zlib-rs v0.6.2
12952026-08-29T04:10:31.556Z Downloaded hickory-proto v0.25.2
12962026-08-29T04:10:31.560Z Downloaded time v0.3.47
12972026-08-29T04:10:31.567Z Downloaded winnow v1.0.3
12982026-08-29T04:10:31.573Z Downloaded curve25519-dalek v5.0.0
12992026-08-29T04:10:31.579Z Downloaded serde_with v3.21.0
13002026-08-29T04:10:31.597Z Downloaded regex-syntax v0.8.10
13012026-08-29T04:10:31.606Z Downloaded regress v0.10.5
13022026-08-29T04:10:31.617Z Downloaded bstr v1.12.1
13032026-08-29T04:10:31.621Z Downloaded radix_trie v0.2.1
13042026-08-29T04:10:31.624Z Downloaded crypto-bigint v0.7.5
13052026-08-29T04:10:31.632Z Downloaded nix v0.27.1
13062026-08-29T04:10:31.641Z Downloaded object v0.30.4
13072026-08-29T04:10:31.644Z Downloaded diesel v2.3.7
13082026-08-29T04:10:31.654Z Downloaded openssl v0.10.80
13092026-08-29T04:10:31.660Z Downloaded rustls v0.23.41
13102026-08-29T04:10:31.666Z Downloaded nix v0.28.0
13112026-08-29T04:10:31.673Z Downloaded openapiv3 v2.2.0
13122026-08-29T04:10:31.679Z Downloaded polar-core v0.27.3
13132026-08-29T04:10:31.685Z Downloaded syn v3.0.3
13142026-08-29T04:10:31.690Z Downloaded object v0.37.3
13152026-08-29T04:10:31.698Z Downloaded sha3 v0.11.0
13162026-08-29T04:10:31.746Z Downloaded dropshot v0.17.1
13172026-08-29T04:10:31.746Z Downloaded sqlparser v0.61.0
13182026-08-29T04:10:31.746Z Downloaded nix v0.31.2
13192026-08-29T04:10:31.746Z Downloaded rustix v0.38.44
13202026-08-29T04:10:31.746Z Downloaded zerocopy-derive v0.6.6
13212026-08-29T04:10:31.751Z Downloaded regex-syntax v0.6.29
13222026-08-29T04:10:31.751Z Downloaded sled v0.34.7
13232026-08-29T04:10:31.751Z Downloaded typify-impl v0.6.2
13242026-08-29T04:10:31.802Z Downloaded regress v0.11.1
13252026-08-29T04:10:31.814Z Downloaded petgraph v0.6.5
13262026-08-29T04:10:31.833Z Downloaded tracing v0.1.44
13272026-08-29T04:10:31.848Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-08-29T04:10:31.855Z Downloaded regex-automata v0.4.14
13292026-08-29T04:10:31.864Z Downloaded csv v1.4.0
13302026-08-29T04:10:31.876Z Downloaded sha3 v0.10.8
13312026-08-29T04:10:31.879Z Downloaded ratatui v0.29.0
13322026-08-29T04:10:31.898Z Downloaded encoding_rs v0.8.35
13332026-08-29T04:10:31.917Z Downloaded jiff v0.2.34
13342026-08-29T04:10:31.926Z Downloaded chrono-tz v0.10.4
13352026-08-29T04:10:31.938Z Downloaded ring v0.17.14
13362026-08-29T04:10:31.960Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-29T04:10:31.970Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-29T04:10:32.003Z Downloaded petgraph v0.8.3
13392026-08-29T04:10:32.016Z Downloaded libz-sys v1.1.24
13402026-08-29T04:10:32.027Z Downloaded tokio v1.52.1
13412026-08-29T04:10:32.598Z Downloaded aws-lc-sys v0.40.0
13422026-08-29T04:10:32.849Z Compiling serde_core v1.0.228
13432026-08-29T04:10:32.849Z Compiling libc v0.2.185
13442026-08-29T04:10:32.854Z Compiling serde v1.0.228
13452026-08-29T04:10:32.854Z Compiling log v0.4.33
13462026-08-29T04:10:32.855Z Compiling smallvec v1.15.1
13472026-08-29T04:10:32.995Z Compiling find-msvc-tools v0.1.9
13482026-08-29T04:10:33.003Z Compiling shlex v1.3.0
13492026-08-29T04:10:33.016Z Compiling syn v2.0.117
13502026-08-29T04:10:33.202Z Compiling subtle v2.6.1
13512026-08-29T04:10:33.205Z Compiling scopeguard v1.2.0
13522026-08-29T04:10:33.239Z Compiling typenum v1.20.1
13532026-08-29T04:10:33.352Z Compiling lock_api v0.4.14
13542026-08-29T04:10:33.360Z Compiling stable_deref_trait v1.2.1
13552026-08-29T04:10:33.360Z Compiling zerocopy v0.8.55
13562026-08-29T04:10:33.378Z Compiling portable-atomic v1.13.1
13572026-08-29T04:10:33.389Z Compiling serde_json v1.0.151
13582026-08-29T04:10:33.537Z Compiling critical-section v1.2.0
13592026-08-29T04:10:33.588Z Compiling libm v0.2.16
13602026-08-29T04:10:33.646Z Compiling num-traits v0.2.19
13612026-08-29T04:10:33.791Z Compiling pkg-config v0.3.32
13622026-08-29T04:10:33.829Z Compiling errno v0.3.14
13632026-08-29T04:10:33.846Z Compiling jobserver v0.1.34
13642026-08-29T04:10:33.898Z Compiling getrandom v0.2.17
13652026-08-29T04:10:34.054Z Compiling cc v1.2.56
13662026-08-29T04:10:34.125Z Compiling rand_core v0.6.4
13672026-08-29T04:10:34.334Z Compiling generic-array v0.14.7
13682026-08-29T04:10:34.375Z Compiling once_cell v1.21.3
13692026-08-29T04:10:34.403Z Compiling pin-project-lite v0.2.17
13702026-08-29T04:10:34.446Z Compiling parking_lot_core v0.9.12
13712026-08-29T04:10:34.502Z Compiling const-oid v0.9.6
13722026-08-29T04:10:34.526Z Compiling getrandom v0.4.3
13732026-08-29T04:10:34.639Z Compiling rand_core v0.10.0
13742026-08-29T04:10:35.014Z Compiling signal-hook-registry v1.4.8
13752026-08-29T04:10:35.118Z Compiling bitflags v2.11.0
13762026-08-29T04:10:35.244Z Compiling writeable v0.6.2
13772026-08-29T04:10:35.300Z Compiling litemap v0.8.1
13782026-08-29T04:10:35.351Z Compiling futures-core v0.3.32
13792026-08-29T04:10:35.366Z Compiling percent-encoding v2.3.2
13802026-08-29T04:10:35.443Z Compiling semver v1.0.28
13812026-08-29T04:10:35.488Z Compiling parking_lot v0.12.5
13822026-08-29T04:10:35.501Z Compiling mio v1.2.0
13832026-08-29T04:10:35.501Z Compiling icu_properties_data v2.1.2
13842026-08-29T04:10:35.557Z Compiling icu_normalizer_data v2.1.1
13852026-08-29T04:10:35.636Z Compiling socket2 v0.6.3
13862026-08-29T04:10:35.791Z Compiling getrandom v0.3.4
13872026-08-29T04:10:35.834Z Compiling rustix v1.1.4
13882026-08-29T04:10:35.850Z Compiling futures-sink v0.3.32
13892026-08-29T04:10:35.857Z Compiling indexmap v2.14.0
13902026-08-29T04:10:35.950Z Compiling synstructure v0.13.2
13912026-08-29T04:10:35.955Z Compiling futures-channel v0.3.32
13922026-08-29T04:10:36.033Z Compiling utf8_iter v1.0.4
13932026-08-29T04:10:36.195Z Compiling slab v0.4.12
13942026-08-29T04:10:36.204Z Compiling futures-io v0.3.32
13952026-08-29T04:10:36.289Z Compiling futures-task v0.3.32
13962026-08-29T04:10:36.356Z Compiling form_urlencoded v1.2.2
13972026-08-29T04:10:36.371Z Compiling rustversion v1.0.22
13982026-08-29T04:10:36.478Z Compiling iana-time-zone v0.1.65
13992026-08-29T04:10:36.516Z Compiling base64ct v1.8.3
14002026-08-29T04:10:36.533Z Compiling cmake v0.1.57
14012026-08-29T04:10:36.534Z Compiling regex-syntax v0.8.10
14022026-08-29T04:10:36.638Z Compiling fs_extra v1.3.0
14032026-08-29T04:10:36.668Z Compiling flagset v0.4.7
14042026-08-29T04:10:36.868Z Compiling pem-rfc7468 v0.7.0
14052026-08-29T04:10:36.873Z Compiling ident_case v1.0.1
14062026-08-29T04:10:36.906Z Compiling dunce v1.0.5
14072026-08-29T04:10:36.924Z Compiling rand_core v0.9.5
14082026-08-29T04:10:36.931Z Compiling uuid v1.23.4
14092026-08-29T04:10:37.000Z Compiling aws-lc-sys v0.40.0
14102026-08-29T04:10:37.086Z Compiling base64 v0.22.1
14112026-08-29T04:10:37.244Z Compiling vcpkg v0.2.15
14122026-08-29T04:10:37.366Z Compiling syn v1.0.109
14132026-08-29T04:10:37.456Z Compiling serde_derive_internals v0.29.1
14142026-08-29T04:10:37.595Z Compiling rustc_version v0.4.1
14152026-08-29T04:10:37.629Z Compiling serde_derive v1.0.228
14162026-08-29T04:10:37.673Z Compiling zeroize_derive v1.5.0
14172026-08-29T04:10:37.685Z Compiling zerocopy-derive v0.8.55
14182026-08-29T04:10:37.953Z Compiling zerofrom-derive v0.1.6
14192026-08-29T04:10:37.991Z Compiling yoke-derive v0.8.1
14202026-08-29T04:10:38.322Z Compiling zerovec-derive v0.11.2
14212026-08-29T04:10:38.352Z Compiling displaydoc v0.2.5
14222026-08-29T04:10:38.919Z Compiling tokio-macros v2.7.0
14232026-08-29T04:10:39.106Z Compiling futures-macro v0.3.32
14242026-08-29T04:10:39.153Z Compiling thiserror-impl v2.0.18
14252026-08-29T04:10:39.292Z Compiling zerofrom v0.1.6
14262026-08-29T04:10:39.422Z Compiling yoke v0.8.1
14272026-08-29T04:10:39.455Z Compiling der_derive v0.7.3
14282026-08-29T04:10:39.608Z Compiling zerovec v0.11.5
14292026-08-29T04:10:39.639Z Compiling zerotrie v0.2.3
14302026-08-29T04:10:39.921Z Compiling futures-util v0.3.32
14312026-08-29T04:10:39.960Z Compiling openssl-sys v0.9.117
14322026-08-29T04:10:40.112Z Compiling tinystr v0.8.2
14332026-08-29T04:10:40.319Z Compiling icu_locale_core v2.1.1
14342026-08-29T04:10:40.398Z Compiling potential_utf v0.1.4
14352026-08-29T04:10:40.480Z Compiling thiserror v2.0.18
14362026-08-29T04:10:40.514Z Compiling icu_collections v2.1.1
14372026-08-29T04:10:40.556Z Compiling tracing-attributes v0.1.31
14382026-08-29T04:10:40.585Z Compiling tracing-core v0.1.36
14392026-08-29T04:10:40.980Z Compiling icu_provider v2.1.1
14402026-08-29T04:10:41.080Z Compiling zeroize v1.9.0
14412026-08-29T04:10:41.112Z Compiling bytes v1.11.1
14422026-08-29T04:10:41.195Z Compiling chrono v0.4.45
14432026-08-29T04:10:41.289Z Compiling icu_normalizer v2.1.1
14442026-08-29T04:10:41.719Z Compiling tokio v1.52.1
14452026-08-29T04:10:41.831Z Compiling block-buffer v0.10.4
14462026-08-29T04:10:42.006Z Compiling crypto-common v0.1.7
14472026-08-29T04:10:42.006Z Compiling icu_properties v2.1.2
14482026-08-29T04:10:42.006Z Compiling digest v0.10.7
14492026-08-29T04:10:42.006Z Compiling der v0.7.10
14502026-08-29T04:10:42.192Z Compiling ppv-lite86 v0.2.21
14512026-08-29T04:10:42.245Z Compiling http v1.4.2
14522026-08-29T04:10:42.302Z Compiling simd-adler32 v0.3.8
14532026-08-29T04:10:42.524Z Compiling rand_chacha v0.9.0
14542026-08-29T04:10:42.554Z Compiling schemars v0.8.22
14552026-08-29T04:10:42.605Z Compiling dyn-clone v1.0.20
14562026-08-29T04:10:42.745Z Compiling idna_adapter v1.2.1
14572026-08-29T04:10:42.761Z Compiling aws-lc-rs v1.16.3
14582026-08-29T04:10:42.952Z Compiling idna v1.1.0
14592026-08-29T04:10:43.045Z Compiling spki v0.7.3
14602026-08-29T04:10:43.061Z Compiling cpufeatures v0.2.17
14612026-08-29T04:10:43.124Z Compiling http-body v1.0.1
14622026-08-29T04:10:43.163Z Compiling pkcs8 v0.10.2
14632026-08-29T04:10:43.183Z Compiling url v2.5.8
14642026-08-29T04:10:43.257Z Compiling rand v0.9.2
14652026-08-29T04:10:43.271Z Compiling tracing v0.1.44
14662026-08-29T04:10:43.286Z Compiling rustls-pki-types v1.14.0
14672026-08-29T04:10:43.548Z Compiling schemars_derive v0.8.22
14682026-08-29T04:10:43.598Z Compiling spin v0.9.8
14692026-08-29T04:10:43.724Z Compiling tinyvec_macros v0.1.1
14702026-08-29T04:10:43.795Z Compiling adler2 v2.0.1
14712026-08-29T04:10:43.809Z Compiling cmov v0.5.4
14722026-08-29T04:10:43.990Z Compiling crc32fast v1.5.0
14732026-08-29T04:10:44.031Z Compiling httparse v1.10.1
14742026-08-29T04:10:44.038Z Compiling openssl-probe v0.2.1
14752026-08-29T04:10:44.038Z Compiling ctutils v0.4.2
14762026-08-29T04:10:44.171Z Compiling miniz_oxide v0.8.9
14772026-08-29T04:10:44.227Z Compiling tempfile v3.27.0
14782026-08-29T04:10:44.239Z Compiling tinyvec v1.10.0
14792026-08-29T04:10:44.327Z Compiling pest_generator v2.8.6
14802026-08-29T04:10:44.572Z Compiling sha2 v0.10.9
14812026-08-29T04:10:44.591Z Compiling terminal_size v0.4.3
14822026-08-29T04:10:44.738Z Compiling aho-corasick v1.1.4
14832026-08-29T04:10:44.751Z Compiling tower-service v0.3.3
14842026-08-29T04:10:44.853Z Compiling atomic-waker v1.1.2
14852026-08-29T04:10:45.048Z Compiling untrusted v0.7.1
14862026-08-29T04:10:45.060Z Compiling try-lock v0.2.5
14872026-08-29T04:10:45.109Z Compiling unicode-segmentation v1.12.0
14882026-08-29T04:10:45.163Z Compiling tower-layer v0.3.3
14892026-08-29T04:10:45.268Z Compiling radium v0.7.0
14902026-08-29T04:10:45.452Z Compiling want v0.3.1
14912026-08-29T04:10:45.528Z Compiling tokio-util v0.7.18
14922026-08-29T04:10:45.620Z Compiling regex-automata v0.4.14
14932026-08-29T04:10:45.844Z Compiling pest_derive v2.8.6
14942026-08-29T04:10:46.275Z Compiling h2 v0.4.15
14952026-08-29T04:10:46.327Z Compiling hybrid-array v0.4.13
14962026-08-29T04:10:46.468Z Compiling ipnet v2.12.0
14972026-08-29T04:10:46.535Z Compiling scroll_derive v0.13.1
14982026-08-29T04:10:46.947Z Compiling darling_core v0.20.11
14992026-08-29T04:10:47.098Z Compiling untrusted v0.9.0
15002026-08-29T04:10:47.159Z Compiling openssl v0.10.80
15012026-08-29T04:10:47.258Z Compiling tap v1.0.1
15022026-08-29T04:10:47.346Z Compiling httpdate v1.0.3
15032026-08-29T04:10:47.372Z Compiling foreign-types-shared v0.1.1
15042026-08-29T04:10:47.386Z Compiling maybe-uninit v2.0.0
15052026-08-29T04:10:47.448Z Compiling rustls v0.23.41
15062026-08-29T04:10:47.458Z Compiling foreign-types v0.3.2
15072026-08-29T04:10:47.547Z Compiling scroll v0.13.0
15082026-08-29T04:10:47.571Z Compiling wyz v0.5.1
15092026-08-29T04:10:47.706Z Compiling unicode-normalization v0.1.25
15102026-08-29T04:10:47.807Z Compiling rand_chacha v0.3.1
15112026-08-29T04:10:47.807Z Compiling signature v2.2.0
15122026-08-29T04:10:48.031Z Compiling hex v0.4.3
15132026-08-29T04:10:48.140Z Compiling openssl-macros v0.1.1
15142026-08-29T04:10:48.165Z Compiling thiserror-impl v1.0.69
15152026-08-29T04:10:48.278Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-29T04:10:48.531Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-29T04:10:48.553Z Compiling num-integer v0.1.46
15182026-08-29T04:10:48.571Z Compiling socket2 v0.5.10
15192026-08-29T04:10:48.865Z Compiling wait-timeout v0.2.1
15202026-08-29T04:10:48.902Z Compiling ahash v0.8.12
15212026-08-29T04:10:48.971Z Compiling quick-error v1.2.3
15222026-08-29T04:10:49.094Z Compiling funty v2.0.0
15232026-08-29T04:10:49.117Z Compiling native-tls v0.2.18
15242026-08-29T04:10:49.125Z Compiling time-core v0.1.8
15252026-08-29T04:10:49.223Z Compiling darling_macro v0.20.11
15262026-08-29T04:10:49.269Z Compiling num-bigint-dig v0.8.6
15272026-08-29T04:10:49.304Z Compiling powerfmt v0.2.0
15282026-08-29T04:10:49.433Z Compiling hyper v1.10.1
15292026-08-29T04:10:49.459Z Compiling bit-vec v0.8.0
15302026-08-29T04:10:49.501Z Compiling packed_struct v0.10.1
15312026-08-29T04:10:49.628Z Compiling num-conv v0.2.0
15322026-08-29T04:10:49.671Z Compiling bit-set v0.8.0
15332026-08-29T04:10:49.701Z Compiling deranged v0.5.8
15342026-08-29T04:10:49.731Z Compiling darling v0.20.11
15352026-08-29T04:10:49.751Z Compiling time-macros v0.2.27
15362026-08-29T04:10:49.768Z Compiling thiserror v1.0.69
15372026-08-29T04:10:49.795Z Compiling bitvec v1.0.1
15382026-08-29T04:10:49.827Z Compiling clap_builder v4.6.0
15392026-08-29T04:10:49.940Z Compiling rusty-fork v0.3.1
15402026-08-29T04:10:50.530Z Compiling num-iter v0.1.45
15412026-08-29T04:10:50.564Z Compiling hyper-util v0.1.20
15422026-08-29T04:10:50.974Z Compiling rand v0.8.6
15432026-08-29T04:10:51.183Z Compiling goblin v0.10.5
15442026-08-29T04:10:55.677Z Compiling packed_struct_codegen v0.10.1
15452026-08-29T04:10:55.741Z Compiling lazy_static v1.5.0
15462026-08-29T04:10:55.741Z Compiling hmac v0.12.1
15472026-08-29T04:10:55.741Z Compiling toml_datetime v0.6.11
15482026-08-29T04:10:55.741Z Compiling serde_spanned v0.6.9
15492026-08-29T04:10:55.741Z Compiling bitfield-macros v0.19.4
15502026-08-29T04:10:55.741Z Compiling zerocopy-derive v0.6.6
15512026-08-29T04:10:55.742Z Compiling clap_derive v4.6.1
15522026-08-29T04:10:55.742Z Compiling rand_xorshift v0.4.0
15532026-08-29T04:10:55.742Z Compiling sync_wrapper v1.0.2
15542026-08-29T04:10:55.779Z Compiling indexmap v1.9.3
15552026-08-29T04:10:55.779Z Compiling crc-catalog v2.4.0
15562026-08-29T04:10:55.779Z Compiling usdt-impl v0.6.0
15572026-08-29T04:10:55.779Z Compiling object v0.37.3
15582026-08-29T04:10:55.779Z Compiling num_threads v0.1.7
15592026-08-29T04:10:55.779Z Compiling unarray v0.1.4
15602026-08-29T04:10:55.779Z Compiling nodrop v0.1.14
15612026-08-29T04:10:55.779Z Compiling paste v1.0.15
15622026-08-29T04:10:55.779Z Compiling crossbeam-utils v0.8.21
15632026-08-29T04:10:55.779Z Compiling siphasher v1.0.2
15642026-08-29T04:10:55.779Z Compiling zlib-rs v0.6.2
15652026-08-29T04:10:55.779Z Compiling array-init v0.0.4
15662026-08-29T04:10:55.779Z Compiling proptest v1.11.0
15672026-08-29T04:10:55.779Z Compiling time v0.3.47
15682026-08-29T04:10:55.779Z Compiling dof v0.4.0
15692026-08-29T04:10:55.779Z Compiling clap v4.6.1
15702026-08-29T04:10:55.779Z Compiling crc v3.4.0
15712026-08-29T04:10:55.779Z Compiling zerocopy v0.6.6
15722026-08-29T04:10:55.779Z Compiling tower v0.5.3
15732026-08-29T04:10:55.781Z Compiling bitfield v0.19.4
15742026-08-29T04:10:55.781Z Compiling smallvec v0.6.14
15752026-08-29T04:10:55.781Z Compiling derive_builder_core v0.20.2
15762026-08-29T04:10:55.908Z Compiling dtrace-parser v0.3.0
15772026-08-29T04:10:56.517Z Compiling flate2 v1.1.9
15782026-08-29T04:10:56.602Z Compiling ipnetwork v0.21.1
15792026-08-29T04:10:56.626Z Compiling pkcs1 v0.7.5
15802026-08-29T04:10:56.717Z Compiling http-body-util v0.1.3
15812026-08-29T04:10:56.817Z Compiling heapless v0.7.17
15822026-08-29T04:10:56.908Z Compiling scroll_derive v0.12.1
15832026-08-29T04:10:56.956Z Compiling structmeta-derive v0.3.0
15842026-08-29T04:10:56.977Z Compiling slog v2.8.2
15852026-08-29T04:10:57.008Z Compiling darling_core v0.23.0
15862026-08-29T04:10:57.052Z Compiling thread-id v5.1.0
15872026-08-29T04:10:57.159Z Compiling cookie v0.18.1
15882026-08-29T04:10:57.198Z Compiling env_filter v2.0.0
15892026-08-29T04:10:57.343Z Compiling syn v3.0.3
15902026-08-29T04:10:57.499Z Compiling hashbrown v0.12.3
15912026-08-29T04:10:57.615Z Compiling unicode-bidi v0.3.18
15922026-08-29T04:10:57.980Z Compiling ryu v1.0.23
15932026-08-29T04:10:58.071Z Compiling zstd-safe v7.2.4
15942026-08-29T04:10:58.159Z Compiling iri-string v0.7.10
15952026-08-29T04:10:58.171Z Compiling gimli v0.32.3
15962026-08-29T04:10:58.265Z Compiling allocator-api2 v0.2.21
15972026-08-29T04:10:58.599Z Compiling winnow v0.5.40
15982026-08-29T04:10:59.548Z Compiling base64 v0.21.7
15992026-08-29T04:10:59.657Z Compiling unicode-properties v0.1.4
16002026-08-29T04:10:59.859Z Compiling anyhow v1.0.104
16012026-08-29T04:10:59.873Z Compiling signal-hook v0.3.18
16022026-08-29T04:11:00.019Z Compiling toml_edit v0.19.15
16032026-08-29T04:11:00.057Z Compiling stringprep v0.1.5
16042026-08-29T04:11:00.081Z Compiling addr2line v0.25.1
16052026-08-29T04:11:00.370Z Compiling ron v0.8.1
16062026-08-29T04:11:00.412Z Compiling darling_macro v0.23.0
16072026-08-29T04:11:00.491Z Compiling tower-http v0.6.8
16082026-08-29T04:11:00.774Z Compiling daft-derive v0.1.8
16092026-08-29T04:11:00.874Z Compiling serde_urlencoded v0.7.1
16102026-08-29T04:11:00.897Z Compiling structmeta v0.3.0
16112026-08-29T04:11:01.108Z Compiling scroll v0.12.0
16122026-08-29T04:11:01.123Z Compiling env_logger v0.11.11
16132026-08-29T04:11:01.368Z Compiling rsa v0.9.10
16142026-08-29T04:11:01.382Z Compiling oxnet v0.1.6
16152026-08-29T04:11:01.476Z Compiling derive_builder_macro v0.20.2
16162026-08-29T04:11:01.590Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-29T04:11:01.794Z Compiling newtype-uuid v1.3.2
16182026-08-29T04:11:01.889Z Compiling hashbrown v0.13.2
16192026-08-29T04:11:01.944Z Compiling bzip2 v0.4.4
16202026-08-29T04:11:02.175Z Compiling serde-hex v0.1.0
16212026-08-29T04:11:02.210Z Compiling tokio-native-tls v0.3.1
16222026-08-29T04:11:02.387Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-29T04:11:02.652Z Compiling camino v1.2.5
16242026-08-29T04:11:03.042Z Compiling bstr v1.12.1
16252026-08-29T04:11:03.424Z Compiling crypto-common v0.2.2
16262026-08-29T04:11:03.680Z Compiling block-buffer v0.12.1
16272026-08-29T04:11:03.883Z Compiling block-padding v0.4.2
16282026-08-29T04:11:03.907Z Compiling heck v0.4.1
16292026-08-29T04:11:04.055Z Compiling rustls-native-certs v0.8.3
16302026-08-29T04:11:04.133Z Compiling x509-cert v0.2.5
16312026-08-29T04:11:04.347Z Compiling md-5 v0.10.6
16322026-08-29T04:11:04.441Z Compiling erased-serde v0.3.31
16332026-08-29T04:11:04.524Z Compiling serde_tokenstream v0.2.3
16342026-08-29T04:11:04.632Z Compiling curve25519-dalek v4.1.3
16352026-08-29T04:11:04.829Z Compiling zerocopy-derive v0.7.35
16362026-08-29T04:11:04.933Z Compiling pin-project-internal v1.1.11
16372026-08-29T04:11:04.955Z Compiling async-trait v0.1.89
16382026-08-29T04:11:05.140Z Compiling vergen-lib v9.1.0
16392026-08-29T04:11:05.318Z Compiling hash32 v0.2.1
16402026-08-29T04:11:05.347Z Compiling memoffset v0.9.1
16412026-08-29T04:11:05.508Z Compiling encoding_rs v0.8.35
16422026-08-29T04:11:05.536Z Compiling rustix v0.38.44
16432026-08-29T04:11:05.669Z Compiling smoltcp v0.9.1
16442026-08-29T04:11:05.718Z Compiling mime v0.3.17
16452026-08-29T04:11:05.870Z Compiling crc-any v2.5.0
16462026-08-29T04:11:05.962Z Compiling cfg_aliases v0.2.1
16472026-08-29T04:11:05.977Z Compiling owo-colors v4.3.0
16482026-08-29T04:11:05.989Z Compiling psl-types v2.0.11
16492026-08-29T04:11:06.025Z Compiling litrs v1.0.0
16502026-08-29T04:11:06.039Z Compiling ref-cast v1.0.25
16512026-08-29T04:11:06.100Z Compiling fallible-iterator v0.2.0
16522026-08-29T04:11:06.114Z Compiling rustc-demangle v0.1.27
16532026-08-29T04:11:06.166Z Compiling publicsuffix v2.3.0
16542026-08-29T04:11:06.379Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-29T04:11:06.385Z Compiling backtrace v0.3.76
16562026-08-29T04:11:06.395Z Compiling postgres-protocol v0.6.10
16572026-08-29T04:11:06.409Z Compiling nix v0.31.2
16582026-08-29T04:11:06.490Z Compiling pin-project v1.1.11
16592026-08-29T04:11:06.522Z Compiling document-features v0.2.12
16602026-08-29T04:11:06.696Z Compiling zerocopy v0.7.35
16612026-08-29T04:11:07.012Z Compiling snafu-derive v0.8.9
16622026-08-29T04:11:07.083Z Compiling inout v0.2.2
16632026-08-29T04:11:07.252Z Compiling daft v0.1.8
16642026-08-29T04:11:07.307Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-29T04:11:07.327Z Compiling object v0.30.4
16662026-08-29T04:11:07.367Z Compiling hyper-tls v0.6.0
16672026-08-29T04:11:07.514Z Compiling zip v0.6.6
16682026-08-29T04:11:07.528Z Compiling derive_builder v0.20.2
16692026-08-29T04:11:07.586Z Compiling toml v0.7.8
16702026-08-29T04:11:07.795Z Compiling goblin v0.8.2
16712026-08-29T04:11:08.078Z Compiling derive-ex v0.1.8
16722026-08-29T04:11:08.174Z Compiling darling v0.23.0
16732026-08-29T04:11:08.533Z Compiling phf_shared v0.13.1
16742026-08-29T04:11:08.553Z Compiling regex v1.12.3
16752026-08-29T04:11:08.771Z Compiling hubpack_derive v0.1.1
16762026-08-29T04:11:08.970Z Compiling convert_case v0.10.0
16772026-08-29T04:11:08.985Z Compiling futures-executor v0.3.32
16782026-08-29T04:11:09.216Z Compiling strum_macros v0.27.2
16792026-08-29T04:11:09.237Z Compiling ref-cast-impl v1.0.25
16802026-08-29T04:11:09.270Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-29T04:11:09.712Z Compiling vergen v9.1.0
16822026-08-29T04:11:09.774Z Compiling cargo-platform v0.3.2
16832026-08-29T04:11:09.895Z Compiling ff v0.13.1
16842026-08-29T04:11:09.967Z Compiling fs-err v3.3.0
16852026-08-29T04:11:10.031Z Compiling bitflags v1.3.2
16862026-08-29T04:11:10.047Z Compiling base16ct v0.2.0
16872026-08-29T04:11:10.088Z Compiling same-file v1.0.6
16882026-08-29T04:11:10.106Z Compiling foldhash v0.2.0
16892026-08-29T04:11:10.177Z Compiling foldhash v0.1.5
16902026-08-29T04:11:10.223Z Compiling managed v0.8.0
16912026-08-29T04:11:10.249Z Compiling libbz2-rs-sys v0.2.2
16922026-08-29T04:11:10.322Z Compiling path-slash v0.1.5
16932026-08-29T04:11:10.348Z Compiling jiff-core v0.1.0
16942026-08-29T04:11:10.442Z Compiling is_ci v1.2.0
16952026-08-29T04:11:10.463Z Compiling bumpalo v3.20.2
16962026-08-29T04:11:10.580Z Compiling supports-color v3.0.2
16972026-08-29T04:11:10.718Z Compiling zopfli v0.8.3
16982026-08-29T04:11:10.749Z Compiling bzip2 v0.6.1
16992026-08-29T04:11:10.922Z Compiling textwrap v0.16.2
17002026-08-29T04:11:10.958Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-29T04:11:11.188Z Compiling strum v0.27.2
17022026-08-29T04:11:11.227Z Compiling jiff v0.2.34
17032026-08-29T04:11:11.370Z Compiling hashbrown v0.15.5
17042026-08-29T04:11:11.386Z Compiling hashbrown v0.16.1
17052026-08-29T04:11:11.415Z Compiling walkdir v2.5.0
17062026-08-29T04:11:11.722Z Compiling sec1 v0.7.3
17072026-08-29T04:11:11.973Z Compiling group v0.13.0
17082026-08-29T04:11:12.004Z Compiling dof v0.3.0
17092026-08-29T04:11:12.019Z Compiling cargo_metadata v0.23.1
17102026-08-29T04:11:12.313Z Compiling test-strategy v0.4.5
17112026-08-29T04:11:12.383Z Compiling derive_more-impl v2.1.1
17122026-08-29T04:11:12.762Z Compiling hubpack v0.1.2
17132026-08-29T04:11:12.990Z Compiling futures v0.3.32
17142026-08-29T04:11:13.075Z Compiling snafu v0.8.9
17152026-08-29T04:11:13.407Z Compiling phf v0.13.1
17162026-08-29T04:11:13.438Z Compiling signal-hook-mio v0.2.5
17172026-08-29T04:11:13.555Z Compiling serde_with_macros v3.21.0
17182026-08-29T04:11:13.569Z Compiling cookie_store v0.22.1
17192026-08-29T04:11:13.778Z Compiling zstd v0.13.3
17202026-08-29T04:11:13.895Z Compiling reqwest v0.12.28
17212026-08-29T04:11:14.040Z Compiling cipher v0.5.2
17222026-08-29T04:11:14.318Z Compiling backtrace-ext v0.2.1
17232026-08-29T04:11:14.352Z Compiling postgres-types v0.2.12
17242026-08-29T04:11:14.845Z Compiling usdt-macro v0.6.0
17252026-08-29T04:11:14.903Z Compiling usdt-attr-macro v0.6.0
17262026-08-29T04:11:15.103Z Compiling globset v0.4.18
17272026-08-29T04:11:15.378Z Compiling phf_shared v0.11.3
17282026-08-29T04:11:15.482Z Compiling hkdf v0.12.4
17292026-08-29T04:11:15.567Z Compiling dtrace-parser v0.2.0
17302026-08-29T04:11:15.599Z Compiling byte-wrapper v0.1.0
17312026-08-29T04:11:15.613Z Compiling olpc-cjson v0.1.4
17322026-08-29T04:11:15.652Z Compiling ed25519 v2.2.3
17332026-08-29T04:11:15.708Z Compiling crypto-bigint v0.5.5
17342026-08-29T04:11:15.766Z Compiling serde_plain v1.0.2
17352026-08-29T04:11:15.785Z Compiling serde-big-array v0.5.1
17362026-08-29T04:11:15.919Z Compiling miette-derive v7.6.0
17372026-08-29T04:11:15.934Z Compiling async-recursion v1.1.1
17382026-08-29T04:11:15.960Z Compiling serde_repr v0.1.20
17392026-08-29T04:11:16.293Z Compiling enum-as-inner v0.6.1
17402026-08-29T04:11:16.492Z Compiling strum_macros v0.26.4
17412026-08-29T04:11:16.542Z Compiling pem v3.0.6
17422026-08-29T04:11:16.584Z Compiling float-cmp v0.10.0
17432026-08-29T04:11:16.732Z Compiling thread-id v4.2.2
17442026-08-29T04:11:16.796Z Compiling memmap2 v0.9.10
17452026-08-29T04:11:16.817Z Compiling new_debug_unreachable v1.0.6
17462026-08-29T04:11:16.862Z Compiling either v1.15.0
17472026-08-29T04:11:16.890Z Compiling static_assertions v1.1.0
17482026-08-29T04:11:16.967Z Compiling cpufeatures v0.3.0
17492026-08-29T04:11:17.010Z Compiling const-oid v0.10.2
17502026-08-29T04:11:17.047Z Compiling difflib v0.4.0
17512026-08-29T04:11:17.061Z Compiling predicates-core v1.0.10
17522026-08-29T04:11:17.074Z Compiling keccak v0.1.6
17532026-08-29T04:11:17.254Z Compiling winnow v1.0.3
17542026-08-29T04:11:17.267Z Compiling supports-unicode v3.0.0
17552026-08-29T04:11:17.418Z Compiling fixedbitset v0.4.2
17562026-08-29T04:11:17.644Z Compiling typed-path v0.9.3
17572026-08-29T04:11:17.668Z Compiling data-encoding v2.10.0
17582026-08-29T04:11:17.684Z Compiling supports-hyperlinks v3.2.0
17592026-08-29T04:11:17.837Z Compiling normalize-line-endings v0.3.0
17602026-08-29T04:11:17.867Z Compiling whoami v2.1.0
17612026-08-29T04:11:17.881Z Compiling fixedbitset v0.5.7
17622026-08-29T04:11:17.934Z Compiling precomputed-hash v0.1.1
17632026-08-29T04:11:18.025Z Compiling string_cache v0.8.9
17642026-08-29T04:11:18.193Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-29T04:11:18.238Z Compiling petgraph v0.8.3
17662026-08-29T04:11:18.252Z Compiling tokio-postgres v0.7.16
17672026-08-29T04:11:18.267Z Compiling strum v0.26.3
17682026-08-29T04:11:18.341Z Compiling hickory-proto v0.25.2
17692026-08-29T04:11:18.363Z Compiling predicates v3.1.4
17702026-08-29T04:11:18.391Z Compiling miette v7.6.0
17712026-08-29T04:11:18.812Z Compiling toml_edit v0.22.27
17722026-08-29T04:11:18.865Z Compiling petgraph v0.6.5
17732026-08-29T04:11:18.996Z Compiling sha3 v0.10.8
17742026-08-29T04:11:19.450Z Compiling digest v0.11.3
17752026-08-29T04:11:19.528Z Compiling itertools v0.13.0
17762026-08-29T04:11:19.672Z Compiling chacha20 v0.10.0
17772026-08-29T04:11:20.053Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17782026-08-29T04:11:20.169Z Compiling usdt v0.6.0
17792026-08-29T04:11:20.339Z Compiling usdt-impl v0.5.0
17802026-08-29T04:11:20.432Z Compiling elliptic-curve v0.13.8
17812026-08-29T04:11:20.482Z Compiling ed25519-dalek v2.2.0
17822026-08-29T04:11:20.762Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-29T04:11:20.840Z Compiling crossterm v0.28.1
17842026-08-29T04:11:20.920Z Compiling serde_with v3.21.0
17852026-08-29T04:11:21.532Z Compiling zip v4.6.1
17862026-08-29T04:11:22.311Z Compiling derive_more v2.1.1
17872026-08-29T04:11:22.422Z Compiling iddqd v0.4.2
17882026-08-29T04:11:22.514Z Compiling similar v2.7.0
17892026-08-29T04:11:22.713Z Compiling crossbeam-epoch v0.9.18
17902026-08-29T04:11:22.748Z Compiling tokio-stream v0.1.18
17912026-08-29T04:11:22.872Z Compiling buf-list v1.1.2
17922026-08-29T04:11:22.889Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-29T04:11:22.956Z Compiling openapiv3 v2.2.0
17942026-08-29T04:11:23.039Z Compiling lalrpop-util v0.19.12
17952026-08-29T04:11:23.138Z Compiling peg-runtime v0.8.5
17962026-08-29T04:11:23.177Z Compiling thread_local v1.1.9
17972026-08-29T04:11:23.203Z Compiling slog-async v2.8.0
17982026-08-29T04:11:23.230Z Compiling crossbeam-channel v0.5.15
17992026-08-29T04:11:23.365Z Compiling filetime v0.2.27
18002026-08-29T04:11:23.411Z Compiling is-terminal v0.4.17
18012026-08-29T04:11:23.496Z Compiling take_mut v0.2.2
18022026-08-29T04:11:23.504Z Compiling term v1.2.1
18032026-08-29T04:11:23.519Z Compiling xattr v1.6.1
18042026-08-29T04:11:23.534Z Compiling camino-tempfile v1.4.1
18052026-08-29T04:11:23.679Z Compiling tar v0.4.46
18062026-08-29T04:11:24.060Z Compiling slog-term v2.9.2
18072026-08-29T04:11:29.620Z Compiling rustls-webpki v0.103.13
18082026-08-29T04:11:32.320Z Compiling tokio-rustls v0.26.4
18092026-08-29T04:11:32.320Z Compiling rustls-platform-verifier v0.6.2
18102026-08-29T04:11:32.320Z Compiling tough v0.22.0
18112026-08-29T04:11:32.542Z Compiling hyper-rustls v0.27.7
18122026-08-29T04:11:32.747Z Compiling reqwest v0.13.2
18132026-08-29T04:11:34.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-08-29T04:11:35.163Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-08-29T04:11:38.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18162026-08-29T04:11:38.249Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18172026-08-29T04:11:38.306ZAug 29 04:11:36.888 INFO Starting download, target: Console
18182026-08-29T04:11:38.306ZAug 29 04:11:36.888 INFO Starting download, target: Clickhouse
18192026-08-29T04:11:38.306ZAug 29 04:11:36.888 INFO Starting download, target: Cockroach
18202026-08-29T04:11:38.307ZAug 29 04:11:36.888 INFO Starting download, target: DendriteStub
18212026-08-29T04:11:38.320ZAug 29 04:11:36.888 INFO Starting download, target: MaghemiteMgd
18222026-08-29T04:11:38.320ZAug 29 04:11:36.888 INFO Starting download, target: MaghemiteDdmd
18232026-08-29T04:11:38.320ZAug 29 04:11:36.888 INFO Starting download, target: TransceiverControl
18242026-08-29T04:11:38.320ZAug 29 04:11:36.888 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-08-29T04:11:38.320ZAug 29 04:11:36.888 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-29T04:11:38.321ZAug 29 04:11:36.888 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-29T04:11:38.321ZAug 29 04:11:36.888 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-29T04:11:38.321ZAug 29 04:11:36.888 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18292026-08-29T04:11:38.321ZAug 29 04:11:36.888 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18302026-08-29T04:11:38.322ZAug 29 04:11:36.888 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18312026-08-29T04:11:38.702ZAug 29 04:11:37.272 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-29T04:11:38.910ZAug 29 04:11:37.478 INFO Download complete, target: TransceiverControl
18332026-08-29T04:11:40.127ZAug 29 04:11:38.708 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18342026-08-29T04:11:40.160ZAug 29 04:11:38.739 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18352026-08-29T04:11:40.287ZAug 29 04:11:38.868 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-29T04:11:40.350ZAug 29 04:11:38.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18372026-08-29T04:11:40.397ZAug 29 04:11:38.965 INFO Download complete, target: Console
18382026-08-29T04:11:40.406ZAug 29 04:11:38.987 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-29T04:11:41.239ZAug 29 04:11:39.823 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-29T04:11:41.239ZAug 29 04:11:39.823 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-29T04:11:42.303ZAug 29 04:11:40.879 INFO Download complete, target: MaghemiteDdmd
18422026-08-29T04:11:42.556ZAug 29 04:11:41.135 INFO Download complete, target: DendriteStub
18432026-08-29T04:11:42.907ZAug 29 04:11:41.478 INFO Download complete, target: MaghemiteMgd
18442026-08-29T04:11:45.746ZAug 29 04:11:44.329 INFO Checking that binary works, target: Cockroach
18452026-08-29T04:11:45.867ZAug 29 04:11:44.451 INFO Download complete, target: Cockroach
18462026-08-29T04:11:46.869ZAug 29 04:11:45.452 INFO Checking that binary works, target: Clickhouse
18472026-08-29T04:11:46.969ZAug 29 04:11:45.553 INFO Download complete, target: Clickhouse
18482026-08-29T04:11:46.984ZAll builder prerequisites installed successfully, and PATH looks valid
18492026-08-29T04:11:46.987Z
18502026-08-29T04:11:46.987Zreal 2:09.310669935
18512026-08-29T04:11:46.987Zuser 7:20.539315322
18522026-08-29T04:11:46.987Zsys 1:27.690780828
18532026-08-29T04:11:46.987Ztrap 0.261686264
18542026-08-29T04:11:46.987Ztflt 0.559094229
18552026-08-29T04:11:46.987Zdflt 0.847756736
18562026-08-29T04:11:46.987Zkflt 0.025566627
18572026-08-29T04:11:46.987Zlock 27:23.377855078
18582026-08-29T04:11:46.987Zslp 22:05.009446945
18592026-08-29T04:11:46.987Zlat 47.150056660
18602026-08-29T04:11:46.987Zstop 2:43.733608422
18612026-08-29T04:11:46.987Z+ banner clippy
18622026-08-29T04:11:46.987Z
18632026-08-29T04:11:46.987Z #### # # ##### ##### # #
18642026-08-29T04:11:46.987Z # # # # # # # # # #
18652026-08-29T04:11:46.987Z # # # # # # # #
18662026-08-29T04:11:46.987Z # # # ##### ##### #
18672026-08-29T04:11:46.987Z # # # # # # #
18682026-08-29T04:11:46.987Z #### ###### # # # #
18692026-08-29T04:11:46.987Z
18702026-08-29T04:11:46.987Z+ export CARGO_INCREMENTAL=0
18712026-08-29T04:11:46.987Z+ CARGO_INCREMENTAL=0
18722026-08-29T04:11:46.987Z+ ptime -m cargo xtask clippy
18732026-08-29T04:11:47.461Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18742026-08-29T04:11:47.754Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18752026-08-29T04:11:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18762026-08-29T04:11:49.623Z Running `target/debug/xtask clippy`
18772026-08-29T04:11:49.647Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18782026-08-29T04:11:50.215Z Downloading crates ...
18792026-08-29T04:11:50.391Z Downloaded blake2b_simd v1.0.4
18802026-08-29T04:11:50.403Z Downloaded async-lock v3.4.2
18812026-08-29T04:11:50.403Z Downloaded constant_time_eq v0.3.1
18822026-08-29T04:11:50.403Z Downloaded assert-json-diff v2.0.2
18832026-08-29T04:11:50.404Z Downloaded criterion-plot v0.6.0
18842026-08-29T04:11:50.404Z Downloaded cast v0.3.0
18852026-08-29T04:11:50.404Z Downloaded anes v0.1.6
18862026-08-29T04:11:50.404Z Downloaded async-object-pool v0.2.0
18872026-08-29T04:11:50.405Z Downloaded approx v0.5.1
18882026-08-29T04:11:50.405Z Downloaded criterion v0.7.0
18892026-08-29T04:11:50.420Z Downloaded datatest-stable v0.3.3
18902026-08-29T04:11:50.420Z Downloaded assert_cmd v2.1.2
18912026-08-29T04:11:50.420Z Downloaded cfg-expr v0.20.6
18922026-08-29T04:11:50.420Z Downloaded concurrent-queue v2.5.0
18932026-08-29T04:11:50.420Z Downloaded futures-timer v3.0.3
18942026-08-29T04:11:50.421Z Downloaded hickory-client v0.25.2
18952026-08-29T04:11:50.421Z Downloaded httptest v0.16.4
18962026-08-29T04:11:50.421Z Downloaded escape8259 v0.5.3
18972026-08-29T04:11:50.421Z Downloaded hex-literal v0.4.1
18982026-08-29T04:11:50.433Z Downloaded event-listener-strategy v0.5.4
18992026-08-29T04:11:50.433Z Downloaded event-listener v5.4.1
19002026-08-29T04:11:50.433Z Downloaded guppy v0.17.25
19012026-08-29T04:11:50.433Z Downloaded linkme v0.3.35
19022026-08-29T04:11:50.434Z Downloaded linkme-impl v0.3.35
19032026-08-29T04:11:50.434Z Downloaded miette v5.10.0
19042026-08-29T04:11:50.434Z Downloaded knuffel-derive v3.2.0
19052026-08-29T04:11:50.434Z Downloaded knuffel v3.2.0
19062026-08-29T04:11:50.434Z Downloaded libtest-mimic v0.8.1
19072026-08-29T04:11:50.434Z Downloaded nested v0.1.1
19082026-08-29T04:11:50.434Z Downloaded fancy-regex v0.14.0
19092026-08-29T04:11:50.434Z Downloaded parking v2.2.1
19102026-08-29T04:11:50.434Z Downloaded owo-colors v3.5.0
19112026-08-29T04:11:50.435Z Downloaded partial-io v0.5.4
19122026-08-29T04:11:50.435Z Downloaded pathdiff v0.2.3
19132026-08-29T04:11:50.436Z Downloaded plotters-svg v0.3.7
19142026-08-29T04:11:50.436Z Downloaded guppy-workspace-hack v0.1.0
19152026-08-29T04:11:50.436Z Downloaded relative-path v1.9.3
19162026-08-29T04:11:50.436Z Downloaded rstest_macros v0.25.0
19172026-08-29T04:11:50.436Z Downloaded plotters-backend v0.3.7
19182026-08-29T04:11:50.436Z Downloaded rust-argon2 v2.1.0
19192026-08-29T04:11:50.441Z Downloaded path-tree v0.8.3
19202026-08-29T04:11:50.441Z Downloaded supports-unicode v2.1.0
19212026-08-29T04:11:50.441Z Downloaded miette-derive v5.10.0
19222026-08-29T04:11:50.441Z Downloaded rand_distr v0.5.1
19232026-08-29T04:11:50.441Z Downloaded serde_regex v1.1.0
19242026-08-29T04:11:50.441Z Downloaded oorandom v11.1.5
19252026-08-29T04:11:50.441Z Downloaded supports-hyperlinks v2.1.0
19262026-08-29T04:11:50.441Z Downloaded terminal_size v0.1.17
19272026-08-29T04:11:50.441Z Downloaded rstest v0.25.0
19282026-08-29T04:11:50.441Z Downloaded target-triple v1.0.0
19292026-08-29T04:11:50.534Z Downloaded stringmetrics v2.2.2
19302026-08-29T04:11:50.534Z Downloaded target-lexicon v0.13.3
19312026-08-29T04:11:50.535Z Downloaded termcolor v1.4.1
19322026-08-29T04:11:50.535Z Downloaded target-spec v3.5.7
19332026-08-29T04:11:50.535Z Downloaded trybuild v1.0.116
19342026-08-29T04:11:50.535Z Downloaded plotters v0.3.7
19352026-08-29T04:11:50.535Z Downloaded similar-asserts v1.7.0
19362026-08-29T04:11:50.535Z Downloaded httpmock v0.8.3
19372026-08-29T04:11:50.538Z Downloaded tinytemplate v1.2.1
19382026-08-29T04:11:50.538Z Downloaded textwrap v0.15.2
19392026-08-29T04:11:50.539Z Downloaded supports-color v2.1.0
19402026-08-29T04:11:52.330Z Checking cfg-if v1.0.4
19412026-08-29T04:11:52.696Z Checking serde_core v1.0.228
19422026-08-29T04:11:52.696Z Checking libc v0.2.185
19432026-08-29T04:11:52.769Z Checking memchr v2.8.0
19442026-08-29T04:11:52.817Z Checking smallvec v1.15.1
19452026-08-29T04:11:52.848Z Checking rand_core v0.10.0
19462026-08-29T04:11:52.880Z Checking itoa v1.0.17
19472026-08-29T04:11:52.918Z Checking subtle v2.6.1
19482026-08-29T04:11:52.923Z Checking libm v0.2.16
19492026-08-29T04:11:53.020Z Checking log v0.4.33
19502026-08-29T04:11:53.067Z Checking typenum v1.20.1
19512026-08-29T04:11:53.106Z Checking scopeguard v1.2.0
19522026-08-29T04:11:53.109Z Checking zmij v1.0.21
19532026-08-29T04:11:53.175Z Checking getrandom v0.4.3
19542026-08-29T04:11:53.175Z Checking errno v0.3.14
19552026-08-29T04:11:53.212Z Checking stable_deref_trait v1.2.1
19562026-08-29T04:11:53.278Z Checking lock_api v0.4.14
19572026-08-29T04:11:53.351Z Checking zerofrom v0.1.6
19582026-08-29T04:11:53.395Z Checking percent-encoding v2.3.2
19592026-08-29T04:11:53.426Z Checking writeable v0.6.2
19602026-08-29T04:11:53.462Z Checking litemap v0.8.1
19612026-08-29T04:11:53.496Z Checking yoke v0.8.1
19622026-08-29T04:11:53.538Z Checking icu_properties_data v2.1.2
19632026-08-29T04:11:53.569Z Checking icu_normalizer_data v2.1.1
19642026-08-29T04:11:53.619Z Checking form_urlencoded v1.2.2
19652026-08-29T04:11:53.655Z Checking num-traits v0.2.19
19662026-08-29T04:11:53.693Z Checking utf8_iter v1.0.4
19672026-08-29T04:11:53.696Z Checking zerovec v0.11.5
19682026-08-29T04:11:53.724Z Checking zerotrie v0.2.3
19692026-08-29T04:11:53.797Z Checking portable-atomic v1.13.1
19702026-08-29T04:11:53.804Z Checking zerocopy v0.8.55
19712026-08-29T04:11:53.868Z Checking critical-section v1.2.0
19722026-08-29T04:11:53.902Z Checking pin-project-lite v0.2.17
19732026-08-29T04:11:53.999Z Checking parking_lot_core v0.9.12
19742026-08-29T04:11:54.049Z Checking signal-hook-registry v1.4.8
19752026-08-29T04:11:54.179Z Checking mio v1.2.0
19762026-08-29T04:11:54.193Z Checking tinystr v0.8.2
19772026-08-29T04:11:54.228Z Checking potential_utf v0.1.4
19782026-08-29T04:11:54.251Z Checking serde v1.0.228
19792026-08-29T04:11:54.255Z Checking bitflags v2.11.0
19802026-08-29T04:11:54.255Z Checking serde_json v1.0.151
19812026-08-29T04:11:54.360Z Checking once_cell v1.21.3
19822026-08-29T04:11:54.391Z Checking icu_collections v2.1.1
19832026-08-29T04:11:54.395Z Checking icu_locale_core v2.1.1
19842026-08-29T04:11:54.395Z Checking parking_lot v0.12.5
19852026-08-29T04:11:54.493Z Checking iana-time-zone v0.1.65
19862026-08-29T04:11:54.563Z Checking uuid v1.23.4
19872026-08-29T04:11:54.633Z Checking socket2 v0.6.3
19882026-08-29T04:11:54.695Z Checking semver v1.0.28
19892026-08-29T04:11:54.724Z Checking zeroize v1.9.0
19902026-08-29T04:11:54.737Z Checking bytes v1.11.1
19912026-08-29T04:11:54.902Z Checking chrono v0.4.45
19922026-08-29T04:11:54.956Z Checking thiserror v2.0.18
19932026-08-29T04:11:54.998Z Checking dyn-clone v1.0.20
19942026-08-29T04:11:55.035Z Checking icu_provider v2.1.1
19952026-08-29T04:11:55.086Z Checking rustix v1.1.4
19962026-08-29T04:11:55.087Z Checking futures-core v0.3.32
19972026-08-29T04:11:55.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982026-08-29T04:11:55.193Z Checking equivalent v1.0.2
19992026-08-29T04:11:55.227Z Checking tokio v1.52.1
20002026-08-29T04:11:55.264Z Checking getrandom v0.2.17
20012026-08-29T04:11:55.300Z Checking icu_normalizer v2.1.1
20022026-08-29T04:11:55.312Z Checking icu_properties v2.1.2
20032026-08-29T04:11:55.432Z Checking cmov v0.5.4
20042026-08-29T04:11:55.469Z Checking rand_core v0.6.4
20052026-08-29T04:11:55.628Z Checking byteorder v1.5.0
20062026-08-29T04:11:55.663Z Checking ctutils v0.4.2
20072026-08-29T04:11:55.702Z Checking futures-sink v0.3.32
20082026-08-29T04:11:55.755Z Checking getrandom v0.3.4
20092026-08-29T04:11:55.828Z Checking futures-channel v0.3.32
20102026-08-29T04:11:55.897Z Checking futures-task v0.3.32
20112026-08-29T04:11:55.981Z Checking hybrid-array v0.4.13
20122026-08-29T04:11:56.011Z Checking futures-io v0.3.32
20132026-08-29T04:11:56.011Z Checking slab v0.4.12
20142026-08-29T04:11:56.043Z Checking fnv v1.0.7
20152026-08-29T04:11:56.079Z Checking regex-syntax v0.8.10
20162026-08-29T04:11:56.119Z Checking generic-array v0.14.7
20172026-08-29T04:11:56.159Z Checking hashbrown v0.17.0
20182026-08-29T04:11:56.207Z Checking futures-util v0.3.32
20192026-08-29T04:11:56.250Z Checking idna_adapter v1.2.1
20202026-08-29T04:11:56.336Z Checking idna v1.1.0
20212026-08-29T04:11:56.586Z Checking thiserror v1.0.69
20222026-08-29T04:11:56.634Z Checking url v2.5.8
20232026-08-29T04:11:56.658Z Checking ppv-lite86 v0.2.21
20242026-08-29T04:11:56.696Z Checking indexmap v2.14.0
20252026-08-29T04:11:56.714Z Checking crypto-common v0.2.2
20262026-08-29T04:11:56.760Z Checking base64ct v1.8.3
20272026-08-29T04:11:56.977Z Checking const-oid v0.9.6
20282026-08-29T04:11:57.017Z Checking crypto-common v0.1.7
20292026-08-29T04:11:57.090Z Checking schemars v0.8.22
20302026-08-29T04:11:57.192Z Checking block-buffer v0.12.1
20312026-08-29T04:11:57.292Z Checking base64 v0.22.1
20322026-08-29T04:11:57.384Z Checking block-buffer v0.10.4
20332026-08-29T04:11:57.451Z Checking rand_core v0.9.5
20342026-08-29T04:11:57.452Z Checking erased-serde v0.3.31
20352026-08-29T04:11:57.550Z Checking utf8parse v0.2.2
20362026-08-29T04:11:57.579Z Checking anstyle v1.0.14
20372026-08-29T04:11:57.616Z Checking rand_chacha v0.9.0
20382026-08-29T04:11:57.673Z Checking http v1.4.2
20392026-08-29T04:11:57.713Z Checking digest v0.10.7
20402026-08-29T04:11:57.769Z Checking tracing-core v0.1.36
20412026-08-29T04:11:57.816Z Checking const-oid v0.10.2
20422026-08-29T04:11:57.867Z Checking rand v0.9.2
20432026-08-29T04:11:57.901Z Checking slog v2.8.2
20442026-08-29T04:11:57.931Z Checking colorchoice v1.0.4
20452026-08-29T04:11:57.988Z Checking anstyle-query v1.1.5
20462026-08-29T04:11:58.059Z Checking is_terminal_polyfill v1.70.2
20472026-08-29T04:11:58.106Z Checking tracing v0.1.44
20482026-08-29T04:11:58.109Z Checking fastrand v2.3.0
20492026-08-29T04:11:58.185Z Checking terminal_size v0.4.3
20502026-08-29T04:11:58.204Z Checking anstyle-parse v1.0.0
20512026-08-29T04:11:58.207Z Checking ipnet v2.12.0
20522026-08-29T04:11:58.282Z Checking aho-corasick v1.1.4
20532026-08-29T04:11:58.319Z Checking strsim v0.11.1
20542026-08-29T04:11:58.351Z Checking tempfile v3.27.0
20552026-08-29T04:11:58.354Z Checking unicode-ident v1.0.24
20562026-08-29T04:11:58.395Z Checking clap_lex v1.0.0
20572026-08-29T04:11:58.422Z Checking anstream v1.0.0
20582026-08-29T04:11:58.504Z Checking digest v0.11.3
20592026-08-29T04:11:58.507Z Checking tokio-util v0.7.18
20602026-08-29T04:11:58.577Z Checking ipnetwork v0.21.1
20612026-08-29T04:11:58.583Z Checking proc-macro2 v1.0.106
20622026-08-29T04:11:58.607Z Checking crossbeam-utils v0.8.21
20632026-08-29T04:11:58.610Z Checking cpufeatures v0.3.0
20642026-08-29T04:11:58.704Z Checking clap_builder v4.6.0
20652026-08-29T04:11:58.742Z Checking allocator-api2 v0.2.21
20662026-08-29T04:11:58.818Z Checking powerfmt v0.2.0
20672026-08-29T04:11:58.825Z Checking httparse v1.10.1
20682026-08-29T04:11:58.944Z Checking quote v1.0.45
20692026-08-29T04:11:58.981Z Checking deranged v0.5.8
20702026-08-29T04:11:58.986Z Checking regex-automata v0.4.14
20712026-08-29T04:11:59.047Z Checking cpufeatures v0.2.17
20722026-08-29T04:11:59.053Z Checking num_threads v0.1.7
20732026-08-29T04:11:59.053Z Checking time-core v0.1.8
20742026-08-29T04:11:59.147Z Checking syn v2.0.117
20752026-08-29T04:11:59.152Z Checking num-conv v0.2.0
20762026-08-29T04:11:59.212Z Checking anyhow v1.0.104
20772026-08-29T04:11:59.248Z Checking rustls-pki-types v1.14.0
20782026-08-29T04:11:59.251Z Checking aws-lc-sys v0.40.0
20792026-08-29T04:11:59.319Z Checking untrusted v0.7.1
20802026-08-29T04:11:59.434Z Checking http-body v1.0.1
20812026-08-29T04:11:59.471Z Checking atomic-waker v1.1.2
20822026-08-29T04:11:59.568Z Checking hex v0.4.3
20832026-08-29T04:11:59.606Z Checking httpdate v1.0.3
20842026-08-29T04:11:59.610Z Checking try-lock v0.2.5
20852026-08-29T04:12:00.376Z Checking simd-adler32 v0.3.8
20862026-08-29T04:12:00.416Z Checking want v0.3.1
20872026-08-29T04:12:00.417Z Checking aws-lc-rs v1.16.3
20882026-08-29T04:12:00.417Z Checking h2 v0.4.15
20892026-08-29T04:12:00.417Z Checking time v0.3.47
20902026-08-29T04:12:00.417Z Checking oxnet v0.1.6
20912026-08-29T04:12:00.417Z Checking clap v4.6.1
20922026-08-29T04:12:00.417Z Checking spin v0.9.8
20932026-08-29T04:12:00.417Z Checking adler2 v2.0.1
20942026-08-29T04:12:00.417Z Checking tower-service v0.3.3
20952026-08-29T04:12:00.417Z Checking untrusted v0.9.0
20962026-08-29T04:12:00.417Z Checking ryu v1.0.23
20972026-08-29T04:12:00.417Z Checking tower-layer v0.3.3
20982026-08-29T04:12:00.428Z Checking miniz_oxide v0.8.9
20992026-08-29T04:12:00.450Z Checking pem-rfc7468 v0.7.0
21002026-08-29T04:12:00.506Z Checking flagset v0.4.7
21012026-08-29T04:12:00.640Z Checking unicode-width v0.2.0
21022026-08-29T04:12:00.676Z Checking der v0.7.10
21032026-08-29T04:12:00.710Z Checking rustls-webpki v0.103.13
21042026-08-29T04:12:00.811Z Checking block-padding v0.4.2
21052026-08-29T04:12:00.868Z Checking camino v1.2.5
21062026-08-29T04:12:00.912Z Checking socket2 v0.5.10
21072026-08-29T04:12:00.999Z Checking mime v0.3.17
21082026-08-29T04:12:01.085Z Checking inout v0.2.2
21092026-08-29T04:12:01.149Z Checking pretty-hex v0.4.1
21102026-08-29T04:12:01.186Z Checking http-body-util v0.1.3
21112026-08-29T04:12:01.220Z Checking plain v0.2.3
21122026-08-29T04:12:01.223Z Checking rustls v0.23.41
21132026-08-29T04:12:01.290Z Checking cipher v0.5.2
21142026-08-29T04:12:01.326Z Checking rand_chacha v0.3.1
21152026-08-29T04:12:01.360Z Checking openssl-probe v0.2.1
21162026-08-29T04:12:01.401Z Checking bit-vec v0.8.0
21172026-08-29T04:12:01.439Z Checking ucd-trie v0.1.7
21182026-08-29T04:12:01.442Z Checking spki v0.7.3
21192026-08-29T04:12:01.508Z Checking regex v1.12.3
21202026-08-29T04:12:01.556Z Checking serde_urlencoded v0.7.1
21212026-08-29T04:12:01.559Z Checking rand v0.8.6
21222026-08-29T04:12:01.625Z Checking pest v2.8.6
21232026-08-29T04:12:01.629Z Checking bit-set v0.8.0
21242026-08-29T04:12:01.697Z Checking wait-timeout v0.2.1
21252026-08-29T04:12:01.807Z Checking encoding_rs v0.8.35
21262026-08-29T04:12:01.831Z Checking futures-executor v0.3.32
21272026-08-29T04:12:01.839Z Checking crc32fast v1.5.0
21282026-08-29T04:12:01.894Z Checking quick-error v1.2.3
21292026-08-29T04:12:02.005Z Checking futures v0.3.32
21302026-08-29T04:12:02.041Z Checking rusty-fork v0.3.1
21312026-08-29T04:12:02.044Z Checking rand_xorshift v0.4.0
21322026-08-29T04:12:02.112Z Checking either v1.15.0
21332026-08-29T04:12:02.149Z Checking unarray v0.1.4
21342026-08-29T04:12:02.222Z Checking pkcs8 v0.10.2
21352026-08-29T04:12:02.272Z Checking sync_wrapper v1.0.2
21362026-08-29T04:12:02.307Z Checking proptest v1.11.0
21372026-08-29T04:12:02.350Z Checking iri-string v0.7.10
21382026-08-29T04:12:02.412Z Checking tower v0.5.3
21392026-08-29T04:12:02.444Z Checking zlib-rs v0.6.2
21402026-08-29T04:12:02.679Z Checking hyper v1.10.1
21412026-08-29T04:12:02.757Z Checking foldhash v0.2.0
21422026-08-29T04:12:02.795Z Checking sha2 v0.10.9
21432026-08-29T04:12:02.835Z Checking openapiv3 v2.2.0
21442026-08-29T04:12:02.942Z Checking hashbrown v0.16.1
21452026-08-29T04:12:03.092Z Checking static_assertions v1.1.0
21462026-08-29T04:12:03.195Z Checking lazy_static v1.5.0
21472026-08-29T04:12:03.318Z Checking tinyvec_macros v0.1.1
21482026-08-29T04:12:03.355Z Checking flate2 v1.1.9
21492026-08-29T04:12:03.390Z Checking tower-http v0.6.8
21502026-08-29T04:12:03.427Z Checking tinyvec v1.10.0
21512026-08-29T04:12:03.473Z Checking rustls-native-certs v0.8.3
21522026-08-29T04:12:03.560Z Checking tokio-rustls v0.26.4
21532026-08-29T04:12:03.633Z Checking hyper-util v0.1.20
21542026-08-29T04:12:03.636Z Checking hubpack v0.1.2
21552026-08-29T04:12:03.706Z Checking psl-types v2.0.11
21562026-08-29T04:12:03.713Z Checking cookie v0.18.1
21572026-08-29T04:12:03.773Z Checking signature v2.2.0
21582026-08-29T04:12:03.813Z Checking num-integer v0.1.46
21592026-08-29T04:12:03.851Z Checking publicsuffix v2.3.0
21602026-08-29T04:12:03.888Z Checking strum v0.26.3
21612026-08-29T04:12:03.934Z Checking rustls-platform-verifier v0.6.2
21622026-08-29T04:12:03.995Z Checking ahash v0.8.12
21632026-08-29T04:12:04.033Z Checking scroll v0.13.0
21642026-08-29T04:12:04.066Z Checking cookie_store v0.22.1
21652026-08-29T04:12:04.070Z Checking unicode-width v0.1.14
21662026-08-29T04:12:04.178Z Checking toml_datetime v0.6.11
21672026-08-29T04:12:04.183Z Checking serde_spanned v0.6.9
21682026-08-29T04:12:04.183Z Checking newtype-uuid v1.3.2
21692026-08-29T04:12:04.240Z Checking memmap2 v0.9.10
21702026-08-29T04:12:04.281Z Checking goblin v0.10.5
21712026-08-29T04:12:04.326Z Checking data-encoding v2.10.0
21722026-08-29T04:12:04.363Z Checking dtrace-parser v0.3.0
21732026-08-29T04:12:04.396Z Checking bstr v1.12.1
21742026-08-29T04:12:04.430Z Checking daft v0.1.8
21752026-08-29T04:12:04.430Z Checking hmac v0.12.1
21762026-08-29T04:12:04.434Z Checking thread-id v5.1.0
21772026-08-29T04:12:04.602Z Checking base64 v0.21.7
21782026-08-29T04:12:04.640Z Checking x509-cert v0.2.5
21792026-08-29T04:12:04.643Z Checking crossbeam-epoch v0.9.18
21802026-08-29T04:12:04.643Z Checking num-iter v0.1.45
21812026-08-29T04:12:04.742Z Checking memoffset v0.9.1
21822026-08-29T04:12:04.806Z Checking scroll v0.12.0
21832026-08-29T04:12:04.839Z Checking zerocopy v0.7.35
21842026-08-29T04:12:04.875Z Checking rustix v0.38.44
21852026-08-29T04:12:04.884Z Checking env_filter v2.0.0
21862026-08-29T04:12:04.943Z Checking hyper-rustls v0.27.7
21872026-08-29T04:12:04.980Z Checking unicode-linebreak v0.1.5
21882026-08-29T04:12:05.060Z Checking goblin v0.8.2
21892026-08-29T04:12:05.095Z Checking smawk v0.3.2
21902026-08-29T04:12:05.180Z Checking reqwest v0.13.2
21912026-08-29T04:12:05.217Z Checking tap v1.0.1
21922026-08-29T04:12:05.253Z Checking unicode-segmentation v1.12.0
21932026-08-29T04:12:05.324Z Checking env_logger v0.11.11
21942026-08-29T04:12:05.359Z Checking wyz v0.5.1
21952026-08-29T04:12:05.362Z Checking num-bigint-dig v0.8.6
21962026-08-29T04:12:05.545Z Checking dtrace-parser v0.2.0
21972026-08-29T04:12:05.581Z Checking pkcs1 v0.7.5
21982026-08-29T04:12:05.615Z Checking ff v0.13.1
21992026-08-29T04:12:05.703Z Checking radium v0.7.0
22002026-08-29T04:12:05.771Z Checking thread-id v4.2.2
22012026-08-29T04:12:05.815Z Checking crc-catalog v2.4.0
22022026-08-29T04:12:05.821Z Checking same-file v1.0.6
22032026-08-29T04:12:05.881Z Checking base16ct v0.2.0
22042026-08-29T04:12:05.916Z Checking funty v2.0.0
22052026-08-29T04:12:05.950Z Checking winnow v1.0.3
22062026-08-29T04:12:05.991Z Checking walkdir v2.5.0
22072026-08-29T04:12:06.033Z Checking sec1 v0.7.3
22082026-08-29T04:12:06.072Z Checking crc v3.4.0
22092026-08-29T04:12:06.179Z Checking group v0.13.0
22102026-08-29T04:12:06.235Z Checking rsa v0.9.10
22112026-08-29T04:12:06.273Z Checking bitvec v1.0.1
22122026-08-29T04:12:06.284Z Checking nix v0.31.2
22132026-08-29T04:12:06.285Z Checking hkdf v0.12.4
22142026-08-29T04:12:06.372Z Checking unicode-normalization v0.1.25
22152026-08-29T04:12:06.474Z Checking crypto-bigint v0.5.5
22162026-08-29T04:12:06.594Z Checking dof v0.4.0
22172026-08-29T04:12:06.736Z Checking zerocopy v0.6.6
22182026-08-29T04:12:06.799Z Checking maybe-uninit v2.0.0
22192026-08-29T04:12:06.838Z Checking foldhash v0.1.5
22202026-08-29T04:12:06.898Z Checking gimli v0.32.3
22212026-08-29T04:12:06.966Z Checking dof v0.3.0
22222026-08-29T04:12:07.015Z Checking nodrop v0.1.14
22232026-08-29T04:12:07.053Z Checking winnow v0.5.40
22242026-08-29T04:12:07.116Z Checking foreign-types-shared v0.1.1
22252026-08-29T04:12:07.243Z Checking is_ci v1.2.0
22262026-08-29T04:12:07.277Z Checking usdt-impl v0.6.0
22272026-08-29T04:12:07.313Z Checking usdt-impl v0.5.0
22282026-08-29T04:12:07.369Z Checking foreign-types v0.3.2
22292026-08-29T04:12:07.424Z Checking elliptic-curve v0.13.8
22302026-08-29T04:12:07.469Z Checking array-init v0.0.4
22312026-08-29T04:12:07.567Z Checking hashbrown v0.15.5
22322026-08-29T04:12:07.603Z Checking usdt v0.6.0
22332026-08-29T04:12:07.639Z Checking smallvec v0.6.14
22342026-08-29T04:12:07.642Z Checking packed_struct v0.10.1
22352026-08-29T04:12:07.766Z Checking serde_with v3.21.0
22362026-08-29T04:12:07.803Z Checking bitfield v0.19.4
22372026-08-29T04:12:07.806Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-29T04:12:07.871Z Checking openssl-sys v0.9.117
22392026-08-29T04:12:07.949Z Checking object v0.37.3
22402026-08-29T04:12:08.069Z Checking bitflags v1.3.2
22412026-08-29T04:12:08.109Z Checking keccak v0.1.6
22422026-08-29T04:12:08.173Z Checking hashbrown v0.12.3
22432026-08-29T04:12:08.234Z Checking toml_edit v0.19.15
22442026-08-29T04:12:08.270Z Checking rustc-demangle v0.1.27
22452026-08-29T04:12:08.309Z Checking siphasher v1.0.2
22462026-08-29T04:12:08.463Z Checking addr2line v0.25.1
22472026-08-29T04:12:08.499Z Checking sha3 v0.10.8
22482026-08-29T04:12:08.533Z Checking openssl v0.10.80
22492026-08-29T04:12:08.608Z Checking indexmap v1.9.3
22502026-08-29T04:12:08.732Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-29T04:12:08.735Z Checking bzip2 v0.4.4
22522026-08-29T04:12:08.802Z Checking serde-hex v0.1.0
22532026-08-29T04:12:08.948Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-29T04:12:08.983Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-29T04:12:09.134Z Checking ron v0.8.1
22562026-08-29T04:12:09.268Z Checking hashbrown v0.13.2
22572026-08-29T04:12:09.305Z Checking toml v0.7.8
22582026-08-29T04:12:09.340Z Checking itertools v0.13.0
22592026-08-29T04:12:09.640Z Checking signal-hook v0.3.18
22602026-08-29T04:12:09.677Z Checking crc-any v2.5.0
22612026-08-29T04:12:09.718Z Checking managed v0.8.0
22622026-08-29T04:12:09.860Z Checking object v0.30.4
22632026-08-29T04:12:09.897Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-29T04:12:09.931Z Checking zip v0.6.6
22652026-08-29T04:12:10.083Z Checking globset v0.4.18
22662026-08-29T04:12:10.251Z Checking backtrace v0.3.76
22672026-08-29T04:12:10.292Z Checking chacha20 v0.10.0
22682026-08-29T04:12:10.328Z Checking curve25519-dalek v4.1.3
22692026-08-29T04:12:10.370Z Checking winnow v0.7.14
22702026-08-29T04:12:10.441Z Checking path-slash v0.1.5
22712026-08-29T04:12:10.534Z Checking toml_write v0.1.2
22722026-08-29T04:12:10.572Z Checking native-tls v0.2.18
22732026-08-29T04:12:10.575Z Checking backtrace-ext v0.2.1
22742026-08-29T04:12:10.575Z Checking signal-hook-mio v0.2.5
22752026-08-29T04:12:10.726Z Checking textwrap v0.16.2
22762026-08-29T04:12:10.764Z Checking ed25519 v2.2.3
22772026-08-29T04:12:10.800Z Checking ref-cast v1.0.25
22782026-08-29T04:12:10.803Z Checking pin-project v1.1.11
22792026-08-29T04:12:10.926Z Checking jiff-core v0.1.0
22802026-08-29T04:12:10.968Z Checking tokio-native-tls v0.3.1
22812026-08-29T04:12:10.971Z Checking pem v3.0.6
22822026-08-29T04:12:11.036Z Checking zstd-sys v2.0.16+zstd.1.5.7
22832026-08-29T04:12:11.111Z Checking ed25519-dalek v2.2.0
22842026-08-29T04:12:11.164Z Checking owo-colors v4.3.0
22852026-08-29T04:12:11.198Z Checking fixedbitset v0.5.7
22862026-08-29T04:12:11.204Z Checking zstd-safe v7.2.4
22872026-08-29T04:12:11.385Z Checking hyper-tls v0.6.0
22882026-08-29T04:12:11.425Z Checking petgraph v0.8.3
22892026-08-29T04:12:11.428Z Checking snafu v0.8.9
22902026-08-29T04:12:11.557Z Checking toml_edit v0.22.27
22912026-08-29T04:12:11.594Z Checking crossterm v0.28.1
22922026-08-29T04:12:11.635Z Checking jiff v0.2.34
22932026-08-29T04:12:11.726Z Checking supports-color v3.0.2
22942026-08-29T04:12:11.764Z Checking similar v2.7.0
22952026-08-29T04:12:11.804Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22962026-08-29T04:12:11.881Z Checking fs-err v3.3.0
22972026-08-29T04:12:11.971Z Checking hash32 v0.2.1
22982026-08-29T04:12:12.160Z Checking serde-big-array v0.5.1
22992026-08-29T04:12:12.198Z Checking serde_plain v1.0.2
23002026-08-29T04:12:12.228Z Checking predicates-core v1.0.10
23012026-08-29T04:12:12.325Z Checking bumpalo v3.20.2
23022026-08-29T04:12:12.329Z Checking libbz2-rs-sys v0.2.2
23032026-08-29T04:12:12.396Z Checking unicode-bidi v0.3.18
23042026-08-29T04:12:12.400Z Checking typed-path v0.9.3
23052026-08-29T04:12:12.562Z Checking unicode-properties v0.1.4
23062026-08-29T04:12:12.691Z Checking zopfli v0.8.3
23072026-08-29T04:12:12.727Z Checking heapless v0.7.17
23082026-08-29T04:12:12.777Z Checking bzip2 v0.6.1
23092026-08-29T04:12:12.781Z Checking stringprep v0.1.5
23102026-08-29T04:12:12.845Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23112026-08-29T04:12:12.969Z Checking reqwest v0.12.28
23122026-08-29T04:12:13.006Z Checking zstd v0.13.3
23132026-08-29T04:12:13.039Z Checking hickory-proto v0.25.2
23142026-08-29T04:12:13.074Z Checking byte-wrapper v0.1.0
23152026-08-29T04:12:13.171Z Checking md-5 v0.10.6
23162026-08-29T04:12:13.204Z Checking float-cmp v0.10.0
23172026-08-29T04:12:13.242Z Checking normalize-line-endings v0.3.0
23182026-08-29T04:12:13.246Z Checking difflib v0.4.0
23192026-08-29T04:12:13.310Z Checking supports-hyperlinks v3.2.0
23202026-08-29T04:12:13.348Z Checking supports-unicode v3.0.0
23212026-08-29T04:12:13.381Z Checking fallible-iterator v0.2.0
23222026-08-29T04:12:13.415Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-29T04:12:13.453Z Checking predicates v3.1.4
23242026-08-29T04:12:13.456Z Checking smoltcp v0.9.1
23252026-08-29T04:12:13.520Z Checking miette v7.6.0
23262026-08-29T04:12:13.556Z Checking zip v4.6.1
23272026-08-29T04:12:13.678Z Checking postgres-protocol v0.6.10
23282026-08-29T04:12:13.732Z Checking iddqd v0.4.2
23292026-08-29T04:12:13.783Z Checking phf_shared v0.13.1
23302026-08-29T04:12:14.010Z Checking phf_shared v0.11.3
23312026-08-29T04:12:14.047Z Checking olpc-cjson v0.1.4
23322026-08-29T04:12:14.051Z Checking tokio-stream v0.1.18
23332026-08-29T04:12:14.118Z Checking derive_more v2.1.1
23342026-08-29T04:12:14.120Z Checking strum v0.27.2
23352026-08-29T04:12:14.188Z Checking fixedbitset v0.4.2
23362026-08-29T04:12:14.191Z Checking new_debug_unreachable v1.0.6
23372026-08-29T04:12:14.258Z Checking precomputed-hash v0.1.1
23382026-08-29T04:12:14.261Z Checking lalrpop-util v0.19.12
23392026-08-29T04:12:14.326Z Checking tough v0.22.0
23402026-08-29T04:12:14.329Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-29T04:12:14.396Z Checking petgraph v0.6.5
23422026-08-29T04:12:14.399Z Checking string_cache v0.8.9
23432026-08-29T04:12:14.477Z Checking postgres-types v0.2.12
23442026-08-29T04:12:14.481Z Checking phf v0.13.1
23452026-08-29T04:12:14.591Z Checking buf-list v1.1.2
23462026-08-29T04:12:14.660Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-29T04:12:14.697Z Checking peg-runtime v0.8.5
23482026-08-29T04:12:14.806Z Checking whoami v2.1.0
23492026-08-29T04:12:14.879Z Checking is-terminal v0.4.17
23502026-08-29T04:12:14.953Z Checking crossbeam-channel v0.5.15
23512026-08-29T04:12:14.991Z Checking thread_local v1.1.9
23522026-08-29T04:12:15.027Z Checking tokio-postgres v0.7.16
23532026-08-29T04:12:15.030Z Checking term v1.2.1
23542026-08-29T04:12:15.185Z Checking take_mut v0.2.2
23552026-08-29T04:12:15.312Z Checking slog-term v2.9.2
23562026-08-29T04:12:15.316Z Compiling newtype-uuid-macros v0.1.0
23572026-08-29T04:12:15.382Z Checking slog-async v2.8.0
23582026-08-29T04:12:15.584Z Compiling multer v3.1.0
23592026-08-29T04:12:15.620Z Compiling async-stream-impl v0.3.6
23602026-08-29T04:12:15.702Z Checking match_cfg v0.1.0
23612026-08-29T04:12:15.898Z Checking hostname v0.3.1
23622026-08-29T04:12:15.904Z Checking slog-json v2.6.1
23632026-08-29T04:12:15.910Z Compiling dropshot v0.17.1
23642026-08-29T04:12:15.962Z Checking debug-ignore v1.0.5
23652026-08-29T04:12:16.057Z Checking slog-bunyan v2.5.0
23662026-08-29T04:12:16.093Z Compiling dropshot_endpoint v0.17.1
23672026-08-29T04:12:16.165Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23682026-08-29T04:12:16.202Z Checking serde_path_to_error v0.1.20
23692026-08-29T04:12:16.237Z Checking sha1 v0.11.0
23702026-08-29T04:12:16.240Z Checking serde_spanned v1.1.1
23712026-08-29T04:12:16.322Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-29T04:12:16.360Z Checking compression-core v0.4.31
23732026-08-29T04:12:16.429Z Checking toml_writer v1.1.1+spec-1.1.0
23742026-08-29T04:12:16.465Z Checking async-stream v0.3.6
23752026-08-29T04:12:16.534Z Checking compression-codecs v0.4.37
23762026-08-29T04:12:16.569Z Checking waitgroup v0.1.2
23772026-08-29T04:12:16.619Z Checking rustls-pemfile v2.2.0
23782026-08-29T04:12:16.689Z Checking hostname v0.4.2
23792026-08-29T04:12:16.694Z Checking toml v1.1.2+spec-1.1.0
23802026-08-29T04:12:16.758Z Checking progenitor-client v0.14.0
23812026-08-29T04:12:16.761Z Checking async-compression v0.4.41
23822026-08-29T04:12:16.761Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-29T04:12:16.861Z Checking atomicwrites v0.4.4
23842026-08-29T04:12:16.864Z Compiling serde_tokenstream v0.3.0
23852026-08-29T04:12:16.928Z Compiling parse-display-derive v0.10.0
23862026-08-29T04:12:17.012Z Checking macaddr v1.0.1
23872026-08-29T04:12:17.047Z Checking regress v0.10.5
23882026-08-29T04:12:17.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23892026-08-29T04:12:17.212Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23902026-08-29T04:12:17.248Z Compiling oxide-generation-macros v0.2.0
23912026-08-29T04:12:17.289Z Checking instant v0.1.13
23922026-08-29T04:12:17.333Z Checking itertools v0.14.0
23932026-08-29T04:12:17.369Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-08-29T04:12:17.405Z Checking oxide-generation v0.1.3
23952026-08-29T04:12:17.556Z Checking backoff v0.4.0
23962026-08-29T04:12:17.635Z Checking backon v1.6.0
23972026-08-29T04:12:17.672Z Checking humantime v2.3.0
23982026-08-29T04:12:17.766Z Compiling convert_case v0.4.0
23992026-08-29T04:12:17.833Z Checking progenitor-extras v0.2.0
24002026-08-29T04:12:17.905Z Checking half v2.7.1
24012026-08-29T04:12:18.032Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24022026-08-29T04:12:18.096Z Checking ciborium-io v0.2.2
24032026-08-29T04:12:18.168Z Compiling derive_more v0.99.20
24042026-08-29T04:12:18.203Z Checking heck v0.5.0
24052026-08-29T04:12:18.237Z Checking ciborium-ll v0.2.2
24062026-08-29T04:12:18.270Z Checking secrecy v0.10.3
24072026-08-29T04:12:18.353Z Checking camino-tempfile v1.4.1
24082026-08-29T04:12:18.424Z Checking indent_write v2.2.0
24092026-08-29T04:12:18.462Z Checking ciborium v0.2.2
24102026-08-29T04:12:18.494Z Compiling crucible-workspace-hack v0.1.0
24112026-08-29T04:12:18.532Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-29T04:12:18.565Z Checking inout v0.1.4
24132026-08-29T04:12:18.599Z Compiling regress v0.11.1
24142026-08-29T04:12:18.653Z Checking parse-display v0.10.0
24152026-08-29T04:12:18.732Z Checking cipher v0.4.4
24162026-08-29T04:12:18.828Z Checking universal-hash v0.5.1
24172026-08-29T04:12:18.866Z Compiling thiserror-impl-no-std v2.0.2
24182026-08-29T04:12:18.900Z Checking opaque-debug v0.3.1
24192026-08-29T04:12:18.903Z Checking blake2 v0.10.6
24202026-08-29T04:12:18.967Z Checking chacha20 v0.9.1
24212026-08-29T04:12:19.002Z Checking aead v0.5.2
24222026-08-29T04:12:19.005Z Checking poly1305 v0.8.0
24232026-08-29T04:12:19.176Z Checking password-hash v0.5.0
24242026-08-29T04:12:19.213Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24252026-08-29T04:12:19.216Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-08-29T04:12:19.327Z Checking chacha20poly1305 v0.10.1
24272026-08-29T04:12:19.444Z Checking argon2 v0.5.3
24282026-08-29T04:12:19.494Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-29T04:12:19.648Z Compiling unsafe-libyaml v0.2.11
24302026-08-29T04:12:19.757Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-29T04:12:19.806Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-08-29T04:12:19.893Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-29T04:12:20.047Z Checking thiserror-no-std v2.0.2
24342026-08-29T04:12:20.085Z Checking swrite v0.1.0
24352026-08-29T04:12:20.167Z Compiling typify-impl v0.6.2
24362026-08-29T04:12:20.205Z Checking vsss-rs v3.3.4
24372026-08-29T04:12:20.416Z Compiling serde_yaml v0.9.34+deprecated
24382026-08-29T04:12:20.743Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-08-29T04:12:21.330Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24402026-08-29T04:12:21.476Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-29T04:12:21.513Z Checking crossbeam-deque v0.8.6
24422026-08-29T04:12:21.605Z Compiling rayon-core v1.13.0
24432026-08-29T04:12:21.728Z Compiling num-derive v0.4.2
24442026-08-29T04:12:21.799Z Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-08-29T04:12:21.872Z Compiling proc-macro-error v1.0.4
24462026-08-29T04:12:22.074Z Compiling toml_edit v0.23.10+spec-1.0.0
24472026-08-29T04:12:22.219Z Checking tabwriter v1.4.1
24482026-08-29T04:12:22.265Z Compiling illumos-nvpair-sys v0.2.0
24492026-08-29T04:12:22.301Z Checking rayon v1.11.0
24502026-08-29T04:12:22.413Z Checking glob v0.3.3
24512026-08-29T04:12:22.529Z Compiling itertools v0.15.0
24522026-08-29T04:12:22.568Z Compiling heapless v0.8.0
24532026-08-29T04:12:22.702Z Compiling proc-macro-crate v3.4.0
24542026-08-29T04:12:22.777Z Checking hash32 v0.3.1
24552026-08-29T04:12:22.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-08-29T04:12:23.090Z Checking colored v3.1.1
24572026-08-29T04:12:23.176Z Compiling smoltcp v0.11.0
24582026-08-29T04:12:23.257Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-08-29T04:12:23.327Z Compiling num_enum_derive v0.7.6
24602026-08-29T04:12:23.330Z Checking illumos-nvpair v0.3.0
24612026-08-29T04:12:23.536Z Checking toml v0.8.23
24622026-08-29T04:12:23.614Z Checking cobs v0.3.0
24632026-08-29T04:12:23.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-08-29T04:12:23.789Z Checking postcard v1.1.3
24652026-08-29T04:12:23.892Z Compiling ingot-macros v0.2.0
24662026-08-29T04:12:23.928Z Checking rand v0.10.1
24672026-08-29T04:12:24.005Z Compiling proc-macro-crate v1.3.1
24682026-08-29T04:12:24.112Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-29T04:12:24.352Z Checking sigpipe v0.1.3
24702026-08-29T04:12:24.385Z Checking num_enum v0.7.6
24712026-08-29T04:12:24.441Z Compiling foreign-types-macros v0.2.3
24722026-08-29T04:12:24.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-29T04:12:24.479Z Checking foreign-types-shared v0.3.1
24742026-08-29T04:12:24.545Z Compiling num_enum_derive v0.5.11
24752026-08-29T04:12:24.728Z Compiling typify-macro v0.6.2
24762026-08-29T04:12:24.795Z Checking cstr-argument v0.1.2
24772026-08-29T04:12:24.898Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24782026-08-29T04:12:24.950Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-29T04:12:25.058Z Checking foreign-types v0.5.0
24802026-08-29T04:12:25.094Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24812026-08-29T04:12:25.165Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822026-08-29T04:12:25.350Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24832026-08-29T04:12:25.386Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24842026-08-29T04:12:25.389Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24852026-08-29T04:12:25.450Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-29T04:12:25.544Z Checking itertools v0.12.1
24872026-08-29T04:12:25.578Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24882026-08-29T04:12:25.614Z Checking num_enum v0.5.11
24892026-08-29T04:12:25.617Z Compiling zone_cfg_derive v0.3.1
24902026-08-29T04:12:25.756Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24912026-08-29T04:12:25.944Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-29T04:12:25.979Z Compiling usdt-attr-macro v0.5.0
24932026-08-29T04:12:26.144Z Compiling usdt-macro v0.5.0
24942026-08-29T04:12:26.316Z Checking memmap v0.7.0
24952026-08-29T04:12:26.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24962026-08-29T04:12:26.523Z Compiling typify v0.6.2
24972026-08-29T04:12:26.594Z Checking zone v0.3.1
24982026-08-29T04:12:26.663Z Compiling progenitor-impl v0.14.0
24992026-08-29T04:12:26.697Z Checking ingot-types v0.2.0
25002026-08-29T04:12:26.790Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25012026-08-29T04:12:26.901Z Checking usdt v0.5.0
25022026-08-29T04:12:26.970Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-29T04:12:27.005Z Checking smf v0.2.3
25042026-08-29T04:12:27.040Z Checking whoami v1.6.1
25052026-08-29T04:12:27.102Z Compiling derive-where v1.6.0
25062026-08-29T04:12:27.137Z Checking ingot v0.2.1
25072026-08-29T04:12:27.217Z Checking tokio-dtrace v0.1.1
25082026-08-29T04:12:27.257Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-08-29T04:12:27.347Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-08-29T04:12:27.451Z Checking oxide-tokio-rt v0.1.4
25112026-08-29T04:12:27.516Z Checking console v0.15.11
25122026-08-29T04:12:27.662Z Checking newline-converter v0.3.0
25132026-08-29T04:12:27.698Z Checking bytecount v0.6.9
25142026-08-29T04:12:27.807Z Checking num-rational v0.4.2
25152026-08-29T04:12:27.844Z Checking num-complex v0.4.6
25162026-08-29T04:12:27.849Z Checking expectorate v1.2.0
25172026-08-29T04:12:28.034Z Compiling cancel-safe-futures v0.1.5
25182026-08-29T04:12:28.113Z Checking float-ord v0.3.2
25192026-08-29T04:12:28.216Z Checking num v0.4.3
25202026-08-29T04:12:28.251Z Checking linear-map v1.2.0
25212026-08-29T04:12:28.320Z Checking gethostname v0.5.0
25222026-08-29T04:12:28.441Z Compiling prettyplease v0.2.37
25232026-08-29T04:12:28.477Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25242026-08-29T04:12:28.510Z Checking oxide-update-engine-types v0.1.2
25252026-08-29T04:12:28.635Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-29T04:12:28.866Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25272026-08-29T04:12:28.940Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25282026-08-29T04:12:29.057Z Checking resolv-conf v0.7.6
25292026-08-29T04:12:29.176Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-29T04:12:29.273Z Checking papergrid v0.11.0
25312026-08-29T04:12:29.398Z Compiling progenitor-macro v0.14.0
25322026-08-29T04:12:29.434Z Compiling tabled_derive v0.7.0
25332026-08-29T04:12:29.469Z Checking oxide-update-engine v0.1.2
25342026-08-29T04:12:29.905Z Compiling slog-dtrace v0.3.0
25352026-08-29T04:12:30.028Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25362026-08-29T04:12:30.329Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25372026-08-29T04:12:30.416Z Checking tabled v0.15.0
25382026-08-29T04:12:30.686Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25392026-08-29T04:12:30.767Z Checking crossterm v0.29.0
25402026-08-29T04:12:30.770Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25412026-08-29T04:12:31.105Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25422026-08-29T04:12:31.620Z Checking fd-lock v4.0.4
25432026-08-29T04:12:32.084Z Checking vte v0.14.1
25442026-08-29T04:12:32.475Z Checking strip-ansi-escapes v0.2.1
25452026-08-29T04:12:33.497Z Checking linked-hash-map v0.5.6
25462026-08-29T04:12:33.529Z Checking termtree v0.5.1
25472026-08-29T04:12:33.691Z Checking nu-ansi-term v0.50.3
25482026-08-29T04:12:33.758Z Checking lru-cache v0.1.2
25492026-08-29T04:12:33.793Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25502026-08-29T04:12:33.911Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25512026-08-29T04:12:33.961Z Checking reedline v0.40.0
25522026-08-29T04:12:34.101Z Checking hickory-proto v0.24.4
25532026-08-29T04:12:34.174Z Compiling minimal-lexical v0.2.1
25542026-08-29T04:12:34.343Z Checking progenitor v0.14.0
25552026-08-29T04:12:34.520Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-29T04:12:34.605Z Compiling nom v7.1.3
25572026-08-29T04:12:35.143Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25582026-08-29T04:12:35.913Z Checking display-error-chain v0.2.2
25592026-08-29T04:12:35.952Z Compiling unicode-xid v0.2.6
25602026-08-29T04:12:36.055Z Checking hickory-resolver v0.24.4
25612026-08-29T04:12:36.090Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25622026-08-29T04:12:36.508Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-29T04:12:36.749Z Compiling ar_archive_writer v0.5.1
25642026-08-29T04:12:36.785Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25652026-08-29T04:12:36.819Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-29T04:12:36.854Z Checking qorb v0.4.1
25672026-08-29T04:12:36.891Z Checking csv-core v0.1.13
25682026-08-29T04:12:36.929Z Compiling stacker v0.1.23
25692026-08-29T04:12:37.102Z Checking csv v1.4.0
25702026-08-29T04:12:37.216Z Compiling semver v0.1.20
25712026-08-29T04:12:37.321Z Compiling cfg_aliases v0.1.1
25722026-08-29T04:12:37.432Z Checking highway v1.3.0
25732026-08-29T04:12:37.542Z Compiling nix v0.28.0
25742026-08-29T04:12:37.547Z Compiling rustc_version v0.1.7
25752026-08-29T04:12:37.658Z Compiling psm v0.1.30
25762026-08-29T04:12:37.744Z Checking nibble_vec v0.1.0
25772026-08-29T04:12:37.841Z Checking endian-type v0.1.2
25782026-08-29T04:12:37.908Z Compiling newtype_derive v0.1.6
25792026-08-29T04:12:37.990Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25802026-08-29T04:12:38.025Z Checking radix_trie v0.2.1
25812026-08-29T04:12:38.067Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-08-29T04:12:38.112Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-29T04:12:38.148Z Checking phf_shared v0.12.1
25842026-08-29T04:12:38.301Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-29T04:12:38.334Z Compiling chrono-tz v0.10.4
25862026-08-29T04:12:38.573Z Checking phf v0.12.1
25872026-08-29T04:12:38.645Z Compiling const_format_proc_macros v0.2.34
25882026-08-29T04:12:38.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-29T04:12:38.746Z Compiling peg-macros v0.8.5
25902026-08-29T04:12:38.749Z Checking recursive v0.1.1
25912026-08-29T04:12:38.749Z Checking winnow v0.6.26
25922026-08-29T04:12:38.893Z Compiling sqlparser_derive v0.5.0
25932026-08-29T04:12:38.933Z Checking home v0.5.12
25942026-08-29T04:12:39.228Z Checking unicode_categories v0.1.1
25952026-08-29T04:12:39.515Z Checking const_format v0.2.35
25962026-08-29T04:12:39.595Z Checking rustyline v14.0.0
25972026-08-29T04:12:39.664Z Checking sqlparser v0.61.0
25982026-08-29T04:12:39.938Z Checking sqlformat v0.3.5
25992026-08-29T04:12:40.102Z Checking peg v0.8.5
26002026-08-29T04:12:40.309Z Checking bcs v0.1.6
26012026-08-29T04:12:40.345Z Checking nom v8.0.0
26022026-08-29T04:12:40.396Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-29T04:12:40.429Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-29T04:12:40.576Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-29T04:12:40.649Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-29T04:12:40.754Z Checking steno v0.4.1
26072026-08-29T04:12:40.830Z Checking sha1 v0.10.6
26082026-08-29T04:12:41.043Z Checking filetime v0.2.27
26092026-08-29T04:12:41.084Z Checking xattr v1.6.1
26102026-08-29T04:12:41.213Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-29T04:12:41.248Z Checking tar v0.4.46
26122026-08-29T04:12:41.373Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-29T04:12:41.417Z Checking subprocess v0.2.15
26142026-08-29T04:12:41.662Z Checking headers-core v0.3.0
26152026-08-29T04:12:41.738Z Checking yasna v0.5.2
26162026-08-29T04:12:41.795Z Checking headers v0.4.1
26172026-08-29T04:12:41.798Z Checking port-file v0.1.0
26182026-08-29T04:12:42.038Z Checking dropshot-api-manager-types v0.8.0
26192026-08-29T04:12:42.147Z Checking rcgen v0.12.1
26202026-08-29T04:12:42.266Z Checking tagptr v0.2.0
26212026-08-29T04:12:42.320Z Checking utf-8 v0.7.6
26222026-08-29T04:12:42.356Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-29T04:12:42.442Z Checking moka v0.12.13
26242026-08-29T04:12:42.488Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-29T04:12:42.540Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-29T04:12:42.576Z Compiling libefi-sys v0.1.0
26272026-08-29T04:12:42.663Z Compiling bitfield-struct v0.6.2
26282026-08-29T04:12:43.005Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-29T04:12:43.051Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302026-08-29T04:12:43.110Z Checking tungstenite v0.21.0
26312026-08-29T04:12:43.144Z Checking hickory-resolver v0.25.2
26322026-08-29T04:12:43.231Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-29T04:12:43.341Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-29T04:12:43.491Z Compiling xshell-macros v0.2.7
26352026-08-29T04:12:43.568Z Checking tokio-tungstenite v0.21.0
26362026-08-29T04:12:43.605Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-29T04:12:43.638Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26382026-08-29T04:12:43.864Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-29T04:12:43.898Z Checking xshell v0.2.7
26402026-08-29T04:12:43.930Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26412026-08-29T04:12:43.930Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26422026-08-29T04:12:44.118Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-08-29T04:12:44.213Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-29T04:12:44.609Z Checking half v1.8.3
26452026-08-29T04:12:44.744Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-29T04:12:44.835Z Checking serde_cbor v0.11.2
26472026-08-29T04:12:44.901Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-29T04:12:44.937Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-08-29T04:12:45.120Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-29T04:12:45.155Z Checking libscf-sys v1.2.0
26512026-08-29T04:12:45.235Z Checking maplit v1.0.2
26522026-08-29T04:12:45.311Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-08-29T04:12:45.345Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-08-29T04:12:45.541Z Checking papergrid v0.18.0
26552026-08-29T04:12:45.695Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562026-08-29T04:12:45.753Z Checking sha2 v0.11.0
26572026-08-29T04:12:45.964Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26582026-08-29T04:12:46.111Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-29T04:12:46.359Z Checking tabled v0.21.0
26602026-08-29T04:12:46.397Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-29T04:12:46.448Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-29T04:12:46.584Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-29T04:12:46.891Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-29T04:12:46.926Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26652026-08-29T04:12:47.138Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26662026-08-29T04:12:47.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26672026-08-29T04:12:47.404Z Checking unicase v2.9.0
26682026-08-29T04:12:47.453Z Checking crc8 v0.1.1
26692026-08-29T04:12:47.536Z Checking fxhash v0.2.1
26702026-08-29T04:12:47.614Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26712026-08-29T04:12:47.688Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-29T04:12:47.743Z Compiling darling_core v0.21.3
26732026-08-29T04:12:47.778Z Compiling vergen-lib v0.1.6
26742026-08-29T04:12:47.991Z Compiling diesel_derives v2.3.7
26752026-08-29T04:12:48.277Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26762026-08-29T04:12:48.322Z Checking scheduled-thread-pool v0.2.7
26772026-08-29T04:12:48.583Z Compiling vergen-gitcl v1.0.8
26782026-08-29T04:12:48.614Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-29T04:12:48.752Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26802026-08-29T04:12:48.797Z Checking r2d2 v0.8.10
26812026-08-29T04:12:49.005Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-29T04:12:49.132Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-29T04:12:49.232Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-29T04:12:49.384Z Checking downcast-rs v2.0.2
26852026-08-29T04:12:49.547Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-29T04:12:49.795Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-29T04:12:50.363Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-29T04:12:50.369Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-08-29T04:12:50.369Z Checking kstat-rs v0.2.5
26902026-08-29T04:12:50.369Z Compiling darling_macro v0.21.3
26912026-08-29T04:12:50.369Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-29T04:12:50.421Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-29T04:12:50.726Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-29T04:12:50.780Z Compiling proc-macro-error2 v2.0.1
26952026-08-29T04:12:50.845Z Compiling darling v0.21.3
26962026-08-29T04:12:50.961Z Compiling dsl_auto_type v0.2.0
26972026-08-29T04:12:51.004Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-29T04:12:51.157Z Compiling knus-derive v3.4.0
26992026-08-29T04:12:52.022Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-29T04:12:52.387Z Compiling dirs-sys-next v0.1.2
27012026-08-29T04:12:52.390Z Compiling parking_lot_core v0.8.6
27022026-08-29T04:12:52.441Z Compiling salty v0.3.0
27032026-08-29T04:12:53.081Z Compiling crunchy v0.2.4
27042026-08-29T04:12:53.087Z Compiling dirs-next v2.0.0
27052026-08-29T04:12:53.087Z Compiling clang-sys v1.8.1
27062026-08-29T04:12:53.087Z Checking predicates-tree v1.0.13
27072026-08-29T04:12:53.087Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-29T04:12:53.087Z Compiling git-stub v1.0.0
27092026-08-29T04:12:53.087Z Compiling tiny-keccak v2.0.2
27102026-08-29T04:12:53.254Z Compiling git-stub-vcs v0.1.0
27112026-08-29T04:12:53.344Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-29T04:12:53.421Z Compiling term v0.7.0
27132026-08-29T04:12:53.667Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27142026-08-29T04:12:53.680Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-08-29T04:12:53.680Z Checking anstyle-parse v0.2.7
27162026-08-29T04:12:53.734Z Compiling bit-vec v0.6.3
27172026-08-29T04:12:53.887Z Checking anstream v0.6.21
27182026-08-29T04:12:53.926Z Compiling ascii-canvas v3.0.0
27192026-08-29T04:12:53.984Z Compiling bit-set v0.5.3
27202026-08-29T04:12:54.018Z Checking parking_lot v0.11.2
27212026-08-29T04:12:54.134Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27222026-08-29T04:12:54.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27232026-08-29T04:12:54.238Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27242026-08-29T04:12:54.323Z Checking rfc6979 v0.4.0
27252026-08-29T04:12:54.477Z Checking prefix-trie v0.7.0
27262026-08-29T04:12:54.656Z Compiling hashbrown v0.14.5
27272026-08-29T04:12:54.746Z Compiling itertools v0.10.5
27282026-08-29T04:12:54.854Z Compiling ena v0.14.4
27292026-08-29T04:12:54.881Z Compiling libloading v0.8.9
27302026-08-29T04:12:55.095Z Compiling regex-syntax v0.6.29
27312026-08-29T04:12:55.127Z Compiling diff v0.1.13
27322026-08-29T04:12:55.244Z Compiling bindgen v0.71.1
27332026-08-29T04:12:55.278Z Compiling chumsky v0.9.3
27342026-08-29T04:12:55.703Z Checking hickory-server v0.25.2
27352026-08-29T04:12:55.862Z Compiling ecdsa v0.16.9
27362026-08-29T04:12:56.554Z Compiling lalrpop v0.19.12
27372026-08-29T04:12:56.758Z Checking sled v0.34.7
27382026-08-29T04:12:56.814Z Compiling cexpr v0.6.0
27392026-08-29T04:12:56.921Z Checking diesel v2.3.7
27402026-08-29T04:12:57.017Z Checking ignore v0.4.25
27412026-08-29T04:12:57.184Z Checking primeorder v0.13.6
27422026-08-29T04:12:57.423Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-29T04:12:57.504Z Checking nanorand v0.7.0
27442026-08-29T04:12:57.601Z Compiling rustc-hash v2.1.1
27452026-08-29T04:12:57.733Z Checking flume v0.11.1
27462026-08-29T04:12:57.834Z Compiling p384 v0.13.1
27472026-08-29T04:12:58.015Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27482026-08-29T04:12:58.419Z Checking globwalk v0.9.1
27492026-08-29T04:12:58.503Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27502026-08-29T04:12:58.637Z Compiling knus v3.4.0
27512026-08-29T04:12:59.008Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27522026-08-29T04:12:59.158Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27532026-08-29T04:12:59.465Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27542026-08-29T04:12:59.550Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27552026-08-29T04:12:59.584Z Checking digest-io v0.1.0
27562026-08-29T04:12:59.740Z Compiling libxml v0.3.3
27572026-08-29T04:12:59.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27582026-08-29T04:12:59.994Z Checking assert_matches v1.5.0
27592026-08-29T04:13:00.028Z Checking rawzip v0.4.4
27602026-08-29T04:13:00.151Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27612026-08-29T04:13:00.256Z Checking camino-tempfile-ext v0.3.3
27622026-08-29T04:13:00.485Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27632026-08-29T04:13:00.492Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27642026-08-29T04:13:01.109Z Compiling strum_macros v0.24.3
27652026-08-29T04:13:01.776Z Compiling indoc v1.0.9
27662026-08-29T04:13:01.973Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27672026-08-29T04:13:02.240Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27682026-08-29T04:13:02.468Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27692026-08-29T04:13:02.496Z Checking quick-xml v0.37.5
27702026-08-29T04:13:02.619Z Checking derive_builder v0.20.2
27712026-08-29T04:13:02.766Z Compiling oso-derive v0.27.3
27722026-08-29T04:13:02.839Z Compiling impl-trait-for-tuples v0.2.3
27732026-08-29T04:13:03.304Z Compiling trait-variant v0.1.2
27742026-08-29T04:13:03.409Z Checking openssl-probe v0.1.6
27752026-08-29T04:13:03.599Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27762026-08-29T04:13:03.887Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27772026-08-29T04:13:04.066Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27782026-08-29T04:13:04.411Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27792026-08-29T04:13:04.641Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27802026-08-29T04:13:04.721Z Checking corncobs v0.1.4
27812026-08-29T04:13:04.827Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27822026-08-29T04:13:04.861Z Checking secrecy v0.8.0
27832026-08-29T04:13:04.895Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27842026-08-29T04:13:04.971Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27852026-08-29T04:13:05.020Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-08-29T04:13:05.210Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27872026-08-29T04:13:05.434Z Checking bb8 v0.8.6
27882026-08-29T04:13:05.523Z Checking rand_seeder v0.4.0
27892026-08-29T04:13:05.839Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27902026-08-29T04:13:05.941Z Compiling mime_guess v2.0.5
27912026-08-29T04:13:06.061Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27922026-08-29T04:13:06.240Z Checking http-range v0.1.5
27932026-08-29T04:13:06.383Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-08-29T04:13:06.416Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27952026-08-29T04:13:06.610Z Checking nonempty v0.12.0
27962026-08-29T04:13:06.766Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-08-29T04:13:06.802Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27982026-08-29T04:13:06.968Z Checking hyper-staticfile v0.10.1
27992026-08-29T04:13:07.086Z Checking signal-hook-tokio v0.3.1
28002026-08-29T04:13:07.156Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28012026-08-29T04:13:07.288Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-29T04:13:07.319Z Checking scuffle v0.1.0
28032026-08-29T04:13:07.435Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-29T04:13:07.729Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-29T04:13:07.809Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-29T04:13:08.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28072026-08-29T04:13:08.145Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28082026-08-29T04:13:08.182Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-29T04:13:08.326Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28102026-08-29T04:13:08.432Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28112026-08-29T04:13:08.568Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28122026-08-29T04:13:08.759Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-29T04:13:08.825Z Checking tungstenite v0.23.0
28142026-08-29T04:13:09.182Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28152026-08-29T04:13:09.251Z Checking tokio-tungstenite v0.23.1
28162026-08-29T04:13:09.555Z Checking void v1.0.2
28172026-08-29T04:13:09.597Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28182026-08-29T04:13:09.694Z Checking lzss v0.8.2
28192026-08-29T04:13:09.732Z Checking nix v0.27.1
28202026-08-29T04:13:09.785Z Checking serde_bytes v0.11.19
28212026-08-29T04:13:09.914Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-29T04:13:09.996Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28232026-08-29T04:13:10.277Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28242026-08-29T04:13:10.499Z Checking cpubits v0.1.1
28252026-08-29T04:13:10.609Z Checking yansi v1.0.1
28262026-08-29T04:13:10.737Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-08-29T04:13:10.810Z Checking pem-rfc7468 v1.0.0
28282026-08-29T04:13:10.902Z Checking pretty_assertions v1.4.1
28292026-08-29T04:13:11.036Z Checking async-bb8-diesel v0.2.1
28302026-08-29T04:13:11.064Z Checking diesel-dtrace v0.5.0
28312026-08-29T04:13:11.071Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-29T04:13:11.339Z Checking colored v2.2.0
28332026-08-29T04:13:11.374Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28342026-08-29T04:13:11.415Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28352026-08-29T04:13:11.573Z Checking hmac v0.13.0
28362026-08-29T04:13:11.608Z Checking universal-hash v0.6.1
28372026-08-29T04:13:11.696Z Compiling libz-sys v1.1.24
28382026-08-29T04:13:11.772Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28392026-08-29T04:13:11.776Z Compiling instability v0.3.11
28402026-08-29T04:13:12.107Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28412026-08-29T04:13:12.172Z Checking castaway v0.2.4
28422026-08-29T04:13:12.205Z Compiling indoc v2.0.7
28432026-08-29T04:13:12.236Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28442026-08-29T04:13:12.326Z Checking compact_str v0.8.1
28452026-08-29T04:13:12.526Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28462026-08-29T04:13:12.717Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28472026-08-29T04:13:12.761Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-29T04:13:13.193Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28492026-08-29T04:13:13.225Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-08-29T04:13:14.535Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28512026-08-29T04:13:14.570Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28522026-08-29T04:13:14.795Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28532026-08-29T04:13:14.956Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28542026-08-29T04:13:15.364Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28552026-08-29T04:13:15.561Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-08-29T04:13:16.904Z Checking polyval v0.7.1
28572026-08-29T04:13:17.082Z Checking der v0.8.0
28582026-08-29T04:13:17.117Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28592026-08-29T04:13:17.351Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28602026-08-29T04:13:17.585Z Checking unicode-truncate v1.1.0
28612026-08-29T04:13:17.631Z Checking lru v0.12.5
28622026-08-29T04:13:17.768Z Compiling libgit2-sys v0.18.3+1.9.2
28632026-08-29T04:13:17.876Z Checking arc-swap v1.8.2
28642026-08-29T04:13:17.909Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28652026-08-29T04:13:17.945Z Checking cassowary v0.3.0
28662026-08-29T04:13:18.085Z Checking slog-scope v4.4.1
28672026-08-29T04:13:18.185Z Checking ratatui v0.29.0
28682026-08-29T04:13:18.367Z Checking ghash v0.6.0
28692026-08-29T04:13:18.532Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-08-29T04:13:18.769Z Checking pbkdf2 v0.13.0
28712026-08-29T04:13:18.925Z Checking aes v0.9.1
28722026-08-29T04:13:19.367Z Checking crypto-bigint v0.7.5
28732026-08-29T04:13:19.533Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28742026-08-29T04:13:19.763Z Checking ctr v0.10.1
28752026-08-29T04:13:19.799Z Checking aead v0.6.1
28762026-08-29T04:13:19.970Z Checking cargo-platform v0.3.2
28772026-08-29T04:13:20.003Z Compiling petname v2.0.2
28782026-08-29T04:13:20.177Z Checking cargo_metadata v0.23.1
28792026-08-29T04:13:20.251Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28802026-08-29T04:13:20.659Z Checking aes-gcm v0.11.0
28812026-08-29T04:13:20.856Z Checking slog-stdlog v4.1.1
28822026-08-29T04:13:20.960Z Checking spki v0.8.0
28832026-08-29T04:13:21.009Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28842026-08-29T04:13:21.167Z Compiling progenitor-impl v0.13.0
28852026-08-29T04:13:21.609Z Checking salsa20 v0.11.0
28862026-08-29T04:13:21.786Z Checking console v0.16.2
28872026-08-29T04:13:22.143Z Compiling vergen-git2 v9.1.0
28882026-08-29T04:13:22.374Z Checking plotters-backend v0.3.7
28892026-08-29T04:13:22.432Z Checking unit-prefix v0.5.2
28902026-08-29T04:13:22.593Z Checking indicatif v0.18.4
28912026-08-29T04:13:22.625Z Checking plotters-svg v0.3.7
28922026-08-29T04:13:22.844Z Checking scrypt v0.12.0
28932026-08-29T04:13:23.006Z Checking slog-envlogger v2.2.0
28942026-08-29T04:13:23.189Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28952026-08-29T04:13:23.392Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-29T04:13:23.610Z Checking progenitor-client v0.13.0
28972026-08-29T04:13:23.816Z Compiling progenitor-macro v0.13.0
28982026-08-29T04:13:23.881Z Checking cbc v0.2.1
28992026-08-29T04:13:24.052Z Checking libsw-core v0.3.2
29002026-08-29T04:13:24.236Z Checking sapling-renderdag v0.1.0
29012026-08-29T04:13:24.373Z Checking sync-ptr v0.1.4
29022026-08-29T04:13:24.513Z Checking cast v0.3.0
29032026-08-29T04:13:24.545Z Checking libsw v3.5.0
29042026-08-29T04:13:24.695Z Checking criterion-plot v0.6.0
29052026-08-29T04:13:24.733Z Checking pkcs5 v0.8.1
29062026-08-29T04:13:25.019Z Checking plotters v0.3.7
29072026-08-29T04:13:25.063Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-29T04:13:25.786Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-29T04:13:26.013Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-29T04:13:26.065Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112026-08-29T04:13:26.235Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29122026-08-29T04:13:26.285Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29132026-08-29T04:13:26.456Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-29T04:13:26.527Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29152026-08-29T04:13:26.680Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-29T04:13:26.733Z Checking tinytemplate v1.2.1
29172026-08-29T04:13:26.979Z Checking anes v0.1.6
29182026-08-29T04:13:27.188Z Checking oorandom v11.1.5
29192026-08-29T04:13:27.335Z Checking shell-words v1.1.1
29202026-08-29T04:13:27.376Z Checking criterion v0.7.0
29212026-08-29T04:13:27.857Z Checking pkcs8 v0.11.0
29222026-08-29T04:13:28.092Z Checking oxide-update-engine-display v0.1.2
29232026-08-29T04:13:28.447Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29242026-08-29T04:13:28.636Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29252026-08-29T04:13:28.819Z Checking progenitor v0.13.0
29262026-08-29T04:13:29.001Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29272026-08-29T04:13:29.444Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29282026-08-29T04:13:29.481Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29292026-08-29T04:13:30.007Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-08-29T04:13:30.838Z Checking tokio-test v0.4.5
29312026-08-29T04:13:31.075Z Checking ff v0.14.0
29322026-08-29T04:13:31.248Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332026-08-29T04:13:31.479Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-29T04:13:31.897Z Checking twox-hash v2.1.2
29352026-08-29T04:13:32.237Z Checking atty v0.2.14
29362026-08-29T04:13:32.394Z Checking arrayref v0.3.9
29372026-08-29T04:13:32.498Z Checking constant_time_eq v0.4.2
29382026-08-29T04:13:32.692Z Checking arrayvec v0.7.6
29392026-08-29T04:13:32.965Z Checking group v0.14.0
29402026-08-29T04:13:33.080Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29412026-08-29T04:13:33.273Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29422026-08-29T04:13:34.041Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29432026-08-29T04:13:34.879Z Checking fatfs v0.3.6
29442026-08-29T04:13:35.056Z Checking signature v3.0.0
29452026-08-29T04:13:35.133Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29462026-08-29T04:13:35.243Z Compiling seq-macro v0.3.6
29472026-08-29T04:13:35.372Z Checking base16ct v1.0.0
29482026-08-29T04:13:35.536Z Checking sec1 v0.8.1
29492026-08-29T04:13:35.571Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29502026-08-29T04:13:35.741Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29512026-08-29T04:13:35.775Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-29T04:13:35.778Z Checking hkdf v0.13.0
29532026-08-29T04:13:35.977Z Checking concurrent-queue v2.5.0
29542026-08-29T04:13:36.197Z Checking parking v2.2.1
29552026-08-29T04:13:36.351Z Checking event-listener v5.4.1
29562026-08-29T04:13:36.468Z Checking elliptic-curve v0.14.1
29572026-08-29T04:13:36.607Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29582026-08-29T04:13:36.903Z Checking rtoolbox v0.0.3
29592026-08-29T04:13:37.036Z Checking event-listener-strategy v0.5.4
29602026-08-29T04:13:37.069Z Checking rpassword v7.5.4
29612026-08-29T04:13:37.201Z Checking wnaf v0.14.0
29622026-08-29T04:13:37.274Z Checking primefield v0.14.0
29632026-08-29T04:13:37.407Z Checking rfc6979 v0.6.0
29642026-08-29T04:13:37.514Z Checking tui-tree-widget v0.23.1
29652026-08-29T04:13:37.586Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29662026-08-29T04:13:37.740Z Compiling blake3 v1.8.5
29672026-08-29T04:13:37.888Z Compiling samael v0.0.19
29682026-08-29T04:13:38.124Z Checking futures-timer v3.0.3
29692026-08-29T04:13:38.615Z Checking ecdsa v0.17.0
29702026-08-29T04:13:38.848Z Checking primeorder v0.14.0
29712026-08-29T04:13:39.046Z Checking async-lock v3.4.2
29722026-08-29T04:13:39.244Z Compiling curve25519-dalek v5.0.0
29732026-08-29T04:13:39.462Z Checking async-object-pool v0.2.0
29742026-08-29T04:13:39.759Z Checking ssh-encoding v0.3.0
29752026-08-29T04:13:39.794Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29762026-08-29T04:13:39.923Z Checking serde_regex v1.1.0
29772026-08-29T04:13:40.010Z Checking assert-json-diff v2.0.2
29782026-08-29T04:13:40.108Z Checking path-tree v0.8.3
29792026-08-29T04:13:40.203Z Checking keccak v0.2.0
29802026-08-29T04:13:40.326Z Checking topological-sort v0.2.2
29812026-08-29T04:13:40.422Z Checking stringmetrics v2.2.2
29822026-08-29T04:13:40.491Z Compiling strsim v0.10.0
29832026-08-29T04:13:40.600Z Checking httpmock v0.8.3
29842026-08-29T04:13:40.837Z Compiling darling_core v0.13.4
29852026-08-29T04:13:42.503Z Checking omicron-zone-package v0.12.3
29862026-08-29T04:13:42.849Z Checking ed25519 v3.0.0
29872026-08-29T04:13:43.018Z Checking crypto-primes v0.7.2
29882026-08-29T04:13:43.084Z Checking pkcs1 v0.8.0-rc.4
29892026-08-29T04:13:43.324Z Checking poly1305 v0.9.0
29902026-08-29T04:13:43.422Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29912026-08-29T04:13:43.595Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29922026-08-29T04:13:43.628Z Checking blowfish v0.10.0
29932026-08-29T04:13:43.815Z Checking blake2 v0.11.0-rc.6
29942026-08-29T04:13:43.849Z Compiling target-lexicon v0.13.3
29952026-08-29T04:13:44.012Z Checking rsa v0.10.0-rc.18
29962026-08-29T04:13:44.106Z Checking argon2 v0.6.0-rc.8
29972026-08-29T04:13:44.256Z Checking bcrypt-pbkdf v0.11.0
29982026-08-29T04:13:44.415Z Checking ssh-cipher v0.3.0
29992026-08-29T04:13:44.449Z Checking ed25519-dalek v3.0.0
30002026-08-29T04:13:44.481Z Compiling darling_macro v0.13.4
30012026-08-29T04:13:44.528Z Checking sha3 v0.11.0
30022026-08-29T04:13:44.660Z Checking p256 v0.14.0
30032026-08-29T04:13:44.698Z Checking p521 v0.14.0
30042026-08-29T04:13:44.914Z Checking p384 v0.14.0
30052026-08-29T04:13:44.993Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30062026-08-29T04:13:45.254Z Checking kem v0.3.0
30072026-08-29T04:13:45.404Z Checking module-lattice v0.2.3
30082026-08-29T04:13:45.438Z Checking hex-literal v0.4.1
30092026-08-29T04:13:45.567Z Compiling guppy-workspace-hack v0.1.0
30102026-08-29T04:13:45.659Z Checking sponge-cursor v0.1.0
30112026-08-29T04:13:45.774Z Compiling git2 v0.20.4
30122026-08-29T04:13:45.842Z Checking sha3 v0.12.0
30132026-08-29T04:13:45.887Z Checking ml-kem v0.3.2
30142026-08-29T04:13:46.078Z Compiling darling v0.13.4
30152026-08-29T04:13:46.462Z Checking russh-cryptovec v0.62.0
30162026-08-29T04:13:46.659Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30172026-08-29T04:13:46.693Z Checking internal-russh-num-bigint v0.5.0
30182026-08-29T04:13:46.919Z Checking num-bigint v0.4.6
30192026-08-29T04:13:47.429Z Checking russh-util v0.52.0
30202026-08-29T04:13:47.589Z Checking generic-array v1.4.3
30212026-08-29T04:13:47.733Z Checking ssh-key v0.7.0-rc.11
30222026-08-29T04:13:47.785Z Compiling enum_dispatch v0.3.13
30232026-08-29T04:13:47.888Z Compiling delegate v0.13.5
30242026-08-29T04:13:48.640Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30252026-08-29T04:13:48.673Z Checking md5 v0.8.0
30262026-08-29T04:13:48.768Z Checking hex-literal v1.1.0
30272026-08-29T04:13:48.847Z Compiling target-spec v3.5.7
30282026-08-29T04:13:48.913Z Checking russh v0.62.4
30292026-08-29T04:13:49.080Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30302026-08-29T04:13:49.135Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30312026-08-29T04:13:49.266Z Checking cfg-expr v0.20.6
30322026-08-29T04:13:49.681Z Compiling serde_with_macros v1.5.2
30332026-08-29T04:13:49.841Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30342026-08-29T04:13:50.079Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-08-29T04:13:50.291Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30362026-08-29T04:13:50.523Z Checking internet-checksum v0.2.1
30372026-08-29T04:13:50.557Z Compiling serde_with v1.14.0
30382026-08-29T04:13:51.190Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-08-29T04:13:51.714Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30402026-08-29T04:13:52.283Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30412026-08-29T04:13:52.317Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30422026-08-29T04:13:52.358Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30432026-08-29T04:13:52.505Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30442026-08-29T04:13:52.567Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30452026-08-29T04:13:52.715Z Checking httptest v0.16.4
30462026-08-29T04:13:52.805Z Checking pathdiff v0.2.3
30472026-08-29T04:13:52.944Z Checking nested v0.1.1
30482026-08-29T04:13:53.114Z Checking guppy v0.17.25
30492026-08-29T04:13:53.148Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30502026-08-29T04:13:53.247Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30512026-08-29T04:13:53.436Z Checking similar-asserts v1.7.0
30522026-08-29T04:13:53.525Z Compiling target-triple v1.0.0
30532026-08-29T04:13:53.625Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30542026-08-29T04:13:54.073Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30552026-08-29T04:13:54.464Z Compiling polar-core v0.27.3
30562026-08-29T04:13:54.666Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30572026-08-29T04:13:54.872Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30582026-08-29T04:13:54.907Z Checking hickory-client v0.25.2
30592026-08-29T04:13:55.220Z Checking supports-color v2.1.0
30602026-08-29T04:13:55.385Z Checking supports-unicode v2.1.0
30612026-08-29T04:13:55.420Z Checking supports-hyperlinks v2.1.0
30622026-08-29T04:13:55.503Z Checking textwrap v0.15.2
30632026-08-29T04:13:55.537Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-08-29T04:13:55.571Z Checking terminal_size v0.1.17
30652026-08-29T04:13:55.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30662026-08-29T04:13:55.744Z Compiling miette-derive v5.10.0
30672026-08-29T04:13:55.746Z Compiling fs-err v2.11.0
30682026-08-29T04:13:56.011Z Checking owo-colors v3.5.0
30692026-08-29T04:13:56.149Z Checking escape8259 v0.5.3
30702026-08-29T04:13:56.309Z Compiling assert_cmd v2.1.2
30712026-08-29T04:13:56.564Z Checking libtest-mimic v0.8.1
30722026-08-29T04:13:56.644Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30732026-08-29T04:13:56.834Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30742026-08-29T04:13:56.880Z Checking miette v5.10.0
30752026-08-29T04:13:57.426Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30762026-08-29T04:13:57.563Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30772026-08-29T04:13:58.083Z Checking blake2b_simd v1.0.4
30782026-08-29T04:13:58.298Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30792026-08-29T04:13:58.509Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30802026-08-29T04:13:58.732Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30812026-08-29T04:13:58.767Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30822026-08-29T04:13:58.977Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30832026-08-29T04:13:59.012Z Compiling knuffel-derive v3.2.0
30842026-08-29T04:13:59.197Z Checking fancy-regex v0.14.0
30852026-08-29T04:13:59.233Z Checking serde_tokenstream v0.2.3
30862026-08-29T04:13:59.518Z Checking oso v0.27.3
30872026-08-29T04:13:59.591Z Checking approx v0.5.1
30882026-08-29T04:13:59.682Z Compiling rstest_macros v0.25.0
30892026-08-29T04:13:59.753Z Checking uzers v0.12.2
30902026-08-29T04:13:59.981Z Checking constant_time_eq v0.3.1
30912026-08-29T04:14:00.015Z Checking termcolor v1.4.1
30922026-08-29T04:14:00.117Z Compiling linkme-impl v0.3.35
30932026-08-29T04:14:00.257Z Checking trybuild v1.0.116
30942026-08-29T04:14:00.462Z Checking rust-argon2 v2.1.0
30952026-08-29T04:14:00.540Z Checking knuffel v3.2.0
30962026-08-29T04:14:00.619Z Checking datatest-stable v0.3.3
30972026-08-29T04:14:00.910Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30982026-08-29T04:14:00.945Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-29T04:14:01.179Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31002026-08-29T04:14:01.213Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-08-29T04:14:01.216Z Checking support-bundle-viewer v0.1.2
31022026-08-29T04:14:01.292Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31032026-08-29T04:14:01.372Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31042026-08-29T04:14:01.510Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31052026-08-29T04:14:01.544Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-08-29T04:14:01.593Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31072026-08-29T04:14:01.731Z Checking drift v0.2.0
31082026-08-29T04:14:01.768Z Checking rand_distr v0.5.1
31092026-08-29T04:14:01.973Z Checking multimap v0.10.1
31102026-08-29T04:14:02.041Z Compiling relative-path v1.9.3
31112026-08-29T04:14:02.113Z Compiling linkme v0.3.35
31122026-08-29T04:14:02.178Z Checking parse-size v1.1.0
31132026-08-29T04:14:02.213Z Checking dropshot-api-manager v0.8.0
31142026-08-29T04:14:02.344Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31152026-08-29T04:14:02.712Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31162026-08-29T04:14:03.505Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31172026-08-29T04:14:03.951Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31182026-08-29T04:14:04.327Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31192026-08-29T04:14:04.487Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31202026-08-29T04:14:04.563Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31212026-08-29T04:14:04.598Z Checking cargo_toml v0.21.0
31222026-08-29T04:14:05.071Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31232026-08-29T04:14:05.222Z Checking partial-io v0.5.4
31242026-08-29T04:14:05.257Z Checking termios v0.3.3
31252026-08-29T04:14:05.487Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31262026-08-29T04:14:05.979Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-08-29T04:14:06.149Z Checking rstest v0.25.0
31282026-08-29T04:14:07.515Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31292026-08-29T04:14:09.186Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31302026-08-29T04:14:11.707Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31312026-08-29T04:14:12.963Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31322026-08-29T04:14:17.252Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31332026-08-29T04:14:17.528Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31342026-08-29T04:14:19.403Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31352026-08-29T04:14:26.922Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31362026-08-29T04:14:27.950Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31372026-08-29T04:14:29.322Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31382026-08-29T04:14:31.466Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31392026-08-29T04:14:34.572Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31402026-08-29T04:14:35.330Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31412026-08-29T04:14:37.291Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31422026-08-29T04:14:42.422Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31432026-08-29T04:14:46.540Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31442026-08-29T04:15:07.669Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31452026-08-29T04:16:02.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
31462026-08-29T04:16:02.940Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31472026-08-29T04:16:02.940Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31482026-08-29T04:16:03.617Z
31492026-08-29T04:16:03.618Zreal 4:16.627275971
31502026-08-29T04:16:03.618Zuser 21:58.783557666
31512026-08-29T04:16:03.618Zsys 5:12.509540488
31522026-08-29T04:16:03.618Ztrap 0.536842451
31532026-08-29T04:16:03.618Ztflt 0.443659674
31542026-08-29T04:16:03.618Zdflt 0.535624245
31552026-08-29T04:16:03.618Zkflt 0.005322962
31562026-08-29T04:16:03.623Zlock 1:06:37.908542355
31572026-08-29T04:16:03.623Zslp 1:00:09.166986333
31582026-08-29T04:16:03.623Zlat 1:55.930322311
31592026-08-29T04:16:03.623Zstop 13:31.529548826
31602026-08-29T04:16:03.623Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31612026-08-29T04:16:03.623Z+ ptime -m cargo doc --workspace --no-deps
31622026-08-29T04:16:04.467Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31632026-08-29T04:16:04.467Z |
31642026-08-29T04:16:04.467Z = 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)`
31652026-08-29T04:16:04.467Z = 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>
31662026-08-29T04:16:05.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31672026-08-29T04:16:05.806Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31682026-08-29T04:16:05.846Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31692026-08-29T04:16:05.879Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-29T04:16:05.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31712026-08-29T04:16:06.099Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31722026-08-29T04:16:06.131Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31732026-08-29T04:16:06.131Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-08-29T04:16:06.179Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-08-29T04:16:06.207Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31762026-08-29T04:16:06.232Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-29T04:16:06.366Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-08-29T04:16:06.433Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-08-29T04:16:06.460Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-08-29T04:16:06.485Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31812026-08-29T04:16:06.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-08-29T04:16:06.513Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-08-29T04:16:06.611Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31842026-08-29T04:16:06.636Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-29T04:16:06.659Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31862026-08-29T04:16:06.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31872026-08-29T04:16:06.975Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-08-29T04:16:07.098Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31892026-08-29T04:16:07.174Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-08-29T04:16:07.245Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31912026-08-29T04:16:07.269Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31922026-08-29T04:16:07.400Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31932026-08-29T04:16:07.425Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31942026-08-29T04:16:07.500Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31952026-08-29T04:16:07.594Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31962026-08-29T04:16:07.726Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31972026-08-29T04:16:07.798Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31982026-08-29T04:16:07.857Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31992026-08-29T04:16:07.917Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32002026-08-29T04:16:08.027Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32012026-08-29T04:16:08.148Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32022026-08-29T04:16:08.174Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32032026-08-29T04:16:08.247Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32042026-08-29T04:16:08.378Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32052026-08-29T04:16:08.426Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32062026-08-29T04:16:08.660Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32072026-08-29T04:16:08.777Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32082026-08-29T04:16:08.851Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32092026-08-29T04:16:08.905Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32102026-08-29T04:16:08.935Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32112026-08-29T04:16:09.074Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122026-08-29T04:16:09.107Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32132026-08-29T04:16:09.200Z Checking scuffle v0.1.0
32142026-08-29T04:16:09.310Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32152026-08-29T04:16:09.374Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-08-29T04:16:09.399Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32172026-08-29T04:16:09.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-08-29T04:16:09.570Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-08-29T04:16:09.596Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32202026-08-29T04:16:09.635Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32212026-08-29T04:16:09.787Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222026-08-29T04:16:10.163Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32232026-08-29T04:16:10.394Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32242026-08-29T04:16:10.657Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32252026-08-29T04:16:11.116Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32262026-08-29T04:16:11.147Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32272026-08-29T04:16:11.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32282026-08-29T04:16:11.449Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32292026-08-29T04:16:11.519Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-29T04:16:11.543Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-08-29T04:16:11.568Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-08-29T04:16:11.758Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32332026-08-29T04:16:11.956Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32342026-08-29T04:16:12.379Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32352026-08-29T04:16:12.470Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32362026-08-29T04:16:12.673Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32372026-08-29T04:16:12.733Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32382026-08-29T04:16:12.856Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32392026-08-29T04:16:12.929Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32402026-08-29T04:16:12.964Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32412026-08-29T04:16:13.019Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32422026-08-29T04:16:13.105Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-08-29T04:16:13.152Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32442026-08-29T04:16:13.182Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32452026-08-29T04:16:13.182Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32462026-08-29T04:16:13.291Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32472026-08-29T04:16:13.361Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32482026-08-29T04:16:13.393Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-08-29T04:16:13.393Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32502026-08-29T04:16:13.669Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32512026-08-29T04:16:13.669Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-08-29T04:16:13.695Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32532026-08-29T04:16:13.695Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32542026-08-29T04:16:13.695Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-29T04:16:13.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-08-29T04:16:13.916Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32572026-08-29T04:16:13.986Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32582026-08-29T04:16:14.041Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32592026-08-29T04:16:14.110Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32602026-08-29T04:16:14.113Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32612026-08-29T04:16:14.229Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-08-29T04:16:14.268Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32632026-08-29T04:16:14.283Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32642026-08-29T04:16:14.319Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32652026-08-29T04:16:14.364Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32662026-08-29T04:16:14.420Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-08-29T04:16:14.457Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32682026-08-29T04:16:14.547Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32692026-08-29T04:16:14.627Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32702026-08-29T04:16:14.776Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32712026-08-29T04:16:14.955Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32722026-08-29T04:16:14.992Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32732026-08-29T04:16:15.016Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32742026-08-29T04:16:15.496Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32752026-08-29T04:16:15.630Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-08-29T04:16:15.691Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32772026-08-29T04:16:15.911Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32782026-08-29T04:16:16.725Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32792026-08-29T04:16:17.364Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32802026-08-29T04:16:18.016Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-08-29T04:16:18.602Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32822026-08-29T04:16:18.932Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-08-29T04:16:19.446Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-08-29T04:16:19.693Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32852026-08-29T04:16:20.583Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32862026-08-29T04:16:20.748Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-08-29T04:16:20.820Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32882026-08-29T04:16:20.951Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-08-29T04:16:21.014Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32902026-08-29T04:16:21.094Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-08-29T04:16:21.725Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-08-29T04:16:21.757Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-08-29T04:16:22.201Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32942026-08-29T04:16:22.570Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32952026-08-29T04:16:22.717Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-08-29T04:16:22.976Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32972026-08-29T04:16:23.102Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32982026-08-29T04:16:23.145Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32992026-08-29T04:16:23.171Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33002026-08-29T04:16:23.873Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33012026-08-29T04:16:24.051Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-29T04:16:24.553Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33032026-08-29T04:16:24.774Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33042026-08-29T04:16:25.057Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33052026-08-29T04:16:25.484Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33062026-08-29T04:16:25.526Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33072026-08-29T04:16:25.935Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33082026-08-29T04:16:26.179Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33092026-08-29T04:16:26.648Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33102026-08-29T04:16:26.857Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33112026-08-29T04:16:27.057Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-29T04:16:27.483Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33132026-08-29T04:16:27.685Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33142026-08-29T04:16:28.116Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33152026-08-29T04:16:28.241Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-29T04:16:29.013Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33172026-08-29T04:16:29.479Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33182026-08-29T04:16:29.509Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-08-29T04:16:29.699Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33202026-08-29T04:16:30.199Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33212026-08-29T04:16:30.995Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33222026-08-29T04:16:33.952Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33232026-08-29T04:16:34.250Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33242026-08-29T04:16:34.693Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33252026-08-29T04:16:37.047Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33262026-08-29T04:16:37.078Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33272026-08-29T04:16:37.566Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33282026-08-29T04:16:37.743Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-08-29T04:16:37.909Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33302026-08-29T04:16:38.384Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33312026-08-29T04:16:39.316Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33322026-08-29T04:16:40.193Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33332026-08-29T04:16:41.228Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33342026-08-29T04:16:41.332Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33352026-08-29T04:16:41.641Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33362026-08-29T04:16:41.841Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33372026-08-29T04:16:42.111Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33382026-08-29T04:16:42.334Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33392026-08-29T04:16:42.531Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-08-29T04:16:42.555Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33412026-08-29T04:16:42.893Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422026-08-29T04:16:42.920Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33432026-08-29T04:16:43.116Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33442026-08-29T04:16:43.389Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33452026-08-29T04:16:43.539Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33462026-08-29T04:16:44.177Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-29T04:16:44.318Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33482026-08-29T04:16:44.478Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33492026-08-29T04:16:44.578Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33502026-08-29T04:16:44.678Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33512026-08-29T04:16:45.068Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33522026-08-29T04:16:45.487Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33532026-08-29T04:16:46.459Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33542026-08-29T04:16:47.185Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33552026-08-29T04:16:47.699Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33562026-08-29T04:16:49.608Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33572026-08-29T04:16:51.232Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33582026-08-29T04:16:51.740Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33592026-08-29T04:16:52.502Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33602026-08-29T04:16:54.639Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33612026-08-29T04:16:55.778Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33622026-08-29T04:16:56.826Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33632026-08-29T04:16:57.324Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33642026-08-29T04:16:58.363Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33652026-08-29T04:17:00.030Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33662026-08-29T04:17:01.554Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33672026-08-29T04:17:02.129Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33682026-08-29T04:17:02.442Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33692026-08-29T04:17:03.332Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33702026-08-29T04:17:05.491Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33712026-08-29T04:17:09.444Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-29T04:17:10.137Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33732026-08-29T04:17:10.887Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33742026-08-29T04:17:11.919Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33752026-08-29T04:17:12.684Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33762026-08-29T04:17:13.472Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33772026-08-29T04:17:14.260Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33782026-08-29T04:17:16.034Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792026-08-29T04:17:16.480Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33802026-08-29T04:17:17.761Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-08-29T04:17:17.840Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33822026-08-29T04:17:18.495Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33832026-08-29T04:17:19.359Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33842026-08-29T04:17:20.230Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-29T04:17:23.693Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862026-08-29T04:17:24.991Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33872026-08-29T04:17:25.546Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33882026-08-29T04:17:26.979Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33892026-08-29T04:17:27.978Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33902026-08-29T04:17:28.733Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33912026-08-29T04:17:30.405Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33922026-08-29T04:17:31.379Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33932026-08-29T04:17:32.353Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-08-29T04:17:34.748Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33952026-08-29T04:17:36.007Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33962026-08-29T04:17:36.814Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33972026-08-29T04:17:39.070Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33982026-08-29T04:17:41.535Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33992026-08-29T04:17:42.020Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34002026-08-29T04:17:43.212Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34012026-08-29T04:17:44.738Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-08-29T04:17:46.476Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-29T04:17:48.174Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34042026-08-29T04:17:49.817Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34052026-08-29T04:17:51.419Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34062026-08-29T04:17:53.172Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34072026-08-29T04:17:58.002Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34082026-08-29T04:17:58.316Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34092026-08-29T04:17:59.759Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34102026-08-29T04:17:59.829Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34112026-08-29T04:18:01.902Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34122026-08-29T04:18:03.825Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34132026-08-29T04:18:05.679Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34142026-08-29T04:18:07.727Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34152026-08-29T04:18:09.580Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34162026-08-29T04:18:11.640Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34172026-08-29T04:18:13.270Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34182026-08-29T04:18:15.052Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34192026-08-29T04:18:16.898Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34202026-08-29T04:18:18.702Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34212026-08-29T04:18:20.519Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34222026-08-29T04:18:22.360Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-08-29T04:18:23.870Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-08-29T04:18:26.062Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34252026-08-29T04:18:27.915Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34262026-08-29T04:18:29.478Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34272026-08-29T04:18:31.325Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-08-29T04:18:33.359Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-08-29T04:18:35.198Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34302026-08-29T04:18:38.770Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34312026-08-29T04:18:40.700Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34322026-08-29T04:18:43.094Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34332026-08-29T04:18:46.268Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-29T04:18:47.218Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34352026-08-29T04:18:49.039Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34362026-08-29T04:18:51.708Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34372026-08-29T04:18:54.006Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34382026-08-29T04:18:56.236Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392026-08-29T04:18:59.327Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34402026-08-29T04:19:01.181Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34412026-08-29T04:19:03.898Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34422026-08-29T04:19:05.915Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-29T04:19:08.659Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-29T04:19:11.406Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-29T04:19:13.296Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34462026-08-29T04:19:16.538Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34472026-08-29T04:19:18.404Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34482026-08-29T04:19:20.974Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34492026-08-29T04:19:23.399Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34502026-08-29T04:19:26.155Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34512026-08-29T04:19:28.708Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34522026-08-29T04:19:30.978Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34532026-08-29T04:19:33.783Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542026-08-29T04:19:36.223Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34552026-08-29T04:19:38.811Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34562026-08-29T04:19:41.297Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34572026-08-29T04:19:43.843Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34582026-08-29T04:19:46.342Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34592026-08-29T04:19:48.960Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34602026-08-29T04:19:51.568Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-29T04:19:53.948Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34622026-08-29T04:19:56.862Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34632026-08-29T04:19:59.410Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-08-29T04:20:01.989Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34652026-08-29T04:20:04.573Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34662026-08-29T04:20:07.211Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34672026-08-29T04:20:09.821Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34682026-08-29T04:20:12.460Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34692026-08-29T04:20:15.058Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34702026-08-29T04:20:18.371Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-29T04:20:20.590Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34722026-08-29T04:20:23.225Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34732026-08-29T04:20:25.854Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-29T04:20:28.624Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34752026-08-29T04:20:31.470Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-29T04:20:34.243Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-29T04:20:36.903Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-29T04:20:39.451Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34792026-08-29T04:20:42.149Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34802026-08-29T04:20:45.076Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34812026-08-29T04:20:48.062Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34822026-08-29T04:20:50.703Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34832026-08-29T04:20:53.577Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34842026-08-29T04:20:56.301Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34852026-08-29T04:20:58.965Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34862026-08-29T04:21:01.701Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34872026-08-29T04:21:04.564Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34882026-08-29T04:21:07.287Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34892026-08-29T04:21:10.065Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34902026-08-29T04:21:12.862Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34912026-08-29T04:21:20.828Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34922026-08-29T04:21:20.996Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34932026-08-29T04:21:25.005Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34942026-08-29T04:21:28.259Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34952026-08-29T04:21:31.972Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962026-08-29T04:21:35.582Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34972026-08-29T04:21:39.176Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34982026-08-29T04:21:42.799Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34992026-08-29T04:21:46.322Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35002026-08-29T04:21:49.892Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35012026-08-29T04:21:54.918Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35022026-08-29T04:21:58.222Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35032026-08-29T04:22:01.891Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35042026-08-29T04:22:05.823Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35052026-08-29T04:22:09.831Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35062026-08-29T04:22:13.711Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35072026-08-29T04:22:17.693Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35082026-08-29T04:22:21.545Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35092026-08-29T04:22:25.511Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35102026-08-29T04:22:29.395Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-29T04:22:33.369Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35122026-08-29T04:22:37.305Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35132026-08-29T04:22:41.138Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35142026-08-29T04:22:45.189Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35152026-08-29T04:22:49.109Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35162026-08-29T04:22:52.986Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35172026-08-29T04:22:57.153Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35182026-08-29T04:23:00.871Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-29T04:23:04.760Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-29T04:23:08.677Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-29T04:23:12.691Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-29T04:23:44.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 40s
35232026-08-29T04:23:44.067Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-29T04:23:44.067Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-29T04:23:44.238Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35262026-08-29T04:23:44.348Z
35272026-08-29T04:23:44.351Zreal 7:40.635440780
35282026-08-29T04:23:44.351Zuser 20:30.679729160
35292026-08-29T04:23:44.351Zsys 4:28.172756500
35302026-08-29T04:23:44.351Ztrap 0.305484701
35312026-08-29T04:23:44.351Ztflt 0.035306931
35322026-08-29T04:23:44.351Zdflt 0.069132678
35332026-08-29T04:23:44.351Zkflt 0.000016440
35342026-08-29T04:23:44.351Zlock 7:21:54.635650949
35352026-08-29T04:23:44.351Zslp 2:35:11.393822970
35362026-08-29T04:23:44.351Zlat 35.146889437
35372026-08-29T04:23:44.351Zstop 2:10.428578558
35382026-08-29T04:23:44.351Zprocess exited: duration 846720 ms, exit code 0
 
35392026-08-29T04:23:44.358Zfound 0 output files