01KRJ948YD667RDVYWQBE2SJ2T: clippy (helios)

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

Buildomat Job: 01KRJ94MREKXPEYTQWXW4NH59Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T03:41:28.439Zjob assigned to worker 01KRJ94W6N7TT5ZPDES4XESTBW [factory aws, i-0570b1218a1931292] (queued for 58 s)
 
22026-05-14T03:41:34.977Zstarting task 0: "setup"
32026-05-14T03:41:34.982Z++ uname -s
42026-05-14T03:41:34.986Z+ kern=SunOS
52026-05-14T03:41:34.986Z+ build_user=build
62026-05-14T03:41:34.986Z+ build_uid=12345
72026-05-14T03:41:34.986Z+ work_dir=/work
82026-05-14T03:41:34.986Z+ input_dir=/input
92026-05-14T03:41:34.986Z+ [[ 0 == 12345 ]]
102026-05-14T03:41:34.987Z+ case "$kern" in
112026-05-14T03:41:34.987Z+ groupadd -g 12345 build
122026-05-14T03:41:34.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T03:41:36.990Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T03:41:37.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T03:41:37.121Z+ home_fs=zfs
162026-05-14T03:41:37.121Z+ [[ zfs == autofs ]]
172026-05-14T03:41:37.121Z+ mkdir -p /home/build
182026-05-14T03:41:37.121Z+ chown build:build /home/build /work
192026-05-14T03:41:39.122Z+ chmod 0700 /home/build /work
202026-05-14T03:41:39.125Zprocess exited: duration 4150 ms, exit code 0
 
212026-05-14T03:41:39.132Zstarting task 1: "rust-toolchain"
222026-05-14T03:41:39.137Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T03:41:39.137Z * rust toolchain channel = "1.94.0"
242026-05-14T03:41:39.138Z * rust toolchain profile = "default"
252026-05-14T03:41:39.138Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-14T03:41:39.138Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T03:41:39.138Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T03:41:39.141Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T03:41:39.141Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T03:41:39.244Zinfo: downloading installer
312026-05-14T03:41:40.674Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T03:41:40.674Zwarn: /home/build/.rustup/settings.toml
332026-05-14T03:41:40.674Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T03:41:40.674Zwarn: instead of the one inferred from the default host triple.
352026-05-14T03:41:40.686Zinfo: profile set to default
362026-05-14T03:41:40.686Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T03:41:40.689Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T03:41:40.861Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T03:41:40.864Zinfo: downloading 6 components
402026-05-14T03:41:55.307Z
412026-05-14T03:41:55.307Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-14T03:41:55.338Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T03:41:55.338Z
442026-05-14T03:41:55.338Z
452026-05-14T03:41:55.338ZRust is installed now. Great!
462026-05-14T03:41:55.338Z
472026-05-14T03:41:55.342ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T03:41:55.342Zenvironment variable. This has not been done automatically.
492026-05-14T03:41:55.342Z
502026-05-14T03:41:55.342ZTo configure your current shell, you need to source
512026-05-14T03:41:55.342Zthe corresponding env file under $HOME/.cargo.
522026-05-14T03:41:55.342Z
532026-05-14T03:41:55.342ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T03:41:55.342Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T03:41:55.342Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T03:41:55.343Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T03:41:55.343Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T03:41:55.343Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T03:41:55.343Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T03:41:55.343Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T03:41:55.343Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T03:41:55.436Z+ rustup --version
632026-05-14T03:41:55.445Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T03:41:55.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T03:41:55.467Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T03:41:55.471Z+ cargo --version
672026-05-14T03:41:55.483Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T03:41:55.486Z+ rustc --version
692026-05-14T03:41:55.506Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T03:41:55.511Zprocess exited: duration 16377 ms, exit code 0
 
712026-05-14T03:41:55.518Zstarting task 2: "authentication"
722026-05-14T03:41:55.534Zprocess exited: duration 16 ms, exit code 0
 
732026-05-14T03:41:55.540Zstarting task 3: "clone repository"
742026-05-14T03:41:55.545Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T03:41:55.548Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T03:41:55.573ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T03:42:05.201Z+ cd /work/oxidecomputer/omicron
782026-05-14T03:42:05.201Z+ git fetch origin 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
792026-05-14T03:42:05.482ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T03:42:05.482Z * branch 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 -> FETCH_HEAD
812026-05-14T03:42:05.492Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-14T03:42:05.492Z++ git branch --show-current
832026-05-14T03:42:05.492Z+ current=main
842026-05-14T03:42:05.492Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-14T03:42:05.492Z+ git branch -f renovate/crucible-pantry-client-digest 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
862026-05-14T03:42:05.498Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-14T03:42:05.720ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-14T03:42:05.727Z+ git reset --hard 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1
892026-05-14T03:42:05.737ZHEAD is now at 1e82c54d3 Update crucible-pantry-client digest to 33a3712
902026-05-14T03:42:05.750Zprocess exited: duration 10197 ms, exit code 0
 
