01KVRC5ZKDJ5BWA5CY6VJZ0MBY: clippy (helios)

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

Buildomat Job: 01KVRC9DXB06T1BYXES9SY5B6R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:19:19.255Zjob assigned to worker 01KVRCA5PRQTFNM703TH68NMT0 [factory aws, i-022b4652ab377cfd1] (queued for 1 m 14 s)
 
22026-06-22T19:19:25.779Zstarting task 0: "setup"
32026-06-22T19:19:25.783Z++ uname -s
42026-06-22T19:19:25.788Z+ kern=SunOS
52026-06-22T19:19:25.788Z+ build_user=build
62026-06-22T19:19:25.788Z+ build_uid=12345
72026-06-22T19:19:25.788Z+ work_dir=/work
82026-06-22T19:19:25.788Z+ input_dir=/input
92026-06-22T19:19:25.788Z+ [[ 0 == 12345 ]]
102026-06-22T19:19:25.788Z+ case "$kern" in
112026-06-22T19:19:25.788Z+ groupadd -g 12345 build
122026-06-22T19:19:25.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:19:27.794Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:19:27.900Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:19:27.903Z+ home_fs=zfs
162026-06-22T19:19:27.903Z+ [[ zfs == autofs ]]
172026-06-22T19:19:27.903Z+ mkdir -p /home/build
182026-06-22T19:19:27.903Z+ chown build:build /home/build /work
192026-06-22T19:19:28.904Z+ chmod 0700 /home/build /work
202026-06-22T19:19:28.907Zprocess exited: duration 3129 ms, exit code 0
 
212026-06-22T19:19:28.913Zstarting task 1: "rust-toolchain"
222026-06-22T19:19:28.917Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:19:28.917Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:19:28.917Z * rust toolchain channel = "1.94.0"
252026-06-22T19:19:28.917Z * rust toolchain profile = "default"
262026-06-22T19:19:28.918Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:19:28.918Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:19:28.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:19:28.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:19:29.015Zinfo: downloading installer
312026-06-22T19:19:30.404Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:19:30.404Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:19:30.404Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:19:30.404Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:19:30.416Zinfo: profile set to default
362026-06-22T19:19:30.416Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:19:30.419Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:19:30.565Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:19:30.568Zinfo: downloading 6 components
402026-06-22T19:19:47.486Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:19:47.486Z
422026-06-22T19:19:47.515Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:19:47.515Z
442026-06-22T19:19:47.515Z
452026-06-22T19:19:47.515ZRust is installed now. Great!
462026-06-22T19:19:47.515Z
472026-06-22T19:19:47.515ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:19:47.515Zenvironment variable. This has not been done automatically.
492026-06-22T19:19:47.515Z
502026-06-22T19:19:47.515ZTo configure your current shell, you need to source
512026-06-22T19:19:47.515Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:19:47.515Z
532026-06-22T19:19:47.515ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:19:47.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:19:47.518Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:19:47.518Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:19:47.518Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:19:47.519Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:19:47.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:19:47.519Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:19:47.519Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:19:47.623Z+ rustup --version
632026-06-22T19:19:47.632Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:19:47.635Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:19:47.655Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:19:47.659Z+ cargo --version
672026-06-22T19:19:47.670Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:19:47.673Z+ rustc --version
692026-06-22T19:19:47.693Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:19:47.696Zprocess exited: duration 18782 ms, exit code 0
 
712026-06-22T19:19:47.702Zstarting task 2: "authentication"
722026-06-22T19:19:47.716ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:20:47.874Zprocess exited: duration 60172 ms, exit code 0
 
