01KVRC1VHA3TXBB8K4GF4DFVH2: clippy (helios)

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

Buildomat Job: 01KVRC3FEJAKKRGWDTXDR0PVS9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:15:49.065Zjob assigned to worker 01KVRC3QAHKC6P0S4SMHBQRB9H [factory aws, i-06b1e3fa82534556d] (queued for 59 s)
 
22026-06-22T19:15:55.781Zstarting task 0: "setup"
32026-06-22T19:15:55.784Z++ uname -s
42026-06-22T19:15:55.789Z+ kern=SunOS
52026-06-22T19:15:55.789Z+ build_user=build
62026-06-22T19:15:55.789Z+ build_uid=12345
72026-06-22T19:15:55.789Z+ work_dir=/work
82026-06-22T19:15:55.789Z+ input_dir=/input
92026-06-22T19:15:55.789Z+ [[ 0 == 12345 ]]
102026-06-22T19:15:55.789Z+ case "$kern" in
112026-06-22T19:15:55.789Z+ groupadd -g 12345 build
122026-06-22T19:15:55.789Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:15:57.793Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:15:57.885Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:15:57.890Z+ home_fs=zfs
162026-06-22T19:15:57.890Z+ [[ zfs == autofs ]]
172026-06-22T19:15:57.890Z+ mkdir -p /home/build
182026-06-22T19:15:57.890Z+ chown build:build /home/build /work
192026-06-22T19:15:59.889Z+ chmod 0700 /home/build /work
202026-06-22T19:15:59.893Zprocess exited: duration 4112 ms, exit code 0
 
212026-06-22T19:15:59.899Zstarting task 1: "rust-toolchain"
222026-06-22T19:15:59.903Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:15:59.903Z * rust toolchain channel = "1.94.0"
242026-06-22T19:15:59.903Z * rust toolchain profile = "default"
252026-06-22T19:15:59.903Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:15:59.903Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:15:59.906Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:15:59.906Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:15:59.906Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:15:59.988Zinfo: downloading installer
312026-06-22T19:16:01.536Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:16:01.536Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:16:01.536Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:16:01.536Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:16:01.548Zinfo: profile set to default
362026-06-22T19:16:01.548Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:16:01.551Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:16:01.715Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:16:01.718Zinfo: downloading 6 components
402026-06-22T19:16:19.171Z
412026-06-22T19:16:19.171Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T19:16:19.204Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:16:19.204Z
442026-06-22T19:16:19.207Z
452026-06-22T19:16:19.207ZRust is installed now. Great!
462026-06-22T19:16:19.208Z
472026-06-22T19:16:19.208ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:16:19.208Zenvironment variable. This has not been done automatically.
492026-06-22T19:16:19.208Z
502026-06-22T19:16:19.208ZTo configure your current shell, you need to source
512026-06-22T19:16:19.208Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:16:19.208Z
532026-06-22T19:16:19.208ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:16:19.208Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:16:19.208Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:16:19.208Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:16:19.208Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:16:19.208Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:16:19.208Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:16:19.208Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:16:19.208Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:16:19.310Z+ rustup --version
632026-06-22T19:16:19.319Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:16:19.322Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:16:19.341Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:16:19.344Z+ cargo --version
672026-06-22T19:16:19.356Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:16:19.359Z+ rustc --version
692026-06-22T19:16:19.378Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:16:19.381Zprocess exited: duration 19480 ms, exit code 0
 
712026-06-22T19:16:19.388Zstarting task 2: "authentication"
722026-06-22T19:16:19.402ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:17:33.689Zprocess exited: duration 74301 ms, exit code 0
 
742026-06-22T19:17:33.700Zstarting task 3: "clone repository"
752026-06-22T19:17:33.704Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:17:33.704Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:17:33.737ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:17:44.885Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:17:44.885Z+ git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
802026-06-22T19:17:45.179ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:17:45.179Z * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD
822026-06-22T19:17:45.189Z+ [[ -n '' ]]
832026-06-22T19:17:45.189Z+ git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
842026-06-22T19:17:45.431ZHEAD is now at 66d918368 [spr] initial version
852026-06-22T19:17:45.435Zprocess exited: duration 11737 ms, exit code 0
 
