01KRQDHC3XMC3MYWXJ2B1T455K: clippy (helios)

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

Buildomat Job: 01KRQDJW6922KVQA7R0DDAE0M8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:35:22.941Zjob assigned to worker 01KRQDKDHQW88MT5VZZQ7G07FS [factory aws, i-099c0636455d16157] (queued for 1 m 0 s)
 
22026-05-16T03:35:29.385Zstarting task 0: "setup"
32026-05-16T03:35:29.390Z++ uname -s
42026-05-16T03:35:29.393Z+ kern=SunOS
52026-05-16T03:35:29.393Z+ build_user=build
62026-05-16T03:35:29.393Z+ build_uid=12345
72026-05-16T03:35:29.393Z+ work_dir=/work
82026-05-16T03:35:29.393Z+ input_dir=/input
92026-05-16T03:35:29.393Z+ [[ 0 == 12345 ]]
102026-05-16T03:35:29.393Z+ case "$kern" in
112026-05-16T03:35:29.393Z+ groupadd -g 12345 build
122026-05-16T03:35:29.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:35:31.399Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:35:31.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:35:31.520Z+ home_fs=zfs
162026-05-16T03:35:31.520Z+ [[ zfs == autofs ]]
172026-05-16T03:35:31.520Z+ mkdir -p /home/build
182026-05-16T03:35:31.520Z+ chown build:build /home/build /work
192026-05-16T03:35:33.603Z+ chmod 0700 /home/build /work
202026-05-16T03:35:33.695Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-16T03:35:33.866Zstarting task 1: "rust-toolchain"
222026-05-16T03:35:34.002Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:35:34.002Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-16T03:35:34.003Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-16T03:35:34.003Z * rust toolchain channel = "1.94.0"
262026-05-16T03:35:34.003Z * rust toolchain profile = "default"
272026-05-16T03:35:34.003Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:35:34.003Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:35:34.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:35:34.003Zinfo: downloading installer
312026-05-16T03:35:35.195Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:35:35.195Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:35:35.195Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:35:35.195Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:35:35.222Zinfo: profile set to default
362026-05-16T03:35:35.222Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:35:35.262Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:35:35.353Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:35:35.364Zinfo: downloading 6 components
402026-05-16T03:35:49.879Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:35:49.879Z
422026-05-16T03:35:49.907Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:35:49.907Z
442026-05-16T03:35:49.907Z
452026-05-16T03:35:49.907ZRust is installed now. Great!
462026-05-16T03:35:49.908Z
472026-05-16T03:35:49.908ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:35:49.908Zenvironment variable. This has not been done automatically.
492026-05-16T03:35:49.908Z
502026-05-16T03:35:49.908ZTo configure your current shell, you need to source
512026-05-16T03:35:49.908Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:35:49.908Z
532026-05-16T03:35:49.908ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:35:49.908Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:35:49.908Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:35:49.908Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:35:49.912Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:35:49.913Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:35:49.913Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:35:49.913Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:35:49.913Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:35:49.988Z+ rustup --version
632026-05-16T03:35:50.016Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:35:50.031Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:35:50.032Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:35:50.032Z+ cargo --version
672026-05-16T03:35:50.046Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:35:50.046Z+ rustc --version
692026-05-16T03:35:50.057Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:35:50.062Zprocess exited: duration 16259 ms, exit code 0
 
712026-05-16T03:35:50.071Zstarting task 2: "authentication"
722026-05-16T03:35:50.093ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:36:24.232Zprocess exited: duration 34160 ms, exit code 0
 
742026-05-16T03:36:24.265Zstarting task 3: "clone repository"
752026-05-16T03:36:24.273Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:36:24.273Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:36:24.293ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:36:34.158Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:36:34.158Z+ git fetch origin 52f5e87f704e15add883d5128d8f033e80711755
802026-05-16T03:36:34.427ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:36:34.427Z * branch 52f5e87f704e15add883d5128d8f033e80711755 -> FETCH_HEAD
822026-05-16T03:36:34.427Z+ [[ -n renovate/crucible-pantry-client-digest ]]
832026-05-16T03:36:34.427Z++ git branch --show-current
842026-05-16T03:36:34.427Z+ current=main
852026-05-16T03:36:34.427Z+ [[ main != renovate/crucible-pantry-client-digest ]]
862026-05-16T03:36:34.427Z+ git branch -f renovate/crucible-pantry-client-digest 52f5e87f704e15add883d5128d8f033e80711755
872026-05-16T03:36:34.522Z+ git checkout -f renovate/crucible-pantry-client-digest
882026-05-16T03:36:34.661ZSwitched to branch 'renovate/crucible-pantry-client-digest'
892026-05-16T03:36:34.677Z+ git reset --hard 52f5e87f704e15add883d5128d8f033e80711755
902026-05-16T03:36:34.713ZHEAD is now at 52f5e87f7 Update crucible-pantry-client digest to c59a136
912026-05-16T03:36:34.713Zprocess exited: duration 10420 ms, exit code 0
 
