01KN7RDN86JFT41EG146VH5K8T: clippy (helios)

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

Buildomat Job: 01KN7REJGGZPR6VDZ39WQ30RBP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T19:07:50.178Zjob assigned to worker 01KN7SDSAPDB850CDJ5K3MZ8Z4 [factory aws, i-0d9191fbb34ca73d9] (queued for 18 m 30 s)
 
22026-04-02T19:07:58.439Zstarting task 0: "setup"
32026-04-02T19:07:58.446Z++ uname -s
42026-04-02T19:07:58.456Z+ kern=SunOS
52026-04-02T19:07:58.456Z+ build_user=build
62026-04-02T19:07:58.456Z+ build_uid=12345
72026-04-02T19:07:58.456Z+ work_dir=/work
82026-04-02T19:07:58.457Z+ input_dir=/input
92026-04-02T19:07:58.457Z+ [[ 0 == 12345 ]]
102026-04-02T19:07:58.457Z+ case "$kern" in
112026-04-02T19:07:58.457Z+ groupadd -g 12345 build
122026-04-02T19:07:58.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T19:08:00.453Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T19:08:00.862Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T19:08:00.886Z+ home_fs=zfs
162026-04-02T19:08:00.886Z+ [[ zfs == autofs ]]
172026-04-02T19:08:00.886Z+ mkdir -p /home/build
182026-04-02T19:08:00.886Z+ chown build:build /home/build /work
192026-04-02T19:08:02.577Z+ chmod 0700 /home/build /work
202026-04-02T19:08:02.580Zprocess exited: duration 4143 ms, exit code 0
 
212026-04-02T19:08:02.586Zstarting task 1: "rust-toolchain"
222026-04-02T19:08:02.591Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T19:08:02.591Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-02T19:08:02.591Z * rust toolchain channel = "1.94.0"
252026-04-02T19:08:02.591Z * rust toolchain profile = "default"
262026-04-02T19:08:02.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T19:08:02.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-02T19:08:02.594Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T19:08:02.594Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T19:08:02.703Zinfo: downloading installer
312026-04-02T19:08:04.175Zwarn: It looks like you have an existing rustup settings file at:
322026-04-02T19:08:04.175Zwarn: /home/build/.rustup/settings.toml
332026-04-02T19:08:04.175Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-04-02T19:08:04.176Zwarn: instead of the one inferred from the default host triple.
352026-04-02T19:08:04.184Zinfo: profile set to default
362026-04-02T19:08:04.184Zinfo: default host triple is x86_64-unknown-illumos
372026-04-02T19:08:04.189Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-04-02T19:08:04.334Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-04-02T19:08:04.337Zinfo: downloading 6 components
402026-04-02T19:08:19.402Z
412026-04-02T19:08:19.402Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-04-02T19:08:19.443Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-04-02T19:08:19.443Z
442026-04-02T19:08:19.447Z
452026-04-02T19:08:19.447ZRust is installed now. Great!
462026-04-02T19:08:19.447Z
472026-04-02T19:08:19.447ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-04-02T19:08:19.447Zenvironment variable. This has not been done automatically.
492026-04-02T19:08:19.447Z
502026-04-02T19:08:19.447ZTo configure your current shell, you need to source
512026-04-02T19:08:19.447Zthe corresponding env file under $HOME/.cargo.
522026-04-02T19:08:19.447Z
532026-04-02T19:08:19.447ZThis is usually done by running one of the following (note the leading DOT):
542026-04-02T19:08:19.447Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-04-02T19:08:19.447Zsource "$HOME/.cargo/env.fish" # For fish
562026-04-02T19:08:19.447Zsource "~/.cargo/env.nu" # For nushell
572026-04-02T19:08:19.447Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-04-02T19:08:19.447Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-04-02T19:08:19.448Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-04-02T19:08:19.448Zwarn: no default linker (`cc`) was found in your PATH
612026-04-02T19:08:19.448Zwarn: many Rust crates require a system C toolchain to build
622026-04-02T19:08:19.553Z+ rustup --version
632026-04-02T19:08:19.565Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-04-02T19:08:19.569Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-04-02T19:08:19.591Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-04-02T19:08:19.594Z+ cargo --version
672026-04-02T19:08:19.611Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-04-02T19:08:19.614Z+ rustc --version
692026-04-02T19:08:19.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-04-02T19:08:19.642Zprocess exited: duration 17056 ms, exit code 0
 
712026-04-02T19:08:19.648Zstarting task 2: "authentication"
722026-04-02T19:08:19.668Zprocess exited: duration 19 ms, exit code 0
 
732026-04-02T19:08:19.674Zstarting task 3: "clone repository"
742026-04-02T19:08:19.678Z+ mkdir -p /work/oxidecomputer/omicron
752026-04-02T19:08:19.681Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-04-02T19:08:19.834ZCloning into '/work/oxidecomputer/omicron'...
772026-04-02T19:08:30.991Z+ cd /work/oxidecomputer/omicron
782026-04-02T19:08:30.991Z+ git fetch origin 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
792026-04-02T19:08:31.278ZFrom https://github.com/oxidecomputer/omicron
802026-04-02T19:08:31.278Z * branch 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c -> FETCH_HEAD
812026-04-02T19:08:31.294Z+ [[ -n helios3 ]]
822026-04-02T19:08:31.299Z++ git branch --show-current
832026-04-02T19:08:31.299Z+ current=main
842026-04-02T19:08:31.299Z+ [[ main != helios3 ]]
852026-04-02T19:08:31.299Z+ git branch -f helios3 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
862026-04-02T19:08:31.304Z+ git checkout -f helios3
872026-04-02T19:08:31.313ZSwitched to branch 'helios3'
882026-04-02T19:08:31.317Z+ git reset --hard 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
892026-04-02T19:08:31.333ZHEAD is now at 56d7b28b9 WIP - move to Helios v3
902026-04-02T19:08:31.336Zprocess exited: duration 11660 ms, exit code 0
 