862026-06-22T19:17:45.441Zstarting task 4: "build"
872026-06-22T19:17:45.445Z+ source ./env.sh
882026-06-22T19:17:45.449Z++ OLD_SHELL_OPTS=ehxB
892026-06-22T19:17:45.449Z++ set -o xtrace
902026-06-22T19:17:45.449Z++++ dirname ./env.sh
912026-06-22T19:17:45.449Z+++ readlink -f .
922026-06-22T19:17:45.453Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-06-22T19:17:45.453Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-22T19:17:45.453Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-22T19:17:45.453Z++ 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
962026-06-22T19:17:45.453Z++ 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
972026-06-22T19:17:45.453Z++ 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
982026-06-22T19:17:45.453Z++ 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
992026-06-22T19:17:45.453Z++ 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
1002026-06-22T19:17:45.453Z++ 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
1012026-06-22T19:17:45.453Z++ 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
1022026-06-22T19:17:45.453Z++ 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
1032026-06-22T19:17:45.453Z++ case $OLD_SHELL_OPTS in
1042026-06-22T19:17:45.453Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-06-22T19:17:45.453Z+ source .github/buildomat/ci-env.sh
1062026-06-22T19:17:45.453Z++ export CARGO_TERM_COLOR=always
1072026-06-22T19:17:45.453Z++ CARGO_TERM_COLOR=always
1082026-06-22T19:17:45.453Z+ cargo --version
1092026-06-22T19:17:45.461Zcargo 1.94.0 (85eff7c80 2026-01-15)
1102026-06-22T19:17:45.465Z+ rustc --version
1112026-06-22T19:17:45.484Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1122026-06-22T19:17:45.487Z+ banner prerequisites
1132026-06-22T19:17:45.491Z
1142026-06-22T19:17:45.491Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-06-22T19:17:45.491Z # # # # # # # # # # # # # # #
1162026-06-22T19:17:45.491Z # # # # ##### # # ##### # # # # # #### #
1172026-06-22T19:17:45.491Z ##### ##### # ##### # # # # # # # # #
1182026-06-22T19:17:45.491Z # # # # # # # # # # # # # # #
1192026-06-22T19:17:45.491Z # # # ###### # # ###### ### # #### # #### #
1202026-06-22T19:17:45.491Z
1212026-06-22T19:17:45.491Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1222026-06-22T19:17:46.953Z Startup: Refreshing catalog 'helios' ... Done
1232026-06-22T19:17:47.048Z Startup: Caching catalogs ... Done
1242026-06-22T19:17:47.465ZPlanning: Solver setup ... Done (0.374s)
1252026-06-22T19:17:47.488ZPlanning: Running solver ... Done (0.024s)
1262026-06-22T19:17:47.499ZPlanning: Finding local manifests ... Done (0.003s)
1272026-06-22T19:17:47.510ZPlanning: Fetching manifests: 0/2 0% complete
1282026-06-22T19:17:47.528ZPlanning: Fetching manifests: 2/2 100% complete
1292026-06-22T19:17:47.542ZPlanning: Package planning ... Done (0.013s)
1302026-06-22T19:17:47.545ZPlanning: Merging actions ... Done (0.001s)
1312026-06-22T19:17:47.709ZPlanning: Checking for conflicting actions ... Done (0.166s)
1322026-06-22T19:17:47.712ZPlanning: Consolidating action changes ... Done (0.001s)
1332026-06-22T19:17:48.444ZPlanning: Evaluating mediators ... Done (0.734s)
1342026-06-22T19:17:48.447ZPlanning: Planning completed in 1.38 seconds
1352026-06-22T19:17:48.453Z Packages to install: 2
1362026-06-22T19:17:48.458Z Estimated space available: 156.10 GB
1372026-06-22T19:17:48.458ZEstimated space to be consumed: 28.17 MB
1382026-06-22T19:17:48.458Z Create boot environment: No
1392026-06-22T19:17:48.458ZCreate backup boot environment: No
1402026-06-22T19:17:48.458Z Rebuild boot archive: No
1412026-06-22T19:17:48.458Z
1422026-06-22T19:17:48.458ZChanged packages:
1432026-06-22T19:17:48.458Zhelios
1442026-06-22T19:17:48.458Z developer/build-essential
1452026-06-22T19:17:48.458Z None -> 11-3.0
1462026-06-22T19:17:48.458Z library/libxmlsec1
1472026-06-22T19:17:48.458Z None -> 1.2.35-3.0
1482026-06-22T19:17:48.477Z
1492026-06-22T19:17:48.477ZDownload: 0/214 items 0.0/1.3MB 0% complete
1502026-06-22T19:17:49.075ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1512026-06-22T19:17:49.151Z Actions: 1/268 actions (Installing new actions)
1522026-06-22T19:17:49.189Z Actions: Completed 268 actions in 0.04 seconds.
1532026-06-22T19:17:49.198ZFinalize: Updating package state database ... Done (0.009s)
1542026-06-22T19:17:49.201ZFinalize: Updating package cache ... Done (0.000s)
1552026-06-22T19:17:49.225ZFinalize: Updating image state ... Done (0.027s)
1562026-06-22T19:17:51.670ZFinalize: Creating fast lookup database ... Done (2.420s)
1572026-06-22T19:17:51.736ZFinalize: Reading search index ... Done (0.012s)
1582026-06-22T19:17:51.739ZFinalize: Updating search index ... Done (0.000s)
1592026-06-22T19:17:51.848ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-22T19:17:52.155ZPlanning: Evaluating mediator changes ... Done
1612026-06-22T19:17:52.260ZPlanning: Checking for conflicting actions ... Done
1622026-06-22T19:17:52.265ZPlanning: Consolidating action changes ... Done
1632026-06-22T19:17:52.419ZPlanning: Evaluating mediators ... Done
1642026-06-22T19:17:52.422ZPlanning: Planning completed in 0.26 seconds
1652026-06-22T19:17:52.497Z Mediators to change: 2
1662026-06-22T19:17:52.497Z Create boot environment: No
1672026-06-22T19:17:52.498ZCreate backup boot environment: No
1682026-06-22T19:17:52.506ZFinalize: Updating package state database ... Done
1692026-06-22T19:17:52.506ZFinalize: Updating package cache ... Done
1702026-06-22T19:17:52.511ZFinalize: Updating image state ... Done
1712026-06-22T19:17:54.473ZFinalize: Creating fast lookup database ... Done
1722026-06-22T19:17:54.541ZFinalize: Reading search index ... Done
1732026-06-22T19:17:54.562ZFinalize: Updating search index ... Done
1742026-06-22T19:17:54.613ZFinalize: Updating package cache ... Done
1752026-06-22T19:17:54.894ZPlanning: Evaluating mediator changes ... Done
1762026-06-22T19:17:55.001ZPlanning: Checking for conflicting actions ... Done
1772026-06-22T19:17:55.025ZPlanning: Consolidating action changes ... Done
1782026-06-22T19:17:55.158ZPlanning: Evaluating mediators ... Done
1792026-06-22T19:17:55.167ZPlanning: Planning completed in 0.27 seconds
1802026-06-22T19:17:55.177Z Mediators to change: 1
1812026-06-22T19:17:55.187Z Create boot environment: No
1822026-06-22T19:17:55.187ZCreate backup boot environment: No
1832026-06-22T19:17:55.221ZFinalize: Updating package state database ... Done
1842026-06-22T19:17:55.221ZFinalize: Updating package cache ... Done
1852026-06-22T19:17:55.233ZFinalize: Updating image state ... Done
1862026-06-22T19:17:57.172ZFinalize: Creating fast lookup database ... Done
1872026-06-22T19:17:57.235ZFinalize: Reading search index ... Done
1882026-06-22T19:17:57.238ZFinalize: Updating search index ... Done
1892026-06-22T19:17:57.325ZFinalize: Updating package cache ... Done
1902026-06-22T19:17:57.611ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912026-06-22T19:17:57.611Zapache system 2.4 system
1922026-06-22T19:17:57.611Zclang system 15 system
1932026-06-22T19:17:57.611Zcsh system system illumos
1942026-06-22T19:17:57.611Zctags system system illumos
1952026-06-22T19:17:57.611Zfile vendor vendor darwinsys
1962026-06-22T19:17:57.611Zfile system system illumos
1972026-06-22T19:17:57.611Zgcc vendor 14 vendor
1982026-06-22T19:17:57.611Zgcc system 13 system
1992026-06-22T19:17:57.611Zgcc system 10 system
2002026-06-22T19:17:57.611Zgo system 1.25 system
2012026-06-22T19:17:57.611Zllvm system 15 system
2022026-06-22T19:17:57.611Zmariadb system 11.4 system
2032026-06-22T19:17:57.611Zmta vendor vendor dma
2042026-06-22T19:17:57.611Zopenjdk system 17 system
2052026-06-22T19:17:57.611Zopenjdk system 11 system
2062026-06-22T19:17:57.611Zopenssl vendor 3 vendor
2072026-06-22T19:17:57.611Zperl system 5.40 system
2082026-06-22T19:17:57.611Zpostgresql system 18 system
2092026-06-22T19:17:57.611Zpostgresql system 17 system
2102026-06-22T19:17:57.611Zpython vendor 3 vendor
2112026-06-22T19:17:57.611Zpython system 2 system
2122026-06-22T19:17:57.611Zpython3 vendor 3.13 vendor
2132026-06-22T19:17:57.611Zruby system 3.4 system
2142026-06-22T19:17:57.611Zruby system 3.0 system
2152026-06-22T19:17:57.611Zwords vendor vendor american-english
2162026-06-22T19:17:57.611Zwords system system australian-english
2172026-06-22T19:17:57.611Zwords system system british-english
2182026-06-22T19:17:57.611Zwords system system canadian-english
2192026-06-22T19:17:57.611Zwords system system french
2202026-06-22T19:17:57.611Zwords system system italian
2212026-06-22T19:17:57.611Zwords system system ngerman
2222026-06-22T19:17:57.611Zwords system system ogerman
2232026-06-22T19:17:57.612Zwords system system spanish
2242026-06-22T19:17:57.867ZPUBLISHER TYPE STATUS P LOCATION
2252026-06-22T19:17:57.867Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2262026-06-22T19:17:58.167ZFMRI IFO
2272026-06-22T19:17:58.167Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2282026-06-22T19:17:58.167Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2292026-06-22T19:17:58.167Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2302026-06-22T19:17:58.167Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2312026-06-22T19:17:58.167Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2322026-06-22T19:17:58.167Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2332026-06-22T19:17:58.167Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2342026-06-22T19:17:58.167Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2352026-06-22T19:17:58.167Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2362026-06-22T19:17:58.428Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372026-06-22T19:17:58.691Z Updating crates.io index
2382026-06-22T19:17:58.694Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392026-06-22T19:17:59.046Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-22T19:17:59.923Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-06-22T19:18:00.371Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-06-22T19:18:01.650Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-06-22T19:18:02.302Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-22T19:18:03.852Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-06-22T19:18:04.642Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-06-22T19:18:05.150Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472026-06-22T19:18:06.259Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482026-06-22T19:18:06.715Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-06-22T19:18:07.257Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502026-06-22T19:18:07.570Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-06-22T19:18:08.124Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-06-22T19:18:08.639Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-06-22T19:18:09.150Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-22T19:18:09.523Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552026-06-22T19:18:09.962Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2562026-06-22T19:18:10.426Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-06-22T19:18:10.770Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582026-06-22T19:18:11.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592026-06-22T19:18:11.253Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-06-22T19:18:11.630Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-06-22T19:18:11.989Z Updating git repository `https://github.com/oxidecomputer/erebor`
2622026-06-22T19:18:12.438Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2632026-06-22T19:18:12.845Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2642026-06-22T19:18:13.193Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2652026-06-22T19:18:13.767Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662026-06-22T19:18:14.132Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-06-22T19:18:15.098Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682026-06-22T19:18:15.940Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-06-22T19:18:16.339Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702026-06-22T19:18:16.832Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-06-22T19:18:17.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-06-22T19:18:17.511Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2732026-06-22T19:18:17.850Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2742026-06-22T19:18:18.438Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752026-06-22T19:18:18.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762026-06-22T19:18:19.184Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772026-06-22T19:18:19.434Z Updating git repository `https://github.com/illumos/smf-rs`
2782026-06-22T19:18:21.163Z Downloading crates ...
2792026-06-22T19:18:21.221Z Downloaded cargo_metadata v0.21.0
2802026-06-22T19:18:21.225Z Downloaded block-buffer v0.10.4
2812026-06-22T19:18:21.230Z Downloaded num-traits v0.2.19
2822026-06-22T19:18:21.233Z Downloaded crypto-common v0.1.7
2832026-06-22T19:18:21.236Z Downloaded clap v4.6.1
2842026-06-22T19:18:21.239Z Downloaded unicode-linebreak v0.1.5
2852026-06-22T19:18:21.242Z Downloaded cargo-util-schemas v0.8.2
2862026-06-22T19:18:21.242Z Downloaded byteorder v1.5.0
2872026-06-22T19:18:21.242Z Downloaded clap_derive v4.6.1
2882026-06-22T19:18:21.246Z Downloaded heck v0.5.0
2892026-06-22T19:18:21.246Z Downloaded fnv v1.0.7
2902026-06-22T19:18:21.246Z Downloaded autocfg v1.5.0
2912026-06-22T19:18:21.246Z Downloaded thread-id v4.2.2
2922026-06-22T19:18:21.249Z Downloaded unicode-xid v0.2.6
2932026-06-22T19:18:21.249Z Downloaded dof v0.3.0
2942026-06-22T19:18:21.249Z Downloaded anstyle v1.0.14
2952026-06-22T19:18:21.253Z Downloaded fs-err v3.3.0
2962026-06-22T19:18:21.253Z Downloaded errno v0.3.14
2972026-06-22T19:18:21.253Z Downloaded dtrace-parser v0.2.0
2982026-06-22T19:18:21.256Z Downloaded usdt-attr-macro v0.5.0
2992026-06-22T19:18:21.256Z Downloaded toml_write v0.1.2
3002026-06-22T19:18:21.259Z Downloaded zerofrom-derive v0.1.6
3012026-06-22T19:18:21.259Z Downloaded typeid v1.0.3
3022026-06-22T19:18:21.259Z Downloaded zerofrom v0.1.6
3032026-06-22T19:18:21.259Z Downloaded yoke-derive v0.8.1
3042026-06-22T19:18:21.262Z Downloaded percent-encoding v2.3.2
3052026-06-22T19:18:21.266Z Downloaded itoa v1.0.17
3062026-06-22T19:18:21.266Z Downloaded usdt v0.5.0
3072026-06-22T19:18:21.266Z Downloaded toml_datetime v0.6.11
3082026-06-22T19:18:21.266Z Downloaded quote v1.0.45
3092026-06-22T19:18:21.269Z Downloaded utf8parse v0.2.2
3102026-06-22T19:18:21.269Z Downloaded ordered-float v2.10.1
3112026-06-22T19:18:21.269Z Downloaded macaddr v1.0.1
3122026-06-22T19:18:21.272Z Downloaded synstructure v0.13.2
3132026-06-22T19:18:21.272Z Downloaded anstyle-parse v1.0.0
3142026-06-22T19:18:21.272Z Downloaded stable_deref_trait v1.2.1
3152026-06-22T19:18:21.272Z Downloaded utf8_iter v1.0.4
3162026-06-22T19:18:21.275Z Downloaded proc-macro2 v1.0.106
3172026-06-22T19:18:21.279Z Downloaded potential_utf v0.1.4
3182026-06-22T19:18:21.282Z Downloaded usdt-macro v0.5.0
3192026-06-22T19:18:21.286Z Downloaded swrite v0.1.0
3202026-06-22T19:18:21.286Z Downloaded anstream v1.0.0
3212026-06-22T19:18:21.286Z Downloaded proc-macro-error-attr v1.0.4
3222026-06-22T19:18:21.292Z Downloaded serde-value v0.7.0
3232026-06-22T19:18:21.295Z Downloaded version_check v0.9.5
3242026-06-22T19:18:21.295Z Downloaded serde_spanned v0.6.9
3252026-06-22T19:18:21.295Z Downloaded typenum v1.19.0
3262026-06-22T19:18:21.295Z Downloaded thiserror-impl v2.0.18
3272026-06-22T19:18:21.300Z Downloaded smawk v0.3.2
3282026-06-22T19:18:21.300Z Downloaded thiserror v2.0.18
3292026-06-22T19:18:21.303Z Downloaded cfg-if v1.0.4
3302026-06-22T19:18:21.303Z Downloaded cargo-platform v0.2.0
3312026-06-22T19:18:21.304Z Downloaded tinystr v0.8.2
3322026-06-22T19:18:21.304Z Downloaded thiserror v1.0.69
3332026-06-22T19:18:21.307Z Downloaded icu_locale_core v2.1.1
3342026-06-22T19:18:21.310Z Downloaded form_urlencoded v1.2.2
3352026-06-22T19:18:21.313Z Downloaded zerovec-derive v0.11.2
3362026-06-22T19:18:21.313Z Downloaded heck v0.4.1
3372026-06-22T19:18:21.313Z Downloaded anstyle-query v1.1.5
3382026-06-22T19:18:21.313Z Downloaded usdt-impl v0.5.0
3392026-06-22T19:18:21.316Z Downloaded colorchoice v1.0.4
3402026-06-22T19:18:21.316Z Downloaded yoke v0.8.1
3412026-06-22T19:18:21.319Z Downloaded cpufeatures v0.2.17
3422026-06-22T19:18:21.319Z Downloaded ucd-trie v0.1.7
3432026-06-22T19:18:21.319Z Downloaded bytecount v0.6.9
3442026-06-22T19:18:21.323Z Downloaded clap_lex v1.0.0
3452026-06-22T19:18:21.323Z Downloaded fastrand v2.3.0
3462026-06-22T19:18:21.327Z Downloaded idna_adapter v1.2.1
3472026-06-22T19:18:21.327Z Downloaded zmij v1.0.21
3482026-06-22T19:18:21.330Z Downloaded equivalent v1.0.2
3492026-06-22T19:18:21.330Z Downloaded zerocopy-derive v0.7.35
3502026-06-22T19:18:21.333Z Downloaded writeable v0.6.2
3512026-06-22T19:18:21.333Z Downloaded toml v0.8.23
3522026-06-22T19:18:21.333Z Downloaded terminal_size v0.4.3
3532026-06-22T19:18:21.333Z Downloaded strsim v0.11.1
3542026-06-22T19:18:21.336Z Downloaded thiserror-impl v1.0.69
3552026-06-22T19:18:21.336Z Downloaded tabled_derive v0.7.0
3562026-06-22T19:18:21.336Z Downloaded textwrap v0.16.2
3572026-06-22T19:18:21.336Z Downloaded is_terminal_polyfill v1.70.2
3582026-06-22T19:18:21.340Z Downloaded unicode-ident v1.0.24
3592026-06-22T19:18:21.340Z Downloaded zerotrie v0.2.3
3602026-06-22T19:18:21.343Z Downloaded toml_edit v0.22.27
3612026-06-22T19:18:21.346Z Downloaded erased-serde v0.4.9
3622026-06-22T19:18:21.346Z Downloaded generic-array v0.14.7
3632026-06-22T19:18:21.350Z Downloaded scroll_derive v0.12.1
3642026-06-22T19:18:21.353Z Downloaded plain v0.2.3
3652026-06-22T19:18:21.357Z Downloaded memmap v0.7.0
3662026-06-22T19:18:21.361Z Downloaded url v2.5.8
3672026-06-22T19:18:21.365Z Downloaded pretty-hex v0.4.1
3682026-06-22T19:18:21.369Z Downloaded displaydoc v0.2.5
3692026-06-22T19:18:21.372Z Downloaded zerovec v0.11.5
3702026-06-22T19:18:21.375Z Downloaded camino-tempfile v1.4.1
3712026-06-22T19:18:21.375Z Downloaded digest v0.10.7
3722026-06-22T19:18:21.379Z Downloaded zerocopy v0.7.35
3732026-06-22T19:18:21.387Z Downloaded sha2 v0.10.9
3742026-06-22T19:18:21.390Z Downloaded winnow v0.7.14
3752026-06-22T19:18:21.393Z Downloaded serde_tokenstream v0.2.3
3762026-06-22T19:18:21.397Z Downloaded serde-untagged v0.1.9
3772026-06-22T19:18:21.397Z Downloaded proc-macro-error v1.0.4
3782026-06-22T19:18:21.397Z Downloaded indexmap v2.14.0
3792026-06-22T19:18:21.400Z Downloaded scroll v0.12.0
3802026-06-22T19:18:21.405Z Downloaded unicode-width v0.2.0
3812026-06-22T19:18:21.409Z Downloaded icu_provider v2.1.1
3822026-06-22T19:18:21.412Z Downloaded anyhow v1.0.102
3832026-06-22T19:18:21.416Z Downloaded unicode-width v0.1.14
3842026-06-22T19:18:21.419Z Downloaded cargo_toml v0.21.0
3852026-06-22T19:18:21.422Z Downloaded icu_properties v2.1.2
3862026-06-22T19:18:21.426Z Downloaded getrandom v0.4.1
3872026-06-22T19:18:21.429Z Downloaded smallvec v1.15.1
3882026-06-22T19:18:21.429Z Downloaded bitflags v2.11.0
3892026-06-22T19:18:21.432Z Downloaded once_cell v1.21.3
3902026-06-22T19:18:21.435Z Downloaded litemap v0.8.1
3912026-06-22T19:18:21.435Z Downloaded semver v1.0.28
3922026-06-22T19:18:21.438Z Downloaded pest_derive v2.8.6
3932026-06-22T19:18:21.449Z Downloaded pest_generator v2.8.6
3942026-06-22T19:18:21.453Z Downloaded log v0.4.29
3952026-06-22T19:18:21.453Z Downloaded tempfile v3.25.0
3962026-06-22T19:18:21.456Z Downloaded papergrid v0.11.0
3972026-06-22T19:18:21.456Z Downloaded serde_derive v1.0.228
3982026-06-22T19:18:21.459Z Downloaded camino v1.2.2
3992026-06-22T19:18:21.463Z Downloaded icu_normalizer_data v2.1.1
4002026-06-22T19:18:21.466Z Downloaded icu_normalizer v2.1.1
4012026-06-22T19:18:21.469Z Downloaded pest_meta v2.8.6
4022026-06-22T19:18:21.480Z Downloaded icu_properties_data v2.1.2
4032026-06-22T19:18:21.485Z Downloaded serde v1.0.228
4042026-06-22T19:18:21.488Z Downloaded serde_core v1.0.228
4052026-06-22T19:18:21.492Z Downloaded serde_json v1.0.149
4062026-06-22T19:18:21.495Z Downloaded icu_collections v2.1.1
4072026-06-22T19:18:21.499Z Downloaded pest v2.8.6
4082026-06-22T19:18:21.506Z Downloaded memchr v2.8.0
4092026-06-22T19:18:21.521Z Downloaded idna v1.1.0
4102026-06-22T19:18:21.528Z Downloaded hashbrown v0.17.0
4112026-06-22T19:18:21.541Z Downloaded goblin v0.8.2
4122026-06-22T19:18:21.545Z Downloaded clap_builder v4.6.0
4132026-06-22T19:18:21.557Z Downloaded tabled v0.15.0
4142026-06-22T19:18:21.572Z Downloaded syn v2.0.117
4152026-06-22T19:18:21.576Z Downloaded syn v1.0.109
4162026-06-22T19:18:21.644Z Downloaded rustix v1.1.3
4172026-06-22T19:18:21.649Z Downloaded libc v0.2.185
4182026-06-22T19:18:21.693Z Compiling proc-macro2 v1.0.106
4192026-06-22T19:18:21.696Z Compiling unicode-ident v1.0.24
4202026-06-22T19:18:21.696Z Compiling quote v1.0.45
4212026-06-22T19:18:21.696Z Compiling serde_core v1.0.228
4222026-06-22T19:18:21.696Z Compiling libc v0.2.185
4232026-06-22T19:18:21.696Z Compiling version_check v0.9.5
4242026-06-22T19:18:21.696Z Compiling memchr v2.8.0
4252026-06-22T19:18:21.696Z Compiling serde v1.0.228
4262026-06-22T19:18:22.005Z Compiling stable_deref_trait v1.2.1
4272026-06-22T19:18:22.077Z Compiling zmij v1.0.21
4282026-06-22T19:18:22.189Z Compiling itoa v1.0.17
4292026-06-22T19:18:22.263Z Compiling ucd-trie v0.1.7
4302026-06-22T19:18:22.300Z Compiling autocfg v1.5.0
4312026-06-22T19:18:22.571Z Compiling thiserror v1.0.69
4322026-06-22T19:18:22.578Z Compiling pest v2.8.6
4332026-06-22T19:18:22.699Z Compiling litemap v0.8.1
4342026-06-22T19:18:22.715Z Compiling writeable v0.6.2
4352026-06-22T19:18:22.778Z Compiling icu_properties_data v2.1.2
4362026-06-22T19:18:22.899Z Compiling byteorder v1.5.0
4372026-06-22T19:18:22.931Z Compiling rustix v1.1.3
4382026-06-22T19:18:23.049Z Compiling icu_normalizer_data v2.1.1
4392026-06-22T19:18:23.230Z Compiling syn v2.0.117
4402026-06-22T19:18:23.277Z Compiling errno v0.3.14
4412026-06-22T19:18:23.292Z Compiling bitflags v2.11.0
4422026-06-22T19:18:23.442Z Compiling serde_json v1.0.149
4432026-06-22T19:18:23.554Z Compiling num-traits v0.2.19
4442026-06-22T19:18:23.628Z Compiling pest_meta v2.8.6
4452026-06-22T19:18:23.664Z Compiling equivalent v1.0.2
4462026-06-22T19:18:23.734Z Compiling typeid v1.0.3
4472026-06-22T19:18:23.754Z Compiling smallvec v1.15.1
4482026-06-22T19:18:23.825Z Compiling hashbrown v0.17.0
4492026-06-22T19:18:24.174Z Compiling thread-id v4.2.2
4502026-06-22T19:18:24.192Z Compiling proc-macro-error-attr v1.0.4
4512026-06-22T19:18:24.211Z Compiling usdt-impl v0.5.0
4522026-06-22T19:18:24.257Z Compiling syn v1.0.109
4532026-06-22T19:18:24.383Z Compiling indexmap v2.14.0
4542026-06-22T19:18:24.391Z Compiling toml_write v0.1.2
4552026-06-22T19:18:24.417Z Compiling winnow v0.7.14
4562026-06-22T19:18:24.573Z Compiling erased-serde v0.4.9
4572026-06-22T19:18:24.979Z Compiling proc-macro-error v1.0.4
4582026-06-22T19:18:25.007Z Compiling thiserror v2.0.18
4592026-06-22T19:18:25.164Z Compiling camino v1.2.2
4602026-06-22T19:18:25.256Z Compiling percent-encoding v2.3.2
4612026-06-22T19:18:25.303Z Compiling getrandom v0.4.1
4622026-06-22T19:18:25.337Z Compiling log v0.4.29
4632026-06-22T19:18:25.450Z Compiling utf8_iter v1.0.4
4642026-06-22T19:18:25.482Z Compiling utf8parse v0.2.2
4652026-06-22T19:18:25.521Z Compiling plain v0.2.3
4662026-06-22T19:18:25.568Z Compiling anstyle-parse v1.0.0
4672026-06-22T19:18:25.596Z Compiling form_urlencoded v1.2.2
4682026-06-22T19:18:25.662Z Compiling ordered-float v2.10.1
4692026-06-22T19:18:25.774Z Compiling synstructure v0.13.2
4702026-06-22T19:18:25.792Z Compiling pest_generator v2.8.6
4712026-06-22T19:18:25.890Z Compiling terminal_size v0.4.3
4722026-06-22T19:18:26.030Z Compiling pretty-hex v0.4.1
4732026-06-22T19:18:26.132Z Compiling is_terminal_polyfill v1.70.2
4742026-06-22T19:18:26.147Z Compiling anstyle-query v1.1.5
4752026-06-22T19:18:26.168Z Compiling cfg-if v1.0.4
4762026-06-22T19:18:26.190Z Compiling anstyle v1.0.14
4772026-06-22T19:18:26.224Z Compiling colorchoice v1.0.4
4782026-06-22T19:18:26.341Z Compiling serde-untagged v0.1.9
4792026-06-22T19:18:26.359Z Compiling anstream v1.0.0
4802026-06-22T19:18:26.422Z Compiling semver v1.0.28
4812026-06-22T19:18:26.491Z Compiling fs-err v3.3.0
4822026-06-22T19:18:26.591Z Compiling clap_lex v1.0.0
4832026-06-22T19:18:26.661Z Compiling heck v0.4.1
4842026-06-22T19:18:26.679Z Compiling anyhow v1.0.102
4852026-06-22T19:18:26.748Z Compiling fastrand v2.3.0
4862026-06-22T19:18:26.763Z Compiling bytecount v0.6.9
4872026-06-22T19:18:26.824Z Compiling strsim v0.11.1
4882026-06-22T19:18:26.882Z Compiling fnv v1.0.7
4892026-06-22T19:18:26.897Z Compiling once_cell v1.21.3
4902026-06-22T19:18:26.999Z Compiling heck v0.5.0
4912026-06-22T19:18:27.011Z Compiling unicode-xid v0.2.6
4922026-06-22T19:18:27.105Z Compiling unicode-width v0.1.14
4932026-06-22T19:18:27.136Z Compiling tempfile v3.25.0
4942026-06-22T19:18:27.176Z Compiling clap_builder v4.6.0
4952026-06-22T19:18:27.408Z Compiling papergrid v0.11.0
4962026-06-22T19:18:27.422Z Compiling memmap v0.7.0
4972026-06-22T19:18:27.478Z Compiling serde_derive v1.0.228
4982026-06-22T19:18:27.504Z Compiling zerofrom-derive v0.1.6
4992026-06-22T19:18:27.589Z Compiling yoke-derive v0.8.1
5002026-06-22T19:18:27.604Z Compiling zerovec-derive v0.11.2
5012026-06-22T19:18:27.885Z Compiling displaydoc v0.2.5
5022026-06-22T19:18:28.627Z Compiling thiserror-impl v1.0.69
5032026-06-22T19:18:28.712Z Compiling zerocopy-derive v0.7.35
5042026-06-22T19:18:28.745Z Compiling pest_derive v2.8.6
5052026-06-22T19:18:28.852Z Compiling scroll_derive v0.12.1
5062026-06-22T19:18:28.885Z Compiling zerofrom v0.1.6
5072026-06-22T19:18:29.012Z Compiling yoke v0.8.1
5082026-06-22T19:18:29.166Z Compiling thiserror-impl v2.0.18
5092026-06-22T19:18:29.204Z Compiling zerovec v0.11.5
5102026-06-22T19:18:29.505Z Compiling zerotrie v0.2.3
5112026-06-22T19:18:29.589Z Compiling zerocopy v0.7.35
5122026-06-22T19:18:29.713Z Compiling tinystr v0.8.2
5132026-06-22T19:18:29.808Z Compiling potential_utf v0.1.4
5142026-06-22T19:18:29.922Z Compiling icu_locale_core v2.1.1
5152026-06-22T19:18:29.974Z Compiling icu_collections v2.1.1
5162026-06-22T19:18:29.989Z Compiling dtrace-parser v0.2.0
5172026-06-22T19:18:30.137Z Compiling scroll v0.12.0
5182026-06-22T19:18:30.263Z Compiling tabled_derive v0.7.0
5192026-06-22T19:18:30.406Z Compiling goblin v0.8.2
5202026-06-22T19:18:30.447Z Compiling clap_derive v4.6.1
5212026-06-22T19:18:30.612Z Compiling icu_provider v2.1.1
5222026-06-22T19:18:30.727Z Compiling unicode-linebreak v0.1.5
5232026-06-22T19:18:30.788Z Compiling smawk v0.3.2
5242026-06-22T19:18:30.906Z Compiling icu_normalizer v2.1.1
5252026-06-22T19:18:30.922Z Compiling icu_properties v2.1.2
5262026-06-22T19:18:30.936Z Compiling toml_datetime v0.6.11
5272026-06-22T19:18:30.936Z Compiling serde_spanned v0.6.9
5282026-06-22T19:18:30.973Z Compiling dof v0.3.0
5292026-06-22T19:18:31.082Z Compiling serde_tokenstream v0.2.3
5302026-06-22T19:18:31.171Z Compiling toml_edit v0.22.27
5312026-06-22T19:18:31.361Z Compiling serde-value v0.7.0
5322026-06-22T19:18:31.402Z Compiling cargo-platform v0.2.0
5332026-06-22T19:18:31.441Z Compiling unicode-width v0.2.0
5342026-06-22T19:18:31.674Z Compiling textwrap v0.16.2
5352026-06-22T19:18:31.714Z Compiling tabled v0.15.0
5362026-06-22T19:18:31.730Z Compiling macaddr v1.0.1
5372026-06-22T19:18:31.823Z Compiling idna_adapter v1.2.1
5382026-06-22T19:18:31.954Z Compiling idna v1.1.0
5392026-06-22T19:18:31.968Z Compiling usdt-attr-macro v0.5.0
5402026-06-22T19:18:32.002Z Compiling usdt-macro v0.5.0
5412026-06-22T19:18:32.215Z Compiling clap v4.6.1
5422026-06-22T19:18:32.357Z Compiling url v2.5.8
5432026-06-22T19:18:32.528Z Compiling camino-tempfile v1.4.1
5442026-06-22T19:18:32.664Z Compiling toml v0.8.23
5452026-06-22T19:18:32.773Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5462026-06-22T19:18:32.983Z Compiling swrite v0.1.0
5472026-06-22T19:18:33.083Z Compiling cargo-util-schemas v0.8.2
5482026-06-22T19:18:33.142Z Compiling cargo_toml v0.21.0
5492026-06-22T19:18:33.387Z Compiling usdt v0.5.0
5502026-06-22T19:18:34.015Z Compiling cargo_metadata v0.21.0
5512026-06-22T19:18:34.938Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-22T19:18:36.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.74s
5532026-06-22T19:18:37.214Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5542026-06-22T19:18:37.717Z Downloading crates ...
5552026-06-22T19:18:37.813Z Downloaded adler2 v2.0.1
5562026-06-22T19:18:37.827Z Downloaded bit-set v0.8.0
5572026-06-22T19:18:37.831Z Downloaded cstr-argument v0.1.2
5582026-06-22T19:18:37.834Z Downloaded async-bb8-diesel v0.2.1
5592026-06-22T19:18:37.837Z Downloaded async-stream v0.3.6
5602026-06-22T19:18:37.837Z Downloaded csv-core v0.1.13
5612026-06-22T19:18:37.851Z Downloaded crc-any v2.5.0
5622026-06-22T19:18:37.851Z Downloaded convert_case v0.4.0
5632026-06-22T19:18:37.854Z Downloaded arrayvec v0.7.6
5642026-06-22T19:18:37.854Z Downloaded cbc v0.1.2
5652026-06-22T19:18:37.854Z Downloaded backon v1.6.0
5662026-06-22T19:18:37.854Z Downloaded ar_archive_writer v0.5.1
5672026-06-22T19:18:37.854Z Downloaded colored v2.2.0
5682026-06-22T19:18:37.854Z Downloaded fixedbitset v0.5.7
5692026-06-22T19:18:37.854Z Downloaded bcs v0.1.6
5702026-06-22T19:18:37.865Z Downloaded dirs-next v2.0.0
5712026-06-22T19:18:37.870Z Downloaded allocator-api2 v0.2.21
5722026-06-22T19:18:37.873Z Downloaded diff v0.1.13
5732026-06-22T19:18:37.877Z Downloaded dirs-sys-next v0.1.2
5742026-06-22T19:18:37.880Z Downloaded aws-lc-rs v1.16.3
5752026-06-22T19:18:37.886Z Downloaded fd-lock v4.0.4
5762026-06-22T19:18:37.889Z Downloaded blake3 v1.8.3
5772026-06-22T19:18:37.892Z Downloaded async-recursion v1.1.1
5782026-06-22T19:18:37.895Z Downloaded drift v0.2.0
5792026-06-22T19:18:37.900Z Downloaded flume v0.11.1
5802026-06-22T19:18:37.904Z Downloaded crunchy v0.2.4
5812026-06-22T19:18:37.904Z Downloaded crc8 v0.1.1
5822026-06-22T19:18:37.907Z Downloaded flagset v0.4.7
5832026-06-22T19:18:37.907Z Downloaded downcast-rs v2.0.2
5842026-06-22T19:18:37.907Z Downloaded castaway v0.2.4
5852026-06-22T19:18:37.910Z Downloaded cargo-platform v0.3.2
5862026-06-22T19:18:37.910Z Downloaded assert_matches v1.5.0
5872026-06-22T19:18:37.910Z Downloaded arrayref v0.3.9
5882026-06-22T19:18:37.910Z Downloaded array-init v0.0.4
5892026-06-22T19:18:37.913Z Downloaded embedded-io v0.4.0
5902026-06-22T19:18:37.914Z Downloaded dunce v1.0.5
5912026-06-22T19:18:37.914Z Downloaded cpufeatures v0.3.0
5922026-06-22T19:18:37.914Z Downloaded cfg_aliases v0.2.1
5932026-06-22T19:18:37.917Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-22T19:18:37.917Z Downloaded async-stream-impl v0.3.6
5952026-06-22T19:18:37.917Z Downloaded dyn-clone v1.0.20
5962026-06-22T19:18:37.917Z Downloaded elliptic-curve v0.13.8
5972026-06-22T19:18:37.921Z Downloaded ciborium-io v0.2.2
5982026-06-22T19:18:37.926Z Downloaded float-ord v0.3.2
5992026-06-22T19:18:37.926Z Downloaded darling_macro v0.13.4
6002026-06-22T19:18:37.926Z Downloaded foreign-types-shared v0.1.1
6012026-06-22T19:18:37.926Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-06-22T19:18:37.929Z Downloaded derive_builder_macro v0.20.2
6032026-06-22T19:18:37.929Z Downloaded crc-catalog v2.4.0
6042026-06-22T19:18:37.929Z Downloaded ascii-canvas v3.0.0
6052026-06-22T19:18:37.929Z Downloaded aead v0.5.2
6062026-06-22T19:18:37.929Z Downloaded ciborium-ll v0.2.2
6072026-06-22T19:18:37.929Z Downloaded anstream v0.6.21
6082026-06-22T19:18:37.933Z Downloaded dtrace-parser v0.3.0
6092026-06-22T19:18:37.933Z Downloaded compression-codecs v0.4.37
6102026-06-22T19:18:37.936Z Downloaded dropshot-api-manager-types v0.7.2
6112026-06-22T19:18:37.936Z Downloaded env_filter v1.0.0
6122026-06-22T19:18:37.940Z Downloaded compression-core v0.4.31
6132026-06-22T19:18:37.940Z Downloaded bitfield-macros v0.19.4
6142026-06-22T19:18:37.940Z Downloaded display-error-chain v0.2.2
6152026-06-22T19:18:37.945Z Downloaded bb8 v0.8.6
6162026-06-22T19:18:37.950Z Downloaded cfg_aliases v0.1.1
6172026-06-22T19:18:37.954Z Downloaded der_derive v0.7.3
6182026-06-22T19:18:37.954Z Downloaded find-msvc-tools v0.1.9
6192026-06-22T19:18:37.958Z Downloaded derive_builder_core v0.20.2
6202026-06-22T19:18:37.958Z Downloaded erased-serde v0.3.31
6212026-06-22T19:18:37.958Z Downloaded defmt-parser v1.0.0
6222026-06-22T19:18:37.958Z Downloaded darling_macro v0.20.11
6232026-06-22T19:18:37.965Z Downloaded atomic-waker v1.1.2
6242026-06-22T19:18:37.965Z Downloaded difflib v0.4.0
6252026-06-22T19:18:37.966Z Downloaded defmt v0.3.100
6262026-06-22T19:18:37.966Z Downloaded base16ct v0.2.0
6272026-06-22T19:18:37.966Z Downloaded atomicwrites v0.4.4
6282026-06-22T19:18:37.969Z Downloaded foreign-types v0.3.2
6292026-06-22T19:18:37.969Z Downloaded float-cmp v0.10.0
6302026-06-22T19:18:37.969Z Downloaded document-features v0.2.12
6312026-06-22T19:18:37.972Z Downloaded block-padding v0.3.3
6322026-06-22T19:18:37.972Z Downloaded bit-set v0.5.3
6332026-06-22T19:18:37.975Z Downloaded embedded-io v0.6.1
6342026-06-22T19:18:37.975Z Downloaded foreign-types-macros v0.2.3
6352026-06-22T19:18:37.975Z Downloaded dsl_auto_type v0.2.0
6362026-06-22T19:18:37.978Z Downloaded darling_macro v0.23.0
6372026-06-22T19:18:37.978Z Downloaded endian-type v0.1.2
6382026-06-22T19:18:37.978Z Downloaded debug-ignore v1.0.5
6392026-06-22T19:18:37.978Z Downloaded bcrypt-pbkdf v0.10.0
6402026-06-22T19:18:37.982Z Downloaded cobs v0.3.0
6412026-06-22T19:18:37.982Z Downloaded futures-core v0.3.32
6422026-06-22T19:18:37.982Z Downloaded fxhash v0.2.1
6432026-06-22T19:18:37.982Z Downloaded byte-wrapper v0.1.0
6442026-06-22T19:18:37.986Z Downloaded futures-io v0.3.32
6452026-06-22T19:18:37.986Z Downloaded anstyle-parse v0.2.7
6462026-06-22T19:18:37.986Z Downloaded atty v0.2.14
6472026-06-22T19:18:37.989Z Downloaded argon2 v0.5.3
6482026-06-22T19:18:37.990Z Downloaded gethostname v0.5.0
6492026-06-22T19:18:37.990Z Downloaded fixedbitset v0.4.2
6502026-06-22T19:18:37.990Z Downloaded buf-list v1.1.2
6512026-06-22T19:18:37.993Z Downloaded cargo_metadata v0.23.1
6522026-06-22T19:18:37.993Z Downloaded darling_macro v0.21.3
6532026-06-22T19:18:37.993Z Downloaded curve25519-dalek-derive v0.1.1
6542026-06-22T19:18:37.996Z Downloaded ed25519 v2.2.3
6552026-06-22T19:18:38.000Z Downloaded base64ct v1.8.3
6562026-06-22T19:18:38.004Z Downloaded daft-derive v0.1.7
6572026-06-22T19:18:38.010Z Downloaded cookie_store v0.22.1
6582026-06-22T19:18:38.013Z Downloaded futures-task v0.3.32
6592026-06-22T19:18:38.013Z Downloaded funty v2.0.0
6602026-06-22T19:18:38.013Z Downloaded foreign-types v0.5.0
6612026-06-22T19:18:38.013Z Downloaded ena v0.14.4
6622026-06-22T19:18:38.013Z Downloaded daft v0.1.7
6632026-06-22T19:18:38.017Z Downloaded git-stub v1.0.0
6642026-06-22T19:18:38.017Z Downloaded futures-macro v0.3.32
6652026-06-22T19:18:38.017Z Downloaded foldhash v0.2.0
6662026-06-22T19:18:38.017Z Downloaded data-encoding v2.10.0
6672026-06-22T19:18:38.017Z Downloaded ctr v0.9.2
6682026-06-22T19:18:38.020Z Downloaded critical-section v1.2.0
6692026-06-22T19:18:38.020Z Downloaded globwalk v0.9.1
6702026-06-22T19:18:38.020Z Downloaded futures-sink v0.3.32
6712026-06-22T19:18:38.023Z Downloaded ghash v0.5.1
6722026-06-22T19:18:38.023Z Downloaded blowfish v0.9.1
6732026-06-22T19:18:38.023Z Downloaded cassowary v0.3.0
6742026-06-22T19:18:38.028Z Downloaded bit-vec v0.6.3
6752026-06-22T19:18:38.028Z Downloaded cmake v0.1.57
6762026-06-22T19:18:38.031Z Downloaded bitflags v1.3.2
6772026-06-22T19:18:38.032Z Downloaded hash32 v0.3.1
6782026-06-22T19:18:38.032Z Downloaded enum-as-inner v0.6.1
6792026-06-22T19:18:38.032Z Downloaded defmt v1.0.1
6802026-06-22T19:18:38.035Z Downloaded convert_case v0.10.0
6812026-06-22T19:18:38.035Z Downloaded crc v3.4.0
6822026-06-22T19:18:38.038Z Downloaded async-trait v0.1.89
6832026-06-22T19:18:38.038Z Downloaded fs_extra v1.3.0
6842026-06-22T19:18:38.042Z Downloaded camino-tempfile-ext v0.3.3
6852026-06-22T19:18:38.042Z Downloaded diesel-dtrace v0.5.0
6862026-06-22T19:18:38.045Z Downloaded darling v0.13.4
6872026-06-22T19:18:38.045Z Downloaded headers-core v0.3.0
6882026-06-22T19:18:38.049Z Downloaded crossbeam-deque v0.8.6
6892026-06-22T19:18:38.049Z Downloaded cipher v0.4.4
6902026-06-22T19:18:38.049Z Downloaded home v0.5.12
6912026-06-22T19:18:38.049Z Downloaded hash32 v0.2.1
6922026-06-22T19:18:38.053Z Downloaded hex v0.4.3
6932026-06-22T19:18:38.053Z Downloaded bitfield-struct v0.6.2
6942026-06-22T19:18:38.056Z Downloaded derive_builder v0.20.2
6952026-06-22T19:18:38.056Z Downloaded env_logger v0.11.9
6962026-06-22T19:18:38.059Z Downloaded hex-literal v0.4.1
6972026-06-22T19:18:38.060Z Downloaded hostname v0.4.2
6982026-06-22T19:18:38.060Z Downloaded hostname v0.3.1
6992026-06-22T19:18:38.064Z Downloaded crossbeam-epoch v0.9.18
7002026-06-22T19:18:38.064Z Downloaded foldhash v0.1.5
7012026-06-22T19:18:38.068Z Downloaded ed25519-dalek v2.2.0
7022026-06-22T19:18:38.068Z Downloaded httpdate v1.0.3
7032026-06-22T19:18:38.068Z Downloaded http-range v0.1.5
7042026-06-22T19:18:38.068Z Downloaded futures-executor v0.3.32
7052026-06-22T19:18:38.071Z Downloaded filetime v0.2.27
7062026-06-22T19:18:38.071Z Downloaded dropshot_endpoint v0.17.0
7072026-06-22T19:18:38.074Z Downloaded darling v0.21.3
7082026-06-22T19:18:38.077Z Downloaded hubpack_derive v0.1.1
7092026-06-22T19:18:38.077Z Downloaded clang-sys v1.8.1
7102026-06-22T19:18:38.081Z Downloaded indoc v1.0.9
7112026-06-22T19:18:38.081Z Downloaded http-body v1.0.1
7122026-06-22T19:18:38.081Z Downloaded foreign-types-shared v0.3.1
7132026-06-22T19:18:38.081Z Downloaded cexpr v0.6.0
7142026-06-22T19:18:38.084Z Downloaded ident_case v1.0.1
7152026-06-22T19:18:38.084Z Downloaded ciborium v0.2.2
7162026-06-22T19:18:38.084Z Downloaded blake2 v0.10.6
7172026-06-22T19:18:38.087Z Downloaded glob v0.3.3
7182026-06-22T19:18:38.087Z Downloaded group v0.13.0
7192026-06-22T19:18:38.090Z Downloaded hubpack v0.1.2
7202026-06-22T19:18:38.090Z Downloaded globset v0.4.18
7212026-06-22T19:18:38.090Z Downloaded git-stub-vcs v0.1.0
7222026-06-22T19:18:38.094Z Downloaded indent_write v2.2.0
7232026-06-22T19:18:38.094Z Downloaded ecdsa v0.16.9
7242026-06-22T19:18:38.094Z Downloaded illumos-nvpair-sys v0.2.0
7252026-06-22T19:18:38.094Z Downloaded internet-checksum v0.2.1
7262026-06-22T19:18:38.097Z Downloaded crossbeam-utils v0.8.21
7272026-06-22T19:18:38.097Z Downloaded instability v0.3.11
7282026-06-22T19:18:38.097Z Downloaded darling v0.20.11
7292026-06-22T19:18:38.100Z Downloaded is_ci v1.2.0
7302026-06-22T19:18:38.100Z Downloaded inout v0.1.4
7312026-06-22T19:18:38.104Z Downloaded illumos-nvpair v0.3.0
7322026-06-22T19:18:38.104Z Downloaded des v0.8.1
7332026-06-22T19:18:38.104Z Downloaded constant_time_eq v0.4.2
7342026-06-22T19:18:38.107Z Downloaded ff v0.13.1
7352026-06-22T19:18:38.107Z Downloaded either v1.15.0
7362026-06-22T19:18:38.107Z Downloaded cookie v0.18.1
7372026-06-22T19:18:38.110Z Downloaded chacha20 v0.10.0
7382026-06-22T19:18:38.110Z Downloaded console v0.16.2
7392026-06-22T19:18:38.113Z Downloaded is-terminal v0.4.17
7402026-06-22T19:18:38.113Z Downloaded bzip2 v0.6.1
7412026-06-22T19:18:38.113Z Downloaded backoff v0.4.0
7422026-06-22T19:18:38.118Z Downloaded console v0.15.11
7432026-06-22T19:18:38.118Z Downloaded cancel-safe-futures v0.1.5
7442026-06-22T19:18:38.121Z Downloaded instant v0.1.13
7452026-06-22T19:18:38.122Z Downloaded highway v1.3.0
7462026-06-22T19:18:38.122Z Downloaded const_format_proc_macros v0.2.34
7472026-06-22T19:18:38.126Z Downloaded kstat-rs v0.2.4
7482026-06-22T19:18:38.126Z Downloaded derive-ex v0.1.8
7492026-06-22T19:18:38.126Z Downloaded darling_core v0.13.4
7502026-06-22T19:18:38.129Z Downloaded keccak v0.1.6
7512026-06-22T19:18:38.129Z Downloaded colored v3.1.1
7522026-06-22T19:18:38.133Z Downloaded bzip2 v0.4.4
7532026-06-22T19:18:38.133Z Downloaded lazy_static v1.5.0
7542026-06-22T19:18:38.133Z Downloaded ahash v0.8.12
7552026-06-22T19:18:38.139Z Downloaded dof v0.4.0
7562026-06-22T19:18:38.139Z Downloaded corncobs v0.1.4
7572026-06-22T19:18:38.142Z Downloaded lalrpop-util v0.19.12
7582026-06-22T19:18:38.142Z Downloaded const-oid v0.9.6
7592026-06-22T19:18:38.142Z Downloaded darling_core v0.23.0
7602026-06-22T19:18:38.142Z Downloaded crc32fast v1.5.0
7612026-06-22T19:18:38.146Z Downloaded hyper-staticfile v0.10.1
7622026-06-22T19:18:38.146Z Downloaded libscf-sys v1.1.0
7632026-06-22T19:18:38.146Z Downloaded lru-slab v0.1.2
7642026-06-22T19:18:38.146Z Downloaded http-body-util v0.1.3
7652026-06-22T19:18:38.149Z Downloaded compact_str v0.8.1
7662026-06-22T19:18:38.149Z Downloaded lru v0.12.5
7672026-06-22T19:18:38.152Z Downloaded darling v0.23.0
7682026-06-22T19:18:38.155Z Downloaded hyper-tls v0.6.0
7692026-06-22T19:18:38.155Z Downloaded futures-channel v0.3.32
7702026-06-22T19:18:38.155Z Downloaded fs-err v2.11.0
7712026-06-22T19:18:38.159Z Downloaded md-5 v0.10.6
7722026-06-22T19:18:38.159Z Downloaded maplit v1.0.2
7732026-06-22T19:18:38.159Z Downloaded ingot v0.1.1
7742026-06-22T19:18:38.159Z Downloaded lzss v0.8.2
7752026-06-22T19:18:38.162Z Downloaded mime v0.3.17
7762026-06-22T19:18:38.162Z Downloaded memoffset v0.9.1
7772026-06-22T19:18:38.162Z Downloaded managed v0.8.0
7782026-06-22T19:18:38.166Z Downloaded new_debug_unreachable v1.0.6
7792026-06-22T19:18:38.166Z Downloaded multimap v0.10.1
7802026-06-22T19:18:38.166Z Downloaded md5 v0.7.0
7812026-06-22T19:18:38.166Z Downloaded maybe-uninit v2.0.0
7822026-06-22T19:18:38.171Z Downloaded match_cfg v0.1.0
7832026-06-22T19:18:38.171Z Downloaded indoc v2.0.7
7842026-06-22T19:18:38.171Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-22T19:18:38.175Z Downloaded fatfs v0.3.6
7862026-06-22T19:18:38.175Z Downloaded derive-where v1.6.0
7872026-06-22T19:18:38.175Z Downloaded newline-converter v0.3.0
7882026-06-22T19:18:38.175Z Downloaded ingot-types v0.1.2
7892026-06-22T19:18:38.180Z Downloaded fallible-iterator v0.2.0
7902026-06-22T19:18:38.180Z Downloaded derive_more v0.99.20
7912026-06-22T19:18:38.180Z Downloaded getrandom v0.2.17
7922026-06-22T19:18:38.183Z Downloaded deranged v0.5.8
7932026-06-22T19:18:38.183Z Downloaded bitfield v0.19.4
7942026-06-22T19:18:38.183Z Downloaded newtype_derive v0.1.6
7952026-06-22T19:18:38.187Z Downloaded ipnetwork v0.21.1
7962026-06-22T19:18:38.187Z Downloaded defmt-macros v1.0.1
7972026-06-22T19:18:38.187Z Downloaded chacha20 v0.9.1
7982026-06-22T19:18:38.190Z Downloaded nibble_vec v0.1.0
7992026-06-22T19:18:38.190Z Downloaded ipnet v2.11.0
8002026-06-22T19:18:38.190Z Downloaded num-iter v0.1.45
8012026-06-22T19:18:38.193Z Downloaded num v0.4.3
8022026-06-22T19:18:38.193Z Downloaded nodrop v0.1.14
8032026-06-22T19:18:38.193Z Downloaded num-derive v0.4.2
8042026-06-22T19:18:38.196Z Downloaded nonempty v0.12.0
8052026-06-22T19:18:38.196Z Downloaded normalize-line-endings v0.3.0
8062026-06-22T19:18:38.196Z Downloaded bit-vec v0.8.0
8072026-06-22T19:18:38.200Z Downloaded hmac v0.12.1
8082026-06-22T19:18:38.203Z Downloaded arc-swap v1.8.2
8092026-06-22T19:18:38.207Z Downloaded jobserver v0.1.34
8102026-06-22T19:18:38.207Z Downloaded chacha20poly1305 v0.10.1
8112026-06-22T19:18:38.207Z Downloaded bytes v1.11.1
8122026-06-22T19:18:38.210Z Downloaded num-conv v0.2.0
8132026-06-22T19:18:38.210Z Downloaded num_threads v0.1.7
8142026-06-22T19:18:38.214Z Downloaded derive_more v2.1.1
8152026-06-22T19:18:38.218Z Downloaded opaque-debug v0.3.1
8162026-06-22T19:18:38.222Z Downloaded openssl-probe v0.1.6
8172026-06-22T19:18:38.222Z Downloaded openssl-macros v0.1.1
8182026-06-22T19:18:38.222Z Downloaded olpc-cjson v0.1.4
8192026-06-22T19:18:38.222Z Downloaded num_enum_derive v0.5.11
8202026-06-22T19:18:38.225Z Downloaded lock_api v0.4.14
8212026-06-22T19:18:38.225Z Downloaded linear-map v1.2.0
8222026-06-22T19:18:38.225Z Downloaded libsw-core v0.3.2
8232026-06-22T19:18:38.225Z Downloaded openssl-probe v0.2.1
8242026-06-22T19:18:38.230Z Downloaded impl-trait-for-tuples v0.2.3
8252026-06-22T19:18:38.230Z Downloaded iana-time-zone v0.1.65
8262026-06-22T19:18:38.235Z Downloaded half v1.8.3
8272026-06-22T19:18:38.236Z Downloaded futures v0.3.32
8282026-06-22T19:18:38.242Z Downloaded lru-cache v0.1.2
8292026-06-22T19:18:38.242Z Downloaded native-tls v0.2.18
8302026-06-22T19:18:38.242Z Downloaded nanorand v0.7.0
8312026-06-22T19:18:38.242Z Downloaded libsw v3.5.0
8322026-06-22T19:18:38.242Z Downloaded hyper-rustls v0.27.7
8332026-06-22T19:18:38.246Z Downloaded parse-display v0.10.0
8342026-06-22T19:18:38.246Z Downloaded pbkdf2 v0.12.2
8352026-06-22T19:18:38.246Z Downloaded pbkdf2 v0.11.0
8362026-06-22T19:18:38.246Z Downloaded parse-size v1.1.0
8372026-06-22T19:18:38.246Z Downloaded path-slash v0.1.5
8382026-06-22T19:18:38.246Z Downloaded ingot-macros v0.1.1
8392026-06-22T19:18:38.250Z Downloaded getrandom v0.3.4
8402026-06-22T19:18:38.250Z Downloaded darling_core v0.20.11
8412026-06-22T19:18:38.255Z Downloaded darling_core v0.21.3
8422026-06-22T19:18:38.255Z Downloaded newtype-uuid v1.3.2
8432026-06-22T19:18:38.255Z Downloaded oso-derive v0.27.3
8442026-06-22T19:18:38.255Z Downloaded mime_guess v2.0.5
8452026-06-22T19:18:38.259Z Downloaded half v2.7.1
8462026-06-22T19:18:38.259Z Downloaded humantime v2.3.0
8472026-06-22T19:18:38.264Z Downloaded httparse v1.10.1
8482026-06-22T19:18:38.264Z Downloaded nu-ansi-term v0.50.3
8492026-06-22T19:18:38.267Z Downloaded num-rational v0.4.2
8502026-06-22T19:18:38.268Z Downloaded flate2 v1.1.9
8512026-06-22T19:18:38.268Z Downloaded num-derive v0.3.3
8522026-06-22T19:18:38.272Z Downloaded crypto-bigint v0.5.5
8532026-06-22T19:18:38.275Z Downloaded num-integer v0.1.46
8542026-06-22T19:18:38.275Z Downloaded libloading v0.8.9
8552026-06-22T19:18:38.276Z Downloaded peg-runtime v0.8.5
8562026-06-22T19:18:38.276Z Downloaded num-complex v0.4.6
8572026-06-22T19:18:38.279Z Downloaded pin-utils v0.1.0
8582026-06-22T19:18:38.279Z Downloaded phf_shared v0.12.1
8592026-06-22T19:18:38.279Z Downloaded packed_struct_codegen v0.10.1
8602026-06-22T19:18:38.291Z Downloaded powerfmt v0.2.0
8612026-06-22T19:18:38.295Z Downloaded phf_shared v0.13.1
8622026-06-22T19:18:38.295Z Downloaded phf_shared v0.11.3
8632026-06-22T19:18:38.295Z Downloaded num_enum_derive v0.7.6
8642026-06-22T19:18:38.295Z Downloaded linked-hash-map v0.5.6
8652026-06-22T19:18:38.298Z Downloaded libefi-sys v0.1.0
8662026-06-22T19:18:38.298Z Downloaded num_enum v0.5.11
8672026-06-22T19:18:38.305Z Downloaded memmap2 v0.9.10
8682026-06-22T19:18:38.305Z Downloaded indexmap v1.9.3
8692026-06-22T19:18:38.305Z Downloaded expectorate v1.2.0
8702026-06-22T19:18:38.363Z Downloaded precomputed-hash v0.1.1
8712026-06-22T19:18:38.363Z Downloaded proc-macro-crate v1.3.1
8722026-06-22T19:18:38.364Z Downloaded predicates-tree v1.0.13
8732026-06-22T19:18:38.364Z Downloaded predicates-core v1.0.10
8742026-06-22T19:18:38.371Z Downloaded litrs v1.0.0
8752026-06-22T19:18:38.371Z Downloaded ignore v0.4.25
8762026-06-22T19:18:38.371Z Downloaded heapless v0.7.17
8772026-06-22T19:18:38.371Z Downloaded parking_lot_core v0.8.6
8782026-06-22T19:18:38.371Z Downloaded oxnet v0.1.6
8792026-06-22T19:18:38.371Z Downloaded oxide-tokio-rt v0.1.4
8802026-06-22T19:18:38.371Z Downloaded owo-colors v4.3.0
8812026-06-22T19:18:38.371Z Downloaded progenitor-client v0.14.0
8822026-06-22T19:18:38.371Z Downloaded parse-display-derive v0.10.0
8832026-06-22T19:18:38.371Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-06-22T19:18:38.371Z Downloaded cc v1.2.56
8852026-06-22T19:18:38.371Z Downloaded password-hash v0.5.0
8862026-06-22T19:18:38.371Z Downloaded derive_more-impl v2.1.1
8872026-06-22T19:18:38.371Z Downloaded crossbeam-channel v0.5.15
8882026-06-22T19:18:38.371Z Downloaded peg v0.8.5
8892026-06-22T19:18:38.371Z Downloaded progenitor-macro v0.13.0
8902026-06-22T19:18:38.371Z Downloaded pem v3.0.6
8912026-06-22T19:18:38.371Z Downloaded password-hash v0.4.2
8922026-06-22T19:18:38.371Z Downloaded radium v0.7.0
8932026-06-22T19:18:38.371Z Downloaded der v0.7.10
8942026-06-22T19:18:38.371Z Downloaded proc-macro-crate v3.4.0
8952026-06-22T19:18:38.371Z Downloaded headers v0.4.1
8962026-06-22T19:18:38.371Z Downloaded pin-project-lite v0.2.17
8972026-06-22T19:18:38.371Z Downloaded omicron-zone-package v0.12.2
8982026-06-22T19:18:38.371Z Downloaded quick-error v1.2.3
8992026-06-22T19:18:38.371Z Downloaded psl-types v2.0.11
9002026-06-22T19:18:38.371Z Downloaded progenitor-macro v0.14.0
9012026-06-22T19:18:38.371Z Downloaded rand_chacha v0.3.1
9022026-06-22T19:18:38.371Z Downloaded num_enum v0.7.6
9032026-06-22T19:18:38.371Z Downloaded rand_xorshift v0.4.0
9042026-06-22T19:18:38.371Z Downloaded pem-rfc7468 v0.7.0
9052026-06-22T19:18:38.371Z Downloaded const_format v0.2.35
9062026-06-22T19:18:38.372Z Downloaded phf v0.12.1
9072026-06-22T19:18:38.372Z Downloaded bumpalo v3.20.2
9082026-06-22T19:18:38.372Z Downloaded polyval v0.6.2
9092026-06-22T19:18:38.372Z Downloaded pin-project-internal v1.1.11
9102026-06-22T19:18:38.372Z Downloaded poly1305 v0.8.0
9112026-06-22T19:18:38.372Z Downloaded pkg-config v0.3.32
9122026-06-22T19:18:38.377Z Downloaded phf v0.13.1
9132026-06-22T19:18:38.377Z Downloaded async-compression v0.4.41
9142026-06-22T19:18:38.377Z Downloaded indicatif v0.18.4
9152026-06-22T19:18:38.377Z Downloaded parking_lot_core v0.9.12
9162026-06-22T19:18:38.384Z Downloaded base64 v0.21.7
9172026-06-22T19:18:38.384Z Downloaded packed_struct v0.10.1
9182026-06-22T19:18:38.384Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-22T19:18:38.388Z Downloaded ref-cast-impl v1.0.25
9202026-06-22T19:18:38.388Z Downloaded recursive v0.1.1
9212026-06-22T19:18:38.388Z Downloaded ppv-lite86 v0.2.21
9222026-06-22T19:18:38.388Z Downloaded ref-cast v1.0.25
9232026-06-22T19:18:38.388Z Downloaded multer v3.1.0
9242026-06-22T19:18:38.388Z Downloaded postgres-protocol v0.6.10
9252026-06-22T19:18:38.388Z Downloaded predicates v3.1.4
9262026-06-22T19:18:38.392Z Downloaded pkcs8 v0.10.2
9272026-06-22T19:18:38.392Z Downloaded hickory-resolver v0.24.4
9282026-06-22T19:18:38.395Z Downloaded parking_lot v0.12.5
9292026-06-22T19:18:38.396Z Downloaded parking_lot v0.11.2
9302026-06-22T19:18:38.399Z Downloaded proc-macro-error2 v2.0.1
9312026-06-22T19:18:38.403Z Downloaded rustc-hash v2.1.1
9322026-06-22T19:18:38.407Z Downloaded rfc6979 v0.4.0
9332026-06-22T19:18:38.407Z Downloaded russh-cryptovec v0.7.3
9342026-06-22T19:18:38.408Z Downloaded rtoolbox v0.0.3
9352026-06-22T19:18:38.408Z Downloaded base64 v0.22.1
9362026-06-22T19:18:38.411Z Downloaded libbz2-rs-sys v0.2.2
9372026-06-22T19:18:38.415Z Downloaded progenitor v0.14.0
9382026-06-22T19:18:38.415Z Downloaded heapless v0.8.0
9392026-06-22T19:18:38.419Z Downloaded hickory-resolver v0.25.2
9402026-06-22T19:18:38.419Z Downloaded psm v0.1.30
9412026-06-22T19:18:38.422Z Downloaded rustc_version v0.4.1
9422026-06-22T19:18:38.423Z Downloaded progenitor-extras v0.2.0
9432026-06-22T19:18:38.423Z Downloaded rustc_version v0.1.7
9442026-06-22T19:18:38.423Z Downloaded progenitor-client v0.13.0
9452026-06-22T19:18:38.427Z Downloaded peg-macros v0.8.5
9462026-06-22T19:18:38.427Z Downloaded diesel_derives v2.3.7
9472026-06-22T19:18:38.433Z Downloaded r2d2 v0.8.10
9482026-06-22T19:18:38.436Z Downloaded rand_core v0.10.0
9492026-06-22T19:18:38.436Z Downloaded rand_core v0.9.5
9502026-06-22T19:18:38.440Z Downloaded rand_seeder v0.4.0
9512026-06-22T19:18:38.443Z Downloaded paste v1.0.15
9522026-06-22T19:18:38.446Z Downloaded postgres-types v0.2.12
9532026-06-22T19:18:38.449Z Downloaded rand_chacha v0.9.0
9542026-06-22T19:18:38.453Z Downloaded pkcs5 v0.7.1
9552026-06-22T19:18:38.456Z Downloaded miniz_oxide v0.8.9
9562026-06-22T19:18:38.456Z Downloaded salsa20 v0.10.2
9572026-06-22T19:18:38.459Z Downloaded primeorder v0.13.6
9582026-06-22T19:18:38.459Z Downloaded scheduled-thread-pool v0.2.7
9592026-06-22T19:18:38.462Z Downloaded sapling-renderdag v0.1.0
9602026-06-22T19:18:38.462Z Downloaded same-file v1.0.6
9612026-06-22T19:18:38.466Z Downloaded postcard v1.1.3
9622026-06-22T19:18:38.469Z Downloaded scopeguard v1.2.0
9632026-06-22T19:18:38.472Z Downloaded papergrid v0.17.0
9642026-06-22T19:18:38.479Z Downloaded serde-big-array v0.5.1
9652026-06-22T19:18:38.483Z Downloaded secrecy v0.8.0
9662026-06-22T19:18:38.484Z Downloaded scroll_derive v0.13.1
9672026-06-22T19:18:38.487Z Downloaded scrypt v0.11.0
9682026-06-22T19:18:38.487Z Downloaded semver v0.1.20
9692026-06-22T19:18:38.491Z Downloaded secrecy v0.10.3
9702026-06-22T19:18:38.491Z Downloaded serde_spanned v1.0.4
9712026-06-22T19:18:38.491Z Downloaded http v1.4.0
9722026-06-22T19:18:38.494Z Downloaded jiff-static v0.2.21
9732026-06-22T19:18:38.494Z Downloaded quinn-udp v0.5.14
9742026-06-22T19:18:38.497Z Downloaded crossterm v0.28.1
9752026-06-22T19:18:38.501Z Downloaded serde_bytes v0.11.19
9762026-06-22T19:18:38.501Z Downloaded seq-macro v0.3.6
9772026-06-22T19:18:38.501Z Downloaded resolv-conf v0.7.6
9782026-06-22T19:18:38.504Z Downloaded serde_urlencoded v0.7.1
9792026-06-22T19:18:38.504Z Downloaded serde_repr v0.1.20
9802026-06-22T19:18:38.507Z Downloaded serde_plain v1.0.2
9812026-06-22T19:18:38.507Z Downloaded dropshot-api-manager v0.7.2
9822026-06-22T19:18:38.511Z Downloaded pin-project v1.1.11
9832026-06-22T19:18:38.516Z Downloaded oso v0.27.3
9842026-06-22T19:18:38.521Z Downloaded sha1 v0.10.6
9852026-06-22T19:18:38.524Z Downloaded shell-words v1.1.1
9862026-06-22T19:18:38.524Z Downloaded rustls-pemfile v1.0.4
9872026-06-22T19:18:38.524Z Downloaded sigpipe v0.1.3
9882026-06-22T19:18:38.524Z Downloaded signature v2.2.0
9892026-06-22T19:18:38.527Z Downloaded signal-hook-tokio v0.3.1
9902026-06-22T19:18:38.530Z Downloaded rand_core v0.6.4
9912026-06-22T19:18:38.530Z Downloaded pkcs1 v0.7.5
9922026-06-22T19:18:38.533Z Downloaded openssl-sys v0.9.115
9932026-06-22T19:18:38.537Z Downloaded hashbrown v0.12.3
9942026-06-22T19:18:38.540Z Downloaded rusty-fork v0.3.1
9952026-06-22T19:18:38.543Z Downloaded rustversion v1.0.22
9962026-06-22T19:18:38.546Z Downloaded scroll v0.13.0
9972026-06-22T19:18:38.549Z Downloaded siphasher v1.0.2
9982026-06-22T19:18:38.554Z Downloaded prefix-trie v0.7.0
9992026-06-22T19:18:38.558Z Downloaded p256 v0.13.2
10002026-06-22T19:18:38.558Z Downloaded progenitor v0.13.0
10012026-06-22T19:18:38.561Z Downloaded sec1 v0.7.3
10022026-06-22T19:18:38.561Z Downloaded schemars_derive v0.8.22
10032026-06-22T19:18:38.565Z Downloaded slog-envlogger v2.2.0
10042026-06-22T19:18:38.576Z Downloaded aes v0.8.4
10052026-06-22T19:18:38.581Z Downloaded ssh-cipher v0.2.0
10062026-06-22T19:18:38.585Z Downloaded serde_derive_internals v0.29.1
10072026-06-22T19:18:38.585Z Downloaded serde-hex v0.1.0
10082026-06-22T19:18:38.585Z Downloaded russh-keys v0.45.0
10092026-06-22T19:18:38.588Z Downloaded sqlparser_derive v0.5.0
10102026-06-22T19:18:38.592Z Downloaded rustls-native-certs v0.8.3
10112026-06-22T19:18:38.592Z Downloaded serde_path_to_error v0.1.20
10122026-06-22T19:18:38.599Z Downloaded rustls-pemfile v2.2.0
10132026-06-22T19:18:38.602Z Downloaded signal-hook-mio v0.2.5
10142026-06-22T19:18:38.602Z Downloaded shlex v1.3.0
10152026-06-22T19:18:38.605Z Downloaded strsim v0.10.0
10162026-06-22T19:18:38.606Z Downloaded serde_with_macros v1.5.2
10172026-06-22T19:18:38.606Z Downloaded ssh-encoding v0.2.0
10182026-06-22T19:18:38.609Z Downloaded signal-hook-registry v1.4.8
10192026-06-22T19:18:38.609Z Downloaded rustls-pki-types v1.14.0
10202026-06-22T19:18:38.612Z Downloaded minimal-lexical v0.2.1
10212026-06-22T19:18:38.615Z Downloaded strip-ansi-escapes v0.2.1
10222026-06-22T19:18:38.619Z Downloaded prettyplease v0.2.37
10232026-06-22T19:18:38.625Z Downloaded slab v0.4.12
10242026-06-22T19:18:38.628Z Downloaded simd-adler32 v0.3.8
10252026-06-22T19:18:38.628Z Downloaded structmeta-derive v0.3.0
10262026-06-22T19:18:38.628Z Downloaded sync-ptr v0.1.4
10272026-06-22T19:18:38.631Z Downloaded subtle v2.6.1
10282026-06-22T19:18:38.631Z Downloaded supports-color v3.0.2
10292026-06-22T19:18:38.631Z Downloaded strum v0.27.2
10302026-06-22T19:18:38.631Z Downloaded structmeta v0.3.0
10312026-06-22T19:18:38.635Z Downloaded smallvec v0.6.14
10322026-06-22T19:18:38.635Z Downloaded slog-async v2.8.0
10332026-06-22T19:18:38.640Z Downloaded crossterm v0.29.0
10342026-06-22T19:18:38.643Z Downloaded slog-dtrace v0.3.0
10352026-06-22T19:18:38.643Z Downloaded pretty_assertions v1.4.1
10362026-06-22T19:18:38.643Z Downloaded smf v0.2.3
10372026-06-22T19:18:38.643Z Downloaded slog-stdlog v4.1.1
10382026-06-22T19:18:38.643Z Downloaded slog-scope v4.4.1
10392026-06-22T19:18:38.646Z Downloaded tabwriter v1.4.1
10402026-06-22T19:18:38.646Z Downloaded tap v1.0.1
10412026-06-22T19:18:38.646Z Downloaded serde_cbor v0.11.2
10422026-06-22T19:18:38.650Z Downloaded hashbrown v0.13.2
10432026-06-22T19:18:38.650Z Downloaded tabled_derive v0.11.0
10442026-06-22T19:18:38.653Z Downloaded sync_wrapper v1.0.2
10452026-06-22T19:18:38.653Z Downloaded sct v0.7.1
10462026-06-22T19:18:38.656Z Downloaded progenitor-impl v0.14.0
10472026-06-22T19:18:38.656Z Downloaded hickory-server v0.25.2
10482026-06-22T19:18:38.659Z Downloaded take_mut v0.2.2
10492026-06-22T19:18:38.659Z Downloaded slog-json v2.6.1
10502026-06-22T19:18:38.659Z Downloaded slog-bunyan v2.5.0
10512026-06-22T19:18:38.664Z Downloaded tagptr v0.2.0
10522026-06-22T19:18:38.667Z Downloaded thread-id v5.1.0
10532026-06-22T19:18:38.667Z Downloaded testing_table v0.3.0
10542026-06-22T19:18:38.668Z Downloaded sqlformat v0.3.5
10552026-06-22T19:18:38.671Z Downloaded spki v0.7.3
10562026-06-22T19:18:38.674Z Downloaded aes-gcm v0.10.3
10572026-06-22T19:18:38.677Z Downloaded static_assertions v1.1.0
10582026-06-22T19:18:38.677Z Downloaded serde_with_macros v3.17.0
10592026-06-22T19:18:38.680Z Downloaded stacker v0.1.23
10602026-06-22T19:18:38.685Z Downloaded time-core v0.1.8
10612026-06-22T19:18:38.685Z Downloaded aho-corasick v1.1.4
10622026-06-22T19:18:38.690Z Downloaded thiserror-impl-no-std v2.0.2
10632026-06-22T19:18:38.693Z Downloaded rcgen v0.12.1
10642026-06-22T19:18:38.693Z Downloaded strum_macros v0.24.3
10652026-06-22T19:18:38.696Z Downloaded stringprep v0.1.5
10662026-06-22T19:18:38.696Z Downloaded rustls-platform-verifier v0.6.2
10672026-06-22T19:18:38.700Z Downloaded mio v1.2.0
10682026-06-22T19:18:38.703Z Downloaded support-bundle-viewer v0.1.2
10692026-06-22T19:18:38.703Z Downloaded strum_macros v0.27.2
10702026-06-22T19:18:38.707Z Downloaded hyper-util v0.1.20
10712026-06-22T19:18:38.712Z Downloaded strum_macros v0.26.4
10722026-06-22T19:18:38.712Z Downloaded tinyvec_macros v0.1.1
10732026-06-22T19:18:38.712Z Downloaded strum v0.26.3
10742026-06-22T19:18:38.712Z Downloaded ryu v1.0.23
10752026-06-22T19:18:38.715Z Downloaded slog-term v2.9.2
10762026-06-22T19:18:38.715Z Downloaded tokio-macros v2.7.0
10772026-06-22T19:18:38.715Z Downloaded ron v0.8.1
10782026-06-22T19:18:38.718Z Downloaded progenitor-impl v0.13.0
10792026-06-22T19:18:38.722Z Downloaded hashbrown v0.16.1
10802026-06-22T19:18:38.725Z Downloaded nom v7.1.3
10812026-06-22T19:18:38.725Z Downloaded publicsuffix v2.3.0
10822026-06-22T19:18:38.728Z Downloaded itertools v0.10.5
10832026-06-22T19:18:38.732Z Downloaded termtree v0.5.1
10842026-06-22T19:18:38.732Z Downloaded spin v0.9.8
10852026-06-22T19:18:38.737Z Downloaded termios v0.3.3
10862026-06-22T19:18:38.740Z Downloaded snafu-derive v0.8.9
10872026-06-22T19:18:38.741Z Downloaded num-bigint v0.4.6
10882026-06-22T19:18:38.745Z Downloaded tower-service v0.3.3
10892026-06-22T19:18:38.748Z Downloaded quinn v0.11.9
10902026-06-22T19:18:38.748Z Downloaded thread_local v1.1.9
10912026-06-22T19:18:38.751Z Downloaded rand v0.8.6
10922026-06-22T19:18:38.757Z Downloaded rayon-core v1.13.0
10932026-06-22T19:18:38.760Z Downloaded topological-sort v0.2.2
10942026-06-22T19:18:38.760Z Downloaded try-lock v0.2.5
10952026-06-22T19:18:38.764Z Downloaded tower-layer v0.3.3
10962026-06-22T19:18:38.764Z Downloaded tiny-keccak v2.0.2
10972026-06-22T19:18:38.764Z Downloaded time-macros v0.2.27
10982026-06-22T19:18:38.768Z Downloaded thiserror-no-std v2.0.2
10992026-06-22T19:18:38.768Z Downloaded typify-macro v0.6.2
11002026-06-22T19:18:38.768Z Downloaded string_cache v0.8.9
11012026-06-22T19:18:38.771Z Downloaded libxml v0.3.3
11022026-06-22T19:18:38.771Z Downloaded signal-hook v0.3.18
11032026-06-22T19:18:38.775Z Downloaded unarray v0.1.4
11042026-06-22T19:18:38.781Z Downloaded trait-variant v0.1.2
11052026-06-22T19:18:38.785Z Downloaded schemars v0.8.22
11062026-06-22T19:18:38.790Z Downloaded tokio-dtrace v0.1.1
11072026-06-22T19:18:38.793Z Downloaded iri-string v0.7.10
11082026-06-22T19:18:38.796Z Downloaded universal-hash v0.5.1
11092026-06-22T19:18:38.796Z Downloaded unit-prefix v0.5.2
11102026-06-22T19:18:38.796Z Downloaded tokio-rustls v0.25.0
11112026-06-22T19:18:38.801Z Downloaded tokio-native-tls v0.3.1
11122026-06-22T19:18:38.801Z Downloaded slog v2.8.2
11132026-06-22T19:18:38.804Z Downloaded untrusted v0.9.0
11142026-06-22T19:18:38.804Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-06-22T19:18:38.804Z Downloaded untrusted v0.7.1
11162026-06-22T19:18:38.805Z Downloaded usdt v0.6.0
11172026-06-22T19:18:38.805Z Downloaded unicode-truncate v1.1.0
11182026-06-22T19:18:38.808Z Downloaded rsa v0.9.10
11192026-06-22T19:18:38.811Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11202026-06-22T19:18:38.814Z Downloaded itertools v0.12.1
11212026-06-22T19:18:38.817Z Downloaded term v0.7.0
11222026-06-22T19:18:38.821Z Downloaded tokio-tungstenite v0.21.0
11232026-06-22T19:18:38.821Z Downloaded qorb v0.4.1
11242026-06-22T19:18:38.825Z Downloaded usdt-attr-macro v0.6.0
11252026-06-22T19:18:38.825Z Downloaded usdt-macro v0.6.0
11262026-06-22T19:18:38.825Z Downloaded socket2 v0.6.3
11272026-06-22T19:18:38.825Z Downloaded rand v0.9.2
11282026-06-22T19:18:38.829Z Downloaded tokio-tungstenite v0.23.1
11292026-06-22T19:18:38.832Z Downloaded want v0.3.1
11302026-06-22T19:18:38.836Z Downloaded waitgroup v0.1.2
11312026-06-22T19:18:38.836Z Downloaded term v1.2.1
11322026-06-22T19:18:38.836Z Downloaded hashbrown v0.15.5
11332026-06-22T19:18:38.840Z Downloaded h2 v0.4.13
11342026-06-22T19:18:38.845Z Downloaded serde_yaml v0.9.34+deprecated
11352026-06-22T19:18:38.848Z Downloaded samael v0.0.19
11362026-06-22T19:18:38.848Z Downloaded utf-8 v0.7.6
11372026-06-22T19:18:38.857Z Downloaded subprocess v0.2.15
11382026-06-22T19:18:38.857Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-06-22T19:18:38.857Z Downloaded schemars v1.2.1
11402026-06-22T19:18:38.862Z Downloaded tls_codec v0.4.2
11412026-06-22T19:18:38.863Z Downloaded socket2 v0.5.10
11422026-06-22T19:18:38.866Z Downloaded rustls-webpki v0.103.9
11432026-06-22T19:18:38.866Z Downloaded tui-tree-widget v0.23.1
11442026-06-22T19:18:38.866Z Downloaded nom v8.0.0
11452026-06-22T19:18:38.869Z Downloaded xattr v1.6.1
11462026-06-22T19:18:38.869Z Downloaded wait-timeout v0.2.1
11472026-06-22T19:18:38.869Z Downloaded void v1.0.2
11482026-06-22T19:18:38.872Z Downloaded itertools v0.13.0
11492026-06-22T19:18:38.876Z Downloaded unicase v2.9.0
11502026-06-22T19:18:38.876Z Downloaded num-bigint-dig v0.8.6
11512026-06-22T19:18:38.879Z Downloaded tls_codec_derive v0.4.2
11522026-06-22T19:18:38.879Z Downloaded libm v0.2.16
11532026-06-22T19:18:38.883Z Downloaded xshell-macros v0.2.7
11542026-06-22T19:18:38.886Z Downloaded hkdf v0.12.4
11552026-06-22T19:18:38.886Z Downloaded zone_cfg_derive v0.3.1
11562026-06-22T19:18:38.886Z Downloaded futures-util v0.3.32
11572026-06-22T19:18:38.892Z Downloaded hyper v1.8.1
11582026-06-22T19:18:38.896Z Downloaded vergen-lib v0.1.6
11592026-06-22T19:18:38.899Z Downloaded vergen-gitcl v1.0.8
11602026-06-22T19:18:38.899Z Downloaded schemars v0.9.0
11612026-06-22T19:18:38.904Z Downloaded tokio-stream v0.1.18
11622026-06-22T19:18:38.907Z Downloaded tokio-rustls v0.26.4
11632026-06-22T19:18:38.911Z Downloaded zeroize_derive v1.4.3
11642026-06-22T19:18:38.911Z Downloaded zone v0.3.1
11652026-06-22T19:18:38.911Z Downloaded vergen-git2 v9.1.0
11662026-06-22T19:18:38.911Z Downloaded tracing-attributes v0.1.31
11672026-06-22T19:18:38.914Z Downloaded test-strategy v0.4.5
11682026-06-22T19:18:38.918Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-06-22T19:18:38.918Z Downloaded rand v0.10.0
11702026-06-22T19:18:38.921Z Downloaded p521 v0.13.3
11712026-06-22T19:18:38.924Z Downloaded uzers v0.12.2
11722026-06-22T19:18:38.928Z Downloaded tinyvec v1.10.0
11732026-06-22T19:18:38.933Z Downloaded whoami v2.1.0
11742026-06-22T19:18:38.938Z Downloaded xshell v0.2.7
11752026-06-22T19:18:38.938Z Downloaded vergen-lib v9.1.0
11762026-06-22T19:18:38.942Z Downloaded twox-hash v2.1.2
11772026-06-22T19:18:38.945Z Downloaded tar v0.4.45
11782026-06-22T19:18:38.945Z Downloaded whoami v1.6.1
11792026-06-22T19:18:38.949Z Downloaded similar v2.7.0
11802026-06-22T19:18:38.955Z Downloaded zstd v0.13.3
11812026-06-22T19:18:38.959Z Downloaded wyz v0.5.1
11822026-06-22T19:18:38.962Z Downloaded zeroize v1.8.2
11832026-06-22T19:18:38.962Z Downloaded tokio-rustls v0.24.1
11842026-06-22T19:18:38.965Z Downloaded unicode-properties v0.1.4
11852026-06-22T19:18:38.971Z Downloaded steno v0.4.1
11862026-06-22T19:18:38.971Z Downloaded tracing-core v0.1.36
11872026-06-22T19:18:38.976Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-22T19:18:38.976Z Downloaded usdt-impl v0.6.0
11892026-06-22T19:18:38.980Z Downloaded iddqd v0.4.2
11902026-06-22T19:18:38.983Z Downloaded toml v0.7.8
11912026-06-22T19:18:38.983Z Downloaded russh v0.45.0
11922026-06-22T19:18:38.986Z Downloaded unicode-bidi v0.3.18
11932026-06-22T19:18:38.986Z Downloaded itertools v0.14.0
11942026-06-22T19:18:38.992Z Downloaded snafu v0.8.9
11952026-06-22T19:18:39.002Z Downloaded uuid v1.23.0
11962026-06-22T19:18:39.006Z Downloaded serde_with v1.14.0
11972026-06-22T19:18:39.006Z Downloaded tungstenite v0.23.0
11982026-06-22T19:18:39.009Z Downloaded rustyline v14.0.0
11992026-06-22T19:18:39.012Z Downloaded zerocopy v0.6.6
12002026-06-22T19:18:39.012Z Downloaded yasna v0.5.2
12012026-06-22T19:18:39.012Z Downloaded tungstenite v0.21.0
12022026-06-22T19:18:39.023Z Downloaded rpassword v7.4.0
12032026-06-22T19:18:39.027Z Downloaded walkdir v2.5.0
12042026-06-22T19:18:39.034Z Downloaded reedline v0.40.0
12052026-06-22T19:18:39.038Z Downloaded unsafe-libyaml v0.2.11
12062026-06-22T19:18:39.043Z Downloaded zstd-safe v7.2.4
12072026-06-22T19:18:39.046Z Downloaded vergen v9.1.0
12082026-06-22T19:18:39.058Z Downloaded vte v0.14.1
12092026-06-22T19:18:39.062Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-06-22T19:18:39.065Z Downloaded typify v0.6.2
12112026-06-22T19:18:39.065Z Downloaded vsss-rs v3.3.4
12122026-06-22T19:18:39.068Z Downloaded tokio-postgres v0.7.16
12132026-06-22T19:18:39.121Z Downloaded regex v1.12.3
12142026-06-22T19:18:39.132Z Downloaded zopfli v0.8.3
12152026-06-22T19:18:39.132Z Downloaded unicode_categories v0.1.1
12162026-06-22T19:18:39.132Z Downloaded ssh-key v0.6.7
12172026-06-22T19:18:39.132Z Downloaded bitvec v1.0.1
12182026-06-22T19:18:39.132Z Downloaded git2 v0.20.4
12192026-06-22T19:18:39.135Z Downloaded chrono v0.4.44
12202026-06-22T19:18:39.135Z Downloaded zip v0.6.6
12212026-06-22T19:18:39.136Z Downloaded p384 v0.13.1
12222026-06-22T19:18:39.136Z Downloaded toml_edit v0.19.15
12232026-06-22T19:18:39.145Z Downloaded csv v1.4.0
12242026-06-22T19:18:39.155Z Downloaded yansi v1.0.1
12252026-06-22T19:18:39.158Z Downloaded tower v0.5.3
12262026-06-22T19:18:39.162Z Downloaded unicode-segmentation v1.12.0
12272026-06-22T19:18:39.166Z Downloaded rayon v1.11.0
12282026-06-22T19:18:39.169Z Downloaded goblin v0.10.5
12292026-06-22T19:18:39.172Z Downloaded quick-xml v0.37.5
12302026-06-22T19:18:39.176Z Downloaded reqwest v0.13.2
12312026-06-22T19:18:39.181Z Downloaded reqwest v0.12.28
12322026-06-22T19:18:39.185Z Downloaded lalrpop v0.19.12
12332026-06-22T19:18:39.188Z Downloaded zerocopy-derive v0.8.40
12342026-06-22T19:18:39.193Z Downloaded bindgen v0.71.1
12352026-06-22T19:18:39.200Z Downloaded x509-cert v0.2.5
12362026-06-22T19:18:39.203Z Downloaded salty v0.3.0
12372026-06-22T19:18:39.206Z Downloaded typed-path v0.9.3
12382026-06-22T19:18:39.209Z Downloaded unicode-normalization v0.1.25
12392026-06-22T19:18:39.213Z Downloaded portable-atomic v1.13.1
12402026-06-22T19:18:39.216Z Downloaded rustls-webpki v0.101.7
12412026-06-22T19:18:39.223Z Downloaded zip v4.6.1
12422026-06-22T19:18:39.228Z Downloaded tough v0.22.0
12432026-06-22T19:18:39.232Z Downloaded proptest v1.10.0
12442026-06-22T19:18:39.237Z Downloaded serde_with v3.17.0
12452026-06-22T19:18:39.244Z Downloaded tower-http v0.6.8
12462026-06-22T19:18:39.249Z Downloaded petname v2.0.2
12472026-06-22T19:18:39.252Z Downloaded moka v0.12.13
12482026-06-22T19:18:39.256Z Downloaded object v0.30.4
12492026-06-22T19:18:39.261Z Downloaded tokio-util v0.7.18
12502026-06-22T19:18:39.265Z Downloaded rustls-webpki v0.102.8
12512026-06-22T19:18:39.275Z Downloaded curve25519-dalek v4.1.3
12522026-06-22T19:18:39.297Z Downloaded quinn-proto v0.11.13
12532026-06-22T19:18:39.316Z Downloaded radix_trie v0.2.1
12542026-06-22T19:18:39.326Z Downloaded nix v0.28.0
12552026-06-22T19:18:39.332Z Downloaded nix v0.27.1
12562026-06-22T19:18:39.351Z Downloaded winnow v0.6.26
12572026-06-22T19:18:39.356Z Downloaded winnow v0.5.40
12582026-06-22T19:18:39.375Z Downloaded bstr v1.12.1
12592026-06-22T19:18:39.385Z Downloaded tabled v0.20.0
12602026-06-22T19:18:39.395Z Downloaded vcpkg v0.2.15
12612026-06-22T19:18:39.417Z Downloaded time v0.3.47
12622026-06-22T19:18:39.423Z Downloaded dropshot v0.17.0
12632026-06-22T19:18:39.436Z Downloaded smoltcp v0.9.1
12642026-06-22T19:18:39.441Z Downloaded openapiv3 v2.2.0
12652026-06-22T19:18:39.447Z Downloaded zlib-rs v0.6.2
12662026-06-22T19:18:39.451Z Downloaded smoltcp v0.11.0
12672026-06-22T19:18:39.457Z Downloaded zerocopy v0.8.40
12682026-06-22T19:18:39.462Z Downloaded regress v0.11.1
12692026-06-22T19:18:39.469Z Downloaded rustls v0.23.37
12702026-06-22T19:18:39.475Z Downloaded regress v0.10.5
12712026-06-22T19:18:39.479Z Downloaded rustls v0.22.4
12722026-06-22T19:18:39.486Z Downloaded hickory-proto v0.25.2
12732026-06-22T19:18:39.495Z Downloaded diesel v2.3.7
12742026-06-22T19:18:39.508Z Downloaded webpki-roots v1.0.6
12752026-06-22T19:18:39.511Z Downloaded hickory-proto v0.24.4
12762026-06-22T19:18:39.517Z Downloaded regex-syntax v0.8.10
12772026-06-22T19:18:39.522Z Downloaded rustix v0.38.44
12782026-06-22T19:18:39.533Z Downloaded nix v0.31.2
12792026-06-22T19:18:39.540Z Downloaded object v0.37.3
12802026-06-22T19:18:39.546Z Downloaded rustls v0.21.12
12812026-06-22T19:18:39.552Z Downloaded regex-syntax v0.6.29
12822026-06-22T19:18:39.556Z Downloaded polar-core v0.27.3
12832026-06-22T19:18:39.561Z Downloaded openssl v0.10.79
12842026-06-22T19:18:39.569Z Downloaded sled v0.34.7
12852026-06-22T19:18:39.583Z Downloaded sqlparser v0.61.0
12862026-06-22T19:18:39.603Z Downloaded tracing v0.1.44
12872026-06-22T19:18:39.616Z Downloaded typify-impl v0.6.2
12882026-06-22T19:18:39.624Z Downloaded ratatui v0.29.0
12892026-06-22T19:18:39.635Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-06-22T19:18:39.642Z Downloaded zerocopy-derive v0.6.6
12912026-06-22T19:18:39.647Z Downloaded regex-automata v0.4.14
12922026-06-22T19:18:39.659Z Downloaded jiff v0.2.21
12932026-06-22T19:18:39.690Z Downloaded petgraph v0.6.5
12942026-06-22T19:18:39.706Z Downloaded sha3 v0.10.8
12952026-06-22T19:18:39.718Z Downloaded chrono-tz v0.10.4
12962026-06-22T19:18:39.737Z Downloaded petgraph v0.8.3
12972026-06-22T19:18:39.753Z Downloaded libz-sys v1.1.24
12982026-06-22T19:18:39.767Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-06-22T19:18:39.777Z Downloaded encoding_rs v0.8.35
13002026-06-22T19:18:39.790Z Downloaded tokio v1.52.1
13012026-06-22T19:18:39.814Z Downloaded ring v0.17.14
13022026-06-22T19:18:39.922Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-06-22T19:18:40.524Z Downloaded aws-lc-sys v0.40.0
13042026-06-22T19:18:40.775Z Compiling libc v0.2.185
13052026-06-22T19:18:40.775Z Compiling serde v1.0.228
13062026-06-22T19:18:40.778Z Compiling log v0.4.29
13072026-06-22T19:18:40.778Z Compiling shlex v1.3.0
13082026-06-22T19:18:40.905Z Compiling find-msvc-tools v0.1.9
13092026-06-22T19:18:40.912Z Compiling smallvec v1.15.1
13102026-06-22T19:18:40.919Z Compiling syn v2.0.117
13112026-06-22T19:18:40.927Z Compiling typenum v1.19.0
13122026-06-22T19:18:41.097Z Compiling generic-array v0.14.7
13132026-06-22T19:18:41.111Z Compiling subtle v2.6.1
13142026-06-22T19:18:41.124Z Compiling scopeguard v1.2.0
13152026-06-22T19:18:41.191Z Compiling const-oid v0.9.6
13162026-06-22T19:18:41.223Z Compiling lock_api v0.4.14
13172026-06-22T19:18:41.302Z Compiling serde_json v1.0.149
13182026-06-22T19:18:41.308Z Compiling zerocopy v0.8.40
13192026-06-22T19:18:41.344Z Compiling parking_lot_core v0.9.12
13202026-06-22T19:18:41.452Z Compiling pin-project-lite v0.2.17
13212026-06-22T19:18:41.549Z Compiling portable-atomic v1.13.1
13222026-06-22T19:18:41.593Z Compiling pkg-config v0.3.32
13232026-06-22T19:18:41.705Z Compiling bitflags v2.11.0
13242026-06-22T19:18:41.782Z Compiling getrandom v0.2.17
13252026-06-22T19:18:41.883Z Compiling jobserver v0.1.34
13262026-06-22T19:18:41.905Z Compiling errno v0.3.14
13272026-06-22T19:18:41.931Z Compiling rand_core v0.6.4
13282026-06-22T19:18:42.055Z Compiling signal-hook-registry v1.4.8
13292026-06-22T19:18:42.147Z Compiling cc v1.2.56
13302026-06-22T19:18:42.201Z Compiling libm v0.2.16
13312026-06-22T19:18:42.247Z Compiling critical-section v1.2.0
13322026-06-22T19:18:42.306Z Compiling futures-core v0.3.32
13332026-06-22T19:18:42.386Z Compiling parking_lot v0.12.5
13342026-06-22T19:18:42.444Z Compiling mio v1.2.0
13352026-06-22T19:18:42.538Z Compiling num-traits v0.2.19
13362026-06-22T19:18:42.609Z Compiling once_cell v1.21.3
13372026-06-22T19:18:42.659Z Compiling percent-encoding v2.3.2
13382026-06-22T19:18:42.770Z Compiling socket2 v0.6.3
13392026-06-22T19:18:42.826Z Compiling futures-sink v0.3.32
13402026-06-22T19:18:42.852Z Compiling cpufeatures v0.2.17
13412026-06-22T19:18:42.886Z Compiling getrandom v0.4.1
13422026-06-22T19:18:42.923Z Compiling futures-channel v0.3.32
13432026-06-22T19:18:42.937Z Compiling slab v0.4.12
13442026-06-22T19:18:42.940Z Compiling futures-task v0.3.32
13452026-06-22T19:18:43.136Z Compiling futures-io v0.3.32
13462026-06-22T19:18:43.169Z Compiling rand_core v0.10.0
13472026-06-22T19:18:43.169Z Compiling indexmap v2.14.0
13482026-06-22T19:18:43.199Z Compiling getrandom v0.3.4
13492026-06-22T19:18:43.248Z Compiling rustversion v1.0.22
13502026-06-22T19:18:43.289Z Compiling cmake v0.1.57
13512026-06-22T19:18:43.644Z Compiling form_urlencoded v1.2.2
13522026-06-22T19:18:43.708Z Compiling fs_extra v1.3.0
13532026-06-22T19:18:43.800Z Compiling dunce v1.0.5
13542026-06-22T19:18:43.846Z Compiling synstructure v0.13.2
13552026-06-22T19:18:43.859Z Compiling base64ct v1.8.3
13562026-06-22T19:18:43.893Z Compiling ident_case v1.0.1
13572026-06-22T19:18:43.982Z Compiling aws-lc-sys v0.40.0
13582026-06-22T19:18:44.016Z Compiling rustix v1.1.3
13592026-06-22T19:18:44.154Z Compiling pem-rfc7468 v0.7.0
13602026-06-22T19:18:44.177Z Compiling regex-syntax v0.8.10
13612026-06-22T19:18:44.218Z Compiling flagset v0.4.7
13622026-06-22T19:18:44.353Z Compiling iana-time-zone v0.1.65
13632026-06-22T19:18:44.415Z Compiling rand_core v0.9.5
13642026-06-22T19:18:44.450Z Compiling ring v0.17.14
13652026-06-22T19:18:44.468Z Compiling aws-lc-rs v1.16.3
13662026-06-22T19:18:44.568Z Compiling vcpkg v0.2.15
13672026-06-22T19:18:44.700Z Compiling uuid v1.23.0
13682026-06-22T19:18:44.761Z Compiling rustc_version v0.4.1
13692026-06-22T19:18:45.101Z Compiling tracing-core v0.1.36
13702026-06-22T19:18:45.315Z Compiling openssl-sys v0.9.115
13712026-06-22T19:18:45.414Z Compiling base64 v0.22.1
13722026-06-22T19:18:45.649Z Compiling serde_derive v1.0.228
13732026-06-22T19:18:45.661Z Compiling zeroize_derive v1.4.3
13742026-06-22T19:18:45.741Z Compiling zerofrom-derive v0.1.6
13752026-06-22T19:18:45.805Z Compiling yoke-derive v0.8.1
13762026-06-22T19:18:45.848Z Compiling zerocopy-derive v0.8.40
13772026-06-22T19:18:46.315Z Compiling zeroize v1.8.2
13782026-06-22T19:18:46.576Z Compiling zerovec-derive v0.11.2
13792026-06-22T19:18:46.978Z Compiling displaydoc v0.2.5
13802026-06-22T19:18:47.089Z Compiling crypto-common v0.1.7
13812026-06-22T19:18:47.156Z Compiling zerofrom v0.1.6
13822026-06-22T19:18:47.231Z Compiling block-buffer v0.10.4
13832026-06-22T19:18:47.279Z Compiling yoke v0.8.1
13842026-06-22T19:18:47.456Z Compiling digest v0.10.7
13852026-06-22T19:18:47.489Z Compiling tokio-macros v2.7.0
13862026-06-22T19:18:47.712Z Compiling futures-macro v0.3.32
13872026-06-22T19:18:47.724Z Compiling zerovec v0.11.5
13882026-06-22T19:18:47.755Z Compiling zerotrie v0.2.3
13892026-06-22T19:18:48.052Z Compiling hmac v0.12.1
13902026-06-22T19:18:48.257Z Compiling tinystr v0.8.2
13912026-06-22T19:18:48.262Z Compiling potential_utf v0.1.4
13922026-06-22T19:18:48.262Z Compiling block-padding v0.3.3
13932026-06-22T19:18:48.381Z Compiling icu_locale_core v2.1.1
13942026-06-22T19:18:48.394Z Compiling icu_collections v2.1.1
13952026-06-22T19:18:48.410Z Compiling inout v0.1.4
13962026-06-22T19:18:48.518Z Compiling futures-util v0.3.32
13972026-06-22T19:18:48.575Z Compiling cipher v0.4.4
13982026-06-22T19:18:48.833Z Compiling sha2 v0.10.9
13992026-06-22T19:18:48.870Z Compiling der_derive v0.7.3
14002026-06-22T19:18:49.142Z Compiling bytes v1.11.1
14012026-06-22T19:18:49.165Z Compiling icu_provider v2.1.1
14022026-06-22T19:18:49.249Z Compiling chrono v0.4.44
14032026-06-22T19:18:49.468Z Compiling icu_properties v2.1.2
14042026-06-22T19:18:49.747Z Compiling tokio v1.52.1
14052026-06-22T19:18:49.819Z Compiling icu_normalizer v2.1.1
14062026-06-22T19:18:50.220Z Compiling ppv-lite86 v0.2.21
14072026-06-22T19:18:50.307Z Compiling der v0.7.10
14082026-06-22T19:18:50.344Z Compiling idna_adapter v1.2.1
14092026-06-22T19:18:50.482Z Compiling idna v1.1.0
14102026-06-22T19:18:50.537Z Compiling http v1.4.0
14112026-06-22T19:18:50.554Z Compiling salsa20 v0.10.2
14122026-06-22T19:18:50.625Z Compiling pbkdf2 v0.12.2
14132026-06-22T19:18:50.690Z Compiling rustls-pki-types v1.14.0
14142026-06-22T19:18:50.739Z Compiling tracing-attributes v0.1.31
14152026-06-22T19:18:50.771Z Compiling url v2.5.8
14162026-06-22T19:18:51.111Z Compiling spki v0.7.3
14172026-06-22T19:18:51.130Z Compiling thiserror-impl v2.0.18
14182026-06-22T19:18:51.312Z Compiling http-body v1.0.1
14192026-06-22T19:18:51.415Z Compiling scrypt v0.11.0
14202026-06-22T19:18:51.464Z Compiling rand_chacha v0.9.0
14212026-06-22T19:18:51.478Z Compiling aes v0.8.4
14222026-06-22T19:18:51.557Z Compiling cbc v0.1.2
14232026-06-22T19:18:51.702Z Compiling untrusted v0.7.1
14242026-06-22T19:18:51.728Z Compiling untrusted v0.9.0
14252026-06-22T19:18:51.828Z Compiling tinyvec_macros v0.1.1
14262026-06-22T19:18:51.847Z Compiling httparse v1.10.1
14272026-06-22T19:18:51.898Z Compiling openssl-probe v0.2.1
14282026-06-22T19:18:52.024Z Compiling tracing v0.1.44
14292026-06-22T19:18:52.071Z Compiling tinyvec v1.10.0
14302026-06-22T19:18:52.151Z Compiling pkcs5 v0.7.1
14312026-06-22T19:18:52.304Z Compiling pest_generator v2.8.6
14322026-06-22T19:18:52.432Z Compiling rand v0.9.2
14332026-06-22T19:18:52.479Z Compiling thiserror v2.0.18
14342026-06-22T19:18:52.582Z Compiling serde_derive_internals v0.29.1
14352026-06-22T19:18:52.585Z Compiling aho-corasick v1.1.4
14362026-06-22T19:18:52.649Z Compiling tower-layer v0.3.3
14372026-06-22T19:18:52.813Z Compiling rustls v0.23.37
14382026-06-22T19:18:52.984Z Compiling try-lock v0.2.5
14392026-06-22T19:18:53.022Z Compiling schemars v0.8.22
14402026-06-22T19:18:53.092Z Compiling dyn-clone v1.0.20
14412026-06-22T19:18:53.220Z Compiling tower-service v0.3.3
14422026-06-22T19:18:53.234Z Compiling atomic-waker v1.1.2
14432026-06-22T19:18:53.262Z Compiling want v0.3.1
14442026-06-22T19:18:53.327Z Compiling pest_derive v2.8.6
14452026-06-22T19:18:53.358Z Compiling pkcs8 v0.10.2
14462026-06-22T19:18:53.426Z Compiling regex-automata v0.4.14
14472026-06-22T19:18:53.484Z Compiling tokio-util v0.7.18
14482026-06-22T19:18:53.669Z Compiling schemars_derive v0.8.22
14492026-06-22T19:18:54.028Z Compiling ipnet v2.11.0
14502026-06-22T19:18:54.046Z Compiling scroll_derive v0.13.1
14512026-06-22T19:18:54.269Z Compiling h2 v0.4.13
14522026-06-22T19:18:54.503Z Compiling darling_core v0.20.11
14532026-06-22T19:18:54.517Z Compiling openssl v0.10.79
14542026-06-22T19:18:54.738Z Compiling foreign-types-shared v0.1.1
14552026-06-22T19:18:54.826Z Compiling pin-utils v0.1.0
14562026-06-22T19:18:54.840Z Compiling httpdate v1.0.3
14572026-06-22T19:18:54.904Z Compiling tempfile v3.25.0
14582026-06-22T19:18:55.053Z Compiling scroll v0.13.0
14592026-06-22T19:18:55.278Z Compiling foreign-types v0.3.2
14602026-06-22T19:18:55.331Z Compiling unicode-normalization v0.1.25
14612026-06-22T19:18:55.386Z Compiling openssl-macros v0.1.1
14622026-06-22T19:18:55.763Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-06-22T19:18:55.776Z Compiling socket2 v0.5.10
14642026-06-22T19:18:55.788Z Compiling spin v0.9.8
14652026-06-22T19:18:55.995Z Compiling powerfmt v0.2.0
14662026-06-22T19:18:56.142Z Compiling native-tls v0.2.18
14672026-06-22T19:18:56.164Z Compiling num-conv v0.2.0
14682026-06-22T19:18:56.176Z Compiling time-core v0.1.8
14692026-06-22T19:18:56.190Z Compiling crc32fast v1.5.0
14702026-06-22T19:18:56.322Z Compiling time-macros v0.2.27
14712026-06-22T19:18:56.352Z Compiling deranged v0.5.8
14722026-06-22T19:18:56.738Z Compiling darling_macro v0.20.11
14732026-06-22T19:18:57.196Z Compiling hyper v1.8.1
14742026-06-22T19:18:57.317Z Compiling darling v0.20.11
14752026-06-22T19:18:57.412Z Compiling goblin v0.10.5
14762026-06-22T19:18:57.426Z Compiling rustls-native-certs v0.8.3
14772026-06-22T19:18:57.510Z Compiling sync_wrapper v1.0.2
14782026-06-22T19:18:57.588Z Compiling wait-timeout v0.2.1
14792026-06-22T19:18:57.710Z Compiling syn v1.0.109
14802026-06-22T19:18:57.857Z Compiling simd-adler32 v0.3.8
14812026-06-22T19:18:58.017Z Compiling num_threads v0.1.7
14822026-06-22T19:18:58.101Z Compiling usdt-impl v0.6.0
14832026-06-22T19:18:58.114Z Compiling unicode-segmentation v1.12.0
14842026-06-22T19:18:58.192Z Compiling quick-error v1.2.3
14852026-06-22T19:18:58.299Z Compiling hyper-util v0.1.20
14862026-06-22T19:18:58.302Z Compiling bit-vec v0.8.0
14872026-06-22T19:18:58.496Z Compiling crossbeam-utils v0.8.21
14882026-06-22T19:18:58.546Z Compiling siphasher v1.0.2
14892026-06-22T19:18:58.739Z Compiling bit-set v0.8.0
14902026-06-22T19:18:58.828Z Compiling rusty-fork v0.3.1
14912026-06-22T19:18:58.895Z Compiling time v0.3.47
14922026-06-22T19:18:59.138Z Compiling tower v0.5.3
14932026-06-22T19:18:59.153Z Compiling derive_builder_core v0.20.2
14942026-06-22T19:18:59.613Z Compiling dtrace-parser v0.3.0
14952026-06-22T19:18:59.708Z Compiling http-body-util v0.1.3
14962026-06-22T19:18:59.952Z Compiling webpki-roots v1.0.6
14972026-06-22T19:19:00.007Z Compiling signature v2.2.0
14982026-06-22T19:19:00.024Z Compiling scroll_derive v0.12.1
14992026-06-22T19:19:00.073Z Compiling thiserror-impl v1.0.69
15002026-06-22T19:19:00.189Z Compiling dof v0.4.0
15012026-06-22T19:19:00.362Z Compiling heapless v0.7.17
15022026-06-22T19:19:00.446Z Compiling rand_xorshift v0.4.0
15032026-06-22T19:19:00.604Z Compiling slog v2.8.2
15042026-06-22T19:19:00.612Z Compiling darling_core v0.21.3
15052026-06-22T19:19:00.670Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-06-22T19:19:00.778Z Compiling thread-id v5.1.0
15072026-06-22T19:19:00.861Z Compiling cookie v0.18.1
15082026-06-22T19:19:00.946Z Compiling unarray v0.1.4
15092026-06-22T19:19:01.042Z Compiling anyhow v1.0.102
15102026-06-22T19:19:01.055Z Compiling iri-string v0.7.10
15112026-06-22T19:19:01.318Z Compiling paste v1.0.15
15122026-06-22T19:19:01.342Z Compiling signal-hook v0.3.18
15132026-06-22T19:19:01.360Z Compiling unicode-properties v0.1.4
15142026-06-22T19:19:01.510Z Compiling ryu v1.0.23
15152026-06-22T19:19:01.564Z Compiling adler2 v2.0.1
15162026-06-22T19:19:01.577Z Compiling zstd-safe v7.2.4
15172026-06-22T19:19:01.637Z Compiling unicode-bidi v0.3.18
15182026-06-22T19:19:01.684Z Compiling allocator-api2 v0.2.21
15192026-06-22T19:19:01.690Z Compiling miniz_oxide v0.8.9
15202026-06-22T19:19:01.760Z Compiling serde_urlencoded v0.7.1
15212026-06-22T19:19:01.995Z Compiling stringprep v0.1.5
15222026-06-22T19:19:02.152Z Compiling thiserror v1.0.69
15232026-06-22T19:19:02.253Z Compiling tower-http v0.6.8
15242026-06-22T19:19:02.310Z Compiling proptest v1.10.0
15252026-06-22T19:19:02.600Z Compiling scroll v0.12.0
15262026-06-22T19:19:02.744Z Compiling derive_builder_macro v0.20.2
15272026-06-22T19:19:03.046Z Compiling tokio-native-tls v0.3.1
15282026-06-22T19:19:03.115Z Compiling heck v0.4.1
15292026-06-22T19:19:03.129Z Compiling darling_macro v0.21.3
15302026-06-22T19:19:03.222Z Compiling ipnetwork v0.21.1
15312026-06-22T19:19:03.230Z Compiling bstr v1.12.1
15322026-06-22T19:19:03.329Z Compiling rand_chacha v0.3.1
15332026-06-22T19:19:03.585Z Compiling serde_tokenstream v0.2.3
15342026-06-22T19:19:03.598Z Compiling erased-serde v0.3.31
15352026-06-22T19:19:03.598Z Compiling toml_datetime v0.6.11
15362026-06-22T19:19:03.846Z Compiling serde_spanned v0.6.9
15372026-06-22T19:19:03.864Z Compiling md-5 v0.10.6
15382026-06-22T19:19:03.887Z Compiling pin-project-internal v1.1.11
15392026-06-22T19:19:03.985Z Compiling async-trait v0.1.89
15402026-06-22T19:19:04.021Z Compiling zerocopy-derive v0.7.35
15412026-06-22T19:19:04.071Z Compiling curve25519-dalek v4.1.3
15422026-06-22T19:19:04.125Z Compiling vergen-lib v9.1.0
15432026-06-22T19:19:04.309Z Compiling num-integer v0.1.46
15442026-06-22T19:19:04.400Z Compiling hash32 v0.2.1
15452026-06-22T19:19:04.594Z Compiling ff v0.13.1
15462026-06-22T19:19:04.622Z Compiling memoffset v0.9.1
15472026-06-22T19:19:04.727Z Compiling encoding_rs v0.8.35
15482026-06-22T19:19:04.814Z Compiling smoltcp v0.9.1
15492026-06-22T19:19:04.873Z Compiling cfg_aliases v0.2.1
15502026-06-22T19:19:04.955Z Compiling num-bigint-dig v0.8.6
15512026-06-22T19:19:04.982Z Compiling psl-types v2.0.11
15522026-06-22T19:19:04.998Z Compiling zlib-rs v0.6.2
15532026-06-22T19:19:05.115Z Compiling ref-cast v1.0.25
15542026-06-22T19:19:05.140Z Compiling fallible-iterator v0.2.0
15552026-06-22T19:19:05.158Z Compiling rustix v0.38.44
15562026-06-22T19:19:05.401Z Compiling base16ct v0.2.0
15572026-06-22T19:19:05.445Z Compiling litrs v1.0.0
15582026-06-22T19:19:05.493Z Compiling mime v0.3.17
15592026-06-22T19:19:05.577Z Compiling sec1 v0.7.3
15602026-06-22T19:19:05.834Z Compiling postgres-protocol v0.6.10
15612026-06-22T19:19:05.931Z Compiling publicsuffix v2.3.0
15622026-06-22T19:19:05.946Z Compiling document-features v0.2.12
15632026-06-22T19:19:06.097Z Compiling pin-project v1.1.11
15642026-06-22T19:19:06.199Z Compiling nix v0.31.2
15652026-06-22T19:19:06.215Z Compiling zerocopy v0.7.35
15662026-06-22T19:19:06.464Z Compiling group v0.13.0
15672026-06-22T19:19:06.504Z Compiling newtype-uuid v1.3.2
15682026-06-22T19:19:06.637Z Compiling num-iter v0.1.45
15692026-06-22T19:19:06.661Z Compiling hubpack_derive v0.1.1
15702026-06-22T19:19:06.823Z Compiling darling v0.21.3
15712026-06-22T19:19:06.839Z Compiling rand v0.8.6
15722026-06-22T19:19:06.906Z Compiling oxnet v0.1.6
15732026-06-22T19:19:07.019Z Compiling snafu-derive v0.8.9
15742026-06-22T19:19:07.098Z Compiling derive_builder v0.20.2
15752026-06-22T19:19:07.163Z Compiling hyper-tls v0.6.0
15762026-06-22T19:19:07.367Z Compiling goblin v0.8.2
15772026-06-22T19:19:07.932Z Compiling flate2 v1.1.9
15782026-06-22T19:19:08.011Z Compiling phf_shared v0.13.1
15792026-06-22T19:19:08.209Z Compiling lazy_static v1.5.0
15802026-06-22T19:19:08.257Z Compiling regex v1.12.3
15812026-06-22T19:19:08.305Z Compiling anstyle-parse v0.2.7
15822026-06-22T19:19:08.345Z Compiling strum_macros v0.27.2
15832026-06-22T19:19:08.492Z Compiling futures-executor v0.3.32
15842026-06-22T19:19:08.496Z Compiling hex v0.4.3
15852026-06-22T19:19:08.703Z Compiling hkdf v0.12.4
15862026-06-22T19:19:08.759Z Compiling crypto-bigint v0.5.5
15872026-06-22T19:19:08.773Z Compiling daft-derive v0.1.7
15882026-06-22T19:19:08.870Z Compiling curve25519-dalek-derive v0.1.1
15892026-06-22T19:19:08.983Z Compiling ref-cast-impl v1.0.25
15902026-06-22T19:19:09.491Z Compiling terminal_size v0.4.3
15912026-06-22T19:19:09.510Z Compiling vergen v9.1.0
15922026-06-22T19:19:09.524Z Compiling fs-err v3.3.0
15932026-06-22T19:19:09.628Z Compiling cargo-platform v0.3.2
15942026-06-22T19:19:09.689Z Compiling ahash v0.8.12
15952026-06-22T19:19:09.706Z Compiling foldhash v0.2.0
15962026-06-22T19:19:09.888Z Compiling managed v0.8.0
15972026-06-22T19:19:09.901Z Compiling foldhash v0.1.5
15982026-06-22T19:19:09.931Z Compiling bumpalo v3.20.2
15992026-06-22T19:19:10.067Z Compiling bitflags v1.3.2
16002026-06-22T19:19:10.099Z Compiling same-file v1.0.6
16012026-06-22T19:19:10.144Z Compiling winnow v0.5.40
16022026-06-22T19:19:10.187Z Compiling libbz2-rs-sys v0.2.2
16032026-06-22T19:19:10.262Z Compiling object v0.37.3
16042026-06-22T19:19:10.357Z Compiling strum v0.27.2
16052026-06-22T19:19:10.438Z Compiling walkdir v2.5.0
16062026-06-22T19:19:10.574Z Compiling clap_builder v4.6.0
16072026-06-22T19:19:10.746Z Compiling bzip2 v0.6.1
16082026-06-22T19:19:10.871Z Compiling zopfli v0.8.3
16092026-06-22T19:19:10.871Z Compiling hashbrown v0.15.5
16102026-06-22T19:19:11.001Z Compiling hashbrown v0.16.1
16112026-06-22T19:19:11.427Z Compiling toml_edit v0.19.15
16122026-06-22T19:19:11.523Z Compiling cargo_metadata v0.23.1
16132026-06-22T19:19:11.577Z Compiling elliptic-curve v0.13.8
16142026-06-22T19:19:11.631Z Compiling dof v0.3.0
16152026-06-22T19:19:11.974Z Compiling daft v0.1.7
16162026-06-22T19:19:12.250Z Compiling snafu v0.8.9
16172026-06-22T19:19:12.356Z Compiling futures v0.3.32
16182026-06-22T19:19:12.442Z Compiling anstream v0.6.21
16192026-06-22T19:19:12.758Z Compiling phf v0.13.1
16202026-06-22T19:19:12.917Z Compiling signal-hook-mio v0.2.5
16212026-06-22T19:19:13.036Z Compiling cookie_store v0.22.1
16222026-06-22T19:19:13.276Z Compiling zstd v0.13.3
16232026-06-22T19:19:13.293Z Compiling bzip2 v0.4.4
16242026-06-22T19:19:13.503Z Compiling hubpack v0.1.2
16252026-06-22T19:19:13.543Z Compiling serde_with_macros v3.17.0
16262026-06-22T19:19:13.660Z Compiling postgres-types v0.2.12
16272026-06-22T19:19:13.721Z Compiling usdt-macro v0.6.0
16282026-06-22T19:19:14.069Z Compiling usdt-attr-macro v0.6.0
16292026-06-22T19:19:14.198Z Compiling globset v0.4.18
16302026-06-22T19:19:14.451Z Compiling dtrace-parser v0.2.0
16312026-06-22T19:19:14.646Z Compiling ed25519 v2.2.3
16322026-06-22T19:19:14.759Z Compiling phf_shared v0.11.3
16332026-06-22T19:19:14.773Z Compiling olpc-cjson v0.1.4
16342026-06-22T19:19:14.846Z Compiling pkcs1 v0.7.5
16352026-06-22T19:19:14.867Z Compiling strum_macros v0.26.4
16362026-06-22T19:19:14.925Z Compiling enum-as-inner v0.6.1
16372026-06-22T19:19:14.939Z Compiling clap_derive v4.6.1
16382026-06-22T19:19:15.194Z Compiling serde-big-array v0.5.1
16392026-06-22T19:19:15.243Z Compiling serde_plain v1.0.2
16402026-06-22T19:19:15.339Z Compiling rfc6979 v0.4.0
16412026-06-22T19:19:15.431Z Compiling pem v3.0.6
16422026-06-22T19:19:15.444Z Compiling async-recursion v1.1.1
16432026-06-22T19:19:15.465Z Compiling serde_repr v0.1.20
16442026-06-22T19:19:15.549Z Compiling float-cmp v0.10.0
16452026-06-22T19:19:15.699Z Compiling memmap2 v0.9.10
16462026-06-22T19:19:15.754Z Compiling thread-id v4.2.2
16472026-06-22T19:19:15.839Z Compiling env_filter v1.0.0
16482026-06-22T19:19:15.914Z Compiling whoami v2.1.0
16492026-06-22T19:19:15.986Z Compiling fixedbitset v0.4.2
16502026-06-22T19:19:16.085Z Compiling normalize-line-endings v0.3.0
16512026-06-22T19:19:16.142Z Compiling either v1.15.0
16522026-06-22T19:19:16.179Z Compiling static_assertions v1.1.0
16532026-06-22T19:19:16.199Z Compiling predicates-core v1.0.10
16542026-06-22T19:19:16.254Z Compiling new_debug_unreachable v1.0.6
16552026-06-22T19:19:16.287Z Compiling typed-path v0.9.3
16562026-06-22T19:19:16.327Z Compiling keccak v0.1.6
16572026-06-22T19:19:16.349Z Compiling data-encoding v2.10.0
16582026-06-22T19:19:16.371Z Compiling fixedbitset v0.5.7
16592026-06-22T19:19:16.630Z Compiling jiff v0.2.21
16602026-06-22T19:19:16.666Z Compiling difflib v0.4.0
16612026-06-22T19:19:16.700Z Compiling precomputed-hash v0.1.1
16622026-06-22T19:19:16.787Z Compiling string_cache v0.8.9
16632026-06-22T19:19:17.008Z Compiling predicates v3.1.4
16642026-06-22T19:19:17.036Z Compiling clap v4.6.1
16652026-06-22T19:19:17.118Z Compiling strum v0.26.3
16662026-06-22T19:19:17.145Z Compiling hickory-proto v0.25.2
16672026-06-22T19:19:17.214Z Compiling petgraph v0.8.3
16682026-06-22T19:19:17.250Z Compiling sha3 v0.10.8
16692026-06-22T19:19:17.491Z Compiling itertools v0.13.0
16702026-06-22T19:19:17.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-06-22T19:19:17.768Z Compiling petgraph v0.6.5
16722026-06-22T19:19:18.328Z Compiling tokio-postgres v0.7.16
16732026-06-22T19:19:18.738Z Compiling env_logger v0.11.9
16742026-06-22T19:19:19.097Z Compiling toml_edit v0.22.27
16752026-06-22T19:19:19.223Z Compiling zip v4.6.1
16762026-06-22T19:19:19.251Z Compiling usdt v0.6.0
16772026-06-22T19:19:19.509Z Compiling usdt-impl v0.5.0
16782026-06-22T19:19:20.092Z Compiling ecdsa v0.16.9
16792026-06-22T19:19:20.167Z Compiling rsa v0.9.10
16802026-06-22T19:19:20.482Z Compiling ed25519-dalek v2.2.0
16812026-06-22T19:19:20.504Z Compiling serde_with v3.17.0
16822026-06-22T19:19:20.528Z Compiling crossterm v0.28.1
16832026-06-22T19:19:21.132Z Compiling zip v0.6.6
16842026-06-22T19:19:21.800Z Compiling toml v0.7.8
16852026-06-22T19:19:21.831Z Compiling iddqd v0.4.2
16862026-06-22T19:19:22.242Z Compiling toml_parser v1.0.9+spec-1.1.0
16872026-06-22T19:19:22.324Z Compiling similar v2.7.0
16882026-06-22T19:19:22.419Z Compiling crossbeam-epoch v0.9.18
16892026-06-22T19:19:22.425Z Compiling tokio-stream v0.1.18
16902026-06-22T19:19:22.702Z Compiling buf-list v1.1.2
16912026-06-22T19:19:22.884Z Compiling x509-cert v0.2.5
16922026-06-22T19:19:22.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-06-22T19:19:22.983Z Compiling openapiv3 v2.2.0
16942026-06-22T19:19:23.125Z Compiling sha1 v0.10.6
16952026-06-22T19:19:23.215Z Compiling lalrpop-util v0.19.12
16962026-06-22T19:19:23.233Z Compiling peg-runtime v0.8.5
16972026-06-22T19:19:23.354Z Compiling thread_local v1.1.9
16982026-06-22T19:19:23.409Z Compiling slog-async v2.8.0
16992026-06-22T19:19:23.517Z Compiling crossbeam-channel v0.5.15
17002026-06-22T19:19:23.537Z Compiling filetime v0.2.27
17012026-06-22T19:19:23.602Z Compiling is-terminal v0.4.17
17022026-06-22T19:19:23.697Z Compiling xattr v1.6.1
17032026-06-22T19:19:23.711Z Compiling take_mut v0.2.2
17042026-06-22T19:19:23.725Z Compiling term v1.2.1
17052026-06-22T19:19:23.816Z Compiling tar v0.4.45
17062026-06-22T19:19:24.307Z Compiling slog-term v2.9.2
17072026-06-22T19:19:33.998Z Compiling rustls-webpki v0.103.9
17082026-06-22T19:19:36.766Z Compiling tokio-rustls v0.26.4
17092026-06-22T19:19:36.766Z Compiling rustls-platform-verifier v0.6.2
17102026-06-22T19:19:36.962Z Compiling hyper-rustls v0.27.7
17112026-06-22T19:19:37.166Z Compiling reqwest v0.12.28
17122026-06-22T19:19:37.169Z Compiling reqwest v0.13.2
17132026-06-22T19:19:38.435Z Compiling tough v0.22.0
17142026-06-22T19:19:40.955Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-06-22T19:19:41.163Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-06-22T19:19:44.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17172026-06-22T19:19:44.173Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-06-22T19:19:44.222ZJun 22 19:19:42.925 INFO Starting download, target: DendriteStub
17192026-06-22T19:19:44.222ZJun 22 19:19:42.925 INFO Starting download, target: Clickhouse
17202026-06-22T19:19:44.222ZJun 22 19:19:42.925 INFO Starting download, target: Console
17212026-06-22T19:19:44.226ZJun 22 19:19:42.925 INFO Starting download, target: Cockroach
17222026-06-22T19:19:44.226ZJun 22 19:19:42.925 INFO Starting download, target: MaghemiteMgd
17232026-06-22T19:19:44.226ZJun 22 19:19:42.925 INFO Starting download, target: MaghemiteDdmd
17242026-06-22T19:19:44.226ZJun 22 19:19:42.925 INFO Starting download, target: TransceiverControl
17252026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-22T19:19:44.226ZJun 22 19:19:42.926 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-22T19:19:44.708ZJun 22 19:19:43.389 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-06-22T19:19:44.905ZJun 22 19:19:43.595 INFO Download complete, target: TransceiverControl
17342026-06-22T19:19:45.130ZJun 22 19:19:43.811 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-22T19:19:45.372ZJun 22 19:19:44.074 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17362026-06-22T19:19:45.391ZJun 22 19:19:44.089 INFO Download complete, target: Console
17372026-06-22T19:19:45.900ZJun 22 19:19:44.586 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-06-22T19:19:46.003ZJun 22 19:19:44.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-06-22T19:19:46.550ZJun 22 19:19:45.253 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17402026-06-22T19:19:46.550ZJun 22 19:19:45.253 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17412026-06-22T19:19:47.137ZJun 22 19:19:45.839 INFO Download complete, target: MaghemiteDdmd
17422026-06-22T19:19:47.424ZJun 22 19:19:46.125 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-06-22T19:19:48.430ZJun 22 19:19:47.133 INFO Download complete, target: DendriteStub
17442026-06-22T19:19:48.526ZJun 22 19:19:47.229 INFO Download complete, target: MaghemiteMgd
17452026-06-22T19:19:51.171ZJun 22 19:19:49.873 INFO Checking that binary works, target: Cockroach
17462026-06-22T19:19:51.287ZJun 22 19:19:49.988 INFO Download complete, target: Cockroach
17472026-06-22T19:19:54.030ZJun 22 19:19:52.732 INFO Checking that binary works, target: Clickhouse
17482026-06-22T19:19:54.116ZJun 22 19:19:52.819 INFO Download complete, target: Clickhouse
17492026-06-22T19:19:54.132ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-06-22T19:19:54.135Z
17512026-06-22T19:19:54.135Zreal 2:08.640735589
17522026-06-22T19:19:54.135Zuser 6:52.260153483
17532026-06-22T19:19:54.135Zsys 1:22.687859239
17542026-06-22T19:19:54.135Ztrap 0.241594347
17552026-06-22T19:19:54.135Ztflt 0.743114938
17562026-06-22T19:19:54.135Zdflt 0.644026053
17572026-06-22T19:19:54.135Zkflt 0.028781159
17582026-06-22T19:19:54.135Zlock 22:43.901661819
17592026-06-22T19:19:54.135Zslp 21:22.124588542
17602026-06-22T19:19:54.135Zlat 42.985661249
17612026-06-22T19:19:54.135Zstop 1:48.776682591
17622026-06-22T19:19:54.135Z+ banner clippy
17632026-06-22T19:19:54.135Z
17642026-06-22T19:19:54.135Z #### # # ##### ##### # #
17652026-06-22T19:19:54.135Z # # # # # # # # # #
17662026-06-22T19:19:54.135Z # # # # # # # #
17672026-06-22T19:19:54.135Z # # # ##### ##### #
17682026-06-22T19:19:54.135Z # # # # # # #
17692026-06-22T19:19:54.135Z #### ###### # # # #
17702026-06-22T19:19:54.135Z
17712026-06-22T19:19:54.135Z+ export CARGO_INCREMENTAL=0
17722026-06-22T19:19:54.135Z+ CARGO_INCREMENTAL=0
17732026-06-22T19:19:54.135Z+ ptime -m cargo xtask clippy
17742026-06-22T19:19:54.586Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-06-22T19:19:54.799Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-06-22T19:19:56.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17772026-06-22T19:19:56.705Z Running `target/debug/xtask clippy`
17782026-06-22T19:19:56.731Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17792026-06-22T19:19:57.276Z Downloading crates ...
17802026-06-22T19:19:57.483Z Downloaded rust-argon2 v2.1.0
17812026-06-22T19:19:57.488Z Downloaded partial-io v0.5.4
17822026-06-22T19:19:57.492Z Downloaded trybuild v1.0.116
17832026-06-22T19:19:57.495Z Downloaded target-triple v1.0.0
17842026-06-22T19:19:57.498Z Downloaded miette-derive v5.10.0
17852026-06-22T19:19:57.501Z Downloaded tokio-test v0.4.5
17862026-06-22T19:19:57.504Z Downloaded parking v2.2.1
17872026-06-22T19:19:57.508Z Downloaded serde_regex v1.1.0
17882026-06-22T19:19:57.512Z Downloaded linkme-impl v0.3.35
17892026-06-22T19:19:57.512Z Downloaded supports-unicode v2.1.0
17902026-06-22T19:19:57.512Z Downloaded guppy-workspace-hack v0.1.0
17912026-06-22T19:19:57.515Z Downloaded approx v0.5.1
17922026-06-22T19:19:57.518Z Downloaded terminal_size v0.1.17
17932026-06-22T19:19:57.518Z Downloaded pathdiff v0.2.3
17942026-06-22T19:19:57.526Z Downloaded supports-color v2.1.0
17952026-06-22T19:19:57.530Z Downloaded assert_cmd v2.1.2
17962026-06-22T19:19:57.534Z Downloaded libtest-mimic v0.8.1
17972026-06-22T19:19:57.537Z Downloaded concurrent-queue v2.5.0
17982026-06-22T19:19:57.537Z Downloaded similar-asserts v1.7.0
17992026-06-22T19:19:57.540Z Downloaded async-object-pool v0.2.0
18002026-06-22T19:19:57.540Z Downloaded cast v0.3.0
18012026-06-22T19:19:57.545Z Downloaded relative-path v1.9.3
18022026-06-22T19:19:57.548Z Downloaded futures-timer v3.0.3
18032026-06-22T19:19:57.548Z Downloaded escape8259 v0.5.3
18042026-06-22T19:19:57.548Z Downloaded anes v0.1.6
18052026-06-22T19:19:57.551Z Downloaded knuffel-derive v3.2.0
18062026-06-22T19:19:57.555Z Downloaded path-tree v0.8.3
18072026-06-22T19:19:57.555Z Downloaded target-lexicon v0.13.3
18082026-06-22T19:19:57.555Z Downloaded linkme v0.3.35
18092026-06-22T19:19:57.558Z Downloaded criterion-plot v0.6.0
18102026-06-22T19:19:57.558Z Downloaded owo-colors v3.5.0
18112026-06-22T19:19:57.561Z Downloaded plotters-backend v0.3.7
18122026-06-22T19:19:57.561Z Downloaded backtrace-ext v0.2.1
18132026-06-22T19:19:57.561Z Downloaded constant_time_eq v0.3.1
18142026-06-22T19:19:57.565Z Downloaded assert-json-diff v2.0.2
18152026-06-22T19:19:57.568Z Downloaded nested v0.1.1
18162026-06-22T19:19:57.568Z Downloaded supports-hyperlinks v2.1.0
18172026-06-22T19:19:57.568Z Downloaded plotters-svg v0.3.7
18182026-06-22T19:19:57.572Z Downloaded rustc-demangle v0.1.27
18192026-06-22T19:19:57.579Z Downloaded event-listener-strategy v0.5.4
18202026-06-22T19:19:57.585Z Downloaded httptest v0.16.4
18212026-06-22T19:19:57.588Z Downloaded termcolor v1.4.1
18222026-06-22T19:19:57.588Z Downloaded async-lock v3.4.2
18232026-06-22T19:19:57.588Z Downloaded addr2line v0.25.1
18242026-06-22T19:19:57.592Z Downloaded oorandom v11.1.5
18252026-06-22T19:19:57.595Z Downloaded datatest-stable v0.3.3
18262026-06-22T19:19:57.595Z Downloaded tinytemplate v1.2.1
18272026-06-22T19:19:57.598Z Downloaded target-spec v3.5.7
18282026-06-22T19:19:57.603Z Downloaded hickory-client v0.25.2
18292026-06-22T19:19:57.606Z Downloaded event-listener v5.4.1
18302026-06-22T19:19:57.613Z Downloaded cfg-expr v0.20.6
18312026-06-22T19:19:57.616Z Downloaded stringmetrics v2.2.2
18322026-06-22T19:19:57.616Z Downloaded blake2b_simd v1.0.4
18332026-06-22T19:19:57.616Z Downloaded rstest v0.25.0
18342026-06-22T19:19:57.623Z Downloaded textwrap v0.15.2
18352026-06-22T19:19:57.630Z Downloaded knuffel v3.2.0
18362026-06-22T19:19:57.633Z Downloaded rand_distr v0.5.1
18372026-06-22T19:19:57.633Z Downloaded backtrace v0.3.76
18382026-06-22T19:19:57.636Z Downloaded rstest_macros v0.25.0
18392026-06-22T19:19:57.639Z Downloaded chumsky v0.9.3
18402026-06-22T19:19:57.639Z Downloaded miette v5.10.0
18412026-06-22T19:19:57.644Z Downloaded fancy-regex v0.14.0
18422026-06-22T19:19:57.655Z Downloaded plotters v0.3.7
18432026-06-22T19:19:57.660Z Downloaded hashbrown v0.14.5
18442026-06-22T19:19:57.663Z Downloaded guppy v0.17.25
18452026-06-22T19:19:57.667Z Downloaded criterion v0.7.0
18462026-06-22T19:19:57.672Z Downloaded gimli v0.32.3
18472026-06-22T19:19:57.768Z Downloaded httpmock v0.8.3
18482026-06-22T19:19:59.443Z Checking cfg-if v1.0.4
18492026-06-22T19:19:59.791Z Checking libc v0.2.185
18502026-06-22T19:19:59.794Z Checking serde_core v1.0.228
18512026-06-22T19:19:59.857Z Checking memchr v2.8.0
18522026-06-22T19:19:59.893Z Checking smallvec v1.15.1
18532026-06-22T19:19:59.931Z Checking itoa v1.0.17
18542026-06-22T19:19:59.966Z Checking log v0.4.29
18552026-06-22T19:20:00.009Z Checking zeroize v1.8.2
18562026-06-22T19:20:00.009Z Checking libm v0.2.16
18572026-06-22T19:20:00.098Z Checking scopeguard v1.2.0
18582026-06-22T19:20:00.136Z Checking stable_deref_trait v1.2.1
18592026-06-22T19:20:00.174Z Checking zmij v1.0.21
18602026-06-22T19:20:00.209Z Checking errno v0.3.14
18612026-06-22T19:20:00.209Z Checking getrandom v0.2.17
18622026-06-22T19:20:00.277Z Checking lock_api v0.4.14
18632026-06-22T19:20:00.277Z Checking zerofrom v0.1.6
18642026-06-22T19:20:00.343Z Checking percent-encoding v2.3.2
18652026-06-22T19:20:00.378Z Checking writeable v0.6.2
18662026-06-22T19:20:00.412Z Checking litemap v0.8.1
18672026-06-22T19:20:00.445Z Checking yoke v0.8.1
18682026-06-22T19:20:00.479Z Checking icu_properties_data v2.1.2
18692026-06-22T19:20:00.512Z Checking icu_normalizer_data v2.1.1
18702026-06-22T19:20:00.548Z Checking subtle v2.6.1
18712026-06-22T19:20:00.581Z Checking form_urlencoded v1.2.2
18722026-06-22T19:20:00.614Z Checking utf8_iter v1.0.4
18732026-06-22T19:20:00.618Z Checking rand_core v0.6.4
18742026-06-22T19:20:00.677Z Checking zerovec v0.11.5
18752026-06-22T19:20:00.680Z Checking zerotrie v0.2.3
18762026-06-22T19:20:00.739Z Checking num-traits v0.2.19
18772026-06-22T19:20:00.769Z Checking pin-project-lite v0.2.17
18782026-06-22T19:20:00.806Z Checking zerocopy v0.8.40
18792026-06-22T19:20:00.841Z Checking rand_core v0.10.0
18802026-06-22T19:20:00.877Z Checking parking_lot_core v0.9.12
18812026-06-22T19:20:00.921Z Checking portable-atomic v1.13.1
18822026-06-22T19:20:00.972Z Checking signal-hook-registry v1.4.8
18832026-06-22T19:20:01.009Z Checking getrandom v0.4.1
18842026-06-22T19:20:01.088Z Checking parking_lot v0.12.5
18852026-06-22T19:20:01.148Z Checking tinystr v0.8.2
18862026-06-22T19:20:01.175Z Checking potential_utf v0.1.4
18872026-06-22T19:20:01.209Z Checking critical-section v1.2.0
18882026-06-22T19:20:01.287Z Checking mio v1.2.0
18892026-06-22T19:20:01.324Z Checking serde v1.0.228
18902026-06-22T19:20:01.325Z Checking serde_json v1.0.149
18912026-06-22T19:20:01.325Z Checking bitflags v2.11.0
18922026-06-22T19:20:01.418Z Checking icu_locale_core v2.1.1
18932026-06-22T19:20:01.422Z Checking icu_collections v2.1.1
18942026-06-22T19:20:01.422Z Checking once_cell v1.21.3
18952026-06-22T19:20:01.578Z Checking typenum v1.19.0
18962026-06-22T19:20:01.622Z Checking socket2 v0.6.3
18972026-06-22T19:20:01.666Z Checking iana-time-zone v0.1.65
18982026-06-22T19:20:01.744Z Checking bytes v1.11.1
18992026-06-22T19:20:01.801Z Checking chrono v0.4.44
19002026-06-22T19:20:01.852Z Checking uuid v1.23.0
19012026-06-22T19:20:01.899Z Checking thiserror v2.0.18
19022026-06-22T19:20:01.997Z Checking icu_provider v2.1.1
19032026-06-22T19:20:02.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-22T19:20:02.031Z Checking semver v1.0.28
19052026-06-22T19:20:02.128Z Checking generic-array v0.14.7
19062026-06-22T19:20:02.190Z Checking futures-core v0.3.32
19072026-06-22T19:20:02.224Z Checking tokio v1.52.1
19082026-06-22T19:20:02.259Z Checking icu_properties v2.1.2
19092026-06-22T19:20:02.291Z Checking icu_normalizer v2.1.1
19102026-06-22T19:20:02.353Z Checking dyn-clone v1.0.20
19112026-06-22T19:20:02.394Z Checking const-oid v0.9.6
19122026-06-22T19:20:02.481Z Checking equivalent v1.0.2
19132026-06-22T19:20:02.591Z Checking rustix v1.1.3
19142026-06-22T19:20:02.626Z Checking crypto-common v0.1.7
19152026-06-22T19:20:02.629Z Checking block-buffer v0.10.4
19162026-06-22T19:20:02.689Z Checking byteorder v1.5.0
19172026-06-22T19:20:02.777Z Checking futures-sink v0.3.32
19182026-06-22T19:20:02.823Z Checking slab v0.4.12
19192026-06-22T19:20:02.903Z Checking futures-channel v0.3.32
19202026-06-22T19:20:02.936Z Checking futures-task v0.3.32
19212026-06-22T19:20:03.007Z Checking futures-io v0.3.32
19222026-06-22T19:20:03.091Z Checking idna_adapter v1.2.1
19232026-06-22T19:20:03.125Z Checking digest v0.10.7
19242026-06-22T19:20:03.128Z Checking cpufeatures v0.2.17
19252026-06-22T19:20:03.188Z Checking thiserror v1.0.69
19262026-06-22T19:20:03.191Z Checking futures-util v0.3.32
19272026-06-22T19:20:03.252Z Checking idna v1.1.0
19282026-06-22T19:20:03.285Z Checking hashbrown v0.17.0
19292026-06-22T19:20:03.318Z Checking getrandom v0.3.4
19302026-06-22T19:20:03.353Z Checking fnv v1.0.7
19312026-06-22T19:20:03.470Z Checking regex-syntax v0.8.10
19322026-06-22T19:20:03.504Z Checking http v1.4.0
19332026-06-22T19:20:03.507Z Checking tracing-core v0.1.36
19342026-06-22T19:20:03.566Z Checking url v2.5.8
19352026-06-22T19:20:03.602Z Checking ppv-lite86 v0.2.21
19362026-06-22T19:20:03.792Z Checking indexmap v2.14.0
19372026-06-22T19:20:03.874Z Checking utf8parse v0.2.2
19382026-06-22T19:20:03.927Z Checking base64 v0.22.1
19392026-06-22T19:20:04.004Z Checking tracing v0.1.44
19402026-06-22T19:20:04.038Z Checking schemars v0.8.22
19412026-06-22T19:20:04.085Z Checking anstyle v1.0.14
19422026-06-22T19:20:04.196Z Checking anstyle-query v1.1.5
19432026-06-22T19:20:04.235Z Checking is_terminal_polyfill v1.70.2
19442026-06-22T19:20:04.292Z Checking base64ct v1.8.3
19452026-06-22T19:20:04.325Z Checking colorchoice v1.0.4
19462026-06-22T19:20:04.358Z Checking block-padding v0.3.3
19472026-06-22T19:20:04.390Z Checking ipnet v2.11.0
19482026-06-22T19:20:04.450Z Checking untrusted v0.9.0
19492026-06-22T19:20:04.517Z Checking inout v0.1.4
19502026-06-22T19:20:04.551Z Checking anstyle-parse v1.0.0
19512026-06-22T19:20:04.585Z Checking ring v0.17.14
19522026-06-22T19:20:04.672Z Checking terminal_size v0.4.3
19532026-06-22T19:20:04.706Z Checking cipher v0.4.4
19542026-06-22T19:20:04.710Z Checking aho-corasick v1.1.4
19552026-06-22T19:20:04.769Z Checking crossbeam-utils v0.8.21
19562026-06-22T19:20:04.801Z Checking unicode-ident v1.0.24
19572026-06-22T19:20:04.833Z Checking anstream v1.0.0
19582026-06-22T19:20:04.936Z Checking proc-macro2 v1.0.106
19592026-06-22T19:20:04.969Z Checking clap_lex v1.0.0
19602026-06-22T19:20:05.060Z Checking strsim v0.11.1
19612026-06-22T19:20:05.122Z Checking pem-rfc7468 v0.7.0
19622026-06-22T19:20:05.156Z Checking sha2 v0.10.9
19632026-06-22T19:20:05.159Z Checking rustls-pki-types v1.14.0
19642026-06-22T19:20:05.245Z Checking clap_builder v4.6.0
19652026-06-22T19:20:05.278Z Checking quote v1.0.45
19662026-06-22T19:20:05.309Z Checking httparse v1.10.1
19672026-06-22T19:20:05.408Z Checking tokio-util v0.7.18
19682026-06-22T19:20:05.442Z Checking regex-automata v0.4.14
19692026-06-22T19:20:05.476Z Checking powerfmt v0.2.0
19702026-06-22T19:20:05.479Z Checking syn v2.0.117
19712026-06-22T19:20:05.538Z Checking rand_core v0.9.5
19722026-06-22T19:20:05.542Z Checking hmac v0.12.1
19732026-06-22T19:20:05.603Z Checking time-core v0.1.8
19742026-06-22T19:20:05.649Z Checking deranged v0.5.8
19752026-06-22T19:20:05.724Z Checking num_threads v0.1.7
19762026-06-22T19:20:05.757Z Checking num-conv v0.2.0
19772026-06-22T19:20:05.790Z Checking erased-serde v0.3.31
19782026-06-22T19:20:05.835Z Checking flagset v0.4.7
19792026-06-22T19:20:05.897Z Checking http-body v1.0.1
19802026-06-22T19:20:05.986Z Checking der v0.7.10
19812026-06-22T19:20:06.030Z Checking allocator-api2 v0.2.21
19822026-06-22T19:20:06.063Z Checking atomic-waker v1.1.2
19832026-06-22T19:20:06.187Z Checking rand_chacha v0.9.0
19842026-06-22T19:20:06.191Z Checking slog v2.8.2
19852026-06-22T19:20:06.331Z Checking anyhow v1.0.102
19862026-06-22T19:20:06.414Z Checking try-lock v0.2.5
19872026-06-22T19:20:06.503Z Checking clap v4.6.1
19882026-06-22T19:20:06.538Z Checking httpdate v1.0.3
19892026-06-22T19:20:06.541Z Checking want v0.3.1
19902026-06-22T19:20:06.602Z Checking time v0.3.47
19912026-06-22T19:20:06.605Z Checking rand v0.9.2
19922026-06-22T19:20:06.666Z Checking h2 v0.4.13
19932026-06-22T19:20:06.708Z Checking spin v0.9.8
19942026-06-22T19:20:06.743Z Checking pin-utils v0.1.0
19952026-06-22T19:20:06.746Z Checking tower-layer v0.3.3
19962026-06-22T19:20:06.842Z Checking ryu v1.0.23
19972026-06-22T19:20:06.916Z Checking tower-service v0.3.3
19982026-06-22T19:20:06.952Z Checking ipnetwork v0.21.1
19992026-06-22T19:20:07.005Z Checking socket2 v0.5.10
20002026-06-22T19:20:07.037Z Checking fastrand v2.3.0
20012026-06-22T19:20:07.127Z Checking mime v0.3.17
20022026-06-22T19:20:07.196Z Checking spki v0.7.3
20032026-06-22T19:20:07.249Z Checking pbkdf2 v0.12.2
20042026-06-22T19:20:07.279Z Checking aes v0.8.4
20052026-06-22T19:20:07.286Z Checking http-body-util v0.1.3
20062026-06-22T19:20:07.347Z Checking cbc v0.1.2
20072026-06-22T19:20:07.379Z Checking salsa20 v0.10.2
20082026-06-22T19:20:07.411Z Checking rand_chacha v0.3.1
20092026-06-22T19:20:07.498Z Checking hex v0.4.3
20102026-06-22T19:20:07.536Z Checking aws-lc-sys v0.40.0
20112026-06-22T19:20:07.574Z Checking simd-adler32 v0.3.8
20122026-06-22T19:20:07.643Z Checking pretty-hex v0.4.1
20132026-06-22T19:20:07.690Z Checking untrusted v0.7.1
20142026-06-22T19:20:07.743Z Checking rand v0.8.6
20152026-06-22T19:20:07.797Z Checking scrypt v0.11.0
20162026-06-22T19:20:07.797Z Checking tempfile v3.25.0
20172026-06-22T19:20:07.810Z Checking plain v0.2.3
20182026-06-22T19:20:07.861Z Checking adler2 v2.0.1
20192026-06-22T19:20:07.867Z Checking openssl-probe v0.2.1
20202026-06-22T19:20:07.935Z Checking pkcs5 v0.7.1
20212026-06-22T19:20:07.982Z Checking regex v1.12.3
20222026-06-22T19:20:08.019Z Checking miniz_oxide v0.8.9
20232026-06-22T19:20:08.046Z Checking serde_urlencoded v0.7.1
20242026-06-22T19:20:08.052Z Checking encoding_rs v0.8.35
20252026-06-22T19:20:08.113Z Checking aws-lc-rs v1.16.3
20262026-06-22T19:20:08.225Z Checking ucd-trie v0.1.7
20272026-06-22T19:20:08.280Z Checking pkcs8 v0.10.2
20282026-06-22T19:20:08.316Z Checking camino v1.2.2
20292026-06-22T19:20:08.320Z Checking rustls-native-certs v0.8.3
20302026-06-22T19:20:08.441Z Checking oxnet v0.1.6
20312026-06-22T19:20:08.445Z Checking pest v2.8.6
20322026-06-22T19:20:08.517Z Checking futures-executor v0.3.32
20332026-06-22T19:20:08.564Z Checking sync_wrapper v1.0.2
20342026-06-22T19:20:08.658Z Checking either v1.15.0
20352026-06-22T19:20:08.695Z Checking tower v0.5.3
20362026-06-22T19:20:08.728Z Checking futures v0.3.32
20372026-06-22T19:20:08.761Z Checking webpki-roots v1.0.6
20382026-06-22T19:20:08.833Z Checking crc32fast v1.5.0
20392026-06-22T19:20:08.871Z Checking iri-string v0.7.10
20402026-06-22T19:20:08.905Z Checking static_assertions v1.1.0
20412026-06-22T19:20:08.966Z Checking rustls-webpki v0.103.9
20422026-06-22T19:20:09.002Z Checking foldhash v0.2.0
20432026-06-22T19:20:09.005Z Checking lazy_static v1.5.0
20442026-06-22T19:20:09.063Z Checking openapiv3 v2.2.0
20452026-06-22T19:20:09.105Z Checking signature v2.2.0
20462026-06-22T19:20:09.139Z Checking winnow v0.7.14
20472026-06-22T19:20:09.212Z Checking hashbrown v0.16.1
20482026-06-22T19:20:09.263Z Checking hubpack v0.1.2
20492026-06-22T19:20:09.358Z Checking hyper v1.8.1
20502026-06-22T19:20:09.418Z Checking rustls v0.23.37
20512026-06-22T19:20:09.457Z Checking zlib-rs v0.6.2
20522026-06-22T19:20:09.541Z Checking strum v0.26.3
20532026-06-22T19:20:09.679Z Checking psl-types v2.0.11
20542026-06-22T19:20:09.733Z Checking tinyvec_macros v0.1.1
20552026-06-22T19:20:09.824Z Checking tinyvec v1.10.0
20562026-06-22T19:20:09.828Z Checking publicsuffix v2.3.0
20572026-06-22T19:20:09.902Z Checking tower-http v0.6.8
20582026-06-22T19:20:10.009Z Checking cookie v0.18.1
20592026-06-22T19:20:10.190Z Checking sha1 v0.10.6
20602026-06-22T19:20:10.224Z Checking num-integer v0.1.46
20612026-06-22T19:20:10.263Z Checking scroll v0.13.0
20622026-06-22T19:20:10.297Z Checking hyper-util v0.1.20
20632026-06-22T19:20:10.346Z Checking flate2 v1.1.9
20642026-06-22T19:20:10.381Z Checking data-encoding v2.10.0
20652026-06-22T19:20:10.384Z Checking cookie_store v0.22.1
20662026-06-22T19:20:10.384Z Checking toml_datetime v0.6.11
20672026-06-22T19:20:10.473Z Checking serde_spanned v0.6.9
20682026-06-22T19:20:10.512Z Checking goblin v0.10.5
20692026-06-22T19:20:10.625Z Checking memmap2 v0.9.10
20702026-06-22T19:20:10.659Z Checking base16ct v0.2.0
20712026-06-22T19:20:10.691Z Checking bit-vec v0.8.0
20722026-06-22T19:20:10.694Z Checking dtrace-parser v0.3.0
20732026-06-22T19:20:10.763Z Checking ff v0.13.1
20742026-06-22T19:20:10.812Z Checking sec1 v0.7.3
20752026-06-22T19:20:10.815Z Checking thread-id v5.1.0
20762026-06-22T19:20:10.918Z Checking wait-timeout v0.2.1
20772026-06-22T19:20:10.952Z Checking bit-set v0.8.0
20782026-06-22T19:20:10.955Z Checking group v0.13.0
20792026-06-22T19:20:11.014Z Checking num-iter v0.1.45
20802026-06-22T19:20:11.047Z Checking bstr v1.12.1
20812026-06-22T19:20:11.079Z Checking hkdf v0.12.4
20822026-06-22T19:20:11.127Z Checking crossbeam-epoch v0.9.18
20832026-06-22T19:20:11.161Z Checking anstyle-parse v0.2.7
20842026-06-22T19:20:11.165Z Checking ahash v0.8.12
20852026-06-22T19:20:11.238Z Checking crypto-bigint v0.5.5
20862026-06-22T19:20:11.345Z Checking quick-error v1.2.3
20872026-06-22T19:20:11.379Z Checking anstream v0.6.21
20882026-06-22T19:20:11.411Z Checking rand_xorshift v0.4.0
20892026-06-22T19:20:11.461Z Checking scroll v0.12.0
20902026-06-22T19:20:11.494Z Checking rusty-fork v0.3.1
20912026-06-22T19:20:11.557Z Checking unarray v0.1.4
20922026-06-22T19:20:11.590Z Checking num-bigint-dig v0.8.6
20932026-06-22T19:20:11.626Z Checking pkcs1 v0.7.5
20942026-06-22T19:20:11.681Z Checking x509-cert v0.2.5
20952026-06-22T19:20:11.714Z Checking proptest v1.10.0
20962026-06-22T19:20:11.718Z Checking goblin v0.8.2
20972026-06-22T19:20:11.775Z Checking tokio-rustls v0.26.4
20982026-06-22T19:20:11.854Z Checking rustls-platform-verifier v0.6.2
20992026-06-22T19:20:12.023Z Checking hyper-rustls v0.27.7
21002026-06-22T19:20:12.027Z Checking zerocopy v0.7.35
21012026-06-22T19:20:12.163Z Checking elliptic-curve v0.13.8
21022026-06-22T19:20:12.259Z Checking reqwest v0.13.2
21032026-06-22T19:20:12.350Z Checking unicode-segmentation v1.12.0
21042026-06-22T19:20:12.419Z Checking foreign-types-shared v0.1.1
21052026-06-22T19:20:12.501Z Checking rsa v0.9.10
21062026-06-22T19:20:12.534Z Checking foreign-types v0.3.2
21072026-06-22T19:20:12.566Z Checking dtrace-parser v0.2.0
21082026-06-22T19:20:12.628Z Checking rfc6979 v0.4.0
21092026-06-22T19:20:12.682Z Checking memoffset v0.9.1
21102026-06-22T19:20:12.771Z Checking openssl-sys v0.9.115
21112026-06-22T19:20:12.805Z Checking thread-id v4.2.2
21122026-06-22T19:20:12.836Z Checking ecdsa v0.16.9
21132026-06-22T19:20:12.840Z Checking dof v0.4.0
21142026-06-22T19:20:12.909Z Checking curve25519-dalek v4.1.3
21152026-06-22T19:20:12.992Z Checking rustix v0.38.44
21162026-06-22T19:20:13.131Z Checking env_filter v1.0.0
21172026-06-22T19:20:13.192Z Checking openssl v0.10.79
21182026-06-22T19:20:13.230Z Checking toml_write v0.1.2
21192026-06-22T19:20:13.305Z Checking same-file v1.0.6
21202026-06-22T19:20:13.464Z Checking keccak v0.1.6
21212026-06-22T19:20:13.468Z Checking walkdir v2.5.0
21222026-06-22T19:20:13.516Z Checking newtype-uuid v1.3.2
21232026-06-22T19:20:13.549Z Checking usdt-impl v0.6.0
21242026-06-22T19:20:13.624Z Checking sha3 v0.10.8
21252026-06-22T19:20:13.658Z Checking dof v0.3.0
21262026-06-22T19:20:13.661Z Checking toml_edit v0.22.27
21272026-06-22T19:20:13.724Z Checking env_logger v0.11.9
21282026-06-22T19:20:13.758Z Checking daft v0.1.7
21292026-06-22T19:20:13.819Z Checking ed25519 v2.2.3
21302026-06-22T19:20:13.858Z Checking itertools v0.13.0
21312026-06-22T19:20:13.861Z Checking usdt v0.6.0
21322026-06-22T19:20:13.937Z Checking serde_with v3.17.0
21332026-06-22T19:20:13.973Z Checking usdt-impl v0.5.0
21342026-06-22T19:20:14.022Z Checking bitflags v1.3.2
21352026-06-22T19:20:14.057Z Checking siphasher v1.0.2
21362026-06-22T19:20:14.089Z Checking ed25519-dalek v2.2.0
21372026-06-22T19:20:14.124Z Checking nix v0.31.2
21382026-06-22T19:20:14.237Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-06-22T19:20:14.276Z Checking unicode-normalization v0.1.25
21402026-06-22T19:20:14.343Z Checking signal-hook v0.3.18
21412026-06-22T19:20:14.564Z Checking winnow v0.5.40
21422026-06-22T19:20:14.598Z Checking managed v0.8.0
21432026-06-22T19:20:14.701Z Checking bzip2-sys v0.1.13+1.0.8
21442026-06-22T19:20:14.796Z Checking object v0.37.3
21452026-06-22T19:20:14.830Z Checking foldhash v0.1.5
21462026-06-22T19:20:14.839Z Checking bzip2 v0.4.4
21472026-06-22T19:20:14.892Z Checking signal-hook-mio v0.2.5
21482026-06-22T19:20:15.014Z Checking globset v0.4.18
21492026-06-22T19:20:15.018Z Checking hashbrown v0.15.5
21502026-06-22T19:20:15.018Z Checking ref-cast v1.0.25
21512026-06-22T19:20:15.201Z Checking zstd-sys v2.0.16+zstd.1.5.7
21522026-06-22T19:20:15.204Z Checking zip v0.6.6
21532026-06-22T19:20:15.268Z Checking native-tls v0.2.18
21542026-06-22T19:20:15.303Z Checking pin-project v1.1.11
21552026-06-22T19:20:15.344Z Checking zstd-safe v7.2.4
21562026-06-22T19:20:15.379Z Checking bumpalo v3.20.2
21572026-06-22T19:20:15.421Z Checking libbz2-rs-sys v0.2.2
21582026-06-22T19:20:15.474Z Checking tokio-native-tls v0.3.1
21592026-06-22T19:20:15.533Z Checking crossterm v0.28.1
21602026-06-22T19:20:15.537Z Checking zstd v0.13.3
21612026-06-22T19:20:15.595Z Checking similar v2.7.0
21622026-06-22T19:20:15.630Z Checking zopfli v0.8.3
21632026-06-22T19:20:15.662Z Checking hyper-tls v0.6.0
21642026-06-22T19:20:15.708Z Checking toml_edit v0.19.15
21652026-06-22T19:20:15.745Z Checking tokio-stream v0.1.18
21662026-06-22T19:20:15.834Z Checking bzip2 v0.6.1
21672026-06-22T19:20:15.868Z Checking reqwest v0.12.28
21682026-06-22T19:20:15.979Z Checking fs-err v3.3.0
21692026-06-22T19:20:16.014Z Checking pem v3.0.6
21702026-06-22T19:20:16.046Z Checking hash32 v0.2.1
21712026-06-22T19:20:16.154Z Checking serde-big-array v0.5.1
21722026-06-22T19:20:16.201Z Checking jiff v0.2.21
21732026-06-22T19:20:16.241Z Checking predicates-core v1.0.10
21742026-06-22T19:20:16.302Z Checking unicode-properties v0.1.4
21752026-06-22T19:20:16.306Z Checking unicode-bidi v0.3.18
21762026-06-22T19:20:16.364Z Checking heapless v0.7.17
21772026-06-22T19:20:16.396Z Checking snafu v0.8.9
21782026-06-22T19:20:16.518Z Checking olpc-cjson v0.1.4
21792026-06-22T19:20:16.650Z Checking stringprep v0.1.5
21802026-06-22T19:20:16.685Z Checking hickory-proto v0.25.2
21812026-06-22T19:20:16.688Z Checking md-5 v0.10.6
21822026-06-22T19:20:16.748Z Checking serde_plain v1.0.2
21832026-06-22T19:20:16.782Z Checking toml v0.7.8
21842026-06-22T19:20:16.814Z Checking float-cmp v0.10.0
21852026-06-22T19:20:16.857Z Checking normalize-line-endings v0.3.0
21862026-06-22T19:20:16.881Z Checking fallible-iterator v0.2.0
21872026-06-22T19:20:16.917Z Checking typed-path v0.9.3
21882026-06-22T19:20:16.965Z Checking difflib v0.4.0
21892026-06-22T19:20:16.969Z Checking smoltcp v0.9.1
21902026-06-22T19:20:17.095Z Checking iddqd v0.4.2
21912026-06-22T19:20:17.129Z Checking phf_shared v0.11.3
21922026-06-22T19:20:17.171Z Checking predicates v3.1.4
21932026-06-22T19:20:17.204Z Checking postgres-protocol v0.6.10
21942026-06-22T19:20:17.299Z Checking phf_shared v0.13.1
21952026-06-22T19:20:17.493Z Checking buf-list v1.1.2
21962026-06-22T19:20:17.526Z Checking strum v0.27.2
21972026-06-22T19:20:17.559Z Checking lalrpop-util v0.19.12
21982026-06-22T19:20:17.595Z Checking precomputed-hash v0.1.1
21992026-06-22T19:20:17.662Z Checking new_debug_unreachable v1.0.6
22002026-06-22T19:20:17.696Z Checking tough v0.22.0
22012026-06-22T19:20:17.729Z Checking fixedbitset v0.4.2
22022026-06-22T19:20:17.733Z Checking fixedbitset v0.5.7
22032026-06-22T19:20:17.792Z Checking string_cache v0.8.9
22042026-06-22T19:20:17.795Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-06-22T19:20:17.906Z Checking petgraph v0.6.5
22062026-06-22T19:20:17.988Z Checking petgraph v0.8.3
22072026-06-22T19:20:18.038Z Checking postgres-types v0.2.12
22082026-06-22T19:20:18.041Z Checking phf v0.13.1
22092026-06-22T19:20:18.275Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-22T19:20:18.416Z Checking peg-runtime v0.8.5
22112026-06-22T19:20:18.490Z Checking zip v4.6.1
22122026-06-22T19:20:18.575Z Checking whoami v2.1.0
22132026-06-22T19:20:18.725Z Checking is-terminal v0.4.17
22142026-06-22T19:20:18.802Z Checking tokio-postgres v0.7.16
22152026-06-22T19:20:18.848Z Checking crossbeam-channel v0.5.15
22162026-06-22T19:20:19.081Z Checking thread_local v1.1.9
22172026-06-22T19:20:19.211Z Compiling structmeta-derive v0.3.0
22182026-06-22T19:20:19.245Z Checking term v1.2.1
22192026-06-22T19:20:19.277Z Checking take_mut v0.2.2
22202026-06-22T19:20:19.407Z Checking slog-async v2.8.0
22212026-06-22T19:20:19.497Z Checking slog-term v2.9.2
22222026-06-22T19:20:19.581Z Compiling newtype-uuid-macros v0.1.0
22232026-06-22T19:20:19.611Z Compiling rustls v0.22.4
22242026-06-22T19:20:19.647Z Compiling multer v3.1.0
22252026-06-22T19:20:19.782Z Compiling async-stream-impl v0.3.6
22262026-06-22T19:20:19.814Z Checking match_cfg v0.1.0
22272026-06-22T19:20:19.912Z Checking hostname v0.3.1
22282026-06-22T19:20:19.944Z Checking slog-json v2.6.1
22292026-06-22T19:20:19.977Z Compiling dropshot v0.17.0
22302026-06-22T19:20:20.037Z Compiling dropshot_endpoint v0.17.0
22312026-06-22T19:20:20.083Z Checking debug-ignore v1.0.5
22322026-06-22T19:20:20.150Z Checking slog-bunyan v2.5.0
22332026-06-22T19:20:20.225Z Checking progenitor-client v0.14.0
22342026-06-22T19:20:20.261Z Checking rustls-webpki v0.102.8
22352026-06-22T19:20:20.296Z Compiling structmeta v0.3.0
22362026-06-22T19:20:20.324Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-06-22T19:20:20.328Z Checking serde_path_to_error v0.1.20
22382026-06-22T19:20:20.328Z Checking serde_spanned v1.0.4
22392026-06-22T19:20:20.415Z Checking toml_datetime v1.0.0+spec-1.1.0
22402026-06-22T19:20:20.472Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22412026-06-22T19:20:20.530Z Compiling derive-ex v0.1.8
22422026-06-22T19:20:20.562Z Checking compression-core v0.4.31
22432026-06-22T19:20:20.615Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-06-22T19:20:20.650Z Checking async-stream v0.3.6
22452026-06-22T19:20:20.711Z Checking compression-codecs v0.4.37
22462026-06-22T19:20:20.836Z Checking waitgroup v0.1.2
22472026-06-22T19:20:20.868Z Checking toml v1.0.6+spec-1.1.0
22482026-06-22T19:20:20.899Z Checking rustls-pemfile v2.2.0
22492026-06-22T19:20:20.931Z Checking async-compression v0.4.41
22502026-06-22T19:20:20.965Z Checking hostname v0.4.2
22512026-06-22T19:20:21.050Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-06-22T19:20:21.082Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22532026-06-22T19:20:21.113Z Checking atomicwrites v0.4.4
22542026-06-22T19:20:21.185Z Compiling parse-display-derive v0.10.0
22552026-06-22T19:20:21.219Z Checking itertools v0.14.0
22562026-06-22T19:20:21.252Z Checking macaddr v1.0.1
22572026-06-22T19:20:21.282Z Checking regress v0.10.5
22582026-06-22T19:20:21.459Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592026-06-22T19:20:21.492Z Checking instant v0.1.13
22602026-06-22T19:20:21.605Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22612026-06-22T19:20:21.794Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22622026-06-22T19:20:21.863Z Checking backoff v0.4.0
22632026-06-22T19:20:21.899Z Checking backon v1.6.0
22642026-06-22T19:20:22.065Z Checking humantime v2.3.0
22652026-06-22T19:20:22.099Z Checking progenitor-extras v0.2.0
22662026-06-22T19:20:22.136Z Checking tokio-rustls v0.25.0
22672026-06-22T19:20:22.244Z Compiling test-strategy v0.4.5
22682026-06-22T19:20:22.278Z Checking unicode-width v0.2.0
22692026-06-22T19:20:22.282Z Compiling convert_case v0.4.0
22702026-06-22T19:20:22.342Z Checking heck v0.5.0
22712026-06-22T19:20:22.375Z Checking half v2.7.1
22722026-06-22T19:20:22.488Z Checking ciborium-io v0.2.2
22732026-06-22T19:20:22.582Z Checking secrecy v0.10.3
22742026-06-22T19:20:22.613Z Compiling regress v0.11.1
22752026-06-22T19:20:22.672Z Compiling derive_more v0.99.20
22762026-06-22T19:20:22.704Z Checking ciborium-ll v0.2.2
22772026-06-22T19:20:22.735Z Checking indent_write v2.2.0
22782026-06-22T19:20:22.738Z Checking universal-hash v0.5.1
22792026-06-22T19:20:22.893Z Checking parse-display v0.10.0
22802026-06-22T19:20:22.923Z Checking opaque-debug v0.3.1
22812026-06-22T19:20:22.926Z Checking ciborium v0.2.2
22822026-06-22T19:20:23.041Z Checking camino-tempfile v1.4.1
22832026-06-22T19:20:23.098Z Compiling crucible-workspace-hack v0.1.0
22842026-06-22T19:20:23.224Z Checking aead v0.5.2
22852026-06-22T19:20:23.406Z Compiling unsafe-libyaml v0.2.11
22862026-06-22T19:20:23.429Z Checking poly1305 v0.8.0
22872026-06-22T19:20:23.495Z Checking chacha20 v0.9.1
22882026-06-22T19:20:23.721Z Compiling thiserror-impl-no-std v2.0.2
22892026-06-22T19:20:23.724Z Checking swrite v0.1.0
22902026-06-22T19:20:23.813Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22912026-06-22T19:20:23.872Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22922026-06-22T19:20:24.134Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-22T19:20:24.224Z Compiling typify-impl v0.6.2
22942026-06-22T19:20:24.258Z Checking password-hash v0.5.0
22952026-06-22T19:20:24.360Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-06-22T19:20:24.539Z Checking blake2 v0.10.6
22972026-06-22T19:20:24.798Z Checking argon2 v0.5.3
22982026-06-22T19:20:24.939Z Checking thiserror-no-std v2.0.2
22992026-06-22T19:20:25.056Z Checking vsss-rs v3.3.4
23002026-06-22T19:20:25.166Z Checking chacha20poly1305 v0.10.1
23012026-06-22T19:20:25.325Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-06-22T19:20:25.329Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-06-22T19:20:25.616Z Checking byte-wrapper v0.1.0
23042026-06-22T19:20:25.685Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-22T19:20:25.716Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-22T19:20:25.757Z Checking crossbeam-deque v0.8.6
23072026-06-22T19:20:25.847Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23082026-06-22T19:20:25.879Z Compiling rayon-core v1.13.0
23092026-06-22T19:20:25.945Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-22T19:20:25.979Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-22T19:20:26.190Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-06-22T19:20:26.255Z Compiling toml_edit v0.23.10+spec-1.0.0
23132026-06-22T19:20:26.475Z Compiling proc-macro-error v1.0.4
23142026-06-22T19:20:26.585Z Checking rayon v1.11.0
23152026-06-22T19:20:26.812Z Compiling proc-macro-crate v3.4.0
23162026-06-22T19:20:27.260Z Checking toml v0.8.23
23172026-06-22T19:20:27.325Z Checking tabwriter v1.4.1
23182026-06-22T19:20:27.359Z Checking glob v0.3.3
23192026-06-22T19:20:27.395Z Compiling num_enum_derive v0.7.6
23202026-06-22T19:20:27.428Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23212026-06-22T19:20:27.497Z Compiling heapless v0.8.0
23222026-06-22T19:20:27.551Z Checking colored v3.1.1
23232026-06-22T19:20:27.584Z Compiling ingot-macros v0.1.1
23242026-06-22T19:20:27.674Z Checking hash32 v0.3.1
23252026-06-22T19:20:27.770Z Checking unicode-width v0.1.14
23262026-06-22T19:20:27.804Z Compiling smoltcp v0.11.0
23272026-06-22T19:20:28.053Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-06-22T19:20:28.086Z Checking cobs v0.3.0
23292026-06-22T19:20:28.236Z Compiling usdt-macro v0.5.0
23302026-06-22T19:20:28.287Z Compiling usdt-attr-macro v0.5.0
23312026-06-22T19:20:28.359Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23322026-06-22T19:20:28.385Z Checking memmap v0.7.0
23332026-06-22T19:20:28.490Z Checking num_enum v0.7.6
23342026-06-22T19:20:28.494Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-06-22T19:20:28.634Z Checking postcard v1.1.3
23362026-06-22T19:20:28.763Z Compiling typify-macro v0.6.2
23372026-06-22T19:20:28.806Z Compiling proc-macro-crate v1.3.1
23382026-06-22T19:20:28.956Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-22T19:20:28.995Z Checking sigpipe v0.1.3
23402026-06-22T19:20:29.103Z Compiling foreign-types-macros v0.2.3
23412026-06-22T19:20:29.135Z Checking usdt v0.5.0
23422026-06-22T19:20:29.191Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-22T19:20:29.244Z Checking cpufeatures v0.3.0
23442026-06-22T19:20:29.326Z Checking foreign-types-shared v0.3.1
23452026-06-22T19:20:29.358Z Checking chacha20 v0.10.0
23462026-06-22T19:20:29.444Z Compiling num_enum_derive v0.5.11
23472026-06-22T19:20:29.627Z Checking cstr-argument v0.1.2
23482026-06-22T19:20:29.716Z Checking foreign-types v0.5.0
23492026-06-22T19:20:29.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23502026-06-22T19:20:29.777Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-22T19:20:29.808Z Compiling num-derive v0.4.2
23522026-06-22T19:20:29.839Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23532026-06-22T19:20:30.089Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-06-22T19:20:30.192Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-22T19:20:30.239Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-22T19:20:30.289Z Checking rand v0.10.0
23572026-06-22T19:20:30.377Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-22T19:20:30.436Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-06-22T19:20:30.473Z Checking ingot-types v0.1.2
23602026-06-22T19:20:30.507Z Checking num_enum v0.5.11
23612026-06-22T19:20:30.547Z Compiling typify v0.6.2
23622026-06-22T19:20:30.600Z Checking itertools v0.12.1
23632026-06-22T19:20:30.639Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-06-22T19:20:30.675Z Compiling progenitor-impl v0.14.0
23652026-06-22T19:20:30.764Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23662026-06-22T19:20:30.853Z Checking ingot v0.1.1
23672026-06-22T19:20:30.965Z Compiling zone_cfg_derive v0.3.1
23682026-06-22T19:20:31.009Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23692026-06-22T19:20:31.203Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-06-22T19:20:31.471Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23712026-06-22T19:20:31.622Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23722026-06-22T19:20:31.622Z Checking smf v0.2.3
23732026-06-22T19:20:31.712Z Checking zone v0.3.1
23742026-06-22T19:20:31.715Z Checking whoami v1.6.1
23752026-06-22T19:20:31.802Z Checking tokio-dtrace v0.1.1
23762026-06-22T19:20:31.896Z Compiling derive-where v1.6.0
23772026-06-22T19:20:31.924Z Checking console v0.15.11
23782026-06-22T19:20:31.960Z Checking newline-converter v0.3.0
23792026-06-22T19:20:32.024Z Checking oxide-tokio-rt v0.1.4
23802026-06-22T19:20:32.097Z Checking bytecount v0.6.9
23812026-06-22T19:20:32.126Z Compiling owo-colors v4.3.0
23822026-06-22T19:20:32.206Z Compiling cancel-safe-futures v0.1.5
23832026-06-22T19:20:32.244Z Checking libsw-core v0.3.2
23842026-06-22T19:20:32.252Z Checking expectorate v1.2.0
23852026-06-22T19:20:32.418Z Checking libsw v3.5.0
23862026-06-22T19:20:32.455Z Checking num-rational v0.4.2
23872026-06-22T19:20:32.510Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23882026-06-22T19:20:32.771Z Checking num-complex v0.4.6
23892026-06-22T19:20:32.830Z Checking linear-map v1.2.0
23902026-06-22T19:20:32.859Z Checking float-ord v0.3.2
23912026-06-22T19:20:33.004Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-06-22T19:20:33.087Z Checking gethostname v0.5.0
23932026-06-22T19:20:33.167Z Checking num v0.4.3
23942026-06-22T19:20:33.204Z Compiling prettyplease v0.2.37
23952026-06-22T19:20:33.267Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-06-22T19:20:33.270Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23972026-06-22T19:20:33.270Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23982026-06-22T19:20:33.361Z Compiling progenitor-macro v0.14.0
23992026-06-22T19:20:33.470Z Checking resolv-conf v0.7.6
24002026-06-22T19:20:33.679Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-06-22T19:20:33.682Z Checking unicode-linebreak v0.1.5
24022026-06-22T19:20:33.743Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24032026-06-22T19:20:33.954Z Checking smawk v0.3.2
24042026-06-22T19:20:34.118Z Checking papergrid v0.11.0
24052026-06-22T19:20:34.766Z Compiling tabled_derive v0.7.0
24062026-06-22T19:20:34.800Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24072026-06-22T19:20:34.833Z Compiling convert_case v0.10.0
24082026-06-22T19:20:34.871Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-22T19:20:35.041Z Compiling slog-dtrace v0.3.0
24102026-06-22T19:20:35.142Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-06-22T19:20:35.175Z Compiling derive_more-impl v2.1.1
24122026-06-22T19:20:35.334Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-06-22T19:20:35.490Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-06-22T19:20:35.773Z Checking tabled v0.15.0
24152026-06-22T19:20:36.001Z Checking derive_more v2.1.1
24162026-06-22T19:20:36.106Z Checking crossterm v0.29.0
24172026-06-22T19:20:36.393Z Checking linked-hash-map v0.5.6
24182026-06-22T19:20:36.622Z Checking lru-cache v0.1.2
24192026-06-22T19:20:37.000Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24202026-06-22T19:20:37.029Z Checking hickory-proto v0.24.4
24212026-06-22T19:20:37.128Z Checking fd-lock v4.0.4
24222026-06-22T19:20:37.797Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24232026-06-22T19:20:37.963Z Checking vte v0.14.1
24242026-06-22T19:20:38.304Z Checking progenitor v0.14.0
24252026-06-22T19:20:38.349Z Checking display-error-chain v0.2.2
24262026-06-22T19:20:38.470Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-06-22T19:20:38.537Z Checking strip-ansi-escapes v0.2.1
24282026-06-22T19:20:38.848Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24292026-06-22T19:20:39.739Z Checking termtree v0.5.1
24302026-06-22T19:20:39.903Z Checking nu-ansi-term v0.50.3
24312026-06-22T19:20:39.981Z Checking hickory-resolver v0.24.4
24322026-06-22T19:20:40.055Z Checking textwrap v0.16.2
24332026-06-22T19:20:40.104Z Compiling minimal-lexical v0.2.1
24342026-06-22T19:20:40.165Z Checking reedline v0.40.0
24352026-06-22T19:20:40.281Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24362026-06-22T19:20:40.315Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24372026-06-22T19:20:40.390Z Compiling nom v7.1.3
24382026-06-22T19:20:40.739Z Checking qorb v0.4.1
24392026-06-22T19:20:40.772Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-22T19:20:40.871Z Compiling ar_archive_writer v0.5.1
24412026-06-22T19:20:41.385Z Checking csv-core v0.1.13
24422026-06-22T19:20:41.466Z Compiling stacker v0.1.23
24432026-06-22T19:20:41.598Z Checking csv v1.4.0
24442026-06-22T19:20:41.746Z Compiling psm v0.1.30
24452026-06-22T19:20:41.749Z Compiling semver v0.1.20
24462026-06-22T19:20:41.810Z Checking highway v1.3.0
24472026-06-22T19:20:41.971Z Compiling cfg_aliases v0.1.1
24482026-06-22T19:20:42.051Z Compiling rustc_version v0.1.7
24492026-06-22T19:20:42.077Z Compiling nix v0.28.0
24502026-06-22T19:20:42.080Z Checking nibble_vec v0.1.0
24512026-06-22T19:20:42.137Z Checking home v0.5.12
24522026-06-22T19:20:42.266Z Checking endian-type v0.1.2
24532026-06-22T19:20:42.299Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24542026-06-22T19:20:42.302Z Compiling newtype_derive v0.1.6
24552026-06-22T19:20:42.435Z Checking radix_trie v0.2.1
24562026-06-22T19:20:42.465Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-22T19:20:42.565Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-06-22T19:20:42.568Z Checking phf_shared v0.12.1
24592026-06-22T19:20:42.669Z Compiling recursive-proc-macro-impl v0.1.1
24602026-06-22T19:20:42.700Z Compiling chrono-tz v0.10.4
24612026-06-22T19:20:42.732Z Checking phf v0.12.1
24622026-06-22T19:20:43.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-06-22T19:20:43.053Z Compiling const_format_proc_macros v0.2.34
24642026-06-22T19:20:43.135Z Checking recursive v0.1.1
24652026-06-22T19:20:43.139Z Compiling peg-macros v0.8.5
24662026-06-22T19:20:43.206Z Checking winnow v0.6.26
24672026-06-22T19:20:43.259Z Checking nom v8.0.0
24682026-06-22T19:20:43.579Z Compiling sqlparser_derive v0.5.0
24692026-06-22T19:20:43.950Z Checking unicode_categories v0.1.1
24702026-06-22T19:20:43.993Z Checking rustyline v14.0.0
24712026-06-22T19:20:44.136Z Checking const_format v0.2.35
24722026-06-22T19:20:44.374Z Checking sqlparser v0.61.0
24732026-06-22T19:20:44.377Z Checking sqlformat v0.3.5
24742026-06-22T19:20:44.564Z Checking peg v0.8.5
24752026-06-22T19:20:44.721Z Checking bcs v0.1.6
24762026-06-22T19:20:44.790Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24772026-06-22T19:20:44.857Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24782026-06-22T19:20:44.886Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24792026-06-22T19:20:44.975Z Checking steno v0.4.1
24802026-06-22T19:20:45.067Z Checking filetime v0.2.27
24812026-06-22T19:20:45.215Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-22T19:20:45.244Z Checking xattr v1.6.1
24832026-06-22T19:20:45.248Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-06-22T19:20:45.405Z Checking tar v0.4.45
24852026-06-22T19:20:45.478Z Checking subprocess v0.2.15
24862026-06-22T19:20:45.825Z Checking base64 v0.21.7
24872026-06-22T19:20:45.875Z Checking headers-core v0.3.0
24882026-06-22T19:20:46.012Z Checking headers v0.4.1
24892026-06-22T19:20:46.045Z Checking yasna v0.5.2
24902026-06-22T19:20:46.102Z Checking dropshot-api-manager-types v0.7.2
24912026-06-22T19:20:46.291Z Checking tagptr v0.2.0
24922026-06-22T19:20:46.462Z Checking moka v0.12.13
24932026-06-22T19:20:46.467Z Checking rcgen v0.12.1
24942026-06-22T19:20:46.521Z Checking utf-8 v0.7.6
24952026-06-22T19:20:46.687Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24962026-06-22T19:20:46.825Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24972026-06-22T19:20:46.860Z Checking tungstenite v0.21.0
24982026-06-22T19:20:47.114Z Checking hickory-resolver v0.25.2
24992026-06-22T19:20:47.290Z Compiling libefi-sys v0.1.0
25002026-06-22T19:20:47.320Z Checking tokio-tungstenite v0.21.0
25012026-06-22T19:20:47.410Z Compiling bitfield-struct v0.6.2
25022026-06-22T19:20:47.541Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25032026-06-22T19:20:47.625Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25042026-06-22T19:20:47.854Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25052026-06-22T19:20:48.140Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-06-22T19:20:48.436Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-22T19:20:48.519Z Compiling radium v0.7.0
25082026-06-22T19:20:48.599Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-06-22T19:20:48.791Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-22T19:20:48.871Z Compiling maybe-uninit v2.0.0
25112026-06-22T19:20:48.928Z Checking tap v1.0.1
25122026-06-22T19:20:49.060Z Compiling zerocopy-derive v0.6.6
25132026-06-22T19:20:49.063Z Checking wyz v0.5.1
25142026-06-22T19:20:49.158Z Compiling packed_struct v0.10.1
25152026-06-22T19:20:49.235Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25162026-06-22T19:20:49.267Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25172026-06-22T19:20:49.270Z Checking funty v2.0.0
25182026-06-22T19:20:49.396Z Checking crc-catalog v2.4.0
25192026-06-22T19:20:49.469Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25202026-06-22T19:20:49.540Z Checking crc v3.4.0
25212026-06-22T19:20:49.603Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25222026-06-22T19:20:49.638Z Checking bitvec v1.0.1
25232026-06-22T19:20:49.679Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-06-22T19:20:49.734Z Compiling packed_struct_codegen v0.10.1
25252026-06-22T19:20:49.947Z Checking zerocopy v0.6.6
25262026-06-22T19:20:50.273Z Compiling bitfield-macros v0.19.4
25272026-06-22T19:20:50.607Z Compiling indexmap v1.9.3
25282026-06-22T19:20:50.841Z Checking nodrop v0.1.14
25292026-06-22T19:20:50.946Z Checking smallvec v0.6.14
25302026-06-22T19:20:50.974Z Checking array-init v0.0.4
25312026-06-22T19:20:51.018Z Checking bitfield v0.19.4
25322026-06-22T19:20:51.130Z Checking hashbrown v0.12.3
25332026-06-22T19:20:51.294Z Checking serde-hex v0.1.0
25342026-06-22T19:20:51.325Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25352026-06-22T19:20:51.509Z Checking ron v0.8.1
25362026-06-22T19:20:51.930Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25372026-06-22T19:20:51.996Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25382026-06-22T19:20:52.061Z Checking hashbrown v0.13.2
25392026-06-22T19:20:52.448Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25402026-06-22T19:20:52.508Z Checking crc-any v2.5.0
25412026-06-22T19:20:52.564Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25422026-06-22T19:20:52.595Z Checking object v0.30.4
25432026-06-22T19:20:52.713Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25442026-06-22T19:20:52.810Z Compiling xshell-macros v0.2.7
25452026-06-22T19:20:52.844Z Checking path-slash v0.1.5
25462026-06-22T19:20:52.906Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-06-22T19:20:53.259Z Checking xshell v0.2.7
25482026-06-22T19:20:53.365Z Checking half v1.8.3
25492026-06-22T19:20:53.396Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25502026-06-22T19:20:53.476Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25512026-06-22T19:20:53.595Z Checking serde_cbor v0.11.2
25522026-06-22T19:20:53.644Z Compiling proc-macro-error-attr2 v2.0.0
25532026-06-22T19:20:54.012Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25542026-06-22T19:20:54.071Z Compiling proc-macro-error2 v2.0.1
25552026-06-22T19:20:54.314Z Compiling num-derive v0.3.3
25562026-06-22T19:20:54.326Z Checking maplit v1.0.2
25572026-06-22T19:20:54.383Z Checking papergrid v0.17.0
25582026-06-22T19:20:54.419Z Compiling tabled_derive v0.11.0
25592026-06-22T19:20:54.764Z Checking testing_table v0.3.0
25602026-06-22T19:20:55.893Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25612026-06-22T19:20:55.897Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-06-22T19:20:55.897Z Checking libscf-sys v1.1.0
25632026-06-22T19:20:55.897Z Compiling progenitor-impl v0.13.0
25642026-06-22T19:20:55.897Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25652026-06-22T19:20:55.897Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25662026-06-22T19:20:55.897Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25672026-06-22T19:20:55.897Z Checking tabled v0.20.0
25682026-06-22T19:20:55.897Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25692026-06-22T19:20:56.158Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25702026-06-22T19:20:56.215Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-22T19:20:56.479Z Checking progenitor-client v0.13.0
25722026-06-22T19:20:56.511Z Compiling git-stub v1.0.0
25732026-06-22T19:20:56.747Z Compiling git-stub-vcs v0.1.0
25742026-06-22T19:20:56.803Z Checking crc8 v0.1.1
25752026-06-22T19:20:56.880Z Checking unicase v2.9.0
25762026-06-22T19:20:56.914Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25772026-06-22T19:20:56.941Z Checking fxhash v0.2.1
25782026-06-22T19:20:57.067Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25792026-06-22T19:20:57.123Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25802026-06-22T19:20:57.133Z Compiling vergen-lib v0.1.6
25812026-06-22T19:20:57.390Z Compiling diesel_derives v2.3.7
25822026-06-22T19:20:57.572Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-06-22T19:20:57.647Z Checking scheduled-thread-pool v0.2.7
25842026-06-22T19:20:57.683Z Compiling dsl_auto_type v0.2.0
25852026-06-22T19:20:57.821Z Compiling vergen-gitcl v1.0.8
25862026-06-22T19:20:57.824Z Compiling progenitor-macro v0.13.0
25872026-06-22T19:20:57.946Z Compiling diesel_table_macro_syntax v0.3.0
25882026-06-22T19:20:58.005Z Checking r2d2 v0.8.10
25892026-06-22T19:20:58.102Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902026-06-22T19:20:58.142Z Checking downcast-rs v2.0.2
25912026-06-22T19:20:58.202Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-06-22T19:20:58.245Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25932026-06-22T19:20:58.458Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25942026-06-22T19:20:58.557Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25952026-06-22T19:20:58.724Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-06-22T19:20:58.765Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25972026-06-22T19:20:58.793Z Checking kstat-rs v0.2.4
25982026-06-22T19:20:58.865Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25992026-06-22T19:20:58.894Z Checking arc-swap v1.8.2
26002026-06-22T19:20:59.006Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26012026-06-22T19:20:59.047Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26022026-06-22T19:20:59.140Z Checking slog-scope v4.4.1
26032026-06-22T19:20:59.309Z Compiling dirs-sys-next v0.1.2
26042026-06-22T19:20:59.349Z Compiling crunchy v0.2.4
26052026-06-22T19:20:59.536Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26062026-06-22T19:20:59.624Z Compiling parking_lot_core v0.8.6
26072026-06-22T19:20:59.696Z Compiling dirs-next v2.0.0
26082026-06-22T19:20:59.727Z Checking slog-stdlog v4.1.1
26092026-06-22T19:20:59.847Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-06-22T19:20:59.878Z Compiling clang-sys v1.8.1
26112026-06-22T19:20:59.949Z Compiling tiny-keccak v2.0.2
26122026-06-22T19:21:00.304Z Checking slog-envlogger v2.2.0
26132026-06-22T19:21:00.358Z Compiling term v0.7.0
26142026-06-22T19:21:00.446Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26152026-06-22T19:21:00.482Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26162026-06-22T19:21:00.514Z Compiling bit-vec v0.6.3
26172026-06-22T19:21:00.762Z Compiling bit-set v0.5.3
26182026-06-22T19:21:00.792Z Compiling ascii-canvas v3.0.0
26192026-06-22T19:21:00.881Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-22T19:21:00.945Z Checking parking_lot v0.11.2
26212026-06-22T19:21:01.011Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-22T19:21:01.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26232026-06-22T19:21:01.202Z Checking prefix-trie v0.7.0
26242026-06-22T19:21:01.227Z Compiling itertools v0.10.5
26252026-06-22T19:21:01.378Z Compiling ena v0.14.4
26262026-06-22T19:21:01.478Z Compiling libloading v0.8.9
26272026-06-22T19:21:01.530Z Compiling regex-syntax v0.6.29
26282026-06-22T19:21:01.561Z Compiling diff v0.1.13
26292026-06-22T19:21:01.669Z Compiling bindgen v0.71.1
26302026-06-22T19:21:01.850Z Checking hickory-server v0.25.2
26312026-06-22T19:21:02.208Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26322026-06-22T19:21:02.300Z Checking sled v0.34.7
26332026-06-22T19:21:02.805Z Compiling cexpr v0.6.0
26342026-06-22T19:21:02.860Z Checking progenitor v0.13.0
26352026-06-22T19:21:03.063Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26362026-06-22T19:21:03.131Z Compiling lalrpop v0.19.12
26372026-06-22T19:21:03.560Z Checking nanorand v0.7.0
26382026-06-22T19:21:03.595Z Compiling salty v0.3.0
26392026-06-22T19:21:03.670Z Compiling rustc-hash v2.1.1
26402026-06-22T19:21:03.713Z Checking diesel v2.3.7
26412026-06-22T19:21:03.787Z Checking flume v0.11.1
26422026-06-22T19:21:03.899Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26432026-06-22T19:21:04.054Z Checking primeorder v0.13.6
26442026-06-22T19:21:04.089Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26452026-06-22T19:21:04.125Z Compiling libxml v0.3.3
26462026-06-22T19:21:04.692Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26472026-06-22T19:21:05.205Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26482026-06-22T19:21:05.435Z Compiling strum_macros v0.24.3
26492026-06-22T19:21:05.531Z Compiling fs-err v2.11.0
26502026-06-22T19:21:05.756Z Compiling indoc v1.0.9
26512026-06-22T19:21:06.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26522026-06-22T19:21:06.441Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26532026-06-22T19:21:06.614Z Checking quick-xml v0.37.5
26542026-06-22T19:21:06.798Z Checking derive_builder v0.20.2
26552026-06-22T19:21:06.830Z Compiling oso-derive v0.27.3
26562026-06-22T19:21:06.940Z Compiling impl-trait-for-tuples v0.2.3
26572026-06-22T19:21:07.339Z Compiling trait-variant v0.1.2
26582026-06-22T19:21:07.494Z Checking openssl-probe v0.1.6
26592026-06-22T19:21:07.883Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-22T19:21:07.913Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26612026-06-22T19:21:08.533Z Checking p384 v0.13.1
26622026-06-22T19:21:08.762Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26632026-06-22T19:21:09.007Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26642026-06-22T19:21:09.396Z Checking parse-size v1.1.0
26652026-06-22T19:21:09.513Z Checking assert_matches v1.5.0
26662026-06-22T19:21:09.549Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26672026-06-22T19:21:09.578Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26682026-06-22T19:21:09.619Z Checking predicates-tree v1.0.13
26692026-06-22T19:21:09.760Z Checking bb8 v0.8.6
26702026-06-22T19:21:09.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26712026-06-22T19:21:10.156Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26722026-06-22T19:21:10.262Z Compiling mime_guess v2.0.5
26732026-06-22T19:21:10.371Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26742026-06-22T19:21:10.403Z Checking http-range v0.1.5
26752026-06-22T19:21:10.559Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-22T19:21:10.641Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26772026-06-22T19:21:10.876Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-22T19:21:10.973Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26792026-06-22T19:21:10.985Z Checking atty v0.2.14
26802026-06-22T19:21:11.034Z Checking nonempty v0.12.0
26812026-06-22T19:21:11.096Z Checking corncobs v0.1.4
26822026-06-22T19:21:11.101Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-22T19:21:11.286Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-06-22T19:21:11.325Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26852026-06-22T19:21:11.491Z Checking ignore v0.4.25
26862026-06-22T19:21:11.580Z Checking secrecy v0.8.0
26872026-06-22T19:21:11.609Z Checking hyper-staticfile v0.10.1
26882026-06-22T19:21:11.921Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26892026-06-22T19:21:11.953Z Checking globwalk v0.9.1
26902026-06-22T19:21:11.985Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26912026-06-22T19:21:12.170Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26922026-06-22T19:21:12.296Z Compiling illumos-nvpair-sys v0.2.0
26932026-06-22T19:21:12.341Z Checking camino-tempfile-ext v0.3.3
26942026-06-22T19:21:12.441Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26952026-06-22T19:21:12.555Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26962026-06-22T19:21:12.583Z Checking signal-hook-tokio v0.3.1
26972026-06-22T19:21:12.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26982026-06-22T19:21:12.965Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26992026-06-22T19:21:13.018Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27002026-06-22T19:21:13.234Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27012026-06-22T19:21:13.418Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27022026-06-22T19:21:13.550Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27032026-06-22T19:21:13.583Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27042026-06-22T19:21:13.732Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-06-22T19:21:13.839Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27062026-06-22T19:21:14.374Z Checking illumos-nvpair v0.3.0
27072026-06-22T19:21:14.570Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27082026-06-22T19:21:15.017Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27092026-06-22T19:21:15.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27102026-06-22T19:21:15.441Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27112026-06-22T19:21:15.512Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27122026-06-22T19:21:15.634Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27132026-06-22T19:21:15.708Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142026-06-22T19:21:15.814Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27152026-06-22T19:21:15.845Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27162026-06-22T19:21:16.413Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27172026-06-22T19:21:16.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27182026-06-22T19:21:16.802Z Checking tungstenite v0.23.0
27192026-06-22T19:21:16.838Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27202026-06-22T19:21:16.865Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-06-22T19:21:17.252Z Checking tokio-tungstenite v0.23.1
27222026-06-22T19:21:17.284Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27232026-06-22T19:21:17.554Z Checking rand_seeder v0.4.0
27242026-06-22T19:21:17.659Z Checking void v1.0.2
27252026-06-22T19:21:17.731Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27262026-06-22T19:21:17.826Z Checking lzss v0.8.2
27272026-06-22T19:21:17.902Z Checking diesel-dtrace v0.5.0
27282026-06-22T19:21:17.931Z Checking async-bb8-diesel v0.2.1
27292026-06-22T19:21:17.989Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27302026-06-22T19:21:18.030Z Checking nix v0.27.1
27312026-06-22T19:21:18.150Z Checking serde_bytes v0.11.19
27322026-06-22T19:21:18.253Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27332026-06-22T19:21:18.300Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27342026-06-22T19:21:18.364Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352026-06-22T19:21:18.576Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-06-22T19:21:19.033Z Checking is_ci v1.2.0
27372026-06-22T19:21:19.127Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27382026-06-22T19:21:19.336Z Checking yansi v1.0.1
27392026-06-22T19:21:19.368Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27402026-06-22T19:21:19.418Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27412026-06-22T19:21:19.624Z Checking pretty_assertions v1.4.1
27422026-06-22T19:21:19.694Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27432026-06-22T19:21:19.783Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27442026-06-22T19:21:19.959Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27452026-06-22T19:21:20.043Z Compiling darling_core v0.23.0
27462026-06-22T19:21:20.518Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27472026-06-22T19:21:21.250Z Compiling indoc v2.0.7
27482026-06-22T19:21:21.315Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27492026-06-22T19:21:21.546Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-22T19:21:21.764Z Compiling libz-sys v1.1.24
27512026-06-22T19:21:22.143Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-06-22T19:21:22.284Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27532026-06-22T19:21:22.346Z Compiling instability v0.3.11
27542026-06-22T19:21:22.446Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-22T19:21:22.603Z Compiling darling_macro v0.23.0
27562026-06-22T19:21:22.770Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27572026-06-22T19:21:22.975Z Checking castaway v0.2.4
27582026-06-22T19:21:23.134Z Checking compact_str v0.8.1
27592026-06-22T19:21:23.145Z Compiling darling v0.23.0
27602026-06-22T19:21:23.582Z Checking supports-color v3.0.2
27612026-06-22T19:21:23.744Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27622026-06-22T19:21:23.807Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27632026-06-22T19:21:23.974Z Checking unicode-truncate v1.1.0
27642026-06-22T19:21:24.005Z Checking console v0.16.2
27652026-06-22T19:21:24.041Z Checking lru v0.12.5
27662026-06-22T19:21:24.152Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-06-22T19:21:24.217Z Checking cassowary v0.3.0
27682026-06-22T19:21:24.251Z Checking unit-prefix v0.5.2
27692026-06-22T19:21:24.414Z Checking indicatif v0.18.4
27702026-06-22T19:21:24.485Z Checking ratatui v0.29.0
27712026-06-22T19:21:24.596Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27722026-06-22T19:21:24.822Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-06-22T19:21:25.104Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27742026-06-22T19:21:25.809Z Compiling vergen-git2 v9.1.0
27752026-06-22T19:21:25.841Z Checking plotters-backend v0.3.7
27762026-06-22T19:21:26.073Z Checking plotters-svg v0.3.7
27772026-06-22T19:21:26.104Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27782026-06-22T19:21:26.299Z Checking cast v0.3.0
27792026-06-22T19:21:26.340Z Compiling rustls v0.21.12
27802026-06-22T19:21:26.431Z Checking criterion-plot v0.6.0
27812026-06-22T19:21:26.634Z Checking plotters v0.3.7
27822026-06-22T19:21:26.708Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27832026-06-22T19:21:26.814Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27842026-06-22T19:21:27.043Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27852026-06-22T19:21:27.269Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27862026-06-22T19:21:27.406Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27872026-06-22T19:21:27.506Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27882026-06-22T19:21:27.631Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-06-22T19:21:27.722Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27902026-06-22T19:21:27.747Z Checking colored v2.2.0
27912026-06-22T19:21:27.859Z Checking rustls-webpki v0.101.7
27922026-06-22T19:21:28.009Z Checking sct v0.7.1
27932026-06-22T19:21:28.181Z Checking tinytemplate v1.2.1
27942026-06-22T19:21:28.271Z Checking anes v0.1.6
27952026-06-22T19:21:28.426Z Checking oorandom v11.1.5
27962026-06-22T19:21:28.459Z Checking shell-words v1.1.1
27972026-06-22T19:21:28.606Z Checking criterion v0.7.0
27982026-06-22T19:21:28.702Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-22T19:21:29.944Z Checking typeid v1.0.3
28002026-06-22T19:21:29.976Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28012026-06-22T19:21:30.083Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28022026-06-22T19:21:30.759Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28032026-06-22T19:21:31.284Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28042026-06-22T19:21:32.067Z Checking hex-literal v0.4.1
28052026-06-22T19:21:32.215Z Checking erased-serde v0.4.9
28062026-06-22T19:21:32.590Z Checking tokio-rustls v0.24.1
28072026-06-22T19:21:32.834Z Checking rustls-pemfile v1.0.4
28082026-06-22T19:21:32.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28092026-06-22T19:21:33.228Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28102026-06-22T19:21:33.359Z Checking twox-hash v2.1.2
28112026-06-22T19:21:33.628Z Checking ordered-float v2.10.1
28122026-06-22T19:21:33.733Z Checking serde-untagged v0.1.9
28132026-06-22T19:21:33.894Z Checking serde-value v0.7.0
28142026-06-22T19:21:33.956Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28152026-06-22T19:21:34.138Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28162026-06-22T19:21:34.328Z Checking fatfs v0.3.6
28172026-06-22T19:21:34.825Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28182026-06-22T19:21:34.963Z Compiling seq-macro v0.3.6
28192026-06-22T19:21:35.113Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-06-22T19:21:35.290Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28212026-06-22T19:21:35.488Z Checking unicode-xid v0.2.6
28222026-06-22T19:21:35.628Z Checking cargo-util-schemas v0.8.2
28232026-06-22T19:21:36.160Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28242026-06-22T19:21:36.192Z Checking cargo-platform v0.2.0
28252026-06-22T19:21:36.403Z Compiling petname v2.0.2
28262026-06-22T19:21:36.533Z Checking cargo_metadata v0.21.0
28272026-06-22T19:21:36.570Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28282026-06-22T19:21:37.057Z Checking concurrent-queue v2.5.0
28292026-06-22T19:21:37.270Z Checking rtoolbox v0.0.3
28302026-06-22T19:21:37.307Z Checking parking v2.2.1
28312026-06-22T19:21:37.463Z Checking rpassword v7.4.0
28322026-06-22T19:21:37.478Z Checking event-listener v5.4.1
28332026-06-22T19:21:37.722Z Checking tui-tree-widget v0.23.1
28342026-06-22T19:21:37.926Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28352026-06-22T19:21:37.990Z Checking polyval v0.6.2
28362026-06-22T19:21:38.134Z Checking sapling-renderdag v0.1.0
28372026-06-22T19:21:38.190Z Checking sync-ptr v0.1.4
28382026-06-22T19:21:38.341Z Checking ghash v0.5.1
28392026-06-22T19:21:38.411Z Checking event-listener-strategy v0.5.4
28402026-06-22T19:21:38.492Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28412026-06-22T19:21:38.578Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28422026-06-22T19:21:38.804Z Checking ctr v0.9.2
28432026-06-22T19:21:39.000Z Checking arrayref v0.3.9
28442026-06-22T19:21:39.102Z Checking constant_time_eq v0.4.2
28452026-06-22T19:21:39.163Z Checking arrayvec v0.7.6
28462026-06-22T19:21:39.286Z Checking futures-timer v3.0.3
28472026-06-22T19:21:39.385Z Checking aes-gcm v0.10.3
28482026-06-22T19:21:39.536Z Checking async-lock v3.4.2
28492026-06-22T19:21:39.566Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28502026-06-22T19:21:39.950Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28512026-06-22T19:21:40.529Z Checking ssh-encoding v0.2.0
28522026-06-22T19:21:40.577Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28532026-06-22T19:21:40.751Z Checking blowfish v0.9.1
28542026-06-22T19:21:40.925Z Compiling strsim v0.10.0
28552026-06-22T19:21:41.151Z Compiling darling_core v0.13.4
28562026-06-22T19:21:41.285Z Checking bcrypt-pbkdf v0.10.0
28572026-06-22T19:21:41.479Z Checking ssh-cipher v0.2.0
28582026-06-22T19:21:41.684Z Checking async-object-pool v0.2.0
28592026-06-22T19:21:41.825Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-06-22T19:21:42.240Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28612026-06-22T19:21:42.914Z Checking serde_regex v1.1.0
28622026-06-22T19:21:43.084Z Checking password-hash v0.4.2
28632026-06-22T19:21:43.108Z Checking assert-json-diff v2.0.2
28642026-06-22T19:21:43.306Z Checking path-tree v0.8.3
28652026-06-22T19:21:43.337Z Checking gimli v0.32.3
28662026-06-22T19:21:43.367Z Checking stringmetrics v2.2.2
28672026-06-22T19:21:43.526Z Compiling target-lexicon v0.13.3
28682026-06-22T19:21:43.553Z Checking httpmock v0.8.3
28692026-06-22T19:21:44.108Z Checking pbkdf2 v0.11.0
28702026-06-22T19:21:44.315Z Compiling darling_macro v0.13.4
28712026-06-22T19:21:44.841Z Checking ssh-key v0.6.7
28722026-06-22T19:21:44.891Z Checking addr2line v0.25.1
28732026-06-22T19:21:45.103Z Compiling samael v0.0.19
28742026-06-22T19:21:45.547Z Checking p521 v0.13.3
28752026-06-22T19:21:45.776Z Checking p256 v0.13.2
28762026-06-22T19:21:46.058Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28772026-06-22T19:21:46.172Z Checking russh-cryptovec v0.7.3
28782026-06-22T19:21:46.326Z Compiling guppy-workspace-hack v0.1.0
28792026-06-22T19:21:46.357Z Checking md5 v0.7.0
28802026-06-22T19:21:46.540Z Checking rustc-demangle v0.1.27
28812026-06-22T19:21:46.572Z Checking russh-keys v0.45.0
28822026-06-22T19:21:46.803Z Checking backtrace v0.3.76
28832026-06-22T19:21:47.092Z Compiling darling v0.13.4
28842026-06-22T19:21:47.209Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28852026-06-22T19:21:47.250Z Checking num-bigint v0.4.6
28862026-06-22T19:21:47.385Z Checking des v0.8.1
28872026-06-22T19:21:47.571Z Compiling blake3 v1.8.3
28882026-06-22T19:21:47.605Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28892026-06-22T19:21:47.954Z Compiling target-spec v3.5.7
28902026-06-22T19:21:48.048Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28912026-06-22T19:21:48.216Z Checking russh v0.45.0
28922026-06-22T19:21:48.849Z Checking cfg-expr v0.20.6
28932026-06-22T19:21:48.890Z Compiling serde_with_macros v1.5.2
28942026-06-22T19:21:49.268Z Checking backtrace-ext v0.2.1
28952026-06-22T19:21:49.510Z Checking supports-color v2.1.0
28962026-06-22T19:21:49.674Z Checking textwrap v0.15.2
28972026-06-22T19:21:49.751Z Checking supports-hyperlinks v2.1.0
28982026-06-22T19:21:49.904Z Checking supports-unicode v2.1.0
28992026-06-22T19:21:49.926Z Checking hashbrown v0.14.5
29002026-06-22T19:21:50.042Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29012026-06-22T19:21:50.148Z Checking cargo-platform v0.3.2
29022026-06-22T19:21:50.262Z Checking terminal_size v0.1.17
29032026-06-22T19:21:50.294Z Compiling miette-derive v5.10.0
29042026-06-22T19:21:50.343Z Checking owo-colors v3.5.0
29052026-06-22T19:21:50.428Z Checking internet-checksum v0.2.1
29062026-06-22T19:21:50.575Z Checking chumsky v0.9.3
29072026-06-22T19:21:50.892Z Checking cargo_metadata v0.23.1
29082026-06-22T19:21:51.425Z Checking miette v5.10.0
29092026-06-22T19:21:51.676Z Compiling serde_with v1.14.0
29102026-06-22T19:21:51.927Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29112026-06-22T19:21:51.967Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-06-22T19:21:52.208Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-06-22T19:21:52.406Z Compiling git2 v0.20.4
29142026-06-22T19:21:52.550Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29152026-06-22T19:21:52.771Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29162026-06-22T19:21:52.780Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29172026-06-22T19:21:52.827Z Compiling knuffel-derive v3.2.0
29182026-06-22T19:21:53.334Z Checking httptest v0.16.4
29192026-06-22T19:21:53.338Z Checking pathdiff v0.2.3
29202026-06-22T19:21:53.338Z Checking topological-sort v0.2.2
29212026-06-22T19:21:53.346Z Checking nested v0.1.1
29222026-06-22T19:21:53.376Z Checking omicron-zone-package v0.12.2
29232026-06-22T19:21:53.518Z Checking guppy v0.17.25
29242026-06-22T19:21:53.703Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29252026-06-22T19:21:54.315Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29262026-06-22T19:21:54.462Z Checking knuffel v3.2.0
29272026-06-22T19:21:54.552Z Checking similar-asserts v1.7.0
29282026-06-22T19:21:54.613Z Compiling target-triple v1.0.0
29292026-06-22T19:21:54.885Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29302026-06-22T19:21:55.071Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29312026-06-22T19:21:55.121Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29322026-06-22T19:21:55.303Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29332026-06-22T19:21:55.421Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29342026-06-22T19:21:55.656Z Checking hickory-client v0.25.2
29352026-06-22T19:21:55.797Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29362026-06-22T19:21:55.918Z Checking tokio-test v0.4.5
29372026-06-22T19:21:55.951Z Checking escape8259 v0.5.3
29382026-06-22T19:21:56.110Z Compiling assert_cmd v2.1.2
29392026-06-22T19:21:56.150Z Checking libtest-mimic v0.8.1
29402026-06-22T19:21:56.607Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29412026-06-22T19:21:56.741Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29422026-06-22T19:21:56.880Z Checking blake2b_simd v1.0.4
29432026-06-22T19:21:57.292Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29442026-06-22T19:21:57.438Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29452026-06-22T19:21:57.691Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29462026-06-22T19:21:57.825Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29472026-06-22T19:21:57.930Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29482026-06-22T19:21:58.077Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492026-06-22T19:21:58.299Z Checking fancy-regex v0.14.0
29502026-06-22T19:21:58.534Z Checking serde_tokenstream v0.2.3
29512026-06-22T19:21:58.713Z Checking approx v0.5.1
29522026-06-22T19:21:58.796Z Checking uzers v0.12.2
29532026-06-22T19:21:58.903Z Compiling rstest_macros v0.25.0
29542026-06-22T19:21:59.070Z Compiling linkme-impl v0.3.35
29552026-06-22T19:21:59.253Z Checking constant_time_eq v0.3.1
29562026-06-22T19:21:59.380Z Checking termcolor v1.4.1
29572026-06-22T19:21:59.471Z Checking rust-argon2 v2.1.0
29582026-06-22T19:21:59.594Z Checking trybuild v1.0.116
29592026-06-22T19:21:59.842Z Checking datatest-stable v0.3.3
29602026-06-22T19:22:00.344Z Compiling polar-core v0.27.3
29612026-06-22T19:22:00.378Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-06-22T19:22:00.628Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29632026-06-22T19:22:00.663Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29642026-06-22T19:22:00.729Z Checking support-bundle-viewer v0.1.2
29652026-06-22T19:22:00.998Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29662026-06-22T19:22:01.226Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29672026-06-22T19:22:01.384Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29682026-06-22T19:22:01.452Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29692026-06-22T19:22:01.652Z Checking drift v0.2.0
29702026-06-22T19:22:01.669Z Checking rand_distr v0.5.1
29712026-06-22T19:22:01.714Z Checking multimap v0.10.1
29722026-06-22T19:22:01.902Z Compiling linkme v0.3.35
29732026-06-22T19:22:02.050Z Compiling relative-path v1.9.3
29742026-06-22T19:22:02.092Z Checking dropshot-api-manager v0.7.2
29752026-06-22T19:22:03.260Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29762026-06-22T19:22:03.918Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29772026-06-22T19:22:04.444Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29782026-06-22T19:22:04.453Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29792026-06-22T19:22:04.453Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29802026-06-22T19:22:04.645Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29812026-06-22T19:22:04.680Z Checking cargo_toml v0.21.0
29822026-06-22T19:22:04.903Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29832026-06-22T19:22:05.336Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29842026-06-22T19:22:05.367Z Checking oso v0.27.3
29852026-06-22T19:22:05.509Z Checking partial-io v0.5.4
29862026-06-22T19:22:05.558Z Checking termios v0.3.3
29872026-06-22T19:22:05.716Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29882026-06-22T19:22:05.918Z Checking rstest v0.25.0
29892026-06-22T19:22:06.253Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29902026-06-22T19:22:07.748Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29912026-06-22T19:22:08.113Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29922026-06-22T19:22:10.572Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29932026-06-22T19:22:17.006Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-06-22T19:22:18.138Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29952026-06-22T19:22:19.184Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29962026-06-22T19:22:21.324Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29972026-06-22T19:22:25.750Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29982026-06-22T19:22:30.731Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29992026-06-22T19:22:34.846Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30002026-06-22T19:22:35.303Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30012026-06-22T19:22:35.522Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30022026-06-22T19:22:40.316Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30032026-06-22T19:22:45.530Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30042026-06-22T19:23:59.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30052026-06-22T19:24:00.017Z
30062026-06-22T19:24:00.018Zreal 4:05.875521441
30072026-06-22T19:24:00.018Zuser 20:57.626461310
30082026-06-22T19:24:00.018Zsys 4:46.282606001
30092026-06-22T19:24:00.018Ztrap 0.505511688
30102026-06-22T19:24:00.018Ztflt 0.545289089
30112026-06-22T19:24:00.018Zdflt 0.505255595
30122026-06-22T19:24:00.032Zkflt 0.005943812
30132026-06-22T19:24:00.032Zlock 57:04.987531194
30142026-06-22T19:24:00.032Zslp 57:42.816330686
30152026-06-22T19:24:00.032Zlat 1:51.610744902
30162026-06-22T19:24:00.032Zstop 10:11.289520202
30172026-06-22T19:24:00.032Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30182026-06-22T19:24:00.032Z+ ptime -m cargo doc --workspace --no-deps
30192026-06-22T19:24:00.811Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30202026-06-22T19:24:00.811Z |
30212026-06-22T19:24:00.811Z = 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)`
30222026-06-22T19:24:00.811Z = 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>
30232026-06-22T19:24:01.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-06-22T19:24:02.049Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30252026-06-22T19:24:02.075Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-06-22T19:24:02.134Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-06-22T19:24:02.163Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30282026-06-22T19:24:02.222Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30292026-06-22T19:24:02.651Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30302026-06-22T19:24:02.654Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30312026-06-22T19:24:02.655Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30322026-06-22T19:24:02.655Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30332026-06-22T19:24:02.655Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30342026-06-22T19:24:02.655Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30352026-06-22T19:24:02.663Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30362026-06-22T19:24:02.680Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30372026-06-22T19:24:02.700Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30382026-06-22T19:24:02.722Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30392026-06-22T19:24:02.745Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30402026-06-22T19:24:03.181Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30412026-06-22T19:24:03.185Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30422026-06-22T19:24:03.185Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30432026-06-22T19:24:03.185Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30442026-06-22T19:24:03.185Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30452026-06-22T19:24:03.198Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30462026-06-22T19:24:03.503Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30472026-06-22T19:24:03.545Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30482026-06-22T19:24:03.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30492026-06-22T19:24:03.655Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502026-06-22T19:24:03.698Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30512026-06-22T19:24:03.843Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30522026-06-22T19:24:03.918Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30532026-06-22T19:24:04.005Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30542026-06-22T19:24:04.140Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30552026-06-22T19:24:04.162Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30562026-06-22T19:24:04.256Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30572026-06-22T19:24:04.289Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30582026-06-22T19:24:04.359Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30592026-06-22T19:24:04.383Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30602026-06-22T19:24:04.481Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30612026-06-22T19:24:04.579Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30622026-06-22T19:24:04.806Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30632026-06-22T19:24:04.832Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30642026-06-22T19:24:05.130Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30652026-06-22T19:24:05.641Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30662026-06-22T19:24:05.645Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672026-06-22T19:24:05.645Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30682026-06-22T19:24:05.645Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30692026-06-22T19:24:05.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30702026-06-22T19:24:05.645Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30712026-06-22T19:24:05.645Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30722026-06-22T19:24:05.692Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30732026-06-22T19:24:05.730Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742026-06-22T19:24:05.798Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30752026-06-22T19:24:05.945Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30762026-06-22T19:24:05.967Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30772026-06-22T19:24:06.016Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30782026-06-22T19:24:06.038Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30792026-06-22T19:24:06.152Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30802026-06-22T19:24:06.169Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30812026-06-22T19:24:06.216Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-22T19:24:06.242Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30832026-06-22T19:24:06.242Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30842026-06-22T19:24:06.351Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30852026-06-22T19:24:06.372Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30862026-06-22T19:24:06.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30872026-06-22T19:24:06.644Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30882026-06-22T19:24:06.788Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30892026-06-22T19:24:06.938Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30902026-06-22T19:24:07.077Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30912026-06-22T19:24:07.377Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30922026-06-22T19:24:07.963Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30932026-06-22T19:24:07.967Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30942026-06-22T19:24:07.967Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30952026-06-22T19:24:07.967Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30962026-06-22T19:24:07.967Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972026-06-22T19:24:08.111Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30982026-06-22T19:24:08.133Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30992026-06-22T19:24:08.168Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002026-06-22T19:24:08.236Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31012026-06-22T19:24:08.670Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022026-06-22T19:24:09.251Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31032026-06-22T19:24:09.274Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31042026-06-22T19:24:09.730Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31052026-06-22T19:24:09.735Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31062026-06-22T19:24:09.735Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31072026-06-22T19:24:09.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31082026-06-22T19:24:09.735Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31092026-06-22T19:24:09.840Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-06-22T19:24:10.036Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31112026-06-22T19:24:10.056Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31122026-06-22T19:24:10.076Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31132026-06-22T19:24:10.201Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31142026-06-22T19:24:10.223Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31152026-06-22T19:24:10.310Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31162026-06-22T19:24:10.329Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31172026-06-22T19:24:10.346Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31182026-06-22T19:24:10.380Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31192026-06-22T19:24:10.556Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31202026-06-22T19:24:10.569Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31212026-06-22T19:24:10.614Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31222026-06-22T19:24:10.625Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31232026-06-22T19:24:10.652Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-22T19:24:10.679Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31252026-06-22T19:24:10.760Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31262026-06-22T19:24:10.866Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31272026-06-22T19:24:10.922Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31282026-06-22T19:24:10.942Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31292026-06-22T19:24:11.069Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31302026-06-22T19:24:11.204Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31312026-06-22T19:24:11.243Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31322026-06-22T19:24:11.247Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31332026-06-22T19:24:11.728Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31342026-06-22T19:24:11.885Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31352026-06-22T19:24:11.981Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31362026-06-22T19:24:12.636Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31372026-06-22T19:24:12.751Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31382026-06-22T19:24:12.843Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31392026-06-22T19:24:13.515Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31402026-06-22T19:24:13.542Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31412026-06-22T19:24:14.085Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31422026-06-22T19:24:14.867Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31432026-06-22T19:24:15.499Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31442026-06-22T19:24:15.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31452026-06-22T19:24:15.775Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31462026-06-22T19:24:16.195Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31472026-06-22T19:24:16.195Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31482026-06-22T19:24:16.371Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-06-22T19:24:16.696Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-06-22T19:24:17.013Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512026-06-22T19:24:17.067Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31522026-06-22T19:24:17.090Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31532026-06-22T19:24:17.319Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31542026-06-22T19:24:17.724Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31552026-06-22T19:24:17.774Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31562026-06-22T19:24:18.670Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31572026-06-22T19:24:18.673Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-06-22T19:24:18.768Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31592026-06-22T19:24:18.773Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31602026-06-22T19:24:18.813Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31612026-06-22T19:24:18.998Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31622026-06-22T19:24:19.690Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31632026-06-22T19:24:19.767Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-06-22T19:24:20.429Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-06-22T19:24:21.250Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31662026-06-22T19:24:21.256Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31672026-06-22T19:24:21.462Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31682026-06-22T19:24:21.924Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-06-22T19:24:22.486Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-06-22T19:24:22.545Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-06-22T19:24:22.976Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31722026-06-22T19:24:23.052Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-06-22T19:24:23.718Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31742026-06-22T19:24:24.174Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-22T19:24:24.910Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31762026-06-22T19:24:25.181Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-22T19:24:25.590Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31782026-06-22T19:24:25.637Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-06-22T19:24:26.290Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-06-22T19:24:29.446Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31812026-06-22T19:24:30.420Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31822026-06-22T19:24:30.470Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31832026-06-22T19:24:30.864Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-06-22T19:24:31.298Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852026-06-22T19:24:31.651Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31862026-06-22T19:24:32.801Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31872026-06-22T19:24:33.287Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31882026-06-22T19:24:33.354Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31892026-06-22T19:24:33.674Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-06-22T19:24:34.148Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31912026-06-22T19:24:34.549Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31922026-06-22T19:24:34.663Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31932026-06-22T19:24:35.206Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31942026-06-22T19:24:35.218Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31952026-06-22T19:24:35.228Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31962026-06-22T19:24:35.297Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31972026-06-22T19:24:35.357Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31982026-06-22T19:24:36.191Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31992026-06-22T19:24:36.196Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32002026-06-22T19:24:36.376Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-22T19:24:36.534Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-06-22T19:24:36.822Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32032026-06-22T19:24:37.117Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32042026-06-22T19:24:37.216Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32052026-06-22T19:24:37.404Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32062026-06-22T19:24:38.173Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32072026-06-22T19:24:38.396Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32082026-06-22T19:24:39.540Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32092026-06-22T19:24:39.691Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32102026-06-22T19:24:41.326Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112026-06-22T19:24:42.789Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-06-22T19:24:43.390Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32132026-06-22T19:24:44.296Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-22T19:24:45.887Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-06-22T19:24:46.293Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-06-22T19:24:47.807Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32172026-06-22T19:24:48.311Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182026-06-22T19:24:49.824Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32192026-06-22T19:24:50.558Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32202026-06-22T19:24:51.705Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-06-22T19:24:53.353Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32222026-06-22T19:24:54.360Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32232026-06-22T19:24:54.579Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-06-22T19:24:55.229Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32252026-06-22T19:24:55.442Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262026-06-22T19:25:00.493Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272026-06-22T19:25:01.244Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32282026-06-22T19:25:02.267Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32292026-06-22T19:25:02.701Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32302026-06-22T19:25:03.581Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32312026-06-22T19:25:04.363Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-06-22T19:25:05.133Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-06-22T19:25:06.163Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342026-06-22T19:25:07.669Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32352026-06-22T19:25:07.766Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32362026-06-22T19:25:08.626Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32372026-06-22T19:25:09.136Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32382026-06-22T19:25:09.620Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-22T19:25:11.696Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32402026-06-22T19:25:13.176Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-06-22T19:25:14.196Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422026-06-22T19:25:15.112Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-06-22T19:25:16.438Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-06-22T19:25:17.166Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-06-22T19:25:19.242Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32462026-06-22T19:25:20.204Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32472026-06-22T19:25:21.230Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32482026-06-22T19:25:22.195Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32492026-06-22T19:25:23.213Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-06-22T19:25:24.270Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32512026-06-22T19:25:25.624Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32522026-06-22T19:25:28.057Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-06-22T19:25:28.897Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32542026-06-22T19:25:30.576Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-06-22T19:25:31.274Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32562026-06-22T19:25:33.077Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32572026-06-22T19:25:34.405Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-06-22T19:25:36.548Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32592026-06-22T19:25:37.616Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32602026-06-22T19:25:39.450Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-06-22T19:25:41.007Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32622026-06-22T19:25:42.758Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32632026-06-22T19:25:46.750Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32642026-06-22T19:25:47.694Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32652026-06-22T19:25:49.002Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32662026-06-22T19:25:49.461Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32672026-06-22T19:25:51.100Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32682026-06-22T19:25:53.023Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32692026-06-22T19:25:54.726Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702026-06-22T19:25:56.895Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32712026-06-22T19:25:58.615Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32722026-06-22T19:26:00.691Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-06-22T19:26:02.248Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742026-06-22T19:26:04.040Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-22T19:26:05.924Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32762026-06-22T19:26:07.567Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32772026-06-22T19:26:09.343Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32782026-06-22T19:26:11.056Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32792026-06-22T19:26:14.821Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32802026-06-22T19:26:16.476Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-06-22T19:26:18.090Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-06-22T19:26:19.802Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-06-22T19:26:22.060Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-22T19:26:25.817Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-22T19:26:27.890Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32862026-06-22T19:26:29.562Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-06-22T19:26:31.429Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32882026-06-22T19:26:34.204Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32892026-06-22T19:26:36.593Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32902026-06-22T19:26:38.408Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-06-22T19:26:40.671Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922026-06-22T19:26:42.813Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-06-22T19:26:45.352Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-06-22T19:26:47.430Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-06-22T19:26:49.674Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-06-22T19:26:51.843Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-06-22T19:26:54.364Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-06-22T19:26:56.686Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-06-22T19:26:58.380Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33002026-06-22T19:27:00.678Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012026-06-22T19:27:02.965Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-06-22T19:27:05.240Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33032026-06-22T19:27:07.451Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-06-22T19:27:09.738Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-22T19:27:12.407Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-06-22T19:27:14.323Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-22T19:27:16.616Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-06-22T19:27:19.261Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33092026-06-22T19:27:21.497Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33102026-06-22T19:27:23.630Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33112026-06-22T19:27:25.976Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33122026-06-22T19:27:28.411Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-06-22T19:27:30.739Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-06-22T19:27:33.160Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33152026-06-22T19:27:35.515Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-06-22T19:27:38.042Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-06-22T19:27:40.725Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33182026-06-22T19:27:43.174Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33192026-06-22T19:27:45.131Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-06-22T19:27:47.441Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33212026-06-22T19:27:49.882Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-06-22T19:27:52.944Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33232026-06-22T19:27:54.630Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33242026-06-22T19:27:57.182Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33252026-06-22T19:27:59.568Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-06-22T19:28:02.279Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-06-22T19:28:04.350Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-06-22T19:28:06.765Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-22T19:28:09.100Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-06-22T19:28:12.240Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-06-22T19:28:14.648Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-06-22T19:28:16.780Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33332026-06-22T19:28:19.292Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33342026-06-22T19:28:22.452Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-06-22T19:28:24.478Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-06-22T19:28:27.130Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-06-22T19:28:29.774Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-06-22T19:28:32.399Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-06-22T19:28:34.997Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-06-22T19:28:37.478Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-06-22T19:28:40.050Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-06-22T19:28:42.652Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33432026-06-22T19:28:45.229Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33442026-06-22T19:28:48.214Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-06-22T19:28:50.740Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33462026-06-22T19:28:58.412Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33472026-06-22T19:28:58.665Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33482026-06-22T19:29:01.964Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33492026-06-22T19:29:05.424Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33502026-06-22T19:29:08.765Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-06-22T19:29:12.340Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33522026-06-22T19:29:15.506Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33532026-06-22T19:29:20.334Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-06-22T19:29:23.228Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33552026-06-22T19:29:26.878Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33562026-06-22T19:29:30.555Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-06-22T19:29:34.324Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-06-22T19:29:38.394Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-06-22T19:29:41.744Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33602026-06-22T19:29:45.488Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33612026-06-22T19:29:49.216Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33622026-06-22T19:29:52.935Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33632026-06-22T19:29:56.626Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33642026-06-22T19:30:00.344Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33652026-06-22T19:30:04.222Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33662026-06-22T19:30:07.836Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33672026-06-22T19:30:11.592Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33682026-06-22T19:30:15.330Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-06-22T19:30:19.060Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-06-22T19:30:22.803Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-06-22T19:30:52.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
33722026-06-22T19:30:52.823Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33732026-06-22T19:30:52.922Z
33742026-06-22T19:30:52.927Zreal 6:52.827940460
33752026-06-22T19:30:52.927Zuser 18:03.713542338
33762026-06-22T19:30:52.927Zsys 3:51.717496143
33772026-06-22T19:30:52.927Ztrap 0.261371111
33782026-06-22T19:30:52.927Ztflt 0.016533506
33792026-06-22T19:30:52.927Zdflt 0.023624218
33802026-06-22T19:30:52.927Zkflt 0.000018900
33812026-06-22T19:30:52.927Zlock 6:25:29.910334560
33822026-06-22T19:30:52.927Zslp 2:19:19.261531051
33832026-06-22T19:30:52.927Zlat 31.118856588
33842026-06-22T19:30:52.927Zstop 1:32.960479396
33852026-06-22T19:30:52.927Zprocess exited: duration 787476 ms, exit code 0
 
33862026-06-22T19:30:52.935Zfound 0 output files