922026-05-16T03:36:34.845Zstarting task 4: "build"
932026-05-16T03:36:34.878Z+ source ./env.sh
942026-05-16T03:36:34.879Z++ OLD_SHELL_OPTS=ehxB
952026-05-16T03:36:34.879Z++ set -o xtrace
962026-05-16T03:36:34.879Z++++ dirname ./env.sh
972026-05-16T03:36:34.879Z+++ readlink -f .
982026-05-16T03:36:34.879Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-16T03:36:34.879Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-16T03:36:34.879Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-16T03:36:34.879Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-16T03:36:34.880Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-16T03:36:34.880Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-16T03:36:34.880Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-16T03:36:34.880Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-16T03:36:34.880Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-16T03:36:34.880Z++ case $OLD_SHELL_OPTS in
1082026-05-16T03:36:34.880Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-16T03:36:34.880Z+ source .github/buildomat/ci-env.sh
1102026-05-16T03:36:34.880Z++ export CARGO_TERM_COLOR=always
1112026-05-16T03:36:34.880Z++ CARGO_TERM_COLOR=always
1122026-05-16T03:36:34.880Z+ cargo --version
1132026-05-16T03:36:34.880Zcargo 1.94.0 (85eff7c80 2026-01-15)
1142026-05-16T03:36:34.880Z+ rustc --version
1152026-05-16T03:36:34.900Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1162026-05-16T03:36:34.900Z+ banner prerequisites
1172026-05-16T03:36:34.900Z
1182026-05-16T03:36:34.900Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-05-16T03:36:34.900Z # # # # # # # # # # # # # # #
1202026-05-16T03:36:34.900Z # # # # ##### # # ##### # # # # # #### #
1212026-05-16T03:36:34.900Z ##### ##### # ##### # # # # # # # # #
1222026-05-16T03:36:34.901Z # # # # # # # # # # # # # # #
1232026-05-16T03:36:34.901Z # # # ###### # # ###### ### # #### # #### #
1242026-05-16T03:36:34.901Z
1252026-05-16T03:36:34.901Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-05-16T03:36:36.235Z Startup: Refreshing catalog 'helios' ... Done
1272026-05-16T03:36:36.289Z Startup: Caching catalogs ... Done
1282026-05-16T03:36:36.528ZPlanning: Solver setup ... Done (0.172s)
1292026-05-16T03:36:36.544ZPlanning: Running solver ... Done (0.016s)
1302026-05-16T03:36:36.544ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-16T03:36:36.544ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-16T03:36:36.556ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-16T03:36:36.567ZPlanning: Package planning ... Done (0.013s)
1342026-05-16T03:36:36.567ZPlanning: Merging actions ... Done (0.002s)
1352026-05-16T03:36:36.736ZPlanning: Checking for conflicting actions ... Done (0.184s)
1362026-05-16T03:36:36.739ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-16T03:36:37.550ZPlanning: Evaluating mediators ... Done (0.811s)
1382026-05-16T03:36:37.553ZPlanning: Planning completed in 1.24 seconds
1392026-05-16T03:36:38.021Z Packages to install: 2
1402026-05-16T03:36:38.021Z Estimated space available: 156.10 GB
1412026-05-16T03:36:38.025ZEstimated space to be consumed: 19.74 MB
1422026-05-16T03:36:38.025Z Create boot environment: No
1432026-05-16T03:36:38.026ZCreate backup boot environment: No
1442026-05-16T03:36:38.026Z Rebuild boot archive: No
1452026-05-16T03:36:38.026Z
1462026-05-16T03:36:38.026ZChanged packages:
1472026-05-16T03:36:38.026Zhelios
1482026-05-16T03:36:38.026Z developer/build-essential
1492026-05-16T03:36:38.026Z None -> 11-3.0
1502026-05-16T03:36:38.026Z library/libxmlsec1
1512026-05-16T03:36:38.026Z None -> 1.2.35-3.0
1522026-05-16T03:36:38.026Z
1532026-05-16T03:36:38.026ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-16T03:36:38.237ZDownload: Completed 1.28 MB in 0.65 seconds (2.0M/s)
1552026-05-16T03:36:38.450Z Actions: 1/268 actions (Installing new actions)
1562026-05-16T03:36:38.488Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-16T03:36:38.494ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-16T03:36:38.495ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-16T03:36:38.510ZFinalize: Updating image state ... Done (0.016s)
1602026-05-16T03:36:40.863ZFinalize: Creating fast lookup database ... Done (2.332s)
1612026-05-16T03:36:40.931ZFinalize: Reading search index ... Done (0.012s)
1622026-05-16T03:36:40.935ZFinalize: Updating search index ... Done (0.000s)
1632026-05-16T03:36:41.019ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-16T03:36:41.316ZPlanning: Evaluating mediator changes ... Done
1652026-05-16T03:36:41.817ZPlanning: Checking for conflicting actions ... Done
1662026-05-16T03:36:41.841ZPlanning: Consolidating action changes ... Done
1672026-05-16T03:36:41.841ZPlanning: Evaluating mediators ... Done
1682026-05-16T03:36:41.841ZPlanning: Planning completed in 0.26 seconds
1692026-05-16T03:36:41.841Z Mediators to change: 2
1702026-05-16T03:36:41.841Z Create boot environment: No
1712026-05-16T03:36:41.841ZCreate backup boot environment: No
1722026-05-16T03:36:41.841ZFinalize: Updating package state database ... Done
1732026-05-16T03:36:41.841ZFinalize: Updating package cache ... Done
1742026-05-16T03:36:41.841ZFinalize: Updating image state ... Done
1752026-05-16T03:36:43.722ZFinalize: Creating fast lookup database ... Done
1762026-05-16T03:36:43.830ZFinalize: Reading search index ... Done
1772026-05-16T03:36:43.831ZFinalize: Updating search index ... Done
1782026-05-16T03:36:44.018ZFinalize: Updating package cache ... Done
1792026-05-16T03:36:44.099ZPlanning: Evaluating mediator changes ... Done
1802026-05-16T03:36:44.185ZPlanning: Checking for conflicting actions ... Done
1812026-05-16T03:36:44.204ZPlanning: Consolidating action changes ... Done
1822026-05-16T03:36:44.327ZPlanning: Evaluating mediators ... Done
1832026-05-16T03:36:44.343ZPlanning: Planning completed in 0.26 seconds
1842026-05-16T03:36:44.362Z Mediators to change: 1
1852026-05-16T03:36:44.362Z Create boot environment: No
1862026-05-16T03:36:44.362ZCreate backup boot environment: No
1872026-05-16T03:36:44.491ZFinalize: Updating package state database ... Done
1882026-05-16T03:36:44.491ZFinalize: Updating package cache ... Done
1892026-05-16T03:36:44.995ZFinalize: Updating image state ... Done
1902026-05-16T03:36:46.407ZFinalize: Creating fast lookup database ... Done
1912026-05-16T03:36:46.459ZFinalize: Reading search index ... Done
1922026-05-16T03:36:46.462ZFinalize: Updating search index ... Done
1932026-05-16T03:36:46.630ZFinalize: Updating package cache ... Done
1942026-05-16T03:36:46.933ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-16T03:36:46.933Zapache system 2.4 system
1962026-05-16T03:36:46.933Zclang system 15 system
1972026-05-16T03:36:46.933Zcsh system system illumos
1982026-05-16T03:36:46.933Zctags system system illumos
1992026-05-16T03:36:46.933Zfile vendor vendor darwinsys
2002026-05-16T03:36:46.933Zfile system system illumos
2012026-05-16T03:36:46.933Zgcc vendor 14 vendor
2022026-05-16T03:36:46.933Zgcc system 13 system
2032026-05-16T03:36:46.934Zgcc system 10 system
2042026-05-16T03:36:46.934Zgo system 1.25 system
2052026-05-16T03:36:46.934Zllvm system 15 system
2062026-05-16T03:36:46.934Zmariadb system 11.4 system
2072026-05-16T03:36:46.934Zmta vendor vendor dma
2082026-05-16T03:36:46.934Zopenjdk system 17 system
2092026-05-16T03:36:46.934Zopenjdk system 11 system
2102026-05-16T03:36:46.934Zopenssl vendor 3 vendor
2112026-05-16T03:36:46.934Zperl system 5.40 system
2122026-05-16T03:36:46.934Zpostgresql system 18 system
2132026-05-16T03:36:46.934Zpostgresql system 17 system
2142026-05-16T03:36:46.934Zpython vendor 3 vendor
2152026-05-16T03:36:46.934Zpython system 2 system
2162026-05-16T03:36:46.934Zpython3 vendor 3.13 vendor
2172026-05-16T03:36:46.934Zruby system 3.4 system
2182026-05-16T03:36:46.934Zruby system 3.0 system
2192026-05-16T03:36:46.934Zwords vendor vendor american-english
2202026-05-16T03:36:46.934Zwords system system australian-english
2212026-05-16T03:36:46.934Zwords system system british-english
2222026-05-16T03:36:46.934Zwords system system canadian-english
2232026-05-16T03:36:46.934Zwords system system french
2242026-05-16T03:36:46.934Zwords system system italian
2252026-05-16T03:36:46.934Zwords system system ngerman
2262026-05-16T03:36:46.934Zwords system system ogerman
2272026-05-16T03:36:46.934Zwords system system spanish
2282026-05-16T03:36:47.185ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-16T03:36:47.186Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-16T03:36:47.455ZFMRI IFO
2312026-05-16T03:36:47.455Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-16T03:36:47.455Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-16T03:36:47.455Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-16T03:36:47.455Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-16T03:36:47.455Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-16T03:36:47.455Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-16T03:36:47.455Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-16T03:36:47.455Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-16T03:36:47.455Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-16T03:36:47.687Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-16T03:36:47.951Z Updating crates.io index
2422026-05-16T03:36:47.986Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-16T03:36:48.190Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-16T03:36:48.975Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-16T03:36:49.827Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-16T03:36:50.595Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-16T03:36:51.106Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-16T03:36:52.425Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-16T03:36:53.209Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-16T03:36:53.646Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-16T03:36:54.561Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-16T03:36:54.965Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-16T03:36:55.266Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-16T03:36:55.778Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-16T03:36:56.723Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-16T03:36:57.284Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-05-16T03:36:57.570Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-16T03:36:57.870Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-16T03:36:58.308Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-16T03:36:58.717Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-16T03:36:58.969Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-16T03:36:59.207Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-16T03:36:59.446Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-16T03:36:59.888Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-16T03:37:00.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-16T03:37:01.402Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-16T03:37:01.505Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-16T03:37:01.856Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-16T03:37:02.128Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-16T03:37:03.285Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-16T03:37:03.871Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-16T03:37:04.330Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-16T03:37:04.666Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-16T03:37:05.033Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-16T03:37:05.336Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-16T03:37:05.880Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-16T03:37:06.077Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-16T03:37:06.345Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-16T03:37:06.574Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-16T03:37:07.434Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-16T03:37:18.737Z Downloading crates ...
2822026-05-16T03:37:18.772Z Downloaded anstream v0.6.21
2832026-05-16T03:37:18.788Z Downloaded proc-macro-error-attr v1.0.4
2842026-05-16T03:37:18.797Z Downloaded icu_collections v2.1.1
2852026-05-16T03:37:18.803Z Downloaded pretty-hex v0.4.1
2862026-05-16T03:37:18.803Z Downloaded plain v0.2.3
2872026-05-16T03:37:18.803Z Downloaded typeid v1.0.3
2882026-05-16T03:37:18.806Z Downloaded once_cell v1.21.3
2892026-05-16T03:37:18.809Z Downloaded digest v0.10.7
2902026-05-16T03:37:18.809Z Downloaded serde_tokenstream v0.2.3
2912026-05-16T03:37:18.811Z Downloaded stable_deref_trait v1.2.1
2922026-05-16T03:37:18.811Z Downloaded getrandom v0.4.1
2932026-05-16T03:37:18.815Z Downloaded cargo_toml v0.21.0
2942026-05-16T03:37:18.815Z Downloaded cargo-platform v0.2.0
2952026-05-16T03:37:18.820Z Downloaded unicode-linebreak v0.1.5
2962026-05-16T03:37:18.820Z Downloaded zerofrom v0.1.6
2972026-05-16T03:37:18.825Z Downloaded utf8parse v0.2.2
2982026-05-16T03:37:18.825Z Downloaded thread-id v4.2.2
2992026-05-16T03:37:18.825Z Downloaded zerofrom-derive v0.1.6
3002026-05-16T03:37:18.825Z Downloaded version_check v0.9.5
3012026-05-16T03:37:18.828Z Downloaded usdt v0.5.0
3022026-05-16T03:37:18.828Z Downloaded pest_meta v2.8.6
3032026-05-16T03:37:18.828Z Downloaded idna_adapter v1.2.1
3042026-05-16T03:37:18.828Z Downloaded equivalent v1.0.2
3052026-05-16T03:37:18.828Z Downloaded serde_spanned v0.6.9
3062026-05-16T03:37:18.828Z Downloaded form_urlencoded v1.2.2
3072026-05-16T03:37:18.835Z Downloaded yoke-derive v0.8.1
3082026-05-16T03:37:18.835Z Downloaded utf8_iter v1.0.4
3092026-05-16T03:37:18.835Z Downloaded sha2 v0.10.9
3102026-05-16T03:37:18.835Z Downloaded anstyle-query v1.1.5
3112026-05-16T03:37:18.838Z Downloaded usdt-attr-macro v0.5.0
3122026-05-16T03:37:18.838Z Downloaded litemap v0.8.1
3132026-05-16T03:37:18.838Z Downloaded autocfg v1.5.0
3142026-05-16T03:37:18.838Z Downloaded toml_write v0.1.2
3152026-05-16T03:37:18.838Z Downloaded unicode-xid v0.2.6
3162026-05-16T03:37:18.838Z Downloaded thiserror v1.0.69
3172026-05-16T03:37:18.844Z Downloaded displaydoc v0.2.5
3182026-05-16T03:37:18.847Z Downloaded bitflags v2.11.0
3192026-05-16T03:37:18.847Z Downloaded usdt-macro v0.5.0
3202026-05-16T03:37:18.847Z Downloaded yoke v0.8.1
3212026-05-16T03:37:18.847Z Downloaded usdt-impl v0.5.0
3222026-05-16T03:37:18.847Z Downloaded tinystr v0.8.2
3232026-05-16T03:37:18.853Z Downloaded proc-macro2 v1.0.106
3242026-05-16T03:37:18.853Z Downloaded percent-encoding v2.3.2
3252026-05-16T03:37:18.853Z Downloaded num-traits v0.2.19
3262026-05-16T03:37:18.853Z Downloaded zerovec-derive v0.11.2
3272026-05-16T03:37:18.853Z Downloaded thiserror-impl v1.0.69
3282026-05-16T03:37:18.853Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-16T03:37:18.857Z Downloaded dof v0.3.0
3302026-05-16T03:37:18.857Z Downloaded toml v0.8.23
3312026-05-16T03:37:18.857Z Downloaded heck v0.5.0
3322026-05-16T03:37:18.860Z Downloaded errno v0.3.14
3332026-05-16T03:37:18.860Z Downloaded toml_datetime v0.6.11
3342026-05-16T03:37:18.860Z Downloaded textwrap v0.16.2
3352026-05-16T03:37:18.864Z Downloaded serde-value v0.7.0
3362026-05-16T03:37:18.864Z Downloaded generic-array v0.14.7
3372026-05-16T03:37:18.864Z Downloaded memmap v0.7.0
3382026-05-16T03:37:18.864Z Downloaded colorchoice v1.0.4
3392026-05-16T03:37:19.271Z Downloaded thiserror v2.0.18
3402026-05-16T03:37:19.271Z Downloaded thiserror-impl v2.0.18
3412026-05-16T03:37:19.275Z Downloaded itoa v1.0.17
3422026-05-16T03:37:19.275Z Downloaded ucd-trie v0.1.7
3432026-05-16T03:37:19.275Z Downloaded heck v0.4.1
3442026-05-16T03:37:19.275Z Downloaded zmij v1.0.21
3452026-05-16T03:37:19.275Z Downloaded zerocopy-derive v0.7.35
3462026-05-16T03:37:19.275Z Downloaded zerotrie v0.2.3
3472026-05-16T03:37:19.275Z Downloaded toml_edit v0.22.27
3482026-05-16T03:37:19.275Z Downloaded fnv v1.0.7
3492026-05-16T03:37:19.275Z Downloaded serde-untagged v0.1.9
3502026-05-16T03:37:19.275Z Downloaded icu_normalizer v2.1.1
3512026-05-16T03:37:19.275Z Downloaded strsim v0.11.1
3522026-05-16T03:37:19.275Z Downloaded ordered-float v2.10.1
3532026-05-16T03:37:19.275Z Downloaded typenum v1.19.0
3542026-05-16T03:37:19.275Z Downloaded url v2.5.8
3552026-05-16T03:37:19.275Z Downloaded unicode-ident v1.0.24
3562026-05-16T03:37:19.275Z Downloaded clap_lex v1.0.0
3572026-05-16T03:37:19.275Z Downloaded potential_utf v0.1.4
3582026-05-16T03:37:19.275Z Downloaded terminal_size v0.4.3
3592026-05-16T03:37:19.275Z Downloaded crypto-common v0.1.7
3602026-05-16T03:37:19.275Z Downloaded swrite v0.1.0
3612026-05-16T03:37:19.275Z Downloaded macaddr v1.0.1
3622026-05-16T03:37:19.275Z Downloaded tabled_derive v0.7.0
3632026-05-16T03:37:19.275Z Downloaded zerocopy v0.7.35
3642026-05-16T03:37:19.276Z Downloaded zerovec v0.11.5
3652026-05-16T03:37:19.276Z Downloaded winnow v0.7.14
3662026-05-16T03:37:19.276Z Downloaded bytecount v0.6.9
3672026-05-16T03:37:19.276Z Downloaded unicode-width v0.1.14
3682026-05-16T03:37:19.276Z Downloaded erased-serde v0.4.9
3692026-05-16T03:37:19.276Z Downloaded writeable v0.6.2
3702026-05-16T03:37:19.276Z Downloaded unicode-width v0.2.0
3712026-05-16T03:37:19.276Z Downloaded fs-err v3.3.0
3722026-05-16T03:37:19.276Z Downloaded cfg-if v1.0.4
3732026-05-16T03:37:19.276Z Downloaded anstyle v1.0.13
3742026-05-16T03:37:19.276Z Downloaded proc-macro-error v1.0.4
3752026-05-16T03:37:19.276Z Downloaded anstyle-parse v0.2.7
3762026-05-16T03:37:19.276Z Downloaded smawk v0.3.2
3772026-05-16T03:37:19.276Z Downloaded scroll_derive v0.12.1
3782026-05-16T03:37:19.276Z Downloaded fastrand v2.3.0
3792026-05-16T03:37:19.276Z Downloaded dtrace-parser v0.2.0
3802026-05-16T03:37:19.276Z Downloaded block-buffer v0.10.4
3812026-05-16T03:37:19.276Z Downloaded cpufeatures v0.2.17
3822026-05-16T03:37:19.276Z Downloaded quote v1.0.45
3832026-05-16T03:37:19.276Z Downloaded synstructure v0.13.2
3842026-05-16T03:37:19.276Z Downloaded byteorder v1.5.0
3852026-05-16T03:37:19.276Z Downloaded scroll v0.12.0
3862026-05-16T03:37:19.276Z Downloaded anyhow v1.0.102
3872026-05-16T03:37:19.276Z Downloaded semver v1.0.28
3882026-05-16T03:37:19.276Z Downloaded smallvec v1.15.1
3892026-05-16T03:37:19.276Z Downloaded cargo-util-schemas v0.8.2
3902026-05-16T03:37:19.276Z Downloaded clap_derive v4.5.55
3912026-05-16T03:37:19.276Z Downloaded camino-tempfile v1.4.1
3922026-05-16T03:37:19.276Z Downloaded tempfile v3.25.0
3932026-05-16T03:37:19.276Z Downloaded cargo_metadata v0.21.0
3942026-05-16T03:37:19.276Z Downloaded pest_generator v2.8.6
3952026-05-16T03:37:19.276Z Downloaded camino v1.2.2
3962026-05-16T03:37:19.276Z Downloaded papergrid v0.11.0
3972026-05-16T03:37:19.276Z Downloaded clap v4.5.60
3982026-05-16T03:37:19.276Z Downloaded log v0.4.29
3992026-05-16T03:37:19.276Z Downloaded serde_derive v1.0.228
4002026-05-16T03:37:19.276Z Downloaded pest_derive v2.8.6
4012026-05-16T03:37:19.276Z Downloaded icu_provider v2.1.1
4022026-05-16T03:37:19.277Z Downloaded icu_properties v2.1.2
4032026-05-16T03:37:19.277Z Downloaded icu_locale_core v2.1.1
4042026-05-16T03:37:19.277Z Downloaded serde_core v1.0.228
4052026-05-16T03:37:19.277Z Downloaded icu_normalizer_data v2.1.1
4062026-05-16T03:37:19.277Z Downloaded indexmap v2.14.0
4072026-05-16T03:37:19.277Z Downloaded memchr v2.8.0
4082026-05-16T03:37:19.277Z Downloaded serde v1.0.228
4092026-05-16T03:37:19.277Z Downloaded pest v2.8.6
4102026-05-16T03:37:19.277Z Downloaded idna v1.1.0
4112026-05-16T03:37:19.277Z Downloaded icu_properties_data v2.1.2
4122026-05-16T03:37:19.277Z Downloaded serde_json v1.0.149
4132026-05-16T03:37:19.277Z Downloaded hashbrown v0.17.0
4142026-05-16T03:37:19.277Z Downloaded clap_builder v4.5.60
4152026-05-16T03:37:19.277Z Downloaded goblin v0.8.2
4162026-05-16T03:37:19.277Z Downloaded tabled v0.15.0
4172026-05-16T03:37:19.277Z Downloaded syn v1.0.109
4182026-05-16T03:37:19.277Z Downloaded rustix v1.1.3
4192026-05-16T03:37:19.277Z Downloaded syn v2.0.117
4202026-05-16T03:37:19.277Z Downloaded libc v0.2.185
4212026-05-16T03:37:19.277Z Compiling proc-macro2 v1.0.106
4222026-05-16T03:37:19.277Z Compiling quote v1.0.45
4232026-05-16T03:37:19.277Z Compiling unicode-ident v1.0.24
4242026-05-16T03:37:19.277Z Compiling serde_core v1.0.228
4252026-05-16T03:37:19.277Z Compiling libc v0.2.185
4262026-05-16T03:37:19.277Z Compiling version_check v0.9.5
4272026-05-16T03:37:19.277Z Compiling memchr v2.8.0
4282026-05-16T03:37:19.277Z Compiling stable_deref_trait v1.2.1
4292026-05-16T03:37:19.556Z Compiling serde v1.0.228
4302026-05-16T03:37:19.572Z Compiling zmij v1.0.21
4312026-05-16T03:37:19.787Z Compiling ucd-trie v0.1.7
4322026-05-16T03:37:19.803Z Compiling thiserror v1.0.69
4332026-05-16T03:37:19.908Z Compiling itoa v1.0.17
4342026-05-16T03:37:20.085Z Compiling autocfg v1.5.0
4352026-05-16T03:37:20.112Z Compiling pest v2.8.6
4362026-05-16T03:37:20.562Z Compiling writeable v0.6.2
4372026-05-16T03:37:20.565Z Compiling litemap v0.8.1
4382026-05-16T03:37:20.565Z Compiling rustix v1.1.3
4392026-05-16T03:37:20.565Z Compiling icu_normalizer_data v2.1.1
4402026-05-16T03:37:20.581Z Compiling byteorder v1.5.0
4412026-05-16T03:37:20.596Z Compiling icu_properties_data v2.1.2
4422026-05-16T03:37:20.700Z Compiling syn v2.0.117
4432026-05-16T03:37:20.815Z Compiling errno v0.3.14
4442026-05-16T03:37:20.831Z Compiling serde_json v1.0.149
4452026-05-16T03:37:20.846Z Compiling bitflags v2.11.0
4462026-05-16T03:37:21.054Z Compiling num-traits v0.2.19
4472026-05-16T03:37:21.473Z Compiling hashbrown v0.17.0
4482026-05-16T03:37:21.478Z Compiling pest_meta v2.8.6
4492026-05-16T03:37:21.478Z Compiling equivalent v1.0.2
4502026-05-16T03:37:21.478Z Compiling typeid v1.0.3
4512026-05-16T03:37:21.478Z Compiling smallvec v1.15.1
4522026-05-16T03:37:21.603Z Compiling indexmap v2.14.0
4532026-05-16T03:37:21.709Z Compiling thread-id v4.2.2
4542026-05-16T03:37:21.712Z Compiling proc-macro-error-attr v1.0.4
4552026-05-16T03:37:22.201Z Compiling usdt-impl v0.5.0
4562026-05-16T03:37:22.205Z Compiling winnow v0.7.14
4572026-05-16T03:37:22.205Z Compiling toml_write v0.1.2
4582026-05-16T03:37:22.205Z Compiling syn v1.0.109
4592026-05-16T03:37:22.205Z Compiling erased-serde v0.4.9
4602026-05-16T03:37:22.476Z Compiling proc-macro-error v1.0.4
4612026-05-16T03:37:22.524Z Compiling thiserror v2.0.18
4622026-05-16T03:37:22.650Z Compiling camino v1.2.2
4632026-05-16T03:37:22.862Z Compiling percent-encoding v2.3.2
4642026-05-16T03:37:22.953Z Compiling utf8_iter v1.0.4
4652026-05-16T03:37:22.972Z Compiling utf8parse v0.2.2
4662026-05-16T03:37:22.972Z Compiling plain v0.2.3
4672026-05-16T03:37:23.063Z Compiling log v0.4.29
4682026-05-16T03:37:23.492Z Compiling getrandom v0.4.1
4692026-05-16T03:37:23.538Z Compiling anstyle-parse v0.2.7
4702026-05-16T03:37:23.538Z Compiling form_urlencoded v1.2.2
4712026-05-16T03:37:23.538Z Compiling ordered-float v2.10.1
4722026-05-16T03:37:23.538Z Compiling synstructure v0.13.2
4732026-05-16T03:37:23.538Z Compiling pest_generator v2.8.6
4742026-05-16T03:37:23.561Z Compiling terminal_size v0.4.3
4752026-05-16T03:37:23.656Z Compiling anstyle v1.0.13
4762026-05-16T03:37:23.745Z Compiling anstyle-query v1.1.5
4772026-05-16T03:37:23.781Z Compiling is_terminal_polyfill v1.70.2
4782026-05-16T03:37:23.859Z Compiling colorchoice v1.0.4
4792026-05-16T03:37:23.874Z Compiling cfg-if v1.0.4
4802026-05-16T03:37:24.324Z Compiling pretty-hex v0.4.1
4812026-05-16T03:37:24.349Z Compiling anstream v0.6.21
4822026-05-16T03:37:24.349Z Compiling serde-untagged v0.1.9
4832026-05-16T03:37:24.349Z Compiling semver v1.0.28
4842026-05-16T03:37:24.349Z Compiling fs-err v3.3.0
4852026-05-16T03:37:24.349Z Compiling heck v0.5.0
4862026-05-16T03:37:24.349Z Compiling fastrand v2.3.0
4872026-05-16T03:37:24.362Z Compiling heck v0.4.1
4882026-05-16T03:37:24.362Z Compiling fnv v1.0.7
4892026-05-16T03:37:24.383Z Compiling strsim v0.11.1
4902026-05-16T03:37:24.458Z Compiling unicode-xid v0.2.6
4912026-05-16T03:37:24.474Z Compiling bytecount v0.6.9
4922026-05-16T03:37:24.521Z Compiling clap_lex v1.0.0
4932026-05-16T03:37:24.580Z Compiling anyhow v1.0.102
4942026-05-16T03:37:24.608Z Compiling unicode-width v0.1.14
4952026-05-16T03:37:24.749Z Compiling once_cell v1.21.3
4962026-05-16T03:37:24.770Z Compiling clap_builder v4.5.60
4972026-05-16T03:37:24.862Z Compiling papergrid v0.11.0
4982026-05-16T03:37:24.939Z Compiling tempfile v3.25.0
4992026-05-16T03:37:24.981Z Compiling memmap v0.7.0
5002026-05-16T03:37:25.100Z Compiling serde_derive v1.0.228
5012026-05-16T03:37:25.131Z Compiling zerofrom-derive v0.1.6
5022026-05-16T03:37:25.160Z Compiling yoke-derive v0.8.1
5032026-05-16T03:37:25.312Z Compiling zerovec-derive v0.11.2
5042026-05-16T03:37:25.475Z Compiling displaydoc v0.2.5
5052026-05-16T03:37:26.217Z Compiling thiserror-impl v1.0.69
5062026-05-16T03:37:26.258Z Compiling zerocopy-derive v0.7.35
5072026-05-16T03:37:26.347Z Compiling pest_derive v2.8.6
5082026-05-16T03:37:26.412Z Compiling scroll_derive v0.12.1
5092026-05-16T03:37:26.484Z Compiling zerofrom v0.1.6
5102026-05-16T03:37:26.670Z Compiling yoke v0.8.1
5112026-05-16T03:37:26.747Z Compiling thiserror-impl v2.0.18
5122026-05-16T03:37:26.861Z Compiling zerovec v0.11.5
5132026-05-16T03:37:27.139Z Compiling zerotrie v0.2.3
5142026-05-16T03:37:27.142Z Compiling zerocopy v0.7.35
5152026-05-16T03:37:27.368Z Compiling tinystr v0.8.2
5162026-05-16T03:37:27.452Z Compiling potential_utf v0.1.4
5172026-05-16T03:37:27.587Z Compiling icu_locale_core v2.1.1
5182026-05-16T03:37:27.608Z Compiling icu_collections v2.1.1
5192026-05-16T03:37:27.624Z Compiling dtrace-parser v0.2.0
5202026-05-16T03:37:27.728Z Compiling scroll v0.12.0
5212026-05-16T03:37:27.790Z Compiling tabled_derive v0.7.0
5222026-05-16T03:37:27.999Z Compiling goblin v0.8.2
5232026-05-16T03:37:28.098Z Compiling clap_derive v4.5.55
5242026-05-16T03:37:28.208Z Compiling icu_provider v2.1.1
5252026-05-16T03:37:28.369Z Compiling unicode-linebreak v0.1.5
5262026-05-16T03:37:28.487Z Compiling serde_spanned v0.6.9
5272026-05-16T03:37:28.509Z Compiling toml_datetime v0.6.11
5282026-05-16T03:37:28.566Z Compiling icu_normalizer v2.1.1
5292026-05-16T03:37:28.593Z Compiling icu_properties v2.1.2
5302026-05-16T03:37:28.613Z Compiling dof v0.3.0
5312026-05-16T03:37:28.684Z Compiling serde_tokenstream v0.2.3
5322026-05-16T03:37:28.699Z Compiling toml_edit v0.22.27
5332026-05-16T03:37:28.768Z Compiling serde-value v0.7.0
5342026-05-16T03:37:28.992Z Compiling cargo-platform v0.2.0
5352026-05-16T03:37:29.094Z Compiling unicode-width v0.2.0
5362026-05-16T03:37:29.130Z Compiling smawk v0.3.2
5372026-05-16T03:37:29.262Z Compiling tabled v0.15.0
5382026-05-16T03:37:29.277Z Compiling macaddr v1.0.1
5392026-05-16T03:37:29.365Z Compiling textwrap v0.16.2
5402026-05-16T03:37:29.501Z Compiling idna_adapter v1.2.1
5412026-05-16T03:37:29.560Z Compiling usdt-attr-macro v0.5.0
5422026-05-16T03:37:30.077Z Compiling idna v1.1.0
5432026-05-16T03:37:30.091Z Compiling usdt-macro v0.5.0
5442026-05-16T03:37:30.091Z Compiling camino-tempfile v1.4.1
5452026-05-16T03:37:30.091Z Compiling clap v4.5.60
5462026-05-16T03:37:30.091Z Compiling url v2.5.8
5472026-05-16T03:37:30.229Z Compiling toml v0.8.23
5482026-05-16T03:37:30.323Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-16T03:37:30.573Z Compiling swrite v0.1.0
5502026-05-16T03:37:30.589Z Compiling cargo-util-schemas v0.8.2
5512026-05-16T03:37:30.806Z Compiling cargo_toml v0.21.0
5522026-05-16T03:37:31.062Z Compiling usdt v0.5.0
5532026-05-16T03:37:31.525Z Compiling cargo_metadata v0.21.0
5542026-05-16T03:37:32.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-16T03:37:34.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s
5562026-05-16T03:37:35.200Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-16T03:37:35.780Z Downloading crates ...
5582026-05-16T03:37:35.788Z Downloaded crc8 v0.1.1
5592026-05-16T03:37:35.788Z Downloaded critical-section v1.2.0
5602026-05-16T03:37:35.788Z Downloaded crossbeam-channel v0.5.15
5612026-05-16T03:37:35.788Z Downloaded console v0.15.11
5622026-05-16T03:37:35.788Z Downloaded async-trait v0.1.89
5632026-05-16T03:37:35.788Z Downloaded crc32fast v1.5.0
5642026-05-16T03:37:35.789Z Downloaded byte-wrapper v0.1.0
5652026-05-16T03:37:35.789Z Downloaded data-encoding v2.10.0
5662026-05-16T03:37:35.789Z Downloaded ar_archive_writer v0.5.1
5672026-05-16T03:37:35.789Z Downloaded blake3 v1.8.3
5682026-05-16T03:37:35.789Z Downloaded crypto-bigint v0.5.5
5692026-05-16T03:37:35.789Z Downloaded diesel-dtrace v0.5.0
5702026-05-16T03:37:35.789Z Downloaded dropshot-api-manager-types v0.7.1
5712026-05-16T03:37:35.789Z Downloaded argon2 v0.5.3
5722026-05-16T03:37:35.789Z Downloaded downcast-rs v2.0.2
5732026-05-16T03:37:35.789Z Downloaded diff v0.1.13
5742026-05-16T03:37:35.789Z Downloaded cfg_aliases v0.2.1
5752026-05-16T03:37:35.789Z Downloaded cfg_aliases v0.1.1
5762026-05-16T03:37:35.789Z Downloaded bzip2 v0.4.4
5772026-05-16T03:37:35.789Z Downloaded darling_core v0.20.11
5782026-05-16T03:37:35.789Z Downloaded assert_matches v1.5.0
5792026-05-16T03:37:35.789Z Downloaded cstr-argument v0.1.2
5802026-05-16T03:37:35.789Z Downloaded bit-set v0.5.3
5812026-05-16T03:37:35.789Z Downloaded adler2 v2.0.1
5822026-05-16T03:37:35.789Z Downloaded endian-type v0.1.2
5832026-05-16T03:37:35.789Z Downloaded defmt-macros v1.0.1
5842026-05-16T03:37:35.789Z Downloaded dirs-sys-next v0.1.2
5852026-05-16T03:37:35.789Z Downloaded derive-ex v0.1.8
5862026-05-16T03:37:35.789Z Downloaded flagset v0.4.7
5872026-05-16T03:37:35.789Z Downloaded darling_macro v0.21.3
5882026-05-16T03:37:35.789Z Downloaded clang-sys v1.8.1
5892026-05-16T03:37:35.789Z Downloaded fs_extra v1.3.0
5902026-05-16T03:37:35.789Z Downloaded dtrace-parser v0.3.0
5912026-05-16T03:37:35.789Z Downloaded der_derive v0.7.3
5922026-05-16T03:37:35.789Z Downloaded arc-swap v1.8.2
5932026-05-16T03:37:35.789Z Downloaded env_filter v1.0.0
5942026-05-16T03:37:35.789Z Downloaded base16ct v0.2.0
5952026-05-16T03:37:35.789Z Downloaded derive_builder_macro v0.20.2
5962026-05-16T03:37:35.789Z Downloaded aes v0.8.4
5972026-05-16T03:37:35.789Z Downloaded float-cmp v0.10.0
5982026-05-16T03:37:35.789Z Downloaded crossbeam-epoch v0.9.18
5992026-05-16T03:37:35.789Z Downloaded futures-channel v0.3.32
6002026-05-16T03:37:35.789Z Downloaded der v0.7.10
6012026-05-16T03:37:35.790Z Downloaded crossbeam-deque v0.8.6
6022026-05-16T03:37:35.790Z Downloaded chacha20 v0.9.1
6032026-05-16T03:37:35.790Z Downloaded crc-any v2.5.0
6042026-05-16T03:37:35.790Z Downloaded aead v0.5.2
6052026-05-16T03:37:35.790Z Downloaded camino-tempfile-ext v0.3.3
6062026-05-16T03:37:35.790Z Downloaded ctr v0.9.2
6072026-05-16T03:37:35.790Z Downloaded fatfs v0.3.6
6082026-05-16T03:37:35.790Z Downloaded crossterm v0.29.0
6092026-05-16T03:37:35.790Z Downloaded compression-core v0.4.31
6102026-05-16T03:37:35.790Z Downloaded atty v0.2.14
6112026-05-16T03:37:35.790Z Downloaded ascii-canvas v3.0.0
6122026-05-16T03:37:35.790Z Downloaded display-error-chain v0.2.2
6132026-05-16T03:37:35.790Z Downloaded cexpr v0.6.0
6142026-05-16T03:37:35.790Z Downloaded enum-as-inner v0.6.1
6152026-05-16T03:37:35.790Z Downloaded dirs-next v2.0.0
6162026-05-16T03:37:35.790Z Downloaded array-init v0.0.4
6172026-05-16T03:37:35.790Z Downloaded fd-lock v4.0.4
6182026-05-16T03:37:35.790Z Downloaded darling_macro v0.23.0
6192026-05-16T03:37:35.790Z Downloaded foreign-types v0.3.2
6202026-05-16T03:37:35.790Z Downloaded defmt v0.3.100
6212026-05-16T03:37:35.790Z Downloaded crunchy v0.2.4
6222026-05-16T03:37:35.790Z Downloaded debug-ignore v1.0.5
6232026-05-16T03:37:35.790Z Downloaded cassowary v0.3.0
6242026-05-16T03:37:35.790Z Downloaded dunce v1.0.5
6252026-05-16T03:37:35.790Z Downloaded float-ord v0.3.2
6262026-05-16T03:37:35.790Z Downloaded cpufeatures v0.3.0
6272026-05-16T03:37:35.790Z Downloaded bitfield-struct v0.6.2
6282026-05-16T03:37:35.790Z Downloaded async-recursion v1.1.1
6292026-05-16T03:37:35.790Z Downloaded ciborium-io v0.2.2
6302026-05-16T03:37:35.790Z Downloaded bit-vec v0.6.3
6312026-05-16T03:37:35.790Z Downloaded constant_time_eq v0.4.2
6322026-05-16T03:37:35.790Z Downloaded filetime v0.2.27
6332026-05-16T03:37:35.790Z Downloaded derive_builder_core v0.20.2
6342026-05-16T03:37:35.791Z Downloaded derive_builder v0.20.2
6352026-05-16T03:37:35.791Z Downloaded block-padding v0.3.3
6362026-05-16T03:37:35.791Z Downloaded defmt-parser v1.0.0
6372026-05-16T03:37:35.791Z Downloaded curve25519-dalek-derive v0.1.1
6382026-05-16T03:37:35.791Z Downloaded arrayref v0.3.9
6392026-05-16T03:37:35.791Z Downloaded foreign-types v0.5.0
6402026-05-16T03:37:35.791Z Downloaded document-features v0.2.12
6412026-05-16T03:37:35.791Z Downloaded crucible-workspace-hack v0.1.0
6422026-05-16T03:37:35.791Z Downloaded base64ct v1.8.3
6432026-05-16T03:37:35.791Z Downloaded darling_macro v0.20.11
6442026-05-16T03:37:35.791Z Downloaded bit-set v0.8.0
6452026-05-16T03:37:35.791Z Downloaded cargo-platform v0.1.9
6462026-05-16T03:37:35.791Z Downloaded darling_core v0.21.3
6472026-05-16T03:37:35.791Z Downloaded futures-core v0.3.32
6482026-05-16T03:37:35.791Z Downloaded foreign-types-shared v0.3.1
6492026-05-16T03:37:35.791Z Downloaded gethostname v0.5.0
6502026-05-16T03:37:35.791Z Downloaded cookie_store v0.22.1
6512026-05-16T03:37:35.791Z Downloaded futures-sink v0.3.32
6522026-05-16T03:37:35.791Z Downloaded difflib v0.4.0
6532026-05-16T03:37:35.791Z Downloaded chacha20poly1305 v0.10.1
6542026-05-16T03:37:35.791Z Downloaded bcs v0.1.6
6552026-05-16T03:37:35.791Z Downloaded chacha20 v0.10.0
6562026-05-16T03:37:35.791Z Downloaded buf-list v1.1.2
6572026-05-16T03:37:35.791Z Downloaded ghash v0.5.1
6582026-05-16T03:37:35.798Z Downloaded crc-catalog v2.4.0
6592026-05-16T03:37:35.799Z Downloaded fixedbitset v0.4.2
6602026-05-16T03:37:35.799Z Downloaded fallible-iterator v0.2.0
6612026-05-16T03:37:35.799Z Downloaded crc v3.4.0
6622026-05-16T03:37:35.799Z Downloaded colored v2.2.0
6632026-05-16T03:37:35.799Z Downloaded bitflags v1.3.2
6642026-05-16T03:37:35.799Z Downloaded fixedbitset v0.5.7
6652026-05-16T03:37:35.799Z Downloaded foldhash v0.2.0
6662026-05-16T03:37:35.799Z Downloaded ecdsa v0.16.9
6672026-05-16T03:37:35.799Z Downloaded csv-core v0.1.13
6682026-05-16T03:37:35.799Z Downloaded atomic-waker v1.1.2
6692026-05-16T03:37:35.799Z Downloaded erased-serde v0.3.31
6702026-05-16T03:37:35.799Z Downloaded env_logger v0.11.9
6712026-05-16T03:37:35.799Z Downloaded find-msvc-tools v0.1.9
6722026-05-16T03:37:35.799Z Downloaded embedded-io v0.4.0
6732026-05-16T03:37:35.799Z Downloaded hash32 v0.3.1
6742026-05-16T03:37:35.799Z Downloaded ena v0.14.4
6752026-05-16T03:37:35.799Z Downloaded const-oid v0.9.6
6762026-05-16T03:37:35.799Z Downloaded futures-task v0.3.32
6772026-05-16T03:37:35.799Z Downloaded des v0.8.1
6782026-05-16T03:37:35.799Z Downloaded darling v0.20.11
6792026-05-16T03:37:35.799Z Downloaded convert_case v0.4.0
6802026-05-16T03:37:35.799Z Downloaded async-stream-impl v0.3.6
6812026-05-16T03:37:35.799Z Downloaded darling v0.23.0
6822026-05-16T03:37:35.799Z Downloaded hex-literal v0.4.1
6832026-05-16T03:37:35.799Z Downloaded foreign-types-macros v0.2.3
6842026-05-16T03:37:35.799Z Downloaded ciborium-ll v0.2.2
6852026-05-16T03:37:35.799Z Downloaded async-stream v0.3.6
6862026-05-16T03:37:35.799Z Downloaded bytes v1.11.1
6872026-05-16T03:37:35.799Z Downloaded funty v2.0.0
6882026-05-16T03:37:35.799Z Downloaded foldhash v0.1.5
6892026-05-16T03:37:35.799Z Downloaded embedded-io v0.6.1
6902026-05-16T03:37:35.800Z Downloaded cobs v0.3.0
6912026-05-16T03:37:35.800Z Downloaded bitfield-macros v0.19.4
6922026-05-16T03:37:35.800Z Downloaded daft v0.1.5
6932026-05-16T03:37:35.800Z Downloaded atomicwrites v0.4.4
6942026-05-16T03:37:35.800Z Downloaded console v0.16.2
6952026-05-16T03:37:35.800Z Downloaded futures-io v0.3.32
6962026-05-16T03:37:35.800Z Downloaded castaway v0.2.4
6972026-05-16T03:37:35.800Z Downloaded dyn-clone v1.0.20
6982026-05-16T03:37:35.800Z Downloaded dof v0.4.0
6992026-05-16T03:37:35.800Z Downloaded dsl_auto_type v0.2.0
7002026-05-16T03:37:35.800Z Downloaded bcrypt-pbkdf v0.10.0
7012026-05-16T03:37:35.800Z Downloaded ff v0.13.1
7022026-05-16T03:37:35.800Z Downloaded hostname v0.3.1
7032026-05-16T03:37:35.800Z Downloaded daft-derive v0.1.5
7042026-05-16T03:37:35.800Z Downloaded git-stub v1.0.0
7052026-05-16T03:37:35.800Z Downloaded futures-macro v0.3.32
7062026-05-16T03:37:35.800Z Downloaded hubpack v0.1.2
7072026-05-16T03:37:35.800Z Downloaded hubpack_derive v0.1.1
7082026-05-16T03:37:35.800Z Downloaded http-range v0.1.5
7092026-05-16T03:37:35.800Z Downloaded headers-core v0.3.0
7102026-05-16T03:37:35.800Z Downloaded colored v3.1.1
7112026-05-16T03:37:35.800Z Downloaded bitfield v0.19.4
7122026-05-16T03:37:35.800Z Downloaded ed25519 v2.2.3
7132026-05-16T03:37:35.800Z Downloaded httpdate v1.0.3
7142026-05-16T03:37:35.800Z Downloaded fxhash v0.2.1
7152026-05-16T03:37:35.800Z Downloaded foreign-types-shared v0.1.1
7162026-05-16T03:37:35.800Z Downloaded globwalk v0.9.1
7172026-05-16T03:37:35.800Z Downloaded corncobs v0.1.4
7182026-05-16T03:37:35.800Z Downloaded deranged v0.5.8
7192026-05-16T03:37:35.800Z Downloaded hex v0.4.3
7202026-05-16T03:37:35.800Z Downloaded diesel_table_macro_syntax v0.3.0
7212026-05-16T03:37:35.800Z Downloaded either v1.15.0
7222026-05-16T03:37:35.800Z Downloaded cookie v0.18.1
7232026-05-16T03:37:35.800Z Downloaded backon v1.6.0
7242026-05-16T03:37:35.800Z Downloaded cancel-safe-futures v0.1.5
7252026-05-16T03:37:35.800Z Downloaded dropshot_endpoint v0.17.0
7262026-05-16T03:37:35.800Z Downloaded ed25519-dalek v2.2.0
7272026-05-16T03:37:35.800Z Downloaded indent_write v2.2.0
7282026-05-16T03:37:35.801Z Downloaded hyper-tls v0.6.0
7292026-05-16T03:37:35.801Z Downloaded hostname v0.4.2
7302026-05-16T03:37:35.801Z Downloaded instant v0.1.13
7312026-05-16T03:37:35.801Z Downloaded cmake v0.1.57
7322026-05-16T03:37:35.801Z Downloaded http-body v1.0.1
7332026-05-16T03:37:35.801Z Downloaded highway v1.3.0
7342026-05-16T03:37:35.801Z Downloaded fs-err v2.11.0
7352026-05-16T03:37:35.801Z Downloaded convert_case v0.10.0
7362026-05-16T03:37:35.801Z Downloaded compression-codecs v0.4.37
7372026-05-16T03:37:35.801Z Downloaded instability v0.3.11
7382026-05-16T03:37:35.801Z Downloaded blowfish v0.9.1
7392026-05-16T03:37:35.801Z Downloaded is_ci v1.2.0
7402026-05-16T03:37:35.801Z Downloaded backoff v0.4.0
7412026-05-16T03:37:35.801Z Downloaded drift v0.1.4
7422026-05-16T03:37:35.801Z Downloaded internet-checksum v0.2.1
7432026-05-16T03:37:35.801Z Downloaded illumos-nvpair-sys v0.2.0
7442026-05-16T03:37:35.801Z Downloaded darling v0.21.3
7452026-05-16T03:37:35.801Z Downloaded is-terminal v0.4.17
7462026-05-16T03:37:35.801Z Downloaded crossbeam-utils v0.8.21
7472026-05-16T03:37:35.801Z Downloaded cbc v0.1.2
7482026-05-16T03:37:35.801Z Downloaded cargo_metadata v0.19.2
7492026-05-16T03:37:35.801Z Downloaded kstat-rs v0.2.4
7502026-05-16T03:37:35.801Z Downloaded ciborium v0.2.2
7512026-05-16T03:37:35.801Z Downloaded lalrpop-util v0.19.12
7522026-05-16T03:37:35.801Z Downloaded bit-vec v0.8.0
7532026-05-16T03:37:35.801Z Downloaded http-body-util v0.1.3
7542026-05-16T03:37:35.801Z Downloaded bzip2 v0.6.1
7552026-05-16T03:37:35.801Z Downloaded illumos-nvpair v0.3.0
7562026-05-16T03:37:35.801Z Downloaded ident_case v1.0.1
7572026-05-16T03:37:35.801Z Downloaded hyper-staticfile v0.10.1
7582026-05-16T03:37:35.806Z Downloaded indoc v1.0.9
7592026-05-16T03:37:35.806Z Downloaded humantime v2.3.0
7602026-05-16T03:37:35.806Z Downloaded home v0.5.12
7612026-05-16T03:37:35.806Z Downloaded derive-where v1.6.0
7622026-05-16T03:37:35.807Z Downloaded globset v0.4.18
7632026-05-16T03:37:35.807Z Downloaded allocator-api2 v0.2.21
7642026-05-16T03:37:35.807Z Downloaded lru-slab v0.1.2
7652026-05-16T03:37:35.807Z Downloaded futures-executor v0.3.32
7662026-05-16T03:37:35.807Z Downloaded hash32 v0.2.1
7672026-05-16T03:37:35.807Z Downloaded const_format_proc_macros v0.2.34
7682026-05-16T03:37:35.807Z Downloaded libscf-sys v1.1.0
7692026-05-16T03:37:35.807Z Downloaded flume v0.11.1
7702026-05-16T03:37:35.807Z Downloaded maplit v1.0.2
7712026-05-16T03:37:35.807Z Downloaded linked-hash-map v0.5.6
7722026-05-16T03:37:35.807Z Downloaded lazy_static v1.5.0
7732026-05-16T03:37:35.807Z Downloaded ipnetwork v0.21.1
7742026-05-16T03:37:35.807Z Downloaded lzss v0.8.2
7752026-05-16T03:37:35.807Z Downloaded dropshot_endpoint v0.16.7
7762026-05-16T03:37:35.810Z Downloaded memoffset v0.9.1
7772026-05-16T03:37:35.811Z Downloaded md5 v0.7.0
7782026-05-16T03:37:35.811Z Downloaded managed v0.8.0
7792026-05-16T03:37:35.811Z Downloaded impl-trait-for-tuples v0.2.3
7802026-05-16T03:37:35.811Z Downloaded ingot v0.1.1
7812026-05-16T03:37:35.815Z Downloaded ipnet v2.11.0
7822026-05-16T03:37:35.815Z Downloaded blake2 v0.10.6
7832026-05-16T03:37:35.815Z Downloaded git-stub-vcs v0.1.0
7842026-05-16T03:37:35.818Z Downloaded mime v0.3.17
7852026-05-16T03:37:35.818Z Downloaded newtype_derive v0.1.6
7862026-05-16T03:37:35.818Z Downloaded multimap v0.10.1
7872026-05-16T03:37:35.826Z Downloaded normalize-line-endings v0.3.0
7882026-05-16T03:37:35.826Z Downloaded nibble_vec v0.1.0
7892026-05-16T03:37:35.826Z Downloaded libloading v0.8.9
7902026-05-16T03:37:35.829Z Downloaded half v2.7.1
7912026-05-16T03:37:35.829Z Downloaded indoc v2.0.7
7922026-05-16T03:37:35.829Z Downloaded newline-converter v0.3.0
7932026-05-16T03:37:35.829Z Downloaded match_cfg v0.1.0
7942026-05-16T03:37:35.829Z Downloaded httparse v1.10.1
7952026-05-16T03:37:35.832Z Downloaded glob v0.3.3
7962026-05-16T03:37:35.832Z Downloaded futures v0.3.32
7972026-05-16T03:37:35.837Z Downloaded nodrop v0.1.14
7982026-05-16T03:37:35.837Z Downloaded newtype-uuid-macros v0.1.0
7992026-05-16T03:37:35.851Z Downloaded libefi-sys v0.1.0
8002026-05-16T03:37:35.851Z Downloaded num-conv v0.2.0
8012026-05-16T03:37:35.851Z Downloaded nonempty v0.12.0
8022026-05-16T03:37:35.851Z Downloaded new_debug_unreachable v1.0.6
8032026-05-16T03:37:35.851Z Downloaded maybe-uninit v2.0.0
8042026-05-16T03:37:35.861Z Downloaded lru v0.12.5
8052026-05-16T03:37:35.861Z Downloaded hyper-rustls v0.27.7
8062026-05-16T03:37:35.861Z Downloaded derive_more v0.99.20
8072026-05-16T03:37:35.864Z Downloaded num-iter v0.1.45
8082026-05-16T03:37:35.864Z Downloaded num-derive v0.4.2
8092026-05-16T03:37:35.864Z Downloaded mime_guess v2.0.5
8102026-05-16T03:37:35.867Z Downloaded md-5 v0.10.6
8112026-05-16T03:37:35.867Z Downloaded linear-map v1.2.0
8122026-05-16T03:37:35.867Z Downloaded jobserver v0.1.34
8132026-05-16T03:37:35.872Z Downloaded opaque-debug v0.3.1
8142026-05-16T03:37:35.872Z Downloaded pbkdf2 v0.11.0
8152026-05-16T03:37:35.875Z Downloaded openssl-probe v0.1.6
8162026-05-16T03:37:35.875Z Downloaded lock_api v0.4.14
8172026-05-16T03:37:35.875Z Downloaded olpc-cjson v0.1.4
8182026-05-16T03:37:35.875Z Downloaded num_threads v0.1.7
8192026-05-16T03:37:35.879Z Downloaded libsw v3.5.0
8202026-05-16T03:37:35.879Z Downloaded native-tls v0.2.18
8212026-05-16T03:37:35.879Z Downloaded multer v3.1.0
8222026-05-16T03:37:35.882Z Downloaded ingot-macros v0.1.1
8232026-05-16T03:37:35.882Z Downloaded iana-time-zone v0.1.65
8242026-05-16T03:37:35.885Z Downloaded peg-runtime v0.8.5
8252026-05-16T03:37:35.885Z Downloaded parse-size v1.1.0
8262026-05-16T03:37:36.291Z Downloaded openssl-probe v0.2.1
8272026-05-16T03:37:36.291Z Downloaded openssl-macros v0.1.1
8282026-05-16T03:37:36.291Z Downloaded num-derive v0.3.3
8292026-05-16T03:37:36.291Z Downloaded elliptic-curve v0.13.8
8302026-05-16T03:37:36.294Z Downloaded packed_struct_codegen v0.10.1
8312026-05-16T03:37:36.294Z Downloaded num_enum v0.7.5
8322026-05-16T03:37:36.295Z Downloaded newtype-uuid v1.3.2
8332026-05-16T03:37:36.295Z Downloaded keccak v0.1.6
8342026-05-16T03:37:36.295Z Downloaded getrandom v0.3.4
8352026-05-16T03:37:36.295Z Downloaded hmac v0.12.1
8362026-05-16T03:37:36.295Z Downloaded cipher v0.4.4
8372026-05-16T03:37:36.295Z Downloaded ahash v0.8.12
8382026-05-16T03:37:36.295Z Downloaded phf_shared v0.13.1
8392026-05-16T03:37:36.295Z Downloaded pin-utils v0.1.0
8402026-05-16T03:37:36.295Z Downloaded oso-derive v0.27.3
8412026-05-16T03:37:36.295Z Downloaded phf_shared v0.12.1
8422026-05-16T03:37:36.295Z Downloaded path-slash v0.1.5
8432026-05-16T03:37:36.295Z Downloaded half v1.8.3
8442026-05-16T03:37:36.295Z Downloaded getrandom v0.2.17
8452026-05-16T03:37:36.295Z Downloaded ingot-types v0.1.2
8462026-05-16T03:37:36.295Z Downloaded const_format v0.2.35
8472026-05-16T03:37:36.295Z Downloaded lru-cache v0.1.2
8482026-05-16T03:37:36.295Z Downloaded phf_shared v0.11.3
8492026-05-16T03:37:36.295Z Downloaded compact_str v0.8.1
8502026-05-16T03:37:36.295Z Downloaded num-integer v0.1.46
8512026-05-16T03:37:36.295Z Downloaded libsw-core v0.3.2
8522026-05-16T03:37:36.295Z Downloaded num v0.4.3
8532026-05-16T03:37:36.295Z Downloaded inout v0.1.4
8542026-05-16T03:37:36.295Z Downloaded bb8 v0.8.6
8552026-05-16T03:37:36.295Z Downloaded arrayvec v0.7.6
8562026-05-16T03:37:36.295Z Downloaded group v0.13.0
8572026-05-16T03:37:36.295Z Downloaded async-bb8-diesel v0.2.1
8582026-05-16T03:37:36.295Z Downloaded aho-corasick v1.1.4
8592026-05-16T03:37:36.295Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-05-16T03:37:36.295Z Downloaded proc-macro-crate v3.4.0
8612026-05-16T03:37:36.295Z Downloaded precomputed-hash v0.1.1
8622026-05-16T03:37:36.295Z Downloaded litrs v1.0.0
8632026-05-16T03:37:36.295Z Downloaded predicates-tree v1.0.13
8642026-05-16T03:37:36.295Z Downloaded num_enum_derive v0.5.11
8652026-05-16T03:37:36.295Z Downloaded indexmap v1.9.3
8662026-05-16T03:37:36.295Z Downloaded packed_struct v0.10.1
8672026-05-16T03:37:36.295Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-16T03:37:36.295Z Downloaded num_enum_derive v0.7.5
8692026-05-16T03:37:36.295Z Downloaded oxnet v0.1.4
8702026-05-16T03:37:36.295Z Downloaded parking_lot_core v0.8.6
8712026-05-16T03:37:36.296Z Downloaded progenitor-client v0.11.2
8722026-05-16T03:37:36.296Z Downloaded progenitor-client v0.10.0
8732026-05-16T03:37:36.296Z Downloaded parse-display v0.10.0
8742026-05-16T03:37:36.296Z Downloaded base64 v0.22.1
8752026-05-16T03:37:36.296Z Downloaded derive_more v2.1.1
8762026-05-16T03:37:36.296Z Downloaded proc-macro-crate v1.3.1
8772026-05-16T03:37:36.296Z Downloaded predicates-core v1.0.10
8782026-05-16T03:37:36.296Z Downloaded pbkdf2 v0.12.2
8792026-05-16T03:37:36.296Z Downloaded num_enum v0.5.11
8802026-05-16T03:37:36.296Z Downloaded peg-macros v0.8.5
8812026-05-16T03:37:36.296Z Downloaded psl-types v2.0.11
8822026-05-16T03:37:36.296Z Downloaded password-hash v0.5.0
8832026-05-16T03:37:36.296Z Downloaded flate2 v1.1.9
8842026-05-16T03:37:36.296Z Downloaded powerfmt v0.2.0
8852026-05-16T03:37:36.296Z Downloaded pin-project-lite v0.2.17
8862026-05-16T03:37:36.296Z Downloaded progenitor-macro v0.13.0
8872026-05-16T03:37:36.296Z Downloaded libbz2-rs-sys v0.2.2
8882026-05-16T03:37:36.296Z Downloaded pem-rfc7468 v0.7.0
8892026-05-16T03:37:36.296Z Downloaded parse-display-derive v0.10.0
8902026-05-16T03:37:36.296Z Downloaded radium v0.7.0
8912026-05-16T03:37:36.296Z Downloaded phf v0.12.1
8922026-05-16T03:37:36.296Z Downloaded base64 v0.21.7
8932026-05-16T03:37:36.296Z Downloaded nanorand v0.7.0
8942026-05-16T03:37:36.296Z Downloaded derive_more-impl v2.1.1
8952026-05-16T03:37:36.296Z Downloaded progenitor-macro v0.14.0
8962026-05-16T03:37:36.296Z Downloaded pin-project-internal v1.1.11
8972026-05-16T03:37:36.296Z Downloaded quick-error v1.2.3
8982026-05-16T03:37:36.296Z Downloaded headers v0.4.1
8992026-05-16T03:37:36.296Z Downloaded progenitor-macro v0.11.2
9002026-05-16T03:37:36.296Z Downloaded progenitor-macro v0.10.0
9012026-05-16T03:37:36.296Z Downloaded memmap2 v0.9.10
9022026-05-16T03:37:36.296Z Downloaded poly1305 v0.8.0
9032026-05-16T03:37:36.296Z Downloaded pkg-config v0.3.32
9042026-05-16T03:37:36.296Z Downloaded hashbrown v0.13.2
9052026-05-16T03:37:36.296Z Downloaded cc v1.2.56
9062026-05-16T03:37:36.296Z Downloaded polyval v0.6.2
9072026-05-16T03:37:36.296Z Downloaded owo-colors v4.3.0
9082026-05-16T03:37:36.296Z Downloaded rand_chacha v0.3.1
9092026-05-16T03:37:36.297Z Downloaded indicatif v0.18.4
9102026-05-16T03:37:36.297Z Downloaded nu-ansi-term v0.50.3
9112026-05-16T03:37:36.297Z Downloaded parking_lot_core v0.9.12
9122026-05-16T03:37:36.297Z Downloaded postgres-protocol v0.6.10
9132026-05-16T03:37:36.297Z Downloaded predicates v3.1.4
9142026-05-16T03:37:36.297Z Downloaded progenitor-client v0.14.0
9152026-05-16T03:37:36.297Z Downloaded progenitor v0.13.0
9162026-05-16T03:37:36.297Z Downloaded primeorder v0.13.6
9172026-05-16T03:37:36.297Z Downloaded recursive v0.1.1
9182026-05-16T03:37:36.297Z Downloaded ref-cast-impl v1.0.25
9192026-05-16T03:37:36.297Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-05-16T03:37:36.297Z Downloaded dropshot-api-manager v0.7.1
9212026-05-16T03:37:36.297Z Downloaded progenitor v0.11.2
9222026-05-16T03:37:36.297Z Downloaded paste v1.0.15
9232026-05-16T03:37:36.297Z Downloaded heapless v0.8.0
9242026-05-16T03:37:36.297Z Downloaded heapless v0.7.17
9252026-05-16T03:37:36.297Z Downloaded rand_xorshift v0.4.0
9262026-05-16T03:37:36.297Z Downloaded progenitor-extras v0.2.0
9272026-05-16T03:37:36.297Z Downloaded progenitor-client v0.13.0
9282026-05-16T03:37:36.297Z Downloaded ppv-lite86 v0.2.21
9292026-05-16T03:37:36.297Z Downloaded expectorate v1.2.0
9302026-05-16T03:37:36.301Z Downloaded password-hash v0.4.2
9312026-05-16T03:37:36.301Z Downloaded psm v0.1.30
9322026-05-16T03:37:36.301Z Downloaded num-rational v0.4.2
9332026-05-16T03:37:36.301Z Downloaded num-complex v0.4.6
9342026-05-16T03:37:36.301Z Downloaded parking_lot v0.11.2
9352026-05-16T03:37:36.301Z Downloaded async-compression v0.4.41
9362026-05-16T03:37:36.301Z Downloaded r2d2 v0.8.10
9372026-05-16T03:37:36.301Z Downloaded rfc6979 v0.4.0
9382026-05-16T03:37:36.301Z Downloaded pkcs8 v0.10.2
9392026-05-16T03:37:36.301Z Downloaded ignore v0.4.25
9402026-05-16T03:37:36.301Z Downloaded rtoolbox v0.0.3
9412026-05-16T03:37:36.301Z Downloaded phf v0.13.1
9422026-05-16T03:37:36.301Z Downloaded rustc_version v0.1.7
9432026-05-16T03:37:36.301Z Downloaded rustc-hash v2.1.1
9442026-05-16T03:37:36.301Z Downloaded hashbrown v0.12.3
9452026-05-16T03:37:36.301Z Downloaded russh-cryptovec v0.7.3
9462026-05-16T03:37:36.301Z Downloaded rand_seeder v0.4.0
9472026-05-16T03:37:36.301Z Downloaded hickory-resolver v0.24.4
9482026-05-16T03:37:36.301Z Downloaded rand_chacha v0.9.0
9492026-05-16T03:37:36.301Z Downloaded miniz_oxide v0.8.9
9502026-05-16T03:37:36.301Z Downloaded bumpalo v3.20.2
9512026-05-16T03:37:36.301Z Downloaded pem v3.0.6
9522026-05-16T03:37:36.301Z Downloaded darling_core v0.23.0
9532026-05-16T03:37:36.301Z Downloaded rand_core v0.10.0
9542026-05-16T03:37:36.301Z Downloaded rand_core v0.9.5
9552026-05-16T03:37:36.301Z Downloaded salsa20 v0.10.2
9562026-05-16T03:37:36.302Z Downloaded ref-cast v1.0.25
9572026-05-16T03:37:36.302Z Downloaded defmt v1.0.1
9582026-05-16T03:37:36.302Z Downloaded same-file v1.0.6
9592026-05-16T03:37:36.302Z Downloaded rand_core v0.6.4
9602026-05-16T03:37:36.302Z Downloaded omicron-zone-package v0.12.2
9612026-05-16T03:37:36.302Z Downloaded p256 v0.13.2
9622026-05-16T03:37:36.302Z Downloaded parking_lot v0.12.5
9632026-05-16T03:37:36.302Z Downloaded proc-macro-error2 v2.0.1
9642026-05-16T03:37:36.302Z Downloaded jiff-static v0.2.21
9652026-05-16T03:37:36.302Z Downloaded peg v0.8.5
9662026-05-16T03:37:36.302Z Downloaded progenitor v0.14.0
9672026-05-16T03:37:36.302Z Downloaded diesel_derives v2.3.7
9682026-05-16T03:37:36.302Z Downloaded http v1.4.0
9692026-05-16T03:37:36.302Z Downloaded quinn-udp v0.5.14
9702026-05-16T03:37:36.302Z Downloaded postgres-types v0.2.12
9712026-05-16T03:37:36.302Z Downloaded sapling-renderdag v0.1.0
9722026-05-16T03:37:36.302Z Downloaded pkcs1 v0.7.5
9732026-05-16T03:37:36.302Z Downloaded progenitor v0.10.0
9742026-05-16T03:37:36.302Z Downloaded hickory-server v0.25.2
9752026-05-16T03:37:36.302Z Downloaded pin-project v1.1.11
9762026-05-16T03:37:36.302Z Downloaded signal-hook-mio v0.2.5
9772026-05-16T03:37:36.302Z Downloaded shell-words v1.1.1
9782026-05-16T03:37:36.302Z Downloaded seq-macro v0.3.6
9792026-05-16T03:37:36.302Z Downloaded semver v0.1.20
9802026-05-16T03:37:36.302Z Downloaded resolv-conf v0.7.6
9812026-05-16T03:37:36.302Z Downloaded scopeguard v1.2.0
9822026-05-16T03:37:36.302Z Downloaded rustc_version v0.4.1
9832026-05-16T03:37:36.302Z Downloaded progenitor-impl v0.14.0
9842026-05-16T03:37:36.302Z Downloaded postcard v1.1.3
9852026-05-16T03:37:36.302Z Downloaded signal-hook-tokio v0.3.1
9862026-05-16T03:37:36.302Z Downloaded sha1 v0.10.6
9872026-05-16T03:37:36.302Z Downloaded serde_urlencoded v0.7.1
9882026-05-16T03:37:36.302Z Downloaded scroll_derive v0.13.1
9892026-05-16T03:37:36.302Z Downloaded serde_plain v1.0.2
9902026-05-16T03:37:36.302Z Downloaded pkcs5 v0.7.1
9912026-05-16T03:37:36.302Z Downloaded signature v2.2.0
9922026-05-16T03:37:36.302Z Downloaded serde_spanned v1.0.4
9932026-05-16T03:37:36.303Z Downloaded oso v0.27.3
9942026-05-16T03:37:36.303Z Downloaded openssl-sys v0.9.115
9952026-05-16T03:37:36.303Z Downloaded rustls-pemfile v2.2.0
9962026-05-16T03:37:36.303Z Downloaded rustls-pemfile v1.0.4
9972026-05-16T03:37:36.303Z Downloaded serde-big-array v0.5.1
9982026-05-16T03:37:36.303Z Downloaded secrecy v0.10.3
9992026-05-16T03:37:36.303Z Downloaded rustversion v1.0.22
10002026-05-16T03:37:36.303Z Downloaded sigpipe v0.1.3
10012026-05-16T03:37:36.303Z Downloaded hickory-resolver v0.25.2
10022026-05-16T03:37:36.303Z Downloaded siphasher v1.0.2
10032026-05-16T03:37:36.303Z Downloaded serde_repr v0.1.20
10042026-05-16T03:37:36.303Z Downloaded rusty-fork v0.3.1
10052026-05-16T03:37:36.303Z Downloaded serde_bytes v0.11.19
10062026-05-16T03:37:36.303Z Downloaded secrecy v0.8.0
10072026-05-16T03:37:36.303Z Downloaded rustls-native-certs v0.8.3
10082026-05-16T03:37:36.303Z Downloaded scheduled-thread-pool v0.2.7
10092026-05-16T03:37:36.303Z Downloaded minimal-lexical v0.2.1
10102026-05-16T03:37:36.303Z Downloaded sec1 v0.7.3
10112026-05-16T03:37:36.303Z Downloaded schemars_derive v0.8.22
10122026-05-16T03:37:36.303Z Downloaded slog-envlogger v2.2.0
10132026-05-16T03:37:36.303Z Downloaded progenitor-impl v0.10.0
10142026-05-16T03:37:36.303Z Downloaded slog-bunyan v2.5.0
10152026-05-16T03:37:36.303Z Downloaded scroll v0.13.0
10162026-05-16T03:37:36.303Z Downloaded russh-keys v0.45.0
10172026-05-16T03:37:36.303Z Downloaded scrypt v0.11.0
10182026-05-16T03:37:36.303Z Downloaded sct v0.7.1
10192026-05-16T03:37:36.303Z Downloaded shlex v1.3.0
10202026-05-16T03:37:36.303Z Downloaded serde-hex v0.1.0
10212026-05-16T03:37:36.303Z Downloaded ssh-encoding v0.2.0
10222026-05-16T03:37:36.303Z Downloaded sqlparser_derive v0.5.0
10232026-05-16T03:37:36.303Z Downloaded serde_derive_internals v0.29.1
10242026-05-16T03:37:36.303Z Downloaded ssh-cipher v0.2.0
10252026-05-16T03:37:36.303Z Downloaded structmeta-derive v0.3.0
10262026-05-16T03:37:36.303Z Downloaded rcgen v0.12.1
10272026-05-16T03:37:36.303Z Downloaded simd-adler32 v0.3.8
10282026-05-16T03:37:36.303Z Downloaded signal-hook-registry v1.4.8
10292026-05-16T03:37:36.303Z Downloaded prettyplease v0.2.37
10302026-05-16T03:37:36.308Z Downloaded progenitor-impl v0.11.2
10312026-05-16T03:37:36.308Z Downloaded subtle v2.6.1
10322026-05-16T03:37:36.308Z Downloaded rustls-pki-types v1.14.0
10332026-05-16T03:37:36.308Z Downloaded strum v0.27.2
10342026-05-16T03:37:36.308Z Downloaded strum v0.26.3
10352026-05-16T03:37:36.309Z Downloaded structmeta v0.3.0
10362026-05-16T03:37:36.309Z Downloaded strip-ansi-escapes v0.2.1
10372026-05-16T03:37:36.309Z Downloaded prefix-trie v0.7.0
10382026-05-16T03:37:36.309Z Downloaded itertools v0.10.5
10392026-05-16T03:37:36.309Z Downloaded aes-gcm v0.10.3
10402026-05-16T03:37:36.309Z Downloaded tap v1.0.1
10412026-05-16T03:37:36.309Z Downloaded sync_wrapper v1.0.2
10422026-05-16T03:37:36.309Z Downloaded supports-color v3.0.2
10432026-05-16T03:37:36.309Z Downloaded slog-async v2.8.0
10442026-05-16T03:37:36.309Z Downloaded slog-json v2.6.1
10452026-05-16T03:37:36.309Z Downloaded mio v1.2.0
10462026-05-16T03:37:36.309Z Downloaded slog-dtrace v0.3.0
10472026-05-16T03:37:36.309Z Downloaded ron v0.8.1
10482026-05-16T03:37:36.309Z Downloaded spki v0.7.3
10492026-05-16T03:37:36.309Z Downloaded slab v0.4.12
10502026-05-16T03:37:36.309Z Downloaded snafu-derive v0.8.9
10512026-05-16T03:37:36.309Z Downloaded slog-term v2.9.2
10522026-05-16T03:37:36.309Z Downloaded slog-scope v4.4.1
10532026-05-16T03:37:36.309Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-16T03:37:36.309Z Downloaded testing_table v0.3.0
10552026-05-16T03:37:36.309Z Downloaded smf v0.2.3
10562026-05-16T03:37:36.309Z Downloaded slog-stdlog v4.1.1
10572026-05-16T03:37:36.309Z Downloaded hashbrown v0.16.1
10582026-05-16T03:37:36.309Z Downloaded hashbrown v0.15.5
10592026-05-16T03:37:36.309Z Downloaded static_assertions v1.1.0
10602026-05-16T03:37:36.309Z Downloaded stacker v0.1.23
10612026-05-16T03:37:36.309Z Downloaded sqlformat v0.3.5
10622026-05-16T03:37:36.309Z Downloaded ryu v1.0.23
10632026-05-16T03:37:36.309Z Downloaded tinyvec_macros v0.1.1
10642026-05-16T03:37:36.309Z Downloaded serde_with_macros v3.17.0
10652026-05-16T03:37:36.309Z Downloaded pretty_assertions v1.4.1
10662026-05-16T03:37:36.309Z Downloaded crossterm v0.28.1
10672026-05-16T03:37:36.309Z Downloaded termtree v0.5.1
10682026-05-16T03:37:36.309Z Downloaded tabled_derive v0.11.0
10692026-05-16T03:37:36.309Z Downloaded time-core v0.1.8
10702026-05-16T03:37:36.309Z Downloaded thread-id v5.1.0
10712026-05-16T03:37:36.309Z Downloaded tokio-macros v2.7.0
10722026-05-16T03:37:36.309Z Downloaded sync-ptr v0.1.4
10732026-05-16T03:37:36.309Z Downloaded take_mut v0.2.2
10742026-05-16T03:37:36.310Z Downloaded papergrid v0.17.0
10752026-05-16T03:37:36.722Z Downloaded rustls-platform-verifier v0.6.2
10762026-05-16T03:37:36.722Z Downloaded hyper-util v0.1.20
10772026-05-16T03:37:36.729Z Downloaded qorb v0.4.1
10782026-05-16T03:37:36.729Z Downloaded nom v7.1.3
10792026-05-16T03:37:36.729Z Downloaded tagptr v0.2.0
10802026-05-16T03:37:36.729Z Downloaded tabwriter v1.4.1
10812026-05-16T03:37:36.729Z Downloaded string_cache v0.8.9
10822026-05-16T03:37:36.729Z Downloaded publicsuffix v2.3.0
10832026-05-16T03:37:36.729Z Downloaded schemars v0.8.22
10842026-05-16T03:37:36.730Z Downloaded support-bundle-viewer v0.1.2
10852026-05-16T03:37:36.730Z Downloaded strum_macros v0.27.2
10862026-05-16T03:37:36.730Z Downloaded strum_macros v0.26.4
10872026-05-16T03:37:36.730Z Downloaded smallvec v0.6.14
10882026-05-16T03:37:36.730Z Downloaded num-bigint v0.4.6
10892026-05-16T03:37:36.730Z Downloaded rayon-core v1.13.0
10902026-05-16T03:37:36.730Z Downloaded progenitor-impl v0.13.0
10912026-05-16T03:37:36.730Z Downloaded topological-sort v0.2.2
10922026-05-16T03:37:36.730Z Downloaded quinn v0.11.9
10932026-05-16T03:37:36.730Z Downloaded libxml v0.3.3
10942026-05-16T03:37:36.730Z Downloaded itertools v0.12.1
10952026-05-16T03:37:36.730Z Downloaded tower-layer v0.3.3
10962026-05-16T03:37:36.730Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-16T03:37:36.730Z Downloaded tls_codec_derive v0.4.2
10982026-05-16T03:37:36.730Z Downloaded time-macros v0.2.27
10992026-05-16T03:37:36.730Z Downloaded tiny-keccak v2.0.2
11002026-05-16T03:37:36.730Z Downloaded serde_cbor v0.11.2
11012026-05-16T03:37:36.730Z Downloaded thread_local v1.1.9
11022026-05-16T03:37:36.730Z Downloaded spin v0.9.8
11032026-05-16T03:37:36.730Z Downloaded tower-service v0.3.3
11042026-05-16T03:37:36.730Z Downloaded termios v0.3.3
11052026-05-16T03:37:36.730Z Downloaded signal-hook v0.3.18
11062026-05-16T03:37:36.730Z Downloaded iddqd v0.3.18
11072026-05-16T03:37:36.730Z Downloaded iri-string v0.7.10
11082026-05-16T03:37:36.730Z Downloaded thiserror-no-std v2.0.2
11092026-05-16T03:37:36.730Z Downloaded similar v2.7.0
11102026-05-16T03:37:36.730Z Downloaded num-bigint-dig v0.8.6
11112026-05-16T03:37:36.730Z Downloaded typify-macro v0.6.2
11122026-05-16T03:37:36.730Z Downloaded tokio-rustls v0.25.0
11132026-05-16T03:37:36.730Z Downloaded stringprep v0.1.5
11142026-05-16T03:37:36.730Z Downloaded typify-macro v0.4.3
11152026-05-16T03:37:36.730Z Downloaded unarray v0.1.4
11162026-05-16T03:37:36.730Z Downloaded trait-variant v0.1.2
11172026-05-16T03:37:36.730Z Downloaded serde_path_to_error v0.1.20
11182026-05-16T03:37:36.730Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-05-16T03:37:36.730Z Downloaded tokio-tungstenite v0.23.1
11202026-05-16T03:37:36.730Z Downloaded strum_macros v0.24.3
11212026-05-16T03:37:36.730Z Downloaded futures-util v0.3.32
11222026-05-16T03:37:36.731Z Downloaded untrusted v0.7.1
11232026-05-16T03:37:36.731Z Downloaded utf-8 v0.7.6
11242026-05-16T03:37:36.731Z Downloaded tokio-tungstenite v0.21.0
11252026-05-16T03:37:36.731Z Downloaded usdt-attr-macro v0.6.0
11262026-05-16T03:37:36.731Z Downloaded unicode-truncate v1.1.0
11272026-05-16T03:37:36.731Z Downloaded term v0.7.0
11282026-05-16T03:37:36.731Z Downloaded usdt v0.6.0
11292026-05-16T03:37:36.731Z Downloaded unit-prefix v0.5.2
11302026-05-16T03:37:36.731Z Downloaded socket2 v0.6.3
11312026-05-16T03:37:36.731Z Downloaded rsa v0.9.10
11322026-05-16T03:37:36.731Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-16T03:37:36.731Z Downloaded rand v0.10.0
11342026-05-16T03:37:36.731Z Downloaded rand v0.9.2
11352026-05-16T03:37:36.731Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11362026-05-16T03:37:36.731Z Downloaded hkdf v0.12.4
11372026-05-16T03:37:36.731Z Downloaded tokio-dtrace v0.1.1
11382026-05-16T03:37:36.731Z Downloaded socket2 v0.5.10
11392026-05-16T03:37:36.731Z Downloaded untrusted v0.9.0
11402026-05-16T03:37:36.731Z Downloaded h2 v0.4.13
11412026-05-16T03:37:36.731Z Downloaded itertools v0.14.0
11422026-05-16T03:37:36.731Z Downloaded itertools v0.13.0
11432026-05-16T03:37:36.731Z Downloaded waitgroup v0.1.2
11442026-05-16T03:37:36.731Z Downloaded try-lock v0.2.5
11452026-05-16T03:37:36.731Z Downloaded tokio-native-tls v0.3.1
11462026-05-16T03:37:36.731Z Downloaded tokio-stream v0.1.18
11472026-05-16T03:37:36.731Z Downloaded tokio-rustls v0.26.4
11482026-05-16T03:37:36.731Z Downloaded schemars v1.2.1
11492026-05-16T03:37:36.731Z Downloaded xattr v1.6.1
11502026-05-16T03:37:36.731Z Downloaded want v0.3.1
11512026-05-16T03:37:36.731Z Downloaded unicase v2.9.0
11522026-05-16T03:37:36.731Z Downloaded universal-hash v0.5.1
11532026-05-16T03:37:36.731Z Downloaded tui-tree-widget v0.23.1
11542026-05-16T03:37:36.731Z Downloaded slog v2.8.2
11552026-05-16T03:37:36.731Z Downloaded rustls-webpki v0.103.9
11562026-05-16T03:37:36.731Z Downloaded tokio-rustls v0.24.1
11572026-05-16T03:37:36.731Z Downloaded bitvec v1.0.1
11582026-05-16T03:37:36.731Z Downloaded zone v0.3.1
11592026-05-16T03:37:36.731Z Downloaded xshell-macros v0.2.7
11602026-05-16T03:37:36.731Z Downloaded vergen-gitcl v1.0.8
11612026-05-16T03:37:36.731Z Downloaded vergen-git2 v1.0.7
11622026-05-16T03:37:36.732Z Downloaded usdt-macro v0.6.0
11632026-05-16T03:37:36.732Z Downloaded usdt-impl v0.6.0
11642026-05-16T03:37:36.732Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-16T03:37:36.732Z Downloaded tls_codec v0.4.2
11662026-05-16T03:37:36.732Z Downloaded void v1.0.2
11672026-05-16T03:37:36.732Z Downloaded uzers v0.12.2
11682026-05-16T03:37:36.732Z Downloaded samael v0.0.19
11692026-05-16T03:37:36.732Z Downloaded tinyvec v1.10.0
11702026-05-16T03:37:36.732Z Downloaded zeroize_derive v1.4.3
11712026-05-16T03:37:36.732Z Downloaded vsss-rs v3.3.4
11722026-05-16T03:37:36.732Z Downloaded vergen-lib v0.1.6
11732026-05-16T03:37:36.732Z Downloaded p521 v0.13.3
11742026-05-16T03:37:36.732Z Downloaded walkdir v2.5.0
11752026-05-16T03:37:36.732Z Downloaded twox-hash v2.1.2
11762026-05-16T03:37:36.732Z Downloaded wait-timeout v0.2.1
11772026-05-16T03:37:36.741Z Downloaded test-strategy v0.4.5
11782026-05-16T03:37:36.741Z Downloaded subprocess v0.2.15
11792026-05-16T03:37:36.741Z Downloaded tracing-attributes v0.1.31
11802026-05-16T03:37:36.741Z Downloaded zone_cfg_derive v0.3.1
11812026-05-16T03:37:36.741Z Downloaded xshell v0.2.7
11822026-05-16T03:37:36.741Z Downloaded schemars v0.9.0
11832026-05-16T03:37:36.741Z Downloaded whoami v2.1.0
11842026-05-16T03:37:36.741Z Downloaded tar v0.4.45
11852026-05-16T03:37:36.741Z Downloaded hyper v1.8.1
11862026-05-16T03:37:36.741Z Downloaded whoami v1.6.1
11872026-05-16T03:37:36.741Z Downloaded toml v0.9.12+spec-1.1.0
11882026-05-16T03:37:36.741Z Downloaded snafu v0.8.9
11892026-05-16T03:37:36.742Z Downloaded rand v0.8.6
11902026-05-16T03:37:36.742Z Downloaded libm v0.2.16
11912026-05-16T03:37:36.742Z Downloaded unicode-properties v0.1.4
11922026-05-16T03:37:36.742Z Downloaded chrono v0.4.44
11932026-05-16T03:37:36.742Z Downloaded tungstenite v0.21.0
11942026-05-16T03:37:36.742Z Downloaded toml v0.7.8
11952026-05-16T03:37:36.742Z Downloaded rustyline v14.0.0
11962026-05-16T03:37:36.742Z Downloaded tungstenite v0.23.0
11972026-05-16T03:37:36.742Z Downloaded yasna v0.5.2
11982026-05-16T03:37:36.742Z Downloaded zstd v0.13.3
11992026-05-16T03:37:36.742Z Downloaded tracing-core v0.1.36
12002026-05-16T03:37:36.742Z Downloaded vergen v9.0.6
12012026-05-16T03:37:36.742Z Downloaded term v1.2.1
12022026-05-16T03:37:36.742Z Downloaded russh v0.45.0
12032026-05-16T03:37:36.742Z Downloaded typify v0.6.2
12042026-05-16T03:37:36.742Z Downloaded zstd-safe v7.2.4
12052026-05-16T03:37:36.742Z Downloaded unsafe-libyaml v0.2.11
12062026-05-16T03:37:36.742Z Downloaded wyz v0.5.1
12072026-05-16T03:37:36.742Z Downloaded typify v0.4.3
12082026-05-16T03:37:36.742Z Downloaded tokio-postgres v0.7.16
12092026-05-16T03:37:36.742Z Downloaded toml v1.0.6+spec-1.1.0
12102026-05-16T03:37:36.742Z Downloaded rpassword v7.4.0
12112026-05-16T03:37:36.742Z Downloaded unicode-bidi v0.3.18
12122026-05-16T03:37:36.742Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-16T03:37:36.742Z Downloaded git2 v0.20.4
12142026-05-16T03:37:36.742Z Downloaded zopfli v0.8.3
12152026-05-16T03:37:36.742Z Downloaded zerocopy v0.6.6
12162026-05-16T03:37:36.742Z Downloaded toml_edit v0.19.15
12172026-05-16T03:37:36.742Z Downloaded steno v0.4.1
12182026-05-16T03:37:36.742Z Downloaded bindgen v0.71.1
12192026-05-16T03:37:36.742Z Downloaded vte v0.14.1
12202026-05-16T03:37:36.742Z Downloaded reedline v0.40.0
12212026-05-16T03:37:36.742Z Downloaded yansi v1.0.1
12222026-05-16T03:37:36.742Z Downloaded reqwest v0.12.28
12232026-05-16T03:37:36.742Z Downloaded zeroize v1.8.2
12242026-05-16T03:37:36.742Z Downloaded unicode_categories v0.1.1
12252026-05-16T03:37:36.743Z Downloaded reqwest v0.13.2
12262026-05-16T03:37:36.743Z Downloaded ssh-key v0.6.7
12272026-05-16T03:37:36.743Z Downloaded regex v1.12.3
12282026-05-16T03:37:36.743Z Downloaded goblin v0.10.5
12292026-05-16T03:37:36.743Z Downloaded quick-xml v0.37.5
12302026-05-16T03:37:36.743Z Downloaded zip v0.6.6
12312026-05-16T03:37:36.743Z Downloaded moka v0.12.13
12322026-05-16T03:37:36.743Z Downloaded uuid v1.23.0
12332026-05-16T03:37:36.743Z Downloaded x509-cert v0.2.5
12342026-05-16T03:37:36.743Z Downloaded aws-lc-rs v1.16.3
12352026-05-16T03:37:36.753Z Downloaded typed-path v0.9.3
12362026-05-16T03:37:36.754Z Downloaded unicode-segmentation v1.12.0
12372026-05-16T03:37:36.754Z Downloaded lalrpop v0.19.12
12382026-05-16T03:37:36.757Z Downloaded portable-atomic v1.13.1
12392026-05-16T03:37:36.757Z Downloaded rayon v1.11.0
12402026-05-16T03:37:36.761Z Downloaded rustls-webpki v0.101.7
12412026-05-16T03:37:36.774Z Downloaded zerocopy-derive v0.8.40
12422026-05-16T03:37:36.781Z Downloaded salty v0.3.0
12432026-05-16T03:37:36.784Z Downloaded p384 v0.13.1
12442026-05-16T03:37:36.784Z Downloaded tough v0.22.0
12452026-05-16T03:37:36.787Z Downloaded tower-http v0.6.8
12462026-05-16T03:37:36.791Z Downloaded tower v0.5.3
12472026-05-16T03:37:36.794Z Downloaded curve25519-dalek v4.1.3
12482026-05-16T03:37:36.799Z Downloaded proptest v1.10.0
12492026-05-16T03:37:37.212Z Downloaded unicode-normalization v0.1.25
12502026-05-16T03:37:37.218Z Downloaded object v0.30.4
12512026-05-16T03:37:37.218Z Downloaded tokio-util v0.7.18
12522026-05-16T03:37:37.218Z Downloaded rustls-webpki v0.102.8
12532026-05-16T03:37:37.218Z Downloaded zip v4.6.1
12542026-05-16T03:37:37.218Z Downloaded serde_with v3.17.0
12552026-05-16T03:37:37.218Z Downloaded quinn-proto v0.11.13
12562026-05-16T03:37:37.218Z Downloaded bstr v1.12.1
12572026-05-16T03:37:37.218Z Downloaded radix_trie v0.2.1
12582026-05-16T03:37:37.218Z Downloaded dropshot v0.16.7
12592026-05-16T03:37:37.218Z Downloaded polar-core v0.27.3
12602026-05-16T03:37:37.218Z Downloaded openssl v0.10.79
12612026-05-16T03:37:37.218Z Downloaded petname v2.0.2
12622026-05-16T03:37:37.218Z Downloaded winnow v0.6.26
12632026-05-16T03:37:37.218Z Downloaded winnow v0.5.40
12642026-05-16T03:37:37.218Z Downloaded nix v0.28.0
12652026-05-16T03:37:37.218Z Downloaded tabled v0.20.0
12662026-05-16T03:37:37.218Z Downloaded dropshot v0.17.0
12672026-05-16T03:37:37.218Z Downloaded vcpkg v0.2.15
12682026-05-16T03:37:37.218Z Downloaded regex-syntax v0.6.29
12692026-05-16T03:37:37.218Z Downloaded time v0.3.47
12702026-05-16T03:37:37.218Z Downloaded hickory-proto v0.25.2
12712026-05-16T03:37:37.218Z Downloaded smoltcp v0.11.0
12722026-05-16T03:37:37.218Z Downloaded rustls v0.21.12
12732026-05-16T03:37:37.218Z Downloaded nix v0.27.1
12742026-05-16T03:37:37.218Z Downloaded nix v0.31.2
12752026-05-16T03:37:37.219Z Downloaded nix v0.29.0
12762026-05-16T03:37:37.219Z Downloaded regex-syntax v0.8.10
12772026-05-16T03:37:37.219Z Downloaded diesel v2.3.7
12782026-05-16T03:37:37.219Z Downloaded zlib-rs v0.6.2
12792026-05-16T03:37:37.219Z Downloaded openapiv3 v2.2.0
12802026-05-16T03:37:37.219Z Downloaded object v0.37.3
12812026-05-16T03:37:37.219Z Downloaded hickory-proto v0.24.4
12822026-05-16T03:37:37.219Z Downloaded webpki-roots v1.0.6
12832026-05-16T03:37:37.219Z Downloaded chrono-tz v0.10.4
12842026-05-16T03:37:37.219Z Downloaded zerocopy v0.8.40
12852026-05-16T03:37:37.219Z Downloaded regress v0.10.5
12862026-05-16T03:37:37.219Z Downloaded smoltcp v0.9.1
12872026-05-16T03:37:37.219Z Downloaded rustls v0.23.37
12882026-05-16T03:37:37.219Z Downloaded rustls v0.22.4
12892026-05-16T03:37:37.219Z Downloaded tracing v0.1.44
12902026-05-16T03:37:37.219Z Downloaded typify-impl v0.6.2
12912026-05-16T03:37:37.219Z Downloaded ratatui v0.29.0
12922026-05-16T03:37:37.219Z Downloaded typify-impl v0.4.3
12932026-05-16T03:37:37.219Z Downloaded rustix v0.38.44
12942026-05-16T03:37:37.219Z Downloaded regress v0.11.1
12952026-05-16T03:37:37.219Z Downloaded sqlparser v0.61.0
12962026-05-16T03:37:37.219Z Downloaded sled v0.34.7
12972026-05-16T03:37:37.219Z Downloaded petgraph v0.6.5
12982026-05-16T03:37:37.219Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-16T03:37:37.226Z Downloaded petgraph v0.8.3
13002026-05-16T03:37:37.230Z Downloaded zerocopy-derive v0.6.6
13012026-05-16T03:37:37.236Z Downloaded regex-automata v0.4.14
13022026-05-16T03:37:37.245Z Downloaded libz-sys v1.1.24
13032026-05-16T03:37:37.258Z Downloaded csv v1.4.0
13042026-05-16T03:37:37.280Z Downloaded jiff v0.2.21
13052026-05-16T03:37:37.319Z Downloaded sha3 v0.10.8
13062026-05-16T03:37:37.322Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-16T03:37:37.332Z Downloaded tokio v1.52.1
13082026-05-16T03:37:37.379Z Downloaded encoding_rs v0.8.35
13092026-05-16T03:37:37.801Z Downloaded ring v0.17.14
13102026-05-16T03:37:37.804Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-16T03:37:37.908Z Downloaded aws-lc-sys v0.40.0
13122026-05-16T03:37:38.164Z Compiling libc v0.2.185
13132026-05-16T03:37:38.164Z Compiling serde v1.0.228
13142026-05-16T03:37:38.168Z Compiling log v0.4.29
13152026-05-16T03:37:38.168Z Compiling shlex v1.3.0
13162026-05-16T03:37:38.331Z Compiling find-msvc-tools v0.1.9
13172026-05-16T03:37:38.343Z Compiling syn v2.0.117
13182026-05-16T03:37:38.346Z Compiling smallvec v1.15.1
13192026-05-16T03:37:38.346Z Compiling typenum v1.19.0
13202026-05-16T03:37:38.513Z Compiling generic-array v0.14.7
13212026-05-16T03:37:38.529Z Compiling subtle v2.6.1
13222026-05-16T03:37:38.576Z Compiling scopeguard v1.2.0
13232026-05-16T03:37:38.680Z Compiling const-oid v0.9.6
13242026-05-16T03:37:38.698Z Compiling serde_json v1.0.149
13252026-05-16T03:37:38.698Z Compiling lock_api v0.4.14
13262026-05-16T03:37:38.718Z Compiling zerocopy v0.8.40
13272026-05-16T03:37:38.758Z Compiling parking_lot_core v0.9.12
13282026-05-16T03:37:38.893Z Compiling pin-project-lite v0.2.17
13292026-05-16T03:37:38.985Z Compiling portable-atomic v1.13.1
13302026-05-16T03:37:39.016Z Compiling pkg-config v0.3.32
13312026-05-16T03:37:39.108Z Compiling bitflags v2.11.0
13322026-05-16T03:37:39.194Z Compiling getrandom v0.2.17
13332026-05-16T03:37:39.295Z Compiling jobserver v0.1.34
13342026-05-16T03:37:39.318Z Compiling errno v0.3.14
13352026-05-16T03:37:39.443Z Compiling rand_core v0.6.4
13362026-05-16T03:37:39.499Z Compiling signal-hook-registry v1.4.8
13372026-05-16T03:37:39.570Z Compiling cc v1.2.56
13382026-05-16T03:37:39.608Z Compiling libm v0.2.16
13392026-05-16T03:37:39.689Z Compiling critical-section v1.2.0
13402026-05-16T03:37:39.730Z Compiling futures-core v0.3.32
13412026-05-16T03:37:39.817Z Compiling parking_lot v0.12.5
13422026-05-16T03:37:39.876Z Compiling mio v1.2.0
13432026-05-16T03:37:39.913Z Compiling num-traits v0.2.19
13442026-05-16T03:37:39.943Z Compiling once_cell v1.21.3
13452026-05-16T03:37:39.995Z Compiling percent-encoding v2.3.2
13462026-05-16T03:37:40.102Z Compiling socket2 v0.6.3
13472026-05-16T03:37:40.127Z Compiling futures-sink v0.3.32
13482026-05-16T03:37:40.261Z Compiling getrandom v0.4.1
13492026-05-16T03:37:40.295Z Compiling futures-io v0.3.32
13502026-05-16T03:37:40.295Z Compiling futures-channel v0.3.32
13512026-05-16T03:37:40.295Z Compiling futures-task v0.3.32
13522026-05-16T03:37:40.319Z Compiling cpufeatures v0.2.17
13532026-05-16T03:37:40.808Z Compiling slab v0.4.12
13542026-05-16T03:37:41.226Z Compiling rand_core v0.10.0
13552026-05-16T03:37:41.226Z Compiling indexmap v2.14.0
13562026-05-16T03:37:41.226Z Compiling getrandom v0.3.4
13572026-05-16T03:37:41.226Z Compiling rustversion v1.0.22
13582026-05-16T03:37:41.226Z Compiling cmake v0.1.57
13592026-05-16T03:37:41.234Z Compiling form_urlencoded v1.2.2
13602026-05-16T03:37:41.234Z Compiling dunce v1.0.5
13612026-05-16T03:37:41.234Z Compiling fs_extra v1.3.0
13622026-05-16T03:37:41.234Z Compiling synstructure v0.13.2
13632026-05-16T03:37:41.234Z Compiling base64ct v1.8.3
13642026-05-16T03:37:41.234Z Compiling ident_case v1.0.1
13652026-05-16T03:37:41.234Z Compiling rustix v1.1.3
13662026-05-16T03:37:41.332Z Compiling aws-lc-sys v0.40.0
13672026-05-16T03:37:41.378Z Compiling pem-rfc7468 v0.7.0
13682026-05-16T03:37:41.378Z Compiling iana-time-zone v0.1.65
13692026-05-16T03:37:41.431Z Compiling regex-syntax v0.8.10
13702026-05-16T03:37:41.639Z Compiling flagset v0.4.7
13712026-05-16T03:37:41.718Z Compiling rand_core v0.9.5
13722026-05-16T03:37:41.722Z Compiling ring v0.17.14
13732026-05-16T03:37:41.745Z Compiling aws-lc-rs v1.16.3
13742026-05-16T03:37:41.772Z Compiling vcpkg v0.2.15
13752026-05-16T03:37:41.994Z Compiling uuid v1.23.0
13762026-05-16T03:37:42.432Z Compiling rustc_version v0.4.1
13772026-05-16T03:37:42.435Z Compiling tracing-core v0.1.36
13782026-05-16T03:37:42.584Z Compiling openssl-sys v0.9.115
13792026-05-16T03:37:43.110Z Compiling base64 v0.22.1
13802026-05-16T03:37:43.115Z Compiling serde_derive v1.0.228
13812026-05-16T03:37:43.115Z Compiling zeroize_derive v1.4.3
13822026-05-16T03:37:43.115Z Compiling zerofrom-derive v0.1.6
13832026-05-16T03:37:43.115Z Compiling yoke-derive v0.8.1
13842026-05-16T03:37:43.115Z Compiling zerocopy-derive v0.8.40
13852026-05-16T03:37:43.566Z Compiling zeroize v1.8.2
13862026-05-16T03:37:43.886Z Compiling zerovec-derive v0.11.2
13872026-05-16T03:37:44.225Z Compiling displaydoc v0.2.5
13882026-05-16T03:37:44.349Z Compiling crypto-common v0.1.7
13892026-05-16T03:37:44.455Z Compiling zerofrom v0.1.6
13902026-05-16T03:37:44.498Z Compiling block-buffer v0.10.4
13912026-05-16T03:37:44.573Z Compiling yoke v0.8.1
13922026-05-16T03:37:44.667Z Compiling digest v0.10.7
13932026-05-16T03:37:44.757Z Compiling tokio-macros v2.7.0
13942026-05-16T03:37:44.917Z Compiling futures-macro v0.3.32
13952026-05-16T03:37:44.993Z Compiling zerotrie v0.2.3
13962026-05-16T03:37:45.023Z Compiling zerovec v0.11.5
13972026-05-16T03:37:45.287Z Compiling hmac v0.12.1
13982026-05-16T03:37:45.516Z Compiling block-padding v0.3.3
13992026-05-16T03:37:45.539Z Compiling tinystr v0.8.2
14002026-05-16T03:37:45.539Z Compiling potential_utf v0.1.4
14012026-05-16T03:37:45.609Z Compiling inout v0.1.4
14022026-05-16T03:37:45.682Z Compiling icu_locale_core v2.1.1
14032026-05-16T03:37:45.700Z Compiling icu_collections v2.1.1
14042026-05-16T03:37:45.721Z Compiling futures-util v0.3.32
14052026-05-16T03:37:45.756Z Compiling cipher v0.4.4
14062026-05-16T03:37:46.032Z Compiling sha2 v0.10.9
14072026-05-16T03:37:46.168Z Compiling der_derive v0.7.3
14082026-05-16T03:37:46.718Z Compiling bytes v1.11.1
14092026-05-16T03:37:46.739Z Compiling icu_provider v2.1.1
14102026-05-16T03:37:46.739Z Compiling chrono v0.4.44
14112026-05-16T03:37:46.752Z Compiling icu_properties v2.1.2
14122026-05-16T03:37:46.960Z Compiling tokio v1.52.1
14132026-05-16T03:37:47.156Z Compiling icu_normalizer v2.1.1
14142026-05-16T03:37:47.480Z Compiling ppv-lite86 v0.2.21
14152026-05-16T03:37:47.551Z Compiling der v0.7.10
14162026-05-16T03:37:47.760Z Compiling idna_adapter v1.2.1
14172026-05-16T03:37:47.809Z Compiling http v1.4.0
14182026-05-16T03:37:48.221Z Compiling idna v1.1.0
14192026-05-16T03:37:48.225Z Compiling salsa20 v0.10.2
14202026-05-16T03:37:48.225Z Compiling pbkdf2 v0.12.2
14212026-05-16T03:37:48.226Z Compiling rustls-pki-types v1.14.0
14222026-05-16T03:37:48.226Z Compiling thiserror-impl v2.0.18
14232026-05-16T03:37:48.226Z Compiling tracing-attributes v0.1.31
14242026-05-16T03:37:48.418Z Compiling url v2.5.8
14252026-05-16T03:37:48.454Z Compiling spki v0.7.3
14262026-05-16T03:37:48.657Z Compiling http-body v1.0.1
14272026-05-16T03:37:48.667Z Compiling scrypt v0.11.0
14282026-05-16T03:37:48.727Z Compiling rand_chacha v0.9.0
14292026-05-16T03:37:48.830Z Compiling cbc v0.1.2
14302026-05-16T03:37:48.909Z Compiling aes v0.8.4
14312026-05-16T03:37:49.003Z Compiling tinyvec_macros v0.1.1
14322026-05-16T03:37:49.069Z Compiling openssl-probe v0.2.1
14332026-05-16T03:37:49.187Z Compiling untrusted v0.7.1
14342026-05-16T03:37:49.243Z Compiling untrusted v0.9.0
14352026-05-16T03:37:49.294Z Compiling thiserror v2.0.18
14362026-05-16T03:37:49.307Z Compiling httparse v1.10.1
14372026-05-16T03:37:49.345Z Compiling tracing v0.1.44
14382026-05-16T03:37:49.395Z Compiling pkcs5 v0.7.1
14392026-05-16T03:37:49.408Z Compiling tinyvec v1.10.0
14402026-05-16T03:37:49.603Z Compiling pest_generator v2.8.6
14412026-05-16T03:37:49.676Z Compiling rand v0.9.2
14422026-05-16T03:37:49.736Z Compiling serde_derive_internals v0.29.1
14432026-05-16T03:37:49.863Z Compiling aho-corasick v1.1.4
14442026-05-16T03:37:49.951Z Compiling schemars v0.8.22
14452026-05-16T03:37:50.149Z Compiling dyn-clone v1.0.20
14462026-05-16T03:37:50.282Z Compiling try-lock v0.2.5
14472026-05-16T03:37:50.295Z Compiling atomic-waker v1.1.2
14482026-05-16T03:37:50.390Z Compiling tower-layer v0.3.3
14492026-05-16T03:37:50.417Z Compiling tower-service v0.3.3
14502026-05-16T03:37:50.452Z Compiling rustls v0.23.37
14512026-05-16T03:37:50.510Z Compiling want v0.3.1
14522026-05-16T03:37:50.544Z Compiling pest_derive v2.8.6
14532026-05-16T03:37:50.613Z Compiling tokio-util v0.7.18
14542026-05-16T03:37:50.627Z Compiling schemars_derive v0.8.22
14552026-05-16T03:37:50.664Z Compiling regex-automata v0.4.14
14562026-05-16T03:37:51.099Z Compiling pkcs8 v0.10.2
14572026-05-16T03:37:51.265Z Compiling h2 v0.4.13
14582026-05-16T03:37:51.400Z Compiling ipnet v2.11.0
14592026-05-16T03:37:51.526Z Compiling scroll_derive v0.13.1
14602026-05-16T03:37:51.717Z Compiling darling_core v0.20.11
14612026-05-16T03:37:51.903Z Compiling pin-utils v0.1.0
14622026-05-16T03:37:51.941Z Compiling httpdate v1.0.3
14632026-05-16T03:37:51.969Z Compiling foreign-types-shared v0.1.1
14642026-05-16T03:37:52.083Z Compiling openssl v0.10.79
14652026-05-16T03:37:52.171Z Compiling foreign-types v0.3.2
14662026-05-16T03:37:52.277Z Compiling tempfile v3.25.0
14672026-05-16T03:37:52.323Z Compiling scroll v0.13.0
14682026-05-16T03:37:52.602Z Compiling unicode-normalization v0.1.25
14692026-05-16T03:37:52.708Z Compiling openssl-macros v0.1.1
14702026-05-16T03:37:53.025Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-16T03:37:53.097Z Compiling spin v0.9.8
14722026-05-16T03:37:53.097Z Compiling powerfmt v0.2.0
14732026-05-16T03:37:53.246Z Compiling crc32fast v1.5.0
14742026-05-16T03:37:53.268Z Compiling num-conv v0.2.0
14752026-05-16T03:37:53.363Z Compiling time-core v0.1.8
14762026-05-16T03:37:53.408Z Compiling native-tls v0.2.18
14772026-05-16T03:37:53.505Z Compiling time-macros v0.2.27
14782026-05-16T03:37:53.586Z Compiling deranged v0.5.8
14792026-05-16T03:37:53.937Z Compiling darling_macro v0.20.11
14802026-05-16T03:37:54.396Z Compiling hyper v1.8.1
14812026-05-16T03:37:54.540Z Compiling darling v0.20.11
14822026-05-16T03:37:54.551Z Compiling goblin v0.10.5
14832026-05-16T03:37:54.604Z Compiling rustls-native-certs v0.8.3
14842026-05-16T03:37:54.754Z Compiling sync_wrapper v1.0.2
14852026-05-16T03:37:54.858Z Compiling wait-timeout v0.2.1
14862026-05-16T03:37:54.878Z Compiling num_threads v0.1.7
14872026-05-16T03:37:54.974Z Compiling simd-adler32 v0.3.8
14882026-05-16T03:37:55.143Z Compiling usdt-impl v0.6.0
14892026-05-16T03:37:55.211Z Compiling siphasher v1.0.2
14902026-05-16T03:37:55.236Z Compiling quick-error v1.2.3
14912026-05-16T03:37:55.322Z Compiling syn v1.0.109
14922026-05-16T03:37:55.322Z Compiling crossbeam-utils v0.8.21
14932026-05-16T03:37:55.379Z Compiling unicode-segmentation v1.12.0
14942026-05-16T03:37:55.604Z Compiling hyper-util v0.1.20
14952026-05-16T03:37:55.607Z Compiling bit-vec v0.8.0
14962026-05-16T03:37:55.895Z Compiling bit-set v0.8.0
14972026-05-16T03:37:56.007Z Compiling rusty-fork v0.3.1
14982026-05-16T03:37:56.023Z Compiling time v0.3.47
14992026-05-16T03:37:56.066Z Compiling tower v0.5.3
15002026-05-16T03:37:56.320Z Compiling derive_builder_core v0.20.2
15012026-05-16T03:37:56.573Z Compiling dtrace-parser v0.3.0
15022026-05-16T03:37:56.727Z Compiling http-body-util v0.1.3
15032026-05-16T03:37:56.982Z Compiling webpki-roots v1.0.6
15042026-05-16T03:37:57.132Z Compiling signature v2.2.0
15052026-05-16T03:37:57.267Z Compiling thiserror-impl v1.0.69
15062026-05-16T03:37:57.288Z Compiling dof v0.4.0
15072026-05-16T03:37:57.319Z Compiling scroll_derive v0.12.1
15082026-05-16T03:37:57.383Z Compiling heapless v0.7.17
15092026-05-16T03:37:57.611Z Compiling rand_xorshift v0.4.0
15102026-05-16T03:37:58.075Z Compiling slog v2.8.2
15112026-05-16T03:37:58.086Z Compiling darling_core v0.21.3
15122026-05-16T03:37:58.086Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-16T03:37:58.086Z Compiling thread-id v5.1.0
15142026-05-16T03:37:58.086Z Compiling cookie v0.18.1
15152026-05-16T03:37:58.113Z Compiling allocator-api2 v0.2.21
15162026-05-16T03:37:58.218Z Compiling signal-hook v0.3.18
15172026-05-16T03:37:58.392Z Compiling unarray v0.1.4
15182026-05-16T03:37:58.436Z Compiling unicode-properties v0.1.4
15192026-05-16T03:37:58.450Z Compiling iri-string v0.7.10
15202026-05-16T03:37:58.465Z Compiling ryu v1.0.23
15212026-05-16T03:37:58.525Z Compiling paste v1.0.15
15222026-05-16T03:37:58.637Z Compiling zstd-safe v7.2.4
15232026-05-16T03:37:58.637Z Compiling unicode-bidi v0.3.18
15242026-05-16T03:37:58.759Z Compiling adler2 v2.0.1
15252026-05-16T03:37:59.228Z Compiling anyhow v1.0.102
15262026-05-16T03:37:59.277Z Compiling miniz_oxide v0.8.9
15272026-05-16T03:37:59.282Z Compiling serde_urlencoded v0.7.1
15282026-05-16T03:37:59.282Z Compiling stringprep v0.1.5
15292026-05-16T03:37:59.282Z Compiling proptest v1.10.0
15302026-05-16T03:37:59.403Z Compiling thiserror v1.0.69
15312026-05-16T03:37:59.582Z Compiling tower-http v0.6.8
15322026-05-16T03:37:59.919Z Compiling scroll v0.12.0
15332026-05-16T03:38:00.073Z Compiling derive_builder_macro v0.20.2
15342026-05-16T03:38:00.284Z Compiling tokio-native-tls v0.3.1
15352026-05-16T03:38:00.314Z Compiling heck v0.4.1
15362026-05-16T03:38:00.314Z Compiling darling_macro v0.21.3
15372026-05-16T03:38:00.349Z Compiling ipnetwork v0.21.1
15382026-05-16T03:38:00.427Z Compiling bstr v1.12.1
15392026-05-16T03:38:00.547Z Compiling rand_chacha v0.3.1
15402026-05-16T03:38:01.017Z Compiling erased-serde v0.3.31
15412026-05-16T03:38:01.105Z Compiling serde_spanned v0.6.9
15422026-05-16T03:38:01.105Z Compiling serde_tokenstream v0.2.3
15432026-05-16T03:38:01.105Z Compiling toml_datetime v0.6.11
15442026-05-16T03:38:01.105Z Compiling md-5 v0.10.6
15452026-05-16T03:38:01.105Z Compiling zerocopy-derive v0.7.35
15462026-05-16T03:38:01.128Z Compiling pin-project-internal v1.1.11
15472026-05-16T03:38:01.128Z Compiling async-trait v0.1.89
15482026-05-16T03:38:01.178Z Compiling curve25519-dalek v4.1.3
15492026-05-16T03:38:01.258Z Compiling vergen-lib v0.1.6
15502026-05-16T03:38:01.439Z Compiling num-integer v0.1.46
15512026-05-16T03:38:01.494Z Compiling hash32 v0.2.1
15522026-05-16T03:38:01.725Z Compiling ff v0.13.1
15532026-05-16T03:38:01.805Z Compiling memoffset v0.9.1
15542026-05-16T03:38:01.859Z Compiling encoding_rs v0.8.35
15552026-05-16T03:38:01.936Z Compiling psl-types v2.0.11
15562026-05-16T03:38:01.991Z Compiling rustix v0.38.44
15572026-05-16T03:38:02.063Z Compiling fallible-iterator v0.2.0
15582026-05-16T03:38:02.121Z Compiling cfg_aliases v0.2.1
15592026-05-16T03:38:02.210Z Compiling smoltcp v0.9.1
15602026-05-16T03:38:02.219Z Compiling litrs v1.0.0
15612026-05-16T03:38:02.344Z Compiling ref-cast v1.0.25
15622026-05-16T03:38:02.383Z Compiling zlib-rs v0.6.2
15632026-05-16T03:38:02.538Z Compiling num-bigint-dig v0.8.6
15642026-05-16T03:38:02.666Z Compiling base16ct v0.2.0
15652026-05-16T03:38:02.781Z Compiling mime v0.3.17
15662026-05-16T03:38:02.821Z Compiling document-features v0.2.12
15672026-05-16T03:38:02.847Z Compiling sec1 v0.7.3
15682026-05-16T03:38:03.101Z Compiling postgres-protocol v0.6.10
15692026-05-16T03:38:03.190Z Compiling pin-project v1.1.11
15702026-05-16T03:38:03.314Z Compiling nix v0.31.2
15712026-05-16T03:38:03.337Z Compiling publicsuffix v2.3.0
15722026-05-16T03:38:03.468Z Compiling zerocopy v0.7.35
15732026-05-16T03:38:03.919Z Compiling group v0.13.0
15742026-05-16T03:38:03.938Z Compiling num-iter v0.1.45
15752026-05-16T03:38:03.938Z Compiling newtype-uuid v1.3.2
15762026-05-16T03:38:03.938Z Compiling hubpack_derive v0.1.1
15772026-05-16T03:38:03.998Z Compiling darling v0.21.3
15782026-05-16T03:38:04.065Z Compiling rand v0.8.6
15792026-05-16T03:38:04.078Z Compiling oxnet v0.1.4
15802026-05-16T03:38:04.098Z Compiling derive_builder v0.20.2
15812026-05-16T03:38:04.129Z Compiling snafu-derive v0.8.9
15822026-05-16T03:38:04.213Z Compiling hyper-tls v0.6.0
15832026-05-16T03:38:04.433Z Compiling goblin v0.8.2
15842026-05-16T03:38:04.987Z Compiling phf_shared v0.13.1
15852026-05-16T03:38:05.224Z Compiling flate2 v1.1.9
15862026-05-16T03:38:05.240Z Compiling lazy_static v1.5.0
15872026-05-16T03:38:05.340Z Compiling regex v1.12.3
15882026-05-16T03:38:05.470Z Compiling strum_macros v0.27.2
15892026-05-16T03:38:06.018Z Compiling futures-executor v0.3.32
15902026-05-16T03:38:06.045Z Compiling hex v0.4.3
15912026-05-16T03:38:06.045Z Compiling cargo-platform v0.1.9
15922026-05-16T03:38:06.045Z Compiling hkdf v0.12.4
15932026-05-16T03:38:06.045Z Compiling crypto-bigint v0.5.5
15942026-05-16T03:38:06.045Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-16T03:38:06.045Z Compiling daft-derive v0.1.5
15962026-05-16T03:38:06.045Z Compiling ref-cast-impl v1.0.25
15972026-05-16T03:38:06.589Z Compiling terminal_size v0.4.3
15982026-05-16T03:38:06.676Z Compiling vergen v9.0.6
15992026-05-16T03:38:07.133Z Compiling fs-err v3.3.0
16002026-05-16T03:38:07.141Z Compiling ahash v0.8.12
16012026-05-16T03:38:07.141Z Compiling bitflags v1.3.2
16022026-05-16T03:38:07.141Z Compiling object v0.37.3
16032026-05-16T03:38:07.141Z Compiling same-file v1.0.6
16042026-05-16T03:38:07.141Z Compiling libbz2-rs-sys v0.2.2
16052026-05-16T03:38:07.141Z Compiling bumpalo v3.20.2
16062026-05-16T03:38:07.603Z Compiling managed v0.8.0
16072026-05-16T03:38:07.637Z Compiling foldhash v0.1.5
16082026-05-16T03:38:07.637Z Compiling foldhash v0.2.0
16092026-05-16T03:38:07.637Z Compiling winnow v0.5.40
16102026-05-16T03:38:07.637Z Compiling hashbrown v0.15.5
16112026-05-16T03:38:08.088Z Compiling hashbrown v0.16.1
16122026-05-16T03:38:08.088Z Compiling strum v0.27.2
16132026-05-16T03:38:08.147Z Compiling bzip2 v0.6.1
16142026-05-16T03:38:08.147Z Compiling zopfli v0.8.3
16152026-05-16T03:38:08.147Z Compiling walkdir v2.5.0
16162026-05-16T03:38:08.211Z Compiling clap_builder v4.5.60
16172026-05-16T03:38:08.332Z Compiling elliptic-curve v0.13.8
16182026-05-16T03:38:08.440Z Compiling daft v0.1.5
16192026-05-16T03:38:08.690Z Compiling toml_edit v0.19.15
16202026-05-16T03:38:08.701Z Compiling dof v0.3.0
16212026-05-16T03:38:08.817Z Compiling snafu v0.8.9
16222026-05-16T03:38:08.839Z Compiling cargo_metadata v0.19.2
16232026-05-16T03:38:09.162Z Compiling futures v0.3.32
16242026-05-16T03:38:09.402Z Compiling phf v0.13.1
16252026-05-16T03:38:09.923Z Compiling signal-hook-mio v0.2.5
16262026-05-16T03:38:10.043Z Compiling cookie_store v0.22.1
16272026-05-16T03:38:10.100Z Compiling zstd v0.13.3
16282026-05-16T03:38:10.158Z Compiling bzip2 v0.4.4
16292026-05-16T03:38:10.760Z Compiling hubpack v0.1.2
16302026-05-16T03:38:10.767Z Compiling serde_with_macros v3.17.0
16312026-05-16T03:38:10.767Z Compiling postgres-types v0.2.12
16322026-05-16T03:38:11.176Z Compiling usdt-attr-macro v0.6.0
16332026-05-16T03:38:11.230Z Compiling usdt-macro v0.6.0
16342026-05-16T03:38:11.290Z Compiling globset v0.4.18
16352026-05-16T03:38:11.589Z Compiling dtrace-parser v0.2.0
16362026-05-16T03:38:11.612Z Compiling ed25519 v2.2.3
16372026-05-16T03:38:11.832Z Compiling phf_shared v0.11.3
16382026-05-16T03:38:11.999Z Compiling olpc-cjson v0.1.4
16392026-05-16T03:38:12.019Z Compiling pkcs1 v0.7.5
16402026-05-16T03:38:12.019Z Compiling enum-as-inner v0.6.1
16412026-05-16T03:38:12.027Z Compiling clap_derive v4.5.55
16422026-05-16T03:38:12.151Z Compiling strum_macros v0.26.4
16432026-05-16T03:38:12.264Z Compiling serde-big-array v0.5.1
16442026-05-16T03:38:12.401Z Compiling serde_plain v1.0.2
16452026-05-16T03:38:12.401Z Compiling rfc6979 v0.4.0
16462026-05-16T03:38:12.450Z Compiling pem v3.0.6
16472026-05-16T03:38:12.509Z Compiling serde_repr v0.1.20
16482026-05-16T03:38:12.542Z Compiling async-recursion v1.1.1
16492026-05-16T03:38:12.591Z Compiling float-cmp v0.10.0
16502026-05-16T03:38:12.782Z Compiling memmap2 v0.9.10
16512026-05-16T03:38:12.894Z Compiling thread-id v4.2.2
16522026-05-16T03:38:12.912Z Compiling env_filter v1.0.0
16532026-05-16T03:38:12.963Z Compiling whoami v2.1.0
16542026-05-16T03:38:13.045Z Compiling precomputed-hash v0.1.1
16552026-05-16T03:38:13.130Z Compiling typed-path v0.9.3
16562026-05-16T03:38:13.175Z Compiling predicates-core v1.0.10
16572026-05-16T03:38:13.189Z Compiling rustc-hash v2.1.1
16582026-05-16T03:38:13.304Z Compiling keccak v0.1.6
16592026-05-16T03:38:13.328Z Compiling fixedbitset v0.4.2
16602026-05-16T03:38:13.350Z Compiling normalize-line-endings v0.3.0
16612026-05-16T03:38:13.438Z Compiling either v1.15.0
16622026-05-16T03:38:13.528Z Compiling new_debug_unreachable v1.0.6
16632026-05-16T03:38:13.604Z Compiling difflib v0.4.0
16642026-05-16T03:38:13.641Z Compiling data-encoding v2.10.0
16652026-05-16T03:38:13.767Z Compiling jiff v0.2.21
16662026-05-16T03:38:13.854Z Compiling fixedbitset v0.5.7
16672026-05-16T03:38:14.099Z Compiling static_assertions v1.1.0
16682026-05-16T03:38:14.145Z Compiling petgraph v0.8.3
16692026-05-16T03:38:14.157Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-16T03:38:14.172Z Compiling hickory-proto v0.25.2
16712026-05-16T03:38:14.345Z Compiling strum v0.26.3
16722026-05-16T03:38:14.369Z Compiling predicates v3.1.4
16732026-05-16T03:38:14.442Z Compiling clap v4.5.60
16742026-05-16T03:38:14.531Z Compiling itertools v0.13.0
16752026-05-16T03:38:14.825Z Compiling string_cache v0.8.9
16762026-05-16T03:38:14.973Z Compiling petgraph v0.6.5
16772026-05-16T03:38:15.044Z Compiling sha3 v0.10.8
16782026-05-16T03:38:15.492Z Compiling toml_edit v0.22.27
16792026-05-16T03:38:15.730Z Compiling iddqd v0.3.18
16802026-05-16T03:38:16.058Z Compiling tokio-postgres v0.7.16
16812026-05-16T03:38:16.442Z Compiling zip v4.6.1
16822026-05-16T03:38:16.883Z Compiling env_logger v0.11.9
16832026-05-16T03:38:16.899Z Compiling usdt v0.6.0
16842026-05-16T03:38:17.165Z Compiling usdt-impl v0.5.0
16852026-05-16T03:38:17.236Z Compiling ecdsa v0.16.9
16862026-05-16T03:38:17.404Z Compiling rsa v0.9.10
16872026-05-16T03:38:17.638Z Compiling ed25519-dalek v2.2.0
16882026-05-16T03:38:17.760Z Compiling crossterm v0.28.1
16892026-05-16T03:38:17.956Z Compiling serde_with v3.17.0
16902026-05-16T03:38:18.289Z Compiling zip v0.6.6
16912026-05-16T03:38:18.292Z Compiling toml v0.7.8
16922026-05-16T03:38:19.124Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-05-16T03:38:19.225Z Compiling similar v2.7.0
16942026-05-16T03:38:19.264Z Compiling crossbeam-epoch v0.9.18
16952026-05-16T03:38:19.592Z Compiling tokio-stream v0.1.18
16962026-05-16T03:38:19.640Z Compiling buf-list v1.1.2
16972026-05-16T03:38:19.670Z Compiling x509-cert v0.2.5
16982026-05-16T03:38:19.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-16T03:38:20.320Z Compiling openapiv3 v2.2.0
17002026-05-16T03:38:20.323Z Compiling sha1 v0.10.6
17012026-05-16T03:38:20.323Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-16T03:38:20.323Z Compiling peg-runtime v0.8.5
17032026-05-16T03:38:20.323Z Compiling lalrpop-util v0.19.12
17042026-05-16T03:38:20.337Z Compiling thread_local v1.1.9
17052026-05-16T03:38:20.397Z Compiling slog-async v2.8.0
17062026-05-16T03:38:20.438Z Compiling crossbeam-channel v0.5.15
17072026-05-16T03:38:20.591Z Compiling filetime v0.2.27
17082026-05-16T03:38:20.715Z Compiling is-terminal v0.4.17
17092026-05-16T03:38:20.731Z Compiling xattr v1.6.1
17102026-05-16T03:38:20.763Z Compiling take_mut v0.2.2
17112026-05-16T03:38:20.809Z Compiling term v1.2.1
17122026-05-16T03:38:20.887Z Compiling tar v0.4.45
17132026-05-16T03:38:21.277Z Compiling slog-term v2.9.2
17142026-05-16T03:38:31.132Z Compiling rustls-webpki v0.103.9
17152026-05-16T03:38:33.928Z Compiling tokio-rustls v0.26.4
17162026-05-16T03:38:33.928Z Compiling rustls-platform-verifier v0.6.2
17172026-05-16T03:38:34.148Z Compiling hyper-rustls v0.27.7
17182026-05-16T03:38:34.334Z Compiling reqwest v0.12.28
17192026-05-16T03:38:34.347Z Compiling reqwest v0.13.2
17202026-05-16T03:38:35.598Z Compiling tough v0.22.0
17212026-05-16T03:38:38.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-16T03:38:38.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-16T03:38:41.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-16T03:38:41.349Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-16T03:38:41.404ZMay 16 03:38:40.114 INFO Starting download, target: Cockroach
17262026-05-16T03:38:41.404ZMay 16 03:38:40.115 INFO Starting download, target: Clickhouse
17272026-05-16T03:38:41.404ZMay 16 03:38:40.115 INFO Starting download, target: DendriteStub
17282026-05-16T03:38:41.404ZMay 16 03:38:40.115 INFO Starting download, target: Console
17292026-05-16T03:38:41.404ZMay 16 03:38:40.115 INFO Starting download, target: MaghemiteMgd
17302026-05-16T03:38:41.404ZMay 16 03:38:40.115 INFO Starting download, target: TransceiverControl
17312026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-16T03:38:41.408ZMay 16 03:38:40.115 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-16T03:38:41.877ZMay 16 03:38:40.586 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-16T03:38:42.193ZMay 16 03:38:40.830 INFO Download complete, target: TransceiverControl
17392026-05-16T03:38:42.433ZMay 16 03:38:41.131 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-16T03:38:42.674ZMay 16 03:38:41.378 INFO Download complete, target: Console
17412026-05-16T03:38:42.787ZMay 16 03:38:41.499 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-16T03:38:43.225ZMay 16 03:38:41.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-05-16T03:38:43.277ZMay 16 03:38:41.974 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-16T03:38:43.631ZMay 16 03:38:42.335 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-16T03:38:43.631ZMay 16 03:38:42.336 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-16T03:38:45.238ZMay 16 03:38:43.950 INFO Download complete, target: DendriteStub
17472026-05-16T03:38:45.669ZMay 16 03:38:44.367 INFO Download complete, target: MaghemiteMgd
17482026-05-16T03:38:48.534ZMay 16 03:38:47.247 INFO Checking that binary works, target: Cockroach
17492026-05-16T03:38:48.664ZMay 16 03:38:47.359 INFO Download complete, target: Cockroach
17502026-05-16T03:38:50.255ZMay 16 03:38:48.966 INFO Checking that binary works, target: Clickhouse
17512026-05-16T03:38:50.355ZMay 16 03:38:49.065 INFO Download complete, target: Clickhouse
17522026-05-16T03:38:50.367ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-16T03:38:50.372Z
17542026-05-16T03:38:50.372Zreal 2:15.508301467
17552026-05-16T03:38:50.372Zuser 6:55.589127140
17562026-05-16T03:38:50.372Zsys 1:21.581584483
17572026-05-16T03:38:50.372Ztrap 0.212698715
17582026-05-16T03:38:50.372Ztflt 0.656458461
17592026-05-16T03:38:50.372Zdflt 0.553380912
17602026-05-16T03:38:50.372Zkflt 0.024319143
17612026-05-16T03:38:50.372Zlock 21:37.716289265
17622026-05-16T03:38:50.372Zslp 21:09.657716027
17632026-05-16T03:38:50.372Zlat 42.307144758
17642026-05-16T03:38:50.372Zstop 1:55.087270226
17652026-05-16T03:38:50.372Z+ banner clippy
17662026-05-16T03:38:50.372Z
17672026-05-16T03:38:50.372Z #### # # ##### ##### # #
17682026-05-16T03:38:50.372Z # # # # # # # # # #
17692026-05-16T03:38:50.372Z # # # # # # # #
17702026-05-16T03:38:50.372Z # # # ##### ##### #
17712026-05-16T03:38:50.372Z # # # # # # #
17722026-05-16T03:38:50.372Z #### ###### # # # #
17732026-05-16T03:38:50.372Z
17742026-05-16T03:38:50.372Z+ export CARGO_INCREMENTAL=0
17752026-05-16T03:38:50.372Z+ CARGO_INCREMENTAL=0
17762026-05-16T03:38:50.372Z+ ptime -m cargo xtask clippy
17772026-05-16T03:38:50.905Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-16T03:38:51.133Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-16T03:38:52.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-05-16T03:38:53.109Z Running `target/debug/xtask clippy`
17812026-05-16T03:38:53.145Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17822026-05-16T03:38:53.791Z Downloading crates ...
17832026-05-16T03:38:53.922Z Downloaded guppy-workspace-hack v0.1.0
17842026-05-16T03:38:53.946Z Downloaded cargo-platform v0.3.2
17852026-05-16T03:38:53.946Z Downloaded cfg-expr v0.20.6
17862026-05-16T03:38:53.946Z Downloaded stringmetrics v2.2.2
17872026-05-16T03:38:53.946Z Downloaded assert_cmd v2.1.2
17882026-05-16T03:38:54.383Z Downloaded target-triple v1.0.0
17892026-05-16T03:38:54.383Z Downloaded supports-hyperlinks v2.1.0
17902026-05-16T03:38:54.383Z Downloaded linkme-impl v0.3.35
17912026-05-16T03:38:54.383Z Downloaded plotters-backend v0.3.7
17922026-05-16T03:38:54.383Z Downloaded nested v0.1.1
17932026-05-16T03:38:54.383Z Downloaded event-listener-strategy v0.5.4
17942026-05-16T03:38:54.383Z Downloaded knuffel-derive v3.2.0
17952026-05-16T03:38:54.383Z Downloaded path-tree v0.8.3
17962026-05-16T03:38:54.383Z Downloaded constant_time_eq v0.3.1
17972026-05-16T03:38:54.383Z Downloaded assert-json-diff v2.0.2
17982026-05-16T03:38:54.383Z Downloaded rustc-demangle v0.1.27
17992026-05-16T03:38:54.413Z Downloaded owo-colors v3.5.0
18002026-05-16T03:38:54.413Z Downloaded event-listener v5.4.1
18012026-05-16T03:38:54.413Z Downloaded datatest-stable v0.3.3
18022026-05-16T03:38:54.413Z Downloaded cast v0.3.0
18032026-05-16T03:38:54.413Z Downloaded trybuild v1.0.116
18042026-05-16T03:38:54.413Z Downloaded addr2line v0.25.1
18052026-05-16T03:38:54.413Z Downloaded escape8259 v0.5.3
18062026-05-16T03:38:54.413Z Downloaded futures-timer v3.0.3
18072026-05-16T03:38:54.413Z Downloaded criterion-plot v0.6.0
18082026-05-16T03:38:54.413Z Downloaded textwrap v0.15.2
18092026-05-16T03:38:54.414Z Downloaded backtrace v0.3.76
18102026-05-16T03:38:54.414Z Downloaded pathdiff v0.2.3
18112026-05-16T03:38:54.414Z Downloaded supports-color v2.1.0
18122026-05-16T03:38:54.414Z Downloaded serde_regex v1.1.0
18132026-05-16T03:38:54.414Z Downloaded async-object-pool v0.2.0
18142026-05-16T03:38:54.414Z Downloaded miette-derive v5.10.0
18152026-05-16T03:38:54.414Z Downloaded anes v0.1.6
18162026-05-16T03:38:54.414Z Downloaded async-lock v3.4.2
18172026-05-16T03:38:54.414Z Downloaded rstest_macros v0.25.0
18182026-05-16T03:38:54.414Z Downloaded tokio-test v0.4.5
18192026-05-16T03:38:54.414Z Downloaded plotters-svg v0.3.7
18202026-05-16T03:38:54.414Z Downloaded similar-asserts v1.7.0
18212026-05-16T03:38:54.414Z Downloaded approx v0.5.1
18222026-05-16T03:38:54.414Z Downloaded backtrace-ext v0.2.1
18232026-05-16T03:38:54.414Z Downloaded parking v2.2.1
18242026-05-16T03:38:54.414Z Downloaded terminal_size v0.1.17
18252026-05-16T03:38:54.414Z Downloaded supports-unicode v2.1.0
18262026-05-16T03:38:54.414Z Downloaded httptest v0.16.4
18272026-05-16T03:38:54.414Z Downloaded hickory-client v0.25.2
18282026-05-16T03:38:54.414Z Downloaded linkme v0.3.35
18292026-05-16T03:38:54.414Z Downloaded rand_distr v0.5.1
18302026-05-16T03:38:54.414Z Downloaded concurrent-queue v2.5.0
18312026-05-16T03:38:54.414Z Downloaded termcolor v1.4.1
18322026-05-16T03:38:54.414Z Downloaded cargo_metadata v0.23.1
18332026-05-16T03:38:54.414Z Downloaded libtest-mimic v0.8.1
18342026-05-16T03:38:54.414Z Downloaded partial-io v0.5.4
18352026-05-16T03:38:54.414Z Downloaded oorandom v11.1.5
18362026-05-16T03:38:54.414Z Downloaded tinytemplate v1.2.1
18372026-05-16T03:38:54.414Z Downloaded rust-argon2 v2.1.0
18382026-05-16T03:38:54.414Z Downloaded relative-path v1.9.3
18392026-05-16T03:38:54.414Z Downloaded target-spec v3.5.7
18402026-05-16T03:38:54.414Z Downloaded blake2b_simd v1.0.4
18412026-05-16T03:38:54.414Z Downloaded fancy-regex v0.14.0
18422026-05-16T03:38:54.414Z Downloaded target-lexicon v0.13.3
18432026-05-16T03:38:54.415Z Downloaded rstest v0.25.0
18442026-05-16T03:38:54.415Z Downloaded knuffel v3.2.0
18452026-05-16T03:38:54.415Z Downloaded chumsky v0.9.3
18462026-05-16T03:38:54.415Z Downloaded miette v5.10.0
18472026-05-16T03:38:54.415Z Downloaded criterion v0.7.0
18482026-05-16T03:38:54.415Z Downloaded guppy v0.17.25
18492026-05-16T03:38:54.415Z Downloaded plotters v0.3.7
18502026-05-16T03:38:54.415Z Downloaded hashbrown v0.14.5
18512026-05-16T03:38:54.415Z Downloaded gimli v0.32.3
18522026-05-16T03:38:54.415Z Downloaded httpmock v0.8.3
18532026-05-16T03:38:56.251Z Checking cfg-if v1.0.4
18542026-05-16T03:38:56.353Z Checking libc v0.2.185
18552026-05-16T03:38:56.353Z Checking serde_core v1.0.228
18562026-05-16T03:38:56.353Z Checking memchr v2.8.0
18572026-05-16T03:38:56.393Z Checking smallvec v1.15.1
18582026-05-16T03:38:56.393Z Checking itoa v1.0.17
18592026-05-16T03:38:56.393Z Checking log v0.4.29
18602026-05-16T03:38:56.421Z Checking zeroize v1.8.2
18612026-05-16T03:38:56.449Z Checking libm v0.2.16
18622026-05-16T03:38:56.503Z Checking scopeguard v1.2.0
18632026-05-16T03:38:56.567Z Checking stable_deref_trait v1.2.1
18642026-05-16T03:38:56.588Z Checking zmij v1.0.21
18652026-05-16T03:38:56.608Z Checking zerofrom v0.1.6
18662026-05-16T03:38:56.643Z Checking lock_api v0.4.14
18672026-05-16T03:38:56.676Z Checking errno v0.3.14
18682026-05-16T03:38:56.676Z Checking getrandom v0.2.17
18692026-05-16T03:38:56.742Z Checking percent-encoding v2.3.2
18702026-05-16T03:38:56.769Z Checking yoke v0.8.1
18712026-05-16T03:38:56.804Z Checking writeable v0.6.2
18722026-05-16T03:38:56.839Z Checking litemap v0.8.1
18732026-05-16T03:38:56.892Z Checking icu_properties_data v2.1.2
18742026-05-16T03:38:56.921Z Checking icu_normalizer_data v2.1.1
18752026-05-16T03:38:56.947Z Checking subtle v2.6.1
18762026-05-16T03:38:56.989Z Checking zerovec v0.11.5
18772026-05-16T03:38:57.410Z Checking zerotrie v0.2.3
18782026-05-16T03:38:57.417Z Checking form_urlencoded v1.2.2
18792026-05-16T03:38:57.418Z Checking utf8_iter v1.0.4
18802026-05-16T03:38:57.418Z Checking pin-project-lite v0.2.17
18812026-05-16T03:38:57.418Z Checking parking_lot_core v0.9.12
18822026-05-16T03:38:57.418Z Checking num-traits v0.2.19
18832026-05-16T03:38:57.418Z Checking rand_core v0.10.0
18842026-05-16T03:38:57.418Z Checking rand_core v0.6.4
18852026-05-16T03:38:57.418Z Checking zerocopy v0.8.40
18862026-05-16T03:38:57.418Z Checking portable-atomic v1.13.1
18872026-05-16T03:38:57.418Z Checking parking_lot v0.12.5
18882026-05-16T03:38:57.418Z Checking getrandom v0.4.1
18892026-05-16T03:38:57.418Z Checking tinystr v0.8.2
18902026-05-16T03:38:57.440Z Checking potential_utf v0.1.4
18912026-05-16T03:38:57.547Z Checking signal-hook-registry v1.4.8
18922026-05-16T03:38:57.579Z Checking critical-section v1.2.0
18932026-05-16T03:38:57.614Z Checking icu_collections v2.1.1
18942026-05-16T03:38:57.618Z Checking icu_locale_core v2.1.1
18952026-05-16T03:38:57.687Z Checking serde v1.0.228
18962026-05-16T03:38:58.106Z Checking serde_json v1.0.149
18972026-05-16T03:38:58.106Z Checking bitflags v2.11.0
18982026-05-16T03:38:58.174Z Checking once_cell v1.21.3
18992026-05-16T03:38:58.174Z Checking mio v1.2.0
19002026-05-16T03:38:58.174Z Checking socket2 v0.6.3
19012026-05-16T03:38:58.174Z Checking typenum v1.19.0
19022026-05-16T03:38:58.174Z Checking iana-time-zone v0.1.65
19032026-05-16T03:38:58.174Z Checking bytes v1.11.1
19042026-05-16T03:38:58.234Z Checking chrono v0.4.44
19052026-05-16T03:38:58.234Z Checking thiserror v2.0.18
19062026-05-16T03:38:58.286Z Checking icu_provider v2.1.1
19072026-05-16T03:38:58.306Z Checking uuid v1.23.0
19082026-05-16T03:38:58.316Z Checking semver v1.0.28
19092026-05-16T03:38:58.472Z Checking futures-core v0.3.32
19102026-05-16T03:38:58.485Z Checking icu_normalizer v2.1.1
19112026-05-16T03:38:58.524Z Checking icu_properties v2.1.2
19122026-05-16T03:38:58.557Z Checking generic-array v0.14.7
19132026-05-16T03:38:58.563Z Checking tokio v1.52.1
19142026-05-16T03:38:58.634Z Checking equivalent v1.0.2
19152026-05-16T03:38:58.634Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19162026-05-16T03:38:58.753Z Checking dyn-clone v1.0.20
19172026-05-16T03:38:58.798Z Checking const-oid v0.9.6
19182026-05-16T03:38:58.911Z Checking futures-sink v0.3.32
19192026-05-16T03:38:59.053Z Checking slab v0.4.12
19202026-05-16T03:38:59.053Z Checking futures-task v0.3.32
19212026-05-16T03:38:59.053Z Checking futures-channel v0.3.32
19222026-05-16T03:38:59.096Z Checking crypto-common v0.1.7
19232026-05-16T03:38:59.583Z Checking block-buffer v0.10.4
19242026-05-16T03:38:59.600Z Checking futures-io v0.3.32
19252026-05-16T03:38:59.600Z Checking byteorder v1.5.0
19262026-05-16T03:38:59.600Z Checking hashbrown v0.17.0
19272026-05-16T03:38:59.600Z Checking rustix v1.1.3
19282026-05-16T03:38:59.601Z Checking futures-util v0.3.32
19292026-05-16T03:38:59.601Z Checking idna_adapter v1.2.1
19302026-05-16T03:38:59.601Z Checking cpufeatures v0.2.17
19312026-05-16T03:38:59.601Z Checking digest v0.10.7
19322026-05-16T03:38:59.601Z Checking idna v1.1.0
19332026-05-16T03:38:59.601Z Checking thiserror v1.0.69
19342026-05-16T03:38:59.681Z Checking getrandom v0.3.4
19352026-05-16T03:38:59.724Z Checking fnv v1.0.7
19362026-05-16T03:38:59.750Z Checking indexmap v2.14.0
19372026-05-16T03:39:00.215Z Checking url v2.5.8
19382026-05-16T03:39:00.252Z Checking regex-syntax v0.8.10
19392026-05-16T03:39:00.252Z Checking http v1.4.0
19402026-05-16T03:39:00.252Z Checking ppv-lite86 v0.2.21
19412026-05-16T03:39:00.252Z Checking tracing-core v0.1.36
19422026-05-16T03:39:00.330Z Checking schemars v0.8.22
19432026-05-16T03:39:00.356Z Checking base64 v0.22.1
19442026-05-16T03:39:00.380Z Checking ipnet v2.11.0
19452026-05-16T03:39:00.591Z Checking unicode-ident v1.0.24
19462026-05-16T03:39:00.634Z Checking tracing v0.1.44
19472026-05-16T03:39:00.634Z Checking proc-macro2 v1.0.106
19482026-05-16T03:39:00.634Z Checking untrusted v0.9.0
19492026-05-16T03:39:00.666Z Checking aho-corasick v1.1.4
19502026-05-16T03:39:00.722Z Checking utf8parse v0.2.2
19512026-05-16T03:39:00.768Z Checking ring v0.17.14
19522026-05-16T03:39:00.846Z Checking anstyle v1.0.13
19532026-05-16T03:39:00.911Z Checking rustls-pki-types v1.14.0
19542026-05-16T03:39:00.955Z Checking quote v1.0.45
19552026-05-16T03:39:01.085Z Checking httparse v1.10.1
19562026-05-16T03:39:01.192Z Checking syn v2.0.117
19572026-05-16T03:39:01.221Z Checking base64ct v1.8.3
19582026-05-16T03:39:01.245Z Checking anstyle-parse v0.2.7
19592026-05-16T03:39:01.284Z Checking block-padding v0.3.3
19602026-05-16T03:39:01.306Z Checking is_terminal_polyfill v1.70.2
19612026-05-16T03:39:01.822Z Checking regex-automata v0.4.14
19622026-05-16T03:39:01.859Z Checking colorchoice v1.0.4
19632026-05-16T03:39:01.859Z Checking anstyle-query v1.1.5
19642026-05-16T03:39:01.859Z Checking inout v0.1.4
19652026-05-16T03:39:01.859Z Checking crossbeam-utils v0.8.21
19662026-05-16T03:39:01.859Z Checking allocator-api2 v0.2.21
19672026-05-16T03:39:01.859Z Checking anstream v0.6.21
19682026-05-16T03:39:01.859Z Checking cipher v0.4.4
19692026-05-16T03:39:01.859Z Checking tokio-util v0.7.18
19702026-05-16T03:39:01.859Z Checking http-body v1.0.1
19712026-05-16T03:39:01.859Z Checking terminal_size v0.4.3
19722026-05-16T03:39:01.879Z Checking atomic-waker v1.1.2
19732026-05-16T03:39:01.884Z Checking strsim v0.11.1
19742026-05-16T03:39:01.902Z Checking clap_lex v1.0.0
19752026-05-16T03:39:01.976Z Checking httpdate v1.0.3
19762026-05-16T03:39:01.994Z Checking try-lock v0.2.5
19772026-05-16T03:39:01.998Z Checking pem-rfc7468 v0.7.0
19782026-05-16T03:39:02.077Z Checking sha2 v0.10.9
19792026-05-16T03:39:02.112Z Checking clap_builder v4.5.60
19802026-05-16T03:39:02.145Z Checking want v0.3.1
19812026-05-16T03:39:02.149Z Checking pin-utils v0.1.0
19822026-05-16T03:39:02.208Z Checking tower-service v0.3.3
19832026-05-16T03:39:02.249Z Checking tower-layer v0.3.3
19842026-05-16T03:39:02.320Z Checking powerfmt v0.2.0
19852026-05-16T03:39:02.323Z Checking ryu v1.0.23
19862026-05-16T03:39:02.386Z Checking rand_core v0.9.5
19872026-05-16T03:39:02.389Z Checking h2 v0.4.13
19882026-05-16T03:39:02.451Z Checking hmac v0.12.1
19892026-05-16T03:39:02.489Z Checking time-core v0.1.8
19902026-05-16T03:39:02.523Z Checking deranged v0.5.8
19912026-05-16T03:39:02.604Z Checking num_threads v0.1.7
19922026-05-16T03:39:02.637Z Checking num-conv v0.2.0
19932026-05-16T03:39:02.671Z Checking flagset v0.4.7
19942026-05-16T03:39:02.716Z Checking mime v0.3.17
19952026-05-16T03:39:02.781Z Checking erased-serde v0.3.31
19962026-05-16T03:39:02.879Z Checking der v0.7.10
19972026-05-16T03:39:02.920Z Checking rand_chacha v0.9.0
19982026-05-16T03:39:03.139Z Checking http-body-util v0.1.3
19992026-05-16T03:39:03.183Z Checking spin v0.9.8
20002026-05-16T03:39:03.217Z Checking slog v2.8.2
20012026-05-16T03:39:03.750Z Checking clap v4.5.60
20022026-05-16T03:39:03.759Z Checking rand v0.9.2
20032026-05-16T03:39:03.759Z Checking aws-lc-sys v0.40.0
20042026-05-16T03:39:03.759Z Checking anyhow v1.0.102
20052026-05-16T03:39:03.759Z Checking time v0.3.47
20062026-05-16T03:39:03.759Z Checking untrusted v0.7.1
20072026-05-16T03:39:03.759Z Checking serde_urlencoded v0.7.1
20082026-05-16T03:39:03.759Z Checking encoding_rs v0.8.35
20092026-05-16T03:39:03.759Z Checking openssl-probe v0.2.1
20102026-05-16T03:39:03.759Z Checking regex v1.12.3
20112026-05-16T03:39:03.772Z Checking fastrand v2.3.0
20122026-05-16T03:39:03.807Z Checking spki v0.7.3
20132026-05-16T03:39:03.864Z Checking pbkdf2 v0.12.2
20142026-05-16T03:39:03.933Z Checking aws-lc-rs v1.16.3
20152026-05-16T03:39:03.975Z Checking aes v0.8.4
20162026-05-16T03:39:04.005Z Checking pretty-hex v0.4.1
20172026-05-16T03:39:04.008Z Checking salsa20 v0.10.2
20182026-05-16T03:39:04.035Z Checking cbc v0.1.2
20192026-05-16T03:39:04.161Z Checking rand_chacha v0.3.1
20202026-05-16T03:39:04.190Z Checking hex v0.4.3
20212026-05-16T03:39:04.222Z Checking plain v0.2.3
20222026-05-16T03:39:04.354Z Checking scrypt v0.11.0
20232026-05-16T03:39:04.404Z Checking rand v0.8.6
20242026-05-16T03:39:04.404Z Checking tempfile v3.25.0
20252026-05-16T03:39:04.464Z Checking rustls-native-certs v0.8.3
20262026-05-16T03:39:04.516Z Checking ipnetwork v0.21.1
20272026-05-16T03:39:04.564Z Checking sync_wrapper v1.0.2
20282026-05-16T03:39:04.609Z Checking ucd-trie v0.1.7
20292026-05-16T03:39:04.612Z Checking foldhash v0.2.0
20302026-05-16T03:39:04.670Z Checking simd-adler32 v0.3.8
20312026-05-16T03:39:04.709Z Checking tower v0.5.3
20322026-05-16T03:39:04.751Z Checking pkcs5 v0.7.1
20332026-05-16T03:39:04.786Z Checking pest v2.8.6
20342026-05-16T03:39:04.790Z Checking rustls-webpki v0.103.9
20352026-05-16T03:39:04.855Z Checking hashbrown v0.16.1
20362026-05-16T03:39:04.887Z Checking webpki-roots v1.0.6
20372026-05-16T03:39:04.955Z Checking camino v1.2.2
20382026-05-16T03:39:05.035Z Checking iri-string v0.7.10
20392026-05-16T03:39:05.060Z Checking adler2 v2.0.1
20402026-05-16T03:39:05.103Z Checking hyper v1.8.1
20412026-05-16T03:39:05.123Z Checking pkcs8 v0.10.2
20422026-05-16T03:39:05.202Z Checking miniz_oxide v0.8.9
20432026-05-16T03:39:05.243Z Checking openapiv3 v2.2.0
20442026-05-16T03:39:05.338Z Checking rustls v0.23.37
20452026-05-16T03:39:05.346Z Checking futures-executor v0.3.32
20462026-05-16T03:39:05.399Z Checking either v1.15.0
20472026-05-16T03:39:05.497Z Checking futures v0.3.32
20482026-05-16T03:39:05.564Z Checking winnow v0.7.14
20492026-05-16T03:39:05.604Z Checking crc32fast v1.5.0
20502026-05-16T03:39:05.608Z Checking static_assertions v1.1.0
20512026-05-16T03:39:05.746Z Checking oxnet v0.1.4
20522026-05-16T03:39:05.767Z Checking lazy_static v1.5.0
20532026-05-16T03:39:05.880Z Checking signature v2.2.0
20542026-05-16T03:39:05.891Z Checking hubpack v0.1.2
20552026-05-16T03:39:06.005Z Checking hyper-util v0.1.20
20562026-05-16T03:39:06.005Z Checking strum v0.26.3
20572026-05-16T03:39:06.082Z Checking tower-http v0.6.8
20582026-05-16T03:39:06.115Z Checking zlib-rs v0.6.2
20592026-05-16T03:39:06.154Z Checking sha1 v0.10.6
20602026-05-16T03:39:06.198Z Checking scroll v0.13.0
20612026-05-16T03:39:06.465Z Checking foreign-types-shared v0.1.1
20622026-05-16T03:39:06.488Z Checking tinyvec_macros v0.1.1
20632026-05-16T03:39:06.488Z Checking goblin v0.10.5
20642026-05-16T03:39:06.493Z Checking foreign-types v0.3.2
20652026-05-16T03:39:06.493Z Checking tinyvec v1.10.0
20662026-05-16T03:39:06.545Z Checking serde_spanned v0.6.9
20672026-05-16T03:39:06.576Z Checking toml_datetime v0.6.11
20682026-05-16T03:39:06.698Z Checking num-integer v0.1.46
20692026-05-16T03:39:06.783Z Checking openssl-sys v0.9.115
20702026-05-16T03:39:06.813Z Checking memmap2 v0.9.10
20712026-05-16T03:39:06.847Z Checking psl-types v2.0.11
20722026-05-16T03:39:06.945Z Checking data-encoding v2.10.0
20732026-05-16T03:39:06.988Z Checking publicsuffix v2.3.0
20742026-05-16T03:39:07.039Z Checking dtrace-parser v0.3.0
20752026-05-16T03:39:07.048Z Checking flate2 v1.1.9
20762026-05-16T03:39:07.172Z Checking cookie v0.18.1
20772026-05-16T03:39:07.207Z Checking openssl v0.10.79
20782026-05-16T03:39:07.239Z Checking thread-id v5.1.0
20792026-05-16T03:39:07.274Z Checking base16ct v0.2.0
20802026-05-16T03:39:07.308Z Checking bit-vec v0.8.0
20812026-05-16T03:39:07.345Z Checking ff v0.13.1
20822026-05-16T03:39:07.379Z Checking wait-timeout v0.2.1
20832026-05-16T03:39:07.829Z Checking sec1 v0.7.3
20842026-05-16T03:39:07.833Z Checking cookie_store v0.22.1
20852026-05-16T03:39:07.833Z Checking group v0.13.0
20862026-05-16T03:39:07.833Z Checking bit-set v0.8.0
20872026-05-16T03:39:07.833Z Checking num-iter v0.1.45
20882026-05-16T03:39:07.834Z Checking tokio-rustls v0.26.4
20892026-05-16T03:39:07.834Z Checking rustls-platform-verifier v0.6.2
20902026-05-16T03:39:07.834Z Checking bstr v1.12.1
20912026-05-16T03:39:07.834Z Checking hkdf v0.12.4
20922026-05-16T03:39:07.834Z Checking crossbeam-epoch v0.9.18
20932026-05-16T03:39:07.834Z Checking ahash v0.8.12
20942026-05-16T03:39:07.842Z Checking crypto-bigint v0.5.5
20952026-05-16T03:39:07.886Z Checking hyper-rustls v0.27.7
20962026-05-16T03:39:07.921Z Checking quick-error v1.2.3
20972026-05-16T03:39:08.009Z Checking rand_xorshift v0.4.0
20982026-05-16T03:39:08.051Z Checking scroll v0.12.0
20992026-05-16T03:39:08.055Z Checking rusty-fork v0.3.1
21002026-05-16T03:39:08.118Z Checking unarray v0.1.4
21012026-05-16T03:39:08.152Z Checking reqwest v0.13.2
21022026-05-16T03:39:08.184Z Checking num-bigint-dig v0.8.6
21032026-05-16T03:39:08.235Z Checking pkcs1 v0.7.5
21042026-05-16T03:39:08.270Z Checking proptest v1.10.0
21052026-05-16T03:39:08.745Z Checking goblin v0.8.2
21062026-05-16T03:39:08.845Z Checking x509-cert v0.2.5
21072026-05-16T03:39:08.845Z Checking elliptic-curve v0.13.8
21082026-05-16T03:39:08.855Z Checking dof v0.4.0
21092026-05-16T03:39:09.039Z Checking zerocopy v0.7.35
21102026-05-16T03:39:09.062Z Checking unicode-segmentation v1.12.0
21112026-05-16T03:39:09.086Z Checking rsa v0.9.10
21122026-05-16T03:39:09.177Z Checking dtrace-parser v0.2.0
21132026-05-16T03:39:09.255Z Checking native-tls v0.2.18
21142026-05-16T03:39:09.389Z Checking rfc6979 v0.4.0
21152026-05-16T03:39:09.424Z Checking thread-id v4.2.2
21162026-05-16T03:39:09.442Z Checking usdt-impl v0.6.0
21172026-05-16T03:39:09.482Z Checking tokio-native-tls v0.3.1
21182026-05-16T03:39:09.519Z Checking toml_write v0.1.2
21192026-05-16T03:39:09.558Z Checking ecdsa v0.16.9
21202026-05-16T03:39:09.590Z Checking toml_parser v1.0.9+spec-1.1.0
21212026-05-16T03:39:09.637Z Checking curve25519-dalek v4.1.3
21222026-05-16T03:39:09.678Z Checking hyper-tls v0.6.0
21232026-05-16T03:39:09.714Z Checking toml_edit v0.22.27
21242026-05-16T03:39:09.775Z Checking usdt v0.6.0
21252026-05-16T03:39:09.854Z Checking reqwest v0.12.28
21262026-05-16T03:39:09.906Z Checking memoffset v0.9.1
21272026-05-16T03:39:09.936Z Checking rustix v0.38.44
21282026-05-16T03:39:09.950Z Checking env_filter v1.0.0
21292026-05-16T03:39:10.006Z Checking same-file v1.0.6
21302026-05-16T03:39:10.121Z Checking newtype-uuid v1.3.2
21312026-05-16T03:39:10.150Z Checking keccak v0.1.6
21322026-05-16T03:39:10.172Z Checking walkdir v2.5.0
21332026-05-16T03:39:10.244Z Checking dof v0.3.0
21342026-05-16T03:39:10.275Z Checking daft v0.1.5
21352026-05-16T03:39:10.325Z Checking sha3 v0.10.8
21362026-05-16T03:39:10.363Z Checking env_logger v0.11.9
21372026-05-16T03:39:10.424Z Checking ed25519 v2.2.3
21382026-05-16T03:39:10.549Z Checking usdt-impl v0.5.0
21392026-05-16T03:39:10.559Z Checking itertools v0.13.0
21402026-05-16T03:39:10.610Z Checking serde_with v3.17.0
21412026-05-16T03:39:10.626Z Checking siphasher v1.0.2
21422026-05-16T03:39:10.678Z Checking bitflags v1.3.2
21432026-05-16T03:39:10.739Z Checking ed25519-dalek v2.2.0
21442026-05-16T03:39:10.771Z Checking unicode-normalization v0.1.25
21452026-05-16T03:39:10.792Z Checking signal-hook v0.3.18
21462026-05-16T03:39:10.823Z Checking winnow v0.5.40
21472026-05-16T03:39:10.856Z Checking managed v0.8.0
21482026-05-16T03:39:11.275Z Checking nix v0.31.2
21492026-05-16T03:39:11.286Z Checking bzip2-sys v0.1.13+1.0.8
21502026-05-16T03:39:11.286Z Checking object v0.37.3
21512026-05-16T03:39:11.286Z Checking foldhash v0.1.5
21522026-05-16T03:39:11.286Z Checking bzip2 v0.4.4
21532026-05-16T03:39:11.286Z Checking signal-hook-mio v0.2.5
21542026-05-16T03:39:11.287Z Checking hashbrown v0.15.5
21552026-05-16T03:39:11.297Z Checking globset v0.4.18
21562026-05-16T03:39:11.344Z Checking ref-cast v1.0.25
21572026-05-16T03:39:11.542Z Checking zstd-sys v2.0.16+zstd.1.5.7
21582026-05-16T03:39:11.588Z Checking zip v0.6.6
21592026-05-16T03:39:11.628Z Checking zstd-safe v7.2.4
21602026-05-16T03:39:11.641Z Checking pin-project v1.1.11
21612026-05-16T03:39:11.727Z Checking bumpalo v3.20.2
21622026-05-16T03:39:11.764Z Checking libbz2-rs-sys v0.2.2
21632026-05-16T03:39:11.795Z Checking zstd v0.13.3
21642026-05-16T03:39:11.919Z Checking crossterm v0.28.1
21652026-05-16T03:39:11.957Z Checking zopfli v0.8.3
21662026-05-16T03:39:11.973Z Checking similar v2.7.0
21672026-05-16T03:39:12.013Z Checking tokio-stream v0.1.18
21682026-05-16T03:39:12.024Z Checking toml_edit v0.19.15
21692026-05-16T03:39:12.079Z Checking fs-err v3.3.0
21702026-05-16T03:39:12.168Z Checking bzip2 v0.6.1
21712026-05-16T03:39:12.329Z Checking pem v3.0.6
21722026-05-16T03:39:12.361Z Checking hash32 v0.2.1
21732026-05-16T03:39:12.364Z Checking serde-big-array v0.5.1
21742026-05-16T03:39:12.426Z Checking unicode-bidi v0.3.18
21752026-05-16T03:39:12.430Z Checking jiff v0.2.21
21762026-05-16T03:39:12.505Z Checking predicates-core v1.0.10
21772026-05-16T03:39:12.540Z Checking unicode-properties v0.1.4
21782026-05-16T03:39:12.575Z Checking heapless v0.7.17
21792026-05-16T03:39:12.631Z Checking snafu v0.8.9
21802026-05-16T03:39:12.663Z Checking olpc-cjson v0.1.4
21812026-05-16T03:39:12.760Z Checking hickory-proto v0.25.2
21822026-05-16T03:39:12.783Z Checking stringprep v0.1.5
21832026-05-16T03:39:12.821Z Checking md-5 v0.10.6
21842026-05-16T03:39:13.289Z Checking serde_plain v1.0.2
21852026-05-16T03:39:13.292Z Checking float-cmp v0.10.0
21862026-05-16T03:39:13.292Z Checking toml_datetime v0.7.5+spec-1.1.0
21872026-05-16T03:39:13.292Z Checking normalize-line-endings v0.3.0
21882026-05-16T03:39:13.292Z Checking fallible-iterator v0.2.0
21892026-05-16T03:39:13.292Z Checking toml v0.7.8
21902026-05-16T03:39:13.292Z Checking typed-path v0.9.3
21912026-05-16T03:39:13.292Z Checking difflib v0.4.0
21922026-05-16T03:39:13.292Z Checking rustc-hash v2.1.1
21932026-05-16T03:39:13.322Z Checking smoltcp v0.9.1
21942026-05-16T03:39:13.759Z Checking predicates v3.1.4
21952026-05-16T03:39:13.762Z Checking iddqd v0.3.18
21962026-05-16T03:39:13.762Z Checking postgres-protocol v0.6.10
21972026-05-16T03:39:13.762Z Checking phf_shared v0.11.3
21982026-05-16T03:39:13.762Z Checking phf_shared v0.13.1
21992026-05-16T03:39:13.762Z Checking buf-list v1.1.2
22002026-05-16T03:39:13.763Z Checking strum v0.27.2
22012026-05-16T03:39:13.840Z Checking new_debug_unreachable v1.0.6
22022026-05-16T03:39:13.886Z Checking lalrpop-util v0.19.12
22032026-05-16T03:39:13.890Z Checking tough v0.22.0
22042026-05-16T03:39:13.890Z Checking fixedbitset v0.4.2
22052026-05-16T03:39:13.993Z Checking fixedbitset v0.5.7
22062026-05-16T03:39:14.005Z Checking precomputed-hash v0.1.1
22072026-05-16T03:39:14.073Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22082026-05-16T03:39:14.124Z Checking petgraph v0.6.5
22092026-05-16T03:39:14.127Z Checking string_cache v0.8.9
22102026-05-16T03:39:14.201Z Checking petgraph v0.8.3
22112026-05-16T03:39:14.242Z Checking phf v0.13.1
22122026-05-16T03:39:14.348Z Checking postgres-types v0.2.12
22132026-05-16T03:39:14.420Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22142026-05-16T03:39:14.678Z Checking zip v4.6.1
22152026-05-16T03:39:14.712Z Checking whoami v2.1.0
22162026-05-16T03:39:14.715Z Checking peg-runtime v0.8.5
22172026-05-16T03:39:14.947Z Checking tokio-postgres v0.7.16
22182026-05-16T03:39:15.027Z Checking is-terminal v0.4.17
22192026-05-16T03:39:15.149Z Checking crossbeam-channel v0.5.15
22202026-05-16T03:39:15.268Z Compiling structmeta-derive v0.3.0
22212026-05-16T03:39:15.380Z Checking thread_local v1.1.9
22222026-05-16T03:39:15.504Z Checking take_mut v0.2.2
22232026-05-16T03:39:15.539Z Checking term v1.2.1
22242026-05-16T03:39:15.575Z Compiling newtype-uuid-macros v0.1.0
22252026-05-16T03:39:15.637Z Checking slog-async v2.8.0
22262026-05-16T03:39:15.779Z Compiling rustls v0.22.4
22272026-05-16T03:39:15.815Z Checking slog-term v2.9.2
22282026-05-16T03:39:15.846Z Compiling multer v3.1.0
22292026-05-16T03:39:15.934Z Compiling async-stream-impl v0.3.6
22302026-05-16T03:39:16.022Z Compiling dropshot v0.17.0
22312026-05-16T03:39:16.107Z Compiling dropshot_endpoint v0.17.0
22322026-05-16T03:39:16.145Z Checking match_cfg v0.1.0
22332026-05-16T03:39:16.237Z Checking slog-json v2.6.1
22342026-05-16T03:39:16.305Z Checking hostname v0.3.1
22352026-05-16T03:39:16.335Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362026-05-16T03:39:16.774Z Checking debug-ignore v1.0.5
22372026-05-16T03:39:16.779Z Compiling structmeta v0.3.0
22382026-05-16T03:39:16.779Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392026-05-16T03:39:16.779Z Checking slog-bunyan v2.5.0
22402026-05-16T03:39:16.779Z Checking serde_spanned v1.0.4
22412026-05-16T03:39:16.779Z Checking toml_writer v1.0.6+spec-1.1.0
22422026-05-16T03:39:16.779Z Checking rustls-webpki v0.102.8
22432026-05-16T03:39:16.779Z Checking serde_path_to_error v0.1.20
22442026-05-16T03:39:16.779Z Compiling derive-ex v0.1.8
22452026-05-16T03:39:16.779Z Checking async-stream v0.3.6
22462026-05-16T03:39:16.780Z Checking waitgroup v0.1.2
22472026-05-16T03:39:16.854Z Checking rustls-pemfile v2.2.0
22482026-05-16T03:39:16.893Z Checking toml_datetime v1.0.0+spec-1.1.0
22492026-05-16T03:39:16.930Z Checking hostname v0.4.2
22502026-05-16T03:39:16.962Z Checking compression-core v0.4.31
22512026-05-16T03:39:17.398Z Checking progenitor-client v0.14.0
22522026-05-16T03:39:17.401Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-05-16T03:39:17.401Z Compiling parse-display-derive v0.10.0
22542026-05-16T03:39:17.401Z Checking compression-codecs v0.4.37
22552026-05-16T03:39:17.401Z Checking toml v1.0.6+spec-1.1.0
22562026-05-16T03:39:17.401Z Checking regress v0.10.5
22572026-05-16T03:39:17.401Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-05-16T03:39:17.401Z Checking async-compression v0.4.41
22592026-05-16T03:39:17.462Z Checking itertools v0.14.0
22602026-05-16T03:39:17.586Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612026-05-16T03:39:17.763Z Checking macaddr v1.0.1
22622026-05-16T03:39:17.875Z Checking instant v0.1.13
22632026-05-16T03:39:17.974Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22642026-05-16T03:39:18.005Z Checking progenitor-client v0.10.0
22652026-05-16T03:39:18.065Z Checking backoff v0.4.0
22662026-05-16T03:39:18.233Z Checking backon v1.6.0
22672026-05-16T03:39:18.271Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22682026-05-16T03:39:18.275Z Checking heck v0.5.0
22692026-05-16T03:39:18.359Z Compiling test-strategy v0.4.5
22702026-05-16T03:39:18.426Z Checking progenitor-extras v0.2.0
22712026-05-16T03:39:18.458Z Checking unicode-width v0.2.0
22722026-05-16T03:39:18.463Z Checking tokio-rustls v0.25.0
22732026-05-16T03:39:18.534Z Compiling convert_case v0.4.0
22742026-05-16T03:39:18.616Z Checking half v2.7.1
22752026-05-16T03:39:18.669Z Checking ciborium-io v0.2.2
22762026-05-16T03:39:18.741Z Checking secrecy v0.10.3
22772026-05-16T03:39:18.772Z Compiling regress v0.11.1
22782026-05-16T03:39:18.805Z Checking parse-display v0.10.0
22792026-05-16T03:39:18.808Z Compiling unsafe-libyaml v0.2.11
22802026-05-16T03:39:19.367Z Checking indent_write v2.2.0
22812026-05-16T03:39:19.377Z Compiling derive_more v0.99.20
22822026-05-16T03:39:19.377Z Checking ciborium-ll v0.2.2
22832026-05-16T03:39:19.377Z Checking universal-hash v0.5.1
22842026-05-16T03:39:19.377Z Checking opaque-debug v0.3.1
22852026-05-16T03:39:19.377Z Checking camino-tempfile v1.4.1
22862026-05-16T03:39:19.377Z Checking ciborium v0.2.2
22872026-05-16T03:39:19.403Z Compiling serde_yaml v0.9.34+deprecated
22882026-05-16T03:39:19.653Z Compiling crucible-workspace-hack v0.1.0
22892026-05-16T03:39:19.697Z Checking aead v0.5.2
22902026-05-16T03:39:19.861Z Checking poly1305 v0.8.0
22912026-05-16T03:39:19.906Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-05-16T03:39:19.940Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932026-05-16T03:39:20.213Z Checking chacha20 v0.9.1
22942026-05-16T03:39:20.266Z Compiling thiserror-impl-no-std v2.0.2
22952026-05-16T03:39:20.350Z Checking password-hash v0.5.0
22962026-05-16T03:39:20.465Z Compiling typify-impl v0.6.2
22972026-05-16T03:39:20.588Z Checking blake2 v0.10.6
22982026-05-16T03:39:20.689Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22992026-05-16T03:39:20.832Z Checking argon2 v0.5.3
23002026-05-16T03:39:20.922Z Checking chacha20poly1305 v0.10.1
23012026-05-16T03:39:21.079Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23022026-05-16T03:39:21.275Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-05-16T03:39:21.398Z Checking byte-wrapper v0.1.0
23042026-05-16T03:39:21.501Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23052026-05-16T03:39:21.636Z Checking thiserror-no-std v2.0.2
23062026-05-16T03:39:21.636Z Checking swrite v0.1.0
23072026-05-16T03:39:21.662Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23082026-05-16T03:39:21.722Z Checking vsss-rs v3.3.4
23092026-05-16T03:39:21.762Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23102026-05-16T03:39:21.791Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23112026-05-16T03:39:22.350Z Checking toml v0.8.23
23122026-05-16T03:39:22.397Z Checking crossbeam-deque v0.8.6
23132026-05-16T03:39:22.397Z Compiling rayon-core v1.13.0
23142026-05-16T03:39:22.397Z Compiling proc-macro-error v1.0.4
23152026-05-16T03:39:22.452Z Checking tabwriter v1.4.1
23162026-05-16T03:39:22.614Z Compiling toml_edit v0.23.10+spec-1.0.0
23172026-05-16T03:39:23.049Z Checking unicode-width v0.1.14
23182026-05-16T03:39:23.061Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192026-05-16T03:39:23.062Z Checking rayon v1.11.0
23202026-05-16T03:39:23.062Z Checking glob v0.3.3
23212026-05-16T03:39:23.147Z Compiling usdt-attr-macro v0.5.0
23222026-05-16T03:39:23.173Z Compiling proc-macro-crate v3.4.0
23232026-05-16T03:39:23.200Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-16T03:39:23.314Z Compiling usdt-macro v0.5.0
23252026-05-16T03:39:23.688Z Checking memmap v0.7.0
23262026-05-16T03:39:23.706Z Compiling heapless v0.8.0
23272026-05-16T03:39:23.978Z Checking colored v3.1.1
23282026-05-16T03:39:24.011Z Compiling ingot-macros v0.1.1
23292026-05-16T03:39:24.011Z Checking hash32 v0.3.1
23302026-05-16T03:39:24.093Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-16T03:39:24.110Z Checking usdt v0.5.0
23322026-05-16T03:39:24.114Z Compiling smoltcp v0.11.0
23332026-05-16T03:39:24.261Z Checking cobs v0.3.0
23342026-05-16T03:39:24.375Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-05-16T03:39:24.417Z Compiling num_enum_derive v0.7.5
23362026-05-16T03:39:24.474Z Checking postcard v1.1.3
23372026-05-16T03:39:24.515Z Compiling proc-macro-crate v1.3.1
23382026-05-16T03:39:24.590Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23392026-05-16T03:39:25.970Z Checking sigpipe v0.1.3
23402026-05-16T03:39:26.048Z Compiling foreign-types-macros v0.2.3
23412026-05-16T03:39:26.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-05-16T03:39:26.048Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23432026-05-16T03:39:26.048Z Checking cpufeatures v0.3.0
23442026-05-16T03:39:26.048Z Compiling typify-macro v0.6.2
23452026-05-16T03:39:26.048Z Checking foreign-types-shared v0.3.1
23462026-05-16T03:39:26.048Z Checking chacha20 v0.10.0
23472026-05-16T03:39:26.048Z Compiling num_enum_derive v0.5.11
23482026-05-16T03:39:26.048Z Checking foreign-types v0.5.0
23492026-05-16T03:39:26.048Z Checking num_enum v0.7.5
23502026-05-16T03:39:26.048Z Checking cstr-argument v0.1.2
23512026-05-16T03:39:26.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23522026-05-16T03:39:26.048Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23532026-05-16T03:39:26.048Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23542026-05-16T03:39:26.048Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23552026-05-16T03:39:26.048Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-05-16T03:39:26.199Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23572026-05-16T03:39:26.254Z Checking rand v0.10.0
23582026-05-16T03:39:26.254Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-05-16T03:39:26.296Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-05-16T03:39:26.296Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23612026-05-16T03:39:26.333Z Checking num_enum v0.5.11
23622026-05-16T03:39:26.387Z Compiling zone_cfg_derive v0.3.1
23632026-05-16T03:39:26.437Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-05-16T03:39:26.467Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-16T03:39:26.617Z Checking itertools v0.12.1
23662026-05-16T03:39:26.662Z Compiling num-derive v0.4.2
23672026-05-16T03:39:26.669Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-05-16T03:39:26.770Z Compiling typify v0.6.2
23692026-05-16T03:39:27.037Z Compiling progenitor-impl v0.14.0
23702026-05-16T03:39:27.078Z Checking ingot-types v0.1.2
23712026-05-16T03:39:27.119Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23722026-05-16T03:39:27.382Z Checking ingot v0.1.1
23732026-05-16T03:39:27.489Z Checking smf v0.2.3
23742026-05-16T03:39:27.541Z Checking whoami v1.6.1
23752026-05-16T03:39:27.656Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23762026-05-16T03:39:27.737Z Checking zone v0.3.1
23772026-05-16T03:39:27.875Z Checking tokio-dtrace v0.1.1
23782026-05-16T03:39:27.875Z Compiling derive-where v1.6.0
23792026-05-16T03:39:27.935Z Checking console v0.15.11
23802026-05-16T03:39:27.935Z Checking atomicwrites v0.4.4
23812026-05-16T03:39:28.053Z Checking oxide-tokio-rt v0.1.4
23822026-05-16T03:39:28.120Z Checking newline-converter v0.3.0
23832026-05-16T03:39:28.120Z Checking num-rational v0.4.2
23842026-05-16T03:39:28.314Z Checking num-complex v0.4.6
23852026-05-16T03:39:28.358Z Checking float-ord v0.3.2
23862026-05-16T03:39:28.359Z Checking expectorate v1.2.0
23872026-05-16T03:39:28.359Z Checking bytecount v0.6.9
23882026-05-16T03:39:28.407Z Compiling progenitor-impl v0.13.0
23892026-05-16T03:39:28.533Z Checking progenitor-client v0.13.0
23902026-05-16T03:39:28.571Z Checking num v0.4.3
23912026-05-16T03:39:28.682Z Compiling prettyplease v0.2.37
23922026-05-16T03:39:28.906Z Compiling owo-colors v4.3.0
23932026-05-16T03:39:28.996Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23942026-05-16T03:39:29.120Z Compiling cancel-safe-futures v0.1.5
23952026-05-16T03:39:29.302Z Checking libsw-core v0.3.2
23962026-05-16T03:39:29.875Z Checking libsw v3.5.0
23972026-05-16T03:39:29.898Z Compiling progenitor-macro v0.14.0
23982026-05-16T03:39:29.898Z Checking linear-map v1.2.0
23992026-05-16T03:39:29.898Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24002026-05-16T03:39:29.898Z Checking gethostname v0.5.0
24012026-05-16T03:39:29.914Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24022026-05-16T03:39:29.956Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-05-16T03:39:30.153Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24042026-05-16T03:39:31.024Z Compiling progenitor-macro v0.13.0
24052026-05-16T03:39:31.245Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24062026-05-16T03:39:31.539Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-05-16T03:39:32.091Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-05-16T03:39:33.558Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-16T03:39:34.449Z Checking progenitor v0.14.0
24102026-05-16T03:39:34.733Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24112026-05-16T03:39:35.786Z Checking resolv-conf v0.7.6
24122026-05-16T03:39:35.828Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24132026-05-16T03:39:35.828Z Checking smawk v0.3.2
24142026-05-16T03:39:35.828Z Checking unicode-linebreak v0.1.5
24152026-05-16T03:39:35.828Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-05-16T03:39:35.893Z Checking papergrid v0.11.0
24172026-05-16T03:39:35.931Z Checking progenitor v0.13.0
24182026-05-16T03:39:35.960Z Compiling tabled_derive v0.7.0
24192026-05-16T03:39:35.989Z Compiling convert_case v0.10.0
24202026-05-16T03:39:36.138Z Compiling slog-dtrace v0.3.0
24212026-05-16T03:39:36.384Z Compiling derive_more-impl v2.1.1
24222026-05-16T03:39:36.423Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-05-16T03:39:37.382Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24242026-05-16T03:39:37.426Z Checking tabled v0.15.0
24252026-05-16T03:39:37.427Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-05-16T03:39:37.427Z Checking linked-hash-map v0.5.6
24272026-05-16T03:39:37.427Z Checking hickory-proto v0.24.4
24282026-05-16T03:39:37.427Z Checking derive_more v2.1.1
24292026-05-16T03:39:37.427Z Checking fd-lock v4.0.4
24302026-05-16T03:39:37.427Z Checking crossterm v0.29.0
24312026-05-16T03:39:37.427Z Checking lru-cache v0.1.2
24322026-05-16T03:39:37.476Z Checking vte v0.14.1
24332026-05-16T03:39:37.532Z Checking display-error-chain v0.2.2
24342026-05-16T03:39:37.673Z Checking strip-ansi-escapes v0.2.1
24352026-05-16T03:39:37.719Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-05-16T03:39:37.764Z Checking termtree v0.5.1
24372026-05-16T03:39:37.814Z Checking nu-ansi-term v0.50.3
24382026-05-16T03:39:37.867Z Checking textwrap v0.16.2
24392026-05-16T03:39:37.929Z Compiling minimal-lexical v0.2.1
24402026-05-16T03:39:37.944Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-05-16T03:39:38.699Z Checking reedline v0.40.0
24422026-05-16T03:39:39.027Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-05-16T03:39:39.027Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-05-16T03:39:39.027Z Compiling nom v7.1.3
24452026-05-16T03:39:39.027Z Compiling ar_archive_writer v0.5.1
24462026-05-16T03:39:39.027Z Checking humantime v2.3.0
24472026-05-16T03:39:39.035Z Checking csv-core v0.1.13
24482026-05-16T03:39:39.035Z Compiling stacker v0.1.23
24492026-05-16T03:39:39.035Z Checking csv v1.4.0
24502026-05-16T03:39:39.035Z Checking hickory-resolver v0.24.4
24512026-05-16T03:39:39.250Z Compiling cfg_aliases v0.1.1
24522026-05-16T03:39:39.373Z Checking highway v1.3.0
24532026-05-16T03:39:39.373Z Compiling semver v0.1.20
24542026-05-16T03:39:39.512Z Compiling psm v0.1.30
24552026-05-16T03:39:39.512Z Compiling nix v0.28.0
24562026-05-16T03:39:40.977Z Checking nibble_vec v0.1.0
24572026-05-16T03:39:40.978Z Checking endian-type v0.1.2
24582026-05-16T03:39:41.026Z Compiling rustc_version v0.1.7
24592026-05-16T03:39:41.026Z Checking home v0.5.12
24602026-05-16T03:39:41.026Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-05-16T03:39:41.026Z Checking radix_trie v0.2.1
24622026-05-16T03:39:41.026Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-05-16T03:39:41.026Z Checking qorb v0.4.1
24642026-05-16T03:39:41.027Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24652026-05-16T03:39:41.027Z Compiling newtype_derive v0.1.6
24662026-05-16T03:39:41.027Z Checking phf_shared v0.12.1
24672026-05-16T03:39:41.027Z Compiling recursive-proc-macro-impl v0.1.1
24682026-05-16T03:39:41.027Z Compiling chrono-tz v0.10.4
24692026-05-16T03:39:41.027Z Checking phf v0.12.1
24702026-05-16T03:39:41.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24712026-05-16T03:39:41.027Z Compiling const_format_proc_macros v0.2.34
24722026-05-16T03:39:41.027Z Compiling peg-macros v0.8.5
24732026-05-16T03:39:41.027Z Checking winnow v0.6.26
24742026-05-16T03:39:41.027Z Checking recursive v0.1.1
24752026-05-16T03:39:41.027Z Compiling sqlparser_derive v0.5.0
24762026-05-16T03:39:41.027Z Checking unicode_categories v0.1.1
24772026-05-16T03:39:41.307Z Checking const_format v0.2.35
24782026-05-16T03:39:41.504Z Checking rustyline v14.0.0
24792026-05-16T03:39:41.541Z Checking sqlparser v0.61.0
24802026-05-16T03:39:41.736Z Checking sqlformat v0.3.5
24812026-05-16T03:39:41.936Z Checking peg v0.8.5
24822026-05-16T03:39:42.067Z Checking bcs v0.1.6
24832026-05-16T03:39:42.125Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24842026-05-16T03:39:42.201Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-05-16T03:39:42.305Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-05-16T03:39:42.355Z Checking steno v0.4.1
24872026-05-16T03:39:42.388Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24882026-05-16T03:39:42.412Z Checking filetime v0.2.27
24892026-05-16T03:39:42.587Z Checking xattr v1.6.1
24902026-05-16T03:39:42.739Z Checking tar v0.4.45
24912026-05-16T03:39:43.142Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-05-16T03:39:43.387Z Checking subprocess v0.2.15
24932026-05-16T03:39:43.487Z Checking base64 v0.21.7
24942026-05-16T03:39:43.487Z Checking headers-core v0.3.0
24952026-05-16T03:39:43.488Z Checking yasna v0.5.2
24962026-05-16T03:39:43.540Z Checking headers v0.4.1
24972026-05-16T03:39:43.586Z Checking dropshot-api-manager-types v0.7.1
24982026-05-16T03:39:43.764Z Checking tagptr v0.2.0
24992026-05-16T03:39:43.788Z Checking rcgen v0.12.1
25002026-05-16T03:39:43.896Z Checking moka v0.12.13
25012026-05-16T03:39:44.003Z Checking utf-8 v0.7.6
25022026-05-16T03:39:44.128Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-05-16T03:39:44.249Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-05-16T03:39:44.293Z Compiling libefi-sys v0.1.0
25052026-05-16T03:39:44.555Z Compiling bitfield-struct v0.6.2
25062026-05-16T03:39:44.579Z Checking hickory-resolver v0.25.2
25072026-05-16T03:39:44.682Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-05-16T03:39:44.813Z Compiling radium v0.7.0
25092026-05-16T03:39:44.849Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-05-16T03:39:45.038Z Checking tungstenite v0.21.0
25112026-05-16T03:39:45.129Z Compiling maybe-uninit v2.0.0
25122026-05-16T03:39:45.197Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-05-16T03:39:45.364Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25142026-05-16T03:39:45.555Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-05-16T03:39:45.555Z Checking tap v1.0.1
25162026-05-16T03:39:45.555Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-05-16T03:39:45.689Z Checking tokio-tungstenite v0.21.0
25182026-05-16T03:39:45.689Z Checking wyz v0.5.1
25192026-05-16T03:39:45.766Z Compiling zerocopy-derive v0.6.6
25202026-05-16T03:39:45.766Z Compiling packed_struct v0.10.1
25212026-05-16T03:39:45.882Z Checking crc-catalog v2.4.0
25222026-05-16T03:39:45.975Z Checking funty v2.0.0
25232026-05-16T03:39:45.975Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-05-16T03:39:45.975Z Checking crc v3.4.0
25252026-05-16T03:39:46.074Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25262026-05-16T03:39:46.156Z Compiling packed_struct_codegen v0.10.1
25272026-05-16T03:39:46.220Z Checking bitvec v1.0.1
25282026-05-16T03:39:46.360Z Compiling bitfield-macros v0.19.4
25292026-05-16T03:39:46.614Z Checking zerocopy v0.6.6
25302026-05-16T03:39:46.927Z Compiling indexmap v1.9.3
25312026-05-16T03:39:46.990Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25322026-05-16T03:39:47.111Z Checking nodrop v0.1.14
25332026-05-16T03:39:47.201Z Checking array-init v0.0.4
25342026-05-16T03:39:47.231Z Checking bitfield v0.19.4
25352026-05-16T03:39:47.231Z Checking smallvec v0.6.14
25362026-05-16T03:39:47.310Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25372026-05-16T03:39:47.401Z Checking hashbrown v0.12.3
25382026-05-16T03:39:47.436Z Checking serde-hex v0.1.0
25392026-05-16T03:39:47.484Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-05-16T03:39:47.717Z Checking ron v0.8.1
25412026-05-16T03:39:48.261Z Checking hashbrown v0.13.2
25422026-05-16T03:39:48.331Z Checking crc-any v2.5.0
25432026-05-16T03:39:48.411Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-05-16T03:39:48.427Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-05-16T03:39:48.600Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25462026-05-16T03:39:48.635Z Checking path-slash v0.1.5
25472026-05-16T03:39:48.687Z Checking object v0.30.4
25482026-05-16T03:39:48.724Z Compiling xshell-macros v0.2.7
25492026-05-16T03:39:48.766Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502026-05-16T03:39:48.824Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25512026-05-16T03:39:48.985Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25522026-05-16T03:39:49.156Z Checking xshell v0.2.7
25532026-05-16T03:39:49.353Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25542026-05-16T03:39:49.403Z Checking half v1.8.3
25552026-05-16T03:39:49.571Z Checking serde_cbor v0.11.2
25562026-05-16T03:39:49.620Z Compiling num-derive v0.3.3
25572026-05-16T03:39:49.982Z Compiling proc-macro-error-attr2 v2.0.0
25582026-05-16T03:39:50.105Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25592026-05-16T03:39:50.340Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25602026-05-16T03:39:50.402Z Compiling proc-macro-error2 v2.0.1
25612026-05-16T03:39:50.568Z Checking libscf-sys v1.1.0
25622026-05-16T03:39:50.715Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25632026-05-16T03:39:50.729Z Compiling tabled_derive v0.11.0
25642026-05-16T03:39:50.764Z Checking papergrid v0.17.0
25652026-05-16T03:39:50.797Z Checking testing_table v0.3.0
25662026-05-16T03:39:51.026Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25672026-05-16T03:39:51.162Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25682026-05-16T03:39:51.561Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25692026-05-16T03:39:51.855Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25702026-05-16T03:39:51.932Z Compiling git-stub v1.0.0
25712026-05-16T03:39:51.932Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25722026-05-16T03:39:51.932Z Checking maplit v1.0.2
25732026-05-16T03:39:52.016Z Checking crc8 v0.1.1
25742026-05-16T03:39:52.053Z Checking tabled v0.20.0
25752026-05-16T03:39:52.093Z Compiling git-stub-vcs v0.1.0
25762026-05-16T03:39:52.203Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25772026-05-16T03:39:53.598Z Checking fxhash v0.2.1
25782026-05-16T03:39:53.639Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-05-16T03:39:53.639Z Checking unicase v2.9.0
25802026-05-16T03:39:53.639Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25812026-05-16T03:39:53.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25822026-05-16T03:39:53.639Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-05-16T03:39:53.639Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-05-16T03:39:53.639Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25852026-05-16T03:39:53.639Z Compiling typify-impl v0.4.3
25862026-05-16T03:39:53.639Z Checking kstat-rs v0.2.4
25872026-05-16T03:39:53.639Z Compiling diesel_derives v2.3.7
25882026-05-16T03:39:53.639Z Checking scheduled-thread-pool v0.2.7
25892026-05-16T03:39:53.718Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25902026-05-16T03:39:53.759Z Compiling dsl_auto_type v0.2.0
25912026-05-16T03:39:53.799Z Checking arc-swap v1.8.2
25922026-05-16T03:39:54.036Z Compiling vergen-gitcl v1.0.8
25932026-05-16T03:39:54.057Z Compiling diesel_table_macro_syntax v0.3.0
25942026-05-16T03:39:54.260Z Compiling parking_lot_core v0.8.6
25952026-05-16T03:39:54.339Z Checking slog-scope v4.4.1
25962026-05-16T03:39:54.439Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25972026-05-16T03:39:54.497Z Checking r2d2 v0.8.10
25982026-05-16T03:39:54.588Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25992026-05-16T03:39:54.811Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26002026-05-16T03:39:55.159Z Checking downcast-rs v2.0.2
26012026-05-16T03:39:55.269Z Checking slog-stdlog v4.1.1
26022026-05-16T03:39:55.443Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26032026-05-16T03:39:55.456Z Checking parking_lot v0.11.2
26042026-05-16T03:39:55.472Z Checking slog-envlogger v2.2.0
26052026-05-16T03:39:55.524Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26062026-05-16T03:39:55.657Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26072026-05-16T03:39:55.754Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26082026-05-16T03:39:55.778Z Checking prefix-trie v0.7.0
26092026-05-16T03:39:55.913Z Checking sled v0.34.7
26102026-05-16T03:39:55.984Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26112026-05-16T03:39:56.066Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26122026-05-16T03:39:56.108Z Checking hickory-server v0.25.2
26132026-05-16T03:39:56.224Z Checking nanorand v0.7.0
26142026-05-16T03:39:56.260Z Compiling dirs-sys-next v0.1.2
26152026-05-16T03:39:56.477Z Compiling crunchy v0.2.4
26162026-05-16T03:39:56.583Z Compiling salty v0.3.0
26172026-05-16T03:39:56.733Z Checking flume v0.11.1
26182026-05-16T03:39:56.829Z Compiling dirs-next v2.0.0
26192026-05-16T03:39:56.920Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26202026-05-16T03:39:56.963Z Compiling clang-sys v1.8.1
26212026-05-16T03:39:57.028Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26222026-05-16T03:39:57.173Z Checking primeorder v0.13.6
26232026-05-16T03:39:57.392Z Compiling tiny-keccak v2.0.2
26242026-05-16T03:39:57.489Z Compiling term v0.7.0
26252026-05-16T03:39:57.706Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26262026-05-16T03:39:57.835Z Compiling typify-macro v0.4.3
26272026-05-16T03:39:57.892Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26282026-05-16T03:39:58.080Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26292026-05-16T03:39:58.139Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26302026-05-16T03:39:58.170Z Compiling bit-vec v0.6.3
26312026-05-16T03:39:58.369Z Compiling bit-set v0.5.3
26322026-05-16T03:39:58.419Z Compiling ascii-canvas v3.0.0
26332026-05-16T03:39:58.609Z Compiling itertools v0.10.5
26342026-05-16T03:39:58.709Z Compiling ena v0.14.4
26352026-05-16T03:39:58.827Z Compiling libloading v0.8.9
26362026-05-16T03:39:58.900Z Compiling fs-err v2.11.0
26372026-05-16T03:39:58.929Z Compiling diff v0.1.13
26382026-05-16T03:39:59.207Z Compiling bindgen v0.71.1
26392026-05-16T03:39:59.267Z Compiling regex-syntax v0.6.29
26402026-05-16T03:39:59.360Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26412026-05-16T03:39:59.454Z Compiling typify v0.4.3
26422026-05-16T03:39:59.621Z Checking p384 v0.13.1
26432026-05-16T03:39:59.697Z Compiling cexpr v0.6.0
26442026-05-16T03:39:59.724Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26452026-05-16T03:39:59.724Z Checking diesel v2.3.7
26462026-05-16T03:40:01.107Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26472026-05-16T03:40:01.184Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26482026-05-16T03:40:01.185Z Compiling libxml v0.3.3
26492026-05-16T03:40:01.185Z Compiling lalrpop v0.19.12
26502026-05-16T03:40:01.185Z Checking parse-size v1.1.0
26512026-05-16T03:40:01.185Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26522026-05-16T03:40:01.298Z Compiling progenitor-impl v0.11.2
26532026-05-16T03:40:01.612Z Compiling strum_macros v0.24.3
26542026-05-16T03:40:01.795Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26552026-05-16T03:40:02.431Z Compiling indoc v1.0.9
26562026-05-16T03:40:03.028Z Checking assert_matches v1.5.0
26572026-05-16T03:40:03.099Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26582026-05-16T03:40:03.559Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26592026-05-16T03:40:03.783Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26602026-05-16T03:40:03.898Z Checking predicates-tree v1.0.13
26612026-05-16T03:40:03.941Z Compiling progenitor-macro v0.11.2
26622026-05-16T03:40:04.061Z Checking progenitor-client v0.11.2
26632026-05-16T03:40:04.086Z Checking quick-xml v0.37.5
26642026-05-16T03:40:04.557Z Checking derive_builder v0.20.2
26652026-05-16T03:40:04.653Z Compiling oso-derive v0.27.3
26662026-05-16T03:40:04.729Z Compiling impl-trait-for-tuples v0.2.3
26672026-05-16T03:40:04.896Z Compiling trait-variant v0.1.2
26682026-05-16T03:40:04.993Z Checking openssl-probe v0.1.6
26692026-05-16T03:40:05.154Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26702026-05-16T03:40:05.359Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26712026-05-16T03:40:05.432Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26722026-05-16T03:40:07.339Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26732026-05-16T03:40:07.503Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26742026-05-16T03:40:07.503Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26752026-05-16T03:40:08.122Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26762026-05-16T03:40:08.151Z Compiling progenitor-impl v0.10.0
26772026-05-16T03:40:08.176Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26782026-05-16T03:40:08.825Z Checking progenitor v0.11.2
26792026-05-16T03:40:09.107Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-16T03:40:10.015Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26812026-05-16T03:40:10.052Z Compiling mime_guess v2.0.5
26822026-05-16T03:40:10.610Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26832026-05-16T03:40:10.796Z Compiling progenitor-macro v0.10.0
26842026-05-16T03:40:11.308Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-05-16T03:40:11.801Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26862026-05-16T03:40:11.859Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-05-16T03:40:12.071Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26882026-05-16T03:40:12.117Z Checking http-range v0.1.5
26892026-05-16T03:40:12.117Z Checking corncobs v0.1.4
26902026-05-16T03:40:12.251Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26912026-05-16T03:40:12.276Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-05-16T03:40:12.346Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-05-16T03:40:12.642Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26942026-05-16T03:40:12.723Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26952026-05-16T03:40:13.089Z Checking ignore v0.4.25
26962026-05-16T03:40:13.368Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-05-16T03:40:13.609Z Checking atty v0.2.14
26982026-05-16T03:40:13.678Z Checking secrecy v0.8.0
26992026-05-16T03:40:13.930Z Checking globwalk v0.9.1
27002026-05-16T03:40:14.476Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27012026-05-16T03:40:14.508Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-05-16T03:40:14.719Z Checking bb8 v0.8.6
27032026-05-16T03:40:14.972Z Compiling illumos-nvpair-sys v0.2.0
27042026-05-16T03:40:15.136Z Checking async-bb8-diesel v0.2.1
27052026-05-16T03:40:15.503Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-05-16T03:40:15.752Z Checking hyper-staticfile v0.10.1
27072026-05-16T03:40:15.752Z Checking camino-tempfile-ext v0.3.3
27082026-05-16T03:40:15.846Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27092026-05-16T03:40:15.847Z Checking diesel-dtrace v0.5.0
27102026-05-16T03:40:15.847Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27112026-05-16T03:40:15.847Z Checking progenitor v0.10.0
27122026-05-16T03:40:15.922Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-05-16T03:40:16.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-05-16T03:40:16.066Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27152026-05-16T03:40:16.257Z Checking signal-hook-tokio v0.3.1
27162026-05-16T03:40:16.597Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27172026-05-16T03:40:16.746Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27182026-05-16T03:40:16.856Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27192026-05-16T03:40:16.856Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-05-16T03:40:18.648Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27212026-05-16T03:40:18.758Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27222026-05-16T03:40:18.758Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27232026-05-16T03:40:18.758Z Checking nonempty v0.12.0
27242026-05-16T03:40:18.758Z Checking illumos-nvpair v0.3.0
27252026-05-16T03:40:18.758Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27262026-05-16T03:40:18.758Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27272026-05-16T03:40:18.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27282026-05-16T03:40:18.758Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27292026-05-16T03:40:18.758Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27302026-05-16T03:40:18.758Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27312026-05-16T03:40:18.833Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27322026-05-16T03:40:19.003Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332026-05-16T03:40:19.102Z Checking tungstenite v0.23.0
27342026-05-16T03:40:19.187Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27352026-05-16T03:40:19.539Z Checking tokio-tungstenite v0.23.1
27362026-05-16T03:40:19.840Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27372026-05-16T03:40:19.888Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382026-05-16T03:40:20.206Z Checking rand_seeder v0.4.0
27392026-05-16T03:40:20.375Z Checking void v1.0.2
27402026-05-16T03:40:20.483Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-05-16T03:40:20.483Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27422026-05-16T03:40:20.514Z Checking lzss v0.8.2
27432026-05-16T03:40:20.992Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-05-16T03:40:21.048Z Checking nix v0.27.1
27452026-05-16T03:40:21.048Z Checking serde_bytes v0.11.19
27462026-05-16T03:40:21.048Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27472026-05-16T03:40:21.048Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-05-16T03:40:21.210Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27492026-05-16T03:40:21.378Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
27502026-05-16T03:40:21.789Z Checking is_ci v1.2.0
27512026-05-16T03:40:21.902Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27522026-05-16T03:40:22.248Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27532026-05-16T03:40:22.270Z Checking yansi v1.0.1
27542026-05-16T03:40:22.270Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27552026-05-16T03:40:22.429Z Checking pretty_assertions v1.4.1
27562026-05-16T03:40:22.470Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27572026-05-16T03:40:22.644Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27582026-05-16T03:40:22.865Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27592026-05-16T03:40:23.048Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602026-05-16T03:40:23.049Z Compiling darling_core v0.23.0
27612026-05-16T03:40:24.541Z Compiling indoc v2.0.7
27622026-05-16T03:40:24.619Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27632026-05-16T03:40:24.619Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-16T03:40:24.667Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-05-16T03:40:24.759Z Compiling instability v0.3.11
27662026-05-16T03:40:25.154Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27672026-05-16T03:40:25.172Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-05-16T03:40:25.172Z Compiling libz-sys v1.1.24
27692026-05-16T03:40:25.429Z Compiling darling_macro v0.23.0
27702026-05-16T03:40:25.527Z Checking castaway v0.2.4
27712026-05-16T03:40:25.667Z Checking compact_str v0.8.1
27722026-05-16T03:40:25.842Z Compiling darling v0.23.0
27732026-05-16T03:40:26.125Z Checking supports-color v3.0.2
27742026-05-16T03:40:26.317Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27752026-05-16T03:40:26.552Z Checking unicode-truncate v1.1.0
27762026-05-16T03:40:26.641Z Checking console v0.16.2
27772026-05-16T03:40:26.688Z Checking lru v0.12.5
27782026-05-16T03:40:26.773Z Checking cassowary v0.3.0
27792026-05-16T03:40:26.875Z Checking unit-prefix v0.5.2
27802026-05-16T03:40:26.945Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27812026-05-16T03:40:27.022Z Checking ratatui v0.29.0
27822026-05-16T03:40:27.022Z Compiling libgit2-sys v0.18.3+1.9.2
27832026-05-16T03:40:27.185Z Checking indicatif v0.18.4
27842026-05-16T03:40:27.230Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27852026-05-16T03:40:27.635Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27862026-05-16T03:40:28.360Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27872026-05-16T03:40:28.580Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882026-05-16T03:40:28.852Z Compiling vergen-git2 v1.0.7
27892026-05-16T03:40:28.886Z Checking plotters-backend v0.3.7
27902026-05-16T03:40:28.949Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27912026-05-16T03:40:29.311Z Checking plotters-svg v0.3.7
27922026-05-16T03:40:29.351Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27932026-05-16T03:40:29.351Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-05-16T03:40:29.351Z Checking colored v2.2.0
27952026-05-16T03:40:29.392Z Checking cast v0.3.0
27962026-05-16T03:40:29.569Z Compiling rustls v0.21.12
27972026-05-16T03:40:29.598Z Checking shell-words v1.1.1
27982026-05-16T03:40:29.725Z Checking criterion-plot v0.6.0
27992026-05-16T03:40:29.827Z Checking plotters v0.3.7
28002026-05-16T03:40:29.923Z Checking typeid v1.0.3
28012026-05-16T03:40:30.009Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-16T03:40:30.049Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-05-16T03:40:30.245Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-05-16T03:40:30.461Z Checking rustls-webpki v0.101.7
28052026-05-16T03:40:30.595Z Checking sct v0.7.1
28062026-05-16T03:40:30.752Z Checking tinytemplate v1.2.1
28072026-05-16T03:40:30.832Z Compiling nix v0.29.0
28082026-05-16T03:40:30.921Z Compiling dropshot v0.16.7
28092026-05-16T03:40:31.061Z Checking hex-literal v0.4.1
28102026-05-16T03:40:31.125Z Checking oorandom v11.1.5
28112026-05-16T03:40:31.174Z Checking anes v0.1.6
28122026-05-16T03:40:31.500Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-05-16T03:40:31.539Z Checking criterion v0.7.0
28142026-05-16T03:40:32.766Z Checking erased-serde v0.4.9
28152026-05-16T03:40:32.836Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28162026-05-16T03:40:33.119Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28172026-05-16T03:40:33.942Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28182026-05-16T03:40:34.740Z Checking toml v0.9.12+spec-1.1.0
28192026-05-16T03:40:35.359Z Checking ordered-float v2.10.1
28202026-05-16T03:40:35.721Z Compiling dropshot_endpoint v0.16.7
28212026-05-16T03:40:36.661Z Checking serde-value v0.7.0
28222026-05-16T03:40:36.916Z Checking serde-untagged v0.1.9
28232026-05-16T03:40:36.916Z Checking tokio-rustls v0.24.1
28242026-05-16T03:40:36.956Z Checking rustls-pemfile v1.0.4
28252026-05-16T03:40:36.978Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28262026-05-16T03:40:37.228Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)
28272026-05-16T03:40:37.599Z Checking twox-hash v2.1.2
28282026-05-16T03:40:37.708Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28292026-05-16T03:40:37.851Z Checking unicode-xid v0.2.6
28302026-05-16T03:40:37.897Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28312026-05-16T03:40:37.986Z Checking cargo-util-schemas v0.8.2
28322026-05-16T03:40:38.262Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28332026-05-16T03:40:38.846Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28342026-05-16T03:40:39.217Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-05-16T03:40:39.301Z Checking fatfs v0.3.6
28362026-05-16T03:40:39.384Z Checking cargo-platform v0.2.0
28372026-05-16T03:40:39.636Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28382026-05-16T03:40:39.761Z Compiling petname v2.0.2
28392026-05-16T03:40:39.807Z Compiling seq-macro v0.3.6
28402026-05-16T03:40:40.304Z Checking cargo_metadata v0.21.0
28412026-05-16T03:40:40.348Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28422026-05-16T03:40:41.204Z Checking concurrent-queue v2.5.0
28432026-05-16T03:40:41.253Z Checking rtoolbox v0.0.3
28442026-05-16T03:40:41.253Z Checking parking v2.2.1
28452026-05-16T03:40:41.253Z Checking rpassword v7.4.0
28462026-05-16T03:40:41.302Z Checking event-listener v5.4.1
28472026-05-16T03:40:41.902Z Checking tui-tree-widget v0.23.1
28482026-05-16T03:40:42.002Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28492026-05-16T03:40:42.002Z Checking polyval v0.6.2
28502026-05-16T03:40:42.053Z Checking sapling-renderdag v0.1.0
28512026-05-16T03:40:42.053Z Checking sync-ptr v0.1.4
28522026-05-16T03:40:42.118Z Checking ghash v0.5.1
28532026-05-16T03:40:42.226Z Checking event-listener-strategy v0.5.4
28542026-05-16T03:40:42.273Z Compiling samael v0.0.19
28552026-05-16T03:40:42.311Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28562026-05-16T03:40:42.359Z Checking ctr v0.9.2
28572026-05-16T03:40:42.476Z Checking constant_time_eq v0.4.2
28582026-05-16T03:40:42.518Z Checking arrayref v0.3.9
28592026-05-16T03:40:42.563Z Checking arrayvec v0.7.6
28602026-05-16T03:40:42.580Z Checking futures-timer v3.0.3
28612026-05-16T03:40:42.629Z Checking aes-gcm v0.10.3
28622026-05-16T03:40:42.805Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28632026-05-16T03:40:42.825Z Checking async-lock v3.4.2
28642026-05-16T03:40:42.890Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28652026-05-16T03:40:43.227Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28662026-05-16T03:40:43.950Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-05-16T03:40:44.027Z Checking ssh-encoding v0.2.0
28682026-05-16T03:40:44.182Z Checking blowfish v0.9.1
28692026-05-16T03:40:44.356Z Checking bcrypt-pbkdf v0.10.0
28702026-05-16T03:40:44.526Z Checking ssh-cipher v0.2.0
28712026-05-16T03:40:44.900Z Checking async-object-pool v0.2.0
28722026-05-16T03:40:44.985Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-05-16T03:40:45.072Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28742026-05-16T03:40:45.363Z Checking serde_regex v1.1.0
28752026-05-16T03:40:45.493Z Checking password-hash v0.4.2
28762026-05-16T03:40:45.656Z Checking assert-json-diff v2.0.2
28772026-05-16T03:40:45.736Z Checking path-tree v0.8.3
28782026-05-16T03:40:45.792Z Checking gimli v0.32.3
28792026-05-16T03:40:45.792Z Compiling target-lexicon v0.13.3
28802026-05-16T03:40:45.869Z Checking stringmetrics v2.2.2
28812026-05-16T03:40:46.117Z Checking httpmock v0.8.3
28822026-05-16T03:40:47.504Z Checking pbkdf2 v0.11.0
28832026-05-16T03:40:47.570Z Checking ssh-key v0.6.7
28842026-05-16T03:40:47.570Z Checking addr2line v0.25.1
28852026-05-16T03:40:47.570Z Checking p256 v0.13.2
28862026-05-16T03:40:47.604Z Checking p521 v0.13.3
28872026-05-16T03:40:47.684Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28882026-05-16T03:40:47.956Z Checking russh-cryptovec v0.7.3
28892026-05-16T03:40:48.162Z Checking rustc-demangle v0.1.27
28902026-05-16T03:40:48.481Z Checking md5 v0.7.0
28912026-05-16T03:40:48.993Z Compiling guppy-workspace-hack v0.1.0
28922026-05-16T03:40:48.993Z Checking backtrace v0.3.76
28932026-05-16T03:40:48.993Z Checking russh-keys v0.45.0
28942026-05-16T03:40:48.993Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28952026-05-16T03:40:48.993Z Checking num-bigint v0.4.6
28962026-05-16T03:40:49.007Z Checking des v0.8.1
28972026-05-16T03:40:49.116Z Compiling blake3 v1.8.3
28982026-05-16T03:40:49.216Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28992026-05-16T03:40:49.239Z Compiling target-spec v3.5.7
29002026-05-16T03:40:49.715Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29012026-05-16T03:40:49.750Z Checking russh v0.45.0
29022026-05-16T03:40:49.781Z Checking cfg-expr v0.20.6
29032026-05-16T03:40:50.030Z Checking backtrace-ext v0.2.1
29042026-05-16T03:40:50.249Z Checking supports-color v2.1.0
29052026-05-16T03:40:50.293Z Checking textwrap v0.15.2
29062026-05-16T03:40:50.359Z Checking supports-unicode v2.1.0
29072026-05-16T03:40:50.391Z Checking supports-hyperlinks v2.1.0
29082026-05-16T03:40:50.444Z Checking hashbrown v0.14.5
29092026-05-16T03:40:50.493Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29102026-05-16T03:40:50.547Z Checking cargo-platform v0.3.2
29112026-05-16T03:40:50.686Z Checking terminal_size v0.1.17
29122026-05-16T03:40:50.733Z Checking socket2 v0.5.10
29132026-05-16T03:40:50.832Z Compiling miette-derive v5.10.0
29142026-05-16T03:40:50.931Z Checking owo-colors v3.5.0
29152026-05-16T03:40:51.007Z Checking internet-checksum v0.2.1
29162026-05-16T03:40:51.155Z Checking chumsky v0.9.3
29172026-05-16T03:40:51.491Z Checking cargo_metadata v0.23.1
29182026-05-16T03:40:52.013Z Checking miette v5.10.0
29192026-05-16T03:40:52.254Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29202026-05-16T03:40:52.282Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29212026-05-16T03:40:52.463Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29222026-05-16T03:40:52.503Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29232026-05-16T03:40:52.692Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29242026-05-16T03:40:52.806Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29252026-05-16T03:40:52.965Z Compiling knuffel-derive v3.2.0
29262026-05-16T03:40:53.043Z Checking httptest v0.16.4
29272026-05-16T03:40:53.195Z Checking pathdiff v0.2.3
29282026-05-16T03:40:53.332Z Checking nested v0.1.1
29292026-05-16T03:40:53.437Z Checking topological-sort v0.2.2
29302026-05-16T03:40:53.491Z Checking guppy v0.17.25
29312026-05-16T03:40:53.718Z Checking omicron-zone-package v0.12.2
29322026-05-16T03:40:53.771Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29332026-05-16T03:40:53.993Z Checking similar-asserts v1.7.0
29342026-05-16T03:40:54.107Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-05-16T03:40:54.260Z Compiling target-triple v1.0.0
29362026-05-16T03:40:54.459Z Checking knuffel v3.2.0
29372026-05-16T03:40:54.463Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29382026-05-16T03:40:54.517Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
29392026-05-16T03:40:54.623Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-05-16T03:40:54.964Z Compiling git2 v0.20.4
29412026-05-16T03:40:54.996Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29422026-05-16T03:40:55.158Z Checking hickory-client v0.25.2
29432026-05-16T03:40:55.496Z Checking tokio-test v0.4.5
29442026-05-16T03:40:55.544Z Compiling assert_cmd v2.1.2
29452026-05-16T03:40:55.657Z Checking escape8259 v0.5.3
29462026-05-16T03:40:55.817Z Checking libtest-mimic v0.8.1
29472026-05-16T03:40:56.094Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-05-16T03:40:57.342Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29492026-05-16T03:40:57.412Z Checking blake2b_simd v1.0.4
29502026-05-16T03:40:57.412Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29512026-05-16T03:40:57.412Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29522026-05-16T03:40:57.412Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-05-16T03:40:57.412Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29542026-05-16T03:40:57.412Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552026-05-16T03:40:57.412Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29562026-05-16T03:40:57.474Z Checking fancy-regex v0.14.0
29572026-05-16T03:40:57.684Z Compiling polar-core v0.27.3
29582026-05-16T03:40:57.703Z Checking serde_tokenstream v0.2.3
29592026-05-16T03:40:57.740Z Checking approx v0.5.1
29602026-05-16T03:40:57.840Z Compiling rstest_macros v0.25.0
29612026-05-16T03:40:57.897Z Checking uzers v0.12.2
29622026-05-16T03:40:57.942Z Checking termcolor v1.4.1
29632026-05-16T03:40:58.197Z Checking constant_time_eq v0.3.1
29642026-05-16T03:40:58.204Z Compiling linkme-impl v0.3.35
29652026-05-16T03:40:58.204Z Checking trybuild v1.0.116
29662026-05-16T03:40:58.248Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29672026-05-16T03:40:58.261Z Checking rust-argon2 v2.1.0
29682026-05-16T03:40:58.543Z Checking datatest-stable v0.3.3
29692026-05-16T03:40:58.907Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-05-16T03:40:58.980Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29712026-05-16T03:40:59.235Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29722026-05-16T03:40:59.247Z Checking support-bundle-viewer v0.1.2
29732026-05-16T03:40:59.529Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29742026-05-16T03:40:59.783Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29752026-05-16T03:40:59.850Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29762026-05-16T03:40:59.972Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29772026-05-16T03:41:00.075Z Checking drift v0.1.4
29782026-05-16T03:41:00.201Z Checking rand_distr v0.5.1
29792026-05-16T03:41:00.406Z Checking multimap v0.10.1
29802026-05-16T03:41:00.608Z Compiling relative-path v1.9.3
29812026-05-16T03:41:00.642Z Compiling linkme v0.3.35
29822026-05-16T03:41:01.125Z Checking dropshot-api-manager v0.7.1
29832026-05-16T03:41:02.341Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29842026-05-16T03:41:02.696Z Checking oso v0.27.3
29852026-05-16T03:41:02.759Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29862026-05-16T03:41:02.893Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29872026-05-16T03:41:03.217Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29882026-05-16T03:41:03.448Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-05-16T03:41:03.528Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29902026-05-16T03:41:03.563Z Checking cargo_toml v0.21.0
29912026-05-16T03:41:03.666Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29922026-05-16T03:41:04.091Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29932026-05-16T03:41:04.251Z Checking partial-io v0.5.4
29942026-05-16T03:41:04.343Z Checking termios v0.3.3
29952026-05-16T03:41:04.449Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29962026-05-16T03:41:04.508Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-05-16T03:41:04.520Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29982026-05-16T03:41:04.768Z Checking rstest v0.25.0
29992026-05-16T03:41:05.896Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30002026-05-16T03:41:09.207Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30012026-05-16T03:41:13.010Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30022026-05-16T03:41:13.710Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30032026-05-16T03:41:16.619Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30042026-05-16T03:41:20.393Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30052026-05-16T03:41:25.332Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30062026-05-16T03:41:29.203Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-05-16T03:41:30.346Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30082026-05-16T03:41:30.836Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30092026-05-16T03:41:31.035Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30102026-05-16T03:41:40.307Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30112026-05-16T03:41:53.101Zerror[E0027]: pattern does not mention field `info`
30122026-05-16T03:41:53.101Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
30132026-05-16T03:41:53.101Z |
30142026-05-16T03:41:53.101Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
30152026-05-16T03:41:53.101Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
30162026-05-16T03:41:53.101Z |
30172026-05-16T03:41:53.101Zhelp: include the missing field in the pattern
30182026-05-16T03:41:53.101Z |
30192026-05-16T03:41:53.101Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
30202026-05-16T03:41:53.101Z | ++++++
30212026-05-16T03:41:53.101Zhelp: if you don't care about this missing field, you can explicitly ignore it
30222026-05-16T03:41:53.101Z |
30232026-05-16T03:41:53.101Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
30242026-05-16T03:41:53.101Z | +++++++++
30252026-05-16T03:41:53.101Zhelp: or always ignore missing fields here
30262026-05-16T03:41:53.102Z |
30272026-05-16T03:41:53.102Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
30282026-05-16T03:41:53.102Z | ++++
30292026-05-16T03:41:53.102Z
30302026-05-16T03:41:57.729Zerror[E0308]: mismatched types
30312026-05-16T03:41:57.729Z --> nexus/src/app/disk.rs:571:17
30322026-05-16T03:41:57.729Z |
30332026-05-16T03:41:57.729Z569 | let client = crucible_pantry_client::Client::new_with_client(
30342026-05-16T03:41:57.729Z | ----------------------------------------------- arguments to this function are incorrect
30352026-05-16T03:41:57.729Z570 | &format!("http://{}", endpoint),
30362026-05-16T03:41:57.729Z571 | self.reqwest012_client.clone(),
30372026-05-16T03:41:57.729Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
30382026-05-16T03:41:57.729Z |
30392026-05-16T03:41:57.729Znote: there are multiple different versions of crate `reqwest` in the dependency graph
30402026-05-16T03:41:57.729Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
30412026-05-16T03:41:57.729Z |
30422026-05-16T03:41:57.729Z 93 | pub struct Client {
30432026-05-16T03:41:57.730Z | ^^^^^^^^^^^^^^^^^ this is the expected type
30442026-05-16T03:41:57.730Z |
30452026-05-16T03:41:57.730Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
30462026-05-16T03:41:57.730Z |
30472026-05-16T03:41:57.730Z 93 | pub struct Client {
30482026-05-16T03:41:57.730Z | ----------------- this is the found type
30492026-05-16T03:41:57.730Z = help: you can use `cargo tree` to explore your dependency tree
30502026-05-16T03:41:57.730Znote: associated function defined here
30512026-05-16T03:41:57.730Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/c59a136/pantry-client/src/lib.rs:5:1
30522026-05-16T03:41:57.730Z |
30532026-05-16T03:41:57.730Z 5 | / generate_api!(
30542026-05-16T03:41:57.730Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
30552026-05-16T03:41:57.730Z 7 | | derives = [schemars::JsonSchema],
30562026-05-16T03:41:57.730Z 8 | | patch = {
30572026-05-16T03:41:57.730Z... |
30582026-05-16T03:41:57.730Z 11 | | },
30592026-05-16T03:41:57.730Z 12 | | );
30602026-05-16T03:41:57.730Z | |_^
30612026-05-16T03:41:57.730Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
30622026-05-16T03:41:57.730Z
30632026-05-16T03:41:59.477ZFor more information about this error, try `rustc --explain E0027`.
30642026-05-16T03:41:59.722Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
30652026-05-16T03:41:59.722Zwarning: build failed, waiting for other jobs to finish...
30662026-05-16T03:42:01.145Zerror[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>>`
30672026-05-16T03:42:01.145Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30682026-05-16T03:42:01.145Z |
30692026-05-16T03:42:01.145Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30702026-05-16T03:42:01.145Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30712026-05-16T03:42:01.145Z |
30722026-05-16T03:42:01.145Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30732026-05-16T03:42:01.145Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30742026-05-16T03:42:01.145Z |
30752026-05-16T03:42:01.146Z 224 | pub enum Error<E = ()> {
30762026-05-16T03:42:01.146Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30772026-05-16T03:42:01.146Z |
30782026-05-16T03:42:01.146Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30792026-05-16T03:42:01.146Z |
30802026-05-16T03:42:01.146Z 327 | pub enum Error<E = ()> {
30812026-05-16T03:42:01.146Z | ---------------------- this is the found type
30822026-05-16T03:42:01.146Z = help: you can use `cargo tree` to explore your dependency tree
30832026-05-16T03:42:01.146Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
30842026-05-16T03:42:01.146Z --> common/src/progenitor_operation_retry.rs:73:17
30852026-05-16T03:42:01.146Z |
30862026-05-16T03:42:01.146Z 69 | pub struct ProgenitorOperationRetry<
30872026-05-16T03:42:01.146Z | ------------------------ required by a bound in this struct
30882026-05-16T03:42:01.146Z...
30892026-05-16T03:42:01.146Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30902026-05-16T03:42:01.146Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30912026-05-16T03:42:01.146Z
30922026-05-16T03:42:01.146Zerror[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>>`
30932026-05-16T03:42:01.146Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30942026-05-16T03:42:01.147Z |
30952026-05-16T03:42:01.147Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30962026-05-16T03:42:01.147Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30972026-05-16T03:42:01.147Z |
30982026-05-16T03:42:01.147Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30992026-05-16T03:42:01.147Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31002026-05-16T03:42:01.147Z |
31012026-05-16T03:42:01.147Z 224 | pub enum Error<E = ()> {
31022026-05-16T03:42:01.147Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31032026-05-16T03:42:01.147Z |
31042026-05-16T03:42:01.147Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31052026-05-16T03:42:01.147Z |
31062026-05-16T03:42:01.147Z 327 | pub enum Error<E = ()> {
31072026-05-16T03:42:01.147Z | ---------------------- this is the found type
31082026-05-16T03:42:01.147Z = help: you can use `cargo tree` to explore your dependency tree
31092026-05-16T03:42:01.147Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31102026-05-16T03:42:01.147Z --> common/src/progenitor_operation_retry.rs:88:17
31112026-05-16T03:42:01.148Z |
31122026-05-16T03:42:01.148Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31132026-05-16T03:42:01.148Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31142026-05-16T03:42:01.148Z...
31152026-05-16T03:42:01.148Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31162026-05-16T03:42:01.148Z | --- required by a bound in this associated function
31172026-05-16T03:42:01.148Z
31182026-05-16T03:42:01.169Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31192026-05-16T03:42:01.170Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
31202026-05-16T03:42:01.170Z |
31212026-05-16T03:42:01.170Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
31222026-05-16T03:42:01.170Z1242 | | .run(log)
31232026-05-16T03:42:01.170Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31242026-05-16T03:42:01.170Z | |_________|
31252026-05-16T03:42:01.170Z |
31262026-05-16T03:42:01.170Z |
31272026-05-16T03:42:01.170Z = note: the following trait bounds were not satisfied:
31282026-05-16T03:42:01.170Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
31292026-05-16T03:42:01.170Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-546ee21b67f659c9.long-type-6004455314926120641.txt'
31302026-05-16T03:42:01.170Z = note: consider using `--verbose` to print the full type name to the console
31312026-05-16T03:42:01.170Z
31322026-05-16T03:42:01.175Zerror[E0282]: type annotations needed
31332026-05-16T03:42:01.175Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
31342026-05-16T03:42:01.175Z |
31352026-05-16T03:42:01.175Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
31362026-05-16T03:42:01.175Z1242 | | .run(log)
31372026-05-16T03:42:01.175Z1243 | | .await
31382026-05-16T03:42:01.175Z | |______________^ cannot infer type
31392026-05-16T03:42:01.175Z
31402026-05-16T03:42:01.176Zerror[E0282]: type annotations needed
31412026-05-16T03:42:01.176Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
31422026-05-16T03:42:01.176Z |
31432026-05-16T03:42:01.176Z1244 | .map_err(|e| {
31442026-05-16T03:42:01.176Z | ^
31452026-05-16T03:42:01.176Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
31462026-05-16T03:42:01.176Z | - type must be known at this point
31472026-05-16T03:42:01.176Z |
31482026-05-16T03:42:01.176Zhelp: consider giving this closure parameter an explicit type
31492026-05-16T03:42:01.176Z |
31502026-05-16T03:42:01.176Z1244 | .map_err(|e: /* Type */| {
31512026-05-16T03:42:01.176Z | ++++++++++++
31522026-05-16T03:42:01.176Z
31532026-05-16T03:42:01.471Zerror[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>>`
31542026-05-16T03:42:01.471Z --> nexus/src/app/sagas/common_storage.rs:142:5
31552026-05-16T03:42:01.471Z |
31562026-05-16T03:42:01.471Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
31572026-05-16T03:42:01.471Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
31582026-05-16T03:42:01.471Z |
31592026-05-16T03:42:01.471Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31602026-05-16T03:42:01.471Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31612026-05-16T03:42:01.471Z |
31622026-05-16T03:42:01.471Z224 | pub enum Error<E = ()> {
31632026-05-16T03:42:01.471Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31642026-05-16T03:42:01.471Z |
31652026-05-16T03:42:01.471Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31662026-05-16T03:42:01.471Z |
31672026-05-16T03:42:01.471Z327 | pub enum Error<E = ()> {
31682026-05-16T03:42:01.471Z | ---------------------- this is the found type
31692026-05-16T03:42:01.471Z = help: you can use `cargo tree` to explore your dependency tree
31702026-05-16T03:42:01.471Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
31712026-05-16T03:42:01.471Z --> common/src/progenitor_operation_retry.rs:73:17
31722026-05-16T03:42:01.471Z |
31732026-05-16T03:42:01.471Z 69 | pub struct ProgenitorOperationRetry<
31742026-05-16T03:42:01.472Z | ------------------------ required by a bound in this struct
31752026-05-16T03:42:01.472Z...
31762026-05-16T03:42:01.472Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31772026-05-16T03:42:01.472Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31782026-05-16T03:42:01.472Z
31792026-05-16T03:42:01.472Zerror[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>>`
31802026-05-16T03:42:01.472Z --> nexus/src/app/sagas/common_storage.rs:142:5
31812026-05-16T03:42:01.472Z |
31822026-05-16T03:42:01.472Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
31832026-05-16T03:42:01.472Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
31842026-05-16T03:42:01.472Z |
31852026-05-16T03:42:01.472Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31862026-05-16T03:42:01.472Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31872026-05-16T03:42:01.472Z |
31882026-05-16T03:42:01.472Z224 | pub enum Error<E = ()> {
31892026-05-16T03:42:01.472Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31902026-05-16T03:42:01.472Z |
31912026-05-16T03:42:01.472Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31922026-05-16T03:42:01.472Z |
31932026-05-16T03:42:01.473Z327 | pub enum Error<E = ()> {
31942026-05-16T03:42:01.473Z | ---------------------- this is the found type
31952026-05-16T03:42:01.476Z = help: you can use `cargo tree` to explore your dependency tree
31962026-05-16T03:42:01.476Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31972026-05-16T03:42:01.476Z --> common/src/progenitor_operation_retry.rs:88:17
31982026-05-16T03:42:01.476Z |
31992026-05-16T03:42:01.477Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
32002026-05-16T03:42:01.477Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
32012026-05-16T03:42:01.477Z...
32022026-05-16T03:42:01.477Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
32032026-05-16T03:42:01.477Z | --- required by a bound in this associated function
32042026-05-16T03:42:01.477Z
32052026-05-16T03:42:01.494Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
32062026-05-16T03:42:01.494Z --> nexus/src/app/sagas/common_storage.rs:143:10
32072026-05-16T03:42:01.494Z |
32082026-05-16T03:42:01.494Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
32092026-05-16T03:42:01.494Z143 | | .run(log)
32102026-05-16T03:42:01.494Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32112026-05-16T03:42:01.494Z | |_________|
32122026-05-16T03:42:01.494Z |
32132026-05-16T03:42:01.494Z |
32142026-05-16T03:42:01.494Z = note: the following trait bounds were not satisfied:
32152026-05-16T03:42:01.494Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
32162026-05-16T03:42:01.494Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-546ee21b67f659c9.long-type-12666037168033068701.txt'
32172026-05-16T03:42:01.494Z = note: consider using `--verbose` to print the full type name to the console
32182026-05-16T03:42:01.494Z
32192026-05-16T03:42:01.499Zerror[E0282]: type annotations needed
32202026-05-16T03:42:01.499Z --> nexus/src/app/sagas/common_storage.rs:142:5
32212026-05-16T03:42:01.499Z |
32222026-05-16T03:42:01.499Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
32232026-05-16T03:42:01.499Z143 | | .run(log)
32242026-05-16T03:42:01.499Z144 | | .await
32252026-05-16T03:42:01.499Z | |______________^ cannot infer type
32262026-05-16T03:42:01.499Z
32272026-05-16T03:42:01.499Zerror[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>>`
32282026-05-16T03:42:01.499Z --> nexus/src/app/sagas/common_storage.rs:172:5
32292026-05-16T03:42:01.499Z |
32302026-05-16T03:42:01.499Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
32312026-05-16T03:42:01.499Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
32322026-05-16T03:42:01.499Z |
32332026-05-16T03:42:01.499Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
32342026-05-16T03:42:01.499Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
32352026-05-16T03:42:01.499Z |
32362026-05-16T03:42:01.500Z224 | pub enum Error<E = ()> {
32372026-05-16T03:42:01.500Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32382026-05-16T03:42:01.500Z |
32392026-05-16T03:42:01.500Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
32402026-05-16T03:42:01.500Z |
32412026-05-16T03:42:01.500Z327 | pub enum Error<E = ()> {
32422026-05-16T03:42:01.500Z | ---------------------- this is the found type
32432026-05-16T03:42:01.500Z = help: you can use `cargo tree` to explore your dependency tree
32442026-05-16T03:42:01.500Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry`
32452026-05-16T03:42:01.500Z --> common/src/progenitor_operation_retry.rs:73:17
32462026-05-16T03:42:01.500Z |
32472026-05-16T03:42:01.500Z 69 | pub struct ProgenitorOperationRetry<
32482026-05-16T03:42:01.500Z | ------------------------ required by a bound in this struct
32492026-05-16T03:42:01.500Z...
32502026-05-16T03:42:01.500Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
32512026-05-16T03:42:01.500Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
32522026-05-16T03:42:01.500Z
32532026-05-16T03:42:01.500Zerror[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>>`
32542026-05-16T03:42:01.500Z --> nexus/src/app/sagas/common_storage.rs:172:5
32552026-05-16T03:42:01.500Z |
32562026-05-16T03:42:01.501Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
32572026-05-16T03:42:01.501Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
32582026-05-16T03:42:01.501Z |
32592026-05-16T03:42:01.501Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
32602026-05-16T03:42:01.501Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
32612026-05-16T03:42:01.501Z |
32622026-05-16T03:42:01.501Z224 | pub enum Error<E = ()> {
32632026-05-16T03:42:01.501Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32642026-05-16T03:42:01.501Z |
32652026-05-16T03:42:01.501Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
32662026-05-16T03:42:01.501Z |
32672026-05-16T03:42:01.501Z327 | pub enum Error<E = ()> {
32682026-05-16T03:42:01.501Z | ---------------------- this is the found type
32692026-05-16T03:42:01.501Z = help: you can use `cargo tree` to explore your dependency tree
32702026-05-16T03:42:01.501Znote: required by a bound in `omicron_common::progenitor_operation_retry::ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
32712026-05-16T03:42:01.501Z --> common/src/progenitor_operation_retry.rs:88:17
32722026-05-16T03:42:01.501Z |
32732026-05-16T03:42:01.501Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
32742026-05-16T03:42:01.502Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
32752026-05-16T03:42:01.502Z...
32762026-05-16T03:42:01.502Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
32772026-05-16T03:42:01.502Z | --- required by a bound in this associated function
32782026-05-16T03:42:01.502Z
32792026-05-16T03:42:01.517Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
32802026-05-16T03:42:01.517Z --> nexus/src/app/sagas/common_storage.rs:173:10
32812026-05-16T03:42:01.517Z |
32822026-05-16T03:42:01.517Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
32832026-05-16T03:42:01.517Z173 | | .run(log)
32842026-05-16T03:42:01.517Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32852026-05-16T03:42:01.517Z | |_________|
32862026-05-16T03:42:01.518Z |
32872026-05-16T03:42:01.518Z |
32882026-05-16T03:42:01.518Z = note: the following trait bounds were not satisfied:
32892026-05-16T03:42:01.518Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
32902026-05-16T03:42:01.518Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-546ee21b67f659c9.long-type-5069696627644225293.txt'
32912026-05-16T03:42:01.518Z = note: consider using `--verbose` to print the full type name to the console
32922026-05-16T03:42:01.518Z
32932026-05-16T03:42:01.522Zerror[E0282]: type annotations needed
32942026-05-16T03:42:01.522Z --> nexus/src/app/sagas/common_storage.rs:172:5
32952026-05-16T03:42:01.522Z |
32962026-05-16T03:42:01.522Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
32972026-05-16T03:42:01.522Z173 | | .run(log)
32982026-05-16T03:42:01.522Z174 | | .await
32992026-05-16T03:42:01.522Z | |______________^ cannot infer type
33002026-05-16T03:42:01.522Z
33012026-05-16T03:42:06.663Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
33022026-05-16T03:42:06.663Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
33032026-05-16T03:42:06.664Z |
33042026-05-16T03:42:06.664Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
33052026-05-16T03:42:06.664Z1242 | | .run(log)
33062026-05-16T03:42:06.664Z | | -^^^ method cannot be called due to unsatisfied trait bounds
33072026-05-16T03:42:06.664Z | |_________|
33082026-05-16T03:42:06.664Z |
33092026-05-16T03:42:06.664Z |
33102026-05-16T03:42:06.664Z = note: the following trait bounds were not satisfied:
33112026-05-16T03:42:06.664Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33122026-05-16T03:42:06.664Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-b4c0bd89eadcb08a.long-type-12846615155247118808.txt'
33132026-05-16T03:42:06.664Z = note: consider using `--verbose` to print the full type name to the console
33142026-05-16T03:42:06.664Z
33152026-05-16T03:42:07.600Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
33162026-05-16T03:42:07.601Z --> nexus/src/app/sagas/common_storage.rs:143:10
33172026-05-16T03:42:07.601Z |
33182026-05-16T03:42:07.601Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
33192026-05-16T03:42:07.601Z143 | | .run(log)
33202026-05-16T03:42:07.601Z | | -^^^ method cannot be called due to unsatisfied trait bounds
33212026-05-16T03:42:07.601Z | |_________|
33222026-05-16T03:42:07.601Z |
33232026-05-16T03:42:07.601Z |
33242026-05-16T03:42:07.601Z = note: the following trait bounds were not satisfied:
33252026-05-16T03:42:07.601Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33262026-05-16T03:42:07.601Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-b4c0bd89eadcb08a.long-type-14881111394532805060.txt'
33272026-05-16T03:42:07.601Z = note: consider using `--verbose` to print the full type name to the console
33282026-05-16T03:42:07.601Z
33292026-05-16T03:42:07.625Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
33302026-05-16T03:42:07.625Z --> nexus/src/app/sagas/common_storage.rs:173:10
33312026-05-16T03:42:07.625Z |
33322026-05-16T03:42:07.625Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
33332026-05-16T03:42:07.625Z173 | | .run(log)
33342026-05-16T03:42:07.625Z | | -^^^ method cannot be called due to unsatisfied trait bounds
33352026-05-16T03:42:07.625Z | |_________|
33362026-05-16T03:42:07.625Z |
33372026-05-16T03:42:07.625Z |
33382026-05-16T03:42:07.625Z = note: the following trait bounds were not satisfied:
33392026-05-16T03:42:07.625Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = std::result::Result<_, crucible_agent_client::Error<_>>`
33402026-05-16T03:42:07.625Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-b4c0bd89eadcb08a.long-type-17175587587917320911.txt'
33412026-05-16T03:42:07.626Z = note: consider using `--verbose` to print the full type name to the console
33422026-05-16T03:42:07.626Z
33432026-05-16T03:42:35.661ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
33442026-05-16T03:42:35.661ZFor more information about an error, try `rustc --explain E0271`.
33452026-05-16T03:42:36.111Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
33462026-05-16T03:42:44.452Zerror: could not compile `omicron-nexus` (lib test) due to 14 previous errors
33472026-05-16T03:42:44.850ZError: failed: exit status: 101
33482026-05-16T03:42:44.853Z
33492026-05-16T03:42:44.853Zreal 3:54.479442385
33502026-05-16T03:42:44.853Zuser 20:15.215027242
33512026-05-16T03:42:44.853Zsys 4:37.909717807
33522026-05-16T03:42:44.853Ztrap 0.496855993
33532026-05-16T03:42:44.853Ztflt 0.502439207
33542026-05-16T03:42:44.853Zdflt 0.377393709
33552026-05-16T03:42:44.853Zkflt 0.004681205
33562026-05-16T03:42:44.853Zlock 55:56.396982032
33572026-05-16T03:42:44.853Zslp 55:49.187280067
33582026-05-16T03:42:44.854Zlat 1:51.072296225
33592026-05-16T03:42:44.854Zstop 10:09.603801170
33602026-05-16T03:42:44.854Zprocess exited: duration 370044 ms, exit code 1
 
33612026-05-16T03:42:44.860Zfound 0 output files