912026-04-02T19:08:31.345Zstarting task 4: "build"
922026-04-02T19:08:31.350Z+ source ./env.sh
932026-04-02T19:08:31.355Z++ OLD_SHELL_OPTS=ehxB
942026-04-02T19:08:31.355Z++ set -o xtrace
952026-04-02T19:08:31.355Z++++ dirname ./env.sh
962026-04-02T19:08:31.355Z+++ readlink -f .
972026-04-02T19:08:31.360Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-04-02T19:08:31.360Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-04-02T19:08:31.360Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-04-02T19:08:31.360Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-04-02T19:08:31.360Z++ 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-04-02T19:08:31.360Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-04-02T19:08:31.360Z++ 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-04-02T19:08:31.360Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-04-02T19:08:31.360Z++ 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-04-02T19:08:31.360Z++ case $OLD_SHELL_OPTS in
1072026-04-02T19:08:31.360Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-04-02T19:08:31.360Z+ source .github/buildomat/ci-env.sh
1092026-04-02T19:08:31.360Z++ export CARGO_TERM_COLOR=always
1102026-04-02T19:08:31.360Z++ CARGO_TERM_COLOR=always
1112026-04-02T19:08:31.360Z+ cargo --version
1122026-04-02T19:08:31.368Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-04-02T19:08:31.371Z+ rustc --version
1142026-04-02T19:08:31.396Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-04-02T19:08:31.399Z+ banner prerequisites
1162026-04-02T19:08:31.400Z
1172026-04-02T19:08:31.400Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-04-02T19:08:31.400Z # # # # # # # # # # # # # # #
1192026-04-02T19:08:31.400Z # # # # ##### # # ##### # # # # # #### #
1202026-04-02T19:08:31.400Z ##### ##### # ##### # # # # # # # # #
1212026-04-02T19:08:31.400Z # # # # # # # # # # # # # # #
1222026-04-02T19:08:31.400Z # # # ###### # # ###### ### # #### # #### #
1232026-04-02T19:08:31.400Z
1242026-04-02T19:08:31.404Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-04-02T19:08:33.857Z Startup: Refreshing catalog 'helios' ... Done
1262026-04-02T19:08:33.930Z Startup: Caching catalogs ... Done
1272026-04-02T19:08:34.212ZPlanning: Solver setup ... Done (0.238s)
1282026-04-02T19:08:34.235ZPlanning: Running solver ... Done (0.020s)
1292026-04-02T19:08:34.239ZPlanning: Finding local manifests ... Done (0.001s)
1302026-04-02T19:08:34.253ZPlanning: Fetching manifests: 0/2 0% complete
1312026-04-02T19:08:34.276ZPlanning: Fetching manifests: 2/2 100% complete
1322026-04-02T19:08:34.294ZPlanning: Package planning ... Done (0.017s)
1332026-04-02T19:08:34.299ZPlanning: Merging actions ... Done (0.002s)
1342026-04-02T19:08:34.618ZPlanning: Checking for conflicting actions ... Done (0.321s)
1352026-04-02T19:08:34.622ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-04-02T19:08:35.270ZPlanning: Evaluating mediators ... Done (0.650s)
1372026-04-02T19:08:35.277ZPlanning: Planning completed in 1.31 seconds
1382026-04-02T19:08:35.283Z Packages to install: 2
1392026-04-02T19:08:35.283Z Estimated space available: 156.08 GB
1402026-04-02T19:08:35.283ZEstimated space to be consumed: 18.46 MB
1412026-04-02T19:08:35.283Z Create boot environment: No
1422026-04-02T19:08:35.283ZCreate backup boot environment: No
1432026-04-02T19:08:35.283Z Rebuild boot archive: No
1442026-04-02T19:08:35.283Z
1452026-04-02T19:08:35.283ZChanged packages:
1462026-04-02T19:08:35.283Zhelios
1472026-04-02T19:08:35.283Z developer/build-essential
1482026-04-02T19:08:35.283Z None -> 11-3.0
1492026-04-02T19:08:35.283Z library/libxmlsec1
1502026-04-02T19:08:35.283Z None -> 1.2.35-3.0
1512026-04-02T19:08:35.310Z
1522026-04-02T19:08:35.310ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-04-02T19:08:36.536ZDownload: Completed 1.28 MB in 1.21 seconds (1.1M/s)
1542026-04-02T19:08:36.611Z Actions: 1/268 actions (Installing new actions)
1552026-04-02T19:08:36.659Z Actions: Completed 268 actions in 0.05 seconds.
1562026-04-02T19:08:36.666ZFinalize: Updating package state database ... Done (0.007s)
1572026-04-02T19:08:36.671ZFinalize: Updating package cache ... Done (0.000s)
1582026-04-02T19:08:36.690ZFinalize: Updating image state ... Done (0.021s)
1592026-04-02T19:08:39.688ZFinalize: Creating fast lookup database ... Done (2.973s)
1602026-04-02T19:08:39.763ZFinalize: Reading search index ... Done (0.013s)
1612026-04-02T19:08:39.767ZFinalize: Updating search index ... Done (0.000s)
1622026-04-02T19:08:39.875ZFinalize: Updating package cache ... Done (0.000s)
1632026-04-02T19:08:40.250ZPlanning: Evaluating mediator changes ... Done
1642026-04-02T19:08:40.387ZPlanning: Checking for conflicting actions ... Done
1652026-04-02T19:08:40.391ZPlanning: Consolidating action changes ... Done
1662026-04-02T19:08:40.623ZPlanning: Evaluating mediators ... Done
1672026-04-02T19:08:40.626ZPlanning: Planning completed in 0.37 seconds
1682026-04-02T19:08:40.654Z Mediators to change: 2
1692026-04-02T19:08:40.654Z Create boot environment: No
1702026-04-02T19:08:40.657ZCreate backup boot environment: No
1712026-04-02T19:08:40.714ZFinalize: Updating package state database ... Done
1722026-04-02T19:08:40.714ZFinalize: Updating package cache ... Done
1732026-04-02T19:08:40.726ZFinalize: Updating image state ... Done
1742026-04-02T19:08:43.493ZFinalize: Creating fast lookup database ... Done
1752026-04-02T19:08:43.568ZFinalize: Reading search index ... Done
1762026-04-02T19:08:43.571ZFinalize: Updating search index ... Done
1772026-04-02T19:08:43.668ZFinalize: Updating package cache ... Done
1782026-04-02T19:08:44.037ZPlanning: Evaluating mediator changes ... Done
1792026-04-02T19:08:44.177ZPlanning: Checking for conflicting actions ... Done
1802026-04-02T19:08:44.180ZPlanning: Consolidating action changes ... Done
1812026-04-02T19:08:44.414ZPlanning: Evaluating mediators ... Done
1822026-04-02T19:08:44.417ZPlanning: Planning completed in 0.38 seconds
1832026-04-02T19:08:44.444Z Mediators to change: 1
1842026-04-02T19:08:44.444Z Create boot environment: No
1852026-04-02T19:08:44.447ZCreate backup boot environment: No
1862026-04-02T19:08:44.523ZFinalize: Updating package state database ... Done
1872026-04-02T19:08:44.523ZFinalize: Updating package cache ... Done
1882026-04-02T19:08:44.536ZFinalize: Updating image state ... Done
1892026-04-02T19:08:47.287ZFinalize: Creating fast lookup database ... Done
1902026-04-02T19:08:47.363ZFinalize: Reading search index ... Done
1912026-04-02T19:08:47.366ZFinalize: Updating search index ... Done
1922026-04-02T19:08:47.514ZFinalize: Updating package cache ... Done
1932026-04-02T19:08:47.930ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-04-02T19:08:47.930Zapache system 2.4 system
1952026-04-02T19:08:47.930Zclang system 15 system
1962026-04-02T19:08:47.930Zcsh system system illumos
1972026-04-02T19:08:47.930Zctags system system illumos
1982026-04-02T19:08:47.930Zfile vendor vendor darwinsys
1992026-04-02T19:08:47.930Zfile system system illumos
2002026-04-02T19:08:47.931Zgcc vendor 14 vendor
2012026-04-02T19:08:47.931Zgcc system 13 system
2022026-04-02T19:08:47.931Zgcc system 10 system
2032026-04-02T19:08:47.931Zgo system 1.25 system
2042026-04-02T19:08:47.931Zllvm system 15 system
2052026-04-02T19:08:47.931Zmariadb system 11.4 system
2062026-04-02T19:08:47.931Zmta vendor vendor dma
2072026-04-02T19:08:47.931Zopenjdk system 17 system
2082026-04-02T19:08:47.931Zopenjdk system 11 system
2092026-04-02T19:08:47.931Zopenssl vendor 3 vendor
2102026-04-02T19:08:47.931Zperl system 5.40 system
2112026-04-02T19:08:47.931Zpostgresql system 18 system
2122026-04-02T19:08:47.931Zpostgresql system 17 system
2132026-04-02T19:08:47.931Zpython vendor 3 vendor
2142026-04-02T19:08:47.931Zpython system 2 system
2152026-04-02T19:08:47.931Zpython3 vendor 3.13 vendor
2162026-04-02T19:08:47.931Zruby system 3.4 system
2172026-04-02T19:08:47.931Zruby system 3.0 system
2182026-04-02T19:08:47.931Zwords vendor vendor american-english
2192026-04-02T19:08:47.931Zwords system system australian-english
2202026-04-02T19:08:47.931Zwords system system british-english
2212026-04-02T19:08:47.931Zwords system system canadian-english
2222026-04-02T19:08:47.931Zwords system system french
2232026-04-02T19:08:47.931Zwords system system italian
2242026-04-02T19:08:47.931Zwords system system ngerman
2252026-04-02T19:08:47.932Zwords system system ogerman
2262026-04-02T19:08:47.932Zwords system system spanish
2272026-04-02T19:08:48.255ZPUBLISHER TYPE STATUS P LOCATION
2282026-04-02T19:08:48.255Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-04-02T19:08:48.612ZFMRI IFO
2302026-04-02T19:08:48.612Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-04-02T19:08:48.612Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-04-02T19:08:48.612Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-04-02T19:08:48.612Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-04-02T19:08:48.613Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-04-02T19:08:48.613Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-04-02T19:08:48.613Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-04-02T19:08:48.613Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-04-02T19:08:48.613Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-04-02T19:08:48.912Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-04-02T19:08:49.225Z Updating crates.io index
2412026-04-02T19:08:49.261Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-04-02T19:08:49.515Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-04-02T19:08:50.462Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-04-02T19:08:50.781Z Updating git repository `https://github.com/oxidecomputer/falcon`
2452026-04-02T19:08:51.772Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-04-02T19:08:52.305Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-04-02T19:08:53.764Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-04-02T19:08:55.445Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-04-02T19:08:56.174Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-04-02T19:08:56.719Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-04-02T19:08:57.523Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-04-02T19:08:57.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-04-02T19:08:58.275Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-04-02T19:08:58.724Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-04-02T19:08:59.698Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-04-02T19:09:00.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-04-02T19:09:00.683Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-04-02T19:09:00.954Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-04-02T19:09:01.504Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-04-02T19:09:01.739Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-04-02T19:09:02.009Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-04-02T19:09:02.313Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-04-02T19:09:02.770Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-04-02T19:09:03.365Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-04-02T19:09:03.820Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-04-02T19:09:04.407Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-04-02T19:09:04.778Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-04-02T19:09:05.904Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-04-02T19:09:06.599Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-04-02T19:09:07.118Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-04-02T19:09:07.820Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-04-02T19:09:08.181Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-04-02T19:09:08.637Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-04-02T19:09:08.979Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-04-02T19:09:09.601Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-04-02T19:09:09.879Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-04-02T19:09:10.154Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-04-02T19:09:10.440Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-04-02T19:09:10.817Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-04-02T19:09:24.800Z Downloading crates ...
2812026-04-02T19:09:24.874Z Downloaded pest v2.8.6
2822026-04-02T19:09:24.886Z Downloaded icu_provider v2.1.1
2832026-04-02T19:09:24.890Z Downloaded pest_meta v2.8.6
2842026-04-02T19:09:24.890Z Downloaded typeid v1.0.3
2852026-04-02T19:09:24.890Z Downloaded fnv v1.0.7
2862026-04-02T19:09:24.890Z Downloaded thiserror v2.0.18
2872026-04-02T19:09:24.914Z Downloaded utf8parse v0.2.2
2882026-04-02T19:09:24.914Z Downloaded writeable v0.6.2
2892026-04-02T19:09:24.914Z Downloaded tinystr v0.8.2
2902026-04-02T19:09:24.914Z Downloaded unicode-linebreak v0.1.5
2912026-04-02T19:09:24.926Z Downloaded clap_lex v1.0.0
2922026-04-02T19:09:24.926Z Downloaded usdt-attr-macro v0.5.0
2932026-04-02T19:09:24.926Z Downloaded anstyle-query v1.1.5
2942026-04-02T19:09:24.926Z Downloaded icu_properties v2.1.2
2952026-04-02T19:09:24.926Z Downloaded erased-serde v0.4.9
2962026-04-02T19:09:24.926Z Downloaded yoke-derive v0.8.1
2972026-04-02T19:09:24.926Z Downloaded utf8_iter v1.0.4
2982026-04-02T19:09:24.926Z Downloaded thread-id v4.2.2
2992026-04-02T19:09:24.926Z Downloaded anyhow v1.0.102
3002026-04-02T19:09:24.926Z Downloaded anstream v0.6.21
3012026-04-02T19:09:24.926Z Downloaded toml_write v0.1.2
3022026-04-02T19:09:24.926Z Downloaded unicode-xid v0.2.6
3032026-04-02T19:09:24.927Z Downloaded thiserror v1.0.69
3042026-04-02T19:09:24.927Z Downloaded bitflags v2.11.0
3052026-04-02T19:09:24.927Z Downloaded dof v0.3.0
3062026-04-02T19:09:24.927Z Downloaded crypto-common v0.1.7
3072026-04-02T19:09:24.927Z Downloaded dtrace-parser v0.2.0
3082026-04-02T19:09:24.927Z Downloaded clap v4.5.60
3092026-04-02T19:09:24.932Z Downloaded zerofrom-derive v0.1.6
3102026-04-02T19:09:24.932Z Downloaded thiserror-impl v1.0.69
3112026-04-02T19:09:24.932Z Downloaded version_check v0.9.5
3122026-04-02T19:09:24.932Z Downloaded form_urlencoded v1.2.2
3132026-04-02T19:09:24.932Z Downloaded equivalent v1.0.2
3142026-04-02T19:09:24.932Z Downloaded cfg-if v1.0.4
3152026-04-02T19:09:24.932Z Downloaded heck v0.5.0
3162026-04-02T19:09:24.936Z Downloaded zerofrom v0.1.6
3172026-04-02T19:09:24.936Z Downloaded fastrand v2.3.0
3182026-04-02T19:09:24.936Z Downloaded zmij v1.0.21
3192026-04-02T19:09:24.936Z Downloaded cargo-platform v0.2.0
3202026-04-02T19:09:24.936Z Downloaded toml_datetime v0.6.11
3212026-04-02T19:09:24.949Z Downloaded usdt-impl v0.5.0
3222026-04-02T19:09:24.949Z Downloaded swrite v0.1.0
3232026-04-02T19:09:24.949Z Downloaded usdt-macro v0.5.0
3242026-04-02T19:09:24.949Z Downloaded generic-array v0.14.7
3252026-04-02T19:09:24.949Z Downloaded usdt v0.5.0
3262026-04-02T19:09:24.955Z Downloaded plain v0.2.3
3272026-04-02T19:09:24.955Z Downloaded is_terminal_polyfill v1.70.2
3282026-04-02T19:09:24.955Z Downloaded errno v0.3.14
3292026-04-02T19:09:24.955Z Downloaded colorchoice v1.0.4
3302026-04-02T19:09:24.955Z Downloaded yoke v0.8.1
3312026-04-02T19:09:24.967Z Downloaded zerovec-derive v0.11.2
3322026-04-02T19:09:24.968Z Downloaded ucd-trie v0.1.7
3332026-04-02T19:09:24.968Z Downloaded proc-macro-error-attr v1.0.4
3342026-04-02T19:09:24.968Z Downloaded textwrap v0.16.2
3352026-04-02T19:09:24.968Z Downloaded pretty-hex v0.4.1
3362026-04-02T19:09:24.968Z Downloaded thiserror-impl v2.0.18
3372026-04-02T19:09:24.976Z Downloaded toml v0.8.23
3382026-04-02T19:09:24.977Z Downloaded cargo_metadata v0.21.0
3392026-04-02T19:09:24.977Z Downloaded zerocopy-derive v0.7.35
3402026-04-02T19:09:24.977Z Downloaded terminal_size v0.4.3
3412026-04-02T19:09:24.983Z Downloaded macaddr v1.0.1
3422026-04-02T19:09:24.983Z Downloaded scroll_derive v0.12.1
3432026-04-02T19:09:24.983Z Downloaded unicode-ident v1.0.24
3442026-04-02T19:09:24.983Z Downloaded typenum v1.19.0
3452026-04-02T19:09:24.983Z Downloaded percent-encoding v2.3.2
3462026-04-02T19:09:24.983Z Downloaded idna_adapter v1.2.1
3472026-04-02T19:09:24.983Z Downloaded heck v0.4.1
3482026-04-02T19:09:24.987Z Downloaded potential_utf v0.1.4
3492026-04-02T19:09:24.987Z Downloaded toml_edit v0.22.27
3502026-04-02T19:09:24.990Z Downloaded stable_deref_trait v1.2.1
3512026-04-02T19:09:24.990Z Downloaded cpufeatures v0.2.17
3522026-04-02T19:09:24.990Z Downloaded smawk v0.3.2
3532026-04-02T19:09:24.995Z Downloaded itoa v1.0.17
3542026-04-02T19:09:24.996Z Downloaded zerotrie v0.2.3
3552026-04-02T19:09:25.006Z Downloaded tabled_derive v0.7.0
3562026-04-02T19:09:25.006Z Downloaded strsim v0.11.1
3572026-04-02T19:09:25.006Z Downloaded serde-untagged v0.1.9
3582026-04-02T19:09:25.006Z Downloaded url v2.5.8
3592026-04-02T19:09:25.006Z Downloaded serde_spanned v0.6.9
3602026-04-02T19:09:25.006Z Downloaded memmap v0.7.0
3612026-04-02T19:09:25.006Z Downloaded serde-value v0.7.0
3622026-04-02T19:09:25.011Z Downloaded ordered-float v2.10.1
3632026-04-02T19:09:25.011Z Downloaded block-buffer v0.10.4
3642026-04-02T19:09:25.011Z Downloaded zerovec v0.11.5
3652026-04-02T19:09:25.018Z Downloaded scroll v0.12.0
3662026-04-02T19:09:25.018Z Downloaded anstyle-parse v0.2.7
3672026-04-02T19:09:25.018Z Downloaded anstyle v1.0.13
3682026-04-02T19:09:25.018Z Downloaded icu_collections v2.1.1
3692026-04-02T19:09:25.031Z Downloaded fs-err v3.3.0
3702026-04-02T19:09:25.031Z Downloaded semver v1.0.27
3712026-04-02T19:09:25.031Z Downloaded camino-tempfile v1.4.1
3722026-04-02T19:09:25.031Z Downloaded digest v0.10.7
3732026-04-02T19:09:25.031Z Downloaded proc-macro-error v1.0.4
3742026-04-02T19:09:25.031Z Downloaded autocfg v1.5.0
3752026-04-02T19:09:25.035Z Downloaded zerocopy v0.7.35
3762026-04-02T19:09:25.041Z Downloaded unicode-width v0.1.14
3772026-04-02T19:09:25.050Z Downloaded byteorder v1.5.0
3782026-04-02T19:09:25.051Z Downloaded bytecount v0.6.9
3792026-04-02T19:09:25.067Z Downloaded unicode-width v0.2.0
3802026-04-02T19:09:25.067Z Downloaded smallvec v1.15.1
3812026-04-02T19:09:25.067Z Downloaded cargo-util-schemas v0.8.2
3822026-04-02T19:09:25.067Z Downloaded camino v1.2.2
3832026-04-02T19:09:25.067Z Downloaded pest_derive v2.8.6
3842026-04-02T19:09:25.067Z Downloaded displaydoc v0.2.5
3852026-04-02T19:09:25.067Z Downloaded clap_derive v4.5.55
3862026-04-02T19:09:25.067Z Downloaded pest_generator v2.8.6
3872026-04-02T19:09:25.067Z Downloaded synstructure v0.13.2
3882026-04-02T19:09:25.072Z Downloaded sha2 v0.10.9
3892026-04-02T19:09:25.072Z Downloaded quote v1.0.44
3902026-04-02T19:09:25.072Z Downloaded serde_tokenstream v0.2.3
3912026-04-02T19:09:25.072Z Downloaded icu_locale_core v2.1.1
3922026-04-02T19:09:25.073Z Downloaded winnow v0.7.14
3932026-04-02T19:09:25.076Z Downloaded num-traits v0.2.19
3942026-04-02T19:09:25.080Z Downloaded cargo_toml v0.21.0
3952026-04-02T19:09:25.080Z Downloaded icu_normalizer_data v2.1.1
3962026-04-02T19:09:25.084Z Downloaded getrandom v0.4.1
3972026-04-02T19:09:25.106Z Downloaded serde_derive v1.0.228
3982026-04-02T19:09:25.106Z Downloaded once_cell v1.21.3
3992026-04-02T19:09:25.106Z Downloaded log v0.4.29
4002026-04-02T19:09:25.106Z Downloaded tempfile v3.25.0
4012026-04-02T19:09:25.106Z Downloaded proc-macro2 v1.0.106
4022026-04-02T19:09:25.111Z Downloaded papergrid v0.11.0
4032026-04-02T19:09:25.111Z Downloaded icu_normalizer v2.1.1
4042026-04-02T19:09:25.111Z Downloaded litemap v0.8.1
4052026-04-02T19:09:25.112Z Downloaded hashbrown v0.16.1
4062026-04-02T19:09:25.116Z Downloaded serde_core v1.0.228
4072026-04-02T19:09:25.124Z Downloaded serde v1.0.228
4082026-04-02T19:09:25.140Z Downloaded indexmap v2.13.0
4092026-04-02T19:09:25.151Z Downloaded icu_properties_data v2.1.2
4102026-04-02T19:09:25.151Z Downloaded memchr v2.8.0
4112026-04-02T19:09:25.156Z Downloaded idna v1.1.0
4122026-04-02T19:09:25.160Z Downloaded serde_json v1.0.149
4132026-04-02T19:09:25.174Z Downloaded clap_builder v4.5.60
4142026-04-02T19:09:25.181Z Downloaded goblin v0.8.2
4152026-04-02T19:09:25.194Z Downloaded tabled v0.15.0
4162026-04-02T19:09:25.198Z Downloaded syn v1.0.109
4172026-04-02T19:09:25.219Z Downloaded syn v2.0.117
4182026-04-02T19:09:25.226Z Downloaded rustix v1.1.3
4192026-04-02T19:09:25.260Z Downloaded libc v0.2.180
4202026-04-02T19:09:25.339Z Compiling proc-macro2 v1.0.106
4212026-04-02T19:09:25.339Z Compiling quote v1.0.44
4222026-04-02T19:09:25.350Z Compiling unicode-ident v1.0.24
4232026-04-02T19:09:25.350Z Compiling serde_core v1.0.228
4242026-04-02T19:09:25.350Z Compiling libc v0.2.180
4252026-04-02T19:09:25.350Z Compiling version_check v0.9.5
4262026-04-02T19:09:25.350Z Compiling serde v1.0.228
4272026-04-02T19:09:25.351Z Compiling memchr v2.8.0
4282026-04-02T19:09:25.776Z Compiling stable_deref_trait v1.2.1
4292026-04-02T19:09:25.875Z Compiling zmij v1.0.21
4302026-04-02T19:09:26.021Z Compiling ucd-trie v0.1.7
4312026-04-02T19:09:26.176Z Compiling autocfg v1.5.0
4322026-04-02T19:09:26.211Z Compiling itoa v1.0.17
4332026-04-02T19:09:26.463Z Compiling thiserror v1.0.69
4342026-04-02T19:09:26.489Z Compiling pest v2.8.6
4352026-04-02T19:09:26.629Z Compiling writeable v0.6.2
4362026-04-02T19:09:26.724Z Compiling litemap v0.8.1
4372026-04-02T19:09:26.748Z Compiling byteorder v1.5.0
4382026-04-02T19:09:26.882Z Compiling icu_properties_data v2.1.2
4392026-04-02T19:09:27.066Z Compiling icu_normalizer_data v2.1.1
4402026-04-02T19:09:27.112Z Compiling rustix v1.1.3
4412026-04-02T19:09:27.291Z Compiling syn v2.0.117
4422026-04-02T19:09:27.378Z Compiling errno v0.3.14
4432026-04-02T19:09:27.452Z Compiling serde_json v1.0.149
4442026-04-02T19:09:27.558Z Compiling bitflags v2.11.0
4452026-04-02T19:09:27.777Z Compiling num-traits v0.2.19
4462026-04-02T19:09:27.812Z Compiling typeid v1.0.3
4472026-04-02T19:09:27.939Z Compiling equivalent v1.0.2
4482026-04-02T19:09:27.959Z Compiling smallvec v1.15.1
4492026-04-02T19:09:28.002Z Compiling pest_meta v2.8.6
4502026-04-02T19:09:28.239Z Compiling hashbrown v0.16.1
4512026-04-02T19:09:28.442Z Compiling thread-id v4.2.2
4522026-04-02T19:09:28.565Z Compiling usdt-impl v0.5.0
4532026-04-02T19:09:28.591Z Compiling proc-macro-error-attr v1.0.4
4542026-04-02T19:09:28.839Z Compiling toml_write v0.1.2
4552026-04-02T19:09:28.869Z Compiling syn v1.0.109
4562026-04-02T19:09:28.884Z Compiling erased-serde v0.4.9
4572026-04-02T19:09:29.045Z Compiling indexmap v2.13.0
4582026-04-02T19:09:29.105Z Compiling winnow v0.7.14
4592026-04-02T19:09:29.747Z Compiling proc-macro-error v1.0.4
4602026-04-02T19:09:29.896Z Compiling thiserror v2.0.18
4612026-04-02T19:09:29.918Z Compiling percent-encoding v2.3.2
4622026-04-02T19:09:30.160Z Compiling log v0.4.29
4632026-04-02T19:09:30.321Z Compiling getrandom v0.4.1
4642026-04-02T19:09:30.396Z Compiling plain v0.2.3
4652026-04-02T19:09:30.425Z Compiling utf8parse v0.2.2
4662026-04-02T19:09:30.467Z Compiling utf8_iter v1.0.4
4672026-04-02T19:09:30.538Z Compiling camino v1.2.2
4682026-04-02T19:09:30.564Z Compiling anstyle-parse v0.2.7
4692026-04-02T19:09:30.648Z Compiling ordered-float v2.10.1
4702026-04-02T19:09:30.808Z Compiling form_urlencoded v1.2.2
4712026-04-02T19:09:31.032Z Compiling terminal_size v0.4.3
4722026-04-02T19:09:31.076Z Compiling is_terminal_polyfill v1.70.2
4732026-04-02T19:09:31.117Z Compiling synstructure v0.13.2
4742026-04-02T19:09:31.195Z Compiling pest_generator v2.8.6
4752026-04-02T19:09:31.218Z Compiling cfg-if v1.0.4
4762026-04-02T19:09:31.321Z Compiling anstyle v1.0.13
4772026-04-02T19:09:31.357Z Compiling colorchoice v1.0.4
4782026-04-02T19:09:31.483Z Compiling pretty-hex v0.4.1
4792026-04-02T19:09:31.494Z Compiling anstyle-query v1.1.5
4802026-04-02T19:09:31.522Z Compiling serde-untagged v0.1.9
4812026-04-02T19:09:31.688Z Compiling anstream v0.6.21
4822026-04-02T19:09:31.836Z Compiling semver v1.0.27
4832026-04-02T19:09:31.947Z Compiling fs-err v3.3.0
4842026-04-02T19:09:32.039Z Compiling anyhow v1.0.102
4852026-04-02T19:09:32.156Z Compiling strsim v0.11.1
4862026-04-02T19:09:32.178Z Compiling heck v0.5.0
4872026-04-02T19:09:32.263Z Compiling unicode-width v0.1.14
4882026-04-02T19:09:32.337Z Compiling fastrand v2.3.0
4892026-04-02T19:09:32.481Z Compiling bytecount v0.6.9
4902026-04-02T19:09:32.505Z Compiling heck v0.4.1
4912026-04-02T19:09:32.671Z Compiling clap_lex v1.0.0
4922026-04-02T19:09:32.671Z Compiling once_cell v1.21.3
4932026-04-02T19:09:32.750Z Compiling fnv v1.0.7
4942026-04-02T19:09:32.806Z Compiling unicode-xid v0.2.6
4952026-04-02T19:09:32.878Z Compiling clap_builder v4.5.60
4962026-04-02T19:09:32.966Z Compiling tempfile v3.25.0
4972026-04-02T19:09:32.989Z Compiling papergrid v0.11.0
4982026-04-02T19:09:33.189Z Compiling memmap v0.7.0
4992026-04-02T19:09:33.315Z Compiling unicode-width v0.2.0
5002026-04-02T19:09:33.493Z Compiling smawk v0.3.2
5012026-04-02T19:09:33.512Z Compiling unicode-linebreak v0.1.5
5022026-04-02T19:09:33.653Z Compiling camino-tempfile v1.4.1
5032026-04-02T19:09:33.710Z Compiling serde_derive v1.0.228
5042026-04-02T19:09:33.791Z Compiling zerofrom-derive v0.1.6
5052026-04-02T19:09:33.964Z Compiling yoke-derive v0.8.1
5062026-04-02T19:09:34.058Z Compiling zerovec-derive v0.11.2
5072026-04-02T19:09:34.080Z Compiling displaydoc v0.2.5
5082026-04-02T19:09:34.991Z Compiling thiserror-impl v1.0.69
5092026-04-02T19:09:35.055Z Compiling zerocopy-derive v0.7.35
5102026-04-02T19:09:35.496Z Compiling pest_derive v2.8.6
5112026-04-02T19:09:35.518Z Compiling scroll_derive v0.12.1
5122026-04-02T19:09:35.714Z Compiling zerofrom v0.1.6
5132026-04-02T19:09:35.869Z Compiling yoke v0.8.1
5142026-04-02T19:09:36.064Z Compiling thiserror-impl v2.0.18
5152026-04-02T19:09:36.128Z Compiling zerovec v0.11.5
5162026-04-02T19:09:36.178Z Compiling zerotrie v0.2.3
5172026-04-02T19:09:36.393Z Compiling zerocopy v0.7.35
5182026-04-02T19:09:36.603Z Compiling scroll v0.12.0
5192026-04-02T19:09:36.852Z Compiling tinystr v0.8.2
5202026-04-02T19:09:36.865Z Compiling potential_utf v0.1.4
5212026-04-02T19:09:36.937Z Compiling dtrace-parser v0.2.0
5222026-04-02T19:09:37.058Z Compiling icu_locale_core v2.1.1
5232026-04-02T19:09:37.080Z Compiling icu_collections v2.1.1
5242026-04-02T19:09:37.159Z Compiling goblin v0.8.2
5252026-04-02T19:09:37.187Z Compiling tabled_derive v0.7.0
5262026-04-02T19:09:37.699Z Compiling clap_derive v4.5.55
5272026-04-02T19:09:38.000Z Compiling icu_provider v2.1.1
5282026-04-02T19:09:38.046Z Compiling textwrap v0.16.2
5292026-04-02T19:09:38.368Z Compiling icu_normalizer v2.1.1
5302026-04-02T19:09:38.403Z Compiling toml_datetime v0.6.11
5312026-04-02T19:09:38.470Z Compiling serde_spanned v0.6.9
5322026-04-02T19:09:38.490Z Compiling icu_properties v2.1.2
5332026-04-02T19:09:38.531Z Compiling dof v0.3.0
5342026-04-02T19:09:38.670Z Compiling toml_edit v0.22.27
5352026-04-02T19:09:38.703Z Compiling serde_tokenstream v0.2.3
5362026-04-02T19:09:38.761Z Compiling serde-value v0.7.0
5372026-04-02T19:09:39.178Z Compiling cargo-platform v0.2.0
5382026-04-02T19:09:39.269Z Compiling tabled v0.15.0
5392026-04-02T19:09:39.304Z Compiling macaddr v1.0.1
5402026-04-02T19:09:39.545Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5412026-04-02T19:09:39.890Z Compiling idna_adapter v1.2.1
5422026-04-02T19:09:39.901Z Compiling swrite v0.1.0
5432026-04-02T19:09:39.901Z Compiling usdt-macro v0.5.0
5442026-04-02T19:09:39.988Z Compiling idna v1.1.0
5452026-04-02T19:09:40.013Z Compiling usdt-attr-macro v0.5.0
5462026-04-02T19:09:40.147Z Compiling clap v4.5.60
5472026-04-02T19:09:40.604Z Compiling toml v0.8.23
5482026-04-02T19:09:40.634Z Compiling url v2.5.8
5492026-04-02T19:09:41.187Z Compiling cargo_toml v0.21.0
5502026-04-02T19:09:41.497Z Compiling cargo-util-schemas v0.8.2
5512026-04-02T19:09:41.614Z Compiling usdt v0.5.0
5522026-04-02T19:09:42.733Z Compiling cargo_metadata v0.21.0
5532026-04-02T19:09:47.152Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-04-02T19:09:47.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.00s
5552026-04-02T19:09:47.152Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-04-02T19:09:47.780Z Downloading crates ...
5572026-04-02T19:09:47.901Z Downloaded convert_case v0.4.0
5582026-04-02T19:09:47.907Z Downloaded block-padding v0.3.3
5592026-04-02T19:09:47.910Z Downloaded cexpr v0.6.0
5602026-04-02T19:09:47.922Z Downloaded adler2 v2.0.1
5612026-04-02T19:09:47.925Z Downloaded dunce v1.0.5
5622026-04-02T19:09:47.929Z Downloaded critical-section v1.2.0
5632026-04-02T19:09:47.934Z Downloaded fixedbitset v0.4.2
5642026-04-02T19:09:47.934Z Downloaded ed25519 v2.2.3
5652026-04-02T19:09:47.937Z Downloaded crossbeam-channel v0.5.15
5662026-04-02T19:09:47.937Z Downloaded derive-ex v0.1.8
5672026-04-02T19:09:47.940Z Downloaded env_logger v0.11.9
5682026-04-02T19:09:47.943Z Downloaded derive_more v2.1.1
5692026-04-02T19:09:47.950Z Downloaded flagset v0.4.7
5702026-04-02T19:09:47.953Z Downloaded difflib v0.4.0
5712026-04-02T19:09:47.953Z Downloaded crossbeam-epoch v0.9.18
5722026-04-02T19:09:47.955Z Downloaded bitfield-macros v0.19.4
5732026-04-02T19:09:47.957Z Downloaded base16ct v1.0.0
5742026-04-02T19:09:47.957Z Downloaded float-ord v0.3.2
5752026-04-02T19:09:47.960Z Downloaded des v0.8.1
5762026-04-02T19:09:47.960Z Downloaded deranged v0.5.8
5772026-04-02T19:09:47.963Z Downloaded atomicwrites v0.4.4
5782026-04-02T19:09:47.963Z Downloaded async-stream v0.3.6
5792026-04-02T19:09:47.965Z Downloaded foreign-types v0.3.2
5802026-04-02T19:09:47.968Z Downloaded darling_macro v0.20.11
5812026-04-02T19:09:47.968Z Downloaded dtrace-parser v0.3.0
5822026-04-02T19:09:47.968Z Downloaded aead v0.5.2
5832026-04-02T19:09:47.970Z Downloaded crunchy v0.2.4
5842026-04-02T19:09:47.970Z Downloaded cfg_aliases v0.2.1
5852026-04-02T19:09:47.973Z Downloaded derive_builder_macro v0.20.2
5862026-04-02T19:09:47.974Z Downloaded daft-derive v0.1.5
5872026-04-02T19:09:47.976Z Downloaded defmt-parser v1.0.0
5882026-04-02T19:09:47.979Z Downloaded crc8 v0.1.1
5892026-04-02T19:09:47.979Z Downloaded derive_builder_core v0.20.2
5902026-04-02T19:09:47.981Z Downloaded endian-type v0.1.2
5912026-04-02T19:09:47.981Z Downloaded downcast-rs v2.0.2
5922026-04-02T19:09:47.981Z Downloaded arrayref v0.3.9
5932026-04-02T19:09:47.984Z Downloaded dirs-next v2.0.0
5942026-04-02T19:09:47.984Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-04-02T19:09:47.987Z Downloaded darling_macro v0.23.0
5962026-04-02T19:09:47.987Z Downloaded darling_macro v0.21.3
5972026-04-02T19:09:47.987Z Downloaded darling v0.21.3
5982026-04-02T19:09:47.990Z Downloaded env_filter v1.0.0
5992026-04-02T19:09:47.993Z Downloaded cpufeatures v0.3.0
6002026-04-02T19:09:47.996Z Downloaded bcrypt-pbkdf v0.10.0
6012026-04-02T19:09:47.996Z Downloaded dirs-sys-next v0.1.2
6022026-04-02T19:09:47.996Z Downloaded float-cmp v0.10.0
6032026-04-02T19:09:47.998Z Downloaded array-init v0.0.4
6042026-04-02T19:09:47.998Z Downloaded cstr-argument v0.1.2
6052026-04-02T19:09:47.998Z Downloaded dropshot_endpoint v0.16.7
6062026-04-02T19:09:48.002Z Downloaded defmt v0.3.100
6072026-04-02T19:09:48.005Z Downloaded ascii-canvas v3.0.0
6082026-04-02T19:09:48.005Z Downloaded curve25519-dalek-derive v0.1.1
6092026-04-02T19:09:48.007Z Downloaded dof v0.4.0
6102026-04-02T19:09:48.012Z Downloaded dyn-clone v1.0.20
6112026-04-02T19:09:48.012Z Downloaded cfg_aliases v0.1.1
6122026-04-02T19:09:48.015Z Downloaded bb8 v0.8.6
6132026-04-02T19:09:48.015Z Downloaded atty v0.2.14
6142026-04-02T19:09:48.015Z Downloaded foreign-types-shared v0.1.1
6152026-04-02T19:09:48.015Z Downloaded foldhash v0.2.0
6162026-04-02T19:09:48.018Z Downloaded fixedbitset v0.5.7
6172026-04-02T19:09:48.018Z Downloaded cobs v0.3.0
6182026-04-02T19:09:48.025Z Downloaded bit-set v0.5.3
6192026-04-02T19:09:48.025Z Downloaded atomic-waker v1.1.2
6202026-04-02T19:09:48.025Z Downloaded darling_core v0.23.0
6212026-04-02T19:09:48.028Z Downloaded futures-task v0.3.32
6222026-04-02T19:09:48.028Z Downloaded bitfield-struct v0.6.2
6232026-04-02T19:09:48.028Z Downloaded futures-macro v0.3.32
6242026-04-02T19:09:48.031Z Downloaded futures-io v0.3.32
6252026-04-02T19:09:48.031Z Downloaded futures-sink v0.3.32
6262026-04-02T19:09:48.031Z Downloaded foreign-types v0.5.0
6272026-04-02T19:09:48.033Z Downloaded debug-ignore v1.0.5
6282026-04-02T19:09:48.033Z Downloaded futures-core v0.3.32
6292026-04-02T19:09:48.036Z Downloaded bit-set v0.8.0
6302026-04-02T19:09:48.036Z Downloaded ciborium-ll v0.2.2
6312026-04-02T19:09:48.039Z Downloaded castaway v0.2.4
6322026-04-02T19:09:48.039Z Downloaded async-stream-impl v0.3.6
6332026-04-02T19:09:48.039Z Downloaded fd-lock v4.0.4
6342026-04-02T19:09:48.042Z Downloaded embedded-io v0.6.1
6352026-04-02T19:09:48.042Z Downloaded dsl_auto_type v0.2.0
6362026-04-02T19:09:48.045Z Downloaded enum-as-inner v0.6.1
6372026-04-02T19:09:48.045Z Downloaded crc-catalog v2.4.0
6382026-04-02T19:09:48.048Z Downloaded document-features v0.2.12
6392026-04-02T19:09:48.048Z Downloaded embedded-io v0.4.0
6402026-04-02T19:09:48.050Z Downloaded darling_core v0.20.11
6412026-04-02T19:09:48.056Z Downloaded crucible-workspace-hack v0.1.0
6422026-04-02T19:09:48.056Z Downloaded ciborium-io v0.2.2
6432026-04-02T19:09:48.056Z Downloaded async-recursion v1.1.1
6442026-04-02T19:09:48.059Z Downloaded foreign-types-macros v0.2.3
6452026-04-02T19:09:48.059Z Downloaded cargo-platform v0.1.9
6462026-04-02T19:09:48.062Z Downloaded arrayvec v0.7.6
6472026-04-02T19:09:48.062Z Downloaded find-msvc-tools v0.1.9
6482026-04-02T19:09:48.065Z Downloaded chacha20 v0.9.1
6492026-04-02T19:09:48.065Z Downloaded erased-serde v0.3.31
6502026-04-02T19:09:48.068Z Downloaded blowfish v0.9.1
6512026-04-02T19:09:48.068Z Downloaded backoff v0.4.0
6522026-04-02T19:09:48.071Z Downloaded camino-tempfile-ext v0.3.3
6532026-04-02T19:09:48.074Z Downloaded hex-literal v0.4.1
6542026-04-02T19:09:48.074Z Downloaded headers-core v0.3.0
6552026-04-02T19:09:48.074Z Downloaded hash32 v0.3.1
6562026-04-02T19:09:48.077Z Downloaded buf-list v1.1.2
6572026-04-02T19:09:48.077Z Downloaded convert_case v0.10.0
6582026-04-02T19:09:48.080Z Downloaded git-stub v1.0.0
6592026-04-02T19:09:48.080Z Downloaded gethostname v0.5.0
6602026-04-02T19:09:48.082Z Downloaded bitfield v0.19.4
6612026-04-02T19:09:48.083Z Downloaded const_format_proc_macros v0.2.34
6622026-04-02T19:09:48.085Z Downloaded cassowary v0.3.0
6632026-04-02T19:09:48.088Z Downloaded funty v2.0.0
6642026-04-02T19:09:48.088Z Downloaded hash32 v0.2.1
6652026-04-02T19:09:48.088Z Downloaded ghash v0.5.1
6662026-04-02T19:09:48.090Z Downloaded fxhash v0.2.1
6672026-04-02T19:09:48.091Z Downloaded bit-vec v0.8.0
6682026-04-02T19:09:48.093Z Downloaded futures-executor v0.3.32
6692026-04-02T19:09:48.093Z Downloaded globwalk v0.9.1
6702026-04-02T19:09:48.096Z Downloaded ctr v0.9.2
6712026-04-02T19:09:48.096Z Downloaded der v0.7.10
6722026-04-02T19:09:48.116Z Downloaded hubpack v0.1.2
6732026-04-02T19:09:48.119Z Downloaded foreign-types-shared v0.3.1
6742026-04-02T19:09:48.119Z Downloaded http-range v0.1.5
6752026-04-02T19:09:48.123Z Downloaded home v0.5.12
6762026-04-02T19:09:48.123Z Downloaded foldhash v0.1.5
6772026-04-02T19:09:48.123Z Downloaded ff v0.13.1
6782026-04-02T19:09:48.126Z Downloaded darling v0.20.11
6792026-04-02T19:09:48.130Z Downloaded fs-err v2.11.0
6802026-04-02T19:09:48.130Z Downloaded darling v0.23.0
6812026-04-02T19:09:48.136Z Downloaded http-body v1.0.1
6822026-04-02T19:09:48.139Z Downloaded byte-wrapper v0.1.0
6832026-04-02T19:09:48.139Z Downloaded ident_case v1.0.1
6842026-04-02T19:09:48.139Z Downloaded indent_write v2.2.0
6852026-04-02T19:09:48.139Z Downloaded group v0.13.0
6862026-04-02T19:09:48.143Z Downloaded hubpack_derive v0.1.1
6872026-04-02T19:09:48.143Z Downloaded ciborium v0.2.2
6882026-04-02T19:09:48.143Z Downloaded hex v0.4.3
6892026-04-02T19:09:48.146Z Downloaded git-stub-vcs v0.1.0
6902026-04-02T19:09:48.146Z Downloaded instant v0.1.13
6912026-04-02T19:09:48.148Z Downloaded chacha20 v0.10.0
6922026-04-02T19:09:48.151Z Downloaded console v0.16.2
6932026-04-02T19:09:48.151Z Downloaded internet-checksum v0.2.1
6942026-04-02T19:09:48.154Z Downloaded inout v0.1.4
6952026-04-02T19:09:48.154Z Downloaded is_ci v1.2.0
6962026-04-02T19:09:48.154Z Downloaded async-bb8-diesel v0.2.1
6972026-04-02T19:09:48.157Z Downloaded hyper-tls v0.6.0
6982026-04-02T19:09:48.160Z Downloaded globset v0.4.18
6992026-04-02T19:09:48.160Z Downloaded either v1.15.0
7002026-04-02T19:09:48.164Z Downloaded diesel_derives v2.3.7
7012026-04-02T19:09:48.168Z Downloaded instability v0.3.11
7022026-04-02T19:09:48.168Z Downloaded indoc v1.0.9
7032026-04-02T19:09:48.171Z Downloaded filetime v0.2.27
7042026-04-02T19:09:48.171Z Downloaded httpdate v1.0.3
7052026-04-02T19:09:48.173Z Downloaded futures-channel v0.3.32
7062026-04-02T19:09:48.173Z Downloaded is-terminal v0.4.17
7072026-04-02T19:09:48.176Z Downloaded derive_builder v0.20.2
7082026-04-02T19:09:48.179Z Downloaded lazy_static v1.5.0
7092026-04-02T19:09:48.182Z Downloaded diff v0.1.13
7102026-04-02T19:09:48.184Z Downloaded const-oid v0.9.6
7112026-04-02T19:09:48.184Z Downloaded corncobs v0.1.4
7122026-04-02T19:09:48.187Z Downloaded derive_more v0.99.20
7132026-04-02T19:09:48.191Z Downloaded linked-hash-map v0.5.6
7142026-04-02T19:09:48.191Z Downloaded crossbeam-utils v0.8.21
7152026-04-02T19:09:48.194Z Downloaded lru-slab v0.1.2
7162026-04-02T19:09:48.194Z Downloaded match_cfg v0.1.0
7172026-04-02T19:09:48.197Z Downloaded md-5 v0.10.6
7182026-04-02T19:09:48.197Z Downloaded humantime v2.3.0
7192026-04-02T19:09:48.200Z Downloaded maplit v1.0.2
7202026-04-02T19:09:48.200Z Downloaded cookie v0.18.1
7212026-04-02T19:09:48.203Z Downloaded keccak v0.1.6
7222026-04-02T19:09:48.203Z Downloaded impl-trait-for-tuples v0.2.3
7232026-04-02T19:09:48.206Z Downloaded lru v0.12.5
7242026-04-02T19:09:48.206Z Downloaded libscf-sys v1.1.0
7252026-04-02T19:09:48.209Z Downloaded kstat-rs v0.2.4
7262026-04-02T19:09:48.209Z Downloaded ingot-types v0.1.2
7272026-04-02T19:09:48.209Z Downloaded ingot v0.1.1
7282026-04-02T19:09:48.212Z Downloaded getrandom v0.2.17
7292026-04-02T19:09:48.215Z Downloaded ipnetwork v0.21.1
7302026-04-02T19:09:48.215Z Downloaded newline-converter v0.3.0
7312026-04-02T19:09:48.218Z Downloaded constant_time_eq v0.4.2
7322026-04-02T19:09:48.218Z Downloaded nibble_vec v0.1.0
7332026-04-02T19:09:48.221Z Downloaded newtype_derive v0.1.6
7342026-04-02T19:09:48.221Z Downloaded blake2 v0.10.6
7352026-04-02T19:09:48.227Z Downloaded argon2 v0.5.3
7362026-04-02T19:09:48.227Z Downloaded newtype-uuid-macros v0.1.0
7372026-04-02T19:09:48.230Z Downloaded new_debug_unreachable v1.0.6
7382026-04-02T19:09:48.230Z Downloaded multimap v0.10.1
7392026-04-02T19:09:48.230Z Downloaded futures v0.3.32
7402026-04-02T19:09:48.233Z Downloaded maybe-uninit v2.0.0
7412026-04-02T19:09:48.233Z Downloaded lzss v0.8.2
7422026-04-02T19:09:48.236Z Downloaded hyper-staticfile v0.10.1
7432026-04-02T19:09:48.236Z Downloaded colored v3.1.1
7442026-04-02T19:09:48.239Z Downloaded indoc v2.0.7
7452026-04-02T19:09:48.241Z Downloaded memoffset v0.9.1
7462026-04-02T19:09:48.244Z Downloaded mime v0.3.17
7472026-04-02T19:09:48.244Z Downloaded md5 v0.7.0
7482026-04-02T19:09:48.244Z Downloaded jobserver v0.1.34
7492026-04-02T19:09:48.247Z Downloaded getrandom v0.3.4
7502026-04-02T19:09:48.252Z Downloaded cancel-safe-futures v0.1.5
7512026-04-02T19:09:48.256Z Downloaded http-body-util v0.1.3
7522026-04-02T19:09:48.256Z Downloaded num-conv v0.2.0
7532026-04-02T19:09:48.256Z Downloaded glob v0.3.3
7542026-04-02T19:09:48.261Z Downloaded num v0.4.3
7552026-04-02T19:09:48.261Z Downloaded nonempty v0.12.0
7562026-04-02T19:09:48.261Z Downloaded ipnet v2.11.0
7572026-04-02T19:09:48.261Z Downloaded num-derive v0.3.3
7582026-04-02T19:09:48.264Z Downloaded num_threads v0.1.7
7592026-04-02T19:09:48.264Z Downloaded normalize-line-endings v0.3.0
7602026-04-02T19:09:48.264Z Downloaded allocator-api2 v0.2.21
7612026-04-02T19:09:48.264Z Downloaded nodrop v0.1.14
7622026-04-02T19:09:48.268Z Downloaded linear-map v1.2.0
7632026-04-02T19:09:48.268Z Downloaded libsw-core v0.3.2
7642026-04-02T19:09:48.271Z Downloaded hyper-rustls v0.27.7
7652026-04-02T19:09:48.271Z Downloaded libefi-sys v0.1.0
7662026-04-02T19:09:48.274Z Downloaded highway v1.3.0
7672026-04-02T19:09:48.274Z Downloaded libloading v0.8.9
7682026-04-02T19:09:48.277Z Downloaded ingot-macros v0.1.1
7692026-04-02T19:09:48.279Z Downloaded iana-time-zone v0.1.65
7702026-04-02T19:09:48.279Z Downloaded half v1.8.3
7712026-04-02T19:09:48.282Z Downloaded opaque-debug v0.3.1
7722026-04-02T19:09:48.282Z Downloaded olpc-cjson v0.1.4
7732026-04-02T19:09:48.284Z Downloaded num-derive v0.4.2
7742026-04-02T19:09:48.287Z Downloaded openssl-probe v0.2.1
7752026-04-02T19:09:48.287Z Downloaded native-tls v0.2.18
7762026-04-02T19:09:48.290Z Downloaded nanorand v0.7.0
7772026-04-02T19:09:48.292Z Downloaded httparse v1.10.1
7782026-04-02T19:09:48.294Z Downloaded lock_api v0.4.14
7792026-04-02T19:09:48.294Z Downloaded chacha20poly1305 v0.10.1
7802026-04-02T19:09:48.297Z Downloaded fatfs v0.3.6
7812026-04-02T19:09:48.299Z Downloaded elliptic-curve v0.13.8
7822026-04-02T19:09:48.302Z Downloaded compact_str v0.8.1
7832026-04-02T19:09:48.305Z Downloaded packed_struct_codegen v0.10.1
7842026-04-02T19:09:48.305Z Downloaded openssl-probe v0.1.6
7852026-04-02T19:09:48.308Z Downloaded openssl-macros v0.1.1
7862026-04-02T19:09:48.308Z Downloaded pbkdf2 v0.11.0
7872026-04-02T19:09:48.311Z Downloaded aes-gcm v0.10.3
7882026-04-02T19:09:48.314Z Downloaded newtype-uuid v1.3.2
7892026-04-02T19:09:48.314Z Downloaded multer v3.1.0
7902026-04-02T19:09:48.318Z Downloaded half v2.7.1
7912026-04-02T19:09:48.318Z Downloaded num_enum_derive v0.5.11
7922026-04-02T19:09:48.321Z Downloaded crc-any v2.5.0
7932026-04-02T19:09:48.321Z Downloaded path-slash v0.1.5
7942026-04-02T19:09:48.321Z Downloaded ed25519-dalek v2.2.0
7952026-04-02T19:09:48.323Z Downloaded phf_shared v0.13.1
7962026-04-02T19:09:48.326Z Downloaded num_enum_derive v0.7.5
7972026-04-02T19:09:48.326Z Downloaded num-integer v0.1.46
7982026-04-02T19:09:48.328Z Downloaded num-iter v0.1.45
7992026-04-02T19:09:48.328Z Downloaded pbkdf2 v0.12.2
8002026-04-02T19:09:48.331Z Downloaded libsw v3.5.0
8012026-04-02T19:09:48.331Z Downloaded peg-runtime v0.8.5
8022026-04-02T19:09:48.333Z Downloaded parse-size v1.1.0
8032026-04-02T19:09:48.333Z Downloaded nu-ansi-term v0.50.3
8042026-04-02T19:09:48.336Z Downloaded darling_core v0.21.3
8052026-04-02T19:09:48.339Z Downloaded parse-display v0.10.0
8062026-04-02T19:09:48.341Z Downloaded phf_shared v0.12.1
8072026-04-02T19:09:48.341Z Downloaded num_enum v0.7.5
8082026-04-02T19:09:48.344Z Downloaded pin-utils v0.1.0
8092026-04-02T19:09:48.347Z Downloaded phf_shared v0.11.3
8102026-04-02T19:09:48.347Z Downloaded heapless v0.8.0
8112026-04-02T19:09:48.350Z Downloaded headers v0.4.1
8122026-04-02T19:09:48.354Z Downloaded oso-derive v0.27.3
8132026-04-02T19:09:48.357Z Downloaded oxide-tokio-rt v0.1.3
8142026-04-02T19:09:48.357Z Downloaded proc-macro-crate v1.3.1
8152026-04-02T19:09:48.359Z Downloaded bytes v1.11.1
8162026-04-02T19:09:48.362Z Downloaded num_enum v0.5.11
8172026-04-02T19:09:48.365Z Downloaded litrs v1.0.0
8182026-04-02T19:09:48.368Z Downloaded num-rational v0.4.2
8192026-04-02T19:09:48.370Z Downloaded flume v0.11.1
8202026-04-02T19:09:48.373Z Downloaded precomputed-hash v0.1.1
8212026-04-02T19:09:48.373Z Downloaded paste v1.0.15
8222026-04-02T19:09:48.376Z Downloaded progenitor-client v0.10.0
8232026-04-02T19:09:48.376Z Downloaded proc-macro-crate v3.4.0
8242026-04-02T19:09:48.378Z Downloaded bumpalo v3.20.2
8252026-04-02T19:09:48.381Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-04-02T19:09:48.381Z Downloaded pem-rfc7468 v0.7.0
8272026-04-02T19:09:48.384Z Downloaded pem v3.0.6
8282026-04-02T19:09:48.384Z Downloaded peg v0.8.5
8292026-04-02T19:09:48.386Z Downloaded predicates-tree v1.0.13
8302026-04-02T19:09:48.389Z Downloaded progenitor-client v0.11.2
8312026-04-02T19:09:48.389Z Downloaded libbz2-rs-sys v0.2.2
8322026-04-02T19:09:48.413Z Downloaded hmac v0.12.1
8332026-04-02T19:09:48.413Z Downloaded dropshot-api-manager v0.6.0
8342026-04-02T19:09:48.413Z Downloaded progenitor-macro v0.13.0
8352026-04-02T19:09:48.413Z Downloaded psl-types v2.0.11
8362026-04-02T19:09:48.413Z Downloaded poly1305 v0.8.0
8372026-04-02T19:09:48.413Z Downloaded progenitor-macro v0.11.2
8382026-04-02T19:09:48.413Z Downloaded pin-project-internal v1.1.11
8392026-04-02T19:09:48.413Z Downloaded rand_chacha v0.3.1
8402026-04-02T19:09:48.413Z Downloaded pkcs8 v0.10.2
8412026-04-02T19:09:48.413Z Downloaded indexmap v1.9.3
8422026-04-02T19:09:48.413Z Downloaded oxnet v0.1.4
8432026-04-02T19:09:48.413Z Downloaded phf v0.12.1
8442026-04-02T19:09:48.413Z Downloaded heapless v0.7.17
8452026-04-02T19:09:48.418Z Downloaded mime_guess v2.0.5
8462026-04-02T19:09:48.418Z Downloaded password-hash v0.4.2
8472026-04-02T19:09:48.418Z Downloaded owo-colors v4.3.0
8482026-04-02T19:09:48.418Z Downloaded parse-display-derive v0.10.0
8492026-04-02T19:09:48.421Z Downloaded ignore v0.4.25
8502026-04-02T19:09:48.423Z Downloaded rand_xorshift v0.4.0
8512026-04-02T19:09:48.424Z Downloaded pkg-config v0.3.32
8522026-04-02T19:09:48.424Z Downloaded ref-cast v1.0.25
8532026-04-02T19:09:48.426Z Downloaded quick-error v1.2.3
8542026-04-02T19:09:48.429Z Downloaded recursive-proc-macro-impl v0.1.1
8552026-04-02T19:09:48.429Z Downloaded recursive v0.1.1
8562026-04-02T19:09:48.429Z Downloaded flate2 v1.1.9
8572026-04-02T19:09:48.434Z Downloaded expectorate v1.2.0
8582026-04-02T19:09:48.437Z Downloaded parking_lot_core v0.9.12
8592026-04-02T19:09:48.437Z Downloaded postgres-protocol v0.6.10
8602026-04-02T19:09:48.441Z Downloaded progenitor v0.10.0
8612026-04-02T19:09:48.441Z Downloaded const_format v0.2.35
8622026-04-02T19:09:48.444Z Downloaded progenitor-extras v0.1.1
8632026-04-02T19:09:48.447Z Downloaded proc-macro-error2 v2.0.1
8642026-04-02T19:09:48.447Z Downloaded password-hash v0.5.0
8652026-04-02T19:09:48.458Z Downloaded progenitor-macro v0.10.0
8662026-04-02T19:09:48.458Z Downloaded derive_more-impl v2.1.1
8672026-04-02T19:09:48.458Z Downloaded peg-macros v0.8.5
8682026-04-02T19:09:48.458Z Downloaded pin-project-lite v0.2.17
8692026-04-02T19:09:48.462Z Downloaded psm v0.1.30
8702026-04-02T19:09:48.462Z Downloaded radium v0.7.0
8712026-04-02T19:09:48.465Z Downloaded r2d2 v0.8.10
8722026-04-02T19:09:48.465Z Downloaded polyval v0.6.2
8732026-04-02T19:09:48.468Z Downloaded rtoolbox v0.0.3
8742026-04-02T19:09:48.468Z Downloaded ref-cast-impl v1.0.25
8752026-04-02T19:09:48.471Z Downloaded predicates-core v1.0.10
8762026-04-02T19:09:48.471Z Downloaded postgres-types v0.2.12
8772026-04-02T19:09:48.473Z Downloaded ppv-lite86 v0.2.21
8782026-04-02T19:09:48.473Z Downloaded hickory-resolver v0.25.2
8792026-04-02T19:09:48.476Z Downloaded progenitor-client v0.13.0
8802026-04-02T19:09:48.479Z Downloaded progenitor v0.13.0
8812026-04-02T19:09:48.479Z Downloaded progenitor v0.11.2
8822026-04-02T19:09:48.482Z Downloaded primeorder v0.13.6
8832026-04-02T19:09:48.482Z Downloaded predicates v3.1.4
8842026-04-02T19:09:48.485Z Downloaded rfc6979 v0.4.0
8852026-04-02T19:09:48.485Z Downloaded arc-swap v1.8.2
8862026-04-02T19:09:48.488Z Downloaded aes v0.8.4
8872026-04-02T19:09:48.491Z Downloaded parking_lot v0.11.2
8882026-04-02T19:09:48.494Z Downloaded indicatif v0.18.4
8892026-04-02T19:09:48.496Z Downloaded oso v0.27.3
8902026-04-02T19:09:48.499Z Downloaded salsa20 v0.10.2
8912026-04-02T19:09:48.499Z Downloaded hickory-server v0.25.2
8922026-04-02T19:09:48.502Z Downloaded pkcs1 v0.7.5
8932026-04-02T19:09:48.505Z Downloaded phf v0.13.1
8942026-04-02T19:09:48.508Z Downloaded p256 v0.13.2
8952026-04-02T19:09:48.510Z Downloaded sapling-renderdag v0.1.0
8962026-04-02T19:09:48.510Z Downloaded russh-cryptovec v0.7.3
8972026-04-02T19:09:48.510Z Downloaded rustc_version v0.4.1
8982026-04-02T19:09:48.513Z Downloaded rustc_version v0.1.7
8992026-04-02T19:09:48.513Z Downloaded jiff-static v0.2.21
9002026-04-02T19:09:48.517Z Downloaded http v1.4.0
9012026-04-02T19:09:48.521Z Downloaded scheduled-thread-pool v0.2.7
9022026-04-02T19:09:48.521Z Downloaded hashbrown v0.13.2
9032026-04-02T19:09:48.526Z Downloaded rand_core v0.6.4
9042026-04-02T19:09:48.526Z Downloaded pkcs5 v0.7.1
9052026-04-02T19:09:48.530Z Downloaded secrecy v0.8.0
9062026-04-02T19:09:48.530Z Downloaded hickory-resolver v0.24.4
9072026-04-02T19:09:48.533Z Downloaded cc v1.2.56
9082026-04-02T19:09:48.533Z Downloaded postcard v1.1.3
9092026-04-02T19:09:48.537Z Downloaded rand_seeder v0.4.0
9102026-04-02T19:09:48.540Z Downloaded serde-big-array v0.5.1
9112026-04-02T19:09:48.540Z Downloaded rustc-hash v2.1.1
9122026-04-02T19:09:48.540Z Downloaded serde_bytes v0.11.19
9132026-04-02T19:09:48.542Z Downloaded rand_core v0.10.0
9142026-04-02T19:09:48.542Z Downloaded rand_chacha v0.9.0
9152026-04-02T19:09:48.545Z Downloaded rand_core v0.9.5
9162026-04-02T19:09:48.545Z Downloaded num-complex v0.4.6
9172026-04-02T19:09:48.548Z Downloaded memmap2 v0.9.10
9182026-04-02T19:09:48.551Z Downloaded scopeguard v1.2.0
9192026-04-02T19:09:48.551Z Downloaded parking_lot_core v0.8.6
9202026-04-02T19:09:48.554Z Downloaded packed_struct v0.10.1
9212026-04-02T19:09:48.554Z Downloaded scrypt v0.11.0
9222026-04-02T19:09:48.557Z Downloaded scroll_derive v0.13.1
9232026-04-02T19:09:48.557Z Downloaded semver v0.1.20
9242026-04-02T19:09:48.557Z Downloaded openssl-sys v0.9.111
9252026-04-02T19:09:48.560Z Downloaded rustls-pemfile v2.2.0
9262026-04-02T19:09:48.563Z Downloaded rustls-pemfile v1.0.4
9272026-04-02T19:09:48.566Z Downloaded serde_spanned v1.0.4
9282026-04-02T19:09:48.566Z Downloaded signal-hook-tokio v0.3.1
9292026-04-02T19:09:48.568Z Downloaded rustversion v1.0.22
9302026-04-02T19:09:48.571Z Downloaded rusty-fork v0.3.1
9312026-04-02T19:09:48.571Z Downloaded rustls-native-certs v0.8.3
9322026-04-02T19:09:48.574Z Downloaded secrecy v0.10.3
9332026-04-02T19:09:48.574Z Downloaded sha1 v0.10.6
9342026-04-02T19:09:48.577Z Downloaded serde_urlencoded v0.7.1
9352026-04-02T19:09:48.577Z Downloaded sigpipe v0.1.3
9362026-04-02T19:09:48.580Z Downloaded resolv-conf v0.7.6
9372026-04-02T19:09:48.580Z Downloaded same-file v1.0.6
9382026-04-02T19:09:48.580Z Downloaded crossterm v0.28.1
9392026-04-02T19:09:48.584Z Downloaded schemars_derive v0.8.22
9402026-04-02T19:09:48.590Z Downloaded progenitor-impl v0.13.0
9412026-04-02T19:09:48.593Z Downloaded parking_lot v0.12.5
9422026-04-02T19:09:48.593Z Downloaded miniz_oxide v0.8.9
9432026-04-02T19:09:48.593Z Downloaded base64 v0.22.1
9442026-04-02T19:09:48.596Z Downloaded base64 v0.21.7
9452026-04-02T19:09:48.599Z Downloaded siphasher v1.0.2
9462026-04-02T19:09:48.601Z Downloaded slog-envlogger v2.2.0
9472026-04-02T19:09:48.602Z Downloaded serde_plain v1.0.2
9482026-04-02T19:09:48.602Z Downloaded signature v2.2.0
9492026-04-02T19:09:48.605Z Downloaded pin-project v1.1.11
9502026-04-02T19:09:48.611Z Downloaded serde-hex v0.1.0
9512026-04-02T19:09:48.614Z Downloaded signal-hook-mio v0.2.5
9522026-04-02T19:09:48.614Z Downloaded seq-macro v0.3.6
9532026-04-02T19:09:48.616Z Downloaded russh-keys v0.45.0
9542026-04-02T19:09:48.619Z Downloaded quinn-udp v0.5.14
9552026-04-02T19:09:48.619Z Downloaded hashbrown v0.12.3
9562026-04-02T19:09:48.622Z Downloaded serde_repr v0.1.20
9572026-04-02T19:09:48.625Z Downloaded scroll v0.13.0
9582026-04-02T19:09:48.627Z Downloaded powerfmt v0.2.0
9592026-04-02T19:09:48.627Z Downloaded crypto-bigint v0.5.5
9602026-04-02T19:09:48.631Z Downloaded slog-bunyan v2.5.0
9612026-04-02T19:09:48.633Z Downloaded console v0.15.11
9622026-04-02T19:09:48.636Z Downloaded managed v0.8.0
9632026-04-02T19:09:48.636Z Downloaded lru-cache v0.1.2
9642026-04-02T19:09:48.636Z Downloaded shell-words v1.1.1
9652026-04-02T19:09:48.640Z Downloaded crc32fast v1.5.0
9662026-04-02T19:09:48.640Z Downloaded clang-sys v1.8.1
9672026-04-02T19:09:48.643Z Downloaded sec1 v0.7.3
9682026-04-02T19:09:48.643Z Downloaded rcgen v0.12.1
9692026-04-02T19:09:48.646Z Downloaded cargo_toml v0.22.3
9702026-04-02T19:09:48.649Z Downloaded sqlparser_derive v0.5.0
9712026-04-02T19:09:48.649Z Downloaded sct v0.7.1
9722026-04-02T19:09:48.652Z Downloaded ssh-encoding v0.2.0
9732026-04-02T19:09:48.652Z Downloaded serde_derive_internals v0.29.1
9742026-04-02T19:09:48.654Z Downloaded strum v0.27.2
9752026-04-02T19:09:48.654Z Downloaded strum v0.26.3
9762026-04-02T19:09:48.658Z Downloaded prefix-trie v0.7.0
9772026-04-02T19:09:48.658Z Downloaded signal-hook-registry v1.4.8
9782026-04-02T19:09:48.660Z Downloaded serde_path_to_error v0.1.20
9792026-04-02T19:09:48.660Z Downloaded bzip2 v0.4.4
9802026-04-02T19:09:48.664Z Downloaded derive-where v1.6.0
9812026-04-02T19:09:48.666Z Downloaded ssh-cipher v0.2.0
9822026-04-02T19:09:48.666Z Downloaded structmeta-derive v0.3.0
9832026-04-02T19:09:48.666Z Downloaded ron v0.8.1
9842026-04-02T19:09:48.671Z Downloaded sync_wrapper v1.0.2
9852026-04-02T19:09:48.673Z Downloaded structmeta v0.3.0
9862026-04-02T19:09:48.673Z Downloaded shlex v1.3.0
9872026-04-02T19:09:48.676Z Downloaded papergrid v0.17.0
9882026-04-02T19:09:48.679Z Downloaded progenitor-impl v0.11.2
9892026-04-02T19:09:48.682Z Downloaded cookie_store v0.22.1
9902026-04-02T19:09:48.682Z Downloaded rustls-pki-types v1.14.0
9912026-04-02T19:09:48.684Z Downloaded slog-stdlog v4.1.1
9922026-04-02T19:09:48.687Z Downloaded tagptr v0.2.0
9932026-04-02T19:09:48.687Z Downloaded tabled_derive v0.11.0
9942026-04-02T19:09:48.687Z Downloaded simd-adler32 v0.3.8
9952026-04-02T19:09:48.690Z Downloaded take_mut v0.2.2
9962026-04-02T19:09:48.690Z Downloaded strip-ansi-escapes v0.2.1
9972026-04-02T19:09:48.693Z Downloaded subtle v2.6.1
9982026-04-02T19:09:48.693Z Downloaded spki v0.7.3
9992026-04-02T19:09:48.696Z Downloaded slog-scope v4.4.1
10002026-04-02T19:09:48.696Z Downloaded slog-json v2.6.1
10012026-04-02T19:09:48.696Z Downloaded slab v0.4.12
10022026-04-02T19:09:48.699Z Downloaded pretty_assertions v1.4.1
10032026-04-02T19:09:48.699Z Downloaded snafu-derive v0.8.9
10042026-04-02T19:09:48.702Z Downloaded tabwriter v1.4.1
10052026-04-02T19:09:48.702Z Downloaded sync-ptr v0.1.4
10062026-04-02T19:09:48.705Z Downloaded colored v2.2.0
10072026-04-02T19:09:48.708Z Downloaded thiserror-impl-no-std v2.0.2
10082026-04-02T19:09:48.708Z Downloaded rustls-platform-verifier v0.6.2
10092026-04-02T19:09:48.710Z Downloaded backon v1.6.0
10102026-04-02T19:09:48.713Z Downloaded termtree v0.5.1
10112026-04-02T19:09:48.713Z Downloaded time-core v0.1.8
10122026-04-02T19:09:48.716Z Downloaded crossterm v0.29.0
10132026-04-02T19:09:48.719Z Downloaded tinyvec_macros v0.1.1
10142026-04-02T19:09:48.722Z Downloaded smf v0.2.3
10152026-04-02T19:09:48.722Z Downloaded slog-term v2.9.2
10162026-04-02T19:09:48.725Z Downloaded smallvec v0.6.14
10172026-04-02T19:09:48.725Z Downloaded sqlformat v0.3.5
10182026-04-02T19:09:48.728Z Downloaded strum_macros v0.24.3
10192026-04-02T19:09:48.728Z Downloaded serde_with_macros v3.17.0
10202026-04-02T19:09:48.731Z Downloaded thread-id v5.1.0
10212026-04-02T19:09:48.731Z Downloaded testing_table v0.3.0
10222026-04-02T19:09:48.734Z Downloaded prettyplease v0.2.37
10232026-04-02T19:09:48.737Z Downloaded support-bundle-viewer v0.1.2
10242026-04-02T19:09:48.737Z Downloaded schemars v0.8.22
10252026-04-02T19:09:48.744Z Downloaded stringprep v0.1.5
10262026-04-02T19:09:48.747Z Downloaded static_assertions v1.1.0
10272026-04-02T19:09:48.747Z Downloaded spin v0.9.8
10282026-04-02T19:09:48.750Z Downloaded serde_cbor v0.11.2
10292026-04-02T19:09:48.753Z Downloaded minimal-lexical v0.2.1
10302026-04-02T19:09:48.757Z Downloaded qorb v0.4.1
10312026-04-02T19:09:48.760Z Downloaded itertools v0.10.5
10322026-04-02T19:09:48.763Z Downloaded hashbrown v0.15.5
10332026-04-02T19:09:48.768Z Downloaded strum_macros v0.27.2
10342026-04-02T19:09:48.771Z Downloaded termios v0.3.3
10352026-04-02T19:09:48.771Z Downloaded strum_macros v0.26.4
10362026-04-02T19:09:48.774Z Downloaded omicron-zone-package v0.12.2
10372026-04-02T19:09:48.777Z Downloaded time-macros v0.2.27
10382026-04-02T19:09:48.777Z Downloaded string_cache v0.8.9
10392026-04-02T19:09:48.780Z Downloaded stacker v0.1.23
10402026-04-02T19:09:48.780Z Downloaded thiserror-no-std v2.0.2
10412026-04-02T19:09:48.783Z Downloaded progenitor-impl v0.10.0
10422026-04-02T19:09:48.786Z Downloaded rayon-core v1.13.0
10432026-04-02T19:09:48.789Z Downloaded try-lock v0.2.5
10442026-04-02T19:09:48.789Z Downloaded trait-variant v0.1.2
10452026-04-02T19:09:48.791Z Downloaded tower-layer v0.3.3
10462026-04-02T19:09:48.791Z Downloaded signal-hook v0.3.18
10472026-04-02T19:09:48.794Z Downloaded tower-service v0.3.3
10482026-04-02T19:09:48.794Z Downloaded tap v1.0.1
10492026-04-02T19:09:48.797Z Downloaded tokio-native-tls v0.3.1
10502026-04-02T19:09:48.797Z Downloaded tokio-dtrace v0.1.1
10512026-04-02T19:09:48.800Z Downloaded hyper-util v0.1.20
10522026-04-02T19:09:48.804Z Downloaded h2 v0.4.13
10532026-04-02T19:09:48.808Z Downloaded supports-color v3.0.2
10542026-04-02T19:09:48.811Z Downloaded typify-macro v0.6.1
10552026-04-02T19:09:48.811Z Downloaded slog-dtrace v0.3.0
10562026-04-02T19:09:48.813Z Downloaded unarray v0.1.4
10572026-04-02T19:09:48.813Z Downloaded topological-sort v0.2.2
10582026-04-02T19:09:48.813Z Downloaded tokio-macros v2.6.0
10592026-04-02T19:09:48.816Z Downloaded slog v2.8.2
10602026-04-02T19:09:48.820Z Downloaded serde_yaml v0.9.34+deprecated
10612026-04-02T19:09:48.822Z Downloaded rsa v0.9.10
10622026-04-02T19:09:48.828Z Downloaded universal-hash v0.5.1
10632026-04-02T19:09:48.828Z Downloaded utf-8 v0.7.6
10642026-04-02T19:09:48.831Z Downloaded unit-prefix v0.5.2
10652026-04-02T19:09:48.831Z Downloaded tiny-keccak v2.0.2
10662026-04-02T19:09:48.831Z Downloaded publicsuffix v2.3.0
10672026-04-02T19:09:48.834Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10682026-04-02T19:09:48.834Z Downloaded itertools v0.13.0
10692026-04-02T19:09:48.839Z Downloaded itertools v0.14.0
10702026-04-02T19:09:48.845Z Downloaded nom v7.1.3
10712026-04-02T19:09:48.848Z Downloaded mio v1.1.1
10722026-04-02T19:09:48.853Z Downloaded usdt-macro v0.6.0
10732026-04-02T19:09:48.856Z Downloaded ryu v1.0.23
10742026-04-02T19:09:48.859Z Downloaded tokio-tungstenite v0.21.0
10752026-04-02T19:09:48.859Z Downloaded quinn v0.11.9
10762026-04-02T19:09:48.863Z Downloaded untrusted v0.7.1
10772026-04-02T19:09:48.866Z Downloaded unicode-truncate v1.1.0
10782026-04-02T19:09:48.866Z Downloaded usdt-attr-macro v0.6.0
10792026-04-02T19:09:48.866Z Downloaded untrusted v0.9.0
10802026-04-02T19:09:48.869Z Downloaded futures-util v0.3.32
10812026-04-02T19:09:48.876Z Downloaded tokio-rustls v0.25.0
10822026-04-02T19:09:48.885Z Downloaded schemars v1.2.1
10832026-04-02T19:09:48.890Z Downloaded want v0.3.1
10842026-04-02T19:09:48.894Z Downloaded xattr v1.6.1
10852026-04-02T19:09:48.894Z Downloaded xshell-macros v0.2.7
10862026-04-02T19:09:48.894Z Downloaded tui-tree-widget v0.23.1
10872026-04-02T19:09:48.898Z Downloaded tokio-rustls v0.26.4
10882026-04-02T19:09:48.898Z Downloaded tokio-rustls v0.24.1
10892026-04-02T19:09:48.905Z Downloaded similar v2.7.0
10902026-04-02T19:09:48.905Z Downloaded void v1.0.2
10912026-04-02T19:09:48.905Z Downloaded num-bigint-dig v0.8.6
10922026-04-02T19:09:48.909Z Downloaded rand v0.8.5
10932026-04-02T19:09:48.912Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-04-02T19:09:48.912Z Downloaded waitgroup v0.1.2
10952026-04-02T19:09:48.916Z Downloaded term v1.2.1
10962026-04-02T19:09:48.916Z Downloaded vergen-git2 v1.0.7
10972026-04-02T19:09:48.918Z Downloaded usdt-impl v0.6.0
10982026-04-02T19:09:48.919Z Downloaded usdt v0.6.0
10992026-04-02T19:09:48.923Z Downloaded term v0.7.0
11002026-04-02T19:09:48.923Z Downloaded tinyvec v1.10.0
11012026-04-02T19:09:48.926Z Downloaded test-strategy v0.4.5
11022026-04-02T19:09:48.929Z Downloaded rustls-webpki v0.103.9
11032026-04-02T19:09:48.934Z Downloaded typify-macro v0.4.3
11042026-04-02T19:09:48.934Z Downloaded tls_codec_derive v0.4.2
11052026-04-02T19:09:48.934Z Downloaded wait-timeout v0.2.1
11062026-04-02T19:09:48.938Z Downloaded vsss-rs v3.3.4
11072026-04-02T19:09:48.938Z Downloaded vergen-gitcl v1.0.8
11082026-04-02T19:09:48.938Z Downloaded tracing-attributes v0.1.31
11092026-04-02T19:09:48.942Z Downloaded zone_cfg_derive v0.3.1
11102026-04-02T19:09:48.942Z Downloaded zone v0.3.1
11112026-04-02T19:09:48.945Z Downloaded socket2 v0.6.2
11122026-04-02T19:09:48.945Z Downloaded rand v0.9.2
11132026-04-02T19:09:48.949Z Downloaded subprocess v0.2.15
11142026-04-02T19:09:48.952Z Downloaded unicase v2.9.0
11152026-04-02T19:09:48.952Z Downloaded socket2 v0.5.10
11162026-04-02T19:09:48.955Z Downloaded zeroize_derive v1.4.3
11172026-04-02T19:09:48.955Z Downloaded num-bigint v0.4.6
11182026-04-02T19:09:48.959Z Downloaded whoami v2.1.0
11192026-04-02T19:09:48.962Z Downloaded toml v0.7.8
11202026-04-02T19:09:48.965Z Downloaded xz2 v0.1.7
11212026-04-02T19:09:48.965Z Downloaded tar v0.4.45
11222026-04-02T19:09:48.968Z Downloaded itertools v0.12.1
11232026-04-02T19:09:48.972Z Downloaded tokio-stream v0.1.18
11242026-04-02T19:09:48.976Z Downloaded tokio-tungstenite v0.23.1
11252026-04-02T19:09:48.978Z Downloaded snafu v0.8.9
11262026-04-02T19:09:48.983Z Downloaded zeroize v1.8.2
11272026-04-02T19:09:48.985Z Downloaded schemars v0.9.0
11282026-04-02T19:09:48.993Z Downloaded whoami v1.6.1
11292026-04-02T19:09:48.997Z Downloaded walkdir v2.5.0
11302026-04-02T19:09:48.997Z Downloaded wyz v0.5.1
11312026-04-02T19:09:49.000Z Downloaded twox-hash v2.1.2
11322026-04-02T19:09:49.000Z Downloaded tungstenite v0.21.0
11332026-04-02T19:09:49.003Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-04-02T19:09:49.006Z Downloaded zstd-safe v7.2.4
11352026-04-02T19:09:49.009Z Downloaded typify v0.6.1
11362026-04-02T19:09:49.012Z Downloaded tungstenite v0.23.0
11372026-04-02T19:09:49.015Z Downloaded iri-string v0.7.10
11382026-04-02T19:09:49.018Z Downloaded toml v0.9.12+spec-1.1.0
11392026-04-02T19:09:49.021Z Downloaded unicode-properties v0.1.4
11402026-04-02T19:09:49.024Z Downloaded xshell v0.2.7
11412026-04-02T19:09:49.024Z Downloaded rpassword v7.4.0
11422026-04-02T19:09:49.031Z Downloaded zstd v0.13.3
11432026-04-02T19:09:49.034Z Downloaded uzers v0.12.2
11442026-04-02T19:09:49.034Z Downloaded steno v0.4.1
11452026-04-02T19:09:49.034Z Downloaded vergen v9.0.6
11462026-04-02T19:09:49.037Z Downloaded toml_edit v0.23.10+spec-1.0.0
11472026-04-02T19:09:49.040Z Downloaded zerocopy v0.6.6
11482026-04-02T19:09:49.040Z Downloaded aho-corasick v1.1.4
11492026-04-02T19:09:49.045Z Downloaded libm v0.2.16
11502026-04-02T19:09:49.053Z Downloaded vte v0.14.1
11512026-04-02T19:09:49.056Z Downloaded typify v0.4.3
11522026-04-02T19:09:49.059Z Downloaded reedline v0.40.0
11532026-04-02T19:09:49.063Z Downloaded vergen-lib v0.1.6
11542026-04-02T19:09:49.066Z Downloaded blake3 v1.8.3
11552026-04-02T19:09:49.071Z Downloaded unsafe-libyaml v0.2.11
11562026-04-02T19:09:49.074Z Downloaded samael v0.0.19
11572026-04-02T19:09:49.079Z Downloaded yasna v0.5.2
11582026-04-02T19:09:49.082Z Downloaded toml_edit v0.19.15
11592026-04-02T19:09:49.094Z Downloaded zopfli v0.8.3
11602026-04-02T19:09:49.097Z Downloaded unicode-bidi v0.3.18
11612026-04-02T19:09:49.100Z Downloaded tracing-core v0.1.36
11622026-04-02T19:09:49.103Z Downloaded russh v0.45.0
11632026-04-02T19:09:49.107Z Downloaded reqwest v0.13.2
11642026-04-02T19:09:49.110Z Downloaded portable-atomic v1.13.1
11652026-04-02T19:09:49.116Z Downloaded git2 v0.20.4
11662026-04-02T19:09:49.125Z Downloaded reqwest v0.12.28
11672026-04-02T19:09:49.140Z Downloaded zip v0.6.6
11682026-04-02T19:09:49.140Z Downloaded ron v0.12.0
11692026-04-02T19:09:49.140Z Downloaded p521 v0.13.3
11702026-04-02T19:09:49.143Z Downloaded p384 v0.13.1
11712026-04-02T19:09:49.146Z Downloaded yansi v1.0.1
11722026-04-02T19:09:49.146Z Downloaded tokio-postgres v0.7.16
11732026-04-02T19:09:49.150Z Downloaded hkdf v0.12.4
11742026-04-02T19:09:49.153Z Downloaded zerocopy-derive v0.8.40
11752026-04-02T19:09:49.160Z Downloaded rayon v1.11.0
11762026-04-02T19:09:49.166Z Downloaded unicode_categories v0.1.1
11772026-04-02T19:09:49.168Z Downloaded rustyline v14.0.0
11782026-04-02T19:09:49.172Z Downloaded hyper v1.8.1
11792026-04-02T19:09:49.176Z Downloaded ssh-key v0.6.7
11802026-04-02T19:09:49.181Z Downloaded iddqd v0.3.17
11812026-04-02T19:09:49.186Z Downloaded tls_codec v0.4.2
11822026-04-02T19:09:49.190Z Downloaded thread_local v1.1.9
11832026-04-02T19:09:49.190Z Downloaded rand v0.10.0
11842026-04-02T19:09:49.197Z Downloaded libxml v0.3.3
11852026-04-02T19:09:49.200Z Downloaded uuid v1.21.0
11862026-04-02T19:09:49.200Z Downloaded slog-async v2.8.0
11872026-04-02T19:09:49.200Z Downloaded lalrpop-util v0.19.12
11882026-04-02T19:09:49.203Z Downloaded moka v0.12.13
11892026-04-02T19:09:49.206Z Downloaded base64ct v1.8.3
11902026-04-02T19:09:49.211Z Downloaded rustls-webpki v0.102.8
11912026-04-02T19:09:49.223Z Downloaded zip v4.6.1
11922026-04-02T19:09:49.226Z Downloaded typed-path v0.9.3
11932026-04-02T19:09:49.230Z Downloaded serde_with v3.17.0
11942026-04-02T19:09:49.242Z Downloaded bindgen v0.71.1
11952026-04-02T19:09:49.246Z Downloaded tower-http v0.6.8
11962026-04-02T19:09:49.251Z Downloaded aws-lc-rs v1.16.0
11972026-04-02T19:09:49.258Z Downloaded object v0.30.4
11982026-04-02T19:09:49.265Z Downloaded regex v1.12.3
11992026-04-02T19:09:49.269Z Downloaded curve25519-dalek v4.1.3
12002026-04-02T19:09:49.279Z Downloaded chrono v0.4.44
12012026-04-02T19:09:49.282Z Downloaded quick-xml v0.37.5
12022026-04-02T19:09:49.288Z Downloaded winnow v0.5.40
12032026-04-02T19:09:49.293Z Downloaded salty v0.3.0
12042026-04-02T19:09:49.299Z Downloaded tower v0.5.3
12052026-04-02T19:09:49.306Z Downloaded winnow v0.6.26
12062026-04-02T19:09:49.313Z Downloaded x509-cert v0.2.5
12072026-04-02T19:09:49.317Z Downloaded polar-core v0.27.3
12082026-04-02T19:09:49.324Z Downloaded tabled v0.20.0
12092026-04-02T19:09:49.339Z Downloaded tokio-util v0.7.18
12102026-04-02T19:09:49.344Z Downloaded tough v0.20.0
12112026-04-02T19:09:49.352Z Downloaded time v0.3.47
12122026-04-02T19:09:49.361Z Downloaded unicode-normalization v0.1.25
12132026-04-02T19:09:49.364Z Downloaded nix v0.28.0
12142026-04-02T19:09:49.373Z Downloaded goblin v0.10.5
12152026-04-02T19:09:49.379Z Downloaded dropshot v0.16.7
12162026-04-02T19:09:49.397Z Downloaded zlib-rs v0.6.2
12172026-04-02T19:09:49.401Z Downloaded openapiv3 v2.2.0
12182026-04-02T19:09:49.410Z Downloaded nix v0.31.1
12192026-04-02T19:09:49.420Z Downloaded zerocopy v0.8.40
12202026-04-02T19:09:49.427Z Downloaded rustls v0.22.4
12212026-04-02T19:09:49.437Z Downloaded petname v2.0.2
12222026-04-02T19:09:49.441Z Downloaded rustls v0.23.37
12232026-04-02T19:09:49.451Z Downloaded quinn-proto v0.11.13
12242026-04-02T19:09:49.457Z Downloaded nix v0.27.1
12252026-04-02T19:09:49.467Z Downloaded nix v0.29.0
12262026-04-02T19:09:49.475Z Downloaded hickory-proto v0.25.2
12272026-04-02T19:09:49.487Z Downloaded radix_trie v0.2.1
12282026-04-02T19:09:49.492Z Downloaded diesel v2.3.7
12292026-04-02T19:09:49.508Z Downloaded smoltcp v0.11.0
12302026-04-02T19:09:49.517Z Downloaded regex-syntax v0.6.29
12312026-04-02T19:09:49.522Z Downloaded bstr v1.12.1
12322026-04-02T19:09:49.529Z Downloaded rustls v0.21.12
12332026-04-02T19:09:49.539Z Downloaded proptest v1.10.0
12342026-04-02T19:09:49.545Z Downloaded openssl v0.10.75
12352026-04-02T19:09:49.553Z Downloaded vcpkg v0.2.15
12362026-04-02T19:09:49.587Z Downloaded webpki-roots v1.0.6
12372026-04-02T19:09:49.590Z Downloaded smoltcp v0.9.1
12382026-04-02T19:09:49.595Z Downloaded object v0.37.3
12392026-04-02T19:09:49.605Z Downloaded hickory-proto v0.24.4
12402026-04-02T19:09:49.615Z Downloaded zerocopy-derive v0.6.6
12412026-04-02T19:09:49.623Z Downloaded lalrpop v0.19.12
12422026-04-02T19:09:49.631Z Downloaded unicode-segmentation v1.12.0
12432026-04-02T19:09:49.635Z Downloaded rustls-webpki v0.101.7
12442026-04-02T19:09:49.645Z Downloaded regress v0.10.5
12452026-04-02T19:09:49.652Z Downloaded regex-syntax v0.8.10
12462026-04-02T19:09:49.658Z Downloaded petgraph v0.6.5
12472026-04-02T19:09:49.672Z Downloaded jiff v0.2.21
12482026-04-02T19:09:49.686Z Downloaded rustix v0.38.44
12492026-04-02T19:09:49.703Z Downloaded bitvec v1.0.1
12502026-04-02T19:09:49.715Z Downloaded defmt-macros v1.0.1
12512026-04-02T19:09:49.718Z Downloaded fs_extra v1.3.0
12522026-04-02T19:09:49.718Z Downloaded hostname v0.4.2
12532026-04-02T19:09:49.721Z Downloaded ahash v0.8.12
12542026-04-02T19:09:49.721Z Downloaded bzip2 v0.6.1
12552026-04-02T19:09:49.724Z Downloaded hostname v0.3.1
12562026-04-02T19:09:49.724Z Downloaded data-encoding v2.10.0
12572026-04-02T19:09:49.724Z Downloaded crossbeam-deque v0.8.6
12582026-04-02T19:09:49.727Z Downloaded ena v0.14.4
12592026-04-02T19:09:49.727Z Downloaded csv v1.4.0
12602026-04-02T19:09:49.743Z Downloaded ecdsa v0.16.9
12612026-04-02T19:09:49.747Z Downloaded sqlparser v0.61.0
12622026-04-02T19:09:49.752Z Downloaded drift v0.1.3
12632026-04-02T19:09:49.756Z Downloaded display-error-chain v0.2.2
12642026-04-02T19:09:49.759Z Downloaded der_derive v0.7.3
12652026-04-02T19:09:49.759Z Downloaded defmt v1.0.1
12662026-04-02T19:09:49.762Z Downloaded cmake v0.1.57
12672026-04-02T19:09:49.762Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12682026-04-02T19:09:49.777Z Downloaded sled v0.34.7
12692026-04-02T19:09:49.785Z Downloaded typify-impl v0.6.1
12702026-04-02T19:09:49.795Z Downloaded tokio v1.49.0
12712026-04-02T19:09:49.824Z Downloaded typify-impl v0.4.3
12722026-04-02T19:09:49.834Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-04-02T19:09:49.843Z Downloaded sha3 v0.10.8
12742026-04-02T19:09:49.847Z Downloaded ratatui v0.29.0
12752026-04-02T19:09:49.867Z Downloaded tracing v0.1.44
12762026-04-02T19:09:49.879Z Downloaded libz-sys v1.1.24
12772026-04-02T19:09:49.894Z Downloaded cipher v0.4.4
12782026-04-02T19:09:49.898Z Downloaded cargo_metadata v0.19.2
12792026-04-02T19:09:49.898Z Downloaded bitflags v1.3.2
12802026-04-02T19:09:49.901Z Downloaded bcs v0.1.6
12812026-04-02T19:09:49.901Z Downloaded base16ct v0.2.0
12822026-04-02T19:09:49.901Z Downloaded assert_matches v1.5.0
12832026-04-02T19:09:49.906Z Downloaded ar_archive_writer v0.5.1
12842026-04-02T19:09:49.906Z Downloaded async-trait v0.1.89
12852026-04-02T19:09:49.908Z Downloaded diesel-dtrace v0.5.0
12862026-04-02T19:09:49.908Z Downloaded csv-core v0.1.13
12872026-04-02T19:09:49.917Z Downloaded cbc v0.1.2
12882026-04-02T19:09:49.917Z Downloaded fallible-iterator v0.2.0
12892026-04-02T19:09:49.917Z Downloaded daft v0.1.5
12902026-04-02T19:09:49.917Z Downloaded crc v3.4.0
12912026-04-02T19:09:49.920Z Downloaded bit-vec v0.6.3
12922026-04-02T19:09:49.920Z Downloaded dropshot-api-manager-types v0.6.0
12932026-04-02T19:09:49.920Z Downloaded regex-automata v0.4.14
12942026-04-02T19:09:49.931Z Downloaded chrono-tz v0.10.4
12952026-04-02T19:09:49.945Z Downloaded lzma-sys v0.1.20
12962026-04-02T19:09:49.967Z Downloaded encoding_rs v0.8.35
12972026-04-02T19:09:49.984Z Downloaded petgraph v0.8.3
12982026-04-02T19:09:50.008Z Downloaded ring v0.17.14
12992026-04-02T19:09:50.161Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-04-02T19:09:50.786Z Downloaded aws-lc-sys v0.37.1
13012026-04-02T19:09:51.109Z Compiling libc v0.2.180
13022026-04-02T19:09:51.111Z Compiling serde v1.0.228
13032026-04-02T19:09:51.112Z Compiling log v0.4.29
13042026-04-02T19:09:51.112Z Compiling shlex v1.3.0
13052026-04-02T19:09:51.317Z Compiling find-msvc-tools v0.1.9
13062026-04-02T19:09:51.317Z Compiling smallvec v1.15.1
13072026-04-02T19:09:51.333Z Compiling syn v2.0.117
13082026-04-02T19:09:51.352Z Compiling typenum v1.19.0
13092026-04-02T19:09:51.534Z Compiling generic-array v0.14.7
13102026-04-02T19:09:51.552Z Compiling subtle v2.6.1
13112026-04-02T19:09:51.578Z Compiling scopeguard v1.2.0
13122026-04-02T19:09:51.678Z Compiling portable-atomic v1.13.1
13132026-04-02T19:09:51.697Z Compiling lock_api v0.4.14
13142026-04-02T19:09:51.715Z Compiling const-oid v0.9.6
13152026-04-02T19:09:51.764Z Compiling critical-section v1.2.0
13162026-04-02T19:09:51.845Z Compiling zerocopy v0.8.40
13172026-04-02T19:09:51.892Z Compiling parking_lot_core v0.9.12
13182026-04-02T19:09:51.988Z Compiling pin-project-lite v0.2.17
13192026-04-02T19:09:52.106Z Compiling serde_json v1.0.149
13202026-04-02T19:09:52.206Z Compiling pkg-config v0.3.32
13212026-04-02T19:09:52.426Z Compiling getrandom v0.2.17
13222026-04-02T19:09:52.635Z Compiling jobserver v0.1.34
13232026-04-02T19:09:52.690Z Compiling errno v0.3.14
13242026-04-02T19:09:52.834Z Compiling rand_core v0.6.4
13252026-04-02T19:09:52.852Z Compiling signal-hook-registry v1.4.8
13262026-04-02T19:09:53.072Z Compiling cc v1.2.56
13272026-04-02T19:09:53.148Z Compiling once_cell v1.21.3
13282026-04-02T19:09:53.180Z Compiling parking_lot v0.12.5
13292026-04-02T19:09:53.196Z Compiling mio v1.1.1
13302026-04-02T19:09:53.216Z Compiling bitflags v2.11.0
13312026-04-02T19:09:53.268Z Compiling libm v0.2.16
13322026-04-02T19:09:53.420Z Compiling num-traits v0.2.19
13332026-04-02T19:09:53.519Z Compiling futures-core v0.3.32
13342026-04-02T19:09:53.717Z Compiling socket2 v0.6.2
13352026-04-02T19:09:53.737Z Compiling percent-encoding v2.3.2
13362026-04-02T19:09:53.861Z Compiling allocator-api2 v0.2.21
13372026-04-02T19:09:53.880Z Compiling foldhash v0.2.0
13382026-04-02T19:09:53.985Z Compiling cpufeatures v0.2.17
13392026-04-02T19:09:54.079Z Compiling futures-sink v0.3.32
13402026-04-02T19:09:54.148Z Compiling getrandom v0.4.1
13412026-04-02T19:09:54.169Z Compiling slab v0.4.12
13422026-04-02T19:09:54.209Z Compiling futures-channel v0.3.32
13432026-04-02T19:09:54.294Z Compiling hashbrown v0.16.1
13442026-04-02T19:09:54.313Z Compiling futures-io v0.3.32
13452026-04-02T19:09:54.396Z Compiling futures-task v0.3.32
13462026-04-02T19:09:54.511Z Compiling getrandom v0.3.4
13472026-04-02T19:09:54.530Z Compiling rand_core v0.10.0
13482026-04-02T19:09:54.591Z Compiling rustversion v1.0.22
13492026-04-02T19:09:54.619Z Compiling cmake v0.1.57
13502026-04-02T19:09:55.106Z Compiling indexmap v2.13.0
13512026-04-02T19:09:55.161Z Compiling form_urlencoded v1.2.2
13522026-04-02T19:09:55.341Z Compiling dunce v1.0.5
13532026-04-02T19:09:55.368Z Compiling base64ct v1.8.3
13542026-04-02T19:09:55.402Z Compiling ident_case v1.0.1
13552026-04-02T19:09:55.459Z Compiling fs_extra v1.3.0
13562026-04-02T19:09:55.554Z Compiling flagset v0.4.7
13572026-04-02T19:09:55.722Z Compiling synstructure v0.13.2
13582026-04-02T19:09:55.751Z Compiling pem-rfc7468 v0.7.0
13592026-04-02T19:09:55.770Z Compiling rand_core v0.9.5
13602026-04-02T19:09:55.808Z Compiling aws-lc-sys v0.37.1
13612026-04-02T19:09:55.939Z Compiling rustix v1.1.3
13622026-04-02T19:09:56.003Z Compiling iana-time-zone v0.1.65
13632026-04-02T19:09:56.022Z Compiling ring v0.17.14
13642026-04-02T19:09:56.116Z Compiling uuid v1.21.0
13652026-04-02T19:09:56.175Z Compiling rustc_version v0.4.1
13662026-04-02T19:09:56.270Z Compiling aws-lc-rs v1.16.0
13672026-04-02T19:09:56.588Z Compiling regex-syntax v0.8.10
13682026-04-02T19:09:56.607Z Compiling vcpkg v0.2.15
13692026-04-02T19:09:56.644Z Compiling tracing-core v0.1.36
13702026-04-02T19:09:57.026Z Compiling crossbeam-utils v0.8.21
13712026-04-02T19:09:57.378Z Compiling pest_generator v2.8.6
13722026-04-02T19:09:57.442Z Compiling serde_derive_internals v0.29.1
13732026-04-02T19:09:57.624Z Compiling openssl-sys v0.9.111
13742026-04-02T19:09:58.282Z Compiling serde_derive v1.0.228
13752026-04-02T19:09:58.300Z Compiling zeroize_derive v1.4.3
13762026-04-02T19:09:58.354Z Compiling zerofrom-derive v0.1.6
13772026-04-02T19:09:58.381Z Compiling yoke-derive v0.8.1
13782026-04-02T19:09:58.693Z Compiling zerocopy-derive v0.8.40
13792026-04-02T19:09:59.134Z Compiling zeroize v1.8.2
13802026-04-02T19:09:59.829Z Compiling zerovec-derive v0.11.2
13812026-04-02T19:09:59.938Z Compiling displaydoc v0.2.5
13822026-04-02T19:10:00.176Z Compiling crypto-common v0.1.7
13832026-04-02T19:10:00.264Z Compiling zerofrom v0.1.6
13842026-04-02T19:10:00.357Z Compiling block-buffer v0.10.4
13852026-04-02T19:10:00.422Z Compiling yoke v0.8.1
13862026-04-02T19:10:00.565Z Compiling digest v0.10.7
13872026-04-02T19:10:00.656Z Compiling tokio-macros v2.6.0
13882026-04-02T19:10:00.882Z Compiling hmac v0.12.1
13892026-04-02T19:10:00.918Z Compiling zerotrie v0.2.3
13902026-04-02T19:10:01.073Z Compiling futures-macro v0.3.32
13912026-04-02T19:10:01.304Z Compiling block-padding v0.3.3
13922026-04-02T19:10:01.322Z Compiling zerovec v0.11.5
13932026-04-02T19:10:01.502Z Compiling inout v0.1.4
13942026-04-02T19:10:01.610Z Compiling sha2 v0.10.9
13952026-04-02T19:10:01.711Z Compiling cipher v0.4.4
13962026-04-02T19:10:02.003Z Compiling tinystr v0.8.2
13972026-04-02T19:10:02.045Z Compiling potential_utf v0.1.4
13982026-04-02T19:10:02.139Z Compiling futures-util v0.3.32
13992026-04-02T19:10:02.250Z Compiling icu_locale_core v2.1.1
14002026-04-02T19:10:02.269Z Compiling icu_collections v2.1.1
14012026-04-02T19:10:02.488Z Compiling der_derive v0.7.3
14022026-04-02T19:10:02.957Z Compiling salsa20 v0.10.2
14032026-04-02T19:10:03.055Z Compiling bytes v1.11.1
14042026-04-02T19:10:03.129Z Compiling chrono v0.4.44
14052026-04-02T19:10:03.530Z Compiling icu_provider v2.1.1
14062026-04-02T19:10:03.549Z Compiling pbkdf2 v0.12.2
14072026-04-02T19:10:03.691Z Compiling thiserror-impl v2.0.18
14082026-04-02T19:10:03.763Z Compiling tokio v1.49.0
14092026-04-02T19:10:03.895Z Compiling icu_normalizer v2.1.1
14102026-04-02T19:10:03.919Z Compiling icu_properties v2.1.2
14112026-04-02T19:10:04.604Z Compiling der v0.7.10
14122026-04-02T19:10:04.974Z Compiling ppv-lite86 v0.2.21
14132026-04-02T19:10:05.022Z Compiling http v1.4.0
14142026-04-02T19:10:05.274Z Compiling idna_adapter v1.2.1
14152026-04-02T19:10:05.419Z Compiling idna v1.1.0
14162026-04-02T19:10:05.443Z Compiling rand_chacha v0.9.0
14172026-04-02T19:10:05.462Z Compiling thiserror v2.0.18
14182026-04-02T19:10:05.466Z Compiling scrypt v0.11.0
14192026-04-02T19:10:05.588Z Compiling cbc v0.1.2
14202026-04-02T19:10:05.769Z Compiling spki v0.7.3
14212026-04-02T19:10:05.803Z Compiling url v2.5.8
14222026-04-02T19:10:06.029Z Compiling aes v0.8.4
14232026-04-02T19:10:06.250Z Compiling rustls-pki-types v1.14.0
14242026-04-02T19:10:06.267Z Compiling tracing-attributes v0.1.31
14252026-04-02T19:10:06.286Z Compiling http-body v1.0.1
14262026-04-02T19:10:06.323Z Compiling rand v0.9.2
14272026-04-02T19:10:06.541Z Compiling syn v1.0.109
14282026-04-02T19:10:06.849Z Compiling pkcs5 v0.7.1
14292026-04-02T19:10:06.866Z Compiling httparse v1.10.1
14302026-04-02T19:10:06.924Z Compiling base64 v0.22.1
14312026-04-02T19:10:07.293Z Compiling untrusted v0.9.0
14322026-04-02T19:10:07.335Z Compiling untrusted v0.7.1
14332026-04-02T19:10:07.353Z Compiling openssl-probe v0.2.1
14342026-04-02T19:10:07.432Z Compiling schemars v0.8.22
14352026-04-02T19:10:07.531Z Compiling pkcs8 v0.10.2
14362026-04-02T19:10:07.594Z Compiling schemars_derive v0.8.22
14372026-04-02T19:10:07.627Z Compiling pest_derive v2.8.6
14382026-04-02T19:10:07.704Z Compiling scroll_derive v0.13.1
14392026-04-02T19:10:08.119Z Compiling tracing v0.1.44
14402026-04-02T19:10:08.169Z Compiling darling_core v0.20.11
14412026-04-02T19:10:08.463Z Compiling dyn-clone v1.0.20
14422026-04-02T19:10:08.609Z Compiling try-lock v0.2.5
14432026-04-02T19:10:08.633Z Compiling tower-layer v0.3.3
14442026-04-02T19:10:08.743Z Compiling rustls v0.23.37
14452026-04-02T19:10:08.786Z Compiling tinyvec_macros v0.1.1
14462026-04-02T19:10:08.837Z Compiling tokio-util v0.7.18
14472026-04-02T19:10:08.871Z Compiling atomic-waker v1.1.2
14482026-04-02T19:10:08.948Z Compiling tower-service v0.3.3
14492026-04-02T19:10:09.022Z Compiling tinyvec v1.10.0
14502026-04-02T19:10:09.064Z Compiling scroll v0.13.0
14512026-04-02T19:10:09.411Z Compiling want v0.3.1
14522026-04-02T19:10:09.902Z Compiling h2 v0.4.13
14532026-04-02T19:10:10.003Z Compiling ipnet v2.11.0
14542026-04-02T19:10:10.243Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14552026-04-02T19:10:10.678Z Compiling spin v0.9.8
14562026-04-02T19:10:10.737Z Compiling aho-corasick v1.1.4
14572026-04-02T19:10:10.941Z Compiling num-conv v0.2.0
14582026-04-02T19:10:11.098Z Compiling httpdate v1.0.3
14592026-04-02T19:10:11.117Z Compiling time-core v0.1.8
14602026-04-02T19:10:11.308Z Compiling crc32fast v1.5.0
14612026-04-02T19:10:11.389Z Compiling powerfmt v0.2.0
14622026-04-02T19:10:11.404Z Compiling darling_macro v0.20.11
14632026-04-02T19:10:11.645Z Compiling openssl v0.10.75
14642026-04-02T19:10:11.664Z Compiling pin-utils v0.1.0
14652026-04-02T19:10:11.684Z Compiling foreign-types-shared v0.1.1
14662026-04-02T19:10:11.789Z Compiling foreign-types v0.3.2
14672026-04-02T19:10:11.809Z Compiling deranged v0.5.8
14682026-04-02T19:10:11.878Z Compiling regex-automata v0.4.14
14692026-04-02T19:10:11.958Z Compiling time-macros v0.2.27
14702026-04-02T19:10:12.001Z Compiling darling v0.20.11
14712026-04-02T19:10:12.102Z Compiling tempfile v3.25.0
14722026-04-02T19:10:13.099Z Compiling goblin v0.10.5
14732026-04-02T19:10:13.469Z Compiling thiserror-impl v1.0.69
14742026-04-02T19:10:13.972Z Compiling hyper v1.8.1
14752026-04-02T19:10:15.149Z Compiling openssl-macros v0.1.1
14762026-04-02T19:10:15.189Z Compiling wait-timeout v0.2.1
14772026-04-02T19:10:15.344Z Compiling siphasher v1.0.2
14782026-04-02T19:10:15.518Z Compiling usdt-impl v0.6.0
14792026-04-02T19:10:15.585Z Compiling bit-vec v0.8.0
14802026-04-02T19:10:15.622Z Compiling num_threads v0.1.7
14812026-04-02T19:10:15.740Z Compiling quick-error v1.2.3
14822026-04-02T19:10:15.768Z Compiling native-tls v0.2.18
14832026-04-02T19:10:15.864Z Compiling either v1.15.0
14842026-04-02T19:10:15.882Z Compiling simd-adler32 v0.3.8
14852026-04-02T19:10:16.041Z Compiling rusty-fork v0.3.1
14862026-04-02T19:10:16.099Z Compiling bit-set v0.8.0
14872026-04-02T19:10:16.154Z Compiling time v0.3.47
14882026-04-02T19:10:16.300Z Compiling hyper-util v0.1.20
14892026-04-02T19:10:16.447Z Compiling thiserror v1.0.69
14902026-04-02T19:10:16.572Z Compiling derive_builder_core v0.20.2
14912026-04-02T19:10:17.681Z Compiling dof v0.4.0
14922026-04-02T19:10:18.058Z Compiling unicode-normalization v0.1.25
14932026-04-02T19:10:18.369Z Compiling crossbeam-epoch v0.9.18
14942026-04-02T19:10:18.663Z Compiling dtrace-parser v0.3.0
14952026-04-02T19:10:18.688Z Compiling rustls-native-certs v0.8.3
14962026-04-02T19:10:18.803Z Compiling signature v2.2.0
14972026-04-02T19:10:19.021Z Compiling scroll_derive v0.12.1
14982026-04-02T19:10:19.056Z Compiling heapless v0.7.17
14992026-04-02T19:10:19.080Z Compiling rand_xorshift v0.4.0
15002026-04-02T19:10:19.275Z Compiling slog v2.8.2
15012026-04-02T19:10:19.315Z Compiling darling_core v0.21.3
15022026-04-02T19:10:19.349Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-04-02T19:10:19.502Z Compiling sync_wrapper v1.0.2
15042026-04-02T19:10:19.637Z Compiling thread-id v5.1.0
15052026-04-02T19:10:19.694Z Compiling cookie v0.18.1
15062026-04-02T19:10:19.716Z Compiling signal-hook v0.3.18
15072026-04-02T19:10:19.740Z Compiling zstd-safe v7.2.4
15082026-04-02T19:10:19.895Z Compiling unarray v0.1.4
15092026-04-02T19:10:19.921Z Compiling unicode-properties v0.1.4
15102026-04-02T19:10:19.939Z Compiling unicode-segmentation v1.12.0
15112026-04-02T19:10:19.979Z Compiling paste v1.0.15
15122026-04-02T19:10:20.026Z Compiling adler2 v2.0.1
15132026-04-02T19:10:20.184Z Compiling unicode-bidi v0.3.18
15142026-04-02T19:10:20.203Z Compiling anyhow v1.0.102
15152026-04-02T19:10:20.314Z Compiling rayon-core v1.13.0
15162026-04-02T19:10:20.452Z Compiling miniz_oxide v0.8.9
15172026-04-02T19:10:20.455Z Compiling proptest v1.10.0
15182026-04-02T19:10:20.636Z Compiling stringprep v0.1.5
15192026-04-02T19:10:20.863Z Compiling scroll v0.12.0
15202026-04-02T19:10:21.236Z Compiling tower v0.5.3
15212026-04-02T19:10:21.492Z Compiling crossbeam-deque v0.8.6
15222026-04-02T19:10:21.669Z Compiling derive_builder_macro v0.20.2
15232026-04-02T19:10:21.731Z Compiling ipnetwork v0.21.1
15242026-04-02T19:10:21.761Z Compiling webpki-roots v1.0.6
15252026-04-02T19:10:21.851Z Compiling http-body-util v0.1.3
15262026-04-02T19:10:21.912Z Compiling rand_chacha v0.3.1
15272026-04-02T19:10:21.966Z Compiling erased-serde v0.3.31
15282026-04-02T19:10:22.176Z Compiling serde_tokenstream v0.2.3
15292026-04-02T19:10:22.244Z Compiling toml_datetime v0.6.11
15302026-04-02T19:10:22.263Z Compiling serde_spanned v0.6.9
15312026-04-02T19:10:22.502Z Compiling md-5 v0.10.6
15322026-04-02T19:10:22.589Z Compiling zerocopy-derive v0.7.35
15332026-04-02T19:10:22.635Z Compiling curve25519-dalek v4.1.3
15342026-04-02T19:10:22.709Z Compiling vergen-lib v0.1.6
15352026-04-02T19:10:22.746Z Compiling num-integer v0.1.46
15362026-04-02T19:10:22.885Z Compiling darling_macro v0.21.3
15372026-04-02T19:10:22.937Z Compiling hash32 v0.2.1
15382026-04-02T19:10:23.023Z Compiling ff v0.13.1
15392026-04-02T19:10:23.060Z Compiling memoffset v0.9.1
15402026-04-02T19:10:23.189Z Compiling iri-string v0.7.10
15412026-04-02T19:10:23.208Z Compiling rustix v0.38.44
15422026-04-02T19:10:23.208Z Compiling base16ct v0.2.0
15432026-04-02T19:10:23.298Z Compiling fallible-iterator v0.2.0
15442026-04-02T19:10:23.441Z Compiling smoltcp v0.9.1
15452026-04-02T19:10:23.498Z Compiling num-bigint-dig v0.8.6
15462026-04-02T19:10:23.684Z Compiling litrs v1.0.0
15472026-04-02T19:10:23.720Z Compiling zlib-rs v0.6.2
15482026-04-02T19:10:23.739Z Compiling ref-cast v1.0.25
15492026-04-02T19:10:23.776Z Compiling cfg_aliases v0.2.1
15502026-04-02T19:10:23.865Z Compiling ryu v1.0.23
15512026-04-02T19:10:23.884Z Compiling psl-types v2.0.11
15522026-04-02T19:10:24.042Z Compiling serde_urlencoded v0.7.1
15532026-04-02T19:10:24.094Z Compiling publicsuffix v2.3.0
15542026-04-02T19:10:24.205Z Compiling nix v0.31.1
15552026-04-02T19:10:24.305Z Compiling newtype-uuid v1.3.2
15562026-04-02T19:10:24.365Z Compiling zerocopy v0.7.35
15572026-04-02T19:10:24.384Z Compiling document-features v0.2.12
15582026-04-02T19:10:24.741Z Compiling postgres-protocol v0.6.10
15592026-04-02T19:10:24.831Z Compiling tower-http v0.6.8
15602026-04-02T19:10:25.150Z Compiling darling v0.21.3
15612026-04-02T19:10:25.153Z Compiling sec1 v0.7.3
15622026-04-02T19:10:25.341Z Compiling group v0.13.0
15632026-04-02T19:10:25.467Z Compiling num-iter v0.1.45
15642026-04-02T19:10:25.530Z Compiling derive_builder v0.20.2
15652026-04-02T19:10:25.560Z Compiling rand v0.8.5
15662026-04-02T19:10:25.615Z Compiling oxnet v0.1.4
15672026-04-02T19:10:25.797Z Compiling proc-macro-error v1.0.4
15682026-04-02T19:10:26.032Z Compiling tokio-native-tls v0.3.1
15692026-04-02T19:10:26.197Z Compiling goblin v0.8.2
15702026-04-02T19:10:26.887Z Compiling heck v0.4.1
15712026-04-02T19:10:27.047Z Compiling phf_shared v0.13.1
15722026-04-02T19:10:27.107Z Compiling hubpack_derive v0.1.1
15732026-04-02T19:10:27.162Z Compiling regex v1.12.3
15742026-04-02T19:10:27.363Z Compiling lazy_static v1.5.0
15752026-04-02T19:10:27.381Z Compiling cargo-platform v0.1.9
15762026-04-02T19:10:27.499Z Compiling hkdf v0.12.4
15772026-04-02T19:10:27.674Z Compiling crypto-bigint v0.5.5
15782026-04-02T19:10:27.705Z Compiling curve25519-dalek-derive v0.1.1
15792026-04-02T19:10:27.723Z Compiling daft-derive v0.1.5
15802026-04-02T19:10:27.810Z Compiling flate2 v1.1.9
15812026-04-02T19:10:28.351Z Compiling async-trait v0.1.89
15822026-04-02T19:10:28.388Z Compiling ref-cast-impl v1.0.25
15832026-04-02T19:10:28.583Z Compiling strum_macros v0.27.2
15842026-04-02T19:10:28.696Z Compiling terminal_size v0.4.3
15852026-04-02T19:10:28.871Z Compiling vergen v9.0.6
15862026-04-02T19:10:29.090Z Compiling fs-err v3.3.0
15872026-04-02T19:10:29.108Z Compiling ahash v0.8.12
15882026-04-02T19:10:29.323Z Compiling libbz2-rs-sys v0.2.2
15892026-04-02T19:10:29.357Z Compiling object v0.37.3
15902026-04-02T19:10:29.703Z Compiling winnow v0.5.40
15912026-04-02T19:10:29.779Z Compiling bitflags v1.3.2
15922026-04-02T19:10:29.875Z Compiling foldhash v0.1.5
15932026-04-02T19:10:30.095Z Compiling managed v0.8.0
15942026-04-02T19:10:30.241Z Compiling bumpalo v3.20.2
15952026-04-02T19:10:30.573Z Compiling zopfli v0.8.3
15962026-04-02T19:10:30.666Z Compiling clap_builder v4.5.60
15972026-04-02T19:10:31.192Z Compiling hashbrown v0.15.5
15982026-04-02T19:10:31.314Z Compiling strum v0.27.2
15992026-04-02T19:10:31.474Z Compiling toml_edit v0.19.15
16002026-04-02T19:10:31.477Z Compiling bzip2 v0.6.1
16012026-04-02T19:10:31.477Z Compiling console v0.16.2
16022026-04-02T19:10:31.762Z Compiling dof v0.3.0
16032026-04-02T19:10:31.925Z Compiling elliptic-curve v0.13.8
16042026-04-02T19:10:32.094Z Compiling daft v0.1.5
16052026-04-02T19:10:32.485Z Compiling hubpack v0.1.2
16062026-04-02T19:10:32.505Z Compiling cargo_metadata v0.19.2
16072026-04-02T19:10:32.793Z Compiling phf v0.13.1
16082026-04-02T19:10:33.004Z Compiling zone_cfg_derive v0.3.1
16092026-04-02T19:10:33.838Z Compiling signal-hook-mio v0.2.5
16102026-04-02T19:10:33.985Z Compiling cookie_store v0.22.1
16112026-04-02T19:10:34.875Z Compiling rayon v1.11.0
16122026-04-02T19:10:34.879Z Compiling zstd v0.13.3
16132026-04-02T19:10:34.928Z Compiling hyper-tls v0.6.0
16142026-04-02T19:10:34.948Z Compiling bzip2 v0.4.4
16152026-04-02T19:10:35.215Z Compiling serde_with_macros v3.17.0
16162026-04-02T19:10:35.253Z Compiling postgres-types v0.2.12
16172026-04-02T19:10:35.346Z Compiling usdt-macro v0.6.0
16182026-04-02T19:10:36.022Z Compiling usdt-attr-macro v0.6.0
16192026-04-02T19:10:36.207Z Compiling ed25519 v2.2.3
16202026-04-02T19:10:36.313Z Compiling dtrace-parser v0.2.0
16212026-04-02T19:10:36.776Z Compiling itertools v0.12.1
16222026-04-02T19:10:36.859Z Compiling phf_shared v0.11.3
16232026-04-02T19:10:37.051Z Compiling bstr v1.12.1
16242026-04-02T19:10:37.108Z Compiling pkcs1 v0.7.5
16252026-04-02T19:10:37.326Z Compiling hex v0.4.3
16262026-04-02T19:10:37.363Z Compiling serde-big-array v0.5.1
16272026-04-02T19:10:37.383Z Compiling rfc6979 v0.4.0
16282026-04-02T19:10:37.553Z Compiling enum-as-inner v0.6.1
16292026-04-02T19:10:37.574Z Compiling strum_macros v0.26.4
16302026-04-02T19:10:37.689Z Compiling clap_derive v4.5.55
16312026-04-02T19:10:37.735Z Compiling serde_repr v0.1.20
16322026-04-02T19:10:37.983Z Compiling float-cmp v0.10.0
16332026-04-02T19:10:38.174Z Compiling memmap2 v0.9.10
16342026-04-02T19:10:38.213Z Compiling thread-id v4.2.2
16352026-04-02T19:10:38.320Z Compiling env_filter v1.0.0
16362026-04-02T19:10:38.439Z Compiling encoding_rs v0.8.35
16372026-04-02T19:10:38.459Z Compiling whoami v2.1.0
16382026-04-02T19:10:38.506Z Compiling predicates-core v1.0.10
16392026-04-02T19:10:38.724Z Compiling static_assertions v1.1.0
16402026-04-02T19:10:38.742Z Compiling normalize-line-endings v0.3.0
16412026-04-02T19:10:38.817Z Compiling unit-prefix v0.5.2
16422026-04-02T19:10:38.860Z Compiling mime v0.3.17
16432026-04-02T19:10:38.973Z Compiling jiff v0.2.21
16442026-04-02T19:10:39.005Z Compiling fixedbitset v0.5.7
16452026-04-02T19:10:39.205Z Compiling data-encoding v2.10.0
16462026-04-02T19:10:39.415Z Compiling new_debug_unreachable v1.0.6
16472026-04-02T19:10:39.508Z Compiling rustc-hash v2.1.1
16482026-04-02T19:10:39.667Z Compiling fixedbitset v0.4.2
16492026-04-02T19:10:39.957Z Compiling keccak v0.1.6
16502026-04-02T19:10:40.016Z Compiling precomputed-hash v0.1.1
16512026-04-02T19:10:40.127Z Compiling difflib v0.4.0
16522026-04-02T19:10:40.147Z Compiling string_cache v0.8.9
16532026-04-02T19:10:40.166Z Compiling clap v4.5.60
16542026-04-02T19:10:40.186Z Compiling sha3 v0.10.8
16552026-04-02T19:10:40.272Z Compiling strum v0.26.3
16562026-04-02T19:10:40.433Z Compiling predicates v3.1.4
16572026-04-02T19:10:40.433Z Compiling petgraph v0.6.5
16582026-04-02T19:10:40.488Z Compiling iddqd v0.3.17
16592026-04-02T19:10:40.777Z Compiling hickory-proto v0.25.2
16602026-04-02T19:10:40.896Z Compiling petgraph v0.8.3
16612026-04-02T19:10:41.086Z Compiling toml_edit v0.22.27
16622026-04-02T19:10:41.318Z Compiling indicatif v0.18.4
16632026-04-02T19:10:42.024Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-04-02T19:10:42.479Z Compiling tokio-postgres v0.7.16
16652026-04-02T19:10:42.501Z Compiling env_logger v0.11.9
16662026-04-02T19:10:42.988Z Compiling zip v4.6.1
16672026-04-02T19:10:43.631Z Compiling zone v0.3.1
16682026-04-02T19:10:44.284Z Compiling usdt v0.6.0
16692026-04-02T19:10:44.547Z Compiling usdt-impl v0.5.0
16702026-04-02T19:10:44.620Z Compiling serde_with v3.17.0
16712026-04-02T19:10:44.958Z Compiling similar v2.7.0
16722026-04-02T19:10:45.010Z Compiling ecdsa v0.16.9
16732026-04-02T19:10:45.322Z Compiling rsa v0.9.10
16742026-04-02T19:10:45.497Z Compiling crossterm v0.28.1
16752026-04-02T19:10:45.527Z Compiling ed25519-dalek v2.2.0
16762026-04-02T19:10:46.139Z Compiling zip v0.6.6
16772026-04-02T19:10:46.904Z Compiling toml v0.7.8
16782026-04-02T19:10:47.321Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-04-02T19:10:47.341Z Compiling itertools v0.13.0
16802026-04-02T19:10:47.482Z Compiling tokio-stream v0.1.18
16812026-04-02T19:10:47.785Z Compiling buf-list v1.1.2
16822026-04-02T19:10:47.885Z Compiling x509-cert v0.2.5
16832026-04-02T19:10:48.107Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-04-02T19:10:48.154Z Compiling openapiv3 v2.2.0
16852026-04-02T19:10:48.226Z Compiling sha1 v0.10.6
16862026-04-02T19:10:48.508Z Compiling toml_datetime v0.7.5+spec-1.1.0
16872026-04-02T19:10:48.508Z Compiling lalrpop-util v0.19.12
16882026-04-02T19:10:48.772Z Compiling peg-runtime v0.8.5
16892026-04-02T19:10:48.892Z Compiling thread_local v1.1.9
16902026-04-02T19:10:49.083Z Compiling slog-async v2.8.0
16912026-04-02T19:10:49.143Z Compiling crossbeam-channel v0.5.15
16922026-04-02T19:10:49.226Z Compiling futures-executor v0.3.32
16932026-04-02T19:10:49.485Z Compiling filetime v0.2.27
16942026-04-02T19:10:49.562Z Compiling is-terminal v0.4.17
16952026-04-02T19:10:49.598Z Compiling term v1.2.1
16962026-04-02T19:10:49.680Z Compiling xattr v1.6.1
16972026-04-02T19:10:49.709Z Compiling take_mut v0.2.2
16982026-04-02T19:10:49.764Z Compiling futures v0.3.32
16992026-04-02T19:10:49.845Z Compiling tar v0.4.45
17002026-04-02T19:10:50.198Z Compiling slog-term v2.9.2
17012026-04-02T19:10:57.841Z Compiling rustls-webpki v0.103.9
17022026-04-02T19:11:01.889Z Compiling tokio-rustls v0.26.4
17032026-04-02T19:11:01.889Z Compiling rustls-platform-verifier v0.6.2
17042026-04-02T19:11:02.161Z Compiling hyper-rustls v0.27.7
17052026-04-02T19:11:02.434Z Compiling reqwest v0.13.2
17062026-04-02T19:11:02.434Z Compiling reqwest v0.12.28
17072026-04-02T19:11:05.403Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17082026-04-02T19:11:05.676Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17092026-04-02T19:11:09.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17102026-04-02T19:11:09.624Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17112026-04-02T19:11:09.683ZApr 02 19:11:08.718 INFO Starting download, target: Console
17122026-04-02T19:11:09.683ZApr 02 19:11:08.719 INFO Starting download, target: Clickhouse
17132026-04-02T19:11:09.683ZApr 02 19:11:08.719 INFO Starting download, target: TransceiverControl
17142026-04-02T19:11:09.683ZApr 02 19:11:08.719 INFO Starting download, target: Cockroach
17152026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Starting download, target: DendriteStub
17162026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Starting download, target: MaghemiteMgd
17172026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-04-02T19:11:09.686ZApr 02 19:11:08.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-04-02T19:11:10.862ZApr 02 19:11:09.899 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-04-02T19:11:10.875ZApr 02 19:11:09.901 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-04-02T19:11:11.206ZApr 02 19:11:10.243 INFO Download complete, target: TransceiverControl
17262026-04-02T19:11:11.245ZApr 02 19:11:10.281 INFO Download complete, target: Console
17272026-04-02T19:11:11.710ZApr 02 19:11:10.742 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-04-02T19:11:11.760ZApr 02 19:11:10.796 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-04-02T19:11:11.874ZApr 02 19:11:10.908 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-04-02T19:11:12.782ZApr 02 19:11:11.818 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-04-02T19:11:12.782ZApr 02 19:11:11.818 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-04-02T19:11:15.615ZApr 02 19:11:14.652 INFO Download complete, target: MaghemiteMgd
17332026-04-02T19:11:15.615ZApr 02 19:11:14.652 INFO Download complete, target: DendriteStub
17342026-04-02T19:11:20.397ZApr 02 19:11:19.429 INFO Checking that binary works, target: Cockroach
17352026-04-02T19:11:20.577ZApr 02 19:11:19.611 INFO Download complete, target: Cockroach
17362026-04-02T19:11:22.974ZApr 02 19:11:22.008 INFO Checking that binary works, target: Clickhouse
17372026-04-02T19:11:23.182ZApr 02 19:11:22.219 INFO Download complete, target: Clickhouse
17382026-04-02T19:11:23.196ZAll builder prerequisites installed successfully, and PATH looks valid
17392026-04-02T19:11:23.199Z
17402026-04-02T19:11:23.199Zreal 2:51.804173531
17412026-04-02T19:11:23.199Zuser 9:38.272638230
17422026-04-02T19:11:23.200Zsys 1:42.607083806
17432026-04-02T19:11:23.200Ztrap 0.326995232
17442026-04-02T19:11:23.200Ztflt 1.303466961
17452026-04-02T19:11:23.200Zdflt 0.781021348
17462026-04-02T19:11:23.200Zkflt 0.047778571
17472026-04-02T19:11:23.200Zlock 30:51.927533638
17482026-04-02T19:11:23.200Zslp 28:22.760311855
17492026-04-02T19:11:23.200Zlat 56.414454183
17502026-04-02T19:11:23.200Zstop 2:37.245561695
17512026-04-02T19:11:23.200Z+ banner clippy
17522026-04-02T19:11:23.200Z
17532026-04-02T19:11:23.200Z #### # # ##### ##### # #
17542026-04-02T19:11:23.200Z # # # # # # # # # #
17552026-04-02T19:11:23.201Z # # # # # # # #
17562026-04-02T19:11:23.201Z # # # ##### ##### #
17572026-04-02T19:11:23.201Z # # # # # # #
17582026-04-02T19:11:23.201Z #### ###### # # # #
17592026-04-02T19:11:23.201Z
17602026-04-02T19:11:23.201Z+ export CARGO_INCREMENTAL=0
17612026-04-02T19:11:23.201Z+ CARGO_INCREMENTAL=0
17622026-04-02T19:11:23.201Z+ ptime -m cargo xtask clippy
17632026-04-02T19:11:23.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17642026-04-02T19:11:24.193Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17652026-04-02T19:11:26.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
17662026-04-02T19:11:26.800Z Running `target/debug/xtask clippy`
17672026-04-02T19:11:26.837Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17682026-04-02T19:11:27.652Z Downloading crates ...
17692026-04-02T19:11:27.940Z Downloaded target-triple v1.0.0
17702026-04-02T19:11:27.975Z Downloaded owo-colors v3.5.0
17712026-04-02T19:11:27.975Z Downloaded async-lock v3.4.2
17722026-04-02T19:11:27.975Z Downloaded hickory-client v0.25.2
17732026-04-02T19:11:27.975Z Downloaded assert-json-diff v2.0.2
17742026-04-02T19:11:27.975Z Downloaded assert_cmd v2.1.2
17752026-04-02T19:11:27.975Z Downloaded toml_datetime v1.0.0+spec-1.1.0
17762026-04-02T19:11:27.975Z Downloaded target-spec v3.5.7
17772026-04-02T19:11:27.975Z Downloaded stringmetrics v2.2.2
17782026-04-02T19:11:27.975Z Downloaded approx v0.5.1
17792026-04-02T19:11:27.975Z Downloaded addr2line v0.25.1
17802026-04-02T19:11:27.975Z Downloaded supports-color v2.1.0
17812026-04-02T19:11:27.975Z Downloaded linkme-impl v0.3.35
17822026-04-02T19:11:27.975Z Downloaded blake2b_simd v1.0.4
17832026-04-02T19:11:27.975Z Downloaded guppy-workspace-hack v0.1.0
17842026-04-02T19:11:27.975Z Downloaded futures-timer v3.0.3
17852026-04-02T19:11:27.975Z Downloaded event-listener v5.4.1
17862026-04-02T19:11:27.976Z Downloaded serde_regex v1.1.0
17872026-04-02T19:11:27.976Z Downloaded relative-path v1.9.3
17882026-04-02T19:11:27.976Z Downloaded event-listener-strategy v0.5.4
17892026-04-02T19:11:27.976Z Downloaded parking v2.2.1
17902026-04-02T19:11:27.976Z Downloaded async-object-pool v0.2.0
17912026-04-02T19:11:27.976Z Downloaded plotters-svg v0.3.7
17922026-04-02T19:11:27.976Z Downloaded escape8259 v0.5.3
17932026-04-02T19:11:28.107Z Downloaded cast v0.3.0
17942026-04-02T19:11:28.107Z Downloaded supports-hyperlinks v2.1.0
17952026-04-02T19:11:28.107Z Downloaded constant_time_eq v0.3.1
17962026-04-02T19:11:28.107Z Downloaded nested v0.1.1
17972026-04-02T19:11:28.107Z Downloaded cargo-platform v0.3.2
17982026-04-02T19:11:28.107Z Downloaded path-tree v0.8.3
17992026-04-02T19:11:28.107Z Downloaded tinytemplate v1.2.1
18002026-04-02T19:11:28.107Z Downloaded terminal_size v0.1.17
18012026-04-02T19:11:28.107Z Downloaded pathdiff v0.2.3
18022026-04-02T19:11:28.107Z Downloaded supports-unicode v2.1.0
18032026-04-02T19:11:28.107Z Downloaded plotters-backend v0.3.7
18042026-04-02T19:11:28.107Z Downloaded termcolor v1.4.1
18052026-04-02T19:11:28.108Z Downloaded concurrent-queue v2.5.0
18062026-04-02T19:11:28.108Z Downloaded rustc-demangle v0.1.27
18072026-04-02T19:11:28.108Z Downloaded knuffel-derive v3.2.0
18082026-04-02T19:11:28.108Z Downloaded rstest_macros v0.25.0
18092026-04-02T19:11:28.108Z Downloaded anes v0.1.6
18102026-04-02T19:11:28.108Z Downloaded miette-derive v5.10.0
18112026-04-02T19:11:28.108Z Downloaded similar-asserts v1.7.0
18122026-04-02T19:11:28.108Z Downloaded httptest v0.16.4
18132026-04-02T19:11:28.108Z Downloaded libtest-mimic v0.8.1
18142026-04-02T19:11:28.108Z Downloaded cfg-expr v0.20.6
18152026-04-02T19:11:28.108Z Downloaded rust-argon2 v2.1.0
18162026-04-02T19:11:28.108Z Downloaded backtrace-ext v0.2.1
18172026-04-02T19:11:28.108Z Downloaded target-lexicon v0.13.3
18182026-04-02T19:11:28.108Z Downloaded partial-io v0.5.4
18192026-04-02T19:11:28.109Z Downloaded cargo_metadata v0.23.1
18202026-04-02T19:11:28.109Z Downloaded oorandom v11.1.5
18212026-04-02T19:11:28.109Z Downloaded linkme v0.3.35
18222026-04-02T19:11:28.109Z Downloaded criterion-plot v0.6.0
18232026-04-02T19:11:28.109Z Downloaded backtrace v0.3.76
18242026-04-02T19:11:28.109Z Downloaded datatest-stable v0.3.3
18252026-04-02T19:11:28.109Z Downloaded textwrap v0.15.2
18262026-04-02T19:11:28.109Z Downloaded rand_distr v0.5.1
18272026-04-02T19:11:28.109Z Downloaded rstest v0.25.0
18282026-04-02T19:11:28.109Z Downloaded toml v1.0.3+spec-1.1.0
18292026-04-02T19:11:28.109Z Downloaded knuffel v3.2.0
18302026-04-02T19:11:28.109Z Downloaded chumsky v0.9.3
18312026-04-02T19:11:28.109Z Downloaded trybuild v1.0.116
18322026-04-02T19:11:28.109Z Downloaded miette v5.10.0
18332026-04-02T19:11:28.109Z Downloaded fancy-regex v0.14.0
18342026-04-02T19:11:28.109Z Downloaded criterion v0.7.0
18352026-04-02T19:11:28.109Z Downloaded hashbrown v0.14.5
18362026-04-02T19:11:28.109Z Downloaded guppy v0.17.25
18372026-04-02T19:11:28.110Z Downloaded plotters v0.3.7
18382026-04-02T19:11:28.142Z Downloaded gimli v0.32.3
18392026-04-02T19:11:29.256Z Downloaded httpmock v0.8.3
18402026-04-02T19:11:30.364Z Checking cfg-if v1.0.4
18412026-04-02T19:11:30.771Z Checking libc v0.2.180
18422026-04-02T19:11:30.785Z Checking serde_core v1.0.228
18432026-04-02T19:11:30.866Z Checking memchr v2.8.0
18442026-04-02T19:11:30.911Z Checking smallvec v1.15.1
18452026-04-02T19:11:30.968Z Checking itoa v1.0.17
18462026-04-02T19:11:31.019Z Checking log v0.4.29
18472026-04-02T19:11:31.057Z Checking zeroize v1.8.2
18482026-04-02T19:11:31.109Z Checking libm v0.2.16
18492026-04-02T19:11:31.180Z Checking stable_deref_trait v1.2.1
18502026-04-02T19:11:31.180Z Checking scopeguard v1.2.0
18512026-04-02T19:11:31.272Z Checking zmij v1.0.21
18522026-04-02T19:11:31.421Z Checking zerofrom v0.1.6
18532026-04-02T19:11:31.435Z Checking lock_api v0.4.14
18542026-04-02T19:11:31.435Z Checking errno v0.3.14
18552026-04-02T19:11:31.436Z Checking getrandom v0.2.17
18562026-04-02T19:11:31.506Z Checking yoke v0.8.1
18572026-04-02T19:11:31.555Z Checking percent-encoding v2.3.2
18582026-04-02T19:11:31.617Z Checking litemap v0.8.1
18592026-04-02T19:11:31.660Z Checking writeable v0.6.2
18602026-04-02T19:11:31.702Z Checking icu_properties_data v2.1.2
18612026-04-02T19:11:31.716Z Checking icu_normalizer_data v2.1.1
18622026-04-02T19:11:31.797Z Checking zerovec v0.11.5
18632026-04-02T19:11:31.797Z Checking zerotrie v0.2.3
18642026-04-02T19:11:31.888Z Checking form_urlencoded v1.2.2
18652026-04-02T19:11:31.933Z Checking utf8_iter v1.0.4
18662026-04-02T19:11:31.980Z Checking subtle v2.6.1
18672026-04-02T19:11:32.023Z Checking rand_core v0.10.0
18682026-04-02T19:11:32.086Z Checking rand_core v0.6.4
18692026-04-02T19:11:32.142Z Checking portable-atomic v1.13.1
18702026-04-02T19:11:32.180Z Checking num-traits v0.2.19
18712026-04-02T19:11:32.237Z Checking pin-project-lite v0.2.17
18722026-04-02T19:11:32.268Z Checking getrandom v0.4.1
18732026-04-02T19:11:32.310Z Checking zerocopy v0.8.40
18742026-04-02T19:11:32.359Z Checking critical-section v1.2.0
18752026-04-02T19:11:32.408Z Checking parking_lot_core v0.9.12
18762026-04-02T19:11:32.454Z Checking tinystr v0.8.2
18772026-04-02T19:11:32.506Z Checking potential_utf v0.1.4
18782026-04-02T19:11:32.559Z Checking signal-hook-registry v1.4.8
18792026-04-02T19:11:32.688Z Checking parking_lot v0.12.5
18802026-04-02T19:11:32.732Z Checking icu_locale_core v2.1.1
18812026-04-02T19:11:32.732Z Checking icu_collections v2.1.1
18822026-04-02T19:11:32.832Z Checking once_cell v1.21.3
18832026-04-02T19:11:32.899Z Checking mio v1.1.1
18842026-04-02T19:11:32.958Z Checking serde v1.0.228
18852026-04-02T19:11:33.047Z Checking serde_json v1.0.149
18862026-04-02T19:11:33.087Z Checking bitflags v2.11.0
18872026-04-02T19:11:33.118Z Checking typenum v1.19.0
18882026-04-02T19:11:33.167Z Checking iana-time-zone v0.1.65
18892026-04-02T19:11:33.286Z Checking socket2 v0.6.2
18902026-04-02T19:11:33.345Z Checking uuid v1.21.0
18912026-04-02T19:11:33.385Z Checking semver v1.0.27
18922026-04-02T19:11:33.560Z Checking bytes v1.11.1
18932026-04-02T19:11:33.614Z Checking icu_provider v2.1.1
18942026-04-02T19:11:33.663Z Checking chrono v0.4.44
18952026-04-02T19:11:33.703Z Checking thiserror v2.0.18
18962026-04-02T19:11:33.830Z Checking allocator-api2 v0.2.21
18972026-04-02T19:11:33.862Z Checking generic-array v0.14.7
18982026-04-02T19:11:33.916Z Checking futures-core v0.3.32
18992026-04-02T19:11:33.978Z Checking icu_normalizer v2.1.1
19002026-04-02T19:11:34.013Z Checking icu_properties v2.1.2
19012026-04-02T19:11:34.115Z Checking dyn-clone v1.0.20
19022026-04-02T19:11:34.202Z Checking tokio v1.49.0
19032026-04-02T19:11:34.261Z Checking equivalent v1.0.2
19042026-04-02T19:11:34.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19052026-04-02T19:11:34.422Z Checking const-oid v0.9.6
19062026-04-02T19:11:34.442Z Checking foldhash v0.2.0
19072026-04-02T19:11:34.549Z Checking crypto-common v0.1.7
19082026-04-02T19:11:34.721Z Checking hashbrown v0.16.1
19092026-04-02T19:11:34.762Z Checking block-buffer v0.10.4
19102026-04-02T19:11:34.811Z Checking futures-sink v0.3.32
19112026-04-02T19:11:34.854Z Checking byteorder v1.5.0
19122026-04-02T19:11:34.920Z Checking futures-channel v0.3.32
19132026-04-02T19:11:34.977Z Checking rustix v1.1.3
19142026-04-02T19:11:35.194Z Checking slab v0.4.12
19152026-04-02T19:11:35.234Z Checking futures-task v0.3.32
19162026-04-02T19:11:35.244Z Checking idna_adapter v1.2.1
19172026-04-02T19:11:35.402Z Checking futures-io v0.3.32
19182026-04-02T19:11:35.446Z Checking cpufeatures v0.2.17
19192026-04-02T19:11:35.464Z Checking indexmap v2.13.0
19202026-04-02T19:11:35.526Z Checking digest v0.10.7
19212026-04-02T19:11:35.539Z Checking idna v1.1.0
19222026-04-02T19:11:35.628Z Checking thiserror v1.0.69
19232026-04-02T19:11:35.649Z Checking futures-util v0.3.32
19242026-04-02T19:11:35.768Z Checking getrandom v0.3.4
19252026-04-02T19:11:35.823Z Checking fnv v1.0.7
19262026-04-02T19:11:35.929Z Checking url v2.5.8
19272026-04-02T19:11:35.996Z Checking regex-syntax v0.8.10
19282026-04-02T19:11:36.021Z Checking base64 v0.22.1
19292026-04-02T19:11:36.178Z Checking http v1.4.0
19302026-04-02T19:11:36.300Z Checking tracing-core v0.1.36
19312026-04-02T19:11:36.355Z Checking ppv-lite86 v0.2.21
19322026-04-02T19:11:36.412Z Checking unicode-ident v1.0.24
19332026-04-02T19:11:36.539Z Checking schemars v0.8.22
19342026-04-02T19:11:36.584Z Checking ipnet v2.11.0
19352026-04-02T19:11:36.756Z Checking tracing v0.1.44
19362026-04-02T19:11:36.828Z Checking proc-macro2 v1.0.106
19372026-04-02T19:11:36.983Z Checking anstyle v1.0.13
19382026-04-02T19:11:37.041Z Checking untrusted v0.9.0
19392026-04-02T19:11:37.083Z Checking utf8parse v0.2.2
19402026-04-02T19:11:37.207Z Checking ring v0.17.14
19412026-04-02T19:11:37.307Z Checking aho-corasick v1.1.4
19422026-04-02T19:11:37.325Z Checking quote v1.0.44
19432026-04-02T19:11:37.325Z Checking anstyle-parse v0.2.7
19442026-04-02T19:11:37.486Z Checking is_terminal_polyfill v1.70.2
19452026-04-02T19:11:37.551Z Checking syn v2.0.117
19462026-04-02T19:11:37.606Z Checking anstyle-query v1.1.5
19472026-04-02T19:11:37.656Z Checking base64ct v1.8.3
19482026-04-02T19:11:37.746Z Checking colorchoice v1.0.4
19492026-04-02T19:11:37.850Z Checking block-padding v0.3.3
19502026-04-02T19:11:37.922Z Checking anstream v0.6.21
19512026-04-02T19:11:38.001Z Checking rustls-pki-types v1.14.0
19522026-04-02T19:11:38.053Z Checking httparse v1.10.1
19532026-04-02T19:11:38.223Z Checking inout v0.1.4
19542026-04-02T19:11:38.268Z Checking regex-automata v0.4.14
19552026-04-02T19:11:38.366Z Checking terminal_size v0.4.3
19562026-04-02T19:11:38.421Z Checking crossbeam-utils v0.8.21
19572026-04-02T19:11:38.484Z Checking cipher v0.4.4
19582026-04-02T19:11:38.505Z Checking strsim v0.11.1
19592026-04-02T19:11:38.546Z Checking clap_lex v1.0.0
19602026-04-02T19:11:38.591Z Checking http-body v1.0.1
19612026-04-02T19:11:38.635Z Checking tokio-util v0.7.18
19622026-04-02T19:11:38.749Z Checking rand_core v0.9.5
19632026-04-02T19:11:38.814Z Checking sha2 v0.10.9
19642026-04-02T19:11:38.859Z Checking clap_builder v4.5.60
19652026-04-02T19:11:38.920Z Checking atomic-waker v1.1.2
19662026-04-02T19:11:38.954Z Checking pem-rfc7468 v0.7.0
19672026-04-02T19:11:39.022Z Checking try-lock v0.2.5
19682026-04-02T19:11:39.069Z Checking httpdate v1.0.3
19692026-04-02T19:11:39.191Z Checking want v0.3.1
19702026-04-02T19:11:39.220Z Checking hmac v0.12.1
19712026-04-02T19:11:39.246Z Checking pin-utils v0.1.0
19722026-04-02T19:11:39.309Z Checking ryu v1.0.23
19732026-04-02T19:11:39.380Z Checking tower-service v0.3.3
19742026-04-02T19:11:39.436Z Checking tower-layer v0.3.3
19752026-04-02T19:11:39.463Z Checking rand_chacha v0.9.0
19762026-04-02T19:11:39.620Z Checking erased-serde v0.3.31
19772026-04-02T19:11:39.674Z Checking h2 v0.4.13
19782026-04-02T19:11:39.674Z Checking flagset v0.4.7
19792026-04-02T19:11:39.701Z Checking powerfmt v0.2.0
19802026-04-02T19:11:39.766Z Checking rand v0.9.2
19812026-04-02T19:11:39.800Z Checking der v0.7.10
19822026-04-02T19:11:39.880Z Checking deranged v0.5.8
19832026-04-02T19:11:40.167Z Checking slog v2.8.2
19842026-04-02T19:11:40.436Z Checking spin v0.9.8
19852026-04-02T19:11:40.509Z Checking anyhow v1.0.102
19862026-04-02T19:11:40.568Z Checking clap v4.5.60
19872026-04-02T19:11:40.701Z Checking num-conv v0.2.0
19882026-04-02T19:11:40.721Z Checking time-core v0.1.8
19892026-04-02T19:11:40.799Z Checking num_threads v0.1.7
19902026-04-02T19:11:40.813Z Checking http-body-util v0.1.3
19912026-04-02T19:11:40.904Z Checking aws-lc-sys v0.37.1
19922026-04-02T19:11:40.914Z Checking untrusted v0.7.1
19932026-04-02T19:11:40.914Z Checking openssl-probe v0.2.1
19942026-04-02T19:11:40.948Z Checking regex v1.12.3
19952026-04-02T19:11:41.095Z Checking serde_urlencoded v0.7.1
19962026-04-02T19:11:41.127Z Checking rand_chacha v0.3.1
19972026-04-02T19:11:41.215Z Checking fastrand v2.3.0
19982026-04-02T19:11:41.243Z Checking spki v0.7.3
19992026-04-02T19:11:41.323Z Checking time v0.3.47
20002026-04-02T19:11:41.386Z Checking pbkdf2 v0.12.2
20012026-04-02T19:11:41.434Z Checking rand v0.8.5
20022026-04-02T19:11:41.502Z Checking aes v0.8.4
20032026-04-02T19:11:41.511Z Checking unicode-width v0.2.0
20042026-04-02T19:11:41.530Z Checking pretty-hex v0.4.1
20052026-04-02T19:11:41.645Z Checking cbc v0.1.2
20062026-04-02T19:11:41.681Z Checking aws-lc-rs v1.16.0
20072026-04-02T19:11:41.777Z Checking salsa20 v0.10.2
20082026-04-02T19:11:41.832Z Checking ipnetwork v0.21.1
20092026-04-02T19:11:41.889Z Checking hex v0.4.3
20102026-04-02T19:11:41.980Z Checking scrypt v0.11.0
20112026-04-02T19:11:42.081Z Checking tempfile v3.25.0
20122026-04-02T19:11:42.152Z Checking rustls-native-certs v0.8.3
20132026-04-02T19:11:42.205Z Checking sync_wrapper v1.0.2
20142026-04-02T19:11:42.245Z Checking plain v0.2.3
20152026-04-02T19:11:42.281Z Checking pkcs5 v0.7.1
20162026-04-02T19:11:42.354Z Checking webpki-roots v1.0.6
20172026-04-02T19:11:42.411Z Checking tower v0.5.3
20182026-04-02T19:11:42.416Z Checking camino v1.2.2
20192026-04-02T19:11:42.492Z Checking iri-string v0.7.10
20202026-04-02T19:11:42.533Z Checking ucd-trie v0.1.7
20212026-04-02T19:11:42.670Z Checking pkcs8 v0.10.2
20222026-04-02T19:11:42.740Z Checking pest v2.8.6
20232026-04-02T19:11:42.872Z Checking openapiv3 v2.2.0
20242026-04-02T19:11:42.906Z Checking rustls-webpki v0.103.9
20252026-04-02T19:11:42.941Z Checking either v1.15.0
20262026-04-02T19:11:42.950Z Checking mime v0.3.17
20272026-04-02T19:11:43.021Z Checking winnow v0.7.14
20282026-04-02T19:11:43.230Z Checking oxnet v0.1.4
20292026-04-02T19:11:43.276Z Checking lazy_static v1.5.0
20302026-04-02T19:11:43.300Z Checking hyper v1.8.1
20312026-04-02T19:11:43.411Z Checking static_assertions v1.1.0
20322026-04-02T19:11:43.497Z Checking rustls v0.23.37
20332026-04-02T19:11:43.530Z Checking signature v2.2.0
20342026-04-02T19:11:43.590Z Checking encoding_rs v0.8.35
20352026-04-02T19:11:43.737Z Checking foreign-types-shared v0.1.1
20362026-04-02T19:11:43.873Z Checking simd-adler32 v0.3.8
20372026-04-02T19:11:43.977Z Checking tower-http v0.6.8
20382026-04-02T19:11:44.148Z Checking foreign-types v0.3.2
20392026-04-02T19:11:44.266Z Checking hubpack v0.1.2
20402026-04-02T19:11:44.321Z Checking openssl-sys v0.9.111
20412026-04-02T19:11:44.413Z Checking adler2 v2.0.1
20422026-04-02T19:11:44.518Z Checking sha1 v0.10.6
20432026-04-02T19:11:44.658Z Checking miniz_oxide v0.8.9
20442026-04-02T19:11:44.693Z Checking hyper-util v0.1.20
20452026-04-02T19:11:44.694Z Checking strum v0.26.3
20462026-04-02T19:11:44.729Z Checking data-encoding v2.10.0
20472026-04-02T19:11:44.783Z Checking tinyvec_macros v0.1.1
20482026-04-02T19:11:44.865Z Checking toml_datetime v0.6.11
20492026-04-02T19:11:44.911Z Checking tinyvec v1.10.0
20502026-04-02T19:11:44.978Z Checking serde_spanned v0.6.9
20512026-04-02T19:11:45.042Z Checking openssl v0.10.75
20522026-04-02T19:11:45.106Z Checking num-integer v0.1.46
20532026-04-02T19:11:45.162Z Checking scroll v0.13.0
20542026-04-02T19:11:45.172Z Checking memmap2 v0.9.10
20552026-04-02T19:11:45.173Z Checking bit-vec v0.8.0
20562026-04-02T19:11:45.336Z Checking base16ct v0.2.0
20572026-04-02T19:11:45.422Z Checking dtrace-parser v0.3.0
20582026-04-02T19:11:45.485Z Checking bit-set v0.8.0
20592026-04-02T19:11:45.516Z Checking goblin v0.10.5
20602026-04-02T19:11:45.516Z Checking crossbeam-epoch v0.9.18
20612026-04-02T19:11:45.631Z Checking sec1 v0.7.3
20622026-04-02T19:11:45.709Z Checking crc32fast v1.5.0
20632026-04-02T19:11:45.762Z Checking ff v0.13.1
20642026-04-02T19:11:45.891Z Checking thread-id v5.1.0
20652026-04-02T19:11:45.942Z Checking wait-timeout v0.2.1
20662026-04-02T19:11:45.961Z Checking num-iter v0.1.45
20672026-04-02T19:11:46.026Z Checking group v0.13.0
20682026-04-02T19:11:46.052Z Checking bstr v1.12.1
20692026-04-02T19:11:46.127Z Checking hkdf v0.12.4
20702026-04-02T19:11:46.180Z Checking ahash v0.8.12
20712026-04-02T19:11:46.261Z Checking crypto-bigint v0.5.5
20722026-04-02T19:11:46.342Z Checking quick-error v1.2.3
20732026-04-02T19:11:46.376Z Checking psl-types v2.0.11
20742026-04-02T19:11:46.469Z Checking cookie v0.18.1
20752026-04-02T19:11:46.515Z Checking rusty-fork v0.3.1
20762026-04-02T19:11:46.555Z Checking publicsuffix v2.3.0
20772026-04-02T19:11:46.648Z Checking rand_xorshift v0.4.0
20782026-04-02T19:11:46.793Z Checking scroll v0.12.0
20792026-04-02T19:11:46.825Z Checking unarray v0.1.4
20802026-04-02T19:11:46.869Z Checking tokio-rustls v0.26.4
20812026-04-02T19:11:46.869Z Checking cookie_store v0.22.1
20822026-04-02T19:11:46.945Z Checking rustls-platform-verifier v0.6.2
20832026-04-02T19:11:46.988Z Checking proptest v1.10.0
20842026-04-02T19:11:47.093Z Checking goblin v0.8.2
20852026-04-02T19:11:47.151Z Checking num-bigint-dig v0.8.6
20862026-04-02T19:11:47.202Z Checking hyper-rustls v0.27.7
20872026-04-02T19:11:47.364Z Checking pkcs1 v0.7.5
20882026-04-02T19:11:47.500Z Checking x509-cert v0.2.5
20892026-04-02T19:11:47.665Z Checking elliptic-curve v0.13.8
20902026-04-02T19:11:47.701Z Checking zerocopy v0.7.35
20912026-04-02T19:11:48.124Z Checking native-tls v0.2.18
20922026-04-02T19:11:48.147Z Checking zlib-rs v0.6.2
20932026-04-02T19:11:48.217Z Checking tokio-native-tls v0.3.1
20942026-04-02T19:11:48.352Z Checking unicode-segmentation v1.12.0
20952026-04-02T19:11:48.412Z Checking rsa v0.9.10
20962026-04-02T19:11:48.462Z Checking hyper-tls v0.6.0
20972026-04-02T19:11:48.476Z Checking reqwest v0.13.2
20982026-04-02T19:11:48.713Z Checking reqwest v0.12.28
20992026-04-02T19:11:48.796Z Checking dof v0.4.0
21002026-04-02T19:11:48.817Z Checking crossbeam-deque v0.8.6
21012026-04-02T19:11:49.100Z Checking dtrace-parser v0.2.0
21022026-04-02T19:11:49.142Z Checking rfc6979 v0.4.0
21032026-04-02T19:11:49.322Z Checking thread-id v4.2.2
21042026-04-02T19:11:49.359Z Checking flate2 v1.1.9
21052026-04-02T19:11:49.434Z Checking toml_write v0.1.2
21062026-04-02T19:11:49.482Z Checking ecdsa v0.16.9
21072026-04-02T19:11:49.535Z Checking newtype-uuid v1.3.2
21082026-04-02T19:11:49.679Z Checking toml_parser v1.0.9+spec-1.1.0
21092026-04-02T19:11:49.735Z Checking usdt-impl v0.6.0
21102026-04-02T19:11:49.769Z Checking toml_edit v0.22.27
21112026-04-02T19:11:49.820Z Checking dof v0.3.0
21122026-04-02T19:11:49.833Z Checking curve25519-dalek v4.1.3
21132026-04-02T19:11:49.902Z Checking memoffset v0.9.1
21142026-04-02T19:11:49.918Z Checking rustix v0.38.44
21152026-04-02T19:11:50.010Z Checking env_filter v1.0.0
21162026-04-02T19:11:50.065Z Checking keccak v0.1.6
21172026-04-02T19:11:50.191Z Checking usdt v0.6.0
21182026-04-02T19:11:50.243Z Checking daft v0.1.5
21192026-04-02T19:11:50.275Z Checking env_logger v0.11.9
21202026-04-02T19:11:50.275Z Checking usdt-impl v0.5.0
21212026-04-02T19:11:50.310Z Checking sha3 v0.10.8
21222026-04-02T19:11:50.360Z Checking ed25519 v2.2.3
21232026-04-02T19:11:50.503Z Checking itertools v0.13.0
21242026-04-02T19:11:50.537Z Checking serde_with v3.17.0
21252026-04-02T19:11:50.614Z Checking siphasher v1.0.2
21262026-04-02T19:11:50.699Z Checking bitflags v1.3.2
21272026-04-02T19:11:50.715Z Checking unicode-normalization v0.1.25
21282026-04-02T19:11:50.795Z Checking signal-hook v0.3.18
21292026-04-02T19:11:50.868Z Checking toml_datetime v0.7.5+spec-1.1.0
21302026-04-02T19:11:50.947Z Checking ed25519-dalek v2.2.0
21312026-04-02T19:11:51.080Z Checking winnow v0.5.40
21322026-04-02T19:11:51.143Z Checking managed v0.8.0
21332026-04-02T19:11:51.212Z Checking nix v0.31.1
21342026-04-02T19:11:51.296Z Checking rayon-core v1.13.0
21352026-04-02T19:11:51.311Z Checking bzip2-sys v0.1.13+1.0.8
21362026-04-02T19:11:51.377Z Checking object v0.37.3
21372026-04-02T19:11:51.426Z Checking foldhash v0.1.5
21382026-04-02T19:11:51.478Z Checking bzip2 v0.4.4
21392026-04-02T19:11:51.646Z Checking hashbrown v0.15.5
21402026-04-02T19:11:51.767Z Checking signal-hook-mio v0.2.5
21412026-04-02T19:11:51.790Z Checking ref-cast v1.0.25
21422026-04-02T19:11:51.910Z Checking zstd-sys v2.0.16+zstd.1.5.7
21432026-04-02T19:11:51.962Z Checking zip v0.6.6
21442026-04-02T19:11:52.368Z Checking bumpalo v3.20.2
21452026-04-02T19:11:52.435Z Checking zstd-safe v7.2.4
21462026-04-02T19:11:52.435Z Checking libbz2-rs-sys v0.2.2
21472026-04-02T19:11:52.435Z Checking zopfli v0.8.3
21482026-04-02T19:11:52.435Z Checking zstd v0.13.3
21492026-04-02T19:11:52.482Z Checking crossterm v0.28.1
21502026-04-02T19:11:52.600Z Checking rayon v1.11.0
21512026-04-02T19:11:52.671Z Checking similar v2.7.0
21522026-04-02T19:11:52.720Z Checking toml_edit v0.19.15
21532026-04-02T19:11:52.728Z Checking fs-err v3.3.0
21542026-04-02T19:11:52.956Z Checking hash32 v0.2.1
21552026-04-02T19:11:52.965Z Checking bzip2 v0.6.1
21562026-04-02T19:11:53.068Z Checking serde-big-array v0.5.1
21572026-04-02T19:11:53.141Z Checking unicode-properties v0.1.4
21582026-04-02T19:11:53.203Z Checking unicode-bidi v0.3.18
21592026-04-02T19:11:53.237Z Checking jiff v0.2.21
21602026-04-02T19:11:53.303Z Checking predicates-core v1.0.10
21612026-04-02T19:11:53.395Z Checking heapless v0.7.17
21622026-04-02T19:11:53.443Z Checking hickory-proto v0.25.2
21632026-04-02T19:11:53.490Z Checking tokio-stream v0.1.18
21642026-04-02T19:11:53.623Z Checking stringprep v0.1.5
21652026-04-02T19:11:53.860Z Checking md-5 v0.10.6
21662026-04-02T19:11:54.016Z Checking float-cmp v0.10.0
21672026-04-02T19:11:54.095Z Checking normalize-line-endings v0.3.0
21682026-04-02T19:11:54.146Z Checking rustc-hash v2.1.1
21692026-04-02T19:11:54.186Z Checking toml v0.7.8
21702026-04-02T19:11:54.248Z Checking difflib v0.4.0
21712026-04-02T19:11:54.260Z Checking fallible-iterator v0.2.0
21722026-04-02T19:11:54.331Z Checking iddqd v0.3.17
21732026-04-02T19:11:54.541Z Checking predicates v3.1.4
21742026-04-02T19:11:54.633Z Checking postgres-protocol v0.6.10
21752026-04-02T19:11:54.679Z Checking smoltcp v0.9.1
21762026-04-02T19:11:54.692Z Checking phf_shared v0.11.3
21772026-04-02T19:11:54.770Z Checking phf_shared v0.13.1
21782026-04-02T19:11:54.950Z Checking itertools v0.12.1
21792026-04-02T19:11:55.003Z Checking console v0.16.2
21802026-04-02T19:11:55.073Z Checking buf-list v1.1.2
21812026-04-02T19:11:55.121Z Checking strum v0.27.2
21822026-04-02T19:11:55.296Z Checking fixedbitset v0.5.7
21832026-04-02T19:11:55.359Z Checking fixedbitset v0.4.2
21842026-04-02T19:11:55.431Z Checking new_debug_unreachable v1.0.6
21852026-04-02T19:11:55.513Z Checking unit-prefix v0.5.2
21862026-04-02T19:11:55.561Z Checking precomputed-hash v0.1.1
21872026-04-02T19:11:55.568Z Checking lalrpop-util v0.19.12
21882026-04-02T19:11:55.660Z Checking petgraph v0.6.5
21892026-04-02T19:11:55.677Z Checking petgraph v0.8.3
21902026-04-02T19:11:55.747Z Checking indicatif v0.18.4
21912026-04-02T19:11:55.760Z Checking string_cache v0.8.9
21922026-04-02T19:11:55.844Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21932026-04-02T19:11:56.260Z Checking postgres-types v0.2.12
21942026-04-02T19:11:56.286Z Checking phf v0.13.1
21952026-04-02T19:11:56.372Z Checking zone v0.3.1
21962026-04-02T19:11:56.447Z Checking zip v4.6.1
21972026-04-02T19:11:56.508Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21982026-04-02T19:11:56.523Z Checking peg-runtime v0.8.5
21992026-04-02T19:11:56.773Z Checking whoami v2.1.0
22002026-04-02T19:11:56.954Z Checking futures-executor v0.3.32
22012026-04-02T19:11:57.057Z Checking is-terminal v0.4.17
22022026-04-02T19:11:57.095Z Checking tokio-postgres v0.7.16
22032026-04-02T19:11:57.172Z Checking futures v0.3.32
22042026-04-02T19:11:57.223Z Checking crossbeam-channel v0.5.15
22052026-04-02T19:11:57.287Z Compiling structmeta-derive v0.3.0
22062026-04-02T19:11:57.324Z Checking thread_local v1.1.9
22072026-04-02T19:11:57.360Z Checking term v1.2.1
22082026-04-02T19:11:57.444Z Checking take_mut v0.2.2
22092026-04-02T19:11:57.565Z Compiling newtype-uuid-macros v0.1.0
22102026-04-02T19:11:57.615Z Checking regress v0.10.5
22112026-04-02T19:11:57.680Z Checking slog-term v2.9.2
22122026-04-02T19:11:57.725Z Checking slog-async v2.8.0
22132026-04-02T19:11:57.934Z Compiling rustls v0.22.4
22142026-04-02T19:11:57.985Z Compiling multer v3.1.0
22152026-04-02T19:11:58.065Z Compiling async-stream-impl v0.3.6
22162026-04-02T19:11:58.304Z Compiling dropshot v0.16.7
22172026-04-02T19:11:58.373Z Compiling dropshot_endpoint v0.16.7
22182026-04-02T19:11:58.618Z Checking match_cfg v0.1.0
22192026-04-02T19:11:58.689Z Checking slog-json v2.6.1
22202026-04-02T19:11:58.740Z Checking hostname v0.3.1
22212026-04-02T19:11:58.792Z Compiling structmeta v0.3.0
22222026-04-02T19:11:58.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-04-02T19:11:58.901Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22242026-04-02T19:11:58.959Z Checking slog-bunyan v2.5.0
22252026-04-02T19:11:59.007Z Checking debug-ignore v1.0.5
22262026-04-02T19:11:59.096Z Compiling derive-ex v0.1.8
22272026-04-02T19:11:59.149Z Checking serde_spanned v1.0.4
22282026-04-02T19:11:59.200Z Checking toml_writer v1.0.6+spec-1.1.0
22292026-04-02T19:11:59.248Z Checking progenitor-client v0.13.0
22302026-04-02T19:11:59.355Z Checking rustls-webpki v0.102.8
22312026-04-02T19:11:59.415Z Checking serde_path_to_error v0.1.20
22322026-04-02T19:11:59.476Z Checking async-stream v0.3.6
22332026-04-02T19:11:59.522Z Checking toml v0.9.12+spec-1.1.0
22342026-04-02T19:11:59.637Z Checking waitgroup v0.1.2
22352026-04-02T19:11:59.692Z Checking rustls-pemfile v2.2.0
22362026-04-02T19:11:59.799Z Checking hostname v0.4.2
22372026-04-02T19:11:59.845Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-04-02T19:11:59.890Z Compiling parse-display-derive v0.10.0
22392026-04-02T19:11:59.981Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22402026-04-02T19:11:59.991Z Checking itertools v0.14.0
22412026-04-02T19:12:00.072Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22422026-04-02T19:12:00.630Z Checking macaddr v1.0.1
22432026-04-02T19:12:00.753Z Checking progenitor-client v0.10.0
22442026-04-02T19:12:00.754Z Checking instant v0.1.13
22452026-04-02T19:12:00.754Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22462026-04-02T19:12:00.806Z Checking backoff v0.4.0
22472026-04-02T19:12:00.806Z Checking backon v1.6.0
22482026-04-02T19:12:00.846Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22492026-04-02T19:12:00.970Z Checking progenitor-extras v0.1.1
22502026-04-02T19:12:00.978Z Checking heck v0.5.0
22512026-04-02T19:12:01.215Z Checking toml v0.8.23
22522026-04-02T19:12:01.298Z Compiling convert_case v0.4.0
22532026-04-02T19:12:01.454Z Compiling test-strategy v0.4.5
22542026-04-02T19:12:01.502Z Checking half v2.7.1
22552026-04-02T19:12:01.558Z Checking ciborium-io v0.2.2
22562026-04-02T19:12:01.725Z Checking secrecy v0.10.3
22572026-04-02T19:12:01.767Z Compiling unsafe-libyaml v0.2.11
22582026-04-02T19:12:01.894Z Compiling derive_more v0.99.20
22592026-04-02T19:12:01.941Z Checking indent_write v2.2.0
22602026-04-02T19:12:01.959Z Checking tokio-rustls v0.25.0
22612026-04-02T19:12:01.998Z Checking ciborium-ll v0.2.2
22622026-04-02T19:12:02.137Z Compiling crucible-workspace-hack v0.1.0
22632026-04-02T19:12:02.253Z Checking ciborium v0.2.2
22642026-04-02T19:12:02.318Z Checking parse-display v0.10.0
22652026-04-02T19:12:02.472Z Checking camino-tempfile v1.4.1
22662026-04-02T19:12:02.542Z Compiling serde_yaml v0.9.34+deprecated
22672026-04-02T19:12:02.834Z Checking universal-hash v0.5.1
22682026-04-02T19:12:02.892Z Checking opaque-debug v0.3.1
22692026-04-02T19:12:02.903Z Checking aead v0.5.2
22702026-04-02T19:12:03.008Z Checking typify-impl v0.6.1
22712026-04-02T19:12:03.044Z Checking poly1305 v0.8.0
22722026-04-02T19:12:03.445Z Checking chacha20 v0.9.1
22732026-04-02T19:12:03.578Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22742026-04-02T19:12:03.708Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22752026-04-02T19:12:04.507Z Compiling thiserror-impl-no-std v2.0.2
22762026-04-02T19:12:04.633Z Checking swrite v0.1.0
22772026-04-02T19:12:04.633Z Checking password-hash v0.5.0
22782026-04-02T19:12:04.689Z Checking blake2 v0.10.6
22792026-04-02T19:12:04.689Z Checking chacha20poly1305 v0.10.1
22802026-04-02T19:12:04.728Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22812026-04-02T19:12:04.828Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22822026-04-02T19:12:04.920Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22832026-04-02T19:12:04.965Z Checking argon2 v0.5.3
22842026-04-02T19:12:05.107Z Checking byte-wrapper v0.1.0
22852026-04-02T19:12:05.255Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22862026-04-02T19:12:05.406Z Compiling toml_edit v0.23.10+spec-1.0.0
22872026-04-02T19:12:05.469Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22882026-04-02T19:12:05.511Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
22892026-04-02T19:12:05.626Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22902026-04-02T19:12:05.780Z Checking thiserror-no-std v2.0.2
22912026-04-02T19:12:05.817Z Checking tabwriter v1.4.1
22922026-04-02T19:12:05.903Z Checking vsss-rs v3.3.4
22932026-04-02T19:12:06.026Z Checking glob v0.3.3
22942026-04-02T19:12:06.300Z Compiling proc-macro-crate v3.4.0
22952026-04-02T19:12:06.503Z Checking unicode-width v0.1.14
22962026-04-02T19:12:06.890Z Compiling heapless v0.8.0
22972026-04-02T19:12:06.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22982026-04-02T19:12:07.100Z Compiling ingot-macros v0.1.1
22992026-04-02T19:12:07.145Z Checking hash32 v0.3.1
23002026-04-02T19:12:07.358Z Checking colored v3.1.1
23012026-04-02T19:12:07.400Z Compiling smoltcp v0.11.0
23022026-04-02T19:12:07.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23032026-04-02T19:12:07.618Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23042026-04-02T19:12:07.672Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23052026-04-02T19:12:07.818Z Compiling num_enum_derive v0.7.5
23062026-04-02T19:12:07.976Z Checking cobs v0.3.0
23072026-04-02T19:12:08.015Z Compiling usdt-attr-macro v0.5.0
23082026-04-02T19:12:08.206Z Compiling usdt-macro v0.5.0
23092026-04-02T19:12:08.656Z Checking memmap v0.7.0
23102026-04-02T19:12:08.709Z Compiling foreign-types-macros v0.2.3
23112026-04-02T19:12:09.072Z Checking foreign-types-shared v0.3.1
23122026-04-02T19:12:09.180Z Checking cpufeatures v0.3.0
23132026-04-02T19:12:09.251Z Checking usdt v0.5.0
23142026-04-02T19:12:09.283Z Checking num_enum v0.7.5
23152026-04-02T19:12:09.321Z Checking foreign-types v0.5.0
23162026-04-02T19:12:09.412Z Checking chacha20 v0.10.0
23172026-04-02T19:12:09.470Z Checking postcard v1.1.3
23182026-04-02T19:12:09.617Z Compiling typify-macro v0.6.1
23192026-04-02T19:12:09.754Z Compiling proc-macro-crate v1.3.1
23202026-04-02T19:12:09.825Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23212026-04-02T19:12:09.825Z Checking sigpipe v0.1.3
23222026-04-02T19:12:09.901Z Checking cstr-argument v0.1.2
23232026-04-02T19:12:09.940Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-04-02T19:12:10.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23252026-04-02T19:12:10.122Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-04-02T19:12:10.280Z Compiling num_enum_derive v0.5.11
23272026-04-02T19:12:10.432Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-04-02T19:12:10.479Z Checking rand v0.10.0
23292026-04-02T19:12:10.524Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-02T19:12:10.727Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-04-02T19:12:10.754Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-04-02T19:12:10.928Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23332026-04-02T19:12:10.977Z Checking ingot-types v0.1.2
23342026-04-02T19:12:10.995Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23352026-04-02T19:12:11.234Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-04-02T19:12:11.248Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23372026-04-02T19:12:11.353Z Checking smf v0.2.3
23382026-04-02T19:12:11.502Z Checking ingot v0.1.1
23392026-04-02T19:12:11.564Z Compiling num-derive v0.4.2
23402026-04-02T19:12:12.105Z Checking num_enum v0.5.11
23412026-04-02T19:12:12.194Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-04-02T19:12:12.194Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23432026-04-02T19:12:12.194Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-04-02T19:12:12.194Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-04-02T19:12:12.194Z Checking whoami v1.6.1
23462026-04-02T19:12:12.194Z Compiling typify v0.6.1
23472026-04-02T19:12:12.319Z Compiling progenitor-impl v0.13.0
23482026-04-02T19:12:12.353Z Checking tokio-dtrace v0.1.1
23492026-04-02T19:12:12.450Z Compiling derive-where v1.6.0
23502026-04-02T19:12:12.481Z Checking atomicwrites v0.4.4
23512026-04-02T19:12:12.651Z Checking oxide-tokio-rt v0.1.3
23522026-04-02T19:12:12.689Z Checking console v0.15.11
23532026-04-02T19:12:12.850Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23542026-04-02T19:12:12.946Z Checking newline-converter v0.3.0
23552026-04-02T19:12:13.087Z Checking bytecount v0.6.9
23562026-04-02T19:12:13.111Z Checking expectorate v1.2.0
23572026-04-02T19:12:13.178Z Compiling prettyplease v0.2.37
23582026-04-02T19:12:13.231Z Compiling owo-colors v4.3.0
23592026-04-02T19:12:13.329Z Compiling cancel-safe-futures v0.1.5
23602026-04-02T19:12:13.526Z Checking libsw-core v0.3.2
23612026-04-02T19:12:13.654Z Checking same-file v1.0.6
23622026-04-02T19:12:13.789Z Checking libsw v3.5.0
23632026-04-02T19:12:13.845Z Checking linear-map v1.2.0
23642026-04-02T19:12:13.934Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-04-02T19:12:14.072Z Checking walkdir v2.5.0
23662026-04-02T19:12:14.105Z Checking num-rational v0.4.2
23672026-04-02T19:12:14.137Z Checking num-complex v0.4.6
23682026-04-02T19:12:14.270Z Checking float-ord v0.3.2
23692026-04-02T19:12:14.365Z Checking gethostname v0.5.0
23702026-04-02T19:12:14.551Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23712026-04-02T19:12:14.656Z Compiling async-recursion v1.1.1
23722026-04-02T19:12:14.703Z Checking num v0.4.3
23732026-04-02T19:12:14.726Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23742026-04-02T19:12:14.851Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23752026-04-02T19:12:15.559Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23762026-04-02T19:12:16.073Z Compiling progenitor-macro v0.13.0
23772026-04-02T19:12:16.692Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23782026-04-02T19:12:17.004Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23792026-04-02T19:12:17.083Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23802026-04-02T19:12:19.091Z Checking smawk v0.3.2
23812026-04-02T19:12:19.309Z Checking unicode-linebreak v0.1.5
23822026-04-02T19:12:19.452Z Checking resolv-conf v0.7.6
23832026-04-02T19:12:19.518Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23842026-04-02T19:12:19.663Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
23852026-04-02T19:12:19.663Z Checking globset v0.4.18
23862026-04-02T19:12:20.080Z Compiling convert_case v0.10.0
23872026-04-02T19:12:20.842Z Compiling slog-dtrace v0.3.0
23882026-04-02T19:12:21.168Z Compiling derive_more-impl v2.1.1
23892026-04-02T19:12:21.339Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
23902026-04-02T19:12:24.087Z Compiling pin-project-internal v1.1.11
23912026-04-02T19:12:24.293Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23922026-04-02T19:12:24.293Z Checking pem v3.0.6
23932026-04-02T19:12:24.293Z Checking fd-lock v4.0.4
23942026-04-02T19:12:24.293Z Checking vte v0.14.1
23952026-04-02T19:12:24.293Z Checking derive_more v2.1.1
23962026-04-02T19:12:24.293Z Checking display-error-chain v0.2.2
23972026-04-02T19:12:24.296Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-04-02T19:12:24.297Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
23992026-04-02T19:12:24.297Z Checking crossterm v0.29.0
24002026-04-02T19:12:24.297Z Checking strip-ansi-escapes v0.2.1
24012026-04-02T19:12:24.297Z Compiling snafu-derive v0.8.9
24022026-04-02T19:12:24.297Z Checking termtree v0.5.1
24032026-04-02T19:12:24.297Z Checking nu-ansi-term v0.50.3
24042026-04-02T19:12:24.297Z Checking linked-hash-map v0.5.6
24052026-04-02T19:12:24.297Z Checking reedline v0.40.0
24062026-04-02T19:12:24.297Z Checking pin-project v1.1.11
24072026-04-02T19:12:24.297Z Checking progenitor v0.13.0
24082026-04-02T19:12:24.297Z Checking lru-cache v0.1.2
24092026-04-02T19:12:24.297Z Checking textwrap v0.16.2
24102026-04-02T19:12:24.297Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24112026-04-02T19:12:24.540Z Checking olpc-cjson v0.1.4
24122026-04-02T19:12:24.541Z Checking hickory-proto v0.24.4
24132026-04-02T19:12:24.541Z Checking serde_plain v1.0.2
24142026-04-02T19:12:24.541Z Checking typed-path v0.9.3
24152026-04-02T19:12:24.659Z Compiling minimal-lexical v0.2.1
24162026-04-02T19:12:24.982Z Compiling nom v7.1.3
24172026-04-02T19:12:25.100Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24182026-04-02T19:12:25.302Z Checking snafu v0.8.9
24192026-04-02T19:12:25.604Z Checking tough v0.20.0
24202026-04-02T19:12:25.833Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24212026-04-02T19:12:26.776Z Checking hickory-resolver v0.24.4
24222026-04-02T19:12:26.869Z Compiling ar_archive_writer v0.5.1
24232026-04-02T19:12:26.869Z Checking base64 v0.21.7
24242026-04-02T19:12:26.869Z Checking humantime v2.3.0
24252026-04-02T19:12:26.899Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24262026-04-02T19:12:27.018Z Checking csv-core v0.1.13
24272026-04-02T19:12:27.072Z Compiling stacker v0.1.23
24282026-04-02T19:12:27.123Z Compiling cfg_aliases v0.1.1
24292026-04-02T19:12:27.186Z Checking qorb v0.4.1
24302026-04-02T19:12:27.248Z Checking highway v1.3.0
24312026-04-02T19:12:27.270Z Checking csv v1.4.0
24322026-04-02T19:12:27.455Z Compiling nix v0.28.0
24332026-04-02T19:12:27.542Z Checking papergrid v0.11.0
24342026-04-02T19:12:27.574Z Compiling tabled_derive v0.7.0
24352026-04-02T19:12:27.723Z Compiling psm v0.1.30
24362026-04-02T19:12:27.822Z Checking nibble_vec v0.1.0
24372026-04-02T19:12:27.970Z Checking home v0.5.12
24382026-04-02T19:12:28.022Z Checking endian-type v0.1.2
24392026-04-02T19:12:28.194Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24402026-04-02T19:12:28.241Z Checking radix_trie v0.2.1
24412026-04-02T19:12:28.404Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24422026-04-02T19:12:28.460Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24432026-04-02T19:12:28.547Z Checking phf_shared v0.12.1
24442026-04-02T19:12:28.771Z Compiling recursive-proc-macro-impl v0.1.1
24452026-04-02T19:12:28.836Z Compiling semver v0.1.20
24462026-04-02T19:12:28.909Z Compiling chrono-tz v0.10.4
24472026-04-02T19:12:28.937Z Checking tabled v0.15.0
24482026-04-02T19:12:29.009Z Checking phf v0.12.1
24492026-04-02T19:12:29.222Z Compiling rustc_version v0.1.7
24502026-04-02T19:12:29.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24512026-04-02T19:12:29.329Z Compiling const_format_proc_macros v0.2.34
24522026-04-02T19:12:29.398Z Checking recursive v0.1.1
24532026-04-02T19:12:29.657Z Compiling peg-macros v0.8.5
24542026-04-02T19:12:29.734Z Checking winnow v0.6.26
24552026-04-02T19:12:29.735Z Compiling sqlparser_derive v0.5.0
24562026-04-02T19:12:30.320Z Checking unicode_categories v0.1.1
24572026-04-02T19:12:30.509Z Checking const_format v0.2.35
24582026-04-02T19:12:33.227Z Checking sqlparser v0.61.0
24592026-04-02T19:12:33.766Z Checking rustyline v14.0.0
24602026-04-02T19:12:33.766Z Compiling newtype_derive v0.1.6
24612026-04-02T19:12:33.766Z Checking sqlformat v0.3.5
24622026-04-02T19:12:33.766Z Checking peg v0.8.5
24632026-04-02T19:12:33.766Z Checking bcs v0.1.6
24642026-04-02T19:12:33.766Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24652026-04-02T19:12:33.766Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24662026-04-02T19:12:33.766Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24672026-04-02T19:12:33.767Z Checking steno v0.4.1
24682026-04-02T19:12:33.767Z Checking utf-8 v0.7.6
24692026-04-02T19:12:33.767Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24702026-04-02T19:12:33.767Z Checking filetime v0.2.27
24712026-04-02T19:12:33.767Z Checking xattr v1.6.1
24722026-04-02T19:12:33.767Z Checking tar v0.4.45
24732026-04-02T19:12:33.890Z Checking tungstenite v0.21.0
24742026-04-02T19:12:33.890Z Checking arc-swap v1.8.2
24752026-04-02T19:12:33.950Z Compiling typify-impl v0.4.3
24762026-04-02T19:12:33.950Z Checking slog-scope v4.4.1
24772026-04-02T19:12:34.001Z Checking tokio-tungstenite v0.21.0
24782026-04-02T19:12:34.029Z Checking slog-stdlog v4.1.1
24792026-04-02T19:12:34.191Z Checking slog-envlogger v2.2.0
24802026-04-02T19:12:34.297Z Checking typeid v1.0.3
24812026-04-02T19:12:34.460Z Checking subprocess v0.2.15
24822026-04-02T19:12:34.876Z Checking headers-core v0.3.0
24832026-04-02T19:12:35.049Z Checking headers v0.4.1
24842026-04-02T19:12:35.446Z Compiling lzma-sys v0.1.20
24852026-04-02T19:12:35.707Z Compiling cargo_toml v0.22.3
24862026-04-02T19:12:36.017Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24872026-04-02T19:12:36.092Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24882026-04-02T19:12:36.167Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24892026-04-02T19:12:37.618Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24902026-04-02T19:12:37.662Z Checking yasna v0.5.2
24912026-04-02T19:12:37.662Z Checking rcgen v0.12.1
24922026-04-02T19:12:37.662Z Checking xz2 v0.1.7
24932026-04-02T19:12:37.662Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
24942026-04-02T19:12:37.662Z Checking ron v0.12.0
24952026-04-02T19:12:37.662Z Checking base16ct v1.0.0
24962026-04-02T19:12:37.802Z Checking dropshot-api-manager-types v0.6.0
24972026-04-02T19:12:38.066Z Checking tagptr v0.2.0
24982026-04-02T19:12:38.226Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992026-04-02T19:12:38.290Z Checking moka v0.12.13
25002026-04-02T19:12:38.668Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-04-02T19:12:38.668Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-04-02T19:12:38.701Z Compiling radium v0.7.0
25032026-04-02T19:12:39.076Z Compiling libefi-sys v0.1.0
25042026-04-02T19:12:39.201Z Checking hickory-resolver v0.25.2
25052026-04-02T19:12:39.314Z Compiling bitfield-struct v0.6.2
25062026-04-02T19:12:39.427Z Checking tap v1.0.1
25072026-04-02T19:12:39.613Z Compiling maybe-uninit v2.0.0
25082026-04-02T19:12:39.765Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25092026-04-02T19:12:39.941Z Compiling typify-macro v0.4.3
25102026-04-02T19:12:40.090Z Checking wyz v0.5.1
25112026-04-02T19:12:40.169Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25122026-04-02T19:12:40.209Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-04-02T19:12:40.251Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-04-02T19:12:40.571Z Compiling zerocopy-derive v0.6.6
25152026-04-02T19:12:40.642Z Checking crc-catalog v2.4.0
25162026-04-02T19:12:40.836Z Checking funty v2.0.0
25172026-04-02T19:12:40.909Z Compiling packed_struct v0.10.1
25182026-04-02T19:12:40.913Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-04-02T19:12:41.008Z Checking crc v3.4.0
25202026-04-02T19:12:41.052Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-04-02T19:12:41.260Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25222026-04-02T19:12:41.304Z Checking bitvec v1.0.1
25232026-04-02T19:12:41.511Z Compiling packed_struct_codegen v0.10.1
25242026-04-02T19:12:43.414Z Compiling bitfield-macros v0.19.4
25252026-04-02T19:12:43.414Z Compiling indexmap v1.9.3
25262026-04-02T19:12:43.458Z Checking zerocopy v0.6.6
25272026-04-02T19:12:43.458Z Checking nodrop v0.1.14
25282026-04-02T19:12:43.458Z Checking array-init v0.0.4
25292026-04-02T19:12:43.458Z Checking smallvec v0.6.14
25302026-04-02T19:12:43.458Z Compiling typify v0.4.3
25312026-04-02T19:12:43.458Z Compiling progenitor-impl v0.10.0
25322026-04-02T19:12:43.458Z Checking bitfield v0.19.4
25332026-04-02T19:12:43.458Z Checking hashbrown v0.12.3
25342026-04-02T19:12:43.458Z Checking serde-hex v0.1.0
25352026-04-02T19:12:43.458Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-04-02T19:12:43.458Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25372026-04-02T19:12:43.717Z Checking ron v0.8.1
25382026-04-02T19:12:43.902Z Checking hashbrown v0.13.2
25392026-04-02T19:12:44.476Z Checking crc-any v2.5.0
25402026-04-02T19:12:44.522Z Checking object v0.30.4
25412026-04-02T19:12:44.611Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-04-02T19:12:44.753Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25432026-04-02T19:12:44.860Z Checking path-slash v0.1.5
25442026-04-02T19:12:44.903Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25452026-04-02T19:12:45.025Z Compiling xshell-macros v0.2.7
25462026-04-02T19:12:45.095Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-04-02T19:12:45.555Z Checking xshell v0.2.7
25482026-04-02T19:12:45.604Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25492026-04-02T19:12:45.845Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25502026-04-02T19:12:46.188Z Compiling progenitor-macro v0.10.0
25512026-04-02T19:12:46.503Z Checking half v1.8.3
25522026-04-02T19:12:46.840Z Checking serde_cbor v0.11.2
25532026-04-02T19:12:46.887Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25542026-04-02T19:12:46.936Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25552026-04-02T19:12:47.420Z Compiling num-derive v0.3.3
25562026-04-02T19:12:47.462Z Compiling proc-macro-error-attr2 v2.0.0
25572026-04-02T19:12:47.577Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25582026-04-02T19:12:47.847Z Checking papergrid v0.17.0
25592026-04-02T19:12:48.003Z Compiling proc-macro-error2 v2.0.1
25602026-04-02T19:12:48.463Z Compiling tabled_derive v0.11.0
25612026-04-02T19:12:48.646Z Checking libscf-sys v1.1.0
25622026-04-02T19:12:48.852Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25632026-04-02T19:12:48.991Z Checking testing_table v0.3.0
25642026-04-02T19:12:49.144Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-04-02T19:12:49.188Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-04-02T19:12:49.191Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25672026-04-02T19:12:49.725Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25682026-04-02T19:12:49.782Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25692026-04-02T19:12:49.828Z Checking maplit v1.0.2
25702026-04-02T19:12:49.969Z Checking fxhash v0.2.1
25712026-04-02T19:12:50.101Z Checking tabled v0.20.0
25722026-04-02T19:12:50.159Z Checking crc8 v0.1.1
25732026-04-02T19:12:50.163Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25742026-04-02T19:12:50.312Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752026-04-02T19:12:50.558Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25762026-04-02T19:12:50.807Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25772026-04-02T19:12:51.021Z Checking unicase v2.9.0
25782026-04-02T19:12:51.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25792026-04-02T19:12:51.273Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25802026-04-02T19:12:51.338Z Checking kstat-rs v0.2.4
25812026-04-02T19:12:51.678Z Compiling diesel_derives v2.3.7
25822026-04-02T19:12:51.727Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25832026-04-02T19:12:51.919Z Checking scheduled-thread-pool v0.2.7
25842026-04-02T19:12:52.001Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25852026-04-02T19:12:52.059Z Compiling dsl_auto_type v0.2.0
25862026-04-02T19:12:52.156Z Compiling vergen-gitcl v1.0.8
25872026-04-02T19:12:52.201Z Compiling diesel_table_macro_syntax v0.3.0
25882026-04-02T19:12:52.424Z Compiling parking_lot_core v0.8.6
25892026-04-02T19:12:52.564Z Checking r2d2 v0.8.10
25902026-04-02T19:12:52.843Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25912026-04-02T19:12:52.890Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25922026-04-02T19:12:53.230Z Compiling git-stub v1.0.0
25932026-04-02T19:12:53.283Z Checking progenitor v0.10.0
25942026-04-02T19:12:53.317Z Checking downcast-rs v2.0.2
25952026-04-02T19:12:53.368Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25962026-04-02T19:12:53.474Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-04-02T19:12:53.489Z Compiling git-stub-vcs v0.1.0
25982026-04-02T19:12:54.051Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25992026-04-02T19:12:54.068Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26002026-04-02T19:12:54.412Z Checking parking_lot v0.11.2
26012026-04-02T19:12:54.458Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26022026-04-02T19:12:54.663Z Checking prefix-trie v0.7.0
26032026-04-02T19:12:54.714Z Checking sled v0.34.7
26042026-04-02T19:12:54.841Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26052026-04-02T19:12:54.898Z Checking nanorand v0.7.0
26062026-04-02T19:12:55.080Z Compiling dirs-sys-next v0.1.2
26072026-04-02T19:12:55.135Z Checking hickory-server v0.25.2
26082026-04-02T19:12:55.201Z Compiling crunchy v0.2.4
26092026-04-02T19:12:55.486Z Compiling dirs-next v2.0.0
26102026-04-02T19:12:55.650Z Checking flume v0.11.1
26112026-04-02T19:12:55.694Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26122026-04-02T19:12:56.021Z Compiling clang-sys v1.8.1
26132026-04-02T19:12:56.160Z Compiling tiny-keccak v2.0.2
26142026-04-02T19:12:56.523Z Compiling term v0.7.0
26152026-04-02T19:12:56.627Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26162026-04-02T19:12:56.671Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26172026-04-02T19:12:56.674Z Compiling bit-vec v0.6.3
26182026-04-02T19:12:57.016Z Compiling salty v0.3.0
26192026-04-02T19:12:57.105Z Compiling ascii-canvas v3.0.0
26202026-04-02T19:12:57.344Z Compiling bit-set v0.5.3
26212026-04-02T19:12:57.469Z Checking primeorder v0.13.6
26222026-04-02T19:12:57.606Z Compiling itertools v0.10.5
26232026-04-02T19:12:57.624Z Compiling ena v0.14.4
26242026-04-02T19:12:57.833Z Compiling libloading v0.8.9
26252026-04-02T19:12:57.881Z Compiling fs-err v2.11.0
26262026-04-02T19:12:57.951Z Compiling regex-syntax v0.6.29
26272026-04-02T19:12:58.009Z Compiling bindgen v0.71.1
26282026-04-02T19:12:58.140Z Compiling diff v0.1.13
26292026-04-02T19:12:58.615Z Compiling cexpr v0.6.0
26302026-04-02T19:12:58.674Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26312026-04-02T19:12:58.917Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26322026-04-02T19:12:59.010Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26332026-04-02T19:12:59.549Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26342026-04-02T19:12:59.592Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26352026-04-02T19:12:59.649Z Compiling libxml v0.3.3
26362026-04-02T19:12:59.868Z Compiling lalrpop v0.19.12
26372026-04-02T19:12:59.916Z Checking parse-size v1.1.0
26382026-04-02T19:13:00.078Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392026-04-02T19:13:00.121Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26402026-04-02T19:13:00.163Z Checking p384 v0.13.1
26412026-04-02T19:13:00.386Z Checking diesel v2.3.7
26422026-04-02T19:13:00.782Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26432026-04-02T19:13:00.918Z Compiling strum_macros v0.24.3
26442026-04-02T19:13:01.262Z Checking assert_matches v1.5.0
26452026-04-02T19:13:01.392Z Compiling indoc v1.0.9
26462026-04-02T19:13:02.816Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26472026-04-02T19:13:02.896Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26482026-04-02T19:13:03.161Z Checking predicates-tree v1.0.13
26492026-04-02T19:13:03.341Z Checking derive_builder v0.20.2
26502026-04-02T19:13:03.519Z Checking quick-xml v0.37.5
26512026-04-02T19:13:03.639Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26522026-04-02T19:13:03.893Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26532026-04-02T19:13:04.124Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26542026-04-02T19:13:04.173Z Compiling oso-derive v0.27.3
26552026-04-02T19:13:04.770Z Compiling trait-variant v0.1.2
26562026-04-02T19:13:04.831Z Compiling impl-trait-for-tuples v0.2.3
26572026-04-02T19:13:05.522Z Checking openssl-probe v0.1.6
26582026-04-02T19:13:05.702Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26592026-04-02T19:13:06.229Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26602026-04-02T19:13:06.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26612026-04-02T19:13:06.796Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26622026-04-02T19:13:06.838Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26632026-04-02T19:13:07.107Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-04-02T19:13:07.641Z Compiling progenitor-impl v0.11.2
26652026-04-02T19:13:08.145Z Compiling mime_guess v2.0.5
26662026-04-02T19:13:08.194Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26672026-04-02T19:13:08.599Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26682026-04-02T19:13:08.905Z Checking progenitor-client v0.11.2
26692026-04-02T19:13:09.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26702026-04-02T19:13:09.264Z Checking http-range v0.1.5
26712026-04-02T19:13:09.344Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26722026-04-02T19:13:09.600Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26732026-04-02T19:13:09.610Z Checking ignore v0.4.25
26742026-04-02T19:13:10.347Z Checking atty v0.2.14
26752026-04-02T19:13:10.507Z Checking globwalk v0.9.1
26762026-04-02T19:13:11.433Z Compiling progenitor-macro v0.11.2
26772026-04-02T19:13:11.492Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-04-02T19:13:12.110Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26792026-04-02T19:13:12.659Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26802026-04-02T19:13:13.024Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-04-02T19:13:13.336Z Checking bb8 v0.8.6
26822026-04-02T19:13:13.392Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-04-02T19:13:13.686Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26842026-04-02T19:13:13.727Z Checking corncobs v0.1.4
26852026-04-02T19:13:13.927Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-04-02T19:13:14.089Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-04-02T19:13:14.296Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-04-02T19:13:14.776Z Checking hyper-staticfile v0.10.1
26892026-04-02T19:13:14.885Z Checking camino-tempfile-ext v0.3.3
26902026-04-02T19:13:15.088Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26912026-04-02T19:13:15.171Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26922026-04-02T19:13:15.214Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-04-02T19:13:15.486Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26942026-04-02T19:13:15.566Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-04-02T19:13:16.270Z Checking signal-hook-tokio v0.3.1
26962026-04-02T19:13:16.460Z Checking secrecy v0.8.0
26972026-04-02T19:13:16.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26982026-04-02T19:13:17.498Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26992026-04-02T19:13:17.910Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-04-02T19:13:17.931Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27012026-04-02T19:13:18.076Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-04-02T19:13:18.562Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27032026-04-02T19:13:18.623Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27042026-04-02T19:13:18.624Z Checking progenitor v0.11.2
27052026-04-02T19:13:18.705Z Checking nonempty v0.12.0
27062026-04-02T19:13:18.829Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27072026-04-02T19:13:18.924Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27082026-04-02T19:13:19.010Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27092026-04-02T19:13:19.077Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27102026-04-02T19:13:19.454Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27112026-04-02T19:13:19.510Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27122026-04-02T19:13:19.995Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27132026-04-02T19:13:20.099Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27142026-04-02T19:13:20.533Z Checking async-bb8-diesel v0.2.1
27152026-04-02T19:13:20.763Z Checking diesel-dtrace v0.5.0
27162026-04-02T19:13:21.220Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172026-04-02T19:13:21.264Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27182026-04-02T19:13:21.395Z Checking tungstenite v0.23.0
27192026-04-02T19:13:22.143Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27202026-04-02T19:13:22.203Z Checking tokio-tungstenite v0.23.1
27212026-04-02T19:13:22.204Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27222026-04-02T19:13:22.474Z Checking rand_seeder v0.4.0
27232026-04-02T19:13:22.639Z Checking void v1.0.2
27242026-04-02T19:13:22.717Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27252026-04-02T19:13:22.799Z Checking lzss v0.8.2
27262026-04-02T19:13:23.122Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27272026-04-02T19:13:23.265Z Checking nix v0.27.1
27282026-04-02T19:13:23.346Z Checking serde_bytes v0.11.19
27292026-04-02T19:13:23.622Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27302026-04-02T19:13:23.703Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27312026-04-02T19:13:23.883Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27322026-04-02T19:13:24.013Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27332026-04-02T19:13:24.780Z Checking is_ci v1.2.0
27342026-04-02T19:13:29.071Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27352026-04-02T19:13:29.133Z Checking yansi v1.0.1
27362026-04-02T19:13:29.133Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27372026-04-02T19:13:29.133Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27382026-04-02T19:13:29.133Z Checking pretty_assertions v1.4.1
27392026-04-02T19:13:29.133Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27402026-04-02T19:13:29.133Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27412026-04-02T19:13:29.133Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27422026-04-02T19:13:29.133Z Compiling darling_core v0.23.0
27432026-04-02T19:13:29.133Z Compiling indoc v2.0.7
27442026-04-02T19:13:29.133Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27452026-04-02T19:13:29.133Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-04-02T19:13:29.133Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27472026-04-02T19:13:29.133Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27482026-04-02T19:13:29.169Z Compiling instability v0.3.11
27492026-04-02T19:13:29.169Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27502026-04-02T19:13:29.203Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-02T19:13:29.212Z Compiling libz-sys v1.1.24
27522026-04-02T19:13:29.743Z Checking castaway v0.2.4
27532026-04-02T19:13:29.859Z Compiling darling_macro v0.23.0
27542026-04-02T19:13:29.961Z Checking compact_str v0.8.1
27552026-04-02T19:13:30.521Z Checking supports-color v3.0.2
27562026-04-02T19:13:30.564Z Compiling darling v0.23.0
27572026-04-02T19:13:30.763Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27582026-04-02T19:13:30.879Z Checking unicode-truncate v1.1.0
27592026-04-02T19:13:31.045Z Checking lru v0.12.5
27602026-04-02T19:13:31.110Z Checking cassowary v0.3.0
27612026-04-02T19:13:31.371Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27622026-04-02T19:13:31.475Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-04-02T19:13:31.510Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27642026-04-02T19:13:31.725Z Checking ratatui v0.29.0
27652026-04-02T19:13:31.862Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27662026-04-02T19:13:33.462Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27672026-04-02T19:13:33.531Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27682026-04-02T19:13:33.587Z Compiling vergen-git2 v1.0.7
27692026-04-02T19:13:33.870Z Checking plotters-backend v0.3.7
27702026-04-02T19:13:33.946Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27712026-04-02T19:13:34.008Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27722026-04-02T19:13:34.170Z Checking plotters-svg v0.3.7
27732026-04-02T19:13:34.230Z Checking colored v2.2.0
27742026-04-02T19:13:34.282Z Compiling rustls v0.21.12
27752026-04-02T19:13:34.470Z Checking shell-words v1.1.1
27762026-04-02T19:13:34.543Z Checking cast v0.3.0
27772026-04-02T19:13:34.586Z Checking plotters v0.3.7
27782026-04-02T19:13:34.797Z Checking criterion-plot v0.6.0
27792026-04-02T19:13:34.866Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27802026-04-02T19:13:35.158Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27812026-04-02T19:13:35.438Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27822026-04-02T19:13:35.648Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27832026-04-02T19:13:35.716Z Checking sct v0.7.1
27842026-04-02T19:13:35.936Z Checking rustls-webpki v0.101.7
27852026-04-02T19:13:36.171Z Checking tinytemplate v1.2.1
27862026-04-02T19:13:36.231Z Compiling nix v0.29.0
27872026-04-02T19:13:36.431Z Checking hex-literal v0.4.1
27882026-04-02T19:13:36.512Z Checking oorandom v11.1.5
27892026-04-02T19:13:36.612Z Checking anes v0.1.6
27902026-04-02T19:13:36.885Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27912026-04-02T19:13:36.921Z Checking criterion v0.7.0
27922026-04-02T19:13:38.633Z Checking erased-serde v0.4.9
27932026-04-02T19:13:38.694Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27942026-04-02T19:13:39.201Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27952026-04-02T19:13:40.244Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
27962026-04-02T19:13:41.237Z Checking ordered-float v2.10.1
27972026-04-02T19:13:41.667Z Checking serde-value v0.7.0
27982026-04-02T19:13:41.991Z Checking serde-untagged v0.1.9
27992026-04-02T19:13:42.291Z Checking tokio-rustls v0.24.1
28002026-04-02T19:13:42.783Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28012026-04-02T19:13:42.923Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28022026-04-02T19:13:43.207Z Checking rustls-pemfile v1.0.4
28032026-04-02T19:13:43.420Z Checking twox-hash v2.1.2
28042026-04-02T19:13:43.857Z Checking unicode-xid v0.2.6
28052026-04-02T19:13:43.966Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28062026-04-02T19:13:44.037Z Checking cargo-util-schemas v0.8.2
28072026-04-02T19:13:45.289Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28082026-04-02T19:13:45.431Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28092026-04-02T19:13:45.527Z Checking fatfs v0.3.6
28102026-04-02T19:13:45.655Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28112026-04-02T19:13:46.183Z Checking cargo-platform v0.2.0
28122026-04-02T19:13:46.498Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28132026-04-02T19:13:47.480Z Compiling petname v2.0.2
28142026-04-02T19:13:48.150Z Compiling seq-macro v0.3.6
28152026-04-02T19:13:48.695Z Checking cargo_metadata v0.21.0
28162026-04-02T19:13:48.894Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28172026-04-02T19:13:49.784Z Checking concurrent-queue v2.5.0
28182026-04-02T19:13:49.852Z Checking rtoolbox v0.0.3
28192026-04-02T19:13:50.056Z Checking futures-timer v3.0.3
28202026-04-02T19:13:50.099Z Checking parking v2.2.1
28212026-04-02T19:13:50.296Z Checking event-listener v5.4.1
28222026-04-02T19:13:50.337Z Checking rpassword v7.4.0
28232026-04-02T19:13:50.652Z Checking tui-tree-widget v0.23.1
28242026-04-02T19:13:50.806Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28252026-04-02T19:13:50.926Z Checking polyval v0.6.2
28262026-04-02T19:13:51.063Z Checking sapling-renderdag v0.1.0
28272026-04-02T19:13:51.116Z Checking sync-ptr v0.1.4
28282026-04-02T19:13:51.161Z Checking ghash v0.5.1
28292026-04-02T19:13:51.273Z Checking event-listener-strategy v0.5.4
28302026-04-02T19:13:51.353Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28312026-04-02T19:13:51.394Z Checking ctr v0.9.2
28322026-04-02T19:13:51.473Z Checking constant_time_eq v0.4.2
28332026-04-02T19:13:51.644Z Checking arrayvec v0.7.6
28342026-04-02T19:13:51.684Z Checking arrayref v0.3.9
28352026-04-02T19:13:51.744Z Checking aes-gcm v0.10.3
28362026-04-02T19:13:51.876Z Checking async-lock v3.4.2
28372026-04-02T19:13:51.934Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28382026-04-02T19:13:51.974Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28392026-04-02T19:13:52.458Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28402026-04-02T19:13:53.218Z Checking ssh-encoding v0.2.0
28412026-04-02T19:13:53.323Z Checking blowfish v0.9.1
28422026-04-02T19:13:53.507Z Checking ssh-cipher v0.2.0
28432026-04-02T19:13:53.559Z Checking bcrypt-pbkdf v0.10.0
28442026-04-02T19:13:53.776Z Checking async-object-pool v0.2.0
28452026-04-02T19:13:53.811Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-04-02T19:13:53.982Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28472026-04-02T19:13:54.231Z Checking serde_regex v1.1.0
28482026-04-02T19:13:54.474Z Checking password-hash v0.4.2
28492026-04-02T19:13:54.806Z Checking assert-json-diff v2.0.2
28502026-04-02T19:13:54.853Z Compiling samael v0.0.19
28512026-04-02T19:13:54.857Z Checking path-tree v0.8.3
28522026-04-02T19:13:55.057Z Compiling target-lexicon v0.13.3
28532026-04-02T19:13:55.128Z Checking gimli v0.32.3
28542026-04-02T19:13:55.618Z Checking stringmetrics v2.2.2
28552026-04-02T19:13:55.875Z Checking httpmock v0.8.3
28562026-04-02T19:13:55.942Z Checking pbkdf2 v0.11.0
28572026-04-02T19:13:56.160Z Checking ssh-key v0.6.7
28582026-04-02T19:13:57.461Z Checking addr2line v0.25.1
28592026-04-02T19:13:57.813Z Checking p256 v0.13.2
28602026-04-02T19:13:58.179Z Checking p521 v0.13.3
28612026-04-02T19:13:58.849Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-04-02T19:13:59.050Z Checking russh-cryptovec v0.7.3
28632026-04-02T19:13:59.130Z Checking md5 v0.7.0
28642026-04-02T19:13:59.278Z Checking rustc-demangle v0.1.27
28652026-04-02T19:13:59.419Z Compiling guppy-workspace-hack v0.1.0
28662026-04-02T19:13:59.587Z Checking backtrace v0.3.76
28672026-04-02T19:14:00.071Z Checking russh-keys v0.45.0
28682026-04-02T19:14:00.130Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-04-02T19:14:00.185Z Checking num-bigint v0.4.6
28702026-04-02T19:14:00.663Z Checking des v0.8.1
28712026-04-02T19:14:01.109Z Compiling blake3 v1.8.3
28722026-04-02T19:14:01.702Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28732026-04-02T19:14:01.783Z Compiling target-spec v3.5.7
28742026-04-02T19:14:02.129Z Checking russh v0.45.0
28752026-04-02T19:14:02.193Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28762026-04-02T19:14:02.401Z Checking cfg-expr v0.20.6
28772026-04-02T19:14:06.960Z Checking backtrace-ext v0.2.1
28782026-04-02T19:14:07.025Z Checking supports-color v2.1.0
28792026-04-02T19:14:07.025Z Checking textwrap v0.15.2
28802026-04-02T19:14:07.026Z Checking supports-hyperlinks v2.1.0
28812026-04-02T19:14:07.026Z Checking supports-unicode v2.1.0
28822026-04-02T19:14:07.064Z Checking hashbrown v0.14.5
28832026-04-02T19:14:07.064Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28842026-04-02T19:14:07.064Z Checking cargo-platform v0.3.2
28852026-04-02T19:14:07.064Z Checking socket2 v0.5.10
28862026-04-02T19:14:07.065Z Checking terminal_size v0.1.17
28872026-04-02T19:14:07.065Z Compiling miette-derive v5.10.0
28882026-04-02T19:14:07.065Z Checking owo-colors v3.5.0
28892026-04-02T19:14:07.065Z Checking internet-checksum v0.2.1
28902026-04-02T19:14:07.065Z Checking chumsky v0.9.3
28912026-04-02T19:14:07.065Z Checking cargo_metadata v0.23.1
28922026-04-02T19:14:07.065Z Checking miette v5.10.0
28932026-04-02T19:14:07.065Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-04-02T19:14:07.065Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28952026-04-02T19:14:07.065Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-04-02T19:14:07.065Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
28972026-04-02T19:14:07.065Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
28982026-04-02T19:14:07.065Z Checking httptest v0.16.4
28992026-04-02T19:14:07.065Z Checking pathdiff v0.2.3
29002026-04-02T19:14:07.065Z Compiling knuffel-derive v3.2.0
29012026-04-02T19:14:07.101Z Checking topological-sort v0.2.2
29022026-04-02T19:14:07.204Z Checking nested v0.1.1
29032026-04-02T19:14:07.311Z Checking omicron-zone-package v0.12.2
29042026-04-02T19:14:07.418Z Checking guppy v0.17.25
29052026-04-02T19:14:07.644Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-04-02T19:14:07.885Z Compiling git2 v0.20.4
29072026-04-02T19:14:07.945Z Checking similar-asserts v1.7.0
29082026-04-02T19:14:08.177Z Compiling rstest_macros v0.25.0
29092026-04-02T19:14:08.568Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29102026-04-02T19:14:08.571Z Compiling target-triple v1.0.0
29112026-04-02T19:14:08.777Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29122026-04-02T19:14:08.870Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-04-02T19:14:09.087Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29142026-04-02T19:14:09.145Z Checking knuffel v3.2.0
29152026-04-02T19:14:09.742Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29162026-04-02T19:14:09.838Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29172026-04-02T19:14:10.027Z Checking hickory-client v0.25.2
29182026-04-02T19:14:10.427Z Checking toml_datetime v1.0.0+spec-1.1.0
29192026-04-02T19:14:10.700Z Checking escape8259 v0.5.3
29202026-04-02T19:14:10.748Z Compiling assert_cmd v2.1.2
29212026-04-02T19:14:10.906Z Compiling relative-path v1.9.3
29222026-04-02T19:14:11.298Z Checking libtest-mimic v0.8.1
29232026-04-02T19:14:11.666Z Checking toml v1.0.3+spec-1.1.0
29242026-04-02T19:14:12.208Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29252026-04-02T19:14:12.381Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29262026-04-02T19:14:12.564Z Checking blake2b_simd v1.0.4
29272026-04-02T19:14:12.848Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29282026-04-02T19:14:13.141Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29292026-04-02T19:14:13.279Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29302026-04-02T19:14:13.661Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29312026-04-02T19:14:13.821Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29322026-04-02T19:14:14.105Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29332026-04-02T19:14:14.371Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29342026-04-02T19:14:14.606Z Compiling polar-core v0.27.3
29352026-04-02T19:14:14.651Z Checking fancy-regex v0.14.0
29362026-04-02T19:14:14.938Z Checking serde_tokenstream v0.2.3
29372026-04-02T19:14:15.181Z Checking uzers v0.12.2
29382026-04-02T19:14:15.263Z Compiling linkme-impl v0.3.35
29392026-04-02T19:14:15.528Z Checking constant_time_eq v0.3.1
29402026-04-02T19:14:15.662Z Checking termcolor v1.4.1
29412026-04-02T19:14:15.706Z Checking rust-argon2 v2.1.0
29422026-04-02T19:14:15.981Z Checking trybuild v1.0.116
29432026-04-02T19:14:16.148Z Checking datatest-stable v0.3.3
29442026-04-02T19:14:16.529Z Checking rstest v0.25.0
29452026-04-02T19:14:16.950Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29462026-04-02T19:14:17.127Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29472026-04-02T19:14:17.435Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29482026-04-02T19:14:17.509Z Checking support-bundle-viewer v0.1.2
29492026-04-02T19:14:17.884Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29502026-04-02T19:14:18.173Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29512026-04-02T19:14:18.380Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29522026-04-02T19:14:18.475Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29532026-04-02T19:14:18.682Z Checking drift v0.1.3
29542026-04-02T19:14:18.784Z Checking rand_distr v0.5.1
29552026-04-02T19:14:19.103Z Checking multimap v0.10.1
29562026-04-02T19:14:19.364Z Checking approx v0.5.1
29572026-04-02T19:14:19.408Z Compiling linkme v0.3.35
29582026-04-02T19:14:19.586Z Checking dropshot-api-manager v0.6.0
29592026-04-02T19:14:21.114Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29602026-04-02T19:14:21.388Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29612026-04-02T19:14:21.612Z Checking oso v0.27.3
29622026-04-02T19:14:21.656Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29632026-04-02T19:14:21.842Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29642026-04-02T19:14:22.068Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29652026-04-02T19:14:22.128Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29662026-04-02T19:14:22.161Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29672026-04-02T19:14:22.493Z Checking partial-io v0.5.4
29682026-04-02T19:14:22.548Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29692026-04-02T19:14:22.818Z Checking cargo_toml v0.21.0
29702026-04-02T19:14:22.863Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29712026-04-02T19:14:22.949Z Checking termios v0.3.3
29722026-04-02T19:14:23.098Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29732026-04-02T19:14:23.562Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29742026-04-02T19:14:24.124Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29752026-04-02T19:14:25.293Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29762026-04-02T19:14:27.976Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29772026-04-02T19:14:33.267Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29782026-04-02T19:14:37.496Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29792026-04-02T19:14:41.888Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29802026-04-02T19:14:42.995Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29812026-04-02T19:14:50.363Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29822026-04-02T19:14:55.287Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
29832026-04-02T19:14:56.641Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29842026-04-02T19:14:57.264Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29852026-04-02T19:14:59.340Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29862026-04-02T19:15:09.871Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29872026-04-02T19:17:06.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
29882026-04-02T19:17:07.367Z
29892026-04-02T19:17:07.367Zreal 5:44.186350188
29902026-04-02T19:17:07.370Zuser 28:56.972579388
29912026-04-02T19:17:07.371Zsys 6:01.724906382
29922026-04-02T19:17:07.371Ztrap 0.723843446
29932026-04-02T19:17:07.371Ztflt 1.530956321
29942026-04-02T19:17:07.371Zdflt 0.754738310
29952026-04-02T19:17:07.371Zkflt 0.067887141
29962026-04-02T19:17:07.371Zlock 1:21:23.673893565
29972026-04-02T19:17:07.371Zslp 1:18:47.749762016
29982026-04-02T19:17:07.371Zlat 1:58.553359674
29992026-04-02T19:17:07.371Zstop 13:48.907930253
30002026-04-02T19:17:07.371Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30012026-04-02T19:17:07.371Z+ ptime -m cargo doc --workspace --no-deps
30022026-04-02T19:17:08.597Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30032026-04-02T19:17:08.597Z |
30042026-04-02T19:17:08.597Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30052026-04-02T19:17:08.597Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30062026-04-02T19:17:09.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30072026-04-02T19:17:10.148Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30082026-04-02T19:17:10.201Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-04-02T19:17:10.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-04-02T19:17:10.471Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30112026-04-02T19:17:10.499Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30122026-04-02T19:17:10.530Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30132026-04-02T19:17:10.567Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30142026-04-02T19:17:10.638Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30152026-04-02T19:17:10.752Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30162026-04-02T19:17:10.838Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30172026-04-02T19:17:10.898Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-04-02T19:17:10.928Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30192026-04-02T19:17:11.002Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30202026-04-02T19:17:11.035Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30212026-04-02T19:17:11.066Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30222026-04-02T19:17:11.069Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30232026-04-02T19:17:11.131Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30242026-04-02T19:17:11.194Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30252026-04-02T19:17:11.199Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30262026-04-02T19:17:11.570Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30272026-04-02T19:17:11.981Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30282026-04-02T19:17:12.053Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30292026-04-02T19:17:12.157Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30302026-04-02T19:17:12.188Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30312026-04-02T19:17:12.247Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30322026-04-02T19:17:12.403Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30332026-04-02T19:17:12.532Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30342026-04-02T19:17:12.614Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30352026-04-02T19:17:12.795Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30362026-04-02T19:17:12.986Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30372026-04-02T19:17:13.034Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30382026-04-02T19:17:13.103Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30392026-04-02T19:17:13.330Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30402026-04-02T19:17:13.377Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30412026-04-02T19:17:13.502Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30422026-04-02T19:17:13.652Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30432026-04-02T19:17:13.749Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30442026-04-02T19:17:13.823Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30452026-04-02T19:17:14.060Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30462026-04-02T19:17:14.192Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30472026-04-02T19:17:14.416Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30482026-04-02T19:17:14.451Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30492026-04-02T19:17:14.484Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30502026-04-02T19:17:14.682Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30512026-04-02T19:17:14.758Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30522026-04-02T19:17:14.850Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30532026-04-02T19:17:14.992Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30542026-04-02T19:17:15.068Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30552026-04-02T19:17:15.159Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30562026-04-02T19:17:15.189Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30572026-04-02T19:17:15.250Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30582026-04-02T19:17:15.324Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30592026-04-02T19:17:15.555Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30602026-04-02T19:17:15.583Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30612026-04-02T19:17:15.614Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30622026-04-02T19:17:15.683Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30632026-04-02T19:17:15.885Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30642026-04-02T19:17:15.915Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30652026-04-02T19:17:15.944Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30662026-04-02T19:17:16.169Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30672026-04-02T19:17:16.227Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30682026-04-02T19:17:16.255Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30692026-04-02T19:17:16.341Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30702026-04-02T19:17:16.478Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30712026-04-02T19:17:16.512Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30722026-04-02T19:17:16.598Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30732026-04-02T19:17:16.735Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30742026-04-02T19:17:16.936Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30752026-04-02T19:17:16.965Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30762026-04-02T19:17:16.995Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30772026-04-02T19:17:17.057Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-04-02T19:17:17.057Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30792026-04-02T19:17:17.272Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30802026-04-02T19:17:17.613Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30812026-04-02T19:17:17.765Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30822026-04-02T19:17:18.784Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30832026-04-02T19:17:18.880Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30842026-04-02T19:17:19.348Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30852026-04-02T19:17:19.379Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30862026-04-02T19:17:19.627Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30872026-04-02T19:17:19.823Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30882026-04-02T19:17:19.966Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30892026-04-02T19:17:20.350Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30902026-04-02T19:17:20.404Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30912026-04-02T19:17:20.727Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30922026-04-02T19:17:20.867Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30932026-04-02T19:17:21.041Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30942026-04-02T19:17:21.082Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30952026-04-02T19:17:21.819Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30962026-04-02T19:17:22.843Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30972026-04-02T19:17:23.449Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30982026-04-02T19:17:23.826Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30992026-04-02T19:17:23.858Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002026-04-02T19:17:23.890Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31012026-04-02T19:17:23.921Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31022026-04-02T19:17:24.635Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31032026-04-02T19:17:24.771Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31042026-04-02T19:17:24.968Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31052026-04-02T19:17:25.223Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31062026-04-02T19:17:25.340Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31072026-04-02T19:17:25.522Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31082026-04-02T19:17:25.648Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31092026-04-02T19:17:25.765Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31102026-04-02T19:17:25.908Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31112026-04-02T19:17:25.970Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31122026-04-02T19:17:26.166Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31132026-04-02T19:17:26.353Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31142026-04-02T19:17:26.504Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31152026-04-02T19:17:26.837Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31162026-04-02T19:17:27.924Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31172026-04-02T19:17:28.098Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31182026-04-02T19:17:28.977Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31192026-04-02T19:17:29.146Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31202026-04-02T19:17:29.288Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31212026-04-02T19:17:29.654Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-04-02T19:17:30.430Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31232026-04-02T19:17:30.651Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-04-02T19:17:30.865Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252026-04-02T19:17:30.999Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31262026-04-02T19:17:31.360Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31272026-04-02T19:17:31.755Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31282026-04-02T19:17:31.838Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31292026-04-02T19:17:32.252Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31302026-04-02T19:17:32.474Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31312026-04-02T19:17:32.510Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31322026-04-02T19:17:32.760Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31332026-04-02T19:17:32.808Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31342026-04-02T19:17:33.455Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31352026-04-02T19:17:33.972Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31362026-04-02T19:17:34.493Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31372026-04-02T19:17:34.641Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31382026-04-02T19:17:35.161Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392026-04-02T19:17:35.398Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31402026-04-02T19:17:36.520Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31412026-04-02T19:17:37.311Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31422026-04-02T19:17:37.405Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31432026-04-02T19:17:38.164Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31442026-04-02T19:17:38.281Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31452026-04-02T19:17:38.801Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31462026-04-02T19:17:39.090Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31472026-04-02T19:17:39.904Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31482026-04-02T19:17:40.259Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31492026-04-02T19:17:40.348Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31502026-04-02T19:17:40.826Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31512026-04-02T19:17:41.137Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31522026-04-02T19:17:43.422Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31532026-04-02T19:17:44.087Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31542026-04-02T19:17:45.486Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31552026-04-02T19:17:45.886Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31562026-04-02T19:17:46.217Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31572026-04-02T19:17:47.899Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31582026-04-02T19:17:48.881Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31592026-04-02T19:17:49.509Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-04-02T19:17:49.826Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31612026-04-02T19:17:50.227Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31622026-04-02T19:17:51.246Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31632026-04-02T19:17:51.481Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31642026-04-02T19:17:51.856Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31652026-04-02T19:17:53.123Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31662026-04-02T19:17:53.527Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31672026-04-02T19:17:53.942Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31682026-04-02T19:17:53.980Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31692026-04-02T19:17:54.011Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31702026-04-02T19:17:54.861Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31712026-04-02T19:17:54.977Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31722026-04-02T19:17:55.079Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31732026-04-02T19:17:55.135Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31742026-04-02T19:17:55.188Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31752026-04-02T19:17:56.370Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31762026-04-02T19:17:57.080Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31772026-04-02T19:17:57.361Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31782026-04-02T19:17:57.432Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31792026-04-02T19:17:57.592Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31802026-04-02T19:17:57.778Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31812026-04-02T19:17:58.004Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31822026-04-02T19:17:58.761Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31832026-04-02T19:17:58.894Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31842026-04-02T19:17:58.956Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31852026-04-02T19:18:00.759Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31862026-04-02T19:18:02.418Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31872026-04-02T19:18:03.330Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31882026-04-02T19:18:06.756Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31892026-04-02T19:18:08.506Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31902026-04-02T19:18:09.257Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31912026-04-02T19:18:10.042Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31922026-04-02T19:18:11.568Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31932026-04-02T19:18:13.244Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31942026-04-02T19:18:15.767Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
31952026-04-02T19:18:16.338Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31962026-04-02T19:18:17.153Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31972026-04-02T19:18:17.661Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31982026-04-02T19:18:19.443Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-04-02T19:18:21.020Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-04-02T19:18:21.168Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32012026-04-02T19:18:21.833Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32022026-04-02T19:18:22.498Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32032026-04-02T19:18:22.891Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32042026-04-02T19:18:27.272Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32052026-04-02T19:18:30.454Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-04-02T19:18:31.466Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-04-02T19:18:32.682Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32082026-04-02T19:18:33.902Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32092026-04-02T19:18:34.876Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-04-02T19:18:36.043Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32112026-04-02T19:18:37.044Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122026-04-02T19:18:38.104Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32132026-04-02T19:18:39.094Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32142026-04-02T19:18:40.594Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32152026-04-02T19:18:41.374Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32162026-04-02T19:18:41.896Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32172026-04-02T19:18:42.843Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32182026-04-02T19:18:43.920Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32192026-04-02T19:18:46.432Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32202026-04-02T19:18:48.823Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32212026-04-02T19:18:50.396Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32222026-04-02T19:18:51.022Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32232026-04-02T19:18:52.361Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32242026-04-02T19:18:53.609Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32252026-04-02T19:18:54.760Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32262026-04-02T19:18:57.927Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32272026-04-02T19:18:58.624Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282026-04-02T19:18:59.431Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32292026-04-02T19:19:01.574Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32302026-04-02T19:19:02.729Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32312026-04-02T19:19:05.978Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32322026-04-02T19:19:10.035Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-04-02T19:19:12.034Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32342026-04-02T19:19:14.037Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32352026-04-02T19:19:15.730Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-04-02T19:19:17.936Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32372026-04-02T19:19:19.780Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32382026-04-02T19:19:21.900Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32392026-04-02T19:19:24.358Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-04-02T19:19:29.197Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-04-02T19:19:30.525Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422026-04-02T19:19:31.472Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32432026-04-02T19:19:33.012Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32442026-04-02T19:19:35.003Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32452026-04-02T19:19:37.249Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32462026-04-02T19:19:40.586Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32472026-04-02T19:19:42.690Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482026-04-02T19:19:45.129Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32492026-04-02T19:19:47.434Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32502026-04-02T19:19:50.278Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32512026-04-02T19:19:52.284Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32522026-04-02T19:19:54.696Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32532026-04-02T19:19:57.105Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32542026-04-02T19:19:59.486Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32552026-04-02T19:20:01.563Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32562026-04-02T19:20:04.234Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32572026-04-02T19:20:06.321Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32582026-04-02T19:20:09.093Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32592026-04-02T19:20:11.542Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32602026-04-02T19:20:14.257Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-04-02T19:20:16.737Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32622026-04-02T19:20:19.318Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-04-02T19:20:21.765Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-04-02T19:20:24.362Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32652026-04-02T19:20:26.923Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32662026-04-02T19:20:29.459Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32672026-04-02T19:20:32.051Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682026-04-02T19:20:34.617Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32692026-04-02T19:20:39.008Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32702026-04-02T19:20:40.178Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-04-02T19:20:43.298Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32722026-04-02T19:20:48.482Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32732026-04-02T19:20:51.171Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-04-02T19:20:54.068Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32752026-04-02T19:20:56.734Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32762026-04-02T19:20:59.536Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32772026-04-02T19:21:02.145Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-04-02T19:21:05.007Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32792026-04-02T19:21:08.280Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32802026-04-02T19:21:10.893Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32812026-04-02T19:21:13.339Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32822026-04-02T19:21:16.120Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32832026-04-02T19:21:19.039Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32842026-04-02T19:21:21.760Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32852026-04-02T19:21:24.688Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32862026-04-02T19:21:27.324Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32872026-04-02T19:21:30.196Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32882026-04-02T19:21:33.078Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32892026-04-02T19:21:35.970Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32902026-04-02T19:21:38.808Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32912026-04-02T19:21:42.192Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32922026-04-02T19:21:44.796Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32932026-04-02T19:21:47.635Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32942026-04-02T19:21:50.684Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32952026-04-02T19:21:53.739Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32962026-04-02T19:21:56.502Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32972026-04-02T19:21:59.560Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32982026-04-02T19:22:02.553Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32992026-04-02T19:22:05.589Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33002026-04-02T19:22:08.592Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33012026-04-02T19:22:11.569Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33022026-04-02T19:22:14.601Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33032026-04-02T19:22:17.553Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33042026-04-02T19:22:20.605Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33052026-04-02T19:22:23.692Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33062026-04-02T19:22:26.788Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-04-02T19:22:29.915Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33082026-04-02T19:22:33.052Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33092026-04-02T19:22:36.321Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33102026-04-02T19:22:39.428Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33112026-04-02T19:22:42.556Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33122026-04-02T19:22:45.620Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33132026-04-02T19:22:48.839Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33142026-04-02T19:22:51.979Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33152026-04-02T19:22:55.740Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33162026-04-02T19:22:58.656Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33172026-04-02T19:23:01.963Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33182026-04-02T19:23:05.062Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33192026-04-02T19:23:14.353Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33202026-04-02T19:23:14.407Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33212026-04-02T19:23:18.603Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33222026-04-02T19:23:24.574Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33232026-04-02T19:23:28.091Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33242026-04-02T19:23:32.700Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33252026-04-02T19:23:37.340Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33262026-04-02T19:23:41.806Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33272026-04-02T19:23:46.312Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33282026-04-02T19:23:50.961Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33292026-04-02T19:23:55.774Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33302026-04-02T19:24:00.204Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33312026-04-02T19:24:04.776Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33322026-04-02T19:24:09.382Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33332026-04-02T19:24:13.937Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33342026-04-02T19:24:18.560Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-04-02T19:24:23.185Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33362026-04-02T19:24:27.818Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33372026-04-02T19:24:32.408Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33382026-04-02T19:24:36.971Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33392026-04-02T19:24:41.670Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33402026-04-02T19:24:46.215Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33412026-04-02T19:25:22.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 15s
33422026-04-02T19:25:23.081Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33432026-04-02T19:25:23.199Z
33442026-04-02T19:25:23.203Zreal 8:15.767299837
33452026-04-02T19:25:23.203Zuser 23:53.002185945
33462026-04-02T19:25:23.203Zsys 4:36.797328201
33472026-04-02T19:25:23.203Ztrap 0.417014199
33482026-04-02T19:25:23.203Ztflt 0.023705221
33492026-04-02T19:25:23.203Zdflt 0.056378490
33502026-04-02T19:25:23.203Zkflt 0.000029190
33512026-04-02T19:25:23.203Zlock 7:30:13.094059612
33522026-04-02T19:25:23.203Zslp 2:45:03.788605706
33532026-04-02T19:25:23.203Zlat 36.304129526
33542026-04-02T19:25:23.203Zstop 2:01.080745239
33552026-04-02T19:25:23.203Zprocess exited: duration 1011916 ms, exit code 0
 
33562026-04-02T19:25:23.210Zfound 0 output files