912026-05-14T03:42:05.765Zstarting task 4: "build"
922026-05-14T03:42:05.775Z+ source ./env.sh
932026-05-14T03:42:05.776Z++ OLD_SHELL_OPTS=ehxB
942026-05-14T03:42:05.776Z++ set -o xtrace
952026-05-14T03:42:05.776Z++++ dirname ./env.sh
962026-05-14T03:42:05.776Z+++ readlink -f .
972026-05-14T03:42:05.776Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-14T03:42:05.776Z++ 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-05-14T03:42:05.776Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-14T03:42:05.776Z++ 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-05-14T03:42:05.778Z++ 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-05-14T03:42:05.784Z++ 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-05-14T03:42:05.784Z++ 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-05-14T03:42:05.785Z++ 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-05-14T03:42:05.785Z++ 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-05-14T03:42:05.785Z++ case $OLD_SHELL_OPTS in
1072026-05-14T03:42:05.785Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-14T03:42:05.785Z+ source .github/buildomat/ci-env.sh
1092026-05-14T03:42:05.785Z++ export CARGO_TERM_COLOR=always
1102026-05-14T03:42:05.785Z++ CARGO_TERM_COLOR=always
1112026-05-14T03:42:05.785Z+ cargo --version
1122026-05-14T03:42:05.790Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-14T03:42:05.790Z+ rustc --version
1142026-05-14T03:42:05.806Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-14T03:42:05.811Z+ banner prerequisites
1162026-05-14T03:42:05.814Z
1172026-05-14T03:42:05.814Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-14T03:42:05.814Z # # # # # # # # # # # # # # #
1192026-05-14T03:42:05.814Z # # # # ##### # # ##### # # # # # #### #
1202026-05-14T03:42:05.814Z ##### ##### # ##### # # # # # # # # #
1212026-05-14T03:42:05.814Z # # # # # # # # # # # # # # #
1222026-05-14T03:42:05.814Z # # # ###### # # ###### ### # #### # #### #
1232026-05-14T03:42:05.814Z
1242026-05-14T03:42:05.814Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-14T03:42:07.201Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-14T03:42:07.259Z Startup: Caching catalogs ... Done
1272026-05-14T03:42:07.463ZPlanning: Solver setup ... Done (0.172s)
1282026-05-14T03:42:07.478ZPlanning: Running solver ... Done (0.016s)
1292026-05-14T03:42:07.484ZPlanning: Finding local manifests ... Done (0.003s)
1302026-05-14T03:42:07.494ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-14T03:42:07.510ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-14T03:42:07.523ZPlanning: Package planning ... Done (0.013s)
1332026-05-14T03:42:07.527ZPlanning: Merging actions ... Done (0.001s)
1342026-05-14T03:42:07.711ZPlanning: Checking for conflicting actions ... Done (0.187s)
1352026-05-14T03:42:07.714ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-05-14T03:42:08.558ZPlanning: Evaluating mediators ... Done (0.846s)
1372026-05-14T03:42:08.561ZPlanning: Planning completed in 1.28 seconds
1382026-05-14T03:42:08.607Z Packages to install: 2
1392026-05-14T03:42:08.610Z Estimated space available: 156.08 GB
1402026-05-14T03:42:08.611ZEstimated space to be consumed: 19.74 MB
1412026-05-14T03:42:08.611Z Create boot environment: No
1422026-05-14T03:42:08.611ZCreate backup boot environment: No
1432026-05-14T03:42:08.611Z Rebuild boot archive: No
1442026-05-14T03:42:08.611Z
1452026-05-14T03:42:08.611ZChanged packages:
1462026-05-14T03:42:08.611Zhelios
1472026-05-14T03:42:08.611Z developer/build-essential
1482026-05-14T03:42:08.611Z None -> 11-3.0
1492026-05-14T03:42:08.611Z library/libxmlsec1
1502026-05-14T03:42:08.611Z None -> 1.2.35-3.0
1512026-05-14T03:42:08.632Z
1522026-05-14T03:42:08.632ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-05-14T03:42:09.184ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1542026-05-14T03:42:09.245Z Actions: 1/268 actions (Installing new actions)
1552026-05-14T03:42:09.282Z Actions: Completed 268 actions in 0.04 seconds.
1562026-05-14T03:42:09.288ZFinalize: Updating package state database ... Done (0.006s)
1572026-05-14T03:42:09.288ZFinalize: Updating package cache ... Done (0.000s)
1582026-05-14T03:42:09.303ZFinalize: Updating image state ... Done (0.015s)
1592026-05-14T03:42:11.689ZFinalize: Creating fast lookup database ... Done (2.365s)
1602026-05-14T03:42:11.756ZFinalize: Reading search index ... Done (0.012s)
1612026-05-14T03:42:11.759ZFinalize: Updating search index ... Done (0.000s)
1622026-05-14T03:42:11.860ZFinalize: Updating package cache ... Done (0.000s)
1632026-05-14T03:42:12.154ZPlanning: Evaluating mediator changes ... Done
1642026-05-14T03:42:12.260ZPlanning: Checking for conflicting actions ... Done
1652026-05-14T03:42:12.265ZPlanning: Consolidating action changes ... Done
1662026-05-14T03:42:12.417ZPlanning: Evaluating mediators ... Done
1672026-05-14T03:42:12.420ZPlanning: Planning completed in 0.26 seconds
1682026-05-14T03:42:12.440Z Mediators to change: 2
1692026-05-14T03:42:12.440Z Create boot environment: No
1702026-05-14T03:42:12.440ZCreate backup boot environment: No
1712026-05-14T03:42:12.504ZFinalize: Updating package state database ... Done
1722026-05-14T03:42:12.504ZFinalize: Updating package cache ... Done
1732026-05-14T03:42:12.511ZFinalize: Updating image state ... Done
1742026-05-14T03:42:14.434ZFinalize: Creating fast lookup database ... Done
1752026-05-14T03:42:14.496ZFinalize: Reading search index ... Done
1762026-05-14T03:42:14.499ZFinalize: Updating search index ... Done
1772026-05-14T03:42:14.583ZFinalize: Updating package cache ... Done
1782026-05-14T03:42:14.867ZPlanning: Evaluating mediator changes ... Done
1792026-05-14T03:42:14.972ZPlanning: Checking for conflicting actions ... Done
1802026-05-14T03:42:14.979ZPlanning: Consolidating action changes ... Done
1812026-05-14T03:42:15.127ZPlanning: Evaluating mediators ... Done
1822026-05-14T03:42:15.132ZPlanning: Planning completed in 0.26 seconds
1832026-05-14T03:42:15.150Z Mediators to change: 1
1842026-05-14T03:42:15.150Z Create boot environment: No
1852026-05-14T03:42:15.150ZCreate backup boot environment: No
1862026-05-14T03:42:15.204ZFinalize: Updating package state database ... Done
1872026-05-14T03:42:15.204ZFinalize: Updating package cache ... Done
1882026-05-14T03:42:15.214ZFinalize: Updating image state ... Done
1892026-05-14T03:42:17.127ZFinalize: Creating fast lookup database ... Done
1902026-05-14T03:42:17.187ZFinalize: Reading search index ... Done
1912026-05-14T03:42:17.191ZFinalize: Updating search index ... Done
1922026-05-14T03:42:17.261ZFinalize: Updating package cache ... Done
1932026-05-14T03:42:17.575ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-05-14T03:42:17.575Zapache system 2.4 system
1952026-05-14T03:42:17.575Zclang system 15 system
1962026-05-14T03:42:17.575Zcsh system system illumos
1972026-05-14T03:42:17.576Zctags system system illumos
1982026-05-14T03:42:17.576Zfile vendor vendor darwinsys
1992026-05-14T03:42:17.576Zfile system system illumos
2002026-05-14T03:42:17.576Zgcc vendor 14 vendor
2012026-05-14T03:42:17.576Zgcc system 13 system
2022026-05-14T03:42:17.576Zgcc system 10 system
2032026-05-14T03:42:17.576Zgo system 1.25 system
2042026-05-14T03:42:17.576Zllvm system 15 system
2052026-05-14T03:42:17.576Zmariadb system 11.4 system
2062026-05-14T03:42:17.576Zmta vendor vendor dma
2072026-05-14T03:42:17.577Zopenjdk system 17 system
2082026-05-14T03:42:17.577Zopenjdk system 11 system
2092026-05-14T03:42:17.577Zopenssl vendor 3 vendor
2102026-05-14T03:42:17.577Zperl system 5.40 system
2112026-05-14T03:42:17.577Zpostgresql system 18 system
2122026-05-14T03:42:17.577Zpostgresql system 17 system
2132026-05-14T03:42:17.577Zpython vendor 3 vendor
2142026-05-14T03:42:17.577Zpython system 2 system
2152026-05-14T03:42:17.577Zpython3 vendor 3.13 vendor
2162026-05-14T03:42:17.577Zruby system 3.4 system
2172026-05-14T03:42:17.577Zruby system 3.0 system
2182026-05-14T03:42:17.577Zwords vendor vendor american-english
2192026-05-14T03:42:17.577Zwords system system australian-english
2202026-05-14T03:42:17.577Zwords system system british-english
2212026-05-14T03:42:17.577Zwords system system canadian-english
2222026-05-14T03:42:17.577Zwords system system french
2232026-05-14T03:42:17.577Zwords system system italian
2242026-05-14T03:42:17.577Zwords system system ngerman
2252026-05-14T03:42:17.577Zwords system system ogerman
2262026-05-14T03:42:17.577Zwords system system spanish
2272026-05-14T03:42:17.829ZPUBLISHER TYPE STATUS P LOCATION
2282026-05-14T03:42:17.829Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-05-14T03:42:18.100ZFMRI IFO
2302026-05-14T03:42:18.100Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-05-14T03:42:18.100Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-05-14T03:42:18.100Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-05-14T03:42:18.100Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-05-14T03:42:18.100Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-05-14T03:42:18.100Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-05-14T03:42:18.100Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-05-14T03:42:18.100Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-05-14T03:42:18.100Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-05-14T03:42:18.339Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-05-14T03:42:18.594Z Updating crates.io index
2412026-05-14T03:42:18.629Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-05-14T03:42:18.906Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-05-14T03:42:19.804Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-14T03:42:20.082Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-05-14T03:42:21.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-05-14T03:42:21.708Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T03:42:23.499Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-05-14T03:42:24.252Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-05-14T03:42:24.646Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-05-14T03:42:25.471Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-05-14T03:42:25.725Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-05-14T03:42:26.174Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-05-14T03:42:26.514Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-05-14T03:42:27.493Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-05-14T03:42:28.047Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-05-14T03:42:28.427Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-05-14T03:42:28.666Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-05-14T03:42:29.265Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-05-14T03:42:29.471Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-05-14T03:42:29.696Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-05-14T03:42:29.903Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-05-14T03:42:30.272Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-05-14T03:42:30.637Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-05-14T03:42:31.372Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-14T03:42:31.783Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-14T03:42:32.269Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-14T03:42:32.573Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-14T03:42:33.477Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-14T03:42:34.101Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-05-14T03:42:34.550Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-05-14T03:42:34.783Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-05-14T03:42:35.163Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-05-14T03:42:35.555Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-05-14T03:42:36.153Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752026-05-14T03:42:36.391Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762026-05-14T03:42:36.632Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772026-05-14T03:42:36.914Z Updating git repository `https://github.com/illumos/smf-rs`
2782026-05-14T03:42:37.288Z Updating git repository `https://github.com/oxidecomputer/omicron`
2792026-05-14T03:42:49.198Z Downloading crates ...
2802026-05-14T03:42:49.259Z Downloaded icu_properties v2.1.2
2812026-05-14T03:42:49.262Z Downloaded form_urlencoded v1.2.2
2822026-05-14T03:42:49.262Z Downloaded cfg-if v1.0.4
2832026-05-14T03:42:49.262Z Downloaded crypto-common v0.1.7
2842026-05-14T03:42:49.265Z Downloaded zerofrom v0.1.6
2852026-05-14T03:42:49.265Z Downloaded heck v0.5.0
2862026-05-14T03:42:49.266Z Downloaded dof v0.3.0
2872026-05-14T03:42:49.269Z Downloaded clap v4.5.60
2882026-05-14T03:42:49.271Z Downloaded tabled_derive v0.7.0
2892026-05-14T03:42:49.272Z Downloaded textwrap v0.16.2
2902026-05-14T03:42:49.275Z Downloaded digest v0.10.7
2912026-05-14T03:42:49.275Z Downloaded camino-tempfile v1.4.1
2922026-05-14T03:42:49.275Z Downloaded once_cell v1.21.3
2932026-05-14T03:42:49.278Z Downloaded swrite v0.1.0
2942026-05-14T03:42:49.279Z Downloaded zerofrom-derive v0.1.6
2952026-05-14T03:42:49.279Z Downloaded displaydoc v0.2.5
2962026-05-14T03:42:49.282Z Downloaded unicode-xid v0.2.6
2972026-05-14T03:42:49.282Z Downloaded cpufeatures v0.2.17
2982026-05-14T03:42:49.285Z Downloaded toml_write v0.1.2
2992026-05-14T03:42:49.288Z Downloaded usdt v0.5.0
3002026-05-14T03:42:49.291Z Downloaded utf8parse v0.2.2
3012026-05-14T03:42:49.291Z Downloaded utf8_iter v1.0.4
3022026-05-14T03:42:49.294Z Downloaded fs-err v3.3.0
3032026-05-14T03:42:49.294Z Downloaded usdt-macro v0.5.0
3042026-05-14T03:42:49.294Z Downloaded thread-id v4.2.2
3052026-05-14T03:42:49.297Z Downloaded proc-macro-error v1.0.4
3062026-05-14T03:42:49.297Z Downloaded clap_builder v4.5.60
3072026-05-14T03:42:49.300Z Downloaded yoke-derive v0.8.1
3082026-05-14T03:42:49.303Z Downloaded version_check v0.9.5
3092026-05-14T03:42:49.303Z Downloaded usdt-attr-macro v0.5.0
3102026-05-14T03:42:49.303Z Downloaded unicode-linebreak v0.1.5
3112026-05-14T03:42:49.303Z Downloaded getrandom v0.4.1
3122026-05-14T03:42:49.306Z Downloaded thiserror v2.0.18
3132026-05-14T03:42:49.309Z Downloaded toml_edit v0.22.27
3142026-05-14T03:42:49.309Z Downloaded idna_adapter v1.2.1
3152026-05-14T03:42:49.312Z Downloaded toml_datetime v0.6.11
3162026-05-14T03:42:49.312Z Downloaded dtrace-parser v0.2.0
3172026-05-14T03:42:49.312Z Downloaded clap_lex v1.0.0
3182026-05-14T03:42:49.312Z Downloaded anstyle-parse v0.2.7
3192026-05-14T03:42:49.312Z Downloaded generic-array v0.14.7
3202026-05-14T03:42:49.316Z Downloaded anstyle-query v1.1.5
3212026-05-14T03:42:49.316Z Downloaded camino v1.2.2
3222026-05-14T03:42:49.316Z Downloaded cargo_toml v0.21.0
3232026-05-14T03:42:49.318Z Downloaded zmij v1.0.21
3242026-05-14T03:42:49.319Z Downloaded thiserror-impl v1.0.69
3252026-05-14T03:42:49.319Z Downloaded zerovec-derive v0.11.2
3262026-05-14T03:42:49.319Z Downloaded typeid v1.0.3
3272026-05-14T03:42:49.319Z Downloaded thiserror v1.0.69
3282026-05-14T03:42:49.322Z Downloaded yoke v0.8.1
3292026-05-14T03:42:49.322Z Downloaded zerocopy-derive v0.7.35
3302026-05-14T03:42:49.325Z Downloaded thiserror-impl v2.0.18
3312026-05-14T03:42:49.325Z Downloaded litemap v0.8.1
3322026-05-14T03:42:49.330Z Downloaded tinystr v0.8.2
3332026-05-14T03:42:49.330Z Downloaded errno v0.3.14
3342026-05-14T03:42:49.333Z Downloaded fastrand v2.3.0
3352026-05-14T03:42:49.333Z Downloaded cargo_metadata v0.21.0
3362026-05-14T03:42:49.333Z Downloaded writeable v0.6.2
3372026-05-14T03:42:49.333Z Downloaded usdt-impl v0.5.0
3382026-05-14T03:42:49.333Z Downloaded memmap v0.7.0
3392026-05-14T03:42:49.333Z Downloaded itoa v1.0.17
3402026-05-14T03:42:49.336Z Downloaded proc-macro-error-attr v1.0.4
3412026-05-14T03:42:49.336Z Downloaded pretty-hex v0.4.1
3422026-05-14T03:42:49.336Z Downloaded plain v0.2.3
3432026-05-14T03:42:49.336Z Downloaded macaddr v1.0.1
3442026-05-14T03:42:49.337Z Downloaded is_terminal_polyfill v1.70.2
3452026-05-14T03:42:49.337Z Downloaded anstyle v1.0.13
3462026-05-14T03:42:49.339Z Downloaded colorchoice v1.0.4
3472026-05-14T03:42:49.339Z Downloaded block-buffer v0.10.4
3482026-05-14T03:42:49.340Z Downloaded stable_deref_trait v1.2.1
3492026-05-14T03:42:49.342Z Downloaded percent-encoding v2.3.2
3502026-05-14T03:42:49.342Z Downloaded cargo-platform v0.2.0
3512026-05-14T03:42:49.345Z Downloaded unicode-ident v1.0.24
3522026-05-14T03:42:49.345Z Downloaded typenum v1.19.0
3532026-05-14T03:42:49.348Z Downloaded toml v0.8.23
3542026-05-14T03:42:49.348Z Downloaded ucd-trie v0.1.7
3552026-05-14T03:42:49.351Z Downloaded ordered-float v2.10.1
3562026-05-14T03:42:49.351Z Downloaded zerotrie v0.2.3
3572026-05-14T03:42:49.356Z Downloaded serde_spanned v0.6.9
3582026-05-14T03:42:49.356Z Downloaded fnv v1.0.7
3592026-05-14T03:42:49.359Z Downloaded smawk v0.3.2
3602026-05-14T03:42:49.362Z Downloaded url v2.5.8
3612026-05-14T03:42:49.368Z Downloaded terminal_size v0.4.3
3622026-05-14T03:42:49.399Z Downloaded equivalent v1.0.2
3632026-05-14T03:42:49.399Z Downloaded potential_utf v0.1.4
3642026-05-14T03:42:49.399Z Downloaded heck v0.4.1
3652026-05-14T03:42:49.406Z Downloaded zerovec v0.11.5
3662026-05-14T03:42:49.406Z Downloaded zerocopy v0.7.35
3672026-05-14T03:42:49.406Z Downloaded serde-value v0.7.0
3682026-05-14T03:42:49.406Z Downloaded winnow v0.7.14
3692026-05-14T03:42:49.406Z Downloaded scroll_derive v0.12.1
3702026-05-14T03:42:49.406Z Downloaded unicode-width v0.2.0
3712026-05-14T03:42:49.406Z Downloaded unicode-width v0.1.14
3722026-05-14T03:42:49.406Z Downloaded erased-serde v0.4.9
3732026-05-14T03:42:49.410Z Downloaded autocfg v1.5.0
3742026-05-14T03:42:49.410Z Downloaded scroll v0.12.0
3752026-05-14T03:42:49.410Z Downloaded byteorder v1.5.0
3762026-05-14T03:42:49.410Z Downloaded anstream v0.6.21
3772026-05-14T03:42:49.416Z Downloaded strsim v0.11.1
3782026-05-14T03:42:49.419Z Downloaded serde_tokenstream v0.2.3
3792026-05-14T03:42:49.419Z Downloaded serde-untagged v0.1.9
3802026-05-14T03:42:49.419Z Downloaded bytecount v0.6.9
3812026-05-14T03:42:49.430Z Downloaded sha2 v0.10.9
3822026-05-14T03:42:49.433Z Downloaded anyhow v1.0.102
3832026-05-14T03:42:49.439Z Downloaded clap_derive v4.5.55
3842026-05-14T03:42:49.442Z Downloaded smallvec v1.15.1
3852026-05-14T03:42:49.442Z Downloaded icu_collections v2.1.1
3862026-05-14T03:42:49.450Z Downloaded cargo-util-schemas v0.8.2
3872026-05-14T03:42:49.454Z Downloaded semver v1.0.28
3882026-05-14T03:42:49.457Z Downloaded pest_derive v2.8.6
3892026-05-14T03:42:49.460Z Downloaded bitflags v2.11.0
3902026-05-14T03:42:49.460Z Downloaded synstructure v0.13.2
3912026-05-14T03:42:49.465Z Downloaded tempfile v3.25.0
3922026-05-14T03:42:49.468Z Downloaded serde_derive v1.0.228
3932026-05-14T03:42:49.471Z Downloaded proc-macro2 v1.0.106
3942026-05-14T03:42:49.471Z Downloaded hashbrown v0.17.0
3952026-05-14T03:42:49.474Z Downloaded num-traits v0.2.19
3962026-05-14T03:42:49.479Z Downloaded quote v1.0.45
3972026-05-14T03:42:49.482Z Downloaded pest_generator v2.8.6
3982026-05-14T03:42:49.485Z Downloaded papergrid v0.11.0
3992026-05-14T03:42:49.489Z Downloaded pest_meta v2.8.6
4002026-05-14T03:42:49.492Z Downloaded log v0.4.29
4012026-05-14T03:42:49.492Z Downloaded icu_provider v2.1.1
4022026-05-14T03:42:49.495Z Downloaded icu_locale_core v2.1.1
4032026-05-14T03:42:49.498Z Downloaded serde_core v1.0.228
4042026-05-14T03:42:49.498Z Downloaded icu_normalizer_data v2.1.1
4052026-05-14T03:42:49.502Z Downloaded icu_normalizer v2.1.1
4062026-05-14T03:42:49.514Z Downloaded serde v1.0.228
4072026-05-14T03:42:49.524Z Downloaded memchr v2.8.0
4082026-05-14T03:42:49.540Z Downloaded indexmap v2.14.0
4092026-05-14T03:42:49.549Z Downloaded pest v2.8.6
4102026-05-14T03:42:49.562Z Downloaded icu_properties_data v2.1.2
4112026-05-14T03:42:49.567Z Downloaded idna v1.1.0
4122026-05-14T03:42:49.570Z Downloaded goblin v0.8.2
4132026-05-14T03:42:49.574Z Downloaded serde_json v1.0.149
4142026-05-14T03:42:49.583Z Downloaded tabled v0.15.0
4152026-05-14T03:42:49.601Z Downloaded syn v1.0.109
4162026-05-14T03:42:49.606Z Downloaded syn v2.0.117
4172026-05-14T03:42:49.623Z Downloaded rustix v1.1.3
4182026-05-14T03:42:49.644Z Downloaded libc v0.2.185
4192026-05-14T03:42:49.711Z Compiling proc-macro2 v1.0.106
4202026-05-14T03:42:49.711Z Compiling quote v1.0.45
4212026-05-14T03:42:49.711Z Compiling unicode-ident v1.0.24
4222026-05-14T03:42:49.711Z Compiling serde_core v1.0.228
4232026-05-14T03:42:49.717Z Compiling libc v0.2.185
4242026-05-14T03:42:49.717Z Compiling version_check v0.9.5
4252026-05-14T03:42:49.717Z Compiling stable_deref_trait v1.2.1
4262026-05-14T03:42:49.717Z Compiling serde v1.0.228
4272026-05-14T03:42:49.998Z Compiling memchr v2.8.0
4282026-05-14T03:42:50.056Z Compiling zmij v1.0.21
4292026-05-14T03:42:50.272Z Compiling itoa v1.0.17
4302026-05-14T03:42:50.275Z Compiling thiserror v1.0.69
4312026-05-14T03:42:50.446Z Compiling ucd-trie v0.1.7
4322026-05-14T03:42:50.587Z Compiling autocfg v1.5.0
4332026-05-14T03:42:50.656Z Compiling pest v2.8.6
4342026-05-14T03:42:50.713Z Compiling litemap v0.8.1
4352026-05-14T03:42:50.730Z Compiling writeable v0.6.2
4362026-05-14T03:42:50.805Z Compiling byteorder v1.5.0
4372026-05-14T03:42:50.907Z Compiling icu_properties_data v2.1.2
4382026-05-14T03:42:51.008Z Compiling rustix v1.1.3
4392026-05-14T03:42:51.043Z Compiling icu_normalizer_data v2.1.1
4402026-05-14T03:42:51.234Z Compiling syn v2.0.117
4412026-05-14T03:42:51.248Z Compiling errno v0.3.14
4422026-05-14T03:42:51.265Z Compiling serde_json v1.0.149
4432026-05-14T03:42:51.413Z Compiling bitflags v2.11.0
4442026-05-14T03:42:51.523Z Compiling num-traits v0.2.19
4452026-05-14T03:42:51.619Z Compiling smallvec v1.15.1
4462026-05-14T03:42:51.635Z Compiling typeid v1.0.3
4472026-05-14T03:42:51.706Z Compiling pest_meta v2.8.6
4482026-05-14T03:42:51.876Z Compiling hashbrown v0.17.0
4492026-05-14T03:42:51.893Z Compiling equivalent v1.0.2
4502026-05-14T03:42:52.055Z Compiling thread-id v4.2.2
4512026-05-14T03:42:52.142Z Compiling usdt-impl v0.5.0
4522026-05-14T03:42:52.162Z Compiling proc-macro-error-attr v1.0.4
4532026-05-14T03:42:52.208Z Compiling syn v1.0.109
4542026-05-14T03:42:52.385Z Compiling indexmap v2.14.0
4552026-05-14T03:42:52.402Z Compiling winnow v0.7.14
4562026-05-14T03:42:52.439Z Compiling erased-serde v0.4.9
4572026-05-14T03:42:52.599Z Compiling toml_write v0.1.2
4582026-05-14T03:42:53.029Z Compiling proc-macro-error v1.0.4
4592026-05-14T03:42:53.045Z Compiling percent-encoding v2.3.2
4602026-05-14T03:42:53.221Z Compiling getrandom v0.4.1
4612026-05-14T03:42:53.251Z Compiling thiserror v2.0.18
4622026-05-14T03:42:53.437Z Compiling plain v0.2.3
4632026-05-14T03:42:53.462Z Compiling utf8_iter v1.0.4
4642026-05-14T03:42:53.559Z Compiling utf8parse v0.2.2
4652026-05-14T03:42:53.576Z Compiling log v0.4.29
4662026-05-14T03:42:53.614Z Compiling camino v1.2.2
4672026-05-14T03:42:53.671Z Compiling anstyle-parse v0.2.7
4682026-05-14T03:42:53.693Z Compiling ordered-float v2.10.1
4692026-05-14T03:42:53.841Z Compiling form_urlencoded v1.2.2
4702026-05-14T03:42:53.888Z Compiling synstructure v0.13.2
4712026-05-14T03:42:53.904Z Compiling pest_generator v2.8.6
4722026-05-14T03:42:53.994Z Compiling terminal_size v0.4.3
4732026-05-14T03:42:54.135Z Compiling anstyle-query v1.1.5
4742026-05-14T03:42:54.236Z Compiling colorchoice v1.0.4
4752026-05-14T03:42:54.253Z Compiling is_terminal_polyfill v1.70.2
4762026-05-14T03:42:54.326Z Compiling anstyle v1.0.13
4772026-05-14T03:42:54.345Z Compiling pretty-hex v0.4.1
4782026-05-14T03:42:54.363Z Compiling cfg-if v1.0.4
4792026-05-14T03:42:54.482Z Compiling serde-untagged v0.1.9
4802026-05-14T03:42:54.500Z Compiling anstream v0.6.21
4812026-05-14T03:42:54.562Z Compiling semver v1.0.28
4822026-05-14T03:42:54.624Z Compiling fs-err v3.3.0
4832026-05-14T03:42:54.731Z Compiling heck v0.5.0
4842026-05-14T03:42:54.809Z Compiling once_cell v1.21.3
4852026-05-14T03:42:54.848Z Compiling fastrand v2.3.0
4862026-05-14T03:42:54.888Z Compiling unicode-width v0.1.14
4872026-05-14T03:42:54.907Z Compiling heck v0.4.1
4882026-05-14T03:42:54.989Z Compiling anyhow v1.0.102
4892026-05-14T03:42:55.028Z Compiling fnv v1.0.7
4902026-05-14T03:42:55.128Z Compiling clap_lex v1.0.0
4912026-05-14T03:42:55.147Z Compiling unicode-xid v0.2.6
4922026-05-14T03:42:55.167Z Compiling strsim v0.11.1
4932026-05-14T03:42:55.274Z Compiling bytecount v0.6.9
4942026-05-14T03:42:55.364Z Compiling clap_builder v4.5.60
4952026-05-14T03:42:55.388Z Compiling papergrid v0.11.0
4962026-05-14T03:42:55.414Z Compiling tempfile v3.25.0
4972026-05-14T03:42:55.532Z Compiling memmap v0.7.0
4982026-05-14T03:42:55.587Z Compiling serde_derive v1.0.228
4992026-05-14T03:42:55.624Z Compiling zerofrom-derive v0.1.6
5002026-05-14T03:42:55.714Z Compiling yoke-derive v0.8.1
5012026-05-14T03:42:55.786Z Compiling zerovec-derive v0.11.2
5022026-05-14T03:42:55.995Z Compiling displaydoc v0.2.5
5032026-05-14T03:42:56.725Z Compiling thiserror-impl v1.0.69
5042026-05-14T03:42:56.799Z Compiling zerocopy-derive v0.7.35
5052026-05-14T03:42:56.846Z Compiling pest_derive v2.8.6
5062026-05-14T03:42:56.877Z Compiling scroll_derive v0.12.1
5072026-05-14T03:42:57.006Z Compiling zerofrom v0.1.6
5082026-05-14T03:42:57.143Z Compiling yoke v0.8.1
5092026-05-14T03:42:57.327Z Compiling zerovec v0.11.5
5102026-05-14T03:42:57.356Z Compiling zerotrie v0.2.3
5112026-05-14T03:42:57.607Z Compiling scroll v0.12.0
5122026-05-14T03:42:57.673Z Compiling thiserror-impl v2.0.18
5132026-05-14T03:42:57.719Z Compiling zerocopy v0.7.35
5142026-05-14T03:42:57.859Z Compiling tinystr v0.8.2
5152026-05-14T03:42:57.886Z Compiling potential_utf v0.1.4
5162026-05-14T03:42:58.064Z Compiling icu_locale_core v2.1.1
5172026-05-14T03:42:58.082Z Compiling icu_collections v2.1.1
5182026-05-14T03:42:58.140Z Compiling dtrace-parser v0.2.0
5192026-05-14T03:42:58.283Z Compiling goblin v0.8.2
5202026-05-14T03:42:58.399Z Compiling tabled_derive v0.7.0
5212026-05-14T03:42:58.594Z Compiling clap_derive v4.5.55
5222026-05-14T03:42:58.898Z Compiling icu_provider v2.1.1
5232026-05-14T03:42:58.961Z Compiling toml_datetime v0.6.11
5242026-05-14T03:42:59.022Z Compiling serde_spanned v0.6.9
5252026-05-14T03:42:59.041Z Compiling dof v0.3.0
5262026-05-14T03:42:59.100Z Compiling serde_tokenstream v0.2.3
5272026-05-14T03:42:59.174Z Compiling icu_normalizer v2.1.1
5282026-05-14T03:42:59.204Z Compiling icu_properties v2.1.2
5292026-05-14T03:42:59.228Z Compiling toml_edit v0.22.27
5302026-05-14T03:42:59.437Z Compiling serde-value v0.7.0
5312026-05-14T03:42:59.539Z Compiling cargo-platform v0.2.0
5322026-05-14T03:42:59.727Z Compiling smawk v0.3.2
5332026-05-14T03:42:59.809Z Compiling unicode-linebreak v0.1.5
5342026-05-14T03:42:59.836Z Compiling unicode-width v0.2.0
5352026-05-14T03:42:59.873Z Compiling tabled v0.15.0
5362026-05-14T03:42:59.952Z Compiling usdt-attr-macro v0.5.0
5372026-05-14T03:43:00.056Z Compiling idna_adapter v1.2.1
5382026-05-14T03:43:00.121Z Compiling usdt-macro v0.5.0
5392026-05-14T03:43:00.201Z Compiling idna v1.1.0
5402026-05-14T03:43:00.301Z Compiling textwrap v0.16.2
5412026-05-14T03:43:00.349Z Compiling clap v4.5.60
5422026-05-14T03:43:00.442Z Compiling macaddr v1.0.1
5432026-05-14T03:43:00.636Z Compiling toml v0.8.23
5442026-05-14T03:43:00.679Z Compiling url v2.5.8
5452026-05-14T03:43:00.775Z Compiling camino-tempfile v1.4.1
5462026-05-14T03:43:01.010Z Compiling cargo_toml v0.21.0
5472026-05-14T03:43:01.162Z Compiling cargo-util-schemas v0.8.2
5482026-05-14T03:43:01.443Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-14T03:43:01.702Z Compiling usdt v0.5.0
5502026-05-14T03:43:01.738Z Compiling swrite v0.1.0
5512026-05-14T03:43:02.106Z Compiling cargo_metadata v0.21.0
5522026-05-14T03:43:03.103Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-05-14T03:43:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s
5542026-05-14T03:43:05.459Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5552026-05-14T03:43:06.013Z Downloading crates ...
5562026-05-14T03:43:06.103Z Downloaded adler2 v2.0.1
5572026-05-14T03:43:06.121Z Downloaded bit-set v0.8.0
5582026-05-14T03:43:06.135Z Downloaded block-padding v0.3.3
5592026-05-14T03:43:06.153Z Downloaded bitfield-struct v0.6.2
5602026-05-14T03:43:06.153Z Downloaded defmt-parser v1.0.0
5612026-05-14T03:43:06.153Z Downloaded blake2 v0.10.6
5622026-05-14T03:43:06.153Z Downloaded darling_macro v0.20.11
5632026-05-14T03:43:06.153Z Downloaded darling_core v0.20.11
5642026-05-14T03:43:06.170Z Downloaded bitflags v1.3.2
5652026-05-14T03:43:06.170Z Downloaded bit-vec v0.8.0
5662026-05-14T03:43:06.170Z Downloaded derive-ex v0.1.8
5672026-05-14T03:43:06.170Z Downloaded ctr v0.9.2
5682026-05-14T03:43:06.170Z Downloaded chacha20 v0.9.1
5692026-05-14T03:43:06.170Z Downloaded crossbeam-utils v0.8.21
5702026-05-14T03:43:06.170Z Downloaded derive_builder_macro v0.20.2
5712026-05-14T03:43:06.170Z Downloaded cassowary v0.3.0
5722026-05-14T03:43:06.170Z Downloaded debug-ignore v1.0.5
5732026-05-14T03:43:06.170Z Downloaded bit-vec v0.6.3
5742026-05-14T03:43:06.170Z Downloaded critical-section v1.2.0
5752026-05-14T03:43:06.171Z Downloaded data-encoding v2.10.0
5762026-05-14T03:43:06.171Z Downloaded deranged v0.5.8
5772026-05-14T03:43:06.171Z Downloaded crc-catalog v2.4.0
5782026-05-14T03:43:06.171Z Downloaded defmt v0.3.100
5792026-05-14T03:43:06.171Z Downloaded backon v1.6.0
5802026-05-14T03:43:06.217Z Downloaded ahash v0.8.12
5812026-05-14T03:43:06.217Z Downloaded curve25519-dalek-derive v0.1.1
5822026-05-14T03:43:06.217Z Downloaded der_derive v0.7.3
5832026-05-14T03:43:06.217Z Downloaded crossbeam-deque v0.8.6
5842026-05-14T03:43:06.218Z Downloaded ciborium-ll v0.2.2
5852026-05-14T03:43:06.218Z Downloaded allocator-api2 v0.2.21
5862026-05-14T03:43:06.218Z Downloaded assert_matches v1.5.0
5872026-05-14T03:43:06.218Z Downloaded crossbeam-epoch v0.9.18
5882026-05-14T03:43:06.218Z Downloaded dunce v1.0.5
5892026-05-14T03:43:06.218Z Downloaded backoff v0.4.0
5902026-05-14T03:43:06.218Z Downloaded daft-derive v0.1.5
5912026-05-14T03:43:06.218Z Downloaded colored v3.1.1
5922026-05-14T03:43:06.283Z Downloaded derive_builder_core v0.20.2
5932026-05-14T03:43:06.283Z Downloaded argon2 v0.5.3
5942026-05-14T03:43:06.283Z Downloaded dsl_auto_type v0.2.0
5952026-05-14T03:43:06.283Z Downloaded daft v0.1.5
5962026-05-14T03:43:06.283Z Downloaded darling v0.23.0
5972026-05-14T03:43:06.283Z Downloaded endian-type v0.1.2
5982026-05-14T03:43:06.283Z Downloaded async-recursion v1.1.1
5992026-05-14T03:43:06.283Z Downloaded diesel_table_macro_syntax v0.3.0
6002026-05-14T03:43:06.283Z Downloaded crunchy v0.2.4
6012026-05-14T03:43:06.284Z Downloaded bitfield-macros v0.19.4
6022026-05-14T03:43:06.284Z Downloaded aead v0.5.2
6032026-05-14T03:43:06.284Z Downloaded darling v0.20.11
6042026-05-14T03:43:06.284Z Downloaded embedded-io v0.4.0
6052026-05-14T03:43:06.284Z Downloaded difflib v0.4.0
6062026-05-14T03:43:06.284Z Downloaded base64ct v1.8.3
6072026-05-14T03:43:06.284Z Downloaded dirs-next v2.0.0
6082026-05-14T03:43:06.284Z Downloaded dyn-clone v1.0.20
6092026-05-14T03:43:06.284Z Downloaded dtrace-parser v0.3.0
6102026-05-14T03:43:06.284Z Downloaded defmt v1.0.1
6112026-05-14T03:43:06.284Z Downloaded embedded-io v0.6.1
6122026-05-14T03:43:06.284Z Downloaded base16ct v0.2.0
6132026-05-14T03:43:06.284Z Downloaded display-error-chain v0.2.2
6142026-05-14T03:43:06.285Z Downloaded darling_macro v0.21.3
6152026-05-14T03:43:06.285Z Downloaded flagset v0.4.7
6162026-05-14T03:43:06.285Z Downloaded cstr-argument v0.1.2
6172026-05-14T03:43:06.285Z Downloaded ciborium-io v0.2.2
6182026-05-14T03:43:06.285Z Downloaded cobs v0.3.0
6192026-05-14T03:43:06.285Z Downloaded foreign-types v0.3.2
6202026-05-14T03:43:06.285Z Downloaded darling_macro v0.23.0
6212026-05-14T03:43:06.285Z Downloaded crc v3.4.0
6222026-05-14T03:43:06.285Z Downloaded atomic-waker v1.1.2
6232026-05-14T03:43:06.285Z Downloaded bb8 v0.8.6
6242026-05-14T03:43:06.285Z Downloaded float-ord v0.3.2
6252026-05-14T03:43:06.285Z Downloaded cfg_aliases v0.1.1
6262026-05-14T03:43:06.285Z Downloaded dropshot-api-manager-types v0.7.1
6272026-05-14T03:43:06.286Z Downloaded castaway v0.2.4
6282026-05-14T03:43:06.286Z Downloaded compression-core v0.4.31
6292026-05-14T03:43:06.286Z Downloaded bit-set v0.5.3
6302026-05-14T03:43:06.286Z Downloaded arrayref v0.3.9
6312026-05-14T03:43:06.286Z Downloaded bitfield v0.19.4
6322026-05-14T03:43:06.286Z Downloaded bzip2 v0.4.4
6332026-05-14T03:43:06.286Z Downloaded crc8 v0.1.1
6342026-05-14T03:43:06.286Z Downloaded crucible-workspace-hack v0.1.0
6352026-05-14T03:43:06.286Z Downloaded foreign-types-shared v0.1.1
6362026-05-14T03:43:06.286Z Downloaded fixedbitset v0.4.2
6372026-05-14T03:43:06.288Z Downloaded bcrypt-pbkdf v0.10.0
6382026-05-14T03:43:06.288Z Downloaded ciborium v0.2.2
6392026-05-14T03:43:06.288Z Downloaded funty v2.0.0
6402026-05-14T03:43:06.288Z Downloaded float-cmp v0.10.0
6412026-05-14T03:43:06.288Z Downloaded cipher v0.4.4
6422026-05-14T03:43:06.288Z Downloaded foreign-types-shared v0.3.1
6432026-05-14T03:43:06.288Z Downloaded convert_case v0.10.0
6442026-05-14T03:43:06.289Z Downloaded camino-tempfile-ext v0.3.3
6452026-05-14T03:43:06.289Z Downloaded cancel-safe-futures v0.1.5
6462026-05-14T03:43:06.306Z Downloaded downcast-rs v2.0.2
6472026-05-14T03:43:06.306Z Downloaded cpufeatures v0.3.0
6482026-05-14T03:43:06.306Z Downloaded enum-as-inner v0.6.1
6492026-05-14T03:43:06.306Z Downloaded cfg_aliases v0.2.1
6502026-05-14T03:43:06.306Z Downloaded async-stream-impl v0.3.6
6512026-05-14T03:43:06.306Z Downloaded cexpr v0.6.0
6522026-05-14T03:43:06.306Z Downloaded blowfish v0.9.1
6532026-05-14T03:43:06.306Z Downloaded either v1.15.0
6542026-05-14T03:43:06.306Z Downloaded csv-core v0.1.13
6552026-05-14T03:43:06.306Z Downloaded filetime v0.2.27
6562026-05-14T03:43:06.306Z Downloaded cargo-platform v0.1.9
6572026-05-14T03:43:06.306Z Downloaded fd-lock v4.0.4
6582026-05-14T03:43:06.306Z Downloaded futures-io v0.3.32
6592026-05-14T03:43:06.306Z Downloaded env_filter v1.0.0
6602026-05-14T03:43:06.306Z Downloaded byte-wrapper v0.1.0
6612026-05-14T03:43:06.307Z Downloaded bcs v0.1.6
6622026-05-14T03:43:06.307Z Downloaded futures-core v0.3.32
6632026-05-14T03:43:06.307Z Downloaded futures-sink v0.3.32
6642026-05-14T03:43:06.307Z Downloaded atomicwrites v0.4.4
6652026-05-14T03:43:06.307Z Downloaded dof v0.4.0
6662026-05-14T03:43:06.307Z Downloaded ghash v0.5.1
6672026-05-14T03:43:06.307Z Downloaded corncobs v0.1.4
6682026-05-14T03:43:06.307Z Downloaded const_format_proc_macros v0.2.34
6692026-05-14T03:43:06.307Z Downloaded hash32 v0.2.1
6702026-05-14T03:43:06.307Z Downloaded git-stub v1.0.0
6712026-05-14T03:43:06.307Z Downloaded futures-task v0.3.32
6722026-05-14T03:43:06.307Z Downloaded cbc v0.1.2
6732026-05-14T03:43:06.307Z Downloaded atty v0.2.14
6742026-05-14T03:43:06.307Z Downloaded headers-core v0.3.0
6752026-05-14T03:43:06.307Z Downloaded hex-literal v0.4.1
6762026-05-14T03:43:06.307Z Downloaded hex v0.4.3
6772026-05-14T03:43:06.307Z Downloaded fallible-iterator v0.2.0
6782026-05-14T03:43:06.307Z Downloaded fixedbitset v0.5.7
6792026-05-14T03:43:06.307Z Downloaded find-msvc-tools v0.1.9
6802026-05-14T03:43:06.307Z Downloaded foldhash v0.2.0
6812026-05-14T03:43:06.307Z Downloaded bzip2 v0.6.1
6822026-05-14T03:43:06.307Z Downloaded buf-list v1.1.2
6832026-05-14T03:43:06.307Z Downloaded constant_time_eq v0.4.2
6842026-05-14T03:43:06.307Z Downloaded defmt-macros v1.0.1
6852026-05-14T03:43:06.307Z Downloaded arrayvec v0.7.6
6862026-05-14T03:43:06.375Z Downloaded hash32 v0.3.1
6872026-05-14T03:43:06.375Z Downloaded erased-serde v0.3.31
6882026-05-14T03:43:06.375Z Downloaded globwalk v0.9.1
6892026-05-14T03:43:06.375Z Downloaded home v0.5.12
6902026-05-14T03:43:06.375Z Downloaded foreign-types v0.5.0
6912026-05-14T03:43:06.375Z Downloaded dirs-sys-next v0.1.2
6922026-05-14T03:43:06.375Z Downloaded ed25519 v2.2.3
6932026-05-14T03:43:06.375Z Downloaded ascii-canvas v3.0.0
6942026-05-14T03:43:06.375Z Downloaded convert_case v0.4.0
6952026-05-14T03:43:06.375Z Downloaded httpdate v1.0.3
6962026-05-14T03:43:06.375Z Downloaded hostname v0.4.2
6972026-05-14T03:43:06.375Z Downloaded async-trait v0.1.89
6982026-05-14T03:43:06.375Z Downloaded http-range v0.1.5
6992026-05-14T03:43:06.375Z Downloaded hostname v0.3.1
7002026-05-14T03:43:06.375Z Downloaded fxhash v0.2.1
7012026-05-14T03:43:06.375Z Downloaded foldhash v0.1.5
7022026-05-14T03:43:06.376Z Downloaded foreign-types-macros v0.2.3
7032026-05-14T03:43:06.376Z Downloaded env_logger v0.11.9
7042026-05-14T03:43:06.401Z Downloaded crypto-bigint v0.5.5
7052026-05-14T03:43:06.402Z Downloaded http-body v1.0.1
7062026-05-14T03:43:06.402Z Downloaded hubpack_derive v0.1.1
7072026-05-14T03:43:06.402Z Downloaded hubpack v0.1.2
7082026-05-14T03:43:06.402Z Downloaded compression-codecs v0.4.37
7092026-05-14T03:43:06.402Z Downloaded futures-macro v0.3.32
7102026-05-14T03:43:06.402Z Downloaded cmake v0.1.57
7112026-05-14T03:43:06.402Z Downloaded clang-sys v1.8.1
7122026-05-14T03:43:06.402Z Downloaded indent_write v2.2.0
7132026-05-14T03:43:06.402Z Downloaded hyper-tls v0.6.0
7142026-05-14T03:43:06.402Z Downloaded document-features v0.2.12
7152026-05-14T03:43:06.402Z Downloaded async-stream v0.3.6
7162026-05-14T03:43:06.402Z Downloaded aes-gcm v0.10.3
7172026-05-14T03:43:06.402Z Downloaded crc32fast v1.5.0
7182026-05-14T03:43:06.403Z Downloaded ident_case v1.0.1
7192026-05-14T03:43:06.403Z Downloaded gethostname v0.5.0
7202026-05-14T03:43:06.403Z Downloaded diesel-dtrace v0.5.0
7212026-05-14T03:43:06.403Z Downloaded array-init v0.0.4
7222026-05-14T03:43:06.403Z Downloaded group v0.13.0
7232026-05-14T03:43:06.403Z Downloaded instant v0.1.13
7242026-05-14T03:43:06.403Z Downloaded is_ci v1.2.0
7252026-05-14T03:43:06.403Z Downloaded async-bb8-diesel v0.2.1
7262026-05-14T03:43:06.403Z Downloaded inout v0.1.4
7272026-05-14T03:43:06.403Z Downloaded globset v0.4.18
7282026-05-14T03:43:06.403Z Downloaded ecdsa v0.16.9
7292026-05-14T03:43:06.403Z Downloaded darling v0.21.3
7302026-05-14T03:43:06.403Z Downloaded internet-checksum v0.2.1
7312026-05-14T03:43:06.406Z Downloaded ff v0.13.1
7322026-05-14T03:43:06.406Z Downloaded colored v2.2.0
7332026-05-14T03:43:06.406Z Downloaded instability v0.3.11
7342026-05-14T03:43:06.406Z Downloaded diff v0.1.13
7352026-05-14T03:43:06.406Z Downloaded is-terminal v0.4.17
7362026-05-14T03:43:06.406Z Downloaded des v0.8.1
7372026-05-14T03:43:06.406Z Downloaded derive_builder v0.20.2
7382026-05-14T03:43:06.406Z Downloaded fs_extra v1.3.0
7392026-05-14T03:43:06.407Z Downloaded fs-err v2.11.0
7402026-05-14T03:43:06.407Z Downloaded libscf-sys v1.1.0
7412026-05-14T03:43:06.407Z Downloaded console v0.15.11
7422026-05-14T03:43:06.407Z Downloaded cookie_store v0.22.1
7432026-05-14T03:43:06.407Z Downloaded futures-executor v0.3.32
7442026-05-14T03:43:06.407Z Downloaded humantime v2.3.0
7452026-05-14T03:43:06.407Z Downloaded http-body-util v0.1.3
7462026-05-14T03:43:06.407Z Downloaded lalrpop-util v0.19.12
7472026-05-14T03:43:06.407Z Downloaded ena v0.14.4
7482026-05-14T03:43:06.407Z Downloaded kstat-rs v0.2.4
7492026-05-14T03:43:06.407Z Downloaded derive-where v1.6.0
7502026-05-14T03:43:06.418Z Downloaded cookie v0.18.1
7512026-05-14T03:43:06.418Z Downloaded const-oid v0.9.6
7522026-05-14T03:43:06.418Z Downloaded cargo_metadata v0.19.2
7532026-05-14T03:43:06.418Z Downloaded lru-slab v0.1.2
7542026-05-14T03:43:06.418Z Downloaded lru v0.12.5
7552026-05-14T03:43:06.419Z Downloaded match_cfg v0.1.0
7562026-05-14T03:43:06.419Z Downloaded maplit v1.0.2
7572026-05-14T03:43:06.419Z Downloaded indoc v1.0.9
7582026-05-14T03:43:06.419Z Downloaded mime v0.3.17
7592026-05-14T03:43:06.419Z Downloaded maybe-uninit v2.0.0
7602026-05-14T03:43:06.419Z Downloaded ingot v0.1.1
7612026-05-14T03:43:06.419Z Downloaded drift v0.1.4
7622026-05-14T03:43:06.419Z Downloaded md5 v0.7.0
7632026-05-14T03:43:06.419Z Downloaded glob v0.3.3
7642026-05-14T03:43:06.419Z Downloaded getrandom v0.2.17
7652026-05-14T03:43:06.419Z Downloaded ipnet v2.11.0
7662026-05-14T03:43:06.419Z Downloaded keccak v0.1.6
7672026-05-14T03:43:06.419Z Downloaded half v1.8.3
7682026-05-14T03:43:06.419Z Downloaded jobserver v0.1.34
7692026-05-14T03:43:06.419Z Downloaded highway v1.3.0
7702026-05-14T03:43:06.419Z Downloaded git-stub-vcs v0.1.0
7712026-05-14T03:43:06.419Z Downloaded ipnetwork v0.21.1
7722026-05-14T03:43:06.448Z Downloaded chacha20 v0.10.0
7732026-05-14T03:43:06.448Z Downloaded nodrop v0.1.14
7742026-05-14T03:43:06.448Z Downloaded newline-converter v0.3.0
7752026-05-14T03:43:06.448Z Downloaded new_debug_unreachable v1.0.6
7762026-05-14T03:43:06.448Z Downloaded ingot-types v0.1.2
7772026-05-14T03:43:06.448Z Downloaded console v0.16.2
7782026-05-14T03:43:06.448Z Downloaded futures-channel v0.3.32
7792026-05-14T03:43:06.448Z Downloaded nibble_vec v0.1.0
7802026-05-14T03:43:06.449Z Downloaded num-iter v0.1.45
7812026-05-14T03:43:06.449Z Downloaded newtype-uuid-macros v0.1.0
7822026-05-14T03:43:06.470Z Downloaded md-5 v0.10.6
7832026-05-14T03:43:06.470Z Downloaded impl-trait-for-tuples v0.2.3
7842026-05-14T03:43:06.470Z Downloaded der v0.7.10
7852026-05-14T03:43:06.470Z Downloaded fatfs v0.3.6
7862026-05-14T03:43:06.470Z Downloaded elliptic-curve v0.13.8
7872026-05-14T03:43:06.470Z Downloaded derive_more v0.99.20
7882026-05-14T03:43:06.470Z Downloaded num-derive v0.4.2
7892026-05-14T03:43:06.470Z Downloaded num-conv v0.2.0
7902026-05-14T03:43:06.471Z Downloaded nonempty v0.12.0
7912026-05-14T03:43:06.471Z Downloaded newtype_derive v0.1.6
7922026-05-14T03:43:06.471Z Downloaded darling_core v0.21.3
7932026-05-14T03:43:06.471Z Downloaded num-derive v0.3.3
7942026-05-14T03:43:06.471Z Downloaded hyper-rustls v0.27.7
7952026-05-14T03:43:06.471Z Downloaded httparse v1.10.1
7962026-05-14T03:43:06.471Z Downloaded libsw v3.5.0
7972026-05-14T03:43:06.471Z Downloaded normalize-line-endings v0.3.0
7982026-05-14T03:43:06.471Z Downloaded libloading v0.8.9
7992026-05-14T03:43:06.471Z Downloaded num_threads v0.1.7
8002026-05-14T03:43:06.471Z Downloaded iana-time-zone v0.1.65
8012026-05-14T03:43:06.487Z Downloaded openssl-probe v0.1.6
8022026-05-14T03:43:06.487Z Downloaded olpc-cjson v0.1.4
8032026-05-14T03:43:06.487Z Downloaded linear-map v1.2.0
8042026-05-14T03:43:06.487Z Downloaded aes v0.8.4
8052026-05-14T03:43:06.487Z Downloaded openssl-probe v0.2.1
8062026-05-14T03:43:06.487Z Downloaded openssl-macros v0.1.1
8072026-05-14T03:43:06.487Z Downloaded futures v0.3.32
8082026-05-14T03:43:06.487Z Downloaded opaque-debug v0.3.1
8092026-05-14T03:43:06.487Z Downloaded oso-derive v0.27.3
8102026-05-14T03:43:06.487Z Downloaded ingot-macros v0.1.1
8112026-05-14T03:43:06.487Z Downloaded getrandom v0.3.4
8122026-05-14T03:43:06.487Z Downloaded async-compression v0.4.41
8132026-05-14T03:43:06.488Z Downloaded nanorand v0.7.0
8142026-05-14T03:43:06.488Z Downloaded compact_str v0.8.1
8152026-05-14T03:43:06.488Z Downloaded multer v3.1.0
8162026-05-14T03:43:06.488Z Downloaded num-complex v0.4.6
8172026-05-14T03:43:06.488Z Downloaded packed_struct_codegen v0.10.1
8182026-05-14T03:43:06.488Z Downloaded bytes v1.11.1
8192026-05-14T03:43:06.508Z Downloaded parse-size v1.1.0
8202026-05-14T03:43:06.508Z Downloaded mime_guess v2.0.5
8212026-05-14T03:43:06.508Z Downloaded const_format v0.2.35
8222026-05-14T03:43:06.508Z Downloaded pbkdf2 v0.11.0
8232026-05-14T03:43:06.508Z Downloaded multimap v0.10.1
8242026-05-14T03:43:06.508Z Downloaded num_enum_derive v0.5.11
8252026-05-14T03:43:06.509Z Downloaded linked-hash-map v0.5.6
8262026-05-14T03:43:06.509Z Downloaded lazy_static v1.5.0
8272026-05-14T03:43:06.509Z Downloaded hyper-staticfile v0.10.1
8282026-05-14T03:43:06.509Z Downloaded parse-display v0.10.0
8292026-05-14T03:43:06.509Z Downloaded hmac v0.12.1
8302026-05-14T03:43:06.519Z Downloaded dropshot_endpoint v0.17.0
8312026-05-14T03:43:06.519Z Downloaded darling_core v0.23.0
8322026-05-14T03:43:06.519Z Downloaded path-slash v0.1.5
8332026-05-14T03:43:06.519Z Downloaded native-tls v0.2.18
8342026-05-14T03:43:06.520Z Downloaded chacha20poly1305 v0.10.1
8352026-05-14T03:43:06.520Z Downloaded dropshot_endpoint v0.16.7
8362026-05-14T03:43:06.520Z Downloaded indoc v2.0.7
8372026-05-14T03:43:06.520Z Downloaded peg-runtime v0.8.5
8382026-05-14T03:43:06.539Z Downloaded pin-utils v0.1.0
8392026-05-14T03:43:06.539Z Downloaded crossbeam-channel v0.5.15
8402026-05-14T03:43:06.539Z Downloaded phf_shared v0.13.1
8412026-05-14T03:43:06.539Z Downloaded phf_shared v0.12.1
8422026-05-14T03:43:06.539Z Downloaded phf_shared v0.11.3
8432026-05-14T03:43:06.540Z Downloaded pbkdf2 v0.12.2
8442026-05-14T03:43:06.541Z Downloaded num_enum_derive v0.7.5
8452026-05-14T03:43:06.566Z Downloaded precomputed-hash v0.1.1
8462026-05-14T03:43:06.566Z Downloaded powerfmt v0.2.0
8472026-05-14T03:43:06.566Z Downloaded memoffset v0.9.1
8482026-05-14T03:43:06.566Z Downloaded indexmap v1.9.3
8492026-05-14T03:43:06.566Z Downloaded num_enum v0.7.5
8502026-05-14T03:43:06.566Z Downloaded num-rational v0.4.2
8512026-05-14T03:43:06.567Z Downloaded predicates-tree v1.0.13
8522026-05-14T03:43:06.572Z Downloaded newtype-uuid v1.3.2
8532026-05-14T03:43:06.572Z Downloaded litrs v1.0.0
8542026-05-14T03:43:06.573Z Downloaded base64 v0.22.1
8552026-05-14T03:43:06.573Z Downloaded memmap2 v0.9.10
8562026-05-14T03:43:06.573Z Downloaded base64 v0.21.7
8572026-05-14T03:43:06.599Z Downloaded cc v1.2.56
8582026-05-14T03:43:06.599Z Downloaded ignore v0.4.25
8592026-05-14T03:43:06.599Z Downloaded packed_struct v0.10.1
8602026-05-14T03:43:06.599Z Downloaded predicates-core v1.0.10
8612026-05-14T03:43:06.599Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-05-14T03:43:06.599Z Downloaded paste v1.0.15
8632026-05-14T03:43:06.599Z Downloaded oxide-tokio-rt v0.1.4
8642026-05-14T03:43:06.599Z Downloaded num v0.4.3
8652026-05-14T03:43:06.599Z Downloaded progenitor-client v0.11.2
8662026-05-14T03:43:06.599Z Downloaded owo-colors v4.3.0
8672026-05-14T03:43:06.599Z Downloaded oxnet v0.1.4
8682026-05-14T03:43:06.600Z Downloaded libbz2-rs-sys v0.2.2
8692026-05-14T03:43:06.600Z Downloaded flume v0.11.1
8702026-05-14T03:43:06.600Z Downloaded proc-macro-crate v3.4.0
8712026-05-14T03:43:06.600Z Downloaded progenitor-client v0.10.0
8722026-05-14T03:43:06.600Z Downloaded parse-display-derive v0.10.0
8732026-05-14T03:43:06.600Z Downloaded libefi-sys v0.1.0
8742026-05-14T03:43:06.600Z Downloaded ar_archive_writer v0.5.1
8752026-05-14T03:43:06.600Z Downloaded flate2 v1.1.9
8762026-05-14T03:43:06.600Z Downloaded pem-rfc7468 v0.7.0
8772026-05-14T03:43:06.600Z Downloaded proc-macro-crate v1.3.1
8782026-05-14T03:43:06.600Z Downloaded arc-swap v1.8.2
8792026-05-14T03:43:06.600Z Downloaded progenitor-client v0.14.0
8802026-05-14T03:43:06.600Z Downloaded progenitor-macro v0.13.0
8812026-05-14T03:43:06.600Z Downloaded progenitor-macro v0.14.0
8822026-05-14T03:43:06.600Z Downloaded progenitor-macro v0.11.2
8832026-05-14T03:43:06.600Z Downloaded half v2.7.1
8842026-05-14T03:43:06.600Z Downloaded psl-types v2.0.11
8852026-05-14T03:43:06.600Z Downloaded progenitor-macro v0.10.0
8862026-05-14T03:43:06.600Z Downloaded num_enum v0.5.11
8872026-05-14T03:43:06.618Z Downloaded quick-error v1.2.3
8882026-05-14T03:43:06.618Z Downloaded ppv-lite86 v0.2.21
8892026-05-14T03:43:06.619Z Downloaded polyval v0.6.2
8902026-05-14T03:43:06.619Z Downloaded poly1305 v0.8.0
8912026-05-14T03:43:06.619Z Downloaded pkcs8 v0.10.2
8922026-05-14T03:43:06.619Z Downloaded radium v0.7.0
8932026-05-14T03:43:06.619Z Downloaded phf v0.12.1
8942026-05-14T03:43:06.619Z Downloaded pin-project-lite v0.2.17
8952026-05-14T03:43:06.619Z Downloaded omicron-zone-package v0.12.2
8962026-05-14T03:43:06.619Z Downloaded pin-project-internal v1.1.11
8972026-05-14T03:43:06.619Z Downloaded predicates v3.1.4
8982026-05-14T03:43:06.619Z Downloaded indicatif v0.18.4
8992026-05-14T03:43:06.619Z Downloaded ed25519-dalek v2.2.0
9002026-05-14T03:43:06.619Z Downloaded hickory-resolver v0.25.2
9012026-05-14T03:43:06.642Z Downloaded rand_chacha v0.3.1
9022026-05-14T03:43:06.642Z Downloaded heapless v0.7.17
9032026-05-14T03:43:06.642Z Downloaded pkg-config v0.3.32
9042026-05-14T03:43:06.643Z Downloaded derive_more v2.1.1
9052026-05-14T03:43:06.643Z Downloaded rand_xorshift v0.4.0
9062026-05-14T03:43:06.643Z Downloaded primeorder v0.13.6
9072026-05-14T03:43:06.643Z Downloaded postgres-protocol v0.6.10
9082026-05-14T03:43:06.643Z Downloaded progenitor v0.11.2
9092026-05-14T03:43:06.643Z Downloaded crossterm v0.28.1
9102026-05-14T03:43:06.643Z Downloaded hickory-resolver v0.24.4
9112026-05-14T03:43:06.658Z Downloaded expectorate v1.2.0
9122026-05-14T03:43:06.659Z Downloaded password-hash v0.4.2
9132026-05-14T03:43:06.659Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-14T03:43:06.659Z Downloaded parking_lot v0.12.5
9152026-05-14T03:43:06.659Z Downloaded ref-cast-impl v1.0.25
9162026-05-14T03:43:06.660Z Downloaded ref-cast v1.0.25
9172026-05-14T03:43:06.660Z Downloaded recursive v0.1.1
9182026-05-14T03:43:06.660Z Downloaded progenitor v0.14.0
9192026-05-14T03:43:06.660Z Downloaded rfc6979 v0.4.0
9202026-05-14T03:43:06.661Z Downloaded progenitor v0.13.0
9212026-05-14T03:43:06.661Z Downloaded progenitor-client v0.13.0
9222026-05-14T03:43:06.661Z Downloaded bumpalo v3.20.2
9232026-05-14T03:43:06.661Z Downloaded pem v3.0.6
9242026-05-14T03:43:06.661Z Downloaded peg-macros v0.8.5
9252026-05-14T03:43:06.661Z Downloaded psm v0.1.30
9262026-05-14T03:43:06.661Z Downloaded pkcs5 v0.7.1
9272026-05-14T03:43:06.661Z Downloaded progenitor-extras v0.2.0
9282026-05-14T03:43:06.661Z Downloaded progenitor v0.10.0
9292026-05-14T03:43:06.692Z Downloaded phf v0.13.1
9302026-05-14T03:43:06.692Z Downloaded parking_lot v0.11.2
9312026-05-14T03:43:06.692Z Downloaded r2d2 v0.8.10
9322026-05-14T03:43:06.692Z Downloaded heapless v0.8.0
9332026-05-14T03:43:06.692Z Downloaded rustc_version v0.1.7
9342026-05-14T03:43:06.692Z Downloaded rustc-hash v2.1.1
9352026-05-14T03:43:06.692Z Downloaded headers v0.4.1
9362026-05-14T03:43:06.692Z Downloaded proc-macro-error2 v2.0.1
9372026-05-14T03:43:06.692Z Downloaded peg v0.8.5
9382026-05-14T03:43:06.692Z Downloaded rtoolbox v0.0.3
9392026-05-14T03:43:06.692Z Downloaded rand_core v0.9.5
9402026-05-14T03:43:06.692Z Downloaded russh-cryptovec v0.7.3
9412026-05-14T03:43:06.693Z Downloaded diesel_derives v2.3.7
9422026-05-14T03:43:06.705Z Downloaded rand_chacha v0.9.0
9432026-05-14T03:43:06.706Z Downloaded pkcs1 v0.7.5
9442026-05-14T03:43:06.706Z Downloaded p256 v0.13.2
9452026-05-14T03:43:06.706Z Downloaded num-integer v0.1.46
9462026-05-14T03:43:06.706Z Downloaded nu-ansi-term v0.50.3
9472026-05-14T03:43:06.706Z Downloaded papergrid v0.17.0
9482026-05-14T03:43:06.706Z Downloaded lock_api v0.4.14
9492026-05-14T03:43:06.706Z Downloaded libsw-core v0.3.2
9502026-05-14T03:43:06.706Z Downloaded crc-any v2.5.0
9512026-05-14T03:43:06.706Z Downloaded managed v0.8.0
9522026-05-14T03:43:06.706Z Downloaded salsa20 v0.10.2
9532026-05-14T03:43:06.706Z Downloaded lzss v0.8.2
9542026-05-14T03:43:06.706Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-14T03:43:06.707Z Downloaded lru-cache v0.1.2
9562026-05-14T03:43:06.707Z Downloaded same-file v1.0.6
9572026-05-14T03:43:06.707Z Downloaded scrypt v0.11.0
9582026-05-14T03:43:06.707Z Downloaded rand_seeder v0.4.0
9592026-05-14T03:43:06.707Z Downloaded scroll_derive v0.13.1
9602026-05-14T03:43:06.707Z Downloaded rand_core v0.10.0
9612026-05-14T03:43:06.707Z Downloaded rand_core v0.6.4
9622026-05-14T03:43:06.707Z Downloaded password-hash v0.5.0
9632026-05-14T03:43:06.707Z Downloaded derive_more-impl v2.1.1
9642026-05-14T03:43:06.741Z Downloaded oso v0.27.3
9652026-05-14T03:43:06.741Z Downloaded miniz_oxide v0.8.9
9662026-05-14T03:43:06.741Z Downloaded dropshot-api-manager v0.7.1
9672026-05-14T03:43:06.741Z Downloaded sapling-renderdag v0.1.0
9682026-05-14T03:43:06.741Z Downloaded parking_lot_core v0.9.12
9692026-05-14T03:43:06.741Z Downloaded parking_lot_core v0.8.6
9702026-05-14T03:43:06.741Z Downloaded secrecy v0.10.3
9712026-05-14T03:43:06.741Z Downloaded scopeguard v1.2.0
9722026-05-14T03:43:06.741Z Downloaded secrecy v0.8.0
9732026-05-14T03:43:06.741Z Downloaded semver v0.1.20
9742026-05-14T03:43:06.778Z Downloaded postgres-types v0.2.12
9752026-05-14T03:43:06.778Z Downloaded rustc_version v0.4.1
9762026-05-14T03:43:06.778Z Downloaded resolv-conf v0.7.6
9772026-05-14T03:43:06.778Z Downloaded seq-macro v0.3.6
9782026-05-14T03:43:06.778Z Downloaded serde-big-array v0.5.1
9792026-05-14T03:43:06.778Z Downloaded serde_plain v1.0.2
9802026-05-14T03:43:06.778Z Downloaded rustls-pemfile v2.2.0
9812026-05-14T03:43:06.778Z Downloaded serde_urlencoded v0.7.1
9822026-05-14T03:43:06.778Z Downloaded sha1 v0.10.6
9832026-05-14T03:43:06.779Z Downloaded shell-words v1.1.1
9842026-05-14T03:43:06.779Z Downloaded serde_spanned v1.0.4
9852026-05-14T03:43:06.779Z Downloaded serde_repr v0.1.20
9862026-05-14T03:43:06.779Z Downloaded serde_bytes v0.11.19
9872026-05-14T03:43:06.779Z Downloaded rustls-native-certs v0.8.3
9882026-05-14T03:43:06.779Z Downloaded jiff-static v0.2.21
9892026-05-14T03:43:06.779Z Downloaded hashbrown v0.12.3
9902026-05-14T03:43:06.779Z Downloaded signature v2.2.0
9912026-05-14T03:43:06.779Z Downloaded signal-hook-mio v0.2.5
9922026-05-14T03:43:06.779Z Downloaded quinn-udp v0.5.14
9932026-05-14T03:43:06.779Z Downloaded aho-corasick v1.1.4
9942026-05-14T03:43:06.779Z Downloaded rusty-fork v0.3.1
9952026-05-14T03:43:06.779Z Downloaded rustversion v1.0.22
9962026-05-14T03:43:06.800Z Downloaded siphasher v1.0.2
9972026-05-14T03:43:06.800Z Downloaded rustls-pemfile v1.0.4
9982026-05-14T03:43:06.800Z Downloaded signal-hook-tokio v0.3.1
9992026-05-14T03:43:06.801Z Downloaded scroll v0.13.0
10002026-05-14T03:43:06.801Z Downloaded slog-envlogger v2.2.0
10012026-05-14T03:43:06.801Z Downloaded prefix-trie v0.7.0
10022026-05-14T03:43:06.801Z Downloaded openssl-sys v0.9.115
10032026-05-14T03:43:06.801Z Downloaded hashbrown v0.13.2
10042026-05-14T03:43:06.801Z Downloaded schemars_derive v0.8.22
10052026-05-14T03:43:06.801Z Downloaded progenitor-impl v0.13.0
10062026-05-14T03:43:06.801Z Downloaded progenitor-impl v0.11.2
10072026-05-14T03:43:06.818Z Downloaded sct v0.7.1
10082026-05-14T03:43:06.818Z Downloaded http v1.4.0
10092026-05-14T03:43:06.818Z Downloaded progenitor-impl v0.10.0
10102026-05-14T03:43:06.819Z Downloaded ssh-encoding v0.2.0
10112026-05-14T03:43:06.819Z Downloaded ssh-cipher v0.2.0
10122026-05-14T03:43:06.819Z Downloaded serde_derive_internals v0.29.1
10132026-05-14T03:43:06.819Z Downloaded serde-hex v0.1.0
10142026-05-14T03:43:06.819Z Downloaded hickory-server v0.25.2
10152026-05-14T03:43:06.819Z Downloaded strum v0.27.2
10162026-05-14T03:43:06.829Z Downloaded rustls-pki-types v1.14.0
10172026-05-14T03:43:06.829Z Downloaded russh-keys v0.45.0
10182026-05-14T03:43:06.829Z Downloaded shlex v1.3.0
10192026-05-14T03:43:06.829Z Downloaded strum v0.26.3
10202026-05-14T03:43:06.829Z Downloaded prettyplease v0.2.37
10212026-05-14T03:43:06.829Z Downloaded structmeta-derive v0.3.0
10222026-05-14T03:43:06.830Z Downloaded pin-project v1.1.11
10232026-05-14T03:43:06.850Z Downloaded rcgen v0.12.1
10242026-05-14T03:43:06.850Z Downloaded slog-bunyan v2.5.0
10252026-05-14T03:43:06.850Z Downloaded slog-async v2.8.0
10262026-05-14T03:43:06.850Z Downloaded slab v0.4.12
10272026-05-14T03:43:06.850Z Downloaded tabled_derive v0.11.0
10282026-05-14T03:43:06.850Z Downloaded structmeta v0.3.0
10292026-05-14T03:43:06.858Z Downloaded tagptr v0.2.0
10302026-05-14T03:43:06.858Z Downloaded crossterm v0.29.0
10312026-05-14T03:43:06.862Z Downloaded sync_wrapper v1.0.2
10322026-05-14T03:43:06.862Z Downloaded slog-dtrace v0.3.0
10332026-05-14T03:43:06.862Z Downloaded subtle v2.6.1
10342026-05-14T03:43:06.862Z Downloaded slog-json v2.6.1
10352026-05-14T03:43:06.862Z Downloaded simd-adler32 v0.3.8
10362026-05-14T03:43:06.895Z Downloaded pretty_assertions v1.4.1
10372026-05-14T03:43:06.895Z Downloaded slog-term v2.9.2
10382026-05-14T03:43:06.896Z Downloaded postcard v1.1.3
10392026-05-14T03:43:06.896Z Downloaded sync-ptr v0.1.4
10402026-05-14T03:43:06.897Z Downloaded supports-color v3.0.2
10412026-05-14T03:43:06.897Z Downloaded tap v1.0.1
10422026-05-14T03:43:06.897Z Downloaded take_mut v0.2.2
10432026-05-14T03:43:06.897Z Downloaded minimal-lexical v0.2.1
10442026-05-14T03:43:06.897Z Downloaded slog-stdlog v4.1.1
10452026-05-14T03:43:06.897Z Downloaded smf v0.2.3
10462026-05-14T03:43:06.897Z Downloaded testing_table v0.3.0
10472026-05-14T03:43:06.897Z Downloaded tabwriter v1.4.1
10482026-05-14T03:43:06.897Z Downloaded termtree v0.5.1
10492026-05-14T03:43:06.897Z Downloaded thiserror-impl-no-std v2.0.2
10502026-05-14T03:43:06.897Z Downloaded snafu-derive v0.8.9
10512026-05-14T03:43:06.898Z Downloaded smallvec v0.6.14
10522026-05-14T03:43:06.898Z Downloaded sec1 v0.7.3
10532026-05-14T03:43:06.898Z Downloaded sigpipe v0.1.3
10542026-05-14T03:43:06.898Z Downloaded progenitor-impl v0.14.0
10552026-05-14T03:43:06.898Z Downloaded signal-hook-registry v1.4.8
10562026-05-14T03:43:06.898Z Downloaded sqlparser_derive v0.5.0
10572026-05-14T03:43:06.898Z Downloaded spki v0.7.3
10582026-05-14T03:43:06.898Z Downloaded ron v0.8.1
10592026-05-14T03:43:06.898Z Downloaded tinyvec_macros v0.1.1
10602026-05-14T03:43:06.898Z Downloaded itertools v0.10.5
10612026-05-14T03:43:06.898Z Downloaded blake3 v1.8.3
10622026-05-14T03:43:06.898Z Downloaded sqlformat v0.3.5
10632026-05-14T03:43:06.899Z Downloaded thread-id v5.1.0
10642026-05-14T03:43:06.899Z Downloaded stringprep v0.1.5
10652026-05-14T03:43:06.899Z Downloaded time-core v0.1.8
10662026-05-14T03:43:06.899Z Downloaded static_assertions v1.1.0
10672026-05-14T03:43:06.914Z Downloaded serde_with_macros v3.17.0
10682026-05-14T03:43:06.914Z Downloaded hashbrown v0.16.1
10692026-05-14T03:43:06.914Z Downloaded strum_macros v0.24.3
10702026-05-14T03:43:06.914Z Downloaded stacker v0.1.23
10712026-05-14T03:43:06.914Z Downloaded serde_path_to_error v0.1.20
10722026-05-14T03:43:06.915Z Downloaded rayon-core v1.13.0
10732026-05-14T03:43:06.915Z Downloaded ryu v1.0.23
10742026-05-14T03:43:06.915Z Downloaded strip-ansi-escapes v0.2.1
10752026-05-14T03:43:06.915Z Downloaded rustls-platform-verifier v0.6.2
10762026-05-14T03:43:06.915Z Downloaded strum_macros v0.27.2
10772026-05-14T03:43:06.924Z Downloaded hyper-util v0.1.20
10782026-05-14T03:43:06.924Z Downloaded hashbrown v0.15.5
10792026-05-14T03:43:06.924Z Downloaded tokio-macros v2.7.0
10802026-05-14T03:43:06.924Z Downloaded schemars v0.8.22
10812026-05-14T03:43:06.937Z Downloaded termios v0.3.3
10822026-05-14T03:43:06.937Z Downloaded slog-scope v4.4.1
10832026-05-14T03:43:06.937Z Downloaded support-bundle-viewer v0.1.2
10842026-05-14T03:43:06.937Z Downloaded thiserror-no-std v2.0.2
10852026-05-14T03:43:06.945Z Downloaded mio v1.2.0
10862026-05-14T03:43:06.945Z Downloaded num-bigint v0.4.6
10872026-05-14T03:43:06.945Z Downloaded spin v0.9.8
10882026-05-14T03:43:06.946Z Downloaded iddqd v0.3.18
10892026-05-14T03:43:06.958Z Downloaded time-macros v0.2.27
10902026-05-14T03:43:06.958Z Downloaded serde_cbor v0.11.2
10912026-05-14T03:43:06.958Z Downloaded libxml v0.3.3
10922026-05-14T03:43:06.958Z Downloaded try-lock v0.2.5
10932026-05-14T03:43:06.958Z Downloaded topological-sort v0.2.2
10942026-05-14T03:43:06.978Z Downloaded typify-macro v0.4.3
10952026-05-14T03:43:06.978Z Downloaded trait-variant v0.1.2
10962026-05-14T03:43:06.978Z Downloaded tower-service v0.3.3
10972026-05-14T03:43:06.978Z Downloaded tiny-keccak v2.0.2
10982026-05-14T03:43:06.978Z Downloaded strum_macros v0.26.4
10992026-05-14T03:43:06.978Z Downloaded tower-layer v0.3.3
11002026-05-14T03:43:06.978Z Downloaded string_cache v0.8.9
11012026-05-14T03:43:06.978Z Downloaded serde_yaml v0.9.34+deprecated
11022026-05-14T03:43:06.978Z Downloaded qorb v0.4.1
11032026-05-14T03:43:06.978Z Downloaded nom v7.1.3
11042026-05-14T03:43:06.991Z Downloaded rand v0.8.6
11052026-05-14T03:43:06.993Z Downloaded quinn v0.11.9
11062026-05-14T03:43:06.994Z Downloaded tokio-dtrace v0.1.1
11072026-05-14T03:43:06.994Z Downloaded tls_codec_derive v0.4.2
11082026-05-14T03:43:06.995Z Downloaded tls_codec v0.4.2
11092026-05-14T03:43:06.995Z Downloaded typify-macro v0.6.2
11102026-05-14T03:43:06.995Z Downloaded slog v2.8.2
11112026-05-14T03:43:06.995Z Downloaded unarray v0.1.4
11122026-05-14T03:43:06.995Z Downloaded similar v2.7.0
11132026-05-14T03:43:06.995Z Downloaded unicode-truncate v1.1.0
11142026-05-14T03:43:06.995Z Downloaded tokio-native-tls v0.3.1
11152026-05-14T03:43:07.008Z Downloaded num-bigint-dig v0.8.6
11162026-05-14T03:43:07.008Z Downloaded universal-hash v0.5.1
11172026-05-14T03:43:07.008Z Downloaded untrusted v0.7.1
11182026-05-14T03:43:07.009Z Downloaded unit-prefix v0.5.2
11192026-05-14T03:43:07.009Z Downloaded schemars v0.9.0
11202026-05-14T03:43:07.015Z Downloaded usdt-attr-macro v0.6.0
11212026-05-14T03:43:07.015Z Downloaded untrusted v0.9.0
11222026-05-14T03:43:07.015Z Downloaded tokio-tungstenite v0.23.1
11232026-05-14T03:43:07.016Z Downloaded utf-8 v0.7.6
11242026-05-14T03:43:07.016Z Downloaded tokio-tungstenite v0.21.0
11252026-05-14T03:43:07.016Z Downloaded usdt-macro v0.6.0
11262026-05-14T03:43:07.016Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-05-14T03:43:07.016Z Downloaded thread_local v1.1.9
11282026-05-14T03:43:07.016Z Downloaded term v0.7.0
11292026-05-14T03:43:07.017Z Downloaded void v1.0.2
11302026-05-14T03:43:07.017Z Downloaded socket2 v0.5.10
11312026-05-14T03:43:07.017Z Downloaded waitgroup v0.1.2
11322026-05-14T03:43:07.017Z Downloaded socket2 v0.6.3
11332026-05-14T03:43:07.026Z Downloaded publicsuffix v2.3.0
11342026-05-14T03:43:07.026Z Downloaded wait-timeout v0.2.1
11352026-05-14T03:43:07.026Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-05-14T03:43:07.028Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-05-14T03:43:07.028Z Downloaded itertools v0.12.1
11382026-05-14T03:43:07.039Z Downloaded signal-hook v0.3.18
11392026-05-14T03:43:07.039Z Downloaded tui-tree-widget v0.23.1
11402026-05-14T03:43:07.039Z Downloaded want v0.3.1
11412026-05-14T03:43:07.039Z Downloaded h2 v0.4.13
11422026-05-14T03:43:07.039Z Downloaded itertools v0.13.0
11432026-05-14T03:43:07.048Z Downloaded samael v0.0.19
11442026-05-14T03:43:07.048Z Downloaded futures-util v0.3.32
11452026-05-14T03:43:07.054Z Downloaded usdt v0.6.0
11462026-05-14T03:43:07.054Z Downloaded tokio-rustls v0.26.4
11472026-05-14T03:43:07.054Z Downloaded xattr v1.6.1
11482026-05-14T03:43:07.054Z Downloaded xshell-macros v0.2.7
11492026-05-14T03:43:07.054Z Downloaded unicase v2.9.0
11502026-05-14T03:43:07.054Z Downloaded tokio-rustls v0.24.1
11512026-05-14T03:43:07.054Z Downloaded rustls-webpki v0.103.9
11522026-05-14T03:43:07.089Z Downloaded zeroize_derive v1.4.3
11532026-05-14T03:43:07.089Z Downloaded tokio-stream v0.1.18
11542026-05-14T03:43:07.089Z Downloaded zone v0.3.1
11552026-05-14T03:43:07.099Z Downloaded zone_cfg_derive v0.3.1
11562026-05-14T03:43:07.100Z Downloaded tokio-rustls v0.25.0
11572026-05-14T03:43:07.100Z Downloaded term v1.2.1
11582026-05-14T03:43:07.100Z Downloaded iri-string v0.7.10
11592026-05-14T03:43:07.100Z Downloaded vergen-git2 v1.0.7
11602026-05-14T03:43:07.100Z Downloaded test-strategy v0.4.5
11612026-05-14T03:43:07.100Z Downloaded vergen-lib v0.1.6
11622026-05-14T03:43:07.100Z Downloaded vergen-gitcl v1.0.8
11632026-05-14T03:43:07.100Z Downloaded hyper v1.8.1
11642026-05-14T03:43:07.100Z Downloaded vsss-rs v3.3.4
11652026-05-14T03:43:07.100Z Downloaded uzers v0.12.2
11662026-05-14T03:43:07.101Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-05-14T03:43:07.101Z Downloaded tracing-attributes v0.1.31
11682026-05-14T03:43:07.101Z Downloaded rsa v0.9.10
11692026-05-14T03:43:07.110Z Downloaded rand v0.9.2
11702026-05-14T03:43:07.110Z Downloaded libm v0.2.16
11712026-05-14T03:43:07.110Z Downloaded whoami v2.1.0
11722026-05-14T03:43:07.110Z Downloaded whoami v1.6.1
11732026-05-14T03:43:07.110Z Downloaded subprocess v0.2.15
11742026-05-14T03:43:07.116Z Downloaded walkdir v2.5.0
11752026-05-14T03:43:07.116Z Downloaded twox-hash v2.1.2
11762026-05-14T03:43:07.116Z Downloaded tinyvec v1.10.0
11772026-05-14T03:43:07.116Z Downloaded p521 v0.13.3
11782026-05-14T03:43:07.124Z Downloaded xshell v0.2.7
11792026-05-14T03:43:07.125Z Downloaded unicode-properties v0.1.4
11802026-05-14T03:43:07.125Z Downloaded schemars v1.2.1
11812026-05-14T03:43:07.132Z Downloaded rand v0.10.0
11822026-05-14T03:43:07.141Z Downloaded zeroize v1.8.2
11832026-05-14T03:43:07.141Z Downloaded snafu v0.8.9
11842026-05-14T03:43:07.141Z Downloaded tar v0.4.45
11852026-05-14T03:43:07.160Z Downloaded itertools v0.14.0
11862026-05-14T03:43:07.160Z Downloaded usdt-impl v0.6.0
11872026-05-14T03:43:07.160Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-14T03:43:07.181Z Downloaded toml v0.9.12+spec-1.1.0
11892026-05-14T03:43:07.181Z Downloaded zstd v0.13.3
11902026-05-14T03:43:07.181Z Downloaded curve25519-dalek v4.1.3
11912026-05-14T03:43:07.181Z Downloaded zstd-safe v7.2.4
11922026-05-14T03:43:07.181Z Downloaded tracing-core v0.1.36
11932026-05-14T03:43:07.182Z Downloaded tungstenite v0.21.0
11942026-05-14T03:43:07.182Z Downloaded russh v0.45.0
11952026-05-14T03:43:07.182Z Downloaded wyz v0.5.1
11962026-05-14T03:43:07.182Z Downloaded tungstenite v0.23.0
11972026-05-14T03:43:07.182Z Downloaded steno v0.4.1
11982026-05-14T03:43:07.193Z Downloaded toml v0.7.8
11992026-05-14T03:43:07.193Z Downloaded unicode-bidi v0.3.18
12002026-05-14T03:43:07.193Z Downloaded typify v0.6.2
12012026-05-14T03:43:07.193Z Downloaded hkdf v0.12.4
12022026-05-14T03:43:07.193Z Downloaded zerocopy v0.6.6
12032026-05-14T03:43:07.193Z Downloaded vergen v9.0.6
12042026-05-14T03:43:07.193Z Downloaded unsafe-libyaml v0.2.11
12052026-05-14T03:43:07.193Z Downloaded yasna v0.5.2
12062026-05-14T03:43:07.204Z Downloaded uuid v1.23.0
12072026-05-14T03:43:07.204Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-05-14T03:43:07.211Z Downloaded vte v0.14.1
12092026-05-14T03:43:07.230Z Downloaded typify v0.4.3
12102026-05-14T03:43:07.239Z Downloaded rustyline v14.0.0
12112026-05-14T03:43:07.245Z Downloaded reedline v0.40.0
12122026-05-14T03:43:07.245Z Downloaded rpassword v7.4.0
12132026-05-14T03:43:07.249Z Downloaded zopfli v0.8.3
12142026-05-14T03:43:07.249Z Downloaded toml_edit v0.19.15
12152026-05-14T03:43:07.261Z Downloaded tokio-postgres v0.7.16
12162026-05-14T03:43:07.266Z Downloaded bitvec v1.0.1
12172026-05-14T03:43:07.280Z Downloaded yansi v1.0.1
12182026-05-14T03:43:07.299Z Downloaded unicode_categories v0.1.1
12192026-05-14T03:43:07.300Z Downloaded regex v1.12.3
12202026-05-14T03:43:07.300Z Downloaded zip v0.6.6
12212026-05-14T03:43:07.300Z Downloaded reqwest v0.13.2
12222026-05-14T03:43:07.300Z Downloaded reqwest v0.12.28
12232026-05-14T03:43:07.300Z Downloaded bindgen v0.71.1
12242026-05-14T03:43:07.327Z Downloaded ssh-key v0.6.7
12252026-05-14T03:43:07.327Z Downloaded p384 v0.13.1
12262026-05-14T03:43:07.327Z Downloaded zerocopy-derive v0.8.40
12272026-05-14T03:43:07.327Z Downloaded portable-atomic v1.13.1
12282026-05-14T03:43:07.327Z Downloaded git2 v0.20.4
12292026-05-14T03:43:07.327Z Downloaded chrono v0.4.44
12302026-05-14T03:43:07.337Z Downloaded rustls-webpki v0.101.7
12312026-05-14T03:43:07.337Z Downloaded unicode-segmentation v1.12.0
12322026-05-14T03:43:07.337Z Downloaded aws-lc-rs v1.16.3
12332026-05-14T03:43:07.337Z Downloaded tower v0.5.3
12342026-05-14T03:43:07.408Z Downloaded moka v0.12.13
12352026-05-14T03:43:07.426Z Downloaded proptest v1.10.0
12362026-05-14T03:43:07.426Z Downloaded x509-cert v0.2.5
12372026-05-14T03:43:07.426Z Downloaded quick-xml v0.37.5
12382026-05-14T03:43:07.426Z Downloaded zip v4.6.1
12392026-05-14T03:43:07.426Z Downloaded unicode-normalization v0.1.25
12402026-05-14T03:43:07.427Z Downloaded lalrpop v0.19.12
12412026-05-14T03:43:07.427Z Downloaded tokio-util v0.7.18
12422026-05-14T03:43:07.427Z Downloaded goblin v0.10.5
12432026-05-14T03:43:07.427Z Downloaded rayon v1.11.0
12442026-05-14T03:43:07.427Z Downloaded tower-http v0.6.8
12452026-05-14T03:43:07.427Z Downloaded typed-path v0.9.3
12462026-05-14T03:43:07.427Z Downloaded petname v2.0.2
12472026-05-14T03:43:07.427Z Downloaded object v0.30.4
12482026-05-14T03:43:07.427Z Downloaded rustls-webpki v0.102.8
12492026-05-14T03:43:07.427Z Downloaded tough v0.22.0
12502026-05-14T03:43:07.433Z Downloaded salty v0.3.0
12512026-05-14T03:43:07.433Z Downloaded quinn-proto v0.11.13
12522026-05-14T03:43:07.434Z Downloaded bstr v1.12.1
12532026-05-14T03:43:07.453Z Downloaded nix v0.27.1
12542026-05-14T03:43:07.472Z Downloaded serde_with v3.17.0
12552026-05-14T03:43:07.480Z Downloaded tabled v0.20.0
12562026-05-14T03:43:07.480Z Downloaded radix_trie v0.2.1
12572026-05-14T03:43:07.480Z Downloaded nix v0.29.0
12582026-05-14T03:43:07.492Z Downloaded time v0.3.47
12592026-05-14T03:43:07.502Z Downloaded zlib-rs v0.6.2
12602026-05-14T03:43:07.506Z Downloaded winnow v0.5.40
12612026-05-14T03:43:07.518Z Downloaded winnow v0.6.26
12622026-05-14T03:43:07.528Z Downloaded polar-core v0.27.3
12632026-05-14T03:43:07.534Z Downloaded object v0.37.3
12642026-05-14T03:43:07.544Z Downloaded nix v0.28.0
12652026-05-14T03:43:07.550Z Downloaded openapiv3 v2.2.0
12662026-05-14T03:43:07.550Z Downloaded zerocopy v0.8.40
12672026-05-14T03:43:07.555Z Downloaded rustls v0.21.12
12682026-05-14T03:43:07.560Z Downloaded hickory-proto v0.24.4
12692026-05-14T03:43:07.567Z Downloaded rustls v0.23.37
12702026-05-14T03:43:07.573Z Downloaded dropshot v0.16.7
12712026-05-14T03:43:07.589Z Downloaded nix v0.31.2
12722026-05-14T03:43:07.597Z Downloaded hickory-proto v0.25.2
12732026-05-14T03:43:07.604Z Downloaded smoltcp v0.9.1
12742026-05-14T03:43:07.615Z Downloaded openssl v0.10.79
12752026-05-14T03:43:07.618Z Downloaded dropshot v0.17.0
12762026-05-14T03:43:07.631Z Downloaded vcpkg v0.2.15
12772026-05-14T03:43:07.654Z Downloaded webpki-roots v1.0.6
12782026-05-14T03:43:07.666Z Downloaded regex-syntax v0.6.29
12792026-05-14T03:43:07.675Z Downloaded regress v0.10.5
12802026-05-14T03:43:07.675Z Downloaded diesel v2.3.7
12812026-05-14T03:43:07.686Z Downloaded smoltcp v0.11.0
12822026-05-14T03:43:07.691Z Downloaded tracing v0.1.44
12832026-05-14T03:43:07.702Z Downloaded rustix v0.38.44
12842026-05-14T03:43:07.714Z Downloaded regex-syntax v0.8.10
12852026-05-14T03:43:07.719Z Downloaded rustls v0.22.4
12862026-05-14T03:43:07.725Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-14T03:43:07.732Z Downloaded regress v0.11.1
12882026-05-14T03:43:07.742Z Downloaded zerocopy-derive v0.6.6
12892026-05-14T03:43:07.761Z Downloaded chrono-tz v0.10.4
12902026-05-14T03:43:07.773Z Downloaded jiff v0.2.21
12912026-05-14T03:43:07.782Z Downloaded sqlparser v0.61.0
12922026-05-14T03:43:07.789Z Downloaded typify-impl v0.6.2
12932026-05-14T03:43:07.795Z Downloaded sled v0.34.7
12942026-05-14T03:43:07.800Z Downloaded petgraph v0.8.3
12952026-05-14T03:43:07.813Z Downloaded ratatui v0.29.0
12962026-05-14T03:43:07.824Z Downloaded typify-impl v0.4.3
12972026-05-14T03:43:07.831Z Downloaded libz-sys v1.1.24
12982026-05-14T03:43:07.843Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-05-14T03:43:07.853Z Downloaded regex-automata v0.4.14
13002026-05-14T03:43:07.865Z Downloaded petgraph v0.6.5
13012026-05-14T03:43:07.879Z Downloaded csv v1.4.0
13022026-05-14T03:43:07.922Z Downloaded sha3 v0.10.8
13032026-05-14T03:43:07.931Z Downloaded tokio v1.52.1
13042026-05-14T03:43:07.989Z Downloaded encoding_rs v0.8.35
13052026-05-14T03:43:07.999Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-14T03:43:08.026Z Downloaded ring v0.17.14
13072026-05-14T03:43:08.479Z Downloaded aws-lc-sys v0.40.0
13082026-05-14T03:43:08.734Z Compiling libc v0.2.185
13092026-05-14T03:43:08.734Z Compiling serde v1.0.228
13102026-05-14T03:43:08.740Z Compiling log v0.4.29
13112026-05-14T03:43:08.740Z Compiling find-msvc-tools v0.1.9
13122026-05-14T03:43:08.883Z Compiling shlex v1.3.0
13132026-05-14T03:43:08.886Z Compiling smallvec v1.15.1
13142026-05-14T03:43:08.901Z Compiling syn v2.0.117
13152026-05-14T03:43:08.936Z Compiling typenum v1.19.0
13162026-05-14T03:43:09.094Z Compiling generic-array v0.14.7
13172026-05-14T03:43:09.105Z Compiling subtle v2.6.1
13182026-05-14T03:43:09.151Z Compiling scopeguard v1.2.0
13192026-05-14T03:43:09.161Z Compiling const-oid v0.9.6
13202026-05-14T03:43:09.226Z Compiling serde_json v1.0.149
13212026-05-14T03:43:09.256Z Compiling lock_api v0.4.14
13222026-05-14T03:43:09.302Z Compiling zerocopy v0.8.40
13232026-05-14T03:43:09.360Z Compiling portable-atomic v1.13.1
13242026-05-14T03:43:09.479Z Compiling pin-project-lite v0.2.17
13252026-05-14T03:43:09.577Z Compiling parking_lot_core v0.9.12
13262026-05-14T03:43:09.731Z Compiling getrandom v0.2.17
13272026-05-14T03:43:09.785Z Compiling jobserver v0.1.34
13282026-05-14T03:43:09.815Z Compiling errno v0.3.14
13292026-05-14T03:43:09.870Z Compiling rand_core v0.6.4
13302026-05-14T03:43:09.887Z Compiling pkg-config v0.3.32
13312026-05-14T03:43:09.953Z Compiling signal-hook-registry v1.4.8
13322026-05-14T03:43:10.147Z Compiling cc v1.2.56
13332026-05-14T03:43:10.147Z Compiling bitflags v2.11.0
13342026-05-14T03:43:10.192Z Compiling critical-section v1.2.0
13352026-05-14T03:43:10.225Z Compiling futures-core v0.3.32
13362026-05-14T03:43:10.301Z Compiling libm v0.2.16
13372026-05-14T03:43:10.374Z Compiling once_cell v1.21.3
13382026-05-14T03:43:10.387Z Compiling parking_lot v0.12.5
13392026-05-14T03:43:10.433Z Compiling mio v1.2.0
13402026-05-14T03:43:10.462Z Compiling num-traits v0.2.19
13412026-05-14T03:43:10.531Z Compiling percent-encoding v2.3.2
13422026-05-14T03:43:10.585Z Compiling socket2 v0.6.3
13432026-05-14T03:43:10.727Z Compiling futures-sink v0.3.32
13442026-05-14T03:43:10.744Z Compiling futures-io v0.3.32
13452026-05-14T03:43:10.813Z Compiling futures-channel v0.3.32
13462026-05-14T03:43:10.829Z Compiling slab v0.4.12
13472026-05-14T03:43:10.882Z Compiling futures-task v0.3.32
13482026-05-14T03:43:10.895Z Compiling getrandom v0.4.1
13492026-05-14T03:43:10.984Z Compiling cpufeatures v0.2.17
13502026-05-14T03:43:11.006Z Compiling rand_core v0.10.0
13512026-05-14T03:43:11.039Z Compiling indexmap v2.14.0
13522026-05-14T03:43:11.054Z Compiling rustversion v1.0.22
13532026-05-14T03:43:11.068Z Compiling getrandom v0.3.4
13542026-05-14T03:43:11.172Z Compiling cmake v0.1.57
13552026-05-14T03:43:11.517Z Compiling form_urlencoded v1.2.2
13562026-05-14T03:43:11.581Z Compiling dunce v1.0.5
13572026-05-14T03:43:11.668Z Compiling synstructure v0.13.2
13582026-05-14T03:43:11.673Z Compiling fs_extra v1.3.0
13592026-05-14T03:43:11.708Z Compiling ident_case v1.0.1
13602026-05-14T03:43:11.723Z Compiling base64ct v1.8.3
13612026-05-14T03:43:11.826Z Compiling rustix v1.1.3
13622026-05-14T03:43:11.949Z Compiling aws-lc-sys v0.40.0
13632026-05-14T03:43:12.003Z Compiling pem-rfc7468 v0.7.0
13642026-05-14T03:43:12.020Z Compiling regex-syntax v0.8.10
13652026-05-14T03:43:12.023Z Compiling iana-time-zone v0.1.65
13662026-05-14T03:43:12.169Z Compiling flagset v0.4.7
13672026-05-14T03:43:12.328Z Compiling rand_core v0.9.5
13682026-05-14T03:43:12.367Z Compiling ring v0.17.14
13692026-05-14T03:43:12.400Z Compiling aws-lc-rs v1.16.3
13702026-05-14T03:43:12.421Z Compiling vcpkg v0.2.15
13712026-05-14T03:43:12.608Z Compiling uuid v1.23.0
13722026-05-14T03:43:12.698Z Compiling rustc_version v0.4.1
13732026-05-14T03:43:13.013Z Compiling tracing-core v0.1.36
13742026-05-14T03:43:13.169Z Compiling openssl-sys v0.9.115
13752026-05-14T03:43:13.418Z Compiling base64 v0.22.1
13762026-05-14T03:43:14.192Z Compiling serde_derive v1.0.228
13772026-05-14T03:43:14.220Z Compiling zeroize_derive v1.4.3
13782026-05-14T03:43:14.220Z Compiling zerofrom-derive v0.1.6
13792026-05-14T03:43:14.220Z Compiling yoke-derive v0.8.1
13802026-05-14T03:43:14.220Z Compiling zerovec-derive v0.11.2
13812026-05-14T03:43:14.272Z Compiling zeroize v1.8.2
13822026-05-14T03:43:14.539Z Compiling zerocopy-derive v0.8.40
13832026-05-14T03:43:14.967Z Compiling displaydoc v0.2.5
13842026-05-14T03:43:15.051Z Compiling tokio-macros v2.7.0
13852026-05-14T03:43:15.133Z Compiling crypto-common v0.1.7
13862026-05-14T03:43:15.233Z Compiling zerofrom v0.1.6
13872026-05-14T03:43:15.282Z Compiling block-buffer v0.10.4
13882026-05-14T03:43:15.282Z Compiling yoke v0.8.1
13892026-05-14T03:43:15.489Z Compiling digest v0.10.7
13902026-05-14T03:43:15.591Z Compiling zerovec v0.11.5
13912026-05-14T03:43:15.680Z Compiling futures-macro v0.3.32
13922026-05-14T03:43:15.680Z Compiling hmac v0.12.1
13932026-05-14T03:43:15.681Z Compiling zerotrie v0.2.3
13942026-05-14T03:43:15.811Z Compiling block-padding v0.3.3
13952026-05-14T03:43:15.957Z Compiling tinystr v0.8.2
13962026-05-14T03:43:16.027Z Compiling potential_utf v0.1.4
13972026-05-14T03:43:16.027Z Compiling inout v0.1.4
13982026-05-14T03:43:16.115Z Compiling icu_locale_core v2.1.1
13992026-05-14T03:43:16.166Z Compiling icu_collections v2.1.1
14002026-05-14T03:43:16.166Z Compiling cipher v0.4.4
14012026-05-14T03:43:16.429Z Compiling sha2 v0.10.9
14022026-05-14T03:43:16.497Z Compiling futures-util v0.3.32
14032026-05-14T03:43:16.601Z Compiling der_derive v0.7.3
14042026-05-14T03:43:16.970Z Compiling bytes v1.11.1
14052026-05-14T03:43:16.982Z Compiling icu_provider v2.1.1
14062026-05-14T03:43:17.049Z Compiling chrono v0.4.44
14072026-05-14T03:43:17.338Z Compiling icu_normalizer v2.1.1
14082026-05-14T03:43:17.577Z Compiling tokio v1.52.1
14092026-05-14T03:43:17.605Z Compiling icu_properties v2.1.2
14102026-05-14T03:43:17.817Z Compiling der v0.7.10
14112026-05-14T03:43:17.881Z Compiling http v1.4.0
14122026-05-14T03:43:18.493Z Compiling idna_adapter v1.2.1
14132026-05-14T03:43:18.655Z Compiling idna v1.1.0
14142026-05-14T03:43:18.698Z Compiling spki v0.7.3
14152026-05-14T03:43:18.713Z Compiling salsa20 v0.10.2
14162026-05-14T03:43:18.797Z Compiling ppv-lite86 v0.2.21
14172026-05-14T03:43:18.855Z Compiling pbkdf2 v0.12.2
14182026-05-14T03:43:18.900Z Compiling rustls-pki-types v1.14.0
14192026-05-14T03:43:18.904Z Compiling thiserror-impl v2.0.18
14202026-05-14T03:43:18.969Z Compiling url v2.5.8
14212026-05-14T03:43:19.021Z Compiling tracing-attributes v0.1.31
14222026-05-14T03:43:19.120Z Compiling rand_chacha v0.9.0
14232026-05-14T03:43:19.295Z Compiling scrypt v0.11.0
14242026-05-14T03:43:19.345Z Compiling http-body v1.0.1
14252026-05-14T03:43:19.497Z Compiling aes v0.8.4
14262026-05-14T03:43:19.544Z Compiling cbc v0.1.2
14272026-05-14T03:43:19.756Z Compiling tinyvec_macros v0.1.1
14282026-05-14T03:43:19.770Z Compiling untrusted v0.7.1
14292026-05-14T03:43:19.811Z Compiling openssl-probe v0.2.1
14302026-05-14T03:43:19.829Z Compiling httparse v1.10.1
14312026-05-14T03:43:19.898Z Compiling untrusted v0.9.0
14322026-05-14T03:43:20.033Z Compiling pkcs5 v0.7.1
14332026-05-14T03:43:20.207Z Compiling tinyvec v1.10.0
14342026-05-14T03:43:20.223Z Compiling thiserror v2.0.18
14352026-05-14T03:43:20.322Z Compiling tracing v0.1.44
14362026-05-14T03:43:20.331Z Compiling pest_generator v2.8.6
14372026-05-14T03:43:20.489Z Compiling rand v0.9.2
14382026-05-14T03:43:20.543Z Compiling serde_derive_internals v0.29.1
14392026-05-14T03:43:20.543Z Compiling aho-corasick v1.1.4
14402026-05-14T03:43:20.577Z Compiling atomic-waker v1.1.2
14412026-05-14T03:43:20.708Z Compiling try-lock v0.2.5
14422026-05-14T03:43:20.825Z Compiling rustls v0.23.37
14432026-05-14T03:43:20.992Z Compiling tower-layer v0.3.3
14442026-05-14T03:43:21.008Z Compiling dyn-clone v1.0.20
14452026-05-14T03:43:21.151Z Compiling tower-service v0.3.3
14462026-05-14T03:43:21.163Z Compiling schemars v0.8.22
14472026-05-14T03:43:21.249Z Compiling tokio-util v0.7.18
14482026-05-14T03:43:21.270Z Compiling pest_derive v2.8.6
14492026-05-14T03:43:21.379Z Compiling regex-automata v0.4.14
14502026-05-14T03:43:21.440Z Compiling schemars_derive v0.8.22
14512026-05-14T03:43:21.695Z Compiling want v0.3.1
14522026-05-14T03:43:21.738Z Compiling pkcs8 v0.10.2
14532026-05-14T03:43:22.044Z Compiling h2 v0.4.13
14542026-05-14T03:43:22.158Z Compiling ipnet v2.11.0
14552026-05-14T03:43:22.209Z Compiling scroll_derive v0.13.1
14562026-05-14T03:43:22.271Z Compiling darling_core v0.20.11
14572026-05-14T03:43:22.684Z Compiling openssl v0.10.79
14582026-05-14T03:43:22.711Z Compiling foreign-types-shared v0.1.1
14592026-05-14T03:43:22.804Z Compiling httpdate v1.0.3
14602026-05-14T03:43:22.919Z Compiling pin-utils v0.1.0
14612026-05-14T03:43:23.000Z Compiling tempfile v3.25.0
14622026-05-14T03:43:23.048Z Compiling scroll v0.13.0
14632026-05-14T03:43:23.062Z Compiling foreign-types v0.3.2
14642026-05-14T03:43:23.211Z Compiling unicode-normalization v0.1.25
14652026-05-14T03:43:23.369Z Compiling openssl-macros v0.1.1
14662026-05-14T03:43:23.667Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-05-14T03:43:23.743Z Compiling spin v0.9.8
14682026-05-14T03:43:23.758Z Compiling powerfmt v0.2.0
14692026-05-14T03:43:23.949Z Compiling num-conv v0.2.0
14702026-05-14T03:43:23.963Z Compiling time-core v0.1.8
14712026-05-14T03:43:24.048Z Compiling crc32fast v1.5.0
14722026-05-14T03:43:24.081Z Compiling native-tls v0.2.18
14732026-05-14T03:43:24.113Z Compiling time-macros v0.2.27
14742026-05-14T03:43:24.376Z Compiling deranged v0.5.8
14752026-05-14T03:43:24.543Z Compiling darling_macro v0.20.11
14762026-05-14T03:43:25.006Z Compiling hyper v1.8.1
14772026-05-14T03:43:25.163Z Compiling darling v0.20.11
14782026-05-14T03:43:25.247Z Compiling goblin v0.10.5
14792026-05-14T03:43:25.324Z Compiling rustls-native-certs v0.8.3
14802026-05-14T03:43:25.520Z Compiling sync_wrapper v1.0.2
14812026-05-14T03:43:25.617Z Compiling wait-timeout v0.2.1
14822026-05-14T03:43:25.630Z Compiling syn v1.0.109
14832026-05-14T03:43:25.884Z Compiling quick-error v1.2.3
14842026-05-14T03:43:25.929Z Compiling crossbeam-utils v0.8.21
14852026-05-14T03:43:25.997Z Compiling siphasher v1.0.2
14862026-05-14T03:43:26.005Z Compiling unicode-segmentation v1.12.0
14872026-05-14T03:43:26.173Z Compiling hyper-util v0.1.20
14882026-05-14T03:43:26.215Z Compiling num_threads v0.1.7
14892026-05-14T03:43:26.312Z Compiling bit-vec v0.8.0
14902026-05-14T03:43:26.376Z Compiling simd-adler32 v0.3.8
14912026-05-14T03:43:26.549Z Compiling usdt-impl v0.6.0
14922026-05-14T03:43:26.562Z Compiling bit-set v0.8.0
14932026-05-14T03:43:26.621Z Compiling time v0.3.47
14942026-05-14T03:43:26.786Z Compiling rusty-fork v0.3.1
14952026-05-14T03:43:27.092Z Compiling tower v0.5.3
14962026-05-14T03:43:27.108Z Compiling derive_builder_core v0.20.2
14972026-05-14T03:43:27.631Z Compiling dtrace-parser v0.3.0
14982026-05-14T03:43:27.665Z Compiling http-body-util v0.1.3
14992026-05-14T03:43:27.915Z Compiling webpki-roots v1.0.6
15002026-05-14T03:43:27.918Z Compiling signature v2.2.0
15012026-05-14T03:43:27.993Z Compiling dof v0.4.0
15022026-05-14T03:43:28.041Z Compiling scroll_derive v0.12.1
15032026-05-14T03:43:28.115Z Compiling thiserror-impl v1.0.69
15042026-05-14T03:43:28.246Z Compiling heapless v0.7.17
15052026-05-14T03:43:28.393Z Compiling rand_xorshift v0.4.0
15062026-05-14T03:43:28.563Z Compiling slog v2.8.2
15072026-05-14T03:43:28.575Z Compiling darling_core v0.21.3
15082026-05-14T03:43:28.675Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-05-14T03:43:28.706Z Compiling thread-id v5.1.0
15102026-05-14T03:43:28.793Z Compiling cookie v0.18.1
15112026-05-14T03:43:28.950Z Compiling unicode-bidi v0.3.18
15122026-05-14T03:43:28.976Z Compiling unicode-properties v0.1.4
15132026-05-14T03:43:29.154Z Compiling paste v1.0.15
15142026-05-14T03:43:29.192Z Compiling anyhow v1.0.102
15152026-05-14T03:43:29.355Z Compiling iri-string v0.7.10
15162026-05-14T03:43:29.424Z Compiling adler2 v2.0.1
15172026-05-14T03:43:29.483Z Compiling unarray v0.1.4
15182026-05-14T03:43:29.483Z Compiling zstd-safe v7.2.4
15192026-05-14T03:43:29.530Z Compiling ryu v1.0.23
15202026-05-14T03:43:29.550Z Compiling signal-hook v0.3.18
15212026-05-14T03:43:29.590Z Compiling allocator-api2 v0.2.21
15222026-05-14T03:43:29.682Z Compiling serde_urlencoded v0.7.1
15232026-05-14T03:43:29.712Z Compiling proptest v1.10.0
15242026-05-14T03:43:29.738Z Compiling miniz_oxide v0.8.9
15252026-05-14T03:43:29.982Z Compiling thiserror v1.0.69
15262026-05-14T03:43:30.083Z Compiling stringprep v0.1.5
15272026-05-14T03:43:30.517Z Compiling tower-http v0.6.8
15282026-05-14T03:43:30.834Z Compiling scroll v0.12.0
15292026-05-14T03:43:30.945Z Compiling derive_builder_macro v0.20.2
15302026-05-14T03:43:30.956Z Compiling tokio-native-tls v0.3.1
15312026-05-14T03:43:31.029Z Compiling darling_macro v0.21.3
15322026-05-14T03:43:31.094Z Compiling heck v0.4.1
15332026-05-14T03:43:31.122Z Compiling ipnetwork v0.21.1
15342026-05-14T03:43:31.326Z Compiling bstr v1.12.1
15352026-05-14T03:43:31.377Z Compiling rand_chacha v0.3.1
15362026-05-14T03:43:31.451Z Compiling serde_tokenstream v0.2.3
15372026-05-14T03:43:31.505Z Compiling toml_datetime v0.6.11
15382026-05-14T03:43:31.510Z Compiling erased-serde v0.3.31
15392026-05-14T03:43:31.759Z Compiling serde_spanned v0.6.9
15402026-05-14T03:43:31.763Z Compiling md-5 v0.10.6
15412026-05-14T03:43:31.919Z Compiling zerocopy-derive v0.7.35
15422026-05-14T03:43:31.934Z Compiling pin-project-internal v1.1.11
15432026-05-14T03:43:31.974Z Compiling async-trait v0.1.89
15442026-05-14T03:43:31.993Z Compiling curve25519-dalek v4.1.3
15452026-05-14T03:43:32.174Z Compiling vergen-lib v0.1.6
15462026-05-14T03:43:32.369Z Compiling num-integer v0.1.46
15472026-05-14T03:43:32.399Z Compiling hash32 v0.2.1
15482026-05-14T03:43:32.599Z Compiling ff v0.13.1
15492026-05-14T03:43:32.704Z Compiling memoffset v0.9.1
15502026-05-14T03:43:32.746Z Compiling encoding_rs v0.8.35
15512026-05-14T03:43:32.813Z Compiling num-bigint-dig v0.8.6
15522026-05-14T03:43:32.901Z Compiling cfg_aliases v0.2.1
15532026-05-14T03:43:32.985Z Compiling mime v0.3.17
15542026-05-14T03:43:33.011Z Compiling litrs v1.0.0
15552026-05-14T03:43:33.038Z Compiling rustix v0.38.44
15562026-05-14T03:43:33.111Z Compiling base16ct v0.2.0
15572026-05-14T03:43:33.256Z Compiling zlib-rs v0.6.2
15582026-05-14T03:43:33.301Z Compiling psl-types v2.0.11
15592026-05-14T03:43:33.391Z Compiling ref-cast v1.0.25
15602026-05-14T03:43:33.433Z Compiling fallible-iterator v0.2.0
15612026-05-14T03:43:33.523Z Compiling smoltcp v0.9.1
15622026-05-14T03:43:33.746Z Compiling postgres-protocol v0.6.10
15632026-05-14T03:43:33.760Z Compiling document-features v0.2.12
15642026-05-14T03:43:33.880Z Compiling publicsuffix v2.3.0
15652026-05-14T03:43:34.153Z Compiling sec1 v0.7.3
15662026-05-14T03:43:34.272Z Compiling pin-project v1.1.11
15672026-05-14T03:43:34.305Z Compiling nix v0.31.2
15682026-05-14T03:43:34.372Z Compiling zerocopy v0.7.35
15692026-05-14T03:43:34.426Z Compiling group v0.13.0
15702026-05-14T03:43:34.441Z Compiling num-iter v0.1.45
15712026-05-14T03:43:34.664Z Compiling newtype-uuid v1.3.2
15722026-05-14T03:43:34.795Z Compiling hubpack_derive v0.1.1
15732026-05-14T03:43:34.905Z Compiling rand v0.8.6
15742026-05-14T03:43:34.995Z Compiling darling v0.21.3
15752026-05-14T03:43:35.022Z Compiling derive_builder v0.20.2
15762026-05-14T03:43:35.077Z Compiling oxnet v0.1.4
15772026-05-14T03:43:35.090Z Compiling snafu-derive v0.8.9
15782026-05-14T03:43:35.151Z Compiling hyper-tls v0.6.0
15792026-05-14T03:43:35.232Z Compiling goblin v0.8.2
15802026-05-14T03:43:36.023Z Compiling phf_shared v0.13.1
15812026-05-14T03:43:36.245Z Compiling flate2 v1.1.9
15822026-05-14T03:43:36.267Z Compiling lazy_static v1.5.0
15832026-05-14T03:43:36.332Z Compiling regex v1.12.3
15842026-05-14T03:43:36.363Z Compiling strum_macros v0.27.2
15852026-05-14T03:43:36.433Z Compiling futures-executor v0.3.32
15862026-05-14T03:43:36.652Z Compiling cargo-platform v0.1.9
15872026-05-14T03:43:36.695Z Compiling hex v0.4.3
15882026-05-14T03:43:36.763Z Compiling hkdf v0.12.4
15892026-05-14T03:43:36.913Z Compiling crypto-bigint v0.5.5
15902026-05-14T03:43:36.932Z Compiling ref-cast-impl v1.0.25
15912026-05-14T03:43:36.965Z Compiling daft-derive v0.1.5
15922026-05-14T03:43:36.979Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-14T03:43:37.518Z Compiling terminal_size v0.4.3
15942026-05-14T03:43:37.641Z Compiling vergen v9.0.6
15952026-05-14T03:43:37.660Z Compiling fs-err v3.3.0
15962026-05-14T03:43:37.729Z Compiling ahash v0.8.12
15972026-05-14T03:43:37.823Z Compiling managed v0.8.0
15982026-05-14T03:43:37.850Z Compiling same-file v1.0.6
15992026-05-14T03:43:37.936Z Compiling foldhash v0.1.5
16002026-05-14T03:43:38.019Z Compiling bumpalo v3.20.2
16012026-05-14T03:43:38.045Z Compiling winnow v0.5.40
16022026-05-14T03:43:38.112Z Compiling bitflags v1.3.2
16032026-05-14T03:43:38.193Z Compiling object v0.37.3
16042026-05-14T03:43:38.281Z Compiling foldhash v0.2.0
16052026-05-14T03:43:38.368Z Compiling libbz2-rs-sys v0.2.2
16062026-05-14T03:43:38.509Z Compiling hashbrown v0.16.1
16072026-05-14T03:43:38.524Z Compiling strum v0.27.2
16082026-05-14T03:43:38.658Z Compiling zopfli v0.8.3
16092026-05-14T03:43:38.770Z Compiling clap_builder v4.5.60
16102026-05-14T03:43:39.068Z Compiling bzip2 v0.6.1
16112026-05-14T03:43:39.112Z Compiling hashbrown v0.15.5
16122026-05-14T03:43:39.273Z Compiling walkdir v2.5.0
16132026-05-14T03:43:39.321Z Compiling toml_edit v0.19.15
16142026-05-14T03:43:39.504Z Compiling elliptic-curve v0.13.8
16152026-05-14T03:43:39.684Z Compiling daft v0.1.5
16162026-05-14T03:43:39.950Z Compiling dof v0.3.0
16172026-05-14T03:43:40.036Z Compiling snafu v0.8.9
16182026-05-14T03:43:40.059Z Compiling cargo_metadata v0.19.2
16192026-05-14T03:43:40.312Z Compiling futures v0.3.32
16202026-05-14T03:43:40.630Z Compiling signal-hook-mio v0.2.5
16212026-05-14T03:43:40.683Z Compiling phf v0.13.1
16222026-05-14T03:43:40.854Z Compiling cookie_store v0.22.1
16232026-05-14T03:43:41.105Z Compiling zstd v0.13.3
16242026-05-14T03:43:41.317Z Compiling bzip2 v0.4.4
16252026-05-14T03:43:41.373Z Compiling hubpack v0.1.2
16262026-05-14T03:43:41.507Z Compiling serde_with_macros v3.17.0
16272026-05-14T03:43:41.647Z Compiling postgres-types v0.2.12
16282026-05-14T03:43:41.754Z Compiling usdt-attr-macro v0.6.0
16292026-05-14T03:43:41.952Z Compiling usdt-macro v0.6.0
16302026-05-14T03:43:42.193Z Compiling globset v0.4.18
16312026-05-14T03:43:42.546Z Compiling dtrace-parser v0.2.0
16322026-05-14T03:43:42.625Z Compiling ed25519 v2.2.3
16332026-05-14T03:43:42.685Z Compiling phf_shared v0.11.3
16342026-05-14T03:43:42.726Z Compiling olpc-cjson v0.1.4
16352026-05-14T03:43:42.732Z Compiling pkcs1 v0.7.5
16362026-05-14T03:43:42.882Z Compiling enum-as-inner v0.6.1
16372026-05-14T03:43:42.898Z Compiling clap_derive v4.5.55
16382026-05-14T03:43:42.914Z Compiling strum_macros v0.26.4
16392026-05-14T03:43:43.155Z Compiling serde-big-array v0.5.1
16402026-05-14T03:43:43.304Z Compiling serde_plain v1.0.2
16412026-05-14T03:43:43.397Z Compiling rfc6979 v0.4.0
16422026-05-14T03:43:43.404Z Compiling pem v3.0.6
16432026-05-14T03:43:43.442Z Compiling serde_repr v0.1.20
16442026-05-14T03:43:43.506Z Compiling async-recursion v1.1.1
16452026-05-14T03:43:43.540Z Compiling float-cmp v0.10.0
16462026-05-14T03:43:43.693Z Compiling thread-id v4.2.2
16472026-05-14T03:43:43.718Z Compiling memmap2 v0.9.10
16482026-05-14T03:43:43.781Z Compiling env_filter v1.0.0
16492026-05-14T03:43:43.934Z Compiling data-encoding v2.10.0
16502026-05-14T03:43:43.970Z Compiling typed-path v0.9.3
16512026-05-14T03:43:44.087Z Compiling precomputed-hash v0.1.1
16522026-05-14T03:43:44.146Z Compiling normalize-line-endings v0.3.0
16532026-05-14T03:43:44.178Z Compiling keccak v0.1.6
16542026-05-14T03:43:44.244Z Compiling fixedbitset v0.4.2
16552026-05-14T03:43:44.466Z Compiling predicates-core v1.0.10
16562026-05-14T03:43:44.628Z Compiling jiff v0.2.21
16572026-05-14T03:43:44.650Z Compiling difflib v0.4.0
16582026-05-14T03:43:44.665Z Compiling static_assertions v1.1.0
16592026-05-14T03:43:44.668Z Compiling new_debug_unreachable v1.0.6
16602026-05-14T03:43:44.742Z Compiling whoami v2.1.0
16612026-05-14T03:43:44.757Z Compiling fixedbitset v0.5.7
16622026-05-14T03:43:44.979Z Compiling rustc-hash v2.1.1
16632026-05-14T03:43:45.069Z Compiling either v1.15.0
16642026-05-14T03:43:45.110Z Compiling iddqd v0.3.18
16652026-05-14T03:43:45.123Z Compiling petgraph v0.8.3
16662026-05-14T03:43:45.225Z Compiling tokio-postgres v0.7.16
16672026-05-14T03:43:45.233Z Compiling predicates v3.1.4
16682026-05-14T03:43:45.276Z Compiling itertools v0.13.0
16692026-05-14T03:43:45.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-14T03:43:46.011Z Compiling string_cache v0.8.9
16712026-05-14T03:43:46.243Z Compiling toml_edit v0.22.27
16722026-05-14T03:43:46.257Z Compiling clap v4.5.60
16732026-05-14T03:43:46.341Z Compiling strum v0.26.3
16742026-05-14T03:43:46.478Z Compiling petgraph v0.6.5
16752026-05-14T03:43:46.497Z Compiling sha3 v0.10.8
16762026-05-14T03:43:46.959Z Compiling hickory-proto v0.25.2
16772026-05-14T03:43:47.053Z Compiling env_logger v0.11.9
16782026-05-14T03:43:47.379Z Compiling zip v4.6.1
16792026-05-14T03:43:47.473Z Compiling usdt v0.6.0
16802026-05-14T03:43:47.744Z Compiling usdt-impl v0.5.0
16812026-05-14T03:43:48.001Z Compiling ecdsa v0.16.9
16822026-05-14T03:43:48.342Z Compiling rsa v0.9.10
16832026-05-14T03:43:48.365Z Compiling ed25519-dalek v2.2.0
16842026-05-14T03:43:48.395Z Compiling serde_with v3.17.0
16852026-05-14T03:43:48.716Z Compiling crossterm v0.28.1
16862026-05-14T03:43:49.023Z Compiling zip v0.6.6
16872026-05-14T03:43:49.430Z Compiling toml v0.7.8
16882026-05-14T03:43:50.069Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-05-14T03:43:50.100Z Compiling similar v2.7.0
16902026-05-14T03:43:50.254Z Compiling crossbeam-epoch v0.9.18
16912026-05-14T03:43:50.268Z Compiling tokio-stream v0.1.18
16922026-05-14T03:43:50.578Z Compiling buf-list v1.1.2
16932026-05-14T03:43:50.677Z Compiling x509-cert v0.2.5
16942026-05-14T03:43:50.742Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16952026-05-14T03:43:50.863Z Compiling openapiv3 v2.2.0
16962026-05-14T03:43:50.967Z Compiling sha1 v0.10.6
16972026-05-14T03:43:51.045Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-05-14T03:43:51.197Z Compiling lalrpop-util v0.19.12
16992026-05-14T03:43:51.346Z Compiling peg-runtime v0.8.5
17002026-05-14T03:43:51.408Z Compiling thread_local v1.1.9
17012026-05-14T03:43:51.640Z Compiling slog-async v2.8.0
17022026-05-14T03:43:51.654Z Compiling crossbeam-channel v0.5.15
17032026-05-14T03:43:51.672Z Compiling filetime v0.2.27
17042026-05-14T03:43:51.712Z Compiling is-terminal v0.4.17
17052026-05-14T03:43:51.811Z Compiling xattr v1.6.1
17062026-05-14T03:43:51.872Z Compiling term v1.2.1
17072026-05-14T03:43:51.959Z Compiling take_mut v0.2.2
17082026-05-14T03:43:51.983Z Compiling tar v0.4.45
17092026-05-14T03:43:52.121Z Compiling slog-term v2.9.2
17102026-05-14T03:44:01.550Z Compiling rustls-webpki v0.103.9
17112026-05-14T03:44:04.362Z Compiling tokio-rustls v0.26.4
17122026-05-14T03:44:04.362Z Compiling rustls-platform-verifier v0.6.2
17132026-05-14T03:44:04.561Z Compiling hyper-rustls v0.27.7
17142026-05-14T03:44:04.765Z Compiling reqwest v0.12.28
17152026-05-14T03:44:04.779Z Compiling reqwest v0.13.2
17162026-05-14T03:44:06.016Z Compiling tough v0.22.0
17172026-05-14T03:44:08.557Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17182026-05-14T03:44:08.775Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17192026-05-14T03:44:11.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17202026-05-14T03:44:11.774Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17212026-05-14T03:44:11.828ZMay 14 03:44:10.367 INFO Starting download, target: Clickhouse
17222026-05-14T03:44:11.828ZMay 14 03:44:10.367 INFO Starting download, target: Cockroach
17232026-05-14T03:44:11.828ZMay 14 03:44:10.367 INFO Starting download, target: Console
17242026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Starting download, target: DendriteStub
17252026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Starting download, target: MaghemiteMgd
17262026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Starting download, target: TransceiverControl
17272026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-05-14T03:44:11.832ZMay 14 03:44:10.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-05-14T03:44:11.833ZMay 14 03:44:10.367 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-14T03:44:12.505ZMay 14 03:44:11.023 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-05-14T03:44:12.723ZMay 14 03:44:11.230 INFO Download complete, target: TransceiverControl
17352026-05-14T03:44:12.864ZMay 14 03:44:11.397 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-05-14T03:44:13.121ZMay 14 03:44:11.636 INFO Download complete, target: Console
17372026-05-14T03:44:14.064ZMay 14 03:44:12.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-05-14T03:44:14.199ZMay 14 03:44:12.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-05-14T03:44:14.494ZMay 14 03:44:13.020 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-14T03:44:14.828ZMay 14 03:44:13.367 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-05-14T03:44:14.828ZMay 14 03:44:13.367 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-05-14T03:44:16.564ZMay 14 03:44:15.103 INFO Download complete, target: DendriteStub
17432026-05-14T03:44:16.866ZMay 14 03:44:15.405 INFO Download complete, target: MaghemiteMgd
17442026-05-14T03:44:19.494ZMay 14 03:44:18.033 INFO Checking that binary works, target: Cockroach
17452026-05-14T03:44:19.598ZMay 14 03:44:18.137 INFO Download complete, target: Cockroach
17462026-05-14T03:44:20.929ZMay 14 03:44:19.468 INFO Checking that binary works, target: Clickhouse
17472026-05-14T03:44:21.031ZMay 14 03:44:19.570 INFO Download complete, target: Clickhouse
17482026-05-14T03:44:21.048ZAll builder prerequisites installed successfully, and PATH looks valid
17492026-05-14T03:44:21.051Z
17502026-05-14T03:44:21.051Zreal 2:15.232346705
17512026-05-14T03:44:21.051Zuser 6:56.264725689
17522026-05-14T03:44:21.051Zsys 1:23.764938028
17532026-05-14T03:44:21.051Ztrap 0.211003183
17542026-05-14T03:44:21.051Ztflt 0.620943758
17552026-05-14T03:44:21.051Zdflt 0.602811552
17562026-05-14T03:44:21.051Zkflt 0.023082174
17572026-05-14T03:44:21.051Zlock 22:35.136057449
17582026-05-14T03:44:21.051Zslp 21:14.051546632
17592026-05-14T03:44:21.051Zlat 44.798082192
17602026-05-14T03:44:21.051Zstop 2:00.420089526
17612026-05-14T03:44:21.051Z+ banner clippy
17622026-05-14T03:44:21.051Z
17632026-05-14T03:44:21.051Z #### # # ##### ##### # #
17642026-05-14T03:44:21.051Z # # # # # # # # # #
17652026-05-14T03:44:21.051Z # # # # # # # #
17662026-05-14T03:44:21.051Z # # # ##### ##### #
17672026-05-14T03:44:21.051Z # # # # # # #
17682026-05-14T03:44:21.051Z #### ###### # # # #
17692026-05-14T03:44:21.051Z
17702026-05-14T03:44:21.051Z+ export CARGO_INCREMENTAL=0
17712026-05-14T03:44:21.051Z+ CARGO_INCREMENTAL=0
17722026-05-14T03:44:21.051Z+ ptime -m cargo xtask clippy
17732026-05-14T03:44:21.582Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17742026-05-14T03:44:21.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17752026-05-14T03:44:23.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17762026-05-14T03:44:23.737Z Running `target/debug/xtask clippy`
17772026-05-14T03:44:23.762Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17782026-05-14T03:44:24.385Z Downloading crates ...
17792026-05-14T03:44:24.585Z Downloaded addr2line v0.25.1
17802026-05-14T03:44:24.588Z Downloaded cargo-platform v0.3.2
17812026-05-14T03:44:24.591Z Downloaded constant_time_eq v0.3.1
17822026-05-14T03:44:24.591Z Downloaded async-object-pool v0.2.0
17832026-05-14T03:44:24.596Z Downloaded escape8259 v0.5.3
17842026-05-14T03:44:24.599Z Downloaded backtrace-ext v0.2.1
17852026-05-14T03:44:24.599Z Downloaded terminal_size v0.1.17
17862026-05-14T03:44:24.599Z Downloaded miette-derive v5.10.0
17872026-05-14T03:44:24.602Z Downloaded pathdiff v0.2.3
17882026-05-14T03:44:24.605Z Downloaded nested v0.1.1
17892026-05-14T03:44:24.605Z Downloaded async-lock v3.4.2
17902026-05-14T03:44:24.605Z Downloaded guppy-workspace-hack v0.1.0
17912026-05-14T03:44:24.608Z Downloaded knuffel-derive v3.2.0
17922026-05-14T03:44:24.611Z Downloaded futures-timer v3.0.3
17932026-05-14T03:44:24.618Z Downloaded libtest-mimic v0.8.1
17942026-05-14T03:44:24.622Z Downloaded relative-path v1.9.3
17952026-05-14T03:44:24.625Z Downloaded serde_regex v1.1.0
17962026-05-14T03:44:24.628Z Downloaded hickory-client v0.25.2
17972026-05-14T03:44:24.628Z Downloaded fancy-regex v0.14.0
17982026-05-14T03:44:24.632Z Downloaded assert-json-diff v2.0.2
17992026-05-14T03:44:24.632Z Downloaded cast v0.3.0
18002026-05-14T03:44:24.635Z Downloaded similar-asserts v1.7.0
18012026-05-14T03:44:24.639Z Downloaded rust-argon2 v2.1.0
18022026-05-14T03:44:24.643Z Downloaded oorandom v11.1.5
18032026-05-14T03:44:24.647Z Downloaded rand_distr v0.5.1
18042026-05-14T03:44:24.650Z Downloaded target-triple v1.0.0
18052026-05-14T03:44:24.650Z Downloaded approx v0.5.1
18062026-05-14T03:44:24.653Z Downloaded parking v2.2.1
18072026-05-14T03:44:24.653Z Downloaded linkme-impl v0.3.35
18082026-05-14T03:44:24.658Z Downloaded concurrent-queue v2.5.0
18092026-05-14T03:44:24.661Z Downloaded cargo_metadata v0.23.1
18102026-05-14T03:44:24.667Z Downloaded event-listener-strategy v0.5.4
18112026-05-14T03:44:24.671Z Downloaded supports-color v2.1.0
18122026-05-14T03:44:24.678Z Downloaded supports-unicode v2.1.0
18132026-05-14T03:44:24.681Z Downloaded tokio-test v0.4.5
18142026-05-14T03:44:24.681Z Downloaded supports-hyperlinks v2.1.0
18152026-05-14T03:44:24.686Z Downloaded partial-io v0.5.4
18162026-05-14T03:44:24.689Z Downloaded plotters-svg v0.3.7
18172026-05-14T03:44:24.689Z Downloaded plotters-backend v0.3.7
18182026-05-14T03:44:24.692Z Downloaded assert_cmd v2.1.2
18192026-05-14T03:44:24.692Z Downloaded trybuild v1.0.116
18202026-05-14T03:44:24.695Z Downloaded stringmetrics v2.2.2
18212026-05-14T03:44:24.695Z Downloaded anes v0.1.6
18222026-05-14T03:44:24.699Z Downloaded path-tree v0.8.3
18232026-05-14T03:44:24.699Z Downloaded rustc-demangle v0.1.27
18242026-05-14T03:44:24.699Z Downloaded linkme v0.3.35
18252026-05-14T03:44:24.702Z Downloaded target-spec v3.5.7
18262026-05-14T03:44:24.702Z Downloaded httptest v0.16.4
18272026-05-14T03:44:24.705Z Downloaded criterion-plot v0.6.0
18282026-05-14T03:44:24.706Z Downloaded owo-colors v3.5.0
18292026-05-14T03:44:24.711Z Downloaded tinytemplate v1.2.1
18302026-05-14T03:44:24.711Z Downloaded termcolor v1.4.1
18312026-05-14T03:44:24.714Z Downloaded event-listener v5.4.1
18322026-05-14T03:44:24.719Z Downloaded cfg-expr v0.20.6
18332026-05-14T03:44:24.722Z Downloaded rstest v0.25.0
18342026-05-14T03:44:24.725Z Downloaded target-lexicon v0.13.3
18352026-05-14T03:44:24.728Z Downloaded knuffel v3.2.0
18362026-05-14T03:44:24.728Z Downloaded miette v5.10.0
18372026-05-14T03:44:24.731Z Downloaded datatest-stable v0.3.3
18382026-05-14T03:44:24.734Z Downloaded blake2b_simd v1.0.4
18392026-05-14T03:44:24.734Z Downloaded chumsky v0.9.3
18402026-05-14T03:44:24.734Z Downloaded textwrap v0.15.2
18412026-05-14T03:44:24.739Z Downloaded rstest_macros v0.25.0
18422026-05-14T03:44:24.756Z Downloaded plotters v0.3.7
18432026-05-14T03:44:24.760Z Downloaded backtrace v0.3.76
18442026-05-14T03:44:24.763Z Downloaded criterion v0.7.0
18452026-05-14T03:44:24.767Z Downloaded hashbrown v0.14.5
18462026-05-14T03:44:24.770Z Downloaded guppy v0.17.25
18472026-05-14T03:44:24.781Z Downloaded gimli v0.32.3
18482026-05-14T03:44:24.873Z Downloaded httpmock v0.8.3
18492026-05-14T03:44:26.465Z Checking cfg-if v1.0.4
18502026-05-14T03:44:26.813Z Checking libc v0.2.185
18512026-05-14T03:44:26.817Z Checking serde_core v1.0.228
18522026-05-14T03:44:26.883Z Checking memchr v2.8.0
18532026-05-14T03:44:26.922Z Checking smallvec v1.15.1
18542026-05-14T03:44:26.960Z Checking log v0.4.29
18552026-05-14T03:44:26.963Z Checking itoa v1.0.17
18562026-05-14T03:44:27.057Z Checking zeroize v1.8.2
18572026-05-14T03:44:27.091Z Checking libm v0.2.16
18582026-05-14T03:44:27.150Z Checking scopeguard v1.2.0
18592026-05-14T03:44:27.190Z Checking stable_deref_trait v1.2.1
18602026-05-14T03:44:27.228Z Checking zmij v1.0.21
18612026-05-14T03:44:27.265Z Checking errno v0.3.14
18622026-05-14T03:44:27.265Z Checking getrandom v0.2.17
18632026-05-14T03:44:27.335Z Checking lock_api v0.4.14
18642026-05-14T03:44:27.335Z Checking zerofrom v0.1.6
18652026-05-14T03:44:27.404Z Checking percent-encoding v2.3.2
18662026-05-14T03:44:27.443Z Checking litemap v0.8.1
18672026-05-14T03:44:27.478Z Checking writeable v0.6.2
18682026-05-14T03:44:27.482Z Checking yoke v0.8.1
18692026-05-14T03:44:27.543Z Checking icu_normalizer_data v2.1.1
18702026-05-14T03:44:27.578Z Checking icu_properties_data v2.1.2
18712026-05-14T03:44:27.613Z Checking subtle v2.6.1
18722026-05-14T03:44:27.649Z Checking form_urlencoded v1.2.2
18732026-05-14T03:44:27.652Z Checking utf8_iter v1.0.4
18742026-05-14T03:44:27.716Z Checking zerovec v0.11.5
18752026-05-14T03:44:27.716Z Checking zerotrie v0.2.3
18762026-05-14T03:44:27.783Z Checking pin-project-lite v0.2.17
18772026-05-14T03:44:27.819Z Checking num-traits v0.2.19
18782026-05-14T03:44:27.857Z Checking parking_lot_core v0.9.12
18792026-05-14T03:44:27.893Z Checking rand_core v0.6.4
18802026-05-14T03:44:27.897Z Checking rand_core v0.10.0
18812026-05-14T03:44:27.962Z Checking zerocopy v0.8.40
18822026-05-14T03:44:28.004Z Checking portable-atomic v1.13.1
18832026-05-14T03:44:28.060Z Checking getrandom v0.4.1
18842026-05-14T03:44:28.095Z Checking parking_lot v0.12.5
18852026-05-14T03:44:28.130Z Checking signal-hook-registry v1.4.8
18862026-05-14T03:44:28.170Z Checking tinystr v0.8.2
18872026-05-14T03:44:28.244Z Checking potential_utf v0.1.4
18882026-05-14T03:44:28.313Z Checking critical-section v1.2.0
18892026-05-14T03:44:28.348Z Checking mio v1.2.0
18902026-05-14T03:44:28.385Z Checking icu_locale_core v2.1.1
18912026-05-14T03:44:28.418Z Checking serde v1.0.228
18922026-05-14T03:44:28.418Z Checking serde_json v1.0.149
18932026-05-14T03:44:28.421Z Checking bitflags v2.11.0
18942026-05-14T03:44:28.541Z Checking icu_collections v2.1.1
18952026-05-14T03:44:28.552Z Checking once_cell v1.21.3
18962026-05-14T03:44:28.650Z Checking socket2 v0.6.3
18972026-05-14T03:44:28.692Z Checking typenum v1.19.0
18982026-05-14T03:44:28.751Z Checking iana-time-zone v0.1.65
18992026-05-14T03:44:28.838Z Checking bytes v1.11.1
19002026-05-14T03:44:28.881Z Checking thiserror v2.0.18
19012026-05-14T03:44:28.918Z Checking chrono v0.4.44
19022026-05-14T03:44:28.958Z Checking icu_provider v2.1.1
19032026-05-14T03:44:28.996Z Checking uuid v1.23.0
19042026-05-14T03:44:29.032Z Checking semver v1.0.28
19052026-05-14T03:44:29.153Z Checking futures-core v0.3.32
19062026-05-14T03:44:29.218Z Checking icu_normalizer v2.1.1
19072026-05-14T03:44:29.254Z Checking icu_properties v2.1.2
19082026-05-14T03:44:29.290Z Checking generic-array v0.14.7
19092026-05-14T03:44:29.294Z Checking tokio v1.52.1
19102026-05-14T03:44:29.367Z Checking equivalent v1.0.2
19112026-05-14T03:44:29.418Z Checking dyn-clone v1.0.20
19122026-05-14T03:44:29.495Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19132026-05-14T03:44:29.546Z Checking const-oid v0.9.6
19142026-05-14T03:44:29.581Z Checking futures-sink v0.3.32
19152026-05-14T03:44:29.707Z Checking futures-channel v0.3.32
19162026-05-14T03:44:29.783Z Checking crypto-common v0.1.7
19172026-05-14T03:44:29.786Z Checking block-buffer v0.10.4
19182026-05-14T03:44:29.851Z Checking slab v0.4.12
19192026-05-14T03:44:29.926Z Checking futures-io v0.3.32
19202026-05-14T03:44:29.962Z Checking futures-task v0.3.32
19212026-05-14T03:44:29.995Z Checking hashbrown v0.17.0
19222026-05-14T03:44:30.033Z Checking byteorder v1.5.0
19232026-05-14T03:44:30.070Z Checking rustix v1.1.3
19242026-05-14T03:44:30.104Z Checking idna_adapter v1.2.1
19252026-05-14T03:44:30.139Z Checking futures-util v0.3.32
19262026-05-14T03:44:30.238Z Checking digest v0.10.7
19272026-05-14T03:44:30.274Z Checking cpufeatures v0.2.17
19282026-05-14T03:44:30.277Z Checking idna v1.1.0
19292026-05-14T03:44:30.372Z Checking thiserror v1.0.69
19302026-05-14T03:44:30.470Z Checking getrandom v0.3.4
19312026-05-14T03:44:30.506Z Checking indexmap v2.14.0
19322026-05-14T03:44:30.509Z Checking fnv v1.0.7
19332026-05-14T03:44:30.586Z Checking url v2.5.8
19342026-05-14T03:44:30.641Z Checking regex-syntax v0.8.10
19352026-05-14T03:44:30.677Z Checking http v1.4.0
19362026-05-14T03:44:30.710Z Checking ppv-lite86 v0.2.21
19372026-05-14T03:44:30.926Z Checking tracing-core v0.1.36
19382026-05-14T03:44:31.089Z Checking base64 v0.22.1
19392026-05-14T03:44:31.099Z Checking schemars v0.8.22
19402026-05-14T03:44:31.102Z Checking ipnet v2.11.0
19412026-05-14T03:44:31.256Z Checking tracing v0.1.44
19422026-05-14T03:44:31.259Z Checking unicode-ident v1.0.24
19432026-05-14T03:44:31.324Z Checking untrusted v0.9.0
19442026-05-14T03:44:31.385Z Checking aho-corasick v1.1.4
19452026-05-14T03:44:31.426Z Checking proc-macro2 v1.0.106
19462026-05-14T03:44:31.464Z Checking ring v0.17.14
19472026-05-14T03:44:31.499Z Checking utf8parse v0.2.2
19482026-05-14T03:44:31.629Z Checking anstyle v1.0.13
19492026-05-14T03:44:31.729Z Checking rustls-pki-types v1.14.0
19502026-05-14T03:44:31.765Z Checking quote v1.0.45
19512026-05-14T03:44:31.837Z Checking httparse v1.10.1
19522026-05-14T03:44:31.965Z Checking syn v2.0.117
19532026-05-14T03:44:31.997Z Checking base64ct v1.8.3
19542026-05-14T03:44:32.041Z Checking anstyle-parse v0.2.7
19552026-05-14T03:44:32.044Z Checking block-padding v0.3.3
19562026-05-14T03:44:32.108Z Checking is_terminal_polyfill v1.70.2
19572026-05-14T03:44:32.111Z Checking regex-automata v0.4.14
19582026-05-14T03:44:32.220Z Checking anstyle-query v1.1.5
19592026-05-14T03:44:32.255Z Checking colorchoice v1.0.4
19602026-05-14T03:44:32.258Z Checking inout v0.1.4
19612026-05-14T03:44:32.321Z Checking crossbeam-utils v0.8.21
19622026-05-14T03:44:32.357Z Checking allocator-api2 v0.2.21
19632026-05-14T03:44:32.415Z Checking anstream v0.6.21
19642026-05-14T03:44:32.451Z Checking cipher v0.4.4
19652026-05-14T03:44:32.489Z Checking http-body v1.0.1
19662026-05-14T03:44:32.533Z Checking tokio-util v0.7.18
19672026-05-14T03:44:32.642Z Checking terminal_size v0.4.3
19682026-05-14T03:44:32.680Z Checking atomic-waker v1.1.2
19692026-05-14T03:44:32.683Z Checking strsim v0.11.1
19702026-05-14T03:44:32.711Z Checking httpdate v1.0.3
19712026-05-14T03:44:32.714Z Checking try-lock v0.2.5
19722026-05-14T03:44:32.809Z Checking clap_lex v1.0.0
19732026-05-14T03:44:32.812Z Checking pem-rfc7468 v0.7.0
19742026-05-14T03:44:32.876Z Checking want v0.3.1
19752026-05-14T03:44:32.910Z Checking sha2 v0.10.9
19762026-05-14T03:44:32.959Z Checking tower-service v0.3.3
19772026-05-14T03:44:32.996Z Checking pin-utils v0.1.0
19782026-05-14T03:44:33.032Z Checking tower-layer v0.3.3
19792026-05-14T03:44:33.035Z Checking clap_builder v4.5.60
19802026-05-14T03:44:33.099Z Checking ryu v1.0.23
19812026-05-14T03:44:33.103Z Checking powerfmt v0.2.0
19822026-05-14T03:44:33.166Z Checking h2 v0.4.13
19832026-05-14T03:44:33.204Z Checking rand_core v0.9.5
19842026-05-14T03:44:33.207Z Checking hmac v0.12.1
19852026-05-14T03:44:33.272Z Checking num_threads v0.1.7
19862026-05-14T03:44:33.308Z Checking deranged v0.5.8
19872026-05-14T03:44:33.386Z Checking time-core v0.1.8
19882026-05-14T03:44:33.422Z Checking num-conv v0.2.0
19892026-05-14T03:44:33.425Z Checking mime v0.3.17
19902026-05-14T03:44:33.556Z Checking flagset v0.4.7
19912026-05-14T03:44:33.591Z Checking erased-serde v0.3.31
19922026-05-14T03:44:33.651Z Checking rand_chacha v0.9.0
19932026-05-14T03:44:33.707Z Checking der v0.7.10
19942026-05-14T03:44:33.880Z Checking http-body-util v0.1.3
19952026-05-14T03:44:33.973Z Checking spin v0.9.8
19962026-05-14T03:44:34.010Z Checking slog v2.8.2
19972026-05-14T03:44:34.124Z Checking rand v0.9.2
19982026-05-14T03:44:34.185Z Checking aws-lc-sys v0.40.0
19992026-05-14T03:44:34.221Z Checking anyhow v1.0.102
20002026-05-14T03:44:34.255Z Checking time v0.3.47
20012026-05-14T03:44:34.300Z Checking untrusted v0.7.1
20022026-05-14T03:44:34.339Z Checking clap v4.5.60
20032026-05-14T03:44:34.440Z Checking serde_urlencoded v0.7.1
20042026-05-14T03:44:34.444Z Checking encoding_rs v0.8.35
20052026-05-14T03:44:34.473Z Checking openssl-probe v0.2.1
20062026-05-14T03:44:34.509Z Checking regex v1.12.3
20072026-05-14T03:44:34.608Z Checking fastrand v2.3.0
20082026-05-14T03:44:34.644Z Checking spki v0.7.3
20092026-05-14T03:44:34.679Z Checking pbkdf2 v0.12.2
20102026-05-14T03:44:34.721Z Checking aws-lc-rs v1.16.3
20112026-05-14T03:44:34.815Z Checking aes v0.8.4
20122026-05-14T03:44:34.818Z Checking pretty-hex v0.4.1
20132026-05-14T03:44:34.886Z Checking cbc v0.1.2
20142026-05-14T03:44:34.889Z Checking salsa20 v0.10.2
20152026-05-14T03:44:34.994Z Checking rand_chacha v0.3.1
20162026-05-14T03:44:35.042Z Checking hex v0.4.3
20172026-05-14T03:44:35.079Z Checking plain v0.2.3
20182026-05-14T03:44:35.212Z Checking scrypt v0.11.0
20192026-05-14T03:44:35.248Z Checking rand v0.8.6
20202026-05-14T03:44:35.251Z Checking tempfile v3.25.0
20212026-05-14T03:44:35.315Z Checking rustls-native-certs v0.8.3
20222026-05-14T03:44:35.381Z Checking ipnetwork v0.21.1
20232026-05-14T03:44:35.417Z Checking sync_wrapper v1.0.2
20242026-05-14T03:44:35.467Z Checking ucd-trie v0.1.7
20252026-05-14T03:44:35.502Z Checking foldhash v0.2.0
20262026-05-14T03:44:35.505Z Checking simd-adler32 v0.3.8
20272026-05-14T03:44:35.572Z Checking tower v0.5.3
20282026-05-14T03:44:35.575Z Checking rustls-webpki v0.103.9
20292026-05-14T03:44:35.698Z Checking pest v2.8.6
20302026-05-14T03:44:35.701Z Checking pkcs5 v0.7.1
20312026-05-14T03:44:35.701Z Checking webpki-roots v1.0.6
20322026-05-14T03:44:35.803Z Checking hashbrown v0.16.1
20332026-05-14T03:44:35.806Z Checking camino v1.2.2
20342026-05-14T03:44:35.871Z Checking hyper v1.8.1
20352026-05-14T03:44:35.907Z Checking iri-string v0.7.10
20362026-05-14T03:44:36.042Z Checking adler2 v2.0.1
20372026-05-14T03:44:36.081Z Checking rustls v0.23.37
20382026-05-14T03:44:36.084Z Checking pkcs8 v0.10.2
20392026-05-14T03:44:36.149Z Checking openapiv3 v2.2.0
20402026-05-14T03:44:36.183Z Checking miniz_oxide v0.8.9
20412026-05-14T03:44:36.318Z Checking futures-executor v0.3.32
20422026-05-14T03:44:36.360Z Checking either v1.15.0
20432026-05-14T03:44:36.495Z Checking futures v0.3.32
20442026-05-14T03:44:36.563Z Checking winnow v0.7.14
20452026-05-14T03:44:36.566Z Checking crc32fast v1.5.0
20462026-05-14T03:44:36.632Z Checking static_assertions v1.1.0
20472026-05-14T03:44:36.734Z Checking oxnet v0.1.4
20482026-05-14T03:44:36.770Z Checking lazy_static v1.5.0
20492026-05-14T03:44:36.806Z Checking signature v2.2.0
20502026-05-14T03:44:36.809Z Checking hyper-util v0.1.20
20512026-05-14T03:44:36.888Z Checking hubpack v0.1.2
20522026-05-14T03:44:36.933Z Checking tower-http v0.6.8
20532026-05-14T03:44:36.968Z Checking strum v0.26.3
20542026-05-14T03:44:37.003Z Checking zlib-rs v0.6.2
20552026-05-14T03:44:37.098Z Checking sha1 v0.10.6
20562026-05-14T03:44:37.132Z Checking scroll v0.13.0
20572026-05-14T03:44:37.255Z Checking foreign-types-shared v0.1.1
20582026-05-14T03:44:37.292Z Checking tinyvec_macros v0.1.1
20592026-05-14T03:44:37.370Z Checking foreign-types v0.3.2
20602026-05-14T03:44:37.407Z Checking tinyvec v1.10.0
20612026-05-14T03:44:37.411Z Checking goblin v0.10.5
20622026-05-14T03:44:37.472Z Checking toml_datetime v0.6.11
20632026-05-14T03:44:37.506Z Checking serde_spanned v0.6.9
20642026-05-14T03:44:37.662Z Checking num-integer v0.1.46
20652026-05-14T03:44:37.699Z Checking openssl-sys v0.9.115
20662026-05-14T03:44:37.748Z Checking memmap2 v0.9.10
20672026-05-14T03:44:37.784Z Checking psl-types v2.0.11
20682026-05-14T03:44:37.903Z Checking flate2 v1.1.9
20692026-05-14T03:44:37.940Z Checking data-encoding v2.10.0
20702026-05-14T03:44:37.943Z Checking publicsuffix v2.3.0
20712026-05-14T03:44:38.009Z Checking dtrace-parser v0.3.0
20722026-05-14T03:44:38.096Z Checking openssl v0.10.79
20732026-05-14T03:44:38.134Z Checking cookie v0.18.1
20742026-05-14T03:44:38.137Z Checking thread-id v5.1.0
20752026-05-14T03:44:38.225Z Checking bit-vec v0.8.0
20762026-05-14T03:44:38.264Z Checking base16ct v0.2.0
20772026-05-14T03:44:38.300Z Checking ff v0.13.1
20782026-05-14T03:44:38.303Z Checking wait-timeout v0.2.1
20792026-05-14T03:44:38.390Z Checking cookie_store v0.22.1
20802026-05-14T03:44:38.426Z Checking sec1 v0.7.3
20812026-05-14T03:44:38.459Z Checking bit-set v0.8.0
20822026-05-14T03:44:38.463Z Checking group v0.13.0
20832026-05-14T03:44:38.526Z Checking num-iter v0.1.45
20842026-05-14T03:44:38.529Z Checking tokio-rustls v0.26.4
20852026-05-14T03:44:38.630Z Checking rustls-platform-verifier v0.6.2
20862026-05-14T03:44:38.669Z Checking bstr v1.12.1
20872026-05-14T03:44:38.673Z Checking hkdf v0.12.4
20882026-05-14T03:44:38.733Z Checking crossbeam-epoch v0.9.18
20892026-05-14T03:44:38.768Z Checking ahash v0.8.12
20902026-05-14T03:44:38.803Z Checking hyper-rustls v0.27.7
20912026-05-14T03:44:38.806Z Checking crypto-bigint v0.5.5
20922026-05-14T03:44:38.871Z Checking quick-error v1.2.3
20932026-05-14T03:44:38.972Z Checking rand_xorshift v0.4.0
20942026-05-14T03:44:39.009Z Checking rusty-fork v0.3.1
20952026-05-14T03:44:39.013Z Checking scroll v0.12.0
20962026-05-14T03:44:39.077Z Checking reqwest v0.13.2
20972026-05-14T03:44:39.082Z Checking unarray v0.1.4
20982026-05-14T03:44:39.145Z Checking num-bigint-dig v0.8.6
20992026-05-14T03:44:39.206Z Checking pkcs1 v0.7.5
21002026-05-14T03:44:39.209Z Checking proptest v1.10.0
21012026-05-14T03:44:39.289Z Checking goblin v0.8.2
21022026-05-14T03:44:39.446Z Checking x509-cert v0.2.5
21032026-05-14T03:44:39.731Z Checking elliptic-curve v0.13.8
21042026-05-14T03:44:39.767Z Checking dof v0.4.0
21052026-05-14T03:44:39.965Z Checking zerocopy v0.7.35
21062026-05-14T03:44:40.003Z Checking unicode-segmentation v1.12.0
21072026-05-14T03:44:40.063Z Checking rsa v0.9.10
21082026-05-14T03:44:40.100Z Checking native-tls v0.2.18
21092026-05-14T03:44:40.137Z Checking dtrace-parser v0.2.0
21102026-05-14T03:44:40.325Z Checking tokio-native-tls v0.3.1
21112026-05-14T03:44:40.346Z Checking rfc6979 v0.4.0
21122026-05-14T03:44:40.401Z Checking thread-id v4.2.2
21132026-05-14T03:44:40.437Z Checking usdt-impl v0.6.0
21142026-05-14T03:44:40.476Z Checking toml_write v0.1.2
21152026-05-14T03:44:40.512Z Checking toml_parser v1.0.9+spec-1.1.0
21162026-05-14T03:44:40.515Z Checking hyper-tls v0.6.0
21172026-05-14T03:44:40.515Z Checking ecdsa v0.16.9
21182026-05-14T03:44:40.610Z Checking curve25519-dalek v4.1.3
21192026-05-14T03:44:40.666Z Checking toml_edit v0.22.27
21202026-05-14T03:44:40.733Z Checking usdt v0.6.0
21212026-05-14T03:44:40.773Z Checking reqwest v0.12.28
21222026-05-14T03:44:40.862Z Checking memoffset v0.9.1
21232026-05-14T03:44:40.906Z Checking rustix v0.38.44
21242026-05-14T03:44:40.941Z Checking env_filter v1.0.0
21252026-05-14T03:44:40.977Z Checking keccak v0.1.6
21262026-05-14T03:44:41.018Z Checking newtype-uuid v1.3.2
21272026-05-14T03:44:41.111Z Checking same-file v1.0.6
21282026-05-14T03:44:41.171Z Checking sha3 v0.10.8
21292026-05-14T03:44:41.208Z Checking dof v0.3.0
21302026-05-14T03:44:41.245Z Checking daft v0.1.5
21312026-05-14T03:44:41.280Z Checking walkdir v2.5.0
21322026-05-14T03:44:41.402Z Checking env_logger v0.11.9
21332026-05-14T03:44:41.440Z Checking ed25519 v2.2.3
21342026-05-14T03:44:41.475Z Checking itertools v0.13.0
21352026-05-14T03:44:41.511Z Checking serde_with v3.17.0
21362026-05-14T03:44:41.516Z Checking usdt-impl v0.5.0
21372026-05-14T03:44:41.618Z Checking bitflags v1.3.2
21382026-05-14T03:44:41.655Z Checking siphasher v1.0.2
21392026-05-14T03:44:41.658Z Checking ed25519-dalek v2.2.0
21402026-05-14T03:44:41.724Z Checking unicode-normalization v0.1.25
21412026-05-14T03:44:41.727Z Checking signal-hook v0.3.18
21422026-05-14T03:44:41.792Z Checking winnow v0.5.40
21432026-05-14T03:44:41.840Z Checking managed v0.8.0
21442026-05-14T03:44:41.876Z Checking nix v0.31.2
21452026-05-14T03:44:41.943Z Checking bzip2-sys v0.1.13+1.0.8
21462026-05-14T03:44:41.979Z Checking object v0.37.3
21472026-05-14T03:44:42.062Z Checking foldhash v0.1.5
21482026-05-14T03:44:42.097Z Checking bzip2 v0.4.4
21492026-05-14T03:44:42.168Z Checking signal-hook-mio v0.2.5
21502026-05-14T03:44:42.225Z Checking hashbrown v0.15.5
21512026-05-14T03:44:42.286Z Checking globset v0.4.18
21522026-05-14T03:44:42.322Z Checking ref-cast v1.0.25
21532026-05-14T03:44:42.450Z Checking zstd-sys v2.0.16+zstd.1.5.7
21542026-05-14T03:44:42.546Z Checking zip v0.6.6
21552026-05-14T03:44:42.583Z Checking pin-project v1.1.11
21562026-05-14T03:44:42.615Z Checking zstd-safe v7.2.4
21572026-05-14T03:44:42.703Z Checking bumpalo v3.20.2
21582026-05-14T03:44:42.739Z Checking libbz2-rs-sys v0.2.2
21592026-05-14T03:44:42.806Z Checking zstd v0.13.3
21602026-05-14T03:44:42.890Z Checking crossterm v0.28.1
21612026-05-14T03:44:42.926Z Checking similar v2.7.0
21622026-05-14T03:44:42.963Z Checking zopfli v0.8.3
21632026-05-14T03:44:42.967Z Checking tokio-stream v0.1.18
21642026-05-14T03:44:43.030Z Checking toml_edit v0.19.15
21652026-05-14T03:44:43.033Z Checking fs-err v3.3.0
21662026-05-14T03:44:43.164Z Checking bzip2 v0.6.1
21672026-05-14T03:44:43.315Z Checking pem v3.0.6
21682026-05-14T03:44:43.351Z Checking hash32 v0.2.1
21692026-05-14T03:44:43.384Z Checking serde-big-array v0.5.1
21702026-05-14T03:44:43.418Z Checking unicode-properties v0.1.4
21712026-05-14T03:44:43.421Z Checking jiff v0.2.21
21722026-05-14T03:44:43.513Z Checking unicode-bidi v0.3.18
21732026-05-14T03:44:43.534Z Checking predicates-core v1.0.10
21742026-05-14T03:44:43.568Z Checking heapless v0.7.17
21752026-05-14T03:44:43.607Z Checking snafu v0.8.9
21762026-05-14T03:44:43.642Z Checking olpc-cjson v0.1.4
21772026-05-14T03:44:43.682Z Checking hickory-proto v0.25.2
21782026-05-14T03:44:43.803Z Checking md-5 v0.10.6
21792026-05-14T03:44:43.840Z Checking stringprep v0.1.5
21802026-05-14T03:44:43.875Z Checking serde_plain v1.0.2
21812026-05-14T03:44:43.969Z Checking toml_datetime v0.7.5+spec-1.1.0
21822026-05-14T03:44:44.008Z Checking float-cmp v0.10.0
21832026-05-14T03:44:44.043Z Checking fallible-iterator v0.2.0
21842026-05-14T03:44:44.078Z Checking difflib v0.4.0
21852026-05-14T03:44:44.081Z Checking toml v0.7.8
21862026-05-14T03:44:44.164Z Checking typed-path v0.9.3
21872026-05-14T03:44:44.200Z Checking rustc-hash v2.1.1
21882026-05-14T03:44:44.287Z Checking normalize-line-endings v0.3.0
21892026-05-14T03:44:44.324Z Checking smoltcp v0.9.1
21902026-05-14T03:44:44.359Z Checking iddqd v0.3.18
21912026-05-14T03:44:44.362Z Checking postgres-protocol v0.6.10
21922026-05-14T03:44:44.426Z Checking predicates v3.1.4
21932026-05-14T03:44:44.462Z Checking phf_shared v0.11.3
21942026-05-14T03:44:44.635Z Checking phf_shared v0.13.1
21952026-05-14T03:44:44.732Z Checking buf-list v1.1.2
21962026-05-14T03:44:44.772Z Checking strum v0.27.2
21972026-05-14T03:44:44.861Z Checking fixedbitset v0.4.2
21982026-05-14T03:44:44.917Z Checking precomputed-hash v0.1.1
21992026-05-14T03:44:44.953Z Checking lalrpop-util v0.19.12
22002026-05-14T03:44:44.956Z Checking new_debug_unreachable v1.0.6
22012026-05-14T03:44:45.021Z Checking tough v0.22.0
22022026-05-14T03:44:45.056Z Checking fixedbitset v0.5.7
22032026-05-14T03:44:45.059Z Checking petgraph v0.6.5
22042026-05-14T03:44:45.123Z Checking string_cache v0.8.9
22052026-05-14T03:44:45.157Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22062026-05-14T03:44:45.231Z Checking phf v0.13.1
22072026-05-14T03:44:45.283Z Checking petgraph v0.8.3
22082026-05-14T03:44:45.320Z Checking postgres-types v0.2.12
22092026-05-14T03:44:45.409Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22102026-05-14T03:44:45.656Z Checking peg-runtime v0.8.5
22112026-05-14T03:44:45.693Z Checking zip v4.6.1
22122026-05-14T03:44:45.729Z Checking whoami v2.1.0
22132026-05-14T03:44:45.946Z Checking tokio-postgres v0.7.16
22142026-05-14T03:44:45.950Z Checking is-terminal v0.4.17
22152026-05-14T03:44:46.126Z Checking crossbeam-channel v0.5.15
22162026-05-14T03:44:46.296Z Compiling structmeta-derive v0.3.0
22172026-05-14T03:44:46.344Z Checking thread_local v1.1.9
22182026-05-14T03:44:46.483Z Checking term v1.2.1
22192026-05-14T03:44:46.517Z Checking take_mut v0.2.2
22202026-05-14T03:44:46.549Z Compiling newtype-uuid-macros v0.1.0
22212026-05-14T03:44:46.646Z Checking slog-async v2.8.0
22222026-05-14T03:44:46.729Z Checking slog-term v2.9.2
22232026-05-14T03:44:46.850Z Compiling rustls v0.22.4
22242026-05-14T03:44:46.887Z Compiling multer v3.1.0
22252026-05-14T03:44:47.020Z Compiling async-stream-impl v0.3.6
22262026-05-14T03:44:47.054Z Compiling dropshot v0.17.0
22272026-05-14T03:44:47.169Z Compiling dropshot_endpoint v0.17.0
22282026-05-14T03:44:47.204Z Checking match_cfg v0.1.0
22292026-05-14T03:44:47.253Z Checking slog-json v2.6.1
22302026-05-14T03:44:47.324Z Checking hostname v0.3.1
22312026-05-14T03:44:47.360Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-05-14T03:44:47.393Z Compiling structmeta v0.3.0
22332026-05-14T03:44:47.398Z Checking debug-ignore v1.0.5
22342026-05-14T03:44:47.456Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22352026-05-14T03:44:47.489Z Checking slog-bunyan v2.5.0
22362026-05-14T03:44:47.556Z Checking serde_spanned v1.0.4
22372026-05-14T03:44:47.629Z Checking toml_writer v1.0.6+spec-1.1.0
22382026-05-14T03:44:47.634Z Compiling derive-ex v0.1.8
22392026-05-14T03:44:47.634Z Checking rustls-webpki v0.102.8
22402026-05-14T03:44:47.699Z Checking serde_path_to_error v0.1.20
22412026-05-14T03:44:47.765Z Checking async-stream v0.3.6
22422026-05-14T03:44:47.837Z Checking waitgroup v0.1.2
22432026-05-14T03:44:47.894Z Checking rustls-pemfile v2.2.0
22442026-05-14T03:44:47.930Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-05-14T03:44:47.968Z Checking hostname v0.4.2
22462026-05-14T03:44:48.024Z Checking compression-core v0.4.31
22472026-05-14T03:44:48.061Z Checking progenitor-client v0.14.0
22482026-05-14T03:44:48.061Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-05-14T03:44:48.162Z Compiling parse-display-derive v0.10.0
22502026-05-14T03:44:48.166Z Checking toml v1.0.6+spec-1.1.0
22512026-05-14T03:44:48.197Z Checking compression-codecs v0.4.37
22522026-05-14T03:44:48.259Z Checking regress v0.10.5
22532026-05-14T03:44:48.382Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22542026-05-14T03:44:48.423Z Checking async-compression v0.4.41
22552026-05-14T03:44:48.552Z Checking itertools v0.14.0
22562026-05-14T03:44:48.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22572026-05-14T03:44:48.808Z Checking macaddr v1.0.1
22582026-05-14T03:44:48.922Z Checking instant v0.1.13
22592026-05-14T03:44:49.018Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22602026-05-14T03:44:49.054Z Checking progenitor-client v0.10.0
22612026-05-14T03:44:49.130Z Checking backoff v0.4.0
22622026-05-14T03:44:49.284Z Checking backon v1.6.0
22632026-05-14T03:44:49.320Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22642026-05-14T03:44:49.355Z Checking unicode-width v0.2.0
22652026-05-14T03:44:49.388Z Compiling test-strategy v0.4.5
22662026-05-14T03:44:49.481Z Checking progenitor-extras v0.2.0
22672026-05-14T03:44:49.522Z Checking tokio-rustls v0.25.0
22682026-05-14T03:44:49.625Z Checking heck v0.5.0
22692026-05-14T03:44:49.628Z Compiling convert_case v0.4.0
22702026-05-14T03:44:49.707Z Checking half v2.7.1
22712026-05-14T03:44:49.743Z Checking ciborium-io v0.2.2
22722026-05-14T03:44:49.778Z Checking secrecy v0.10.3
22732026-05-14T03:44:49.844Z Compiling regress v0.11.1
22742026-05-14T03:44:49.880Z Checking parse-display v0.10.0
22752026-05-14T03:44:49.884Z Compiling unsafe-libyaml v0.2.11
22762026-05-14T03:44:49.956Z Checking indent_write v2.2.0
22772026-05-14T03:44:49.990Z Checking ciborium-ll v0.2.2
22782026-05-14T03:44:50.051Z Compiling derive_more v0.99.20
22792026-05-14T03:44:50.055Z Checking camino-tempfile v1.4.1
22802026-05-14T03:44:50.119Z Checking universal-hash v0.5.1
22812026-05-14T03:44:50.187Z Checking ciborium v0.2.2
22822026-05-14T03:44:50.270Z Checking opaque-debug v0.3.1
22832026-05-14T03:44:50.276Z Compiling crucible-workspace-hack v0.1.0
22842026-05-14T03:44:50.509Z Compiling serde_yaml v0.9.34+deprecated
22852026-05-14T03:44:50.680Z Checking aead v0.5.2
22862026-05-14T03:44:50.812Z Checking poly1305 v0.8.0
22872026-05-14T03:44:50.859Z Checking chacha20 v0.9.1
22882026-05-14T03:44:50.891Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22892026-05-14T03:44:51.079Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902026-05-14T03:44:51.114Z Compiling thiserror-impl-no-std v2.0.2
22912026-05-14T03:44:51.299Z Checking password-hash v0.5.0
22922026-05-14T03:44:51.423Z Checking blake2 v0.10.6
22932026-05-14T03:44:51.558Z Compiling typify-impl v0.6.2
22942026-05-14T03:44:51.671Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952026-05-14T03:44:51.707Z Checking argon2 v0.5.3
22962026-05-14T03:44:51.970Z Checking chacha20poly1305 v0.10.1
22972026-05-14T03:44:52.103Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22982026-05-14T03:44:52.178Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22992026-05-14T03:44:52.344Z Checking thiserror-no-std v2.0.2
23002026-05-14T03:44:52.430Z Checking byte-wrapper v0.1.0
23012026-05-14T03:44:52.466Z Checking vsss-rs v3.3.4
23022026-05-14T03:44:52.503Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-14T03:44:52.638Z Checking swrite v0.1.0
23042026-05-14T03:44:52.675Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23052026-05-14T03:44:52.760Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-05-14T03:44:52.795Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23072026-05-14T03:44:53.134Z Checking crossbeam-deque v0.8.6
23082026-05-14T03:44:53.202Z Compiling rayon-core v1.13.0
23092026-05-14T03:44:53.347Z Checking toml v0.8.23
23102026-05-14T03:44:53.448Z Compiling proc-macro-error v1.0.4
23112026-05-14T03:44:53.613Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-05-14T03:44:53.690Z Compiling toml_edit v0.23.10+spec-1.0.0
23132026-05-14T03:44:53.781Z Checking glob v0.3.3
23142026-05-14T03:44:53.847Z Checking rayon v1.11.0
23152026-05-14T03:44:53.994Z Checking unicode-width v0.1.14
23162026-05-14T03:44:54.255Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-05-14T03:44:54.292Z Compiling proc-macro-crate v3.4.0
23182026-05-14T03:44:54.295Z Checking tabwriter v1.4.1
23192026-05-14T03:44:54.384Z Compiling heapless v0.8.0
23202026-05-14T03:44:54.503Z Compiling ingot-macros v0.1.1
23212026-05-14T03:44:54.768Z Checking hash32 v0.3.1
23222026-05-14T03:44:54.804Z Compiling smoltcp v0.11.0
23232026-05-14T03:44:54.981Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-05-14T03:44:54.991Z Checking cobs v0.3.0
23252026-05-14T03:44:55.081Z Compiling usdt-macro v0.5.0
23262026-05-14T03:44:55.159Z Compiling usdt-attr-macro v0.5.0
23272026-05-14T03:44:55.238Z Checking memmap v0.7.0
23282026-05-14T03:44:55.317Z Checking colored v3.1.1
23292026-05-14T03:44:55.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-05-14T03:44:55.549Z Checking postcard v1.1.3
23312026-05-14T03:44:55.629Z Compiling num_enum_derive v0.7.5
23322026-05-14T03:44:55.834Z Compiling proc-macro-crate v1.3.1
23332026-05-14T03:44:55.873Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-05-14T03:44:55.914Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23352026-05-14T03:44:55.960Z Checking usdt v0.5.0
23362026-05-14T03:44:56.108Z Checking sigpipe v0.1.3
23372026-05-14T03:44:56.148Z Compiling typify-macro v0.6.2
23382026-05-14T03:44:56.180Z Compiling foreign-types-macros v0.2.3
23392026-05-14T03:44:56.221Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-14T03:44:56.273Z Checking cpufeatures v0.3.0
23412026-05-14T03:44:56.376Z Checking foreign-types-shared v0.3.1
23422026-05-14T03:44:56.498Z Checking chacha20 v0.10.0
23432026-05-14T03:44:56.533Z Compiling num_enum_derive v0.5.11
23442026-05-14T03:44:56.687Z Checking num_enum v0.7.5
23452026-05-14T03:44:56.742Z Checking cstr-argument v0.1.2
23462026-05-14T03:44:56.809Z Checking foreign-types v0.5.0
23472026-05-14T03:44:56.844Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-05-14T03:44:56.881Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-14T03:44:56.916Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23502026-05-14T03:44:56.949Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23512026-05-14T03:44:57.151Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23522026-05-14T03:44:57.234Z Checking rand v0.10.0
23532026-05-14T03:44:57.347Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23542026-05-14T03:44:57.350Z Checking ingot-types v0.1.2
23552026-05-14T03:44:57.415Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-05-14T03:44:57.422Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-05-14T03:44:57.551Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23582026-05-14T03:44:57.588Z Compiling zone_cfg_derive v0.3.1
23592026-05-14T03:44:57.622Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23602026-05-14T03:44:57.658Z Checking num_enum v0.5.11
23612026-05-14T03:44:57.784Z Checking ingot v0.1.1
23622026-05-14T03:44:57.817Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-05-14T03:44:57.855Z Checking itertools v0.12.1
23642026-05-14T03:44:57.920Z Compiling typify v0.6.2
23652026-05-14T03:44:58.016Z Compiling num-derive v0.4.2
23662026-05-14T03:44:58.060Z Compiling progenitor-impl v0.14.0
23672026-05-14T03:44:58.251Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-05-14T03:44:58.599Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23692026-05-14T03:44:58.698Z Checking smf v0.2.3
23702026-05-14T03:44:58.785Z Checking whoami v1.6.1
23712026-05-14T03:44:58.917Z Checking zone v0.3.1
23722026-05-14T03:44:58.961Z Checking tokio-dtrace v0.1.1
23732026-05-14T03:44:58.997Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23742026-05-14T03:44:59.001Z Compiling derive-where v1.6.0
23752026-05-14T03:44:59.001Z Checking console v0.15.11
23762026-05-14T03:44:59.171Z Checking oxide-tokio-rt v0.1.4
23772026-05-14T03:44:59.245Z Checking atomicwrites v0.4.4
23782026-05-14T03:44:59.286Z Checking newline-converter v0.3.0
23792026-05-14T03:44:59.364Z Checking num-rational v0.4.2
23802026-05-14T03:44:59.366Z Checking num-complex v0.4.6
23812026-05-14T03:44:59.431Z Checking bytecount v0.6.9
23822026-05-14T03:44:59.434Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23832026-05-14T03:44:59.434Z Checking expectorate v1.2.0
23842026-05-14T03:44:59.562Z Checking float-ord v0.3.2
23852026-05-14T03:44:59.618Z Compiling progenitor-impl v0.13.0
23862026-05-14T03:44:59.660Z Compiling owo-colors v4.3.0
23872026-05-14T03:44:59.754Z Checking num v0.4.3
23882026-05-14T03:44:59.858Z Checking progenitor-client v0.13.0
23892026-05-14T03:45:00.125Z Compiling cancel-safe-futures v0.1.5
23902026-05-14T03:45:00.444Z Checking libsw-core v0.3.2
23912026-05-14T03:45:00.616Z Compiling prettyplease v0.2.37
23922026-05-14T03:45:00.651Z Checking libsw v3.5.0
23932026-05-14T03:45:00.685Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23942026-05-14T03:45:00.688Z Compiling progenitor-macro v0.14.0
23952026-05-14T03:45:00.906Z Checking linear-map v1.2.0
23962026-05-14T03:45:00.989Z Checking gethostname v0.5.0
23972026-05-14T03:45:01.096Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-05-14T03:45:01.130Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992026-05-14T03:45:01.136Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24002026-05-14T03:45:01.746Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24012026-05-14T03:45:01.987Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-05-14T03:45:02.268Z Compiling progenitor-macro v0.13.0
24032026-05-14T03:45:03.584Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-05-14T03:45:04.350Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-05-14T03:45:05.206Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-05-14T03:45:05.694Z Checking progenitor v0.14.0
24072026-05-14T03:45:06.249Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24082026-05-14T03:45:06.768Z Checking resolv-conf v0.7.6
24092026-05-14T03:45:06.981Z Checking smawk v0.3.2
24102026-05-14T03:45:06.984Z Checking unicode-linebreak v0.1.5
24112026-05-14T03:45:07.177Z Checking progenitor v0.13.0
24122026-05-14T03:45:07.212Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24132026-05-14T03:45:07.215Z Checking papergrid v0.11.0
24142026-05-14T03:45:07.281Z Compiling tabled_derive v0.7.0
24152026-05-14T03:45:07.347Z Compiling convert_case v0.10.0
24162026-05-14T03:45:07.390Z Compiling slog-dtrace v0.3.0
24172026-05-14T03:45:07.543Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24182026-05-14T03:45:07.607Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24192026-05-14T03:45:07.696Z Compiling derive_more-impl v2.1.1
24202026-05-14T03:45:07.782Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24212026-05-14T03:45:08.291Z Checking tabled v0.15.0
24222026-05-14T03:45:08.329Z Checking fd-lock v4.0.4
24232026-05-14T03:45:08.424Z Checking vte v0.14.1
24242026-05-14T03:45:08.486Z Checking display-error-chain v0.2.2
24252026-05-14T03:45:08.543Z Checking derive_more v2.1.1
24262026-05-14T03:45:08.580Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24272026-05-14T03:45:08.612Z Checking strip-ansi-escapes v0.2.1
24282026-05-14T03:45:08.644Z Checking termtree v0.5.1
24292026-05-14T03:45:08.678Z Checking crossterm v0.29.0
24302026-05-14T03:45:08.740Z Checking linked-hash-map v0.5.6
24312026-05-14T03:45:08.775Z Checking nu-ansi-term v0.50.3
24322026-05-14T03:45:08.812Z Checking textwrap v0.16.2
24332026-05-14T03:45:08.848Z Checking hickory-proto v0.24.4
24342026-05-14T03:45:08.938Z Checking lru-cache v0.1.2
24352026-05-14T03:45:09.008Z Checking reedline v0.40.0
24362026-05-14T03:45:09.049Z Compiling minimal-lexical v0.2.1
24372026-05-14T03:45:09.088Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24382026-05-14T03:45:09.251Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392026-05-14T03:45:09.337Z Compiling nom v7.1.3
24402026-05-14T03:45:09.472Z Compiling ar_archive_writer v0.5.1
24412026-05-14T03:45:09.655Z Checking humantime v2.3.0
24422026-05-14T03:45:09.870Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-05-14T03:45:09.873Z Checking csv-core v0.1.13
24442026-05-14T03:45:10.119Z Checking csv v1.4.0
24452026-05-14T03:45:10.175Z Compiling stacker v0.1.23
24462026-05-14T03:45:10.350Z Compiling psm v0.1.30
24472026-05-14T03:45:10.385Z Compiling semver v0.1.20
24482026-05-14T03:45:10.464Z Checking highway v1.3.0
24492026-05-14T03:45:10.512Z Compiling cfg_aliases v0.1.1
24502026-05-14T03:45:10.606Z Compiling rustc_version v0.1.7
24512026-05-14T03:45:10.639Z Compiling nix v0.28.0
24522026-05-14T03:45:10.673Z Checking hickory-resolver v0.24.4
24532026-05-14T03:45:10.704Z Checking nibble_vec v0.1.0
24542026-05-14T03:45:10.707Z Checking endian-type v0.1.2
24552026-05-14T03:45:10.769Z Checking home v0.5.12
24562026-05-14T03:45:10.856Z Compiling newtype_derive v0.1.6
24572026-05-14T03:45:10.891Z Checking radix_trie v0.2.1
24582026-05-14T03:45:10.892Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592026-05-14T03:45:10.988Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-05-14T03:45:11.087Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-05-14T03:45:11.128Z Checking phf_shared v0.12.1
24622026-05-14T03:45:11.163Z Compiling recursive-proc-macro-impl v0.1.1
24632026-05-14T03:45:11.298Z Compiling chrono-tz v0.10.4
24642026-05-14T03:45:11.333Z Checking phf v0.12.1
24652026-05-14T03:45:11.427Z Checking qorb v0.4.1
24662026-05-14T03:45:11.595Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24672026-05-14T03:45:11.629Z Compiling const_format_proc_macros v0.2.34
24682026-05-14T03:45:11.632Z Checking recursive v0.1.1
24692026-05-14T03:45:11.693Z Compiling peg-macros v0.8.5
24702026-05-14T03:45:11.751Z Checking winnow v0.6.26
24712026-05-14T03:45:11.808Z Compiling sqlparser_derive v0.5.0
24722026-05-14T03:45:12.126Z Checking unicode_categories v0.1.1
24732026-05-14T03:45:12.480Z Checking rustyline v14.0.0
24742026-05-14T03:45:12.536Z Checking const_format v0.2.35
24752026-05-14T03:45:12.654Z Checking sqlparser v0.61.0
24762026-05-14T03:45:12.932Z Checking sqlformat v0.3.5
24772026-05-14T03:45:13.161Z Checking peg v0.8.5
24782026-05-14T03:45:13.203Z Checking bcs v0.1.6
24792026-05-14T03:45:13.263Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24802026-05-14T03:45:13.400Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-05-14T03:45:13.463Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24822026-05-14T03:45:13.498Z Checking steno v0.4.1
24832026-05-14T03:45:13.672Z Checking filetime v0.2.27
24842026-05-14T03:45:13.744Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24852026-05-14T03:45:13.844Z Checking xattr v1.6.1
24862026-05-14T03:45:14.009Z Checking tar v0.4.45
24872026-05-14T03:45:14.381Z Checking subprocess v0.2.15
24882026-05-14T03:45:14.417Z Checking base64 v0.21.7
24892026-05-14T03:45:14.449Z Checking headers-core v0.3.0
24902026-05-14T03:45:14.524Z Checking yasna v0.5.2
24912026-05-14T03:45:14.585Z Checking headers v0.4.1
24922026-05-14T03:45:14.717Z Checking dropshot-api-manager-types v0.7.1
24932026-05-14T03:45:14.953Z Checking rcgen v0.12.1
24942026-05-14T03:45:14.958Z Checking tagptr v0.2.0
24952026-05-14T03:45:15.093Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24962026-05-14T03:45:15.155Z Checking moka v0.12.13
24972026-05-14T03:45:15.269Z Checking utf-8 v0.7.6
24982026-05-14T03:45:15.304Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24992026-05-14T03:45:15.439Z Compiling libefi-sys v0.1.0
25002026-05-14T03:45:15.485Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25012026-05-14T03:45:15.699Z Compiling bitfield-struct v0.6.2
25022026-05-14T03:45:15.822Z Checking hickory-resolver v0.25.2
25032026-05-14T03:45:15.939Z Compiling radium v0.7.0
25042026-05-14T03:45:15.973Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-05-14T03:45:16.083Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25062026-05-14T03:45:16.270Z Checking tungstenite v0.21.0
25072026-05-14T03:45:16.315Z Checking tap v1.0.1
25082026-05-14T03:45:16.366Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-05-14T03:45:16.452Z Compiling maybe-uninit v2.0.0
25102026-05-14T03:45:16.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25112026-05-14T03:45:16.565Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25122026-05-14T03:45:16.636Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-05-14T03:45:16.715Z Checking tokio-tungstenite v0.21.0
25142026-05-14T03:45:16.826Z Checking wyz v0.5.1
25152026-05-14T03:45:17.034Z Compiling zerocopy-derive v0.6.6
25162026-05-14T03:45:17.097Z Compiling packed_struct v0.10.1
25172026-05-14T03:45:17.100Z Checking crc-catalog v2.4.0
25182026-05-14T03:45:17.162Z Checking funty v2.0.0
25192026-05-14T03:45:17.220Z Checking crc v3.4.0
25202026-05-14T03:45:17.443Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25212026-05-14T03:45:17.449Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25222026-05-14T03:45:17.543Z Checking bitvec v1.0.1
25232026-05-14T03:45:17.546Z Compiling packed_struct_codegen v0.10.1
25242026-05-14T03:45:17.608Z Compiling bitfield-macros v0.19.4
25252026-05-14T03:45:17.934Z Checking zerocopy v0.6.6
25262026-05-14T03:45:18.261Z Compiling indexmap v1.9.3
25272026-05-14T03:45:18.357Z Checking nodrop v0.1.14
25282026-05-14T03:45:18.431Z Checking bitfield v0.19.4
25292026-05-14T03:45:18.479Z Checking array-init v0.0.4
25302026-05-14T03:45:18.558Z Checking smallvec v0.6.14
25312026-05-14T03:45:18.652Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25322026-05-14T03:45:18.731Z Checking hashbrown v0.12.3
25332026-05-14T03:45:18.786Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25342026-05-14T03:45:18.821Z Checking serde-hex v0.1.0
25352026-05-14T03:45:18.974Z Checking ron v0.8.1
25362026-05-14T03:45:19.509Z Checking hashbrown v0.13.2
25372026-05-14T03:45:19.543Z Checking crc-any v2.5.0
25382026-05-14T03:45:19.634Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-05-14T03:45:19.748Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-05-14T03:45:19.922Z Compiling xshell-macros v0.2.7
25412026-05-14T03:45:19.952Z Checking path-slash v0.1.5
25422026-05-14T03:45:19.987Z Checking object v0.30.4
25432026-05-14T03:45:19.989Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25442026-05-14T03:45:20.085Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25452026-05-14T03:45:20.217Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25462026-05-14T03:45:20.324Z Checking xshell v0.2.7
25472026-05-14T03:45:20.358Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25482026-05-14T03:45:20.544Z Checking half v1.8.3
25492026-05-14T03:45:20.554Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25502026-05-14T03:45:20.703Z Checking serde_cbor v0.11.2
25512026-05-14T03:45:21.035Z Compiling num-derive v0.3.3
25522026-05-14T03:45:21.116Z Compiling proc-macro-error-attr2 v2.0.0
25532026-05-14T03:45:21.323Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25542026-05-14T03:45:21.535Z Compiling proc-macro-error2 v2.0.1
25552026-05-14T03:45:21.577Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25562026-05-14T03:45:21.886Z Compiling tabled_derive v0.11.0
25572026-05-14T03:45:21.940Z Checking libscf-sys v1.1.0
25582026-05-14T03:45:21.974Z Checking papergrid v0.17.0
25592026-05-14T03:45:22.137Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25602026-05-14T03:45:22.177Z Checking testing_table v0.3.0
25612026-05-14T03:45:22.301Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25622026-05-14T03:45:22.376Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25632026-05-14T03:45:22.782Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25642026-05-14T03:45:22.842Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25652026-05-14T03:45:22.876Z Checking crc8 v0.1.1
25662026-05-14T03:45:23.005Z Checking maplit v1.0.2
25672026-05-14T03:45:23.121Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-05-14T03:45:23.124Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25692026-05-14T03:45:23.185Z Checking fxhash v0.2.1
25702026-05-14T03:45:23.217Z Checking tabled v0.20.0
25712026-05-14T03:45:23.340Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-05-14T03:45:23.586Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25732026-05-14T03:45:23.923Z Checking unicase v2.9.0
25742026-05-14T03:45:23.968Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25752026-05-14T03:45:24.115Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25762026-05-14T03:45:24.149Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25772026-05-14T03:45:24.397Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25782026-05-14T03:45:24.461Z Compiling typify-impl v0.4.3
25792026-05-14T03:45:24.529Z Checking kstat-rs v0.2.4
25802026-05-14T03:45:24.644Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25812026-05-14T03:45:24.681Z Compiling diesel_derives v2.3.7
25822026-05-14T03:45:24.747Z Checking scheduled-thread-pool v0.2.7
25832026-05-14T03:45:24.992Z Compiling dsl_auto_type v0.2.0
25842026-05-14T03:45:25.006Z Checking arc-swap v1.8.2
25852026-05-14T03:45:25.222Z Compiling vergen-gitcl v1.0.8
25862026-05-14T03:45:25.300Z Compiling diesel_table_macro_syntax v0.3.0
25872026-05-14T03:45:25.441Z Compiling parking_lot_core v0.8.6
25882026-05-14T03:45:25.477Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25892026-05-14T03:45:25.617Z Checking slog-scope v4.4.1
25902026-05-14T03:45:25.764Z Checking r2d2 v0.8.10
25912026-05-14T03:45:25.795Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25922026-05-14T03:45:25.975Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25932026-05-14T03:45:26.294Z Compiling git-stub v1.0.0
25942026-05-14T03:45:26.328Z Checking downcast-rs v2.0.2
25952026-05-14T03:45:26.486Z Compiling git-stub-vcs v0.1.0
25962026-05-14T03:45:26.582Z Checking slog-stdlog v4.1.1
25972026-05-14T03:45:26.792Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25982026-05-14T03:45:26.863Z Checking slog-envlogger v2.2.0
25992026-05-14T03:45:26.895Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26002026-05-14T03:45:26.949Z Checking parking_lot v0.11.2
26012026-05-14T03:45:27.055Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26022026-05-14T03:45:27.125Z Checking prefix-trie v0.7.0
26032026-05-14T03:45:27.178Z Checking sled v0.34.7
26042026-05-14T03:45:27.325Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26052026-05-14T03:45:27.377Z Checking nanorand v0.7.0
26062026-05-14T03:45:27.463Z Compiling dirs-sys-next v0.1.2
26072026-05-14T03:45:27.498Z Checking hickory-server v0.25.2
26082026-05-14T03:45:27.529Z Compiling crunchy v0.2.4
26092026-05-14T03:45:27.605Z Compiling salty v0.3.0
26102026-05-14T03:45:27.823Z Compiling dirs-next v2.0.0
26112026-05-14T03:45:27.868Z Checking flume v0.11.1
26122026-05-14T03:45:27.938Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-05-14T03:45:27.981Z Compiling clang-sys v1.8.1
26142026-05-14T03:45:28.362Z Checking primeorder v0.13.6
26152026-05-14T03:45:28.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26162026-05-14T03:45:28.436Z Compiling tiny-keccak v2.0.2
26172026-05-14T03:45:28.643Z Compiling term v0.7.0
26182026-05-14T03:45:28.830Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26192026-05-14T03:45:28.887Z Compiling typify-macro v0.4.3
26202026-05-14T03:45:28.919Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26212026-05-14T03:45:29.228Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26222026-05-14T03:45:29.330Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26232026-05-14T03:45:29.530Z Compiling bit-vec v0.6.3
26242026-05-14T03:45:29.567Z Compiling ascii-canvas v3.0.0
26252026-05-14T03:45:29.785Z Compiling bit-set v0.5.3
26262026-05-14T03:45:29.840Z Compiling itertools v0.10.5
26272026-05-14T03:45:29.968Z Compiling ena v0.14.4
26282026-05-14T03:45:30.000Z Compiling libloading v0.8.9
26292026-05-14T03:45:30.036Z Compiling fs-err v2.11.0
26302026-05-14T03:45:30.206Z Compiling bindgen v0.71.1
26312026-05-14T03:45:30.239Z Compiling regex-syntax v0.6.29
26322026-05-14T03:45:30.242Z Compiling diff v0.1.13
26332026-05-14T03:45:30.565Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26342026-05-14T03:45:30.597Z Compiling typify v0.4.3
26352026-05-14T03:45:30.782Z Checking p384 v0.13.1
26362026-05-14T03:45:30.814Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26372026-05-14T03:45:30.849Z Checking diesel v2.3.7
26382026-05-14T03:45:30.889Z Compiling cexpr v0.6.0
26392026-05-14T03:45:30.922Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26402026-05-14T03:45:31.273Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26412026-05-14T03:45:31.427Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26422026-05-14T03:45:31.580Z Compiling lalrpop v0.19.12
26432026-05-14T03:45:31.652Z Compiling libxml v0.3.3
26442026-05-14T03:45:31.655Z Checking parse-size v1.1.0
26452026-05-14T03:45:31.837Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26462026-05-14T03:45:32.467Z Compiling progenitor-impl v0.11.2
26472026-05-14T03:45:32.787Z Compiling strum_macros v0.24.3
26482026-05-14T03:45:33.317Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26492026-05-14T03:45:33.940Z Checking assert_matches v1.5.0
26502026-05-14T03:45:34.046Z Compiling indoc v1.0.9
26512026-05-14T03:45:34.507Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26522026-05-14T03:45:34.760Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26532026-05-14T03:45:34.984Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26542026-05-14T03:45:35.124Z Checking predicates-tree v1.0.13
26552026-05-14T03:45:35.157Z Compiling progenitor-macro v0.11.2
26562026-05-14T03:45:35.269Z Checking progenitor-client v0.11.2
26572026-05-14T03:45:35.494Z Checking derive_builder v0.20.2
26582026-05-14T03:45:35.545Z Checking quick-xml v0.37.5
26592026-05-14T03:45:35.578Z Compiling oso-derive v0.27.3
26602026-05-14T03:45:35.636Z Compiling impl-trait-for-tuples v0.2.3
26612026-05-14T03:45:36.097Z Compiling trait-variant v0.1.2
26622026-05-14T03:45:36.443Z Checking openssl-probe v0.1.6
26632026-05-14T03:45:36.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26642026-05-14T03:45:36.673Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26652026-05-14T03:45:36.860Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26662026-05-14T03:45:37.196Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26672026-05-14T03:45:37.568Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26682026-05-14T03:45:37.611Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26692026-05-14T03:45:39.438Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26702026-05-14T03:45:39.525Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26712026-05-14T03:45:39.823Z Compiling progenitor-impl v0.10.0
26722026-05-14T03:45:40.006Z Checking progenitor v0.11.2
26732026-05-14T03:45:40.187Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-05-14T03:45:41.223Z Compiling mime_guess v2.0.5
26752026-05-14T03:45:41.427Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26762026-05-14T03:45:41.805Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26772026-05-14T03:45:42.472Z Compiling progenitor-macro v0.10.0
26782026-05-14T03:45:42.679Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-05-14T03:45:43.124Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-05-14T03:45:43.285Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-05-14T03:45:43.328Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26822026-05-14T03:45:43.408Z Checking http-range v0.1.5
26832026-05-14T03:45:43.448Z Checking corncobs v0.1.4
26842026-05-14T03:45:43.515Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26852026-05-14T03:45:43.585Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-05-14T03:45:43.617Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-05-14T03:45:43.951Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26882026-05-14T03:45:43.985Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-05-14T03:45:44.204Z Checking ignore v0.4.25
26902026-05-14T03:45:44.609Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26912026-05-14T03:45:44.644Z Checking atty v0.2.14
26922026-05-14T03:45:44.770Z Checking secrecy v0.8.0
26932026-05-14T03:45:45.172Z Checking globwalk v0.9.1
26942026-05-14T03:45:45.546Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-05-14T03:45:45.759Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-05-14T03:45:45.995Z Checking bb8 v0.8.6
26972026-05-14T03:45:46.128Z Checking hyper-staticfile v0.10.1
26982026-05-14T03:45:46.305Z Checking async-bb8-diesel v0.2.1
26992026-05-14T03:45:46.448Z Checking camino-tempfile-ext v0.3.3
27002026-05-14T03:45:46.569Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-05-14T03:45:46.693Z Checking diesel-dtrace v0.5.0
27022026-05-14T03:45:46.738Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27032026-05-14T03:45:46.841Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27042026-05-14T03:45:46.976Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-05-14T03:45:47.075Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27062026-05-14T03:45:47.264Z Checking signal-hook-tokio v0.3.1
27072026-05-14T03:45:47.366Z Checking progenitor v0.10.0
27082026-05-14T03:45:47.425Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27092026-05-14T03:45:47.539Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-05-14T03:45:47.740Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27112026-05-14T03:45:47.824Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27122026-05-14T03:45:48.103Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27132026-05-14T03:45:48.406Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27142026-05-14T03:45:48.831Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152026-05-14T03:45:48.913Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27162026-05-14T03:45:48.998Z Checking nonempty v0.12.0
27172026-05-14T03:45:49.210Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27182026-05-14T03:45:49.243Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27192026-05-14T03:45:49.347Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27202026-05-14T03:45:49.639Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27212026-05-14T03:45:49.673Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-05-14T03:45:50.043Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-05-14T03:45:50.080Z Checking tungstenite v0.23.0
27242026-05-14T03:45:50.333Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-05-14T03:45:50.538Z Checking tokio-tungstenite v0.23.1
27262026-05-14T03:45:50.850Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27272026-05-14T03:45:50.971Z Checking rand_seeder v0.4.0
27282026-05-14T03:45:51.155Z Checking void v1.0.2
27292026-05-14T03:45:51.218Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27302026-05-14T03:45:51.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27312026-05-14T03:45:51.295Z Checking lzss v0.8.2
27322026-05-14T03:45:51.445Z Checking nix v0.27.1
27332026-05-14T03:45:51.517Z Checking serde_bytes v0.11.19
27342026-05-14T03:45:51.552Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27352026-05-14T03:45:51.619Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27362026-05-14T03:45:51.723Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27372026-05-14T03:45:51.758Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27382026-05-14T03:45:51.982Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
27392026-05-14T03:45:52.358Z Checking is_ci v1.2.0
27402026-05-14T03:45:52.497Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27412026-05-14T03:45:52.542Z Checking yansi v1.0.1
27422026-05-14T03:45:52.696Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27432026-05-14T03:45:52.838Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27442026-05-14T03:45:52.975Z Checking pretty_assertions v1.4.1
27452026-05-14T03:45:53.133Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27462026-05-14T03:45:53.166Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27472026-05-14T03:45:53.410Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27482026-05-14T03:45:53.444Z Compiling darling_core v0.23.0
27492026-05-14T03:45:53.927Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27502026-05-14T03:45:54.693Z Compiling indoc v2.0.7
27512026-05-14T03:45:54.730Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27522026-05-14T03:45:54.955Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-14T03:45:55.181Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-14T03:45:55.413Z Compiling instability v0.3.11
27552026-05-14T03:45:55.521Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27562026-05-14T03:45:55.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27572026-05-14T03:45:55.785Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-14T03:45:55.827Z Compiling libz-sys v1.1.24
27592026-05-14T03:45:56.001Z Compiling darling_macro v0.23.0
27602026-05-14T03:45:56.233Z Checking castaway v0.2.4
27612026-05-14T03:45:56.381Z Checking compact_str v0.8.1
27622026-05-14T03:45:56.552Z Compiling darling v0.23.0
27632026-05-14T03:45:56.791Z Checking supports-color v3.0.2
27642026-05-14T03:45:56.986Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27652026-05-14T03:45:57.237Z Checking unicode-truncate v1.1.0
27662026-05-14T03:45:57.295Z Checking console v0.16.2
27672026-05-14T03:45:57.406Z Checking lru v0.12.5
27682026-05-14T03:45:57.439Z Checking cassowary v0.3.0
27692026-05-14T03:45:57.579Z Checking unit-prefix v0.5.2
27702026-05-14T03:45:57.644Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-05-14T03:45:57.682Z Checking ratatui v0.29.0
27722026-05-14T03:45:57.714Z Compiling libgit2-sys v0.18.3+1.9.2
27732026-05-14T03:45:57.748Z Checking indicatif v0.18.4
27742026-05-14T03:45:57.891Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27752026-05-14T03:45:58.331Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27762026-05-14T03:45:59.014Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27772026-05-14T03:45:59.241Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-05-14T03:45:59.545Z Compiling vergen-git2 v1.0.7
27792026-05-14T03:45:59.580Z Checking plotters-backend v0.3.7
27802026-05-14T03:45:59.615Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27812026-05-14T03:45:59.811Z Checking plotters-svg v0.3.7
27822026-05-14T03:45:59.914Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27832026-05-14T03:45:59.914Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27842026-05-14T03:45:59.979Z Checking colored v2.2.0
27852026-05-14T03:46:00.069Z Compiling rustls v0.21.12
27862026-05-14T03:46:00.204Z Checking shell-words v1.1.1
27872026-05-14T03:46:00.287Z Checking cast v0.3.0
27882026-05-14T03:46:00.451Z Checking plotters v0.3.7
27892026-05-14T03:46:00.482Z Checking criterion-plot v0.6.0
27902026-05-14T03:46:00.576Z Checking typeid v1.0.3
27912026-05-14T03:46:00.713Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27922026-05-14T03:46:00.757Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27932026-05-14T03:46:00.982Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27942026-05-14T03:46:01.206Z Checking sct v0.7.1
27952026-05-14T03:46:01.241Z Checking rustls-webpki v0.101.7
27962026-05-14T03:46:01.376Z Checking tinytemplate v1.2.1
27972026-05-14T03:46:01.611Z Compiling nix v0.29.0
27982026-05-14T03:46:01.645Z Compiling dropshot v0.16.7
27992026-05-14T03:46:01.678Z Checking hex-literal v0.4.1
28002026-05-14T03:46:01.809Z Checking anes v0.1.6
28012026-05-14T03:46:01.874Z Checking oorandom v11.1.5
28022026-05-14T03:46:02.020Z Checking criterion v0.7.0
28032026-05-14T03:46:02.140Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-05-14T03:46:03.410Z Checking erased-serde v0.4.9
28052026-05-14T03:46:03.533Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28062026-05-14T03:46:03.795Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28072026-05-14T03:46:04.298Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28082026-05-14T03:46:04.603Z Checking toml v0.9.12+spec-1.1.0
28092026-05-14T03:46:05.216Z Checking ordered-float v2.10.1
28102026-05-14T03:46:05.487Z Compiling dropshot_endpoint v0.16.7
28112026-05-14T03:46:07.382Z Checking serde-value v0.7.0
28122026-05-14T03:46:07.633Z Checking serde-untagged v0.1.9
28132026-05-14T03:46:07.865Z Checking tokio-rustls v0.24.1
28142026-05-14T03:46:08.372Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28152026-05-14T03:46:08.474Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28162026-05-14T03:46:08.594Z Checking rustls-pemfile v1.0.4
28172026-05-14T03:46:08.654Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)
28182026-05-14T03:46:08.765Z Checking twox-hash v2.1.2
28192026-05-14T03:46:09.098Z Checking unicode-xid v0.2.6
28202026-05-14T03:46:09.204Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-14T03:46:09.238Z Checking cargo-util-schemas v0.8.2
28222026-05-14T03:46:09.497Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28232026-05-14T03:46:09.677Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28242026-05-14T03:46:10.122Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28252026-05-14T03:46:10.315Z Checking fatfs v0.3.6
28262026-05-14T03:46:10.397Z Checking cargo-platform v0.2.0
28272026-05-14T03:46:10.532Z Compiling petname v2.0.2
28282026-05-14T03:46:10.613Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28292026-05-14T03:46:10.791Z Compiling seq-macro v0.3.6
28302026-05-14T03:46:11.193Z Checking cargo_metadata v0.21.0
28312026-05-14T03:46:11.327Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-05-14T03:46:11.937Z Checking concurrent-queue v2.5.0
28332026-05-14T03:46:11.973Z Checking rtoolbox v0.0.3
28342026-05-14T03:46:12.156Z Checking parking v2.2.1
28352026-05-14T03:46:12.188Z Checking rpassword v7.4.0
28362026-05-14T03:46:12.313Z Checking event-listener v5.4.1
28372026-05-14T03:46:12.573Z Checking tui-tree-widget v0.23.1
28382026-05-14T03:46:12.769Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28392026-05-14T03:46:12.803Z Checking polyval v0.6.2
28402026-05-14T03:46:12.961Z Checking sapling-renderdag v0.1.0
28412026-05-14T03:46:12.999Z Checking sync-ptr v0.1.4
28422026-05-14T03:46:13.149Z Checking ghash v0.5.1
28432026-05-14T03:46:13.232Z Checking event-listener-strategy v0.5.4
28442026-05-14T03:46:13.235Z Compiling samael v0.0.19
28452026-05-14T03:46:13.299Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28462026-05-14T03:46:13.401Z Checking ctr v0.9.2
28472026-05-14T03:46:13.522Z Checking arrayref v0.3.9
28482026-05-14T03:46:13.596Z Checking constant_time_eq v0.4.2
28492026-05-14T03:46:13.629Z Checking arrayvec v0.7.6
28502026-05-14T03:46:13.661Z Checking futures-timer v3.0.3
28512026-05-14T03:46:13.760Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28522026-05-14T03:46:13.843Z Checking aes-gcm v0.10.3
28532026-05-14T03:46:13.920Z Checking async-lock v3.4.2
28542026-05-14T03:46:14.030Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-05-14T03:46:14.351Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28562026-05-14T03:46:15.015Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-05-14T03:46:15.050Z Checking ssh-encoding v0.2.0
28582026-05-14T03:46:15.266Z Checking blowfish v0.9.1
28592026-05-14T03:46:15.448Z Checking bcrypt-pbkdf v0.10.0
28602026-05-14T03:46:15.644Z Checking ssh-cipher v0.2.0
28612026-05-14T03:46:15.845Z Checking async-object-pool v0.2.0
28622026-05-14T03:46:15.989Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-05-14T03:46:16.213Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28642026-05-14T03:46:16.367Z Checking serde_regex v1.1.0
28652026-05-14T03:46:16.453Z Checking password-hash v0.4.2
28662026-05-14T03:46:16.552Z Checking assert-json-diff v2.0.2
28672026-05-14T03:46:16.701Z Checking path-tree v0.8.3
28682026-05-14T03:46:16.753Z Checking gimli v0.32.3
28692026-05-14T03:46:16.872Z Compiling target-lexicon v0.13.3
28702026-05-14T03:46:16.922Z Checking stringmetrics v2.2.2
28712026-05-14T03:46:17.126Z Checking httpmock v0.8.3
28722026-05-14T03:46:17.483Z Checking pbkdf2 v0.11.0
28732026-05-14T03:46:17.695Z Checking ssh-key v0.6.7
28742026-05-14T03:46:18.377Z Checking addr2line v0.25.1
28752026-05-14T03:46:18.415Z Checking p521 v0.13.3
28762026-05-14T03:46:18.673Z Checking p256 v0.13.2
28772026-05-14T03:46:18.954Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28782026-05-14T03:46:19.046Z Checking russh-cryptovec v0.7.3
28792026-05-14T03:46:19.184Z Checking rustc-demangle v0.1.27
28802026-05-14T03:46:19.218Z Compiling guppy-workspace-hack v0.1.0
28812026-05-14T03:46:19.327Z Checking md5 v0.7.0
28822026-05-14T03:46:19.461Z Checking backtrace v0.3.76
28832026-05-14T03:46:19.536Z Checking russh-keys v0.45.0
28842026-05-14T03:46:19.766Z Checking num-bigint v0.4.6
28852026-05-14T03:46:19.800Z Checking des v0.8.1
28862026-05-14T03:46:20.151Z Compiling blake3 v1.8.3
28872026-05-14T03:46:20.206Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-05-14T03:46:20.247Z Compiling target-spec v3.5.7
28892026-05-14T03:46:20.644Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28902026-05-14T03:46:20.740Z Checking backtrace-ext v0.2.1
28912026-05-14T03:46:20.743Z Checking russh v0.45.0
28922026-05-14T03:46:20.886Z Checking cfg-expr v0.20.6
28932026-05-14T03:46:21.136Z Checking supports-color v2.1.0
28942026-05-14T03:46:21.299Z Checking textwrap v0.15.2
28952026-05-14T03:46:21.302Z Checking supports-hyperlinks v2.1.0
28962026-05-14T03:46:21.302Z Checking supports-unicode v2.1.0
28972026-05-14T03:46:21.484Z Checking hashbrown v0.14.5
28982026-05-14T03:46:21.516Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28992026-05-14T03:46:21.549Z Checking cargo-platform v0.3.2
29002026-05-14T03:46:21.747Z Checking terminal_size v0.1.17
29012026-05-14T03:46:21.780Z Checking socket2 v0.5.10
29022026-05-14T03:46:21.889Z Compiling miette-derive v5.10.0
29032026-05-14T03:46:21.988Z Checking internet-checksum v0.2.1
29042026-05-14T03:46:22.068Z Checking owo-colors v3.5.0
29052026-05-14T03:46:22.140Z Checking chumsky v0.9.3
29062026-05-14T03:46:22.633Z Checking cargo_metadata v0.23.1
29072026-05-14T03:46:23.042Z Checking miette v5.10.0
29082026-05-14T03:46:23.266Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29092026-05-14T03:46:23.393Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-05-14T03:46:23.467Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-05-14T03:46:23.540Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29122026-05-14T03:46:23.751Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29132026-05-14T03:46:23.801Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29142026-05-14T03:46:24.026Z Compiling knuffel-derive v3.2.0
29152026-05-14T03:46:24.198Z Checking httptest v0.16.4
29162026-05-14T03:46:24.258Z Checking pathdiff v0.2.3
29172026-05-14T03:46:24.399Z Checking topological-sort v0.2.2
29182026-05-14T03:46:24.571Z Checking nested v0.1.1
29192026-05-14T03:46:24.604Z Checking omicron-zone-package v0.12.2
29202026-05-14T03:46:24.660Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29212026-05-14T03:46:24.737Z Checking guppy v0.17.25
29222026-05-14T03:46:24.900Z Checking similar-asserts v1.7.0
29232026-05-14T03:46:25.083Z Compiling target-triple v1.0.0
29242026-05-14T03:46:25.404Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29252026-05-14T03:46:25.508Z Compiling git2 v0.20.4
29262026-05-14T03:46:25.573Z Checking knuffel v3.2.0
29272026-05-14T03:46:25.606Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29282026-05-14T03:46:25.638Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
29292026-05-14T03:46:25.689Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29302026-05-14T03:46:25.917Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29312026-05-14T03:46:26.212Z Checking hickory-client v0.25.2
29322026-05-14T03:46:26.524Z Checking tokio-test v0.4.5
29332026-05-14T03:46:26.558Z Checking escape8259 v0.5.3
29342026-05-14T03:46:26.724Z Compiling assert_cmd v2.1.2
29352026-05-14T03:46:26.760Z Checking libtest-mimic v0.8.1
29362026-05-14T03:46:27.126Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29372026-05-14T03:46:27.210Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29382026-05-14T03:46:27.267Z Checking blake2b_simd v1.0.4
29392026-05-14T03:46:27.445Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29402026-05-14T03:46:27.891Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29412026-05-14T03:46:27.941Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-05-14T03:46:28.313Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29432026-05-14T03:46:28.347Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29442026-05-14T03:46:28.489Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29452026-05-14T03:46:28.580Z Checking fancy-regex v0.14.0
29462026-05-14T03:46:28.750Z Compiling polar-core v0.27.3
29472026-05-14T03:46:28.787Z Checking serde_tokenstream v0.2.3
29482026-05-14T03:46:28.881Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29492026-05-14T03:46:28.912Z Checking approx v0.5.1
29502026-05-14T03:46:29.006Z Compiling rstest_macros v0.25.0
29512026-05-14T03:46:29.037Z Checking uzers v0.12.2
29522026-05-14T03:46:29.074Z Checking constant_time_eq v0.3.1
29532026-05-14T03:46:29.207Z Checking termcolor v1.4.1
29542026-05-14T03:46:29.282Z Compiling linkme-impl v0.3.35
29552026-05-14T03:46:29.429Z Checking rust-argon2 v2.1.0
29562026-05-14T03:46:29.464Z Checking trybuild v1.0.116
29572026-05-14T03:46:29.674Z Checking datatest-stable v0.3.3
29582026-05-14T03:46:30.045Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-05-14T03:46:30.138Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29602026-05-14T03:46:30.367Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29612026-05-14T03:46:30.403Z Checking support-bundle-viewer v0.1.2
29622026-05-14T03:46:30.693Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29632026-05-14T03:46:30.925Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29642026-05-14T03:46:31.022Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29652026-05-14T03:46:31.156Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29662026-05-14T03:46:31.254Z Checking drift v0.1.4
29672026-05-14T03:46:31.386Z Checking rand_distr v0.5.1
29682026-05-14T03:46:31.601Z Checking multimap v0.10.1
29692026-05-14T03:46:31.806Z Compiling relative-path v1.9.3
29702026-05-14T03:46:31.839Z Compiling linkme v0.3.35
29712026-05-14T03:46:32.242Z Checking dropshot-api-manager v0.7.1
29722026-05-14T03:46:33.518Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29732026-05-14T03:46:33.838Z Checking oso v0.27.3
29742026-05-14T03:46:33.941Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29752026-05-14T03:46:34.079Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29762026-05-14T03:46:34.387Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29772026-05-14T03:46:34.504Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29782026-05-14T03:46:34.642Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29792026-05-14T03:46:34.713Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29802026-05-14T03:46:34.747Z Checking cargo_toml v0.21.0
29812026-05-14T03:46:34.801Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29822026-05-14T03:46:35.238Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29832026-05-14T03:46:35.428Z Checking partial-io v0.5.4
29842026-05-14T03:46:35.467Z Checking termios v0.3.3
29852026-05-14T03:46:35.562Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29862026-05-14T03:46:35.737Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29872026-05-14T03:46:36.049Z Checking rstest v0.25.0
29882026-05-14T03:46:36.432Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29892026-05-14T03:46:37.303Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29902026-05-14T03:46:40.403Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29912026-05-14T03:46:44.218Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-05-14T03:46:44.906Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29932026-05-14T03:46:47.872Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29942026-05-14T03:46:51.393Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29952026-05-14T03:46:56.526Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29962026-05-14T03:47:00.415Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
29972026-05-14T03:47:01.377Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29982026-05-14T03:47:01.910Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29992026-05-14T03:47:03.516Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30002026-05-14T03:47:11.651Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30012026-05-14T03:47:24.336Zerror[E0027]: pattern does not mention field `info`
30022026-05-14T03:47:24.336Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
30032026-05-14T03:47:24.336Z |
30042026-05-14T03:47:24.336Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
30052026-05-14T03:47:24.337Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
30062026-05-14T03:47:24.337Z |
30072026-05-14T03:47:24.337Zhelp: include the missing field in the pattern
30082026-05-14T03:47:24.337Z |
30092026-05-14T03:47:24.337Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
30102026-05-14T03:47:24.337Z | ++++++
30112026-05-14T03:47:24.337Zhelp: if you don't care about this missing field, you can explicitly ignore it
30122026-05-14T03:47:24.337Z |
30132026-05-14T03:47:24.337Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
30142026-05-14T03:47:24.337Z | +++++++++
30152026-05-14T03:47:24.337Zhelp: or always ignore missing fields here
30162026-05-14T03:47:24.337Z |
30172026-05-14T03:47:24.337Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
30182026-05-14T03:47:24.337Z | ++++
30192026-05-14T03:47:24.337Z
30202026-05-14T03:47:28.428Zerror[E0308]: mismatched types
30212026-05-14T03:47:28.428Z --> nexus/src/app/disk.rs:571:17
30222026-05-14T03:47:28.428Z |
30232026-05-14T03:47:28.428Z569 | let client = crucible_pantry_client::Client::new_with_client(
30242026-05-14T03:47:28.428Z | ----------------------------------------------- arguments to this function are incorrect
30252026-05-14T03:47:28.428Z570 | &format!("http://{}", endpoint),
30262026-05-14T03:47:28.428Z571 | self.reqwest012_client.clone(),
30272026-05-14T03:47:28.429Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
30282026-05-14T03:47:28.429Z |
30292026-05-14T03:47:28.429Znote: there are multiple different versions of crate `reqwest` in the dependency graph
30302026-05-14T03:47:28.429Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
30312026-05-14T03:47:28.429Z |
30322026-05-14T03:47:28.429Z 93 | pub struct Client {
30332026-05-14T03:47:28.429Z | ^^^^^^^^^^^^^^^^^ this is the expected type
30342026-05-14T03:47:28.429Z |
30352026-05-14T03:47:28.429Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
30362026-05-14T03:47:28.429Z |
30372026-05-14T03:47:28.429Z 93 | pub struct Client {
30382026-05-14T03:47:28.429Z | ----------------- this is the found type
30392026-05-14T03:47:28.429Z = help: you can use `cargo tree` to explore your dependency tree
30402026-05-14T03:47:28.429Znote: associated function defined here
30412026-05-14T03:47:28.430Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/33a3712/pantry-client/src/lib.rs:5:1
30422026-05-14T03:47:28.430Z |
30432026-05-14T03:47:28.430Z 5 | / generate_api!(
30442026-05-14T03:47:28.430Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
30452026-05-14T03:47:28.430Z 7 | | derives = [schemars::JsonSchema],
30462026-05-14T03:47:28.430Z 8 | | patch = {
30472026-05-14T03:47:28.430Z... |
30482026-05-14T03:47:28.430Z 11 | | },
30492026-05-14T03:47:28.430Z 12 | | );
30502026-05-14T03:47:28.430Z | |_^
30512026-05-14T03:47:28.430Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
30522026-05-14T03:47:28.430Z
30532026-05-14T03:47:30.637ZFor more information about this error, try `rustc --explain E0027`.
30542026-05-14T03:47:30.882Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
30552026-05-14T03:47:30.882Zwarning: build failed, waiting for other jobs to finish...
30562026-05-14T03:47:31.921Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
30572026-05-14T03:47:31.921Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30582026-05-14T03:47:31.922Z |
30592026-05-14T03:47:31.922Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30602026-05-14T03:47:31.922Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30612026-05-14T03:47:31.922Z |
30622026-05-14T03:47:31.922Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30632026-05-14T03:47:31.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30642026-05-14T03:47:31.922Z |
30652026-05-14T03:47:31.922Z 224 | pub enum Error<E = ()> {
30662026-05-14T03:47:31.922Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30672026-05-14T03:47:31.922Z |
30682026-05-14T03:47:31.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30692026-05-14T03:47:31.922Z |
30702026-05-14T03:47:31.922Z 327 | pub enum Error<E = ()> {
30712026-05-14T03:47:31.922Z | ---------------------- this is the found type
30722026-05-14T03:47:31.922Z = help: you can use `cargo tree` to explore your dependency tree
30732026-05-14T03:47:31.922Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
30742026-05-14T03:47:31.922Z --> common/src/progenitor_operation_retry.rs:73:17
30752026-05-14T03:47:31.922Z |
30762026-05-14T03:47:31.922Z 69 | pub struct ProgenitorOperationRetry<
30772026-05-14T03:47:31.922Z | ------------------------ required by a bound in this struct
30782026-05-14T03:47:31.922Z...
30792026-05-14T03:47:31.922Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30802026-05-14T03:47:31.922Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30812026-05-14T03:47:31.922Z
30822026-05-14T03:47:31.922Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
30832026-05-14T03:47:31.922Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30842026-05-14T03:47:31.922Z |
30852026-05-14T03:47:31.922Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30862026-05-14T03:47:31.922Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30872026-05-14T03:47:31.922Z |
30882026-05-14T03:47:31.922Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30892026-05-14T03:47:31.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30902026-05-14T03:47:31.922Z |
30912026-05-14T03:47:31.922Z 224 | pub enum Error<E = ()> {
30922026-05-14T03:47:31.922Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30932026-05-14T03:47:31.923Z |
30942026-05-14T03:47:31.923Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30952026-05-14T03:47:31.923Z |
30962026-05-14T03:47:31.923Z 327 | pub enum Error<E = ()> {
30972026-05-14T03:47:31.923Z | ---------------------- this is the found type
30982026-05-14T03:47:31.923Z = help: you can use `cargo tree` to explore your dependency tree
30992026-05-14T03:47:31.923Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31002026-05-14T03:47:31.923Z --> common/src/progenitor_operation_retry.rs:88:17
31012026-05-14T03:47:31.923Z |
31022026-05-14T03:47:31.923Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31032026-05-14T03:47:31.923Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31042026-05-14T03:47:31.923Z...
31052026-05-14T03:47:31.923Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31062026-05-14T03:47:31.923Z | --- required by a bound in this associated function
31072026-05-14T03:47:31.923Z
31082026-05-14T03:47:31.946Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31092026-05-14T03:47:31.946Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
31102026-05-14T03:47:31.946Z |
31112026-05-14T03:47:31.946Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
31122026-05-14T03:47:31.946Z1242 | | .run(log)
31132026-05-14T03:47:31.946Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31142026-05-14T03:47:31.946Z | |_________|
31152026-05-14T03:47:31.946Z |
31162026-05-14T03:47:31.946Z |
31172026-05-14T03:47:31.946Z = note: the following trait bounds were not satisfied:
31182026-05-14T03:47:31.946Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
31192026-05-14T03:47:31.946Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-e1d3dd809304c0c1.long-type-11242774717786600147.txt'
31202026-05-14T03:47:31.946Z = note: consider using `--verbose` to print the full type name to the console
31212026-05-14T03:47:31.946Z
31222026-05-14T03:47:31.950Zerror[E0282]: type annotations needed
31232026-05-14T03:47:31.950Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
31242026-05-14T03:47:31.950Z |
31252026-05-14T03:47:31.950Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
31262026-05-14T03:47:31.950Z1242 | | .run(log)
31272026-05-14T03:47:31.950Z1243 | | .await
31282026-05-14T03:47:31.950Z | |______________^ cannot infer type
31292026-05-14T03:47:31.950Z
31302026-05-14T03:47:31.950Zerror[E0282]: type annotations needed
31312026-05-14T03:47:31.950Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
31322026-05-14T03:47:31.950Z |
31332026-05-14T03:47:31.950Z1244 | .map_err(|e| {
31342026-05-14T03:47:31.950Z | ^
31352026-05-14T03:47:31.950Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
31362026-05-14T03:47:31.950Z | - type must be known at this point
31372026-05-14T03:47:31.950Z |
31382026-05-14T03:47:31.950Zhelp: consider giving this closure parameter an explicit type
31392026-05-14T03:47:31.950Z |
31402026-05-14T03:47:31.950Z1244 | .map_err(|e: /* Type */| {
31412026-05-14T03:47:31.950Z | ++++++++++++
31422026-05-14T03:47:31.950Z
31432026-05-14T03:47:32.237Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
31442026-05-14T03:47:32.237Z --> nexus/src/app/sagas/common_storage.rs:142:5
31452026-05-14T03:47:32.237Z |
31462026-05-14T03:47:32.237Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
31472026-05-14T03:47:32.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
31482026-05-14T03:47:32.238Z |
31492026-05-14T03:47:32.238Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31502026-05-14T03:47:32.238Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31512026-05-14T03:47:32.238Z |
31522026-05-14T03:47:32.238Z224 | pub enum Error<E = ()> {
31532026-05-14T03:47:32.238Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31542026-05-14T03:47:32.238Z |
31552026-05-14T03:47:32.238Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31562026-05-14T03:47:32.238Z |
31572026-05-14T03:47:32.238Z327 | pub enum Error<E = ()> {
31582026-05-14T03:47:32.238Z | ---------------------- this is the found type
31592026-05-14T03:47:32.238Z = help: you can use `cargo tree` to explore your dependency tree
31602026-05-14T03:47:32.238Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
31612026-05-14T03:47:32.238Z --> common/src/progenitor_operation_retry.rs:73:17
31622026-05-14T03:47:32.238Z |
31632026-05-14T03:47:32.238Z 69 | pub struct ProgenitorOperationRetry<
31642026-05-14T03:47:32.238Z | ------------------------ required by a bound in this struct
31652026-05-14T03:47:32.238Z...
31662026-05-14T03:47:32.238Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31672026-05-14T03:47:32.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31682026-05-14T03:47:32.238Z
31692026-05-14T03:47:32.238Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
31702026-05-14T03:47:32.238Z --> nexus/src/app/sagas/common_storage.rs:142:5
31712026-05-14T03:47:32.238Z |
31722026-05-14T03:47:32.238Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
31732026-05-14T03:47:32.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
31742026-05-14T03:47:32.238Z |
31752026-05-14T03:47:32.238Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31762026-05-14T03:47:32.238Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31772026-05-14T03:47:32.238Z |
31782026-05-14T03:47:32.238Z224 | pub enum Error<E = ()> {
31792026-05-14T03:47:32.238Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31802026-05-14T03:47:32.238Z |
31812026-05-14T03:47:32.238Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31822026-05-14T03:47:32.238Z |
31832026-05-14T03:47:32.238Z327 | pub enum Error<E = ()> {
31842026-05-14T03:47:32.239Z | ---------------------- this is the found type
31852026-05-14T03:47:32.239Z = help: you can use `cargo tree` to explore your dependency tree
31862026-05-14T03:47:32.239Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31872026-05-14T03:47:32.239Z --> common/src/progenitor_operation_retry.rs:88:17
31882026-05-14T03:47:32.239Z |
31892026-05-14T03:47:32.239Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31902026-05-14T03:47:32.239Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31912026-05-14T03:47:32.239Z...
31922026-05-14T03:47:32.239Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31932026-05-14T03:47:32.239Z | --- required by a bound in this associated function
31942026-05-14T03:47:32.239Z
31952026-05-14T03:47:32.260Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31962026-05-14T03:47:32.260Z --> nexus/src/app/sagas/common_storage.rs:143:10
31972026-05-14T03:47:32.260Z |
31982026-05-14T03:47:32.260Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
31992026-05-14T03:47:32.260Z143 | | .run(log)
32002026-05-14T03:47:32.260Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32012026-05-14T03:47:32.260Z | |_________|
32022026-05-14T03:47:32.260Z |
32032026-05-14T03:47:32.260Z |
32042026-05-14T03:47:32.260Z = note: the following trait bounds were not satisfied:
32052026-05-14T03:47:32.260Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
32062026-05-14T03:47:32.261Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-e1d3dd809304c0c1.long-type-88422293633256238.txt'
32072026-05-14T03:47:32.261Z = note: consider using `--verbose` to print the full type name to the console
32082026-05-14T03:47:32.261Z
32092026-05-14T03:47:32.264Zerror[E0282]: type annotations needed
32102026-05-14T03:47:32.264Z --> nexus/src/app/sagas/common_storage.rs:142:5
32112026-05-14T03:47:32.264Z |
32122026-05-14T03:47:32.264Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
32132026-05-14T03:47:32.264Z143 | | .run(log)
32142026-05-14T03:47:32.264Z144 | | .await
32152026-05-14T03:47:32.264Z | |______________^ cannot infer type
32162026-05-14T03:47:32.264Z
32172026-05-14T03:47:32.264Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
32182026-05-14T03:47:32.265Z --> nexus/src/app/sagas/common_storage.rs:172:5
32192026-05-14T03:47:32.265Z |
32202026-05-14T03:47:32.265Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
32212026-05-14T03:47:32.265Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
32222026-05-14T03:47:32.265Z |
32232026-05-14T03:47:32.265Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
32242026-05-14T03:47:32.265Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
32252026-05-14T03:47:32.265Z |
32262026-05-14T03:47:32.265Z224 | pub enum Error<E = ()> {
32272026-05-14T03:47:32.265Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32282026-05-14T03:47:32.265Z |
32292026-05-14T03:47:32.265Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
32302026-05-14T03:47:32.265Z |
32312026-05-14T03:47:32.265Z327 | pub enum Error<E = ()> {
32322026-05-14T03:47:32.266Z | ---------------------- this is the found type
32332026-05-14T03:47:32.266Z = help: you can use `cargo tree` to explore your dependency tree
32342026-05-14T03:47:32.266Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
32352026-05-14T03:47:32.266Z --> common/src/progenitor_operation_retry.rs:73:17
32362026-05-14T03:47:32.266Z |
32372026-05-14T03:47:32.266Z 69 | pub struct ProgenitorOperationRetry<
32382026-05-14T03:47:32.266Z | ------------------------ required by a bound in this struct
32392026-05-14T03:47:32.266Z...
32402026-05-14T03:47:32.266Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
32412026-05-14T03:47:32.266Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
32422026-05-14T03:47:32.266Z
32432026-05-14T03:47:32.266Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
32442026-05-14T03:47:32.266Z --> nexus/src/app/sagas/common_storage.rs:172:5
32452026-05-14T03:47:32.266Z |
32462026-05-14T03:47:32.266Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
32472026-05-14T03:47:32.266Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
32482026-05-14T03:47:32.266Z |
32492026-05-14T03:47:32.266Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
32502026-05-14T03:47:32.266Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
32512026-05-14T03:47:32.266Z |
32522026-05-14T03:47:32.266Z224 | pub enum Error<E = ()> {
32532026-05-14T03:47:32.266Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32542026-05-14T03:47:32.266Z |
32552026-05-14T03:47:32.266Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
32562026-05-14T03:47:32.266Z |
32572026-05-14T03:47:32.266Z327 | pub enum Error<E = ()> {
32582026-05-14T03:47:32.266Z | ---------------------- this is the found type
32592026-05-14T03:47:32.266Z = help: you can use `cargo tree` to explore your dependency tree
32602026-05-14T03:47:32.266Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
32612026-05-14T03:47:32.266Z --> common/src/progenitor_operation_retry.rs:88:17
32622026-05-14T03:47:32.266Z |
32632026-05-14T03:47:32.266Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
32642026-05-14T03:47:32.266Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
32652026-05-14T03:47:32.266Z...
32662026-05-14T03:47:32.266Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
32672026-05-14T03:47:32.266Z | --- required by a bound in this associated function
32682026-05-14T03:47:32.266Z
32692026-05-14T03:47:32.282Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
32702026-05-14T03:47:32.282Z --> nexus/src/app/sagas/common_storage.rs:173:10
32712026-05-14T03:47:32.282Z |
32722026-05-14T03:47:32.282Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
32732026-05-14T03:47:32.282Z173 | | .run(log)
32742026-05-14T03:47:32.282Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32752026-05-14T03:47:32.282Z | |_________|
32762026-05-14T03:47:32.282Z |
32772026-05-14T03:47:32.282Z |
32782026-05-14T03:47:32.282Z = note: the following trait bounds were not satisfied:
32792026-05-14T03:47:32.282Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
32802026-05-14T03:47:32.282Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-e1d3dd809304c0c1.long-type-12738913016030516838.txt'
32812026-05-14T03:47:32.282Z = note: consider using `--verbose` to print the full type name to the console
32822026-05-14T03:47:32.282Z
32832026-05-14T03:47:32.285Zerror[E0282]: type annotations needed
32842026-05-14T03:47:32.285Z --> nexus/src/app/sagas/common_storage.rs:172:5
32852026-05-14T03:47:32.286Z |
32862026-05-14T03:47:32.286Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
32872026-05-14T03:47:32.286Z173 | | .run(log)
32882026-05-14T03:47:32.286Z174 | | .await
32892026-05-14T03:47:32.286Z | |______________^ cannot infer type
32902026-05-14T03:47:32.286Z
32912026-05-14T03:47:36.078Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
32922026-05-14T03:47:36.078Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
32932026-05-14T03:47:36.078Z |
32942026-05-14T03:47:36.078Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
32952026-05-14T03:47:36.078Z1242 | | .run(log)
32962026-05-14T03:47:36.078Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32972026-05-14T03:47:36.078Z | |_________|
32982026-05-14T03:47:36.078Z |
32992026-05-14T03:47:36.078Z |
33002026-05-14T03:47:36.078Z = note: the following trait bounds were not satisfied:
33012026-05-14T03:47:36.078Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33022026-05-14T03:47:36.078Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-fbff596ce241ec95.long-type-10519560711569493643.txt'
33032026-05-14T03:47:36.078Z = note: consider using `--verbose` to print the full type name to the console
33042026-05-14T03:47:36.078Z
33052026-05-14T03:47:37.010Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
33062026-05-14T03:47:37.010Z --> nexus/src/app/sagas/common_storage.rs:143:10
33072026-05-14T03:47:37.010Z |
33082026-05-14T03:47:37.010Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
33092026-05-14T03:47:37.010Z143 | | .run(log)
33102026-05-14T03:47:37.010Z | | -^^^ method cannot be called due to unsatisfied trait bounds
33112026-05-14T03:47:37.010Z | |_________|
33122026-05-14T03:47:37.010Z |
33132026-05-14T03:47:37.010Z |
33142026-05-14T03:47:37.010Z = note: the following trait bounds were not satisfied:
33152026-05-14T03:47:37.010Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33162026-05-14T03:47:37.010Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-fbff596ce241ec95.long-type-6242104991041347454.txt'
33172026-05-14T03:47:37.010Z = note: consider using `--verbose` to print the full type name to the console
33182026-05-14T03:47:37.010Z
33192026-05-14T03:47:37.033Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
33202026-05-14T03:47:37.033Z --> nexus/src/app/sagas/common_storage.rs:173:10
33212026-05-14T03:47:37.033Z |
33222026-05-14T03:47:37.033Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
33232026-05-14T03:47:37.033Z173 | | .run(log)
33242026-05-14T03:47:37.033Z | | -^^^ method cannot be called due to unsatisfied trait bounds
33252026-05-14T03:47:37.033Z | |_________|
33262026-05-14T03:47:37.033Z |
33272026-05-14T03:47:37.033Z |
33282026-05-14T03:47:37.033Z = note: the following trait bounds were not satisfied:
33292026-05-14T03:47:37.033Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33302026-05-14T03:47:37.033Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-fbff596ce241ec95.long-type-11210826866089810299.txt'
33312026-05-14T03:47:37.033Z = note: consider using `--verbose` to print the full type name to the console
33322026-05-14T03:47:37.033Z
33332026-05-14T03:48:06.207ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
33342026-05-14T03:48:06.207ZFor more information about an error, try `rustc --explain E0271`.
33352026-05-14T03:48:06.707Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
33362026-05-14T03:48:13.486Zerror: could not compile `omicron-nexus` (lib test) due to 14 previous errors
33372026-05-14T03:48:13.890ZError: failed: exit status: 101
33382026-05-14T03:48:13.894Z
33392026-05-14T03:48:13.894Zreal 3:52.839498149
33402026-05-14T03:48:13.894Zuser 20:09.985794967
33412026-05-14T03:48:13.894Zsys 4:40.352112388
33422026-05-14T03:48:13.894Ztrap 0.494613920
33432026-05-14T03:48:13.894Ztflt 0.456792128
33442026-05-14T03:48:13.894Zdflt 0.426791601
33452026-05-14T03:48:13.894Zkflt 0.015837464
33462026-05-14T03:48:13.894Zlock 55:40.788493014
33472026-05-14T03:48:13.894Zslp 55:29.797490887
33482026-05-14T03:48:13.894Zlat 1:49.679306536
33492026-05-14T03:48:13.894Zstop 10:27.472457556
33502026-05-14T03:48:13.894Zprocess exited: duration 368128 ms, exit code 1
 
33512026-05-14T03:48:13.900Zfound 0 output files