742026-06-22T19:20:47.881Zstarting task 3: "clone repository"
752026-06-22T19:20:47.886Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:20:47.889Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:20:47.919ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:20:57.685Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:20:57.685Z+ git fetch origin cd8413c05b0086e83c64eb932d27c1d37a2d97fb
802026-06-22T19:20:57.963ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:20:57.963Z * branch cd8413c05b0086e83c64eb932d27c1d37a2d97fb -> FETCH_HEAD
822026-06-22T19:20:57.972Z+ [[ -n sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
832026-06-22T19:20:57.975Z++ git branch --show-current
842026-06-22T19:20:57.975Z+ current=main
852026-06-22T19:20:57.975Z+ [[ main != sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
862026-06-22T19:20:57.978Z+ git branch -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids cd8413c05b0086e83c64eb932d27c1d37a2d97fb
872026-06-22T19:20:57.981Z+ git checkout -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids
882026-06-22T19:20:58.223ZSwitched to branch 'sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids'
892026-06-22T19:20:58.241Z+ git reset --hard cd8413c05b0086e83c64eb932d27c1d37a2d97fb
902026-06-22T19:20:58.266ZHEAD is now at cd8413c05 rebase
912026-06-22T19:20:58.270Zprocess exited: duration 10386 ms, exit code 0
 
922026-06-22T19:20:58.276Zstarting task 4: "build"
932026-06-22T19:20:58.280Z+ source ./env.sh
942026-06-22T19:20:58.283Z++ OLD_SHELL_OPTS=ehxB
952026-06-22T19:20:58.283Z++ set -o xtrace
962026-06-22T19:20:58.283Z++++ dirname ./env.sh
972026-06-22T19:20:58.287Z+++ readlink -f .
982026-06-22T19:20:58.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-22T19:20:58.287Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-22T19:20:58.287Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-22T19:20:58.287Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-22T19:20:58.290Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-22T19:20:58.290Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-22T19:20:58.290Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-22T19:20:58.290Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-22T19:20:58.290Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-22T19:20:58.290Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T19:20:58.290Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-22T19:20:58.290Z++ case $OLD_SHELL_OPTS in
1102026-06-22T19:20:58.290Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-22T19:20:58.290Z+ source .github/buildomat/ci-env.sh
1122026-06-22T19:20:58.290Z++ export CARGO_TERM_COLOR=always
1132026-06-22T19:20:58.290Z++ CARGO_TERM_COLOR=always
1142026-06-22T19:20:58.290Z+ cargo --version
1152026-06-22T19:20:58.296Zcargo 1.94.0 (85eff7c80 2026-01-15)
1162026-06-22T19:20:58.301Z+ rustc --version
1172026-06-22T19:20:58.320Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1182026-06-22T19:20:58.324Z+ banner prerequisites
1192026-06-22T19:20:58.327Z
1202026-06-22T19:20:58.327Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-06-22T19:20:58.327Z # # # # # # # # # # # # # # #
1222026-06-22T19:20:58.327Z # # # # ##### # # ##### # # # # # #### #
1232026-06-22T19:20:58.327Z ##### ##### # ##### # # # # # # # # #
1242026-06-22T19:20:58.327Z # # # # # # # # # # # # # # #
1252026-06-22T19:20:58.327Z # # # ###### # # ###### ### # #### # #### #
1262026-06-22T19:20:58.327Z
1272026-06-22T19:20:58.327Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-06-22T19:21:00.442Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-22T19:21:00.540Z Startup: Caching catalogs ... Done
1302026-06-22T19:21:00.969ZPlanning: Solver setup ... Done (0.383s)
1312026-06-22T19:21:00.997ZPlanning: Running solver ... Done (0.024s)
1322026-06-22T19:21:01.010ZPlanning: Finding local manifests ... Done (0.003s)
1332026-06-22T19:21:01.017ZPlanning: Fetching manifests: 0/2 0% complete
1342026-06-22T19:21:01.032ZPlanning: Fetching manifests: 2/2 100% complete
1352026-06-22T19:21:01.046ZPlanning: Package planning ... Done (0.014s)
1362026-06-22T19:21:01.050ZPlanning: Merging actions ... Done (0.001s)
1372026-06-22T19:21:01.219ZPlanning: Checking for conflicting actions ... Done (0.169s)
1382026-06-22T19:21:01.223ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-06-22T19:21:01.992ZPlanning: Evaluating mediators ... Done (0.772s)
1402026-06-22T19:21:01.997ZPlanning: Planning completed in 1.43 seconds
1412026-06-22T19:21:02.001Z Packages to install: 2
1422026-06-22T19:21:02.001Z Estimated space available: 156.07 GB
1432026-06-22T19:21:02.001ZEstimated space to be consumed: 28.17 MB
1442026-06-22T19:21:02.001Z Create boot environment: No
1452026-06-22T19:21:02.001ZCreate backup boot environment: No
1462026-06-22T19:21:02.001Z Rebuild boot archive: No
1472026-06-22T19:21:02.001Z
1482026-06-22T19:21:02.001ZChanged packages:
1492026-06-22T19:21:02.001Zhelios
1502026-06-22T19:21:02.001Z developer/build-essential
1512026-06-22T19:21:02.001Z None -> 11-3.0
1522026-06-22T19:21:02.001Z library/libxmlsec1
1532026-06-22T19:21:02.001Z None -> 1.2.35-3.0
1542026-06-22T19:21:02.024Z
1552026-06-22T19:21:02.024ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-06-22T19:21:10.059ZDownload: 210/214 items 1.3/1.3MB 99% complete (1.5M/s)
1572026-06-22T19:21:10.620ZDownload: Completed 1.28 MB in 8.60 seconds (152k/s)
1582026-06-22T19:21:10.673Z Actions: 1/268 actions (Installing new actions)
1592026-06-22T19:21:10.712Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-22T19:21:10.725ZFinalize: Updating package state database ... Done (0.009s)
1612026-06-22T19:21:10.725ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-22T19:21:10.748ZFinalize: Updating image state ... Done (0.026s)
1632026-06-22T19:21:13.205ZFinalize: Creating fast lookup database ... Done (2.435s)
1642026-06-22T19:21:13.276ZFinalize: Reading search index ... Done (0.013s)
1652026-06-22T19:21:13.279ZFinalize: Updating search index ... Done (0.000s)
1662026-06-22T19:21:13.387ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-22T19:21:13.704ZPlanning: Evaluating mediator changes ... Done
1682026-06-22T19:21:13.809ZPlanning: Checking for conflicting actions ... Done
1692026-06-22T19:21:13.812ZPlanning: Consolidating action changes ... Done
1702026-06-22T19:21:13.971ZPlanning: Evaluating mediators ... Done
1712026-06-22T19:21:13.974ZPlanning: Planning completed in 0.27 seconds
1722026-06-22T19:21:13.995Z Mediators to change: 2
1732026-06-22T19:21:13.995Z Create boot environment: No
1742026-06-22T19:21:13.995ZCreate backup boot environment: No
1752026-06-22T19:21:14.044ZFinalize: Updating package state database ... Done
1762026-06-22T19:21:14.044ZFinalize: Updating package cache ... Done
1772026-06-22T19:21:14.058ZFinalize: Updating image state ... Done
1782026-06-22T19:21:16.038ZFinalize: Creating fast lookup database ... Done
1792026-06-22T19:21:16.094ZFinalize: Reading search index ... Done
1802026-06-22T19:21:16.098ZFinalize: Updating search index ... Done
1812026-06-22T19:21:16.192ZFinalize: Updating package cache ... Done
1822026-06-22T19:21:16.452ZPlanning: Evaluating mediator changes ... Done
1832026-06-22T19:21:16.571ZPlanning: Checking for conflicting actions ... Done
1842026-06-22T19:21:16.574ZPlanning: Consolidating action changes ... Done
1852026-06-22T19:21:16.718ZPlanning: Evaluating mediators ... Done
1862026-06-22T19:21:16.721ZPlanning: Planning completed in 0.27 seconds
1872026-06-22T19:21:16.743Z Mediators to change: 1
1882026-06-22T19:21:16.743Z Create boot environment: No
1892026-06-22T19:21:16.743ZCreate backup boot environment: No
1902026-06-22T19:21:16.834ZFinalize: Updating package state database ... Done
1912026-06-22T19:21:16.834ZFinalize: Updating package cache ... Done
1922026-06-22T19:21:16.845ZFinalize: Updating image state ... Done
1932026-06-22T19:21:18.812ZFinalize: Creating fast lookup database ... Done
1942026-06-22T19:21:18.882ZFinalize: Reading search index ... Done
1952026-06-22T19:21:18.885ZFinalize: Updating search index ... Done
1962026-06-22T19:21:18.946ZFinalize: Updating package cache ... Done
1972026-06-22T19:21:19.263ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-22T19:21:19.263Zapache system 2.4 system
1992026-06-22T19:21:19.263Zclang system 15 system
2002026-06-22T19:21:19.263Zcsh system system illumos
2012026-06-22T19:21:19.263Zctags system system illumos
2022026-06-22T19:21:19.263Zfile vendor vendor darwinsys
2032026-06-22T19:21:19.263Zfile system system illumos
2042026-06-22T19:21:19.263Zgcc vendor 14 vendor
2052026-06-22T19:21:19.263Zgcc system 13 system
2062026-06-22T19:21:19.263Zgcc system 10 system
2072026-06-22T19:21:19.263Zgo system 1.25 system
2082026-06-22T19:21:19.263Zllvm system 15 system
2092026-06-22T19:21:19.264Zmariadb system 11.4 system
2102026-06-22T19:21:19.264Zmta vendor vendor dma
2112026-06-22T19:21:19.264Zopenjdk system 17 system
2122026-06-22T19:21:19.264Zopenjdk system 11 system
2132026-06-22T19:21:19.264Zopenssl vendor 3 vendor
2142026-06-22T19:21:19.264Zperl system 5.40 system
2152026-06-22T19:21:19.264Zpostgresql system 18 system
2162026-06-22T19:21:19.264Zpostgresql system 17 system
2172026-06-22T19:21:19.264Zpython vendor 3 vendor
2182026-06-22T19:21:19.264Zpython system 2 system
2192026-06-22T19:21:19.264Zpython3 vendor 3.13 vendor
2202026-06-22T19:21:19.264Zruby system 3.4 system
2212026-06-22T19:21:19.264Zruby system 3.0 system
2222026-06-22T19:21:19.264Zwords vendor vendor american-english
2232026-06-22T19:21:19.264Zwords system system australian-english
2242026-06-22T19:21:19.264Zwords system system british-english
2252026-06-22T19:21:19.264Zwords system system canadian-english
2262026-06-22T19:21:19.264Zwords system system french
2272026-06-22T19:21:19.264Zwords system system italian
2282026-06-22T19:21:19.264Zwords system system ngerman
2292026-06-22T19:21:19.264Zwords system system ogerman
2302026-06-22T19:21:19.265Zwords system system spanish
2312026-06-22T19:21:19.521ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-22T19:21:19.521Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-22T19:21:19.822ZFMRI IFO
2342026-06-22T19:21:19.822Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-22T19:21:19.822Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-22T19:21:19.822Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-22T19:21:19.822Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-22T19:21:19.822Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-22T19:21:19.822Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-22T19:21:19.822Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-22T19:21:19.822Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-22T19:21:19.822Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-22T19:21:20.087Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-22T19:21:20.366Z Updating crates.io index
2452026-06-22T19:21:20.404Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-22T19:21:20.661Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-22T19:21:21.870Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-22T19:21:22.140Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-22T19:21:23.535Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-22T19:21:24.004Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-22T19:21:25.545Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-22T19:21:26.310Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-22T19:21:26.742Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-22T19:21:27.856Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-22T19:21:28.220Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-22T19:21:28.592Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-22T19:21:28.798Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-22T19:21:29.318Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-22T19:21:29.791Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-22T19:21:30.065Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-22T19:21:30.368Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-22T19:21:30.699Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-22T19:21:31.109Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-22T19:21:31.336Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-22T19:21:31.555Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-22T19:21:31.849Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-22T19:21:32.288Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-22T19:21:32.840Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-22T19:21:33.090Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-22T19:21:33.541Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-22T19:21:33.808Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-22T19:21:34.102Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-22T19:21:35.383Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-22T19:21:36.064Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-22T19:21:36.490Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-22T19:21:36.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-22T19:21:37.182Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-22T19:21:37.659Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-22T19:21:37.967Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-22T19:21:38.315Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-22T19:21:38.906Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-22T19:21:39.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-22T19:21:39.380Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-22T19:21:39.694Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-22T19:21:41.851Z Downloading crates ...
2862026-06-22T19:21:41.922Z Downloaded utf8parse v0.2.2
2872026-06-22T19:21:41.925Z Downloaded thread-id v4.2.2
2882026-06-22T19:21:41.928Z Downloaded proc-macro-error v1.0.4
2892026-06-22T19:21:41.934Z Downloaded percent-encoding v2.3.2
2902026-06-22T19:21:41.934Z Downloaded thiserror-impl v1.0.69
2912026-06-22T19:21:41.938Z Downloaded toml_write v0.1.2
2922026-06-22T19:21:41.942Z Downloaded unicode-xid v0.2.6
2932026-06-22T19:21:41.946Z Downloaded serde_spanned v0.6.9
2942026-06-22T19:21:41.950Z Downloaded unicode-linebreak v0.1.5
2952026-06-22T19:21:41.950Z Downloaded dof v0.3.0
2962026-06-22T19:21:41.950Z Downloaded clap_builder v4.6.0
2972026-06-22T19:21:41.953Z Downloaded camino-tempfile v1.4.1
2982026-06-22T19:21:41.953Z Downloaded version_check v0.9.5
2992026-06-22T19:21:41.957Z Downloaded camino v1.2.2
3002026-06-22T19:21:41.957Z Downloaded yoke-derive v0.8.1
3012026-06-22T19:21:41.957Z Downloaded terminal_size v0.4.3
3022026-06-22T19:21:41.958Z Downloaded autocfg v1.5.0
3032026-06-22T19:21:41.968Z Downloaded anstyle-query v1.1.5
3042026-06-22T19:21:41.968Z Downloaded tabled_derive v0.7.0
3052026-06-22T19:21:41.968Z Downloaded icu_provider v2.1.1
3062026-06-22T19:21:42.000Z Downloaded utf8_iter v1.0.4
3072026-06-22T19:21:42.000Z Downloaded synstructure v0.13.2
3082026-06-22T19:21:42.000Z Downloaded fastrand v2.3.0
3092026-06-22T19:21:42.000Z Downloaded equivalent v1.0.2
3102026-06-22T19:21:42.000Z Downloaded bytecount v0.6.9
3112026-06-22T19:21:42.000Z Downloaded zerofrom-derive v0.1.6
3122026-06-22T19:21:42.000Z Downloaded zerofrom v0.1.6
3132026-06-22T19:21:42.000Z Downloaded usdt-macro v0.5.0
3142026-06-22T19:21:42.000Z Downloaded usdt-attr-macro v0.5.0
3152026-06-22T19:21:42.000Z Downloaded idna_adapter v1.2.1
3162026-06-22T19:21:42.000Z Downloaded litemap v0.8.1
3172026-06-22T19:21:42.000Z Downloaded usdt v0.5.0
3182026-06-22T19:21:42.001Z Downloaded cpufeatures v0.2.17
3192026-06-22T19:21:42.001Z Downloaded memmap v0.7.0
3202026-06-22T19:21:42.001Z Downloaded dtrace-parser v0.2.0
3212026-06-22T19:21:42.001Z Downloaded heck v0.5.0
3222026-06-22T19:21:42.001Z Downloaded usdt-impl v0.5.0
3232026-06-22T19:21:42.001Z Downloaded plain v0.2.3
3242026-06-22T19:21:42.001Z Downloaded fnv v1.0.7
3252026-06-22T19:21:42.001Z Downloaded typeid v1.0.3
3262026-06-22T19:21:42.001Z Downloaded writeable v0.6.2
3272026-06-22T19:21:42.001Z Downloaded zmij v1.0.21
3282026-06-22T19:21:42.001Z Downloaded generic-array v0.14.7
3292026-06-22T19:21:42.006Z Downloaded thiserror-impl v2.0.18
3302026-06-22T19:21:42.006Z Downloaded zerovec-derive v0.11.2
3312026-06-22T19:21:42.006Z Downloaded yoke v0.8.1
3322026-06-22T19:21:42.006Z Downloaded tinystr v0.8.2
3332026-06-22T19:21:42.006Z Downloaded thiserror v2.0.18
3342026-06-22T19:21:42.006Z Downloaded toml v0.8.23
3352026-06-22T19:21:42.006Z Downloaded macaddr v1.0.1
3362026-06-22T19:21:42.006Z Downloaded ucd-trie v0.1.7
3372026-06-22T19:21:42.012Z Downloaded thiserror v1.0.69
3382026-06-22T19:21:42.012Z Downloaded block-buffer v0.10.4
3392026-06-22T19:21:42.012Z Downloaded typenum v1.19.0
3402026-06-22T19:21:42.013Z Downloaded zerocopy-derive v0.7.35
3412026-06-22T19:21:42.017Z Downloaded scroll v0.12.0
3422026-06-22T19:21:42.021Z Downloaded serde-value v0.7.0
3432026-06-22T19:21:42.024Z Downloaded textwrap v0.16.2
3442026-06-22T19:21:42.024Z Downloaded unicode-ident v1.0.24
3452026-06-22T19:21:42.024Z Downloaded smawk v0.3.2
3462026-06-22T19:21:42.027Z Downloaded cfg-if v1.0.4
3472026-06-22T19:21:42.030Z Downloaded quote v1.0.45
3482026-06-22T19:21:42.030Z Downloaded anstyle-parse v1.0.0
3492026-06-22T19:21:42.032Z Downloaded toml_edit v0.22.27
3502026-06-22T19:21:42.036Z Downloaded zerotrie v0.2.3
3512026-06-22T19:21:42.042Z Downloaded url v2.5.8
3522026-06-22T19:21:42.045Z Downloaded proc-macro-error-attr v1.0.4
3532026-06-22T19:21:42.046Z Downloaded itoa v1.0.17
3542026-06-22T19:21:42.046Z Downloaded colorchoice v1.0.4
3552026-06-22T19:21:42.046Z Downloaded getrandom v0.4.1
3562026-06-22T19:21:42.055Z Downloaded scroll_derive v0.12.1
3572026-06-22T19:21:42.058Z Downloaded zerocopy v0.7.35
3582026-06-22T19:21:42.064Z Downloaded zerovec v0.11.5
3592026-06-22T19:21:42.068Z Downloaded potential_utf v0.1.4
3602026-06-22T19:21:42.068Z Downloaded strsim v0.11.1
3612026-06-22T19:21:42.071Z Downloaded is_terminal_polyfill v1.70.2
3622026-06-22T19:21:42.071Z Downloaded heck v0.4.1
3632026-06-22T19:21:42.071Z Downloaded cargo_toml v0.21.0
3642026-06-22T19:21:42.074Z Downloaded icu_locale_core v2.1.1
3652026-06-22T19:21:42.076Z Downloaded winnow v0.7.14
3662026-06-22T19:21:42.079Z Downloaded crypto-common v0.1.7
3672026-06-22T19:21:42.082Z Downloaded cargo-platform v0.2.0
3682026-06-22T19:21:42.085Z Downloaded unicode-width v0.2.0
3692026-06-22T19:21:42.088Z Downloaded toml_datetime v0.6.11
3702026-06-22T19:21:42.088Z Downloaded cargo-util-schemas v0.8.2
3712026-06-22T19:21:42.091Z Downloaded unicode-width v0.1.14
3722026-06-22T19:21:42.094Z Downloaded tempfile v3.25.0
3732026-06-22T19:21:42.094Z Downloaded clap_lex v1.0.0
3742026-06-22T19:21:42.094Z Downloaded clap v4.6.1
3752026-06-22T19:21:42.098Z Downloaded errno v0.3.14
3762026-06-22T19:21:42.101Z Downloaded icu_normalizer v2.1.1
3772026-06-22T19:21:42.104Z Downloaded swrite v0.1.0
3782026-06-22T19:21:42.107Z Downloaded form_urlencoded v1.2.2
3792026-06-22T19:21:42.107Z Downloaded pretty-hex v0.4.1
3802026-06-22T19:21:42.118Z Downloaded stable_deref_trait v1.2.1
3812026-06-22T19:21:42.121Z Downloaded ordered-float v2.10.1
3822026-06-22T19:21:42.138Z Downloaded anstream v1.0.0
3832026-06-22T19:21:42.143Z Downloaded fs-err v3.3.0
3842026-06-22T19:21:42.145Z Downloaded icu_properties v2.1.2
3852026-06-22T19:21:42.145Z Downloaded pest_derive v2.8.6
3862026-06-22T19:21:42.148Z Downloaded anstyle v1.0.14
3872026-06-22T19:21:42.148Z Downloaded digest v0.10.7
3882026-06-22T19:21:42.151Z Downloaded sha2 v0.10.9
3892026-06-22T19:21:42.154Z Downloaded smallvec v1.15.1
3902026-06-22T19:21:42.162Z Downloaded cargo_metadata v0.21.0
3912026-06-22T19:21:42.165Z Downloaded serde_tokenstream v0.2.3
3922026-06-22T19:21:42.165Z Downloaded erased-serde v0.4.9
3932026-06-22T19:21:42.170Z Downloaded byteorder v1.5.0
3942026-06-22T19:21:42.173Z Downloaded serde-untagged v0.1.9
3952026-06-22T19:21:42.173Z Downloaded clap_derive v4.6.1
3962026-06-22T19:21:42.177Z Downloaded semver v1.0.28
3972026-06-22T19:21:42.179Z Downloaded once_cell v1.21.3
3982026-06-22T19:21:42.185Z Downloaded bitflags v2.11.0
3992026-06-22T19:21:42.195Z Downloaded anyhow v1.0.102
4002026-06-22T19:21:42.198Z Downloaded pest v2.8.6
4012026-06-22T19:21:42.201Z Downloaded log v0.4.29
4022026-06-22T19:21:42.201Z Downloaded serde_derive v1.0.228
4032026-06-22T19:21:42.204Z Downloaded pest_generator v2.8.6
4042026-06-22T19:21:42.204Z Downloaded displaydoc v0.2.5
4052026-06-22T19:21:42.211Z Downloaded num-traits v0.2.19
4062026-06-22T19:21:42.214Z Downloaded papergrid v0.11.0
4072026-06-22T19:21:42.226Z Downloaded proc-macro2 v1.0.106
4082026-06-22T19:21:42.229Z Downloaded icu_collections v2.1.1
4092026-06-22T19:21:42.243Z Downloaded pest_meta v2.8.6
4102026-06-22T19:21:42.256Z Downloaded serde v1.0.228
4112026-06-22T19:21:42.259Z Downloaded serde_core v1.0.228
4122026-06-22T19:21:42.262Z Downloaded memchr v2.8.0
4132026-06-22T19:21:42.265Z Downloaded indexmap v2.14.0
4142026-06-22T19:21:42.270Z Downloaded hashbrown v0.17.0
4152026-06-22T19:21:42.282Z Downloaded icu_normalizer_data v2.1.1
4162026-06-22T19:21:42.312Z Downloaded serde_json v1.0.149
4172026-06-22T19:21:42.315Z Downloaded idna v1.1.0
4182026-06-22T19:21:42.318Z Downloaded syn v1.0.109
4192026-06-22T19:21:42.323Z Downloaded icu_properties_data v2.1.2
4202026-06-22T19:21:42.328Z Downloaded goblin v0.8.2
4212026-06-22T19:21:42.337Z Downloaded tabled v0.15.0
4222026-06-22T19:21:42.346Z Downloaded syn v2.0.117
4232026-06-22T19:21:42.364Z Downloaded rustix v1.1.3
4242026-06-22T19:21:42.401Z Downloaded libc v0.2.185
4252026-06-22T19:21:42.466Z Compiling proc-macro2 v1.0.106
4262026-06-22T19:21:42.466Z Compiling quote v1.0.45
4272026-06-22T19:21:42.469Z Compiling unicode-ident v1.0.24
4282026-06-22T19:21:42.469Z Compiling serde_core v1.0.228
4292026-06-22T19:21:42.469Z Compiling libc v0.2.185
4302026-06-22T19:21:42.469Z Compiling version_check v0.9.5
4312026-06-22T19:21:42.469Z Compiling memchr v2.8.0
4322026-06-22T19:21:42.469Z Compiling stable_deref_trait v1.2.1
4332026-06-22T19:21:42.760Z Compiling serde v1.0.228
4342026-06-22T19:21:42.781Z Compiling zmij v1.0.21
4352026-06-22T19:21:42.998Z Compiling ucd-trie v0.1.7
4362026-06-22T19:21:43.113Z Compiling autocfg v1.5.0
4372026-06-22T19:21:43.270Z Compiling itoa v1.0.17
4382026-06-22T19:21:43.284Z Compiling thiserror v1.0.69
4392026-06-22T19:21:43.372Z Compiling pest v2.8.6
4402026-06-22T19:21:43.386Z Compiling litemap v0.8.1
4412026-06-22T19:21:43.451Z Compiling writeable v0.6.2
4422026-06-22T19:21:43.530Z Compiling icu_properties_data v2.1.2
4432026-06-22T19:21:43.606Z Compiling rustix v1.1.3
4442026-06-22T19:21:43.651Z Compiling icu_normalizer_data v2.1.1
4452026-06-22T19:21:43.837Z Compiling byteorder v1.5.0
4462026-06-22T19:21:43.984Z Compiling syn v2.0.117
4472026-06-22T19:21:44.098Z Compiling errno v0.3.14
4482026-06-22T19:21:44.109Z Compiling bitflags v2.11.0
4492026-06-22T19:21:44.162Z Compiling serde_json v1.0.149
4502026-06-22T19:21:44.336Z Compiling num-traits v0.2.19
4512026-06-22T19:21:44.383Z Compiling equivalent v1.0.2
4522026-06-22T19:21:44.478Z Compiling pest_meta v2.8.6
4532026-06-22T19:21:44.522Z Compiling hashbrown v0.17.0
4542026-06-22T19:21:44.548Z Compiling smallvec v1.15.1
4552026-06-22T19:21:44.686Z Compiling typeid v1.0.3
4562026-06-22T19:21:44.907Z Compiling thread-id v4.2.2
4572026-06-22T19:21:44.966Z Compiling usdt-impl v0.5.0
4582026-06-22T19:21:44.991Z Compiling proc-macro-error-attr v1.0.4
4592026-06-22T19:21:45.007Z Compiling syn v1.0.109
4602026-06-22T19:21:45.081Z Compiling indexmap v2.14.0
4612026-06-22T19:21:45.174Z Compiling erased-serde v0.4.9
4622026-06-22T19:21:45.177Z Compiling toml_write v0.1.2
4632026-06-22T19:21:45.343Z Compiling winnow v0.7.14
4642026-06-22T19:21:45.588Z Compiling proc-macro-error v1.0.4
4652026-06-22T19:21:45.702Z Compiling getrandom v0.4.1
4662026-06-22T19:21:45.773Z Compiling log v0.4.29
4672026-06-22T19:21:45.964Z Compiling thiserror v2.0.18
4682026-06-22T19:21:46.042Z Compiling utf8_iter v1.0.4
4692026-06-22T19:21:46.112Z Compiling utf8parse v0.2.2
4702026-06-22T19:21:46.130Z Compiling camino v1.2.2
4712026-06-22T19:21:46.194Z Compiling plain v0.2.3
4722026-06-22T19:21:46.228Z Compiling percent-encoding v2.3.2
4732026-06-22T19:21:46.313Z Compiling anstyle-parse v1.0.0
4742026-06-22T19:21:46.360Z Compiling form_urlencoded v1.2.2
4752026-06-22T19:21:46.424Z Compiling ordered-float v2.10.1
4762026-06-22T19:21:46.587Z Compiling terminal_size v0.4.3
4772026-06-22T19:21:46.591Z Compiling synstructure v0.13.2
4782026-06-22T19:21:46.691Z Compiling pest_generator v2.8.6
4792026-06-22T19:21:46.831Z Compiling anstyle v1.0.14
4802026-06-22T19:21:46.922Z Compiling is_terminal_polyfill v1.70.2
4812026-06-22T19:21:46.968Z Compiling cfg-if v1.0.4
4822026-06-22T19:21:46.981Z Compiling pretty-hex v0.4.1
4832026-06-22T19:21:47.025Z Compiling anstyle-query v1.1.5
4842026-06-22T19:21:47.042Z Compiling colorchoice v1.0.4
4852026-06-22T19:21:47.135Z Compiling anstream v1.0.0
4862026-06-22T19:21:47.160Z Compiling serde-untagged v0.1.9
4872026-06-22T19:21:47.221Z Compiling semver v1.0.28
4882026-06-22T19:21:47.393Z Compiling fs-err v3.3.0
4892026-06-22T19:21:47.408Z Compiling fastrand v2.3.0
4902026-06-22T19:21:47.438Z Compiling clap_lex v1.0.0
4912026-06-22T19:21:47.558Z Compiling unicode-width v0.1.14
4922026-06-22T19:21:47.581Z Compiling strsim v0.11.1
4932026-06-22T19:21:47.597Z Compiling fnv v1.0.7
4942026-06-22T19:21:47.667Z Compiling anyhow v1.0.102
4952026-06-22T19:21:47.701Z Compiling bytecount v0.6.9
4962026-06-22T19:21:47.839Z Compiling heck v0.4.1
4972026-06-22T19:21:47.850Z Compiling once_cell v1.21.3
4982026-06-22T19:21:47.919Z Compiling heck v0.5.0
4992026-06-22T19:21:47.978Z Compiling unicode-xid v0.2.6
5002026-06-22T19:21:48.058Z Compiling tempfile v3.25.0
5012026-06-22T19:21:48.064Z Compiling papergrid v0.11.0
5022026-06-22T19:21:48.097Z Compiling clap_builder v4.6.0
5032026-06-22T19:21:48.203Z Compiling memmap v0.7.0
5042026-06-22T19:21:48.257Z Compiling unicode-width v0.2.0
5052026-06-22T19:21:48.310Z Compiling serde_derive v1.0.228
5062026-06-22T19:21:48.384Z Compiling zerofrom-derive v0.1.6
5072026-06-22T19:21:48.441Z Compiling yoke-derive v0.8.1
5082026-06-22T19:21:48.534Z Compiling zerovec-derive v0.11.2
5092026-06-22T19:21:48.590Z Compiling displaydoc v0.2.5
5102026-06-22T19:21:49.398Z Compiling thiserror-impl v1.0.69
5112026-06-22T19:21:49.484Z Compiling zerocopy-derive v0.7.35
5122026-06-22T19:21:49.598Z Compiling pest_derive v2.8.6
5132026-06-22T19:21:49.715Z Compiling scroll_derive v0.12.1
5142026-06-22T19:21:49.808Z Compiling zerofrom v0.1.6
5152026-06-22T19:21:49.945Z Compiling yoke v0.8.1
5162026-06-22T19:21:50.033Z Compiling thiserror-impl v2.0.18
5172026-06-22T19:21:50.140Z Compiling zerovec v0.11.5
5182026-06-22T19:21:50.358Z Compiling zerotrie v0.2.3
5192026-06-22T19:21:50.398Z Compiling zerocopy v0.7.35
5202026-06-22T19:21:50.654Z Compiling tinystr v0.8.2
5212026-06-22T19:21:50.654Z Compiling potential_utf v0.1.4
5222026-06-22T19:21:50.793Z Compiling icu_collections v2.1.1
5232026-06-22T19:21:50.832Z Compiling dtrace-parser v0.2.0
5242026-06-22T19:21:50.881Z Compiling icu_locale_core v2.1.1
5252026-06-22T19:21:50.960Z Compiling scroll v0.12.0
5262026-06-22T19:21:51.196Z Compiling goblin v0.8.2
5272026-06-22T19:21:51.215Z Compiling tabled_derive v0.7.0
5282026-06-22T19:21:51.233Z Compiling clap_derive v4.6.1
5292026-06-22T19:21:51.274Z Compiling unicode-linebreak v0.1.5
5302026-06-22T19:21:51.517Z Compiling icu_provider v2.1.1
5312026-06-22T19:21:51.707Z Compiling smawk v0.3.2
5322026-06-22T19:21:51.783Z Compiling serde_spanned v0.6.9
5332026-06-22T19:21:51.814Z Compiling toml_datetime v0.6.11
5342026-06-22T19:21:51.827Z Compiling icu_normalizer v2.1.1
5352026-06-22T19:21:51.864Z Compiling icu_properties v2.1.2
5362026-06-22T19:21:51.926Z Compiling dof v0.3.0
5372026-06-22T19:21:51.934Z Compiling serde_tokenstream v0.2.3
5382026-06-22T19:21:52.073Z Compiling toml_edit v0.22.27
5392026-06-22T19:21:52.124Z Compiling serde-value v0.7.0
5402026-06-22T19:21:52.304Z Compiling cargo-platform v0.2.0
5412026-06-22T19:21:52.360Z Compiling tabled v0.15.0
5422026-06-22T19:21:52.496Z Compiling textwrap v0.16.2
5432026-06-22T19:21:52.574Z Compiling macaddr v1.0.1
5442026-06-22T19:21:52.814Z Compiling idna_adapter v1.2.1
5452026-06-22T19:21:52.857Z Compiling usdt-attr-macro v0.5.0
5462026-06-22T19:21:52.951Z Compiling idna v1.1.0
5472026-06-22T19:21:52.965Z Compiling usdt-macro v0.5.0
5482026-06-22T19:21:52.968Z Compiling camino-tempfile v1.4.1
5492026-06-22T19:21:53.011Z Compiling clap v4.6.1
5502026-06-22T19:21:53.384Z Compiling url v2.5.8
5512026-06-22T19:21:53.535Z Compiling toml v0.8.23
5522026-06-22T19:21:53.596Z Compiling swrite v0.1.0
5532026-06-22T19:21:53.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-22T19:21:53.924Z Compiling cargo-util-schemas v0.8.2
5552026-06-22T19:21:54.201Z Compiling cargo_toml v0.21.0
5562026-06-22T19:21:54.450Z Compiling usdt v0.5.0
5572026-06-22T19:21:54.916Z Compiling cargo_metadata v0.21.0
5582026-06-22T19:21:55.835Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-22T19:21:57.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.99s
5602026-06-22T19:21:58.128Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-22T19:21:58.614Z Downloading crates ...
5622026-06-22T19:21:58.740Z Downloaded compact_str v0.8.1
5632026-06-22T19:21:58.750Z Downloaded atomic-waker v1.1.2
5642026-06-22T19:21:58.750Z Downloaded bindgen v0.71.1
5652026-06-22T19:21:58.750Z Downloaded argon2 v0.5.3
5662026-06-22T19:21:58.750Z Downloaded curve25519-dalek-derive v0.1.1
5672026-06-22T19:21:58.750Z Downloaded arrayvec v0.7.6
5682026-06-22T19:21:58.772Z Downloaded crc8 v0.1.1
5692026-06-22T19:21:58.772Z Downloaded crc-catalog v2.4.0
5702026-06-22T19:21:58.772Z Downloaded arrayref v0.3.9
5712026-06-22T19:21:58.772Z Downloaded anstyle-parse v0.2.7
5722026-06-22T19:21:58.772Z Downloaded daft-derive v0.1.7
5732026-06-22T19:21:58.780Z Downloaded darling v0.13.4
5742026-06-22T19:21:58.781Z Downloaded anstream v0.6.21
5752026-06-22T19:21:58.781Z Downloaded dunce v1.0.5
5762026-06-22T19:21:58.781Z Downloaded compression-core v0.4.31
5772026-06-22T19:21:58.781Z Downloaded base16ct v0.2.0
5782026-06-22T19:21:58.781Z Downloaded atty v0.2.14
5792026-06-22T19:21:58.781Z Downloaded backon v1.6.0
5802026-06-22T19:21:58.781Z Downloaded daft v0.1.7
5812026-06-22T19:21:58.781Z Downloaded async-stream-impl v0.3.6
5822026-06-22T19:21:58.781Z Downloaded darling_macro v0.13.4
5832026-06-22T19:21:58.781Z Downloaded crossbeam-deque v0.8.6
5842026-06-22T19:21:58.781Z Downloaded cobs v0.3.0
5852026-06-22T19:21:58.781Z Downloaded cfg_aliases v0.1.1
5862026-06-22T19:21:58.781Z Downloaded darling v0.20.11
5872026-06-22T19:21:58.781Z Downloaded crucible-workspace-hack v0.1.0
5882026-06-22T19:21:58.781Z Downloaded ciborium v0.2.2
5892026-06-22T19:21:58.809Z Downloaded crunchy v0.2.4
5902026-06-22T19:21:58.809Z Downloaded cstr-argument v0.1.2
5912026-06-22T19:21:58.809Z Downloaded async-recursion v1.1.1
5922026-06-22T19:21:58.809Z Downloaded crc v3.4.0
5932026-06-22T19:21:58.819Z Downloaded bb8 v0.8.6
5942026-06-22T19:21:58.819Z Downloaded dsl_auto_type v0.2.0
5952026-06-22T19:21:58.819Z Downloaded darling_macro v0.20.11
5962026-06-22T19:21:58.820Z Downloaded darling v0.21.3
5972026-06-22T19:21:58.820Z Downloaded ed25519 v2.2.3
5982026-06-22T19:21:58.820Z Downloaded block-padding v0.3.3
5992026-06-22T19:21:58.820Z Downloaded cmake v0.1.57
6002026-06-22T19:21:58.820Z Downloaded cargo-platform v0.3.2
6012026-06-22T19:21:58.820Z Downloaded darling v0.23.0
6022026-06-22T19:21:58.820Z Downloaded derive_builder_macro v0.20.2
6032026-06-22T19:21:58.820Z Downloaded crc-any v2.5.0
6042026-06-22T19:21:58.820Z Downloaded cpufeatures v0.3.0
6052026-06-22T19:21:58.820Z Downloaded debug-ignore v1.0.5
6062026-06-22T19:21:58.820Z Downloaded array-init v0.0.4
6072026-06-22T19:21:58.820Z Downloaded assert_matches v1.5.0
6082026-06-22T19:21:58.820Z Downloaded dropshot-api-manager-types v0.7.2
6092026-06-22T19:21:58.820Z Downloaded dirs-sys-next v0.1.2
6102026-06-22T19:21:58.820Z Downloaded downcast-rs v2.0.2
6112026-06-22T19:21:58.821Z Downloaded adler2 v2.0.1
6122026-06-22T19:21:58.821Z Downloaded atomicwrites v0.4.4
6132026-06-22T19:21:58.821Z Downloaded float-cmp v0.10.0
6142026-06-22T19:21:58.821Z Downloaded env_filter v1.0.0
6152026-06-22T19:21:58.821Z Downloaded bitfield-macros v0.19.4
6162026-06-22T19:21:58.821Z Downloaded async-stream v0.3.6
6172026-06-22T19:21:58.832Z Downloaded dof v0.4.0
6182026-06-22T19:21:58.832Z Downloaded fixedbitset v0.4.2
6192026-06-22T19:21:58.832Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-06-22T19:21:58.833Z Downloaded convert_case v0.4.0
6212026-06-22T19:21:58.833Z Downloaded endian-type v0.1.2
6222026-06-22T19:21:58.833Z Downloaded document-features v0.2.12
6232026-06-22T19:21:58.833Z Downloaded ascii-canvas v3.0.0
6242026-06-22T19:21:58.833Z Downloaded dyn-clone v1.0.20
6252026-06-22T19:21:58.862Z Downloaded aead v0.5.2
6262026-06-22T19:21:58.862Z Downloaded flagset v0.4.7
6272026-06-22T19:21:58.862Z Downloaded defmt-parser v1.0.0
6282026-06-22T19:21:58.862Z Downloaded erased-serde v0.3.31
6292026-06-22T19:21:58.863Z Downloaded ctr v0.9.2
6302026-06-22T19:21:58.863Z Downloaded cipher v0.4.4
6312026-06-22T19:21:58.863Z Downloaded cexpr v0.6.0
6322026-06-22T19:21:58.863Z Downloaded ciborium-ll v0.2.2
6332026-06-22T19:21:58.869Z Downloaded csv-core v0.1.13
6342026-06-22T19:21:58.869Z Downloaded crossbeam-epoch v0.9.18
6352026-06-22T19:21:58.869Z Downloaded darling_macro v0.21.3
6362026-06-22T19:21:58.869Z Downloaded crc32fast v1.5.0
6372026-06-22T19:21:58.870Z Downloaded ciborium-io v0.2.2
6382026-06-22T19:21:58.870Z Downloaded env_logger v0.11.9
6392026-06-22T19:21:58.870Z Downloaded bitfield-struct v0.6.2
6402026-06-22T19:21:58.870Z Downloaded enum-as-inner v0.6.1
6412026-06-22T19:21:58.870Z Downloaded dtrace-parser v0.3.0
6422026-06-22T19:21:58.870Z Downloaded embedded-io v0.4.0
6432026-06-22T19:21:58.870Z Downloaded defmt v0.3.100
6442026-06-22T19:21:58.871Z Downloaded darling_macro v0.23.0
6452026-06-22T19:21:58.871Z Downloaded display-error-chain v0.2.2
6462026-06-22T19:21:58.871Z Downloaded cfg_aliases v0.2.1
6472026-06-22T19:21:58.871Z Downloaded bit-set v0.8.0
6482026-06-22T19:21:58.871Z Downloaded bcrypt-pbkdf v0.10.0
6492026-06-22T19:21:58.871Z Downloaded float-ord v0.3.2
6502026-06-22T19:21:58.871Z Downloaded castaway v0.2.4
6512026-06-22T19:21:58.871Z Downloaded fd-lock v4.0.4
6522026-06-22T19:21:58.871Z Downloaded either v1.15.0
6532026-06-22T19:21:58.871Z Downloaded critical-section v1.2.0
6542026-06-22T19:21:58.872Z Downloaded foreign-types v0.5.0
6552026-06-22T19:21:58.872Z Downloaded foreign-types v0.3.2
6562026-06-22T19:21:58.872Z Downloaded bit-set v0.5.3
6572026-06-22T19:21:58.872Z Downloaded darling_core v0.13.4
6582026-06-22T19:21:58.872Z Downloaded futures-io v0.3.32
6592026-06-22T19:21:58.900Z Downloaded fxhash v0.2.1
6602026-06-22T19:21:58.900Z Downloaded futures-core v0.3.32
6612026-06-22T19:21:58.900Z Downloaded futures-sink v0.3.32
6622026-06-22T19:21:58.900Z Downloaded futures-macro v0.3.32
6632026-06-22T19:21:58.900Z Downloaded ghash v0.5.1
6642026-06-22T19:21:58.900Z Downloaded futures-task v0.3.32
6652026-06-22T19:21:58.900Z Downloaded blowfish v0.9.1
6662026-06-22T19:21:58.900Z Downloaded byte-wrapper v0.1.0
6672026-06-22T19:21:58.900Z Downloaded difflib v0.4.0
6682026-06-22T19:21:58.900Z Downloaded bit-vec v0.8.0
6692026-06-22T19:21:58.900Z Downloaded defmt v1.0.1
6702026-06-22T19:21:58.925Z Downloaded data-encoding v2.10.0
6712026-06-22T19:21:58.925Z Downloaded defmt-macros v1.0.1
6722026-06-22T19:21:58.925Z Downloaded ff v0.13.1
6732026-06-22T19:21:58.925Z Downloaded bit-vec v0.6.3
6742026-06-22T19:21:58.925Z Downloaded derive_builder_core v0.20.2
6752026-06-22T19:21:58.925Z Downloaded fallible-iterator v0.2.0
6762026-06-22T19:21:58.925Z Downloaded cassowary v0.3.0
6772026-06-22T19:21:58.925Z Downloaded deranged v0.5.8
6782026-06-22T19:21:58.925Z Downloaded backoff v0.4.0
6792026-06-22T19:21:58.925Z Downloaded convert_case v0.10.0
6802026-06-22T19:21:58.925Z Downloaded async-trait v0.1.89
6812026-06-22T19:21:58.925Z Downloaded camino-tempfile-ext v0.3.3
6822026-06-22T19:21:58.925Z Downloaded darling_core v0.21.3
6832026-06-22T19:21:58.925Z Downloaded hash32 v0.3.1
6842026-06-22T19:21:58.926Z Downloaded hash32 v0.2.1
6852026-06-22T19:21:58.926Z Downloaded derive-ex v0.1.8
6862026-06-22T19:21:58.926Z Downloaded ena v0.14.4
6872026-06-22T19:21:58.926Z Downloaded derive_builder v0.20.2
6882026-06-22T19:21:58.926Z Downloaded fixedbitset v0.5.7
6892026-06-22T19:21:58.936Z Downloaded globwalk v0.9.1
6902026-06-22T19:21:58.936Z Downloaded git-stub v1.0.0
6912026-06-22T19:21:58.936Z Downloaded darling_core v0.23.0
6922026-06-22T19:21:58.936Z Downloaded hex v0.4.3
6932026-06-22T19:21:58.936Z Downloaded headers-core v0.3.0
6942026-06-22T19:21:58.936Z Downloaded home v0.5.12
6952026-06-22T19:21:58.936Z Downloaded futures-executor v0.3.32
6962026-06-22T19:21:58.936Z Downloaded diesel-dtrace v0.5.0
6972026-06-22T19:21:58.936Z Downloaded der_derive v0.7.3
6982026-06-22T19:21:58.936Z Downloaded const_format_proc_macros v0.2.34
6992026-06-22T19:21:58.937Z Downloaded hex-literal v0.4.1
7002026-06-22T19:21:58.937Z Downloaded hostname v0.3.1
7012026-06-22T19:21:58.937Z Downloaded hubpack v0.1.2
7022026-06-22T19:21:58.937Z Downloaded http-range v0.1.5
7032026-06-22T19:21:58.937Z Downloaded hyper-tls v0.6.0
7042026-06-22T19:21:58.937Z Downloaded colored v3.1.1
7052026-06-22T19:21:58.937Z Downloaded constant_time_eq v0.4.2
7062026-06-22T19:21:58.961Z Downloaded fs-err v2.11.0
7072026-06-22T19:21:58.962Z Downloaded foldhash v0.2.0
7082026-06-22T19:21:58.962Z Downloaded fs_extra v1.3.0
7092026-06-22T19:21:58.962Z Downloaded des v0.8.1
7102026-06-22T19:21:58.962Z Downloaded foldhash v0.1.5
7112026-06-22T19:21:58.962Z Downloaded buf-list v1.1.2
7122026-06-22T19:21:58.962Z Downloaded hostname v0.4.2
7132026-06-22T19:21:58.962Z Downloaded group v0.13.0
7142026-06-22T19:21:58.962Z Downloaded ident_case v1.0.1
7152026-06-22T19:21:58.962Z Downloaded httpdate v1.0.3
7162026-06-22T19:21:59.396Z Downloaded const-oid v0.9.6
7172026-06-22T19:21:59.397Z Downloaded glob v0.3.3
7182026-06-22T19:21:59.397Z Downloaded hubpack_derive v0.1.1
7192026-06-22T19:21:59.397Z Downloaded git-stub-vcs v0.1.0
7202026-06-22T19:21:59.397Z Downloaded filetime v0.2.27
7212026-06-22T19:21:59.397Z Downloaded base64 v0.21.7
7222026-06-22T19:21:59.397Z Downloaded indent_write v2.2.0
7232026-06-22T19:21:59.397Z Downloaded colored v2.2.0
7242026-06-22T19:21:59.397Z Downloaded clang-sys v1.8.1
7252026-06-22T19:21:59.397Z Downloaded ecdsa v0.16.9
7262026-06-22T19:21:59.397Z Downloaded cookie v0.18.1
7272026-06-22T19:21:59.398Z Downloaded diff v0.1.13
7282026-06-22T19:21:59.398Z Downloaded console v0.15.11
7292026-06-22T19:21:59.398Z Downloaded base64ct v1.8.3
7302026-06-22T19:21:59.416Z Downloaded instant v0.1.13
7312026-06-22T19:21:59.417Z Downloaded inout v0.1.4
7322026-06-22T19:21:59.417Z Downloaded indoc v1.0.9
7332026-06-22T19:21:59.417Z Downloaded instability v0.3.11
7342026-06-22T19:21:59.417Z Downloaded illumos-nvpair-sys v0.2.0
7352026-06-22T19:21:59.417Z Downloaded is_ci v1.2.0
7362026-06-22T19:21:59.417Z Downloaded kstat-rs v0.2.4
7372026-06-22T19:21:59.417Z Downloaded internet-checksum v0.2.1
7382026-06-22T19:21:59.417Z Downloaded crypto-bigint v0.5.5
7392026-06-22T19:21:59.417Z Downloaded keccak v0.1.6
7402026-06-22T19:21:59.417Z Downloaded linked-hash-map v0.5.6
7412026-06-22T19:21:59.418Z Downloaded is-terminal v0.4.17
7422026-06-22T19:21:59.418Z Downloaded illumos-nvpair v0.3.0
7432026-06-22T19:21:59.418Z Downloaded globset v0.4.18
7442026-06-22T19:21:59.418Z Downloaded lru-cache v0.1.2
7452026-06-22T19:21:59.418Z Downloaded http-body v1.0.1
7462026-06-22T19:21:59.418Z Downloaded lalrpop-util v0.19.12
7472026-06-22T19:21:59.418Z Downloaded http-body-util v0.1.3
7482026-06-22T19:21:59.418Z Downloaded libscf-sys v1.1.0
7492026-06-22T19:21:59.418Z Downloaded cargo_metadata v0.23.1
7502026-06-22T19:21:59.418Z Downloaded highway v1.3.0
7512026-06-22T19:21:59.418Z Downloaded lazy_static v1.5.0
7522026-06-22T19:21:59.418Z Downloaded bzip2 v0.4.4
7532026-06-22T19:21:59.418Z Downloaded console v0.16.2
7542026-06-22T19:21:59.418Z Downloaded lru-slab v0.1.2
7552026-06-22T19:21:59.418Z Downloaded lru v0.12.5
7562026-06-22T19:21:59.418Z Downloaded chacha20 v0.10.0
7572026-06-22T19:21:59.418Z Downloaded chacha20 v0.9.1
7582026-06-22T19:21:59.418Z Downloaded cancel-safe-futures v0.1.5
7592026-06-22T19:21:59.418Z Downloaded humantime v2.3.0
7602026-06-22T19:21:59.418Z Downloaded derive_more v0.99.20
7612026-06-22T19:21:59.418Z Downloaded match_cfg v0.1.0
7622026-06-22T19:21:59.418Z Downloaded maplit v1.0.2
7632026-06-22T19:21:59.418Z Downloaded md-5 v0.10.6
7642026-06-22T19:21:59.418Z Downloaded getrandom v0.2.17
7652026-06-22T19:21:59.418Z Downloaded hyper-staticfile v0.10.1
7662026-06-22T19:21:59.418Z Downloaded cookie_store v0.22.1
7672026-06-22T19:21:59.418Z Downloaded async-compression v0.4.41
7682026-06-22T19:21:59.418Z Downloaded memoffset v0.9.1
7692026-06-22T19:21:59.418Z Downloaded mime v0.3.17
7702026-06-22T19:21:59.419Z Downloaded blake2 v0.10.6
7712026-06-22T19:21:59.419Z Downloaded async-bb8-diesel v0.2.1
7722026-06-22T19:21:59.419Z Downloaded maybe-uninit v2.0.0
7732026-06-22T19:21:59.419Z Downloaded nibble_vec v0.1.0
7742026-06-22T19:21:59.419Z Downloaded newtype-uuid-macros v0.1.0
7752026-06-22T19:21:59.419Z Downloaded indoc v2.0.7
7762026-06-22T19:21:59.419Z Downloaded impl-trait-for-tuples v0.2.3
7772026-06-22T19:21:59.419Z Downloaded new_debug_unreachable v1.0.6
7782026-06-22T19:21:59.419Z Downloaded normalize-line-endings v0.3.0
7792026-06-22T19:21:59.419Z Downloaded nonempty v0.12.0
7802026-06-22T19:21:59.419Z Downloaded multimap v0.10.1
7812026-06-22T19:21:59.419Z Downloaded fatfs v0.3.6
7822026-06-22T19:21:59.419Z Downloaded newtype_derive v0.1.6
7832026-06-22T19:21:59.419Z Downloaded newline-converter v0.3.0
7842026-06-22T19:21:59.420Z Downloaded ingot v0.1.1
7852026-06-22T19:21:59.420Z Downloaded half v1.8.3
7862026-06-22T19:21:59.420Z Downloaded ingot-types v0.1.2
7872026-06-22T19:21:59.420Z Downloaded managed v0.8.0
7882026-06-22T19:21:59.420Z Downloaded lzss v0.8.2
7892026-06-22T19:21:59.420Z Downloaded ipnetwork v0.21.1
7902026-06-22T19:21:59.420Z Downloaded ipnet v2.11.0
7912026-06-22T19:21:59.420Z Downloaded futures-channel v0.3.32
7922026-06-22T19:21:59.420Z Downloaded num-iter v0.1.45
7932026-06-22T19:21:59.420Z Downloaded find-msvc-tools v0.1.9
7942026-06-22T19:21:59.420Z Downloaded bzip2 v0.6.1
7952026-06-22T19:21:59.420Z Downloaded num-derive v0.3.3
7962026-06-22T19:21:59.420Z Downloaded bitflags v1.3.2
7972026-06-22T19:21:59.420Z Downloaded num_threads v0.1.7
7982026-06-22T19:21:59.420Z Downloaded num_enum_derive v0.5.11
7992026-06-22T19:21:59.420Z Downloaded bcs v0.1.6
8002026-06-22T19:21:59.420Z Downloaded ahash v0.8.12
8012026-06-22T19:21:59.420Z Downloaded jobserver v0.1.34
8022026-06-22T19:21:59.420Z Downloaded cbc v0.1.2
8032026-06-22T19:21:59.420Z Downloaded crossbeam-utils v0.8.21
8042026-06-22T19:21:59.420Z Downloaded num-derive v0.4.2
8052026-06-22T19:21:59.420Z Downloaded num-conv v0.2.0
8062026-06-22T19:21:59.420Z Downloaded libsw-core v0.3.2
8072026-06-22T19:21:59.421Z Downloaded openssl-macros v0.1.1
8082026-06-22T19:21:59.421Z Downloaded olpc-cjson v0.1.4
8092026-06-22T19:21:59.421Z Downloaded libsw v3.5.0
8102026-06-22T19:21:59.421Z Downloaded libloading v0.8.9
8112026-06-22T19:21:59.421Z Downloaded hmac v0.12.1
8122026-06-22T19:21:59.422Z Downloaded lock_api v0.4.14
8132026-06-22T19:21:59.422Z Downloaded corncobs v0.1.4
8142026-06-22T19:21:59.422Z Downloaded compression-codecs v0.4.37
8152026-06-22T19:21:59.422Z Downloaded httparse v1.10.1
8162026-06-22T19:21:59.422Z Downloaded linear-map v1.2.0
8172026-06-22T19:21:59.422Z Downloaded elliptic-curve v0.13.8
8182026-06-22T19:21:59.422Z Downloaded openssl-probe v0.2.1
8192026-06-22T19:21:59.422Z Downloaded opaque-debug v0.3.1
8202026-06-22T19:21:59.422Z Downloaded getrandom v0.3.4
8212026-06-22T19:21:59.422Z Downloaded md5 v0.7.0
8222026-06-22T19:21:59.422Z Downloaded hyper-rustls v0.27.7
8232026-06-22T19:21:59.422Z Downloaded mime_guess v2.0.5
8242026-06-22T19:21:59.422Z Downloaded iana-time-zone v0.1.65
8252026-06-22T19:21:59.422Z Downloaded packed_struct_codegen v0.10.1
8262026-06-22T19:21:59.422Z Downloaded openssl-probe v0.1.6
8272026-06-22T19:21:59.422Z Downloaded arc-swap v1.8.2
8282026-06-22T19:21:59.422Z Downloaded allocator-api2 v0.2.21
8292026-06-22T19:21:59.422Z Downloaded oso-derive v0.27.3
8302026-06-22T19:21:59.438Z Downloaded drift v0.2.0
8312026-06-22T19:21:59.439Z Downloaded newtype-uuid v1.3.2
8322026-06-22T19:21:59.439Z Downloaded nanorand v0.7.0
8332026-06-22T19:21:59.439Z Downloaded peg-runtime v0.8.5
8342026-06-22T19:21:59.439Z Downloaded pbkdf2 v0.11.0
8352026-06-22T19:21:59.439Z Downloaded half v2.7.1
8362026-06-22T19:21:59.440Z Downloaded parse-display v0.10.0
8372026-06-22T19:21:59.440Z Downloaded nu-ansi-term v0.50.3
8382026-06-22T19:21:59.440Z Downloaded num v0.4.3
8392026-06-22T19:21:59.440Z Downloaded libefi-sys v0.1.0
8402026-06-22T19:21:59.440Z Downloaded ingot-macros v0.1.1
8412026-06-22T19:21:59.440Z Downloaded ed25519-dalek v2.2.0
8422026-06-22T19:21:59.441Z Downloaded multer v3.1.0
8432026-06-22T19:21:59.441Z Downloaded num_enum_derive v0.7.6
8442026-06-22T19:21:59.441Z Downloaded phf_shared v0.11.3
8452026-06-22T19:21:59.441Z Downloaded parse-size v1.1.0
8462026-06-22T19:21:59.441Z Downloaded num-rational v0.4.2
8472026-06-22T19:21:59.441Z Downloaded num-complex v0.4.6
8482026-06-22T19:21:59.441Z Downloaded dropshot_endpoint v0.17.0
8492026-06-22T19:21:59.441Z Downloaded path-slash v0.1.5
8502026-06-22T19:21:59.441Z Downloaded pin-utils v0.1.0
8512026-06-22T19:21:59.441Z Downloaded phf_shared v0.13.1
8522026-06-22T19:21:59.441Z Downloaded der v0.7.10
8532026-06-22T19:21:59.441Z Downloaded num_enum v0.7.6
8542026-06-22T19:21:59.441Z Downloaded bytes v1.11.1
8552026-06-22T19:21:59.441Z Downloaded bitfield v0.19.4
8562026-06-22T19:21:59.441Z Downloaded darling_core v0.20.11
8572026-06-22T19:21:59.442Z Downloaded num_enum v0.5.11
8582026-06-22T19:21:59.442Z Downloaded num-integer v0.1.46
8592026-06-22T19:21:59.442Z Downloaded const_format v0.2.35
8602026-06-22T19:21:59.442Z Downloaded predicates-tree v1.0.13
8612026-06-22T19:21:59.442Z Downloaded futures v0.3.32
8622026-06-22T19:21:59.442Z Downloaded memmap2 v0.9.10
8632026-06-22T19:21:59.442Z Downloaded crossbeam-channel v0.5.15
8642026-06-22T19:21:59.442Z Downloaded proc-macro-crate v1.3.1
8652026-06-22T19:21:59.442Z Downloaded predicates-core v1.0.10
8662026-06-22T19:21:59.442Z Downloaded derive-where v1.6.0
8672026-06-22T19:21:59.442Z Downloaded gethostname v0.5.0
8682026-06-22T19:21:59.442Z Downloaded funty v2.0.0
8692026-06-22T19:21:59.442Z Downloaded packed_struct v0.10.1
8702026-06-22T19:21:59.442Z Downloaded oxnet v0.1.6
8712026-06-22T19:21:59.443Z Downloaded oxide-tokio-rt v0.1.4
8722026-06-22T19:21:59.443Z Downloaded chacha20poly1305 v0.10.1
8732026-06-22T19:21:59.443Z Downloaded powerfmt v0.2.0
8742026-06-22T19:21:59.443Z Downloaded owo-colors v4.3.0
8752026-06-22T19:21:59.443Z Downloaded precomputed-hash v0.1.1
8762026-06-22T19:21:59.443Z Downloaded foreign-types-shared v0.3.1
8772026-06-22T19:21:59.443Z Downloaded heapless v0.8.0
8782026-06-22T19:21:59.443Z Downloaded ar_archive_writer v0.5.1
8792026-06-22T19:21:59.443Z Downloaded foreign-types-shared v0.1.1
8802026-06-22T19:21:59.443Z Downloaded parse-display-derive v0.10.0
8812026-06-22T19:21:59.443Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-06-22T19:21:59.443Z Downloaded native-tls v0.2.18
8832026-06-22T19:21:59.443Z Downloaded parking_lot_core v0.8.6
8842026-06-22T19:21:59.443Z Downloaded quick-error v1.2.3
8852026-06-22T19:21:59.443Z Downloaded derive_more v2.1.1
8862026-06-22T19:21:59.443Z Downloaded psl-types v2.0.11
8872026-06-22T19:21:59.443Z Downloaded pin-project-lite v0.2.17
8882026-06-22T19:21:59.444Z Downloaded pin-project-internal v1.1.11
8892026-06-22T19:21:59.444Z Downloaded phf_shared v0.12.1
8902026-06-22T19:21:59.444Z Downloaded phf v0.13.1
8912026-06-22T19:21:59.444Z Downloaded phf v0.12.1
8922026-06-22T19:21:59.444Z Downloaded progenitor-macro v0.13.0
8932026-06-22T19:21:59.444Z Downloaded progenitor-macro v0.14.0
8942026-06-22T19:21:59.444Z Downloaded pem-rfc7468 v0.7.0
8952026-06-22T19:21:59.444Z Downloaded pbkdf2 v0.12.2
8962026-06-22T19:21:59.444Z Downloaded paste v1.0.15
8972026-06-22T19:21:59.444Z Downloaded pkcs8 v0.10.2
8982026-06-22T19:21:59.444Z Downloaded radium v0.7.0
8992026-06-22T19:21:59.444Z Downloaded flume v0.11.1
9002026-06-22T19:21:59.444Z Downloaded flate2 v1.1.9
9012026-06-22T19:21:59.444Z Downloaded cc v1.2.56
9022026-06-22T19:21:59.445Z Downloaded postgres-protocol v0.6.10
9032026-06-22T19:21:59.445Z Downloaded polyval v0.6.2
9042026-06-22T19:21:59.445Z Downloaded pkg-config v0.3.32
9052026-06-22T19:21:59.445Z Downloaded litrs v1.0.0
9062026-06-22T19:21:59.445Z Downloaded base64 v0.22.1
9072026-06-22T19:21:59.445Z Downloaded rand_xorshift v0.4.0
9082026-06-22T19:21:59.445Z Downloaded predicates v3.1.4
9092026-06-22T19:21:59.445Z Downloaded poly1305 v0.8.0
9102026-06-22T19:21:59.445Z Downloaded diesel_derives v2.3.7
9112026-06-22T19:21:59.445Z Downloaded ref-cast-impl v1.0.25
9122026-06-22T19:21:59.445Z Downloaded ref-cast v1.0.25
9132026-06-22T19:21:59.445Z Downloaded indexmap v1.9.3
9142026-06-22T19:21:59.445Z Downloaded omicron-zone-package v0.12.2
9152026-06-22T19:21:59.445Z Downloaded proc-macro-crate v3.4.0
9162026-06-22T19:21:59.445Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-22T19:21:59.445Z Downloaded indicatif v0.18.4
9182026-06-22T19:21:59.446Z Downloaded heapless v0.7.17
9192026-06-22T19:21:59.446Z Downloaded rfc6979 v0.4.0
9202026-06-22T19:21:59.446Z Downloaded recursive v0.1.1
9212026-06-22T19:21:59.446Z Downloaded primeorder v0.13.6
9222026-06-22T19:21:59.446Z Downloaded progenitor v0.14.0
9232026-06-22T19:21:59.446Z Downloaded progenitor v0.13.0
9242026-06-22T19:21:59.446Z Downloaded parking_lot v0.11.2
9252026-06-22T19:21:59.446Z Downloaded progenitor-extras v0.2.0
9262026-06-22T19:21:59.446Z Downloaded progenitor-client v0.14.0
9272026-06-22T19:21:59.446Z Downloaded progenitor-client v0.13.0
9282026-06-22T19:21:59.446Z Downloaded headers v0.4.1
9292026-06-22T19:21:59.446Z Downloaded expectorate v1.2.0
9302026-06-22T19:21:59.459Z Downloaded russh-cryptovec v0.7.3
9312026-06-22T19:21:59.459Z Downloaded rand_chacha v0.3.1
9322026-06-22T19:21:59.459Z Downloaded derive_more-impl v2.1.1
9332026-06-22T19:21:59.459Z Downloaded rustc_version v0.4.1
9342026-06-22T19:21:59.460Z Downloaded rustc_version v0.1.7
9352026-06-22T19:21:59.460Z Downloaded parking_lot_core v0.9.12
9362026-06-22T19:21:59.460Z Downloaded rtoolbox v0.0.3
9372026-06-22T19:21:59.460Z Downloaded password-hash v0.5.0
9382026-06-22T19:21:59.460Z Downloaded bumpalo v3.20.2
9392026-06-22T19:21:59.460Z Downloaded rustc-hash v2.1.1
9402026-06-22T19:21:59.460Z Downloaded rand_core v0.6.4
9412026-06-22T19:21:59.460Z Downloaded rand_chacha v0.9.0
9422026-06-22T19:21:59.460Z Downloaded ppv-lite86 v0.2.21
9432026-06-22T19:21:59.460Z Downloaded pkcs5 v0.7.1
9442026-06-22T19:21:59.460Z Downloaded libbz2-rs-sys v0.2.2
9452026-06-22T19:21:59.461Z Downloaded hickory-resolver v0.24.4
9462026-06-22T19:21:59.461Z Downloaded psm v0.1.30
9472026-06-22T19:21:59.461Z Downloaded pem v3.0.6
9482026-06-22T19:21:59.461Z Downloaded peg-macros v0.8.5
9492026-06-22T19:21:59.461Z Downloaded postgres-types v0.2.12
9502026-06-22T19:21:59.462Z Downloaded salsa20 v0.10.2
9512026-06-22T19:21:59.462Z Downloaded pkcs1 v0.7.5
9522026-06-22T19:21:59.462Z Downloaded peg v0.8.5
9532026-06-22T19:21:59.462Z Downloaded password-hash v0.4.2
9542026-06-22T19:21:59.462Z Downloaded r2d2 v0.8.10
9552026-06-22T19:21:59.462Z Downloaded oso v0.27.3
9562026-06-22T19:21:59.462Z Downloaded nodrop v0.1.14
9572026-06-22T19:21:59.462Z Downloaded foreign-types-macros v0.2.3
9582026-06-22T19:21:59.462Z Downloaded dirs-next v2.0.0
9592026-06-22T19:21:59.462Z Downloaded embedded-io v0.6.1
9602026-06-22T19:21:59.462Z Downloaded sapling-renderdag v0.1.0
9612026-06-22T19:21:59.462Z Downloaded proc-macro-error2 v2.0.1
9622026-06-22T19:21:59.462Z Downloaded parking_lot v0.12.5
9632026-06-22T19:21:59.462Z Downloaded aho-corasick v1.1.4
9642026-06-22T19:21:59.462Z Downloaded secrecy v0.10.3
9652026-06-22T19:21:59.462Z Downloaded rand_seeder v0.4.0
9662026-06-22T19:21:59.463Z Downloaded rand_core v0.9.5
9672026-06-22T19:21:59.463Z Downloaded ignore v0.4.25
9682026-06-22T19:21:59.463Z Downloaded secrecy v0.8.0
9692026-06-22T19:21:59.463Z Downloaded papergrid v0.17.0
9702026-06-22T19:21:59.464Z Downloaded scrypt v0.11.0
9712026-06-22T19:21:59.464Z Downloaded quinn-udp v0.5.14
9722026-06-22T19:21:59.464Z Downloaded seq-macro v0.3.6
9732026-06-22T19:21:59.464Z Downloaded serde-big-array v0.5.1
9742026-06-22T19:21:59.464Z Downloaded pin-project v1.1.11
9752026-06-22T19:21:59.464Z Downloaded rustls-pemfile v2.2.0
9762026-06-22T19:21:59.464Z Downloaded rustls-native-certs v0.8.3
9772026-06-22T19:21:59.464Z Downloaded rand_core v0.10.0
9782026-06-22T19:21:59.464Z Downloaded serde_plain v1.0.2
9792026-06-22T19:21:59.464Z Downloaded serde_urlencoded v0.7.1
9802026-06-22T19:21:59.465Z Downloaded serde_spanned v1.0.4
9812026-06-22T19:21:59.465Z Downloaded scroll_derive v0.13.1
9822026-06-22T19:21:59.465Z Downloaded scopeguard v1.2.0
9832026-06-22T19:21:59.465Z Downloaded crossterm v0.28.1
9842026-06-22T19:21:59.465Z Downloaded rustversion v1.0.22
9852026-06-22T19:21:59.465Z Downloaded serde_repr v0.1.20
9862026-06-22T19:21:59.465Z Downloaded jiff-static v0.2.21
9872026-06-22T19:21:59.465Z Downloaded miniz_oxide v0.8.9
9882026-06-22T19:21:59.465Z Downloaded serde_bytes v0.11.19
9892026-06-22T19:21:59.465Z Downloaded semver v0.1.20
9902026-06-22T19:21:59.465Z Downloaded hickory-resolver v0.25.2
9912026-06-22T19:21:59.465Z Downloaded signal-hook-mio v0.2.5
9922026-06-22T19:21:59.465Z Downloaded postcard v1.1.3
9932026-06-22T19:21:59.465Z Downloaded scheduled-thread-pool v0.2.7
9942026-06-22T19:21:59.466Z Downloaded resolv-conf v0.7.6
9952026-06-22T19:21:59.466Z Downloaded p256 v0.13.2
9962026-06-22T19:21:59.466Z Downloaded sigpipe v0.1.3
9972026-06-22T19:21:59.466Z Downloaded shell-words v1.1.1
9982026-06-22T19:21:59.466Z Downloaded sha1 v0.10.6
9992026-06-22T19:21:59.466Z Downloaded same-file v1.0.6
10002026-06-22T19:21:59.466Z Downloaded rustls-pemfile v1.0.4
10012026-06-22T19:21:59.466Z Downloaded rusty-fork v0.3.1
10022026-06-22T19:21:59.466Z Downloaded sec1 v0.7.3
10032026-06-22T19:21:59.466Z Downloaded slog-bunyan v2.5.0
10042026-06-22T19:21:59.466Z Downloaded slog-envlogger v2.2.0
10052026-06-22T19:21:59.466Z Downloaded prefix-trie v0.7.0
10062026-06-22T19:21:59.466Z Downloaded minimal-lexical v0.2.1
10072026-06-22T19:21:59.466Z Downloaded signature v2.2.0
10082026-06-22T19:21:59.466Z Downloaded siphasher v1.0.2
10092026-06-22T19:21:59.466Z Downloaded signal-hook-tokio v0.3.1
10102026-06-22T19:21:59.466Z Downloaded hashbrown v0.13.2
10112026-06-22T19:21:59.467Z Downloaded progenitor-impl v0.14.0
10122026-06-22T19:21:59.467Z Downloaded scroll v0.13.0
10132026-06-22T19:21:59.467Z Downloaded russh-keys v0.45.0
10142026-06-22T19:21:59.467Z Downloaded serde_path_to_error v0.1.20
10152026-06-22T19:21:59.467Z Downloaded serde_derive_internals v0.29.1
10162026-06-22T19:21:59.467Z Downloaded serde_with_macros v1.5.2
10172026-06-22T19:21:59.467Z Downloaded ssh-cipher v0.2.0
10182026-06-22T19:21:59.467Z Downloaded sqlparser_derive v0.5.0
10192026-06-22T19:21:59.467Z Downloaded progenitor-impl v0.13.0
10202026-06-22T19:21:59.467Z Downloaded aes v0.8.4
10212026-06-22T19:21:59.468Z Downloaded serde-hex v0.1.0
10222026-06-22T19:21:59.468Z Downloaded strip-ansi-escapes v0.2.1
10232026-06-22T19:21:59.468Z Downloaded rcgen v0.12.1
10242026-06-22T19:21:59.468Z Downloaded http v1.4.0
10252026-06-22T19:21:59.468Z Downloaded hickory-server v0.25.2
10262026-06-22T19:21:59.468Z Downloaded ssh-encoding v0.2.0
10272026-06-22T19:21:59.468Z Downloaded shlex v1.3.0
10282026-06-22T19:21:59.468Z Downloaded slog-async v2.8.0
10292026-06-22T19:21:59.468Z Downloaded strsim v0.10.0
10302026-06-22T19:21:59.481Z Downloaded strum v0.26.3
10312026-06-22T19:21:59.481Z Downloaded structmeta-derive v0.3.0
10322026-06-22T19:21:59.481Z Downloaded structmeta v0.3.0
10332026-06-22T19:21:59.482Z Downloaded strum v0.27.2
10342026-06-22T19:21:59.482Z Downloaded rustls-pki-types v1.14.0
10352026-06-22T19:21:59.482Z Downloaded crossterm v0.29.0
10362026-06-22T19:21:59.482Z Downloaded dropshot-api-manager v0.7.2
10372026-06-22T19:21:59.482Z Downloaded smallvec v0.6.14
10382026-06-22T19:21:59.482Z Downloaded slab v0.4.12
10392026-06-22T19:21:59.482Z Downloaded sync-ptr v0.1.4
10402026-06-22T19:21:59.482Z Downloaded subtle v2.6.1
10412026-06-22T19:21:59.482Z Downloaded tabwriter v1.4.1
10422026-06-22T19:21:59.497Z Downloaded tap v1.0.1
10432026-06-22T19:21:59.497Z Downloaded take_mut v0.2.2
10442026-06-22T19:21:59.497Z Downloaded tagptr v0.2.0
10452026-06-22T19:21:59.497Z Downloaded smf v0.2.3
10462026-06-22T19:21:59.497Z Downloaded slog-stdlog v4.1.1
10472026-06-22T19:21:59.497Z Downloaded sct v0.7.1
10482026-06-22T19:21:59.497Z Downloaded slog-dtrace v0.3.0
10492026-06-22T19:21:59.497Z Downloaded slog-scope v4.4.1
10502026-06-22T19:21:59.498Z Downloaded supports-color v3.0.2
10512026-06-22T19:21:59.498Z Downloaded schemars_derive v0.8.22
10522026-06-22T19:21:59.498Z Downloaded tabled_derive v0.11.0
10532026-06-22T19:21:59.498Z Downloaded sync_wrapper v1.0.2
10542026-06-22T19:21:59.498Z Downloaded simd-adler32 v0.3.8
10552026-06-22T19:21:59.498Z Downloaded signal-hook-registry v1.4.8
10562026-06-22T19:21:59.498Z Downloaded prettyplease v0.2.37
10572026-06-22T19:21:59.532Z Downloaded serde_with_macros v3.17.0
10582026-06-22T19:21:59.532Z Downloaded snafu-derive v0.8.9
10592026-06-22T19:21:59.532Z Downloaded sqlformat v0.3.5
10602026-06-22T19:21:59.532Z Downloaded thread-id v5.1.0
10612026-06-22T19:21:59.532Z Downloaded spki v0.7.3
10622026-06-22T19:21:59.532Z Downloaded testing_table v0.3.0
10632026-06-22T19:21:59.561Z Downloaded aes-gcm v0.10.3
10642026-06-22T19:21:59.561Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-22T19:21:59.561Z Downloaded termtree v0.5.1
10662026-06-22T19:21:59.561Z Downloaded serde_cbor v0.11.2
10672026-06-22T19:21:59.561Z Downloaded tinyvec_macros v0.1.1
10682026-06-22T19:21:59.561Z Downloaded time-core v0.1.8
10692026-06-22T19:21:59.561Z Downloaded static_assertions v1.1.0
10702026-06-22T19:21:59.561Z Downloaded stacker v0.1.23
10712026-06-22T19:21:59.561Z Downloaded pretty_assertions v1.4.1
10722026-06-22T19:21:59.561Z Downloaded ryu v1.0.23
10732026-06-22T19:21:59.561Z Downloaded strum_macros v0.27.2
10742026-06-22T19:21:59.561Z Downloaded string_cache v0.8.9
10752026-06-22T19:21:59.561Z Downloaded strum_macros v0.26.4
10762026-06-22T19:21:59.561Z Downloaded openssl-sys v0.9.115
10772026-06-22T19:21:59.561Z Downloaded blake3 v1.8.3
10782026-06-22T19:21:59.561Z Downloaded tokio-macros v2.7.0
10792026-06-22T19:21:59.561Z Downloaded support-bundle-viewer v0.1.2
10802026-06-22T19:21:59.582Z Downloaded strum_macros v0.24.3
10812026-06-22T19:21:59.582Z Downloaded rustls-platform-verifier v0.6.2
10822026-06-22T19:21:59.582Z Downloaded mio v1.2.0
10832026-06-22T19:21:59.582Z Downloaded schemars v0.8.22
10842026-06-22T19:21:59.582Z Downloaded slog-json v2.6.1
10852026-06-22T19:21:59.583Z Downloaded quinn v0.11.9
10862026-06-22T19:21:59.583Z Downloaded qorb v0.4.1
10872026-06-22T19:21:59.583Z Downloaded topological-sort v0.2.2
10882026-06-22T19:21:59.583Z Downloaded termios v0.3.3
10892026-06-22T19:21:59.583Z Downloaded spin v0.9.8
10902026-06-22T19:21:59.583Z Downloaded ron v0.8.1
10912026-06-22T19:21:59.615Z Downloaded tower-service v0.3.3
10922026-06-22T19:21:59.615Z Downloaded thread_local v1.1.9
10932026-06-22T19:21:59.615Z Downloaded thiserror-no-std v2.0.2
10942026-06-22T19:21:59.615Z Downloaded hashbrown v0.16.1
10952026-06-22T19:21:59.615Z Downloaded rayon-core v1.13.0
10962026-06-22T19:21:59.615Z Downloaded libxml v0.3.3
10972026-06-22T19:21:59.615Z Downloaded try-lock v0.2.5
10982026-06-22T19:21:59.615Z Downloaded similar v2.7.0
10992026-06-22T19:21:59.615Z Downloaded trait-variant v0.1.2
11002026-06-22T19:21:59.615Z Downloaded tower-layer v0.3.3
11012026-06-22T19:21:59.631Z Downloaded num-bigint v0.4.6
11022026-06-22T19:21:59.631Z Downloaded itertools v0.10.5
11032026-06-22T19:21:59.631Z Downloaded unarray v0.1.4
11042026-06-22T19:21:59.631Z Downloaded typify-macro v0.6.2
11052026-06-22T19:21:59.631Z Downloaded rand v0.8.6
11062026-06-22T19:21:59.631Z Downloaded publicsuffix v2.3.0
11072026-06-22T19:21:59.631Z Downloaded tokio-native-tls v0.3.1
11082026-06-22T19:21:59.631Z Downloaded tokio-dtrace v0.1.1
11092026-06-22T19:21:59.631Z Downloaded time-macros v0.2.27
11102026-06-22T19:21:59.632Z Downloaded slog-term v2.9.2
11112026-06-22T19:21:59.632Z Downloaded tls_codec_derive v0.4.2
11122026-06-22T19:21:59.632Z Downloaded tls_codec v0.4.2
11132026-06-22T19:21:59.632Z Downloaded usdt v0.6.0
11142026-06-22T19:21:59.632Z Downloaded universal-hash v0.5.1
11152026-06-22T19:21:59.632Z Downloaded unicode-truncate v1.1.0
11162026-06-22T19:21:59.632Z Downloaded stringprep v0.1.5
11172026-06-22T19:21:59.632Z Downloaded signal-hook v0.3.18
11182026-06-22T19:21:59.632Z Downloaded serde_yaml v0.9.34+deprecated
11192026-06-22T19:21:59.632Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-22T19:21:59.632Z Downloaded itertools v0.13.0
11212026-06-22T19:21:59.646Z Downloaded itertools v0.12.1
11222026-06-22T19:21:59.647Z Downloaded untrusted v0.9.0
11232026-06-22T19:21:59.647Z Downloaded term v1.2.1
11242026-06-22T19:21:59.647Z Downloaded term v0.7.0
11252026-06-22T19:21:59.647Z Downloaded usdt-macro v0.6.0
11262026-06-22T19:21:59.647Z Downloaded hashbrown v0.15.5
11272026-06-22T19:21:59.647Z Downloaded tokio-tungstenite v0.23.1
11282026-06-22T19:21:59.647Z Downloaded usdt-attr-macro v0.6.0
11292026-06-22T19:21:59.647Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-22T19:21:59.670Z Downloaded wait-timeout v0.2.1
11312026-06-22T19:21:59.670Z Downloaded utf-8 v0.7.6
11322026-06-22T19:21:59.670Z Downloaded void v1.0.2
11332026-06-22T19:21:59.670Z Downloaded untrusted v0.7.1
11342026-06-22T19:21:59.670Z Downloaded tokio-tungstenite v0.21.0
11352026-06-22T19:21:59.670Z Downloaded hyper-util v0.1.20
11362026-06-22T19:21:59.671Z Downloaded hashbrown v0.12.3
11372026-06-22T19:21:59.671Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-06-22T19:21:59.671Z Downloaded tiny-keccak v2.0.2
11392026-06-22T19:21:59.671Z Downloaded want v0.3.1
11402026-06-22T19:21:59.671Z Downloaded slog v2.8.2
11412026-06-22T19:21:59.671Z Downloaded rsa v0.9.10
11422026-06-22T19:21:59.671Z Downloaded tui-tree-widget v0.23.1
11432026-06-22T19:21:59.671Z Downloaded socket2 v0.6.3
11442026-06-22T19:21:59.699Z Downloaded num-bigint-dig v0.8.6
11452026-06-22T19:21:59.699Z Downloaded waitgroup v0.1.2
11462026-06-22T19:21:59.699Z Downloaded nom v7.1.3
11472026-06-22T19:21:59.699Z Downloaded xattr v1.6.1
11482026-06-22T19:21:59.700Z Downloaded unit-prefix v0.5.2
11492026-06-22T19:21:59.700Z Downloaded xshell-macros v0.2.7
11502026-06-22T19:21:59.700Z Downloaded unicase v2.9.0
11512026-06-22T19:21:59.700Z Downloaded iri-string v0.7.10
11522026-06-22T19:21:59.700Z Downloaded schemars v1.2.1
11532026-06-22T19:21:59.724Z Downloaded tokio-rustls v0.25.0
11542026-06-22T19:21:59.725Z Downloaded socket2 v0.5.10
11552026-06-22T19:21:59.725Z Downloaded samael v0.0.19
11562026-06-22T19:21:59.725Z Downloaded tokio-stream v0.1.18
11572026-06-22T19:21:59.725Z Downloaded rustls-webpki v0.103.9
11582026-06-22T19:21:59.725Z Downloaded subprocess v0.2.15
11592026-06-22T19:21:59.725Z Downloaded rand v0.9.2
11602026-06-22T19:21:59.725Z Downloaded hyper v1.8.1
11612026-06-22T19:21:59.725Z Downloaded vergen-git2 v9.1.0
11622026-06-22T19:21:59.725Z Downloaded uzers v0.12.2
11632026-06-22T19:21:59.725Z Downloaded vergen-lib v0.1.6
11642026-06-22T19:21:59.725Z Downloaded usdt-impl v0.6.0
11652026-06-22T19:21:59.725Z Downloaded schemars v0.9.0
11662026-06-22T19:21:59.746Z Downloaded vsss-rs v3.3.4
11672026-06-22T19:21:59.746Z Downloaded zone v0.3.1
11682026-06-22T19:21:59.747Z Downloaded futures-util v0.3.32
11692026-06-22T19:21:59.747Z Downloaded zeroize_derive v1.4.3
11702026-06-22T19:21:59.747Z Downloaded vergen-lib v9.1.0
11712026-06-22T19:21:59.747Z Downloaded snafu v0.8.9
11722026-06-22T19:21:59.747Z Downloaded zone_cfg_derive v0.3.1
11732026-06-22T19:21:59.747Z Downloaded rand v0.10.0
11742026-06-22T19:21:59.747Z Downloaded nom v8.0.0
11752026-06-22T19:21:59.747Z Downloaded tracing-attributes v0.1.31
11762026-06-22T19:21:59.773Z Downloaded toml_parser v1.0.9+spec-1.1.0
11772026-06-22T19:21:59.773Z Downloaded tokio-rustls v0.24.1
11782026-06-22T19:21:59.773Z Downloaded whoami v1.6.1
11792026-06-22T19:21:59.773Z Downloaded twox-hash v2.1.2
11802026-06-22T19:21:59.773Z Downloaded wyz v0.5.1
11812026-06-22T19:21:59.773Z Downloaded walkdir v2.5.0
11822026-06-22T19:21:59.773Z Downloaded test-strategy v0.4.5
11832026-06-22T19:21:59.773Z Downloaded xshell v0.2.7
11842026-06-22T19:21:59.773Z Downloaded p521 v0.13.3
11852026-06-22T19:21:59.773Z Downloaded whoami v2.1.0
11862026-06-22T19:21:59.773Z Downloaded zeroize v1.8.2
11872026-06-22T19:21:59.773Z Downloaded tokio-rustls v0.26.4
11882026-06-22T19:21:59.774Z Downloaded toml v0.7.8
11892026-06-22T19:21:59.794Z Downloaded vergen-gitcl v1.0.8
11902026-06-22T19:21:59.795Z Downloaded h2 v0.4.13
11912026-06-22T19:21:59.796Z Downloaded tar v0.4.45
11922026-06-22T19:21:59.796Z Downloaded toml v1.0.6+spec-1.1.0
11932026-06-22T19:21:59.796Z Downloaded tinyvec v1.10.0
11942026-06-22T19:21:59.796Z Downloaded zstd-safe v7.2.4
11952026-06-22T19:21:59.796Z Downloaded hkdf v0.12.4
11962026-06-22T19:21:59.825Z Downloaded zstd v0.13.3
11972026-06-22T19:21:59.825Z Downloaded iddqd v0.4.2
11982026-06-22T19:21:59.826Z Downloaded tungstenite v0.21.0
11992026-06-22T19:21:59.826Z Downloaded russh v0.45.0
12002026-06-22T19:21:59.826Z Downloaded unicode-properties v0.1.4
12012026-06-22T19:21:59.826Z Downloaded unsafe-libyaml v0.2.11
12022026-06-22T19:21:59.854Z Downloaded zerocopy v0.6.6
12032026-06-22T19:21:59.854Z Downloaded steno v0.4.1
12042026-06-22T19:21:59.854Z Downloaded vergen v9.1.0
12052026-06-22T19:21:59.854Z Downloaded serde_with v1.14.0
12062026-06-22T19:21:59.854Z Downloaded yasna v0.5.2
12072026-06-22T19:21:59.854Z Downloaded uuid v1.23.0
12082026-06-22T19:21:59.854Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-22T19:21:59.874Z Downloaded tungstenite v0.23.0
12102026-06-22T19:21:59.874Z Downloaded rpassword v7.4.0
12112026-06-22T19:21:59.874Z Downloaded unicode-bidi v0.3.18
12122026-06-22T19:21:59.874Z Downloaded itertools v0.14.0
12132026-06-22T19:21:59.874Z Downloaded rustyline v14.0.0
12142026-06-22T19:21:59.874Z Downloaded libm v0.2.16
12152026-06-22T19:21:59.874Z Downloaded typify v0.6.2
12162026-06-22T19:21:59.893Z Downloaded toml_edit v0.19.15
12172026-06-22T19:21:59.893Z Downloaded aws-lc-rs v1.16.3
12182026-06-22T19:21:59.893Z Downloaded vte v0.14.1
12192026-06-22T19:21:59.912Z Downloaded ssh-key v0.6.7
12202026-06-22T19:21:59.912Z Downloaded zopfli v0.8.3
12212026-06-22T19:21:59.912Z Downloaded regex v1.12.3
12222026-06-22T19:21:59.912Z Downloaded reedline v0.40.0
12232026-06-22T19:21:59.912Z Downloaded p384 v0.13.1
12242026-06-22T19:21:59.912Z Downloaded tracing-core v0.1.36
12252026-06-22T19:21:59.912Z Downloaded tokio-postgres v0.7.16
12262026-06-22T19:21:59.913Z Downloaded yansi v1.0.1
12272026-06-22T19:21:59.937Z Downloaded bitvec v1.0.1
12282026-06-22T19:21:59.937Z Downloaded unicode_categories v0.1.1
12292026-06-22T19:21:59.937Z Downloaded zip v0.6.6
12302026-06-22T19:21:59.937Z Downloaded chrono v0.4.44
12312026-06-22T19:21:59.937Z Downloaded reqwest v0.13.2
12322026-06-22T19:21:59.937Z Downloaded git2 v0.20.4
12332026-06-22T19:21:59.971Z Downloaded reqwest v0.12.28
12342026-06-22T19:21:59.971Z Downloaded typed-path v0.9.3
12352026-06-22T19:21:59.971Z Downloaded rayon v1.11.0
12362026-06-22T19:21:59.993Z Downloaded portable-atomic v1.13.1
12372026-06-22T19:21:59.993Z Downloaded curve25519-dalek v4.1.3
12382026-06-22T19:21:59.994Z Downloaded tower v0.5.3
12392026-06-22T19:21:59.994Z Downloaded x509-cert v0.2.5
12402026-06-22T19:21:59.994Z Downloaded moka v0.12.13
12412026-06-22T19:21:59.994Z Downloaded salty v0.3.0
12422026-06-22T19:21:59.999Z Downloaded unicode-segmentation v1.12.0
12432026-06-22T19:22:00.000Z Downloaded zerocopy-derive v0.8.40
12442026-06-22T19:22:00.000Z Downloaded quick-xml v0.37.5
12452026-06-22T19:22:00.000Z Downloaded lalrpop v0.19.12
12462026-06-22T19:22:00.026Z Downloaded goblin v0.10.5
12472026-06-22T19:22:00.038Z Downloaded unicode-normalization v0.1.25
12482026-06-22T19:22:00.038Z Downloaded tough v0.22.0
12492026-06-22T19:22:00.038Z Downloaded zip v4.6.1
12502026-06-22T19:22:00.039Z Downloaded tokio-util v0.7.18
12512026-06-22T19:22:00.039Z Downloaded rustls-webpki v0.102.8
12522026-06-22T19:22:00.063Z Downloaded rustls-webpki v0.101.7
12532026-06-22T19:22:00.063Z Downloaded petname v2.0.2
12542026-06-22T19:22:00.078Z Downloaded quinn-proto v0.11.13
12552026-06-22T19:22:00.096Z Downloaded tower-http v0.6.8
12562026-06-22T19:22:00.096Z Downloaded winnow v0.6.26
12572026-06-22T19:22:00.096Z Downloaded object v0.30.4
12582026-06-22T19:22:00.113Z Downloaded radix_trie v0.2.1
12592026-06-22T19:22:00.113Z Downloaded proptest v1.10.0
12602026-06-22T19:22:00.113Z Downloaded winnow v0.5.40
12612026-06-22T19:22:00.144Z Downloaded serde_with v3.17.0
12622026-06-22T19:22:00.144Z Downloaded openssl v0.10.79
12632026-06-22T19:22:00.144Z Downloaded tabled v0.20.0
12642026-06-22T19:22:00.163Z Downloaded polar-core v0.27.3
12652026-06-22T19:22:00.163Z Downloaded nix v0.27.1
12662026-06-22T19:22:00.163Z Downloaded bstr v1.12.1
12672026-06-22T19:22:00.163Z Downloaded smoltcp v0.9.1
12682026-06-22T19:22:00.163Z Downloaded regex-syntax v0.6.29
12692026-06-22T19:22:00.176Z Downloaded vcpkg v0.2.15
12702026-06-22T19:22:00.189Z Downloaded nix v0.28.0
12712026-06-22T19:22:00.203Z Downloaded hickory-proto v0.24.4
12722026-06-22T19:22:00.215Z Downloaded rustls v0.21.12
12732026-06-22T19:22:00.215Z Downloaded zerocopy v0.8.40
12742026-06-22T19:22:00.225Z Downloaded nix v0.31.2
12752026-06-22T19:22:00.225Z Downloaded time v0.3.47
12762026-06-22T19:22:00.234Z Downloaded zlib-rs v0.6.2
12772026-06-22T19:22:00.234Z Downloaded rustls v0.22.4
12782026-06-22T19:22:00.241Z Downloaded regress v0.11.1
12792026-06-22T19:22:00.246Z Downloaded dropshot v0.17.0
12802026-06-22T19:22:00.255Z Downloaded openapiv3 v2.2.0
12812026-06-22T19:22:00.262Z Downloaded object v0.37.3
12822026-06-22T19:22:00.271Z Downloaded sqlparser v0.61.0
12832026-06-22T19:22:00.277Z Downloaded webpki-roots v1.0.6
12842026-06-22T19:22:00.281Z Downloaded regress v0.10.5
12852026-06-22T19:22:00.281Z Downloaded smoltcp v0.11.0
12862026-06-22T19:22:00.287Z Downloaded diesel v2.3.7
12872026-06-22T19:22:00.302Z Downloaded ratatui v0.29.0
12882026-06-22T19:22:00.313Z Downloaded regex-syntax v0.8.10
12892026-06-22T19:22:00.319Z Downloaded zerocopy-derive v0.6.6
12902026-06-22T19:22:00.323Z Downloaded regex-automata v0.4.14
12912026-06-22T19:22:00.332Z Downloaded rustls v0.23.37
12922026-06-22T19:22:00.339Z Downloaded rustix v0.38.44
12932026-06-22T19:22:00.354Z Downloaded hickory-proto v0.25.2
12942026-06-22T19:22:00.362Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-22T19:22:00.370Z Downloaded chrono-tz v0.10.4
12962026-06-22T19:22:00.427Z Downloaded sled v0.34.7
12972026-06-22T19:22:00.445Z Downloaded typify-impl v0.6.2
12982026-06-22T19:22:00.453Z Downloaded tracing v0.1.44
12992026-06-22T19:22:00.520Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-06-22T19:22:00.556Z Downloaded petgraph v0.6.5
13012026-06-22T19:22:00.581Z Downloaded jiff v0.2.21
13022026-06-22T19:22:00.626Z Downloaded petgraph v0.8.3
13032026-06-22T19:22:00.630Z Downloaded csv v1.4.0
13042026-06-22T19:22:00.648Z Downloaded libz-sys v1.1.24
13052026-06-22T19:22:00.662Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-22T19:22:00.673Z Downloaded sha3 v0.10.8
13072026-06-22T19:22:00.676Z Downloaded tokio v1.52.1
13082026-06-22T19:22:00.738Z Downloaded encoding_rs v0.8.35
13092026-06-22T19:22:00.751Z Downloaded ring v0.17.14
13102026-06-22T19:22:01.057Z Downloaded aws-lc-sys v0.40.0
13112026-06-22T19:22:01.308Z Compiling libc v0.2.185
13122026-06-22T19:22:01.308Z Compiling serde v1.0.228
13132026-06-22T19:22:01.312Z Compiling log v0.4.29
13142026-06-22T19:22:01.312Z Compiling find-msvc-tools v0.1.9
13152026-06-22T19:22:01.312Z Compiling shlex v1.3.0
13162026-06-22T19:22:01.442Z Compiling smallvec v1.15.1
13172026-06-22T19:22:01.450Z Compiling syn v2.0.117
13182026-06-22T19:22:01.460Z Compiling typenum v1.19.0
13192026-06-22T19:22:01.658Z Compiling generic-array v0.14.7
13202026-06-22T19:22:01.670Z Compiling subtle v2.6.1
13212026-06-22T19:22:01.693Z Compiling scopeguard v1.2.0
13222026-06-22T19:22:01.719Z Compiling const-oid v0.9.6
13232026-06-22T19:22:01.779Z Compiling lock_api v0.4.14
13242026-06-22T19:22:01.801Z Compiling serde_json v1.0.149
13252026-06-22T19:22:01.822Z Compiling zerocopy v0.8.40
13262026-06-22T19:22:01.887Z Compiling parking_lot_core v0.9.12
13272026-06-22T19:22:01.999Z Compiling portable-atomic v1.13.1
13282026-06-22T19:22:02.136Z Compiling pin-project-lite v0.2.17
13292026-06-22T19:22:02.250Z Compiling pkg-config v0.3.32
13302026-06-22T19:22:02.268Z Compiling getrandom v0.2.17
13312026-06-22T19:22:02.333Z Compiling jobserver v0.1.34
13322026-06-22T19:22:02.443Z Compiling rand_core v0.6.4
13332026-06-22T19:22:02.443Z Compiling errno v0.3.14
13342026-06-22T19:22:02.631Z Compiling cc v1.2.56
13352026-06-22T19:22:02.706Z Compiling signal-hook-registry v1.4.8
13362026-06-22T19:22:02.719Z Compiling bitflags v2.11.0
13372026-06-22T19:22:03.186Z Compiling libm v0.2.16
13382026-06-22T19:22:03.193Z Compiling futures-core v0.3.32
13392026-06-22T19:22:03.193Z Compiling critical-section v1.2.0
13402026-06-22T19:22:03.193Z Compiling parking_lot v0.12.5
13412026-06-22T19:22:03.193Z Compiling mio v1.2.0
13422026-06-22T19:22:03.193Z Compiling num-traits v0.2.19
13432026-06-22T19:22:03.193Z Compiling once_cell v1.21.3
13442026-06-22T19:22:03.193Z Compiling percent-encoding v2.3.2
13452026-06-22T19:22:03.266Z Compiling socket2 v0.6.3
13462026-06-22T19:22:03.291Z Compiling futures-sink v0.3.32
13472026-06-22T19:22:03.328Z Compiling futures-io v0.3.32
13482026-06-22T19:22:03.345Z Compiling getrandom v0.4.1
13492026-06-22T19:22:03.405Z Compiling futures-channel v0.3.32
13502026-06-22T19:22:03.424Z Compiling slab v0.4.12
13512026-06-22T19:22:03.477Z Compiling cpufeatures v0.2.17
13522026-06-22T19:22:03.557Z Compiling futures-task v0.3.32
13532026-06-22T19:22:03.599Z Compiling rand_core v0.10.0
13542026-06-22T19:22:03.614Z Compiling indexmap v2.14.0
13552026-06-22T19:22:03.664Z Compiling rustversion v1.0.22
13562026-06-22T19:22:03.696Z Compiling getrandom v0.3.4
13572026-06-22T19:22:03.759Z Compiling cmake v0.1.57
13582026-06-22T19:22:04.179Z Compiling form_urlencoded v1.2.2
13592026-06-22T19:22:04.182Z Compiling fs_extra v1.3.0
13602026-06-22T19:22:04.218Z Compiling dunce v1.0.5
13612026-06-22T19:22:04.321Z Compiling ident_case v1.0.1
13622026-06-22T19:22:04.358Z Compiling synstructure v0.13.2
13632026-06-22T19:22:04.410Z Compiling base64ct v1.8.3
13642026-06-22T19:22:04.451Z Compiling iana-time-zone v0.1.65
13652026-06-22T19:22:04.464Z Compiling aws-lc-sys v0.40.0
13662026-06-22T19:22:04.655Z Compiling pem-rfc7468 v0.7.0
13672026-06-22T19:22:04.696Z Compiling rustix v1.1.3
13682026-06-22T19:22:04.716Z Compiling regex-syntax v0.8.10
13692026-06-22T19:22:04.792Z Compiling flagset v0.4.7
13702026-06-22T19:22:04.917Z Compiling rand_core v0.9.5
13712026-06-22T19:22:04.935Z Compiling ring v0.17.14
13722026-06-22T19:22:04.977Z Compiling vcpkg v0.2.15
13732026-06-22T19:22:05.012Z Compiling aws-lc-rs v1.16.3
13742026-06-22T19:22:05.206Z Compiling uuid v1.23.0
13752026-06-22T19:22:05.314Z Compiling rustc_version v0.4.1
13762026-06-22T19:22:05.657Z Compiling tracing-core v0.1.36
13772026-06-22T19:22:05.758Z Compiling openssl-sys v0.9.115
13782026-06-22T19:22:05.961Z Compiling base64 v0.22.1
13792026-06-22T19:22:06.190Z Compiling serde_derive v1.0.228
13802026-06-22T19:22:06.238Z Compiling zeroize_derive v1.4.3
13812026-06-22T19:22:06.299Z Compiling zerofrom-derive v0.1.6
13822026-06-22T19:22:06.313Z Compiling yoke-derive v0.8.1
13832026-06-22T19:22:06.525Z Compiling zerovec-derive v0.11.2
13842026-06-22T19:22:06.901Z Compiling zeroize v1.8.2
13852026-06-22T19:22:07.208Z Compiling zerocopy-derive v0.8.40
13862026-06-22T19:22:07.509Z Compiling displaydoc v0.2.5
13872026-06-22T19:22:07.688Z Compiling crypto-common v0.1.7
13882026-06-22T19:22:07.700Z Compiling block-buffer v0.10.4
13892026-06-22T19:22:07.746Z Compiling zerofrom v0.1.6
13902026-06-22T19:22:07.842Z Compiling digest v0.10.7
13912026-06-22T19:22:07.875Z Compiling yoke v0.8.1
13922026-06-22T19:22:07.878Z Compiling tokio-macros v2.7.0
13932026-06-22T19:22:08.071Z Compiling zerovec v0.11.5
13942026-06-22T19:22:08.107Z Compiling futures-macro v0.3.32
13952026-06-22T19:22:08.277Z Compiling zerotrie v0.2.3
13962026-06-22T19:22:08.573Z Compiling tinystr v0.8.2
13972026-06-22T19:22:08.573Z Compiling potential_utf v0.1.4
13982026-06-22T19:22:08.619Z Compiling hmac v0.12.1
13992026-06-22T19:22:08.745Z Compiling icu_locale_core v2.1.1
14002026-06-22T19:22:08.769Z Compiling icu_collections v2.1.1
14012026-06-22T19:22:08.776Z Compiling block-padding v0.3.3
14022026-06-22T19:22:08.915Z Compiling futures-util v0.3.32
14032026-06-22T19:22:08.991Z Compiling inout v0.1.4
14042026-06-22T19:22:09.162Z Compiling cipher v0.4.4
14052026-06-22T19:22:09.325Z Compiling sha2 v0.10.9
14062026-06-22T19:22:09.425Z Compiling icu_provider v2.1.1
14072026-06-22T19:22:09.656Z Compiling der_derive v0.7.3
14082026-06-22T19:22:09.688Z Compiling icu_normalizer v2.1.1
14092026-06-22T19:22:09.725Z Compiling bytes v1.11.1
14102026-06-22T19:22:09.768Z Compiling icu_properties v2.1.2
14112026-06-22T19:22:10.237Z Compiling tokio v1.52.1
14122026-06-22T19:22:10.357Z Compiling http v1.4.0
14132026-06-22T19:22:10.644Z Compiling idna_adapter v1.2.1
14142026-06-22T19:22:10.734Z Compiling der v0.7.10
14152026-06-22T19:22:10.783Z Compiling idna v1.1.0
14162026-06-22T19:22:10.891Z Compiling chrono v0.4.44
14172026-06-22T19:22:11.277Z Compiling url v2.5.8
14182026-06-22T19:22:11.293Z Compiling salsa20 v0.10.2
14192026-06-22T19:22:11.435Z Compiling pbkdf2 v0.12.2
14202026-06-22T19:22:11.448Z Compiling rustls-pki-types v1.14.0
14212026-06-22T19:22:11.551Z Compiling spki v0.7.3
14222026-06-22T19:22:11.751Z Compiling ppv-lite86 v0.2.21
14232026-06-22T19:22:11.764Z Compiling tracing-attributes v0.1.31
14242026-06-22T19:22:11.884Z Compiling thiserror-impl v2.0.18
14252026-06-22T19:22:11.940Z Compiling scrypt v0.11.0
14262026-06-22T19:22:12.069Z Compiling rand_chacha v0.9.0
14272026-06-22T19:22:12.069Z Compiling http-body v1.0.1
14282026-06-22T19:22:12.193Z Compiling cbc v0.1.2
14292026-06-22T19:22:12.235Z Compiling aes v0.8.4
14302026-06-22T19:22:12.341Z Compiling untrusted v0.7.1
14312026-06-22T19:22:12.356Z Compiling untrusted v0.9.0
14322026-06-22T19:22:12.467Z Compiling tinyvec_macros v0.1.1
14332026-06-22T19:22:12.482Z Compiling openssl-probe v0.2.1
14342026-06-22T19:22:12.541Z Compiling httparse v1.10.1
14352026-06-22T19:22:12.658Z Compiling pkcs5 v0.7.1
14362026-06-22T19:22:12.768Z Compiling tinyvec v1.10.0
14372026-06-22T19:22:13.080Z Compiling tracing v0.1.44
14382026-06-22T19:22:13.113Z Compiling pest_generator v2.8.6
14392026-06-22T19:22:13.142Z Compiling rand v0.9.2
14402026-06-22T19:22:13.223Z Compiling thiserror v2.0.18
14412026-06-22T19:22:13.304Z Compiling serde_derive_internals v0.29.1
14422026-06-22T19:22:13.328Z Compiling aho-corasick v1.1.4
14432026-06-22T19:22:13.346Z Compiling dyn-clone v1.0.20
14442026-06-22T19:22:13.480Z Compiling tower-layer v0.3.3
14452026-06-22T19:22:13.643Z Compiling rustls v0.23.37
14462026-06-22T19:22:13.801Z Compiling atomic-waker v1.1.2
14472026-06-22T19:22:13.818Z Compiling tower-service v0.3.3
14482026-06-22T19:22:13.931Z Compiling schemars v0.8.22
14492026-06-22T19:22:13.960Z Compiling try-lock v0.2.5
14502026-06-22T19:22:13.984Z Compiling pest_derive v2.8.6
14512026-06-22T19:22:14.068Z Compiling tokio-util v0.7.18
14522026-06-22T19:22:14.162Z Compiling regex-automata v0.4.14
14532026-06-22T19:22:14.217Z Compiling schemars_derive v0.8.22
14542026-06-22T19:22:14.407Z Compiling want v0.3.1
14552026-06-22T19:22:14.579Z Compiling pkcs8 v0.10.2
14562026-06-22T19:22:14.786Z Compiling h2 v0.4.13
14572026-06-22T19:22:15.070Z Compiling ipnet v2.11.0
14582026-06-22T19:22:15.125Z Compiling scroll_derive v0.13.1
14592026-06-22T19:22:15.202Z Compiling darling_core v0.20.11
14602026-06-22T19:22:15.482Z Compiling foreign-types-shared v0.1.1
14612026-06-22T19:22:15.572Z Compiling openssl v0.10.79
14622026-06-22T19:22:15.576Z Compiling httpdate v1.0.3
14632026-06-22T19:22:15.807Z Compiling pin-utils v0.1.0
14642026-06-22T19:22:15.837Z Compiling tempfile v3.25.0
14652026-06-22T19:22:15.882Z Compiling foreign-types v0.3.2
14662026-06-22T19:22:15.927Z Compiling scroll v0.13.0
14672026-06-22T19:22:16.008Z Compiling unicode-normalization v0.1.25
14682026-06-22T19:22:16.207Z Compiling openssl-macros v0.1.1
14692026-06-22T19:22:16.465Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-22T19:22:16.599Z Compiling socket2 v0.5.10
14712026-06-22T19:22:16.616Z Compiling spin v0.9.8
14722026-06-22T19:22:16.822Z Compiling time-core v0.1.8
14732026-06-22T19:22:16.858Z Compiling powerfmt v0.2.0
14742026-06-22T19:22:16.972Z Compiling num-conv v0.2.0
14752026-06-22T19:22:17.005Z Compiling crc32fast v1.5.0
14762026-06-22T19:22:17.063Z Compiling native-tls v0.2.18
14772026-06-22T19:22:17.105Z Compiling time-macros v0.2.27
14782026-06-22T19:22:17.264Z Compiling deranged v0.5.8
14792026-06-22T19:22:17.498Z Compiling darling_macro v0.20.11
14802026-06-22T19:22:17.972Z Compiling hyper v1.8.1
14812026-06-22T19:22:18.186Z Compiling darling v0.20.11
14822026-06-22T19:22:18.257Z Compiling goblin v0.10.5
14832026-06-22T19:22:18.271Z Compiling rustls-native-certs v0.8.3
14842026-06-22T19:22:18.353Z Compiling sync_wrapper v1.0.2
14852026-06-22T19:22:18.462Z Compiling wait-timeout v0.2.1
14862026-06-22T19:22:18.563Z Compiling syn v1.0.109
14872026-06-22T19:22:18.729Z Compiling simd-adler32 v0.3.8
14882026-06-22T19:22:18.763Z Compiling siphasher v1.0.2
14892026-06-22T19:22:18.871Z Compiling num_threads v0.1.7
14902026-06-22T19:22:18.993Z Compiling unicode-segmentation v1.12.0
14912026-06-22T19:22:19.016Z Compiling crossbeam-utils v0.8.21
14922026-06-22T19:22:19.030Z Compiling quick-error v1.2.3
14932026-06-22T19:22:19.137Z Compiling hyper-util v0.1.20
14942026-06-22T19:22:19.308Z Compiling bit-vec v0.8.0
14952026-06-22T19:22:19.386Z Compiling usdt-impl v0.6.0
14962026-06-22T19:22:19.541Z Compiling bit-set v0.8.0
14972026-06-22T19:22:19.606Z Compiling rusty-fork v0.3.1
14982026-06-22T19:22:19.621Z Compiling time v0.3.47
14992026-06-22T19:22:19.973Z Compiling tower v0.5.3
15002026-06-22T19:22:20.026Z Compiling derive_builder_core v0.20.2
15012026-06-22T19:22:20.465Z Compiling dtrace-parser v0.3.0
15022026-06-22T19:22:20.632Z Compiling http-body-util v0.1.3
15032026-06-22T19:22:20.887Z Compiling webpki-roots v1.0.6
15042026-06-22T19:22:20.912Z Compiling signature v2.2.0
15052026-06-22T19:22:20.925Z Compiling scroll_derive v0.12.1
15062026-06-22T19:22:21.005Z Compiling thiserror-impl v1.0.69
15072026-06-22T19:22:21.093Z Compiling dof v0.4.0
15082026-06-22T19:22:21.227Z Compiling heapless v0.7.17
15092026-06-22T19:22:21.230Z Compiling rand_xorshift v0.4.0
15102026-06-22T19:22:21.408Z Compiling slog v2.8.2
15112026-06-22T19:22:21.473Z Compiling darling_core v0.21.3
15122026-06-22T19:22:21.594Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-22T19:22:21.597Z Compiling thread-id v5.1.0
15142026-06-22T19:22:21.687Z Compiling cookie v0.18.1
15152026-06-22T19:22:21.872Z Compiling unicode-bidi v0.3.18
15162026-06-22T19:22:21.885Z Compiling iri-string v0.7.10
15172026-06-22T19:22:22.284Z Compiling ryu v1.0.23
15182026-06-22T19:22:22.298Z Compiling anyhow v1.0.102
15192026-06-22T19:22:22.405Z Compiling signal-hook v0.3.18
15202026-06-22T19:22:22.471Z Compiling unarray v0.1.4
15212026-06-22T19:22:22.575Z Compiling zstd-safe v7.2.4
15222026-06-22T19:22:22.579Z Compiling adler2 v2.0.1
15232026-06-22T19:22:22.602Z Compiling paste v1.0.15
15242026-06-22T19:22:22.629Z Compiling allocator-api2 v0.2.21
15252026-06-22T19:22:22.713Z Compiling unicode-properties v0.1.4
15262026-06-22T19:22:22.767Z Compiling miniz_oxide v0.8.9
15272026-06-22T19:22:22.908Z Compiling stringprep v0.1.5
15282026-06-22T19:22:22.970Z Compiling proptest v1.10.0
15292026-06-22T19:22:23.136Z Compiling tower-http v0.6.8
15302026-06-22T19:22:23.354Z Compiling serde_urlencoded v0.7.1
15312026-06-22T19:22:23.380Z Compiling thiserror v1.0.69
15322026-06-22T19:22:23.563Z Compiling scroll v0.12.0
15332026-06-22T19:22:23.643Z Compiling derive_builder_macro v0.20.2
15342026-06-22T19:22:24.023Z Compiling darling_macro v0.21.3
15352026-06-22T19:22:24.088Z Compiling tokio-native-tls v0.3.1
15362026-06-22T19:22:24.193Z Compiling heck v0.4.1
15372026-06-22T19:22:24.259Z Compiling ipnetwork v0.21.1
15382026-06-22T19:22:24.419Z Compiling bstr v1.12.1
15392026-06-22T19:22:24.503Z Compiling rand_chacha v0.3.1
15402026-06-22T19:22:24.608Z Compiling toml_datetime v0.6.11
15412026-06-22T19:22:24.652Z Compiling erased-serde v0.3.31
15422026-06-22T19:22:24.666Z Compiling serde_tokenstream v0.2.3
15432026-06-22T19:22:24.878Z Compiling serde_spanned v0.6.9
15442026-06-22T19:22:24.984Z Compiling md-5 v0.10.6
15452026-06-22T19:22:25.028Z Compiling pin-project-internal v1.1.11
15462026-06-22T19:22:25.083Z Compiling async-trait v0.1.89
15472026-06-22T19:22:25.154Z Compiling zerocopy-derive v0.7.35
15482026-06-22T19:22:25.161Z Compiling curve25519-dalek v4.1.3
15492026-06-22T19:22:25.327Z Compiling vergen-lib v9.1.0
15502026-06-22T19:22:25.492Z Compiling num-integer v0.1.46
15512026-06-22T19:22:25.509Z Compiling hash32 v0.2.1
15522026-06-22T19:22:25.704Z Compiling ff v0.13.1
15532026-06-22T19:22:25.828Z Compiling memoffset v0.9.1
15542026-06-22T19:22:25.850Z Compiling encoding_rs v0.8.35
15552026-06-22T19:22:26.029Z Compiling mime v0.3.17
15562026-06-22T19:22:26.040Z Compiling litrs v1.0.0
15572026-06-22T19:22:26.114Z Compiling base16ct v0.2.0
15582026-06-22T19:22:26.156Z Compiling zlib-rs v0.6.2
15592026-06-22T19:22:26.284Z Compiling smoltcp v0.9.1
15602026-06-22T19:22:26.294Z Compiling rustix v0.38.44
15612026-06-22T19:22:26.551Z Compiling cfg_aliases v0.2.1
15622026-06-22T19:22:26.620Z Compiling fallible-iterator v0.2.0
15632026-06-22T19:22:26.630Z Compiling psl-types v2.0.11
15642026-06-22T19:22:26.643Z Compiling ref-cast v1.0.25
15652026-06-22T19:22:26.757Z Compiling num-bigint-dig v0.8.6
15662026-06-22T19:22:26.931Z Compiling postgres-protocol v0.6.10
15672026-06-22T19:22:26.979Z Compiling publicsuffix v2.3.0
15682026-06-22T19:22:27.087Z Compiling nix v0.31.2
15692026-06-22T19:22:27.171Z Compiling document-features v0.2.12
15702026-06-22T19:22:27.380Z Compiling sec1 v0.7.3
15712026-06-22T19:22:27.462Z Compiling pin-project v1.1.11
15722026-06-22T19:22:27.485Z Compiling zerocopy v0.7.35
15732026-06-22T19:22:27.655Z Compiling group v0.13.0
15742026-06-22T19:22:27.665Z Compiling num-iter v0.1.45
15752026-06-22T19:22:27.771Z Compiling hubpack_derive v0.1.1
15762026-06-22T19:22:27.823Z Compiling newtype-uuid v1.3.2
15772026-06-22T19:22:28.025Z Compiling rand v0.8.6
15782026-06-22T19:22:28.216Z Compiling darling v0.21.3
15792026-06-22T19:22:28.229Z Compiling oxnet v0.1.6
15802026-06-22T19:22:28.263Z Compiling snafu-derive v0.8.9
15812026-06-22T19:22:28.298Z Compiling hyper-tls v0.6.0
15822026-06-22T19:22:28.472Z Compiling derive_builder v0.20.2
15832026-06-22T19:22:28.524Z Compiling goblin v0.8.2
15842026-06-22T19:22:29.219Z Compiling flate2 v1.1.9
15852026-06-22T19:22:29.248Z Compiling phf_shared v0.13.1
15862026-06-22T19:22:29.477Z Compiling lazy_static v1.5.0
15872026-06-22T19:22:29.512Z Compiling regex v1.12.3
15882026-06-22T19:22:29.567Z Compiling anstyle-parse v0.2.7
15892026-06-22T19:22:29.618Z Compiling strum_macros v0.27.2
15902026-06-22T19:22:29.649Z Compiling futures-executor v0.3.32
15912026-06-22T19:22:29.752Z Compiling hex v0.4.3
15922026-06-22T19:22:29.895Z Compiling hkdf v0.12.4
15932026-06-22T19:22:29.945Z Compiling crypto-bigint v0.5.5
15942026-06-22T19:22:30.041Z Compiling terminal_size v0.4.3
15952026-06-22T19:22:30.057Z Compiling ref-cast-impl v1.0.25
15962026-06-22T19:22:30.175Z Compiling daft-derive v0.1.7
15972026-06-22T19:22:30.264Z Compiling curve25519-dalek-derive v0.1.1
15982026-06-22T19:22:30.604Z Compiling vergen v9.1.0
15992026-06-22T19:22:30.789Z Compiling fs-err v3.3.0
16002026-06-22T19:22:30.915Z Compiling cargo-platform v0.3.2
16012026-06-22T19:22:30.925Z Compiling ahash v0.8.12
16022026-06-22T19:22:30.985Z Compiling bitflags v1.3.2
16032026-06-22T19:22:31.067Z Compiling same-file v1.0.6
16042026-06-22T19:22:31.134Z Compiling foldhash v0.2.0
16052026-06-22T19:22:31.186Z Compiling object v0.37.3
16062026-06-22T19:22:31.234Z Compiling winnow v0.5.40
16072026-06-22T19:22:31.352Z Compiling libbz2-rs-sys v0.2.2
16082026-06-22T19:22:31.451Z Compiling managed v0.8.0
16092026-06-22T19:22:31.633Z Compiling bumpalo v3.20.2
16102026-06-22T19:22:31.670Z Compiling foldhash v0.1.5
16112026-06-22T19:22:31.846Z Compiling zopfli v0.8.3
16122026-06-22T19:22:31.870Z Compiling hashbrown v0.15.5
16132026-06-22T19:22:32.041Z Compiling bzip2 v0.6.1
16142026-06-22T19:22:32.125Z Compiling strum v0.27.2
16152026-06-22T19:22:32.270Z Compiling hashbrown v0.16.1
16162026-06-22T19:22:32.299Z Compiling clap_builder v4.6.0
16172026-06-22T19:22:32.429Z Compiling walkdir v2.5.0
16182026-06-22T19:22:32.573Z Compiling toml_edit v0.19.15
16192026-06-22T19:22:32.691Z Compiling cargo_metadata v0.23.1
16202026-06-22T19:22:32.873Z Compiling daft v0.1.7
16212026-06-22T19:22:32.942Z Compiling elliptic-curve v0.13.8
16222026-06-22T19:22:33.141Z Compiling dof v0.3.0
16232026-06-22T19:22:33.478Z Compiling snafu v0.8.9
16242026-06-22T19:22:33.841Z Compiling futures v0.3.32
16252026-06-22T19:22:33.865Z Compiling anstream v0.6.21
16262026-06-22T19:22:34.054Z Compiling phf v0.13.1
16272026-06-22T19:22:34.213Z Compiling signal-hook-mio v0.2.5
16282026-06-22T19:22:34.226Z Compiling cookie_store v0.22.1
16292026-06-22T19:22:34.331Z Compiling bzip2 v0.4.4
16302026-06-22T19:22:34.547Z Compiling zstd v0.13.3
16312026-06-22T19:22:34.623Z Compiling serde_with_macros v3.17.0
16322026-06-22T19:22:34.823Z Compiling hubpack v0.1.2
16332026-06-22T19:22:35.005Z Compiling postgres-types v0.2.12
16342026-06-22T19:22:35.311Z Compiling usdt-macro v0.6.0
16352026-06-22T19:22:35.409Z Compiling usdt-attr-macro v0.6.0
16362026-06-22T19:22:35.569Z Compiling globset v0.4.18
16372026-06-22T19:22:35.772Z Compiling dtrace-parser v0.2.0
16382026-06-22T19:22:35.911Z Compiling ed25519 v2.2.3
16392026-06-22T19:22:36.042Z Compiling phf_shared v0.11.3
16402026-06-22T19:22:36.162Z Compiling olpc-cjson v0.1.4
16412026-06-22T19:22:36.210Z Compiling pkcs1 v0.7.5
16422026-06-22T19:22:36.242Z Compiling enum-as-inner v0.6.1
16432026-06-22T19:22:36.257Z Compiling strum_macros v0.26.4
16442026-06-22T19:22:36.331Z Compiling clap_derive v4.6.1
16452026-06-22T19:22:36.548Z Compiling serde_plain v1.0.2
16462026-06-22T19:22:36.621Z Compiling serde-big-array v0.5.1
16472026-06-22T19:22:36.752Z Compiling rfc6979 v0.4.0
16482026-06-22T19:22:36.765Z Compiling pem v3.0.6
16492026-06-22T19:22:36.765Z Compiling async-recursion v1.1.1
16502026-06-22T19:22:36.851Z Compiling serde_repr v0.1.20
16512026-06-22T19:22:37.264Z Compiling float-cmp v0.10.0
16522026-06-22T19:22:37.267Z Compiling memmap2 v0.9.10
16532026-06-22T19:22:37.267Z Compiling thread-id v4.2.2
16542026-06-22T19:22:37.267Z Compiling env_filter v1.0.0
16552026-06-22T19:22:37.267Z Compiling jiff v0.2.21
16562026-06-22T19:22:37.375Z Compiling whoami v2.1.0
16572026-06-22T19:22:37.422Z Compiling new_debug_unreachable v1.0.6
16582026-06-22T19:22:37.474Z Compiling normalize-line-endings v0.3.0
16592026-06-22T19:22:37.493Z Compiling predicates-core v1.0.10
16602026-06-22T19:22:37.580Z Compiling fixedbitset v0.4.2
16612026-06-22T19:22:37.701Z Compiling fixedbitset v0.5.7
16622026-06-22T19:22:37.749Z Compiling keccak v0.1.6
16632026-06-22T19:22:37.788Z Compiling static_assertions v1.1.0
16642026-06-22T19:22:37.865Z Compiling precomputed-hash v0.1.1
16652026-06-22T19:22:37.963Z Compiling either v1.15.0
16662026-06-22T19:22:37.987Z Compiling typed-path v0.9.3
16672026-06-22T19:22:38.006Z Compiling difflib v0.4.0
16682026-06-22T19:22:38.114Z Compiling data-encoding v2.10.0
16692026-06-22T19:22:38.180Z Compiling itertools v0.13.0
16702026-06-22T19:22:38.565Z Compiling hickory-proto v0.25.2
16712026-06-22T19:22:38.580Z Compiling predicates v3.1.4
16722026-06-22T19:22:38.815Z Compiling clap v4.6.1
16732026-06-22T19:22:38.900Z Compiling strum v0.26.3
16742026-06-22T19:22:39.071Z Compiling string_cache v0.8.9
16752026-06-22T19:22:39.269Z Compiling sha3 v0.10.8
16762026-06-22T19:22:39.281Z Compiling petgraph v0.8.3
16772026-06-22T19:22:39.304Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-22T19:22:39.476Z Compiling petgraph v0.6.5
16792026-06-22T19:22:39.734Z Compiling tokio-postgres v0.7.16
16802026-06-22T19:22:39.751Z Compiling toml_edit v0.22.27
16812026-06-22T19:22:41.031Z Compiling zip v4.6.1
16822026-06-22T19:22:41.335Z Compiling env_logger v0.11.9
16832026-06-22T19:22:41.554Z Compiling usdt v0.6.0
16842026-06-22T19:22:41.669Z Compiling usdt-impl v0.5.0
16852026-06-22T19:22:41.832Z Compiling ecdsa v0.16.9
16862026-06-22T19:22:41.961Z Compiling rsa v0.9.10
16872026-06-22T19:22:41.972Z Compiling ed25519-dalek v2.2.0
16882026-06-22T19:22:42.172Z Compiling crossterm v0.28.1
16892026-06-22T19:22:42.224Z Compiling serde_with v3.17.0
16902026-06-22T19:22:42.487Z Compiling zip v0.6.6
16912026-06-22T19:22:43.067Z Compiling toml v0.7.8
16922026-06-22T19:22:43.080Z Compiling iddqd v0.4.2
16932026-06-22T19:22:43.781Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-22T19:22:43.803Z Compiling similar v2.7.0
16952026-06-22T19:22:43.847Z Compiling crossbeam-epoch v0.9.18
16962026-06-22T19:22:44.391Z Compiling tokio-stream v0.1.18
16972026-06-22T19:22:44.421Z Compiling buf-list v1.1.2
16982026-06-22T19:22:44.447Z Compiling x509-cert v0.2.5
16992026-06-22T19:22:44.447Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-22T19:22:44.494Z Compiling openapiv3 v2.2.0
17012026-06-22T19:22:44.494Z Compiling sha1 v0.10.6
17022026-06-22T19:22:44.729Z Compiling lalrpop-util v0.19.12
17032026-06-22T19:22:44.749Z Compiling peg-runtime v0.8.5
17042026-06-22T19:22:44.767Z Compiling thread_local v1.1.9
17052026-06-22T19:22:44.933Z Compiling slog-async v2.8.0
17062026-06-22T19:22:45.049Z Compiling crossbeam-channel v0.5.15
17072026-06-22T19:22:45.073Z Compiling is-terminal v0.4.17
17082026-06-22T19:22:45.120Z Compiling filetime v0.2.27
17092026-06-22T19:22:45.216Z Compiling take_mut v0.2.2
17102026-06-22T19:22:45.313Z Compiling term v1.2.1
17112026-06-22T19:22:45.349Z Compiling xattr v1.6.1
17122026-06-22T19:22:45.466Z Compiling tar v0.4.45
17132026-06-22T19:22:45.912Z Compiling slog-term v2.9.2
17142026-06-22T19:22:55.997Z Compiling rustls-webpki v0.103.9
17152026-06-22T19:22:58.785Z Compiling tokio-rustls v0.26.4
17162026-06-22T19:22:58.785Z Compiling rustls-platform-verifier v0.6.2
17172026-06-22T19:22:59.017Z Compiling hyper-rustls v0.27.7
17182026-06-22T19:22:59.229Z Compiling reqwest v0.12.28
17192026-06-22T19:22:59.242Z Compiling reqwest v0.13.2
17202026-06-22T19:23:00.507Z Compiling tough v0.22.0
17212026-06-22T19:23:03.113Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-22T19:23:03.329Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-22T19:23:06.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17242026-06-22T19:23:06.415Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-22T19:23:06.467ZJun 22 19:23:05.579 INFO Starting download, target: Console
17262026-06-22T19:23:06.467ZJun 22 19:23:05.580 INFO Starting download, target: Clickhouse
17272026-06-22T19:23:06.467ZJun 22 19:23:05.580 INFO Starting download, target: Cockroach
17282026-06-22T19:23:06.467ZJun 22 19:23:05.580 INFO Starting download, target: DendriteStub
17292026-06-22T19:23:06.467ZJun 22 19:23:05.580 INFO Starting download, target: MaghemiteMgd
17302026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Starting download, target: MaghemiteDdmd
17312026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Starting download, target: TransceiverControl
17322026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17352026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-06-22T19:23:06.470ZJun 22 19:23:05.580 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-22T19:23:06.923ZJun 22 19:23:06.001 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-22T19:23:07.115ZJun 22 19:23:06.220 INFO Download complete, target: TransceiverControl
17412026-06-22T19:23:07.463ZJun 22 19:23:06.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-22T19:23:07.694ZJun 22 19:23:06.802 INFO Download complete, target: Console
17432026-06-22T19:23:08.051ZJun 22 19:23:07.153 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-22T19:23:08.154ZJun 22 19:23:07.264 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-22T19:23:08.267ZJun 22 19:23:07.377 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-22T19:23:08.639ZJun 22 19:23:07.751 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-06-22T19:23:08.639ZJun 22 19:23:07.751 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-06-22T19:23:08.846ZJun 22 19:23:07.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-06-22T19:23:10.032ZJun 22 19:23:09.145 INFO Download complete, target: MaghemiteDdmd
17502026-06-22T19:23:10.770ZJun 22 19:23:09.883 INFO Download complete, target: DendriteStub
17512026-06-22T19:23:11.332ZJun 22 19:23:10.037 INFO Download complete, target: MaghemiteMgd
17522026-06-22T19:23:13.605ZJun 22 19:23:12.714 INFO Checking that binary works, target: Cockroach
17532026-06-22T19:23:13.716ZJun 22 19:23:12.829 INFO Download complete, target: Cockroach
17542026-06-22T19:23:15.895ZJun 22 19:23:15.008 INFO Checking that binary works, target: Clickhouse
17552026-06-22T19:23:16.032ZJun 22 19:23:15.144 INFO Download complete, target: Clickhouse
17562026-06-22T19:23:16.047ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-22T19:23:16.050Z
17582026-06-22T19:23:16.050Zreal 2:17.720373256
17592026-06-22T19:23:16.050Zuser 7:01.103456267
17602026-06-22T19:23:16.050Zsys 1:24.375639369
17612026-06-22T19:23:16.050Ztrap 0.255951337
17622026-06-22T19:23:16.050Ztflt 0.718448161
17632026-06-22T19:23:16.050Zdflt 0.581378925
17642026-06-22T19:23:16.050Zkflt 0.026230635
17652026-06-22T19:23:16.050Zlock 22:43.855119453
17662026-06-22T19:23:16.050Zslp 22:07.705321322
17672026-06-22T19:23:16.050Zlat 39.796544221
17682026-06-22T19:23:16.050Zstop 1:44.673820735
17692026-06-22T19:23:16.050Z+ banner clippy
17702026-06-22T19:23:16.050Z
17712026-06-22T19:23:16.050Z #### # # ##### ##### # #
17722026-06-22T19:23:16.050Z # # # # # # # # # #
17732026-06-22T19:23:16.050Z # # # # # # # #
17742026-06-22T19:23:16.050Z # # # ##### ##### #
17752026-06-22T19:23:16.050Z # # # # # # #
17762026-06-22T19:23:16.050Z #### ###### # # # #
17772026-06-22T19:23:16.050Z
17782026-06-22T19:23:16.050Z+ export CARGO_INCREMENTAL=0
17792026-06-22T19:23:16.051Z+ CARGO_INCREMENTAL=0
17802026-06-22T19:23:16.051Z+ ptime -m cargo xtask clippy
17812026-06-22T19:23:16.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-22T19:23:16.721Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-22T19:23:18.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17842026-06-22T19:23:18.641Z Running `target/debug/xtask clippy`
17852026-06-22T19:23:18.663Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-22T19:23:19.221Z Downloading crates ...
17872026-06-22T19:23:19.436Z Downloaded backtrace-ext v0.2.1
17882026-06-22T19:23:19.444Z Downloaded assert_cmd v2.1.2
17892026-06-22T19:23:19.456Z Downloaded plotters-svg v0.3.7
17902026-06-22T19:23:19.459Z Downloaded linkme-impl v0.3.35
17912026-06-22T19:23:19.460Z Downloaded guppy-workspace-hack v0.1.0
17922026-06-22T19:23:19.464Z Downloaded termcolor v1.4.1
17932026-06-22T19:23:19.468Z Downloaded constant_time_eq v0.3.1
17942026-06-22T19:23:19.493Z Downloaded miette-derive v5.10.0
17952026-06-22T19:23:19.498Z Downloaded target-spec v3.5.7
17962026-06-22T19:23:19.498Z Downloaded knuffel-derive v3.2.0
17972026-06-22T19:23:19.498Z Downloaded target-lexicon v0.13.3
17982026-06-22T19:23:19.499Z Downloaded path-tree v0.8.3
17992026-06-22T19:23:19.499Z Downloaded approx v0.5.1
18002026-06-22T19:23:19.499Z Downloaded parking v2.2.1
18012026-06-22T19:23:19.499Z Downloaded futures-timer v3.0.3
18022026-06-22T19:23:19.508Z Downloaded terminal_size v0.1.17
18032026-06-22T19:23:19.512Z Downloaded partial-io v0.5.4
18042026-06-22T19:23:19.512Z Downloaded async-object-pool v0.2.0
18052026-06-22T19:23:19.512Z Downloaded rustc-demangle v0.1.27
18062026-06-22T19:23:19.512Z Downloaded cast v0.3.0
18072026-06-22T19:23:19.515Z Downloaded supports-hyperlinks v2.1.0
18082026-06-22T19:23:19.518Z Downloaded similar-asserts v1.7.0
18092026-06-22T19:23:19.522Z Downloaded serde_regex v1.1.0
18102026-06-22T19:23:19.522Z Downloaded nested v0.1.1
18112026-06-22T19:23:19.932Z Downloaded tinytemplate v1.2.1
18122026-06-22T19:23:19.932Z Downloaded stringmetrics v2.2.2
18132026-06-22T19:23:19.932Z Downloaded libtest-mimic v0.8.1
18142026-06-22T19:23:19.932Z Downloaded async-lock v3.4.2
18152026-06-22T19:23:19.935Z Downloaded trybuild v1.0.116
18162026-06-22T19:23:19.936Z Downloaded oorandom v11.1.5
18172026-06-22T19:23:19.936Z Downloaded blake2b_simd v1.0.4
18182026-06-22T19:23:19.936Z Downloaded addr2line v0.25.1
18192026-06-22T19:23:19.936Z Downloaded owo-colors v3.5.0
18202026-06-22T19:23:19.936Z Downloaded textwrap v0.15.2
18212026-06-22T19:23:19.936Z Downloaded rstest v0.25.0
18222026-06-22T19:23:19.936Z Downloaded anes v0.1.6
18232026-06-22T19:23:19.936Z Downloaded rstest_macros v0.25.0
18242026-06-22T19:23:19.936Z Downloaded cfg-expr v0.20.6
18252026-06-22T19:23:19.936Z Downloaded httptest v0.16.4
18262026-06-22T19:23:19.936Z Downloaded criterion-plot v0.6.0
18272026-06-22T19:23:19.936Z Downloaded hickory-client v0.25.2
18282026-06-22T19:23:19.936Z Downloaded fancy-regex v0.14.0
18292026-06-22T19:23:19.936Z Downloaded chumsky v0.9.3
18302026-06-22T19:23:19.936Z Downloaded knuffel v3.2.0
18312026-06-22T19:23:19.936Z Downloaded plotters-backend v0.3.7
18322026-06-22T19:23:19.936Z Downloaded datatest-stable v0.3.3
18332026-06-22T19:23:19.936Z Downloaded event-listener-strategy v0.5.4
18342026-06-22T19:23:19.936Z Downloaded assert-json-diff v2.0.2
18352026-06-22T19:23:19.936Z Downloaded target-triple v1.0.0
18362026-06-22T19:23:19.936Z Downloaded escape8259 v0.5.3
18372026-06-22T19:23:19.936Z Downloaded supports-unicode v2.1.0
18382026-06-22T19:23:19.936Z Downloaded pathdiff v0.2.3
18392026-06-22T19:23:19.936Z Downloaded tokio-test v0.4.5
18402026-06-22T19:23:19.936Z Downloaded concurrent-queue v2.5.0
18412026-06-22T19:23:19.936Z Downloaded rand_distr v0.5.1
18422026-06-22T19:23:19.936Z Downloaded supports-color v2.1.0
18432026-06-22T19:23:19.936Z Downloaded rust-argon2 v2.1.0
18442026-06-22T19:23:19.936Z Downloaded linkme v0.3.35
18452026-06-22T19:23:19.936Z Downloaded relative-path v1.9.3
18462026-06-22T19:23:19.936Z Downloaded guppy v0.17.25
18472026-06-22T19:23:19.936Z Downloaded plotters v0.3.7
18482026-06-22T19:23:19.936Z Downloaded event-listener v5.4.1
18492026-06-22T19:23:19.937Z Downloaded backtrace v0.3.76
18502026-06-22T19:23:19.937Z Downloaded miette v5.10.0
18512026-06-22T19:23:19.937Z Downloaded criterion v0.7.0
18522026-06-22T19:23:19.937Z Downloaded hashbrown v0.14.5
18532026-06-22T19:23:19.937Z Downloaded gimli v0.32.3
18542026-06-22T19:23:19.937Z Downloaded httpmock v0.8.3
18552026-06-22T19:23:21.434Z Checking cfg-if v1.0.4
18562026-06-22T19:23:21.785Z Checking libc v0.2.185
18572026-06-22T19:23:21.788Z Checking serde_core v1.0.228
18582026-06-22T19:23:21.853Z Checking memchr v2.8.0
18592026-06-22T19:23:21.892Z Checking smallvec v1.15.1
18602026-06-22T19:23:22.331Z Checking itoa v1.0.17
18612026-06-22T19:23:22.334Z Checking log v0.4.29
18622026-06-22T19:23:22.334Z Checking zeroize v1.8.2
18632026-06-22T19:23:22.334Z Checking libm v0.2.16
18642026-06-22T19:23:22.334Z Checking scopeguard v1.2.0
18652026-06-22T19:23:22.334Z Checking stable_deref_trait v1.2.1
18662026-06-22T19:23:22.335Z Checking zmij v1.0.21
18672026-06-22T19:23:22.335Z Checking zerofrom v0.1.6
18682026-06-22T19:23:22.335Z Checking lock_api v0.4.14
18692026-06-22T19:23:22.335Z Checking errno v0.3.14
18702026-06-22T19:23:22.335Z Checking getrandom v0.2.17
18712026-06-22T19:23:22.338Z Checking percent-encoding v2.3.2
18722026-06-22T19:23:22.370Z Checking yoke v0.8.1
18732026-06-22T19:23:22.404Z Checking writeable v0.6.2
18742026-06-22T19:23:22.443Z Checking litemap v0.8.1
18752026-06-22T19:23:22.480Z Checking icu_properties_data v2.1.2
18762026-06-22T19:23:22.480Z Checking icu_normalizer_data v2.1.1
18772026-06-22T19:23:22.545Z Checking subtle v2.6.1
18782026-06-22T19:23:22.577Z Checking zerovec v0.11.5
18792026-06-22T19:23:22.581Z Checking zerotrie v0.2.3
18802026-06-22T19:23:22.640Z Checking form_urlencoded v1.2.2
18812026-06-22T19:23:23.072Z Checking utf8_iter v1.0.4
18822026-06-22T19:23:23.076Z Checking rand_core v0.6.4
18832026-06-22T19:23:23.076Z Checking num-traits v0.2.19
18842026-06-22T19:23:23.076Z Checking pin-project-lite v0.2.17
18852026-06-22T19:23:23.076Z Checking zerocopy v0.8.40
18862026-06-22T19:23:23.076Z Checking rand_core v0.10.0
18872026-06-22T19:23:23.076Z Checking parking_lot_core v0.9.12
18882026-06-22T19:23:23.076Z Checking portable-atomic v1.13.1
18892026-06-22T19:23:23.076Z Checking signal-hook-registry v1.4.8
18902026-06-22T19:23:23.076Z Checking getrandom v0.4.1
18912026-06-22T19:23:23.076Z Checking tinystr v0.8.2
18922026-06-22T19:23:23.099Z Checking potential_utf v0.1.4
18932026-06-22T19:23:23.156Z Checking parking_lot v0.12.5
18942026-06-22T19:23:23.192Z Checking critical-section v1.2.0
18952026-06-22T19:23:23.243Z Checking icu_locale_core v2.1.1
18962026-06-22T19:23:23.277Z Checking icu_collections v2.1.1
18972026-06-22T19:23:23.280Z Checking serde v1.0.228
18982026-06-22T19:23:23.338Z Checking serde_json v1.0.149
18992026-06-22T19:23:23.343Z Checking bitflags v2.11.0
19002026-06-22T19:23:23.402Z Checking once_cell v1.21.3
19012026-06-22T19:23:23.843Z Checking mio v1.2.0
19022026-06-22T19:23:23.846Z Checking typenum v1.19.0
19032026-06-22T19:23:23.846Z Checking socket2 v0.6.3
19042026-06-22T19:23:23.846Z Checking iana-time-zone v0.1.65
19052026-06-22T19:23:23.846Z Checking bytes v1.11.1
19062026-06-22T19:23:23.846Z Checking uuid v1.23.0
19072026-06-22T19:23:23.846Z Checking chrono v0.4.44
19082026-06-22T19:23:23.846Z Checking icu_provider v2.1.1
19092026-06-22T19:23:23.881Z Checking thiserror v2.0.18
19102026-06-22T19:23:24.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112026-06-22T19:23:24.414Z Checking semver v1.0.28
19122026-06-22T19:23:24.414Z Checking icu_normalizer v2.1.1
19132026-06-22T19:23:24.414Z Checking icu_properties v2.1.2
19142026-06-22T19:23:24.414Z Checking generic-array v0.14.7
19152026-06-22T19:23:24.414Z Checking tokio v1.52.1
19162026-06-22T19:23:24.414Z Checking futures-core v0.3.32
19172026-06-22T19:23:24.414Z Checking dyn-clone v1.0.20
19182026-06-22T19:23:24.426Z Checking const-oid v0.9.6
19192026-06-22T19:23:24.460Z Checking equivalent v1.0.2
19202026-06-22T19:23:24.463Z Checking rustix v1.1.3
19212026-06-22T19:23:24.573Z Checking futures-sink v0.3.32
19222026-06-22T19:23:24.630Z Checking crypto-common v0.1.7
19232026-06-22T19:23:24.688Z Checking block-buffer v0.10.4
19242026-06-22T19:23:24.722Z Checking byteorder v1.5.0
19252026-06-22T19:23:24.780Z Checking futures-channel v0.3.32
19262026-06-22T19:23:24.857Z Checking slab v0.4.12
19272026-06-22T19:23:24.947Z Checking futures-task v0.3.32
19282026-06-22T19:23:24.982Z Checking idna_adapter v1.2.1
19292026-06-22T19:23:25.011Z Checking futures-io v0.3.32
19302026-06-22T19:23:25.042Z Checking cpufeatures v0.2.17
19312026-06-22T19:23:25.112Z Checking thiserror v1.0.69
19322026-06-22T19:23:25.147Z Checking hashbrown v0.17.0
19332026-06-22T19:23:25.150Z Checking idna v1.1.0
19342026-06-22T19:23:25.179Z Checking digest v0.10.7
19352026-06-22T19:23:25.179Z Checking futures-util v0.3.32
19362026-06-22T19:23:25.269Z Checking getrandom v0.3.4
19372026-06-22T19:23:25.343Z Checking fnv v1.0.7
19382026-06-22T19:23:25.431Z Checking regex-syntax v0.8.10
19392026-06-22T19:23:25.466Z Checking http v1.4.0
19402026-06-22T19:23:25.469Z Checking tracing-core v0.1.36
19412026-06-22T19:23:25.530Z Checking url v2.5.8
19422026-06-22T19:23:25.586Z Checking ppv-lite86 v0.2.21
19432026-06-22T19:23:25.640Z Checking indexmap v2.14.0
19442026-06-22T19:23:26.251Z Checking utf8parse v0.2.2
19452026-06-22T19:23:26.254Z Checking base64 v0.22.1
19462026-06-22T19:23:26.254Z Checking tracing v0.1.44
19472026-06-22T19:23:26.254Z Checking schemars v0.8.22
19482026-06-22T19:23:26.255Z Checking anstyle v1.0.14
19492026-06-22T19:23:26.255Z Checking colorchoice v1.0.4
19502026-06-22T19:23:26.255Z Checking base64ct v1.8.3
19512026-06-22T19:23:26.262Z Checking anstyle-query v1.1.5
19522026-06-22T19:23:26.305Z Checking is_terminal_polyfill v1.70.2
19532026-06-22T19:23:26.337Z Checking block-padding v0.3.3
19542026-06-22T19:23:26.383Z Checking ipnet v2.11.0
19552026-06-22T19:23:26.421Z Checking untrusted v0.9.0
19562026-06-22T19:23:26.494Z Checking anstyle-parse v1.0.0
19572026-06-22T19:23:26.497Z Checking inout v0.1.4
19582026-06-22T19:23:26.561Z Checking ring v0.17.14
19592026-06-22T19:23:26.665Z Checking terminal_size v0.4.3
19602026-06-22T19:23:27.101Z Checking aho-corasick v1.1.4
19612026-06-22T19:23:27.104Z Checking cipher v0.4.4
19622026-06-22T19:23:27.104Z Checking crossbeam-utils v0.8.21
19632026-06-22T19:23:27.104Z Checking unicode-ident v1.0.24
19642026-06-22T19:23:27.104Z Checking anstream v1.0.0
19652026-06-22T19:23:27.104Z Checking proc-macro2 v1.0.106
19662026-06-22T19:23:27.104Z Checking strsim v0.11.1
19672026-06-22T19:23:27.104Z Checking clap_lex v1.0.0
19682026-06-22T19:23:27.123Z Checking pem-rfc7468 v0.7.0
19692026-06-22T19:23:27.161Z Checking sha2 v0.10.9
19702026-06-22T19:23:27.164Z Checking rustls-pki-types v1.14.0
19712026-06-22T19:23:27.237Z Checking clap_builder v4.6.0
19722026-06-22T19:23:27.276Z Checking quote v1.0.45
19732026-06-22T19:23:27.314Z Checking httparse v1.10.1
19742026-06-22T19:23:27.404Z Checking regex-automata v0.4.14
19752026-06-22T19:23:27.464Z Checking powerfmt v0.2.0
19762026-06-22T19:23:27.501Z Checking syn v2.0.117
19772026-06-22T19:23:27.504Z Checking tokio-util v0.7.18
19782026-06-22T19:23:27.566Z Checking rand_core v0.9.5
19792026-06-22T19:23:27.569Z Checking hmac v0.12.1
19802026-06-22T19:23:27.569Z Checking num_threads v0.1.7
19812026-06-22T19:23:27.657Z Checking deranged v0.5.8
19822026-06-22T19:23:27.708Z Checking time-core v0.1.8
19832026-06-22T19:23:27.774Z Checking num-conv v0.2.0
19842026-06-22T19:23:27.806Z Checking erased-serde v0.3.31
19852026-06-22T19:23:27.876Z Checking flagset v0.4.7
19862026-06-22T19:23:27.918Z Checking http-body v1.0.1
19872026-06-22T19:23:28.025Z Checking der v0.7.10
19882026-06-22T19:23:28.078Z Checking atomic-waker v1.1.2
19892026-06-22T19:23:28.164Z Checking allocator-api2 v0.2.21
19902026-06-22T19:23:28.203Z Checking rand_chacha v0.9.0
19912026-06-22T19:23:28.237Z Checking slog v2.8.2
19922026-06-22T19:23:28.436Z Checking anyhow v1.0.102
19932026-06-22T19:23:28.475Z Checking try-lock v0.2.5
19942026-06-22T19:23:28.509Z Checking clap v4.6.1
19952026-06-22T19:23:28.542Z Checking httpdate v1.0.3
19962026-06-22T19:23:28.604Z Checking want v0.3.1
19972026-06-22T19:23:28.639Z Checking time v0.3.47
19982026-06-22T19:23:28.642Z Checking rand v0.9.2
19992026-06-22T19:23:28.703Z Checking h2 v0.4.13
20002026-06-22T19:23:28.737Z Checking spin v0.9.8
20012026-06-22T19:23:28.771Z Checking ryu v1.0.23
20022026-06-22T19:23:28.801Z Checking tower-service v0.3.3
20032026-06-22T19:23:28.920Z Checking pin-utils v0.1.0
20042026-06-22T19:23:28.953Z Checking tower-layer v0.3.3
20052026-06-22T19:23:28.956Z Checking ipnetwork v0.21.1
20062026-06-22T19:23:29.024Z Checking socket2 v0.5.10
20072026-06-22T19:23:29.130Z Checking mime v0.3.17
20082026-06-22T19:23:29.163Z Checking fastrand v2.3.0
20092026-06-22T19:23:29.198Z Checking spki v0.7.3
20102026-06-22T19:23:29.232Z Checking pbkdf2 v0.12.2
20112026-06-22T19:23:29.297Z Checking aes v0.8.4
20122026-06-22T19:23:29.330Z Checking http-body-util v0.1.3
20132026-06-22T19:23:29.368Z Checking salsa20 v0.10.2
20142026-06-22T19:23:29.371Z Checking cbc v0.1.2
20152026-06-22T19:23:29.431Z Checking rand_chacha v0.3.1
20162026-06-22T19:23:29.531Z Checking hex v0.4.3
20172026-06-22T19:23:29.971Z Checking aws-lc-sys v0.40.0
20182026-06-22T19:23:29.976Z Checking untrusted v0.7.1
20192026-06-22T19:23:29.976Z Checking simd-adler32 v0.3.8
20202026-06-22T19:23:29.976Z Checking pretty-hex v0.4.1
20212026-06-22T19:23:29.976Z Checking rand v0.8.6
20222026-06-22T19:23:29.976Z Checking scrypt v0.11.0
20232026-06-22T19:23:29.976Z Checking tempfile v3.25.0
20242026-06-22T19:23:29.976Z Checking plain v0.2.3
20252026-06-22T19:23:29.976Z Checking openssl-probe v0.2.1
20262026-06-22T19:23:29.976Z Checking adler2 v2.0.1
20272026-06-22T19:23:29.976Z Checking pkcs5 v0.7.1
20282026-06-22T19:23:29.989Z Checking regex v1.12.3
20292026-06-22T19:23:30.021Z Checking serde_urlencoded v0.7.1
20302026-06-22T19:23:30.056Z Checking encoding_rs v0.8.35
20312026-06-22T19:23:30.059Z Checking miniz_oxide v0.8.9
20322026-06-22T19:23:30.094Z Checking aws-lc-rs v1.16.3
20332026-06-22T19:23:30.241Z Checking ucd-trie v0.1.7
20342026-06-22T19:23:30.278Z Checking pkcs8 v0.10.2
20352026-06-22T19:23:30.281Z Checking camino v1.2.2
20362026-06-22T19:23:30.342Z Checking rustls-native-certs v0.8.3
20372026-06-22T19:23:30.407Z Checking pest v2.8.6
20382026-06-22T19:23:30.483Z Checking oxnet v0.1.6
20392026-06-22T19:23:30.517Z Checking futures-executor v0.3.32
20402026-06-22T19:23:30.520Z Checking sync_wrapper v1.0.2
20412026-06-22T19:23:30.596Z Checking either v1.15.0
20422026-06-22T19:23:30.653Z Checking tower v0.5.3
20432026-06-22T19:23:30.728Z Checking futures v0.3.32
20442026-06-22T19:23:31.185Z Checking webpki-roots v1.0.6
20452026-06-22T19:23:31.185Z Checking crc32fast v1.5.0
20462026-06-22T19:23:31.185Z Checking iri-string v0.7.10
20472026-06-22T19:23:31.185Z Checking static_assertions v1.1.0
20482026-06-22T19:23:31.185Z Checking foldhash v0.2.0
20492026-06-22T19:23:31.185Z Checking lazy_static v1.5.0
20502026-06-22T19:23:31.185Z Checking rustls-webpki v0.103.9
20512026-06-22T19:23:31.185Z Checking openapiv3 v2.2.0
20522026-06-22T19:23:31.185Z Checking signature v2.2.0
20532026-06-22T19:23:31.191Z Checking hashbrown v0.16.1
20542026-06-22T19:23:31.194Z Checking winnow v0.7.14
20552026-06-22T19:23:31.317Z Checking hubpack v0.1.2
20562026-06-22T19:23:31.438Z Checking hyper v1.8.1
20572026-06-22T19:23:31.513Z Checking zlib-rs v0.6.2
20582026-06-22T19:23:31.548Z Checking strum v0.26.3
20592026-06-22T19:23:31.551Z Checking rustls v0.23.37
20602026-06-22T19:23:31.691Z Checking psl-types v2.0.11
20612026-06-22T19:23:31.725Z Checking tinyvec_macros v0.1.1
20622026-06-22T19:23:31.821Z Checking tinyvec v1.10.0
20632026-06-22T19:23:31.856Z Checking publicsuffix v2.3.0
20642026-06-22T19:23:31.919Z Checking tower-http v0.6.8
20652026-06-22T19:23:32.039Z Checking cookie v0.18.1
20662026-06-22T19:23:32.158Z Checking sha1 v0.10.6
20672026-06-22T19:23:32.226Z Checking num-integer v0.1.46
20682026-06-22T19:23:32.295Z Checking scroll v0.13.0
20692026-06-22T19:23:32.351Z Checking data-encoding v2.10.0
20702026-06-22T19:23:32.386Z Checking hyper-util v0.1.20
20712026-06-22T19:23:32.419Z Checking flate2 v1.1.9
20722026-06-22T19:23:32.422Z Checking cookie_store v0.22.1
20732026-06-22T19:23:32.483Z Checking serde_spanned v0.6.9
20742026-06-22T19:23:32.486Z Checking toml_datetime v0.6.11
20752026-06-22T19:23:32.550Z Checking goblin v0.10.5
20762026-06-22T19:23:32.639Z Checking memmap2 v0.9.10
20772026-06-22T19:23:32.642Z Checking base16ct v0.2.0
20782026-06-22T19:23:32.721Z Checking bit-vec v0.8.0
20792026-06-22T19:23:32.754Z Checking dtrace-parser v0.3.0
20802026-06-22T19:23:32.805Z Checking ff v0.13.1
20812026-06-22T19:23:32.839Z Checking thread-id v5.1.0
20822026-06-22T19:23:32.842Z Checking sec1 v0.7.3
20832026-06-22T19:23:32.940Z Checking bit-set v0.8.0
20842026-06-22T19:23:32.974Z Checking wait-timeout v0.2.1
20852026-06-22T19:23:32.977Z Checking group v0.13.0
20862026-06-22T19:23:33.038Z Checking num-iter v0.1.45
20872026-06-22T19:23:33.107Z Checking bstr v1.12.1
20882026-06-22T19:23:33.135Z Checking hkdf v0.12.4
20892026-06-22T19:23:33.168Z Checking crossbeam-epoch v0.9.18
20902026-06-22T19:23:33.173Z Checking anstyle-parse v0.2.7
20912026-06-22T19:23:33.232Z Checking ahash v0.8.12
20922026-06-22T19:23:33.294Z Checking crypto-bigint v0.5.5
20932026-06-22T19:23:33.380Z Checking quick-error v1.2.3
20942026-06-22T19:23:33.422Z Checking anstream v0.6.21
20952026-06-22T19:23:33.457Z Checking rand_xorshift v0.4.0
20962026-06-22T19:23:33.512Z Checking rusty-fork v0.3.1
20972026-06-22T19:23:33.546Z Checking scroll v0.12.0
20982026-06-22T19:23:33.605Z Checking unarray v0.1.4
20992026-06-22T19:23:33.651Z Checking num-bigint-dig v0.8.6
21002026-06-22T19:23:33.687Z Checking pkcs1 v0.7.5
21012026-06-22T19:23:33.719Z Checking x509-cert v0.2.5
21022026-06-22T19:23:33.751Z Checking proptest v1.10.0
21032026-06-22T19:23:33.795Z Checking goblin v0.8.2
21042026-06-22T19:23:33.931Z Checking zerocopy v0.7.35
21052026-06-22T19:23:34.018Z Checking tokio-rustls v0.26.4
21062026-06-22T19:23:34.206Z Checking rustls-platform-verifier v0.6.2
21072026-06-22T19:23:34.280Z Checking hyper-rustls v0.27.7
21082026-06-22T19:23:34.376Z Checking elliptic-curve v0.13.8
21092026-06-22T19:23:34.413Z Checking foreign-types-shared v0.1.1
21102026-06-22T19:23:34.466Z Checking unicode-segmentation v1.12.0
21112026-06-22T19:23:34.498Z Checking rsa v0.9.10
21122026-06-22T19:23:34.533Z Checking foreign-types v0.3.2
21132026-06-22T19:23:34.536Z Checking reqwest v0.13.2
21142026-06-22T19:23:34.631Z Checking dtrace-parser v0.2.0
21152026-06-22T19:23:34.712Z Checking rfc6979 v0.4.0
21162026-06-22T19:23:34.810Z Checking memoffset v0.9.1
21172026-06-22T19:23:34.862Z Checking openssl-sys v0.9.115
21182026-06-22T19:23:34.899Z Checking thread-id v4.2.2
21192026-06-22T19:23:34.933Z Checking dof v0.4.0
21202026-06-22T19:23:34.939Z Checking ecdsa v0.16.9
21212026-06-22T19:23:35.007Z Checking curve25519-dalek v4.1.3
21222026-06-22T19:23:35.009Z Checking rustix v0.38.44
21232026-06-22T19:23:35.275Z Checking openssl v0.10.79
21242026-06-22T19:23:35.335Z Checking env_filter v1.0.0
21252026-06-22T19:23:35.446Z Checking same-file v1.0.6
21262026-06-22T19:23:35.509Z Checking keccak v0.1.6
21272026-06-22T19:23:35.961Z Checking newtype-uuid v1.3.2
21282026-06-22T19:23:35.966Z Checking usdt-impl v0.6.0
21292026-06-22T19:23:35.966Z Checking toml_write v0.1.2
21302026-06-22T19:23:35.966Z Checking sha3 v0.10.8
21312026-06-22T19:23:35.966Z Checking dof v0.3.0
21322026-06-22T19:23:35.966Z Checking daft v0.1.7
21332026-06-22T19:23:35.966Z Checking walkdir v2.5.0
21342026-06-22T19:23:35.966Z Checking toml_edit v0.22.27
21352026-06-22T19:23:35.966Z Checking env_logger v0.11.9
21362026-06-22T19:23:35.966Z Checking usdt v0.6.0
21372026-06-22T19:23:35.988Z Checking ed25519 v2.2.3
21382026-06-22T19:23:36.028Z Checking itertools v0.13.0
21392026-06-22T19:23:36.068Z Checking serde_with v3.17.0
21402026-06-22T19:23:36.099Z Checking usdt-impl v0.5.0
21412026-06-22T19:23:36.133Z Checking bitflags v1.3.2
21422026-06-22T19:23:36.164Z Checking siphasher v1.0.2
21432026-06-22T19:23:36.200Z Checking ed25519-dalek v2.2.0
21442026-06-22T19:23:36.232Z Checking nix v0.31.2
21452026-06-22T19:23:36.352Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-06-22T19:23:36.405Z Checking unicode-normalization v0.1.25
21472026-06-22T19:23:36.457Z Checking signal-hook v0.3.18
21482026-06-22T19:23:36.679Z Checking managed v0.8.0
21492026-06-22T19:23:36.717Z Checking winnow v0.5.40
21502026-06-22T19:23:37.253Z Checking bzip2-sys v0.1.13+1.0.8
21512026-06-22T19:23:37.257Z Checking object v0.37.3
21522026-06-22T19:23:37.257Z Checking foldhash v0.1.5
21532026-06-22T19:23:37.257Z Checking bzip2 v0.4.4
21542026-06-22T19:23:37.257Z Checking signal-hook-mio v0.2.5
21552026-06-22T19:23:37.257Z Checking hashbrown v0.15.5
21562026-06-22T19:23:37.257Z Checking globset v0.4.18
21572026-06-22T19:23:37.257Z Checking ref-cast v1.0.25
21582026-06-22T19:23:37.339Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-06-22T19:23:37.374Z Checking zip v0.6.6
21602026-06-22T19:23:37.406Z Checking native-tls v0.2.18
21612026-06-22T19:23:37.474Z Checking pin-project v1.1.11
21622026-06-22T19:23:37.507Z Checking zstd-safe v7.2.4
21632026-06-22T19:23:37.541Z Checking bumpalo v3.20.2
21642026-06-22T19:23:37.611Z Checking libbz2-rs-sys v0.2.2
21652026-06-22T19:23:37.632Z Checking tokio-native-tls v0.3.1
21662026-06-22T19:23:37.636Z Checking crossterm v0.28.1
21672026-06-22T19:23:37.699Z Checking zstd v0.13.3
21682026-06-22T19:23:37.733Z Checking similar v2.7.0
21692026-06-22T19:23:38.171Z Checking zopfli v0.8.3
21702026-06-22T19:23:38.174Z Checking hyper-tls v0.6.0
21712026-06-22T19:23:38.174Z Checking toml_edit v0.19.15
21722026-06-22T19:23:38.174Z Checking tokio-stream v0.1.18
21732026-06-22T19:23:38.174Z Checking bzip2 v0.6.1
21742026-06-22T19:23:38.174Z Checking reqwest v0.12.28
21752026-06-22T19:23:38.174Z Checking fs-err v3.3.0
21762026-06-22T19:23:38.174Z Checking pem v3.0.6
21772026-06-22T19:23:38.209Z Checking hash32 v0.2.1
21782026-06-22T19:23:38.345Z Checking serde-big-array v0.5.1
21792026-06-22T19:23:38.380Z Checking unicode-properties v0.1.4
21802026-06-22T19:23:38.416Z Checking predicates-core v1.0.10
21812026-06-22T19:23:38.821Z Checking unicode-bidi v0.3.18
21822026-06-22T19:23:38.828Z Checking jiff v0.2.21
21832026-06-22T19:23:38.828Z Checking heapless v0.7.17
21842026-06-22T19:23:38.828Z Checking snafu v0.8.9
21852026-06-22T19:23:38.828Z Checking olpc-cjson v0.1.4
21862026-06-22T19:23:38.828Z Checking hickory-proto v0.25.2
21872026-06-22T19:23:38.828Z Checking stringprep v0.1.5
21882026-06-22T19:23:38.840Z Checking md-5 v0.10.6
21892026-06-22T19:23:38.925Z Checking serde_plain v1.0.2
21902026-06-22T19:23:38.961Z Checking float-cmp v0.10.0
21912026-06-22T19:23:38.964Z Checking toml v0.7.8
21922026-06-22T19:23:38.964Z Checking fallible-iterator v0.2.0
21932026-06-22T19:23:39.054Z Checking difflib v0.4.0
21942026-06-22T19:23:39.099Z Checking normalize-line-endings v0.3.0
21952026-06-22T19:23:39.134Z Checking typed-path v0.9.3
21962026-06-22T19:23:39.219Z Checking smoltcp v0.9.1
21972026-06-22T19:23:39.256Z Checking iddqd v0.4.2
21982026-06-22T19:23:39.259Z Checking predicates v3.1.4
21992026-06-22T19:23:39.320Z Checking postgres-protocol v0.6.10
22002026-06-22T19:23:39.354Z Checking phf_shared v0.11.3
22012026-06-22T19:23:39.530Z Checking phf_shared v0.13.1
22022026-06-22T19:23:39.621Z Checking buf-list v1.1.2
22032026-06-22T19:23:39.657Z Checking strum v0.27.2
22042026-06-22T19:23:39.755Z Checking precomputed-hash v0.1.1
22052026-06-22T19:23:39.803Z Checking fixedbitset v0.4.2
22062026-06-22T19:23:39.837Z Checking new_debug_unreachable v1.0.6
22072026-06-22T19:23:39.870Z Checking fixedbitset v0.5.7
22082026-06-22T19:23:39.877Z Checking lalrpop-util v0.19.12
22092026-06-22T19:23:39.933Z Checking tough v0.22.0
22102026-06-22T19:23:39.966Z Checking string_cache v0.8.9
22112026-06-22T19:23:39.999Z Checking petgraph v0.6.5
22122026-06-22T19:23:40.060Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-06-22T19:23:40.125Z Checking petgraph v0.8.3
22142026-06-22T19:23:40.163Z Checking phf v0.13.1
22152026-06-22T19:23:40.198Z Checking postgres-types v0.2.12
22162026-06-22T19:23:40.353Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-06-22T19:23:40.573Z Checking whoami v2.1.0
22182026-06-22T19:23:40.678Z Checking peg-runtime v0.8.5
22192026-06-22T19:23:40.799Z Checking zip v4.6.1
22202026-06-22T19:23:40.833Z Checking tokio-postgres v0.7.16
22212026-06-22T19:23:40.981Z Checking is-terminal v0.4.17
22222026-06-22T19:23:41.105Z Checking crossbeam-channel v0.5.15
22232026-06-22T19:23:41.315Z Checking thread_local v1.1.9
22242026-06-22T19:23:41.418Z Compiling structmeta-derive v0.3.0
22252026-06-22T19:23:41.466Z Checking term v1.2.1
22262026-06-22T19:23:41.514Z Checking take_mut v0.2.2
22272026-06-22T19:23:41.651Z Checking slog-async v2.8.0
22282026-06-22T19:23:41.684Z Compiling newtype-uuid-macros v0.1.0
22292026-06-22T19:23:41.719Z Checking slog-term v2.9.2
22302026-06-22T19:23:41.754Z Compiling rustls v0.22.4
22312026-06-22T19:23:41.854Z Compiling multer v3.1.0
22322026-06-22T19:23:42.005Z Compiling async-stream-impl v0.3.6
22332026-06-22T19:23:42.041Z Checking match_cfg v0.1.0
22342026-06-22T19:23:42.075Z Checking slog-json v2.6.1
22352026-06-22T19:23:42.138Z Checking hostname v0.3.1
22362026-06-22T19:23:42.141Z Compiling dropshot v0.17.0
22372026-06-22T19:23:42.200Z Compiling dropshot_endpoint v0.17.0
22382026-06-22T19:23:42.263Z Checking debug-ignore v1.0.5
22392026-06-22T19:23:42.296Z Checking slog-bunyan v2.5.0
22402026-06-22T19:23:42.422Z Checking progenitor-client v0.14.0
22412026-06-22T19:23:42.487Z Checking rustls-webpki v0.102.8
22422026-06-22T19:23:42.490Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-06-22T19:23:42.490Z Checking serde_path_to_error v0.1.20
22442026-06-22T19:23:42.991Z Compiling structmeta v0.3.0
22452026-06-22T19:23:42.996Z Checking serde_spanned v1.0.4
22462026-06-22T19:23:42.996Z Checking toml_datetime v1.0.0+spec-1.1.0
22472026-06-22T19:23:42.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482026-06-22T19:23:42.996Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-22T19:23:42.996Z Compiling derive-ex v0.1.8
22502026-06-22T19:23:42.996Z Checking compression-core v0.4.31
22512026-06-22T19:23:42.996Z Checking async-stream v0.3.6
22522026-06-22T19:23:43.421Z Checking compression-codecs v0.4.37
22532026-06-22T19:23:43.424Z Checking toml v1.0.6+spec-1.1.0
22542026-06-22T19:23:43.424Z Checking waitgroup v0.1.2
22552026-06-22T19:23:43.424Z Checking rustls-pemfile v2.2.0
22562026-06-22T19:23:43.424Z Checking hostname v0.4.2
22572026-06-22T19:23:43.424Z Checking async-compression v0.4.41
22582026-06-22T19:23:43.424Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-06-22T19:23:43.424Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-22T19:23:43.424Z Checking atomicwrites v0.4.4
22612026-06-22T19:23:43.424Z Compiling parse-display-derive v0.10.0
22622026-06-22T19:23:43.468Z Checking itertools v0.14.0
22632026-06-22T19:23:43.502Z Checking macaddr v1.0.1
22642026-06-22T19:23:43.533Z Checking regress v0.10.5
22652026-06-22T19:23:43.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662026-06-22T19:23:43.709Z Checking instant v0.1.13
22672026-06-22T19:23:43.828Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22682026-06-22T19:23:44.009Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22692026-06-22T19:23:44.091Z Checking backoff v0.4.0
22702026-06-22T19:23:44.094Z Checking backon v1.6.0
22712026-06-22T19:23:44.302Z Checking humantime v2.3.0
22722026-06-22T19:23:44.337Z Checking progenitor-extras v0.2.0
22732026-06-22T19:23:44.407Z Checking tokio-rustls v0.25.0
22742026-06-22T19:23:44.514Z Checking unicode-width v0.2.0
22752026-06-22T19:23:44.548Z Compiling convert_case v0.4.0
22762026-06-22T19:23:44.581Z Compiling test-strategy v0.4.5
22772026-06-22T19:23:44.584Z Checking heck v0.5.0
22782026-06-22T19:23:44.647Z Checking half v2.7.1
22792026-06-22T19:23:44.763Z Checking ciborium-io v0.2.2
22802026-06-22T19:23:44.802Z Checking secrecy v0.10.3
22812026-06-22T19:23:44.885Z Compiling regress v0.11.1
22822026-06-22T19:23:44.947Z Checking indent_write v2.2.0
22832026-06-22T19:23:44.984Z Compiling derive_more v0.99.20
22842026-06-22T19:23:44.988Z Checking ciborium-ll v0.2.2
22852026-06-22T19:23:45.010Z Checking universal-hash v0.5.1
22862026-06-22T19:23:45.102Z Checking opaque-debug v0.3.1
22872026-06-22T19:23:45.141Z Checking parse-display v0.10.0
22882026-06-22T19:23:45.229Z Checking camino-tempfile v1.4.1
22892026-06-22T19:23:45.233Z Checking ciborium v0.2.2
22902026-06-22T19:23:45.311Z Compiling crucible-workspace-hack v0.1.0
22912026-06-22T19:23:45.415Z Checking aead v0.5.2
22922026-06-22T19:23:45.609Z Compiling unsafe-libyaml v0.2.11
22932026-06-22T19:23:45.737Z Checking poly1305 v0.8.0
22942026-06-22T19:23:45.741Z Checking chacha20 v0.9.1
22952026-06-22T19:23:45.999Z Compiling thiserror-impl-no-std v2.0.2
22962026-06-22T19:23:46.046Z Checking swrite v0.1.0
22972026-06-22T19:23:46.166Z Checking password-hash v0.5.0
22982026-06-22T19:23:46.200Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-06-22T19:23:46.413Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23002026-06-22T19:23:46.449Z Compiling serde_yaml v0.9.34+deprecated
23012026-06-22T19:23:46.631Z Compiling typify-impl v0.6.2
23022026-06-22T19:23:46.681Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032026-06-22T19:23:46.774Z Checking blake2 v0.10.6
23042026-06-22T19:23:47.045Z Checking argon2 v0.5.3
23052026-06-22T19:23:47.254Z Checking thiserror-no-std v2.0.2
23062026-06-22T19:23:47.374Z Checking vsss-rs v3.3.4
23072026-06-22T19:23:47.424Z Checking chacha20poly1305 v0.10.1
23082026-06-22T19:23:47.585Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23092026-06-22T19:23:47.675Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23102026-06-22T19:23:47.983Z Checking byte-wrapper v0.1.0
23112026-06-22T19:23:48.020Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-06-22T19:23:48.030Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-06-22T19:23:48.051Z Checking crossbeam-deque v0.8.6
23142026-06-22T19:23:48.222Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-06-22T19:23:48.256Z Compiling rayon-core v1.13.0
23162026-06-22T19:23:48.287Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23172026-06-22T19:23:48.290Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-22T19:23:48.540Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192026-06-22T19:23:48.574Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-06-22T19:23:48.871Z Compiling proc-macro-error v1.0.4
23212026-06-22T19:23:49.389Z Checking rayon v1.11.0
23222026-06-22T19:23:49.398Z Compiling proc-macro-crate v3.4.0
23232026-06-22T19:23:49.681Z Checking toml v0.8.23
23242026-06-22T19:23:49.715Z Checking tabwriter v1.4.1
23252026-06-22T19:23:49.749Z Checking glob v0.3.3
23262026-06-22T19:23:49.799Z Compiling num_enum_derive v0.7.6
23272026-06-22T19:23:49.831Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-22T19:23:49.889Z Checking colored v3.1.1
23292026-06-22T19:23:49.954Z Compiling heapless v0.8.0
23302026-06-22T19:23:49.990Z Compiling ingot-macros v0.1.1
23312026-06-22T19:23:50.036Z Checking hash32 v0.3.1
23322026-06-22T19:23:50.119Z Compiling smoltcp v0.11.0
23332026-06-22T19:23:50.197Z Checking unicode-width v0.1.14
23342026-06-22T19:23:50.474Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-06-22T19:23:50.541Z Checking cobs v0.3.0
23362026-06-22T19:23:50.638Z Compiling usdt-attr-macro v0.5.0
23372026-06-22T19:23:50.730Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23382026-06-22T19:23:50.765Z Compiling usdt-macro v0.5.0
23392026-06-22T19:23:50.844Z Checking memmap v0.7.0
23402026-06-22T19:23:50.915Z Checking num_enum v0.7.6
23412026-06-22T19:23:50.971Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-06-22T19:23:51.055Z Checking postcard v1.1.3
23432026-06-22T19:23:51.238Z Compiling proc-macro-crate v1.3.1
23442026-06-22T19:23:51.278Z Compiling typify-macro v0.6.2
23452026-06-22T19:23:51.390Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-22T19:23:51.481Z Checking sigpipe v0.1.3
23472026-06-22T19:23:51.552Z Checking usdt v0.5.0
23482026-06-22T19:23:51.590Z Compiling foreign-types-macros v0.2.3
23492026-06-22T19:23:51.630Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-22T19:23:51.693Z Checking foreign-types-shared v0.3.1
23512026-06-22T19:23:51.751Z Checking cpufeatures v0.3.0
23522026-06-22T19:23:51.809Z Compiling num_enum_derive v0.5.11
23532026-06-22T19:23:52.261Z Checking chacha20 v0.10.0
23542026-06-22T19:23:52.264Z Checking cstr-argument v0.1.2
23552026-06-22T19:23:52.264Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-06-22T19:23:52.264Z Checking foreign-types v0.5.0
23572026-06-22T19:23:52.273Z Compiling num-derive v0.4.2
23582026-06-22T19:23:52.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23592026-06-22T19:23:52.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-06-22T19:23:52.604Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-06-22T19:23:52.668Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-06-22T19:23:52.780Z Checking rand v0.10.0
23632026-06-22T19:23:52.813Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-06-22T19:23:52.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-22T19:23:52.897Z Checking ingot-types v0.1.2
23662026-06-22T19:23:52.904Z Checking num_enum v0.5.11
23672026-06-22T19:23:53.005Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-06-22T19:23:53.063Z Checking itertools v0.12.1
23692026-06-22T19:23:53.082Z Compiling typify v0.6.2
23702026-06-22T19:23:53.152Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-06-22T19:23:53.220Z Compiling progenitor-impl v0.14.0
23722026-06-22T19:23:53.253Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-06-22T19:23:53.321Z Checking ingot v0.1.1
23742026-06-22T19:23:53.455Z Compiling zone_cfg_derive v0.3.1
23752026-06-22T19:23:53.512Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-22T19:23:53.717Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23772026-06-22T19:23:53.990Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23782026-06-22T19:23:54.135Z Checking zone v0.3.1
23792026-06-22T19:23:54.180Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23802026-06-22T19:23:54.214Z Checking smf v0.2.3
23812026-06-22T19:23:54.217Z Checking whoami v1.6.1
23822026-06-22T19:23:54.681Z Checking tokio-dtrace v0.1.1
23832026-06-22T19:23:54.686Z Compiling derive-where v1.6.0
23842026-06-22T19:23:54.686Z Checking console v0.15.11
23852026-06-22T19:23:54.686Z Checking oxide-tokio-rt v0.1.4
23862026-06-22T19:23:54.686Z Checking newline-converter v0.3.0
23872026-06-22T19:23:54.686Z Checking bytecount v0.6.9
23882026-06-22T19:23:54.686Z Compiling owo-colors v4.3.0
23892026-06-22T19:23:54.699Z Compiling cancel-safe-futures v0.1.5
23902026-06-22T19:23:54.702Z Checking libsw-core v0.3.2
23912026-06-22T19:23:55.171Z Checking expectorate v1.2.0
23922026-06-22T19:23:55.174Z Checking libsw v3.5.0
23932026-06-22T19:23:55.174Z Checking num-rational v0.4.2
23942026-06-22T19:23:55.174Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23952026-06-22T19:23:55.284Z Checking num-complex v0.4.6
23962026-06-22T19:23:55.323Z Checking linear-map v1.2.0
23972026-06-22T19:23:55.355Z Checking float-ord v0.3.2
23982026-06-22T19:23:55.486Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23992026-06-22T19:23:55.524Z Checking gethostname v0.5.0
24002026-06-22T19:23:55.677Z Compiling prettyplease v0.2.37
24012026-06-22T19:23:55.728Z Checking num v0.4.3
24022026-06-22T19:23:55.792Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-22T19:23:55.836Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-22T19:23:55.900Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-06-22T19:23:55.903Z Compiling progenitor-macro v0.14.0
24062026-06-22T19:23:56.011Z Checking resolv-conf v0.7.6
24072026-06-22T19:23:56.213Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24082026-06-22T19:23:56.246Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24092026-06-22T19:23:56.246Z Checking smawk v0.3.2
24102026-06-22T19:23:56.440Z Checking unicode-linebreak v0.1.5
24112026-06-22T19:23:56.690Z Checking papergrid v0.11.0
24122026-06-22T19:23:57.346Z Compiling tabled_derive v0.7.0
24132026-06-22T19:23:57.380Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-22T19:23:57.840Z Compiling convert_case v0.10.0
24152026-06-22T19:23:57.848Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-06-22T19:23:57.848Z Compiling slog-dtrace v0.3.0
24172026-06-22T19:23:57.848Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-06-22T19:23:57.848Z Compiling derive_more-impl v2.1.1
24192026-06-22T19:23:57.915Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24202026-06-22T19:23:58.037Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24212026-06-22T19:23:58.360Z Checking tabled v0.15.0
24222026-06-22T19:23:58.633Z Checking derive_more v2.1.1
24232026-06-22T19:23:58.739Z Checking crossterm v0.29.0
24242026-06-22T19:23:59.441Z Checking linked-hash-map v0.5.6
24252026-06-22T19:23:59.444Z Checking lru-cache v0.1.2
24262026-06-22T19:23:59.639Z Checking hickory-proto v0.24.4
24272026-06-22T19:23:59.741Z Checking fd-lock v4.0.4
24282026-06-22T19:23:59.792Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24292026-06-22T19:24:00.462Z Checking vte v0.14.1
24302026-06-22T19:24:00.717Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24312026-06-22T19:24:00.931Z Checking display-error-chain v0.2.2
24322026-06-22T19:24:01.074Z Checking progenitor v0.14.0
24332026-06-22T19:24:01.105Z Checking strip-ansi-escapes v0.2.1
24342026-06-22T19:24:01.242Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24352026-06-22T19:24:01.500Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-06-22T19:24:02.648Z Checking termtree v0.5.1
24372026-06-22T19:24:02.682Z Checking nu-ansi-term v0.50.3
24382026-06-22T19:24:02.781Z Checking hickory-resolver v0.24.4
24392026-06-22T19:24:02.820Z Checking textwrap v0.16.2
24402026-06-22T19:24:02.923Z Checking reedline v0.40.0
24412026-06-22T19:24:03.362Z Compiling minimal-lexical v0.2.1
24422026-06-22T19:24:03.365Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-06-22T19:24:03.365Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24442026-06-22T19:24:03.365Z Compiling nom v7.1.3
24452026-06-22T19:24:03.498Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24462026-06-22T19:24:03.568Z Checking qorb v0.4.1
24472026-06-22T19:24:03.704Z Compiling ar_archive_writer v0.5.1
24482026-06-22T19:24:04.160Z Checking csv-core v0.1.13
24492026-06-22T19:24:04.329Z Compiling stacker v0.1.23
24502026-06-22T19:24:04.373Z Checking csv v1.4.0
24512026-06-22T19:24:04.602Z Compiling psm v0.1.30
24522026-06-22T19:24:04.636Z Compiling cfg_aliases v0.1.1
24532026-06-22T19:24:04.672Z Compiling semver v0.1.20
24542026-06-22T19:24:04.749Z Checking highway v1.3.0
24552026-06-22T19:24:04.794Z Compiling nix v0.28.0
24562026-06-22T19:24:04.883Z Compiling rustc_version v0.1.7
24572026-06-22T19:24:05.002Z Checking nibble_vec v0.1.0
24582026-06-22T19:24:05.030Z Checking endian-type v0.1.2
24592026-06-22T19:24:05.141Z Checking home v0.5.12
24602026-06-22T19:24:05.177Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-22T19:24:05.184Z Compiling newtype_derive v0.1.6
24622026-06-22T19:24:05.240Z Checking radix_trie v0.2.1
24632026-06-22T19:24:05.305Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-06-22T19:24:05.392Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24652026-06-22T19:24:05.423Z Checking phf_shared v0.12.1
24662026-06-22T19:24:05.508Z Compiling recursive-proc-macro-impl v0.1.1
24672026-06-22T19:24:05.624Z Compiling chrono-tz v0.10.4
24682026-06-22T19:24:05.648Z Checking phf v0.12.1
24692026-06-22T19:24:05.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-06-22T19:24:05.948Z Compiling const_format_proc_macros v0.2.34
24712026-06-22T19:24:06.008Z Checking recursive v0.1.1
24722026-06-22T19:24:06.008Z Compiling peg-macros v0.8.5
24732026-06-22T19:24:06.138Z Checking winnow v0.6.26
24742026-06-22T19:24:06.172Z Checking nom v8.0.0
24752026-06-22T19:24:06.486Z Compiling sqlparser_derive v0.5.0
24762026-06-22T19:24:06.645Z Checking unicode_categories v0.1.1
24772026-06-22T19:24:06.840Z Checking rustyline v14.0.0
24782026-06-22T19:24:07.319Z Checking const_format v0.2.35
24792026-06-22T19:24:07.328Z Checking sqlparser v0.61.0
24802026-06-22T19:24:07.358Z Checking sqlformat v0.3.5
24812026-06-22T19:24:07.464Z Checking peg v0.8.5
24822026-06-22T19:24:07.566Z Checking bcs v0.1.6
24832026-06-22T19:24:07.601Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24842026-06-22T19:24:07.707Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-22T19:24:07.812Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-06-22T19:24:07.845Z Checking steno v0.4.1
24872026-06-22T19:24:07.919Z Checking filetime v0.2.27
24882026-06-22T19:24:08.088Z Checking xattr v1.6.1
24892026-06-22T19:24:08.173Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-22T19:24:08.206Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24912026-06-22T19:24:08.246Z Checking tar v0.4.45
24922026-06-22T19:24:08.383Z Checking subprocess v0.2.15
24932026-06-22T19:24:08.716Z Checking base64 v0.21.7
24942026-06-22T19:24:08.826Z Checking headers-core v0.3.0
24952026-06-22T19:24:08.912Z Checking yasna v0.5.2
24962026-06-22T19:24:09.370Z Checking headers v0.4.1
24972026-06-22T19:24:09.373Z Checking dropshot-api-manager-types v0.7.2
24982026-06-22T19:24:09.373Z Checking tagptr v0.2.0
24992026-06-22T19:24:09.373Z Checking rcgen v0.12.1
25002026-06-22T19:24:09.373Z Checking moka v0.12.13
25012026-06-22T19:24:09.478Z Checking utf-8 v0.7.6
25022026-06-22T19:24:09.651Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-22T19:24:10.693Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-22T19:24:10.696Z Checking tungstenite v0.21.0
25052026-06-22T19:24:10.696Z Checking hickory-resolver v0.25.2
25062026-06-22T19:24:10.696Z Compiling libefi-sys v0.1.0
25072026-06-22T19:24:10.696Z Checking tokio-tungstenite v0.21.0
25082026-06-22T19:24:10.697Z Compiling bitfield-struct v0.6.2
25092026-06-22T19:24:10.697Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25102026-06-22T19:24:10.697Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25112026-06-22T19:24:10.842Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25122026-06-22T19:24:11.132Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-22T19:24:11.420Z Compiling radium v0.7.0
25142026-06-22T19:24:11.571Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152026-06-22T19:24:11.679Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-06-22T19:24:11.753Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25172026-06-22T19:24:11.828Z Checking tap v1.0.1
25182026-06-22T19:24:11.905Z Compiling maybe-uninit v2.0.0
25192026-06-22T19:24:11.971Z Compiling zerocopy-derive v0.6.6
25202026-06-22T19:24:11.998Z Checking wyz v0.5.1
25212026-06-22T19:24:12.145Z Checking funty v2.0.0
25222026-06-22T19:24:12.213Z Compiling packed_struct v0.10.1
25232026-06-22T19:24:12.293Z Checking crc-catalog v2.4.0
25242026-06-22T19:24:12.345Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-22T19:24:12.411Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25262026-06-22T19:24:12.443Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25272026-06-22T19:24:12.477Z Checking crc v3.4.0
25282026-06-22T19:24:12.507Z Checking bitvec v1.0.1
25292026-06-22T19:24:12.673Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-06-22T19:24:12.709Z Compiling packed_struct_codegen v0.10.1
25312026-06-22T19:24:12.738Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-06-22T19:24:12.848Z Checking zerocopy v0.6.6
25332026-06-22T19:24:13.179Z Compiling bitfield-macros v0.19.4
25342026-06-22T19:24:13.691Z Compiling indexmap v1.9.3
25352026-06-22T19:24:13.824Z Checking nodrop v0.1.14
25362026-06-22T19:24:13.952Z Checking bitfield v0.19.4
25372026-06-22T19:24:13.955Z Checking array-init v0.0.4
25382026-06-22T19:24:14.013Z Checking smallvec v0.6.14
25392026-06-22T19:24:14.233Z Checking hashbrown v0.12.3
25402026-06-22T19:24:14.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-06-22T19:24:14.343Z Checking serde-hex v0.1.0
25422026-06-22T19:24:14.479Z Checking ron v0.8.1
25432026-06-22T19:24:14.957Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25442026-06-22T19:24:15.038Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25452026-06-22T19:24:15.070Z Checking hashbrown v0.13.2
25462026-06-22T19:24:15.537Z Checking crc-any v2.5.0
25472026-06-22T19:24:15.713Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-06-22T19:24:15.750Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25492026-06-22T19:24:15.755Z Checking object v0.30.4
25502026-06-22T19:24:15.810Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-06-22T19:24:15.935Z Checking path-slash v0.1.5
25522026-06-22T19:24:15.988Z Compiling xshell-macros v0.2.7
25532026-06-22T19:24:16.021Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25542026-06-22T19:24:16.400Z Checking half v1.8.3
25552026-06-22T19:24:16.432Z Checking xshell v0.2.7
25562026-06-22T19:24:16.464Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-22T19:24:16.635Z Checking serde_cbor v0.11.2
25582026-06-22T19:24:16.669Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25592026-06-22T19:24:16.714Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-22T19:24:17.061Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25612026-06-22T19:24:17.146Z Compiling proc-macro-error2 v2.0.1
25622026-06-22T19:24:17.290Z Compiling num-derive v0.3.3
25632026-06-22T19:24:17.481Z Checking maplit v1.0.2
25642026-06-22T19:24:17.517Z Compiling tabled_derive v0.11.0
25652026-06-22T19:24:17.598Z Checking papergrid v0.17.0
25662026-06-22T19:24:18.362Z Checking testing_table v0.3.0
25672026-06-22T19:24:18.365Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25682026-06-22T19:24:18.365Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25692026-06-22T19:24:18.365Z Checking libscf-sys v1.1.0
25702026-06-22T19:24:18.390Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-22T19:24:18.423Z Compiling progenitor-impl v0.13.0
25722026-06-22T19:24:18.618Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-22T19:24:18.649Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-22T19:24:18.726Z Checking tabled v0.20.0
25752026-06-22T19:24:18.963Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25762026-06-22T19:24:19.195Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25772026-06-22T19:24:19.425Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25782026-06-22T19:24:19.569Z Checking progenitor-client v0.13.0
25792026-06-22T19:24:19.602Z Compiling git-stub v1.0.0
25802026-06-22T19:24:19.862Z Compiling git-stub-vcs v0.1.0
25812026-06-22T19:24:19.893Z Checking crc8 v0.1.1
25822026-06-22T19:24:20.025Z Checking unicase v2.9.0
25832026-06-22T19:24:20.061Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25842026-06-22T19:24:20.169Z Checking fxhash v0.2.1
25852026-06-22T19:24:20.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25862026-06-22T19:24:20.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25872026-06-22T19:24:20.321Z Compiling vergen-lib v0.1.6
25882026-06-22T19:24:20.548Z Compiling diesel_derives v2.3.7
25892026-06-22T19:24:20.762Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25902026-06-22T19:24:20.835Z Checking scheduled-thread-pool v0.2.7
25912026-06-22T19:24:20.891Z Compiling dsl_auto_type v0.2.0
25922026-06-22T19:24:21.021Z Compiling vergen-gitcl v1.0.8
25932026-06-22T19:24:21.122Z Compiling progenitor-macro v0.13.0
25942026-06-22T19:24:21.176Z Compiling diesel_table_macro_syntax v0.3.0
25952026-06-22T19:24:21.211Z Checking r2d2 v0.8.10
25962026-06-22T19:24:21.315Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25972026-06-22T19:24:21.348Z Checking downcast-rs v2.0.2
25982026-06-22T19:24:21.421Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25992026-06-22T19:24:21.425Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26002026-06-22T19:24:21.695Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26012026-06-22T19:24:21.769Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26022026-06-22T19:24:21.947Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26032026-06-22T19:24:21.982Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26042026-06-22T19:24:21.986Z Checking kstat-rs v0.2.4
26052026-06-22T19:24:22.078Z Checking arc-swap v1.8.2
26062026-06-22T19:24:22.083Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26072026-06-22T19:24:22.239Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26082026-06-22T19:24:22.278Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26092026-06-22T19:24:22.336Z Checking slog-scope v4.4.1
26102026-06-22T19:24:22.508Z Compiling dirs-sys-next v0.1.2
26112026-06-22T19:24:22.589Z Compiling crunchy v0.2.4
26122026-06-22T19:24:23.167Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132026-06-22T19:24:23.188Z Compiling parking_lot_core v0.8.6
26142026-06-22T19:24:23.188Z Compiling dirs-next v2.0.0
26152026-06-22T19:24:23.188Z Checking slog-stdlog v4.1.1
26162026-06-22T19:24:23.188Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26172026-06-22T19:24:23.188Z Compiling clang-sys v1.8.1
26182026-06-22T19:24:23.193Z Compiling tiny-keccak v2.0.2
26192026-06-22T19:24:23.613Z Checking slog-envlogger v2.2.0
26202026-06-22T19:24:24.047Z Compiling term v0.7.0
26212026-06-22T19:24:24.101Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26222026-06-22T19:24:24.101Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26232026-06-22T19:24:24.101Z Compiling bit-vec v0.6.3
26242026-06-22T19:24:24.101Z Compiling bit-set v0.5.3
26252026-06-22T19:24:24.135Z Compiling ascii-canvas v3.0.0
26262026-06-22T19:24:24.208Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-22T19:24:24.246Z Checking parking_lot v0.11.2
26282026-06-22T19:24:24.307Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-06-22T19:24:24.378Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26302026-06-22T19:24:24.482Z Checking prefix-trie v0.7.0
26312026-06-22T19:24:24.521Z Compiling itertools v0.10.5
26322026-06-22T19:24:24.664Z Compiling ena v0.14.4
26332026-06-22T19:24:24.776Z Compiling libloading v0.8.9
26342026-06-22T19:24:24.827Z Compiling regex-syntax v0.6.29
26352026-06-22T19:24:25.258Z Compiling diff v0.1.13
26362026-06-22T19:24:25.294Z Compiling bindgen v0.71.1
26372026-06-22T19:24:25.294Z Checking hickory-server v0.25.2
26382026-06-22T19:24:25.556Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26392026-06-22T19:24:25.641Z Checking sled v0.34.7
26402026-06-22T19:24:26.237Z Compiling cexpr v0.6.0
26412026-06-22T19:24:26.270Z Checking progenitor v0.13.0
26422026-06-22T19:24:26.425Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26432026-06-22T19:24:26.537Z Compiling lalrpop v0.19.12
26442026-06-22T19:24:26.937Z Checking nanorand v0.7.0
26452026-06-22T19:24:26.963Z Compiling rustc-hash v2.1.1
26462026-06-22T19:24:27.061Z Compiling salty v0.3.0
26472026-06-22T19:24:27.093Z Checking diesel v2.3.7
26482026-06-22T19:24:27.165Z Checking flume v0.11.1
26492026-06-22T19:24:27.377Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26502026-06-22T19:24:27.433Z Checking primeorder v0.13.6
26512026-06-22T19:24:27.607Z Compiling libxml v0.3.3
26522026-06-22T19:24:27.638Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26532026-06-22T19:24:28.058Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26542026-06-22T19:24:28.699Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26552026-06-22T19:24:28.818Z Compiling strum_macros v0.24.3
26562026-06-22T19:24:28.906Z Compiling fs-err v2.11.0
26572026-06-22T19:24:29.135Z Compiling indoc v1.0.9
26582026-06-22T19:24:29.635Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26592026-06-22T19:24:29.848Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26602026-06-22T19:24:30.150Z Checking quick-xml v0.37.5
26612026-06-22T19:24:30.223Z Checking derive_builder v0.20.2
26622026-06-22T19:24:30.661Z Compiling oso-derive v0.27.3
26632026-06-22T19:24:31.071Z Compiling trait-variant v0.1.2
26642026-06-22T19:24:31.074Z Compiling impl-trait-for-tuples v0.2.3
26652026-06-22T19:24:31.074Z Checking openssl-probe v0.1.6
26662026-06-22T19:24:31.132Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26672026-06-22T19:24:31.417Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26682026-06-22T19:24:31.966Z Checking p384 v0.13.1
26692026-06-22T19:24:32.422Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26702026-06-22T19:24:32.452Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-06-22T19:24:32.848Z Checking parse-size v1.1.0
26722026-06-22T19:24:33.400Z Checking assert_matches v1.5.0
26732026-06-22T19:24:33.404Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26742026-06-22T19:24:33.405Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26752026-06-22T19:24:33.405Z Checking predicates-tree v1.0.13
26762026-06-22T19:24:33.405Z Checking bb8 v0.8.6
26772026-06-22T19:24:33.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26782026-06-22T19:24:33.682Z Compiling mime_guess v2.0.5
26792026-06-22T19:24:33.912Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26802026-06-22T19:24:33.997Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26812026-06-22T19:24:34.034Z Checking http-range v0.1.5
26822026-06-22T19:24:34.303Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-22T19:24:34.332Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26842026-06-22T19:24:34.375Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-06-22T19:24:34.538Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26862026-06-22T19:24:35.000Z Checking atty v0.2.14
26872026-06-22T19:24:35.003Z Checking corncobs v0.1.4
26882026-06-22T19:24:35.003Z Checking nonempty v0.12.0
26892026-06-22T19:24:35.003Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-22T19:24:35.003Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-06-22T19:24:35.003Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26922026-06-22T19:24:35.110Z Checking ignore v0.4.25
26932026-06-22T19:24:35.143Z Checking secrecy v0.8.0
26942026-06-22T19:24:35.633Z Checking hyper-staticfile v0.10.1
26952026-06-22T19:24:35.648Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26962026-06-22T19:24:35.648Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26972026-06-22T19:24:35.649Z Checking globwalk v0.9.1
26982026-06-22T19:24:35.856Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26992026-06-22T19:24:35.933Z Compiling illumos-nvpair-sys v0.2.0
27002026-06-22T19:24:35.938Z Checking camino-tempfile-ext v0.3.3
27012026-06-22T19:24:36.064Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27022026-06-22T19:24:36.195Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27032026-06-22T19:24:36.236Z Checking signal-hook-tokio v0.3.1
27042026-06-22T19:24:36.399Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27052026-06-22T19:24:36.598Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27062026-06-22T19:24:36.672Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27072026-06-22T19:24:36.879Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27082026-06-22T19:24:37.078Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27092026-06-22T19:24:37.296Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27102026-06-22T19:24:37.394Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27112026-06-22T19:24:37.427Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122026-06-22T19:24:37.458Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27132026-06-22T19:24:37.849Z Checking illumos-nvpair v0.3.0
27142026-06-22T19:24:38.052Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27152026-06-22T19:24:38.495Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-22T19:24:38.934Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27172026-06-22T19:24:39.207Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27182026-06-22T19:24:39.257Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27192026-06-22T19:24:39.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27202026-06-22T19:24:39.452Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-06-22T19:24:39.473Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27222026-06-22T19:24:39.575Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27232026-06-22T19:24:40.167Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27242026-06-22T19:24:40.279Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27252026-06-22T19:24:40.590Z Checking tungstenite v0.23.0
27262026-06-22T19:24:40.631Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27272026-06-22T19:24:40.660Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-06-22T19:24:41.078Z Checking tokio-tungstenite v0.23.1
27292026-06-22T19:24:41.119Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27302026-06-22T19:24:41.378Z Checking rand_seeder v0.4.0
27312026-06-22T19:24:41.488Z Checking diesel-dtrace v0.5.0
27322026-06-22T19:24:41.607Z Checking async-bb8-diesel v0.2.1
27332026-06-22T19:24:41.662Z Checking void v1.0.2
27342026-06-22T19:24:42.147Z Checking lzss v0.8.2
27352026-06-22T19:24:42.150Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27362026-06-22T19:24:42.150Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27372026-06-22T19:24:42.150Z Checking nix v0.27.1
27382026-06-22T19:24:42.151Z Checking serde_bytes v0.11.19
27392026-06-22T19:24:42.151Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27402026-06-22T19:24:42.151Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27412026-06-22T19:24:42.221Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27422026-06-22T19:24:42.495Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27432026-06-22T19:24:42.829Z Checking is_ci v1.2.0
27442026-06-22T19:24:42.967Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27452026-06-22T19:24:43.399Z Checking yansi v1.0.1
27462026-06-22T19:24:43.402Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27472026-06-22T19:24:43.402Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27482026-06-22T19:24:43.432Z Checking pretty_assertions v1.4.1
27492026-06-22T19:24:43.566Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27502026-06-22T19:24:43.604Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27512026-06-22T19:24:43.876Z Compiling darling_core v0.23.0
27522026-06-22T19:24:43.936Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27532026-06-22T19:24:44.277Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27542026-06-22T19:24:45.165Z Compiling indoc v2.0.7
27552026-06-22T19:24:45.198Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27562026-06-22T19:24:45.439Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-22T19:24:45.696Z Compiling libz-sys v1.1.24
27582026-06-22T19:24:46.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-22T19:24:46.289Z Compiling instability v0.3.11
27602026-06-22T19:24:46.340Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-06-22T19:24:46.449Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-22T19:24:46.502Z Compiling darling_macro v0.23.0
27632026-06-22T19:24:46.722Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27642026-06-22T19:24:46.953Z Checking castaway v0.2.4
27652026-06-22T19:24:47.057Z Compiling darling v0.23.0
27662026-06-22T19:24:47.094Z Checking compact_str v0.8.1
27672026-06-22T19:24:47.514Z Checking supports-color v3.0.2
27682026-06-22T19:24:47.685Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27692026-06-22T19:24:47.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27702026-06-22T19:24:47.922Z Checking unicode-truncate v1.1.0
27712026-06-22T19:24:47.962Z Checking console v0.16.2
27722026-06-22T19:24:48.110Z Checking lru v0.12.5
27732026-06-22T19:24:48.144Z Compiling libgit2-sys v0.18.3+1.9.2
27742026-06-22T19:24:48.234Z Checking cassowary v0.3.0
27752026-06-22T19:24:48.313Z Checking unit-prefix v0.5.2
27762026-06-22T19:24:48.891Z Checking ratatui v0.29.0
27772026-06-22T19:24:48.896Z Checking indicatif v0.18.4
27782026-06-22T19:24:48.896Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27792026-06-22T19:24:49.300Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27802026-06-22T19:24:49.303Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27812026-06-22T19:24:49.808Z Compiling vergen-git2 v9.1.0
27822026-06-22T19:24:49.901Z Checking plotters-backend v0.3.7
27832026-06-22T19:24:50.496Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27842026-06-22T19:24:50.508Z Checking plotters-svg v0.3.7
27852026-06-22T19:24:50.508Z Compiling rustls v0.21.12
27862026-06-22T19:24:50.508Z Checking cast v0.3.0
27872026-06-22T19:24:50.544Z Checking criterion-plot v0.6.0
27882026-06-22T19:24:50.658Z Checking plotters v0.3.7
27892026-06-22T19:24:51.260Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-22T19:24:51.672Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-06-22T19:24:51.672Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27922026-06-22T19:24:51.675Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27932026-06-22T19:24:51.675Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27942026-06-22T19:24:51.675Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27952026-06-22T19:24:51.696Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27962026-06-22T19:24:51.865Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27972026-06-22T19:24:52.305Z Checking colored v2.2.0
27982026-06-22T19:24:52.313Z Checking sct v0.7.1
27992026-06-22T19:24:52.313Z Checking rustls-webpki v0.101.7
28002026-06-22T19:24:52.313Z Checking tinytemplate v1.2.1
28012026-06-22T19:24:52.386Z Checking oorandom v11.1.5
28022026-06-22T19:24:52.463Z Checking anes v0.1.6
28032026-06-22T19:24:52.528Z Checking shell-words v1.1.1
28042026-06-22T19:24:52.671Z Checking criterion v0.7.0
28052026-06-22T19:24:52.747Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-22T19:24:54.047Z Checking typeid v1.0.3
28072026-06-22T19:24:54.087Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28082026-06-22T19:24:54.178Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28092026-06-22T19:24:54.638Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28102026-06-22T19:24:54.987Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28112026-06-22T19:24:55.844Z Checking hex-literal v0.4.1
28122026-06-22T19:24:55.959Z Checking erased-serde v0.4.9
28132026-06-22T19:24:56.375Z Checking tokio-rustls v0.24.1
28142026-06-22T19:24:56.597Z Checking rustls-pemfile v1.0.4
28152026-06-22T19:24:56.772Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28162026-06-22T19:24:57.058Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28172026-06-22T19:24:57.437Z Checking twox-hash v2.1.2
28182026-06-22T19:24:57.744Z Checking ordered-float v2.10.1
28192026-06-22T19:24:58.029Z Checking serde-value v0.7.0
28202026-06-22T19:24:58.111Z Checking serde-untagged v0.1.9
28212026-06-22T19:24:58.298Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28222026-06-22T19:24:58.343Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28232026-06-22T19:24:58.538Z Checking fatfs v0.3.6
28242026-06-22T19:24:59.409Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28252026-06-22T19:24:59.848Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-06-22T19:24:59.848Z Compiling seq-macro v0.3.6
28272026-06-22T19:24:59.848Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-22T19:24:59.899Z Checking unicode-xid v0.2.6
28292026-06-22T19:24:59.977Z Checking cargo-util-schemas v0.8.2
28302026-06-22T19:25:00.259Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28312026-06-22T19:25:00.412Z Checking cargo-platform v0.2.0
28322026-06-22T19:25:00.651Z Compiling petname v2.0.2
28332026-06-22T19:25:00.761Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28342026-06-22T19:25:01.324Z Checking cargo_metadata v0.21.0
28352026-06-22T19:25:01.378Z Checking concurrent-queue v2.5.0
28362026-06-22T19:25:01.991Z Checking rtoolbox v0.0.3
28372026-06-22T19:25:02.018Z Checking parking v2.2.1
28382026-06-22T19:25:02.018Z Checking rpassword v7.4.0
28392026-06-22T19:25:02.018Z Checking event-listener v5.4.1
28402026-06-22T19:25:02.157Z Checking tui-tree-widget v0.23.1
28412026-06-22T19:25:02.319Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28422026-06-22T19:25:02.369Z Checking polyval v0.6.2
28432026-06-22T19:25:02.512Z Checking sapling-renderdag v0.1.0
28442026-06-22T19:25:02.551Z Checking sync-ptr v0.1.4
28452026-06-22T19:25:03.180Z Checking ghash v0.5.1
28462026-06-22T19:25:03.231Z Checking event-listener-strategy v0.5.4
28472026-06-22T19:25:03.231Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28482026-06-22T19:25:03.231Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28492026-06-22T19:25:03.232Z Checking ctr v0.9.2
28502026-06-22T19:25:03.412Z Checking constant_time_eq v0.4.2
28512026-06-22T19:25:03.546Z Checking arrayref v0.3.9
28522026-06-22T19:25:03.573Z Checking futures-timer v3.0.3
28532026-06-22T19:25:03.645Z Checking arrayvec v0.7.6
28542026-06-22T19:25:03.801Z Checking aes-gcm v0.10.3
28552026-06-22T19:25:03.920Z Checking async-lock v3.4.2
28562026-06-22T19:25:03.980Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28572026-06-22T19:25:04.341Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-06-22T19:25:04.727Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28592026-06-22T19:25:04.980Z Checking ssh-encoding v0.2.0
28602026-06-22T19:25:05.252Z Checking blowfish v0.9.1
28612026-06-22T19:25:05.440Z Compiling strsim v0.10.0
28622026-06-22T19:25:05.582Z Checking bcrypt-pbkdf v0.10.0
28632026-06-22T19:25:05.830Z Compiling darling_core v0.13.4
28642026-06-22T19:25:05.848Z Checking ssh-cipher v0.2.0
28652026-06-22T19:25:06.047Z Checking async-object-pool v0.2.0
28662026-06-22T19:25:06.183Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-06-22T19:25:06.627Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28682026-06-22T19:25:07.292Z Checking serde_regex v1.1.0
28692026-06-22T19:25:07.508Z Checking password-hash v0.4.2
28702026-06-22T19:25:07.629Z Checking assert-json-diff v2.0.2
28712026-06-22T19:25:07.763Z Checking path-tree v0.8.3
28722026-06-22T19:25:07.796Z Checking gimli v0.32.3
28732026-06-22T19:25:07.815Z Checking stringmetrics v2.2.2
28742026-06-22T19:25:07.970Z Compiling target-lexicon v0.13.3
28752026-06-22T19:25:07.996Z Checking httpmock v0.8.3
28762026-06-22T19:25:08.576Z Compiling darling_macro v0.13.4
28772026-06-22T19:25:09.119Z Checking pbkdf2 v0.11.0
28782026-06-22T19:25:09.707Z Checking ssh-key v0.6.7
28792026-06-22T19:25:09.721Z Compiling samael v0.0.19
28802026-06-22T19:25:09.721Z Checking addr2line v0.25.1
28812026-06-22T19:25:10.065Z Checking p521 v0.13.3
28822026-06-22T19:25:10.257Z Checking p256 v0.13.2
28832026-06-22T19:25:10.550Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-06-22T19:25:10.731Z Checking russh-cryptovec v0.7.3
28852026-06-22T19:25:10.847Z Checking rustc-demangle v0.1.27
28862026-06-22T19:25:10.880Z Compiling guppy-workspace-hack v0.1.0
28872026-06-22T19:25:11.098Z Checking md5 v0.7.0
28882026-06-22T19:25:11.131Z Checking backtrace v0.3.76
28892026-06-22T19:25:11.323Z Checking russh-keys v0.45.0
28902026-06-22T19:25:11.539Z Compiling darling v0.13.4
28912026-06-22T19:25:11.733Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28922026-06-22T19:25:11.927Z Checking num-bigint v0.4.6
28932026-06-22T19:25:12.351Z Checking des v0.8.1
28942026-06-22T19:25:12.369Z Compiling blake3 v1.8.3
28952026-06-22T19:25:12.369Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-22T19:25:12.540Z Compiling target-spec v3.5.7
28972026-06-22T19:25:12.605Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28982026-06-22T19:25:12.896Z Checking russh v0.45.0
28992026-06-22T19:25:13.418Z Checking cfg-expr v0.20.6
29002026-06-22T19:25:13.462Z Compiling serde_with_macros v1.5.2
29012026-06-22T19:25:13.900Z Checking backtrace-ext v0.2.1
29022026-06-22T19:25:14.058Z Checking supports-color v2.1.0
29032026-06-22T19:25:14.212Z Checking textwrap v0.15.2
29042026-06-22T19:25:14.300Z Checking supports-hyperlinks v2.1.0
29052026-06-22T19:25:14.459Z Checking supports-unicode v2.1.0
29062026-06-22T19:25:14.486Z Checking hashbrown v0.14.5
29072026-06-22T19:25:14.607Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29082026-06-22T19:25:14.623Z Checking cargo-platform v0.3.2
29092026-06-22T19:25:15.182Z Checking terminal_size v0.1.17
29102026-06-22T19:25:15.599Z Compiling miette-derive v5.10.0
29112026-06-22T19:25:15.599Z Checking owo-colors v3.5.0
29122026-06-22T19:25:15.599Z Checking internet-checksum v0.2.1
29132026-06-22T19:25:15.606Z Checking chumsky v0.9.3
29142026-06-22T19:25:15.606Z Checking cargo_metadata v0.23.1
29152026-06-22T19:25:15.989Z Checking miette v5.10.0
29162026-06-22T19:25:16.139Z Compiling serde_with v1.14.0
29172026-06-22T19:25:16.531Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29182026-06-22T19:25:16.603Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29192026-06-22T19:25:16.817Z Compiling git2 v0.20.4
29202026-06-22T19:25:16.871Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29212026-06-22T19:25:17.210Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29222026-06-22T19:25:17.329Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29232026-06-22T19:25:17.417Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29242026-06-22T19:25:17.437Z Compiling knuffel-derive v3.2.0
29252026-06-22T19:25:17.572Z Checking httptest v0.16.4
29262026-06-22T19:25:17.598Z Checking pathdiff v0.2.3
29272026-06-22T19:25:17.739Z Checking topological-sort v0.2.2
29282026-06-22T19:25:17.906Z Checking nested v0.1.1
29292026-06-22T19:25:18.437Z Checking omicron-zone-package v0.12.2
29302026-06-22T19:25:18.447Z Checking guppy v0.17.25
29312026-06-22T19:25:18.447Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29322026-06-22T19:25:18.924Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29332026-06-22T19:25:19.478Z Checking knuffel v3.2.0
29342026-06-22T19:25:19.502Z Checking similar-asserts v1.7.0
29352026-06-22T19:25:19.502Z Compiling target-triple v1.0.0
29362026-06-22T19:25:19.640Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29372026-06-22T19:25:19.753Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29382026-06-22T19:25:19.779Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29392026-06-22T19:25:19.814Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29402026-06-22T19:25:20.010Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29412026-06-22T19:25:20.232Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29422026-06-22T19:25:20.247Z Checking hickory-client v0.25.2
29432026-06-22T19:25:20.446Z Checking tokio-test v0.4.5
29442026-06-22T19:25:20.565Z Compiling assert_cmd v2.1.2
29452026-06-22T19:25:20.716Z Checking escape8259 v0.5.3
29462026-06-22T19:25:21.951Z Checking libtest-mimic v0.8.1
29472026-06-22T19:25:21.958Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-06-22T19:25:21.959Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29492026-06-22T19:25:21.959Z Checking blake2b_simd v1.0.4
29502026-06-22T19:25:22.007Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29512026-06-22T19:25:22.169Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29522026-06-22T19:25:22.836Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29532026-06-22T19:25:22.849Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29542026-06-22T19:25:22.850Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29552026-06-22T19:25:22.850Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562026-06-22T19:25:23.021Z Checking fancy-regex v0.14.0
29572026-06-22T19:25:23.254Z Checking serde_tokenstream v0.2.3
29582026-06-22T19:25:23.437Z Checking approx v0.5.1
29592026-06-22T19:25:23.499Z Checking uzers v0.12.2
29602026-06-22T19:25:23.605Z Compiling rstest_macros v0.25.0
29612026-06-22T19:25:24.165Z Compiling linkme-impl v0.3.35
29622026-06-22T19:25:24.184Z Checking termcolor v1.4.1
29632026-06-22T19:25:24.184Z Checking constant_time_eq v0.3.1
29642026-06-22T19:25:24.184Z Checking trybuild v1.0.116
29652026-06-22T19:25:24.208Z Checking rust-argon2 v2.1.0
29662026-06-22T19:25:24.660Z Checking datatest-stable v0.3.3
29672026-06-22T19:25:24.823Z Compiling polar-core v0.27.3
29682026-06-22T19:25:25.052Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-06-22T19:25:25.310Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702026-06-22T19:25:25.343Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29712026-06-22T19:25:25.383Z Checking support-bundle-viewer v0.1.2
29722026-06-22T19:25:25.726Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29732026-06-22T19:25:25.982Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29742026-06-22T19:25:26.122Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29752026-06-22T19:25:26.209Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29762026-06-22T19:25:26.389Z Checking drift v0.2.0
29772026-06-22T19:25:26.432Z Checking rand_distr v0.5.1
29782026-06-22T19:25:26.529Z Checking multimap v0.10.1
29792026-06-22T19:25:27.113Z Compiling relative-path v1.9.3
29802026-06-22T19:25:27.140Z Compiling linkme v0.3.35
29812026-06-22T19:25:27.140Z Checking dropshot-api-manager v0.7.2
29822026-06-22T19:25:28.027Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29832026-06-22T19:25:28.848Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29842026-06-22T19:25:28.929Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29852026-06-22T19:25:29.054Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29862026-06-22T19:25:29.141Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29872026-06-22T19:25:29.389Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29882026-06-22T19:25:29.593Z Checking cargo_toml v0.21.0
29892026-06-22T19:25:29.710Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29902026-06-22T19:25:29.884Z Checking oso v0.27.3
29912026-06-22T19:25:30.108Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29922026-06-22T19:25:30.360Z Checking partial-io v0.5.4
29932026-06-22T19:25:30.510Z Checking termios v0.3.3
29942026-06-22T19:25:30.544Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29952026-06-22T19:25:30.640Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29962026-06-22T19:25:31.075Z Checking rstest v0.25.0
29972026-06-22T19:25:32.064Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-06-22T19:25:32.767Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29992026-06-22T19:25:35.316Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30002026-06-22T19:25:41.041Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30012026-06-22T19:25:42.912Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30022026-06-22T19:25:44.559Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30032026-06-22T19:25:45.966Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30042026-06-22T19:25:51.643Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30052026-06-22T19:25:55.921Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30062026-06-22T19:25:59.142Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30072026-06-22T19:26:00.286Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30082026-06-22T19:26:01.531Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-06-22T19:26:06.902Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30102026-06-22T19:26:11.493Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30112026-06-22T19:27:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30122026-06-22T19:27:25.259Z
30132026-06-22T19:27:25.259Zreal 4:09.205310630
30142026-06-22T19:27:25.259Zuser 21:26.967387872
30152026-06-22T19:27:25.259Zsys 4:51.298000561
30162026-06-22T19:27:25.259Ztrap 0.525196529
30172026-06-22T19:27:25.259Ztflt 0.542326804
30182026-06-22T19:27:25.259Zdflt 0.460676269
30192026-06-22T19:27:25.259Zkflt 0.004857400
30202026-06-22T19:27:25.274Zlock 58:22.516494360
30212026-06-22T19:27:25.274Zslp 59:10.773903305
30222026-06-22T19:27:25.274Zlat 1:48.862794304
30232026-06-22T19:27:25.274Zstop 10:22.870401810
30242026-06-22T19:27:25.274Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30252026-06-22T19:27:25.274Z+ ptime -m cargo doc --workspace --no-deps
30262026-06-22T19:27:26.064Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30272026-06-22T19:27:26.064Z |
30282026-06-22T19:27:26.064Z = 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)`
30292026-06-22T19:27:26.064Z = 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>
30302026-06-22T19:27:27.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-06-22T19:27:27.717Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-06-22T19:27:27.722Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30332026-06-22T19:27:27.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-06-22T19:27:27.722Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30352026-06-22T19:27:27.722Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30362026-06-22T19:27:27.722Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30372026-06-22T19:27:27.722Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-06-22T19:27:27.722Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-06-22T19:27:27.722Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30402026-06-22T19:27:27.897Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-06-22T19:27:28.326Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30422026-06-22T19:27:28.329Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-06-22T19:27:28.329Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-06-22T19:27:28.329Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30452026-06-22T19:27:28.329Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30462026-06-22T19:27:28.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30472026-06-22T19:27:28.329Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-06-22T19:27:28.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-06-22T19:27:28.329Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-06-22T19:27:28.329Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30512026-06-22T19:27:28.329Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-06-22T19:27:28.484Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30532026-06-22T19:27:28.802Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30542026-06-22T19:27:29.235Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30552026-06-22T19:27:29.239Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562026-06-22T19:27:29.239Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-06-22T19:27:29.239Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30582026-06-22T19:27:29.239Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30592026-06-22T19:27:29.239Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30602026-06-22T19:27:29.775Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30612026-06-22T19:27:29.778Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30622026-06-22T19:27:29.779Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-06-22T19:27:29.779Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-06-22T19:27:29.779Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30652026-06-22T19:27:29.779Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30662026-06-22T19:27:29.779Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30672026-06-22T19:27:29.894Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-06-22T19:27:29.948Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30692026-06-22T19:27:30.144Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30702026-06-22T19:27:30.196Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-06-22T19:27:30.488Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-06-22T19:27:30.604Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30732026-06-22T19:27:30.686Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-06-22T19:27:30.776Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30752026-06-22T19:27:30.803Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30762026-06-22T19:27:30.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30772026-06-22T19:27:30.969Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-06-22T19:27:31.019Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30792026-06-22T19:27:31.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-06-22T19:27:31.087Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-06-22T19:27:31.192Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-06-22T19:27:31.267Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30832026-06-22T19:27:31.317Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-06-22T19:27:31.337Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30852026-06-22T19:27:31.416Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30862026-06-22T19:27:31.448Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-06-22T19:27:31.526Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30882026-06-22T19:27:31.549Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-06-22T19:27:31.577Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30902026-06-22T19:27:32.032Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30912026-06-22T19:27:32.035Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30922026-06-22T19:27:32.035Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30932026-06-22T19:27:32.035Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30942026-06-22T19:27:32.043Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30952026-06-22T19:27:32.125Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30962026-06-22T19:27:32.377Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30972026-06-22T19:27:32.817Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30982026-06-22T19:27:32.821Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30992026-06-22T19:27:32.892Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31002026-06-22T19:27:33.163Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31012026-06-22T19:27:33.597Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31022026-06-22T19:27:33.603Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31032026-06-22T19:27:33.603Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31042026-06-22T19:27:33.603Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31052026-06-22T19:27:33.603Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31062026-06-22T19:27:33.603Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31072026-06-22T19:27:33.666Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31082026-06-22T19:27:33.995Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31092026-06-22T19:27:34.600Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31102026-06-22T19:27:34.677Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31112026-06-22T19:27:34.749Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31122026-06-22T19:27:34.771Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31132026-06-22T19:27:34.987Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31142026-06-22T19:27:35.039Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31152026-06-22T19:27:35.117Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31162026-06-22T19:27:35.615Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-06-22T19:27:35.619Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31182026-06-22T19:27:35.619Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31192026-06-22T19:27:35.619Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31202026-06-22T19:27:35.619Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31212026-06-22T19:27:35.640Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31222026-06-22T19:27:35.705Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31232026-06-22T19:27:35.728Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31242026-06-22T19:27:35.747Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31252026-06-22T19:27:35.802Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31262026-06-22T19:27:35.956Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31272026-06-22T19:27:35.996Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31282026-06-22T19:27:36.017Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31292026-06-22T19:27:36.038Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31302026-06-22T19:27:36.064Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-06-22T19:27:36.087Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31322026-06-22T19:27:36.167Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31332026-06-22T19:27:36.238Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31342026-06-22T19:27:36.281Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31352026-06-22T19:27:36.733Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31362026-06-22T19:27:36.739Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31372026-06-22T19:27:36.739Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31382026-06-22T19:27:36.739Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31392026-06-22T19:27:36.739Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-06-22T19:27:37.107Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31412026-06-22T19:27:37.286Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31422026-06-22T19:27:37.360Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31432026-06-22T19:27:38.008Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31442026-06-22T19:27:38.140Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31452026-06-22T19:27:38.220Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31462026-06-22T19:27:38.930Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-06-22T19:27:39.039Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-06-22T19:27:39.571Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31492026-06-22T19:27:40.735Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31502026-06-22T19:27:41.674Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-06-22T19:27:41.674Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-06-22T19:27:41.675Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31532026-06-22T19:27:41.675Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31542026-06-22T19:27:41.807Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31552026-06-22T19:27:41.904Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31562026-06-22T19:27:42.055Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31572026-06-22T19:27:42.549Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31582026-06-22T19:27:42.637Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31592026-06-22T19:27:42.707Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-06-22T19:27:42.964Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-06-22T19:27:43.303Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-06-22T19:27:43.446Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31632026-06-22T19:27:43.780Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31642026-06-22T19:27:44.009Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31652026-06-22T19:27:44.156Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-06-22T19:27:44.305Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-06-22T19:27:44.411Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-06-22T19:27:44.677Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-06-22T19:27:45.096Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-06-22T19:27:45.468Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31712026-06-22T19:27:45.840Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31722026-06-22T19:27:46.243Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-06-22T19:27:46.725Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-06-22T19:27:46.852Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31752026-06-22T19:27:47.664Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31762026-06-22T19:27:48.630Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-06-22T19:27:48.638Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-06-22T19:27:48.638Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-06-22T19:27:48.696Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-06-22T19:27:49.336Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-06-22T19:27:49.483Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-06-22T19:27:50.291Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-06-22T19:27:50.617Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-06-22T19:27:51.754Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-06-22T19:27:52.663Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-06-22T19:27:52.720Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-06-22T19:27:55.179Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-06-22T19:27:55.989Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31892026-06-22T19:27:56.046Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31902026-06-22T19:27:56.662Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31912026-06-22T19:27:56.720Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31922026-06-22T19:27:57.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-06-22T19:27:58.174Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942026-06-22T19:27:58.594Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31952026-06-22T19:27:58.815Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31962026-06-22T19:27:59.099Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31972026-06-22T19:27:59.979Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-06-22T19:28:00.057Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31992026-06-22T19:28:00.313Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-06-22T19:28:00.639Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32012026-06-22T19:28:01.269Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-06-22T19:28:01.336Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032026-06-22T19:28:01.336Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-06-22T19:28:01.336Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32052026-06-22T19:28:02.270Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-06-22T19:28:02.498Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32072026-06-22T19:28:02.498Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-06-22T19:28:02.498Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-06-22T19:28:02.498Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32102026-06-22T19:28:02.844Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-06-22T19:28:03.292Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32122026-06-22T19:28:03.305Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32132026-06-22T19:28:03.545Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32142026-06-22T19:28:04.690Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32152026-06-22T19:28:04.767Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32162026-06-22T19:28:05.358Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-06-22T19:28:06.639Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-06-22T19:28:08.499Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32192026-06-22T19:28:08.917Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32202026-06-22T19:28:10.373Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32212026-06-22T19:28:10.719Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-06-22T19:28:12.336Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-06-22T19:28:13.237Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-06-22T19:28:13.772Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32252026-06-22T19:28:15.771Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-06-22T19:28:16.419Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-06-22T19:28:17.699Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-06-22T19:28:19.283Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-06-22T19:28:19.560Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-06-22T19:28:19.869Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-06-22T19:28:20.405Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-06-22T19:28:22.215Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-06-22T19:28:26.378Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32342026-06-22T19:28:26.994Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32352026-06-22T19:28:27.832Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32362026-06-22T19:28:28.834Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-06-22T19:28:29.657Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-06-22T19:28:30.434Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32392026-06-22T19:28:31.244Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32402026-06-22T19:28:32.070Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32412026-06-22T19:28:33.584Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-06-22T19:28:33.972Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32432026-06-22T19:28:34.735Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32442026-06-22T19:28:35.431Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-06-22T19:28:35.589Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-06-22T19:28:37.213Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32472026-06-22T19:28:37.618Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32482026-06-22T19:28:41.186Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492026-06-22T19:28:41.733Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32502026-06-22T19:28:43.004Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32512026-06-22T19:28:43.693Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32522026-06-22T19:28:44.651Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532026-06-22T19:28:45.721Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32542026-06-22T19:28:48.241Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-06-22T19:28:48.618Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32562026-06-22T19:28:49.522Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32572026-06-22T19:28:50.754Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32582026-06-22T19:28:52.218Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32592026-06-22T19:28:53.792Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32602026-06-22T19:28:54.802Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32612026-06-22T19:28:57.406Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32622026-06-22T19:28:58.076Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-06-22T19:28:59.918Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32642026-06-22T19:29:01.378Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-06-22T19:29:02.882Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32662026-06-22T19:29:04.547Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32672026-06-22T19:29:06.383Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32682026-06-22T19:29:07.984Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32692026-06-22T19:29:13.092Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-06-22T19:29:13.098Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32712026-06-22T19:29:14.653Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-06-22T19:29:14.898Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-06-22T19:29:16.551Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-06-22T19:29:18.250Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-06-22T19:29:20.572Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-06-22T19:29:22.205Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32772026-06-22T19:29:23.986Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-06-22T19:29:25.692Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32792026-06-22T19:29:27.382Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-06-22T19:29:29.576Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32812026-06-22T19:29:31.185Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32822026-06-22T19:29:32.850Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32832026-06-22T19:29:34.616Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32842026-06-22T19:29:36.382Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32852026-06-22T19:29:37.823Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32862026-06-22T19:29:41.820Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32872026-06-22T19:29:43.385Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32882026-06-22T19:29:45.163Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32892026-06-22T19:29:47.296Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32902026-06-22T19:29:49.145Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32912026-06-22T19:29:53.581Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32922026-06-22T19:29:55.208Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32932026-06-22T19:29:57.491Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32942026-06-22T19:29:58.976Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32952026-06-22T19:30:01.762Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32962026-06-22T19:30:04.468Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32972026-06-22T19:30:06.262Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-06-22T19:30:08.616Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992026-06-22T19:30:11.040Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-06-22T19:30:13.533Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-06-22T19:30:15.737Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-06-22T19:30:18.078Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-06-22T19:30:20.386Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33042026-06-22T19:30:22.953Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-06-22T19:30:25.371Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33062026-06-22T19:30:27.176Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072026-06-22T19:30:29.497Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33082026-06-22T19:30:31.846Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33092026-06-22T19:30:34.073Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-06-22T19:30:36.510Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33112026-06-22T19:30:38.770Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33122026-06-22T19:30:41.144Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-06-22T19:30:43.420Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33142026-06-22T19:30:45.868Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-06-22T19:30:48.321Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-06-22T19:30:50.688Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33172026-06-22T19:30:53.098Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-06-22T19:30:55.545Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-06-22T19:30:58.020Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33202026-06-22T19:31:00.472Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33212026-06-22T19:31:02.955Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33222026-06-22T19:31:05.404Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33232026-06-22T19:31:07.900Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-06-22T19:31:10.321Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33252026-06-22T19:31:12.723Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-06-22T19:31:15.210Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33272026-06-22T19:31:17.722Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-06-22T19:31:20.644Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33292026-06-22T19:31:22.896Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33302026-06-22T19:31:25.349Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33312026-06-22T19:31:27.947Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-06-22T19:31:30.535Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33332026-06-22T19:31:32.969Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33342026-06-22T19:31:35.593Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33352026-06-22T19:31:38.294Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33362026-06-22T19:31:40.705Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33372026-06-22T19:31:43.200Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33382026-06-22T19:31:45.920Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33392026-06-22T19:31:48.321Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33402026-06-22T19:31:51.134Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33412026-06-22T19:31:57.932Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-06-22T19:31:58.363Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33432026-06-22T19:31:58.884Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-06-22T19:32:01.638Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-06-22T19:32:04.305Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-06-22T19:32:06.981Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33472026-06-22T19:32:09.547Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33482026-06-22T19:32:12.173Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492026-06-22T19:32:14.850Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33502026-06-22T19:32:17.609Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33512026-06-22T19:32:20.691Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33522026-06-22T19:32:23.209Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33532026-06-22T19:32:31.088Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33542026-06-22T19:32:31.278Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33552026-06-22T19:32:34.705Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33562026-06-22T19:32:38.654Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33572026-06-22T19:32:42.545Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33582026-06-22T19:32:46.561Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-06-22T19:32:49.616Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33602026-06-22T19:32:53.393Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33612026-06-22T19:32:57.339Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33622026-06-22T19:33:01.132Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33632026-06-22T19:33:04.918Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-06-22T19:33:08.747Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652026-06-22T19:33:12.449Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33662026-06-22T19:33:17.038Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33672026-06-22T19:33:20.108Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33682026-06-22T19:33:23.911Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33692026-06-22T19:33:27.751Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-06-22T19:33:31.674Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33712026-06-22T19:33:35.485Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33722026-06-22T19:33:39.600Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33732026-06-22T19:33:43.212Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33742026-06-22T19:33:46.931Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33752026-06-22T19:33:50.725Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33762026-06-22T19:33:54.521Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33772026-06-22T19:33:58.456Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33782026-06-22T19:34:28.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
33792026-06-22T19:34:29.135Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33802026-06-22T19:34:29.245Z
33812026-06-22T19:34:29.249Zreal 7:03.891991055
33822026-06-22T19:34:29.249Zuser 18:29.226033999
33832026-06-22T19:34:29.249Zsys 3:55.882725749
33842026-06-22T19:34:29.249Ztrap 0.281666527
33852026-06-22T19:34:29.249Ztflt 0.027745026
33862026-06-22T19:34:29.250Zdflt 0.022487142
33872026-06-22T19:34:29.250Zkflt 0.000018160
33882026-06-22T19:34:29.250Zlock 6:37:14.900782545
33892026-06-22T19:34:29.250Zslp 2:23:10.903256985
33902026-06-22T19:34:29.250Zlat 31.261619865
33912026-06-22T19:34:29.250Zstop 1:34.308125075
33922026-06-22T19:34:29.250Zprocess exited: duration 810958 ms, exit code 0
 
33932026-06-22T19:34:29.260Zfound 0 output files